/* ==========================================================================

   1. Reset
   2. Base styles: opinionated defaults
   3. Variables
   4. Mixins
   5. Fonts
   6. Custom styles
   7. Blocks
   8. Browser Fixes
   9. Plugins

   */
/* ==========================================================================
   1. Reset
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  /*border-collapse: collapse;
  border-spacing: 0;*/
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   2. Base Styles
   ========================================================================== */
/* base styles: opinionated defaults */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

button {
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: inherit;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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

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

input {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   3. Variables
   ========================================================================== */
/* colours */
/* ==========================================================================
   4. Mixins
   ========================================================================== */
/* TEXT */
/* ==========================================================================
   5. Fonts
   ========================================================================== */
/* ==========================================================================
   6. Custom Styles
   ========================================================================== */
.masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background-color: #f5f5f5;
}

.navbar {
  padding: 15px 0;
}
.navbar > .container-fluid {
  margin: 0 2.5%;
}
.navbar .navbar-brand {
  padding: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.navbar .navbar-brand img {
  width: 60px;
  height: 60px;
  display: block;
}
@media (min-width: 992px) {
  .navbar .mobile-menu-wrap {
    margin-left: auto;
  }
}
.navbar .navbar-nav {
  margin-left: auto;
  margin-bottom: 0;
}
.navbar .navbar-nav .current-menu-item .active,
.navbar .navbar-nav .current-menu-ancestor .active {
  font-weight: 700 !important;
}
.navbar .navbar-nav .nav-item {
  margin-right: 40px;
}
.navbar .navbar-nav .nav-item .nav-link {
  /*font-family:'Raleway',sans-serif;*/
  font-size: 1.0625rem;
  font-weight: 500;
  color: #191919;
  padding: 3px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  cursor: pointer;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  /*text-decoration: underline;*/
  color: #888;
}
.navbar .navbar-nav .nav-item .nav-item {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item-search .dropdown-menu {
  width: 398px;
  padding: 15px 0 15px 15px;
  left: auto;
  right: -100px;
}
.navbar .navbar-nav .nav-item-search .dropdown-toggle::after,
.navbar .navbar-nav .nav-item-country .dropdown-toggle::after {
  display: none;
}
.navbar .navbar-nav .dropdown-menu {
  padding-top: 0;
  padding-bottom: 16px;
  border: none;
  border-radius: 10px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown-menu {
    left: -65px;
    margin-top: 28px;
    margin-bottom: 0px;
  }
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #191919;
  padding-top: 16px;
  padding-bottom: 0;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #888;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  font-weight: 700;
}
.navbar .icon-globe {
  width: 20px;
  height: auto;
}
.navbar .icon-search {
  width: 21px;
  height: auto;
}
.navbar #search-mobile-menu {
  padding: 7px 0;
  display: none;
}
@media (max-width: 576px) {
  .navbar #search-mobile-menu .searchandfilter .sf-field-search {
    width: calc(100% - 45px);
    margin-right: 6px;
  }
  .navbar #search-mobile-menu .searchandfilter .sf-field-search label,
  .navbar #search-mobile-menu .searchandfilter .sf-field-search .sf-input-text {
    width: 100%;
  }
}
.navbar .search-wrap .searchandfilter li {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
.navbar .search-wrap .searchandfilter li.sf-field-search input {
  color: #191919;
  /* font-weight: 400; */
  font-weight: 500;
  padding: 8px 20px;
  width: 320px;
  font-size: 17px;
  border: 1px solid #999;
  border-radius: 8px;
  margin-right: 6px;
}
.navbar .search-wrap .searchandfilter li.sf-field-submit input {
  width: 38px;
  height: 38px;
  font-size: 0;
  background-image: url(../../images/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.navbar .search-wrap .searchandfilter li.sf-field-submit input:hover {
  opacity: 0.75;
}

.navbar #country-mobile-toggler {
  margin-left: auto;
  margin-right: 35px;
  display: none;
}
@media (max-width: 991px) {
  .navbar #country-mobile-toggler {
    display: block;
  }
}
.navbar #country-mobile-menu {
  display: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .navbar #country-mobile-menu {
    display: none !important;
  }
}
.navbar .navbar-toggler {
  width: 21px;
  height: 18px;
  padding: 0;
  border: none;
  border-radius: 0;
}
.navbar .navbar-toggler:focus {
  /* text-decoration: none; */
  /* outline: 0; */
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar .hamburger-icon {
  width: 21px;
  height: 18px;
  position: relative;
}
.navbar .hamburger-icon .hamburger-line {
  display: block;
  width: 21px;
  height: 2px;
  position: absolute;
  background-color: #191919;
}
.navbar .hamburger-icon.collapsed #line-top {
  top: 0;
  -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
  transition: top 0.25s 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}
.navbar .hamburger-icon.collapsed #line-middle {
  top: 8px;
  -webkit-transition: opacity 0.25s 0.25s;
  transition: opacity 0.25s 0.25s;
}
.navbar .hamburger-icon.collapsed #line-bottom {
  top: 16px;
  -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
  transition: top 0.25s 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}
.navbar .hamburger-icon:not(.collapsed) #line-top {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.25s, -webkit-transform 0.25s 0.25s;
  transition: top 0.25s, -webkit-transform 0.25s 0.25s;
  transition: top 0.25s, transform 0.25s 0.25s;
  transition: top 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
}
.navbar .hamburger-icon:not(.collapsed) #line-middle {
  opacity: 0;
  -webkit-transition: opacity 0.25s 0.25s;
  transition: opacity 0.25s 0.25s;
}
.navbar .hamburger-icon:not(.collapsed) #line-bottom {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.25s, -webkit-transform 0.25s 0.25s;
  transition: top 0.25s, -webkit-transform 0.25s 0.25s;
  transition: top 0.25s, transform 0.25s 0.25s;
  transition: top 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    margin-top: 40px;
  }
  .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
  .navbar .nav-item.dropdown.nav-item-search,
  .navbar .nav-item.dropdown.nav-item-country {
    display: none;
  }
  .navbar #search-mobile-menu {
    display: block;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.5rem;
    padding: 7px 0;
  }
  .navbar .navbar-brand img {
    width: 30px;
    height: 30px;
  }
  .navbar .navbar-nav {
    margin-bottom: 16px;
  }
  .navbar .mobile-menu-wrap {
    padding: 7px 30px;
    height: calc(100vh - 100px);
    overflow-y: auto;
  }
}

/* -------------------------------------------------- */
/* SKIP LINK */
/* -------------------------------------------------- */
#skip-link {
  font-size: 0.8rem;
}

.menu-block {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5000;
  color: white;
  background: rgb(191, 84, 112);
  /*background: linear-gradient(117deg, rgba(191,84,112,1) 0%, rgba(23,59,113,1) 100%);*/
  background: linear-gradient(117deg, rgb(23, 59, 113) 0%, rgb(191, 84, 112) 100%);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*&.active + .main,
  &.active + .main + footer.footer {
      display:none;
  }*/
}
.menu-block a:hover {
  color: white;
}
.menu-block.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.menu-block:after {
  /*content: '';
  position: absolute;
  pointer-events: none;
  z-index: -10;
  height: 883px;
  width: 660px;*/
  /*background-image: url('../images/menu-bg.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;*/
  /*bottom: 0;
  left: 0;
  opacity: .5;
  height: 700px;
  width: 520px;
  @media(max-width:1650px) {
      height: 700px;
      width: 520px;
  }*/
}
.menu-block .inner-wrap {
  /*overflow: auto;
  height: 100%;*/
  padding-top: 150px;
  padding-top: 140px;
}
@media (max-width: 1650px) {
  .menu-block .inner-wrap {
    padding-top: 140px;
  }
}
.menu-block .inner-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
}
@media (max-width: 1200px) {
  .menu-block .inner-wrap .container {
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .menu-block .inner-wrap {
    overflow-y: scroll;
    height: 100vh;
  }
}
.menu-block__heading {
  position: relative;
  margin-bottom: 80px;
  margin-bottom: 60px;
  padding-top: 10%;
}
@media (max-width: 1650px) {
  .menu-block__heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .menu-block__heading {
    margin-bottom: 40px;
    padding-top: 0%;
  }
}
@media (max-width: 767px) {
  .menu-block__heading.no-search {
    margin-bottom: 0;
  }
}
.menu-block__heading h3, .menu-block__heading a {
  display: block;
  max-width: 48%;
}
@media (max-width: 767px) {
  .menu-block__heading h3, .menu-block__heading a {
    max-width: 100%;
  }
}
.menu-block__heading h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 27px;
}
@media (max-width: 1650px) {
  .menu-block__heading h3 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .menu-block__heading h3 {
    font-size: 16px;
  }
}
.menu-block__heading a {
  font-size: 34px;
  text-decoration: underline;
  font-weight: 400;
  font-size: 27px;
}
@media (max-width: 1650px) {
  .menu-block__heading a {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .menu-block__heading a {
    font-size: 16px;
    /*display: none;*/
  }
}
@media (max-width: 576px) {
  .menu-block__heading a.email, .menu-block__heading .title {
    display: none;
  }
}
.menu-block__heading .menu-search {
  display: block;
  max-width: 48%;
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 422px;
}
@media (max-width: 767px) {
  .menu-block__heading .menu-search {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .menu-block__heading .menu-search {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
    margin-top: 30px;
  }
}
.menu-block__heading .menu-search #input-text {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  color: black;
  padding: 0 25px;
  padding-right: 85px;
  border: none;
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */
}
.menu-block__heading .menu-search #input-text::-webkit-input-placeholder {
  color: black;
}
.menu-block__heading .menu-search #input-text:-moz-placeholder {
  opacity: 1;
  color: black;
}
.menu-block__heading .menu-search #input-text::-moz-placeholder {
  opacity: 1;
  color: black;
}
.menu-block__heading .menu-search #input-text:-ms-input-placeholder {
  color: black;
}
@media (max-width: 767px) {
  .menu-block__heading .menu-search #input-text {
    font-size: 16px;
  }
}
.menu-block__heading .menu-search .input-submit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  width: 55px;
  height: 100%;
  background-color: #003B75;
  border: none;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.menu-block__heading .search-wrap {
  position: relative;
  display: block;
  max-width: 48%;
  position: absolute;
  top: 0;
  right: 0;
  width: 422px;
}
@media (max-width: 767px) {
  .menu-block__heading .search-wrap {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
    margin-top: 30px;
  }
}
.menu-block__heading .search-wrap form {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.menu-block__heading .search-wrap form ul li {
  padding: 0;
  margin: 0;
}
.menu-block__heading .search-wrap form ul li label {
  display: block;
  width: 100%;
}
.menu-block__heading .search-wrap form .sf-field-search input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  color: black;
  padding: 0 25px;
  padding-right: 85px;
  border: none;
  height: 55px;
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */
}
.menu-block__heading .search-wrap form .sf-field-search input::-webkit-input-placeholder {
  color: black;
}
.menu-block__heading .search-wrap form .sf-field-search input:-moz-placeholder {
  opacity: 1;
  color: black;
}
.menu-block__heading .search-wrap form .sf-field-search input::-moz-placeholder {
  opacity: 1;
  color: black;
}
.menu-block__heading .search-wrap form .sf-field-search input:-ms-input-placeholder {
  color: black;
}
@media (max-width: 767px) {
  .menu-block__heading .search-wrap form .sf-field-search input {
    font-size: 16px;
    height: 50px;
  }
}
.menu-block__heading .search-wrap form .sf-field-submit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  width: 55px;
  height: 100%;
}
.menu-block__heading .search-wrap form .sf-field-submit input {
  height: 55px;
  width: 55px;
  width: 100%;
  background-color: #003B75;
  border: none;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .menu-block__heading .search-wrap form .sf-field-submit input {
    font-size: 16px;
    height: 50px;
    color: transparent;
  }
}
.menu-block__main .flex-wrap {
  margin: 0 -30px;
}
@media (max-width: 767px) {
  .menu-block__main .flex-wrap {
    margin: 0;
  }
}
.menu-block__main .flex-wrap .col-2 {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .menu-block__main .flex-wrap .col-2 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
  .menu-block__main .flex-wrap .col-2:first-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 600px) {
  .menu-block__main .flex-wrap .col-2 .menu-articles {
    display: none;
  }
}
.menu-block__main .menu-article {
  display: block;
  max-width: 285px;
  margin-bottom: 60px;
  margin-bottom: 40px;
}
.menu-block__main .menu-article:last-child {
  margin-bottom: 10px;
}
@media (max-width: 1650px) {
  .menu-block__main .menu-article {
    margin-bottom: 40px;
  }
}
.menu-block__main .menu-article .cat {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  font-size: 16px;
}
@media (max-width: 1650px) {
  .menu-block__main .menu-article .cat {
    font-size: 16px;
  }
}
.menu-block__main .menu-article .title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1.5;
  font-size: 20px;
}
@media (max-width: 1650px) {
  .menu-block__main .menu-article .title {
    font-size: 20px;
  }
}
.menu-block__main .menu__nav {
  text-align: right;
  /*position: relative;
  top: -30%;*/
}
@media (max-width: 767px) {
  .menu-block__main .menu__nav {
    text-align: left;
    margin-bottom: 30px;
    left: 0px;
    /*margin-top: 20%;*/
  }
}
.menu-block__main .menu__nav .menu li {
  margin-bottom: 35px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1650px) {
  .menu-block__main .menu__nav .menu li {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .menu-block__main .menu__nav .menu li {
    margin-bottom: 16px;
  }
}
.menu-block__main .menu__nav .menu li a {
  font-size: 38px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 34px;
}
.menu-block__main .menu__nav .menu li a:hover {
  opacity: 0.5;
}
@media (max-width: 1650px) {
  .menu-block__main .menu__nav .menu li a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .menu-block__main .menu__nav .menu li a {
    font-size: 22px;
  }
}
.menu-block__main .subtitle {
  margin-bottom: 35px;
  font-size: 22px;
  margin-top: 35px;
}
.menu-block__main .email {
  font-size: 25px;
}
.menu-block__footer {
  margin-top: auto;
  padding-top: 50px;
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
@media (max-width: 1650px) {
  .menu-block__footer {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .menu-block__footer {
    display: block;
  }
}
@media (max-width: 767px) {
  .menu-block__footer .socials-list {
    margin-bottom: 20px;
  }
}
.menu-block__footer .socials-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.menu-block__footer .socials-list li a {
  display: block;
}
.menu-block__footer .socials-list li a i {
  font-size: 30px;
  font-size: 24px;
}
@media (max-width: 1650px) {
  .menu-block__footer .socials-list li a i {
    font-size: 24px;
  }
}
.menu-block__footer img {
  display: block;
  width: 67%;
}
@media (max-width: 1650px) {
  .menu-block__footer img {
    max-width: 120px;
    max-height: 200px;
  }
}

#menu-footer-menu {
  margin-bottom: 30px;
}
#menu-footer-menu li.menu-item {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}

@media (max-width: 576px) {
  body:has(> header.masthead.menu-open) {
    overflow: hidden;
  }
  .menu-block .menu-block__heading .search-wrap {
    margin-top: 0;
  }
  .menu-block .menu-block__main {
    padding-bottom: 75px;
  }
  .masthead.scrolled:not(.menu-open) .masthead__logo a img,
  .masthead.menu-open .masthead__logo a img {
    width: 45px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  /*.title, .email {display: none;}*/
}
.footer {
  color: white;
  overflow: hidden;
  position: relative;
  border-top-right-radius: 70px 70px;
  padding: 5%;
  margin-top: 5%;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .footer {
    padding-bottom: 20px;
  }
}
.footer a:hover {
  color: white;
}
.footer.gradient-bg {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 59, 117)), to(rgb(206, 64, 105)));
  background: linear-gradient(90deg, rgb(0, 59, 117) 0%, rgb(206, 64, 105) 100%);
}
.footer .col-first {
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .footer .col-first {
    margin-bottom: 0;
  }
}
.footer .col-first .footer-strapline {
  font-weight: 700;
  font-size: 2.5rem;
  margin-right: 30px;
}
@media (min-width: 576px) {
  .footer .col-first .footer-strapline {
    font-size: 3.125rem;
  }
}
.footer .col-first .footer-logo {
  display: block;
  width: 50px;
  margin-top: 30px;
}
.footer .col-second {
  line-height: 33px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer .col-second {
    margin-bottom: 0;
  }
}
.footer .col-second a.email {
  text-decoration: underline;
  font-weight: bold;
}
.footer .col-second a.email:hover {
  text-decoration: none;
  font-weight: bold;
}
.footer .col-second a.tel {
  text-decoration: none;
  font-weight: normal;
}
.footer .col-second a.tel:hover {
  text-decoration: underline;
}
.footer .col-second .socials-list {
  margin-top: 10px;
}
.footer .col-second .socials-list li {
  display: inline;
  padding: 8px 5px 5px 0px;
  font-size: 1.6875rem;
}
.footer .col-second .copyright {
  font-size: 0.75rem;
  padding-top: 10px;
}
.footer .col-third .footer__nav {
  margin-top: 20px;
  /* #menu-footer-menu-1 {

      @media(min-width:576px) {
          column-count:2;
      }

      @media(min-width:768px) {
          column-count:1;
      }

      @media(min-width:992px) {
          column-count:2;
      }


      li {
          font-size:0.875rem;
          line-height:1.3;
          margin-bottom: 1.3em;


          a:hover {
              text-decoration: underline;
          }

      }

  } */
}
@media (min-width: 576px) {
  .footer .col-third .footer__nav {
    margin-top: 5px;
  }
  .footer .col-third .footer__nav #menu-footer-menu {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (max-width: 575px) {
  .footer .col-first,
  .footer .col-second,
  .footer .col-third {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.footer .accreditations {
  margin-top: 50px;
}
.footer .accreditations .accreditation-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 16px auto 16px auto;
  grid-template-columns: auto auto auto;
  grid-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .footer .accreditations .accreditation-logos {
    -ms-grid-columns: auto 16px auto 16px auto 16px auto 16px auto 16px auto;
    grid-template-columns: auto auto auto auto auto auto;
  }
}
.footer .accreditations .accreditation-logos li {
  text-align: center;
}
.footer .accreditations .accreditation-logos li img {
  max-height: 40px;
  width: auto;
}
@media (min-width: 992px) {
  .footer .accreditations .accreditation-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .accreditations .accreditation-logos li img {
    width: auto;
    height: 50px;
    max-height: none;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .footer .accreditations .accreditation-logos li img {
    height: 60px;
  }
}

body {
  background-color: #f5f5f5;
  padding-top: 60px;
  /*&.white {
      background-color: #fff;
      color: black;
  }

  &.r-b-bg {
      background: rgb(191,84,112);
      background: linear-gradient(25deg, rgba(8,69,122,1) 0%, rgba(191,84,112,1) 20%, rgba(8,69,122,1) 40%, rgba(191,84,112,1) 60%, rgba(8,69,122,1) 80%, rgba(191,84,112,1) 100%);
  }
  &.g-b-bg {
      background: rgb(23,59,113);
      background: linear-gradient(25deg, rgba(23,59,113,1) 0%, rgba(114,170,169,1) 20%, rgba(23,59,113,1) 40%, rgba(114,170,169,1) 60%, rgba(23,59,113,1) 80%, rgba(114,170,169,1) 100%);
  }
  &.p-b-bg {
      background: rgb(23,59,113);
      background: linear-gradient(25deg, rgba(23,59,113,1) 0%, rgba(148,132,185,1) 20%, rgba(23,59,113,1) 40%, rgba(148,132,185,1) 60%, rgba(23,59,113,1) 80%, rgba(148,132,185,1) 100%);
  }
  &.b-b-bg {
      background: rgb(23,59,113);
      background: linear-gradient(25deg, rgba(23,59,113,1) 0%, rgba(68,122,221,1) 20%, rgba(23,59,113,1) 40%, rgba(68,122,221,1) 60%, rgba(23,59,113,1) 80%, rgba(68,122,221,1) 100%);
  }

  &.r-b-bg, &.g-b-bg, &.p-b-bg, &.b-b-bg {
      .footer {
          margin-top: 60px;
          @media(max-width:767px) {
              margin-top: 30px;
          }
      }
      section {
          * {
              color: white !important;
          }

          &.work-feature {
              .work-feature-item-content {
                  background: rgba(255, 255, 255, 0.15) !important;
              }
          }

          &.related-posts.innovation-hub-block {
              .related-item-content {
                  background: rgba(255, 255, 255, 0.15) !important;
              }
          }
          &.content-form {
              .gform_body {
                  input, textarea {
                      color: black !important;
                  }
              }
          }
      }
  } */
  /*.bg-shapes {
      pointer-events: none;
      position: absolute;
      z-index: -100;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-image: url('../images/page-svg.svg');
      background-size: auto auto;
      background-position: 50% 0;
      background-repeat: no-repeat;
      background-color: transparent;
  }*/
}
@media (min-width: 992px) {
  body {
    padding-top: 90px;
  }
}

/* -------------------------------------------------- */
/* TEXT */
/* -------------------------------------------------- */
body {
  font-size: 20px;
  font-family: raleway, sans-serif;
  color: #191919;
  /*@media(max-width:767px) {
      font-size: 16px;
  }*/
  /*h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  li,
  p {
      line-height: 1.3;
      font-weight: 300;
  }

  h1 {
      font-size: 64px;
      line-height: 1.1;
      font-weight: 300;

      &.lg {
          font-size: 64px;

          @media(max-width:991px) {
              font-size: 50px;
          }
      }

      @media(max-width:767px) {
          font-size: 45px;

          &.lg {
              font-size: 30px;
          }
      }
  }

  h2 {
      font-size: 36px;
      line-height: 1.2;
      font-weight: 300;

      @media(max-width:767px) {
          font-size: 30px;
      }
  }

  h3 {
      font-size: 28px;
      line-height: 1.2;

      @media(max-width:767px) {
          font-size: 24px;
      }
  }

  h4 {
      font-size: 20px;
      line-height: 1.2;

      @media(max-width:1650px) {
          font-size: 25px;
      }

      @media(max-width:767px) {
          font-size: 20px;
      }
  }

  h5 {
      font-size: 18px;

      @media(max-width:1650px) {
          font-size: 18px;
      }

      @media(max-width:767px) {
          font-size: 16px;
      }
  }

  h6 {
      font-size: 16px;

      @media(max-width:1650px) {
          font-size: 16px;
      }

      @media(max-width:767px) {
          font-size: 14px;
      }
  }*/
  /*.intro-text {
      font-size: 17px;
      line-height: 2;
      @media(max-width:767px) {
          font-size: 17px;
      }
  }*/
  /*.small-text {
      font-size: 17px;
      line-height: 1.3;

      @media(max-width:767px) {
          font-size: 17px;
      }
  }*/
  /*.lg-text {
      font-size: 32px;

      @media(max-width:1650px) {
          font-size: 26px;
      }

      @media(max-width:767px) {
          font-size: 18px;
      }
  }*/
}
body h1,
body .style-h1 {
  font-size: 64px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body h1,
  body .style-h1 {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  body h1,
  body .style-h1 {
    font-size: 38px;
  }
}
body h2,
body .style-h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body h2,
  body .style-h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  body h2,
  body .style-h2 {
    font-size: 28px;
  }
}
body h3,
body .style-h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  body h3,
  body .style-h3 {
    font-size: 24px;
  }
}
body h4,
body .style-h4 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  body h4,
  body .style-h4 {
    font-size: 22px;
  }
}
body h5,
body .style-h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  body h5,
  body .style-h5 {
    font-size: 16px;
  }
}
body h6,
body .style-h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  body h6,
  body .style-h6 {
    font-size: 14px;
  }
}
body p,
body li {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 576px) {
  body p,
  body li {
    font-size: 16px;
  }
}
body strong, body em {
  font-weight: 500;
}
body sup,
body sub {
  font-size: small;
}

/*.main {

    > h1,
    > h2,
    > h3,
    > h4,
    > h5,
    > h6,
    > p,
    > ul,
    > ol,
    > img {
        max-width: 1300px;
        padding-left: 50px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;

        @media(max-width:991px) {
            padding-left: 0;
        }

    }

    > h1,
    > h2,
    > h3,
    > h4,
    > h5,
    > h6,
    > p,
    > ul,
    > ol,
    > img {
        &:first-child {
            margin-top: 180px;
        }

        &:last-child {
            margin-bottom: 100px;
        }
    }

}*/
/*.content-wrap h1,
h2,
h3,
h4 {
    font-weight: 300;
}*/
.content-wrap {
  /*h1,
  h2,
  h3,
  h4 {
      // font-weight: 600;
      line-height: 1.3;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul {
      margin-bottom: 20px;

      @media(max-width:767px) {
          margin-bottom: 20px;
      }
  }*/
}
.content-wrap p,
.content-wrap ul {
  margin-bottom: 1em;
}

/* -------------------------------------------------- */
/* LINKS */
/* -------------------------------------------------- */
a {
  color: inherit;
  text-decoration: none;
}

.link {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #191919;
}
@media (max-width: 576px) {
  .link {
    font-size: 0.89rem;
  }
}
.link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 18px;
  background-image: url("/wp-content/uploads/2024/03/bg-arrow-black.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1650px) {
  .link:after {
    height: 14px;
    width: 14px;
    position: relative;
    top: -1px;
  }
}
.link:hover:after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

span.link {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
}

p a {
  font-weight: 600;
  text-decoration: underline;
}

p a:hover {
  font-weight: 600;
  text-decoration: none;
  color: #003B75;
}

p a:focus {
  font-weight: 600;
  text-decoration: none;
  color: #003B75;
}

p a:active {
  font-weight: 600;
  text-decoration: none;
  color: #003B75;
}

/* -------------------------------------------------- */
/* LEGACY LAYOUT FRAMEWORK */
/* -------------------------------------------------- */
.container {
  max-width: 1650px;
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 1650px) {
  .container {
    max-width: 1320px;
  }
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
}

.col-3x2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666%;
          flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

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

.img-wrap-rel {
  position: relative;
  overflow: hidden;
}

.img-wrap-full .img {
  padding-bottom: 56.25% !important;
}

.bg-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.desktop {
  display: block;
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}

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

@media (max-width: 767px) {
  [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
}
/* -------------------------------------------------- */
/* BUTTONS
/* -------------------------------------------------- */
/*.button {
    display: inline-block;
    text-align: center;
    padding: 25px 40px;
    background-color: $white;
    border: $white solid 2px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
    color: $darkblack;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .3s;
    &:hover {
        background-color: transparent;
        color: $dblue;
    }

    @media(max-width:1650px) {
        padding: 25px 40px;
        font-size: 18px;
    }
    @media(max-width:991px) {
        padding: 20px 30px;
    }
    @media(max-width:767px) {
        padding: 20px 30px;
        font-size: 16px;
    }
}*/
/* -------------------------------------------------- */
/* 404 PAGE */
/* -------------------------------------------------- */
#error404page {
  background-color: transparent;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 60vh;
}
#error404page .container {
  margin: auto;
  padding: 200px 0;
  padding-top: 300px;
  padding-bottom: 100px;
}
@media (max-width: 845px) {
  #error404page .container {
    padding: 150px 0;
    padding-bottom: 80px;
  }
}
#error404page h1,
#error404page h2,
#error404page h3,
#error404page h4 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #error404page h1,
  #error404page h2,
  #error404page h3,
  #error404page h4 {
    margin-bottom: 30px;
    text-align: center;
  }
}
#error404page p a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #error404page .btn-wrap {
    text-align: center;
  }
}

.main--post #error404page .container {
  padding-top: 100px;
}
@media (max-width: 845px) {
  .main--post #error404page .container {
    padding: 80px 0;
  }
}

/* -------------------------------------------------- */
/* LISTS */
/* -------------------------------------------------- */
/*.main {



    > ul,
    > ol {
        li {
            padding-left: 20px;
            position: relative;

            &:before {
                content: '';
                height: 1px;
                width: 10px;
                // background-color: $blue_btn;
                background-color: black;
                position: absolute;
                top: 8px;
                left: 0;
            }
        }
    }
}*/
.content-wrap ol {
  list-style: decimal;
}
.content-wrap li {
  margin-bottom: 9px;
}
.content-wrap *:last-child {
  margin-bottom: 0;
}
.content-wrap ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.content-wrap ul li:before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  top: 13px;
  left: 0;
}
.content-wrap ul li > ul {
  margin-top: 20px;
}
.content-wrap ul li > ul li:before {
  background-color: black;
}

.content-wrap.alt-color ul li:before {
  background-color: white !important;
}

.text-block .content-wrap ul,
.post-content .content-wrap ul,
.work-content .work-blocks .col-content ul {
  margin-left: 0.7em;
}
.text-block .content-wrap ul li,
.post-content .content-wrap ul li,
.work-content .work-blocks .col-content ul li {
  padding-left: 0;
  position: static;
}
.text-block .content-wrap ul li:before,
.post-content .content-wrap ul li:before,
.work-content .work-blocks .col-content ul li:before {
  content: none;
}
.text-block .content-wrap ul li::marker,
.post-content .content-wrap ul li::marker,
.work-content .work-blocks .col-content ul li::marker {
  content: "- ";
}

/* -------------------------------------------------- */
/* SEARCH RESULTS */
/* -------------------------------------------------- */
.no-results {
  padding: 100px 0;
}

.search-results-block {
  padding: 80px 0;
  background-color: #fff;
  color: black;
}
.search-results-block h2 {
  margin-bottom: 60px;
  color: black;
}
.search-results-block .results-list h1,
.search-results-block .results-list h2,
.search-results-block .results-list h3,
.search-results-block .results-list h4 {
  color: black;
}
.search-results-block .results-list li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C1C1C1;
}
.search-results-block .results-list li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.search-results-block .results-list li a:hover {
  opacity: 0.6;
}
.search-results-block .results-list li h3 {
  margin-bottom: 10px;
}
@media (min-width: 1366px) {
  .search-results-block .results-list li h3 {
    font-size: 36px;
  }
}

/* -------------------------------------------------- */
/* PAGINATION */
/* -------------------------------------------------- */
.pagination {
  padding-top: 40px;
  text-align: center;
  font-size: 0;
  display: table;
  margin: 0 auto;
}
.pagination ul {
  font-size: 0;
}
.pagination ul li {
  display: inline-block;
  margin-right: -1px;
  margin-bottom: -1px;
  background-color: white;
}
.pagination ul li a,
.pagination ul li span {
  display: block;
  border: none;
  font-size: 16px;
  padding: 14px 20px;
}
@media (max-width: 1650px) {
  .pagination ul li a,
  .pagination ul li span {
    font-size: 16px;
    padding: 14px 20px;
  }
}
@media (max-width: 767px) {
  .pagination ul li a,
  .pagination ul li span {
    font-size: 14px;
    padding: 14px 20px;
  }
}
.pagination ul li a.current, .pagination ul li a.disabled,
.pagination ul li span.current,
.pagination ul li span.disabled {
  pointer-events: none;
  color: #767676;
}
.pagination .page-numbers {
  display: inline-block;
  margin-right: -1px;
  margin-bottom: -1px;
  border: none;
  font-size: 16px;
  padding: 14px 20px;
  background-color: white;
}
@media (max-width: 1650px) {
  .pagination .page-numbers {
    font-size: 16px;
    padding: 14px 20px;
  }
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 14px;
    padding: 14px 20px;
  }
}
.pagination .page-numbers.current, .pagination .page-numbers .disabled {
  pointer-events: none;
  color: #767676;
}
.pagination a.page-numbers:hover {
  color: rgba(0, 0, 0, 0.7);
}

.pagination .next {
  font-weight: 600;
}

/* -------------------------------------------------- */
/* FORMS */
/* -------------------------------------------------- */
.gform_submission_error {
  font-size: 30px;
  margin-bottom: 30px;
  color: rgb(255, 49, 49);
}
@media (max-width: 767px) {
  .gform_submission_error {
    font-size: 22px;
  }
}

.gform_confirmation_message {
  font-size: 35px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gform_confirmation_message {
    font-size: 22px;
  }
}

form .gfield.gform_hidden {
  display: none !important;
}
form .validation_message {
  display: none;
}
form .validation_error {
  display: none;
}
form .gfield_error .gfield_consent_label {
  color: rgb(255, 49, 49) !important;
}
form .gfield.hidden_label .gfield_label {
  display: none;
}
form input[aria-invalid=true],
form textarea[aria-invalid=true] {
  border: rgb(255, 49, 49) solid 1px !important;
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */
}
form input[aria-invalid=true]::-webkit-input-placeholder,
form textarea[aria-invalid=true]::-webkit-input-placeholder {
  color: rgb(255, 49, 49) !important;
}
form input[aria-invalid=true]:-moz-placeholder,
form textarea[aria-invalid=true]:-moz-placeholder {
  opacity: 1;
  color: rgb(255, 49, 49) !important;
}
form input[aria-invalid=true]::-moz-placeholder,
form textarea[aria-invalid=true]::-moz-placeholder {
  opacity: 1;
  color: rgb(255, 49, 49) !important;
}
form input[aria-invalid=true]:-ms-input-placeholder,
form textarea[aria-invalid=true]:-ms-input-placeholder {
  color: rgb(255, 49, 49) !important;
}

.form-wrapper form .gform_body .gfield {
  margin-bottom: 28px;
  font-size: 0;
}
.form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent) {
  position: relative;
  background-color: #fff;
  z-index: 10;
}
.form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent):after {
  content: "";
  height: 11px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #EAEAEA;
}
.form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent) input {
  height: 50px;
  border: none;
  border-radius: 0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 300;
  color: black;
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */
  background-color: white;
}
.form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent) input::-webkit-input-placeholder {
  color: black;
}
.form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent) input:-moz-placeholder {
  opacity: 1;
  color: black;
}
.form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent) input::-moz-placeholder {
  opacity: 1;
  color: black;
}
.form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent) input:-ms-input-placeholder {
  color: black;
}
@media (max-width: 767px) {
  .form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent) input {
    font-size: 16px;
  }
}
.form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent) textarea {
  font-size: 16px;
  font-weight: 300;
  color: black;
  line-height: 1.4 !important;
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */
  border: 1px solid #707070;
  border-radius: 0;
  padding: 20px;
  width: 100%;
  height: 240px;
  background-color: transparent;
}
.form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent) textarea::-webkit-input-placeholder {
  color: black;
}
.form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent) textarea:-moz-placeholder {
  opacity: 1;
  color: black;
}
.form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent) textarea::-moz-placeholder {
  opacity: 1;
  color: black;
}
.form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent) textarea:-ms-input-placeholder {
  color: black;
}
@media (max-width: 767px) {
  .form-wrapper form .gform_body .gfield .ginput_container:not(.ginput_container_consent) textarea {
    font-size: 16px;
  }
}
.form-wrapper form .gform_body .gfield .ginput_container_consent input {
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
.form-wrapper form .gform_body .gfield .ginput_container_consent input:checked + .gfield_consent_label:after {
  background-color: #003B75;
}
.form-wrapper form .gform_body .gfield .ginput_container_consent .gfield_consent_label {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .form-wrapper form .gform_body .gfield .ginput_container_consent .gfield_consent_label {
    font-size: 12px;
  }
}
.form-wrapper form .gform_body .gfield .ginput_container_consent .gfield_consent_label:before {
  content: "";
  background-color: #fff;
  border: 1px solid #707070;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height: 40px;
  width: 40px;
}
.form-wrapper form .gform_body .gfield .ginput_container_consent .gfield_consent_label:after {
  content: "";
  height: 30px;
  width: 30px;
  background-color: transparent;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*@media(max-width:767px) {
      top: -8px;
  }*/
}
.form-wrapper form .gform_footer .button {
  display: inline-block;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: black;
  background-color: white;
  border: none;
  padding: 14px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  width: 150px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  letter-spacing: 5px;
}
.form-wrapper form .gform_footer .button:hover {
  display: inline-block;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: white;
  background-color: #003B75;
  border: none;
  padding: 14px;
  font-weight: 800;
  min-width: 150px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
}

/* -------------------------------------------------- */
/* VIDEO */
/* -------------------------------------------------- */
.img-wrap-full video.bg-vid {
  width: 100%;
}

video.bg-vid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 {
  width: 90%;
  max-width: 1320px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1650px) {
  .wp-block-embed.is-type-video.wp-embed-aspect-16-9 {
    max-width: 1400px;
  }
}
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.wp-block-embed.is-type-video.wp-embed-aspect-16-9 iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* -------------------------------------------------- */
/* BREADCRUMBS */
/* -------------------------------------------------- */
#breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 30px;
}
#breadcrumbs a,
#breadcrumbs .separator {
  line-height: 1.2;
}
#breadcrumbs .separator {
  display: inline-block;
  margin: 0 3px;
}
#breadcrumbs a {
  text-decoration: underline;
  font-weight: 600;
}
#breadcrumbs a:hover {
  color: #003B75;
  text-decoration: none;
}

/* -------------------------------------------------- */
/* RANDOMS */
/* -------------------------------------------------- */
/*#loader {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999999999;
	display: block;
	opacity: 1;
	background-color: white;
	transition: .8s;
	&.hide {
			visibility: hidden;
			pointer-events: none;
			opacity: 0;
    }
    @media(max-width:767px) {
        display: none;
    }
}*/
/* browse happy prompt */
/*.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.browserupgrade {

	background:#FF0000; padding:10px 0; text-align:center; color:#fff; margin:-50px 0 50px;

	a {color:#fff; text-decoration:underline}

}*/
table {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: transparent;
}
table td,
table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
table th {
  font-weight: 500;
  line-height: 1.3;
}
table td,
table td p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 576px) {
  table td,
  table td p {
    font-size: 16px;
  }
}

/* ==========================================================================
   7. Blocks
   ========================================================================== */
.hero-home {
  position: relative;
  z-index: 100;
  overflow: hidden;
  height: 55vw;
}
.hero-home video {
  width: 100%;
}

.hero-post-content {
  margin-top: 50px;
  text-align: center;
}
.hero-post-content h1,
.hero-post-content .heading-text,
.hero-post-content .img-wrap,
.hero-post-content .date {
  margin-top: 50px;
  margin-bottom: 50px;
}
.hero-post-content .heading-text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .hero-post-content .heading-text {
    font-size: 22px;
  }
}
.hero-post-content h1 + .heading-text {
  margin-top: -20px;
}
.hero-post-content .date {
  text-align: right;
  @inclde global-body-text;
}
.hero-post-content .media-wrap.img-wrap-rel {
  padding-bottom: 56.25%;
}
.hero-post-content .media-wrap .img {
  background-size: cover;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
}
.hero-post-content .media-wrap video {
  width: 100%;
  height: auto;
}
.hero-page-content {
  margin-top: 50px;
  text-align: center;
}
.hero-page-content h1,
.hero-page-content .heading-text,
.hero-page-content .img-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}
.hero-page-content .heading-text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .hero-page-content .heading-text {
    font-size: 22px;
  }
}
.hero-page-content h1 + .heading-text {
  margin-top: -20px;
}
.hero-page-content .media-wrap.img-wrap-rel {
  padding-bottom: 56.25%;
}
.hero-page-content .media-wrap .img {
  background-size: cover;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
}
.hero-page-content .media-wrap video {
  width: 100%;
  height: auto;
}

.hero-work {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .hero-work {
    min-height: 450px;
  }
}
.hero-work .img:empty {
  min-height: 350px;
}
@media (min-width: 768px) {
  .hero-work .img {
    width: 50%;
    height: 100%;
    margin-left: 50%;
    position: absolute;
    min-height: auto;
  }
}
.hero-work .img video.bg-vid {
  position: static;
  -webkit-transform: none;
          transform: none;
  min-height: auto;
  min-width: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-work-content {
  max-width: 50%;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .hero-work-content {
    max-width: 100%;
    padding-right: 0;
    padding-top: 40px;
  }
}
.hero-work-content .content-wrap {
  /* max-width: 480px; */
}
@media (min-width: 768px) {
  .hero-work-content .content-wrap {
    margin-top: 10%;
    margin-bottom: 75px;
  }
}
.hero-work-content .content-wrap .heading-text {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 576px) {
  .hero-work-content .content-wrap .heading-text {
    font-size: 20px;
  }
}
.hero-work-content .filter-wrap {
  max-width: 600px;
  margin-top: 60px;
}
@media (min-width: 1260px) {
  .hero-work-content .filter-wrap {
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
}
.hero-work-content .filter-wrap .dropdown-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .hero-work-content .filter-wrap .dropdown-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero-work-content .filter-wrap .dropdown-wrap li {
  /* For IE10 */
}
@media (max-width: 991px) {
  .hero-work-content .filter-wrap .dropdown-wrap li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.hero-work-content .filter-wrap .dropdown-wrap li select {
  height: 50px;
  width: 100%;
  border-radius: 0;
  border: 1px solid white;
  padding: 0 16px;
  background-color: white;
  font-size: 16px;
  padding-right: 70px;
  font-weight: 500;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  background-size: 12px auto;
  cursor: pointer;
}
.hero-work-content .filter-wrap .dropdown-wrap li select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
.hero-work-content .filter-wrap .dropdown-wrap li select::-ms-expand {
  display: none;
}
.hero-work-content .filter-wrap .dropdown-item {
  display: block;
  width: 48%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.hero-work-content .filter-wrap .dropdown-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero-work.hero-services .content-wrap {
    margin-bottom: 0;
  }
  .hero-work.hero-services .content-wrap p {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 576px) {
  .hero-work.hero-services .content-wrap p {
    font-size: 20px;
  }
}

.hero-innovation {
  padding-top: 180px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-innovation {
    padding-top: 140px;
  }
}
.hero-innovation .heading {
  margin-bottom: 80px;
  max-width: 760px;
}
@media (max-width: 767px) {
  .hero-innovation .heading {
    margin-bottom: 50px;
  }
}
.hero-innovation .heading p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .hero-innovation .heading p {
    font-size: 18px;
  }
}
.hero-innovation .filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .hero-innovation .filter-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero-innovation .filter-wrap .col-drop {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  max-width: 64%;
}
.hero-innovation .filter-wrap .col-search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  max-width: 36%;
}
@media (max-width: 992px) {
  .hero-innovation .filter-wrap .col-drop {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .hero-innovation .filter-wrap .col-search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.hero-innovation .filter-wrap .dropdown-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .hero-innovation .filter-wrap .dropdown-wrap {
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero-innovation .filter-wrap .dropdown-wrap li {
  margin-right: 0px;
  /* For IE10 */
}
@media (max-width: 992px) {
  .hero-innovation .filter-wrap .dropdown-wrap li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-right: 0;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .hero-innovation .filter-wrap .dropdown-wrap li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.hero-innovation .filter-wrap .dropdown-wrap li select {
  height: 50px;
  width: 80%;
  border-radius: 0;
  border: 1px solid white;
  padding: 0 16px;
  font-size: 16px;
  padding-right: 60px;
  font-weight: 500;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  background-size: 12px auto;
  cursor: pointer;
  background-color: white;
}
.hero-innovation .filter-wrap .dropdown-wrap li select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
.hero-innovation .filter-wrap .dropdown-wrap li select::-ms-expand {
  display: none;
}
.hero-innovation .filter-wrap .search-wrap {
  position: relative;
  height: 50px;
  width: 100%;
  max-width: 422px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .hero-innovation .filter-wrap .search-wrap {
    max-width: 100%;
  }
}
.hero-innovation .filter-wrap .search-wrap .input-text {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: black;
  padding: 0 25px;
  padding-right: 85px;
  border: 1px solid #fff;
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */
}
.hero-innovation .filter-wrap .search-wrap .input-text::-webkit-input-placeholder {
  color: black;
}
.hero-innovation .filter-wrap .search-wrap .input-text:-moz-placeholder {
  opacity: 1;
  color: black;
}
.hero-innovation .filter-wrap .search-wrap .input-text::-moz-placeholder {
  opacity: 1;
  color: black;
}
.hero-innovation .filter-wrap .search-wrap .input-text:-ms-input-placeholder {
  color: black;
}
@media (max-width: 767px) {
  .hero-innovation .filter-wrap .search-wrap .input-text {
    font-size: 16px;
  }
}
.hero-innovation .filter-wrap .search-wrap .input-submit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  width: 60px;
  height: 100%;
  background-color: #fff;
  border-top: solid 1px white;
  border-left: solid 0px white;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
  background-image: url("https://theapsgroup-test.apsmos.com/wp-content/uploads/2024/04/ico_search_blck.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40%;
}

.hero-innovation .dropdown-item {
  display: block;
  width: 50%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .hero-innovation .filter-wrap .dropdown-wrap li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .hero-innovation .filter-wrap .dropdown-wrap li select {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-innovation .filter-wrap .dropdown-wrap li select {
    height: 50px;
    width: 100%;
  }
}
.post-content {
  position: relative;
}
.post-content .container {
  position: relative;
}
.post-content .container .share-wrap {
  position: absolute;
  top: 0;
  left: 12px;
  height: 100%;
}
@media (max-width: 767px) {
  .post-content .container .share-wrap {
    position: static;
  }
}
.post-content .container .share-options {
  position: sticky;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .post-content .container .share-options {
    position: static;
  }
}
.post-content .container .share-options li {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .post-content .container .share-options li {
    margin-bottom: 0;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
  }
}
.post-content .container .share-options li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-content .container .share-options li a img {
  width: 37px;
}
@media (max-width: 767px) {
  .post-content .container .share-options li a img {
    width: 25px;
  }
}
.post-content .container .share-options li a i {
  font-size: 35px;
}
@media (max-width: 767px) {
  .post-content .container .share-options li a i {
    font-size: 20px;
  }
}
.post-content .container .share-options li a:hover {
  opacity: 0.5 !important;
  color: #191919 !important;
}
.post-content .content-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .post-content .content-wrap {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .post-content .content-wrap {
    margin-left: 70px;
  }
}
.post-content .content-wrap p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 576px) {
  .post-content .content-wrap p {
    font-size: 16px;
  }
}

.work-content-block {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .work-content-block {
    margin-bottom: 40px;
  }
}
.work-content-block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.work-content-block:last-child {
  margin-bottom: 0;
}
.work-content-block .col-img {
  width: calc(100% - 480px);
}
@media (max-width: 1280px) {
  .work-content-block .col-img {
    width: calc(100% - 380px);
  }
}
@media (max-width: 767px) {
  .work-content-block .col-img {
    width: 100%;
  }
}
.work-content-block .col-img .img-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.work-content-block .col-img .img-wrap .vid-pad {
  display: none;
}
@media (max-width: 767px) {
  .work-content-block .col-img .img-wrap .vid-pad {
    padding-bottom: 56.25%;
    display: block;
  }
}
.work-content-block .col-img .img-wrap .img {
  height: 100%;
}
@media (max-width: 767px) {
  .work-content-block .col-img .img-wrap .img {
    padding-bottom: 50%;
  }
}
.work-content-block .col-content {
  width: 480px;
}
@media (max-width: 1280px) {
  .work-content-block .col-content {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .work-content-block .col-content {
    width: 100%;
  }
}
.work-content-block .col-content .content-wrap {
  color: #191919;
  background-color: white;
  padding: 160px 70px;
}
.work-content-block .col-content .content-wrap ul li:before {
  background-color: #191919;
}
.work-content-block .col-content .content-wrap p, .work-content-block .col-content .content-wrap li {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 576px) {
  .work-content-block .col-content .content-wrap p, .work-content-block .col-content .content-wrap li {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .work-content-block .col-content .content-wrap {
    padding: 120px 50px;
  }
}
@media (max-width: 767px) {
  .work-content-block .col-content .content-wrap {
    padding: 35px 20px;
  }
}
.work-content .share-wrap {
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .work-content .share-wrap {
    margin-top: 30px;
  }
}
.work-content .share-wrap p {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .work-content .share-wrap p {
    display: block;
    margin-bottom: 10px;
  }
}
.work-content .share-options {
  display: inline-block;
  vertical-align: middle;
}
.work-content .share-options li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .work-content .share-options li {
    margin-left: 0;
    margin-right: 20px;
  }
}
.work-content .share-options li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.work-content .share-options li a img {
  width: 37px;
}
@media (max-width: 1650px) {
  .work-content .share-options li a img {
    width: 37px;
  }
}
@media (max-width: 767px) {
  .work-content .share-options li a img {
    width: 25px;
  }
}
.work-content .share-options li a i {
  font-size: 32px;
}
@media (max-width: 1650px) {
  .work-content .share-options li a i {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .work-content .share-options li a i {
    font-size: 20px;
  }
}
.work-content .share-options li a:hover {
  opacity: 0.5 !important;
  color: #191919 !important;
}

.gated-content {
  /*.flex-wrap {
      .col-content {
          flex: 0 0 57%;
          max-width: 57%;
          @media(max-width:767px) {
              flex: 0 0 100%;
              max-width: 100%;
          }
      }
      .col-form {
          flex: 0 0 43%;
          max-width: 43%;
          @media(max-width:767px) {
              flex: 0 0 100%;
              max-width: 100%;
          }
      }
  }

  &__content--heading {
      margin-bottom: 40px;
      padding-right: 80px;

      @media(max-width:767px) {
          padding-right: 0;
      }

      .heading-text {
          font-size: 22px;
      }

      h1 {
          margin-bottom: 15px;
      }

      .img-wrap {
          margin-top: 30px;
      }
      .img {
          padding-bottom: 66%;
      }
  }

  .main--content {
      padding-right: 20px;
      @media(max-width:767px) {
          padding-right: 0;
      }
      p {
          line-height: 1.9;
      }
      h3 {
          font-size: 32px;
          font-weight: 400;
          @media(max-width:1650px) {
              font-size: 32px;
          }
          @media(max-width:767px) {
              font-size: 24px;
          }
      }
      @media(max-width:1650px) {
          max-width: 1000px;
      }
  }*/
  /*.share-wrap {
      margin: 0 auto;
      margin-top: 50px;
      @media(max-width:767px) {
          margin-top: 30px;
      }
      p {
          display: inline-block;
          vertical-align: middle;
          font-size: 30px;
          @media(max-width:767px) {
              font-size: 20px;
              display: block;
              margin-bottom: 30px;
          }
      }
  }

  .share-options {
      display: inline-block;
      vertical-align: middle;
      li {
          display: inline-block;
          vertical-align: middle;
          margin-left: 20px;
          @media(max-width:767px) {
              margin-left: 0;
              margin-right: 20px;
          }
          a {
              display: block;
              img {
                  width: 37px;
                  @media(max-width:1650px) {
                      width: 37px;
                  }
                  @media(max-width:767px) {
                      width: 25px;
                  }
              }
              i {
                  font-size: 32px;
                  @media(max-width:1650px) {
                      font-size: 35px;
                  }
                  @media(max-width:767px) {
                      font-size: 20px;
                  }
              }
              transition: .3s;
              &:hover {
                  opacity: .5!important;
  	color: black!important;
              }
          }
      }
  }*/
}
.gated-content__form {
  top: 60px;
  padding-top: 60px;
}
.gated-content__form .gform_title {
  margin-bottom: 20px;
}
.gated-content__form .gform_required_legend {
  display: none;
}
.gated-content__form.form-wrapper form .gform_body .gfield {
  margin-bottom: 18px;
}

.post-images {
  /*padding: 60px 0;
  overflow: hidden;

  @media(max-width:767px) {
      padding: 30px 0;
  }

  .img {
      position: relative;
  }*/
}
.post-images .flex-wrap {
  margin: 0 -60px;
}
@media (max-width: 1650px) {
  .post-images .flex-wrap {
    margin: 0 -48px;
  }
}
.post-images .flex-wrap .col {
  padding: 0 60px;
}
@media (max-width: 1650px) {
  .post-images .flex-wrap .col {
    padding: 0 48px;
  }
}
.post-images .flex-wrap .col-1 .img {
  padding-bottom: 62%;
}
@media (max-width: 767px) {
  .post-images .flex-wrap .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.post-images .flex-wrap .col-2 .img.Large {
  padding-bottom: 116%;
}
.post-images .flex-wrap .col-2 .img.Standard {
  padding-bottom: 73%;
}
.post-images .flex-wrap .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .post-images .flex-wrap .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.post-images .flex-wrap .col-3 .img {
  padding-bottom: 73%;
}
.post-images .flex-wrap .col-3:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1650px) {
  .post-images .flex-wrap .col-3:first-child {
    margin-bottom: 96px;
  }
}
@media (max-width: 767px) {
  .post-images .flex-wrap .col-3:first-child {
    margin-bottom: 30px;
  }
}
.post-images .flex-wrap .col-3:first-child .img {
  padding-bottom: 62%;
}
@media (max-width: 767px) {
  .post-images .flex-wrap .col-3:first-child .img {
    padding-bottom: 90%;
  }
}
.post-images .flex-wrap .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .post-images .flex-wrap .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.post-images .flex-wrap .col-4:nth-child(1), .post-images .flex-wrap .col-4:nth-child(2) {
  margin-bottom: 120px;
}
@media (max-width: 1650px) {
  .post-images .flex-wrap .col-4:nth-child(1), .post-images .flex-wrap .col-4:nth-child(2) {
    margin-bottom: 96px;
  }
}
@media (max-width: 767px) {
  .post-images .flex-wrap .col-4 {
    margin-bottom: 30px !important;
  }
}
.post-images .flex-wrap .col-4 .img {
  padding-bottom: 95%;
}

.related {
  overflow: hidden;
  /*  
  // .related-innovation
  &-innovation {

      // .related-innovation .excerpt
      .excerpt {

          // .related-innovation .excerpt p
          p {
              font-size: 18px;
          }
      }

      // .related-innovation .related-btn-wrap
      .related-btn-wrap {
          margin-top: 20px;
          margin-bottom: 40px;

          // .related-innovation .related-btn-wrap<767px
          @media(max-width:767px) {
              margin: 20px 0;
              text-align: center;
          }
      }
  }

  */
}
.related .flex-wrap {
  margin: 0 -60px;
  margin: 0 -45px;
}
@media (max-width: 1650px) {
  .related .flex-wrap {
    margin: 0 -35px;
  }
}
@media (max-width: 991px) {
  .related .flex-wrap {
    margin: 0 -20px;
  }
}
.related .flex-wrap .col-3 {
  padding: 0 45px;
  margin-bottom: 40px;
}
@media (max-width: 1650px) {
  .related .flex-wrap .col-3 {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .related .flex-wrap .col-3 {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .related .flex-wrap .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 5% 5% 0px 5%;
  }
}
.related-item {
  display: block;
}
.related-item:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.related-item .img-wrap {
  overflow: hidden;
}
.related-item .img {
  padding-bottom: 64%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.related-item-content {
  padding: 20px 32px;
  color: #191919;
}
.related-item-content ul li:before {
  background-color: white !important;
}
@media (max-width: 1650px) {
  .related-item-content {
    padding: 20px 32px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .related-item-content {
    padding: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .related-item-content {
    padding: 20px 25px;
    padding-bottom: 40px;
  }
}
.related-item-content .related-item-title {
  font-size: 25px;
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (max-width: 1650px) {
  .related-item-content .related-item-title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .related-item-content .related-item-title {
    font-size: 22px;
  }
}
.related-item-content .excerpt p {
  font-size: 20px;
  font-weight: 300;
}
.related-item-content .link {
  margin-top: 20%;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
}
@media (max-width: 1650px) {
  .related-item-content .link {
    margin-top: 20%;
  }
}
@media (max-width: 991px) {
  .related-item-content .link {
    letter-spacing: 2px;
  }
}
.related-item-content .btn {
  padding-bottom: 0;
}
.related-posts h3 {
  font-weight: 300;
  font-size: 1.5rem;
}
@media (max-width: 1650px) {
  .related-posts h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .related-posts h3 {
    font-size: 1.5rem;
  }
}
.related-posts .flex-wrap .col-3:nth-child(2) .related-item-content {
  background-color: white;
}
.related-posts__link {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 1650px) {
  .related-posts__link {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.related-posts__link h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.related-posts__link .btn-wrap {
  margin-top: 30px;
}
@media (max-width: 1650px) {
  .related-posts__link .btn-wrap {
    margin-top: 30px;
  }
}
.related.innovation-hub-block {
  padding: 60px 0;
  /*.innovation-hub-slider {
          padding-bottom: 20px;
          .slick-arrow {
              position: absolute;
              z-index: 100;
              font-size: 0;
              height: 30px;
              width: 18px;
              background-image: url('../images/slick-arrow.svg');
              background-repeat: no-repeat;
              background-size: 100% 100%;
              bottom: 0;
  top: 45%;

              &.slick-next {
                  right: 130px;
                  transform: translateX(100%);
                  @media(max-width:767px) {
                      right: 20px;
                      transform: none;
  		right: 5px;
                  }
              }
              &.slick-prev {
                  left: 20px;
                  transform: rotate(180deg);
  	left: 5px;
              }
          }
      }*/
}
@media (max-width: 767px) {
  .related.innovation-hub-block {
    padding: 30px 0;
  }
}
.related.innovation-hub-block .heading-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.related.innovation-hub-block .heading-wrap h3 {
  margin-bottom: 20px;
  font-size: 30px;
}
@media (max-width: 767px) {
  .related.innovation-hub-block .heading-wrap h3 {
    font-size: 24px;
  }
}
.related.innovation-hub-block .heading-wrap p {
  line-height: 1.5;
}
.related.innovation-hub-block .heading-wrap-alt {
  text-align: left;
  max-width: 100%;
  margin-bottom: 60px;
}
.related.innovation-hub-block .flex-wrap .col-3 .related-item-content {
  background-color: white;
}
.related.innovation-hub-block .flex-wrap .col-3 .related-item-content .excerpt {
  padding-bottom: 20px;
}
.related.innovation-hub-block .flex-wrap .col-3:nth-child(2) .related-item-content {
  background-color: white;
}
.related.innovation-hub-block .flex-wrap .col-3:nth-child(3) .related-item-content {
  background-color: white;
}
.related.latest-innovation-hub h2 {
  text-align: center;
  padding-bottom: 5%;
}
.related.latest-innovation-hub .related-item-content {
  background-color: white;
}
.related.latest-work-grid .heading-wrap h2 {
  text-align: center;
  padding-bottom: 5%;
}
.related.latest-work-grid .flex-wrap .col-3 {
  padding: 0 40px;
  margin-bottom: 10px;
}
.related.latest-work-grid .flex-wrap .img-wrap {
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
}
.related.latest-work-grid .flex-wrap .img-wrap .img {
  padding-bottom: 100%;
}
.related.latest-work-grid .flex-wrap .related-item-content {
  text-align: center;
  background-color: transparent !important;
  padding: 35px;
}
.related.latest-work-grid .flex-wrap .related-item-content h3 {
  font-size: 24px;
  font-weight: 400;
  /*margin-bottom: 5px;*/
}
.related.latest-work-grid .flex-wrap .related-item-content h4 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.related.latest-work-grid .btn-wrap {
  text-align: center;
}

.latest-news .related-item-content {
  background-color: white;
}

.latest-news .heading-wrap {
  text-align: center;
  padding-bottom: 3%;
}

.innovation-listings {
  overflow: hidden;
}
.innovation-listings .flex-wrap {
  margin: 0 -50px;
}
.innovation-listings .flex-wrap .col-2 {
  padding: 0 50px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .innovation-listings .flex-wrap .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.innovation-listings .innovation-item .img {
  padding-bottom: 58%;
}
.innovation-listings .innovation-item .related-item-content {
  padding: 35px 32px;
  background-color: white;
  color: #191919;
}
@media (max-width: 767px) {
  .innovation-listings .innovation-item .related-item-content {
    padding: 30px 20px;
  }
}
.innovation-listings .innovation-item .related-item-content h4 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .innovation-listings .innovation-item .related-item-content h4 {
    font-size: 24px;
  }
}
.innovation-listings .innovation-item .related-item-content .excerpt p {
  font-size: 25px;
}
@media (max-width: 991px) {
  .innovation-listings .innovation-item .related-item-content .excerpt p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .innovation-listings .innovation-item .related-item-content .excerpt p {
    font-size: 16px;
  }
}
.innovation-listings .innovation-item .related-item-content .link {
  margin-top: 30px;
}
.innovation-listings .pagination {
  padding-top: 0;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .innovation-listings .pagination {
    padding-bottom: 100px;
  }
}
.innovation-listings.search-listings a {
  background-color: #fff;
}
.innovation-listings.search-listings .search-heading h1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.innovation-listings.search-listings .search-heading p {
  font-size: 38px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .innovation-listings.search-listings .search-heading p {
    font-size: 26px;
  }
}
.innovation-listings.search-listings .innovation-listings__main {
  overflow: hidden;
}
.innovation-listings.search-listings .flex-wrap .col-3 {
  padding: 20px 50px;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  .innovation-listings.search-listings .flex-wrap .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .innovation-listings.search-listings .flex-wrap .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.innovation-listings.search-listings .search-text {
  padding-top: 50px;
  padding-bottom: 45px;
  max-width: 620px;
}
.innovation-listings.search-listings .search-text p {
  max-width: 595px;
}
.innovation-listings.search-listings .pagination {
  padding-bottom: 100px;
}
.innovation-listings.search-listings .no-results {
  padding-top: 0;
  padding-bottom: 0px;
}
.innovation-listings.search-listings .no-results h1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.innovation-listings.search-listings .no-results .search-wrap {
  padding-top: 40px;
  position: relative;
  display: block;
  width: 422px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .innovation-listings.search-listings .no-results .search-wrap {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
    margin-top: 30px;
  }
}
.innovation-listings.search-listings .no-results .search-wrap form {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.innovation-listings.search-listings .no-results .search-wrap form ul li {
  padding: 0;
  margin: 0;
}
.innovation-listings.search-listings .no-results .search-wrap form ul li label {
  display: block;
  width: 100%;
}
.innovation-listings.search-listings .no-results .search-wrap form .sf-field-search input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  padding: 0 25px;
  padding-right: 85px;
  border: none;
  height: 55px;
  border-right: none;
}
.innovation-listings.search-listings .no-results .search-wrap form .sf-field-search input::-webkit-input-placeholder {
  color: #191919;
}
.innovation-listings.search-listings .no-results .search-wrap form .sf-field-search input:-moz-placeholder {
  opacity: 1;
  color: #191919;
}
.innovation-listings.search-listings .no-results .search-wrap form .sf-field-search input::-moz-placeholder {
  opacity: 1;
  color: #191919;
}
.innovation-listings.search-listings .no-results .search-wrap form .sf-field-search input:-ms-input-placeholder {
  color: #191919;
}
@media (max-width: 767px) {
  .innovation-listings.search-listings .no-results .search-wrap form .sf-field-search input {
    font-size: 16px;
    height: 50px;
  }
}
.innovation-listings.search-listings .no-results .search-wrap form .sf-field-submit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  width: 55px;
  height: 100%;
}
.innovation-listings.search-listings .no-results .search-wrap form .sf-field-submit input {
  height: 55px;
  width: 55px;
  width: 100%;
  background-color: #003B75;
  border: none;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  color: transparent;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .innovation-listings.search-listings .no-results .search-wrap form .sf-field-submit input {
    font-size: 16px;
    height: 50px;
  }
}

.work-listings .flex-wrap {
  margin: 0 -45px;
}
.work-listings .flex-wrap .col-3 {
  padding: 0 45px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .work-listings .flex-wrap .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 5%;
  }
}
@media (max-width: 576px) {
  .work-listings .flex-wrap .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 5%;
  }
}
.work-listings .work-item {
  display: block;
}
.work-listings .work-item:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.work-listings .work-item .img-wrap {
  overflow: hidden;
  border-top-right-radius: 70px;
  margin-bottom: 0px;
  border-bottom-left-radius: 70px;
}
.work-listings .work-item .img-wrap .img {
  aspect-ratio: 1/1;
  padding-bottom: 80%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.work-listings .work-item-content {
  color: #191919;
  padding: 35px;
  text-align: center;
}
.work-listings .work-item-content ul li:before {
  background-color: white !important;
}
.work-listings .work-item-content h3 {
  font-size: 24px;
  font-weight: 400;
}
.work-listings .work-item-content h4 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .work-listings .pagination {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.logos .logos-list .logos-item {
  text-align: center;
  padding: 0 20px;
  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-bottom: 3rem;
}
.logos .logos-list .logos-item img {
  max-width: 150px;
  max-height: 100px;
}

.text-block .content-wrap {
  /*ul {
      margin-left: 0.7em;

      // .text-block .content-wrap ul li
      li {
          padding-left: 0;
          position: static;

          // .text-block .content-wrap ul li:before
          &:before {
              content: none;
          }

          // .text-block .content-wrap ul li::marker
          &::marker {
              content: '- ';
          }
      }
  }*/
  /*     // .text-block .content-wrap:last-child
  &:last-child {
      margin-bottom: 0 !important;
  }

  // .text-block .content-wrap h3
  h3 {

      // .text-block .content-wrap h3 em
      em {
          padding-top: 35px;
          display: block;
      }
  }

  // .text-block .content-wrap h1, h2, h3, h4, h5, h6
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      margin-bottom: 35px;
  }

  // .text-block .content-wrap p
  p {
      margin-bottom: 35px;
  }

  // .text-block .content-wrap ul, ol
  ol,
  ul {
      margin-bottom: 40px;
  }

  // .text-block .content-wrap ul
  ul {
      list-style-position: inside;

      // .text-block .content-wrap ul li
      li {
          padding-left: 0;
          position: static;

          // .text-block .content-wrap ul li:before
          &:before {
              content: none;
          }

          // .text-block .content-wrap ul li::marker
          &::marker {
              content: '- ';
          }
      }
  }

  // .text-block .content-wrap ol
  ol {
      padding-left: 2%;
  }

  // .text-block .content-wrap h1, h2, h3, h4
  h1,
  h2,
  h3,
  h4 {
      font-weight: 300;
  }

  // .text-block .content-wrap h2
  h2 {
      font-size: 36px;

      // .text-block .content-wrap h2<991px
      @media(max-width:991px) {
          font-size: 40px;
      }

      // .text-block .content-wrap h2<767px
      @media(max-width:767px) {
          font-size: 30px;
      }
  }

  // .text-block .content-wrap h3
  h3 {
      font-size: 30px;

      // .text-block .content-wrap h3<767px
      @media(max-width:767px) {
          font-size: 24px;
      }
  }

  // .text-block .content-wrap p, li
  li,
  p {
      @include global-body-text;
      //@media(max-width:767px) {
          //font-size: 16px;
      //}
  }

  // .text-block .content-wrap em
  em {

      // .text-block .content-wrap em a
      a {
          text-decoration: underline;
          font-size: 32px;

          // .text-block .content-wrap em a<1650px
          @media(max-width:1650px) {
              font-size: 26px;
          }

          // .text-block .content-wrap em a<767px
          @media(max-width:767px) {
              font-size: 18px;
          }
      }
  }

  // .text-block .content-wrap .button
  .button {
      padding: 20px;

      @media(max-width:767px) {
          padding: 20px;
      }
  }*/
}
.text-block .content-wrap li,
.text-block .content-wrap p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 576px) {
  .text-block .content-wrap li,
  .text-block .content-wrap p {
    font-size: 16px;
  }
}

.page-links .heading-wrap {
  text-align: center;
  max-width: 75%;
  margin: 0 auto 50px auto;
}
.page-links .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.page-links .page-link-content {
  color: #191919;
  background-color: white;
  padding: 35px 60px;
  height: 100%;
}
.page-links .page-link-content ul li:before {
  background-color: white !important;
}
@media (max-width: 991px) {
  .page-links .page-link-content {
    padding: 35px 40px;
  }
}
@media (max-width: 767px) {
  .page-links .page-link-content {
    padding: 30px 20px;
  }
}
.page-links .page-link-content p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 576px) {
  .page-links .page-link-content p {
    font-size: 18px;
  }
}
.page-links .page-link-content .btn {
  padding-bottom: 0;
}
.page-links .page-link .img-wrap {
  margin-top: auto;
}
.page-links .page-link .img-wrap .img {
  padding-bottom: 56%;
}
.page-links .flex-wrap {
  margin: 0 -50px;
}
@media (max-width: 991px) {
  .page-links .flex-wrap {
    margin: 0 -30px;
  }
}
.page-links .flex-wrap .col-2 {
  padding: 0 46px;
}
@media (max-width: 991px) {
  .page-links .flex-wrap .col-2 {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .page-links .flex-wrap .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.page-links .flex-wrap .col-2:last-child .page-link-content {
  background-color: white;
}

.content-cta {
  text-align: center;
}
.content-cta .content-wrap {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.content-cta .content-wrap h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .content-cta .content-wrap h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .content-cta .content-wrap h2 {
    font-size: 30px;
    font-weight: 400;
  }
}
.content-cta .content-wrap p {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 576px) {
  .content-cta .content-wrap p {
    font-size: 22px;
  }
}

.work-feature {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .work-feature {
    padding: 30px 0;
  }
}
.work-feature .heading-wrap {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.work-feature .heading-wrap p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 576px) {
  .work-feature .heading-wrap p {
    font-size: 18px;
  }
}
.work-feature .flex-wrap .col-img {
  width: calc(100% - 450px);
}
@media (max-width: 1280px) {
  .work-feature .flex-wrap .col-img {
    width: calc(100% - 380px);
  }
}
@media (max-width: 767px) {
  .work-feature .flex-wrap .col-img {
    width: 100%;
  }
}
.work-feature .flex-wrap .col-img .img-wrap {
  height: 100%;
}
.work-feature .flex-wrap .col-img .img-wrap .img {
  height: 100%;
}
@media (max-width: 767px) {
  .work-feature .flex-wrap .col-img .img-wrap .img {
    padding-bottom: 60%;
  }
}
.work-feature .flex-wrap .col-content {
  width: 450px;
}
@media (max-width: 1280px) {
  .work-feature .flex-wrap .col-content {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .work-feature .flex-wrap .col-content {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.work-feature .flex-wrap .col-content .work-feature-item-content {
  color: #191919;
  background: white;
  padding: 80px 70px;
}
.work-feature .flex-wrap .col-content .work-feature-item-content ul li:before {
  background-color: white !important;
}
@media (max-width: 767px) {
  .work-feature .flex-wrap .col-content .work-feature-item-content {
    padding: 35px 20px;
  }
}
.work-feature .flex-wrap .col-content .work-feature-item-content h3 {
  margin-bottom: 20px;
}
.work-feature .flex-wrap .col-content .work-feature-item-content p.excerpt {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 576px) {
  .work-feature .flex-wrap .col-content .work-feature-item-content p.excerpt {
    font-size: 16px;
  }
}
.work-feature .flex-wrap .col-content .work-feature-item-content .btn-wrap .btn {
  padding-bottom: 0;
}

/*.related.innovation-hub-block .flex-wrap .col-3 .related-item-content {
    background-color: white;
}*/
/*.related.innovation-hub-block .flex-wrap .col-3:nth-child(2) .related-item-content {
    background-color: white
}*/
/*.latest-innovation-hub .related-item-content {
    background-color: white;
}

.latest-innovation-hub h2 {
    text-align: center;
    padding-bottom: 5%;
}*/
/*.latest-innovation-hub .related-posts .flex-wrap .col-3:nth-child(2) .related-item-content {
    background-color: white;
}*/
/*.related-posts h3 {
    font-size: 1.2rem;
}*/
@media (max-width: 991px) {
  .content-form .flex-wrap .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .content-form__content {
    padding-bottom: 50px;
  }
}
.content-form__content h2, .content-form__content .style-h2 {
  font-size: 52px;
  font-weight: 400;
}
@media (max-width: 1650px) {
  .content-form__content h2, .content-form__content .style-h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .content-form__content h2, .content-form__content .style-h2 {
    font-size: 30px;
  }
}
.content-form__content h3, .content-form__content .style-h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .content-form__content h3, .content-form__content .style-h3 {
    font-size: 26px;
  }
}
.content-form__content p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 576px) {
  .content-form__content p {
    font-size: 16px;
  }
}
.content-form__content .content-wrap {
  margin-bottom: 20px;
}
.content-form__content .content-wrap .large-link {
  text-decoration: underline;
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 1650px) {
  .content-form__content .content-wrap .large-link {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .content-form__content .content-wrap .large-link {
    font-size: 18px;
  }
}
.content-form__content .content-wrap .large-link:hover {
  text-decoration: none;
  font-size: 32px;
  color: #191919;
  opacity: 0.7;
}
@media (max-width: 1650px) {
  .content-form__content .content-wrap .large-link:hover {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .content-form__content .content-wrap .large-link:hover {
    font-size: 18px;
  }
}
.content-form__content .img {
  padding-bottom: 59%;
}
.content-form__form {
  padding-left: 80px;
}
@media (max-width: 991px) {
  .content-form__form {
    padding-left: 0;
  }
}
.content-form__form form .gform_body .gfield {
  margin-bottom: 28px;
  font-size: 0;
}
.content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent) {
  position: relative;
  background-color: #fff;
  z-index: 10;
}
.content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent):after {
  content: "";
  height: 11px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
.content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent) input {
  height: 50px;
  border: none;
  border-radius: 0;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  margin-top: 2px;
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */
  background-color: white;
}
.content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent) input::-webkit-input-placeholder {
  color: #191919;
}
.content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent) input:-moz-placeholder {
  opacity: 1;
  color: #191919;
}
.content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent) input::-moz-placeholder {
  opacity: 1;
  color: #191919;
}
.content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent) input:-ms-input-placeholder {
  color: #191919;
}
@media (max-width: 767px) {
  .content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent) input {
    font-size: 16px;
  }
}
.content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent) textarea {
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  /* Firefox 18- */
  /* firefox 19+ */
  /* ie */
  border: none;
  border-radius: 0;
  padding: 20px;
  width: 100%;
  height: 240px;
  background-color: white;
}
.content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent) textarea::-webkit-input-placeholder {
  color: #191919;
}
.content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent) textarea:-moz-placeholder {
  opacity: 1;
  color: #191919;
}
.content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent) textarea::-moz-placeholder {
  opacity: 1;
  color: #191919;
}
.content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent) textarea:-ms-input-placeholder {
  color: #191919;
}
@media (max-width: 767px) {
  .content-form__form form .gform_body .gfield .ginput_container:not(.ginput_container_consent) textarea {
    font-size: 16px;
  }
}
.content-form__form form .gform_body .gfield .ginput_container_consent input {
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
.content-form__form form .gform_body .gfield .ginput_container_consent input:checked + .gfield_consent_label:after {
  background-color: #003B75;
}
.content-form__form form .gform_body .gfield .ginput_container_consent .gfield_consent_label {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .content-form__form form .gform_body .gfield .ginput_container_consent .gfield_consent_label {
    font-size: 12px;
  }
}
.content-form__form form .gform_body .gfield .ginput_container_consent .gfield_consent_label:before {
  content: "";
  background-color: #fff;
  border: 1px solid #707070;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height: 40px;
  width: 40px;
}
.content-form__form form .gform_body .gfield .ginput_container_consent .gfield_consent_label:after {
  content: "";
  height: 30px;
  width: 30px;
  background-color: white;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*@media(max-width:767px) {
      top: -8px;
  }*/
}
.content-form__form form .gform_footer .button {
  display: inline-block;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #191919;
  background-color: white;
  border: none;
  padding: 14px;
  font-weight: 800;
  width: 150px;
  text-transform: uppercase;
  font-size: 16px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  letter-spacing: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.content-form__form form .gform_footer .button:hover {
  display: inline-block;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: white;
  background-color: #003B75;
  border: none;
  padding: 14px;
  font-weight: 800;
  min-width: 150px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
}

.careers h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .careers h2 {
    margin-bottom: 30px;
  }
}
.careers .careers-slider {
  margin: 0 -15px;
  position: relative;
}
.careers .careers-slider .careers-slide {
  padding: 30px;
}
.careers .careers-slider .careers-slide .careers-slide-inner {
  background-color: white;
  padding: 5%;
  min-height: 230px;
}
.careers .careers-slider .careers-slide .careers-slide-inner h3 {
  font-size: 20px;
  font-weight: 400;
}
.careers .careers-slider .careers-slide .careers-slide-inner .content-wrap {
  padding-top: 20px;
}
.careers .careers-slider .careers-slide .careers-slide-inner .footer-wrap {
  bottom: 0;
  /*.btn:active {
      color: $darkblack;
      background-color: transparent !important;
      border-color: $dblue;
      border-radius: 0;
      padding-left: 20px;
  }*/
  /*.btn:focus-visible {
      color: $darkblack;
      outline: 0;
      box-shadow: var(--bs-btn-focus-box-shadow);
      border-radius: 0 !important;
      background-color: transparent !important;
      padding-left: 20px;
  }*/
}
.careers .careers-slider .careers-slide .careers-slide-inner .footer-wrap .btn-primary-arrow {
  padding-bottom: 0;
  position: absolute;
  bottom: 50px;
}
.careers .careers-slider .careers-slide .careers-slide-border {
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(23, 59, 113)), to(rgb(191, 84, 112)));
  background: linear-gradient(90deg, rgb(23, 59, 113) 0%, rgb(191, 84, 112) 100%);
}
.careers .careers-slider .slick-dots {
  text-align: center;
  margin-top: 50px;
}
.careers .careers-slider .slick-dots li {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  display: inline-block;
  margin: 0 12px;
}
.careers .careers-slider .slick-dots li button {
  border: none;
  padding: 0;
  margin: 0;
  height: 5px;
  width: 40px;
  border-radius: 99px;
  background-color: #707070;
  opacity: 0.15;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.careers .careers-slider .slick-dots li.slick-active button {
  background-color: #003B75;
  opacity: 1;
}
.careers .careers-content {
  margin-top: 50px;
  text-align: center;
}
.careers .careers-content p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .careers .careers-content p {
    font-size: 16px;
  }
}

.office-locations .nav-link {
  color: #191919;
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .office-locations .nav-link {
    font-size: 23px !important;
  }
}
.office-locations .nav-link.active:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 18px;
  background-image: url("/wp-content/uploads/2024/03/bg-arrow-black.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.office-locations ul.country-locations {
  padding-top: 16px;
}
@media (max-width: 767px) {
  .office-locations ul.country-locations {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
        -ms-flex-direction: unset !important;
            flex-direction: unset !important;
    padding-bottom: 10%;
    padding-left: 5%;
    display: table;
    margin: 0 auto;
  }
}
.office-locations ul.nation-locations h3 {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .office-locations ul.nation-locations {
    text-align: center;
  }
}
.office-locations .city-locations li {
  border-bottom: solid 1px lightgrey;
  padding-top: 5%;
  padding-bottom: 5%;
}
.office-locations .city-locations li a {
  color: #191919;
}
.office-locations .city-locations li a:hover {
  color: #191919;
}

.intro {
  text-align: center;
}
.intro .container {
  max-width: 900px;
}
.intro .container .content-wrap p {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 576px) {
  .intro .container .content-wrap p {
    font-size: 20px;
  }
}
.intro .container .content-wrap img {
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 991px) {
  .image-pages--block {
    margin-bottom: 40px;
  }
}
.image-pages--block .col-img {
  position: relative;
  padding: 0;
}
.image-pages--block .col-img a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 10;
}
.image-pages--block .col-content {
  padding: 0;
}
@media (max-width: 991px) {
  .image-pages--block .flex-wrap {
    display: block;
  }
}
@media (max-width: 991px) {
  .image-pages--block .flex-wrap .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .image-pages--block .flex-wrap .col-2 .img {
    height: 300px;
  }
}
.image-pages--block .img {
  height: 100%;
  min-height: 350px;
}
.image-pages--block__content {
  padding: 70px 0;
  color: #191919;
  padding-right: 10%;
}
.image-pages--block__content ul li:before {
  background-color: white !important;
}
@media (max-width: 991px) {
  .image-pages--block__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.image-pages--block__content .inner-wrap {
  max-width: 700px;
  padding-left: 120px;
}
@media (max-width: 1650px) {
  .image-pages--block__content .inner-wrap {
    max-width: 660px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .image-pages--block__content .inner-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
.image-pages--block__content .content-wrap {
  max-width: 550px;
}
.image-pages--block__content .content-wrap img {
  max-width: 120px;
  display: block;
  display: none;
  margin-bottom: 30px;
}
.image-pages--block__content .content-wrap p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 576px) {
  .image-pages--block__content .content-wrap p {
    font-size: 18px;
  }
}
.image-pages--block__content .btn-wrap {
  padding-top: 40px;
}
.image-pages--block__content .btn-wrap .btn {
  padding: 0;
}
.image-pages--block:nth-child(odd) .flex-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.image-pages--block:nth-child(odd) .flex-wrap .image-pages--block__content {
  padding-right: 0;
  background-color: white;
  padding-left: 10%;
}
.image-pages--block:nth-child(odd) .flex-wrap .image-pages--block__content .inner-wrap {
  padding-left: 0;
  padding-right: 120px;
  margin-left: auto;
}
@media (max-width: 1650px) {
  .image-pages--block:nth-child(odd) .flex-wrap .image-pages--block__content .inner-wrap {
    padding-right: 60px;
  }
}
.image-pages--block .image-pages--block__content {
  background-color: white;
}

/*.image-pages .image-pages--block:nth-child(3n-2) .col-img a {
    background: rgba(190, 82, 128, 0.65);
    transition: background 0.3s linear;
    filter: contrast(400%) brightness(65%);
}*/
/*.image-pages .image-pages--block:nth-child(3n-1) .col-img a {
    background: rgba(92, 172, 170, 0.8);
    transition: background 0.3s linear;
    filter: contrast(400%) brightness(65%);
}*/
/*.image-pages .image-pages--block:nth-child(3n-0) .col-img a {
    background: rgba(152, 130, 189, 0.6);
    transition: background 0.3s linear;
    filter: contrast(400%) brightness(65%);
}*/
.image-pages .image-pages--block:nth-child(3n-2) .col-img.col-img-overlay a {
  background: rgba(190, 82, 128, 0.5);
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  -webkit-filter: contrast(400%) brightness(65%);
          filter: contrast(400%) brightness(65%);
}

.image-pages .image-pages--block:nth-child(3n-1) .col-img.col-img-overlay a {
  background: rgba(92, 172, 170, 0.5);
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  -webkit-filter: contrast(400%) brightness(65%);
          filter: contrast(400%) brightness(65%);
}

.image-pages .image-pages--block:nth-child(3n-0) .col-img.col-img-overlay a {
  background: rgba(152, 130, 189, 0.5);
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  -webkit-filter: contrast(400%) brightness(65%);
          filter: contrast(400%) brightness(65%);
}

/*.image-pages--block__content .btn-wrap .btn:active {
    background-color: transparent !important;
    padding-left: 20px;
}

.image-pages--block__content .btn-wrap .btn:focus-visible {
    background-color: transparent !important;
    padding-left: 20px;
}*/
.about .heading-wrap h2 {
  text-align: center;
  padding-bottom: 5%;
}
.about .flex-wrap .col-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 32%;
}
@media (max-width: 991px) {
  .about .flex-wrap .col-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 40px;
  }
}
.about .flex-wrap .col-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
  max-width: 68%;
}
@media (max-width: 991px) {
  .about .flex-wrap .col-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.about .flex-wrap .col-img .img {
  height: 100%;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  min-height: 600px;
}
@media (max-width: 991px) {
  .about .flex-wrap .col-img .img {
    min-height: 0;
    padding-bottom: 68%;
  }
}
@media (max-width: 768px) {
  .about .flex-wrap .col-img .img {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.about__content {
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
}
@media (max-width: 991px) {
  .about__content {
    padding-right: 0;
  }
}
.about__content .content-wrap p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 576px) {
  .about__content .content-wrap p {
    font-size: 18px;
  }
}
.about__content .btn-wrap {
  padding-top: 30px;
}

.services .flex-wrap {
  margin: 0 -60px;
  margin: 0 -45px;
}
@media (max-width: 1650px) {
  .services .flex-wrap {
    margin: 0 -15px;
  }
}
.services .flex-wrap .col-2,
.services .flex-wrap .col-3,
.services .flex-wrap .col-4 {
  padding: 0 45px;
  margin-bottom: 40px;
}
@media (max-width: 1650px) {
  .services .flex-wrap .col-2,
  .services .flex-wrap .col-3,
  .services .flex-wrap .col-4 {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .services .flex-wrap .col-2,
  .services .flex-wrap .col-3,
  .services .flex-wrap .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.services .flex-wrap .col-4 {
  padding: 0 15px;
}
.services-item .inner-wrap {
  color: #191919;
  padding: 50px 25px;
  padding-bottom: 30px;
  background-color: white;
}
@media (max-width: 1280px) {
  .services-item .inner-wrap {
    padding: 40px 20px;
    padding-bottom: 30px;
  }
}
.services-item .inner-wrap .content-wrap {
  max-width: 550px;
  /*h3 {
      font-size: 36px;
      font-weight: 400;

      @media(max-width:576px) {
          font-size: 32px;
      }
  }*/
  /*h4 {
      font-size: 20px;
      font-weight: 400;

      @media(max-width:576px) {
          font-size: 18px;
      }
  }*/
}
.services-item .inner-wrap .content-wrap ul li:before {
  background-color: white !important;
}
.services-item .inner-wrap .content-wrap img {
  max-width: 120px;
  display: block;
  margin-bottom: 30px;
}
.services-item .inner-wrap .content-wrap p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 576px) {
  .services-item .inner-wrap .content-wrap p {
    font-size: 16px;
  }
}
.services-item .inner-wrap .btn-wrap {
  padding-top: 40px;
}
.services-item .inner-wrap .btn-wrap .btn {
  padding: 12px 0px;
}
.services-item .img-wrap .img {
  height: 380px;
}
.services-item .img-wrap .img[style="background-image:url();"] {
  display: none;
}

.banner .banner-block {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 84, 112)), to(#614977));
  background: linear-gradient(180deg, rgb(191, 84, 112) 0%, #614977 100%);
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  padding: 50px 40px;
}
.banner .banner-block ul li:before {
  background-color: white !important;
}
@media (max-width: 767px) {
  .banner .banner-block {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 35px 20px;
  }
}
.banner .banner-block .col-heading {
  width: 400px;
}
@media (max-width: 1100px) {
  .banner .banner-block .col-heading {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .banner .banner-block .col-heading {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner .banner-block .col-heading {
    margin-bottom: 0;
  }
}
.banner .banner-block .col-heading h2 {
  font-size: 35px;
  font-weight: 300;
}
@media (max-width: 1100px) {
  .banner .banner-block .col-heading h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .banner .banner-block .col-heading h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .banner .banner-block .col-heading h2 {
    font-size: 35px;
  }
}
.banner .banner-block .col-content {
  width: calc(100% - 400px);
  padding-left: 120px;
}
@media (max-width: 1100px) {
  .banner .banner-block .col-content {
    width: calc(100% - 300px);
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .banner .banner-block .col-content {
    width: 100%;
    padding-left: 0;
  }
}
.banner .banner-block .col-content .content-wrap {
  max-width: 700px;
}
.banner .banner-block .col-content .content-wrap p {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .banner .banner-block .col-content .content-wrap p {
    font-size: 20px;
  }
}
.banner .banner-block .col-content .btn-wrap {
  padding-top: 40px;
}

.content-cta-image-block {
  background-color: white;
}
@media (max-width: 767px) {
  .content-cta-image .flex-wrap .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.content-cta-image .flex-wrap .col-2.col-content {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .content-cta-image .flex-wrap .col-2.col-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .content-cta-image .flex-wrap .col-2.col-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 30px 20px;
  }
}
.content-cta-image .flex-wrap .col-2.col-content .content-wrap p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 576px) {
  .content-cta-image .flex-wrap .col-2.col-content .content-wrap p {
    font-size: 18px;
  }
}
.content-cta-image .flex-wrap .col-2.col-content .btn-wrap {
  padding-top: 40px;
}
.content-cta-image .flex-wrap .col-2.col-img {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 767px) {
  .content-cta-image .flex-wrap .col-2.col-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.content-cta-image .flex-wrap .col-2.col-img .img-wrap {
  height: 100%;
}
.content-cta-image .flex-wrap .col-2.col-img .img-wrap .img {
  height: 100%;
}
@media (max-width: 767px) {
  .content-cta-image .flex-wrap .col-2.col-img .img-wrap .img {
    min-height: 250px;
  }
}

.info-blocks .flex-wrap {
  margin: 0 -45px;
}
@media (max-width: 991px) {
  .info-blocks .flex-wrap {
    margin: 0 -20px;
  }
}
.info-blocks .flex-wrap .col-2 {
  padding: 0 45px;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .info-blocks .flex-wrap .col-2 {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .info-blocks .flex-wrap .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.info-blocks .info-block {
  background-color: white;
}
.info-blocks .info-block .img {
  padding-bottom: 57%;
}
.info-blocks .info-block .content-wrap {
  padding: 50px;
  min-height: 300px;
}
@media (max-width: 991px) {
  .info-blocks .info-block .content-wrap {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .info-blocks .info-block .content-wrap {
    min-height: auto;
    padding: 30px 20px;
  }
}
.info-blocks .info-block .content-wrap p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 576px) {
  .info-blocks .info-block .content-wrap p {
    font-size: 18px;
  }
}

.cols-5-7-alternating .col-second {
  background-color: white;
  padding: 5%;
}

.cols-5-7-alternating .col-first {
  background-color: white;
  padding: 5%;
}

.cols-5-7-alternating-title h2 {
  text-align: center !important;
  padding-bottom: 5%;
}

.cols-5-7-alternating-header h2 {
  text-align: center;
  padding-bottom: 5%;
}

.cols-5-7-alternating p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 576px) {
  .cols-5-7-alternating p {
    font-size: 18px;
  }
}

.cols-5-7-alternating .row {
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .cols-5-7-alternating .row {
    margin-bottom: 40px;
  }
}

.cols-5-7-alternating-row {
  margin-left: 0;
  margin-right: 0;
}

.cols-5-7-alternating-row span.link {
  padding-top: 30px;
}

.cols-5-7-alternating .row .col-second {
  min-height: 300px;
}

@media only screen and (min-width: 768px) {
  .cols-5-7-alternating.curve-start:not(.reverse) .cols-5-7-alternating-row:not(.cols-5-7-alternating-row ~ .cols-5-7-alternating-row) .col-second {
    border-top-right-radius: 100px;
  }
  .cols-5-7-alternating.curve-start.reverse .cols-5-7-alternating-row:not(.cols-5-7-alternating-row ~ .cols-5-7-alternating-row) .col-first {
    border-top-right-radius: 100px;
  }
  .cols-5-7-alternating:not(.reverse) .cols-5-7-alternating-row:nth-child(even) .col-second {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .cols-5-7-alternating.reverse .cols-5-7-alternating-row:nth-child(odd) .col-second {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .cols-5-7-alternating.curve-end:not(.reverse) .cols-5-7-alternating-row:nth-last-child(1):nth-child(even) .col-second,
  .cols-5-7-alternating.curve-end:not(.reverse) .cols-5-7-alternating-row:nth-last-child(1):nth-child(odd) .col-first {
    border-bottom-left-radius: 100px;
  }
  .cols-5-7-alternating.curve-end.reverse .cols-5-7-alternating-row:nth-last-child(1):nth-child(odd) .col-second,
  .cols-5-7-alternating.curve-end.reverse .cols-5-7-alternating-row:nth-last-child(1):nth-child(even) .col-first {
    border-bottom-left-radius: 100px;
  }
}
.cols-5-7-alternating a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.cols-5-7-alternating .row:last-child {
  margin-bottom: 0;
}

/*.btn-primary-arrow {

    display: inline-block;
    padding: 32px 32px 32px 0;
    background-color: transparent;
    border: 0px solid white;
    //width: 350px;
    color: $darkblack !important;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 700;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: .3s;

    &:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 15px;
        width: 18px;
        background-image: url('/wp-content/uploads/2024/03/bg-arrow-black.svg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-left: 10px;
        transition: .3s;

        @media(max-width:1650px) {
            height: 14px;
            width: 14px;
            position: relative;
            top: -1px;
        }
    }


    &:hover {
        &:after {
            transform: translateX(10px);
        }
    }

    @media(max-width:991px) {
        //width: 300px;
        padding: 20px 20px 20px 0;
        font-size: 17px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
}


.btn-primary {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: $darkblack;
    background-color: white;
    border: none;
    padding: 14px;
    font-weight: 800;
    min-width: 150px;
    text-transform: uppercase;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    letter-spacing: 5px;
    padding-left: 30px;
    padding-right: 30px;

    &:hover {
        // border-color: $dblue;
        background-color: $dblue;
        color: white;
    }
}

.btn-secondary {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: white;
    background-color: $darkblack;
    border: none;
    padding: 14px;
    font-weight: 600;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-primary {
    color: $darkblack;
    text-decoration: none;
}

.btn-primary a:hover {
    color: #fff;
    text-decoration: none;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: $darkblack;
    background-color: #ccc;
    border-color: $dblue;
    border-radius: 0px;
    border-color: $dblue;
    transition: 1s;
}

.btn:focus-visible {
    color: $darkblack;
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
    border-radius: 0px !important;
    background-color: #f2f2f2 !important;
    padding-left: 20px;
    transition: 1s;
}


.btn-primary-arrow:active {
    background-color: transparent !important
} */
.btn.btn-primary-arrow {
  display: inline-block;
  padding: 32px 0;
  background-color: transparent;
  color: #191919 !important;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: 5px;
  font-weight: 700;
  border: none;
}
.btn.btn-primary-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  height: 22px;
  width: 14px;
  background-image: url("/wp-content/uploads/2024/03/bg-arrow-black.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary-arrow:hover:after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.btn.btn-primary-arrow:focus-visible {
  outline: auto;
}

.btn.btn-primary {
  border-radius: 0 20px;
  color: #191919;
  background-color: white;
  border: none;
  padding: 14px 30px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  min-width: 150px;
  text-transform: uppercase;
  letter-spacing: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  background-color: #003B75;
  color: white;
}
.btn.btn-primary:focus-visible {
  outline: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.work-carousel h2 {
  text-align: center;
  padding-bottom: 40px;
}
.work-carousel .card .card-image-wrap {
  overflow: hidden;
  border-top-right-radius: 70px;
  margin-bottom: 20px;
  border-bottom-left-radius: 70px;
}
.work-carousel .card .card-image-wrap .card-image {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: cover;
}
.work-carousel .card .card-image-wrap .card-image:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.work-carousel .owl-carousel .owl-item .card.work-tile {
  background-color: transparent;
  border: none;
}
.work-carousel .owl-carousel .owl-item a:hover {
  color: #191919;
}
.work-carousel .owl-carousel .owl-item .card-footer {
  text-align: center;
  background-color: transparent;
  border: none;
}
.work-carousel .owl-carousel .owl-item .card-footer h3 {
  font-size: 24px;
  font-weight: 400;
}
.work-carousel .owl-carousel .owl-item .card-footer h4 {
  font-size: 18px;
  font-weight: 300;
  padding-top: 5px;
}
.work-carousel .owl-carousel .owl-nav {
  position: relative;
  margin-top: -70px;
  z-index: 100;
}
.work-carousel .owl-carousel .owl-nav .owl-prev {
  width: 50%;
  text-align: left;
}
.work-carousel .owl-carousel .owl-nav .owl-next {
  width: 50%;
  text-align: right;
}
.work-carousel .owl-carousel .owl-nav button {
  font-size: 3rem !important;
}

/* Block Spacing */
.intro,
.text-block,
.image-pages,
.about,
.related.innovation-hub-block,
.work-carousel,
.hero-page,
.hero-work,
.hero-services,
.services,
.banner,
.work-feature,
.content-cta,
.content-cta-image,
.cols-5-7-alternating,
.content-form,
.hero-home,
.hero-page-inner,
.info-blocks,
.latest-work-grid,
.work-content,
.case-study-content,
.post-content,
.post-images,
.latest-news,
.latest-innovation-hub,
.page-links,
.logos,
.careers,
.office-locations,
.hero-post,
.hero-innovation {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .intro,
  .text-block,
  .image-pages,
  .about,
  .related.innovation-hub-block,
  .work-carousel,
  .hero-page,
  .hero-work,
  .hero-services,
  .services,
  .banner,
  .work-feature,
  .content-cta,
  .content-cta-image,
  .cols-5-7-alternating,
  .content-form,
  .hero-home,
  .hero-page-inner,
  .info-blocks,
  .latest-work-grid,
  .work-content,
  .case-study-content,
  .post-content,
  .post-images,
  .latest-news,
  .latest-innovation-hub,
  .page-links,
  .logos,
  .careers,
  .office-locations,
  .hero-post,
  .hero-innovation {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media (max-width: 576px) {
  .intro,
  .text-block,
  .image-pages,
  .about,
  .related.innovation-hub-block,
  .work-carousel,
  .hero-page,
  .hero-work,
  .hero-services,
  .services,
  .banner,
  .work-feature,
  .content-cta,
  .content-cta-image,
  .cols-5-7-alternating,
  .content-form,
  .hero-home,
  .hero-page-inner,
  .info-blocks,
  .latest-work-grid,
  .work-content,
  .case-study-content,
  .post-content,
  .post-images,
  .latest-news,
  .latest-innovation-hub,
  .page-links,
  .logos,
  .careers,
  .office-locations,
  .hero-post,
  .hero-innovation {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/*.hero-page,
.hero-services,
.hero-post {
    margin-top:180px;
}*/
.related.innovation-hub-block .innovation-hub-slider {
  padding-bottom: 0;
}

.related.innovation-hub-block {
  margin-bottom: 80px;
}

.services .flex-wrap .col-2, .services .flex-wrap .col-3, .services .flex-wrap .col-4 {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .services {
    margin-bottom: 80px;
  }
  .services .flex-wrap .col-2:not(:last-child), .services .flex-wrap .col-3:not(:last-child), .services .flex-wrap .col-4:not(:last-child) {
    margin-bottom: 40px;
  }
}
/*.work-carousel {
	margin-bottom:65px;
}*/
.cols-5-7-alternating .row:last-child {
  margin-bottom: 0;
}

.info-blocks {
  margin-bottom: 30px;
}

.related.latest-news .flex-wrap .col-3,
.related.latest-innovation-hub .flex-wrap .col-3 {
  margin-bottom: 0;
}

.main > .hero-work:first-child,
.main > .hero-services:first-child,
.main > .hero-page:first-child,
#news-overview > .hero-page:first-child,
.main > .hero-post:first-child {
  margin-top: 0;
}

/* Homepage special case */
.main > h1 ~ .hero-home {
  margin-top: 0;
}

/* ==========================================================================
   8. Browser Fixes
   ========================================================================== */
/* ie9 */
/* ie8  */
/* ie7 */
/* ==========================================================================
   9. Plugins
   ========================================================================== */
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

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

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

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

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

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

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

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

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

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

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

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

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

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

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

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

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

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

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

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

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

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

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

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  -webkit-transition-duration: 450ms;
          transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  -webkit-transition-duration: 550ms;
          transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  -webkit-transition-duration: 650ms;
          transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  -webkit-transition-duration: 750ms;
          transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  -webkit-transition-duration: 850ms;
          transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  -webkit-transition-duration: 900ms;
          transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  -webkit-transition-duration: 950ms;
          transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  -webkit-transition-delay: 950ms;
          transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  -webkit-transition-duration: 1050ms;
          transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  -webkit-transition-delay: 1050ms;
          transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  -webkit-transition-duration: 1100ms;
          transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  -webkit-transition-duration: 1150ms;
          transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  -webkit-transition-delay: 1150ms;
          transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  -webkit-transition-duration: 1250ms;
          transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  -webkit-transition-delay: 1250ms;
          transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  -webkit-transition-duration: 1300ms;
          transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  -webkit-transition-duration: 1350ms;
          transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  -webkit-transition-delay: 1350ms;
          transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  -webkit-transition-duration: 1400ms;
          transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  -webkit-transition-duration: 1450ms;
          transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  -webkit-transition-delay: 1450ms;
          transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  -webkit-transition-duration: 1550ms;
          transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  -webkit-transition-delay: 1550ms;
          transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  -webkit-transition-duration: 1600ms;
          transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  -webkit-transition-duration: 1650ms;
          transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  -webkit-transition-delay: 1650ms;
          transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  -webkit-transition-duration: 1700ms;
          transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  -webkit-transition-duration: 1750ms;
          transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  -webkit-transition-delay: 1750ms;
          transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  -webkit-transition-duration: 1800ms;
          transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  -webkit-transition-duration: 1850ms;
          transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  -webkit-transition-delay: 1850ms;
          transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  -webkit-transition-duration: 1900ms;
          transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  -webkit-transition-duration: 1950ms;
          transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  -webkit-transition-delay: 1950ms;
          transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  -webkit-transition-duration: 2000ms;
          transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  -webkit-transition-duration: 2050ms;
          transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  -webkit-transition-delay: 2050ms;
          transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  -webkit-transition-duration: 2100ms;
          transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  -webkit-transition-duration: 2150ms;
          transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  -webkit-transition-delay: 2150ms;
          transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  -webkit-transition-duration: 2200ms;
          transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  -webkit-transition-delay: 2200ms;
          transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  -webkit-transition-duration: 2250ms;
          transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  -webkit-transition-delay: 2250ms;
          transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  -webkit-transition-duration: 2300ms;
          transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  -webkit-transition-delay: 2300ms;
          transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  -webkit-transition-duration: 2350ms;
          transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  -webkit-transition-delay: 2350ms;
          transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  -webkit-transition-duration: 2400ms;
          transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  -webkit-transition-duration: 2450ms;
          transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  -webkit-transition-delay: 2450ms;
          transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  -webkit-transition-duration: 2500ms;
          transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  -webkit-transition-duration: 2550ms;
          transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  -webkit-transition-delay: 2550ms;
          transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  -webkit-transition-duration: 2600ms;
          transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  -webkit-transition-delay: 2600ms;
          transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  -webkit-transition-duration: 2650ms;
          transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  -webkit-transition-delay: 2650ms;
          transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  -webkit-transition-duration: 2700ms;
          transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  -webkit-transition-duration: 2750ms;
          transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  -webkit-transition-delay: 2750ms;
          transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  -webkit-transition-duration: 2800ms;
          transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  -webkit-transition-duration: 2850ms;
          transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  -webkit-transition-delay: 2850ms;
          transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  -webkit-transition-duration: 2900ms;
          transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  -webkit-transition-delay: 2900ms;
          transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  -webkit-transition-duration: 2950ms;
          transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  -webkit-transition-delay: 2950ms;
          transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  -webkit-transition-duration: 3000ms;
          transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  padding: 0;
  text-align: right;
  z-index: 1000000;
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger:focus {
  outline: none;
}

.hamburger-box {
  height: 22px;
  display: inline-block;
  position: relative;
  width: 30px;
}

.hamburger-inner {
  display: block;
  position: relative;
  top: 50%;
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  background-color: green;
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 30px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 768px) {
  .hamburger {
    visibility: visible;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

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

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

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

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

.fancybox-slide--next {
  z-index: 99995;
}

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

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

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

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}