@charset "UTF-8";
/*
Theme Name: Ace
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 2.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

/*dark blue #155289
dark green #99b951
light green #d7efa0
darker grey #7b7b7b
lighter / softer grey #1c1c1c
*/
@font-face {
  font-family: "Spectral";
  src: local("Spectral Bold"), local("Spectral-Bold"), url("assets/fonts/spectral/Spectral-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Spectral";
  src: local("Spectral Regular"), local("Spectral-Regular"), url("assets/fonts/spectral/Spectral-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url("assets/fonts/noto-sans/NotoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "tba-icons";
  src: url("./assets/fonts/tba-icons.ttf?i0nd3e") format("truetype"), url("./assets/fonts/tba-icons.woff?i0nd3e") format("woff"), url("./assets/fonts/tba-icons.svg?i0nd3e#tba-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tba-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-arrow-up:before {
  content: "\e902";
}

.icon-arrow-down:before {
  content: "\e903";
}

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

.icon-email:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-twitter:before {
  content: "\e907";
}

.icon-linkedin:before {
  content: "\e908";
}

.icon-pinterest:before {
  content: "\e90a";
}

.icon-instagram:before {
  content: "\e90b";
}

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

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

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

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

.top-align {
  vertical-align: top !important;
}

.middle-align {
  vertical-align: middle !important;
}

.bottom-align {
  vertical-align: bottom !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.no-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* Defaults */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1.625;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: "Spectral", serif;
  font-weight: 400;
  letter-spacing: 0em;
  min-width: 320px;
}

#page {
  max-width: 100%;
  overflow: hidden;
}

section {
  margin: 80px 0;
}
@media (max-width: 1079px) {
  section {
    margin: 50px 0;
  }
}

.wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1264px;
  padding: 0 30px;
}
@media (max-width: 374px) {
  .wrapper {
    padding: 0 20px;
  }
}

blockquote {
  border-left: 10px solid #99b951;
  padding-left: 30px;
  color: #99b951;
  font-family: "Spectral", serif !important;
  font-size: 22px;
}
blockquote p {
  font-family: "Spectral", serif !important;
  font-size: 22px;
}

.indent {
  margin-left: 90px;
}
.indent .indent,
.indent .wsp-container > ul {
  margin-left: 70px;
}
.standard-subpage-text .indent > ul,
.standard-subpage-text .indent > ol,
.indent .template-content > ul,
.indent .template-content > ol {
  margin-left: 70px;
}
@media (max-width: 1079px) {
  .indent {
    margin-left: 0;
  }
  .indent .indent,
  .indent .wsp-container > ul {
    margin-left: 50px;
  }
  .standard-subpage-text .indent > ul,
  .standard-subpage-text .indent > ol,
  .indent .template-content > ul,
  .indent .template-content > ol {
    margin-left: 50px;
  }
}
@media (max-width: 575px) {
  .indent {
    margin-left: 0;
  }
  .indent .indent,
  .indent .wsp-container > ul {
    margin-left: 0;
  }
  .standard-subpage-text .indent > ul,
  .standard-subpage-text .indent > ol,
  .indent .template-content > ul,
  .indent .template-content > ol {
    margin-left: 0;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Spectral", serif;
  font-weight: 400;
  margin: 0 0 0.5em;
  line-height: 1.2;
  letter-spacing: 0em;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1,
.h1 {
  color: #51534a;
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

.stats h2,
.left-right-image-text h2,
.featured-projects h2,
.featured-posts h2,
.featured-post-single h2,
.wsp-container h2 {
  color: #51534a;
  font-family: "Spectral", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 60px;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .stats h2,
  .left-right-image-text h2,
  .featured-projects h2,
  .featured-posts h2,
  .featured-post-single h2,
  .wsp-container h2 {
    font-size: 32px;
  }
}

h2,
.h2 {
  color: #155289;
  font-family: "Spectral", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 40px;
  text-transform: uppercase;
}

h3,
.h3 {
  color: #1c1c1c;
  font-family: "Spectral", serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.277;
  margin-bottom: 8px;
}

h4,
.h4 {
  font-family: "Spectral", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.444;
  margin-bottom: 0.5;
}

h5,
.h5 {
  font-size: 18px;
  font-family: "Spectral", serif;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}

h6,
.h6 {
  font-size: 16px;
  font-family: "Spectral", serif;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.2em;
}

.section-title {
  color: #99b951;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 30px;
}

p {
  margin: 0 0 1.625em;
  font-family: "Noto Sans", sans-serif;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #155289;
  text-decoration: underline;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
a:hover {
  color: #99b951;
}
a:focus {
  outline: none;
  text-decoration: none;
}

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

hr {
  border: 0;
  margin: 40px 0;
  height: 2px;
  background-color: #cccccc;
}

.nav-toggle {
  position: absolute;
  width: 33px;
  height: 21px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
  right: 30px;
  top: 50%;
  outline: none;
  display: none;
}
.nav-toggle i,
.nav-toggle i:before,
.nav-toggle i:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  height: 3px;
  width: 33px;
  top: 9px;
  left: 0;
  background-color: #155289;
}
.nav-toggle i:before {
  content: "";
  top: -9px;
}
.nav-toggle i:after {
  content: "";
  top: 9px;
}
.nav-on .nav-toggle i {
  background: transparent;
}
.nav-on .nav-toggle i:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.nav-on .nav-toggle i:after {
  -webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  transform: rotateZ(-45deg) translate(6.5px, -6.5px);
}
@media (max-width: 1079px) {
  .nav-toggle {
    display: block;
  }
}
@media (max-width: 575px) {
  .nav-toggle {
    right: 20px;
  }
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #51534a;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  margin: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.button.small {
  font-size: 16px;
}
.button .icon {
  padding: 5px 3px 5px 0;
  color: #fff;
  margin-right: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.button:hover {
  color: #51534a;
}
.button:hover .icon {
  background-color: #99b951;
}
.button.primary .icon {
  background-color: #155289;
}
.button.primary:hover .icon {
  background-color: #99b951;
}
.button.secondary .icon {
  background-color: #99b951;
}
.button.secondary:hover .icon {
  background-color: #628809;
}
.button.tertiary .icon {
  background-color: #155289;
}
.button.tertiary:hover .icon {
  background-color: #e57200;
}
.button:not(a, button) {
  pointer-events: none;
}

figure.image {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
figure.image .display {
  background-color: #898989;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
figure.image .display.with-border {
  border-left: 10px solid #155289;
}
figure.image .display img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
figure.image .display.bottom img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.search-form {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 36px;
  overflow: hidden;
  width: 210px;
}
.search-form .field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.search-form .field input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0 8px 0 0;
  display: block;
  width: 100%;
  outline: none;
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.05em;
}
.search-form .field input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  letter-spacing: 0.2em;
}
.search-form .field input::-moz-placeholder {
  color: #000;
  opacity: 1;
  letter-spacing: 0.2em;
}
.search-form .field input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
  letter-spacing: 0.2em;
}
.search-form .field input::placeholder {
  color: #000;
  opacity: 1;
  letter-spacing: 0.2em;
}
.search-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 36px;
  border-radius: 36px;
}
.search-form .icon-close {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #f1f1f1;
  color: #51534a;
  cursor: pointer;
}

.date {
  font-size: 14px;
  font-weight: 500;
  color: #51534a;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0.39em 0 0;
  display: block;
}

.social {
  font-size: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social .icon-twitter {
  font-size: 28px;
}
@media (max-width: 1079px) {
  .social .icon-twitter {
    font-size: 20px;
  }
}
.social > * {
  margin-right: 20px;
  text-decoration: none;
}
.social > *:last-child {
  margin-right: 0;
}
.social > *:hover {
  opacity: 0.75;
}

.social-share {
  margin: 40px 0;
}
.social-share .section-title {
  margin-bottom: 20px;
}
.social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-share .icons a {
  text-decoration: none;
  background-color: #f1f1f1;
  color: #155289;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  font-size: 47px;
}
.social-share .icons a:hover {
  background-color: #155289;
  color: #fff;
}
.social-share + .related {
  margin-top: 0;
}

.background-image {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.background-video {
  background-color: red;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.pagination {
  margin-top: 50px;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  color: #155289;
}
.pagination .nav-links .page-numbers {
  text-decoration: none;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.pagination .nav-links .page-numbers:hover {
  color: #155289;
}
.pagination .nav-links .page-numbers:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #dfdfdf;
}
.pagination .nav-links .page-numbers:nth-last-child(2):after {
  display: none;
}
.pagination .nav-links .page-numbers.current {
  color: #4d4d4f;
}
.pagination .nav-links .page-numbers.inactive {
  color: #4d4d4f;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  padding: 0;
}
.pagination .nav-links .page-numbers.prev:after, .pagination .nav-links .page-numbers.next:after {
  display: none;
}
.pagination .nav-links .page-numbers .icon-arrow-left,
.pagination .nav-links .page-numbers .icon-arrow-right {
  font-size: 10px;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .pagination {
    margin-top: 50px;
  }
}

.alignnone {
  margin: 5px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 70px;
}
@media (max-width: 767px) {
  .alignright {
    margin: 5px 0 20px 20px;
  }
}
@media (max-width: 575px) {
  .alignright {
    float: none;
    display: block;
  }
}

.alignleft {
  float: left;
  margin: 5px 70px 20px 0;
}
@media (max-width: 767px) {
  .alignleft {
    margin: 5px 20px 20px 0;
  }
}
@media (max-width: 575px) {
  .alignleft {
    float: none;
    display: block;
  }
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 70px;
}
@media (max-width: 767px) {
  a img.alignright {
    margin: 5px 0 20px 20px;
  }
}
@media (max-width: 575px) {
  a img.alignright {
    float: none;
    display: block;
  }
}

a img.alignnone {
  margin: 5px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 70px 20px 0;
}
@media (max-width: 767px) {
  a img.alignleft {
    margin: 5px 20px 20px 0;
  }
}
@media (max-width: 575px) {
  a img.alignleft {
    float: none;
    display: block;
  }
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.site-content ul {
  padding: 0 0 0 1em;
  margin: 0 0 1.625em;
  list-style-type: none;
  overflow: hidden;
}
.site-content ul ul,
.site-content ul ol {
  margin: 0;
}
.site-content ul {
  padding: 0;
}
.site-content ul li {
  padding-left: 1em;
  position: relative;
  font-family: "Noto Sans", sans-serif;
}
.site-content ul li:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5em;
  color: #155289;
  font-weight: 500;
}
.site-content ol {
  padding: 0 0 0 1em;
}
.site-content .youtube-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
}
.site-content .youtube-video iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
  pointer-events: none;
}
.site-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 0 0 1em;
}
.site-content .brand-color {
  color: #155289;
}
.site-content .searchandfilter {
  margin: 0 0 25px;
}
.site-content .searchandfilter li:before {
  display: none !important;
}
.site-content .searchandfilter > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-content .searchandfilter > ul > li {
  margin: 0;
  padding: 0;
}
.site-content .searchandfilter > ul > li.sf-field-search label:after {
  width: 38px;
  height: 100%;
  content: "\e904";
  font-family: "tba-icons" !important;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #155289;
  top: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
.site-content .searchandfilter > ul > li[data-sf-field-input-type=select] label {
  position: relative;
}
.site-content .searchandfilter > ul > li[data-sf-field-input-type=select] label:after {
  width: 38px;
  height: 100%;
  content: "\e903";
  font-family: "tba-icons" !important;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #155289;
  top: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
.site-content .searchandfilter > ul > li label {
  display: block;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.site-content .searchandfilter > ul > li .sf-input-text,
.site-content .searchandfilter > ul > li .sf-input-select {
  width: 100%;
  display: block;
  font-size: 13px;
  font-family: "Noto Sans", sans-serif;
  color: #303030;
  outline: none;
  border: solid 1px #f3f3f3;
  background-color: #f3f3f3;
  border-radius: 0;
}
.site-content .searchandfilter > ul > li .sf-input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 48px 8px 15px;
  margin: 0;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  z-index: 2;
  line-height: 1.45 !important;
  color: #303030;
  height: 38px;
}
.site-content .searchandfilter > ul > li .sf-input-select::-ms-expand {
  display: none;
}
.site-content .searchandfilter > ul > li .sf-input-text {
  padding: 9px 48px 9px 15px;
  line-height: 1em;
}
.site-content .searchandfilter > ul > li .sf-input-text::-webkit-input-placeholder {
  color: #303030;
  opacity: 1;
}
.site-content .searchandfilter > ul > li .sf-input-text::-moz-placeholder {
  color: #303030;
  opacity: 1;
}
.site-content .searchandfilter > ul > li .sf-input-text::-ms-input-placeholder {
  color: #303030;
  opacity: 1;
}
.site-content .searchandfilter > ul > li .sf-input-text::placeholder {
  color: #303030;
  opacity: 1;
}
.site-content .grid-member .searchandfilter > ul {
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.site-content .grid-project .searchandfilter > ul {
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
@media (max-width: 1079px) {
  .site-content .searchandfilter > ul {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .site-content .grid-member .searchandfilter {
    margin-bottom: 25px;
  }
  .site-content .grid-member .searchandfilter > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .site-content .grid-member .searchandfilter > ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 767px) {
  .site-content .wysiwyg-columns {
    grid-template-columns: 1fr;
  }
  .site-content .searchandfilter > ul,
  .site-content .grid-project .searchandfilter > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .site-content .searchandfilter > ul,
  .site-content .grid-member .searchandfilter > ul,
  .site-content .grid-project .searchandfilter > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .site-content .searchandfilter > ul li,
  .site-content .grid-member .searchandfilter > ul li,
  .site-content .grid-project .searchandfilter > ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 40px 0 15px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .logo {
  width: 150px;
  height: 60px;
  background: url("./assets/images/logo-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font: 0/0 a;
  text-shadow: none;
  text-decoration: none;
  color: transparent;
  display: block;
  will-change: transform;
}
.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #f1f1f1;
  padding: 20px 0;
}
.site-header.sticky .logo {
  width: 100px;
  height: 40px;
  background-image: url("./assets/images/logo-dark.png");
  background-size: contain;
}
.site-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1360px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .nav {
  font-family: "Noto Sans", sans-serif;
}
.site-header .right {
  position: relative;
}
.site-header .right .nav-element {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}
.site-header .right .nav-element a {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.site-header .right .nav-element a:hover {
  opacity: 0.75;
}
.site-header .search-toggle {
  text-decoration: none;
  color: #fff;
  margin-left: 50px;
  font-size: 16px;
  cursor: pointer;
}
@media (min-width: 1080px) {
  .site-header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 70px;
  }
  .site-header .nav > .nav-element {
    margin-right: 20px;
  }
  .site-header .nav > .nav-element > a {
    font-family: "Noto Sans", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .site-header .nav > .nav-element > a.hover, .site-header .nav > .nav-element > a:hover {
    opacity: 0.75;
  }
  .site-header .nav > .nav-element > a i {
    display: none;
  }
  .site-header .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 25px 0;
    z-index: 1000;
  }
  .site-header .sub-menu .nav-element {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
  .site-header .sub-menu .nav-element a {
    text-decoration: none;
    color: #1c1c1c;
    display: block;
    padding: 10px 0;
    line-height: 1.5;
  }
  .site-header .sub-menu .nav-element a:hover {
    color: #155289;
  }
  .site-header .search-form {
    position: absolute;
    top: calc(100% + 18px);
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .search-on .site-header .search-form {
    opacity: 1;
    pointer-events: all;
  }
  .site-header.sticky .nav > .nav-element > a {
    color: #155289;
  }
  .site-header.sticky .sub-menu {
    background-color: #cccccc;
  }
  .site-header.sticky .search-form {
    top: calc(100% + 30px);
  }
  .site-header.sticky .right .nav-element a {
    color: #000;
  }
  .site-header.sticky .search-toggle {
    color: #000;
  }
}
@media (max-width: 1079px) {
  .site-header {
    padding: 20px 0;
    position: relative;
    background-color: #fff;
  }
  .site-header .logo {
    background: url("./assets/images/logo-dark.png") no-repeat center;
    background-size: contain;
  }
  .site-header .nav {
    background-color: #155289;
    position: fixed;
    left: 100%;
    width: 280px;
    top: 100px;
    height: calc(100vh - 100px);
    display: block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    overflow: scroll;
    z-index: 1000;
  }
  .nav-on .site-header .nav {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .admin-bar .site-header .nav {
    top: 125px;
    height: calc(100vh - 125px);
  }
  .site-header .nav > .nav-element {
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  }
  .site-header .nav > .nav-element > a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #fff;
    position: relative;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
  }
  .site-header .nav > .nav-element > a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
  }
  .site-header .nav > .nav-element > a i.on {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .site-header .nav .sub-menu {
    display: none;
    padding: 0 0 15px;
  }
  .site-header .nav .sub-menu a {
    color: #fff;
    min-height: auto;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.5;
    display: block;
  }
  .site-header .nav .right {
    padding: 0 20px;
    display: block;
    margin-top: 40px;
  }
  .site-header .nav .right .nav-element {
    margin-bottom: 10px;
  }
  .site-header .nav .right .search-toggle {
    display: none;
  }
  .site-header .nav .right .search-form {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .site-header .nav .right .search-form .field input {
    padding: 0 0 0 15px;
  }
  .site-header .nav .right .search-form button {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .site-header .nav .right .search-form .icon-close {
    display: none;
  }
  .site-header.sticky .nav {
    top: 76px;
    height: calc(100vh - 76px);
  }
}
@media (min-width: 1264px) {
  .site-header .nav > .nav-element {
    margin-right: 40px;
  }
  .site-header .nav > .nav-element > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header .nav {
    top: 139px;
    height: calc(100vh - 139px);
  }
  .site-header.sticky .nav {
    top: 76px;
    height: calc(100vh - 76px);
  }
}
@media (max-width: 374px) {
  .site-header .nav {
    width: 100%;
  }
}

.site-footer {
  background-color: #155289;
  color: #fff;
  padding: 40px 0 35px;
}
.site-footer .wrapper {
  max-width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  opacity: 0.75;
}
.site-footer aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}
.site-footer .logo {
  width: 150px;
  height: 60px;
  background: url("./assets/images/logo-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font: 0/0 a;
  text-shadow: none;
  text-decoration: none;
  color: transparent;
  display: block;
  will-change: transform;
}
.site-footer .info {
  margin-left: 50px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
}
.site-footer .info > * {
  margin-bottom: 0.5em;
}
.site-footer .info > *:last-child {
  margin-bottom: 0;
}
.site-footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-footer .nav .nav-element:after {
  content: "|";
  padding: 0 5px;
}
.site-footer .nav .nav-element:last-child:after {
  display: none;
}
.site-footer .social {
  margin-right: 50px;
}
.site-footer .partner {
  margin-right: 50px;
}
@media (max-width: 1359px) {
  .site-footer .partner {
    margin-right: 0;
  }
}
@media (max-width: 1079px) {
  .site-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-footer .wrapper {
    position: relative;
  }
  .site-footer aside {
    display: block;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .site-footer .logo {
    width: 94px;
    height: 35px;
    margin-bottom: 20px;
  }
  .site-footer .info {
    margin-left: 0;
  }
  .site-footer .social {
    margin-right: 0;
    font-size: 32px;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  .site-footer .social > * {
    margin-right: 16px;
  }
  .site-footer .social > *:last-child {
    margin-right: 0;
  }
  .site-footer .partner {
    max-width: 120px;
  }
}
@media (max-width: 575px) {
  .site-footer .wrapper {
    display: block;
  }
  .site-footer .social {
    margin-top: 20px;
    margin-left: -10px;
  }
  .site-footer .partner {
    max-width: 100px;
  }
}

.site-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 0 0 1em;
}
.site-content .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.site-content .wysiwyg-columns.three img {
  width: 100%;
}
@media (max-width: 1263px) {
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-content .wysiwyg-columns {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three img {
    width: unset;
  }
}

.homepage-hero {
  margin: 0;
}
.homepage-hero .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.homepage-hero .carousel .slick-slide {
  height: auto;
}
.homepage-hero .carousel .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.homepage-hero .carousel .slick-dots li {
  margin: 0 15px 0 0;
  padding: 0;
}
.homepage-hero .carousel .slick-dots li:before {
  display: none;
}
.homepage-hero .carousel .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.homepage-hero .carousel .slick-dots li.slick-active button {
  background-color: #628809;
}
.homepage-hero .carousel .inner {
  position: relative;
  min-height: 760px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 60px 0;
}
.homepage-hero .carousel .inner .wrapper {
  position: relative;
  z-index: 4;
}
.homepage-hero .carousel .inner .content {
  position: relative;
  padding-top: 40px;
}
.homepage-hero .carousel .inner .content > *:last-child {
  margin-bottom: 0;
}
.homepage-hero .carousel .inner h1,
.homepage-hero .carousel .inner h2 {
  font-family: "Spectral", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.25;
  color: inherit;
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}
.homepage-hero .carousel .inner .button-container {
  margin-top: 25px;
}
.homepage-hero .carousel .inner .button-container .button {
  color: #fff;
}
.homepage-hero .carousel .inner .button-container .button:before {
  border-color: #fff;
}
.homepage-hero .carousel .inner .button-container .button:hover:before {
  border-color: inherit;
}
.homepage-hero .carousel .inner .button-container .button.tertiary {
  color: #fff;
}
.homepage-hero .carousel .inner .button-container .button.tertiary:before {
  color: #fff;
}
.homepage-hero .carousel .inner .button-container .button.tertiary:hover {
  color: #e57200;
}
.homepage-hero .carousel .inner .button-container .button.tertiary:hover:before {
  color: #e57200;
}
@media (min-width: 1080px) {
  .homepage-hero .carousel .inner video + .background-image {
    display: none;
  }
}
@media (max-width: 1263px) {
  .homepage-hero .carousel .inner {
    min-height: 60vw;
  }
}
@media (max-width: 1079px) {
  .homepage-hero .carousel .inner video {
    display: none;
  }
}
@media (max-width: 767px) {
  .homepage-hero .carousel .inner h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .homepage-hero .carousel .inner h2 {
    font-size: 30px;
  }
}

.subpage-hero {
  margin: 0;
  position: relative;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 90px;
  color: #fff;
}
.subpage-hero.empty {
  background: #155289;
}
.subpage-hero .wrapper {
  max-width: 1360px;
}
.subpage-hero .h1 {
  font-weight: 600;
  color: inherit;
}
.subpage-hero .content {
  position: relative;
  z-index: 3;
}
@media (max-width: 1079px) {
  .subpage-hero {
    padding-top: 0;
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .subpage-hero {
    min-height: 240px;
  }
}

.standard-subpage-text {
  margin: 80px 0 20px 0;
}
.standard-subpage-text .content {
  max-width: 1046px;
}
.standard-subpage-text .content * + .wysiwyg-columns {
  margin-top: 60px;
}
.standard-subpage-text .gform_wrapper {
  padding: 65px 35px 35px;
  background-color: #f1f1f1;
  width: 100%;
  max-width: 100%;
  margin-bottom: 35px;
}
.standard-subpage-text .gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}
.standard-subpage-text .gform_wrapper .gform_heading .gform_title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.standard-subpage-text .gform_wrapper .gform_validation_errors {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0 0 20px;
  background: transparent;
  width: 100%;
}
.standard-subpage-text .gform_wrapper .gform_validation_errors > h2 {
  font-weight: 700;
  color: #be0000;
}
.standard-subpage-text .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  display: none;
}
.standard-subpage-text .gform_wrapper .description,
.standard-subpage-text .gform_wrapper .gfield_description,
.standard-subpage-text .gform_wrapper .gsection_description,
.standard-subpage-text .gform_wrapper .instruction {
  display: none;
}
.standard-subpage-text .gform_wrapper form .gform_fields {
  row-gap: 10px;
  -webkit-column-gap: 33px;
  -moz-column-gap: 33px;
  column-gap: 33px;
}
@media (max-width: 767px) {
  .standard-subpage-text .gform_wrapper form .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.standard-subpage-text .gform_wrapper form .gform_body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.standard-subpage-text .gform_wrapper form .gform_body input[type=color],
.standard-subpage-text .gform_wrapper form .gform_body input[type=date],
.standard-subpage-text .gform_wrapper form .gform_body input[type=datetime-local],
.standard-subpage-text .gform_wrapper form .gform_body input[type=datetime],
.standard-subpage-text .gform_wrapper form .gform_body input[type=email],
.standard-subpage-text .gform_wrapper form .gform_body input[type=month],
.standard-subpage-text .gform_wrapper form .gform_body input[type=number],
.standard-subpage-text .gform_wrapper form .gform_body input[type=password],
.standard-subpage-text .gform_wrapper form .gform_body input[type=search],
.standard-subpage-text .gform_wrapper form .gform_body input[type=tel],
.standard-subpage-text .gform_wrapper form .gform_body input[type=text],
.standard-subpage-text .gform_wrapper form .gform_body input[type=time],
.standard-subpage-text .gform_wrapper form .gform_body input[type=url],
.standard-subpage-text .gform_wrapper form .gform_body input[type=week],
.standard-subpage-text .gform_wrapper form .gform_body select,
.standard-subpage-text .gform_wrapper form .gform_body textarea {
  border-color: transparent;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  padding: 12px 20px;
  outline: none;
}
.standard-subpage-text .gform_wrapper form .gform_body input[type=color]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=date]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=datetime-local]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=datetime]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=email]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=month]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=number]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=password]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=search]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=tel]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=text]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=time]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=url]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=week]::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body select::-webkit-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
}
.standard-subpage-text .gform_wrapper form .gform_body input[type=color]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=date]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=datetime-local]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=datetime]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=email]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=month]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=number]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=password]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=search]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=tel]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=text]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=time]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=url]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=week]::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body select::-moz-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body textarea::-moz-placeholder {
  color: #000;
  font-size: 16px;
}
.standard-subpage-text .gform_wrapper form .gform_body input[type=color]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=date]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=datetime-local]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=datetime]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=email]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=month]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=number]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=password]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=search]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=tel]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=text]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=time]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=url]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=week]::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body select::-ms-input-placeholder,
.standard-subpage-text .gform_wrapper form .gform_body textarea::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
}
.standard-subpage-text .gform_wrapper form .gform_body input[type=color]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=date]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=datetime-local]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=datetime]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=email]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=month]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=number]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=password]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=search]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=tel]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=text]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=time]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=url]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body input[type=week]::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body select::placeholder,
.standard-subpage-text .gform_wrapper form .gform_body textarea::placeholder {
  color: #000;
  font-size: 16px;
}
.standard-subpage-text .gform_wrapper form .gform_body textarea {
  height: 290px;
}
.standard-subpage-text .gform_wrapper form .gform_body .gfield_error [aria-invalid=true] {
  border-color: #be0000;
  background-color: rgba(190, 0, 0, 0.05);
}
.standard-subpage-text .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 20px 0 0;
}
.standard-subpage-text .gform_wrapper form .gform_footer .button {
  margin: 0;
}

.featured-content-full-width h1, .featured-content-full-width h2 {
  margin-bottom: 25px;
}
.featured-content-full-width .content > *:last-child {
  margin-bottom: 0;
}

.featured-projects {
  margin: 105px 0;
}
.featured-projects .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.featured-projects .slick-slide {
  height: auto;
}
.featured-projects .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.featured-projects .slick-dots li {
  margin: 0 15px 0 0;
  padding: 0;
}
.featured-projects .slick-dots li:before {
  display: none;
}
.featured-projects .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e3e3e3;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.featured-projects .slick-dots li.slick-active button {
  background-color: #99b951;
}
.featured-projects .slide .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.featured-projects .slide .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.featured-projects .slide .section-title span {
  margin-right: 40px;
}
.featured-projects .slide .content {
  width: 585px;
  padding-left: 65px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 100%;
}
.featured-projects .slide .image {
  height: 100%;
  width: calc(100% + 118px);
  overflow: hidden;
  border-left: 20px solid #155289;
}
.featured-projects .slide .image .placeholder {
  padding-bottom: 0;
}
.featured-projects .slide aside {
  width: calc(100% - 585px);
  direction: rtl;
}
.featured-projects .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -20px;
  margin-right: -20px;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .featured-projects .slide .image {
    width: calc(100% + (100vw - 1204px) / 2);
  }
}
@media (max-width: 1263px) {
  .featured-projects .slide .image {
    width: calc(100% + 30px);
  }
}
@media (max-width: 1079px) {
  .featured-projects {
    margin: 75px 0;
  }
  .featured-projects .slide .content {
    width: 406px;
    padding-left: 40px;
  }
  .featured-projects .slide aside {
    width: calc(100% - 406px);
  }
}
@media (max-width: 767px) {
  .featured-projects .slide .wrapper {
    display: block;
  }
  .featured-projects .slide .content {
    width: 100%;
    padding: 0;
  }
  .featured-projects .slide aside {
    width: 100%;
    margin-bottom: 40px;
  }
  .featured-projects .slide .image .placeholder {
    padding-bottom: 54%;
  }
  .featured-projects .button-container {
    max-width: 520px;
    margin-bottom: 10px;
    margin-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .featured-projects .button-container a {
    margin-right: 20px;
  }
}
@media (max-width: 374px) {
  .featured-projects .slide .image {
    width: calc(100% + 20px);
  }
  .featured-projects .button-container {
    width: 100%;
    max-width: 100%;
  }
  .featured-projects .button-container a {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}

.featured-posts {
  margin: 0;
  padding: 105px 0;
  position: relative;
}
.featured-posts .wrapper {
  position: relative;
  z-index: 3;
}
.featured-posts .content {
  margin: 0 0 40px;
}
.featured-posts .content:last-child, .featured-posts .content > *:last-child {
  margin-bottom: 0;
}
.featured-posts .grid {
  display: grid;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.featured-posts .item {
  text-decoration: none;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}
.featured-posts .item .title {
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
  max-width: 340px;
}
.featured-posts .item:hover {
  color: #155289;
}
.featured-posts .button-container {
  margin-top: 35px;
}
@media (max-width: 1079px) {
  .featured-posts {
    padding: 75px 0;
  }
}

.featured-post-single .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured-post-single .content {
  width: 60%;
  padding-left: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.featured-post-single .content > *:last-child {
  margin-bottom: 0;
}
.featured-post-single .content h2 {
  margin-bottom: 0.3em;
}
.featured-post-single .content .button-container {
  margin-top: 30px;
}
.featured-post-single aside {
  width: 40%;
  direction: rtl;
}
.featured-post-single .image {
  height: 100%;
  width: calc(100% + 118px);
  overflow: hidden;
  border-left: 15px solid #155289;
}
.featured-post-single .image .placeholder {
  padding-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .featured-post-single .image {
    width: calc(100% + (100vw - 1204px) / 2);
  }
}
@media (max-width: 1263px) {
  .featured-post-single {
    width: 100%;
  }
}
@media (max-width: 1079px) {
  .featured-post-single .wrapper {
    display: block;
  }
  .featured-post-single .content {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }
  .featured-post-single aside {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .featured-post-single .content {
    width: 100%;
    padding: 0;
  }
  .featured-post-single aside {
    width: 100%;
    margin-bottom: 40px;
    height: 200px;
  }
  .featured-post-single .image .placeholder {
    padding-bottom: 54%;
  }
}
@media (max-width: 374px) {
  .featured-post-single .slide .image {
    width: calc(100% + 20px);
  }
}

.featured-team h1, .featured-team .h1 {
  margin-bottom: 35px;
  color: #51534a;
}

.team-manual h1,
.team-manual .h1 {
  margin-bottom: 35px;
  color: #51534a;
}
.team-manual .title {
  color: #155289 !important;
}

.accordion .h1,
.accordion .h2 {
  margin-bottom: 25px !important;
  color: #51534a;
}
.accordion dl {
  margin: 0;
  padding: 0;
  max-width: 976px;
  border-bottom: solid 2px #cccccc;
}
.accordion dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4d4d4f;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  letter-spacing: -0.01em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 2px #cccccc;
  padding: 17px 0;
  cursor: pointer;
}
.accordion dl dt:first-child {
  border-top: 0;
  padding-top: 0;
}
.accordion dl dt i {
  font-size: 27px;
  color: #99b951;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.accordion dl dt.on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion dl dd {
  margin: 0;
  padding: 0 40px 40px 0;
  max-width: 900px;
  display: none;
  color: #000;
}
.accordion dl dd > *:last-child {
  margin-bottom: 0;
}
.accordion dl dd p {
  margin-bottom: 1em;
}

.pathways-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 35px;
}
.pathways .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 24px;
  font-family: "Spectral", serif;
  font-weight: 500;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  border-left: 5px solid #155289;
  padding: 15px 20px;
}
.pathways .item:hover {
  border-left: 5px solid #99b951;
}
.pathways .item[href=""] {
  pointer-events: none;
}
.pathways .item span {
  padding-right: 20px;
}
.pathways .item i {
  color: #155289;
  font-size: 24px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 1079px) {
  .pathways-grid {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 25px;
  }
}
@media (max-width: 767px) {
  .pathways-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .pathways-grid {
    grid-template-columns: 1fr;
  }
}

.left-right-image-text {
  margin: 105px 0;
}
.left-right-image-text .section-title {
  margin-bottom: 45px;
}
.left-right-image-text .image {
  height: 100%;
  width: calc(100% + 118px);
  overflow: hidden;
}
.left-right-image-text .image .placeholder {
  padding-bottom: 0;
}
.left-right-image-text .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 65px;
}
.left-right-image-text .wrapper.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.left-right-image-text .wrapper.left .image {
  border-left: 20px solid #99b951;
}
.left-right-image-text .wrapper.left aside {
  width: calc(100% - 585px);
  direction: rtl;
}
.left-right-image-text .wrapper.left .content {
  width: 585px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 1079px) {
  .left-right-image-text .wrapper.left .content {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 1079px) {
  .left-right-image-text .wrapper.left {
    display: block;
  }
  .left-right-image-text .wrapper.left aside {
    width: auto;
    height: 300px;
  }
  .left-right-image-text .wrapper.left .content {
    width: auto;
  }
}
.left-right-image-text .wrapper.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.left-right-image-text .wrapper.right .image {
  border-right: 20px solid #99b951;
}
.left-right-image-text .wrapper.right aside {
  width: calc(100% - 585px);
}
.left-right-image-text .wrapper.right .content {
  width: 585px;
  padding-left: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 1079px) {
  .left-right-image-text .wrapper.right .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1079px) {
  .left-right-image-text .wrapper.right {
    display: block;
  }
  .left-right-image-text .wrapper.right aside {
    width: auto;
    height: 300px;
  }
  .left-right-image-text .wrapper.right .content {
    width: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 1439px) {
  .left-right-image-text .image {
    width: calc(100% + (100vw - 1204px) / 2);
  }
}
@media (max-width: 1263px) {
  .left-right-image-text .image {
    width: calc(100% + 30px);
  }
}
@media (max-width: 1079px) {
  .left-right-image-text {
    margin: 75px 0;
  }
  .left-right-image-text .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .left-right-image-text .section-title {
    margin-bottom: 17.5px;
  }
  .left-right-image-text .content {
    width: 100%;
    padding: 0;
  }
  .left-right-image-text .image .placeholder {
    padding-bottom: 54%;
  }
}
@media (max-width: 374px) {
  .left-right-image-text .image {
    width: calc(100% + 20px);
  }
}

.stats {
  margin: 105px 0;
}
.stats hr {
  margin: 30px 0;
}
.stats-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.center .stats-grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -70px;
  margin-right: -70px;
}
.stats .item > *:last-child {
  margin-bottom: 0;
}
.stats .item .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 15px solid #cccccc;
  opacity: 0;
  -webkit-transition: 3s opacity ease;
  transition: 3s opacity ease;
  width: 100% !important;
}
.stats .item .number__number {
  color: #99b951;
  font-family: "Spectral", serif;
  font-size: 100px;
  line-height: 1;
  margin: 0 0 15px;
}
@media (max-width: 1079px) {
  .stats .item .number__number {
    font-size: 70px;
  }
}
.stats .item .number__text {
  font-size: 24px;
}
.stats .item .number span {
  margin-left: 30px;
}
.stats .item p {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}
.stats .item.on .number {
  opacity: 1;
}
.stats.center .stats-grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -70px;
  margin-right: -70px;
}
.stats.center .item {
  padding: 0 70px;
}
@media (max-width: 1079px) {
  .stats {
    margin: 75px 0;
  }
  .stats-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
  }
  .stats .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .stats .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .stats .item .number {
    width: auto !important;
  }
  .stats .item .number__text {
    font-size: 24px;
  }
  .stats .item p {
    text-align: left;
  }
  .stats.center .stats-grid {
    margin-left: -50px;
    margin-right: -50px;
  }
  .stats.center .item {
    padding: 0 50px;
  }
}

.insights-main {
  margin: 100px 0 90px;
}
.insights-main .indent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 70px;
}
.insights-main .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.insights-main .box > *:last-child {
  margin-bottom: 0;
}
.insights-main .box .image {
  margin: 0 0 30px;
}
.insights-main .box .image .placeholder {
  padding-bottom: 37.625%;
}
.insights-main .box .image figcaption {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 70px;
  font-family: "Noto Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.insights-main .box .item {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  margin: 0 0 24px;
  line-height: 1.333;
}
.insights-main .box .item:hover {
  color: #99b951;
}
.insights-main .box .button-container {
  margin-top: auto;
}
.insights-main .box .button {
  margin-top: 20px;
}
@media (max-width: 1263px) {
  .insights-main .indent {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 50px;
  }
}
@media (max-width: 1079px) {
  .insights-main {
    margin: 75px 0;
  }
  .insights-main .box .image figcaption {
    padding: 0 30px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .insights-main .indent {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 374px) {
  .insights-main .box .image figcaption {
    font-size: 30px;
  }
}

.subscription-form .gform_wrapper {
  background-color: #f1f1f1;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscription-form .gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}
.subscription-form .gform_wrapper .gform_heading .gform_title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #155289;
}
.subscription-form .gform_wrapper .gform_validation_errors {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: -20px 0 20px;
  background: transparent;
  width: 100%;
}
.subscription-form .gform_wrapper .gform_validation_errors > h2 {
  font-weight: 700;
  color: #be0000;
}
.subscription-form .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  display: none;
}
.subscription-form .gform_wrapper .description,
.subscription-form .gform_wrapper .gfield_description,
.subscription-form .gform_wrapper .gsection_description,
.subscription-form .gform_wrapper .instruction {
  display: none;
}
.subscription-form .gform_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.subscription-form .gform_wrapper form .gform_body {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.subscription-form .gform_wrapper form .gform_body input[type=color],
.subscription-form .gform_wrapper form .gform_body input[type=date],
.subscription-form .gform_wrapper form .gform_body input[type=datetime-local],
.subscription-form .gform_wrapper form .gform_body input[type=datetime],
.subscription-form .gform_wrapper form .gform_body input[type=email],
.subscription-form .gform_wrapper form .gform_body input[type=month],
.subscription-form .gform_wrapper form .gform_body input[type=number],
.subscription-form .gform_wrapper form .gform_body input[type=password],
.subscription-form .gform_wrapper form .gform_body input[type=search],
.subscription-form .gform_wrapper form .gform_body input[type=tel],
.subscription-form .gform_wrapper form .gform_body input[type=text],
.subscription-form .gform_wrapper form .gform_body input[type=time],
.subscription-form .gform_wrapper form .gform_body input[type=url],
.subscription-form .gform_wrapper form .gform_body input[type=week],
.subscription-form .gform_wrapper form .gform_body select,
.subscription-form .gform_wrapper form .gform_body textarea {
  border-color: transparent;
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  padding: 12px 20px;
  outline: none;
}
.subscription-form .gform_wrapper form .gform_body input[type=color]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=date]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=datetime-local]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=datetime]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=email]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=month]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=number]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=password]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=search]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=tel]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=text]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=time]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=url]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=week]::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body select::-webkit-input-placeholder,
.subscription-form .gform_wrapper form .gform_body textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
}
.subscription-form .gform_wrapper form .gform_body input[type=color]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=date]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=datetime-local]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=datetime]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=email]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=month]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=number]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=password]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=search]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=tel]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=text]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=time]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=url]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=week]::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body select::-moz-placeholder,
.subscription-form .gform_wrapper form .gform_body textarea::-moz-placeholder {
  color: #000;
  font-size: 16px;
}
.subscription-form .gform_wrapper form .gform_body input[type=color]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=date]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=datetime-local]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=datetime]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=email]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=month]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=number]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=password]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=search]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=tel]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=text]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=time]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=url]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=week]::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body select::-ms-input-placeholder,
.subscription-form .gform_wrapper form .gform_body textarea::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
}
.subscription-form .gform_wrapper form .gform_body input[type=color]::placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=date]::placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=datetime-local]::placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=datetime]::placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=email]::placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=month]::placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=number]::placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=password]::placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=search]::placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=tel]::placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=text]::placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=time]::placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=url]::placeholder,
.subscription-form .gform_wrapper form .gform_body input[type=week]::placeholder,
.subscription-form .gform_wrapper form .gform_body select::placeholder,
.subscription-form .gform_wrapper form .gform_body textarea::placeholder {
  color: #000;
  font-size: 16px;
}
.subscription-form .gform_wrapper form .gform_body .gfield_error [aria-invalid=true] {
  border-color: #be0000;
  background-color: rgba(190, 0, 0, 0.05);
}
.subscription-form .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0 0 0 40px;
}
.subscription-form .gform_wrapper form .gform_footer .button {
  margin: 0;
}
@media (max-width: 1079px) {
  .subscription-form .gform_wrapper form .gform_body,
  .subscription-form .gform_wrapper form .gform_footer {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .subscription-form .gform_wrapper {
    padding: 30px;
  }
  .subscription-form .gform_wrapper .gform_validation_errors {
    margin-top: 0;
  }
  .subscription-form .gform_wrapper .gform_heading {
    width: 100%;
    margin: 0 0 20px;
  }
  .subscription-form .gform_wrapper form .gform_body {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .subscription-form .gform_wrapper form {
    display: block;
  }
  .subscription-form .gform_wrapper form .gform_body {
    width: 100%;
  }
  .subscription-form .gform_wrapper form .gform_footer {
    margin-left: 0;
    margin-top: 20px;
  }
}

.contact-form h1 {
  margin-bottom: 30px;
  font-weight: 500;
}
.contact-form .content {
  max-width: 834px;
  margin: 0 0 80px;
}
.contact-form .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-form .side {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 285px;
  min-width: 285px;
  padding-left: 85px;
}
.contact-form .side h4 {
  font-size: 20px;
  color: #4d4d4f;
  margin-bottom: 20px;
}
.contact-form .side p {
  line-height: 1.75;
}
.contact-form .side a {
  font-weight: 500;
}
.contact-form .side strong {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: #155289;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.contact-form .gform_wrapper {
  padding: 65px 35px 35px;
  background-color: #f1f1f1;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.contact-form .gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}
.contact-form .gform_wrapper .gform_heading .gform_title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.contact-form .gform_wrapper .gform_validation_errors {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0 0 20px;
  background: transparent;
  width: 100%;
}
.contact-form .gform_wrapper .gform_validation_errors > h2 {
  font-weight: 700;
  color: #be0000;
}
.contact-form .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  display: none;
}
.contact-form .gform_wrapper .description,
.contact-form .gform_wrapper .gfield_description,
.contact-form .gform_wrapper .gsection_description,
.contact-form .gform_wrapper .instruction {
  display: none;
}
.contact-form .gform_wrapper form .gform_fields {
  row-gap: 10px;
  -webkit-column-gap: 33px;
  -moz-column-gap: 33px;
  column-gap: 33px;
}
.contact-form .gform_wrapper form .gform_body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.contact-form .gform_wrapper form .gform_body input[type=color],
.contact-form .gform_wrapper form .gform_body input[type=date],
.contact-form .gform_wrapper form .gform_body input[type=datetime-local],
.contact-form .gform_wrapper form .gform_body input[type=datetime],
.contact-form .gform_wrapper form .gform_body input[type=email],
.contact-form .gform_wrapper form .gform_body input[type=month],
.contact-form .gform_wrapper form .gform_body input[type=number],
.contact-form .gform_wrapper form .gform_body input[type=password],
.contact-form .gform_wrapper form .gform_body input[type=search],
.contact-form .gform_wrapper form .gform_body input[type=tel],
.contact-form .gform_wrapper form .gform_body input[type=text],
.contact-form .gform_wrapper form .gform_body input[type=time],
.contact-form .gform_wrapper form .gform_body input[type=url],
.contact-form .gform_wrapper form .gform_body input[type=week],
.contact-form .gform_wrapper form .gform_body select,
.contact-form .gform_wrapper form .gform_body textarea {
  border-color: transparent;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  padding: 12px 20px;
  outline: none;
}
.contact-form .gform_wrapper form .gform_body input[type=color]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=date]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=datetime-local]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=datetime]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=email]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=month]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=number]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=password]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=search]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=tel]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=text]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=time]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=url]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=week]::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body select::-webkit-input-placeholder,
.contact-form .gform_wrapper form .gform_body textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
}
.contact-form .gform_wrapper form .gform_body input[type=color]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=date]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=datetime-local]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=datetime]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=email]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=month]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=number]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=password]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=search]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=tel]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=text]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=time]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=url]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=week]::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body select::-moz-placeholder,
.contact-form .gform_wrapper form .gform_body textarea::-moz-placeholder {
  color: #000;
  font-size: 16px;
}
.contact-form .gform_wrapper form .gform_body input[type=color]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=date]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=datetime-local]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=datetime]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=email]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=month]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=number]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=password]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=search]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=tel]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=text]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=time]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=url]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body input[type=week]::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body select::-ms-input-placeholder,
.contact-form .gform_wrapper form .gform_body textarea::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
}
.contact-form .gform_wrapper form .gform_body input[type=color]::placeholder,
.contact-form .gform_wrapper form .gform_body input[type=date]::placeholder,
.contact-form .gform_wrapper form .gform_body input[type=datetime-local]::placeholder,
.contact-form .gform_wrapper form .gform_body input[type=datetime]::placeholder,
.contact-form .gform_wrapper form .gform_body input[type=email]::placeholder,
.contact-form .gform_wrapper form .gform_body input[type=month]::placeholder,
.contact-form .gform_wrapper form .gform_body input[type=number]::placeholder,
.contact-form .gform_wrapper form .gform_body input[type=password]::placeholder,
.contact-form .gform_wrapper form .gform_body input[type=search]::placeholder,
.contact-form .gform_wrapper form .gform_body input[type=tel]::placeholder,
.contact-form .gform_wrapper form .gform_body input[type=text]::placeholder,
.contact-form .gform_wrapper form .gform_body input[type=time]::placeholder,
.contact-form .gform_wrapper form .gform_body input[type=url]::placeholder,
.contact-form .gform_wrapper form .gform_body input[type=week]::placeholder,
.contact-form .gform_wrapper form .gform_body select::placeholder,
.contact-form .gform_wrapper form .gform_body textarea::placeholder {
  color: #000;
  font-size: 16px;
}
.contact-form .gform_wrapper form .gform_body textarea {
  height: 290px;
}
.contact-form .gform_wrapper form .gform_body .gfield_error [aria-invalid=true] {
  border-color: #be0000;
  background-color: rgba(190, 0, 0, 0.05);
}
.contact-form .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 20px 0 0;
}
.contact-form .gform_wrapper form .gform_footer .button {
  margin: 0;
}
@media (max-width: 1079px) {
  .contact-form .content {
    margin-bottom: 60px;
  }
  .contact-form .side {
    padding-left: 45px;
    width: 245px;
    min-width: 245px;
  }
  .contact-form .form {
    padding: 30px;
  }
  .contact-form .form .gform_wrapper form .gform_fields {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media (max-width: 767px) {
  .contact-form .grid {
    display: block;
  }
  .contact-form .side {
    padding: 0;
    margin: 0 0 60px;
  }
}
@media (max-width: 374px) {
  .contact-form .form {
    padding: 20px;
  }
}

.search-filter-component-popup {
  font-family: "Noto Sans", sans-serif;
  border-radius: 0;
  border: none;
  background-color: #cccccc;
}

.archive-grid {
  overflow: hidden;
  margin: 0 0 80px 0;
}
.archive-grid .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.archive-grid .filters .search-filter-input-text,
.archive-grid .filters .search-filter-component-combobox {
  border: none;
  background-color: #f1f1f1;
  border-radius: 0;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 18px;
  border-radius: 0;
  border: none;
}
.archive-grid .filters .search-filter-input-text {
  padding: 2px;
}
.archive-grid .filters .search-filter-component-combobox__listbox-toggle::before {
  display: none;
}
.archive-grid .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 50px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.archive-grid.grid-guide .grid, .archive-grid.grid-webinar .grid {
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 80px;
}
.archive-grid.grid-project .grid {
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.archive-grid.grid-member .grid {
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 35px;
}
.archive-grid .item {
  text-decoration: none;
  color: #000;
}
.archive-grid .item > *:last-child {
  margin-bottom: 0;
}
.archive-grid .item .image {
  margin-bottom: 8px;
  overflow: hidden;
}
.archive-grid .item .image .placeholder {
  padding-bottom: 57.25%;
}
.archive-grid .item .image .display {
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
.archive-grid .item .title {
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: 1.333;
  margin-bottom: 0.3em;
}
.archive-grid .item .sub-title {
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  color: #155289;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
.archive-grid .item .author {
  font-size: 14px;
  font-weight: 500;
  color: #51534a;
  line-height: 1.7;
}
.archive-grid .item .date {
  line-height: 1.7;
}
.archive-grid .item.item-guide, .archive-grid .item.item-webinar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-grid .item.item-guide .image, .archive-grid .item.item-webinar .image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 47.5%;
}
.archive-grid .item.item-guide .image .placeholder, .archive-grid .item.item-webinar .image .placeholder {
  padding-bottom: 56%;
}
.archive-grid .item.item-guide .content, .archive-grid .item.item-webinar .content {
  width: 52.5%;
  padding-left: 20px;
  -ms-flex-item-align: center;
  align-self: center;
}
.archive-grid .item.item-project .image {
  margin-bottom: 18px;
  overflow: hidden;
}
.archive-grid .item.item-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.archive-grid .item.item-member .image {
  margin-bottom: 0;
  overflow: hidden;
}
.archive-grid .item.item-member .image .placeholder {
  padding-bottom: 100%;
}
.archive-grid .item.item-member .content {
  background-color: #f3f3f3;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 20px 20px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.archive-grid .item.item-member .title {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.archive-grid .item.item-member:hover .image .display {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.archive-grid .item.item-member:hover .content {
  background-color: #d6e4c5;
}
.archive-grid .item:hover .image .display {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
@media (max-width: 1079px) {
  .archive-grid.grid-guide .grid, .archive-grid.grid-webinar .grid {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 50px;
  }
  .archive-grid.grid-member .grid {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .archive-grid .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .archive-grid.grid-project .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .archive-grid .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .archive-grid.grid-project .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .archive-grid.grid-member .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .archive-grid .item.item-guide, .archive-grid .item.item-webinar {
    display: block;
  }
  .archive-grid .item.item-guide .image, .archive-grid .item.item-webinar .image {
    margin-bottom: 20px;
    width: 100%;
  }
  .archive-grid .item.item-guide .content, .archive-grid .item.item-webinar .content {
    width: 100%;
    padding-left: 0;
  }
}

.news-archive-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
  color: #000;
}
.news-archive-list .item:last-child {
  margin-bottom: 0;
}
.news-archive-list .item:hover .image .display {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.news-archive-list .item .image {
  min-width: 86px;
  max-width: 86px;
  margin-right: 40px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  overflow: hidden;
}
.news-archive-list .item .image .placeholder {
  padding-bottom: 90%;
}
.news-archive-list .item .image .display {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.news-archive-list .item .title {
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 0.3em;
}
@media (max-width: 374px) {
  .news-archive-list .item .image {
    min-width: 75px;
    max-width: 75px;
    margin-right: 30px;
  }
  .news-archive-list .item .title {
    font-size: 18px;
  }
  .news-archive-list .accordion dl dd {
    padding-right: 0;
  }
}

.offers {
  margin: 105px 0;
}
.offers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.offers .section-title {
  margin-bottom: 18px;
}
.offers .offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.offers .offer > *:last-child {
  margin-bottom: 0;
}
.offers .offer .image {
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.offers .offer .image .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.offers .offer .image .display {
  border-left: 10px solid #155289;
}
.offers .offer .image .placeholder {
  padding-bottom: 46.1%;
}
.offers .offer .image figcaption {
  position: absolute;
  color: #fff;
  z-index: 2;
  bottom: 15px;
  left: 30px;
  right: 25px;
  font-family: "Spectral", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.75em;
}
.offers .offer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.offers .offer .content > *:last-child {
  margin-bottom: 0;
}
.offers .offer .content p {
  margin-bottom: 30px;
}
.offers .offer .button-container {
  margin-top: auto;
}
@media (max-width: 1263px) {
  .offers .offer .image figcaption {
    font-size: 3.16vw;
    left: 30px;
    right: 30px;
    bottom: 20px;
  }
}
@media (max-width: 1079px) {
  .offers {
    margin: 75px 0;
  }
  .offers-grid {
    grid-gap: 40px;
  }
}
@media (max-width: 767px) {
  .offers-grid {
    grid-template-columns: 1fr;
  }
  .offers .offer .image figcaption {
    font-size: 6.32vw;
  }
}

.project-hero {
  position: relative;
  color: #fff;
  margin-top: -80px;
}
.project-hero .h1 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: inherit;
}
.project-hero .content {
  position: absolute;
  z-index: 3;
  bottom: 85px;
  max-width: 1264px;
}
.project-hero .content .categories {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.project-hero .content .categories a {
  color: #fff;
  text-decoration: none;
}
.project-hero .content .categories a:hover {
  color: #155289;
}
.project-hero .content .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.project-hero .content .slick-slide {
  height: auto;
}
.project-hero .content .slick-dots {
  position: absolute;
  top: -28px;
  left: 3px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.project-hero .content .slick-dots li {
  margin: 0 15px 0 0;
  padding: 0;
}
.project-hero .content .slick-dots li:before {
  display: none;
}
.project-hero .content .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  background-color: #fff;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.project-hero .content .slick-dots li.slick-active button {
  background-color: #155289;
}
.project-hero .carousel .inner {
  position: relative;
  min-height: 715px;
  height: 100%;
}
@media (max-width: 1079px) {
  .project-hero .content {
    margin-left: 0;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .project-hero {
    margin-top: 0;
  }
  .project-hero .content {
    bottom: 30px;
  }
  .project-hero .h1 {
    font-size: 40px;
    line-height: 1.25;
  }
  .project-hero .carousel .inner {
    min-height: 400px;
  }
  .project-hero .carousel .categories {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .project-hero .h1 {
    font-size: 30px;
  }
  .project-hero .content .categories {
    font-size: 12px;
  }
}

.post-grid.case-studies-grid, .post-grid.news-grid {
  margin-bottom: 120px;
}
.post-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 44px;
}
.post-grid .item {
  color: #155289;
  text-decoration: none;
}
.post-grid .item .image {
  overflow: hidden;
  margin: 0 0 20px;
}
.post-grid .item .image .placeholder {
  padding-bottom: 64%;
}
.post-grid .item .image .display:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(./assets/images/overlay-purple.png) no-repeat bottom right/80% auto;
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.post-grid .item .image .display img {
  -o-object-position: top;
  object-position: top;
}
.post-grid .item .type {
  color: #99b951;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.3em;
}
.post-grid .item:hover .image .display::before, .post-grid .item:focus .image .display::before {
  opacity: 1;
}
@media (max-width: 1079px) {
  .post-grid.case-studies-grid, .post-grid.news-grid {
    margin-bottom: 110px;
  }
  .post-grid .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .post-grid .grid {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .post-grid.case-studies-grid, .post-grid.news-grid {
    margin-bottom: 100px;
  }
  .post-grid .grid {
    grid-template-columns: 1fr;
  }
}

.module.gallery {
  margin: 0;
  padding: 85px 0;
}
.module.gallery header {
  margin: 0 0 54px;
}
.module.gallery h2,
.module.gallery .h2 {
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.23;
  margin: 0 0 14px;
}
.module.gallery .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.module.gallery .slick-list {
  margin: 0 -10px;
}
.module.gallery .slick-slide {
  margin: 0 10px;
  height: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
  opacity: 0.15;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.module.gallery .slick-slide.slick-current {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  pointer-events: all;
  opacity: 1;
}
.module.gallery .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  top: calc(50% - 40px) !important;
  color: #155289;
  font-size: 28px;
}
.module.gallery .slick-arrow.slick-prev {
  left: 240px;
}
.module.gallery .slick-arrow.slick-next {
  right: 240px;
}
.module.gallery .slick-arrow:hover, .module.gallery .slick-arrow:focus {
  color: #155289;
}
.module.gallery .carousel {
  position: relative;
}
.module.gallery .item .image {
  aspect-ratio: 2/1;
  width: auto;
}
.module.gallery .item .image .display {
  background: #ececec;
}
.module.gallery .item .image .display img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.module.gallery .item .image .play {
  position: relative;
}
.module.gallery .item .image .play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 148px;
  height: 148px;
  border-radius: 50%;
  z-index: 199;
  background: rgba(235, 235, 235, 0.9);
}
.module.gallery .item .image .play::after {
  content: "▶";
  font-family: "ea-icons";
  position: absolute;
  top: 50%;
  left: calc(50% + 10px);
  font-size: 70px;
  z-index: 200;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #155289;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.module.gallery .item .image .play:hover::after {
  color: #155289;
}
.module.gallery .item .image:last-child {
  margin-bottom: 0;
}
.module.gallery .item .caption {
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25px;
  padding-top: 20px;
}
.module.gallery.dark {
  background-color: #155289;
}
.module.gallery.dark h2,
.module.gallery.dark .h2 {
  color: #fff;
}
.module.gallery.dark .caption {
  color: #fff;
}
@media (max-width: 1263px) {
  .module.gallery .slick-list {
    padding: 0 100px !important;
  }
  .module.gallery .slick-arrow.slick-prev {
    left: 40px !important;
  }
  .module.gallery .slick-arrow.slick-next {
    right: 40px !important;
  }
}
@media (max-width: 767px) {
  .module.gallery {
    padding: 45px 0;
  }
  .module.gallery header {
    margin-bottom: 30px;
  }
  .module.gallery h2,
  .module.gallery .h2 {
    font-size: 32px;
  }
  .module.gallery .slick-arrow {
    width: 12px;
    height: 21px;
    font-size: 21px;
    top: calc(50% - 25px) !important;
  }
  .module.gallery .item .image .play {
    position: relative;
  }
  .module.gallery .item .image .play::before {
    width: 70px;
    height: 70px;
  }
  .module.gallery .item .image .play::after {
    left: calc(50% + 5px);
    font-size: 35px;
  }
  .module.gallery .item .caption {
    font-size: 12px;
    padding-top: 12px;
  }
}
@media (max-width: 575px) {
  .module.gallery .slick-list {
    padding: 0 60px !important;
  }
  .module.gallery .slick-arrow.slick-prev {
    left: 20px !important;
  }
  .module.gallery .slick-arrow.slick-next {
    right: 20px !important;
  }
  .module.gallery header {
    margin-bottom: 30px;
  }
  .module.gallery .carousel {
    position: relative;
  }
  .module.gallery .carousel::before {
    height: 20px;
  }
  .module.gallery .item .image .play {
    position: relative;
  }
  .module.gallery .item .image .play::before {
    width: 40px;
    height: 40px;
  }
  .module.gallery .item .image .play::after {
    left: calc(50% + 2px);
    font-size: 20px;
  }
}

.template h1 {
  margin-bottom: 20px;
  font-weight: 500;
}
.template .non-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin: 0 0 80px;
}
@media (max-width: 1079px) {
  .template .non-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.template .non-blog .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}
.template .non-blog .post-content > *:last-child {
  margin-bottom: 0;
}
.template .non-blog .post-content .featured-image {
  float: none;
  width: 100%;
  margin: 0 0 30px;
}
.template .non-blog .post-sidebar {
  width: 306px;
  min-width: 306px;
}
.template .non-blog .post-sidebar > * {
  margin-bottom: 30px;
}
.template .non-blog .post-sidebar > *:last-child {
  margin-bottom: 0;
}
.template .non-blog .post-sidebar .side-form {
  padding: 35px;
  background-color: #f1f1f1;
  width: 100%;
  max-width: 100%;
}
.template .non-blog .post-sidebar .side-form .h6,
.template .non-blog .post-sidebar .side-form .title {
  margin-bottom: 1.2em;
  color: #155289;
  text-transform: uppercase;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper .gform_heading .gform_title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper .gform_validation_errors {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0 0 20px;
  background: transparent;
  width: 100%;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper .gform_validation_errors > h2 {
  font-weight: 700;
  color: #be0000;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  display: none;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper .description,
.template .non-blog .post-sidebar .side-form .gform_wrapper .gfield_description,
.template .non-blog .post-sidebar .side-form .gform_wrapper .gsection_description,
.template .non-blog .post-sidebar .side-form .gform_wrapper .instruction {
  display: none;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=color],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=date],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=datetime-local],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=datetime],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=email],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=month],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=number],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=password],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=search],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=tel],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=text],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=time],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=url],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=week],
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body select,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body textarea {
  border-color: transparent;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  padding: 12px 20px;
  outline: none;
  width: auto !important;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=color]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=date]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=datetime-local]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=datetime]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=email]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=month]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=number]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=password]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=search]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=tel]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=text]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=time]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=url]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=week]::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body select::-webkit-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=color]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=date]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=datetime-local]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=datetime]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=email]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=month]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=number]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=password]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=search]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=tel]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=text]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=time]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=url]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=week]::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body select::-moz-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body textarea::-moz-placeholder {
  color: #000;
  font-size: 16px;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=color]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=date]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=datetime-local]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=datetime]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=email]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=month]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=number]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=password]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=search]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=tel]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=text]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=time]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=url]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=week]::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body select::-ms-input-placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body textarea::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=color]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=date]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=datetime-local]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=datetime]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=email]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=month]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=number]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=password]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=search]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=tel]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=text]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=time]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=url]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body input[type=week]::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body select::placeholder,
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body textarea::placeholder {
  color: #000;
  font-size: 16px;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body textarea {
  height: 290px;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_body .gfield_error [aria-invalid=true] {
  border-color: #be0000;
  background-color: rgba(190, 0, 0, 0.05);
}
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 20px 0 0;
}
.template .non-blog .post-sidebar .side-form .gform_wrapper form .gform_footer .button {
  margin: 0;
}
.template-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
.template-meta .author {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.template-meta .author a {
  text-decoration: none;
  color: #000;
  font-family: "Noto Sans", sans-serif;
}
.template-meta .author a:hover {
  color: #155289;
}
.template-meta .date {
  color: #000;
}
.template-meta > *:after {
  content: "|";
  margin: 0 10px;
}
.template-meta > *:last-child:after {
  display: none;
}
.template-content {
  margin: 0 0 30px;
}
.template-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.template-tags .section-title {
  margin-bottom: 8px;
  width: 100%;
}
.template-tags-item {
  font-size: 16px;
  line-height: 1.4;
}
.template-tags-item:after {
  content: "|";
  margin: 0 10px;
}
.template-tags-item:last-child:after {
  display: none;
}
.template-tags-item a {
  color: #303030;
  font-size: 16px;
  text-decoration: none;
}
.template-tags-item a:hover {
  color: #155289;
}
.template-bio {
  line-height: 1.5;
}
.template-bio:after {
  content: "";
  clear: both;
  display: table;
}
.template-bio > *:last-child {
  margin-bottom: 0;
}
.template-bio-image {
  float: left;
  max-width: 251px;
  width: 100%;
  margin: 5px 70px 40px 0;
}
.template-bio-image .image {
  margin-bottom: 25px;
  overflow: hidden;
}
.template-bio-image .image:last-child {
  margin-bottom: 0;
}
.template-bio-name {
  color: #51534a;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin-bottom: 5px;
}
.template-bio-title {
  color: #155289;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 0 0 40px;
}
.template-bio .social-share {
  margin: 0;
}
.template-bio .social-share .icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  column-gap: 21px;
  row-gap: 21px;
}
.template-bio .social-share .icons a {
  margin: 0;
}
.template-bio h2 {
  margin-bottom: 30px;
  line-height: 1.5;
}
.template-authors-post {
  margin-top: 70px;
  margin-bottom: 50px;
}
.template-authors-post .author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 2px #f3f3f3;
  padding: 40px 0;
  gap: 40px;
  line-height: 1.5;
}
.template-authors-post .author-bio:after {
  content: "";
  clear: both;
  display: table;
}
.template-authors-post .author-bio > *:last-child {
  margin-bottom: 0;
}
.template-authors-post .author-bio .image {
  position: relative;
  width: 180px;
  height: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #898989;
}
.template-authors-post .author-bio .h2 {
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.5;
  font-size: 24px;
}
.template-authors-post .author-bio .button {
  font-weight: 800;
}
.template-authors-post .author-bio:last-child {
  border-bottom: solid 2px #f3f3f3;
}
@media (max-width: 575px) {
  .template-authors-post .author-bio {
    display: block;
  }
  .template-authors-post .author-bio .image {
    margin-bottom: 20px;
  }
  .template-authors-post .author-bio .h2 {
    margin-bottom: 15px;
  }
}
.template-gallery {
  margin: 80px 0 105px;
  position: relative;
  text-align: center;
}
.template-gallery .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.template-gallery .slick-slide {
  height: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.template-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 200;
  cursor: pointer;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: solid 1px #fff;
  border-radius: 44px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.template-gallery .slick-arrow.icon-arrow-left {
  left: 30px;
}
.template-gallery .slick-arrow.icon-arrow-right {
  right: 30px;
}
.template-gallery .slick-dots {
  position: absolute;
  top: calc(100% + 15px);
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
}
.template-gallery .slick-dots li {
  margin: 0 15px 0 0;
  padding: 0;
}
.template-gallery .slick-dots li:before {
  display: none;
}
.template-gallery .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  background-color: #e3e3e3;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 10px;
  height: 10px;
  display: block;
  margin: 15px 0 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.template-gallery .slick-dots li.slick-active button {
  background-color: #155289;
}
.template-gallery figure {
  position: relative;
  display: inline-block;
}
.template-gallery figure img {
  width: auto;
  height: auto;
  max-height: 626px;
  margin: auto;
}
.template-gallery .image .display {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.template-gallery .image .placeholder {
  padding-bottom: 0;
  height: 626px;
}
.template-gallery .image img {
  display: none;
}
.template-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.template-project-meta {
  width: 260px;
  min-width: 260px;
  margin-left: 60px;
  padding: 35px;
  background-color: #155289;
  color: #fff;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.template-project-meta > *:last-child {
  margin-bottom: 0;
}
.template-project-meta h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}
.template-project-meta .section-title {
  margin: 0 0 0.1em;
}
.template-project-meta-group {
  margin: 0 0 30px;
}
.template-project-meta-group span:after {
  content: ", ";
}
.template-project-meta-group span:last-child:after {
  display: none;
}
.template-project-meta-group a {
  color: #fff;
  text-decoration: none;
}
.template-project-meta-group a:hover {
  color: #99b951;
}
.template-project-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 130px;
}
.template-project-bottom-content {
  max-width: 765px;
  margin: 80px auto 0 auto;
}
.template-project-gallery {
  margin-top: 60px;
}
.template-project-gallery .gallery-grid img {
  width: 100%;
}
.template-project-gallery .gallery-grid .grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.template-project-gallery .gallery-grid .grid .grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
  max-height: 880px;
  min-height: 585px;
  overflow: hidden;
}
.template-project-gallery .gallery-grid .grid .grid-row > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.template-project-gallery .gallery-grid .grid .grid-row:nth-child(3n-1) .left {
  width: 70%;
}
.template-project-gallery .gallery-grid .grid .grid-row:nth-child(3n-1) .right {
  width: 30%;
}
.template-project-gallery .gallery-grid .grid .grid-row:nth-child(3n) .left {
  width: 30%;
}
.template-project-gallery .gallery-grid .grid .grid-row:nth-child(3n) .right {
  width: 70%;
}
.template-project-gallery .gallery-grid .grid .grid-row:nth-child(3n+1) .left {
  width: 50%;
}
.template-project-gallery .gallery-grid .grid .grid-row:nth-child(3n+1) .right {
  width: 50%;
}
@media (max-width: 767px) {
  .template-project-gallery {
    margin-top: 40px;
  }
  .template-project-gallery .gallery-grid .grid {
    display: block;
    margin-bottom: 20px;
  }
  .template-project-gallery .gallery-grid .grid .grid-row {
    display: block;
    margin-bottom: 20px;
    min-height: auto;
  }
  .template-project-gallery .gallery-grid .grid .grid-row .left {
    width: 100% !important;
    height: 350px;
    margin-bottom: 20px;
  }
  .template-project-gallery .gallery-grid .grid .grid-row .right {
    width: 100% !important;
    height: 350px;
  }
}
.template-side {
  width: 340px;
  min-width: 340px;
  margin-left: 60px;
  background-color: #f1f1f1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 30px;
  margin-right: -118px;
}
.template-side > * {
  max-width: 270px;
}
.template-side a {
  text-decoration: none;
  font-weight: 500;
}
.template-side .section-title {
  margin-bottom: 15px;
}
.template-side .gform_wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
.template-side .gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}
.template-side .gform_wrapper .gform_validation_errors {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0 0 20px;
  background: transparent;
  width: 100%;
}
.template-side .gform_wrapper .gform_validation_errors > h2 {
  font-weight: 700;
  color: #be0000;
}
.template-side .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  display: none;
}
.template-side .gform_wrapper .description,
.template-side .gform_wrapper .gfield_description,
.template-side .gform_wrapper .gsection_description,
.template-side .gform_wrapper .instruction {
  display: none;
}
.template-side .gform_wrapper form .gform_body input[type=color],
.template-side .gform_wrapper form .gform_body input[type=date],
.template-side .gform_wrapper form .gform_body input[type=datetime-local],
.template-side .gform_wrapper form .gform_body input[type=datetime],
.template-side .gform_wrapper form .gform_body input[type=email],
.template-side .gform_wrapper form .gform_body input[type=month],
.template-side .gform_wrapper form .gform_body input[type=number],
.template-side .gform_wrapper form .gform_body input[type=password],
.template-side .gform_wrapper form .gform_body input[type=search],
.template-side .gform_wrapper form .gform_body input[type=tel],
.template-side .gform_wrapper form .gform_body input[type=text],
.template-side .gform_wrapper form .gform_body input[type=time],
.template-side .gform_wrapper form .gform_body input[type=url],
.template-side .gform_wrapper form .gform_body input[type=week],
.template-side .gform_wrapper form .gform_body select,
.template-side .gform_wrapper form .gform_body textarea {
  border-color: transparent;
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  padding: 12px 20px;
  outline: none;
}
.template-side .gform_wrapper form .gform_body input[type=color]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=date]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=datetime-local]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=datetime]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=email]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=month]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=number]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=password]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=search]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=tel]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=text]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=time]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=url]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=week]::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body select::-webkit-input-placeholder,
.template-side .gform_wrapper form .gform_body textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
}
.template-side .gform_wrapper form .gform_body input[type=color]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body input[type=date]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body input[type=datetime-local]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body input[type=datetime]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body input[type=email]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body input[type=month]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body input[type=number]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body input[type=password]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body input[type=search]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body input[type=tel]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body input[type=text]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body input[type=time]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body input[type=url]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body input[type=week]::-moz-placeholder,
.template-side .gform_wrapper form .gform_body select::-moz-placeholder,
.template-side .gform_wrapper form .gform_body textarea::-moz-placeholder {
  color: #000;
  font-size: 16px;
}
.template-side .gform_wrapper form .gform_body input[type=color]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=date]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=datetime-local]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=datetime]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=email]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=month]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=number]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=password]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=search]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=tel]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=text]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=time]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=url]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body input[type=week]::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body select::-ms-input-placeholder,
.template-side .gform_wrapper form .gform_body textarea::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
}
.template-side .gform_wrapper form .gform_body input[type=color]::placeholder,
.template-side .gform_wrapper form .gform_body input[type=date]::placeholder,
.template-side .gform_wrapper form .gform_body input[type=datetime-local]::placeholder,
.template-side .gform_wrapper form .gform_body input[type=datetime]::placeholder,
.template-side .gform_wrapper form .gform_body input[type=email]::placeholder,
.template-side .gform_wrapper form .gform_body input[type=month]::placeholder,
.template-side .gform_wrapper form .gform_body input[type=number]::placeholder,
.template-side .gform_wrapper form .gform_body input[type=password]::placeholder,
.template-side .gform_wrapper form .gform_body input[type=search]::placeholder,
.template-side .gform_wrapper form .gform_body input[type=tel]::placeholder,
.template-side .gform_wrapper form .gform_body input[type=text]::placeholder,
.template-side .gform_wrapper form .gform_body input[type=time]::placeholder,
.template-side .gform_wrapper form .gform_body input[type=url]::placeholder,
.template-side .gform_wrapper form .gform_body input[type=week]::placeholder,
.template-side .gform_wrapper form .gform_body select::placeholder,
.template-side .gform_wrapper form .gform_body textarea::placeholder {
  color: #000;
  font-size: 16px;
}
.template-side .gform_wrapper form .gform_body .gfield_error [aria-invalid=true] {
  border-color: #be0000;
  background-color: rgba(190, 0, 0, 0.05);
}
.template-side .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 20px 0 0;
}
.template-side .gform_wrapper form .gform_footer .button {
  margin: 0;
}
.template-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0 0;
}
.template-flex .template-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.template-flex .template-content .alignnone {
  margin-top: 0;
}
@media screen and (max-width: 1439px) {
  .template-side {
    margin-right: calc((100vw - 1204px) / 2 * -1);
  }
}
@media (max-width: 1263px) {
  .template-side {
    margin-right: -30px;
  }
}
@media (max-width: 1079px) {
  .template-bio-image {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .template-gallery {
    margin: 50px 0 70px;
  }
  .template-gallery .slick-dots {
    top: calc(100% + 10px);
  }
  .template-project-meta {
    margin-left: 40px;
  }
  .template-project-content {
    padding-left: 0;
  }
  .template-project-bottom-content {
    margin-top: 50px;
  }
  .template-side {
    margin: 50px 0 0;
    width: 100%;
  }
  .template-side .gform_wrapper {
    max-width: 100%;
  }
  .template-flex {
    display: block;
  }
}
@media (max-width: 767px) {
  .template-bio-image {
    float: none;
    margin: 0 0 35px;
  }
  .template-bio-name {
    font-size: 36px;
  }
  .template-gallery .slick-arrow {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .template-gallery .slick-arrow.icon-arrow-left {
    left: 20px;
  }
  .template-gallery .slick-arrow.icon-arrow-right {
    right: 20px;
  }
  .template-project {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-project-meta {
    width: 100%;
    margin-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .template-project-meta > h4 {
    grid-column: 1/span 2;
  }
}
@media (max-width: 767px) {
  .template-project-meta {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
  .template-project-meta > h4 {
    grid-column: 1;
  }
}
@media (max-width: 575px) {
  .template-gallery figure img {
    max-height: 580px;
  }
  .template-gallery .image .placeholder {
    height: 580px;
  }
}

.guide-template-default .template .indent > h1 {
  max-width: 832px;
}

.team-credentials {
  font-size: 12px;
  font-weight: 600;
  padding-left: 5px;
}

.single-team-credential {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .single-team-credential {
    display: block;
  }
}
.template-bio-content {
  overflow: hidden;
}

.item-member .title {
  line-height: 1.3 !important;
}

.meta-tags .h6 {
  text-transform: uppercase;
}
.meta-tags a {
  font-family: "Noto Sans", sans-serif;
}

.template-bio img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: top !important;
  object-position: top !important;
}

/*!
 * 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
 */
.wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

@-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, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation: fadeInUp 0.9s 0s both;
  animation: fadeInUp 0.9s 0s both;
}

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

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

@-webkit-keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent;
  }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff;
  }
}

@keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent;
  }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff;
  }
}
.scaleRight {
  -webkit-animation-name: scaleRight;
  animation-name: scaleRight;
}

@-webkit-keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
.scaleLeft {
  -webkit-animation-name: scaleLeft;
  animation-name: scaleLeft;
}

@-webkit-keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
/*# sourceMappingURL=style.css.map */
