/* normalize.css v7.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.
 */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed");
@import url("https://fonts.googleapis.com/css?family=PT+Sans");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * 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 {
  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 */
  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
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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"] {
  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; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
  to {
    opacity: 1; } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -50%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-10%, 0, 0);
    visibility: visible; }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #222;
  background-size: cover; }

a[name] {
  margin-top: -150px; }

.font, .header, .sa {
  font-family: 'Fira Sans Extra Condensed', sans-serif; }

svg * {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300; }
svg .text {
  font-size: 5.64444447px;
  fill-opacity: 1;
  letter-spacing: 0;
  text-anchor: middle;
  font-style: normal;
  word-spacing: 0;
  stroke: #000;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  text-align: center;
  stroke-width: .05291667;
  line-height: 2.64583325;
  fill: #000; }
svg .go-text {
  font-size: 12px; }
svg .text1 {
  font-size: 6.64444447px;
  fill-opacity: 1;
  font-weight: bold;
  letter-spacing: 0;
  text-anchor: middle;
  font-style: normal;
  word-spacing: 0;
  stroke: #000;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  text-align: center;
  stroke-width: .05291667;
  line-height: 2.64583325;
  fill: #000; }
svg .big {
  text-anchor: start; }
  svg .big * {
    font-size: 14px;
    fill-opacity: 1;
    letter-spacing: 0;
    text-anchor: start;
    font-style: normal;
    word-spacing: 0;
    stroke: #000;
    stroke-miterlimit: 4;
    stroke-dasharray: none;
    stroke-width: .05291667;
    line-height: 2.64583325;
    fill: #000; }
svg .light {
  font-weight: 200;
  font-size: 5.64444447px;
  fill: #000;
  text-align: start;
  text-anchor: start; }
svg .parrow {
  fill: #56b947;
  fill-rule: evenodd;
  stroke: #56b947;
  stroke-width: .6875;
  stroke-linejoin: round; }
svg .arrows {
  stroke-linejoin: miter;
  stroke: #56b947;
  stroke-linecap: butt;
  fill: none;
  stroke-width: .265; }
svg .arrows, svg .box, svg .greenbox {
  stroke-opacity: 1;
  stroke-dasharray: none;
  stroke-miterlimit: 4;
  display: inline; }
svg .greenbox {
  stroke-width: .40000001;
  fill-opacity: 1;
  stroke: none;
  fill: #56b947; }
svg .box {
  fill-opacity: 0;
  stroke: #000;
  fill: #000;
  stroke-width: .312; }

img {
  -ms-interpolation-mode: bicubic; }

/*
* {
  outline: 1px solid rgba(255, 0, 0, .6);
}
*/
header {
  /*  @include transition(all 2.0s ease-in-out);
    &:hover {
      @include transform(rotate(90deg));
    }*/
  position: relative;
  margin: 0 auto;
  top: 0; }
  header .container {
    position: relative;
    margin: 0 auto;
    top: 0;
    z-index: 11; }
    @media only screen and (max-width: 1200px) {
      header .container {
        position: inherit;
        z-index: 110; } }
    header .container .head {
      height: 100px;
      font-size: 12px;
      color: #243282; }
      @media only screen and (max-width: 1200px) {
        header .container .head {
          display: none; } }
      header .container .head a {
        color: #243282; }
    header .container .default {
      opacity: 0;
      position: relative;
      top: 0; }
      header .container .default .logo {
        position: absolute;
        top: 25px;
        right: 60px; }
        header .container .default .logo img {
          height: 50px; }
      header .container .default .icons {
        position: absolute;
        top: 45px;
        left: 20px; }
        header .container .default .icons .lang {
          position: absolute;
          top: 0px;
          left: 50px; }
        header .container .default .icons .mail {
          display: inline-block;
          height: 40px;
          position: absolute;
          top: 0px;
          left: 150px; }
          header .container .default .icons .mail img {
            height: 15px; }
        header .container .default .icons .download {
          display: inline-block;
          height: 40px;
          position: absolute;
          top: 0px;
          left: 250px; }
          header .container .default .icons .download img {
            height: 15px; }
        header .container .default .icons .search {
          display: inline-block;
          height: 40px;
          position: absolute;
          top: 0px;
          left: 350px; }
          header .container .default .icons .search img {
            height: 15px; }
      header .container .default .annual {
        position: absolute;
        top: 30px;
        left: 530px; }
      header .container .default .year {
        font-size: 30px;
        font-weight: bold;
        display: inline-block;
        padding-left: 5px; }
        header .container .default .year span {
          color: #00ADBA; }
      header .container .default .slogan {
        font-weight: bold;
        color: #00ADBA;
        position: absolute;
        top: 34px;
        left: 710px;
        line-height: 14px; }
  header .top .logo img {
    height: 50px; }
  header .top .lang {
    position: absolute;
    top: 68px;
    font-size: 14px;
    left: 20px;
    width: 60px;
    text-align: center; }
  header .top .annual {
    position: absolute;
    top: 68px;
    font-size: 14px;
    color: #00ADBA;
    left: 90px; }
  header .top .icons {
    position: absolute;
    top: 35px;
    left: 200px;
    right: 120px; }
    @media only screen and (max-width: 350px) {
      header .top .icons {
        display: none; } }
    header .top .icons .lang {
      position: absolute;
      top: 0px; }
    header .top .icons .mail {
      display: inline-block;
      text-align: center;
      width: 33%; }
      header .top .icons .mail img {
        height: 15px; }
    header .top .icons .download {
      display: inline-block;
      text-align: center;
      width: 33%; }
      header .top .icons .download img {
        height: 15px; }
    header .top .icons .search {
      display: inline-block;
      text-align: center;
      width: 33%; }
      header .top .icons .search img {
        height: 15px; }

@media only screen and (max-width: 1200px) {
  .main .breadcrumbs {
    margin-top: 100px; } }

.mobileheader {
  z-index: 40; }
  @media only screen and (max-width: 1200px) {
    .mobileheader {
      margin-bottom: -80px; } }

.top, .mobiletop {
  display: none;
  transition: all .5s; }
  @media only screen and (max-width: 1200px) {
    .top, .mobiletop {
      display: block;
      padding: 10px 20px;
      background: #fff;
      position: fixed;
      width: 100%;
      top: 0;
      height: 70px; } }
  .top a.menu, .mobiletop a.menu {
    display: none; }
    @media only screen and (max-width: 1200px) {
      .top a.menu, .mobiletop a.menu {
        z-index: 20;
        display: inline-block;
        position: absolute;
        right: 55px;
        top: 22px;
        width: 44px;
        height: 40px;
        background: url(/images/menumobile.png) center center no-repeat;
        background-size: 42px; } }

.mobiletop {
  background: none;
  width: 100%;
  z-index: 30;
  height: 60px; }
  @media only screen and (max-width: 1200px) {
    .mobiletop {
      position: fixed;
      box-sizing: border-box; } }
  .mobiletop .icons {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 200px; }
    @media only screen and (max-width: 350px) {
      .mobiletop .icons {
        display: none; } }
    .mobiletop .icons .lang {
      display: inline-block;
      text-align: center;
      width: 25%; }
      .mobiletop .icons .lang a {
        top: -2px;
        color: #fff;
        position: relative;
        display: inline-block; }
    .mobiletop .icons .mail {
      display: inline-block;
      text-align: center;
      width: 25%; }
      .mobiletop .icons .mail img {
        height: 15px; }
    .mobiletop .icons .download {
      display: inline-block;
      text-align: center;
      width: 25%; }
      .mobiletop .icons .download img {
        height: 15px; }
    .mobiletop .icons .search {
      display: inline-block;
      text-align: center;
      width: 25%; }
      .mobiletop .icons .search img {
        height: 15px; }
  .mobiletop a.menu {
    display: none; }
    @media only screen and (max-width: 1200px) {
      .mobiletop a.menu {
        right: 13px;
        top: 11px;
        background: url(/images/menumobile-w.png) center center no-repeat;
        background-size: 42px;
        display: inline-block; } }

nav {
  opacity: 0;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
  z-index: 200; }
  @media only screen and (max-width: 1200px) {
    nav {
      box-shadow: none; } }

nav * {
  /*outline: 1px solid red;*/ }

nav {
  position: relative;
  margin: 0 auto;
  padding: 0;
  top: 0; }
  nav ul.topmenu {
    list-style: none;
    margin: auto;
    padding: 0;
    display: table;
    box-sizing: border-box;
    width: 1200px;
    border-collapse: collapse;
    position: relative;
    z-index: 2;
    font-size: 16px; }
    @media only screen and (max-width: 1300px) {
      nav ul.topmenu {
        box-sizing: border-box; } }
    @media only screen and (max-width: 1200px) {
      nav ul.topmenu {
        padding: 0;
        width: 100%;
        margin: 0;
        top: 100px;
        position: absolute;
        left: 0;
        right: 0;
        display: none; } }
    @media only screen and (max-width: 1200px) {
      nav ul.topmenu .title {
        background: #fff;
        font-size: 20px;
        display: none; } }
    @media only screen and (max-width: 1200px) {
      nav ul.topmenu .l1 {
        padding-bottom: 10px; }
        nav ul.topmenu .l1 a {
          padding: 5px 0;
          font-size: 14px; } }
    @media only screen and (max-width: 1200px) {
      nav ul.topmenu .l2 {
        display: none; } }
    @media only screen and (max-width: 1200px) {
      nav ul.topmenu .on {
        color: #000; } }
    nav ul.topmenu > li {
      display: table-cell;
      position: relative;
      margin: 0;
      color: #1b1b1b;
      box-sizing: border-box;
      line-height: 16px;
      padding: 0;
      vertical-align: top; }
      @media only screen and (max-width: 1200px) {
        nav ul.topmenu > li {
          display: block;
          width: 100%;
          height: auto; } }
      nav ul.topmenu > li > a {
        display: block;
        white-space: nowrap;
        vertical-align: middle;
        color: #fff;
        box-sizing: border-box;
        padding: 15px;
        padding-top: 25px;
        line-height: 130%;
        transition: all .2s; }
        nav ul.topmenu > li > a.on, nav ul.topmenu > li > a:hover {
          color: #243282; }
          @media only screen and (max-width: 1200px) {
            nav ul.topmenu > li > a.on, nav ul.topmenu > li > a:hover {
              color: #000; } }
        @media only screen and (max-width: 1200px) {
          nav ul.topmenu > li > a {
            display: block;
            width: 100%;
            background-color: #fff;
            font-size: 18px;
            height: auto;
            padding: 10px 20px;
            color: #243282; } }
      nav ul.topmenu > li > a > span {
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 1200px) {
          nav ul.topmenu > li > a > span {
            width: 65%;
            vertical-align: top;
            line-height: 130%; } }
        nav ul.topmenu > li > a > span.expand {
          display: none; }
          @media only screen and (max-width: 1200px) {
            nav ul.topmenu > li > a > span.expand {
              background: url(/images/bmenu.png) center center no-repeat;
              background-size: 30px;
              margin: -10px 0px;
              height: 40px;
              display: inline-block;
              width: 30px;
              float: right;
              vertical-align: top;
              line-height: 130%;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; } }
          nav ul.topmenu > li > a > span.expand.rotated {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
      nav ul.topmenu > li > a:hover, nav ul.topmenu > li > a.active {
        transition: all .2s; }
      nav ul.topmenu > li > ul {
        display: none;
        list-style: none;
        margin: auto;
        padding: 0;
        border-bottom: 1px solid #ccc; }
        @media only screen and (max-width: 1200px) {
          nav ul.topmenu > li > ul {
            border-bottom: 0px solid #fff; } }
        nav ul.topmenu > li > ul li {
          display: block;
          color: #eee; }
          @media only screen and (max-width: 1200px) {
            nav ul.topmenu > li > ul li {
              background: #fff; } }
          nav ul.topmenu > li > ul li > a {
            display: inline-block;
            width: 80%;
            vertical-align: top;
            font-size: 15px;
            color: #fff;
            height: auto; }
            @media only screen and (max-width: 1200px) {
              nav ul.topmenu > li > ul li > a {
                font-size: 14px;
                padding-top: 10px;
                padding-bottom: 10px; } }
            nav ul.topmenu > li > ul li > a > span {
              display: inline-block;
              color: #aaa;
              width: 80%; }
            nav ul.topmenu > li > ul li > a:hover span {
              color: #fff; }
        nav ul.topmenu > li > ul li.blue, nav ul.topmenu > li > ul li.quote {
          display: none; }

.menuwrap {
  background-color: #00ADBA; }

.menu2wrap {
  background: white;
  display: none;
  position: absolute;
  width: 100%;
  box-shadow: 0 2px 10px 2px rgba(70, 70, 70, 0.2);
  overflow: hidden;
  z-index: 100; }

.menu2 {
  padding-bottom: 30px;
  margin: auto; }
  .menu2 ul {
    padding: 0;
    margin: 0; }
  .menu2 li {
    display: block;
    font-weight: bold;
    padding-bottom: 10px; }
    .menu2 li li {
      padding-bottom: 3px; }
    .menu2 li .l1 {
      padding-bottom: 8px;
      margin-top: 15px; }
    .menu2 li.title {
      background: #243282;
      font-size: 30px;
      margin: 0;
      margin-bottom: 35px;
      padding: 10px 0;
      color: #fff; }
    .menu2 li li a {
      font-size: 14px;
      font-weight: normal; }
    .menu2 li a {
      font-size: 16px;
      display: inline;
      color: #222;
      border-bottom: 1px solid transparent;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      .menu2 li a:hover {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        border-bottom: 1px solid #00ADBA;
        color: #00ADBA; }
      .menu2 li a.on {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        color: #00ADBA; }
      .menu2 li a > strong {
        font-weight: bold;
        display: inline-block;
        width: 30px;
        color: #fff; }

nav.clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74); }
  nav.clone ul.topmenu > li.lang {
    display: none; }
  nav.clone ul.topmenu > li {
    box-sizing: border-box;
    padding-top: 0px; }

.lang-en nav.clone ul.topmenu > li.logo {
  width: 150px; }

body.down nav.clone {
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
  transform: translateY(0); }
  @media only screen and (max-width: 1200px) {
    body.down nav.clone {
      box-shadow: none; } }

@media only screen and (max-width: 1200px) {
  section.body {
    padding-top: 60px; } }

@keyframes estrangement {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }
.speech {
  position: relative; }
  .speech .mobile {
    display: none; }
    @media only screen and (max-width: 1200px) {
      .speech .mobile {
        display: block; } }
  .speech .image {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 60px; }
    @media only screen and (max-width: 1200px) {
      .speech .image {
        position: relative;
        text-align: center; } }
    @media only screen and (max-width: 1200px) {
      .speech .image.full {
        display: none; } }
    .speech .image img {
      display: inline-block;
      height: 300px;
      vertical-align: bottom; }
      @media only screen and (max-width: 1200px) {
        .speech .image img {
          max-height: 300px; } }
  .speech .link {
    padding-bottom: 40px;
    font-weight: 400; }
    @media only screen and (max-width: 1200px) {
      .speech .link {
        padding-bottom: 0px; } }
  .speech .signature img {
    max-width: 200px; }

.home-section {
  padding-bottom: 60px; }

.home-parallax {
  position: relative;
  overflow: hidden;
  height: 800px;
  background: #0c0f14;
  /* Old browsers */
  background: linear-gradient(45deg, #0c0f14 0%, #3a556a 100%);
  min-width: 1240px;
  max-width: 100%;
  margin: auto;
  z-index: -2; }
  @media only screen and (max-width: 1200px) {
    .home-parallax {
      min-width: 0; } }
  .home-parallax .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .home-parallax .parallax img {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 0;
      min-height: 100%;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (max-width: 1200px) {
        .home-parallax .parallax img {
          display: none; } }
      @media only screen and (max-width: 1200px) {
        .home-parallax .parallax img {
          max-width: 150%;
          min-height: 0; } }

.factors-wrapper .padder20v {
  padding-top: 0; }

@media only screen and (max-width: 1200px) {
  .income-wrapper {
    height: 180px; } }

.factors-inner-wrapper {
  max-width: 800px;
  margin: auto;
  padding: 0 20px; }
  @media only screen and (max-width: 1200px) {
    .factors-inner-wrapper {
      padding: 0; } }

.factors {
  box-sizing: content-box;
  padding-top: 15px;
  padding-bottom: 25px;
  opacity: 1;
  position: relative; }
  .factors .count {
    white-space: nowrap; }
  .factors .factors-left {
    box-sizing: border-box;
    width: 20%;
    padding-top: 60px;
    font-size: 14px;
    display: inline-block; }
    @media only screen and (max-width: 1200px) {
      .factors .factors-left {
        padding-top: 10px;
        width: auto; } }
    .factors .factors-left .text {
      display: inline-block;
      line-height: 18px; }
  .factors .factors-right {
    box-sizing: border-box;
    width: 70%;
    vertical-align: top;
    display: inline-block; }
    @media only screen and (max-width: 1200px) {
      .factors .factors-right {
        width: 85%; } }
  .factors .line {
    width: 0;
    height: 8px;
    position: absolute;
    top: 75px; }
  .factors .income {
    display: inline-block;
    position: absolute;
    top: 45px; }
    .factors .income .year {
      opacity: 0;
      text-align: center;
      display: inline-block;
      position: absolute;
      top: 104px;
      left: 18px;
      font-size: 12px; }
      @media only screen and (max-width: 1200px) {
        .factors .income .year {
          top: 80px;
          left: 12px; } }
    .factors .income .circle, .factors .income .cyan-circle, .factors .income .blue-circle, .factors .income .yellow-circle, .factors .income .ghost {
      opacity: 0;
      position: absolute;
      border-radius: 50%;
      top: 0px;
      overflow: hidden;
      vertical-align: middle;
      width: 50px;
      height: 50px;
      padding: 5px;
      border: 1px solid #fff;
      white-space: nowrap;
      font-weight: bold;
      font-size: 12px; }
      @media only screen and (max-width: 1200px) {
        .factors .income .circle, .factors .income .cyan-circle, .factors .income .blue-circle, .factors .income .yellow-circle, .factors .income .ghost {
          width: 35px;
          height: 35px; } }
      .factors .income .circle span, .factors .income .cyan-circle span, .factors .income .blue-circle span, .factors .income .yellow-circle span, .factors .income .ghost span {
        display: inline-block;
        width: 100%;
        position: relative;
        top: 34%;
        font-size: 16px;
        text-align: center; }
        @media only screen and (max-width: 1200px) {
          .factors .income .circle span, .factors .income .cyan-circle span, .factors .income .blue-circle span, .factors .income .yellow-circle span, .factors .income .ghost span {
            font-size: 12px; } }
      .factors .income .circle.on, .factors .income .on.cyan-circle, .factors .income .on.blue-circle, .factors .income .on.yellow-circle, .factors .income .ghost.on {
        transform: scale(2);
        transition: all 1s ease-out;
        opacity: 1; }
    .factors .income .circle, .factors .income .cyan-circle, .factors .income .blue-circle, .factors .income .yellow-circle {
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.7); }
    .factors .income .ghost {
      border: 1px solid transparent;
      opacity: 1; }
  .factors .income1 {
    left: 10%;
    margin-left: -15px; }
  .factors .income + .income2 {
    left: 55%;
    margin-left: -10px;
    top: 50px; }
    .factors .income + .income2 span {
      top: 30%;
      font-size: 12px; }
    .factors .income + .income2 .year {
      top: 99px;
      left: 10px; }
      @media only screen and (max-width: 1200px) {
        .factors .income + .income2 .year {
          top: 75px;
          left: 6px; } }
  .factors .income3 {
    left: 95%;
    margin-left: 1px; }
  .factors .income2 .circle, .factors .income2 .cyan-circle, .factors .income2 .blue-circle, .factors .income2 .yellow-circle, .factors .income2 .ghost {
    width: 35px;
    height: 35px;
    top: 5px; }
    @media only screen and (max-width: 1200px) {
      .factors .income2 .circle, .factors .income2 .cyan-circle, .factors .income2 .blue-circle, .factors .income2 .yellow-circle, .factors .income2 .ghost {
        width: 25px;
        height: 25px;
        top: 0px; }
        .factors .income2 .circle span, .factors .income2 .cyan-circle span, .factors .income2 .blue-circle span, .factors .income2 .yellow-circle span, .factors .income2 .ghost span {
          font-size: 9px;
          top: 20%; } }
  .factors.on {
    transition: all 1s;
    opacity: 1; }
  .factors .general-part {
    position: relative;
    height: 80px; }
    @media only screen and (max-width: 1200px) {
      .factors .general-part {
        padding-top: 35px; } }
  .factors .income-part {
    position: relative;
    height: 150px; }
    @media only screen and (max-width: 1200px) {
      .factors .income-part {
        height: auto; }
        .factors .income-part .line {
          top: 65px; } }
  .factors .general {
    display: inline-block;
    position: absolute;
    top: 45px; }
    .factors .general .count {
      width: 100px;
      text-align: center;
      display: inline-block;
      top: -10px;
      left: -35px;
      position: absolute;
      font-weight: bold; }
    .factors .general .year {
      opacity: 0;
      text-align: center;
      display: inline-block;
      position: absolute;
      top: 60px;
      left: 1px;
      font-size: 12px; }
    .factors .general .bullet, .factors .general .ghost {
      opacity: 0;
      position: absolute;
      border-radius: 50%;
      background: #00ADBA;
      top: 18px;
      overflow: hidden;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      padding: 5px;
      border: 3px solid #fff;
      white-space: nowrap;
      font-weight: bold;
      font-size: 12px; }
      .factors .general .bullet.on, .factors .general .ghost.on {
        transition: all 1s ease-out;
        opacity: 1; }
    .factors .general .ghost {
      opacity: 1;
      border: 3px solid transparent; }
    .factors .general .bullet {
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.7); }
  .factors .general1 {
    left: 10%; }
  .factors .general2 {
    left: 55%; }
  .factors .general3 {
    left: 98%; }
    .factors .general3 .count {
      font-size: 25px;
      color: #243282;
      margin-top: -5px; }
    .factors .general3 .bullet {
      background: #243282; }
  .factors .bigger.count {
    font-size: 25px;
    font-weight: 400; }
    @media only screen and (max-width: 1200px) {
      .factors .bigger.count {
        font-size: 15px;
        line-height: 20px; } }
  .factors .big.count {
    font-size: 45px;
    font-weight: 700; }
    @media only screen and (max-width: 1200px) {
      .factors .big.count {
        font-size: 20px; } }

.count {
  opacity: 0; }
  @media only screen and (max-width: 1200px) {
    .count {
      /*opacity: 1;*/ } }

@media only screen and (max-width: 1200px) {
  .fullhome {
    display: none; } }

.mobilehome {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .mobilehome {
      display: block; } }

header .container .home {
  color: #fff; }
  header .container .home .icons {
    position: relative;
    top: 60px;
    left: 20px;
    opacity: 0; }
    header .container .home .icons .lang {
      font-size: 16px;
      position: relative;
      top: 0px;
      left: 0px; }
      header .container .home .icons .lang a {
        color: #fff; }
    header .container .home .icons .mail {
      display: inline-block;
      height: 40px;
      position: absolute;
      top: 0px;
      left: 120px; }
      header .container .home .icons .mail img {
        height: 20px; }
    header .container .home .icons .download {
      display: inline-block;
      height: 40px;
      position: absolute;
      top: 0px;
      left: 240px; }
      header .container .home .icons .download img {
        height: 20px; }
    header .container .home .icons .search {
      display: inline-block;
      height: 40px;
      position: absolute;
      top: 0px;
      left: 360px; }
      header .container .home .icons .search img {
        height: 20px; }
  header .container .home .logo {
    position: absolute;
    top: 180px;
    left: 120px;
    opacity: 0; }
    header .container .home .logo img {
      height: 100px; }
  header .container .home .annual {
    position: absolute;
    top: 360px;
    left: 220px;
    text-align: right;
    font-size: 20px;
    opacity: 0; }
  header .container .home .year {
    font-size: 60px;
    display: block;
    font-weight: bold;
    padding-right: 25px; }
    header .container .home .year span {
      color: #00ADBA; }
  header .container .home .slogan {
    font-weight: bold;
    font-size: 20px;
    color: #00ADBA;
    position: absolute;
    top: 460px;
    text-align: right;
    left: 150px;
    opacity: 0;
    line-height: 14px; }
    header .container .home .slogan span {
      padding: 6px 0;
      display: block; }
      header .container .home .slogan span:nth-child(2) {
        padding-right: 13px; }
      header .container .home .slogan span:nth-child(3) {
        padding-right: 26px; }
      header .container .home .slogan span:nth-child(4) {
        padding-right: 39px; }

.mobileheader .home-parallax {
  z-index: 20;
  height: 450px;
  margin-bottom: 15px; }
.mobileheader .lang {
  position: absolute;
  top: 200px;
  left: 63px; }
  .mobileheader .lang a {
    color: #fff; }
.mobileheader .parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-height: 100%;
  max-height: 120%; }
  @media only screen and (max-width: 1200px) {
    .mobileheader .parallax img {
      display: none; } }
.mobileheader .container .home {
  color: #fff; }
  .mobileheader .container .home .icons {
    position: relative;
    top: 30px;
    left: 20px;
    z-index: 120;
    opacity: 0; }
    .mobileheader .container .home .icons .lang {
      font-size: 14px;
      position: relative;
      top: 0px;
      left: 0px; }
      .mobileheader .container .home .icons .lang a {
        color: #fff; }
    .mobileheader .container .home .icons .mail {
      display: inline-block;
      height: 40px;
      position: absolute;
      top: 0px;
      left: 50px; }
      .mobileheader .container .home .icons .mail img {
        height: 15px; }
    .mobileheader .container .home .icons .download {
      display: inline-block;
      height: 40px;
      position: absolute;
      top: 0px;
      left: 100px; }
      .mobileheader .container .home .icons .download img {
        height: 15px; }
    .mobileheader .container .home .icons .search {
      display: inline-block;
      height: 40px;
      position: absolute;
      top: 0px;
      left: 150px; }
      .mobileheader .container .home .icons .search img {
        height: 15px; }
  .mobileheader .container .home .logo {
    position: absolute;
    top: 90px;
    left: 20px;
    opacity: 0;
    padding-right: 20px; }
    .mobileheader .container .home .logo img {
      max-width: 100%;
      max-height: 100px; }
  .mobileheader .container .home .annual {
    position: absolute;
    top: 250px;
    right: 20px;
    text-align: right;
    font-size: 16px;
    opacity: 0; }
  .mobileheader .container .home .year {
    font-size: 30px;
    display: block;
    font-weight: bold;
    padding-right: 5px; }
    .mobileheader .container .home .year span {
      color: #00ADBA; }
  .mobileheader .container .home .slogan {
    font-weight: bold;
    font-size: 15px;
    color: #00ADBA;
    position: absolute;
    top: 320px;
    text-align: right;
    right: 40px;
    opacity: 0;
    line-height: 14px; }
    .mobileheader .container .home .slogan span {
      padding: 6px 0;
      display: block; }
      .mobileheader .container .home .slogan span:nth-child(2) {
        padding-right: 13px; }
      .mobileheader .container .home .slogan span:nth-child(3) {
        padding-right: 26px; }
      .mobileheader .container .home .slogan span:nth-child(4) {
        padding-right: 39px; }

/*-----------------------------------------------
 * Mixins:
 ----------------------------------------------*/
/*-----------------------------------------------
 * Global:
 ----------------------------------------------*/
@main-color : #088BBF;
.tiles-preload .tiles-slider-wrap * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.tiles-slider-wrap * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.tiles-slider-wrap a:focus {
  outline: none; }

.tiles-slider-wrap,
.tiles-tile {
  position: relative; }

.tiles-wrap {
  position: absolute;
  height: 100%;
  width: 200%;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px; }

.tiles-tile {
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/*-----------------------------------------------
 * Timer:
 ----------------------------------------------*/
.tiles-timer {
  position: absolute;
  top: 0;
  height: 5px;
  width: 0;
  z-index: 10;
  background: #243282; }

/*-----------------------------------------------
 * Navigation:
 ----------------------------------------------*/
/* Prev/Next */
.tiles-next, .tiles-prev {
  opacity: 0;
  position: absolute;
  z-index: 1;
  text-indent: -9999px;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  line-height: 50px;
  background-size: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #888;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .tiles-next:hover, .tiles-prev:hover {
    border: 2px solid #fff; }

.tiles-prev {
  left: 0;
  background-image: url(/images/prev.png);
  margin-left: 20px; }
  .tiles-prev:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url(/images/prev-over.png); }

.tiles-next {
  right: 0;
  margin-right: 20px;
  background-image: url(/images/next.png); }
  .tiles-next:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url(/images/next-over.png); }

.main-slide-wrapper:hover .tiles-next,
.main-slide-wrapper:hover .tiles-prev {
  opacity: 1; }

.tiles-nav:hover ~ .tiles-next,
.tiles-nav:hover ~ .tiles-prev {
  opacity: 0; }

/* Bullets/Pagination */
.tiles-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-top: 1em;
  z-index: 5;
  /* Pagination */
  /* Bullets */ }
  .tiles-nav .tiles-nav-item {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tiles-nav .tiles-nav-item.tiles-nav-active {
      cursor: default; }
    .tiles-nav .tiles-nav-item:not(.tiles-nav-active):hover span {
      visibility: visible;
      opacity: 1;
      margin-top: -1em; }
  .tiles-nav .tiles-pagination {
    text-decoration: none;
    color: #222;
    padding: .1em .5em;
    margin: 0 .1em;
    border-radius: 2px; }
    .tiles-nav .tiles-pagination:hover {
      text-decoration: none;
      color: #243282; }
    .tiles-nav .tiles-pagination.tiles-nav-active {
      background: #243282;
      color: #fff; }
  .tiles-nav .tiles-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 .3em;
    transform: scale(0.9, 1); }
    .tiles-nav .tiles-bullet.tiles-nav-active span {
      background: #243282; }
    .tiles-nav .tiles-bullet span {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #ddd;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
      transform: rotate(45deg); }
  .tiles-nav img {
    display: block; }

.next-prev-wrapper {
  position: relative;
  width: 1240px;
  box-sizing: border-box;
  margin: auto;
  top: 62%; }
  @media only screen and (max-width: 1200px) {
    .next-prev-wrapper {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

/* Descriptions */
.tiles-description {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em 2em;
  line-height: 1.5;
  visibility: hidden;
  opacity: 0;
  color: white;
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .tiles-description p {
    position: relative;
    padding: 0;
    margin: 0;
    left: -5em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.tiles-description-active {
  opacity: 1;
  visibility: visible; }
  .tiles-description-active p {
    left: 0; }

.tiles-description-empty {
  display: none; }

/* cssSpeed */
.tiles-slider-s100 .tiles-tile {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.tiles-slider-s200 .tiles-tile {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.tiles-slider-s300 .tiles-tile {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.tiles-slider-s400 .tiles-tile {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.tiles-slider-s500 .tiles-tile {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.tiles-slider-s600 .tiles-tile {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.tiles-slider-s700 .tiles-tile {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.tiles-slider-s800 .tiles-tile {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

.tiles-slider-s900 .tiles-tile {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out; }

.tiles-slider-s1000 .tiles-tile {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.tiles-tile.tiles-reset {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

/*-----------------------------------------------
 * Effects:
 ----------------------------------------------*/
/* Simple */
.tiles-simple-anim {
  opacity: 0; }

/* Default */
.tiles-default-anim {
  position: relative;
  opacity: 0;
  box-shadow: 0 0 10px black;
  top: -5%;
  left: 5%;
  z-index: 1; }

/* Up */
.tiles-y1.tiles-up-anim {
  height: 1px !important; }

/* Left */
.tiles-x1.tiles-left-normal {
  clear: both; }

.tiles-x1.tiles-left-anim {
  width: 0 !important; }

/* Switch LR */
.tiles-switchlr-anim.tiles-even.tiles-y1.tiles-x2 {
  left: 100/2%; }
.tiles-switchlr-anim.tiles-even.tiles-y1.tiles-x4 {
  left: 100/4%; }
.tiles-switchlr-anim.tiles-even.tiles-y1.tiles-x6 {
  left: 100/6%; }
.tiles-switchlr-anim.tiles-even.tiles-y1.tiles-x8 {
  left: 100/8%; }
.tiles-switchlr-anim.tiles-even.tiles-y1.tiles-x10 {
  left: 100/10%; }
.tiles-switchlr-anim.tiles-even.tiles-y1.tiles-x12 {
  left: 100/12%; }
.tiles-switchlr-anim.tiles-even.tiles-y1.tiles-x14 {
  left: 100/14%; }
.tiles-switchlr-anim.tiles-even.tiles-y1.tiles-x16 {
  left: 100/16%; }
.tiles-switchlr-anim.tiles-even.tiles-y1.tiles-x18 {
  left: 100/18%; }
.tiles-switchlr-anim.tiles-even.tiles-y1.tiles-x20 {
  left: 100/20%; }

.tiles-switchlr-anim.tiles-odd.tiles-y1.tiles-x2 {
  left: -100/2%; }
.tiles-switchlr-anim.tiles-odd.tiles-y1.tiles-x4 {
  left: -100/4%; }
.tiles-switchlr-anim.tiles-odd.tiles-y1.tiles-x6 {
  left: -100/6%; }
.tiles-switchlr-anim.tiles-odd.tiles-y1.tiles-x8 {
  left: -100/8%; }
.tiles-switchlr-anim.tiles-odd.tiles-y1.tiles-x10 {
  left: -100/10%; }
.tiles-switchlr-anim.tiles-odd.tiles-y1.tiles-x12 {
  left: -100/12%; }
.tiles-switchlr-anim.tiles-odd.tiles-y1.tiles-x14 {
  left: -100/14%; }
.tiles-switchlr-anim.tiles-odd.tiles-y1.tiles-x16 {
  left: -100/16%; }
.tiles-switchlr-anim.tiles-odd.tiles-y1.tiles-x18 {
  left: -100/18%; }
.tiles-switchlr-anim.tiles-odd.tiles-y1.tiles-x20 {
  left: -100/20%; }

/* Switch UD */
.tiles-switchud-anim.tiles-even.tiles-x1.tiles-y2 {
  top: 100/2%; }
.tiles-switchud-anim.tiles-even.tiles-x1.tiles-y4 {
  top: 100/4%; }
.tiles-switchud-anim.tiles-even.tiles-x1.tiles-y6 {
  top: 100/6%; }
.tiles-switchud-anim.tiles-even.tiles-x1.tiles-y8 {
  top: 100/8%; }
.tiles-switchud-anim.tiles-even.tiles-x1.tiles-y10 {
  top: 100/10%; }
.tiles-switchud-anim.tiles-even.tiles-x1.tiles-y12 {
  top: 100/12%; }
.tiles-switchud-anim.tiles-even.tiles-x1.tiles-y14 {
  top: 100/14%; }
.tiles-switchud-anim.tiles-even.tiles-x1.tiles-y16 {
  top: 100/16%; }
.tiles-switchud-anim.tiles-even.tiles-x1.tiles-y18 {
  top: 100/18%; }
.tiles-switchud-anim.tiles-even.tiles-x1.tiles-y20 {
  top: 100/20%; }

.tiles-switchud-anim.tiles-odd.tiles-x1.tiles-y2 {
  top: -100/2%; }
.tiles-switchud-anim.tiles-odd.tiles-x1.tiles-y4 {
  top: -100/4%; }
.tiles-switchud-anim.tiles-odd.tiles-x1.tiles-y6 {
  top: -100/6%; }
.tiles-switchud-anim.tiles-odd.tiles-x1.tiles-y8 {
  top: -100/8%; }
.tiles-switchud-anim.tiles-odd.tiles-x1.tiles-y10 {
  top: -100/10%; }
.tiles-switchud-anim.tiles-odd.tiles-x1.tiles-y12 {
  top: -100/12%; }
.tiles-switchud-anim.tiles-odd.tiles-x1.tiles-y14 {
  top: -100/14%; }
.tiles-switchud-anim.tiles-odd.tiles-x1.tiles-y16 {
  top: -100/16%; }
.tiles-switchud-anim.tiles-odd.tiles-x1.tiles-y18 {
  top: -100/18%; }
.tiles-switchud-anim.tiles-odd.tiles-x1.tiles-y20 {
  top: -100/20%; }

/* Flip */
.tiles-fliplr-anim {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.tiles-flipud-anim {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }

/* Reduce */
.tiles-reduce-anim {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

/* 360 */
.tiles-360-anim {
  -webkit-transform: rotateZ(360deg) scale(0);
  -moz-transform: rotateZ(360deg) scale(0);
  -ms-transform: rotateZ(360deg) scale(0);
  -o-transform: rotateZ(360deg) scale(0);
  transform: rotateZ(360deg) scale(0); }

/* Left & Right */
.tiles-leftright-anim.tiles-even {
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0); }

.tiles-leftright-anim.tiles-odd {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/* Up & Down */
.tiles-updown-anim.tiles-even {
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.tiles-updown-anim.tiles-odd {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

/* Slider fixes */
.tiles-slider-wrap .tiles-switchlr-anim,
.tiles-slider-wrap .tiles-switchud-anim,
.tiles-slider-wrap .tiles-fliplr-anim,
.tiles-slider-wrap .tiles-y1.tiles-up-anim,
.tiles-slider-wrap .tiles-x1.tiles-left-anim,
.tiles-slider-wrap .tiles-updown-anim,
.tiles-slider-wrap .tiles-leftright-anim,
.tiles-slider-wrap .tiles-flipud-anim,
.tiles-slider-wrap .tiles-reduce-anim {
  opacity: 0;
  visibility: hidden; }

.tiles-slider-leftright .tiles-wrap,
.tiles-slider-updown .tiles-wrap,
.tiles-slider-360 .tiles-wrap {
  overflow: hidden; }

a {
  color: #243282;
  text-decoration: none; }

a {
  color: #243282;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  a:hover {
    color: #00ADBA;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

a.more {
  display: inline-block;
  background: url("/images/arrow.png") 95% 50% no-repeat;
  font-size: 14px;
  background-size: 12px;
  border: 1px solid #243282;
  color: #1d69b2;
  padding: 5px 10px;
  padding-right: 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  a.more:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #243282; }
  @media only screen and (max-width: 1200px) {
    a.more {
      margin-top: 0px; } }

.uppercase, .upperbold {
  text-transform: uppercase; }

.breadcrumbs {
  font-size: 0;
  margin: 0 0 0 0;
  padding: 25px 0 0 0;
  text-transform: uppercase; }
  .breadcrumbs li {
    display: inline-block;
    font-size: 11px;
    color: #777;
    line-height: 160%; }
  .breadcrumbs a {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .breadcrumbs a span {
      border-bottom: 1px solid transparent;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .breadcrumbs a:hover span {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #00ADBA;
      border-bottom: 1px solid #00ADBA; }
    .breadcrumbs a:after {
      content: '>';
      display: inline-block;
      color: #000;
      border-bottom: none;
      height: 9px;
      opacity: .5;
      margin: 0 10px; }

.pager {
  font-size: 16px;
  font-weight: 100; }
  .pager a {
    vertical-align: top;
    white-space: nowrap;
    line-height: 22px;
    display: inline-block;
    color: #222; }
    @media only screen and (max-width: 1200px) {
      .pager a {
        display: block; } }
    .pager a > span {
      display: inline-block; }
      .pager a > span span {
        display: inline;
        white-space: normal;
        border-bottom: 1px solid transparent;
        transition: all .3s; }
    .pager a:hover {
      color: #00ADBA; }
      .pager a:hover > span span {
        border-bottom: 1px solid #00ADBA;
        transition: all .3s; }
  .pager .left, .pager .box-title {
    text-align: left; }
    @media only screen and (max-width: 1200px) {
      .pager .left, .pager .box-title {
        margin-bottom: 20px;
        margin-left: -20px; } }
    .pager .left a:before, .pager .box-title a:before {
      content: ' ';
      background: url(/images/arrow.png) 0 0 no-repeat;
      background-size: 12px;
      transform: rotate(180deg);
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 19px;
      margin-top: -2px;
      line-height: 19px;
      margin-right: 20px; }
  .pager .right {
    text-align: right;
    padding-top: 0px; }
    @media only screen and (max-width: 1200px) {
      .pager .right {
        padding-right: 20px;
        padding-left: 20px;
        text-align: left; } }
    .pager .right a {
      vertical-align: top; }
      .pager .right a:after {
        content: ' ';
        background: url(/images/arrow.png) 0 100% no-repeat;
        background-size: 12px;
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        margin-top: -1px;
        width: 20px;
        height: 19px;
        line-height: 19px;
        margin-left: 20px; }
  .pager img {
    margin-top: 20px; }

footer {
  padding: 25px 0; }
  footer .social {
    padding: 5px 0px; }
    footer .social img {
      height: 15px; }
    footer .social a {
      display: inline-block;
      width: 30%;
      vertical-align: middle;
      opacity: .7;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      footer .social a:hover {
        opacity: 1;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
    footer .social .facebook img {
      height: 25px; }
  footer .links {
    padding: 5px 20px;
    display: table;
    width: 100%; }
    @media only screen and (max-width: 1200px) {
      footer .links {
        display: block;
        padding: 20px 0px; } }
    footer .links div {
      height: 25px;
      vertical-align: middle;
      display: table-cell;
      text-align: center; }
      @media only screen and (max-width: 1200px) {
        footer .links div {
          text-align: left;
          display: block; } }
    footer .links a.active {
      color: #00ADBA; }

.wrapper {
  width: 1240px;
  box-sizing: border-box;
  margin: auto; }
  @media only screen and (max-width: 1200px) {
    .wrapper {
      width: 100%; } }

.aux-wrapper {
  padding: 0 20px; }

.content-wrapper {
  width: 960px;
  margin: auto; }
  @media only screen and (max-width: 1200px) {
    .content-wrapper {
      width: 100%;
      box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px; } }

.standard .top-image {
  position: relative;
  max-width: 1600px;
  margin: auto; }
  .standard .top-image img {
    width: 100%;
    vertical-align: top; }
.standard .big {
  font-size: 80px;
  line-height: 50px;
  font-weight: 400;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .standard .big {
      font-size: 40px;
      line-height: 25px; } }
.standard .biggest {
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .standard .biggest {
      font-size: 40px;
      line-height: 60px; } }
.standard em {
  display: inline-block; }
.standard p + ul {
  margin-top: 0; }
.standard ol {
  margin: 0 40px;
  padding: 0; }
  @media only screen and (max-width: 1200px) {
    .standard ol {
      margin: 20px 0 0 10px; } }
  .standard ol li {
    color: #243282;
    margin-left: 10px;
    vertical-align: top;
    margin-bottom: 10px; }
    .standard ol li > span {
      display: inline-block;
      vertical-align: top;
      padding-left: 10px;
      color: #222; }
@media only screen and (max-width: 1200px) {
  .standard table ul {
    margin: 0 20px 20px 0; } }
.standard ul {
  margin: 0 20px;
  padding: 0;
  text-align: left;
  list-style-type: none; }
  @media only screen and (max-width: 1200px) {
    .standard ul {
      margin: 20px 0 20px 20px; } }
  .standard ul li {
    vertical-align: top;
    margin-bottom: 10px;
    padding: 0;
    display: block; }
    .standard ul li:before {
      background: url("/images/arrow.png") center left no-repeat;
      background-size: 8px;
      content: ' ';
      width: 10px;
      height: 20px;
      color: #243282;
      margin-left: -20px;
      display: inline-block;
      vertical-align: top;
      line-height: 25px; }
    .standard ul li > span {
      margin-left: 10px;
      display: inline-block;
      width: 90%;
      vertical-align: top; }
    .standard ul li ul {
      margin-top: 10px; }
    .standard ul li li:before {
      background: #00ADBA;
      display: inline-block;
      content: ' ';
      width: 5px;
      height: 5px;
      margin-top: 12px; }
  .standard ul li.external:before {
    background: url("/images/b-arrow.png") center left no-repeat;
    background-size: 8px; }

.gray {
  font-size: 14px;
  color: #888; }

h3 {
  font-size: 20px; }

.header {
  font-size: 35px;
  line-height: 40px; }
  @media only screen and (max-width: 1200px) {
    .header {
      font-size: 20px;
      line-height: 30px; } }

@media only screen and (max-width: 1200px) {
  .wrapper > .header {
    padding-left: 20px;
    padding-right: 20px; } }

.padder20 > .header, .box > .header, .aux-wrapper > .header {
  padding-left: 0;
  padding-right: 0; }

.small {
  font-size: 14px;
  font-weight: 200; }

.medium {
  font-size: 20px;
  font-weight: 400; }
  @media only screen and (max-width: 1200px) {
    .medium {
      font-size: 16px; } }

.white, .standard .white {
  color: #fff; }

.padder20, .box {
  padding: 20px; }
  @media only screen and (max-width: 1200px) {
    .padder20, .box {
      padding: 20px; } }

.padder20l, .box-title, tr.pad td:first-child p {
  padding-left: 20px; }
  @media only screen and (max-width: 1200px) {
    .padder20l, .box-title, tr.pad td:first-child p {
      padding-left: 0; } }

.padder60h {
  padding-left: 60px;
  padding-right: 60px; }

.padder20h {
  padding-left: 20px;
  padding-right: 20px; }

.padder20t {
  padding-top: 20px; }

.padder30t {
  padding-top: 30px; }

.padder20r {
  padding-right: 20px; }
  @media only screen and (max-width: 1200px) {
    .padder20r {
      padding-right: 0; } }

.padder10t {
  padding-top: 10px; }

.padder10b {
  padding-bottom: 10px; }

.padder10r {
  padding-right: 10px; }

.padder20b {
  padding-bottom: 20px; }

.padder40b {
  padding-bottom: 40px; }

.padder20v {
  padding-top: 20px;
  padding-bottom: 20px; }
  .padder20v strong {
    display: inline-block;
    padding-right: 10px;
    font-weight: normal; }

.padder10v {
  padding-top: 10px;
  padding-bottom: 10px; }
  .padder10v strong {
    display: inline-block;
    padding-right: 10px;
    font-weight: normal; }

.padder10pl {
  margin-left: 9%; }
  @media only screen and (max-width: 1200px) {
    .padder10pl {
      padding-left: 0px; } }

.padder20tr {
  padding: 20px 20px 0 0; }
  @media only screen and (max-width: 1200px) {
    .padder20tr {
      padding: 20px 0px; } }

.padder30v, .quote {
  padding: 30px 0; }
  .padder30v strong, .quote strong {
    display: inline-block;
    padding-right: 10px;
    font-weight: normal; }

.padder40 {
  padding: 40px; }
  @media only screen and (max-width: 1200px) {
    .padder40 {
      padding: 20px 20px; } }

.padder60 {
  padding: 60px; }
  @media only screen and (max-width: 1200px) {
    .padder60 {
      padding: 20px 20px; } }

.padder80 {
  padding: 80px; }
  @media only screen and (max-width: 1200px) {
    .padder80 {
      padding: 20px 20px; } }

.overlay-bottom-half {
  text-align: left;
  margin: -140px -60px 60px;
  width: 100%;
  /*@include mq($max-width: $mobile_width) {
    margin: 0px -20px 20px;
  }*/ }
  @media only screen and (max-width: 1200px) {
    .overlay-bottom-half {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.overlay-bottom-half-right {
  width: 50%;
  bottom: 20px;
  right: -40px;
  position: absolute; }
  @media only screen and (max-width: 1200px) {
    .overlay-bottom-half-right {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.overlay-bottom80 {
  width: 80%;
  bottom: 50px;
  right: -40px;
  position: absolute;
  /*@include mq($max-width: $mobile_width) {
    margin: 0px -20px 20px;
  }*/ }
  @media only screen and (max-width: 1200px) {
    .overlay-bottom80 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.overlay-bottom-right {
  width: 50%;
  bottom: 20px;
  right: 0;
  position: absolute;
  /*@include mq($max-width: $mobile_width) {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px -20px 20px;
  }*/ }
  @media only screen and (max-width: 1200px) {
    .overlay-bottom-right {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.overlay-bottom-left {
  width: 50%;
  bottom: 20px;
  left: 0;
  position: absolute; }
  @media only screen and (max-width: 1200px) {
    .overlay-bottom-left {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.overlay-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px; }
  @media only screen and (max-width: 1200px) {
    .overlay-bottom {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.overlay-top-half {
  text-align: left;
  margin-bottom: -20px;
  width: 100%;
  /*
  @include mq($max-width: $mobile_width) {
    margin: 0px -20px 20px;
  }
  */ }
  @media only screen and (max-width: 1200px) {
    .overlay-top-half {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.overlay-top-left {
  box-sizing: border-box;
  width: 50%;
  top: 20%;
  position: absolute;
  left: 0; }
  @media only screen and (max-width: 1200px) {
    .overlay-top-left {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.overlay-top70 {
  box-sizing: border-box;
  width: 70%;
  top: 20%;
  position: absolute;
  left: 0; }
  @media only screen and (max-width: 1200px) {
    .overlay-top70 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.overlay-top-right {
  box-sizing: border-box;
  width: 50%;
  top: 20%;
  right: 0;
  position: absolute; }
  @media only screen and (max-width: 1200px) {
    .overlay-top-right {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.overlay-middle-left {
  box-sizing: border-box;
  width: 50%;
  top: 45%;
  position: absolute; }
  @media only screen and (max-width: 1200px) {
    .overlay-middle-left {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.overlay-middle100 {
  box-sizing: border-box;
  width: 100%;
  top: 50%;
  position: absolute; }
  @media only screen and (max-width: 1200px) {
    .overlay-middle100 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.green {
  color: #243282; }

.light-blue {
  color: #7AC870; }

.bold, .header, .box-title, .data-table tr:first-child td, .data-table tr:first-child th, .upperbold {
  font-weight: 700; }

.italic {
  font-style: italic; }

.light {
  font-weight: 100; }

.center {
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .center {
      text-align: left; } }

.blue, .quote {
  color: #243282; }

.blue-line {
  border-top: 1px solid #243282;
  padding-top: 40px;
  margin-top: 40px; }

.blue-bg, .factors .income1 .circle, .factors .income1 .cyan-circle, .factors .income1 .blue-circle, .factors .income1 .yellow-circle, .factors .income1 .ghost, .factors .income3 .ghost, .factors .income2 .circle, .factors .income2 .cyan-circle, .factors .income2 .blue-circle, .factors .income2 .yellow-circle, .factors .income2 .ghost {
  background: #243282; }

.cyan {
  color: #00ADBA; }

.cyan-bg, .factors .income3 .circle, .factors .income3 .cyan-circle, .factors .income3 .blue-circle, .factors .income3 .yellow-circle, .factors .general + .ghost, .cyan-circle {
  background: #00ADBA; }
  .cyan-bg ol li span, .factors .income3 .circle ol li span, .factors .income3 .cyan-circle ol li span, .factors .income3 .blue-circle ol li span, .factors .income3 .yellow-circle ol li span, .factors .general + .ghost ol li span, .cyan-circle ol li span {
    color: #fff; }

.white-bg, .factors .line {
  background: #fff; }

.condensed-text {
  font-family: "ProximaNovaExtraCondensedItalic", serif;
  font-style: italic;
  font-size: 30px;
  line-height: 40px; }
  @media only screen and (max-width: 1200px) {
    .condensed-text {
      font-size: 25px;
      line-height: 30px; } }

.standard-text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top; }
  .standard-text p:first-child, .standard-text .padder20v + p {
    padding-top: 0;
    margin-top: 0; }
  .standard-text p:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
  .standard-text em {
    color: #243282;
    font-style: normal; }
  .standard-text strong {
    display: block;
    color: #243282;
    margin-top: 20px; }
  @media only screen and (max-width: 1200px) {
    .standard-text {
      width: 100%;
      font-size: 16px;
      line-height: 20px; } }
  .standard-text img {
    max-width: 100%;
    vertical-align: top; }
  .standard-text .white strong {
    color: #fff; }
  .standard-text a {
    border-bottom: 1px solid #243282; }
    .standard-text a:hover {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      border-bottom: 1px solid #00ADBA; }

.smaller-text {
  font-size: 16px; }
  @media only screen and (max-width: 1200px) {
    .smaller-text {
      width: 100%;
      font-size: 14px;
      line-height: 20px; } }

.small-text {
  font-size: 14px; }
  @media only screen and (max-width: 1200px) {
    .small-text {
      width: 100%;
      font-size: 14px;
      line-height: 20px; } }

.strong {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1200px) {
    .strong {
      font-size: 16px;
      line-height: 20px; } }

.block {
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 1200px) {
    .block {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }
  @media only screen and (max-width: 1200px) {
    .block {
      padding-top: 20px; } }

.block-center {
  box-sizing: border-box;
  width: 35%;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block-center {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block20 {
  box-sizing: border-box;
  width: 20%;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block20 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block23 {
  box-sizing: border-box;
  width: 23%;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block23 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block25 {
  box-sizing: border-box;
  width: 25%;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block25 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block30 {
  box-sizing: border-box;
  width: 30%;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block30 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block33 {
  box-sizing: border-box;
  width: 33%;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block33 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block35 {
  box-sizing: border-box;
  width: 35%;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block35 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block40 {
  box-sizing: border-box;
  width: 40%;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block40 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block45 {
  box-sizing: border-box;
  width: 45%;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block45 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block55 {
  box-sizing: border-box;
  width: 55%;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block55 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block60 {
  box-sizing: border-box;
  width: 60%;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block60 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block66 {
  box-sizing: border-box;
  width: 66%;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block66 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block50 {
  box-sizing: border-box;
  width: 50%;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .block50 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block65 {
  box-sizing: border-box;
  width: 65%;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 1200px) {
    .block65 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block75 {
  box-sizing: border-box;
  width: 75%;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 1200px) {
    .block75 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.block90 {
  box-sizing: border-box;
  width: 90%;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 1200px) {
    .block90 {
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto; } }

.image-view {
  position: relative;
  text-align: center; }
  .image-view img {
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 60%;
    margin: auto; }
  .image-view:hover img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 100%;
    position: relative; }

.green-border {
  border: 2px solid #243282; }

.data-table {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  /*
  td[rowspan] {
    vertical-align: middle;
  }
  */ }
  .data-table a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .data-table a:hover {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      display: inline;
      border-bottom: 1px solid #243282;
      color: #243282; }
  .data-table td, .data-table th {
    padding: 10px 20px;
    text-align: left;
    vertical-align: top;
    position: relative;
    font-size: 15px;
    line-height: 20px; }
  .data-table td.middle {
    vertical-align: middle; }
  .data-table .right {
    text-align: right; }
  .data-table th {
    color: #243282; }
  .data-table tr {
    border-bottom: 1px solid #243282; }
    .data-table tr td:first-child {
      /* color: $blue;*/ }
    .data-table tr.firstnarrow td:nth-of-type(1) {
      width: 20%; }
    .data-table tr:first-child td, .data-table tr:first-child th {
      background: #00ADBA;
      color: #fff; }
  .data-table .bullet {
    border: 2px solid #00ADBA;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block; }
  .data-table .up {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url("/images/up.png") center center no-repeat;
    background-size: 15px; }
  .data-table .down {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url("/images/up.png") center center no-repeat;
    background-size: 15px;
    transform: rotate(180deg); }
  .data-table td.center {
    text-align: center;
    vertical-align: middle; }

table.data-table {
  border-bottom: 4px solid #243282; }

.strategy-table th {
  text-align: center;
  border-right: 1px solid #fff; }
.strategy-table tr th:first-child {
  width: 35%;
  background: #fff;
  vertical-align: bottom;
  color: #243282;
  text-align: left; }
.strategy-table tr td:first-child {
  background: #243282;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: left; }
.strategy-table tr:last-child td {
  border-bottom: 3px solid #243282; }
.strategy-table tr td {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #243282; }
  .strategy-table tr td .circle, .strategy-table tr td .cyan-circle, .strategy-table tr td .blue-circle, .strategy-table tr td .yellow-circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #00ADBA;
    border: 1px solid #243282;
    border-radius: 50%; }
  .strategy-table tr td:last-child {
    border-right: 1px solid #fff; }

.bx-wrapper .bx-prev {
  left: -40px;
  background: url("/images/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: -40px;
  background: url("/images/controls.png") no-repeat -43px -32px; }

.medium-header {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold; }
  @media only screen and (max-width: 1200px) {
    .medium-header {
      margin-bottom: 20px; } }

.relative {
  position: relative; }

.styled-table {
  border-collapse: collapse;
  margin-left: -40px;
  width: 100%; }
  .styled-table th, .styled-table td {
    padding: 20px; }
  .styled-table th {
    color: #243282;
    vertical-align: top; }
  .styled-table td:nth-of-type(1) {
    background-image: -webkit-linear-gradient(left, rgba(29, 105, 178, 0.8) 0, rgba(38, 194, 242, 0.8) 100%);
    background-image: linear-gradient(to right, rgba(29, 105, 178, 0.8) 0, rgba(38, 194, 242, 0.8) 100%);
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    padding-left: 70px; }
  .styled-table td:nth-of-type(2) {
    background: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    border-right: 1px solid #243282;
    border-top: 1px solid #ccc; }
  .styled-table td:nth-of-type(3) {
    background: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    border-top: 1px solid #ccc; }
  .styled-table td[colspan] {
    font-weight: bold;
    border-top: 2px solid #243282;
    border-right-width: 0px; }

.styled-table.two-cols {
  margin-left: 40px; }
  .styled-table.two-cols td:nth-of-type(1) {
    background: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #243282; }
  .styled-table.two-cols tr:last-child td {
    border-bottom-width: 0; }
  .styled-table.two-cols td:nth-of-type(2) {
    background-image: -webkit-linear-gradient(left, rgba(29, 105, 178, 0.8) 0, rgba(38, 194, 242, 0.8) 100%);
    background-image: linear-gradient(to right, rgba(29, 105, 178, 0.8) 0, rgba(38, 194, 242, 0.8) 100%);
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    border-right-width: 0px;
    padding-left: 70px; }

.nomargin {
  margin: 0; }

.light {
  font-weight: 200; }

.gray-bg {
  background: rgba(255, 255, 255, 0.8); }

.outline {
  outline: 1px solid red; }
  .outline * {
    outline: 1px solid red; }

.oplogo {
  display: inline-block;
  width: 200px; }
  .oplogo img {
    max-width: 200px; }

@media only screen and (max-width: 1200px) {
  .hide-mobile {
    display: none; } }

.box {
  vertical-align: top;
  border: 0.5px solid #243282;
  position: relative;
  box-shadow: 0 0 3px #ccc; }

.table {
  display: table; }
  .table > * {
    display: table-cell; }
  .table .box {
    width: 250px; }
    .table .box:nth-last-of-type(1) {
      width: 450px; }

.content-wrapper > .table {
  min-width: 960px; }

@media only screen and (max-width: 1200px) {
  .js-image {
    display: none;
    min-width: 800px; }
    .js-image img {
      width: 100%; } }

.js-table {
  min-width: 800px; }
  @media only screen and (max-width: 1200px) {
    .js-table {
      display: none; } }

.show_table {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .show_table {
      display: block;
      padding-bottom: 20px; } }

.show {
  display: block; }

.hide {
  display: none; }

.margin20v {
  margin: 20px 0; }

.margin20r {
  margin-right: 20px; }

.margin20b {
  margin-bottom: 20px; }

.margin20t {
  margin-top: 20px; }
  .margin20t:nth-of-type(1) {
    margin-top: 0; }

.padder10 {
  padding: 10px; }

.height100 {
  height: 100px; }

.rarrow {
  width: 50px;
  border: none;
  background: url(/images/arrow.png) center center no-repeat;
  background-size: contain; }

.darrow {
  height: 35px;
  display: inline-block;
  width: 30px;
  border: none;
  background: url(/images/arrow.png) center center no-repeat;
  background-size: contain;
  transform: rotate(90deg); }

.bordertop {
  border-top: 5px solid #243282; }

.borderbottom, tr.borderbottom {
  border-bottom: 5px solid #243282; }

tr.bordertop2 {
  border-top: 3px solid #243282; }

.bordertop1 {
  border-top: 1px solid #243282; }

.borderbottom1 {
  border-bottom: 1px solid #243282; }

.auto-width {
  width: auto;
  min-width: auto; }

.js-table .js-table {
  min-width: auto; }

tr.borderbottom2 {
  border-bottom: 3px solid #243282; }

.borderbottom-white {
  border-bottom: 5px solid #fff; }

.person {
  margin-bottom: 40px; }
  .person .image {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
    @media only screen and (max-width: 1200px) {
      .person .image {
        width: 100%; } }
  .person img {
    width: 100%;
    max-width: 450px; }
  .person .cont {
    display: inline-block;
    width: 70%;
    vertical-align: top; }
    @media only screen and (max-width: 1200px) {
      .person .cont {
        width: 100%; } }
  .person .bold, .person .header, .person .box-title, .person .data-table tr:first-child td, .data-table tr:first-child .person td, .person .data-table tr:first-child th, .data-table tr:first-child .person th, .person .upperbold {
    margin: 20px 0 5px 0;
    padding: 0; }
  .person p {
    padding: 2px 0;
    margin: 0; }

.in-parallax {
  position: relative;
  overflow: hidden;
  height: 400px;
  min-width: 100%;
  max-width: 100%;
  margin: auto; }
  .in-parallax .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .in-parallax .parallax img {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (max-width: 1200px) {
        .in-parallax .parallax img {
          display: none; } }
      @media only screen and (max-width: 1200px) {
        .in-parallax .parallax img {
          bottom: auto; } }
      @media only screen and (max-width: 1200px) {
        .in-parallax .parallax img {
          min-width: 0;
          max-width: none;
          min-height: 0; } }
  @media only screen and (max-width: 1200px) {
    .in-parallax .parallax-content {
      position: relative;
      background: rgba(255, 255, 255, 0.7);
      z-index: 10; } }

.map-mobile {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .map-mobile {
      display: block; }
      .map-mobile .header {
        color: #000; }
      .map-mobile .block {
        padding: 0; }
      .map-mobile ol, .map-mobile ul {
        margin-top: 0; }
      .map-mobile > .block:first-child {
        margin-bottom: 20px; }
      .map-mobile .mpadder20b {
        padding-bottom: 20px; }
      .map-mobile .mpblock {
        display: inline-block;
        line-height: 24px;
        vertical-align: top; }
      .map-mobile .mpabout {
        font-size: 14px; }
        .map-mobile .mpabout .block {
          margin-bottom: 15px; }
        .map-mobile .mpabout .cblock, .map-mobile .mpabout .cyan-circle, .map-mobile .mpabout .blue-circle, .map-mobile .mpabout .yellow-circle {
          width: 20px;
          height: 20px;
          font-size: 16px;
          border-width: 3px; } }

.map-parallax {
  position: relative;
  overflow: hidden;
  height: 400px;
  min-width: 100%;
  max-width: 100%;
  margin: auto; }
  @media only screen and (max-width: 1200px) {
    .map-parallax {
      display: none; } }
  .map-parallax .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .map-parallax .parallax img {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (max-width: 1200px) {
        .map-parallax .parallax img {
          display: none; } }

@media only screen and (max-width: 1200px) {
  .inmenu a {
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 25px; } }

.right {
  text-align: right; }
  @media only screen and (max-width: 1200px) {
    .right {
      text-align: left;
      padding-top: 20px; } }

.justify {
  text-align: justify;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.left, .box-title {
  text-align: left; }

.middle {
  vertical-align: middle; }
  .middle td {
    vertical-align: middle; }

.center2nd td:not(:first-child) {
  text-align: center; }

.nopad {
  padding: 0;
  margin: 0; }

.ligth {
  font-weight: 100; }

.radar-image img {
  max-height: 320px;
  width: auto; }

.radar {
  line-height: 20px;
  position: relative;
  margin-bottom: 10px;
  vertical-align: middle;
  white-space: nowrap; }
  .radar span {
    display: inline-block;
    line-height: 24px;
    white-space: normal;
    vertical-align: top; }
  .radar span.color {
    box-sizing: border-box;
    margin-top: 4px;
    width: 20px;
    height: 20px;
    margin-right: 20px; }
    .radar span.color.color1 {
      background: #56B947; }
    .radar span.color.color2 {
      background: #8CCA78; }
    .radar span.color.color3 {
      background: #BDDEAE; }
    .radar span.color.color4 {
      background: #ECF6E8;
      border: 1px solid #243282; }
    .radar span.color.color5 {
      background: #D4E9CA; }
    .radar span.color.color6 {
      background: #BDDEAE;
      border: 1px solid #243282; }

.nowrap2 tr > *:nth-of-type(2) {
  white-space: nowrap; }

.activities em {
  width: 23%;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 1200px) {
    .activities em {
      width: 100%; } }
.activities span {
  display: inline-block;
  width: 76%;
  vertical-align: top; }
  @media only screen and (max-width: 1200px) {
    .activities span {
      width: 100%; } }

.h3 {
  height: 300px; }
  @media only screen and (max-width: 1200px) {
    .h3 {
      height: 200px; } }

.h5 {
  height: 500px; }
  @media only screen and (max-width: 1200px) {
    .h5 {
      height: 250px; } }

.h6 {
  height: 600px; }
  @media only screen and (max-width: 1200px) {
    .h6 {
      height: 300px; } }

.h7 {
  height: 700px; }
  @media only screen and (max-width: 1200px) {
    .h7 {
      height: 350px; } }

.h8 {
  height: 800px; }
  @media only screen and (max-width: 1200px) {
    .h8 {
      height: 400px; } }

.h9 {
  height: 900px; }
  @media only screen and (max-width: 1200px) {
    .h9 {
      height: 450px; } }

.h10 {
  height: 1000px; }
  @media only screen and (max-width: 1200px) {
    .h10 {
      height: 500px; } }

.event img {
  max-width: 100%; }

.quote {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  border-top: 4px solid #243282;
  border-bottom: 4px solid #243282; }
  @media only screen and (max-width: 1200px) {
    .quote {
      font-size: 18px;
      line-height: 24px; } }

.opacity {
  opacity: .9; }

.circle, .cyan-circle, .blue-circle, .yellow-circle {
  border-radius: 50%;
  border: 2px solid #fff; }

.cblock, .cyan-circle, .blue-circle, .yellow-circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  box-sizing: border-box; }

.blue-circle {
  background: #009EE3; }

.yellow-circle {
  border: 8px solid #C7D300; }

.snoska {
  color: #777;
  font-size: 12px; }

.sa {
  font-weight: 400;
  line-height: 24px;
  font-size: 20px;
  padding: 10px 0; }

.black {
  color: #222; }

.un {
  display: inline-block;
  padding-bottom: 10px; }
  .un img {
    height: 130px;
    vertical-align: top; }

.table50 td:first-child {
  width: 50%; }

.no-bottom {
  border-bottom: 1px solid #fff; }

.minus-offset {
  margin-top: -50px; }

.small-cyan-circle {
  background: #00ADBA;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px; }

.small-white-circle {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px; }

.lcircle, .lcircle1, .lcircle2, .lcircle3, .lcircle4, .lcircle5, .lcircle6, .lcircle7, .lcircle8, .lcircle9 {
  border-radius: 50%;
  border: 3px solid #fff;
  display: inline-block;
  width: 20px;
  height: 20px; }

.lcircle1 {
  border-color: #C7D300; }

.lcircle2 {
  border-color: #fff; }

.lcircle3 {
  border-color: #A861A4; }

.lcircle4 {
  border-color: #8CC9A3; }

.lcircle5 {
  border-color: #92167E; }

.lcircle6 {
  border-color: #C5C6C6; }

.lcircle7 {
  border-color: #A1DAF8; }

.lcircle8 {
  border-color: #B7AFD7; }

.lcircle9 {
  border-color: #71C5F0; }

table.rotate-th th {
  padding: 10px; }
  table.rotate-th th div {
    display: inline-block;
    writing-mode: vertical-rl; }

table.rotate-th td {
  padding: 10px; }

.table-head {
  padding-top: 20px; }

.block35 .box {
  margin-top: 20px; }

@media only screen and (max-width: 1200px) {
  .block35.padder20l, .block35.box-title, tr.pad td:first-child p.block35 {
    padding: 0; } }

@media only screen and (max-width: 1200px) {
  .block35 .box {
    margin-bottom: 20px; } }

@media only screen and (max-width: 1200px) {
  .block33 .diagram-head {
    padding-top: 20px; } }

@media only screen and (max-width: 1200px) {
  .block45 + .block55 {
    margin-top: 20px; } }

.padder40t {
  padding-top: 80px; }
  @media only screen and (max-width: 1200px) {
    .padder40t {
      padding-top: 0; } }

/*# sourceMappingURL=style.css.map */
