@charset "UTF-8";
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeIn, body.menu-open header .wrapper nav, body section.whyus ul li:hover div {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeOut, body header .navcontainer nav, body section.whyus ul li div {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.flip, body header .navcontainer nav.flip, body section.insurance ul li b.flip, body section.insurance ul li .flip.hover, body section.whyus ul li div.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoomIn, body section.insurance ul li.hover .hover {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoomOut, body section.insurance ul li .hover {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slideInDown, body section.insurance ul li b {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

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

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

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

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

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

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

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

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

.slideInUp, body section.insurance ul li.hover b {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

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

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

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

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

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

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

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

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

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

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

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

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

.animated, body header .navcontainer nav, body section.insurance ul li b, body section.insurance ul li .hover, body section.whyus ul li div {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite, body header .navcontainer nav.infinite, body section.insurance ul li b.infinite, body section.insurance ul li .infinite.hover, body section.whyus ul li div.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s, body header .navcontainer nav.delay-1s, body section.insurance ul li b.delay-1s, body section.insurance ul li .delay-1s.hover, body section.whyus ul li div.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s, body header .navcontainer nav.delay-2s, body section.insurance ul li b.delay-2s, body section.insurance ul li .delay-2s.hover, body section.whyus ul li div.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s, body header .navcontainer nav.delay-3s, body section.insurance ul li b.delay-3s, body section.insurance ul li .delay-3s.hover, body section.whyus ul li div.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s, body header .navcontainer nav.delay-4s, body section.insurance ul li b.delay-4s, body section.insurance ul li .delay-4s.hover, body section.whyus ul li div.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s, body header .navcontainer nav.delay-5s, body section.insurance ul li b.delay-5s, body section.insurance ul li .delay-5s.hover, body section.whyus ul li div.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast, body header .navcontainer nav.fast, body section.insurance ul li b.fast, body section.insurance ul li .fast.hover, body section.whyus ul li div.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster, body header .navcontainer nav, body section.insurance ul li b, body section.insurance ul li .hover, body section.whyus ul li div {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow, body header .navcontainer nav.slow, body section.insurance ul li b.slow, body section.insurance ul li .slow.hover, body section.whyus ul li div.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower, body header .navcontainer nav.slower, body section.insurance ul li b.slower, body section.insurance ul li .slower.hover, body section.whyus ul li div.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated, body header .navcontainer nav, body section.insurance ul li b, body section.insurance ul li .hover, body section.whyus ul li div {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeIn, body.menu-open header .wrapper nav, body section.whyus ul li:hover div {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeOut, body header .navcontainer nav, body section.whyus ul li div {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.flip, body header .navcontainer nav.flip, body section.insurance ul li b.flip, body section.insurance ul li .flip.hover, body section.whyus ul li div.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoomIn, body section.insurance ul li.hover .hover {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoomOut, body section.insurance ul li .hover {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slideInDown, body section.insurance ul li b {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

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

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

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

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

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

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

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

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

.slideInUp, body section.insurance ul li.hover b {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

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

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

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

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

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

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

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

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

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

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

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

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

.animated, body header .navcontainer nav, body section.insurance ul li b, body section.insurance ul li .hover, body section.whyus ul li div {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite, body header .navcontainer nav.infinite, body section.insurance ul li b.infinite, body section.insurance ul li .infinite.hover, body section.whyus ul li div.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s, body header .navcontainer nav.delay-1s, body section.insurance ul li b.delay-1s, body section.insurance ul li .delay-1s.hover, body section.whyus ul li div.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s, body header .navcontainer nav.delay-2s, body section.insurance ul li b.delay-2s, body section.insurance ul li .delay-2s.hover, body section.whyus ul li div.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s, body header .navcontainer nav.delay-3s, body section.insurance ul li b.delay-3s, body section.insurance ul li .delay-3s.hover, body section.whyus ul li div.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s, body header .navcontainer nav.delay-4s, body section.insurance ul li b.delay-4s, body section.insurance ul li .delay-4s.hover, body section.whyus ul li div.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s, body header .navcontainer nav.delay-5s, body section.insurance ul li b.delay-5s, body section.insurance ul li .delay-5s.hover, body section.whyus ul li div.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast, body header .navcontainer nav.fast, body section.insurance ul li b.fast, body section.insurance ul li .fast.hover, body section.whyus ul li div.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster, body header .navcontainer nav, body section.insurance ul li b, body section.insurance ul li .hover, body section.whyus ul li div {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow, body header .navcontainer nav.slow, body section.insurance ul li b.slow, body section.insurance ul li .slow.hover, body section.whyus ul li div.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower, body header .navcontainer nav.slower, body section.insurance ul li b.slower, body section.insurance ul li .slower.hover, body section.whyus ul li div.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated, body header .navcontainer nav, body section.insurance ul li b, body section.insurance ul li .hover, body section.whyus ul li div {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

@font-face {
  font-family: 'Fira Sans';
  src: url("./font/FiraSans/firasans-light-webfont.eot");
  src: url("./font/FiraSans/firasans-light-webfont.eot?#iefix") format("embedded-opentype"), url("./font/FiraSans/firasans-light-webfont.woff2") format("woff2"), url("./font/FiraSans/firasans-light-webfont.woff") format("woff"), url("./font/FiraSans/firasans-light-webfont.ttf") format("truetype"), url("./font/FiraSans/firasans-light-webfont.svg#fira_sanslight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Fira Sans';
  src: url("./font/FiraSans/firasans-bold-webfont.eot");
  src: url("./font/FiraSans/firasans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("./font/FiraSans/firasans-bold-webfont.woff2") format("woff2"), url("./font/FiraSans/firasans-bold-webfont.woff") format("woff"), url("./font/FiraSans/firasans-bold-webfont.ttf") format("truetype"), url("./font/FiraSans/firasans-bold-webfont.svg#fira_sansbold") format("svg");
  font-weight: 700;
  font-style: normal; }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 3, 2018 */
@font-face {
  font-family: 'latolight';
  /*src: url('./font/Lato/lato-light-webfont.eot');
    src: url('./font/Lato/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./font/Lato/lato-light-webfont.woff2') format('woff2'),
         url('./font/Lato/lato-light-webfont.woff') format('woff'),
         url('./font/Lato/lato-light-webfont.ttf') format('truetype'),
         url('./font/Lato/lato-light-webfont.svg#latolight') format('svg');*/
  src: url("./font/FiraSans/firasans-light-webfont.eot");
  src: url("./font/FiraSans/firasans-light-webfont.eot?#iefix") format("embedded-opentype"), url("./font/FiraSans/firasans-light-webfont.woff2") format("woff2"), url("./font/FiraSans/firasans-light-webfont.woff") format("woff"), url("./font/FiraSans/firasans-light-webfont.ttf") format("truetype"), url("./font/FiraSans/firasans-light-webfont.svg#fira_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latolight_italic';
  src: url("./font/Lato/lato-lightitalic-webfont.eot");
  src: url("./font/Lato/lato-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("./font/Lato/lato-lightitalic-webfont.woff2") format("woff2"), url("./font/Lato/lato-lightitalic-webfont.woff") format("woff"), url("./font/Lato/lato-lightitalic-webfont.ttf") format("truetype"), url("./font/Lato/lato-lightitalic-webfont.svg#latolight_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoregular';
  /*src: url('./font/Lato/lato-regular-webfont.eot');
    src: url('./font/Lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./font/Lato/lato-regular-webfont.woff2') format('woff2'),
         url('./font/Lato/lato-regular-webfont.woff') format('woff'),
         url('./font/Lato/lato-regular-webfont.ttf') format('truetype'),
         url('./font/Lato/lato-regular-webfont.svg#latoregular') format('svg');*/
  src: url("./font/FiraSans/firasans-light-webfont.eot");
  src: url("./font/FiraSans/firasans-light-webfont.eot?#iefix") format("embedded-opentype"), url("./font/FiraSans/firasans-light-webfont.woff2") format("woff2"), url("./font/FiraSans/firasans-light-webfont.woff") format("woff"), url("./font/FiraSans/firasans-light-webfont.ttf") format("truetype"), url("./font/FiraSans/firasans-light-webfont.svg#fira_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoblack';
  /*src: url('./font/Lato/lato-black-webfont.eot');
    src: url('./font/Lato/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('./font/Lato/lato-black-webfont.woff2') format('woff2'),
         url('./font/Lato/lato-black-webfont.woff') format('woff'),
         url('./font/Lato/lato-black-webfont.ttf') format('truetype'),
         url('./font/Lato/lato-black-webfont.svg#latoblack') format('svg');*/
  src: url("./font/FiraSans/firasans-bold-webfont.eot");
  src: url("./font/FiraSans/firasans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("./font/FiraSans/firasans-bold-webfont.woff2") format("woff2"), url("./font/FiraSans/firasans-bold-webfont.woff") format("woff"), url("./font/FiraSans/firasans-bold-webfont.ttf") format("truetype"), url("./font/FiraSans/firasans-bold-webfont.svg#fira_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoblack_italic';
  src: url("./font/Lato/lato-blackitalic-webfont.eot");
  src: url("./font/Lato/lato-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("./font/Lato/lato-blackitalic-webfont.woff2") format("woff2"), url("./font/Lato/lato-blackitalic-webfont.woff") format("woff"), url("./font/Lato/lato-blackitalic-webfont.ttf") format("truetype"), url("./font/Lato/lato-blackitalic-webfont.svg#latoblack_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold';
  /*src: url('./font/Lato/lato-bold-webfont.eot');
    src: url('./font/Lato/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./font/Lato/lato-bold-webfont.woff2') format('woff2'),
         url('./font/Lato/lato-bold-webfont.woff') format('woff'),
         url('./font/Lato/lato-bold-webfont.ttf') format('truetype'),
         url('./font/Lato/lato-bold-webfont.svg#latobold') format('svg');*/
  src: url("./font/FiraSans/firasans-bold-webfont.eot");
  src: url("./font/FiraSans/firasans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("./font/FiraSans/firasans-bold-webfont.woff2") format("woff2"), url("./font/FiraSans/firasans-bold-webfont.woff") format("woff"), url("./font/FiraSans/firasans-bold-webfont.ttf") format("truetype"), url("./font/FiraSans/firasans-bold-webfont.svg#fira_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold_italic';
  src: url("./font/Lato/lato-bolditalic-webfont.eot");
  src: url("./font/Lato/lato-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("./font/Lato/lato-bolditalic-webfont.woff2") format("woff2"), url("./font/Lato/lato-bolditalic-webfont.woff") format("woff"), url("./font/Lato/lato-bolditalic-webfont.ttf") format("truetype"), url("./font/Lato/lato-bolditalic-webfont.svg#latobold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latohairline';
  src: url("./font/Lato/lato-hairline-webfont.eot");
  src: url("./font/Lato/lato-hairline-webfont.eot?#iefix") format("embedded-opentype"), url("./font/Lato/lato-hairline-webfont.woff2") format("woff2"), url("./font/Lato/lato-hairline-webfont.woff") format("woff"), url("./font/Lato/lato-hairline-webfont.ttf") format("truetype"), url("./font/Lato/lato-hairline-webfont.svg#latohairline") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latohairline_italic';
  src: url("./font/Lato/lato-hairlineitalic-webfont.eot");
  src: url("./font/Lato/lato-hairlineitalic-webfont.eot?#iefix") format("embedded-opentype"), url("./font/Lato/lato-hairlineitalic-webfont.woff2") format("woff2"), url("./font/Lato/lato-hairlineitalic-webfont.woff") format("woff"), url("./font/Lato/lato-hairlineitalic-webfont.ttf") format("truetype"), url("./font/Lato/lato-hairlineitalic-webfont.svg#latohairline_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoitalic';
  src: url("./font/Lato/lato-italic-webfont.eot");
  src: url("./font/Lato/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("./font/Lato/lato-italic-webfont.woff2") format("woff2"), url("./font/Lato/lato-italic-webfont.woff") format("woff"), url("./font/Lato/lato-italic-webfont.ttf") format("truetype"), url("./font/Lato/lato-italic-webfont.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

.listreset, body header .navcontainer nav .wrapper ul, body section.insurance ul, body section.whyus ul, body section.path .wrapper ul, body section .brown_rect_links, body main .wrapper ul.line-ident, body main .wrapper ul.three_block, body main .wrapper ul.tablo, body main .wrapper ul.path, body main .wrapper ol.bold, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, body main .person:after, body header .navcontainer:after {
  content: '';
  display: block;
  clear: both; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
select,
textarea, .button {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.ellipsis-gradient:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
  /* so the text is still selectable */ }

html {
  box-sizing: border-box;
  height: 100%;
  position: relative; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 10px/normal "Fira Sans", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  text-align: center; }

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

.gm-style img {
  max-width: none; }

svg * {
  fill: currentColor; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  display: block;
  font-family: "Fira Sans", serif;
  font-weight: normal;
  margin: 0;
  color: #000;
  padding-bottom: 10px; }

p {
  margin: 0 0 15px; }

a {
  color: #365999;
  font-weight: normal;
  transition: 0.3s ease;
  transition-property: color, border-color;
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: #365999; }
  a:hover, a:focus {
    border-color: transparent; }

hr {
  border: 0;
  border-bottom: 1px solid rgba(237, 237, 237, 0.5); }

.table-container {
  overflow: auto; }
  .table-container table {
    border-collapse: collapse; }
    .table-container table.full-with {
      min-width: 100%; }
    .table-container table.bordered thead th {
      color: #000;
      font-family: "Fira Sans";
      font-size: inherit;
      padding: 20px;
      border-bottom: 3px solid #dddddd;
      font-weight: 700; }
    .table-container table.bordered td {
      padding: 20px 5px; }
    .table-container table.bordered tfoot td {
      white-space: nowrap;
      font-weight: 600;
      text-align: center; }
    .table-container table.bordered.collapse_tbody tbody tr td {
      border-bottom: 1px solid #dddddd; }
    .table-container table.bordered.collapse_tbody thead a {
      border: none;
      color: #000;
      font-weight: bold; }
      .table-container table.bordered.collapse_tbody thead a:before {
        content: "—";
        display: block;
        float: left;
        margin-left: -10px;
        margin-right: 10px;
        width: 25px;
        text-align: center; }
    .table-container table.bordered.collapse_tbody.collapsed tbody {
      display: none; }
    .table-container table.bordered.collapse_tbody.collapsed thead a {
      border: none;
      color: #000;
      font-weight: bold; }
      .table-container table.bordered.collapse_tbody.collapsed thead a:before {
        content: "+"; }
    .table-container table.zebra tbody tr:nth-child(2n) td {
      background: rgba(237, 237, 237, 0.1); }
      @media (max-width: 767px) {
        .table-container table.zebra tbody tr:nth-child(2n) td {
          white-space: nowrap; } }
    @media (max-width: 420px) {
      .table-container table.ataptive thead,
      .table-container table.ataptive tbody,
      .table-container table.ataptive th,
      .table-container table.ataptive td,
      .table-container table.ataptive tr {
        display: block; }
      .table-container table.ataptive th {
        display: none; }
      .table-container table.ataptive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px; }
      .table-container table.ataptive tr {
        border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
        .table-container table.ataptive tr:last-child {
          border: 0; }
      .table-container table.ataptive td {
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        overflow: hidden;
        border-top: 2px solid rgba(0, 0, 0, 0.03); }
        .table-container table.ataptive td:before {
          float: left;
          margin-left: -100%;
          width: 100%;
          text-align: left;
          content: attr(data-title);
          height: 100%; } }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  appearance: none;
  cursor: pointer; }

input[type="file"] {
  background: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  transition: border-color 0.3s ease-in-out;
  font-family: "Fira Sans", serif;
  background: #fff;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 17px 22px; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  input[type="file"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #808080;
    transition: color 0.3s ease-in-out; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  input[type="file"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #808080;
    transition: color 0.3s ease-in-out; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  input[type="file"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #808080;
    transition: color 0.3s ease-in-out; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  input[type="file"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #808080;
    transition: color 0.3s ease-in-out; }
  input[type="text"].placeholder,
  input[type="password"].placeholder,
  input[type="datetime"].placeholder,
  input[type="datetime-local"].placeholder,
  input[type="date"].placeholder,
  input[type="month"].placeholder,
  input[type="time"].placeholder,
  input[type="week"].placeholder,
  input[type="number"].placeholder,
  input[type="email"].placeholder,
  input[type="url"].placeholder,
  input[type="search"].placeholder,
  input[type="tel"].placeholder,
  input[type="color"].placeholder,
  input[type="file"].placeholder,
  select.placeholder,
  textarea.placeholder {
    color: #808080;
    transition: color 0.3s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  input[type="file"]:focus,
  select:focus,
  textarea:focus {
    border-color: #365999; }
    input[type="text"]:focus::-webkit-input-placeholder,
    input[type="password"]:focus::-webkit-input-placeholder,
    input[type="datetime"]:focus::-webkit-input-placeholder,
    input[type="datetime-local"]:focus::-webkit-input-placeholder,
    input[type="date"]:focus::-webkit-input-placeholder,
    input[type="month"]:focus::-webkit-input-placeholder,
    input[type="time"]:focus::-webkit-input-placeholder,
    input[type="week"]:focus::-webkit-input-placeholder,
    input[type="number"]:focus::-webkit-input-placeholder,
    input[type="email"]:focus::-webkit-input-placeholder,
    input[type="url"]:focus::-webkit-input-placeholder,
    input[type="search"]:focus::-webkit-input-placeholder,
    input[type="tel"]:focus::-webkit-input-placeholder,
    input[type="color"]:focus::-webkit-input-placeholder,
    input[type="file"]:focus::-webkit-input-placeholder,
    select:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color: transparent; }
    input[type="text"]:focus::-moz-placeholder,
    input[type="password"]:focus::-moz-placeholder,
    input[type="datetime"]:focus::-moz-placeholder,
    input[type="datetime-local"]:focus::-moz-placeholder,
    input[type="date"]:focus::-moz-placeholder,
    input[type="month"]:focus::-moz-placeholder,
    input[type="time"]:focus::-moz-placeholder,
    input[type="week"]:focus::-moz-placeholder,
    input[type="number"]:focus::-moz-placeholder,
    input[type="email"]:focus::-moz-placeholder,
    input[type="url"]:focus::-moz-placeholder,
    input[type="search"]:focus::-moz-placeholder,
    input[type="tel"]:focus::-moz-placeholder,
    input[type="color"]:focus::-moz-placeholder,
    input[type="file"]:focus::-moz-placeholder,
    select:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder {
      opacity: 1;
      color: transparent; }
    input[type="text"]:focus:-moz-placeholder,
    input[type="password"]:focus:-moz-placeholder,
    input[type="datetime"]:focus:-moz-placeholder,
    input[type="datetime-local"]:focus:-moz-placeholder,
    input[type="date"]:focus:-moz-placeholder,
    input[type="month"]:focus:-moz-placeholder,
    input[type="time"]:focus:-moz-placeholder,
    input[type="week"]:focus:-moz-placeholder,
    input[type="number"]:focus:-moz-placeholder,
    input[type="email"]:focus:-moz-placeholder,
    input[type="url"]:focus:-moz-placeholder,
    input[type="search"]:focus:-moz-placeholder,
    input[type="tel"]:focus:-moz-placeholder,
    input[type="color"]:focus:-moz-placeholder,
    input[type="file"]:focus:-moz-placeholder,
    select:focus:-moz-placeholder,
    textarea:focus:-moz-placeholder {
      color: transparent; }
    input[type="text"]:focus:-ms-input-placeholder,
    input[type="password"]:focus:-ms-input-placeholder,
    input[type="datetime"]:focus:-ms-input-placeholder,
    input[type="datetime-local"]:focus:-ms-input-placeholder,
    input[type="date"]:focus:-ms-input-placeholder,
    input[type="month"]:focus:-ms-input-placeholder,
    input[type="time"]:focus:-ms-input-placeholder,
    input[type="week"]:focus:-ms-input-placeholder,
    input[type="number"]:focus:-ms-input-placeholder,
    input[type="email"]:focus:-ms-input-placeholder,
    input[type="url"]:focus:-ms-input-placeholder,
    input[type="search"]:focus:-ms-input-placeholder,
    input[type="tel"]:focus:-ms-input-placeholder,
    input[type="color"]:focus:-ms-input-placeholder,
    input[type="file"]:focus:-ms-input-placeholder,
    select:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      color: transparent; }
    input[type="text"]:focus.placeholder,
    input[type="password"]:focus.placeholder,
    input[type="datetime"]:focus.placeholder,
    input[type="datetime-local"]:focus.placeholder,
    input[type="date"]:focus.placeholder,
    input[type="month"]:focus.placeholder,
    input[type="time"]:focus.placeholder,
    input[type="week"]:focus.placeholder,
    input[type="number"]:focus.placeholder,
    input[type="email"]:focus.placeholder,
    input[type="url"]:focus.placeholder,
    input[type="search"]:focus.placeholder,
    input[type="tel"]:focus.placeholder,
    input[type="color"]:focus.placeholder,
    input[type="file"]:focus.placeholder,
    select:focus.placeholder,
    textarea:focus.placeholder {
      color: transparent; }
  @media (max-width: 1366px) {
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    input[type="file"],
    select,
    textarea {
      padding: 14px 20px; } }
  @media (max-width: 768px) {
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    input[type="file"],
    select,
    textarea {
      font-size: 23px;
      font-size: 2.3rem;
      padding: 15px 20px; } }
  @media (max-width: 420px) {
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    input[type="file"],
    select,
    textarea {
      font-size: 20px;
      font-size: 2rem;
      padding: 10px 15px; } }

select {
  background: #fff url(../images/arrow.png) right 30px center no-repeat; }
  @media (max-width: 420px) {
    select {
      background: #fff url(../images/arrow.png) right 15px center no-repeat; } }

/* CAUTION: IE hackery ahead */
select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */ }

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0) {
  select {
    background: none\9;
    padding: 5px\9; } }

textarea {
  resize: vertical;
  vertical-align: top; }

.button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  vertical-align: bottom;
  border: 1px solid #365999;
  color: #fff;
  display: inline-block;
  vertical-align: baseline;
  background: #365999;
  font-family: latoregular;
  padding: 1em 2em;
  text-transform: uppercase; }
  @media (max-width: 1366px) {
    .button {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (max-width: 420px) {
    .button {
      padding: 15px 25px; } }
  .button:hover {
    background: #fff;
    color: #365999;
    border-color: #365999; }
  .button.negative:hover {
    background: #365999 !important;
    color: #fff !important; }
  .button.transparent {
    background: transparent;
    color: #fff;
    border-color: #fff; }
    .button.transparent:hover {
      border-color: transparent;
      background: #fff;
      color: #365999; }

.input:invalid
{
	border-color:red;
}
.input {
  width: 100%;
  margin-bottom: 30px;
  min-height: 67px;
  font-size: 22px;
  font-size: 2.2rem; }
  @media (max-width: 768px) {
    .input {
      font-size: 23px;
      font-size: 2.3rem; } }
  @media (max-width: 420px) {
    .input {
      font-size: 20px;
      font-size: 2rem;
      padding: 15px 0px;
      margin-bottom: 0px; } }
  .input label {
    font-size: 25px;
    white-space: nowrap;
    display: block;
    font-weight: 300;
    padding-bottom: 5px; }
    @media (max-width: 1366px) {
      .input label {
        white-space: normal;
        font-size: 23px;
        font-size: 2.3rem; } }
    @media (max-width: 420px) {
      .input label {
        font-size: 20px;
        font-size: 2rem; } }
  .input input,
  .input textarea,
  .input select {
    display: block;
    width: 100%; }
    .input input:focus ~ i,
    .input textarea:focus ~ i,
    .input select:focus ~ i {
      color: #365999;
      background: #365999; }
  .input .icon-left,
  .input .icon-right {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse; }
    .input .icon-left input[type="text"],
    .input .icon-left input[type="password"],
    .input .icon-left input[type="datetime"],
    .input .icon-left input[type="datetime-local"],
    .input .icon-left input[type="date"],
    .input .icon-left input[type="month"],
    .input .icon-left input[type="time"],
    .input .icon-left input[type="week"],
    .input .icon-left input[type="number"],
    .input .icon-left input[type="email"],
    .input .icon-left input[type="url"],
    .input .icon-left input[type="search"],
    .input .icon-left input[type="tel"],
    .input .icon-left input[type="color"],
    .input .icon-right input[type="text"],
    .input .icon-right input[type="password"],
    .input .icon-right input[type="datetime"],
    .input .icon-right input[type="datetime-local"],
    .input .icon-right input[type="date"],
    .input .icon-right input[type="month"],
    .input .icon-right input[type="time"],
    .input .icon-right input[type="week"],
    .input .icon-right input[type="number"],
    .input .icon-right input[type="email"],
    .input .icon-right input[type="url"],
    .input .icon-right input[type="search"],
    .input .icon-right input[type="tel"],
    .input .icon-right input[type="color"] {
      -webkit-border-radius: 0 10px 10px 0;
      -moz-border-radius: 0 10px 10px 0;
      -ms-border-radius: 0 10px 10px 0;
      border-radius: 0 10px 10px 0;
      border-left-width: 0px;
      flex: 1 1 auto;
      width: 1%; }
      @media (max-width: 768px) {
        .input .icon-left input[type="text"],
        .input .icon-left input[type="password"],
        .input .icon-left input[type="datetime"],
        .input .icon-left input[type="datetime-local"],
        .input .icon-left input[type="date"],
        .input .icon-left input[type="month"],
        .input .icon-left input[type="time"],
        .input .icon-left input[type="week"],
        .input .icon-left input[type="number"],
        .input .icon-left input[type="email"],
        .input .icon-left input[type="url"],
        .input .icon-left input[type="search"],
        .input .icon-left input[type="tel"],
        .input .icon-left input[type="color"],
        .input .icon-right input[type="text"],
        .input .icon-right input[type="password"],
        .input .icon-right input[type="datetime"],
        .input .icon-right input[type="datetime-local"],
        .input .icon-right input[type="date"],
        .input .icon-right input[type="month"],
        .input .icon-right input[type="time"],
        .input .icon-right input[type="week"],
        .input .icon-right input[type="number"],
        .input .icon-right input[type="email"],
        .input .icon-right input[type="url"],
        .input .icon-right input[type="search"],
        .input .icon-right input[type="tel"],
        .input .icon-right input[type="color"] {
          font-size: 23px;
          font-size: 2.3rem;
          padding: 15px 20px; } }
      @media (max-width: 420px) {
        .input .icon-left input[type="text"],
        .input .icon-left input[type="password"],
        .input .icon-left input[type="datetime"],
        .input .icon-left input[type="datetime-local"],
        .input .icon-left input[type="date"],
        .input .icon-left input[type="month"],
        .input .icon-left input[type="time"],
        .input .icon-left input[type="week"],
        .input .icon-left input[type="number"],
        .input .icon-left input[type="email"],
        .input .icon-left input[type="url"],
        .input .icon-left input[type="search"],
        .input .icon-left input[type="tel"],
        .input .icon-left input[type="color"],
        .input .icon-right input[type="text"],
        .input .icon-right input[type="password"],
        .input .icon-right input[type="datetime"],
        .input .icon-right input[type="datetime-local"],
        .input .icon-right input[type="date"],
        .input .icon-right input[type="month"],
        .input .icon-right input[type="time"],
        .input .icon-right input[type="week"],
        .input .icon-right input[type="number"],
        .input .icon-right input[type="email"],
        .input .icon-right input[type="url"],
        .input .icon-right input[type="search"],
        .input .icon-right input[type="tel"],
        .input .icon-right input[type="color"] {
          font-size: 20px;
          font-size: 2rem;
          padding: 10px 15px 8px; } }
      .input .icon-left input[type="text"]:focus ~ .icon,
      .input .icon-left input[type="password"]:focus ~ .icon,
      .input .icon-left input[type="datetime"]:focus ~ .icon,
      .input .icon-left input[type="datetime-local"]:focus ~ .icon,
      .input .icon-left input[type="date"]:focus ~ .icon,
      .input .icon-left input[type="month"]:focus ~ .icon,
      .input .icon-left input[type="time"]:focus ~ .icon,
      .input .icon-left input[type="week"]:focus ~ .icon,
      .input .icon-left input[type="number"]:focus ~ .icon,
      .input .icon-left input[type="email"]:focus ~ .icon,
      .input .icon-left input[type="url"]:focus ~ .icon,
      .input .icon-left input[type="search"]:focus ~ .icon,
      .input .icon-left input[type="tel"]:focus ~ .icon,
      .input .icon-left input[type="color"]:focus ~ .icon,
      .input .icon-right input[type="text"]:focus ~ .icon,
      .input .icon-right input[type="password"]:focus ~ .icon,
      .input .icon-right input[type="datetime"]:focus ~ .icon,
      .input .icon-right input[type="datetime-local"]:focus ~ .icon,
      .input .icon-right input[type="date"]:focus ~ .icon,
      .input .icon-right input[type="month"]:focus ~ .icon,
      .input .icon-right input[type="time"]:focus ~ .icon,
      .input .icon-right input[type="week"]:focus ~ .icon,
      .input .icon-right input[type="number"]:focus ~ .icon,
      .input .icon-right input[type="email"]:focus ~ .icon,
      .input .icon-right input[type="url"]:focus ~ .icon,
      .input .icon-right input[type="search"]:focus ~ .icon,
      .input .icon-right input[type="tel"]:focus ~ .icon,
      .input .icon-right input[type="color"]:focus ~ .icon {
        color: #365999;
        border-color: #365999; }
    .input .icon-left .icon,
    .input .icon-right .icon {
      display: block;
      padding: 20px 30px;
      border: 1px solid #cfcfcf;
      transition: border-color 0.3s ease-in-out;
      background: #ededed;
	  /*background:url(../images/png-icons/phone-contact.png);*/
	  background-repeat:no-repeat;
      line-height: normal;
      -webkit-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      -ms-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px;
      color: #929292; }
      @media (max-width: 1366px) {
        .input .icon-left .icon,
        .input .icon-right .icon {
          padding: 14px 20px; }
          .input .icon-left .icon svg,
          .input .icon-right .icon svg {
            height: 19px; } }
      @media (max-width: 768px) {
        .input .icon-left .icon,
        .input .icon-right .icon {
          font-size: 23px;
          font-size: 2.3rem;
          padding: 15px 20px 13px; }
          .input .icon-left .icon svg,
          .input .icon-right .icon svg {
            width: 24px;
            height: 24px; } }
      @media (max-width: 420px) {
        .input .icon-left .icon,
        .input .icon-right .icon {
          padding: 10px 15px 8px;
          font-size: 20px;
          font-size: 2rem; } }
  .input .icon-right {
    flex-direction: row; }
    .input .icon-right input[type="text"],
    .input .icon-right input[type="password"],
    .input .icon-right input[type="datetime"],
    .input .icon-right input[type="datetime-local"],
    .input .icon-right input[type="date"],
    .input .icon-right input[type="month"],
    .input .icon-right input[type="time"],
    .input .icon-right input[type="week"],
    .input .icon-right input[type="number"],
    .input .icon-right input[type="email"],
    .input .icon-right input[type="url"],
    .input .icon-right input[type="search"],
    .input .icon-right input[type="tel"],
    .input .icon-right input[type="color"] {
      border-left-width: 1px;
      -webkit-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      -ms-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px;
      border-right: none; }
    .input .icon-right .icon {
      -webkit-border-radius: 0 10px 10px 0;
      -moz-border-radius: 0 10px 10px 0;
      -ms-border-radius: 0 10px 10px 0;
      border-radius: 0 10px 10px 0; }
    .input .icon-right a.icon {
      cursor: pointer;
      background: #365999;
      color: #fff;
      border-color: #365999; }
    .input .icon-right.file {
      position: relative;
      overflow: hidden; }
      .input .icon-right.file input[type="file"] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0); }
      .input .icon-right.file input[type="text"] {
        background: url("../images/input-file.png"); }
        .input .icon-right.file input[type="text"].fileChoosed {
          background-image: none; }

.radio-holder,
.check-holder {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  transition: color 0.3s ease-in-out; }
  .radio-holder > i,
  .check-holder > i {
    position: absolute;
    transition-property: color;
    background: url("../images/svg-icons/checkbox.svg") center center no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0; }
  .radio-holder input,
  .check-holder input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .radio-holder input:checked ~ i,
    .check-holder input:checked ~ i {
      background: url("../images/svg-icons/checkbox-checked.svg") center center no-repeat; }
#wrapper {
  min-height: 100%; }

.wrapper {
  max-width: 1440px;
  margin: auto;
  text-align: left; }

@media (max-width: 1680px) and (min-width: 1366px) {
  .wrapper {
    margin: 0 143px; } }

@media (max-width: 1365px) and (min-width: 1025px) {
  .wrapper {
    margin: 0 75px; } }
  @media (max-width: 1024px) {
    .wrapper {
      margin: 0 35px; } }
  @media (max-width: 420px) {
    .wrapper {
      margin: 0 25px; } }

[data-bg] {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

html {
  font-size: 10px; }
  @media (max-width: 1366px) {
    html {
      font-size: 7.5px; } }

body header {
  display: block;
  background: #365999;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-family: latoregular; }
  @media (min-width: 1025px) {
    body header {
      padding-top: 177px; } }
  @media (min-width: 1025px) and (max-width: 1680px) {
    body header {
      padding-top: 119px; } }
  @media (min-width: 1025px) {
      body header.mainpage {
        padding-top: 0; } }
  body header .navcontainer {
    padding: 60px 0px; }
    @media (max-width: 1680px) {
      body header .navcontainer {
        padding: 35px 0px; } }

@media (max-width: 1024px) and (orientation: landscape) {
  body header .navcontainer {
    padding: 25px 0px; } }
    @media (max-width: 420px) {
      body header .navcontainer {
        padding: 20px 0px; } }
    body header .navcontainer.blue {
      background: #365999;
      -webkit-box-shadow: 0 0 30px #000;
      -moz-box-shadow: 0 0 30px #000;
      box-shadow: 0 0 30px #000; }
      @media (min-width: 1025px) {
        body header .navcontainer.blue {
          position: fixed;
          width: 100%;
          top: 0;
          left: 0;
          z-index: 5; } }
      body header .navcontainer.blue .right .button,
      body header .navcontainer.blue .right .login {
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.4); }
      body header .navcontainer.blue .right .login {
        border-color: #fff; }
    body header .navcontainer a {
      border-color: transparent; }
    body header .navcontainer .mobile-menu {
      padding: 12px 17px;
      border: 1px solid #fff;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      float: left;
      margin-right: 50px;
      z-index: 101;
      position: relative; }
      @media (max-width: 1680px) {
        body header .navcontainer .mobile-menu {
          padding: 10px 13px;
          margin-right: 30px; } }
    @media (min-width: 1681px) {
      body header .navcontainer .burger-icon {
        position: relative;
        margin-top: 11px;
        margin-bottom: 11px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        body header .navcontainer .burger-icon, body header .navcontainer .burger-icon::before, body header .navcontainer .burger-icon::after {
          display: block;
          width: 32px;
          height: 5px;
          background-color: #fff;
          outline: 1px solid transparent;
          -webkit-transition-property: background-color, -webkit-transform;
          -moz-transition-property: background-color, -moz-transform;
          -o-transition-property: background-color, -o-transform;
          transition-property: background-color, transform;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        body header .navcontainer .burger-icon::before, body header .navcontainer .burger-icon::after {
          position: absolute;
          content: ""; }
        body header .navcontainer .burger-icon::before {
          top: -11px; }
        body header .navcontainer .burger-icon::after {
          top: 11px; }
      body header .navcontainer .mobile-menu.on .burger-icon {
        background-color: transparent; }
      body header .navcontainer .mobile-menu.on .burger-icon::before, body header .navcontainer .mobile-menu.on .burger-icon::after {
        background-color: #fff; }
      body header .navcontainer .mobile-menu.on .burger-icon::before {
        -webkit-transform: translateY(11px) rotate(45deg);
        -moz-transform: translateY(11px) rotate(45deg);
        -ms-transform: translateY(11px) rotate(45deg);
        -o-transform: translateY(11px) rotate(45deg);
        transform: translateY(11px) rotate(45deg); }
      body header .navcontainer .mobile-menu.on .burger-icon::after {
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg); } }
    @media (max-width: 1680px) {
      body header .navcontainer .burger-icon {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        body header .navcontainer .burger-icon, body header .navcontainer .burger-icon::before, body header .navcontainer .burger-icon::after {
          display: block;
          width: 26px;
          height: 4px;
          background-color: #fff;
          outline: 1px solid transparent;
          -webkit-transition-property: background-color, -webkit-transform;
          -moz-transition-property: background-color, -moz-transform;
          -o-transition-property: background-color, -o-transform;
          transition-property: background-color, transform;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        body header .navcontainer .burger-icon::before, body header .navcontainer .burger-icon::after {
          position: absolute;
          content: ""; }
        body header .navcontainer .burger-icon::before {
          top: -10px; }
        body header .navcontainer .burger-icon::after {
          top: 10px; }
      body header .navcontainer .mobile-menu.on .burger-icon {
        background-color: transparent; }
      body header .navcontainer .mobile-menu.on .burger-icon::before, body header .navcontainer .mobile-menu.on .burger-icon::after {
        background-color: #fff; }
      body header .navcontainer .mobile-menu.on .burger-icon::before {
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg); }
      body header .navcontainer .mobile-menu.on .burger-icon::after {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg); } }
    @media (max-width: 420px) {
      body header .navcontainer .burger-icon {
        position: relative;
        margin-top: 6px;
        margin-bottom: 6px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        body header .navcontainer .burger-icon, body header .navcontainer .burger-icon::before, body header .navcontainer .burger-icon::after {
          display: block;
          width: 20px;
          height: 2px;
          background-color: #fff;
          outline: 1px solid transparent;
          -webkit-transition-property: background-color, -webkit-transform;
          -moz-transition-property: background-color, -moz-transform;
          -o-transition-property: background-color, -o-transform;
          transition-property: background-color, transform;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        body header .navcontainer .burger-icon::before, body header .navcontainer .burger-icon::after {
          position: absolute;
          content: ""; }
        body header .navcontainer .burger-icon::before {
          top: -6px; }
        body header .navcontainer .burger-icon::after {
          top: 6px; }
      body header .navcontainer .mobile-menu.on .burger-icon {
        background-color: transparent; }
      body header .navcontainer .mobile-menu.on .burger-icon::before, body header .navcontainer .mobile-menu.on .burger-icon::after {
        background-color: #fff; }
      body header .navcontainer .mobile-menu.on .burger-icon::before {
        -webkit-transform: translateY(6px) rotate(45deg);
        -moz-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
        -o-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg); }
      body header .navcontainer .mobile-menu.on .burger-icon::after {
        -webkit-transform: translateY(-6px) rotate(-45deg);
        -moz-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
        -o-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg); } }
    body header .navcontainer .logo {
      padding: 8px 0;
      z-index: 101;
      position: relative;
      color: #fff;
      float: left; }
      @media (max-width: 1680px) {
        body header .navcontainer .logo {
          padding: 7px 0; }
          body header .navcontainer .logo svg {
            width: 125px;
            height: 32px; } }
      body.menu-open .navcontainer .logo {
        fill: currentColor;
        color: #365999; }
      @media (max-width: 420px) {
        body header .navcontainer .logo {
          padding: 3px 0 0; } }
    body header .navcontainer .tel {
      color: #fff;
      font-size: 32px;
      font-size: 3.2rem;
      margin-right: 60px;
      white-space: nowrap;
      text-align: center; }
      body header .navcontainer .tel:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      body header .navcontainer .tel > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle; }
      @media (max-width: 1024px) {
        body header .navcontainer .tel {
          margin-right: 25px; } }
      body header .navcontainer .tel span {
        margin-left: -5px;
        font-weight: bold; }
      @media (max-width: 1680px) {
        body header .navcontainer .tel {
          font-size: 26px;
          font-size: 2.6rem; }
          body header .navcontainer .tel svg {
            width: 21px;
            height: 21px; } }
      body header .navcontainer .tel.mobile {
        margin-right: 0px;
        float: right;
        padding: 7px 0;
        display: none; }

@media (max-width: 768px) and (min-width: 351px) {
  body header .navcontainer .tel.mobile {
    display: block; } }
        @media (max-width: 420px) {
          body header .navcontainer .tel.mobile {
            padding: 0; } }
        body.menu-open .navcontainer .right .login {
          display: none; }
    body header .navcontainer .right {
      float: right;
      font-size: 18px;
      font-size: 1.8rem;
      white-space: nowrap;
      text-align: center;
      /*@include media("<=Xwidescreen") {
      @include rem-font-size(15px);
    }*/ }
      body header .navcontainer .right:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      body header .navcontainer .right > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle; }
      @media (max-width: 768px) {
        body header .navcontainer .right {
          display: none; } }
      body header .navcontainer .right .call_me {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
        color: #fff; }
      body header .navcontainer .right .claims {
        background: #fff;
        color: #365999;
        margin-left: 85px; }
        @media (max-width: 1024px) {
          body header .navcontainer .right .claims {
            margin-left: 35px;
            color: #fff; } }
        @media (max-width: 1200px) {
          body header .navcontainer .right .claims {
            margin-left: 20px; } }
      body header .navcontainer .right .policy {
        background: #b3b3b3;
        color: #fff; }
      body header .navcontainer .right .button,
      body header .navcontainer .right .login {
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
        border-color: transparent; }
      body header .navcontainer .right .button {
        padding: 1em;
        margin-right: 30px; }
        body header .navcontainer .right .button svg {
          display: none; }
        @media (max-width: 1200px) {
          body header .navcontainer .right .button {
            padding: 12px; } }
        @media (max-width: 1024px) {
          body header .navcontainer .right .button {
            padding: 0;
            margin-right: 20px;
            background: none;
            border: none;
            box-shadow: none; }
            body header .navcontainer .right .button svg {
              display: inline-block; }
            body header .navcontainer .right .button span {
              display: none; } }
      body header .navcontainer .right .search form {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 100000;
        background: #365999;
        top: -100%;
        animation-timing-function: ease-in-out;
        padding: 60px 0px; }
        body header .navcontainer .right .search form.hide {
          animation: search_hide 0.5s;
          -moz-animation: search_hide 0.5s;
          /* Firefox */
          -webkit-animation: search_hide 0.5s;
          /* Safari and Chrome */ }
        body header .navcontainer .right .search form.show {
          animation: search_show 0.5s;
          -moz-animation: search_show 0.5s;
          /* Firefox */
          -webkit-animation: search_show 0.5s;
          /* Safari and Chrome */
          animation-fill-mode: forwards; }

@keyframes search_show {
  from {
    top: -100%; }
  to {
    top: 0; } }

@-moz-keyframes search_show {
  from {
    top: -100%; }
  to {
    top: 0; } }

@-webkit-keyframes search_show {
  from {
    top: -100%; }
  to {
    top: 0; } }

@keyframes search_hide {
  from {
    top: 0; }
  to {
    top: -100%; } }

@-moz-keyframes search_hide {
  from {
    top: 0; }
  to {
    top: -100%; } }

@-webkit-keyframes search_hide {
  from {
    top: 0; }
  to {
    top: -100%; } }
        @media (max-width: 1680px) {
          body header .navcontainer .right .search form {
            padding: 35px 0px; } }

@media (max-width: 1024px) and (orientation: landscape) {
  body header .navcontainer .right .search form {
    padding: 25px 0px; } }
        @media (max-width: 420px) {
          body header .navcontainer .right .search form {
            padding: 20px 0px; } }
        body header .navcontainer .right .search form .wrapper {
          display: flex;
          flex-wrap: wrap;
          align-items: stretch; }
          body header .navcontainer .right .search form .wrapper input {
            flex: 1 1 auto;
            width: 1%;
            padding: 14px 22px; }
          body header .navcontainer .right .search form .wrapper a {
            padding-left: 20px; }
            @media (min-width: 1680px) {
              body header .navcontainer .right .search form .wrapper a {
                padding-top: 10px; } }
            body header .navcontainer .right .search form .wrapper a.x {
              padding-left: 0px;
              padding-right: 20px; }
              @media (min-width: 1680px) {
                body header .navcontainer .right .search form .wrapper a.x {
                  padding-top: 7px; } }
      body header .navcontainer .right .search svg {
        color: #929292;
        position: relative;
        top: 5px; }
    body header .navcontainer nav {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #000;
      z-index: 100;
      font-family: latoblack;
      pointer-events: none;
      padding-top: 190px;
      font-size: 50px;
      font-size: 5rem; }
      @media (max-width: 1680px) {
        body header .navcontainer nav {
          padding-top: 120px;
          font-size: 35px;
          font-size: 3.5rem; } }
      @media (max-width: 420px) {
        body header .navcontainer nav {
          padding-top: 80px;
          font-size: 35px;
          font-size: 3.5rem; } }
      body header .navcontainer nav.not-visible {
        visibility: hidden; }
      body header .navcontainer nav .wrapper {
        overflow-x: auto;
        height: 100%; }
        body header .navcontainer nav .wrapper ul {
          overflow: hidden; }
          @media (max-width: 420px) {
            body header .navcontainer nav .wrapper ul {
              padding-left: 45px; } }
          body header .navcontainer nav .wrapper ul li {
            font-family: latoregular;
            float: left;
            width: 20%; }
            @media (max-width: 768px) {
              body header .navcontainer nav .wrapper ul li {
                width: 50%; } }
            @media (max-width: 420px) {
              body header .navcontainer nav .wrapper ul li {
                width: auto;
                float: none;
                margin-bottom: 20px; } }
            body header .navcontainer nav .wrapper ul li a {
              border-color: rgba(22, 87, 149, 0.3); }
              body header .navcontainer nav .wrapper ul li a:hover {
                border-color: transparent; }
            body header .navcontainer nav .wrapper ul li sup {
              display: block;
              position: static;
              line-height: normal;
              font-size: 24px;
              font-size: 2.4rem; }
              @media (max-width: 1680px) {
                body header .navcontainer nav .wrapper ul li sup {
                  font-size: 18px;
                  font-size: 1.8rem; } }
            body header .navcontainer nav .wrapper ul li ul {
              overflow: visible;
              margin-top: 20px; }
              @media (max-width: 1680px) {
                body header .navcontainer nav .wrapper ul li ul {
                  margin-top: 10px; } }
              @media (max-width: 420px) {
                body header .navcontainer nav .wrapper ul li ul {
                  padding-left: 0; } }
              body header .navcontainer nav .wrapper ul li ul li {
                float: none;
                width: auto;
                padding-bottom: 5px;
                font-size: 30px;
                font-size: 3rem; }
                @media (max-width: 1680px) {
                  body header .navcontainer nav .wrapper ul li ul li {
                    font-size: 20px;
                    font-size: 2rem; } }
                @media (max-width: 420px) {
                  body header .navcontainer nav .wrapper ul li ul li {
                    margin-bottom: 0; }
                    body header .navcontainer nav .wrapper ul li ul li:last-child ul {
                      margin-bottom: 0px; } }
                body header .navcontainer nav .wrapper ul li ul li a {
                  color: #fff;
                  border-color: rgba(255, 255, 255, 0.3); }
                  body header .navcontainer nav .wrapper ul li ul li a:hover {
                    border-color: transparent; }
                  body header .navcontainer nav .wrapper ul li ul li a::before {
                    content: none;
                    display: block;
                    width: 31px;
                    height: 3px;
                    margin: 15px 0 0 -55px;
                    background: #fff;
                    float: left; }
                    @media (max-width: 1680px) {
                      body header .navcontainer nav .wrapper ul li ul li a::before {
                        margin: 10px 0 0 -45px; } }
                  body header .navcontainer nav .wrapper ul li ul li a.on::before {
                    content: ""; }
                body header .navcontainer nav .wrapper ul li ul li ul {
                  margin-top: 10px;
                  margin-bottom: 35px; }
                  @media (max-width: 1680px) {
                    body header .navcontainer nav .wrapper ul li ul li ul {
                      margin-bottom: 25px; } }
                  body header .navcontainer nav .wrapper ul li ul li ul li {
                    font-size: 24px;
                    font-size: 2.4rem; }
                    @media (max-width: 1680px) {
                      body header .navcontainer nav .wrapper ul li ul li ul li {
                        font-size: 16px;
                        font-size: 1.6rem; } }
                    body header .navcontainer nav .wrapper ul li ul li ul li a {
                      color: #a7a7a7;
                      border-color: transparent; }
                      body header .navcontainer nav .wrapper ul li ul li ul li a:hover {
                        border-color: rgba(255, 255, 255, 0.3); }
                      body header .navcontainer nav .wrapper ul li ul li ul li a::before {
                        content: none; }
          body header .navcontainer nav .wrapper ul.contacts {
            font-size: 20px;
            font-size: 2rem; }
            body header .navcontainer nav .wrapper ul.contacts li {
              margin-bottom: 7px; }
              body header .navcontainer nav .wrapper ul.contacts li a {
                color: #fff; }
        @media (min-width: 1025px) {
          body header .navcontainer nav .wrapper .mobile-search {
            display: none; } }
        body header .navcontainer nav .wrapper .mobile-search .wrapper {
          display: flex;
          flex-wrap: wrap;
          align-items: stretch;
          padding: 20px 0; }
          body header .navcontainer nav .wrapper .mobile-search .wrapper input {
            flex: 1 1 auto;
            width: 1%;
            height: 40px; }
          body header .navcontainer nav .wrapper .mobile-search .wrapper a {
            padding-left: 20px;
            padding-top: 0px; }
  body header .banner {
    position: relative;
    height: calc(100vh - 198px);
    min-height: 647px;
    white-space: nowrap;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    overflow: hidden; }
    body header .banner:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    body header .banner > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    @media (max-width: 350px) {
      body header .banner {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (max-width: 1680px) {
      body header .banner {
        height: calc(100vh - 118px);
        min-height: 556px; } }

@media (max-width: 1024px) and (orientation: landscape) {
  body header .banner {
    height: calc(100vh - 99px);
    min-height: auto; } }
    @media (max-width: 420px) {
      body header .banner {
        height: calc(50vh - 88px);
        min-height: 318px; } }
    @media (max-width: 419px) {
      body header .banner .scroll-icon {
        display: none; } }
    @media (min-width: 1681px) {
      body header .banner .scroll-icon {
        position: absolute;
        left: 50%;
        width: 21px;
        height: 37px;
        margin-left: -10.5px;
        bottom: 50px;
        margin-top: -18.5px;
        box-shadow: inset 0 0 0 1px #fff;
        border-radius: 25px; }
        body header .banner .scroll-icon:before {
          position: absolute;
          left: 50%;
          content: '';
          width: 4px;
          height: 4px;
          background: #fff;
          margin-left: -2px;
          top: 4px;
          border-radius: 2px;
          animation-duration: 1.5s;
          animation-iteration-count: infinite;
          animation-name: icon-scroll; }
      @keyframes icon-scroll {
        0% {
          opacity: 1;
          top: 29%; }
        15% {
          opacity: 1;
          top: 50%; }
        50% {
          opacity: 0;
          top: 50%; }
        100% {
          opacity: 0;
          top: 29%; } } }
    @media (max-width: 1680px) {
      body header .banner .scroll-icon {
        position: absolute;
        left: 50%;
        width: 14px;
        height: 24px;
        margin-left: -7px;
        bottom: 30px;
        margin-top: -12px;
        box-shadow: inset 0 0 0 1px #fff;
        border-radius: 25px; }
        body header .banner .scroll-icon:before {
          position: absolute;
          left: 50%;
          content: '';
          width: 4px;
          height: 4px;
          background: #fff;
          margin-left: -2px;
          top: 4px;
          border-radius: 2px;
          animation-duration: 1.5s;
          animation-iteration-count: infinite;
          animation-name: icon-scroll; }
      @keyframes icon-scroll {
        0% {
          opacity: 1;
          top: 29%; }
        15% {
          opacity: 1;
          top: 50%; }
        50% {
          opacity: 0;
          top: 50%; }
        100% {
          opacity: 0;
          top: 29%; } } }
    body header .banner .wrapper {
      text-align: center; }

@media (max-width: 420px) and (min-width: 351px) {
  body header .banner .wrapper {
    margin-top: -20px; } }
      body header .banner .wrapper.ta_left {
        max-width: calc(1440px - 280px); }

@media (max-width: 768px) and (min-width: 421px) {
  body header .banner .wrapper.ta_left {
    max-width: calc(100vw - 120px); } }
        @media (min-width: 768px) {
          body header .banner .wrapper.ta_left p {
            max-width: 50%; } }
      body header .banner .wrapper h3 {
        color: #fff;
        font-family: latoblack;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        display: inline-block;
        font-size: 63px;
        font-size: 6.3rem; }
        @media (max-width: 1680px) {
          body header .banner .wrapper h3 {
            font-size: 52px;
            font-size: 5.2rem; } }

@media (max-width: 1024px) and (orientation: landscape) {
  body header .banner .wrapper h3 {
    font-size: 32px;
    font-size: 3.2rem; } }
        @media (max-width: 420px) {
          body header .banner .wrapper h3 {
            font-size: 30px;
            font-size: 3rem; } }
        @media (max-width: 350px) {
          body header .banner .wrapper h3 {
            font-size: 25px;
            font-size: 2.5rem; } }
      body header .banner .wrapper p {
        font-family: latolight;
        margin: 25px 0 40px;
        font-size: 28px;
        font-size: 2.8rem;
        /*@include media("<=Xwidescreen") {
        @include rem-font-size(35px);
      }*/ }

@media (max-width: 1024px) and (orientation: landscape) {
  body header .banner .wrapper p {
    margin: 20px 0 20px;
    font-size: 25px;
    font-size: 2.5rem; } }
        @media (max-width: 420px) {
          body header .banner .wrapper p {
            margin: 20px 0;
            font-size: 20px;
            font-size: 2rem; } }
      body header .banner .wrapper .button {
        font-size: 24px;
        font-size: 2.4rem;
        font-family: latolight; }
        body header .banner .wrapper .button.main {
          margin: 0 18px;
          font-size: 18px;
          font-size: 1.8rem; }
        @media (max-width: 1366px) {
          body header .banner .wrapper .button {
            font-size: 18px;
            font-size: 1.8rem; } }
        @media (max-width: 420px) {
          body header .banner .wrapper .button {
            font-size: 15px;
            font-size: 1.5rem;
            padding: 12px; } }

body.menu-open {
  height: 100%;
  overflow: hidden;
  margin-right: 17px;
  position: relative; }
  @media (max-width: 768px) {
    body.menu-open {
      margin: 0; } }
  @media (min-width: 1025px) {
    body.menu-open header .navcontainer {
      height: 100%; } }
  body.menu-open header .wrapper nav {
    pointer-events: auto; }

body section {
  padding: 80px 0;
  overflow: hidden; }

@media (max-width: 1680px) and (min-width: 1025px) {
  body section {
    padding: 60px 0; } }
  @media (max-width: 1024px) {
    body section {
      padding: 50px 0; } }
  @media (max-width: 420px) {
    body section {
      padding: 30px 0; } }
  body section.brown,
  body section .brown {
    background: #ededed; }
  body section .brown {
    padding-top: 95px; }
    @media (max-width: 1680px) {
      body section .brown {
        padding-top: 60px; } }
  body section h2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: latobold;
    padding-bottom: 57px;
    /*@include media("<=Xwidescreen") {
        @include rem-font-size(30px);
        padding-bottom: 35px;
      }*/ }
    @media (max-width: 420px) {
      body section h2 {
        font-size: 25px;
        font-size: 2.5rem;
        padding-bottom: 20px; } }
  body section.insurance ul li {
    display: block;
    float: left;
    width: calc(25% - 30px);
    box-sizing: border-box;
    text-align: center;
    margin-left: calc(120px / 3);
    position: relative;
    z-index: 1;
    height: 360px;
    color: #000; }
    @media (max-width: 1680px) {
      body section.insurance ul li {
        height: 295px; } }
    @media (max-width: 768px) {
      body section.insurance ul li {
        height: auto;
        padding-bottom: 20px; } }
    body section.insurance ul li:hover {
      z-index: 5; }
    body section.insurance ul li:first-child {
      margin-left: 0; }
    @media (max-width: 420px) {
      body section.insurance ul li {
        margin: 0 0 30px;
        width: 50%; }
        body section.insurance ul li:first-child {
          margin: auto; } }
    body section.insurance ul li b {
      display: inline-block;
      font-family: latobold;
      border-bottom: 1px solid #b3b3b3;
      position: relative;
      z-index: 2;
      font-size: 45px;
      font-size: 4.5rem; }
      @media (max-width: 1680px) {
        body section.insurance ul li b {
          font-size: 37px;
          font-size: 3.7rem; } }
      @media (max-width: 768px) {
        body section.insurance ul li b {
          font-size: 25px;
          font-size: 2.5rem;
          animation: none; } }
      @media (max-width: 420px) {
        body section.insurance ul li b {
          font-size: 20px;
          font-size: 2rem; } }
    body section.insurance ul li span {
      display: block;
      padding-top: 60px; }
      @media (max-width: 1680px) {
        body section.insurance ul li span {
          padding-top: 72px; } }
      @media (max-width: 768px) {
        body section.insurance ul li span {
          padding-top: 0px; } }
      body section.insurance ul li span figure {
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.3);
        color: #C5C6C6;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        -ms-border-radius: 70px;
        border-radius: 70px;
        margin-bottom: 40px;
        width: 140px;
        height: 140px;
        white-space: nowrap;
        text-align: center;
        padding: 10px; }
        body section.insurance ul li span figure:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 100%; }
        body section.insurance ul li span figure > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle; }
        @media (max-width: 1680px) {
          body section.insurance ul li span figure {
            width: 88px;
            height: 88px; } }
        @media (max-width: 768px) {
          body section.insurance ul li span figure {
            margin: auto;
            margin-bottom: 30px; } }
        body section.insurance ul li span figure svg {
          width: calc(100% - 10px);
          height: calc(100% - 10px); }
    body section.insurance ul li .hover {
      max-width: none;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1;
      max-width: 125%; }
      @media (max-width: 768px) {
        body section.insurance ul li .hover {
          display: none; } }
    @media (min-width: 769px) {
      body section.insurance ul li.hover b {
        font-family: latoblack;
        color: #fff;
        top: -100px;
        border-color: transparent;
        font-size: 50px;
        font-size: 5rem; } }
  @media (min-width: 769px) and (max-width: 1680px) {
    body section.insurance ul li.hover b {
      font-size: 45px;
      font-size: 4.5rem; } }
    body section.insurance ul li a {
      display: inline-block;
      border-color: transparent;
      top: 20%;
      bottom: 10%;
      left: 20%;
      right: 20%;
      position: absolute;
      z-index: 10; }
      @media (max-width: 768px) {
        body section.insurance ul li a {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
  body section.whyus h2 {
    padding-bottom: 27px; }
    @media (max-width: 1680px) {
      body section.whyus h2 {
        padding-bottom: 17px; } }
    @media (max-width: 420px) {
      body section.whyus h2 {
        font-size: 30px;
        font-size: 3rem; } }
  body section.whyus ul {
    overflow: hidden;
    padding: 30px; }
    @media (max-width: 1680px) {
      body section.whyus ul {
        padding: 10px; } }
    @media (max-width: 350px) {
      body section.whyus ul {
        padding: 7px; } }
    body section.whyus ul li {
      border: none;
      position: relative;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
      @media (min-width: 769px) {
        body section.whyus ul li {
          transition: box-shadow 0.3s ease-in-out;
          -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0);
          -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0);
          float: left;
          margin-left: 30px;
          width: calc(100% / 3 - 81px / 3); } }
  @media (min-width: 769px) and (max-width: 1680px) {
    body section.whyus ul li {
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0); } }
  @media (min-width: 769px) and (max-width: 350px) {
    body section.whyus ul li {
      -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0);
      box-shadow: 0 0 9px rgba(0, 0, 0, 0); } }
      @media (min-width: 769px) {
          body section.whyus ul li:first-child {
            margin: 0; }
          body section.whyus ul li figure {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            border-radius: 10px;
            margin: 0;
            font-family: latoblack;
            color: #fff;
            padding: 315px 40px 50px;
            font-size: 45px;
            font-size: 4.5rem; } }
    @media (min-width: 769px) and (max-width: 1366px) {
      body section.whyus ul li figure {
        padding: 236px 30px 38px; } }
    @media (min-width: 769px) and (max-width: 1279px) {
      body section.whyus ul li figure {
        padding: 169px 19px 23px;
        font-size: 37px;
        font-size: 3.7rem; } }

@media (min-width: 769px) and (max-width: 1679px) and (min-width: 1280px) {
  body section.whyus ul li figure {
    padding: 225px 23px 30px;
    font-size: 45px;
    font-size: 4.5rem; } }
      @media (max-width: 768px) {
        body section.whyus ul li {
          -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          margin-bottom: 20px; }
          body section.whyus ul li figure {
            display: none; } }
      @media (max-width: 350px) {
        body section.whyus ul li {
          -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.3); } }
      body section.whyus ul li div {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        position: absolute;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        font-family: latolight;
        padding: 45px 23px 0;
        font-size: 30px;
        font-size: 3rem; }
        @media (max-width: 1279px) {
          body section.whyus ul li div {
            padding: 30px 15px 0;
            font-size: 20px;
            font-size: 2rem; } }

@media (max-width: 1679px) and (min-width: 1280px) {
  body section.whyus ul li div {
    padding: 38px 19px 0;
    font-size: 25px;
    font-size: 2.5rem; } }
        @media (max-width: 768px) {
          body section.whyus ul li div {
            position: static;
            animation: none;
            padding-top: 15px; } }
        @media (max-width: 420px) {
          body section.whyus ul li div {
            padding-top: 15px;
            padding-bottom: 8px; } }
        body section.whyus ul li div h3 {
          font-family: latoblack;
          color: #165795;
          padding-bottom: 40px;
          font-size: 50px;
          font-size: 5rem; }
          @media (max-width: 1279px) {
            body section.whyus ul li div h3 {
              padding-bottom: 20px;
              font-size: 40px;
              font-size: 4rem; } }

@media (max-width: 1679px) and (min-width: 1280px) {
  body section.whyus ul li div h3 {
    padding-bottom: 30px;
    font-size: 50px;
    font-size: 5rem; } }
          @media (max-width: 420px) {
            body section.whyus ul li div h3 {
              font-size: 30px;
              font-size: 3rem; } }
        body section.whyus ul li div p {
          line-height: 1.2em; }
      body section.whyus ul li:hover {
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
        @media (max-width: 1680px) {
          body section.whyus ul li:hover {
            -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); } }
  body section.question {
    padding-bottom: 100px; }
    @media (max-width: 1680px) {
      body section.question {
        padding-bottom: 90px; } }
    @media (max-width: 420px) {
      body section.question {
        padding-bottom: 40px; } }
    body section.question .wrapper {
      text-align: center; }
      body section.question .wrapper h2 {
        font-family: latoblack;
        color: #fff;
        padding-bottom: 30px;
        font-size: 64px;
        font-size: 6.4rem; }
        @media (max-width: 1680px) {
          body section.question .wrapper h2 {
            font-size: 52px;
            font-size: 5.2rem; } }
        @media (max-width: 420px) {
          body section.question .wrapper h2 {
            padding-bottom: 20px;
            font-size: 30px;
            font-size: 3rem; } }
      body section.question .wrapper p {
        font-family: latolight;
        color: #fff;
        padding-bottom: 30px;
        font-size: 28px;
        font-size: 2.8rem;
        /*@include media("<=Xwidescreen") {
      @include rem-font-size(35px);
    }*/ }
        @media (max-width: 768px) {
          body section.question .wrapper p {
            font-size: 25px;
            font-size: 2.5rem; } }
        @media (max-width: 420px) {
          body section.question .wrapper p {
            font-size: 20px;
            font-size: 2rem;
            padding-bottom: 0px; } }
      body section.question .wrapper form input[type="text"],
      body section.question .wrapper form select {
        font-family: latolight;
        background-color: rgba(255, 255, 255, 0.5);
        font-size: 23px;
        font-size: 2.3rem;
        margin-left: 40px;
        width: calc(25% - 120px / 3); }
        @media (max-width: 1680px) {
          body section.question .wrapper form input[type="text"],
          body section.question .wrapper form select {
            font-size: 18px;
            font-size: 1.8rem; } }
        body section.question .wrapper form input[type="text"]:first-child,
        body section.question .wrapper form select:first-child {
          margin: 0px; }
        body section.question .wrapper form input[type="text"]::-webkit-input-placeholder,
        body section.question .wrapper form select::-webkit-input-placeholder {
          color: #000; }
        body section.question .wrapper form input[type="text"]::-moz-placeholder,
        body section.question .wrapper form select::-moz-placeholder {
          opacity: 1;
          color: #000; }
        body section.question .wrapper form input[type="text"]:-moz-placeholder,
        body section.question .wrapper form select:-moz-placeholder {
          color: #000; }
        body section.question .wrapper form input[type="text"]:-ms-input-placeholder,
        body section.question .wrapper form select:-ms-input-placeholder {
          color: #000; }
        body section.question .wrapper form input[type="text"].placeholder,
        body section.question .wrapper form select.placeholder {
          color: #000; }
        body section.question .wrapper form input[type="text"]:focus::-webkit-input-placeholder,
        body section.question .wrapper form select:focus::-webkit-input-placeholder {
          color: transparent; }
        body section.question .wrapper form input[type="text"]:focus::-moz-placeholder,
        body section.question .wrapper form select:focus::-moz-placeholder {
          opacity: 1;
          color: transparent; }
        body section.question .wrapper form input[type="text"]:focus:-moz-placeholder,
        body section.question .wrapper form select:focus:-moz-placeholder {
          color: transparent; }
        body section.question .wrapper form input[type="text"]:focus:-ms-input-placeholder,
        body section.question .wrapper form select:focus:-ms-input-placeholder {
          color: transparent; }
        body section.question .wrapper form input[type="text"]:focus.placeholder,
        body section.question .wrapper form select:focus.placeholder {
          color: transparent; }

@media (max-width: 768px) and (min-width: 421px) {
  body section.question .wrapper form input[type="text"],
  body section.question .wrapper form select {
    margin-left: 26px;
    margin-bottom: 26px;
    width: calc(50% - 26px); }
    body section.question .wrapper form input[type="text"]:nth-of-type(1),
    body section.question .wrapper form select:nth-of-type(1) {
      margin-left: 0; } }
        @media (max-width: 420px) {
          body section.question .wrapper form input[type="text"],
          body section.question .wrapper form select {
            margin: 0px;
            margin-bottom: 26px;
            width: 100%; }
            body section.question .wrapper form input[type="text"]:first-child,
            body section.question .wrapper form select:first-child {
              margin-bottom: 26px; } }
      body section.question .wrapper form .button {
        margin-top: 50px;
        font-size: 18px;
        font-size: 1.8rem;
        font-family: latoregular; }
        @media (max-width: 768px) {
          body section.question .wrapper form .button {
            margin-top: 10px; } }
  body section.clients {
    background: #e5e5e5;
    padding-bottom: 80px; }
    body section.clients.white {
      background: #fff; }
    @media (max-width: 1024px) {
      body section.clients {
        padding-bottom: 40px; } }
    body section.clients h2 {
      padding-bottom: 0; }
    body section.clients .slick-clients .slider .slick-slide div {
      text-align: center;
      height: 200px;
      white-space: nowrap;
      text-align: center; }
      body section.clients .slick-clients .slider .slick-slide div:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      body section.clients .slick-clients .slider .slick-slide div > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle; }
      @media (max-width: 1024px) {
        body section.clients .slick-clients .slider .slick-slide div {
          height: 150px; } }
      body section.clients .slick-clients .slider .slick-slide div a {
        text-align: center;
        border: none; }
        body section.clients .slick-clients .slider .slick-slide div a img {
          margin: auto;
          -webkit-filter: grayscale(100%);
          /* Safari 6.0 - 9.0 */
          -moz-filter: grayscale(100%);
          filter: grayscale(100%);
          transition: all 0.5s ease;
          clear: both;
          display: block; }
        body section.clients .slick-clients .slider .slick-slide div a span {
          display: inline-block;
          clear: both;
          font-size: 21px;
          font-size: 2.1rem;
          color: #000;
          padding-top: 15px;
          border-bottom: 1px solid transparent;
          transition: all 0.3s ease-in-out; }
        body section.clients .slick-clients .slider .slick-slide div a:hover img {
          margin: auto;
          -webkit-filter: grayscale(0%);
          /* Safari 6.0 - 9.0 */
          -moz-filter: grayscale(0%);
          filter: grayscale(0%); }
        body section.clients .slick-clients .slider .slick-slide div a:hover span {
          color: #365999;
          border-color: #365999; }
        body section.clients .slick-clients .slider .slick-slide div a:hover.off span {
          color: #000;
          border-color: transparent; }
    body section.clients .slick-dots {
      top: -20px; }
  body section.we_ensure {
    padding: 0; }
    body section.we_ensure .left {
      padding: 75px 0 60px;
      width: 50%;
      float: left;
      overflow: hidden; }

@media (max-width: 1680px) and (min-width: 1025px) {
  body section.we_ensure .left {
    padding: 70px 0 0; } }
      @media (max-width: 1024px) {
        body section.we_ensure .left {
          padding: 35px 0 0; } }
      @media (max-width: 768px) {
        body section.we_ensure .left {
          float: none;
          width: auto; } }
      body section.we_ensure .left .container {
        width: calc(100vw - (100vw - 200%)); }
        @media (max-width: 768px) {
          body section.we_ensure .left .container {
            width: auto; } }
        body section.we_ensure .left .container .slider {
          width: calc(50% - 40px); }
          @media (max-width: 768px) {
            body section.we_ensure .left .container .slider {
              width: auto; } }
          body section.we_ensure .left .container .slider .slick-dots {
            top: 20px; }
            @media (max-width: 1680px) {
              body section.we_ensure .left .container .slider .slick-dots {
                top: 10px; } }
            body section.we_ensure .left .container .slider .slick-dots li button {
              background: #fff; }
            body section.we_ensure .left .container .slider .slick-dots li.slick-active button {
              background: #878787; }
          body section.we_ensure .left .container .slider .slide {
            text-align: left;
            font-family: "Fira Sans";
            font-weight: 300;
            font-size: 21px;
            font-size: 2.1rem; }
            body section.we_ensure .left .container .slider .slide h2 {
              padding-bottom: 25px; }
            body section.we_ensure .left .container .slider .slide p {
              line-height: 1.3em;
              margin-bottom: 35px; }
              body section.we_ensure .left .container .slider .slide p:last-of-type {
                margin-bottom: 45px; }
            @media (max-width: 1680px) {
              body section.we_ensure .left .container .slider .slide {
                font-size: 19px;
                font-size: 1.9rem; }
                body section.we_ensure .left .container .slider .slide .button {
                  font-size: 18px;
                  font-size: 1.8rem;
                  margin-top: 20px; }
                body section.we_ensure .left .container .slider .slide p,
                body section.we_ensure .left .container .slider .slide p:last-of-type {
                  margin-bottom: 15px; } }
            @media (max-width: 768px) {
              body section.we_ensure .left .container .slider .slide {
                padding-bottom: 40px; } }
    body section.we_ensure .right {
      width: 50%;
      float: right; }
      @media (max-width: 768px) {
        body section.we_ensure .right {
          display: none; } }
      body section.we_ensure .right .slide {
        padding: 155px 0 145px;
        text-align: center;
        background: url("../images/dalga.png") center center; }
        @media (max-width: 1680px) {
          body section.we_ensure .right .slide {
            padding: 130px 0 118px; } }
        body section.we_ensure .right .slide .circle {
          margin: auto;
          background: #fff;
          width: 316px;
          height: 316px;
          -webkit-border-radius: 158px;
          -moz-border-radius: 158px;
          -ms-border-radius: 158px;
          border-radius: 158px;
          white-space: nowrap;
          text-align: center; }
          body section.we_ensure .right .slide .circle:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 0;
            min-height: 100%; }
          body section.we_ensure .right .slide .circle > * {
            white-space: normal;
            display: inline-block;
            vertical-align: middle; }
          body section.we_ensure .right .slide .circle figure {
            text-align: center;
            font-size: 22px;
            font-size: 2.2rem;
            font-weight: bold; }
            body section.we_ensure .right .slide .circle figure img {
              margin: auto; }
            body section.we_ensure .right .slide .circle figure b {
              display: block;
              font-size: 28px;
              font-size: 2.8rem;
              font-family: "Fira Sans";
              padding-top: 30px; }
          @media (max-width: 1680px) {
            body section.we_ensure .right .slide .circle {
              width: 262px;
              height: 262px;
              -webkit-border-radius: 131px;
              -moz-border-radius: 131px;
              -ms-border-radius: 131px;
              border-radius: 131px; } }
  body section.img-block {
    padding: 0; }
    body section.img-block .wrapper {
      padding: 90px 140px;
      color: #fff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      font-size: 28px;
      font-size: 2.8rem;
      font-family: "Fira Sans"; }
      @media (max-width: 768px) {
        body section.img-block .wrapper {
          padding: 63px; } }
      @media (max-width: 420px) {
        body section.img-block .wrapper {
          font-size: 20px;
          font-size: 2rem;
          padding: 40px; } }
      body section.img-block .wrapper .container {
        max-width: 840px; }
        body section.img-block .wrapper .container h2 {
          color: #fff;
          padding-bottom: 30px; }
        body section.img-block .wrapper .container p {
          margin-bottom: 100px; }
          @media (min-width: 1366px) {
            body section.img-block .wrapper .container p {
              width: 70%; } }
          @media (max-width: 1366px) {
            body section.img-block .wrapper .container p {
              margin-bottom: 50px; } }
          @media (max-width: 768px) {
            body section.img-block .wrapper .container p {
              margin-bottom: 50px; } }
          @media (max-width: 420px) {
            body section.img-block .wrapper .container p {
              margin-bottom: 50px; } }
        body section.img-block .wrapper .container .button {
          font-family: "Fira Sans";
          font-weight: 300; }
  body section.document_section {
    padding-top: 0px; }
    body section.document_section .wrapper {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      padding-left: 140px;
      padding-right: 140px;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; }
      @media (max-width: 1366px) {
        body section.document_section .wrapper {
          padding-left: 80px;
          padding-right: 80px; } }
      body section.document_section .wrapper.brown {
        padding: 0px 140px; }
        body section.document_section .wrapper.brown.no_top_padding {
          padding-left: 140px;
          padding-right: 140px; }
      @media (max-width: 768px) {
        body section.document_section .wrapper {
          padding: 50px 63px 0; }
          body section.document_section .wrapper.brown {
            padding: 50px 63px 0; } }
      @media (max-width: 420px) {
        body section.document_section .wrapper {
          padding: 5px 0px 0; }
          body section.document_section .wrapper.brown {
            padding: 40px 40px 0; } }
      body section.document_section .wrapper .document {
        width: calc(600 / 1400 * 100%);
        max-width: 600px;
        float: left;
        clear: left;
        flex: 1 1 auto;
        width: 50%;
        margin: 50px 0; }
        body section.document_section .wrapper .document:nth-child(2n) {
          clear: none;
          float: right; }
        @media (max-width: 768px) {
          body section.document_section .wrapper .document {
            float: none;
            display: block;
            width: auto; }
            body section.document_section .wrapper .document:nth-child(2n) {
              float: none; } }
        @media (max-width: 1366px) {
          body section.document_section .wrapper .document {
            margin: 40px 0; } }
        @media (max-width: 420px) {
          body section.document_section .wrapper .document {
            margin: 0 0 30px; }
            body section.document_section .wrapper .document span {
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 1.5em; } }
  body section.path {
    padding-bottom: 3px; }
    body section.path .wrapper {
      color: #636363;
      font-family: latoregular;
      font-size: 25px;
      font-size: 2.5rem; }
      @media (max-width: 1366px) {
        body section.path .wrapper {
          font-size: 25px;
          font-size: 2.5rem; } }
      @media (max-width: 420px) {
        body section.path .wrapper {
          font-size: 20px;
          font-size: 2rem; } }
      body section.path .wrapper h1 {
        font-size: 75px;
        font-size: 7.5rem;
        font-family: latoblack;
        color: #365999;
        padding-bottom: 55px; }
        @media (max-width: 1366px) {
          body section.path .wrapper h1 {
            font-size: 60px;
            font-size: 6rem;
            padding-bottom: 15px; } }
        @media (max-width: 768px) {
          body section.path .wrapper h1 {
            font-size: 50px;
            font-size: 5rem;
            padding-bottom: 15px; } }
        @media (max-width: 420px) {
          body section.path .wrapper h1 {
            font-size: 35px;
            font-size: 3.5rem; } }
        body section.path .wrapper h1 .to_main {
          content: url(../images/svg-icons/Path-axis.svg);
          display: block;
          width: 67px;
          height: 57px;
          margin: 18px 0 0 -100px;
          float: left;
          border: none; }
          @media (max-width: 1366px) {
            body section.path .wrapper h1 .to_main {
              width: 54px;
              height: 46px;
              margin: 10px 0 0 -84px; } }
          @media (max-width: 768px) {
            body section.path .wrapper h1 .to_main {
              width: 50px;
              height: 44px;
              margin: 15px 0 0 -70px; } }
          @media (max-width: 420px) {
            body section.path .wrapper h1 .to_main {
              display: none; } }
        body section.path .wrapper h1 sup {
          display: block;
          position: static;
          margin: 0;
          font-size: 24px;
          font-size: 2.4rem;
          color: #000;
          padding-bottom: 10px; }
      body section.path .wrapper ul li {
        display: inline-block;
        padding-right: 40px;
        padding-bottom: 10px; }
        @media (max-width: 420px) {
          body section.path .wrapper ul li {
            padding-right: 20px; } }
        body section.path .wrapper ul li a {
          color: #000;
          border-color: #000;
          padding-bottom: 2px; }
          body section.path .wrapper ul li a:hover {
            border-color: transparent; }
          body section.path .wrapper ul li a.on {
            color: #636363;
            border-color: #636363; }
            body section.path .wrapper ul li a.on:hover {
              border-color: transparent; }
  body section .brown_rect_links {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: "Fira Sans"; }
    @media (max-width: 1366px) {
      body section .brown_rect_links {
        font-size: 25px;
        font-size: 2.5rem; } }
    @media (max-width: 420px) {
      body section .brown_rect_links {
        font-size: 25px;
        font-size: 2.5rem; } }
    body section .brown_rect_links li {
      display: block;
      width: calc(100% / 3 - 81px / 3);
      float: left;
      margin: 0 40px 40px 0; }
      body section .brown_rect_links li:nth-child(3n) {
        margin-right: 0; }

@media (max-width: 768px) and (min-width: 421px) {
  body section .brown_rect_links li {
    width: calc(100% / 2 - 41px / 2); }
    body section .brown_rect_links li:nth-child(3n) {
      margin-right: 40px; }
    body section .brown_rect_links li:nth-child(2n) {
      margin-right: 0px; } }
      @media (max-width: 420px) {
        body section .brown_rect_links li {
          width: auto;
          float: none;
          margin-right: 0px; } }
      body section .brown_rect_links li a {
        display: block;
        color: #000;
        border-color: transparent;
        background: #ededed;
        height: 450px;
        white-space: nowrap;
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 30px #fff;
        -moz-box-shadow: 0 0 30px #fff;
        box-shadow: 0 0 30px #fff;
        transition: box-shadow 0.3s ease-in-out;
        padding: 0 40px; }
        body section .brown_rect_links li a:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 100%; }
        body section .brown_rect_links li a > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle; }
        body section .brown_rect_links li a:hover {
          -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          background: #fff; }
        body section .brown_rect_links li a .news_container {
          width: 100%; }
        body section .brown_rect_links li a figure {
          height: 195px;
          margin: 0;
          color: #8c8c8c; }
        body section .brown_rect_links li a b {
          font-weight: 700;
          display: block; }
        body section .brown_rect_links li a time {
          color: #365999;
          padding-bottom: 30px;
          display: block;
          font-size: 28px;
          font-size: 2.8rem;
          background-position: right top;
          background-repeat: no-repeat;
          background-size: auto 35px; }
        @media (max-width: 1366px) {
          body section .brown_rect_links li a {
            height: 300px; } }
        @media (max-width: 420px) {
          body section .brown_rect_links li a {
            height: 300px; } }
    body section .brown_rect_links.news {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.3em; }
      body section .brown_rect_links.news li a {
        height: 350px; }
        @media (max-width: 1366px) {
          body section .brown_rect_links.news li a {
            height: 250px; } }
    body section .brown_rect_links.ta_left li a {
      text-align: left; }

body main {
  padding: 60px 0;
  overflow: hidden;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3em;
  font-family: "Fira Sans"; }
  @media (max-width: 1366px) {
    body main {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.6em; } }
  @media (max-width: 768px) {
    body main {
      padding: 30px 0; } }
  @media (max-width: 420px) {
    body main {
      font-size: 20px;
      font-size: 2rem; } }
  body main .wrapper {
    padding-left: 100px;
    padding-right: 100px; }
    @media (max-width: 1680px) {
      body main .wrapper {
        padding-left: 80px;
        padding-right: 80px; } }
    @media (max-width: 768px) {
      body main .wrapper {
        padding-left: 63px; } }
    @media (max-width: 420px) {
      body main .wrapper {
        padding-left: 0px; } }
    body main .wrapper h2 {
      font-size: 36px;
      font-size: 3.6rem;
      font-family: "Fira Sans";
      font-weight: 700;
      padding-bottom: 23px; }
    body main .wrapper h3 {
      font-family: "Fira Sans";
      font-weight: 300;
      font-size: 27px;
      font-size: 2.7rem;
      padding-bottom: 40px; }
      @media (max-width: 768px) {
        body main .wrapper h3 {
          padding-bottom: 20px;
          font-size: 30px;
          font-size: 3rem; } }
      @media (max-width: 420px) {
        body main .wrapper h3 {
          padding-bottom: 20px;
          font-size: 23px;
          font-size: 2.3rem; } }
    body main .wrapper p {
      margin-bottom: 30px; }
    body main .wrapper ul.line-ident {
      margin-bottom: 30px; }
      body main .wrapper ul.line-ident li {
        padding-left: 62px; }
        @media (max-width: 1366px) {
          body main .wrapper ul.line-ident li {
            padding-left: 42px; } }
        @media (max-width: 420px) {
          body main .wrapper ul.line-ident li {
            padding-left: 30px; } }
        body main .wrapper ul.line-ident li::before {
          content: "";
          display: block;
          width: 46px;
          height: 1px;
          margin: 15px 0 0 -62px;
          background: #365999;
          float: left; }
          @media (max-width: 1366px) {
            body main .wrapper ul.line-ident li::before {
              margin: 9px 0 0 -42px;
              width: 30px;
              height: 1px; } }
          @media (max-width: 420px) {
            body main .wrapper ul.line-ident li::before {
              margin: 15px 0 0 -32px;
              width: 20px;
              height: 1px; } }
    body main .wrapper ul.three_block li {
      width: calc(100% / 3 - 80px);
      float: left;
      margin-left: 80px;
      padding-top: 30px; }
      @media (max-width: 768px) {
        body main .wrapper ul.three_block li {
          width: auto;
          float: none;
          margin-left: 0; } }
      body main .wrapper ul.three_block li:first-child {
        margin-left: 0; }
      body main .wrapper ul.three_block li h3 {
        font-weight: 700;
        padding: 30px 0; }
    body main .wrapper ul.tablo {
      overflow: hidden;
      line-height: normal; }
      body main .wrapper ul.tablo li {
        width: 50%;
        float: left;
        font-size: 28px;
        font-size: 2.8rem;
        padding: 70px 0 0;
        box-sizing: border-box; }
        @media (max-width: 1366px) {
          body main .wrapper ul.tablo li {
            padding: 50px 0 0; } }
        @media (max-width: 768px) {
          body main .wrapper ul.tablo li {
            font-size: 25px;
            font-size: 2.5rem; } }
        @media (max-width: 1366px) {
          body main .wrapper ul.tablo li {
            font-size: 23px;
            font-size: 2.3rem; } }
        @media (max-width: 420px) {
          body main .wrapper ul.tablo li {
            float: none;
            width: auto;
            padding: 0 0 20px !important;
            border-bottom: 1px solid #e4e4e4;
            margin-bottom: 20px; }
            body main .wrapper ul.tablo li:last-child {
              margin: 0;
              padding: 0 !important;
              border: none; } }
        body main .wrapper ul.tablo li:first-child, body main .wrapper ul.tablo li:nth-child(2) {
          border-bottom: 1px solid #e4e4e4;
          padding: 0 0px 70px 0; }
          @media (max-width: 1366px) {
            body main .wrapper ul.tablo li:first-child, body main .wrapper ul.tablo li:nth-child(2) {
              padding: 0 0px 50px 0; } }
        body main .wrapper ul.tablo li:first-child, body main .wrapper ul.tablo li:nth-child(3) {
          padding-right: 20px; }
        body main .wrapper ul.tablo li b,
        body main .wrapper ul.tablo li strong {
          display: block;
          color: #365999;
          font-weight: 300;
          font-size: 50px;
          font-size: 5rem; }
          @media (max-width: 1366px) {
            body main .wrapper ul.tablo li b,
            body main .wrapper ul.tablo li strong {
              font-size: 40px;
              font-size: 4rem; } }
          @media (max-width: 768px) {
            body main .wrapper ul.tablo li b,
            body main .wrapper ul.tablo li strong {
              font-size: 25px;
              font-size: 2.5rem; } }
    body main .wrapper ul.path {
      font-family: latoregular; }
      body main .wrapper ul.path li {
        display: inline-block;
        padding-right: 40px; }
        @media (max-width: 768px) {
          body main .wrapper ul.path li {
            padding-bottom: 10px; } }
        @media (max-width: 420px) {
          body main .wrapper ul.path li {
            padding-right: 20px; } }
        body main .wrapper ul.path li a {
          color: #000;
          border-color: #000;
          padding-bottom: 2px; }
          body main .wrapper ul.path li a:hover {
            border-color: transparent; }
          body main .wrapper ul.path li a.on {
            color: #636363;
            border-color: transparent; }
      body main .wrapper ul.path.buttoned li {
        padding-right: 0px;
        padding-bottom: 15px;
        margin-right: 5px;
        margin-bottom: 5px; }
        body main .wrapper ul.path.buttoned li a {
          border: none;
          padding: 10px 15px;
          white-space: nowrap; }
          body main .wrapper ul.path.buttoned li a.on, body main .wrapper ul.path.buttoned li a:hover {
            background: #365999;
            color: #fff;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            border-radius: 10px; }
    body main .wrapper ol.bold {
      counter-reset: item;
      font-weight: 700;
      padding-left: 40px; }
      body main .wrapper ol.bold li {
        counter-increment: item;
        text-indent: -50px;
        padding-bottom: 40px; }
        @media (max-width: 768px) {
          body main .wrapper ol.bold li {
            padding-bottom: 20px; } }
        body main .wrapper ol.bold li:before {
          display: inline-block;
          width: 50px;
          padding-right: 0.5em;
          font-weight: bold;
          text-align: right;
          content: counter(item) "."; }
    body main .wrapper .right-block {
      float: right;
      width: 31.46067%;
      margin-left: 7.86517%; }
      @media (max-width: 768px) {
        body main .wrapper .right-block {
          width: auto;
          margin-left: 0;
          float: none;
          margin-bottom: 30px;
          overflow: hidden; } }
      body main .wrapper .right-block .brown-right-block {
        background: #ededed;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        padding: 50px 45px 25px;
        margin-bottom: 120px; }
        @media (max-width: 1366px) {
          body main .wrapper .right-block .brown-right-block {
            margin-bottom: 60px; } }
        @media (max-width: 768px) {
          body main .wrapper .right-block .brown-right-block {
            margin-bottom: 50px;
            padding: 35px 35px 25px; } }
        @media (max-width: 420px) {
          body main .wrapper .right-block .brown-right-block {
            padding: 30px 35px 10px; } }
        body main .wrapper .right-block .brown-right-block svg {
          color: #8c8c8c; }
          @media (max-width: 1366px) {
            body main .wrapper .right-block .brown-right-block svg {
              transform: scale(0.8); } }
      body main .wrapper .right-block a.with_icon {
        border-color: transparent;
        font-weight: 700;
        color: #000;
        margin-bottom: 130px;
        display: block; }
        body main .wrapper .right-block a.with_icon:last-child {
          margin-bottom: 0px; }

@media (max-width: 768px) and (min-width: 421px) {
  body main .wrapper .right-block a.with_icon {
    float: left;
    margin-bottom: 0px;
    margin-right: 50px; } }
        @media (max-width: 420px) {
          body main .wrapper .right-block a.with_icon {
            display: block;
            margin-bottom: 50px;
            margin-right: 0px; } }
        body main .wrapper .right-block a.with_icon span {
          border-bottom: 1px solid #b3b3b3;
          transition: border-color 0.3s ease-in-out; }
        body main .wrapper .right-block a.with_icon svg,
        body main .wrapper .right-block a.with_icon img {
          display: block;
          margin: auto;
          margin-bottom: 25px; }
        body main .wrapper .right-block a.with_icon:hover span {
          border-color: transparent; }
      body main .wrapper .right-block a.document:last-child {
        margin-bottom: 0; }
    body main .wrapper .container {
      overflow: hidden; }
  body main .persons {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0; }
    @media (max-width: 768px) {
      body main .persons {
        display: block; } }

@media (max-width: 1024px) and (orientation: landscape) {
  body main .persons {
    display: block; } }
    body main .persons .person {
      flex: 1 1 auto;
      width: calc(100 / 3 * 1%);
      margin: 50px 0; }
      @media (max-width: 1366px) {
        body main .persons .person {
          margin: 0 0 50px; } }
      @media (max-width: 1024px) {
        body main .persons .person {
          margin: 0 0 25px;
          padding: 25px 0;
          width: auto;
          border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
          body main .persons .person:last-child {
            border: none;
            margin-bottom: 0; } }
  body main .person {
    margin: 0; }
    body main .person figure {
      margin: 0px;
      text-align: center; }

@media (max-width: 768px) and (min-width: 421px) {
  body main .person figure {
    float: left; } }

@media (max-width: 1024px) and (orientation: landscape) {
  body main .person figure {
    float: left; } }
      body main .person figure a {
        border: none;
        color: #000; }
        body main .person figure a:hover figcaption b {
          border-bottom: 1px solid #000; }
      body main .person figure figcaption {
        font-weight: 700;
        margin-top: 30px; }

@media (max-width: 768px) and (min-width: 421px) {
  body main .person figure figcaption {
    margin-top: 10px; } }

@media (max-width: 1024px) and (orientation: landscape) {
  body main .person figure figcaption {
    margin-top: 10px; } }
      body main .person figure span {
        -webkit-border-radius: 135px;
        -moz-border-radius: 135px;
        -ms-border-radius: 135px;
        border-radius: 135px;
        overflow: hidden;
        width: 270px;
        height: 270px;
        display: inline-block;
        border: 5px solid #fff;
        width: 270px;
        height: 270px; }
        body main .person figure span:hover {
          -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 80px rgba(0, 0, 0, 0.3); }
        @media (max-width: 1366px) {
          body main .person figure span {
            width: 200px;
            height: 200px; } }
        @media (max-width: 768px) {
          body main .person figure span {
            width: 170px;
            height: 170px; } }

@media (max-width: 1024px) and (orientation: landscape) {
  body main .person figure span {
    width: 170px;
    height: 170px; } }
        body main .person figure span img {
          max-width: none;
          max-height: none;
          width: 270px;
          height: 270px; }
          @media (max-width: 1366px) {
            body main .person figure span img {
              width: 200px;
              height: 200px; } }
          @media (max-width: 768px) {
            body main .person figure span img {
              min-width: auto;
              min-height: auto;
              width: 170px;
              height: 170px; } }

@media (max-width: 1024px) and (orientation: landscape) {
  body main .person figure span img {
    min-width: auto;
    min-height: auto;
    width: 170px;
    height: 170px; } }
    body main .person i {
      display: block;
      font-style: normal;
      text-align: center;
      padding-top: 10px; }
    body main .person p {
      text-align: center;
      margin: 15px 0 0; }
      body main .person p a {
        border-color: transparent;
        display: inline-block;
        margin: 15px;
        color: #929292; }
        @media (max-width: 1366px) {
          body main .person p a {
            margin: 5px; } }
        @media (max-width: 1366px) {
          body main .person p a svg {
            transform: scale(0.8); } }
  body main h4 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    border-bottom: 3px solid #dddddd;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    @media (max-width: 420px) {
      body main h4 {
        font-size: 27px;
        font-size: 2.7rem; } }
  body main.brown-wrapper .wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #ededed;
    padding: 95px 120px; }
    @media (max-width: 1680px) {
      body main.brown-wrapper .wrapper {
        padding: 95px 80px; } }
    @media (max-width: 1366px) {
      body main.brown-wrapper .wrapper {
        padding: 60px 80px; } }
    @media (max-width: 768px) {
      body main.brown-wrapper .wrapper {
        padding: 45px 70px; } }
    @media (max-width: 420px) {
      body main.brown-wrapper .wrapper {
        padding: 30px 35px; } }
  body main.brown-wrapper.filter {
    padding-top: 0; }
    body main.brown-wrapper.filter .wrapper {
      -webkit-box-shadow: 0 20px 24px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 20px 24px rgba(0, 0, 0, 0.15);
      box-shadow: 0 20px 24px rgba(0, 0, 0, 0.15); }
      body main.brown-wrapper.filter .wrapper svg {
        color: #929292; }
      body main.brown-wrapper.filter .wrapper a {
        vertical-align: top;
        margin-top: 10px;
        display: inline-block;
        margin-left: 20px; }
      @media (min-width: 769px) {
        body main.brown-wrapper.filter .wrapper {
          padding-top: 40px;
          padding-bottom: 40px;
          padding-left: 100px;
          padding-right: 100px; } }
  @media (min-width: 769px) and (max-width: 1680px) {
    body main.brown-wrapper.filter .wrapper {
      padding-left: 80px;
      padding-right: 80px; } }
      @media (min-width: 769px) {
          body main.brown-wrapper.filter .wrapper .input {
            display: inline-block;
            width: auto;
            margin-bottom: 0;
            min-height: auto; } }
    @media (min-width: 769px) and (max-width: 1680px) {
      body main.brown-wrapper.filter .wrapper .input {
        font-size: 30px;
        font-size: 3rem; } }
    @media (min-width: 769px) and (max-width: 1366px) {
      body main.brown-wrapper.filter .wrapper .input {
        font-size: 25px;
        font-size: 2.5rem; } }
      @media (min-width: 769px) {
            body main.brown-wrapper.filter .wrapper .input label {
              display: inline-block; }
            body main.brown-wrapper.filter .wrapper .input select {
              min-width: 280px;
              margin-left: 20px;
              padding: 10px 30px;
              width: auto;
              display: inline-block; } }
      @media (min-width: 769px) and (max-width: 1366px) {
        body main.brown-wrapper.filter .wrapper .input select {
          min-width: 230px; } }
      @media (min-width: 769px) {
            body main.brown-wrapper.filter .wrapper .input:first-child {
              margin-right: 120px; } }
      @media (min-width: 769px) and (max-width: 1680px) {
        body main.brown-wrapper.filter .wrapper .input:first-child {
          margin-right: 70px; } }
      @media (min-width: 769px) and (max-width: 1366px) {
        body main.brown-wrapper.filter .wrapper .input:first-child {
          margin-right: 40px; } }
      @media (min-width: 769px) and (max-width: 1366px) {
        body main.brown-wrapper.filter .wrapper .input:first-child {
          margin-right: 20px; } }
      @media (min-width: 769px) {
            body main.brown-wrapper.filter .wrapper .input:last-child {
              float: right;
              text-align: right; } }
      @media (min-width: 769px) and (max-width: 768px) {
        body main.brown-wrapper.filter .wrapper .input:last-child {
          float: none; } }
      @media (min-width: 769px) {
              body main.brown-wrapper.filter .wrapper .input:last-child svg {
                color: #929292; }
              body main.brown-wrapper.filter .wrapper .input:last-child a {
                vertical-align: top;
                margin-top: 10px;
                display: inline-block;
                margin-left: 20px; } }
        @media (min-width: 769px) and (max-width: 1366px) {
          body main.brown-wrapper.filter .wrapper .input:last-child a {
            margin-left: 10px; } }
  body main .show-branch-map {
    border: none; }
    body main .show-branch-map svg {
      color: red;
      vertical-align: sub; }
    body main .show-branch-map span {
      color: #365999;
      font-weight: normal;
      transition: 0.3s ease;
      transition-property: color, border-color;
      text-decoration: none;
      border-bottom: 1px solid;
      border-color: #365999; }
      body main .show-branch-map span:hover, body main .show-branch-map span:focus {
        border-color: transparent; }
  body main.brown {
    background: #ededed; }
  body main.no-padding-bottom {
    padding-bottom: 50px; }
  body main.no-padding-bottom0 {
    padding-bottom: 0px; }
  body main.no-padding-top {
    padding-top: 0px; }
  body main .search_result li {
    padding-bottom: 20px; }
    body main .search_result li h3 {
      padding-bottom: 10px; }
      body main .search_result li h3 a {
        font-weight: bold; }
    body main .search_result li p {
      margin-bottom: 0; }

body footer {
  background: #f2f2f2;
  border-top: 1px solid #c2c2c2;
  padding: 70px 0 0px; }
  @media (max-width: 1680px) {
    body footer {
      padding: 60px 0 0px; } }
  @media (max-width: 420px) {
    body footer {
      padding: 30px 0 0px; } }
  body footer a {
    border-color: transparent !important; }
  body footer .row {
    overflow: hidden;
    padding-bottom: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: latoregular;
    /*@include media("<=Xwidescreen") {
    padding-bottom: 60px;
    @include rem-font-size(15px);
  }*/ }
    @media (max-width: 420px) {
      body footer .row {
        display: inline; } }
    body footer .row .ucdebir {
      float: left;
      width: calc(100% / 3);
      text-align: center; }
      body footer .row .ucdebir:last-child {
        text-align: right; }
        @media (max-width: 1680px) {
          body footer .row .ucdebir:last-child #meqa img {
            width: 134px;
            height: 68px; } }
        @media (max-width: 420px) {
          body footer .row .ucdebir:last-child #meqa img {
            width: 118px;
            height: 60px; } }
      body footer .row .ucdebir:first-child {
        text-align: left; }
        body footer .row .ucdebir:first-child b {
          display: block;
          font-size: 17px;
          font-size: 1.7rem;
          font-weight: normal; }
        body footer .row .ucdebir:first-child svg {
          color: #365999; }
        @media (max-width: 1680px) {
          body footer .row .ucdebir:first-child b {
            font-size: 12px;
            font-size: 1.2rem; }
          body footer .row .ucdebir:first-child svg {
            width: 125px;
            height: 32px; } }
      @media (max-width: 420px) {
        body footer .row .ucdebir {
          float: none;
          width: auto;
          text-align: center !important;
          height: auto !important;
          padding-bottom: 20px; } }
      body footer .row .ucdebir input {
        background: #d9d9d9 url("../images/svg-icons/Search.svg") right 30px center no-repeat;
        width: 515px;
        max-width: 100%;
        box-sizing: border-box;
        font-family: latolight;
        border-color: transparent; }
        body footer .row .ucdebir input::-webkit-input-placeholder {
          color: #000; }
        body footer .row .ucdebir input::-moz-placeholder {
          opacity: 1;
          color: #000; }
        body footer .row .ucdebir input:-moz-placeholder {
          color: #000; }
        body footer .row .ucdebir input:-ms-input-placeholder {
          color: #000; }
        body footer .row .ucdebir input.placeholder {
          color: #000; }
        body footer .row .ucdebir input:focus::-webkit-input-placeholder {
          color: transparent; }
        body footer .row .ucdebir input:focus::-moz-placeholder {
          opacity: 1;
          color: transparent; }
        body footer .row .ucdebir input:focus:-moz-placeholder {
          color: transparent; }
        body footer .row .ucdebir input:focus:-ms-input-placeholder {
          color: transparent; }
        body footer .row .ucdebir input:focus.placeholder {
          color: transparent; }
        @media (max-width: 768px) {
          body footer .row .ucdebir input {
            width: auto;
            background: #d9d9d9 url("../images/svg-icons/Search.svg") right 10px center no-repeat; } }
      body footer .row .ucdebir.sosial a {
        display: inline-block;
        margin-left: 35px; }
        body footer .row .ucdebir.sosial a:first-child {
          margin-left: 0px; }
        body footer .row .ucdebir.sosial a svg {
          color: #C5C6C6;
          transition: color 0.3s ease; }
        @media (max-width: 1366px) {
          body footer .row .ucdebir.sosial a {
            margin-left: 20px; }
            body footer .row .ucdebir.sosial a svg {
              width: 40px;
              height: 40px; } }
        @media (max-width: 1024px) {
          body footer .row .ucdebir.sosial a svg {
            width: 40px;
            height: 40px; } }
        @media (max-width: 420px) {
          body footer .row .ucdebir.sosial a svg {
            width: 30px;
            height: 30px; } }
        body footer .row .ucdebir.sosial a:hover svg {
          color: #365999; }
    body footer .row:last-child .ucdebir {
      height: 108px;
      white-space: nowrap; }
      body footer .row:last-child .ucdebir:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      body footer .row:last-child .ucdebir > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle; }

.slick-dots {
  position: absolute;
  right: 0;
  top: 0; }
  .slick-dots li {
    display: inline;
    margin-left: 30px; }
    @media (max-width: 1680px) {
      .slick-dots li {
        margin-left: 15px; } }
    .slick-dots li button {
      background: #e5e5e5;
      border: 1px solid #878787;
      width: 8px;
      height: 8px;
      font-size: 0px;
      font-size: 0rem;
      line-height: 0px;
      padding: 0;
      text-indent: -100px; }
    .slick-dots li.slick-active button {
      background: #878787; }

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

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

.padding_140 {
  padding-left: 100px;
  padding-right: 100px; }
  @media (max-width: 1680px) {
    .padding_140 {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (max-width: 768px) {
    .padding_140 {
      padding-left: 63px; } }
  @media (max-width: 420px) {
    .padding_140 {
      padding-left: 0px; } }

.document {
  display: inline-block;
  border: none;
  margin-bottom: 80px;
  font-family: "Fira Sans";
  font-size: 22px;
  font-size: 2.2rem; }
  @media (max-width: 1366px) {
    .document {
      margin-bottom: 40px; } }
  @media (max-width: 420px) {
    .document {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 40px; } }
  .document::before {
    content: url("../images/svg-icons/pdf.svg");
    display: block;
    width: 95px;
    height: 128px;
    margin-right: 45px;
    float: left; }
    @media (max-width: 1366px) {
      .document::before {
        width: 52px;
        height: 70px;
        margin-right: 20px; } }
    @media (max-width: 768px) {
      .document::before {
        width: 60px;
        height: 81px;
        margin-right: 15px; } }
    @media (max-width: 420px) {
      .document::before {
        width: 40px;
        height: 54px;
        margin-right: 15px; } }
  .document.doc::before {
    content: url("../images/svg-icons/doc.svg"); }
  .document span {
    display: block;
    overflow: hidden;
    padding-bottom: 2px;
    padding-right: 5px; }
    .document span i {
      color: #365999;
      font-style: normal;
      border-bottom: 1px solid #365999;
      transition: border-color 0.3s ease-in-out; }
    .document span span {
      color: #636363;
      border: none;
      display: block;
      font-size: 20px;
      font-size: 2rem;
      font-family: latolight;
      padding-top: 15px; }
      @media (max-width: 1366px) {
        .document span span {
          font-size: 20px;
          font-size: 2rem; } }
      @media (max-width: 768px) {
        .document span span {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media (max-width: 420px) {
        .document span span {
          padding-top: 5px;
          clear: both; } }
  .document:hover span i {
    border-color: transparent; }

.margin-bottom {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .margin-bottom {
      margin-bottom: 30px; } }

/*# sourceMappingURL=style.css.map */
