@charset "UTF-8";
/*-----------------------------------------------------------------------------
    MDEC
-----------------------------------------------------------------------------*/
/*---- Imports ----*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*---- Globals ----*/
/*-----------------------------------------------------------------------------
  $ Fonts
-----------------------------------------------------------------------------*/
@font-face {
  font-family: "Fontello";
  src: url("../fonts/fontello/fontello.eot?1385540");
  src: url("../fonts/fontello/fontello.eot?1385540#iefix") format("embedded-opentype"),
    url("../fonts/fontello/fontello.woff2?1385540") format("woff2"),
    url("../fonts/fontello/fontello.woff?1385540") format("woff"),
    url("../fonts/fontello/fontello.ttf?1385540") format("truetype"),
    url("../fonts/fontello/fontello.svg?1385540#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Webfont";
  src: url("../fonts/gotham/book/gotham-book-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gotham/book/gotham-book-webfont.otf") format("opentype"),
    url("../fonts/gotham/book/gotham-book-webfont.woff") format("woff"),
    url("../fonts/gotham/book/gotham-book-webfont.ttf") format("truetype"),
    url("../fonts/gotham/book/gotham-book-webfont.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Webfont";
  src: url("../fonts/gotham/medium/gotham-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gotham/medium/gotham-medium-webfont.otf") format("opentype"),
    url("../fonts/gotham/medium/gotham-medium-webfont.woff") format("woff"),
    url("../fonts/gotham/medium/gotham-medium-webfont.ttf") format("truetype"),
    url("../fonts/gotham/medium/gotham-medium-webfont.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

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

@font-face {
  font-family: "Gotham Webfont";
  src: url("../fonts/gotham/black/gotham-black-webfont.eot");
  src: url("../fonts/gotham/black/gotham-black-webfont.eot") format("embedded-opentype"),
    url("../fonts/gotham/black/gotham-black-webfont.woff2") format("woff2"),
    url("../fonts/gotham/black/gotham-black-webfont.woff") format("woff"),
    url("../fonts/gotham/black/gotham-black-webfont.ttf") format("truetype"),
    url("../fonts/gotham/black/gotham-black-webfont.svg#GothamBlack") format("svg");
  font-weight: 800;
  font-style: normal;
}

/*-----------------------------------------------------------------------------
    $ Starters
/*-----------------------------------------------------------------------------
    Just some simple standardisation.
-----------------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

html,
button,
input,
select,
textarea {
  font: 100%/1.4 "Gotham Webfont", "Gotham", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
}

html {
  background-color: #fff;
  color: #161616;
  font-size: 14px;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.25em;
  line-height: 1.1;
}

a,
button,
input {
  -webkit-transition-property: color, border-color, background-color, opacity;
  transition-property: color, border-color, background-color, opacity;
}

a {
  outline: 0;
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

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

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

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

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

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

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

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

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

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

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

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

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

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

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

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

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

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

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

@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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

/*---- Components ----*/
.g-map {
  display: block;
  height: 100%;
  width: 100%;
}

/*-----------------------------------------------------------------------------
    $ Banners
-----------------------------------------------------------------------------*/
.banner {
  position: relative;
  color: #fff;
}

.banner__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner__overlay.\--horizontal {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.65)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

.banner__overlay.\--vertical {
  height: 40%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.65)),
    color-stop(80%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.05) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.banner__visual {
  padding-top: 80%;
}

.banner__visual.banner__visual--desktop {
  display: none;
}

.banner__visual-elem {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: center/cover no-repeat #161616;
  overflow: hidden;
}

.banner__video {
  position: absolute;
  top: -21.5%;
  left: 50%;
  width: 100%;
  height: 143%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1601px) {
  .banner__video {
    height: 170%;
  }
}

.banner__video.\--mobile {
  width: 216%;
}

@media (min-width: 725px) {
  .banner__video.\--mobile {
    width: 130%;
  }
}

.banner__contents {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner__contents-inner {
  width: 100%;
}

.banner__contents-inner .wrapper {
  position: relative;
}

.banner__heading {
  font-size: 6vw;
  text-transform: uppercase;
}

@media (min-width: 641px) {
  .banner__visual {
    padding-top: 0;
    height: 485px;
  }
}

@media (min-width: 801px) {
  .banner__visual {
    padding-top: 34.375%;
  }
  .banner__visual.banner__visual--mobile {
    display: none;
  }
  .banner__visual.banner__visual--desktop {
    display: block;
  }
  .banner__heading {
    font-size: 3.4375vw;
  }
  .banner.banner--tall .banner__visual {
    padding-top: 46.875%;
  }
}

@media (min-width: 1025px) {
  .banner__contents {
    padding-top: 106px;
    padding-bottom: 0;
  }
}

@media (min-width: 1601px) {
  .banner__visual {
    height: 550px;
  }
  .banner.banner .banner__visual {
    padding-top: 0;
  }
  .banner__heading {
    font-size: 55px;
  }
  .banner.banner--tall .banner__visual {
    height: 750px;
  }
}

/*---- Home banner ----*/
.page-banner {
  position: relative;
  z-index: 3;
}

.banner.banner--home .banner__heading {
  max-width: 12em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 8.75vw;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.banner.banner--home .site-description {
  font-size: 4.5vw;
  text-transform: none;
  display: block;
  margin-top: 15px;
  font-weight: 700;
}

.banner.banner--home .banner__ctas {
  margin-top: 30px;
  text-align: center;
}

.banner.banner--home .banner__ctas .button {
  background: #fff;
  color: #f00000;
  margin: 5px;
}

.banner.banner--home .banner__ctas .button:hover,
.banner.banner--home .banner__ctas .button:focus {
  background: #161616;
  color: #fff;
}

@media (max-width: 640px) {
  .banner.banner--home .banner__ctas .button {
    margin-top: 10px;
  }
  .banner.banner--home .banner__ctas .button:hover,
  .banner.banner--home .banner__ctas .button:focus {
    background: #161616;
    color: #fff;
  }
}

@media (min-width: 801px) {
  .banner.banner--home .banner__heading {
    font-size: 5.0625vw;
  }
  .banner.banner--home .site-description {
    font-size: 2.25vw;
  }
}

@media (min-width: 1601px) {
  .banner.banner--home .banner__heading {
    font-size: 81px;
  }
  .banner.banner--home .site-description {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .banner.banner--home .banner__visual {
    padding-top: 120%;
  }
}

/*----Banner Social Shares----*/
.social-shares {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100%;
}

.social-shares .social-share-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: right;
}

.social-shares .social-share-wrapper .social-share-title {
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.social-shares .social-share-wrapper .social-share-title.social-share-title-white {
  color: #fff;
}

.social-shares .social-share-wrapper .social-icon-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-shares .social-share-wrapper .social-icon-wrapper .social-icon {
  display: inline-block;
}

.social-shares .social-share-wrapper .social-icon-wrapper .social-icon:not(:first-child) {
  padding-left: 5px;
}

.social-shares .social-share-wrapper .social-icon-wrapper .social-icon a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 640px) {
  .social-shares .social-share-wrapper .social-icon-wrapper .social-icon a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 33px;
  }
}

.social-shares .social-share-wrapper .social-icon-wrapper .social-icon a:before {
  font-family: "Fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.social-shares .social-share-wrapper .social-icon-wrapper .social-icon a.social-icon-fb {
  background: #1a77bf;
}

.social-shares
  .social-share-wrapper
  .social-icon-wrapper
  .social-icon
  a.social-icon-fb:before {
  content: "";
}

.social-shares
  .social-share-wrapper
  .social-icon-wrapper
  .social-icon
  a.social-icon-twitter {
  background: #14cced;
}

.social-shares
  .social-share-wrapper
  .social-icon-wrapper
  .social-icon
  a.social-icon-twitter:before {
  content: "";
}

.social-shares
  .social-share-wrapper
  .social-icon-wrapper
  .social-icon
  a.social-icon-plus {
  background: #c0c0c0;
  font-size: 25px;
}

@media (max-width: 640px) {
  .social-shares
    .social-share-wrapper
    .social-icon-wrapper
    .social-icon
    a.social-icon-plus {
    font-size: 19px;
  }
}

.social-shares
  .social-share-wrapper
  .social-icon-wrapper
  .social-icon
  a.social-icon-plus:before {
  content: "";
}

.social-shares .social-share-wrapper .social-icon-wrapper .social-icon a:hover {
  background-color: #fff;
  color: #161616;
}

@media (min-width: 1301px) {
  .social-shares {
    right: auto;
    bottom: 40px;
    max-width: 1300px;
    margin: 0 auto;
  }
}

/*----------------Banner Slider Content-----------------*/
.slider .banner__desc,
.slider .banner__ctas {
  margin-top: 30px;
}

.slider .banner__desc {
  line-height: 1.2;
}

.slider .banner__ctas .button-inline__cta + .button-inline__cta {
  margin-left: 20px;
}

@media (min-width: 641px) {
  .slider .banner__heading,
  .slider .banner__desc,
  .slider .banner__ctas {
    max-width: 760px;
  }
}

@media (max-width: 480px) {
  .slider .banner__visual {
    padding-top: 100%;
  }
  .slider .banner__desc,
  .slider .banner__ctas {
    margin-top: 20px;
  }
}

/*-----------------------------------------------------------------------------
    $ Block list
-----------------------------------------------------------------------------*/
.block-list {
  margin: -20px 0 0 -20px;
}

.block-list .block-list__content {
  padding: 20px 0 0 20px;
}

.block-list .block-list__content-heading {
  font-weight: 800;
  margin-bottom: 15px;
}

.block-list.\--no-gutter {
  margin: 0;
}

.block-list.\--no-gutter .block-list__content {
  padding: 0;
}

.block-list.\--col-2-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-list.\--col-2-3 .block-list__content {
  width: 100%;
}

@media (min-width: 481px) {
  .block-list .block-list__content-desc.\--list-col-3 ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 641px) {
  .block-list {
    margin: -30px 0 0 -30px;
  }
  .block-list .block-list__content {
    padding: 30px 0 0 30px;
  }
  .block-list .block-list__content-desc.\--list-col-3 ul {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 801px) {
  .block-list {
    margin: -40px 0 0 -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-list.\--col-2 .block-list__content {
    width: 50%;
    padding: 40px 0 0 40px;
  }
  .block-list.\--col-3 {
    margin: -20px 0 0 -20px;
  }
  .block-list.\--col-3 .block-list__content {
    width: 33.333%;
    padding: 20px 0 0 20px;
  }
  .block-list.\--col-2-3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-list.\--col-2-3 .block-list__content {
    width: 60%;
    padding: 40px 0 0 40px;
  }
  .block-list.\--col-2-3 .block-list__content:first-child {
    width: 40%;
  }
  .block-list.\--col-2-3.\--rtl .block-list__content:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/*-----------------------------------------------------------------------------
    $ Buttons
-----------------------------------------------------------------------------*/
.button {
  min-width: 10em;
  padding: 0.83333em 0.83333em;
  border-radius: 2em;
  display: inline-block;
  background-color: #f00000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
}

.button:hover {
  background-color: #161616;
}

.button.b--outline {
  padding: 0.66667em 1.08333em;
  background-color: transparent;
  border: 0.16667em solid #f00000;
  color: #f00000;
}

.button.b--outline:hover {
  background-color: #f00000;
  color: #fff;
}

.button.b--outline.\--block {
  display: block;
}

.button.b--outline.\--black {
  border-color: #161616;
  color: #161616;
}

.button.b--outline.\--black:hover {
  background-color: #161616;
  color: #fff;
}

.button.b--outline.\--blue {
  border-color: #20939e;
  color: #20939e;
}

.button.b--outline.\--blue:hover {
  background-color: #20939e;
  color: #fff;
}

.button.b--outline.\--filter {
  min-width: 205px;
}

.button.\--white {
  background: #fff;
  color: #f00000;
}

.button.\--white:hover {
  background: #161616;
  color: #fff;
}

.button.\--x-width {
  min-width: 180px;
}

.button.\--x-pad-1 {
  padding: 0.83333em 2.08333em;
}

.button[disabled],
.button.b--disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.button.\--type-1 {
  padding: 0;
  background: none;
  border-radius: 0;
  color: #f00000;
  min-width: auto;
}

.button.\--type-1:hover {
  color: #161616;
}

.button.\--type-2 {
  padding: 0;
  background: none;
  border-radius: 0;
  color: #f00000;
  min-width: auto;
}

.button.\--type-2:after {
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-image: url(../images/shared/icons/icon-plus-sprite.svg);
  background-position: center 0;
  margin-left: 15px;
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
}

.button.\--type-2:hover {
  color: #161616;
}

.button.\--type-2:hover:after {
  background-position: center -11px;
}

.button.\--type-2.hover-white:after {
  background-image: url(../images/shared/icons/icon-plus-sprite-2.svg);
}

.button.\--type-2.hover-white:hover {
  color: #fff;
}

.button.\--type-2.hover-white:hover:after {
  background-position: center -11px;
}

.button.\--type-3 {
  padding: 0;
  background: none;
  border-radius: 0;
  color: #f00000;
  min-width: auto;
}

.button.\--type-3:after {
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-image: url(https://mdeccorporatew.wpengine.com/wp-content/uploads/assets/images/shared/icons/icon-eye-sprite.svg);
  background-position: center 0.25em;
  margin-left: 5px;
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
  vertical-align: top;
}

.button.\--type-3:hover {
  color: #161616;
}

.button.\--type-3:hover:after {
  background-position: center -0.82em;
}

.button-inline .button-inline__cta {
  display: inline-block;
  line-height: normal;
}

/*-----------------------------------------------------------------------------
    $ Embed Responsive
-----------------------------------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*-----------------------------------------------------------------------------
    $ Forms
-----------------------------------------------------------------------------*/
/*---- Form elements - shared ----*/
.field,
.select__ui {
  height: 35px;
  line-height: 30px;
  border: none;
  border-width: 1px;
  font-size: 14px;
}

.select__input:hover ~ .select__ui,
.select__input:focus ~ .select__ui {
  border-color: #dbdbdb;
}

.field.\--has-error,
.select__input.\--has-error ~ .select__ui {
  border-color: #f00000;
}

.field[disabled],
.select__input[disabled] ~ .select__ui {
  border-color: #dbdbdb;
}

.field.\--readonly {
  border-color: #dbdbdb;
  cursor: default;
}

/*---- Error ----*/
.field-error {
  margin-top: 5px;
  color: #f00000;
}

.field-error:empty {
  display: none;
}

/*---- Field ----*/
.field {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  display: block;
  padding: 0 10px;
  -webkit-appearance: none;
  appearance: none;
  /* autoprefixer: off */
}

.field::-webkit-input-placeholder {
  color: #979797;
}

.field::-ms-input-placeholder {
  color: #979797;
}

.field:-ms-input-placeholder {
  color: #979797;
}

.field::-moz-placeholder {
  color: #979797;
}

.field:-moz-placeholder {
  color: #979797;
}

.field.\--with-icon {
  padding-right: 25px;
}

.field.\--utility-bar-field {
  background: none;
  border-radius: 0;
  border: 0px solid;
  border-bottom-width: 1px;
}

.field.\--set-height-1 {
  min-height: 150px;
}

/*---- Select ----*/
.select {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 4px;
}

.select.\--utility-bar-field {
  background: none;
  border-radius: 0;
  border: 0px solid;
  border-bottom-width: 1px;
}

.select__input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 14px;
  opacity: 0;
}

.select__input[disabled] {
  cursor: not-allowed;
}

.select__ui {
  padding: 0 15px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition-property: border-color;
  transition-property: border-color;
}

.select__input:focus ~ .select__ui {
  outline: none;
}

.select__ui-arrow {
  border: 0 solid transparent;
  border-width: 7px 6px 0;
  border-top-color: #f00000;
  position: absolute;
  top: 14px;
  right: 10px;
}

.select__input.\--is-placeholder ~ .select__ui {
  color: #dbdbdb;
}

.select__input:hover ~ .select__ui:after,
.select__input:focus ~ .select__ui:after {
  border-top-color: #232323;
}

.select__input[disabled] ~ .select__ui .select__ui-arrow {
  border-top-color: #dbdbdb;
}

.input-group__input.\--set-width-1 {
  max-width: 250px;
}

/*----Search----*/
.search .search__input {
  border-bottom: 1px solid #fff;
}

.search .search__input input {
  background: none;
  border: none;
  height: 35px;
  line-height: 30px;
  width: calc(100% - 30px);
  padding-left: 10px;
}

.search .search__input input:focus {
  outline: none;
}

.search .search__input ::-webkit-input-placeholder {
  color: #fff;
}

.search .search__input ::-moz-placeholder {
  color: #fff;
}

.search .search__input :-ms-input-placeholder {
  color: #fff;
}

.search .search__input ::-ms-input-placeholder {
  color: #fff;
}

.search .search__input ::placeholder {
  color: #fff;
}

.search .search__input button {
  cursor: pointer;
  width: 24px;
  color: #f00000;
}

.search .search__input button:hover {
  color: #fff;
}

/*-----------------------------------------------------------------------------
    $ Full Visual Layout
-------------------------------------------------------------------------------
    A predefined visual layout component that fully stretches across the screen
    width. Must be used with a type modifier --- the base `.full-visual-layout`
    class itself only does half the work.
-----------------------------------------------------------------------------*/
.full-visual-layout {
  margin-top: -5px;
  margin-left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .full-visual-layout.\--gradient-layout-mobile .full-visual-layout__block-overlay {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(white),
      to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    opacity: 1 !important;
  }
  .full-visual-layout.\--gradient-layout-mobile .full-visual-layout__block.c-white,
  .full-visual-layout.\--gradient-layout-mobile .full-visual-layout__block.c-lg-white,
  .full-visual-layout.\--gradient-layout-mobile .full-visual-layout__block.c-md-white {
    text-shadow: 1px 1px 3px white;
  }
}

.full-visual-layout__block {
  width: calc(100% - 5px);
  min-height: 275px;
  margin-top: 5px;
  margin-left: 5px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-shadow: 1px 1px 3px white;
}

.full-visual-layout__block.c-white,
.full-visual-layout__block.c-lg-white,
.full-visual-layout__block.c-md-white {
  text-shadow: 1px 1px 3px black;
}

.full-visual-layout__block.full-visual-layout__intro-block {
  min-height: auto;
}

.full-visual-layout__block.\--auto-height {
  min-height: auto;
}

.full-visual-layout__block.\--content-centered {
  text-align: center;
}

@media (max-width: 800px) {
  .full-visual-layout__block.\--full-width {
    width: calc(100% - 5px);
  }
}

.full-visual-layout__block-contents {
  width: 100%;
  position: relative;
  z-index: 2;
}

.full-visual-layout__block-contents.\--contents-full-width
  .full-visual-layout__block-heading,
.full-visual-layout__block-contents.\--contents-full-width .typography-spacing__elem {
  max-width: 100% !important;
}

.full-visual-layout__block-contents.\--contents-full-width .additional-block-content {
  margin-top: 20px;
}

.full-visual-layout__block-contents--type-2 .additional-block-content {
  margin-top: 20px;
}

.full-visual-layout__block-heading.\--no-transform {
  text-transform: none;
}

.full-visual-layout__block-visual,
.full-visual-layout__block-visual-elem {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.full-visual-layout__block-visual.fvl__bv--desktop,
.full-visual-layout__block-visual-elem.fvl__bv--desktop {
  display: none;
}

.full-visual-layout__block-visual-elem {
  background: right / cover no-repeat;
  -webkit-transition: 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) -webkit-transform;
  transition: 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) -webkit-transform;
  transition: 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) transform;
  transition: 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) transform,
    3s cubic-bezier(0.25, 0.46, 0.45, 0.94) -webkit-transform;
}

.full-visual-layout__block-visual-elem.\--visual-elem-left {
  background: left / cover no-repeat;
}

.full-visual-layout__block-visual-elem.\--visual-elem-bottom-left {
  background-position: bottom left;
}

.full-visual-layout__block-visual-elem.\--visual-elem-top-center {
  background-position: top center;
}

.full-visual-layout__block-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.full-visual-layout__block-show-on-hover {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.full-visual-layout__hoverable-block:hover .full-visual-layout__block-heading {
  color: #f00000;
}

.full-visual-layout__hoverable-block:hover .full-visual-layout__block-show-on-hover {
  opacity: 1;
}

.full-visual-layout__hoverable-block:hover .full-visual-layout__block-overlay {
  opacity: 0.9;
}

.full-visual-layout__hoverable-block.\--type-2 .full-visual-layout__block-show-on-hover {
  opacity: 1;
}

.full-visual-layout__hoverable-block.\--type-2 .full-visual-layout__block-overlay {
  opacity: 0;
}

.full-visual-layout__hoverable-block.\--type-2 .full-visual-layout__block-heading {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.full-visual-layout__hoverable-block.\--type-2:hover .full-visual-layout__block-heading {
  color: #f00000;
}

.full-visual-layout__hoverable-block.\--type-2:hover
  .full-visual-layout__block-show-on-hover {
  opacity: 1;
}

.full-visual-layout__hoverable-block.\--type-2:hover .full-visual-layout__block-overlay {
  opacity: 0;
}

.full-visual-layout__hoverable-block:hover .full-visual-layout__block-visual-elem,
.full-visual-layout__partial-hoverable-block:hover
  .full-visual-layout__block-visual-elem {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.no-text-shadow {
  text-shadow: none;
}

.no-text-shadow .full-visual-layout__block {
  text-shadow: none;
}

.main-block-content__visual {
  line-height: 0;
}

@media (min-width: 481px) {
  .full-visual-layout__block {
    padding: 35px;
  }
  .full-visual-layout__block.\--parent .full-visual-layout__block {
    padding: 35px;
  }
}

@media (min-width: 641px) {
  .full-visual-layout__block {
    width: calc(50% - 5px);
  }
}

@media (min-width: 801px) {
  .full-visual-layout__block {
    padding: 40px;
  }
  .full-visual-layout__block.\--parent .full-visual-layout__block {
    padding: 40px;
  }
  .full-visual-layout__block-contents.\--inline-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .full-visual-layout__block-contents.\--inline-contents .main-block-content {
    width: 40%;
    padding-right: 40px;
  }
  .full-visual-layout__block-contents.\--inline-contents .additional-block-content {
    width: 60%;
  }
  .full-visual-layout__block-contents.\--inline-contents.\--flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .full-visual-layout__block-contents.\--inline-contents--option-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .full-visual-layout__block-contents.\--inline-contents--option-2 .main-block-content {
    width: 25%;
    padding-right: 40px;
  }
  .full-visual-layout__block-contents.\--inline-contents--option-2
    .additional-block-content {
    width: 75%;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .full-visual-layout__block-contents.\--inline-contents--option-2.\--split-content-lg {
    display: block;
  }
  .full-visual-layout__block-contents.\--inline-contents--option-2.\--split-content-lg
    .main-block-content {
    width: 100%;
    padding-right: 0;
  }
  .full-visual-layout__block-contents.\--inline-contents--option-2.\--split-content-lg
    .additional-block-content {
    width: 100%;
    margin-top: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 801px) {
  .full-visual-layout__block-contents.\--contents-full-width .additional-block-content {
    width: 100%;
    margin-top: 25px;
    padding-left: 25px;
  }
  .full-visual-layout__intro-block .full-visual-layout__block-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .full-visual-layout__intro-block .full-visual-layout__block-contents h1 {
    width: 40%;
    padding-right: 6.5%;
  }
  .full-visual-layout__intro-block .full-visual-layout__block-contents div {
    width: 60%;
  }
  .full-visual-layout__block-contents--type-2 {
    width: 60%;
  }
  .full-visual-layout__block-contents--type-2 .additional-block-content {
    margin-top: 25px;
    padding-left: 25px;
    width: 100% !important;
  }
  .full-visual-layout__block-contents--type-3 {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .full-visual-layout__block-visual.fvl__bv--mobile {
    display: none;
  }
  .full-visual-layout__block-visual.fvl__bv--desktop {
    display: block;
  }
  .full-visual-layout__block-contents.\--offset-left {
    margin-left: auto;
  }
  .full-visual-layout__block-contents.\--offset-top {
    margin-top: 30%;
  }
}

@media (min-width: 1281px) {
  .full-visual-layout__block {
    padding: 45px;
  }
  .full-visual-layout__block.\--parent .full-visual-layout__block {
    padding: 45px;
  }
}

@media (min-width: 481px) and (max-width: 800px) {
  .full-visual-layout__block-contents.\--inline-contents .additional-block-content {
    margin-top: 25px;
  }
}

@media (max-width: 800px) {
  .full-visual-layout__block-contents.\--inline-contents .additional-block-content {
    padding-left: 25px;
  }
  .full-visual-layout__block-contents.\--inline-contents--option-2
    .additional-block-content {
    margin-top: 25px;
  }
}

/*
 *---- Layout 1 ----
 *
 *   As illustrated below:
 *
 *   ---------------------------------------------------------------------
 *        .                            |                             .
 *        .             1              |              2              .
 *        .                            |                             .
 *   ---------------------------------------------------------------------
 *        .                            |              |              .
 *        .             3              |       4      |      5       .
 *        .                            |              |              .
 *   ---------------------------------------------------------------------
 *        .                            |              |              .
 *        .             6              |       7      |      8       .
 *        .                            |              |              .
 *   ---------------------------------------------------------------------
 *        .                            |              |              .
 *        .             9              |       10     |     ...      .
 *        .                            |              |              .
 *   ---------------------------------------------------------------------
 *
 */
.full-visual-layout.fvl--type-1
  .full-visual-layout__block:nth-child(4)
  .full-visual-layout__block-visual-elem {
  background-position: center center;
}

@media (min-width: 641px) {
  .full-visual-layout.fvl--type-1 .full-visual-layout__block:nth-child(1) {
    width: calc(100% - 5px);
  }
}

@media (min-width: 1025px) {
  .full-visual-layout.fvl--type-1 .full-visual-layout__block {
    width: calc(25% - 5px);
    min-height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .full-visual-layout.fvl--type-1 .full-visual-layout__block:nth-child(1),
  .full-visual-layout.fvl--type-1 .full-visual-layout__block:nth-child(2),
  .full-visual-layout.fvl--type-1 .full-visual-layout__block:nth-child(3n) {
    width: calc(50% - 5px);
  }
  .full-visual-layout.fvl--type-1 .full-visual-layout__block:nth-child(1),
  .full-visual-layout.fvl--type-1 .full-visual-layout__block:nth-child(2) {
    min-height: 375px;
  }
}

@media (min-width: 1301px) {
  .full-visual-layout.fvl--type-1 .full-visual-layout__block {
    width: 325px;
  }
  .full-visual-layout.fvl--type-1 .full-visual-layout__block:nth-child(1),
  .full-visual-layout.fvl--type-1 .full-visual-layout__block:nth-child(2),
  .full-visual-layout.fvl--type-1 .full-visual-layout__block:nth-child(3n) {
    width: calc(50% - 5px);
  }
  .full-visual-layout.fvl--type-1
    .full-visual-layout__block:nth-child(1)
    .full-visual-layout__block-contents,
  .full-visual-layout.fvl--type-1
    .full-visual-layout__block:nth-child(3n)
    .full-visual-layout__block-contents {
    max-width: 600px;
    margin-left: auto;
  }
  .full-visual-layout.fvl--type-1
    .full-visual-layout__block:nth-child(2)
    .full-visual-layout__block-contents {
    max-width: 600px;
  }
  .full-visual-layout.fvl--type-1
    .full-visual-layout__block:nth-child(3n + 2):not(:nth-child(2)) {
    width: calc(50% - 325px - 10px);
  }
  .full-visual-layout.fvl--type-1
    .full-visual-layout__block:nth-child(3n + 2):not(:nth-child(2))
    .full-visual-layout__block-contents {
    max-width: 275px;
  }
}

@media (min-width: 1601px) {
  .full-visual-layout.fvl--type-1
    .full-visual-layout__block:nth-child(3n + 2):not(:nth-child(2)) {
    width: calc(50% - 325px - 10px);
  }
  .full-visual-layout.fvl--type-1
    .full-visual-layout__block:nth-child(3n + 2):not(:nth-child(2))
    .full-visual-layout__block-contents {
    max-width: 275px;
  }
}

/*
 *---- Layout 2 ----
 *
 *   As illustrated below:
 *
 *   ---------------------------------------------------------------------
 *        .                            |                             .
 *        .             1              |              2              .
 *        .                            |                             .
 *   ---------------------------------------------------------------------
 *        .                    |              |                      .
 *        .          3         |       4      |          5           .
 *        .                    |              |                      .
 *   ---------------------------------------------------------------------
 *        .                            |                             .
 *        .             6              |              7              .
 *        .                            |                             .
 *   ---------------------------------------------------------------------
 *
 */
.full-visual-layout.fvl--type-2
  .full-visual-layout__block:nth-child(5)
  .full-visual-layout__block-visual-elem {
  background-position: left center;
}

.full-visual-layout.fvl--type-2 .full-visual-layout__block:nth-child(6n) {
  background: #fff;
}

@media (min-width: 481px) {
  .full-visual-layout.fvl--type-2
    .full-visual-layout__block
    .full-visual-layout__block-heading {
    max-width: 300px;
  }
  .full-visual-layout.fvl--type-2 .full-visual-layout__block .typography-spacing__elem {
    max-width: 250px;
  }
}

@media (min-width: 641px) {
  .full-visual-layout.fvl--type-2 .full-visual-layout__block:nth-child(1) {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .full-visual-layout.fvl--type-2 .full-visual-layout__block {
    width: calc(50% - 5px);
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .full-visual-layout.fvl--type-2 .full-visual-layout__block:nth-child(1) {
    width: calc(50% - 5px);
  }
  .full-visual-layout.fvl--type-2 .full-visual-layout__block:nth-child(3),
  .full-visual-layout.fvl--type-2 .full-visual-layout__block:nth-child(4),
  .full-visual-layout.fvl--type-2 .full-visual-layout__block:nth-child(5) {
    width: calc(33.333% - 5px);
  }
}

@media (min-width: 1301px) {
  .full-visual-layout.fvl--type-2
    .full-visual-layout__block:nth-child(1)
    .full-visual-layout__block-contents,
  .full-visual-layout.fvl--type-2
    .full-visual-layout__block:nth-child(3)
    .full-visual-layout__block-contents,
  .full-visual-layout.fvl--type-2
    .full-visual-layout__block:nth-child(6)
    .full-visual-layout__block-contents {
    max-width: 600px;
    margin-left: auto;
  }
  .full-visual-layout.fvl--type-2
    .full-visual-layout__block:nth-child(2)
    .full-visual-layout__block-contents {
    max-width: 600px;
  }
  .full-visual-layout.fvl--type-2
    .full-visual-layout__block:nth-child(3)
    .full-visual-layout__block-contents {
    max-width: 383.33333px;
    margin-left: auto;
  }
  .full-visual-layout.fvl--type-2 .full-visual-layout__block:nth-child(3),
  .full-visual-layout.fvl--type-2 .full-visual-layout__block:nth-child(5) {
    width: calc(50% - 216.5px - 5px);
  }
  .full-visual-layout.fvl--type-2 .full-visual-layout__block:nth-child(4) {
    width: calc(433px - 5px);
  }
  .full-visual-layout.fvl--type-2
    .full-visual-layout__block:nth-child(5)
    .full-visual-layout__block-contents {
    max-width: 383.33333px;
  }
}

/*
 *---- Layout 3 ----
 *
 *   As illustrated below:
 *
 *   ---------------------------------------------------------------------
 *        .                            |                             .
 *        .             1              |              2              .
 *        .                            |                             .
 *   ---------------------------------------------------------------------
 *        .                            |                             .
 *        .             3              |              4              .
 *        .                            |                             .
 *   ---------------------------------------------------------------------
 *        .                            |                             .
 *        .             5              |              6              .
 *        .                            |                             .
 *   ---------------------------------------------------------------------
 *
 */
.full-visual-layout.fvl--type-3 .full-visual-layout__block.\--short {
  min-height: 120px;
}

.full-visual-layout.fvl--type-3
  .full-visual-layout__block
  .typography-spacing__elem.\--full-width {
  max-width: 100%;
}

.full-visual-layout.fvl--type-3
  .full-visual-layout__block
  .typography-spacing__elem.\--3-quarters-width-xs-dn {
  max-width: 75%;
}

@media (min-width: 481px) {
  .full-visual-layout.fvl--type-3
    .full-visual-layout__block
    .full-visual-layout__block-heading {
    max-width: 300px;
  }
  .full-visual-layout.fvl--type-3 .full-visual-layout__block .typography-spacing__elem {
    max-width: 250px;
  }
}

@media (min-width: 1025px) {
  .full-visual-layout.fvl--type-3 .full-visual-layout__block {
    min-height: 350px;
  }
  .full-visual-layout.fvl--type-3 .full-visual-layout__block.\--set-min-height {
    min-height: 517px;
  }
}

@media (min-width: 1025px) and (min-width: 1601px) {
  .full-visual-layout.fvl--type-3 .full-visual-layout__block.\--set-min-height {
    min-height: 616px;
  }
}

@media (min-width: 1025px) {
  .full-visual-layout.fvl--type-3 .full-visual-layout__block.\--short {
    padding: 30px 45px;
  }
  .full-visual-layout.fvl--type-3
    .full-visual-layout__block
    .typography-spacing__elem.\--full-width-lg {
    max-width: 100%;
  }
}

@media (min-width: 1301px) {
  .full-visual-layout.fvl--type-3
    .full-visual-layout__block:nth-child(odd)
    .full-visual-layout__block-contents {
    max-width: 600px;
    margin-left: auto;
  }
  .full-visual-layout.fvl--type-3
    .full-visual-layout__block:nth-child(even)
    .full-visual-layout__block-contents {
    max-width: 600px;
  }
}

/*
 *---- Layout 4 ----
 *
 *   As illustrated below:
 *
 *   ---------------------------------------------------------------------
 *        .                                                          .
 *        .                            1                             .
 *        .                                                          .
 *   ---------------------------------------------------------------------
 *        .                                                          .
 *        .                            2                             .
 *        .                                                          .
 *   ---------------------------------------------------------------------
 *        .                            |                             .
 *        .             3              |              4              .
 *        .                            |                             .
 *   ---------------------------------------------------------------------
 *
 */
.full-visual-layout.fvl--type-4 .wrapper {
  padding: 0;
}

.full-visual-layout.fvl--type-4 .full-visual-layout__block:nth-child(1) {
  min-height: auto;
}

@media (min-width: 481px) {
  .full-visual-layout.fvl--type-4
    .full-visual-layout__block
    .full-visual-layout__block-heading {
    max-width: 300px;
  }
  .full-visual-layout.fvl--type-4 .full-visual-layout__block .typography-spacing__elem {
    max-width: 250px;
  }
  .full-visual-layout.fvl--type-4 .full-visual-layout__block:nth-child(1) {
    padding-top: 0;
  }
  .full-visual-layout.fvl--type-4
    .full-visual-layout__block:nth-child(1)
    .full-visual-layout__block-heading {
    max-width: 100%;
  }
  .full-visual-layout.fvl--type-4
    .full-visual-layout__block:nth-child(2)
    .full-visual-layout__block-heading {
    max-width: 100%;
  }
  .full-visual-layout.fvl--type-4
    .full-visual-layout__block:nth-child(2)
    .typography-spacing__elem {
    max-width: 100%;
  }
  .full-visual-layout.fvl--type-4
    .full-visual-layout__block:nth-child(2)
    .typography-spacing__elem
    .full-visual-layout__block-paragraph {
    max-width: 100%;
  }
}

@media (min-width: 641px) {
  .full-visual-layout.fvl--type-4 .full-visual-layout__block:nth-child(1),
  .full-visual-layout.fvl--type-4 .full-visual-layout__block:nth-child(2) {
    width: 100%;
  }
}

@media (min-width: 801px) {
  .full-visual-layout.fvl--type-4
    .full-visual-layout__block:nth-child(2)
    .typography-spacing__elem {
    max-width: 60%;
  }
}

@media (min-width: 1025px) {
  .full-visual-layout.fvl--type-4 .full-visual-layout__block {
    min-height: 350px;
  }
}

@media (min-width: 1301px) {
  .full-visual-layout.fvl--type-4
    .full-visual-layout__block:nth-child(3)
    .full-visual-layout__block-contents {
    max-width: 600px;
    margin-left: auto;
  }
  .full-visual-layout.fvl--type-4
    .full-visual-layout__block:nth-child(4)
    .full-visual-layout__block-contents {
    max-width: 600px;
  }
  .full-visual-layout.fvl--type-4.\--box-of-8
    .full-visual-layout__block:nth-child(3)
    .full-visual-layout__block-contents,
  .full-visual-layout.fvl--type-4.\--box-of-8
    .full-visual-layout__block:nth-child(5)
    .full-visual-layout__block-contents,
  .full-visual-layout.fvl--type-4.\--box-of-8
    .full-visual-layout__block:nth-child(7)
    .full-visual-layout__block-contents {
    max-width: 600px;
    margin-left: auto;
  }
  .full-visual-layout.fvl--type-4.\--box-of-8
    .full-visual-layout__block:nth-child(4)
    .full-visual-layout__block-contents,
  .full-visual-layout.fvl--type-4.\--box-of-8
    .full-visual-layout__block:nth-child(6)
    .full-visual-layout__block-contents {
    max-width: 600px;
  }
}

@media (min-width: 1431px) {
  .full-visual-layout.fvl--type-4 .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
 *---- Layout 5 ----
 *
 *   As illustrated below:
 *
 *   ---------------------------------------------------------------------
 *        .                            |                             .
 *        .             1              |              2              .
 *        .                            |                             .
 *   ---------------------------------------------------------------------
 *        .             |              |               |             .
 *        .      3      |       4      |       5       |       6     .
 *        .             |              |               |             .
 *   ---------------------------------------------------------------------
 *        .                            |                             .
 *        .             6              |              7              .
 *        .                            |                             .
 *   ---------------------------------------------------------------------
 *
 */
.full-visual-layout.fvl--type-5 .full-visual-layout__block:nth-child(3),
.full-visual-layout.fvl--type-5 .full-visual-layout__block:nth-child(4),
.full-visual-layout.fvl--type-5 .full-visual-layout__block:nth-child(5),
.full-visual-layout.fvl--type-5 .full-visual-layout__block:nth-child(6) {
  min-height: 330px;
}

.full-visual-layout.fvl--type-5
  .full-visual-layout__block:nth-child(3)
  .full-visual-layout__block-visual-elem,
.full-visual-layout.fvl--type-5
  .full-visual-layout__block:nth-child(4)
  .full-visual-layout__block-visual-elem,
.full-visual-layout.fvl--type-5
  .full-visual-layout__block:nth-child(5)
  .full-visual-layout__block-visual-elem,
.full-visual-layout.fvl--type-5
  .full-visual-layout__block:nth-child(6)
  .full-visual-layout__block-visual-elem {
  background-size: 250px;
  background-position: bottom center;
}

@media (min-width: 481px) {
  .full-visual-layout.fvl--type-5
    .full-visual-layout__block
    .full-visual-layout__block-heading {
    max-width: 300px;
  }
  .full-visual-layout.fvl--type-5 .full-visual-layout__block .typography-spacing__elem {
    max-width: 250px;
  }
}

@media (min-width: 1025px) {
  .full-visual-layout.fvl--type-5 .full-visual-layout__block {
    width: calc(50% - 5px);
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .full-visual-layout.fvl--type-5 .full-visual-layout__block:nth-child(3),
  .full-visual-layout.fvl--type-5 .full-visual-layout__block:nth-child(4),
  .full-visual-layout.fvl--type-5 .full-visual-layout__block:nth-child(5),
  .full-visual-layout.fvl--type-5 .full-visual-layout__block:nth-child(6) {
    width: calc(25% - 5px);
    min-height: 350px;
  }
}

@media (min-width: 1301px) {
  .full-visual-layout.fvl--type-5
    .full-visual-layout__block:nth-child(1)
    .full-visual-layout__block-contents,
  .full-visual-layout.fvl--type-5
    .full-visual-layout__block:nth-child(7)
    .full-visual-layout__block-contents,
  .full-visual-layout.fvl--type-5
    .full-visual-layout__block:nth-child(9)
    .full-visual-layout__block-contents {
    max-width: 600px;
    margin-left: auto;
  }
  .full-visual-layout.fvl--type-5
    .full-visual-layout__block:nth-child(2)
    .full-visual-layout__block-contents,
  .full-visual-layout.fvl--type-5
    .full-visual-layout__block:nth-child(8)
    .full-visual-layout__block-contents,
  .full-visual-layout.fvl--type-5
    .full-visual-layout__block:nth-child(10)
    .full-visual-layout__block-contents {
    max-width: 600px;
  }
  .full-visual-layout.fvl--type-5
    .full-visual-layout__block:nth-child(3)
    .full-visual-layout__block-contents {
    max-width: 275px;
    margin-left: auto;
  }
  .full-visual-layout.fvl--type-5 .full-visual-layout__block:nth-child(3),
  .full-visual-layout.fvl--type-5 .full-visual-layout__block:nth-child(6) {
    width: calc(50% - 325px - 5px);
  }
  .full-visual-layout.fvl--type-5 .full-visual-layout__block:nth-child(4),
  .full-visual-layout.fvl--type-5 .full-visual-layout__block:nth-child(5) {
    width: calc(325px - 5px);
  }
  .full-visual-layout.fvl--type-5
    .full-visual-layout__block:nth-child(6)
    .full-visual-layout__block-contents {
    max-width: 275px;
  }
}

@media (min-width: 1401px) {
  .full-visual-layout.fvl--type-5
    .full-visual-layout__block:nth-child(3)
    .full-visual-layout__block-visual-elem {
    background-position: 84.72222% bottom;
  }
  .full-visual-layout.fvl--type-5
    .full-visual-layout__block:nth-child(6)
    .full-visual-layout__block-visual-elem {
    background-position: 58px bottom;
  }
}

/*
 *---- Layout 6 ----
 *
 *   As illustrated below:
 *
 *   ---------------------------------------------------------------------
 *        .                                                          .
 *        .                            1                             .
 *        .                                                          .
 *   ---------------------------------------------------------------------
 *        .                    |              |                      .
 *        .          2         |       3      |          4           .
 *        .                    |              |                      .
 *   ---------------------------------------------------------------------
 *        .                    |              |                      .
 *        .          5         |       6      |          7           .
 *        .                    |              |                      .
 *   ---------------------------------------------------------------------
 *        .                                                          .
 *        .                            8                             .
 *        .                                                          .
 *   ---------------------------------------------------------------------
 *
 */
.full-visual-layout.fvl--type-6 .wrapper {
  padding: 0;
}

.full-visual-layout.fvl--type-6 .full-visual-layout__block:nth-child(1) {
  min-height: auto;
}

.full-visual-layout.fvl--type-6
  .full-visual-layout__block:nth-child(8)
  .full-visual-layout__block-visual-elem {
  background-position: center;
}

@media (min-width: 481px) {
  .full-visual-layout.fvl--type-6
    .full-visual-layout__block:nth-child(1)
    .full-visual-layout__block-heading {
    max-width: 100%;
  }
  .full-visual-layout.fvl--type-6
    .full-visual-layout__block
    .full-visual-layout__block-heading {
    max-width: 300px;
  }
  .full-visual-layout.fvl--type-6 .full-visual-layout__block .typography-spacing__elem {
    max-width: 250px;
  }
}

@media (min-width: 641px) {
  .full-visual-layout.fvl--type-6 .full-visual-layout__block:nth-child(1),
  .full-visual-layout.fvl--type-6 .full-visual-layout__block:nth-child(8) {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .full-visual-layout.fvl--type-6 .full-visual-layout__block {
    width: calc(33.333% - 5px);
    min-height: 350px;
  }
}

@media (min-width: 1301px) {
  .full-visual-layout.fvl--type-6
    .full-visual-layout__block:nth-child(2)
    .full-visual-layout__block-contents,
  .full-visual-layout.fvl--type-6
    .full-visual-layout__block:nth-child(5)
    .full-visual-layout__block-contents {
    max-width: 383.33333px;
    margin-left: auto;
  }
  .full-visual-layout.fvl--type-6
    .full-visual-layout__block:nth-child(4)
    .full-visual-layout__block-contents,
  .full-visual-layout.fvl--type-6
    .full-visual-layout__block:nth-child(7)
    .full-visual-layout__block-contents {
    max-width: 383.33333px;
  }
  .full-visual-layout.fvl--type-6 .full-visual-layout__block:nth-child(2),
  .full-visual-layout.fvl--type-6 .full-visual-layout__block:nth-child(4),
  .full-visual-layout.fvl--type-6 .full-visual-layout__block:nth-child(5),
  .full-visual-layout.fvl--type-6 .full-visual-layout__block:nth-child(7) {
    width: calc(50% - 216.5px - 5px);
  }
  .full-visual-layout.fvl--type-6 .full-visual-layout__block:nth-child(3),
  .full-visual-layout.fvl--type-6 .full-visual-layout__block:nth-child(6) {
    width: calc(433px - 5px);
  }
}

@media (min-width: 1431px) {
  .full-visual-layout.fvl--type-6 .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
 *---- Layout 7 ----
 *
 *   As illustrated below:
 *
 *   ---------------------------------------------------------------------
 *        .                                                          .
 *        .                            1                             .
 *        .                                                          .
 *   ---------------------------------------------------------------------
 *        .                                                          .
 *        .                            2                             .
 *        .                                                          .
 *   ---------------------------------------------------------------------
 *        .                                                          .
 *        .                            3                             .
 *        .                                                          .
 *   ---------------------------------------------------------------------
 *        .                                                          .
 *        .                            4                             .
 *        .                                                          .
 *   ---------------------------------------------------------------------
 *        .                                                          .
 *        .                           ...                            .
 *        .                                                          .
 *   ---------------------------------------------------------------------
 *
 */
.full-visual-layout.fvl--type-7 .wrapper {
  padding: 0;
}

.full-visual-layout.fvl--type-7
  .full-visual-layout__block.full-visual-layout__intro-block {
  min-height: auto;
}

.full-visual-layout.fvl--type-7 .full-visual-layout__block.\--auto-height {
  min-height: auto;
}

.full-visual-layout.fvl--type-7 .full-visual-layout__block.\--tall {
  min-height: 800px;
}

@media (min-width: 481px) {
  .full-visual-layout.fvl--type-7
    .full-visual-layout__block:nth-child(1)
    .full-visual-layout__block-heading {
    max-width: 100%;
  }
  .full-visual-layout.fvl--type-7
    .full-visual-layout__block
    .full-visual-layout__block-heading {
    max-width: 300px;
  }
  .full-visual-layout.fvl--type-7 .full-visual-layout__block .typography-spacing__elem {
    max-width: 250px;
  }
  .full-visual-layout.fvl--type-7
    .full-visual-layout__block
    .typography-spacing__elem.\--full-width {
    max-width: 100%;
  }
  .full-visual-layout.fvl--type-7
    .full-visual-layout__block
    .full-visual-layout__block-contents--type-2
    .typography-spacing__elem {
    max-width: 100%;
  }
}

@media (min-width: 641px) {
  .full-visual-layout.fvl--type-7 .full-visual-layout__block {
    width: 100%;
  }
  .full-visual-layout.fvl--type-7 .full-visual-layout__block.\--tall {
    min-height: 600px;
  }
}

@media (max-width: 1024px) {
  .full-visual-layout.fvl--type-7 .full-visual-layout__block-visual-elem.\--center-lg-dn {
    background-position: center;
  }
}

@media (min-width: 1025px) {
  .full-visual-layout.fvl--type-7 .full-visual-layout__block {
    min-height: 350px;
  }
  .full-visual-layout.fvl--type-7 .full-visual-layout__block.\--tall {
    min-height: 450px;
  }
  .full-visual-layout.fvl--type-7
    .full-visual-layout__block-contents-container.\--2-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .full-visual-layout.fvl--type-7
    .full-visual-layout__block-contents-container.\--2-items
    .full-visual-layout__block-contents {
    display: inline-block;
  }
  .full-visual-layout.fvl--type-7
    .full-visual-layout__block-contents-container.\--2-items
    .full-visual-layout__block-contents:nth-child(1) {
    width: 40%;
  }
  .full-visual-layout.fvl--type-7
    .full-visual-layout__block-contents-container.\--2-items
    .full-visual-layout__block-contents:nth-child(2) {
    width: 60%;
  }
  .full-visual-layout.fvl--type-7 .full-visual-layout__block-visual-elem.\--bottom-lg {
    background-position: bottom;
  }
}

@media (min-width: 1301px) {
  .full-visual-layout.fvl--type-7 .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
 *---- Layout 8 ----
 *
 *   As illustrated below:
 *
 *   ---------------------------------------------------------------------
 *        .                    |              |                      .
 *        .          1         |       2      |          3           .
 *        .                    |              |                      .
 *   ---------------------------------------------------------------------
 *
 */
.full-visual-layout.fvl--type-8 .wrapper {
  padding: 0;
}

@media (min-width: 481px) {
  .full-visual-layout.fvl--type-8
    .full-visual-layout__block
    .full-visual-layout__block-heading {
    max-width: 300px;
  }
  .full-visual-layout.fvl--type-8 .full-visual-layout__block .typography-spacing__elem {
    max-width: 250px;
  }
}

@media (min-width: 1025px) {
  .full-visual-layout.fvl--type-8 .full-visual-layout__block {
    width: calc(33.333% - 5px);
    min-height: 350px;
  }
}

@media (min-width: 1301px) {
  .full-visual-layout.fvl--type-8
    .full-visual-layout__block:nth-child(1)
    .full-visual-layout__block-contents {
    max-width: 383.33333px;
    margin-left: auto;
  }
  .full-visual-layout.fvl--type-8
    .full-visual-layout__block:nth-child(3)
    .full-visual-layout__block-contents {
    max-width: 383.33333px;
  }
  .full-visual-layout.fvl--type-8 .full-visual-layout__block:nth-child(1),
  .full-visual-layout.fvl--type-8 .full-visual-layout__block:nth-child(3) {
    width: calc(50% - 216.5px - 5px);
  }
  .full-visual-layout.fvl--type-8 .full-visual-layout__block:nth-child(2) {
    width: calc(433px - 5px);
  }
}

@media (min-width: 1431px) {
  .full-visual-layout.fvl--type-8 .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
 *---- Layout 10 ----
 *
 *   As illustrated below:
 *
 *   ---------------------------------------------------------------------
 *        .                            |                             .
 *        .             1              |              2              .
 *        .                            |                             .
 *   ---------------------------------------------------------------------
 *        .                            |                             .
 *        .             3              |              4              .
 *        .                            |                             .
 *   ---------------------------------------------------------------------
 *        .                            |                             .
 *        .             5              |              6              .
 *        .                            |                             .
 *   ---------------------------------------------------------------------
 *        .                                                          .
 *        .                            7                             .
 *        .                                                          .
 *   ---------------------------------------------------------------------
 */
.full-visual-layout.fvl--type-10 .wrapper {
  padding: 0;
}

@media (min-width: 481px) {
  .full-visual-layout.fvl--type-10
    .full-visual-layout__block
    .full-visual-layout__block-heading {
    max-width: 300px;
  }
  .full-visual-layout.fvl--type-10 .full-visual-layout__block .typography-spacing__elem {
    max-width: 250px;
  }
}

@media (min-width: 641px) {
  .full-visual-layout.fvl--type-10 .full-visual-layout__block:nth-child(7) {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .full-visual-layout.fvl--type-10 .full-visual-layout__block {
    min-height: 350px;
  }
  .full-visual-layout.fvl--type-10 .full-visual-layout__block.\--set-min-height {
    min-height: 517px;
  }
}

@media (min-width: 1025px) and (min-width: 1601px) {
  .full-visual-layout.fvl--type-10 .full-visual-layout__block.\--set-min-height {
    min-height: 616px;
  }
}

@media (min-width: 1025px) {
  .full-visual-layout.fvl--type-10 .full-visual-layout__block:nth-child(7) {
    min-height: 380px;
    margin-bottom: 5px;
  }
  .full-visual-layout.fvl--type-10
    .full-visual-layout__block:nth-child(7)
    .full-visual-layout__block-contents {
    margin-top: 75px;
  }
}

@media (min-width: 1301px) {
  .full-visual-layout.fvl--type-10
    .full-visual-layout__block:nth-child(odd)
    .full-visual-layout__block-contents {
    max-width: 600px;
    margin-left: auto;
  }
  .full-visual-layout.fvl--type-10
    .full-visual-layout__block:nth-child(even)
    .full-visual-layout__block-contents {
    max-width: 600px;
  }
  .full-visual-layout.fvl--type-10 .full-visual-layout__block:nth-child(7) {
    width: 100%;
    margin-bottom: 5px;
  }
  .full-visual-layout.fvl--type-10
    .full-visual-layout__block:nth-child(7)
    .full-visual-layout__block-contents {
    max-width: 600px;
    margin-left: 0;
    margin-top: 75px;
  }
}

@media (min-width: 1431px) {
  .full-visual-layout.fvl--type-10 .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
 *---- Layout videos ----
 *
 *   As illustrated below:
 *
 *   ---------------------------------------------------------------------
 *        .                            |                             .
 *        .           text             |            video            .
 *        .                            |                             .
 *   ---------------------------------------------------------------------
 *
 */
.fvl--videos .full-visual-layout__block:nth-child(1) {
  min-height: auto;
}

.fvl--videos .full-visual-layout__block .full-visual-layout__youtube-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fvl--videos .full-visual-layout__block .full-visual-layout__youtube-play img {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.fvl--videos .full-visual-layout__block .full-visual-layout__youtube-play img:hover {
  opacity: 0.5;
}

.fvl--videos .full-visual-layout__block .full-visual-layout__block-visual-elem {
  background-position: center;
}

@media (min-width: 641px) {
  .fvl--videos.\--rtl .full-visual-layout__block:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fvl--videos.\--rtl .full-visual-layout__block:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1025px) {
  .fvl--videos .full-visual-layout__block {
    min-height: 350px;
  }
}

@media (min-width: 1301px) {
  .fvl--videos
    .full-visual-layout__block:nth-child(1)
    .full-visual-layout__block-contents {
    max-width: 600px;
    margin-left: auto;
  }
  .fvl--videos.\--rtl
    .full-visual-layout__block:nth-child(1)
    .full-visual-layout__block-contents {
    margin-left: 0;
  }
}

/*-----------------------------------------------------------------------------
    $ Headings
-----------------------------------------------------------------------------*/
.heading {
  text-transform: uppercase;
  font-weight: bold;
}

.heading.heading--partial-underline:after {
  content: "";
  width: 70px;
  height: 10px;
  margin-top: 15px;
  display: block;
  background-color: #f00000;
}

.heading.heading--partial-underline.heading--auto-line-color:after {
  background-color: currentColor;
}

.heading.\--no-transform {
  text-transform: none;
}

h1.heading,
.heading.heading--h1 {
  font-size: 24px;
}

h2.heading,
.heading.heading--h2 {
  font-size: 18px;
}

@media (min-width: 481px) {
  h1.heading,
  .heading.heading--h1 {
    font-size: 27px;
  }
  h2.heading,
  .heading.heading--h2 {
    font-size: 19px;
  }
}

@media (min-width: 641px) {
  h1.heading,
  .heading.heading--h1 {
    font-size: 30px;
  }
  h2.heading,
  .heading.heading--h2 {
    font-size: 20px;
  }
}

@media (min-width: 801px) {
  h2.heading,
  .heading.heading--h2 {
    font-size: 21px;
  }
}

@media (min-width: 1025px) {
  h2.heading,
  .heading.heading--h2 {
    font-size: 22px;
  }
}

/*-----------------------------------------------------------------------------
    $ Icons
-----------------------------------------------------------------------------*/
.icon:before {
  font-family: "Fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

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

.icon.\--plus-2:before {
  content: "";
}

.icon.\--plus-3:before {
  content: "";
}

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

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

.icon.\--youtube-play:before {
  content: "";
}

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

.icon.\--paper-plane:before {
  content: "";
}

.icon.\--angle-left:before {
  content: "";
}

.icon.\--download:before {
  content: "";
}

.icon-gfx {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-gfx.\--plus {
  width: 10px;
  height: 10px;
  background-image: url(../images/shared/icons/icon-plus-sprite.svg);
  background-position: center 0;
}

.icon-gfx.\--black {
  background-position: center -11px;
}

.icon-gfx.\--white {
  background-position: center -22px;
}

/*-----------------------------------------------------------------------------
    $ Indents
-----------------------------------------------------------------------------*/
.indent {
  position: relative;
  padding-left: 25px;
}

.indent.i--with-line:before {
  content: "";
  width: 7px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f00000;
}

.indent.i--with-line.i--auto-line-color:before {
  background-color: currentColor;
}

.indent.i--with-line.xs-line {
  padding-left: 15px;
}

.indent.i--with-line.xs-line:before {
  width: 4px;
  height: 14px;
}

.indent.\--small {
  padding-left: 20px;
}

/*-----------------------------------------------------------------------------
    $ Info list
-----------------------------------------------------------------------------*/
.info-list .info-list__col {
  padding-top: 20px;
}

.info-list .info-list__col-inner {
  position: relative;
}

.info-list .info-list__col-inner:after {
  content: "";
  display: block;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}

.typography-spacing .info-list h1 {
  font-size: 5.625vw;
  font-weight: 800;
  margin: 0;
}

.typography-spacing .info-list h1 .text-top {
  font-size: 3.75vw;
  display: block;
  margin-bottom: -5px;
}

.typography-spacing .info-list h1 .text-style-1 {
  font-size: 3.75vw;
  display: block;
}

.typography-spacing .info-list h1 .text-style-3 {
  font-size: 12px;
  display: block;
}

.info-list .info-list__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
}

.info-list .info-list__visual-desktop {
  display: none;
}

.info-list .info-list__desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-list .info-list__desc ul li {
  padding-left: 0;
  margin-top: 15px;
}

.info-list .info-list__desc ul li:first-child {
  margin-top: 0;
}

.info-list .info-list__desc ul li:before {
  content: none;
}

.info-list.\--centered-aligned {
  text-align: center;
}

.info-list.\--centered-aligned .info-list__visual {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-list.\--no-border .info-list__col-inner:after {
  content: none;
}

.info-list.\--divider-white .info-list__col-inner:after {
  border-color: rgba(255, 255, 255, 0.2);
}

.info-list.il--partners .info-list__col-inner {
  padding: 0;
}

@media (min-width: 641px) {
  .info-list.il--partners .info-list__col {
    width: 33.333%;
  }
}

@media (min-width: 1301px) {
  .info-list.il--partners .info-list__col:nth-child(4),
  .info-list.il--partners .info-list__col:nth-child(5),
  .info-list.il--partners .info-list__col:nth-child(6),
  .info-list.il--partners .info-list__col:nth-child(7) {
    width: 25%;
  }
}

@media (min-width: 481px) {
  .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -25px;
    margin-left: -25px;
  }
  .info-list .info-list__col {
    width: 50%;
    padding-top: 25px;
    padding-left: 25px;
  }
  .info-list.\--col-3 .info-list__col:nth-child(3) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-4 .info-list__col:nth-child(3) .info-list__col-inner:after,
  .info-list.\--col-4 .info-list__col:nth-child(4) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-5 .info-list__col:nth-child(5) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-6 .info-list__col:nth-child(5) .info-list__col-inner:after,
  .info-list.\--col-6 .info-list__col:nth-child(6) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-7 .info-list__col:nth-child(7) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-10 .info-list__col:nth-child(9) .info-list__col-inner:after,
  .info-list.\--col-10 .info-list__col:nth-child(10) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 481px) {
  .typography-spacing .info-list h1.type-2 {
    font-size: 25px;
  }
  .typography-spacing .info-list h1.type-3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .typography-spacing .info-list h1 {
    font-size: 24px;
  }
  .typography-spacing .info-list h1 .text-top {
    font-size: 16px;
  }
  .typography-spacing .info-list h1 .text-style-1 {
    font-size: 16px;
  }
  .info-list.\--col-2 .info-list__col:nth-child(2) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-3 .info-list__col:nth-child(3) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-4 .info-list__col:nth-child(4) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-5 .info-list__col:nth-child(5) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-6 .info-list__col:nth-child(6) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-7 .info-list__col:nth-child(7) .info-list__col-inner:after {
    border-bottom: 0;
  }
}

@media (min-width: 801px) {
  .typography-spacing .info-list h1 {
    font-size: 2.625vw;
  }
  .typography-spacing .info-list h1 .text-top {
    font-size: 1.875vw;
  }
  .typography-spacing .info-list h1 .text-style-1 {
    font-size: 1.875vw;
  }
  .info-list.\--col-5 .info-list__col {
    width: 33.333%;
  }
  .info-list.\--col-5 .info-list__col:nth-child(4) .info-list__col-inner:after,
  .info-list.\--col-5 .info-list__col:nth-child(5) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-6 .info-list__col {
    width: 33.333%;
  }
  .info-list.\--col-6 .info-list__col:nth-child(4) .info-list__col-inner:after,
  .info-list.\--col-6 .info-list__col:nth-child(5) .info-list__col-inner:after,
  .info-list.\--col-6 .info-list__col:nth-child(6) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-7 .info-list__col {
    width: 33.333%;
  }
  .info-list.\--col-7 .info-list__col:nth-child(7) .info-list__col-inner:after {
    border-bottom: 0;
  }
  .info-list.\--col-10 .info-list__col {
    width: 25%;
  }
  .info-list.\--col-10 .info-list__col:nth-child(9) .info-list__col-inner:after,
  .info-list.\--col-10 .info-list__col:nth-child(10) .info-list__col-inner:after {
    border-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .info-list .info-list__visual-desktop {
    display: block;
  }
  .info-list .info-list__visual-mobile {
    display: none;
  }
}

@media (min-width: 1301px) {
  .info-list .info-list__col {
    position: relative;
  }
  .info-list .info-list__col:last-child .info-list__col-inner:after {
    border-right: 0;
  }
  .info-list .info-list__col-inner {
    padding: 25px;
    padding-left: 0;
  }
  .info-list .info-list__col-inner:after {
    border-bottom: 0;
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    margin-top: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .info-list.\--col-2 .info-list__col,
  .info-list.\--col-3 .info-list__col {
    width: 33.333%;
  }
  .info-list.\--col-4 .info-list__col {
    width: 25%;
  }
  .info-list.\--col-5 .info-list__col {
    width: 20%;
  }
  .info-list.\--col-6 .info-list__col {
    width: 33.333%;
  }
  .info-list.\--col-6 .info-list__col:last-child .info-list__col-inner:after,
  .info-list.\--col-6 .info-list__col:nth-child(3) .info-list__col-inner:after {
    border-right: 0;
  }
  .info-list.\--col-6.\--col-6-inline .info-list__col {
    width: 16.666%;
  }
  .info-list.\--col-6.\--col-6-inline
    .info-list__col:nth-child(3)
    .info-list__col-inner:after {
    border-right: 5px solid rgba(0, 0, 0, 0.2);
  }
  .info-list.\--col-6.\--col-6-inline
    .info-list__col:last-child
    .info-list__col-inner:after {
    border-right: 0;
  }
  .info-list.\--col-7 .info-list__col {
    width: 25%;
  }
  .info-list.\--col-7 .info-list__col:last-child .info-list__col-inner:after,
  .info-list.\--col-7 .info-list__col:nth-child(4) .info-list__col-inner:after {
    border-right: 0;
  }
  .info-list.\--col-10 .info-list__col {
    width: 20%;
  }
  .info-list.\--col-10 .info-list__col:nth-child(5) .info-list__col-inner:after {
    border-right: 0;
  }
  .info-list.\--space-top-1 {
    margin-top: 30px;
  }
  .info-list.\--space-y {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .info-list.\--auto-width-xl .info-list__col {
    width: auto;
  }
}

@media (min-width: 1601px) {
  .typography-spacing .info-list h1 {
    font-size: 40px;
  }
  .typography-spacing .info-list h1 .text-top {
    font-size: 25px;
  }
  .typography-spacing .info-list h1 .text-style-1 {
    font-size: 25px;
  }
}

/*-----------------------------------------------------------------------------
    $ Map API
-----------------------------------------------------------------------------*/
.dc-map__location {
  padding-bottom: 100%;
}

@media (min-width: 481px) {
  .dc-map__location {
    padding-bottom: 60%;
  }
}

@media (min-width: 801px) {
  .dc-map__location {
    padding-bottom: 50%;
  }
}

@media (min-width: 1025px) {
  .dc-map__location {
    padding-bottom: 555px;
  }
}

.gm-style {
  font-family: "Gotham Webfont", "Gotham", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
}

.gm-style .gm-style-iw-c {
  max-width: 280px !important;
  max-height: -webkit-min-content !important;
  max-height: -moz-min-content !important;
  max-height: min-content !important;
  border-radius: 0;
  padding: 35px !important;
}

.gm-style .gm-style-iw-d {
  max-width: 100% !important;
  max-height: -webkit-min-content !important;
  max-height: -moz-min-content !important;
  max-height: min-content !important;
  overflow: unset !important;
}

.gm-style .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

.g-map .gm-style {
  font-family: "Gotham Webfont", "Gotham", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
}

.g-map .gm-style .gm-style-iw-c {
  max-width: 280px !important;
  max-height: -webkit-min-content !important;
  max-height: -moz-min-content !important;
  max-height: min-content !important;
  border-radius: 0;
  padding: 35px !important;
}

.g-map .gm-style .gm-style-iw-d {
  max-width: 100% !important;
  max-height: -webkit-min-content !important;
  max-height: -moz-min-content !important;
  max-height: min-content !important;
  overflow: unset !important;
}

.g-map .gm-style .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

/*-----------------------------------------------------------------------------
    $ Modal - Popup
-----------------------------------------------------------------------------*/
.modal {
  display: none;
}

.modal.\--active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 500;
}

.modal.\--active .modal__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal.\--active .modal__card {
  background-color: #fff;
  position: relative;
  display: block;
  z-index: 510;
  width: 100%;
  max-width: 800px;
  min-height: 300px;
  max-height: 95vh;
  overflow: auto;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px;
}

.modal.\--active .modal__close {
  display: block;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  margin-left: auto;
  background-image: url(../images/shared/ui/modal-close.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer;
}

.modal.\--active .modal__close:hover {
  opacity: 0.5;
}

.modal.\--active .modal__body {
  display: block;
  padding: 15px 0;
}

.modal.\--active .modal__heading {
  text-transform: none;
  /*padding-bottom: 1.5em;*/
  color: #000;
}

.modal.\--active .modal__btn {
  font-weight: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 25px;
  padding: 15px 20px;
  margin-left: auto;
  display: block;
  max-width: 24em;
}

.modal.\--active.\--video .modal__card {
  background: none;
  padding: 0;
}

.modal.\--active.\--video .modal__close {
  margin-bottom: 15px;
}

.modal.\--active.\--video .modal__body {
  padding: 0;
}

@media (min-width: 641px) {
  .modal.\--active .modal__card {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 801px) {
  .modal.\--active .modal__body {
    padding: 30px;
  }
}

.modal__heading {
  margin: 30px 30px 0;
}

.modal__heading.\--with-tabs .current {
  background-color: #161616;
  color: #fff;
}

@media (min-width: 641px) {
  .modal__heading.\--with-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal__heading.\--with-tabs .heading {
    /*width: 30%;*/
    padding-bottom: 20px;
  }
  .modal__heading.\--with-tabs .modal__heading-tabs {
    /*width: 70%;*/
  }
}

@media (max-width: 640px) {
  .modal__heading {
    margin: 15px 0 0;
  }
  .modal__heading.\--with-tabs .modal__heading-tabs {
    margin-top: 15px;
  }
  .modal__heading.\--with-tabs .modal__heading-tabs .button {
    display: block;
  }
  .modal__heading.\--with-tabs .modal__heading-tabs .button + .button {
    margin-top: 10px;
  }
}

.modal__body .modal__body-block + .modal__body-block {
  margin-top: 30px;
}

.modal__body.\--with-scroll {
  margin: 30px;
  padding: 0 !important;
  overflow: auto;
}

.modal__body.\--with-scroll .with-scroll__inner {
  height: 50vh;
  padding-right: 20px;
}

@media (max-width: 640px) {
  .modal__body.\--with-scroll {
    margin: 15px 0;
  }
}

.modal__body.\--with-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.modal__body.\--with-scroll::-webkit-scrollbar-track {
  border-radius: 50px;
  background: #ccc;
}

.modal__body.\--with-scroll::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 50px;
}

.modal__body.\--with-scroll::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.modal__body.\--map-filter .heading {
  margin-bottom: 10px;
}

@media (min-width: 481px) {
  .modal__body #designated_premises {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.modal__body .mod-info {
  display: none;
}

.modal__body .active {
  display: block;
}

#view_details_modal .modal__card {
  max-width: 800px;
}

/*-----------------------------------------------------------------------------
    $ Notes
-----------------------------------------------------------------------------*/
.notes {
  font-size: 12px;
}

/*-----------------------------------------------------------------------------
    $ Page Blocks
-------------------------------------------------------------------------------
    Simple component to separate page contents into blocks, with a tiny amount
    of spacing in between each block.
-----------------------------------------------------------------------------*/
.page-block + .page-block {
  margin-top: 5px;
}

.page-block.\--space-block {
  padding: 30px 0;
}

@media (min-width: 481px) {
  .page-block.\--space-block {
    padding: 35px 0;
  }
}

@media (min-width: 801px) {
  .page-block.\--space-block {
    padding: 40px 0;
  }
}

@media (min-width: 1281px) {
  .page-block.\--space-block {
    padding: 45px 0;
  }
}

/*-----------------------------------------------------------------------------
    $ Paginations
-----------------------------------------------------------------------------*/
/*---- Regular pagination - used when there are 10 or less pages ----*/
.pagination {
  padding-left: 0;
  list-style: none;
  font-weight: bold;
}

.pagination__item {
  display: inline-block;
  vertical-align: middle;
}

.pagination__item.\--input {
  margin-left: 5px;
  margin-right: 5px;
}

.pagination__link {
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #161616 !important;
  vertical-align: middle;
  text-align: center;
  line-height: 25px !important;
  margin: 0 !important;
  float: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border-bottom: 3px solid transparent;
}

.pagination__item.\--current .pagination__link {
  color: #f00000 !important;
  border-color: #f00000;
}

.pagination__link:hover {
  color: #f00000 !important;
  border-color: #f00000;
}

.pagination__arrow {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 6px 7px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.pagination__arrow.\--prev {
  border-left-width: 0;
  border-right-color: #161616;
  left: -1px;
}

.pagination__arrow.\--next {
  border-right-width: 0;
  border-left-color: #161616;
  left: 1px;
}

.pagination__arrow-line {
  width: 1px;
  height: 12px;
  position: absolute;
  top: -6px;
  left: 0;
  background-color: #161616;
}

.pagination__page-input {
  width: 30px;
  padding: 2px 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #161616;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*-----------------------------------------------------------------------------
    $ Searchbar
-----------------------------------------------------------------------------*/
.course__search {
  font-size: 24px;
  width: 100%;
  margin: 0 auto;
}

.course__search-form {
  position: relative;
}

.course__search-field {
  width: 100%;
  border: 0;
  outline: 0;
  display: block;
  background-color: transparent;
  appearance: none;
  border: 1px solid #c3c3c3;
  border-radius: 17px;
  padding: 7px 20px;
  font-size: 12px;
  /* autoprefixer: off */
}

.course__search-field::-webkit-input-placeholder {
  color: #dbdbdb;
  font-style: italic;
  font-weight: 400;
}

.course__search-field::-ms-input-placeholder {
  color: #dbdbdb;
  font-style: italic;
  font-weight: 400;
}

.course__search-field:-ms-input-placeholder {
  color: #dbdbdb;
  font-style: italic;
  font-weight: 400;
}

.course__search-field::-moz-placeholder {
  color: #dbdbdb;
  font-style: italic;
  font-weight: 400;
}

.course__search-field:-moz-placeholder {
  color: #dbdbdb;
  font-style: italic;
  font-weight: 400;
}

.course__search-submit {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 17px;
  top: -3px;
  color: #f00000;
}

.course__search-submit .icon.\--search {
  font-size: 18px;
}

@media (min-width: 641px) {
  .course__search {
    max-width: 35.85em;
  }
}

/*-----------------------------------------------------------------------------
    $ Site Footer
-----------------------------------------------------------------------------*/
.site-footer {
  background-color: #161616;
  color: #fff;
  font-size: 13px;
}

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

.site-footer__side {
  width: 100%;
  padding: 30px 20px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-footer__logo {
  width: 100%;
  margin-bottom: 25px;
}

.site-footer__logo-image {
  max-height: 26px;
}

.site-footer__address {
  line-height: 1.5;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-footer__kkmm {
  color: #999;
  text-align: right;
}

.site-footer__kkmm-logo {
  display: inline-block;
  font-size: 6px;
  text-align: center;
}

.site-footer__kkmm-logo-image {
  max-height: 48px;
  margin-top: 3px;
}

.site-footer__kkmm-text {
  font-size: 8px;
  text-align: left;
  margin-top: 20px;
}

.site-footer__main {
  width: 100%;
  padding: 30px 20px;
  background-color: #1c1c1c;
}

.site-footer__heading {
  margin-bottom: 10px;
}

.site-footer__newsletter {
  position: relative;
}

.site-footer__newsletter-field {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 13px 40px 13px 18px;
  background-color: #333;
  color: #fff;
  /* autoprefixer: off */
}

.site-footer__newsletter-field::-webkit-input-placeholder {
  color: #999;
}

.site-footer__newsletter-field::-ms-input-placeholder {
  color: #999;
}

.site-footer__newsletter-field:-ms-input-placeholder {
  color: #999;
}

.site-footer__newsletter-field::-moz-placeholder {
  color: #999;
}

.site-footer__newsletter-field:-moz-placeholder {
  color: #999;
}

.site-footer__newsletter-submit {
  width: 41px;
  height: 41px;
  position: absolute;
  top: 0;
  right: 0;
  color: #f00000;
  text-align: center;
  line-height: 41px;
  cursor: pointer;
}

.site-footer__newsletter-submit:hover {
  color: #fff;
}

.site-footer__icon-links {
  margin-top: 10px;
  margin-left: -5px;
}

.site-footer__icon-links .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__icon-links .menu-item {
  display: inline-block;
  padding-left: 5px;
}

.site-footer__icon-links .menu-item > a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background-color: #f00000;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.site-footer__icon-links .menu-item > a:before {
  font-family: "Fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.site-footer__icon-links .menu-item > a:hover {
  background-color: #fff;
  color: #161616;
}

.site-footer__icon-links .menu-item > a[href*="facebook"]:before {
  content: "";
}

.site-footer__icon-links .menu-item > a[href*="twitter"]:before {
  content: "";
}

.site-footer__icon-links .menu-item > a[href*="instagram"]:before {
  content: "";
}

.site-footer__icon-links .menu-item > a[href*="youtube"]:before {
  content: "";
}

.site-footer__small {
  margin-top: 20px;
  color: #999;
}

.site-footer__inline-links {
  margin-top: -10px;
  margin-bottom: 20px;
}

.site-footer__inline-links .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__inline-links .menu-item {
  display: inline-block;
  padding-top: 10px;
}

.site-footer__inline-links .menu-item:before {
  content: "|";
  margin: 0 5px;
}

.site-footer__inline-links .menu-item:first-child:before {
  content: none;
}

.site-footer__inline-links .menu-item > a:hover {
  color: #fff;
}

@media (min-width: 481px) {
  .site-footer__side {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-footer__logo {
    width: auto;
  }
  .site-footer__address,
  .site-footer__kkmm {
    padding-left: 30px;
  }
  .site-footer__address {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .site-footer__kkmm-logo {
    font-size: 7px;
  }
  .site-footer__kkmm-logo-image {
    max-height: 100%;
  }
  .site-footer__main-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-footer__newsletter {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .site-footer__icon-links {
    margin: 0;
    padding-left: 15px;
  }
}

@media (min-width: 1025px) {
  .site-footer {
    position: relative;
    font-size: 12px;
  }
  .site-footer:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #1c1c1c;
  }
  .site-footer__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .site-footer__side,
  .site-footer__main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-footer__side {
    width: 38.8%;
    max-width: 520px;
    padding-right: 40px;
  }
  .site-footer__main {
    width: 61.2%;
    max-width: 820px;
    padding-left: 40px;
  }
  .site-footer__small {
    font-size: 10px;
  }
  .site-footer__inline-links {
    margin-bottom: 5px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .site-footer__logo {
    width: 100%;
  }
  .site-footer__address {
    padding-left: 0;
  }
}

@media (min-width: 1281px) {
  .site-footer__side {
    padding-right: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .site-footer__main {
    padding-left: 60px;
  }
}

.stat-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.stat-counter__count {
  background: rgba(255, 255, 255, 0.4);
  padding: 5px;
  padding-left: 8px;
  color: #fff;
  line-height: 1;
  margin-left: 10px;
  letter-spacing: 3px;
}

/*-----------------------------------------------------------------------------
    $ Site Header
-----------------------------------------------------------------------------*/
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 13px;
  font-weight: bold;
}

.site-header__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-header__logo-image {
  max-height: 18px;
  vertical-align: middle;
}

.site-header__nav .nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
}

.site-header__nav .menu-item > a {
  display: block;
}

.site-header__nav .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  text-transform: none;
}

.site-header__search-toggle {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.site-header__search-field {
  width: 100%;
  border: 0;
  outline: 0;
  display: block;
  background-color: transparent;
  appearance: none;
  /* autoprefixer: off */
}

.site-header__search-field::-webkit-input-placeholder {
  color: #dbdbdb;
  font-style: italic;
}

.site-header__search-field::-ms-input-placeholder {
  color: #dbdbdb;
  font-style: italic;
}

.site-header__search-field:-ms-input-placeholder {
  color: #dbdbdb;
  font-style: italic;
}

.site-header__search-field::-moz-placeholder {
  color: #dbdbdb;
  font-style: italic;
}

.site-header__search-field:-moz-placeholder {
  color: #dbdbdb;
  font-style: italic;
}

.site-header__search-submit {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.site-header {
  color: #f00000;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  margin-top: 30px;
}

.site-header__logo {
  border-radius: 0 3em 3em 0;
  padding: 20px;
  padding-left: 0;
  background-color: #fff;
  position: relative;
}

.site-header__logo:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: inherit;
}

.site-header__nav {
  width: 320px;
  padding-bottom: 30px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 1;
}

.site-header__nav .menu-item > a {
  padding: 20px 25px;
  position: relative;
}

.site-header__nav .menu-item > a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  right: 25px;
  border-top: 1px solid #eaeaea;
}

.site-header__nav .menu-item-has-children > a {
  padding-right: 50px;
  position: relative;
}

.site-header__nav .menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  right: 25px;
  border-top: 1px solid #eaeaea;
}

.site-header__nav .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 25px;
  border: 0 solid transparent;
  border-width: 6px 4px 0;
  border-top-color: currentColor;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.site-header__nav .menu-item-has-children.\--is-active > a:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.site-header__nav .sub-menu .menu-item > a {
  margin-left: 20px;
  color: #161616;
}

.site-header__search {
  font-size: 24px;
  position: relative;
  -webkit-transform: translateX(calc(-100% + 66px));
  transform: translateX(calc(-100% + 66px));
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.site-header__search-toggle,
.site-header__search-submit {
  padding: 20px 17px;
  position: absolute;
  top: 0;
  right: 0;
}

.site-header__search-toggle > .icon,
.site-header__search-submit > .icon {
  margin: 0;
}

.site-header__search-toggle {
  z-index: 1;
}

.site-header__search-form {
  padding: 20px 25px;
}

.site-header__search-field {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 5px 35px 5px 0;
  display: block;
  font-size: 16px;
}

.site-header__search.\--is-active {
  -webkit-transform: none;
  transform: none;
}

.site-header__search.\--is-active .site-header__search-toggle {
  display: none;
}

.site-header__mobile-toggle {
  width: 45px;
  height: 45px;
  cursor: pointer;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #fff;
}

.site-header__mobile-toggle > .sh__mt-bar {
  width: 20px;
  height: 4px;
  margin: 4px auto 0;
  display: block;
  background-color: currentColor;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.site-header__mobile-toggle > .sh__mt-bar:first-child {
  margin-top: 0;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.site-header__mobile-toggle > .sh__mt-bar:last-child {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.site-header__mobile-toggle:hover {
  color: #fff;
}

.site-header__mobile-toggle:hover > .sh__mt-bar {
  -webkit-transform: none;
  transform: none;
}

.site-header.\--is-mobile-active
  .site-header__mobile-toggle.\--close
  > .sh__mt-bar:first-child {
  -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
  transform: rotate(45deg) translateX(6px) translateY(6px);
}

.site-header.\--is-mobile-active
  .site-header__mobile-toggle.\--close
  > .sh__mt-bar:nth-child(2) {
  opacity: 0;
}

.site-header.\--is-mobile-active
  .site-header__mobile-toggle.\--close
  > .sh__mt-bar:last-child {
  -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
  transform: rotate(-45deg) translateX(5px) translateY(-5px);
}

.site-header__shortcut-toggle {
  width: 45px;
  height: 45px;
  line-height: 0;
  margin-right: 25px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out;
  cursor: pointer;
}

.site-header__shortcut-toggle:hover {
  font-size: 22px;
}

.site-header.\--is-mobile-active .site-header__nav,
.site-header.\--is-mobile-active .site-header__mobile-toggle {
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}

.site-header.\--is-mobile-active .site-header__nav {
  -webkit-box-shadow: -1px 0px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: -1px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.site-header.\--is-mobile-active .site-header__mobile-toggle {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.site-header.\--is-mobile-active .site-header__mobile-toggle.\--close {
  display: block;
  margin-right: 5px;
  margin-left: auto;
  background: none;
  color: #f00000;
  width: 50px;
  height: 50px;
}

.site-header.\--compact .site-header__mobile-toggle,
.site-header.\--compact .site-header__shortcut-toggle {
  background-color: #f00000;
  color: #fff;
  border-radius: 50%;
}

.site-header.\--compact .site-header__language {
  background-color: #f00000;
  color: rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  padding: 16px 25px;
}

.site-header__language {
  list-style: none;
  padding: 0;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: 35px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
}

.site-header__language li {
  display: inline-block;
}

.site-header__language li + li {
  padding-left: 40px;
  position: relative;
}

.site-header__language li + li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #eaeaea;
  top: 0;
  left: 16px;
}

.site-header__language li a:hover,
.site-header__language li a.current {
  color: #fff;
}
/*
@media (max-width: 1024px) {
  .site-header {
    border-bottom: 1px solid #f4f4f4;
    background-color: #fff;
    color: #f00000;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .site-header__logo {
    padding: 14px 0 18px;
  }
  .site-header__nav {
    width: 320px;
    padding-bottom: 30px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    background-color: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .site-header__nav .menu-item > a {
    padding: 20px 25px;
    position: relative;
  }
  .site-header__nav .menu-item > a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 25px;
    right: 25px;
    border-top: 1px solid #eaeaea;
  }
  .site-header__nav .menu-item-has-children > a {
    padding-right: 50px;
    position: relative;
  }
  .site-header__nav .menu-item-has-children > a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 25px;
    right: 25px;
    border-top: 1px solid #eaeaea;
  }
  .site-header__nav .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: 23px;
    right: 25px;
    border: 0 solid transparent;
    border-width: 6px 4px 0;
    border-top-color: currentColor;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .site-header__nav .menu-item-has-children.\--is-active > a:after {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .site-header__nav .sub-menu .menu-item > a {
    margin-left: 20px;
    color: #161616;
  }
  .site-header__search {
    font-size: 24px;
    position: relative;
    -webkit-transform: translateX(calc(-100% + 66px));
            transform: translateX(calc(-100% + 66px));
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .site-header__search-toggle, .site-header__search-submit {
    padding: 20px 17px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .site-header__search-toggle > .icon, .site-header__search-submit > .icon {
    margin: 0;
  }
  .site-header__search-toggle {
    z-index: 1;
  }
  .site-header__search-form {
    padding: 20px 25px;
  }
  .site-header__search-field {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 5px 35px 5px 0;
    display: block;
    font-size: 16px;
  }
  .site-header__search.\--is-active {
    -webkit-transform: none;
            transform: none;
  }
  .site-header__search.\--is-active .site-header__search-toggle {
    display: none;
  }
  .site-header__mobile-toggle {
    width: 60px;
    height: 50px;
    margin-right: -20px;
    cursor: pointer;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .site-header__mobile-toggle > .sh__mt-bar {
    width: 20px;
    height: 4px;
    margin: 4px auto 0;
    display: block;
    background-color: currentColor;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  .site-header__mobile-toggle > .sh__mt-bar:first-child {
    margin-top: 0;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .site-header__mobile-toggle > .sh__mt-bar:last-child {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .site-header__mobile-toggle:hover {
    color: #161616;
  }
  .site-header__mobile-toggle:hover > .sh__mt-bar {
    -webkit-transform: none;
            transform: none;
  }
  .site-header.\--is-mobile-active .site-header__mobile-toggle > .sh__mt-bar:first-child {
    -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
            transform: rotate(45deg) translateX(6px) translateY(6px);
  }
  .site-header.\--is-mobile-active .site-header__mobile-toggle > .sh__mt-bar:nth-child(2) {
    opacity: 0;
  }
  .site-header.\--is-mobile-active .site-header__mobile-toggle > .sh__mt-bar:last-child {
    -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
            transform: rotate(-45deg) translateX(5px) translateY(-5px);
  }
  .site-header.\--is-mobile-active {
    background-color: #f4f4f4;
  }
  .site-header.\--is-mobile-active .site-header__nav,
  .site-header.\--is-mobile-active .site-header__mobile-toggle {
    -webkit-transform: translateX(-320px);
            transform: translateX(-320px);
  }
}*/

@media (max-width: 480px) {
  .site-header__nav {
    width: 260px;
  }
  /*.site-header.\--is-mobile-active .site-header__mobile-toggle */
  .site-header.\--is-mobile-active .site-header__nav {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
}

@media (max-width: 420px) {
  .site-header__logo {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  /*.site-header.\--is-mobile-active .site-header__logo {
    -webkit-transform: translateX(-260px);
            transform: translateX(-260px);
  }*/
}

/* @media (min-width: 1025px) {
  .site-header {
    color: #fff;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
  }
  .site-header.navi-black {
    color: #161616;
  }
  .site-header__logo {
    border-radius: 0 3em 3em 0;
    padding: 25px;
    padding-left: 0;
    background-color: #fff;
    position: relative;
  }
  .site-header__logo:after {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: inherit;
  }
  .site-header__logo-image {
    max-height: 26px;
  }
  .site-header__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .site-header__nav .nav-menu {
    height: 50px;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-header__nav .menu-item > a {
    padding: 15px 18px 0;
  }
  .site-header__nav .menu-item > a:after {
    content: '';
    height: 4px;
    margin-top: 5px;
    display: block;
    background-color: currentColor;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .site-header__nav .menu-item:last-child .sub-menu {
    right: 0;
  }
  .site-header__nav .menu-item:last-child .sub-menu:before {
    left: auto;
    right: 50px;
  }
  .site-header__nav .menu-item > a:hover:after,
  .site-header__nav .current-menu-item > a:after {
    opacity: 1;
  }
  .site-header__nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    color: #161616;
    font-weight: 500;
    text-align: left;
  }
  .site-header__nav .sub-menu:before {
    content: '';
    border: 0 solid transparent;
    border-width: 0 4px 8px;
    border-bottom-color: #fff;
    position: absolute;
    top: 7px;
    left: 50px;
    z-index: 1;
  }
  .site-header__nav .sub-menu:after {
    content: '';
    border-radius: 5px;
    position: absolute;
    top: 15px;
    right: 20px;
    left: 20px;
    bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  }
  .site-header__nav .sub-menu .menu-item {
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }
  .site-header__nav .sub-menu .menu-item:first-child {
    padding-top: 30px;
  }
  .site-header__nav .sub-menu .menu-item:last-child {
    padding-bottom: 30px;
  }
  .site-header__nav .sub-menu .menu-item > a {
    padding: 15px 20px;
    display: block;
    white-space: nowrap;
  }
  .site-header__nav .sub-menu .menu-item > a:after {
    content: none;
  }
  .site-header__nav .sub-menu .menu-item > a:hover {
    color: #f00000;
  }
  .site-header__mobile-toggle {
    display: none;
  }
  .site-header__search {
    padding-left: 15px;
  }
  .site-header__search-toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    color: #f00000;
    font-size: 18px;
    line-height: 36px;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  .site-header__search-toggle:hover {
    color: #161616;
  }
  .site-header__search-toggle:after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }
  .site-header__search-form {
    position: absolute;
    top: 0;
    left: 240px;
    right: 0;
    border-radius: 3em 0 0 3em;
    background-color: #fff;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .site-header__search-field {
    max-width: 1085px;
    font-size: 18px;
    padding: 27px 60px 28px;
  }
  .site-header__search-submit {
    padding: 19px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 32px;
    color: #f00000;
  }
  .site-header__search-submit:hover {
    color: #161616;
  }
  .site-header__search.\--is-active .site-header__search-form {
    opacity: 1;
    z-index: 2;
  }
  .site-header.\--compact {
    background-color: #fff;
    color: #161616;
    -webkit-transform: none;
            transform: none;
  }
  .site-header.\--compact .site-header__logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header.\--compact .site-header__nav .sub-menu {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .site-header.\--compact .site-header__nav .nav-menu {
    height: 66px;
  }
  .site-header.\--compact .site-header__search-toggle,
  .site-header.\--compact .site-header__search-submit {
    background-color: #f00000;
    color: #fff;
  }
  .site-header.\--compact .site-header__search-toggle:hover,
  .site-header.\--compact .site-header__search-submit:hover {
    background-color: #161616;
  }
  .site-header.\--compact .site-header__search-field {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header.\--compact .site-header__search-submit {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
    line-height: 36px;
    top: 15px;
    right: 20px;
  }
  .site-header.\--compact .site-header__search-submit:after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }
} */

@media (min-width: 1025px) {
  .site-header.navi-black {
    color: #161616;
  }
  .site-header__logo {
    padding: 25px;
  }
  .site-header__logo-image {
    max-height: 26px;
  }
}

@media (max-width: 1024px) {
  .site-header {
    margin-top: 0;
    background: #fff;
  }
  .site-header__logo {
    border-radius: 0;
    padding: 15px;
    background: none;
    padding-left: 0;
  }
  .site-header__mobile-toggle,
  .site-header__shortcut-toggle {
    width: auto;
    height: auto;
    color: #f00000;
  }
  .site-header.\--compact .site-header__mobile-toggle,
  .site-header.\--compact .site-header__shortcut-toggle {
    background: none;
    color: #f00000;
  }
  .site-header.\--compact .site-header__language {
    background: none;
    color: rgba(240, 0, 0, 0.4);
    border-radius: 0;
    padding: 0;
  }
  .site-header__language {
    color: rgba(240, 0, 0, 0.4);
    margin-right: 25px;
  }
  .site-header__language li + li {
    padding-left: 25px;
  }
  .site-header__language li + li:before {
    background: #f00000;
    left: 10px;
  }
  .site-header__language .qtranxs_widget ul li:hover,
  .site-header__language .qtranxs_widget ul li.active {
    color: #f00000;
  }
}

@media (min-width: 1341px) {
  .site-header__logo:after {
    width: calc(50vw - 650px);
  }
  /* .site-header__search-form {
    left: calc(50% - 425px);
  }
  .site-header__search-submit {
    left: 1020px;
    right: auto;
  }
  .site-header.\--compact .site-header__search-submit {
    left: 1039px;
  } */
}

/*-----------------------------------------------------------------------------
    $ Site Main
-----------------------------------------------------------------------------*/
.site-main {
  padding-top: 50px;
}

@media (min-width: 1025px) {
  .site-main {
    padding-top: 0;
  }
}

/*-----------------------------------------------------------------------------
    $ Site Skip To Content
-----------------------------------------------------------------------------*/
.site-skip-to-content {
  padding: 10px 15px;
  border: 1px solid #f00000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #fff;
}

.site-skip-to-content:focus {
  -webkit-transform: none;
  transform: none;
}

/* 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;
  line-height: 0;
}

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

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

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

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

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

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

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

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

.slick-prev {
  left: 0;
  border: solid #f00000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

.slick-next {
  right: 0;
  border: solid #f00000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
}

/*---- Carousel with overlay text ----*/
.related-news-block__thumb {
  padding: 0 35px;
}

.related-news-block__thumb .slick-slide {
  margin: 0 10px;
}

.related-news-block__thumb-visual {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.related-news-block__thumb-visual:before {
  content: "";
  display: block;
  padding-top: 67.34375%;
}

.related-news-block__thumb-item {
  position: relative;
}

.related-news-block__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 40%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.related-news-block__thumb-item:hover .related-news-block__desc {
  height: 100%;
}

.related-news-block__desc-inner {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 20px;
  padding-bottom: 0;
  color: #fff;
}

.related-news-block__thumb .related-news-block__thumb-item {
  cursor: pointer;
}

@media (max-width: 800px) {
  .related-news-block__desc,
  .related-news-block__desc-inner {
    position: static;
  }
  .related-news-block__desc {
    background: none;
  }
  .related-news-block__desc-inner {
    padding: 0;
    padding-top: 15px;
    color: #161616;
  }
}

/*---- Slick Dots ----*/
.slick-dots {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin-top: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}

.slick-dots li {
  display: inline-block;
  font-size: 0;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
  opacity: 1;
}

@media (max-width: 640px) {
  .slick-dots {
    bottom: 20px;
  }
}

/*-----------------------------------------------------------------------------
    $ Slider Shortcut
-----------------------------------------------------------------------------*/
.modal-shortcut .slick-list {
  padding-bottom: 50px;
}

.modal-shortcut .slick-slide.slick-current .slider-shortcut__inner {
  border-left: 2px solid transparent;
}

.modal-shortcut .slick-next,
.modal-shortcut .slick-prev {
  height: 15px;
  width: 15px;
  border: solid #161616;
  border-width: 0 3px 3px 0;
  z-index: 999;
}

.modal-shortcut .slick-next {
  right: -10px;
}

.modal-shortcut .slick-prev {
  left: -10px;
}

.modal-shortcut .slick-dots {
  bottom: 0;
}

.modal-shortcut .slick-dots li {
  background: #c2c2c2;
}

.modal-shortcut .slick-dots li:hover,
.modal-shortcut .slick-dots li.slick-active {
  background: #f00000;
}

.modal.\--active.modal-shortcut .modal__card {
  max-width: 1024px;
}

.slider-shortcut {
  margin-top: 40px;
}

.slider-shortcut__inner {
  padding: 0 30px;
  border-left: 2px solid #dddddd;
}

.slider-shortcut__thumb {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.slider-shortcut__thumb:before {
  content: "";
  display: block;
  padding-top: 66.66666666666667%;
}

.slider-shortcut__title {
  font-weight: 700;
}

.slider-shortcut__title,
.slider-shortcut__desc,
.slider-shortcut__ctas {
  margin-top: 20px;
  line-height: 1.2;
}

@media (min-width: 801px) {
  .modal.modal-shortcut .modal__body {
    padding: 15px;
  }
}

/*-----------------------------------------------------------------------------
    $ Standout Sections
-------------------------------------------------------------------------------
    A very prominent section component that stands out from the other sections
    in the page. A section that contains really big heading text and is prepped
    for transitioning between multiple sets of contents and visuals.

    The layout is illustrated below:

    .-----------------------------------------------------------------------.
    |                                                                       |
    |  .--------------------------.      .--------------------------------. |
    |  |         HEADING          |      |          TABS/BUTTONS          | |
    |  '--------------------------'      '--------------------------------' |
    |                                                                       |
    |  .--------------------------.      .--------------------------------. |
    |  |                          |      |                                | |
    |  |                          |      |                                | |
    |  |          MEGA            |      |                                | |
    |  |         HEADING          |      |            CONTENTS            | |
    |  |                          |      |                                | |
    |  |                          |      |                                | |
    |  |                          |      |                                | |
    |  '--------------------------'      '--------------------------------' |
    |                                                                       |
    |                     (VISUAL IN THE BACKGROUND)                        |
    |                                                                       |
    '-----------------------------------------------------------------------'

-----------------------------------------------------------------------------*/
.standout-section {
  padding: 100px 0 200px;
  position: relative;
  overflow: hidden;
}

.standout-section__contents {
  position: relative;
  z-index: 1;
}

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

.standout-section__tabs-block,
.standout-section__heading-block,
.standout-section__mega-heading-block,
.standout-section__main-block {
  width: 50%;
}

.standout-section__heading-block {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.standout-section__heading.current {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.standout-section__tabs-block {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}

.standout-section__tabs-links {
  position: relative;
}

.standout-section__tabs {
  margin-left: -5px;
}

.standout-section__tabs li {
  padding-left: 5px;
}

@media (min-width: 641px) {
  .standout-section__tabs .button {
    border-color: #161616;
    color: #161616;
  }
  .standout-section__tabs .button:hover,
  .standout-section__tabs .button:focus,
  .standout-section__tabs .button.current {
    background-color: #161616;
    color: #fff;
  }
}

.standout-section__mega-heading-block {
  margin-top: 75px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-right: 30px;
}

.standout-section__mega-heading:nth-child(n) {
  font-size: 9vw;
  line-height: 1;
}

.standout-section__mega-heading.current {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.standout-section__main-block {
  margin-top: 75px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.description-list.current {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.description-list__inner {
  margin-left: -30px;
  margin-bottom: -30px;
}

.description-list__item {
  padding-left: 30px;
  padding-bottom: 30px;
}

.description-list__item-cta {
  padding-bottom: 15px;
  display: block;
  border-bottom: 3px solid #fff;
}

.description-list__item-cta:hover {
  border-color: #f00000;
}

.description-list__item-cta:hover .description-list__item-heading {
  color: #f00000;
}

.description-list__item-cta:hover .description-list__item-heading i {
  background-position: center 0;
}

.description-list__item-heading {
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  padding-right: 30px;
}

.description-list__item-heading i {
  position: absolute;
  right: 0;
  top: 0;
}

.description-list__cta {
  margin-top: 30px;
}

.standout-section__visual {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.standout-section__visual.current {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.standout-section.s-c--light {
  color: #fff;
}

.standout-section__tab-content {
  display: none;
}

.standout-section__tab-content#people {
  color: #161616;
}

.standout-section__tab-content.current {
  display: inherit;
}

@media (min-width: 481px) {
  .description-list__item-cta {
    padding-bottom: 30px;
  }
  .description-list__item-heading {
    margin-bottom: 10px;
  }
}

@media (min-width: 641px) {
  .description-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -45px;
    margin-bottom: -45px;
  }
  .description-list__item {
    width: 50%;
    padding-left: 45px;
    padding-bottom: 45px;
  }
}

@media (min-width: 801px) {
  .standout-section__mega-heading:nth-child(n) {
    font-size: 5.27086vw;
  }
}

@media (min-width: 1025px) {
  .description-list__inner {
    margin-left: -60px;
    margin-bottom: -60px;
  }
  .description-list__item {
    padding-left: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1601px) {
  .standout-section__mega-heading:nth-child(n) {
    font-size: 72px;
  }
}

@media (max-width: 800px) {
  .standout-section {
    padding: 35px 0;
  }
  .standout-section__tabs-block,
  .standout-section__heading-block,
  .standout-section__mega-heading-block,
  .standout-section__main-block {
    width: 100%;
  }
  .standout-section__tabs-block {
    text-align: left;
    margin-top: 35px;
  }
  .standout-section__mega-heading-block {
    padding-right: 0;
  }
  .standout-section__mega-heading-block,
  .standout-section__main-block {
    margin-top: 35px;
  }
}

@media (max-width: 640px) {
  .standout-section {
    padding: 30px 0;
  }
  .standout-section__tabs-block,
  .standout-section__mega-heading-block,
  .standout-section__main-block {
    margin-top: 30px;
  }
  .tabs.jsTabs .standout-section__tabs .button:hover,
  .tabs.jsTabs .standout-section__tabs .button:focus,
  .tabs.jsTabs .standout-section__tabs .button.current {
    background-color: #161616;
    color: #fff;
    border-color: #161616;
  }
}

/*-----------------------------------------------------------------------------
    $ Tabs
-------------------------------------------------------------------------------
    Tabs component. Accompanied by a dropdown for mobile view.
-----------------------------------------------------------------------------*/
.tabs ul {
  padding-left: 0;
}

.tabs ul li {
  display: block;
  text-align: left;
  position: relative;
}

.tabs ul li a {
  display: block;
}

.tabs.jsTabs .tabs__select {
  display: none;
}

.tab {
  margin: 5px;
}

@media (min-width: 641px) {
  .tabs.jsTabs .tabs__select {
    display: none;
  }
  .tabs.jsTabs ul {
    display: block;
  }
  .tabs.jsTabs ul > li {
    display: inline-block;
  }
  .tabs.jsTabs ul > li.\--active {
    display: inline-block;
  }
  .tabs.jsTabs ul > li.\--active .button.\--black {
    background: #161616;
    color: #fff;
  }
  .tabs.jsTabs ul > li.\--active .button.\--blue {
    background: #20939e;
    color: #fff;
  }
}

@media (max-width: 640px) {
  .tabs.jsTabs .button {
    background: none;
    border-color: #161616;
    margin-top: 10px;
    color: #161616;
  }
  .tabs.jsTabs .button:hover {
    background-color: #161616;
    color: #fff;
    border-color: #161616;
  }
  .tabs.jsTabs li:first-child .button {
    margin-top: 0;
  }
  .tabs.jsTabs li.\--active .button {
    background-color: #161616;
    color: #fff;
    border-color: #161616;
  }
}

.page-block__with-tabs .tabs-container {
  padding: 30px 0;
}

.page-block__with-tabs .tabs-container ul {
  margin-top: -5px;
  margin-left: -5px;
}

.page-block__with-tabs .tabs-container ul li {
  padding-top: 5px;
  padding-left: 5px;
}

@media (max-width: 640px) {
  .page-block__with-tabs .tabs-container {
    padding-bottom: 0;
  }
}

@media (min-width: 481px) {
  .page-block__with-tabs .tabs-container {
    padding: 35px 0;
  }
}

@media (min-width: 641px) {
  .page-block__with-tabs .tabs-container {
    text-align: center;
  }
}

@media (min-width: 801px) {
  .page-block__with-tabs .tabs-container {
    padding: 50px 0;
    text-align: right;
  }
}

@media (min-width: 1301px) {
  .page-block__with-tabs .tabs-container {
    padding: 70px 0;
  }
}

.page-block__with-tabs .tabs-container.\--no-pb {
  padding-bottom: 0;
}

/*-----------------------------------------------------------------------------
    $ Typography
-------------------------------------------------------------------------------
    Component classes for setting scopes to style typographic elements.
-----------------------------------------------------------------------------*/
/* Set top and bottom margin between typographic elements, to create
 * vertical spacing. */
.typography-spacing h1,
.typography-spacing h2,
.typography-spacing h3,
.typography-spacing h4,
.typography-spacing h5,
.typography-spacing h6,
.typography-spacing p,
.typography-spacing ul,
.typography-spacing ol,
.typography-spacing .typography-spacing__elem {
  margin-top: 20px;
  margin-bottom: 20px;
}

.typography-spacing h1:first-child,
.typography-spacing h2:first-child,
.typography-spacing h3:first-child,
.typography-spacing h4:first-child,
.typography-spacing h5:first-child,
.typography-spacing h6:first-child,
.typography-spacing p:first-child,
.typography-spacing ul:first-child,
.typography-spacing ol:first-child,
.typography-spacing .typography-spacing__elem:first-child {
  margin-top: 0;
}

.typography-spacing h1:last-child,
.typography-spacing h2:last-child,
.typography-spacing h3:last-child,
.typography-spacing h4:last-child,
.typography-spacing h5:last-child,
.typography-spacing h6:last-child,
.typography-spacing p:last-child,
.typography-spacing ul:last-child,
.typography-spacing ol:last-child,
.typography-spacing .typography-spacing__elem:last-child {
  margin-bottom: 0;
}

.typography-spacing ul {
  list-style: none;
  padding-left: 0;
}

.typography-spacing ul > li {
  position: relative;
  padding-left: 20px;
}

.typography-spacing ul > li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

.typography-spacing ul ul > li:before {
  content: "◦";
}

.typography-spacing ol {
  counter-reset: number-list;
  list-style: none;
  padding-left: 0;
}

.typography-spacing ol > li {
  counter-increment: number-list;
  position: relative;
  padding-left: 30px;
}

.typography-spacing ol > li:before {
  content: counter(number-list) ".";
  width: 27px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.typography-spacing ol ol > li:before {
  content: counter(number-list) ")";
}

.typography-spacing ol ol ol > li:before {
  content: "(" counter(number-list) ")";
}

.typography-spacing ul > li > p:first-child,
.typography-spacing ol > li > p:first-child,
.typography-spacing.\--spaced-lists ul > li,
.typography-spacing.\--spaced-lists ol > li {
  margin-top: 25px;
  margin-bottom: 25px;
}

.typography-spacing ul > li:first-child > p:first-child,
.typography-spacing ol > li:first-child > p:first-child,
.typography-spacing.\--spaced-lists ul:first-child > li:first-child,
.typography-spacing.\--spaced-lists ol:first-child > li:first-child {
  margin-top: 0;
}

.typography-spacing ul > li:last-child > p:first-child,
.typography-spacing ol > li:last-child > p:first-child,
.typography-spacing.\--spaced-lists ul:last-child > li:last-child,
.typography-spacing.\--spaced-lists ol:last-child > li:last-child {
  margin-bottom: 0;
}

.typography-spacing.\--spaced-lists .unspaced-list,
.typography-spacing.\--spaced-lists .unspaced-list > li {
  margin-top: 0;
  margin-bottom: 0;
}

.typography-spacing.list-heading {
  counter-reset: number-list;
}

.typography-spacing.list-heading ol > li {
  counter-increment: number-list;
  position: relative;
}

.typography-spacing.list-heading ol > li p {
  margin-top: 15px;
}

.typography-spacing.list-heading ol > li .heading:before {
  content: counter(number-list) ".";
  width: 27px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.typography-spacing.list-heading ol > li:before {
  display: none;
}

/*-----------------------------------------------------------------------------
    $ Updates List
-----------------------------------------------------------------------------*/
.update-list__block {
  margin: -20px 0 0 -20px;
}

.update-list__block.\--type-2 .update-list__block-contents:after {
  content: "";
  display: block;
  border-bottom: 3px solid #161616;
  margin-top: 20px;
}

@media (min-width: 481px) {
  .update-list__block.\--type-2 {
    margin-top: -40px;
  }
  .update-list__block.\--type-2 .update-list__block-contents {
    padding-top: 40px;
  }
  .update-list__block.\--type-2 .update-list__block-contents:after {
    margin-top: 30px;
  }
}

@media (min-width: 801px) {
  .update-list__block.\--type-2 {
    margin-top: -60px;
  }
  .update-list__block.\--type-2 .update-list__block-contents {
    padding-top: 60px;
  }
  .update-list__block.\--type-2 .update-list__block-contents:after {
    margin-top: 40px;
  }
}

@media (min-width: 1600px) {
  .update-list__block.\--type-2 {
    margin-top: -80px;
  }
  .update-list__block.\--type-2 .update-list__block-contents {
    padding-top: 80px;
  }
}

.update-list__block-contents {
  padding-left: 20px;
  padding-top: 20px;
}

.update-list__block-contents:after {
  content: "";
  display: block;
  border-bottom: 1px solid #161616;
  margin-top: 20px;
}

.update-list__block-contents:last-child:after {
  content: none;
}

.update-list__block-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  margin-left: 15px;
  margin-bottom: 15px;
}

.update-list__block-date i {
  margin-top: -2px;
  margin-right: 10px;
}

.update-list__block-heading {
  font-size: 14px;
  margin-bottom: 3px;
}

.update-list__block-desc {
  line-height: 15px;
  margin-bottom: 15px;
}

.update-list__block-desc.indent {
  padding-left: 15px;
}

.update-list__block-desc.indent.i--with-line.xs-line:before {
  top: 5px;
}

.update-list__block-link {
  margin-left: 15px;
  font-size: 14px;
}

@media (min-width: 481px) {
  .update-list__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .update-list__block-contents {
    width: 50%;
  }
}

@media (min-width: 641px) {
  .update-list__block-date {
    margin-bottom: 10px;
  }
  .update-list__block-desc {
    margin-bottom: 10px;
  }
}

@media (min-width: 801px) {
  .update-list__block {
    margin: -35px 0 0 -35px;
  }
  .update-list__block-contents {
    padding-left: 35px;
    padding-top: 35px;
    width: 33.333%;
  }
  .update-list__block-contents:after {
    content: none;
  }
}

/*-----------------------------------------------------------------------------
    $ Wrappers
-----------------------------------------------------------------------------*/
.wrapper {
  width: 100%;
  max-width: 1340px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

/*-----------------------------------------------------------------------------
    $ Wrappers
-----------------------------------------------------------------------------*/
.carousel-wrapper {
  overflow: hidden;
  position: relative;
}

.carousel-wrapper .carousel-item .carousel-bg {
  background: center no-repeat;
  background-size: cover;
}

.carousel-wrapper .carousel-item .carousel-bg:before {
  content: "";
  padding-top: 33%;
  display: block;
}

@media (max-width: 640px) {
  .carousel-wrapper .carousel-item .carousel-bg:before {
    padding-top: 50%;
  }
}

.carousel-wrapper .carousel-item .carousel-bg:after {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  height: 20%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.carousel-wrapper .wrapper {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel-wrapper .carousel-wrapper-text {
  position: absolute;
  left: 2%;
  top: 50%;
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
  z-index: 1;
  width: 45%;
}

@media (max-width: 1024px) {
  .carousel-wrapper .carousel-wrapper-text {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.carousel-wrapper
  .carousel-wrapper-text
  .carousel-contents
  .carousel-contents-inner
  .carousel-heading {
  font-size: 55px;
  color: #282828;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  .carousel-wrapper
    .carousel-wrapper-text
    .carousel-contents
    .carousel-contents-inner
    .carousel-heading {
    font-size: 45px;
  }
}

@media (max-width: 640px) {
  .carousel-wrapper
    .carousel-wrapper-text
    .carousel-contents
    .carousel-contents-inner
    .carousel-heading {
    font-size: 30px;
  }
}

.carousel-wrapper
  .carousel-wrapper-text
  .carousel-contents
  .carousel-contents-inner
  .carousel-heading.carousel-heading-white {
  color: #fff;
}

.carousel-wrapper .social-share-wrapper {
  position: absolute;
  right: 2%;
  bottom: 5%;
  z-index: 1;
  width: 55%;
  text-align: right;
}

.carousel-wrapper .social-share-wrapper .social-share-title {
  font-weight: 800;
  font-size: 12px;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.carousel-wrapper .social-share-wrapper .social-share-title.social-share-title-white {
  color: #fff;
}

.carousel-wrapper .social-share-wrapper .social-icon-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel-wrapper .social-share-wrapper .social-icon-wrapper .social-icon {
  display: inline-block;
}

.carousel-wrapper
  .social-share-wrapper
  .social-icon-wrapper
  .social-icon:not(:first-child) {
  padding-left: 5px;
}

.carousel-wrapper .social-share-wrapper .social-icon-wrapper .social-icon a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 640px) {
  .carousel-wrapper .social-share-wrapper .social-icon-wrapper .social-icon a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 33px;
  }
}

.carousel-wrapper .social-share-wrapper .social-icon-wrapper .social-icon a:before {
  font-family: "Fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.carousel-wrapper
  .social-share-wrapper
  .social-icon-wrapper
  .social-icon
  a.social-icon-fb {
  background: #1a77bf;
}

.carousel-wrapper
  .social-share-wrapper
  .social-icon-wrapper
  .social-icon
  a.social-icon-fb:before {
  content: "";
}

.carousel-wrapper
  .social-share-wrapper
  .social-icon-wrapper
  .social-icon
  a.social-icon-twitter {
  background: #14cced;
}

.carousel-wrapper
  .social-share-wrapper
  .social-icon-wrapper
  .social-icon
  a.social-icon-twitter:before {
  content: "";
}

.carousel-wrapper
  .social-share-wrapper
  .social-icon-wrapper
  .social-icon
  a.social-icon-plus {
  background: #c0c0c0;
  font-size: 25px;
}

@media (max-width: 640px) {
  .carousel-wrapper
    .social-share-wrapper
    .social-icon-wrapper
    .social-icon
    a.social-icon-plus {
    font-size: 19px;
  }
}

.carousel-wrapper
  .social-share-wrapper
  .social-icon-wrapper
  .social-icon
  a.social-icon-plus:before {
  content: "";
}

.carousel-wrapper .social-share-wrapper .social-icon-wrapper .social-icon a:hover {
  background-color: #fff;
  color: #161616;
}

.carousel-wrapper.carousel-item--left .carousel-wrapper-text {
  text-align: left;
}

.carousel-wrapper.carousel-item--right .carousel-wrapper-text {
  text-align: right;
}

.carousel-wrapper.carousel-item--center .carousel-wrapper-text {
  text-align: center;
}

/*---- Priority Components ----*/
/*-----------------------------------------------------------------------------
    $ Utilities
-------------------------------------------------------------------------------
    Utility classes are single-purpose styles, used like how you would apply
    an inline style, except with lower specificity (so harder to override other
    styles), but better flexibility (comes with responsive variations).

    Given the following configurations:

        $utilities-media-queries: (
            'xs': bp(xs-up),
            'sm-dn': bp(sm-dn),
        )l

        $utilities: (
            'as': (
                (
                    appendMedia: true,
                    values: (
                        'c': (align-self: center),
                        'fs': (align-self: flex-start),
                        'fe': (align-self: flex-end),
                    ),
                ),
            ),
        );

    This will generate the following utility classes:

        .as-c  { align-self: center;     }
        .as-fs { align-self: flex-start; }
        .as-fe { align-self: flex-end;   }

        @media (min-width: 481px) { // <-- Based on the default media variable value, this should result in (min-width: 481px)
            .as-xs-c  { align-self: center;     }
            .as-xs-fs { align-self: flex-start; }
            .as-xs-fe { align-self: flex-end;   }
        }

        @media (max-width: 640px) { // <-- Based on the default media variable value, this should result in (max-width: 640px)
            .as-sm-dn-c  { align-self: center;     }
            .as-sm-dn-fs { align-self: flex-start; }
            .as-sm-dn-fe { align-self: flex-end;   }
        }

    Feel free to modify the `$utilities-media-queries` and `$utilities` map
    as required.

-----------------------------------------------------------------------------*/
.ha {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  opacity: 0;
  overflow: hidden;
}

.bgc-red {
  background-color: #f00000;
}

.bgc-black {
  background-color: #161616;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #161616;
}

.c-red {
  color: #f00000;
}

.fs-11 {
  font-size: 16px;
}

.fw-500 {
  font-weight: 500;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 25px;
}

.mb-6 {
  margin-bottom: 30px;
}

.mb-8 {
  margin-bottom: 40px;
}

.mb-12 {
  margin-bottom: 60px;
}

.mt-3 {
  margin-top: 15px;
}

.mt-5 {
  margin-top: 25px;
}

.mt-6 {
  margin-top: 30px;
}

.mt-8 {
  margin-top: 40px;
}

.mt-9 {
  margin-top: 45px;
}

.mt-12 {
  margin-top: 60px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-7 {
  padding-bottom: 35px;
}

.pb-9 {
  padding-bottom: 45px;
}

.pl-0 {
  padding-left: 0;
}

.pl-5 {
  padding-left: 25px;
}

.pt-0 {
  padding-top: 0;
}

.py-8 {
  padding-top: 40px;
}

.py-8 {
  padding-bottom: 40px;
}

.py-13 {
  padding-top: 60px;
}

.py-13 {
  padding-bottom: 60px;
}

.py-17 {
  padding-top: 80px;
}

.py-17 {
  padding-bottom: 80px;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

@media (min-width: 641px) {
  .c-sm-white {
    color: #fff;
  }
  .c-sm-black {
    color: #161616;
  }
  .c-sm-red {
    color: #f00000;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-5 {
    margin-bottom: 25px;
  }
  .mb-sm-6 {
    margin-bottom: 30px;
  }
  .mb-sm-8 {
    margin-bottom: 40px;
  }
  .mb-sm-12 {
    margin-bottom: 60px;
  }
  .mt-sm-3 {
    margin-top: 15px;
  }
  .mt-sm-5 {
    margin-top: 25px;
  }
  .mt-sm-6 {
    margin-top: 30px;
  }
  .mt-sm-8 {
    margin-top: 40px;
  }
  .mt-sm-9 {
    margin-top: 45px;
  }
  .mt-sm-12 {
    margin-top: 60px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-7 {
    padding-bottom: 35px;
  }
  .pb-sm-9 {
    padding-bottom: 45px;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .py-sm-8 {
    padding-top: 40px;
  }
  .py-sm-8 {
    padding-bottom: 40px;
  }
  .py-sm-13 {
    padding-top: 60px;
  }
  .py-sm-13 {
    padding-bottom: 60px;
  }
  .py-sm-17 {
    padding-top: 80px;
  }
  .py-sm-17 {
    padding-bottom: 80px;
  }
  .ta-sm-c {
    text-align: center;
  }
  .ta-sm-l {
    text-align: left;
  }
  .ta-sm-r {
    text-align: right;
  }
}

@media (min-width: 801px) {
  .c-md-white {
    color: #fff;
  }
  .c-md-black {
    color: #161616;
  }
  .c-md-red {
    color: #f00000;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-5 {
    margin-bottom: 25px;
  }
  .mb-md-6 {
    margin-bottom: 30px;
  }
  .mb-md-8 {
    margin-bottom: 40px;
  }
  .mb-md-12 {
    margin-bottom: 60px;
  }
  .mt-md-3 {
    margin-top: 15px;
  }
  .mt-md-5 {
    margin-top: 25px;
  }
  .mt-md-6 {
    margin-top: 30px;
  }
  .mt-md-8 {
    margin-top: 40px;
  }
  .mt-md-9 {
    margin-top: 45px;
  }
  .mt-md-12 {
    margin-top: 60px;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-7 {
    padding-bottom: 35px;
  }
  .pb-md-9 {
    padding-bottom: 45px;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .py-md-8 {
    padding-top: 40px;
  }
  .py-md-8 {
    padding-bottom: 40px;
  }
  .py-md-13 {
    padding-top: 60px;
  }
  .py-md-13 {
    padding-bottom: 60px;
  }
  .py-md-17 {
    padding-top: 80px;
  }
  .py-md-17 {
    padding-bottom: 80px;
  }
  .ta-md-c {
    text-align: center;
  }
  .ta-md-l {
    text-align: left;
  }
  .ta-md-r {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .c-lg-white {
    color: #fff;
  }
  .c-lg-black {
    color: #161616;
  }
  .c-lg-red {
    color: #f00000;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-5 {
    margin-bottom: 25px;
  }
  .mb-lg-6 {
    margin-bottom: 30px;
  }
  .mb-lg-8 {
    margin-bottom: 40px;
  }
  .mb-lg-12 {
    margin-bottom: 60px;
  }
  .mt-lg-3 {
    margin-top: 15px;
  }
  .mt-lg-5 {
    margin-top: 25px;
  }
  .mt-lg-6 {
    margin-top: 30px;
  }
  .mt-lg-8 {
    margin-top: 40px;
  }
  .mt-lg-9 {
    margin-top: 45px;
  }
  .mt-lg-12 {
    margin-top: 60px;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-7 {
    padding-bottom: 35px;
  }
  .pb-lg-9 {
    padding-bottom: 45px;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .py-lg-8 {
    padding-top: 40px;
  }
  .py-lg-8 {
    padding-bottom: 40px;
  }
  .py-lg-13 {
    padding-top: 60px;
  }
  .py-lg-13 {
    padding-bottom: 60px;
  }
  .py-lg-17 {
    padding-top: 80px;
  }
  .py-lg-17 {
    padding-bottom: 80px;
  }
  .ta-lg-c {
    text-align: center;
  }
  .ta-lg-l {
    text-align: left;
  }
  .ta-lg-r {
    text-align: right;
  }
}

@media (max-width: 480px) {
  .c-xs-dn-white {
    color: #fff;
  }
  .c-xs-dn-black {
    color: #161616;
  }
  .c-xs-dn-red {
    color: #f00000;
  }
  .mb-xs-dn-0 {
    margin-bottom: 0;
  }
  .mb-xs-dn-5 {
    margin-bottom: 25px;
  }
  .mb-xs-dn-6 {
    margin-bottom: 30px;
  }
  .mb-xs-dn-8 {
    margin-bottom: 40px;
  }
  .mb-xs-dn-12 {
    margin-bottom: 60px;
  }
  .mt-xs-dn-3 {
    margin-top: 15px;
  }
  .mt-xs-dn-5 {
    margin-top: 25px;
  }
  .mt-xs-dn-6 {
    margin-top: 30px;
  }
  .mt-xs-dn-8 {
    margin-top: 40px;
  }
  .mt-xs-dn-9 {
    margin-top: 45px;
  }
  .mt-xs-dn-12 {
    margin-top: 60px;
  }
  .pb-xs-dn-0 {
    padding-bottom: 0;
  }
  .pb-xs-dn-7 {
    padding-bottom: 35px;
  }
  .pb-xs-dn-9 {
    padding-bottom: 45px;
  }
  .pt-xs-dn-0 {
    padding-top: 0;
  }
  .py-xs-dn-8 {
    padding-top: 40px;
  }
  .py-xs-dn-8 {
    padding-bottom: 40px;
  }
  .py-xs-dn-13 {
    padding-top: 60px;
  }
  .py-xs-dn-13 {
    padding-bottom: 60px;
  }
  .py-xs-dn-17 {
    padding-top: 80px;
  }
  .py-xs-dn-17 {
    padding-bottom: 80px;
  }
  .ta-xs-dn-c {
    text-align: center;
  }
  .ta-xs-dn-l {
    text-align: left;
  }
  .ta-xs-dn-r {
    text-align: right;
  }
}

@media (max-width: 800px) {
  .c-md-dn-white {
    color: #fff;
  }
  .c-md-dn-black {
    color: #161616;
  }
  .c-md-dn-red {
    color: #f00000;
  }
  .mb-md-dn-0 {
    margin-bottom: 0;
  }
  .mb-md-dn-5 {
    margin-bottom: 25px;
  }
  .mb-md-dn-6 {
    margin-bottom: 30px;
  }
  .mb-md-dn-8 {
    margin-bottom: 40px;
  }
  .mb-md-dn-12 {
    margin-bottom: 60px;
  }
  .mt-md-dn-3 {
    margin-top: 15px;
  }
  .mt-md-dn-5 {
    margin-top: 25px;
  }
  .mt-md-dn-6 {
    margin-top: 30px;
  }
  .mt-md-dn-8 {
    margin-top: 40px;
  }
  .mt-md-dn-9 {
    margin-top: 45px;
  }
  .mt-md-dn-12 {
    margin-top: 60px;
  }
  .pb-md-dn-0 {
    padding-bottom: 0;
  }
  .pb-md-dn-7 {
    padding-bottom: 35px;
  }
  .pb-md-dn-9 {
    padding-bottom: 45px;
  }
  .pt-md-dn-0 {
    padding-top: 0;
  }
  .py-md-dn-8 {
    padding-top: 40px;
  }
  .py-md-dn-8 {
    padding-bottom: 40px;
  }
  .py-md-dn-13 {
    padding-top: 60px;
  }
  .py-md-dn-13 {
    padding-bottom: 60px;
  }
  .py-md-dn-17 {
    padding-top: 80px;
  }
  .py-md-dn-17 {
    padding-bottom: 80px;
  }
  .ta-md-dn-c {
    text-align: center;
  }
  .ta-md-dn-l {
    text-align: left;
  }
  .ta-md-dn-r {
    text-align: right;
  }
}

/*---- Pages ----*/
/*-----------------------------------------------------------------------------
    $ Homepage
-----------------------------------------------------------------------------*/
/*---- Home News ----*/
.home-news {
  overflow: hidden;
}

.home-news-section {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

.home-news-section__block {
  padding: 20px;
}

.home-news-section__block:last-child {
  background: #ffbd0b;
}

.home-news-section__block-contents h1 {
  margin-bottom: 25px;
}

.home-news-section__list {
  margin: -20px 0 0 -20px;
}

.home-news-section__list-contents {
  padding-left: 20px;
  padding-top: 20px;
}

.home-news-section__list-contents:after {
  content: "";
  display: block;
  border-bottom: 1px solid #161616;
  margin-top: 20px;
}

.home-news-section__list-contents:last-child:after {
  content: none;
}

.news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  margin-left: 15px;
  margin-bottom: 15px;
}

.news-date i {
  margin-top: -2px;
  margin-right: 10px;
}

.news-desc {
  line-height: 1.9;
  margin-bottom: 15px;
}

.news-desc.indent.i--with-line.xs-line:before {
  top: 5px;
}

.news-link {
  margin-left: 15px;
  font-size: 14px;
}

.banner__letter-d {
  display: inline-block;
  position: relative;
  color: transparent;
}

.banner__letter-d:before {
  content: "";
  position: absolute;
  top: 16%;
  left: 8%;
  display: block;
  width: 88%;
  height: 72%;
  background-image: url("../images/pages/index/letter-d.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 481px) {
  .home-news-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-news-section__list-contents {
    width: 50%;
  }
}

@media (min-width: 641px) {
  .home-news-section__list-contents {
    width: 33.333%;
  }
  .home-news-section__list-contents:after {
    content: none;
  }
  .news-date {
    margin-bottom: 50px;
  }
  .news-desc {
    margin-bottom: 25px;
  }
}

@media (min-width: 801px) {
  .home-news-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
  .home-news-section__block {
    padding: 35px;
  }
  .home-news-section__block:first-child {
    padding-left: 0;
    width: 25%;
  }
  .home-news-section__block:last-child {
    padding-right: 0;
    width: 75%;
    padding-bottom: 70px;
  }
  .home-news-section__block:last-child:after {
    content: "";
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: inherit;
    background-size: cover;
  }
  .home-news-section__block-contents h1 {
    margin-bottom: 75px;
  }
  .home-news-section__list {
    margin: -35px 0 0 -35px;
  }
  .home-news-section__list-contents {
    padding-left: 35px;
    padding-top: 35px;
  }
}

.typography-spacing.announcement {
  color: #707070;
}

.typography-spacing.announcement .heading {
  text-transform: none;
}

.typography-spacing.announcement h2.heading {
  margin-bottom: 0;
}

.typography-spacing.announcement h4.heading:nth-child(2) {
  margin-top: 0;
}

.whats-happening {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

.whats-happening .wrapper {
  position: relative;
  z-index: 1;
}

.whats-happening:before {
  content: "";
  position: absolute;
  width: 264px;
  height: 485px;
  background: url(../../../../uploads/assets/images/pages/index/bg-news-top.png) center
    no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
}

.whats-happening:after {
  content: "";
  position: absolute;
  width: 672px;
  height: 191px;
  background: url(../../../../uploads/assets/images/pages/index/bg-news-bottom.png) center
    no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
}

.whats-happening__block + .whats-happening__block {
  margin-top: 30px;
}

.whats-happening__block-col + .whats-happening__block-col {
  margin-top: 60px;
}

.whats-happening__block-title {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 2px solid #dddddd;
}

.whats-happening__block-thumbs {
  margin-top: 15px;
}

.block-thumbs-inner-desc__date {
  font-weight: 500;
}

.block-thumbs-inner-desc__date i {
  margin-right: 5px;
}

.block-thumbs-inner-desc__text,
.block-thumbs-inner-desc__ctas {
  margin-top: 20px;
}

.whats-happening__block-thumbs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
}

.whats-happening__block-thumbs-inner + .whats-happening__block-thumbs-inner {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}

.whats-happening__block-thumbs-inner + .whats-happening__block-thumbs-inner:before {
  content: "";
  display: block;
  background: #dddddd;
  height: 2px;
  width: calc(100% - 25px);
  position: absolute;
  top: 0;
  right: 0;
}

.whats-happening__block-thumbs-inner-desc,
.whats-happening__block-thumbs-inner-image {
  width: 50%;
  padding-left: 25px;
}

.block-thumbs-inner-image__visual {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.block-thumbs-inner-image__visual:before {
  content: "";
  display: block;
  padding-top: 75.66666666666667%;
}

@media (min-width: 641px) {
  .whats-happening__block-title {
    padding-bottom: 30px;
  }
  .whats-happening__block-thumbs {
    margin-top: 30px;
  }
  .whats-happening__block-thumbs-inner + .whats-happening__block-thumbs-inner {
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .whats-happening {
    padding: 60px 0;
  }
  .whats-happening__block-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
  }
  .whats-happening__block-thumbs-inner {
    width: 33.333%;
    padding-left: 30px;
    margin-left: 0;
  }
  .whats-happening__block-thumbs-inner + .whats-happening__block-thumbs-inner {
    margin-top: 0;
    padding-top: 0;
  }
  .whats-happening__block-thumbs-inner + .whats-happening__block-thumbs-inner:before {
    content: none;
  }
  .whats-happening__block-thumbs-inner-desc,
  .whats-happening__block-thumbs-inner-image {
    width: 100%;
    padding-left: 0;
  }
  .whats-happening__block-thumbs-inner-desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }
  .whats-happening__block-thumbs-inner-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1025px) {
  .whats-happening {
    padding: 80px 0;
  }
  .whats-happening__block-col + .whats-happening__block-col {
    margin-top: 0;
  }
  .whats-happening__block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -80px;
  }
  .whats-happening__block-col {
    width: 33.333%;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .whats-happening__block-col + .whats-happening__block-col {
    position: relative;
  }
  .whats-happening__block-col + .whats-happening__block-col:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #dddddd;
    left: 39px;
    top: 0;
  }
}

/*-----------------------------------------------------------------------------
    $ Search Result
-----------------------------------------------------------------------------*/
.search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-featured {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 40px;
}

.search-featured .search-featured__heading {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.search-featured .search-featured__field {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-featured .search-featured__field li {
  margin: 15px 0;
}

.search-featured .search-featured__field .button {
  color: #161616;
}

.search-featured .search-featured__field .button:hover,
.search-featured .search-featured__field .button:focus,
.search-featured .search-featured__field .button.\--active {
  color: #f00000;
}

.search-featured .search-featured__field .button.\--type-2:after {
  background-position: center -11px;
}

.search-featured .search-featured__field .button.\--type-2:hover:after,
.search-featured .search-featured__field .button.\--type-2:focus:after,
.search-featured .search-featured__field .button.\--type-2.\--active:after {
  background-position: center 0;
}

.search-featured .search-featured__field-subs {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  padding-left: 20px;
  list-style: none;
}

@media (min-width: 641px) {
  .search-featured .search-featured__heading {
    font-size: 22px;
  }
}

.search-result {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.search-result .search-result__notification {
  font-size: 18px;
  margin-bottom: 40px;
}

.search-result .search-result__notification.\--not-found {
  color: #f00000;
}

.search-result
  .search-result__field
  .search-result__field-result
  + .search-result__field-result {
  margin-top: 40px;
}

.search-result .search-result__field .search-result__field-tag {
  text-transform: none;
  color: #aaa;
  font-weight: 500;
  text-transform: capitalize;
}

.search-result .search-result__field .search-result__field-heading {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin: 5px 0 15px;
  line-height: 1;
}

.search-result .search-result__field .search-result__field-heading:hover,
.search-result .search-result__field .search-result__field-heading:focus {
  color: #f00000;
}

@media (min-width: 481px) {
  .search-result .search-result__field .search-result__field-heading {
    font-size: 27px;
  }
  .search-result
    .search-result__field
    .search-result__field-heading.indent.i--with-line:before {
    height: 27px;
  }
}

@media (min-width: 641px) {
  .search-result .search-result__field .search-result__field-heading {
    font-size: 30px;
  }
  .search-result
    .search-result__field
    .search-result__field-heading.indent.i--with-line:before {
    height: 30px;
  }
}

@media (min-width: 641px) {
  .search-result .search-result__notification {
    font-size: 22px;
  }
}

@media (min-width: 801px) {
  .search-featured {
    width: 30%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    padding-right: 20px;
  }
  .search-result {
    width: 70%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/*-----------------------------------------------------------------------------
    $ For The People > Income Opportunities
-----------------------------------------------------------------------------*/
/*---- vars ----*/
.digital-economy-initiatives.for-the-people-block {
  background: #ffd35c
    url("../images/pages/digital-economy-initiatives/for-the-people/extra-income/bg.jpg");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.digital-economy-initiatives.for-the-industry-block {
  background: #60c198
    url("../images/pages/digital-economy-initiatives/for-the-industry/entrepreneurs/bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.digital-economy-initiatives.rising-to-the-challenge-block {
  background: #c95170
    url("../../../../uploads/assets/images/pages/digital-economy-initiatives/for-the-investors/index/bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 801px) {
  .digital-economy-initiatives.rising-to-the-challenge-block .tabs-container {
    padding-top: 0;
  }
}

@media (min-width: 1301px) {
  .digital-economy-initiatives.rising-to-the-challenge-block .tabs-container {
    padding-bottom: 45px;
  }
}

@media (max-width: 800px) {
  .digital-economy-initiatives.rising-to-the-challenge-block .tabs-container {
    padding-bottom: 30px;
  }
}

.digital-economy-initiatives .tabs-container {
  padding: 30px 0;
}

.digital-economy-initiatives .tabs-container ul {
  margin-top: -5px;
  margin-left: -5px;
}

.digital-economy-initiatives .tabs-container ul li {
  padding-top: 5px;
  padding-left: 5px;
}

@media (max-width: 640px) {
  .digital-economy-initiatives .tabs-container {
    padding-bottom: 0;
  }
}

@media (min-width: 481px) {
  .digital-economy-initiatives .tabs-container {
    padding: 35px 0;
  }
}

@media (min-width: 641px) {
  .digital-economy-initiatives .tabs-container {
    text-align: center;
  }
}

@media (min-width: 801px) {
  .digital-economy-initiatives .tabs-container {
    padding: 50px 0;
    text-align: right;
  }
}

@media (min-width: 1301px) {
  .digital-economy-initiatives .tabs-container {
    padding: 70px 0;
  }
}

.digital-economy-initiatives .digital-transformation-block .additional-block-content {
  margin-top: 20px;
}

@media (min-width: 801px) {
  .digital-economy-initiatives
    .digital-transformation-block
    .full-visual-layout__block-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .digital-economy-initiatives .digital-transformation-block .indent {
    width: 40%;
    padding-right: 40px;
  }
  .digital-economy-initiatives .digital-transformation-block .additional-block-content {
    width: 60%;
    margin-top: 0;
  }
}

.digital-economy-initiatives
  .full-visual-layout.fvl--type-4
  .digital-transformation-block
  .typography-spacing__elem {
  max-width: 100%;
}

.digital-economy-initiatives .talent-development-block .additional-block-content {
  margin-top: 20px;
}

@media (min-width: 801px) {
  .digital-economy-initiatives .talent-development-block .additional-block-content {
    width: 60%;
    margin-top: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 1024px) {
  .digital-economy-initiatives .full-visual-layout__block-overlay {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(white),
      to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    opacity: 1 !important;
  }
  .digital-economy-initiatives .full-visual-layout__block.c-white,
  .digital-economy-initiatives .full-visual-layout__block.c-lg-white,
  .digital-economy-initiatives .full-visual-layout__block.c-md-white {
    text-shadow: 1px 1px 3px white;
  }
}

/*----For The People > Talent Development > Tech Talent @Institute of Higher Learning----*/
.designated-institute .designated-institute__col + .designated-institute__col {
  margin-top: 60px;
}

.designated-institute .designated-institute__heading {
  margin-bottom: 30px;
}

.designated-institute .designated-institute__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
}

.designated-institute .designated-institute__list-logo {
  width: 50%;
  padding-left: 20px;
  padding-top: 20px;
  text-align: center;
}

.designated-institute .designated-institute__list-caption {
  font-size: 12px;
  margin-top: 15px;
}

@media (min-width: 481px) {
  .designated-institute .designated-institute__list-logo {
    width: 33.333%;
  }
}

@media (min-width: 801px) {
  .designated-institute .designated-institute__list {
    margin-top: -30px;
  }
  .designated-institute .designated-institute__list-logo {
    padding-top: 30px;
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .designated-institute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -80px;
  }
  .designated-institute .designated-institute__col + .designated-institute__col {
    margin-top: 0;
  }
  .designated-institute .designated-institute__heading {
    margin-bottom: 80px;
  }
  .designated-institute .designated-institute__col {
    width: 50%;
    padding-left: 80px;
  }
}

/*----For The Industry > Entrepreneurs > eCommerce----*/
.organization-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px 0 0 -20px;
}

.organization-logo .organization-logo__item {
  width: 50%;
  padding: 30px 0 0 20px;
}

.organization-logo .organization-logo__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1601px) {
  .organization-logo.\--auto-width-xl {
    margin-left: -50px;
  }
  .organization-logo.\--auto-width-xl .organization-logo__item {
    width: auto;
    padding-left: 50px;
  }
}

@media (min-width: 481px) {
  .organization-logo .organization-logo__item {
    width: 33.333%;
  }
}

@media (min-width: 641px) {
  .organization-logo {
    margin-top: -40px;
  }
  .organization-logo .organization-logo__item {
    width: 25%;
    padding-top: 40px;
  }
}

@media (min-width: 801px) {
  .organization-logo .organization-logo__item {
    width: 20%;
  }
}

@media (min-width: 1025px) {
  .organization-logo .organization-logo__item {
    width: 16.666%;
  }
}

@media (min-width: 1301px) {
  .organization-logo .organization-logo__item {
    width: 12.5%;
  }
  .organization-logo.\--col-6 .organization-logo__item {
    width: 16.666%;
  }
}

/*----For The Industry > Corporations > Digital Innovation Ecosystem > Data Centre / Cloud----*/
.dc-map {
  position: relative;
}

.dc-map .dc-map__content {
  padding: 30px 10px;
}

.dc-map .dc-map__content .heading {
  color: #60c098;
}

@media (min-width: 481px) {
  .dc-map .dc-map__content {
    padding: 35px 15px;
  }
}

@media (min-width: 801px) {
  .dc-map .dc-map__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    max-width: 320px;
    background: #fff;
    padding: 60px 35px;
  }
}

@media (min-width: 1025px) {
  .dc-map .dc-map__content {
    padding: 80px 45px;
  }
}

.dc-details {
  overflow: hidden;
}

.dc-details .dc-details__inner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.dc-details .dc-details__addresses {
  background: #f4f4f4;
  padding: 20px;
  position: relative;
}

.dc-details .dc-details__addresses-logo {
  margin-bottom: 35px;
}

.dc-details .dc-details__heading {
  margin-bottom: 30px;
}

.dc-details .dc-details__address + .dc-details__address {
  margin-top: 30px;
}

.dc-details .dc-details__contact,
.dc-details .dc-details__contact-person {
  margin-top: 30px;
}

.dc-details .dc-details__addresses-sub {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #8d8d8d;
  font-size: 12px;
}

.dc-details .dc-details__addresses-sub-inner {
  margin: -20px 0 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px;
}

.dc-details .dc-details__addresses-sub-inner .dc-details__address {
  padding: 20px 0 0 20px;
  width: 100%;
}

.dc-details .dc-details__addresses-sub-inner .dc-details__address + .dc-details__address {
  margin: 0;
}

.dc-details .dc-details__info {
  padding: 20px;
}

.dc-details .dc-details__info-block + .dc-details__info-block {
  margin-top: 60px;
}

@media (min-width: 481px) {
  .dc-details .dc-details__addresses-sub-inner .dc-details__address {
    width: 50%;
  }
}

@media (min-width: 641px) {
  .dc-details .dc-details__addresses-sub-inner .dc-details__address {
    width: 33.333%;
  }
}

@media (min-width: 801px) {
  .dc-details .dc-details__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dc-details .dc-details__inner .dc-details__addresses {
    width: 35%;
    padding-left: 0;
  }
  .dc-details .dc-details__inner .dc-details__info {
    width: 65%;
    padding-right: 0;
  }
  .dc-details .dc-details__addresses-sub-inner .dc-details__address {
    width: 100%;
  }
  .dc-details .dc-details__addresses:after {
    content: "";
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: inherit;
    background-size: cover;
  }
}

@media (min-width: 801px) {
  .dc-details .dc-details__inner .dc-details__addresses {
    padding: 40px;
    padding-left: 0;
  }
  .dc-details .dc-details__inner .dc-details__info {
    padding: 40px;
    padding-right: 0;
  }
}

/*----For The Investors > Malaysia's Digital Economy > Tech Talent Development----*/
.strategic-thrust-block-content .strategic-thrust-block-content__visual {
  line-height: 0;
}

@media (min-width: 801px) {
  .strategic-thrust-block-content .main-block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .strategic-thrust-block-content .strategic-thrust-block-content__visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .strategic-thrust-block-content .strategic-thrust-block-content__visual.\--mobile {
    display: none;
  }
}

@media (max-width: 800px) {
  .strategic-thrust-block-content .strategic-thrust-block-content__visual.\--desktop {
    display: none;
  }
  .strategic-thrust-block-content .strategic-thrust-block-content__visual.\--mobile {
    display: block;
  }
}

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

.flex-block > div {
  display: block;
}

.flex-block__s12,
.flex-block__s12m5l4,
.flex-block__s12m5,
.flex-block__s12m4,
.flex-block__s12m6,
.flex-block__s12m7,
.flex-block__s12m7l8 {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 801px) {
  .flex-block__s12m4 {
    width: 33.33%;
    max-width: 33.33%;
  }
  .flex-block__s12m5,
  .flex-block__s12m5l4 {
    width: 41.66%;
    max-width: 41.66%;
  }
  .flex-block__s12m6 {
    width: 50%;
    max-width: 50%;
  }
  .flex-block__s12m7,
  .flex-block__s12m7l8 {
    width: 58.33%;
    max-width: 58.33%;
  }
}

@media (min-width: 1025px) {
  .flex-block__s12m5l4 {
    width: 25%;
    max-width: 25%;
  }
  .flex-block__s12m7l8 {
    width: 75%;
    max-width: 75%;
  }
}

/*---- videos ----*/
.videos {
  background-color: #f3f4f6;
}

.videos__heading {
  margin-bottom: 60px;
}

.videos__heading .heading {
  color: #000;
}

.videos__heading .heading:after {
  background-color: #000;
}

.videos__learn-more {
  margin-top: 20px;
}

.videos__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 317px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
  border-top: 5px solid #fff;
}

.videos__block:hover .videos__block-visual {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.flex-block__s12m4::first-child .videos__block {
  border-top: none;
}

.videos__block-play-btn {
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  width: 57px;
  height: 57px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.videos__block-play-btn:hover {
  opacity: 0.5;
}

.videos__block-copy {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  bottom: 25px;
  padding: 10px 30px;
}

.videos__block-visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) -webkit-transform;
  transition: 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) -webkit-transform;
  transition: 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) transform;
  transition: 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) transform,
    3s cubic-bezier(0.25, 0.46, 0.45, 0.94) -webkit-transform;
}

@media (min-width: 801px) {
  .videos__heading {
    margin-bottom: 90px;
  }
  .videos__learn-more {
    margin-top: 30px;
  }
  .videos__block {
    border-top: none;
    border-left: 5px solid #fff;
  }
  .flex-block__s12m4:first-child .videos__block {
    border-top: none;
    border-left: none;
  }
}

/*----Form Connect----*/
.form-connect {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.form-connect .form-connect__field {
  margin: 25px 0 0 -20px;
}

.form-connect .form-connect__col {
  padding: 20px 0 0 20px;
}

@media (min-width: 641px) {
  .form-connect .form-connect__row.\--col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-connect .form-connect__row.\--col-2 .form-connect__col {
    width: 50%;
  }
}

/*----Event Modal----*/
.modal-event__title {
  font-weight: 700;
  margin-top: 20px;
}

.modal-event__organiser {
  font-size: 12px;
  margin-top: 5px;
}

.modal-event__date {
  margin-top: 20px;
}

.modal-event__desc {
  margin-top: 20px;
  font-size: 12px;
}

/*-----------------------------------------------------------------------------
    $ Success Stories
-----------------------------------------------------------------------------*/
.success-stories-block {
  background: #a1a5e8
    url("../../../../uploads/assets/images/pages/success-stories/life-changing-stories/bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*-----------------------------------------------------------------------------
    $ Media Centre
-----------------------------------------------------------------------------*/
/*----Publications----*/
.page-block__publications {
  background: #ff8e62
    url("../../../../uploads/assets/images/pages/media-centre/publications/bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-block__publications-2 {
  background: #ff8e62
    url("../../../../uploads/assets/images/pages/media-centre/publications/bg-2.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----News----*/
.page-block__news {
  background: #a1a5e8
    url("../../../../uploads/assets/images/pages/media-centre/news-events/news/bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-block__events {
  background: #1ad1d3 url("../images/pages/media-centre/news-events/events/bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-events__select {
  margin: -20px 0 0 -20px;
}

.news-events__select-col {
  padding: 20px 0 0 20px;
}

@media (min-width: 481px) {
  .news-events__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-events__select-col {
    width: 50%;
  }
}

@media (min-width: 641px) {
  .news-events__select {
    margin: -30px 0 0 -30px;
  }
  .news-events__select-col {
    padding: 30px 0 0 30px;
  }
}

@media (min-width: 641px) {
  .news-events__select {
    margin: -40px 0 0 -40px;
  }
  .news-events__select-col {
    padding: 40px 0 0 40px;
  }
}

@media (min-width: 801px) {
  .news-events__select {
    width: 580px;
  }
}

.news-events-thumbs {
  margin: -40px 0 0 -20px;
  padding: 40px 0;
}

.news-events-thumbs .news-events-thumbs__col {
  padding: 40px 0 0 20px;
}

.news-events-thumbs .news-events-thumbs__col-inner {
  display: block;
}

.news-events-thumbs .news-events-thumbs__col-inner:hover {
  opacity: 0.6;
}

.news-events-thumbs .news-events-thumbs__visual {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news-events-thumbs .news-events-thumbs__visual:before {
  content: "";
  display: block;
  padding-top: 67.34375%;
}

.news-events-thumbs .news-events-thumbs__visual-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
}

.news-events-thumbs .news-events-thumbs__visual-date i {
  margin-right: 10px;
}

.news-events-thumbs .news-events-thumbs__visual-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.news-events-thumbs .news-events-thumbs__title {
  margin-top: 15px;
}

@media (min-width: 481px) {
  .news-events-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-events-thumbs .news-events-thumbs__col {
    width: 50%;
  }
}

@media (min-width: 801px) {
  .news-events-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -60px;
    padding: 60px 0;
  }
  .news-events-thumbs .news-events-thumbs__col {
    width: 33.333%;
    padding-top: 60px;
  }
}

@media (min-width: 1025px) {
  .news-events-thumbs .news-events-thumbs__title {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .news-events-thumbs {
    margin-top: -80px;
    padding: 80px 0;
  }
  .news-events-thumbs .news-events-thumbs__col {
    padding-top: 80px;
  }
  .news-events-thumbs .news-events-thumbs__title {
    font-size: 22px;
  }
}

.news-events-pagination {
  text-align: right;
}

/*----News Events Single----*/
.news-single-header {
  padding: 20px 0;
}

.news-single-header .news-single-header__contents {
  padding: 20px;
}

.news-single-header .news-single-header__meta .news-single-header__meta-date {
  margin-bottom: 5px;
  margin-right: 70px;
}

.news-single-header .news-single-header__meta .news-single-header__meta-date i {
  margin-right: 10px;
}

.news-single-header .news-single-header__title {
  margin-top: 20px;
}

.news-single-header .news-single-header__visual {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news-single-header .news-single-header__visual:before {
  content: "";
  display: block;
  padding-top: 43.15789473684211%;
}

@media (min-width: 481px) {
  .news-single-header .news-single-header__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 801px) {
  .news-single-header {
    padding: 40px 0;
  }
  .news-single-header .news-single-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-single-header .news-single-header__col {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .news-single-header {
    padding: 60px 0;
  }
}

@media (min-width: 1301px) {
  .news-single-header .news-single-header__contents {
    max-width: 650px;
    margin-left: auto;
  }
}

@media (min-width: 1341px) {
  .news-single-header .news-single-header__contents {
    padding-left: 0;
  }
}

.news-single-contents {
  padding-bottom: 20px;
}

@media (min-width: 801px) {
  .news-single-contents {
    padding-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .news-single-contents {
    padding-bottom: 60px;
  }
}

.related-news-block {
  padding: 20px 0;
  background: #f2f2f2;
}

.related-news-block .related-news-block__title {
  margin-bottom: 20px;
}

@media (min-width: 801px) {
  .related-news-block {
    padding: 40px 0;
  }
  .related-news-block .related-news-block__title {
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .related-news-block {
    padding: 60px 0;
  }
  .related-news-block .related-news-block__title {
    margin-bottom: 50px;
  }
}

/*-----------------------------------------------------------------------------
    $ 404
-----------------------------------------------------------------------------*/
.page-block--404 {
  background: #d5d5d5;
}

.page-block--404 .helpful-links-404 p {
  font-size: 17px;
}

.page-block--404 .typography-spacing .helpful-links-404 .helpful-links-404__list {
  padding-left: 25px;
}

.page-block--404 .typography-spacing .helpful-links-404 .helpful-links-404__list li {
  padding-left: 0;
}

.page-block--404
  .typography-spacing
  .helpful-links-404
  .helpful-links-404__list
  li:before {
  content: none;
}

@media (min-width: 801px) {
  .page-block--404 .full-visual-layout {
    min-height: 100vh;
  }
  .page-block--404 .full-visual-layout__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1025px) {
  .page-block--404 .full-visual-layout {
    padding-top: calc(30px + 76px);
  }
}

.lang-unavailable-header {
  background: #f00000;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
}
