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

:focus {
  outline: 0;
}

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

ol, ul {
  list-style: none;
}

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

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

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

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

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

body {
  background: #FFFFFF;
  text-align: left;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #262626;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}

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

#site-wrapper {
  overflow: hidden;
}

.container {
  display: block;
  margin: auto;
  text-align: left;
  width: 1261px;
  position: relative;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 20px;
  }
}
a {
  color: #1B2848;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #262626;
}

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

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

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

.spacer {
  height: 64px;
}
.spacer.spacer-extra-small {
  height: 24px;
}
.spacer.spacer-small {
  height: 32px;
}
.spacer.spacer-large {
  height: 96px;
}
.spacer.spacer-extra-large {
  height: 128px;
}

#breadcrumb {
  padding: 20px 0 20px 0;
}
#breadcrumb p a {
  text-decoration: underline;
}

/* Accessibility tweaks */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media all and (max-width: 1023px) {
  .page-block.page-block-no-padding-top {
    padding-top: 0px !important;
  }

  .page-block.page-block-no-padding-bottom {
    padding-bottom: 0px !important;
  }

  .spacer {
    height: 48px;
  }
  .spacer.spacer-extra-small {
    height: 12px;
  }
  .spacer.spacer-small {
    height: 24px;
  }
  .spacer.spacer-large {
    height: 64px;
  }
  .spacer.spacer-extra-large {
    height: 64px;
  }
  .spacer.about-bottom-spacer {
    height: 28px;
  }
}
.next-page-loader,
.has-another-page {
  display: none !important;
}

#cookie-law-info-bar {
  background: transparent !important;
  box-shadow: none !important;
  padding: 32px 0 32px 0 !important;
}
#cookie-law-info-bar .cli-bar-message a {
  color: #FFF;
  text-decoration: underline;
}
#cookie-law-info-bar .cli-bar-message a:hover, #cookie-law-info-bar .cli-bar-message a:active, #cookie-law-info-bar .cli-bar-message a:focus {
  color: #1B2848;
}
#cookie-law-info-bar #wt-cli-accept-all-btn {
  background: #1B2848 !important;
  text-decoration: none !important;
}
#cookie-law-info-bar .cli-bar-container {
  max-width: 1248px;
  margin: 0 auto;
}

.cli-style-v2 .cli-bar-message {
  width: 80%;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #cookie-law-info-bar .cli-bar-container {
    max-width: none;
    margin: 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #cookie-law-info-bar .cli-bar-container {
    max-width: none;
    margin: 0 20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #cookie-law-info-bar {
    padding: 44px 0 20px 0 !important;
  }
  #cookie-law-info-bar .cli-bar-container .cli-bar-message {
    width: auto;
    display: block;
    padding: 0 0 28px 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container {
    width: 100% !important;
    margin: 0px !important;
    display: block;
  }
  #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container #wt-cli-accept-all-btn {
    display: block;
    width: 100% !important;
  }
}
.white-popup-block {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 70px 36px 0 88px;
  width: auto;
  text-align: left;
  margin: 60px auto;
  max-width: 1272px;
}
.white-popup-block .mfp-close {
  top: 38px !important;
  right: 30px;
  width: 30px;
  height: 30px;
  background: url(../images/icon-close.svg) no-repeat center center;
  text-indent: -99999px;
  opacity: 1;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .white-popup-block {
    padding: 80px 32px 32px 32px;
  }
  .white-popup-block .mfp-close {
    top: 20px !important;
    right: 20px;
  }
}
/* Animate.css at top, added CSS at bottom */
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #1B2848;
}

.event-tabpane article h1, .event-tabpane article h2, .event-tabpane article h3, .event-tabpane article h4, .event-tabpane article h5, .event-tabpane article h6 {
  padding-top: 20px;
}
.event-tabpane article h1.first-heading, .event-tabpane article h2.first-heading, .event-tabpane article h3.first-heading, .event-tabpane article h4.first-heading, .event-tabpane article h5.first-heading, .event-tabpane article h6.first-heading {
  padding-top: 0px;
}

h2.section-header {
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  margin: 0 0 32px 0;
  position: relative;
}
h2.section-header span {
  background: #FFF;
  padding: 0 74px 0 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
h2.section-header:before {
  display: block;
  background: #1B2848;
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0px;
}

article .first-heading {
  padding-top: 0px;
}

article h1 {
  font-size: 25px;
  line-height: 29px;
  margin: 0 0 30px 0;
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #1B2848;
}

article h2 {
  font-size: 25px;
  line-height: 29px;
  margin: 0 0 30px 0;
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #1B2848;
}

article h3 {
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 20px 0;
}

article h4 {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 20px 0;
}

article h5 {
  font-size: 18px;
  line-height: 28px;
}

article h6 {
  font-size: 16px;
  line-height: 26px;
}

article p {
  line-height: 20px;
  margin: 0 0 20px 0;
}
article p a {
  text-decoration: underline;
}

article ul {
  margin: 0 0 20px 0;
}
article ul li {
  margin: 12px 0 0 0;
  padding: 0 0 0 30px;
  line-height: 30px;
  position: relative;
}
article ul li:before {
  position: absolute;
  line-height: 26px;
  content: "•";
  font-size: 22px;
  left: 5px;
  top: 0px;
  display: block;
}

article .woocommerce ul li:before {
  display: none !important;
}

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

article ol {
  margin: 0 0 11px 30px;
  list-style: decimal outside;
  line-height: 28px;
}
article ol li {
  margin: 0 0 17px 0;
  padding: 0px;
}

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

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

strong {
  font-weight: 700;
}

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

@media all and (max-width: 1023px) {
  h2.section-header {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 22px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #1B2848;
  }
  h2.section-header span {
    background: transparent;
    padding: 0px;
    display: inline;
  }
  h2.section-header:before {
    display: none;
  }

  article h1 {
    font-size: 26px;
    line-height: 40px;
  }

  article h2 {
    font-size: 22px;
    line-height: 36px;
  }

  article h3 {
    font-size: 20px;
    line-height: 30px;
  }

  article h4 {
    font-size: 18px;
    line-height: 28px;
  }

  article h5 {
    font-size: 16px;
    line-height: 28px;
  }

  article h6 {
    font-size: 14px;
    line-height: 26px;
  }

  article p {
    margin: 0 0 26px 0;
  }

  article ul {
    margin: 0 0 11px 0;
    font-size: 16px;
  }

  article ol {
    margin: 0 0 11px 30px;
    font-size: 16px;
  }
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  border-radius: 22px;
  padding: 10px 17px;
  line-height: 16px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
}

.button,
.woocommerce div.product form.cart .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  background: #1B2848;
  border-radius: 22px;
  padding: 10px 17px;
  line-height: 16px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  text-decoration: none !important;
}
.button svg,
.woocommerce div.product form.cart .button svg,
#add_payment_method .wc-proceed-to-checkout a.checkout-button svg,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button svg,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button svg,
.woocommerce #payment #place_order svg, .woocommerce-page #payment #place_order svg,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button svg {
  position: relative;
  top: 0px;
}
.button:hover,
.woocommerce div.product form.cart .button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover {
  background: #1B2848;
  color: #FFF;
}
.button:active, .button:focus,
.woocommerce div.product form.cart .button:active,
.woocommerce div.product form.cart .button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:active,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce #payment #place_order:active,
.woocommerce #payment #place_order:focus, .woocommerce-page #payment #place_order:active, .woocommerce-page #payment #place_order:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:focus {
  background: #1B2848;
}
.button:active:before, .button:focus:before,
.woocommerce div.product form.cart .button:active:before,
.woocommerce div.product form.cart .button:focus:before,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:active:before,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus:before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active:before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus:before,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active:before,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus:before,
.woocommerce #payment #place_order:active:before,
.woocommerce #payment #place_order:focus:before, .woocommerce-page #payment #place_order:active:before, .woocommerce-page #payment #place_order:focus:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:active:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:focus:before {
  display: none;
}
.button.button-bordered,
.woocommerce div.product form.cart .button.button-bordered,
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button-bordered,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-bordered,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-bordered,
.woocommerce #payment #place_order.button-bordered, .woocommerce-page #payment #place_order.button-bordered,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-bordered {
  background: transparent;
  border: 1px solid #1B2848;
  line-height: 14px;
  color: #1B2848;
}
.button.button-bordered:hover,
.woocommerce div.product form.cart .button.button-bordered:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button-bordered:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-bordered:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-bordered:hover,
.woocommerce #payment #place_order.button-bordered:hover, .woocommerce-page #payment #place_order.button-bordered:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-bordered:hover {
  color: #FFF;
  background: #1B2848;
  border-color: #1B2848;
}
.button.button-bordered:active, .button.button-bordered:focus,
.woocommerce div.product form.cart .button.button-bordered:active,
.woocommerce div.product form.cart .button.button-bordered:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button-bordered:active,
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button-bordered:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-bordered:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-bordered:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-bordered:active,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-bordered:focus,
.woocommerce #payment #place_order.button-bordered:active,
.woocommerce #payment #place_order.button-bordered:focus, .woocommerce-page #payment #place_order.button-bordered:active, .woocommerce-page #payment #place_order.button-bordered:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-bordered:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-bordered:focus {
  background: #1B2848;
  border-color: #1B2848;
  color: #FFF;
}
.button.button-white-fill,
.woocommerce div.product form.cart .button.button-white-fill,
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button-white-fill,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-white-fill,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-white-fill,
.woocommerce #payment #place_order.button-white-fill, .woocommerce-page #payment #place_order.button-white-fill,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-white-fill {
  background: #FFF;
  color: #1B2848;
}
.button.button-white-fill:before,
.woocommerce div.product form.cart .button.button-white-fill:before,
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button-white-fill:before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-white-fill:before,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-white-fill:before,
.woocommerce #payment #place_order.button-white-fill:before, .woocommerce-page #payment #place_order.button-white-fill:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-white-fill:before {
  border-bottom: 60px solid #FCDA46;
}
.button.button-white-fill:active, .button.button-white-fill:focus,
.woocommerce div.product form.cart .button.button-white-fill:active,
.woocommerce div.product form.cart .button.button-white-fill:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button-white-fill:active,
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button-white-fill:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-white-fill:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-white-fill:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-white-fill:active,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-white-fill:focus,
.woocommerce #payment #place_order.button-white-fill:active,
.woocommerce #payment #place_order.button-white-fill:focus, .woocommerce-page #payment #place_order.button-white-fill:active, .woocommerce-page #payment #place_order.button-white-fill:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-white-fill:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-white-fill:focus {
  background: #FCDA46;
  border-color: #FCDA46;
  color: #1B2848;
}
.button.button-white-bordered,
.woocommerce div.product form.cart .button.button-white-bordered,
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button-white-bordered,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-white-bordered,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-white-bordered,
.woocommerce #payment #place_order.button-white-bordered, .woocommerce-page #payment #place_order.button-white-bordered,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-white-bordered {
  border-color: #FFF;
  color: #FFF;
}
.button.button-white-bordered:before,
.woocommerce div.product form.cart .button.button-white-bordered:before,
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button-white-bordered:before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-white-bordered:before,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-white-bordered:before,
.woocommerce #payment #place_order.button-white-bordered:before, .woocommerce-page #payment #place_order.button-white-bordered:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-white-bordered:before {
  border-bottom: 60px solid #FFF;
}
.button.button-white-bordered:hover,
.woocommerce div.product form.cart .button.button-white-bordered:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button-white-bordered:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-white-bordered:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-white-bordered:hover,
.woocommerce #payment #place_order.button-white-bordered:hover, .woocommerce-page #payment #place_order.button-white-bordered:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-white-bordered:hover {
  color: #1B2848;
  border-color: #FFF;
}
.button.button-white-bordered:active, .button.button-white-bordered:focus,
.woocommerce div.product form.cart .button.button-white-bordered:active,
.woocommerce div.product form.cart .button.button-white-bordered:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button-white-bordered:active,
#add_payment_method .wc-proceed-to-checkout a.checkout-button.button-white-bordered:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-white-bordered:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-white-bordered:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-white-bordered:active,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-white-bordered:focus,
.woocommerce #payment #place_order.button-white-bordered:active,
.woocommerce #payment #place_order.button-white-bordered:focus, .woocommerce-page #payment #place_order.button-white-bordered:active, .woocommerce-page #payment #place_order.button-white-bordered:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-white-bordered:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-white-bordered:focus {
  background: #FFF;
  border-color: #FFF;
  color: #1B2848;
}

.woocommerce div.product form.cart .button {
  background: transparent;
  border: 1px solid #1B2848;
  line-height: 14px;
  color: #1B2848;
}
.woocommerce div.product form.cart .button:hover {
  color: #FFF;
  background: #1B2848;
  border-color: #1B2848;
}
.woocommerce div.product form.cart .button:active, .woocommerce div.product form.cart .button:focus {
  background: #1B2848;
  border-color: #1B2848;
  color: #FFF;
}

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

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

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

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

textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: rgba(217, 217, 217, 0.5);
  background: #FFF;
  border: 1px solid #000;
  border-radius: 7px;
  width: 100%;
  height: 43px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #262626;
  padding: 10px 14px 10px 14px;
  line-height: 23px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  box-shadow: none;
}

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

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

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

@media all and (max-width: 1023px) and (min-width: 0px) {
  textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 48px;
    line-height: 22px;
    font-size: 16px;
    padding: 11px 17px 14px 17px;
  }

  body .gform_wrapper.gravity-theme .gfield textarea.large,
textarea {
    height: 105px;
    padding: 11px 17px 14px 17px;
    line-height: 22px;
    font-size: 16px;
  }
}
.woocommerce h2,
.woocommerce h3 {
  margin-bottom: 10px;
}

.woocommerce table.cart td.actions .coupon {
  position: relative;
}
.woocommerce table.cart td.actions .coupon .button {
  background: transparent;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  border: 1px solid #1B2848;
}
.woocommerce table.cart td.actions .coupon .button:hover, .woocommerce table.cart td.actions .coupon .button:active, .woocommerce table.cart td.actions .coupon .button:focus {
  background: #1B2848;
  color: #FFF;
}
.woocommerce table.cart td.actions .coupon input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).input-text {
  width: 100%;
  padding-right: 140px;
}

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right;
}

#customer_details {
  margin-bottom: 20px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: url(../images/V.svg) no-repeat right 17px top 53% #FFF;
  border: none;
  border: 1px solid #000;
  border-radius: 7px;
  width: 100%;
  height: 43px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #262626;
  padding: 10px 14px 10px 14px;
  line-height: 23px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  box-shadow: none;
}

.select-field {
  position: relative;
  border: 2px solid #DDE0F4;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  height: 56px;
}
.select-field:before {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 0;
  background: url(../images/icon-select.svg) no-repeat;
  content: "";
}
.select-field select,
.select-field select.medium {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  cursor: pointer;
  border: none;
  top: 0px;
  left: 0px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #262626;
  height: 52px;
  padding: 15px 84px 15px 14px;
  line-height: 26px;
  font-size: 16px;
  background: none transparent;
  width: 100%;
  width: calc(100% + 40px);
  background: transparent;
  z-index: 1;
  overflow: hidden;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .select-field {
    height: 48px;
  }
  .select-field select,
.select-field select.medium {
    line-height: 24px;
    height: 48px;
    font-size: 16px;
  }
}
@media all and (min-width: 768px) {
  .form-row {
    display: flex;
    column-gap: 20px;
  }
  .form-row .form-col {
    width: 50%;
  }
}
.form-group {
  margin: 0 0 20px 0;
}
.form-group .form-label {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  display: block;
  margin: 0 0 6px 0;
  padding: 0px;
}
.form-group .invalid-feedback {
  display: block;
  padding: 5px 0 0 0;
  color: #D24147;
  font-weight: bold;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.woocommerce-MyAccount-navigation ul li {
  margin: 0px;
}
.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
  display: block;
}

.woocommerce form,
.woocommerce form.login,
.woocommerce-ResetPassword,
.woocommerce-EditAccountForm {
  border: none;
  padding: 0px;
}
.woocommerce form .form-row,
.woocommerce form.login .form-row,
.woocommerce-ResetPassword .form-row,
.woocommerce-EditAccountForm .form-row {
  margin: 0 0 20px 0;
  display: block;
}
.woocommerce form .form-row label,
.woocommerce form.login .form-row label,
.woocommerce-ResetPassword .form-row label,
.woocommerce-EditAccountForm .form-row label {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  display: block;
  margin: 0 0 6px 0;
  padding: 0px;
}
.woocommerce form legend,
.woocommerce form.login legend,
.woocommerce-ResetPassword legend,
.woocommerce-EditAccountForm legend {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  display: block;
  margin: 0 0 6px 0;
  padding: 20px 0 0 0;
}
.woocommerce form span em,
.woocommerce form.login span em,
.woocommerce-ResetPassword span em,
.woocommerce-EditAccountForm span em {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0 0 0;
}
.woocommerce form .woocommerce-form-login__submit,
.woocommerce form button.button,
.woocommerce form.login .woocommerce-form-login__submit,
.woocommerce form.login button.button,
.woocommerce-ResetPassword .woocommerce-form-login__submit,
.woocommerce-ResetPassword button.button,
.woocommerce-EditAccountForm .woocommerce-form-login__submit,
.woocommerce-EditAccountForm button.button {
  background: #1B2848;
  border-radius: 22px;
  padding: 10px 17px;
  line-height: 16px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
}

form.submitting .form-submit {
  background: url(../images/ajax-loader.gif) no-repeat right center;
}

body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  display: block;
  margin: 0 0 6px 0;
  padding: 0px;
}

body .gform_wrapper.gravity-theme .gfield_description {
  padding: 6px 0 0 0;
}

.gform_legacy_markup_wrapper ul.gform_fields {
  padding: 0px;
  margin: 0px;
}
.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  padding: 0 0 20px 0;
  margin: 0px;
}

.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2 p {
  margin: 0px;
  padding: 0px;
}
.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2 p br {
  display: none;
}

@media only screen and (min-width: 641px) {
  .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2 p {
    float: left;
    width: 50%;
  }
  .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2 p span {
    width: 100%;
  }
}
body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message {
  color: #D24147;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border: none;
  margin: 0px;
  background: transparent;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 24px;
  grid-column-gap: 32px;
}

body .gform_wrapper.gravity-theme .gfield_label .gfield_required {
  display: none;
}

body .gform_wrapper.gravity-theme .gfield {
  position: relative;
}

body .gform_wrapper.gravity-theme .gfield-optional {
  position: relative;
}
body .gform_wrapper.gravity-theme .gfield-optional:before {
  position: absolute;
  right: 0px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  content: "Optional";
  top: 6px;
  display: block;
}

body .gform_wrapper .gform_validation_errors {
  padding: 0px;
  margin: 0px;
  border: none;
  box-shadow: none;
  background: transparent;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: none !important;
}

.gform_confirmation_message {
  background: #248245;
  color: #FFF;
  padding: 24px;
  line-height: 1.2em;
}

.slick-slider {
  position: relative;
}
.slick-slider section {
  padding: 0 20px 48px 0;
}
.slick-slider .slick-arrow {
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 24px;
  height: 24px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  z-index: 110;
  color: #1B2848;
}
.slick-slider .slick-arrow .button-text {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}
.slick-slider .slick-arrow .button-circle {
  display: none !important;
}
.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:active, .slick-slider .slick-arrow:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #1B2848 !important;
}
.slick-slider .slick-arrow:hover .button-text, .slick-slider .slick-arrow:active .button-text, .slick-slider .slick-arrow:focus .button-text {
  color: #1B2848 !important;
}
.slick-slider .slick-arrow svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}
.slick-slider .slick-arrow.slick-next svg {
  left: auto;
  right: 0px;
}
.slick-slider .slick-dots {
  bottom: -8px;
  left: 0px;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  height: 24px;
  line-height: 24px;
}
.slick-slider .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  text-indent: -9999px;
  border-radius: 100%;
  font-size: 1px;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  position: relative;
  border: 1px solid #FFBFBD;
  background: transparent;
  position: relative;
  top: -3px;
}
.slick-slider .slick-dots li.slick-active button {
  border: 1px solid #1B2848;
  background: #1B2848;
}

#site-header {
  position: relative;
}
#site-header .container:before {
  width: 100vw;
  right: -48px;
  background: #FFF;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
#site-header .container .logo {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  margin: 39px 0 38px 0;
}
#site-header .container .header-right {
  float: right;
  position: relative;
  z-index: 1;
}
#site-header .container .toggle-nav {
  display: none;
}
#site-header .container nav#top-nav {
  padding: 27px 0 29px 0;
  text-align: right;
}
#site-header .container nav#top-nav ul li {
  display: inline-block;
  line-height: 36px;
  vertical-align: middle;
  margin: 0 0 0 60px;
}
#site-header .container nav#top-nav ul li a {
  font-family: "Inter";
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
}
#site-header .container nav#top-nav ul li a.button {
  display: block;
}
#site-header .container nav#site-nav {
  text-align: right;
}
#site-header .container nav#site-nav ul li {
  display: inline-block;
  padding: 0 0 21px 74px;
}
#site-header .container nav#site-nav ul li a {
  font-family: "Inter";
  font-weight: 600;
  line-height: 17px;
  font-size: 14px;
  text-transform: uppercase;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #site-header {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  }
  #site-header .container:before {
    display: none;
  }
  #site-header .container nav#site-nav ul li {
    padding: 0 0 21px 34px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-header {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  }
  #site-header .container .logo {
    margin: 18px 0;
    float: left;
  }
  #site-header .container .logo img {
    height: 40px;
    display: block;
  }
  #site-header .container .toggle-nav {
    display: block;
    position: absolute;
    top: 25px;
    right: 0px;
  }
  #site-header .container .header-right {
    float: none;
    clear: both;
    padding: 0 0 80px 0;
    display: none;
  }
  #site-header .container .header-right nav#top-nav {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 0 20px 20px 20px;
    margin: 0px;
  }
  #site-header .container .header-right nav#top-nav ul {
    text-align: center;
    width: 100%;
  }
  #site-header .container .header-right nav#top-nav ul li {
    display: inline-block;
    margin: 0 20px;
    padding: 0px;
  }
  #site-header .container .header-right nav#site-nav {
    text-align: left;
  }
  #site-header .container .header-right nav#site-nav ul li {
    display: block;
    padding: 0px;
  }
  #site-header .container .header-right nav#site-nav ul li a {
    padding: 20px 0;
    display: block;
  }
}
#page-header {
  background: #1B2848;
  min-height: 300px;
  padding: 108px 0 0 0;
  position: relative;
  z-index: 1;
}
#page-header h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: #FFFFFF;
  margin: 0 0 14px 0;
}
#page-header p {
  font-size: 20px;
  line-height: 23px;
  color: #FFF;
  margin: 0px;
  max-width: 410px;
}
#page-header p a {
  color: #FFF;
  text-decoration: underline;
}
#page-header .banner-filters {
  position: relative;
  top: 40px;
}
#page-header.page-header-article-search {
  min-height: 0px;
  padding: 48px 0 18px 0;
  background: #F8F8F8;
}
#page-header.page-header-article-search h1 {
  text-align: center;
  color: #1B2848;
}
#page-header.page-header-article-search .banner-filters {
  top: auto;
  padding: 0 0 48px 0;
}

@media all and (min-width: 1024px) {
  body.page-id-5944 #page-header p {
    font-size: 28px;
    line-height: 33px;
    max-width: none;
    padding: 13px 0 0 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #page-header {
    height: auto;
    padding: 96px 0;
  }
  #page-header h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #page-header .banner-filters {
    top: 110px;
  }
}
.page-block-page-banner {
  padding: 57px 0;
}
.page-block-page-banner a {
  display: block;
}
.page-block-page-banner img {
  display: block;
  width: 100%;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-page-banner {
    padding: 32px 0;
  }
}
.page-block-events-intro {
  background: #1B2848;
  padding: 59px 0 65px 0;
}
.page-block-events-intro .events-intro {
  display: flex;
}
.page-block-events-intro .events-intro article {
  width: 50%;
  padding: 0 90px 0 0;
}
.page-block-events-intro .events-intro article.events-intro-left {
  padding: 0 120px 0 0;
}
.page-block-events-intro .events-intro article h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #FFF;
  margin: 0 0 19px 0;
}
.page-block-events-intro .events-intro article h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #FFF;
  margin: 0 0 53px 0;
}
.page-block-events-intro .events-intro article p {
  font-size: 17px;
  line-height: 23px;
  color: #FFF;
}
.page-block-events-intro .events-intro article ul {
  margin: 0 0 -32px 0;
}
.page-block-events-intro .events-intro article ul li {
  position: relative;
  padding: 0 0 0 102px;
  font-size: 20px;
  line-height: 23px;
  color: #FFF;
  margin: 0 0 32px 0;
  min-height: 38px;
}
.page-block-events-intro .events-intro article ul li:before {
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
  background: url(../images/plane-white.svg) no-repeat;
  width: 44px;
  height: 40px;
  content: "";
}
.page-block-events-intro .events-intro article ul li.only-one-line:before {
  top: -6px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-events-intro .events-intro article {
    padding: 0px;
  }
  .page-block-events-intro .events-intro article.events-intro-left {
    padding: 0 80px 0 0;
  }
  .page-block-events-intro .events-intro article ul li {
    padding: 0 0 0 82px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-events-intro .events-intro {
    display: block;
  }
  .page-block-events-intro .events-intro article {
    width: auto;
  }
  .page-block-events-intro .events-intro article.events-intro-left {
    padding: 0 0 40px 0;
  }
  .page-block-events-intro .events-intro article h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 16px 0;
  }
  .page-block-events-intro .events-intro article h2 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 26px 0;
  }
  .page-block-events-intro .events-intro article p {
    font-size: 17px;
    line-height: 21px;
  }
  .page-block-events-intro .events-intro article ul li {
    font-size: 18px;
  }
}
.page-block-event-items {
  padding: 45px 0 47px 0;
}
.page-block-event-items .event-items section {
  margin: 0 0 50px 0;
}
.page-block-event-items .event-items section .event-item {
  display: block;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  border-left: 9px solid #005CB9;
}
.page-block-event-items .event-items section .event-item .event-item-content {
  width: 50%;
  padding: 45px 120px 45px 79px;
}
.page-block-event-items .event-items section .event-item .event-item-content h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  padding: 0 0 13px 0;
  border-bottom: 2px solid #1B2848;
  margin: 0 0 57px 0;
  font-family: "Source Sans 3";
}
.page-block-event-items .event-items section .event-item .event-item-content .event-metas {
  margin: 0 0 17px 0;
}
.page-block-event-items .event-items section .event-item .event-item-content .event-metas .event-meta {
  margin: 0 0 35px 0;
  padding: 8px 0 12px 68px;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #262626;
  line-height: 23px;
}
.page-block-event-items .event-items section .event-item .event-item-content .event-metas .event-meta svg {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.page-block-event-items .event-items section .event-item .event-item-image {
  display: block;
  margin: 0px;
  width: 50%;
}
.page-block-event-items .event-items section .event-item .event-item-image img {
  display: block;
  width: 100%;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-event-items .event-items section .event-item .event-item-content {
    padding: 25px 36px 25px 36px;
  }
  .page-block-event-items .event-items section .event-item .event-item-content h3 {
    margin: 0 0 25px 0;
  }
  .page-block-event-items .event-items section .event-item .event-item-content .event-metas .event-meta {
    margin: 0 0 15px 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-event-items .event-items section .event-item {
    display: block;
  }
  .page-block-event-items .event-items section .event-item .event-item-image {
    width: auto;
  }
  .page-block-event-items .event-items section .event-item .event-item-content {
    width: auto;
    padding: 25px 36px 25px 36px;
  }
  .page-block-event-items .event-items section .event-item .event-item-content h3 {
    margin: 0 0 25px 0;
  }
  .page-block-event-items .event-items section .event-item .event-item-content .event-metas .event-meta {
    margin: 0 0 15px 0;
  }
}
.page-block-testimonials h2.section-header {
  margin: 0 0 42px 0;
}
.page-block-testimonials h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 59px 0;
}
.page-block-testimonials .testimonials-grid {
  display: grid;
  column-gap: 44px;
  grid-template-columns: auto auto auto auto;
  row-gap: 116px;
  padding: 76px 0 101px 0;
}
.page-block-testimonials .testimonials-grid section .testimonial-item {
  padding: 80px 48px 26px 48px;
  background: #F9F9F9;
  box-shadow: -1px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
}
.page-block-testimonials .testimonials-grid section .testimonial-item .testimonial-item-logo {
  position: absolute;
  top: -76px;
  left: 50%;
  background: #FFFFFF;
  border: 0.5px solid #1B2848;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  width: 116px;
  height: 116px;
  margin: 0 0 0 -58px;
}
.page-block-testimonials .testimonials-grid section .testimonial-item .testimonial-item-logo img {
  max-width: 90px;
  max-height: 90px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.page-block-testimonials .testimonials-grid section .testimonial-item p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 0 0 44px 0;
}
.page-block-testimonials .testimonials-grid section .testimonial-item cite {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #1B2848;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-testimonials h2.section-header {
    margin: 0 0 10px 0;
  }
  .page-block-testimonials h4 {
    font-size: 18px;
    line-height: 23px;
  }
  .page-block-testimonials .testimonials-grid {
    grid-template-columns: auto auto;
    column-gap: 22px;
  }
  .page-block-testimonials .testimonials-grid section .testimonial-item {
    padding: 80px 24px 24px 24px;
  }
  .page-block-testimonials .testimonials-grid section .testimonial-item p {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 24px 0;
  }
  .page-block-testimonials .testimonials-grid section .testimonial-item cite {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) and (min-width: 0px) {
  .page-block-testimonials .testimonials-grid {
    grid-template-columns: auto;
  }
}
.event-header {
  margin: 0 0 88px 0;
}
.event-header h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  margin: 0 300px 0 0;
  max-width: 850px;
}
.event-header .event-region-tag {
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 14px 86px 14px 24px;
  background: #1B2848;
  color: #FFF;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  display: block;
  border-radius: 10px;
}
.event-header .event-region-tag svg {
  position: absolute;
  top: 14px;
  right: 25px;
}
.event-header .event-sponsors {
  margin: 58px 0 0 0;
  padding: 0 0 0 405px;
  position: relative;
}
.event-header .event-sponsors h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #262626;
  position: absolute;
  top: 50%;
  left: 0px;
  margin: -17px 0 0 0;
}
.event-header .event-sponsors ul {
  margin: 0 -40px;
}
.event-header .event-sponsors ul li {
  padding: 0 40px;
  display: inline-block;
  vertical-align: middle;
}
.event-header .event-sponsors ul li img {
  display: block;
  vertical-align: middle;
}

body.page-template-page-free-event #breadcrumb {
  display: none;
}
body.page-template-page-free-event .event-header {
  margin: 0 0 100px 0;
}
body.page-template-page-free-event .event-header h1 {
  max-width: 900px;
}
body.page-template-page-free-event .event-header .event-sponsors {
  margin: 43px 0 0 0;
}
body.page-template-page-free-event header.event-header {
  margin: 0px;
  padding: 58px 0 0 0;
}
body.page-template-page-free-event header.event-header .event-region-tag {
  top: 0px;
}

.event-tabs {
  margin: 0 0 52px 0;
}
.event-tabs ul {
  background: #F8F8F8;
  border-radius: 0px 0px 10px 0px;
  border-top: 3px solid #1B2848;
}
.event-tabs ul li {
  display: inline-block;
}
.event-tabs ul li a {
  display: inline-block;
  padding: 21px 38px 21px 38px;
  border-bottom: 2px solid #F8F8F8;
  color: #636363;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.event-tabs ul li.active a {
  border-bottom: 2px solid #1B2848;
  background: #FFF;
  color: #262626;
}

.page-block-event-content {
  padding: 0 0 50px 0;
}
.page-block-event-content .event-tabpanes {
  width: calc(100% - 431px);
  float: left;
}
.page-block-event-content .event-tabpanes .page-block {
  padding: 0 0 64px 0;
}
.page-block-event-content .event-tabpanes .page-block .container {
  width: auto !important;
  padding: 0px !important;
  margin: 0px !important;
}
.page-block-event-content .event-tabpanes .page-block-content article {
  padding: 0px;
}
.page-block-event-content .event-tabpanes .page-block-content article p {
  font-size: 16px;
}
.page-block-event-content .event-tabpanes .event-tabpane {
  display: none;
}
.page-block-event-content .event-tabpanes .event-tabpane article p {
  margin-right: 48px;
}
.page-block-event-content .event-tabpanes .event-tabpane#register article h3 {
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 20px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#register article h4 {
  font-size: 20px;
  line-height: 32px;
  margin: 0px;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper {
  padding: 40px 0 80px 0;
  max-width: 480px;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #171717;
  padding: 0 0 9px 0;
  border-bottom: 4px solid #8E1537;
  width: 150px;
  margin: 0 0 20px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product .woocommerce-product-gallery,
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product .entry-title,
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product p.price,
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product .product_meta,
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product .woocommerce-tabs {
  display: none;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product .summary {
  float: none;
  width: auto;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product .related.products {
  display: none;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product form.cart .variations tr th,
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product form.cart .variations tr td {
  display: block;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product form.cart .variations tr th label,
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product form.cart .variations tr td label {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 6px 0;
  display: block;
  color: #000;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product form.cart .variations tr th .reset_variations,
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product form.cart .variations tr td .reset_variations {
  display: none !important;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper div.product form.cart div.quantity {
  display: none !important;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-column {
  width: 50%;
  padding: 0 60px 25px 0;
  float: left;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .agree-terms_parent label {
  display: none;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .agree-terms_parent .agree-terms label {
  display: block;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-control_parent {
  margin: 0 0 15px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-control_parent label {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 6px 0;
  display: block;
  color: #000;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-control_parent label .required-label {
  color: #FF0000;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .wcpa_form_outer .wcpa_form_item .wcpa_radio .wcpa_check {
  background: rgba(217, 217, 217, 0.5);
  background: #FFF;
  border-radius: 2px;
  border: none;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .wcpa_form_outer .wcpa_form_item .wcpa_radio .wcpa_check::before {
  width: 16px;
  height: 16px;
  top: 0px;
  left: 0px;
  background: url(../images/tick.svg) no-repeat center center transparent;
  background-size: auto 10px;
  display: none;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .wcpa_form_outer .wcpa_form_item .wcpa_radio input[type=radio]:checked + label .wcpa_check::before {
  display: block;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .accommo_parent label {
  margin-bottom: 5px;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .accommo_parent p {
  margin-top: -20px;
  line-height: 1.3em;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .wcpa_type_radio-group {
  margin: 0 0 40px 0;
  padding: 20px 0 0 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .wcpa_type_radio-group label {
  font-size: 17px;
  line-height: 20px;
  color: #000;
  margin: 0 0 15px 0;
  max-width: 520px;
  display: block;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .wcpa_type_radio-group .radio-group .wcpa_radio {
  display: inline-block;
  margin: 0 50px 0 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .wcpa_type_radio-group .radio-group .wcpa_radio label {
  font-size: 12px;
  margin: 0px;
  text-transform: uppercase;
  color: rgba(23, 23, 23, 0.5);
  color: #000;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .wcpa_form_outer .wcpa_form_item .wcpa_radio .wcpa_check {
  margin-right: 20px;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .wcpa_form_outer .wcpa_form_item .wcpa_checkbox .wcpa_check {
  background: rgba(217, 217, 217, 0.5);
  background: #FFF;
  border-radius: 2px;
  border: none;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .wcpa_form_outer .wcpa_form_item .wcpa_checkbox .wcpa_check::before {
  width: 16px;
  height: 16px;
  top: 0px;
  left: 0px;
  background: url(../images/tick.svg) no-repeat center center transparent;
  background-size: auto 10px;
  display: none;
  transform: none;
  border: none !important;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type=checkbox]:checked + label .wcpa_check::before {
  display: block;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .wcpa_form_outer .wcpa_form_item .wcpa_checkbox .wcpa_check {
  margin-right: 20px;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-checkboxes .form-checkbox {
  position: relative;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-checkboxes .form-checkbox input {
  position: absolute;
  left: -9999px;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-checkboxes .form-checkbox label {
  padding: 0 0 0 40px;
  cursor: pointer;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  display: block;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-checkboxes .form-checkbox label:before {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 18px;
  height: 18px;
  background: rgba(217, 217, 217, 0.5);
  background: #FFF;
  border-radius: 2px;
  border: 1px solid #000;
  content: "";
  display: block;
  z-index: 1;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-checkboxes .form-checkbox label:after {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 18px;
  height: 18px;
  content: "";
  border: none !important;
  display: none;
  z-index: 1;
  color: #FFF;
  background: url(../images/tick.svg) no-repeat center center transparent;
  background-size: auto 10px;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-checkboxes .form-checkbox input:checked + label:after {
  display: block;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-group-additional-event {
  margin: 0 0 60px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-group-additional-event label {
  font-size: 17px;
  line-height: 20px;
  color: #000;
  margin: 0 0 40px 0;
  max-width: 520px;
  display: block;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-group-additional-event label .required-label {
  color: #FF0000;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-group-additional-event .form-checkboxes .form-checkbox {
  display: inline-block;
  margin: 0 50px 0 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-group-additional-event .form-checkboxes .form-checkbox label {
  font-size: 12px;
  margin: 0px;
  color: rgba(23, 23, 23, 0.5);
  color: #000;
}
.page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-submit {
  padding: 71px 0 0 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#speakers h4 {
  font-size: 25px;
  line-height: 29px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #1B2848;
  margin: 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#speakers .speaker-profiles {
  position: relative;
}
.page-block-event-content .event-tabpanes .event-tabpane#speakers .event-speakers-alphabet {
  top: 0px;
  left: 0px;
  line-height: 25px;
  position: sticky;
  z-index: 100;
  background: #FFF;
  padding: 34px 0 14px 0;
  font-size: 20px;
  margin: 0 -5px 50px -5px;
  text-transform: uppercase;
}
.page-block-event-content .event-tabpanes .event-tabpane#speakers .event-speakers-alphabet li {
  padding: 0 5px;
  display: inline-block;
  color: #999;
}
.page-block-event-content .event-tabpanes .event-tabpane#speakers .event-speakers-alphabet li a {
  color: #262626;
}
.page-block-event-content .event-tabpanes .event-tabpane#speakers .event-speakers-placeholder {
  height: calc(25px + 48px);
  margin: 0 0 50px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#speakers .event-speakers section {
  position: relative;
  margin: 0 0 38px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#speakers .event-speakers section.speaker-has-image {
  padding: 0 0 0 215px;
  position: relative;
}
.page-block-event-content .event-tabpanes .event-tabpane#speakers .event-speakers section.speaker-has-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 195px;
  display: block;
}
.page-block-event-content .event-tabpanes .event-tabpane#speakers .event-speakers section .speaker-details-header {
  padding: 0 0 12px 0;
  border-bottom: 1px solid #000000;
  margin: 0 0 24px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#speakers .event-speakers section .speaker-details-header p {
  font-weight: bold;
}
.page-block-event-content .event-tabpanes .event-tabpane#speakers .event-speakers section h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
}
.page-block-event-content .event-tabpanes .event-tabpane#speakers .event-speakers section p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
}
.page-block-event-content .event-tabpanes .event-tabpane#media .media-video {
  margin: 0 0 20px 0;
  padding-top: 60%;
  height: 0px;
  position: relative;
}
.page-block-event-content .event-tabpanes .event-tabpane#media .media-video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-block-event-content .event-tabpanes .event-tabpane#media .media-images {
  margin: 0 0 60px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#media .media-images ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: auto auto auto;
  row-gap: 20px;
}
.page-block-event-content .event-tabpanes .event-tabpane#media .media-images ul li {
  display: block;
}
.page-block-event-content .event-tabpanes .event-tabpane#media .media-images ul li a {
  display: block;
}
.page-block-event-content .event-tabpanes .event-tabpane#media .media-images ul li a img {
  display: block;
  width: 100%;
}
.page-block-event-content .event-tabpanes .event-tabpane#location article .location-details {
  overflow: hidden;
  margin: 0 0 107px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#location article .location-details .location-details-image {
  display: block;
  float: left;
  padding: 0 26px 0 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#location article .location-details .location-details-image img {
  max-width: 300px;
}
.page-block-event-content .event-tabpanes .event-tabpane#location article .location-details .location-details-contact {
  display: block;
  float: left;
}
.page-block-event-content .event-tabpanes .event-tabpane#location article .location-details .location-details-contact h6 {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 21px 0;
  font-weight: bold;
  padding: 0px;
}
.page-block-event-content .event-tabpanes .event-tabpane#location article .location-details .location-details-contact p {
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 23px 0;
  color: #1B2848;
}
.page-block-event-content .event-tabpanes .event-tabpane#location article .location-details .location-details-contact .location-details-contact-details {
  margin: 0px;
}
.page-block-event-content .event-tabpanes .event-tabpane#location article .location-details .location-details-contact .location-details-contact-details li {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 0 0 215px;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 12px 0;
  color: #1B2848;
}
.page-block-event-content .event-tabpanes .event-tabpane#location article .location-details .location-details-contact .location-details-contact-details li:before {
  display: none;
}
.page-block-event-content .event-tabpanes .event-tabpane#location article .location-details .location-details-contact .location-details-contact-details li strong {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .accordion-panel-pre-conference {
  margin: 0 0 43px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .accordion-panel-pre-conference article h4 {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day {
  border-top: 9px solid #1B2848;
  padding: 37px 0 23px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day header {
  padding: 0 0 0 82px;
  position: relative;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day header .agenda-day-icon {
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day header h4 {
  font-size: 20px;
  line-height: 23px;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #1B2848;
  text-transform: uppercase;
  float: left;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day header .agenda-day-visible-sessions {
  float: right;
  width: 410px;
  padding: 34px 0 23px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day header .agenda-day-visible-sessions li {
  display: block;
  padding: 0 0 0 88px;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day header .agenda-day-visible-sessions li span {
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day .agenda-track .accordion-panel {
  margin: 0 0 10px 0;
  position: relative;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day .agenda-track .accordion-panel .accordion-panel-header {
  position: sticky;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day .agenda-track .accordion-panel article .agenda-track-session {
  padding: 0 0 0 215px;
  position: relative;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day .agenda-track .accordion-panel article .agenda-track-session .agenda-track-session-time {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0 0 11px 0;
  line-height: 25px;
  border-bottom: 1px solid #8A8A8A;
  color: #1B2848;
  font-weight: 700;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day .agenda-track .accordion-panel article .agenda-track-session h6 {
  font-size: 18px;
  line-height: 25px;
  color: #1B2848;
  font-weight: 700;
  padding: 0 0 11px 0;
  border-bottom: 1px solid #8A8A8A;
  margin: 0 0 25px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day .agenda-track .accordion-panel article .agenda-track-session h6 svg {
  margin: 0 20px 0 0;
  position: relative;
  top: 3px;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day .agenda-track .accordion-panel article .agenda-track-session ul.session-meta {
  margin: 0 0 21px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day .agenda-track .accordion-panel article .agenda-track-session ul.session-meta li {
  display: block;
  padding: 0 0 0 108px;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 700;
  font-style: italic;
  position: relative;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day .agenda-track .accordion-panel article .agenda-track-session ul.session-meta li:before {
  display: none;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day .agenda-track .accordion-panel article .agenda-track-session ul.session-meta li span {
  font-style: normal;
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day .agenda-track .accordion-panel article .agenda-track-session p {
  line-height: 25px;
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-floorplan {
  display: flex;
  margin: 0 0 71px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.1);
  align-items: center;
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-floorplan img {
  margin: 0px;
  width: 36%;
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-floorplan .exhibitors-floorplan-details {
  padding: 20px 65px 20px 111px;
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-floorplan .exhibitors-floorplan-details h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 26px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-floorplan .exhibitors-floorplan-details p {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 40px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors h4.exhibitor-level-heading {
  background: #8E1537;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0 9px 0;
  margin: 0 0 57px 0;
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid {
  margin: 0 0 50px 0;
  display: grid;
  column-gap: 20px;
  grid-template-columns: auto auto auto auto;
  row-gap: 20px;
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid section .exhibitor-card {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid section .exhibitor-card .exhibitor-card-image {
  height: 124px;
  border-bottom: 1px solid #E5E5E5;
  text-align: left;
  display: block;
  position: relative;
  padding: 0 18px;
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid section .exhibitor-card .exhibitor-card-image img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid section .exhibitor-card .exhibitor-card-stand {
  padding: 25px 0 8px 0;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #262626;
  display: block;
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid section .exhibitor-card .exhibitor-card-stand span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 8px 0;
  font-weight: normal;
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid section .exhibitor-card .exhibitor-card-view {
  display: block;
  line-height: 39px;
  text-align: center;
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  color: #1B2848;
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid section .exhibitor-card:hover, .page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid section .exhibitor-card:active, .page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid section .exhibitor-card:focus {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid section .exhibitor-card:hover .exhibitor-card-view, .page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid section .exhibitor-card:active .exhibitor-card-view, .page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid section .exhibitor-card:focus .exhibitor-card-view {
  color: #FFF;
  background: #1B2848;
}
.page-block-event-content .event-tabpanes .event-tabpane-active {
  display: block;
}
.page-block-event-content .event-sidebar {
  width: 323px;
  float: right;
}
.page-block-event-content .event-sidebar aside {
  margin: 0 0 57px 0;
}
.page-block-event-content .event-sidebar aside h5 {
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  color: #000;
  padding: 0 0 20px 0;
  border-bottom: 4px solid #1B2848;
}
.page-block-event-content .event-sidebar aside p {
  font-size: 18px;
  line-height: 25px;
  padding: 20px 0 0 0;
  margin: 0 0 28px 0;
}
.page-block-event-content .event-sidebar aside p a:not([class]) {
  text-decoration: underline;
}
.page-block-event-content .event-sidebar aside p + p {
  padding-top: 0px;
}
.page-block-event-content .event-sidebar aside .downloads li a {
  position: relative;
  display: block;
  border-bottom: 1px solid #000;
  padding: 41px 83px 31px 108px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
  background: url(../images/icon-pdf.png) no-repeat 23px center;
}
.page-block-event-content .event-sidebar aside .downloads li a svg {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -15px 0 0 0;
}
.page-block-event-content .event-sidebar aside .contacts {
  padding: 12px 0 0 0;
}
.page-block-event-content .event-sidebar aside .contacts li {
  padding: 20px 0;
  border-bottom: 1px solid #8A8A8A;
}
.page-block-event-content .event-sidebar aside .contacts li p {
  font-size: 16px;
  line-height: 25px;
  margin: 0px;
  padding: 0px;
}
.page-block-event-content .event-sidebar aside .contacts li p a {
  text-decoration: underline;
}

.exhibitor-modal-content .exhibitor-modal-content-left {
  width: 260px;
  float: left;
}
.exhibitor-modal-content .exhibitor-modal-content-left img {
  display: block;
  margin: 0 0 57px 0;
}
.exhibitor-modal-content .exhibitor-modal-content-left ul li {
  padding: 0 0 0 128px;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  line-height: 29px;
  margin: 0 0 35px 0;
}
.exhibitor-modal-content .exhibitor-modal-content-left ul li span {
  position: absolute;
  width: 128px;
  font-size: 18px;
  font-weight: normal;
  top: 0px;
  left: 0px;
  line-height: 29px;
}
.exhibitor-modal-content .exhibitor-modal-content-left ul li.exhibitor-social {
  margin: 0 -20px 30px 0;
}
.exhibitor-modal-content .exhibitor-modal-content-left ul li.exhibitor-social a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.exhibitor-modal-content .exhibitor-modal-content-left ul li.exhibitor-social a svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.exhibitor-modal-content .exhibitor-modal-content-left ul li.divider-line {
  border-top: 1px solid #000;
  margin: 0 0 31px 0;
}
.exhibitor-modal-content .exhibitor-modal-content-left ul li.exhibitor-phone {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 16px 0;
}
.exhibitor-modal-content .exhibitor-modal-content-left ul li.exhibitor-email {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 16px 0;
  padding-left: 0px;
}
.exhibitor-modal-content .exhibitor-modal-content-left ul li.exhibitor-email a {
  color: #000;
}
.exhibitor-modal-content .exhibitor-modal-content-right {
  width: calc(100% - 260px);
  float: right;
  padding: 0 160px 0 190px;
}
@media all and (min-width: 1024px) {
  .exhibitor-modal-content .exhibitor-modal-content-right {
    max-height: 560px;
    overflow: auto;
  }
}
.exhibitor-modal-content .exhibitor-modal-content-right p {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin: 0 0 21px 0;
}
.exhibitor-modal-content .exhibitor-modal-content-right p a {
  text-decoration: underline;
  color: #000;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .event-header .event-sponsors {
    padding: 0px;
  }
  .event-header .event-sponsors h5 {
    font-size: 22px;
    line-height: 25px;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 20px 0;
  }
  .event-header .event-sponsors ul {
    margin: 0 -20px;
  }
  .event-header .event-sponsors ul li {
    padding: 0 20px;
  }

  .event-tabs ul li a {
    padding: 21px 20px 21px 20px;
  }

  .page-block-event-content .event-tabpanes {
    width: calc(100% - 353px);
  }
  .page-block-event-content .event-tabpanes .event-tabpane article p {
    margin-right: 0px;
  }

  .page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-floorplan .exhibitors-floorplan-details {
    padding: 20px 24px 20px 24px;
  }
  .page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-floorplan .exhibitors-floorplan-details p {
    margin: 0 0 20px 0;
  }

  .exhibitor-modal-content .exhibitor-modal-content-right {
    padding: 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .event-header h1 {
    margin: 0 0 20px 0;
  }
  .event-header .event-region-tag {
    display: inline-block;
    margin: 0 0 0 0;
    position: relative;
    top: auto;
    right: auto;
    clear: both;
  }
  .event-header .event-sponsors {
    clear: both;
  }
  .event-header .event-sponsors ul {
    margin: 0 -10px;
  }
  .event-header .event-sponsors ul li {
    padding: 0 10px 20px 10px;
  }
  .event-header .event-sponsors ul li img {
    max-width: 200px;
    max-height: 40px;
  }

  .page-block-event-content .event-tabpanes {
    float: none;
    width: auto;
  }
  .page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day header .agenda-day-visible-sessions {
    float: none;
    clear: both;
  }
  .page-block-event-content .event-sidebar {
    float: none;
    width: auto;
  }

  .page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-column {
    padding: 0 20px 25px 0;
  }

  .event-tabs {
    overflow: auto;
    padding: 0 0 20px 0;
    margin: 0px;
  }
  .event-tabs ul {
    float: left;
    display: flex;
    flex-wrap: 0;
  }

  .page-block-event-content .event-tabpanes .event-tabpane#exhibitors .exhibitors-grid {
    grid-template-columns: auto auto;
  }
}
@media all and (max-width: 800px) and (min-width: 0px) {
  .exhibitor-modal-content .exhibitor-modal-content-left {
    float: none;
    width: auto;
    padding: 0 0 40px 0;
  }

  .exhibitor-modal-content .exhibitor-modal-content-right {
    float: none;
    width: auto;
    padding: 0px;
  }

  .page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day .agenda-track .accordion-panel article .agenda-track-session {
    padding-left: 0px;
  }
  .page-block-event-content .event-tabpanes .event-tabpane#agenda .agenda .agenda-day .agenda-track .accordion-panel article .agenda-track-session .agenda-track-session-time {
    display: block;
    position: relative;
    margin: 0;
    border: none;
  }
  .page-block-event-content .event-tabpanes .event-tabpane#location article .location-details .location-details-image {
    float: none;
    margin: 0 0 20px 0;
  }
  .page-block-event-content .event-tabpanes .event-tabpane#location article .location-details .location-details-contact {
    float: none;
  }
  .page-block-event-content .event-tabpanes .event-tabpane#location article .location-details .location-details-contact .location-details-contact-details li {
    text-align: left;
    padding: 0px;
  }
  .page-block-event-content .event-tabpanes .event-tabpane#location article .location-details .location-details-contact .location-details-contact-details li strong {
    position: relative;
    display: block;
    margin: 0 0 5px 0;
  }
  .page-block-event-content .event-tabpanes .event-tabpane#speakers .event-speakers section.speaker-has-image {
    padding: 0px;
  }
  .page-block-event-content .event-tabpanes .event-tabpane#speakers .event-speakers section.speaker-has-image img {
    position: relative;
    width: auto;
    margin: 0 0 20px 0;
  }
  .page-block-event-content .event-tabpanes .event-tabpane#media .media-images ul {
    grid-template-columns: auto auto;
  }
}
@media all and (max-width: 640px) and (min-width: 0px) {
  .page-block-event-content .event-tabpanes .event-tabpane#register .event-register-form-wrapper .form-column {
    padding: 0px;
    width: auto;
    float: none;
  }
}
.accordion-panel .accordion-panel-header {
  border: 1px solid #1B2848;
  color: #1B2848;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding: 10px 80px 10px 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
.accordion-panel .accordion-panel-header svg {
  position: absolute;
  top: 15px;
  right: 20px;
  display: none;
}
.accordion-panel .accordion-panel-header svg.svg-down {
  display: block;
}
.accordion-panel article {
  padding: 20px 0 0 0;
  display: none;
}
.accordion-panel.active .accordion-panel-header svg.svg-down {
  display: none;
}
.accordion-panel.active .accordion-panel-header svg.svg-up {
  display: block;
}
.accordion-panel.active article {
  display: block;
}

.page-block-general {
  padding: 64px 0;
}

.page-block-content {
  padding: 50px 0;
}
.page-block-content article {
  padding: 0 213px;
  margin: 0 0 -20px 0;
}
.page-block-content article h2 {
  border-bottom: none;
  padding: 0px;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 23px 0;
}
.page-block-content article h3 {
  color: #1B2848;
  font-size: 22px;
  line-height: 26px;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #1B2848;
  display: inline-block;
}
.page-block-content article p {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 21px 0;
}
.page-block-content article ul li {
  line-height: 24px;
}
.page-block-content article ul + h3 {
  margin-top: 30px;
}
.page-block-content.background-grey {
  background: #EFEFEF;
  padding: 80px 0;
}

@media all and (max-width: 1260px) and (min-width: 0px) {
  .page-block-content article {
    padding: 0 180px;
  }
}
@media all and (max-width: 1160px) and (min-width: 0px) {
  .page-block-content article {
    padding: 0 128px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content article {
    padding: 0px;
  }
}
#home-banner {
  position: relative;
  padding: 0 0 31px 0;
  padding: 0 0 0 0;
}
#home-banner .home-banner-image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 56.5%;
  height: 400px;
  background: none no-repeat center center;
  background-size: cover;
}
#home-banner article {
  padding: 74px 0 61px 0;
  max-width: 400px;
}
#home-banner article h1 {
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  color: #1B2848;
  border: none;
  margin: 0 0 22px 0;
}
#home-banner article p {
  font-size: 18px;
  line-height: 21px;
  color: #1B2848;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #home-banner {
    padding: 200px 0 0 0;
  }
  #home-banner .home-banner-image {
    height: 200px;
    width: 100%;
    right: auto;
    left: 0px;
  }
  #home-banner article {
    max-width: none;
    padding: 32px 0 0 0;
  }
  #home-banner article h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.select-list {
  position: relative;
}
.select-list a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: url(../images/V.svg) no-repeat right 17px top 53% #FFF;
  border: none;
  border: 1px solid #C8C8C8;
  border-radius: 7px;
  width: 100%;
  height: 43px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #262626;
  padding: 10px 34px 10px 14px;
  line-height: 23px;
  font-size: 16px;
  position: relative;
  font-weight: 700;
  z-index: 1;
  box-shadow: none;
  line-height: 20px;
  padding: 6px 30px 6px 20px;
  border-radius: 10px;
  font-size: 14px;
  height: 36px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-list a:active, .select-list a:focus {
  border-color: #262626;
}
.select-list select {
  position: absolute;
  left: -9999px;
}
.select-list ul {
  display: none;
  position: absolute;
  margin: 0 6px;
  width: calc(100% - 12px);
  top: 36px;
  border: 1px solid #c8c8c8;
  background: #FFF;
  z-index: 1000;
  padding: 7px 0;
}
.select-list ul li {
  display: block;
  padding: 7px 12px 5px 12px;
  color: #262626;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}
.select-list ul li:hover,
.select-list ul li .selected {
  background: #ECECEC;
}

.banner-filters {
  width: 484px;
  margin: 0 auto;
}
.banner-filters section {
  background: #FFFFFF;
  box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 33px 40px 38px 35px;
}
.banner-filters section h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #262626;
  margin: 0 0 10px 0;
}
.banner-filters section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: calc(100% - 95px);
  float: left;
  line-height: 20px;
  padding: 6px 20px;
  border-radius: 10px;
  height: 36px;
  font-weight: 700;
  border: 1px solid #C8C8C8;
  font-size: 14px;
  color: #9B9B9B;
}
.banner-filters section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, .banner-filters section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #262626;
}
.banner-filters section .select-list {
  width: calc(100% - 175px);
  float: left;
}
.banner-filters section .select-list a {
  color: #9B9B9B;
  font-size: 14px;
}
.banner-filters section input[type=submit] {
  float: right;
}

@media all and (max-width: 1280px) and (min-width: 768px) {
  .banner-filters {
    padding: 0px;
  }
  .banner-filters section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.banner-filters section .select-list {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .banner-filters section input[type=submit] {
    float: none;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .banner-filters {
    padding: 0px;
    margin: 0 10px;
    width: auto;
  }
  .banner-filters section {
    float: none;
    width: auto;
    margin: 0 -10px 20px -10px;
    padding: 24px;
  }
}
@media all and (max-width: 480px) and (min-width: 0px) {
  .banner-filters section input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.banner-filters section .select-list {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .banner-filters section input[type=submit] {
    float: none;
  }
}
#home-article-search {
  position: relative;
  padding: 42px 0;
}
#home-article-search:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 230px;
  background: #F3F3F3;
  content: "";
  z-index: 0;
}
#home-article-search .container {
  z-index: 1;
  padding: 0 104px;
  position: relative;
}
#home-article-search h2 {
  font-size: 30px;
  line-height: 35px;
  color: #1B2848;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 44px 0;
}
#home-article-search h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  padding: 6px 0 0 10px;
  margin: 0 0 44px 0;
  vertical-align: middle;
  display: inline-block;
}
#home-article-search ul {
  margin: 0 -10px 39px -10px;
}
#home-article-search ul li {
  margin: 0 10px;
  width: calc(20% - 20px);
  float: left;
  box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #FFF;
  text-align: center;
  padding: 25px 24px 24px 24px;
}
#home-article-search ul li h5 {
  font-size: 18px;
  line-height: 21px;
  color: #262626;
  font-weight: bold;
  margin: 0 0 27px 0;
}
#home-article-search .keyword-search {
  padding: 0 108px 0 430px;
  position: relative;
}
#home-article-search .keyword-search h4 {
  position: absolute;
  float: none;
  top: 50px;
  left: 0px;
  width: 400px;
  padding: 0px;
}
#home-article-search .keyword-search .article-search-form {
  box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  padding: 49px 49px 49px 41px;
}
#home-article-search .keyword-search .article-search-form input[type=text] {
  width: calc(100% - 95px);
  float: left;
}
#home-article-search .keyword-search .article-search-form .button {
  float: right;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #home-article-search .container {
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #home-article-search h2 {
    float: none;
    display: block;
    margin: 0 0 10px 0;
  }
  #home-article-search h4 {
    float: none;
    margin: 0 0 20px 0;
    display: block;
    padding: 0px;
  }
  #home-article-search ul {
    margin: 0 0 30px 0;
  }
  #home-article-search ul li {
    float: none;
    margin: 0 0 10px 0;
    width: auto;
    position: relative;
    text-align: left;
  }
  #home-article-search ul li h5 {
    margin: 0px;
  }
  #home-article-search ul li .button {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -18px 0 0 0;
  }
  #home-article-search .keyword-search {
    padding: 0px;
  }
  #home-article-search .keyword-search h4 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 640px) and (min-width: 0px) {
  #home-article-search .keyword-search {
    padding: 0px;
  }
  #home-article-search .keyword-search .article-search-form {
    padding: 24px;
  }
  #home-article-search .keyword-search .article-search-form input[type=text] {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }
  #home-article-search .keyword-search .article-search-form .button {
    float: none;
  }
}
.page-block-image-and-content .image-and-content {
  display: flex;
  align-items: center;
}
.page-block-image-and-content .image-and-content article {
  width: 50%;
  padding: 0 0 0 64px;
}
.page-block-image-and-content .image-and-content article h2,
.page-block-image-and-content .image-and-content article h3,
.page-block-image-and-content .image-and-content article h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  margin: 0 0 36px 0;
}
.page-block-image-and-content .image-and-content article p {
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 36px 0;
  max-width: 514px;
}
.page-block-image-and-content .image-and-content article .plane-icon-list p {
  margin: 0px;
}
.page-block-image-and-content .image-and-content article .plane-icon-list ul {
  margin: 0 0 -32px 0;
}
.page-block-image-and-content .image-and-content article .plane-icon-list ul li {
  position: relative;
  padding: 0 0 0 102px;
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 32px 0;
  min-height: 38px;
}
.page-block-image-and-content .image-and-content article .plane-icon-list ul li:before {
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
  background: url(../images/plane.svg) no-repeat;
  width: 44px;
  height: 40px;
  content: "";
}
.page-block-image-and-content .image-and-content article .plane-icon-list ul li.only-one-line:before {
  top: -6px;
}
.page-block-image-and-content .image-and-content article .button {
  margin: 40px 0 0 0;
}
.page-block-image-and-content .image-and-content .image-holder {
  width: 50%;
  position: relative;
}
.page-block-image-and-content .image-and-content .image-holder .video-link {
  position: relative;
  display: block;
}
.page-block-image-and-content .image-and-content .image-holder .video-link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.page-block-image-and-content .image-and-content .image-holder img {
  width: 100%;
  display: block;
}
.page-block-image-and-content.page-block-image-on-right .image-and-content {
  flex-direction: row-reverse;
}
.page-block-image-and-content.page-block-image-on-right .image-and-content article {
  padding: 0 64px 0 0;
}
.page-block-image-and-content.background-blue {
  background: #1B2848;
  padding: 68px 0 116px 0;
}
.page-block-image-and-content.background-blue article h2,
.page-block-image-and-content.background-blue article h3,
.page-block-image-and-content.background-blue article h4 {
  color: #FFF;
}
.page-block-image-and-content.background-blue article p {
  color: #FFF;
}
.page-block-image-and-content.background-blue article .button {
  background: #FFF;
  color: #1B2848;
}
.page-block-image-and-content.background-blue article .plane-icon-list ul li {
  color: #FFF;
}
.page-block-image-and-content.background-blue article .plane-icon-list ul li:before {
  background-image: url(../images/plane-white.svg);
}
.page-block-image-and-content.background-white {
  background: #FFF;
  padding: 100px 0 100px 0;
}
.page-block-image-and-content.plane-off-image .image-holder:before {
  width: 155px;
  height: 155px;
  bottom: -33px;
  left: -46px;
  background: url(../images/plane-off-image.svg) no-repeat left bottom;
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content {
    display: block;
  }
  .page-block-image-and-content .image-and-content article {
    width: auto;
    padding: 0px !important;
  }
  .page-block-image-and-content .image-and-content article h2,
.page-block-image-and-content .image-and-content article h3,
.page-block-image-and-content .image-and-content article h4 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 20px 0;
  }
  .page-block-image-and-content .image-and-content article p {
    font-size: 18px;
    line-height: 26px;
  }
  .page-block-image-and-content .image-and-content article .button {
    margin-top: 0px;
  }
  .page-block-image-and-content .image-and-content .image-holder {
    width: auto;
    padding: 0 0 32px 0 !important;
  }

  .page-block-image-and-content.background-blue {
    padding: 32px 0;
  }

  .page-block-image-and-content.background-white {
    padding: 32px 0;
  }

  .page-block-image-and-content.plane-off-image .image-holder:before {
    width: 75px;
    height: 75px;
    background-size: 75px 75px;
    bottom: 0px;
    left: -10px;
  }
}
.page-block-call-to-action-banner {
  background: #EFEFEF;
  padding: 100px 0 110px 0;
}
.page-block-call-to-action-banner .container {
  text-align: center;
}
.page-block-call-to-action-banner article {
  max-width: 558px;
  margin: 0 auto;
}
.page-block-call-to-action-banner article h2,
.page-block-call-to-action-banner article h3,
.page-block-call-to-action-banner article h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #262626;
  margin: 0 0 35px 0;
}
.page-block-call-to-action-banner article p {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  margin: 0 0 23px 0;
  color: #262626;
}
.page-block-call-to-action-banner article .button {
  margin: 57px auto 0 auto;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-call-to-action-banner {
    padding: 64px 0;
  }
  .page-block-call-to-action-banner article h2,
.page-block-call-to-action-banner article h3,
.page-block-call-to-action-banner article h4 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 20px 0;
  }
  .page-block-call-to-action-banner article p {
    font-size: 18px;
  }
  .page-block-call-to-action-banner article .button {
    margin-top: 20px;
  }
}
.page-block-subscribe-call-to-action {
  background: #ECECEC;
  padding: 105px 0 99px 0;
}
.page-block-subscribe-call-to-action article {
  width: 50%;
}
.page-block-subscribe-call-to-action article h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #262626;
  margin: 0 0 49px 0;
  padding: 0 0 10px 0;
  display: inline-block;
  border-bottom: 3px solid #1B2848;
}
.page-block-subscribe-call-to-action article p {
  clear: both;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 26px 0;
  color: #262626;
}
.page-block-subscribe-call-to-action article .button {
  margin: 15px 0 0 0;
}
@media all and (min-width: 1024px) {
  .page-block-subscribe-call-to-action img {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 50%;
  }
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-subscribe-call-to-action {
    padding: 64px 0 32px 0;
  }
  .page-block-subscribe-call-to-action .container {
    text-align: center;
  }
  .page-block-subscribe-call-to-action article {
    width: auto;
    text-align: center;
  }
  .page-block-subscribe-call-to-action article h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px 0;
  }
  .page-block-subscribe-call-to-action article p {
    font-size: 18px;
    line-height: 26px;
  }
}
.sub-category-select-list {
  display: none;
}

.page-block-denied-access {
  padding: 30px 0;
  background: #EEE;
}

.denied-access p {
  margin: 0 0 10px 0 !important;
}

.articles-filter-nav {
  background: #FFF;
  border: 1px solid #C9C9C9;
  float: left;
  width: 195px;
  height: calc(100vh - 64px);
  position: relative;
}
.articles-filter-nav h3 {
  padding: 29px 21px 24px 21px;
  height: 74px;
  font-size: 18px;
  line-height: 21px;
  color: #262626;
  font-weight: bold;
  border-bottom: 1px solid #C9C9C9;
}
.articles-filter-nav h6 {
  padding: 0 21px 0 21px;
  height: 74px;
  font-size: 14px;
  line-height: 21px;
  color: #262626;
  font-weight: bold;
  border-bottom: 1px solid #C9C9C9;
  text-align: center;
  position: relative;
}
.articles-filter-nav h6 span {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.articles-filter-nav .clear-link {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #0079C0;
  font-size: 14px;
  font-weight: bold;
}
.articles-filter-nav ul {
  height: 100%;
  z-index: 1000;
}
.articles-filter-nav ul:hover li.active ul {
  left: 100%;
}
.articles-filter-nav ul li {
  display: block;
}
.articles-filter-nav ul li.current-filter-type &gt; a {
  background: #F5F5F5;
}
.articles-filter-nav ul li.active &gt; a {
  background: #F5F5F5;
  font-weight: bold;
}
.articles-filter-nav ul li a {
  padding: 9px 21px 11px 21px;
  font-size: 13px;
  line-height: 16px;
  color: #262626;
  border-bottom: 1px solid #C9C9C9;
  display: block;
  position: relative;
}
.articles-filter-nav ul li a:hover {
  background: #F5F5F5;
}
.articles-filter-nav ul li:has(ul) &gt; a {
  padding-right: 21px;
}
.articles-filter-nav ul li:has(ul) &gt; a:after {
  content: "&gt;";
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 20px;
  margin: -10px 0 0 0;
  display: block;
}
.articles-filter-nav ul li ul {
  position: absolute;
  top: -1px;
  height: calc(100vh - 64px);
  left: -9999px;
  opacity: 0;
  visibility: hidden;
  background: #FFF;
  border: 1px solid #C9C9C9;
  transition: opacity 0.3s;
  width: 216px;
  z-index: 999;
}
.articles-filter-nav ul li ul:focus-within {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
.articles-filter-nav ul li ul ul {
  z-index: 998;
}
.articles-filter-nav ul li ul .ul-inner {
  height: calc(100vh - 64px - 74px);
  overflow: auto;
}
.articles-filter-nav ul li:hover &gt; a {
  background: #F5F5F5;
}
.articles-filter-nav ul li.active &gt; ul {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
.articles-filter-nav.four-cols ul li.active ul {
  left: 108px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .articles-filter-nav ul li.active ul {
    left: 108px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .articles-filter-nav {
    height: auto;
  }
  .articles-filter-nav h6 {
    display: none;
  }
  .articles-filter-nav ul {
    height: auto;
  }
  .articles-filter-nav ul li ul {
    height: auto;
  }
  .articles-filter-nav ul li ul .ul-inner {
    height: auto;
    overflow: visible;
  }
}
.article-search header {
  border-bottom: 1px solid #1B2848;
  margin: 0 0 41px 0;
}
.article-search header h2 {
  border-bottom: none;
  padding: 0px;
  margin: 0 89px 16px 0;
  vertical-align: bottom;
  display: inline-block;
}
.article-search header .article-search-track {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 24px 0;
  font-size: 16px;
  line-height: 19px;
  overflow: hidden;
  color: #1B2848;
  padding: 0 50px 0 0;
}
.article-search header .article-search-track a {
  color: #1B2848;
  padding: 7px 10px 7px 50px;
  text-decoration: none;
  position: relative;
  min-width: 72px;
  display: block;
  float: left;
  background: #FFF;
  font-size: 13px;
  border: 1px solid #1B2848;
}
.article-search header .article-search-track a:before {
  border: 1px solid #1B2848;
  text-align: center;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: -2px;
  left: 22px;
  font-weight: bold;
  background: white;
}
.article-search header .article-search-track a:nth-of-type(1):before {
  content: "1";
}
.article-search header .article-search-track a:nth-of-type(2):before {
  content: "2";
}
.article-search header .article-search-track a:nth-of-type(3):before {
  content: "3";
}
.article-search header .article-search-track a:nth-of-type(4):before {
  content: "4";
}
.article-search header .article-search-track a:nth-of-type(5):before {
  content: "5";
}
.article-search header .article-search-track a:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -14px;
  width: 31px;
  height: 29px;
  transform: scale(0.807) rotate(45deg);
  z-index: 1;
  border-radius: 0 2px 0 55px;
  background: #fff;
  transition: background 0.5s;
  box-shadow: 2px -2px 0 0.5px #1B2848;
}
.article-search header .article-search-track a:first-of-type {
  padding-left: 40px;
}
.article-search header .article-search-track a:first-of-type:before {
  left: 12px;
}
.article-search header .article-search-track a:last-of-type {
  background: #1B2848;
  color: #FFF;
}
.article-search header .article-search-track a:last-of-type:before {
  background: #1B2848;
  color: #FFF;
  border-color: #FFF;
}
.article-search header .article-search-track a:last-of-type:after {
  background: #1B2848;
}
.article-search header .article-search-breadcrumb {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 24px 0;
  font-size: 16px;
  line-height: 19px;
  color: #1B2848;
}
.article-search header .article-search-breadcrumb a {
  color: #1B2848;
  text-decoration: underline;
}
.article-search header .article-search-count {
  display: inline-block;
  vertical-align: bottom;
  float: right;
  font-size: 16px;
  line-height: 19px;
  margin: 14px 0 0 0;
  font-weight: bold;
  color: #1B2848;
}

@media all and (max-width: 1180px) and (min-width: 0px) {
  .article-search header {
    position: relative;
  }
  .article-search header h2 {
    display: block;
  }
  .article-search header .article-search-breadcrumb {
    font-size: 14px;
  }
  .article-search header .article-search-count {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .articles-filter-nav {
    float: none;
    width: auto;
    margin: 0 0 64px 0;
  }
  .articles-filter-nav ul li a {
    padding-left: 24px;
    padding-right: 84px;
  }
  .articles-filter-nav ul li ul {
    width: auto;
    border: none;
    position: relative;
    top: auto !important;
    left: auto !important;
    display: none;
    visibility: visible;
    opacity: 1;
  }
  .articles-filter-nav ul li ul li a {
    padding-left: 34px;
    padding-right: 84px;
  }
  .articles-filter-nav ul li ul li ul li a {
    padding-left: 44px;
    padding-right: 84px;
  }
  .articles-filter-nav ul li a:after {
    content: "view &gt;";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 20px;
    line-height: 20px;
    margin: -10px 0 0 0;
    display: block;
  }
  .articles-filter-nav ul li:has(ul) &gt; a:after {
    font-weight: normal;
    right: 20px;
    content: "&gt;";
    transform: rotate(90deg);
  }
}
.articles-list section {
  overflow: hidden;
  margin: 0 0 37px 0;
  position: relative;
  padding: 0 0 0 159px;
}
.articles-list section img {
  width: 127px;
  float: left;
  margin: 0 0 0 -159px;
}
.articles-list section h3 {
  padding: 6px 0 0 0;
  font-weight: 700;
  max-width: 558px;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin: 0 0 15px 0;
}
.articles-list section .meta-and-button {
  position: relative;
}
.articles-list section ul {
  margin: 0 0 -8px 0;
}
.articles-list section ul li {
  display: block;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 8px 0;
}
.articles-list section ul li span {
  width: 128px;
  display: inline-block;
}
.articles-list section .button {
  bottom: 0px;
  right: 0px;
  position: absolute;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .articles-list section {
    padding-left: 180px;
  }
  .articles-list section img {
    margin: 0 0 0 -180px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .articles-list section .button {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 20px 0 0 0;
  }
}
@media all and (max-width: 480px) and (min-width: 0px) {
  .articles-list section {
    padding: 0 0 0 159px;
  }
  .articles-list section img {
    margin: 0 0 0 -159px;
  }
  .articles-list section h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 16px 0;
    padding: 0px;
  }
  .articles-list section ul li {
    font-size: 16px;
    line-height: 20px;
  }
  .articles-list section ul li span {
    width: 80px;
  }
}
.page-block-article-search {
  padding: 0 0 84px 0;
  background: #F8F8F8;
}
.page-block-article-search h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  color: #1B2848;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #1B2848;
  margin: 0 0 30px 0;
}
.page-block-article-search .article-search form {
  float: left;
  width: 323px;
  background: #FFF;
  border-radius: 10px;
  padding: 31px 21px 40px 21px;
}
.page-block-article-search .article-search form .select-list {
  margin: 0 0 20px 0;
}
.page-block-article-search .article-search form .button {
  margin: 0 0 20px 0;
}
.page-block-article-search .article-search form p {
  font-size: 14px;
  line-height: 16px;
  color: #262626;
}
.page-block-article-search .article-search .articles-list {
  float: right;
  width: calc(100% - 632px);
  padding: 0 0 0 20px;
}
.page-block-article-search .article-search .articles-list .choose-text {
  font-size: 28px;
  line-height: 33px;
  color: #262626;
  opacity: 0.5;
  max-width: 430px;
}
.page-block-article-search.page-block-article-search-complete_guides .article-search .articles-list {
  float: none !important;
  width: auto !important;
  padding-left: 0px !important;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-article-search .article-search .articles-list {
    padding: 0 0 0 32px;
    width: calc(100% - 432px);
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-article-search h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .page-block-article-search .article-search form {
    float: none;
    width: auto;
    margin: 0 0 30px 0;
  }
  .page-block-article-search .article-search .articles-list {
    float: none;
    width: auto;
    padding: 0px;
  }
}
.page-block-article-content {
  padding: 40px 0 56px 0;
}
.page-block-article-content h1 {
  font-size: 45px;
  line-height: 52px;
  margin: 0 0 24px 0;
}
.page-block-article-content .from-issue {
  font-size: 28px;
  line-height: 33px;
  color: #1B2848;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #1B2848;
  margin: 0 0 49px 0;
}
.page-block-article-content .article-preview-image {
  float: left;
  width: 302px;
}
.page-block-article-content article {
  float: left;
  width: calc(100% - 302px);
  padding: 0 0 0 132px;
}
.page-block-article-content article p {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 21px 0;
}
.page-block-article-content article .button {
  margin: 11px 0 0 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-article-content article {
    padding: 0 0 0 32px;
  }
  .page-block-article-content .from-issue {
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-article-content .article-preview-image {
    float: none;
    width: auto;
  }
  .page-block-article-content .article-preview-image img {
    margin: 0 0 20px 0;
  }
  .page-block-article-content article {
    padding: 0px;
    width: auto;
    float: none;
  }
}
.page-block-other-articles h2 {
  font-size: 28px;
  line-height: 33px;
  color: #1B2848;
  font-weight: normal;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #1B2848;
  margin: 0 0 79px 0;
}

.page-block-digital-issues {
  padding: 100px 0 100px 0;
}
.page-block-digital-issues .digital-issues {
  margin: 0 -16px -32px -16px;
}
.page-block-digital-issues .digital-issues section {
  width: 16.6666667%;
  float: left;
  padding: 0 16px 32px 16px;
}
.page-block-digital-issues .digital-issues section a {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid #FFF;
  padding: 7px 8px 6px 8px;
  text-align: center;
}
.page-block-digital-issues .digital-issues section a img {
  height: 249px;
  margin: 0 auto;
  width: auto;
}
.page-block-digital-issues .digital-issues section a span {
  display: block;
  padding: 16px 0 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1B2848;
  text-align: left;
}
.page-block-digital-issues .digital-issues section a:hover, .page-block-digital-issues .digital-issues section a:active, .page-block-digital-issues .digital-issues section a:focus {
  border: 1px solid rgba(27, 40, 72, 0.5);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.page-block-digital-issues .digital-issues section:nth-child(6n+1) {
  clear: left;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-digital-issues .digital-issues section {
    width: 20%;
  }
  .page-block-digital-issues .digital-issues section:nth-child(6n+1) {
    clear: none;
  }
  .page-block-digital-issues .digital-issues section:nth-child(5n+1) {
    clear: left;
  }
}
@media all and (max-width: 1100px) and (min-width: 0px) {
  .page-block-digital-issues .digital-issues section {
    width: 25%;
  }
  .page-block-digital-issues .digital-issues section:nth-child(5n+1) {
    clear: none;
  }
  .page-block-digital-issues .digital-issues section:nth-child(4n+1) {
    clear: left;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-digital-issues .digital-issues section {
    width: 33.333%;
  }
  .page-block-digital-issues .digital-issues section:nth-child(4n+1) {
    clear: none;
  }
  .page-block-digital-issues .digital-issues section:nth-child(3n+1) {
    clear: left;
  }
}
@media all and (max-width: 680px) and (min-width: 0px) {
  .page-block-digital-issues {
    padding: 32px 0;
  }
  .page-block-digital-issues .digital-issues {
    margin: 0 -10px -20px -10px;
  }
  .page-block-digital-issues .digital-issues section {
    padding: 0 10px 20px 10px;
    width: 50%;
  }
  .page-block-digital-issues .digital-issues section:nth-child(3n+1) {
    clear: none;
  }
  .page-block-digital-issues .digital-issues section:nth-child(2n+1) {
    clear: left;
  }
  .page-block-digital-issues .digital-issues section a img {
    height: auto;
    width: 100%;
  }
}
.issues-nav {
  text-align: center;
  padding: 0 0 64px 0;
}
.issues-nav a {
  display: inline-block;
  margin: 0 10px;
}

#access-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: 960px;
  max-width: 90%;
  background: #1B2848;
  border: 1px solid #1B2848;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
#access-popup .access-popup-issue {
  width: 40%;
  background: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
#access-popup .access-popup-issue .access-popup-issue-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0 auto;
  max-width: 166px;
}
#access-popup .access-popup-issue .access-popup-issue-inner span {
  display: block;
  font-weight: bold;
  padding: 25px 0 0 0;
  color: #000;
}
#access-popup .access-popup-details {
  padding: 50px 0 109px 0;
  display: block;
  width: 60%;
  float: right;
  text-align: center;
}
#access-popup .access-popup-details h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  padding: 0 0 30px 0;
  margin: 0 0 71px 0;
}
#access-popup .access-popup-details h5:before {
  width: 150px;
  left: 50%;
  margin: 0 0 0 -75px;
  height: 2px;
  background: #FFF;
  content: "";
  display: block;
  bottom: 0px;
  position: absolute;
}
#access-popup .access-popup-details .button {
  background: #FFF;
  color: #1B2848;
  margin: 0 auto 24px auto;
}
#access-popup .access-popup-details p {
  font-size: 12px;
  line-height: 14px;
  color: #FFF;
}
#access-popup .access-popup-details p a {
  color: #FFF;
  text-decoration: underline;
}

.mfp-content #access-popup {
  display: block;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  #access-popup .access-popup-issue {
    width: 100%;
    position: relative;
    padding: 50px 0;
    height: 400px;
  }
  #access-popup .access-popup-details {
    float: none;
    width: auto;
    padding: 40px 0;
  }
  #access-popup .access-popup-details h5 {
    margin: 0 0 20px 0;
  }
}
.page-block-video {
  padding: 50px 0;
}
.page-block-video .video-holder {
  padding: 0 213px;
}

.video-link {
  display: block;
  position: relative;
}
.video-link img {
  display: block;
  width: 100%;
}
.video-link .video-link-gradient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) -22.14%, rgba(255, 255, 255, 0) -22.12%, rgba(0, 0, 0, 0.5) 95.48%);
  display: block;
}
.video-link .video-link-title {
  position: absolute;
  left: 0px;
  bottom: 30px;
  padding: 25px 0 25px 189px;
  display: block;
  background: url(../images/video-play.svg) no-repeat 30px center;
  z-index: 2;
  line-height: 30px;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
}

@media all and (max-width: 1260px) and (min-width: 0px) {
  .page-block-video .video-holder {
    padding: 0 180px;
  }
}
@media all and (max-width: 1160px) and (min-width: 0px) {
  .page-block-video .video-holder {
    padding: 0 128px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-video .video-holder {
    padding: 0px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .video-link .video-link-title {
    bottom: 0px;
    left: 0px;
    padding: 25px 20px 25px 80px;
    background-size: 48px 48px;
    background-position: 20px center;
    font-size: 18px;
    line-height: 24px;
  }
}
.page-block-quote {
  padding: 50px 0;
}
.page-block-quote article {
  padding: 0 213px;
}
.page-block-quote article blockquote {
  padding: 0 160px 0 20px;
  border-left: 11px solid #1B2848;
}
.page-block-quote article blockquote p {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin: 0px;
}
.page-block-quote article blockquote cite {
  padding: 21px 0 0 0;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  display: block;
  color: #000000;
}

@media all and (max-width: 1260px) and (min-width: 0px) {
  .page-block-quote article {
    padding: 0 180px;
  }
}
@media all and (max-width: 1160px) and (min-width: 0px) {
  .page-block-quote article {
    padding: 0 128px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-quote article {
    padding: 0px;
  }
  .page-block-quote article blockquote {
    padding-right: 0px;
  }
}
.page-block-gallery {
  padding: 50px 0;
}

.gallery-wrapper {
  padding: 0 213px;
}
.gallery-wrapper .gallery {
  overflow: hidden;
  margin: 0 -10px -20px -10px;
}
.gallery-wrapper .gallery section {
  padding: 0 10px 20px 10px;
  width: 50%;
  float: left;
}
.gallery-wrapper .gallery section.thumbnail-size-full {
  width: 100%;
  float: none;
}
.gallery-wrapper .gallery section a {
  display: block;
}
.gallery-wrapper .gallery section a img {
  display: block;
  width: 100%;
}

@media all and (max-width: 1260px) and (min-width: 0px) {
  .gallery-wrapper {
    padding: 0 180px;
  }
}
@media all and (max-width: 1160px) and (min-width: 0px) {
  .gallery-wrapper {
    padding: 0 128px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .gallery-wrapper {
    padding: 0px;
  }
}
.page-block-contacts {
  background: #E9E9E9;
  padding: 50px 0 90px 0;
}
.page-block-contacts h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #1B2848;
  padding: 0 0 6px 0;
  display: inline-block;
  border-bottom: 3px solid #1B2848;
  margin: 0 0 60px 0;
}
.page-block-contacts .contacts-list {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  column-gap: 20px;
  row-gap: 81px;
}
.page-block-contacts .contacts-list section {
  margin: 0 0 -19px 0;
}
.page-block-contacts .contacts-list section p {
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 19px 0;
  color: #000;
}
.page-block-contacts .contacts-list section p a {
  text-decoration: underline;
  color: #1B2848;
}
.page-block-contacts .contacts-list section p u {
  font-weight: 700;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-contacts .contacts-list {
    grid-template-columns: 50% 50%;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-contacts h2 {
    margin: 0 0 30px 0;
  }
  .page-block-contacts .contacts-list {
    grid-template-columns: 100%;
    row-gap: 48px;
  }
  .page-block-contacts .contacts-list section {
    margin-right: 0 0 -10px 0;
  }
  .page-block-contacts .contacts-list section p {
    margin: 0 0 10px 0;
  }
}
.page-block-contact-form {
  padding: 43px 0 50px 0;
}
.page-block-contact-form h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #1B2848;
  padding: 0 0 6px 0;
  display: inline-block;
  border-bottom: 3px solid #1B2848;
  margin: 0 0 20px 0;
}
.page-block-contact-form form {
  max-width: 780px;
}

.page-block-map {
  position: relative;
  height: 698px;
}
.page-block-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.page-block-map .container {
  z-index: 1;
}
.page-block-map .container .map-overlay {
  position: absolute;
  background: #FFF;
  border-radius: 10px;
  top: 102px;
  width: 431px;
  padding: 50px 32px 39px 32px;
}
.page-block-map .container .map-overlay h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  border-bottom: 3px solid #1B2848;
  display: inline-block;
  color: #1B2848;
  margin: 0 0 29px 0;
  padding: 0 0 11px 0;
}
.page-block-map .container .map-overlay p {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #1B2848;
  margin: 0;
}
.page-block-map .container .map-overlay .button {
  margin: 44px 0 0 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-map {
    padding: 400px 0 0 0;
    height: auto;
  }
  .page-block-map iframe {
    height: 400px;
  }
  .page-block-map .container .map-overlay {
    background: transparent;
    top: auto;
    width: auto;
    position: relative;
    padding: 40px 0;
  }
  .page-block-map .container .map-overlay h5 {
    font-size: 25px;
    line-height: 29px;
  }
}
.countdown-number {
  display: block;
  position: relative;
}
.countdown-number .countdown-number-card {
  display: inline-block;
  vertical-align: top;
  background: #FFFFFF;
  border: 1px solid #C5C5C5;
  border-radius: 7px;
  height: 100px;
  font-size: 45px;
  line-height: 98px;
  text-align: center;
  font-weight: 700;
  position: relative;
  color: #033F85;
  padding: 0 16px;
}
.countdown-number .countdown-number-card:before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #C5C5C5;
  display: block;
  content: "";
}
.countdown-number .countdown-number-card span {
  position: relative;
  z-index: 1;
}
.countdown-number .countdown-number-label {
  display: inline-block;
  vertical-align: top;
  line-height: 100px;
  font-size: 18px;
  color: #000;
  padding: 0 0 0 26px;
}

.event-sidebar .countdown-number {
  padding: 24px 0 0 0;
}

.page-block-countdown {
  overflow: hidden;
  padding: 60px 0 15px 0;
}
.page-block-countdown .event-countdown {
  margin: 0 104px;
  position: relative;
  display: block;
  border: 1px solid #BABABA;
  border-radius: 5px;
  padding: 28px 60px 28px 88px;
}
.page-block-countdown .event-countdown h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 32px;
  color: #000;
  font-weight: bold;
  max-width: 215px;
}
.page-block-countdown .event-countdown .countdown-number {
  display: inline-block;
  vertical-align: middle;
}
.page-block-countdown .event-countdown .event-coundown-more-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 60px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 36px;
}
.page-block-countdown .event-countdown .event-coundown-more-info .button {
  margin: 0 0 0 19px;
  vertical-align: top;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-countdown .event-countdown {
    margin: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-countdown .event-countdown {
    padding: 28px 28px 28px 28px;
  }
  .page-block-countdown .event-countdown h6 {
    max-width: 175px;
  }
  .page-block-countdown .event-countdown .event-coundown-more-info {
    right: 28px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .countdown-number .countdown-number-label {
    padding: 0 0 0 16px;
  }

  .page-block-countdown .event-countdown {
    padding: 28px;
    text-align: center;
  }
  .page-block-countdown .event-countdown .event-coundown-more-info {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    display: block;
    padding: 24px 0 0 0;
  }
}
@media all and (max-width: 640px) and (min-width: 0px) {
  .page-block-countdown .event-countdown {
    padding: 28px;
    text-align: center;
  }
  .page-block-countdown .event-countdown h6 {
    margin: 0 0 24px 0;
  }
  .page-block-countdown .event-countdown .countdown-number {
    margin: 0 auto;
  }
  .page-block-countdown .event-countdown .event-coundown-more-info {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    display: block;
    padding: 32px 0 0 0;
  }
  .page-block-countdown .event-countdown .event-coundown-more-info .button {
    margin: 6px 0 0 0;
  }
}
#site-footer {
  background: #1B2848;
  padding: 56px 0;
}
#site-footer a {
  color: #FFF;
}
#site-footer a:hover, #site-footer a:active, #site-footer a:focus {
  color: #FFF;
  text-decoration: underline;
}
#site-footer .site-footer-left {
  float: left;
  margin: 0 0 -16px 0;
}
#site-footer .site-footer-left p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  margin: 0 0 16px 0;
}
#site-footer .site-footer-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#site-footer .site-footer-right img {
  display: block;
  margin: 0 0 28px 0;
}
#site-footer .site-footer-right p {
  font-weight: 700;
  font-size: 14px;
  text-align: right;
  line-height: 16px;
  color: #FFF;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-footer .site-footer-left {
    float: none;
    margin: 0px;
    padding: 0 0 30px 0;
  }
  #site-footer .site-footer-right {
    position: relative;
    bottom: auto;
    right: auto;
  }
  #site-footer .site-footer-right p {
    text-align: left;
  }
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>