/* Minification failed. Returning unminified contents.
(3837,5): run-time error CSS1030: Expected identifier, found '.'
(3837,42): run-time error CSS1031: Expected selector, found ')'
(3837,42): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@charset "UTF-8";

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  min-width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
*:hover:before,
*:hover:after,
*:before,
*:after {
  text-decoration: underline !important;
}
*:hover:before,
*:hover:after,
*:before,
*:after {
  text-decoration: none !important;
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-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;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.15s;
}
.animated.delay-2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animated.delay-3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animated.delay-4 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.animated.delay-5 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.animated.delay-6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay-7 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
       transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes ld {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes ld {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@media print {
  body {
    padding-top: 0 !important;
  }
  .print-left-area {
    max-width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .box-small .inner {
    padding: 0 !important;
  }
  .table thead th,
  .table tbody th,
  .table thead td,
  .table tbody td {
    padding: 0 !important;
  }
}
html {
  font-size: 10px;
  line-height: normal;
  color: #222428;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  /*    height: -webkit-fill-available;*/
}
html.overflow-hidden {
  overflow: hidden;
}
html.logo-z10 .logo {
  z-index: 10;
}
html.logo-blue .logo g,
html.logo-blue .logo path {
  fill: #134fae !important;
}
body {
  color: #222428;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-right: 0 !important;
  overflow-x: hidden !important;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}
.img-fluid {
  max-width: 100%;
  height: auto !important;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background-color: #000000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 300ms opacity ease, 300ms visibility ease;
  -o-transition: 300ms opacity ease, 300ms visibility ease;
  transition: 300ms opacity ease, 300ms visibility ease;
}
.overlay.active {
  visibility: visible;
  opacity: 0.5;
}
.container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1250px), only screen and (max-width:991px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container {
  max-width: 1332px;
}
b,
strong {
  font-weight: bold !important;
}
.pointer-events-none {
  pointer-events: none;
}
/*.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
}*/
/*.reactLoad, .loadersvg {
    position: absolute;
    .align(absolute);
    width: 100px;
    height: 100px;
    background-size: contain;*/
/*    margin-top: 90px;*/
/*@media @tablet-mobile {
        width: 75px;
        height: 75px;*/
/*        margin-top: 45px;*/
/*}
}*/
.loadinggif {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*    .align(absolute);*/
}
.loadinggif img {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.opacity {
  opacity: 1 !important;
  -o-transition: opacity 120ms ease;
  -webkit-transition: opacity 120ms ease;
  transition: opacity 120ms ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.opacity-0 {
  opacity: 0;
}
.w-50 {
  max-width: 50%;
}
.border-radius {
  border-radius: 12px;
  overflow: hidden;
}
.border-radius-half {
  border-radius: 6px;
  overflow: hidden;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.skippy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.skippy a {
  color: #ffffff;
  background: #134fae;
}
p {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  /*letter-spacing: -0.18px;*/
  color: #162133;
  margin-bottom: 16px;
}
.color-blue {
  color: #134fae !important;
}
.color-blue:before,
.color-blue:after {
  color: #134fae !important;
}
.color-black {
  color: #000000 !important;
}
.color-yellow {
  color: #ffd300 !important;
}
.color-darkblue {
  color: #162133 !important;
}
.color-gray8a {
  color: #8a9ab4 !important;
}
.pt-150 {
  padding-top: 150px !important;
}
@media only screen and (max-width:991px) {
  .pt-150 {
    padding-top: 35px !important;
  }
}
p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-28 {
  font-size: 28px !important;
}
@media only screen and (max-width:991px) {
  .col-mobile .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 0 !important;
  }
}
.square {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  color: #ffffff;
  background: #134fae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
body.show-cookiebar {
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden !important;
}
.cookieBar {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2500;
}
.cookieBar-content {
  background-color: #134fae;
  color: #ffffff;
  font-family: 'Opet', sans-serif;
  max-width: 520px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 12px;
}
@media only screen and (min-width: 768px) {
  .cookieBar-content {
    max-width: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .cookieBar-content {
    max-width: calc(100% - 40px);
  }
}
.cookieBar-content-title {
  font-size: 22px;
  line-height: 1;
}
.cookieBar-content-desc {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.cookieBar-content-desc p {
  color: inherit;
  font: inherit;
}
.cookieBar-content-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-between !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .cookieBar-content-btns {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
}
.cookieBar-content-btns .btn-white {
  background-color: #ffffff;
  color: #134fae;
  font-size: 11px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media only screen and (min-width: 768px) {
  .cookieBar-content-btns .btn-white {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .cookieBar-content-btns .btn-white {
    padding: 6px;
    line-height: normal;
    min-width: auto;
    min-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cookieBar-content-btns .btn-white:hover {
  background-color: #ffd300;
}
.cookieBar-content-info {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  margin-top: 14px;
  opacity: 0.5;
}
.cookieBar-drawer {
  width: 100%;
  max-width: 657px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}
.cookieBar-drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.cookieBar-drawer-container {
  background-color: #134fae;
  color: #ffffff;
  font-family: 'Opet', sans-serif;
  width: 100%;
  height: 100%;
  padding: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden auto;
}
@media only screen and (max-width: 767px) {
  .cookieBar-drawer-container {
    padding: 20px;
  }
}
.cookieBar-drawer-container::-webkit-scrollbar {
  width: 5px;
}
.cookieBar-drawer-container::-webkit-scrollbar-track {
  background: transparent;
}
.cookieBar-drawer-container::-webkit-scrollbar-thumb {
  background: #133E81;
  border-radius: 4px;
}
.cookieBar-drawer-header {
  margin-bottom: 30px;
}
.cookieBar-drawer-header svg {
  width: 103px;
  height: auto;
  display: block;
}
.cookieBar-drawer-header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}
.cookieBar-drawer-header nav a:not(.cookieClose) {
  color: inherit;
  font-size: 12px;
  line-height: 20px;
  margin-right: 30px;
}
.cookieBar-drawer-header nav a:not(.cookieClose).active {
  color: #ffd300;
  text-decoration: underline;
}
.cookieBar-drawer-header nav a.cookieClose {
  color: inherit;
  font-size: 18px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .cookieBar-drawer-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
  }
  .cookieBar-drawer-header nav {
    width: 100%;
    margin-top: 20px;
  }
  .cookieBar-drawer-header nav a.cookieClose {
    position: absolute;
    top: 7px;
    right: 0;
  }
}
.cookieBar-drawer-body {
  font-size: 12px;
  line-height: 20px;
}
.cookieBar-drawer-body .fs-15 {
  font-size: 15px;
  display: block;
}
.cookieBar-drawer-body p {
  color: inherit;
  font: inherit;
  margin-bottom: 20px;
}
.cookieBar-drawer-body p a {
  color: inherit;
  display: block;
  margin-top: 10px;
}
.cookieBar-drawer-body .cookie-option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .cookieBar-drawer-body .cookie-option-item {
    gap: 50px;
  }
}
.cookieBar-drawer-body .cookieBar-content-btns,
.cookieBar-drawer-body .cookieBar-content-info {
  padding-left: 70px;
}
@media only screen and (min-width: 768px) {
  .cookieBar-drawer-body .cookieBar-content-btns,
  .cookieBar-drawer-body .cookieBar-content-info {
    padding-left: 100px;
  }
}
.cookieBar-drawer-body .cookieBar-content-btns {
  margin-top: 10px;
  -ms-flex-pack: flex-start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}
.cookieBar-drawer-body .cookieBar-content-btns a {
  -webkit-box-flex: 1;
      -ms-flex: auto 0 0px;
          flex: auto 0 0;
  padding-left: 15px;
  padding-right: 15px;
}
.cookieBar-drawer-body .cookieBar-content-info {
  margin-top: 30px;
}
.cookieBar-drawer .sub-drawer .cookieDrawerBack,
.cookieBar-drawer .sub-drawer .cookieClose {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}
.cookieBar-drawer .sub-drawer .sub-title {
  font-size: 22px;
  margin-top: 45px;
  margin-bottom: 20px;
}
.cookieBar-drawer .table {
  border-collapse: separate;
  min-width: 550px;
}
.cookieBar-drawer .table thead th {
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  height: auto;
  padding: 16px;
  border-top: 1px solid #ffffff;
  border-bottom: 0;
}
.cookieBar-drawer .table thead th:first-child {
  border-left: 1px solid #ffffff;
  border-top-left-radius: 12px;
}
.cookieBar-drawer .table thead th:last-child {
  border-right: 1px solid #ffffff;
  border-top-right-radius: 12px;
}
.cookieBar-drawer .table tbody tr td {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding: 10px 16px;
  border-top: 0;
}
.cookieBar-drawer .table tbody tr td:first-child {
  border-left: 1px solid #ffffff;
}
.cookieBar-drawer .table tbody tr td:last-child {
  border-right: 1px solid #ffffff;
}
.cookieBar-drawer .table tbody tr:last-child td {
  border-bottom: 1px solid #ffffff;
}
.cookieBar-drawer .table tbody tr:last-child td:first-child {
  border-left: 1px solid #ffffff;
  border-bottom-left-radius: 12px;
}
.cookieBar-drawer .table tbody tr:last-child td:last-child {
  border-right: 1px solid #ffffff;
  border-bottom-right-radius: 12px;
}
:is(.cookieBar-content, .cookieBar-drawer) a.d-inline {
  color: currentColor;
  text-decoration: underline;
}
.emptyTable {
  border-radius: 8px;
  background-color: #f3f5f9;
  background-size: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  padding-top: 155px;
  padding-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  line-height: normal;
}
@media only screen and (max-width:991px) {
  .emptyTable {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .femalePowerParent {
    overflow: auto;
  }
}
.femalePowerParent #femalePower {
  min-height: 600px;
  max-width: 1302px;
  min-width: 1302px;
  margin: 0 auto;
}
.highcharts-label {
  opacity: 1 !important;
}
.highcharts-text-outline {
  stroke-width: 0px !important;
}
.subpagecampaigns .box a.img-link {
  display: inline-block;
}
.subpagecampaigns .box .inner {
  padding: 15px 0 !important;
  margin-bottom: 35px !important;
}
.subpagecampaigns .box .inner h4 {
  margin-bottom: 0 !important;
  line-height: 1 !important;
}
.subpagecampaigns .box .inner h4 a {
  font-size: 20px !important;
  line-height: 1.6 !important;
  letter-spacing: -0.5px !important;
  color: #162133 !important;
}
.subpagecampaigns .box .inner .date {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #8a9ab4;
}
.subpagecampaigns .box .inner .tag {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.1px;
  color: #134fae;
  background-color: rgba(19, 79, 174, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 100px;
}
.collapse-wrapper {
  padding: 30px 0 30px 0;
  background-color: #0275d5;
}
.collapse-wrapper p {
  color: #fff !important;
}
.collapse-wrapper span.btn-collapse {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.collapse-wrapper span.btn-collapse:after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 24px;
  color: #ffffff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.collapse-wrapper span.btn-collapse:hover {
  text-decoration: none;
}
.collapse-wrapper span.btn-collapse.active:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.collapse-wrapper .collapse-content {
  padding-bottom: 24px;
}
.collapse-wrapper .collapse-content p {
  color: #fff !important;
}
.collapse-wrapper .collapse-content p:last-child {
  margin: 0;
}
.isHomePage .sticky-campaign {
  top: 13%;
}
@media only screen and (max-width:991px) {
  .isHomePage .sticky-campaign {
    top: auto;
  }
}
.sticky-campaign {
  position: fixed;
  top: 16%;
  right: 0;
  z-index: 99;
}
@media only screen and (max-width:991px) {
  .sticky-campaign {
    top: auto;
    bottom: 0;
    left: 0;
  }
}
.sticky-campaign a.sticky-campaign-btn {
  display: block;
  position: absolute;
  right: -63px;
  background-color: #FFD300;
  color: #134FAE;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 11px 71px 15px 20px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 275px;
  height: 63px;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  top: -63px;
}
@media only screen and (max-width:991px) {
  .sticky-campaign a.sticky-campaign-btn {
    top: auto;
    bottom: -63px;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: bottom 0.4s ease-in-out;
    -o-transition: bottom 0.4s ease-in-out;
    transition: bottom 0.4s ease-in-out;
  }
}
.sticky-campaign a.sticky-campaign-btn:before {
  content: "\e91b";
  font-family: "icomoon";
  right: 15px;
  position: absolute;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 20px;
}
.sticky-campaign a.sticky-campaign-btn.active {
  right: 0;
}
@media only screen and (max-width:991px) {
  .sticky-campaign a.sticky-campaign-btn.active {
    bottom: 0;
  }
}
.sticky-campaign a.sticky-campaign-btn:hover {
  text-decoration: none;
}
.sticky-campaign .sticky-campaign-box {
  display: block;
  position: absolute;
  right: -433px;
  background-color: #FFF;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 433px;
  -webkit-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  top: 0;
}
@media only screen and (max-width:991px) {
  .sticky-campaign .sticky-campaign-box {
    top: auto;
    bottom: -400px;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: bottom 0.4s ease-in-out;
    -o-transition: bottom 0.4s ease-in-out;
    transition: bottom 0.4s ease-in-out;
  }
}
.sticky-campaign .sticky-campaign-box.active {
  right: 0;
}
@media only screen and (max-width:991px) {
  .sticky-campaign .sticky-campaign-box.active {
    bottom: 0;
  }
}
.sticky-campaign .sticky-campaign-box a.sticky-campaign-box-close {
  position: absolute;
  top: 15px;
  right: 23px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sticky-campaign .sticky-campaign-box a.sticky-campaign-box-close:hover {
  text-decoration: none;
}
.sticky-campaign .sticky-campaign-box a.sticky-campaign-box-close i {
  color: #134FAE;
  font-size: 14px;
  font-weight: bold;
}
.sticky-campaign .sticky-campaign-box .sticky-campaign-box-app img {
  margin-bottom: 15px;
}
.sticky-campaign .sticky-campaign-box .sticky-campaign-box-app a.download-app {
  display: block;
  color: #fff;
  background-color: #134FAE;
  border-radius: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  width: 100%;
  padding: 13px 0;
  text-align: center;
}
.sticky-campaign .sticky-campaign-box .sticky-campaign-box-app a.download-app:hover {
  text-decoration: none;
}
.sticky-campaign .sticky-campaign-box .sticky-campaign-box-text {
  margin-bottom: auto;
}
.sticky-campaign .sticky-campaign-box .sticky-campaign-box-text span {
  color: #162133;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}
.sticky-campaign .sticky-campaign-box .sticky-campaign-box-text h3 {
  color: #134FAE;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}
.sticky-campaign .sticky-campaign-box .sticky-campaign-box-text p {
  color: #162133;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}
.desktop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .desktop-menu {
    display: none;
  }
}
.desktop-menu nav {
  margin-left: 7px;
  margin-right: 62px;
}
@media only screen and (max-width: 1400px) {
  .desktop-menu nav {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .desktop-menu nav {
    margin-right: 20px;
  }
}
.desktop-menu nav .menu-item {
  margin-left: 40px;
  display: none;
}
.desktop-menu nav .menu-item.show-in-menu {
  display: block;
}
@media only screen and (max-width: 1400px) {
  .desktop-menu nav .menu-item {
    margin-left: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .desktop-menu nav .menu-item.hover > a:after {
    display: block;
  }
  .desktop-menu nav .menu-item.hover .sub-menu {
    display: block;
  }
}
.desktop-menu nav .menu-item > a {
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: -0.1px;
  color: #ffffff;
  text-decoration: none;
  height: 48px;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .desktop-menu nav .menu-item > a {
    font-size: 1.6rem;
  }
}
.desktop-menu nav .menu-item > a br {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .desktop-menu nav .menu-item > a br {
    display: block;
  }
}
.desktop-menu nav .menu-item > a:hover:before {
  width: 200%;
  z-index: 10;
  left: -50%;
}
.desktop-menu nav .menu-item > a:before {
  content: '';
  position: absolute;
  bottom: -15px;
  height: 35px;
  width: 100%;
}
.desktop-menu nav .menu-item > a:after {
  content: '';
  display: none;
  position: absolute;
  border: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  left: 50%;
}
.desktop-menu nav .menu-item .sub-menu {
  padding-top: 10px;
  position: absolute;
  max-width: 1300px;
  width: calc(100% - 64px);
  right: 32px;
  top: 85px;
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .desktop-menu nav .menu-item .sub-menu {
    max-width: calc(100% - 32px);
    right: 16px;
  }
}
.desktop-menu nav .menu-item .sub-menu .row {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 24px 8px 24px 8px;
  margin: 0;
}
.desktop-menu nav .menu-item .sub-menu-ul {
  margin-bottom: 25px;
  padding-top: 9px;
  border-top: 2px solid #f3f5f9;
}
.desktop-menu nav .menu-item .sub-menu-ul li a:not(.btn) {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.14;
  color: #162133;
  padding-top: 8px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desktop-menu nav .menu-item .sub-menu .title {
  margin-bottom: 14px;
}
.desktop-menu nav .menu-item .sub-menu .title a {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #134fae;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desktop-menu nav .menu-item .sub-menu .has-children .title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #134fae;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desktop-menu nav .menu-item .sub-menu .has-children .menu-button {
  display: none;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign {
  width: 290px;
  background: #f3f5f9;
  margin-bottom: 16px;
  border-radius: 4px;
  position: relative;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign:last-child {
  margin-bottom: 0;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign img {
  width: 48px;
  margin-top: 0;
  margin-bottom: auto;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign a.campaign-area {
  /*h3 {
                                        color: #ED7C23;
                                    }*/
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign a.campaign-area:before {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  right: 8px;
  font-size: 36px;
  color: #134FAE;
  font-style: normal;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.fasty {
  background-color: transparent;
  /*h3 {
                                    color: #ED7C23;
                                }*/
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.fasty .campaign-area {
  /*background: rgba(255, 183, 27, 0.20);*/
  padding: 16px 20px;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.fasty p {
  color: #162133;
  margin: 0;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.fasty a {
  background: rgba(255, 183, 27, 0.2);
  background-image: url('/_assets/img/fasty-bg.png');
  background-size: cover;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.fasty img {
  margin: 0;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.fasty img.fasty-logo {
  width: 41px;
  margin-bottom: 8px;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.utts-menu {
  background-color: transparent;
  /*h3 {
                                    color: #ED7C23;
                                }*/
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.utts-menu .campaign-area {
  background-color: rgba(237, 124, 35, 0.12);
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.utts-menu p {
  color: #162133;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.utts-menu a {
  background-color: #ED7C23;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.utts-menu a:hover {
  border: 1px solid #ed6c07 !important;
  background-color: #ed6c07 !important;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.call-menu {
  background-color: transparent;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.call-menu .campaign-area {
  background: rgba(255, 211, 0, 0.15);
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.call-menu h3 {
  color: #134FAE;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.call-menu p {
  color: #162133;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.call-menu a {
  background-color: #FFD300;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.call-menu a:hover {
  background-color: #ffdc33 !important;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.ultrarace a,
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.all-campaigns a {
  color: #0275D5;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.ultrarace a:hover,
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-menu-campaign.all-campaigns a:hover {
  text-decoration: underline;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-dots {
  position: absolute;
  left: 32px;
  bottom: 24px;
  margin: 0;
}
.desktop-menu nav .menu-item .sub-menu .col-campaign .slick-dots li:before {
  background-color: #134fae;
}
.desktop-menu nav .menu-item .sub-menu .campaign-area {
  /*                        width: 257px;*/
  background: #f3f5f9;
  padding: 10px 20px;
  border-radius: 4px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .desktop-menu nav .menu-item .sub-menu .campaign-area {
    padding: 32px 20px;
  }
}
.desktop-menu nav .menu-item .sub-menu .campaign-area i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6.4rem;
  margin-bottom: 10px;
}
.desktop-menu nav .menu-item .sub-menu .campaign-area i .path1:before {
  color: transparent;
}
.desktop-menu nav .menu-item .sub-menu .campaign-area h3 {
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: -0.1px;
  color: #162133;
  margin-bottom: 0;
}
.desktop-menu nav .menu-item .sub-menu .campaign-area p {
  opacity: 0.64;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.18px;
  color: #162133;
  margin-bottom: 8px;
}
.desktop-menu nav .menu-item .sub-menu .campaign-area .half-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop-menu nav .menu-item .sub-menu .campaign-area .half-btn a.btn {
  padding: 0px;
  min-width: 50%;
}
.mobile-menu {
  display: none;
}
.mobile-menu.mobilemenu-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu .menu {
  display: none !important;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 64px);
  background-color: #134fae;
  margin-left: 0;
}
.mobile-menu .menu-ul {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 90px;
  width: 100vw;
  overflow: auto;
  margin-bottom: 30px;
}
.mobile-menu .menu-ul .menu-item {
  margin-left: 24px;
  position: relative;
  width: calc(100% - 48px);
  display: block;
}
.mobile-menu .menu-ul .menu-item.has-children:before {
  content: "\e900" !important;
  font-size: 2rem;
  right: 0px;
  font-family: "icomoon";
  color: #ffffff;
  line-height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 2px;
}
.mobile-menu .menu-ul .menu-item.open {
  margin-top: -3px;
}
.mobile-menu .menu-ul .menu-item.open .back-menu,
.mobile-menu .menu-ul .menu-item.open .back-submenu {
  padding-left: 24px;
}
.mobile-menu .menu-ul .menu-item.open .back-menu:before,
.mobile-menu .menu-ul .menu-item.open .back-submenu:before {
  content: "\e91b" !important;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 50%;
  font-weight: normal;
  font-family: "icomoon";
  color: white;
  line-height: 20px;
  /* -webkit-transform: translateY(-50%); */
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0px;
}
.mobile-menu .menu-ul .menu-item.open .back-menu:after,
.mobile-menu .menu-ul .menu-item.open .back-submenu:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu .menu-ul .menu-item.open > a,
.mobile-menu .menu-ul .menu-item.open .thirdmenu-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  opacity: 0.5;
  padding-left: 24px;
  position: relative;
}
.mobile-menu .menu-ul .menu-item.open .sub-menu {
  display: block;
}
.mobile-menu .menu-ul .menu-item.utts-color a {
  color: #ED7C23;
}
.mobile-menu .menu-ul .menu-item > a {
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: -0.1px;
  color: #ffffff;
  text-decoration: none;
  height: 48px;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.mobile-menu .menu-ul .menu-item .sub-menu {
  display: none;
  width: 100vw;
  left: -24px;
  right: 0;
  padding-top: 0;
  margin-top: 10px;
  /*                    height: calc(~'100vh - 350px');*/
  overflow-y: auto;
  position: relative;
  top: 0;
}
.mobile-menu .menu-ul .menu-item .sub-menu .row {
  padding: 0px 8px 24px 8px;
  margin: 0;
  background-color: #134fae;
  border-radius: 0;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  z-index: 10;
  padding-top: 0px;
}
.mobile-menu .menu-ul .menu-item .sub-menu ul {
  display: none;
  /*  border-top: none;
                        padding-top: 0;*/
}
.mobile-menu .menu-ul .menu-item .sub-menu ul li a:not(.btn) {
  padding-top: 8px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  height: 48px;
  margin-bottom: 0;
  font-weight: 600;
  padding: 0;
  color: #ffffff;
  line-height: 1.56;
}
.mobile-menu .menu-ul .menu-item .sub-menu .title {
  position: relative;
  margin-bottom: 0;
}
.mobile-menu .menu-ul .menu-item .sub-menu .title.open + ul {
  display: block !important;
}
.mobile-menu .menu-ul .menu-item .sub-menu .title a {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  color: #ffffff;
  font-size: 1.8rem;
  position: relative;
  letter-spacing: normal;
  margin-bottom: 0px;
  padding-bottom: 0;
  height: 48px;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  text-decoration: none;
}
.mobile-menu .menu-ul .menu-item .sub-menu .has-children .title a:before {
  content: "\e900" !important;
  font-size: 2rem;
  right: 0px;
  font-weight: normal;
  font-family: "icomoon";
  color: #ffffff;
  line-height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 2px;
}
.mobile-menu .menu-ul .menu-item .sub-menu .has-children .menu-button {
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
  height: 48px;
  cursor: pointer;
}
.mobile-menu .menu-ul .menu-item .sub-menu .col-campaign {
  display: none;
}
.mobile-menu .menu-ul .menu-item .sub-menu .col-campaign .slick-menu-campaign {
  height: 370px;
  width: 290px;
  background: #f3f5f9;
}
.mobile-menu .menu-ul .menu-item .sub-menu .col-campaign .slick-dots {
  position: absolute;
  left: 32px;
  bottom: 24px;
  margin: 0;
}
.mobile-menu .menu-ul .menu-item .sub-menu .col-campaign .slick-dots li:before {
  background-color: #134fae;
}
.mobile-menu .menu-ul .menu-item .sub-menu .campaign-area {
  width: 257px;
  background: #f3f5f9;
  padding: 32px;
  border-radius: 4px;
  height: 100%;
}
.mobile-menu .menu-ul .menu-item .sub-menu .campaign-area i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6.4rem;
  margin-bottom: 10px;
}
.mobile-menu .menu-ul .menu-item .sub-menu .campaign-area i .path1:before {
  color: transparent;
}
.mobile-menu .menu-ul .menu-item .sub-menu .campaign-area h3 {
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: -0.1px;
  color: #162133;
  margin-bottom: 5px;
}
.mobile-menu .menu-ul .menu-item .sub-menu .campaign-area p {
  opacity: 0.64;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.18px;
  color: #162133;
  margin-bottom: 20px;
}
.mobile-menu.submenu-open .has-children:before {
  display: none;
}
.mobile-menu.thirdmenu-open .back-menu {
  display: none !important;
}
.mobile-menu.thirdmenu-open .has-children:before {
  display: none;
}
.mobile-menu.thirdmenu-open nav > ul > li .open > a {
  display: none;
}
.mobile-menu.thirdmenu-open nav > ul > li .open .thirdmenu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu.thirdmenu-open nav > ul > li .open .thirdmenu-title + ul {
  display: block;
}
.mobile-menu.thirdmenu-open .sub-menu .title {
  display: none;
}
.mobile-menu.mobilemenu-show nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.mobile-menu.mobilemenu-show .search-box {
  display: block !important;
  position: absolute;
  top: 88px;
  left: 23px;
  width: calc(100% - 46px);
}
.mobile-menu .mobile-campaign {
  display: none;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f5f9;
  padding: 24px;
  display: block;
}
.mobile-menu .mobile-campaign h3 {
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: -0.1px;
  color: #162133;
  margin-bottom: 5px;
}
.mobile-menu .mobile-campaign .slick-dots li:before {
  background-color: #134fae;
}
.mobile-menu .mobile-campaign img {
  height: 48px;
}
.mobile-menu.submenu-open nav > ul {
  overflow: hidden;
}
.mobile-menu.submenu-open nav > ul .sub-menu {
  overflow: auto;
  height: calc(100vh - 220px);
}
.mobile-menu.submenu-open nav > ul > li:not(.open) {
  display: none;
}
.mobile-menu.submenu-open .mobile-campaign {
  display: none;
}
.header {
  position: fixed;
  z-index: 1001;
  top: 0;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header {
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    z-index: 1001;
  }
}
.header-body {
  height: 113px;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header-body {
    height: 64px;
    background-color: #134fae;
  }
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .logo svg {
    height: 28px;
    margin-left: -21px;
  }
}
.header .user-menu {
  margin-left: 16px;
  border-radius: 8px;
  background-color: #ffd300;
  position: relative;
  cursor: pointer;
  -o-transition: background-color 120ms ease;
  -webkit-transition: background-color 120ms ease;
  transition: background-color 120ms ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu {
    width: auto;
    padding: 0;
    height: auto;
    background-color: transparent;
    margin-right: 16px;
    white-space: nowrap;
    margin-left: 0;
    position: inherit;
  }
  .header .user-menu .avatar {
    border: solid 2px rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 36px;
    height: 36px;
  }
}
.header .user-menu.open {
  border-radius: 8px 8px 0 0;
}
.header .user-menu.open .user-menu-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu.open .user-menu-sub {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    padding: 80px 15px 20px 15px;
    z-index: 1;
    /*background: @color-yellow;*/
  }
  .header .user-menu.open .user-menu-sub .mobile-half {
    width: 50%;
  }
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu.open .user-menu-sub-parent {
    height: calc(100vh - 100px);
  }
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu.open .user-menu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  .header .user-menu:hover,
  .header .user-menu:focus {
    border-radius: 8px 8px 0 0;
  }
  .header .user-menu:hover .user-menu-sub,
  .header .user-menu:focus .user-menu-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .user-menu-link {
  padding: 0px 16px;
  width: 192px;
  height: 48px;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .header .user-menu-link:hover,
  .header .user-menu-link:focus {
    background-color: #ffdf4b;
    border-radius: 8px 8px 0 0;
  }
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu-link {
    width: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 345px) {
  .header .user-menu-link {
    max-width: 125px;
  }
}
.header .user-menu-text .title {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  color: #134fae;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu-text .title {
    color: #ffffff;
  }
}
.header .user-menu-text .text {
  opacity: 0.64;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #134fae;
  letter-spacing: 0.16px;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu-text .text {
    color: #ffffff;
  }
}
.header .user-menu .avatar {
  margin-right: 10px;
  position: relative;
}
@media only screen and (max-width: 345px) {
  .header .user-menu .avatar {
    margin-right: 5px;
  }
}
.header .user-menu .avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.header .user-menu .avatar .badge {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #e30002;
  position: absolute;
  line-height: 12px;
  font-size: 1rem;
  color: #ffffff;
  top: -3px;
  right: -3px;
}
.header .user-menu-close {
  position: absolute;
  right: 15px;
  z-index: 10;
  display: none;
  text-decoration: none;
}
.header .user-menu-close em {
  font-size: 24px;
}
.header .user-menu-close em:before {
  color: #134fae;
}
.header .user-menu-sub {
  width: 100%;
  position: absolute;
  top: 100%;
  overflow: hidden;
  border-radius: 0px 0px 12px 12px;
  display: none;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu-sub {
    border-radius: 0px;
    overflow-y: auto;
  }
  .header .user-menu-sub:before {
    content: '';
    height: 64px;
    z-index: 11;
    background: #ffd300;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
  }
  .header .user-menu-sub:after {
    content: '';
    height: 100vh;
    z-index: -1;
    background: #ffd300;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
  }
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu-sub .user-menu-top {
    background-color: #ffffff;
    border-radius: 6px;
    margin-bottom: 16px;
  }
  .header .user-menu-sub .user-menu-top .user-menu-item {
    height: auto;
    margin-bottom: 0;
  }
  .header .user-menu-sub .user-menu-top .user-menu-item:after {
    display: none;
  }
}
.header .user-menu-sub .user-menu-top-links {
  display: none;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu-sub .user-menu-top-links {
    border-top: 1px solid #f3f5f9;
    display: block;
    padding: 10px 0px;
  }
  .header .user-menu-sub .user-menu-top-links li a {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #134fae;
    padding: 14px 20px;
    display: block;
    position: relative;
    text-decoration: none;
  }
  .header .user-menu-sub .user-menu-top-links li a:after {
    content: "\e900";
    font-family: "icomoon";
    right: 10px;
    font-size: 24px;
    color: #134fae;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
  }
  .header .user-menu-sub .user-menu-top-links .sub-menu ul {
    display: none;
    padding-left: 30px;
  }
  .header .user-menu-sub .user-menu-top-links .sub-menu ul li a {
    padding-top: 0;
  }
  .header .user-menu-sub .user-menu-top-links .sub-menu.active ul {
    display: block;
  }
  .header .user-menu-sub .user-menu-top-links .sub-menu.active > a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
  }
}
@media only screen and (max-width:991px) {
  .header .user-menu-sub .user-menu-bottom .user-menu-item {
    height: 160px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .header .user-menu-sub .user-menu-bottom .user-menu-item .title {
    white-space: normal;
    text-align: center;
    line-height: 1.5;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .user-menu-sub .user-menu-bottom .user-menu-item .avatar {
    margin-bottom: 10px;
    min-width: 48px;
    min-height: 48px;
    margin-right: 0;
  }
  .header .user-menu-sub .user-menu-bottom .user-menu-item:after {
    display: none;
  }
}
.header .user-menu-sub .user-menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  background-color: #ffd300;
  -o-transition: background-color 120ms ease;
  -webkit-transition: background-color 120ms ease;
  transition: background-color 120ms ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  border-radius: 0;
}
.header .user-menu-sub .user-menu-item:hover,
.header .user-menu-sub .user-menu-item:focus {
  background-color: #ffdf4b !important;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu-sub .user-menu-item:hover,
  .header .user-menu-sub .user-menu-item:focus {
    background-color: #ffd300;
    opacity: 0.8;
  }
}
.header .user-menu-sub .user-menu-item .avatar {
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu-sub .user-menu-item .avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: #dfe4ec;
  }
}
.header .user-menu-sub .user-menu-item .avatar em {
  font-size: 16px;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu-sub .user-menu-item .avatar em {
    font-size: 24px;
  }
}
.header .user-menu-sub .user-menu-item .avatar em:before {
  color: #134fae;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .user-menu-sub .user-menu-item {
    background-color: #ffffff;
    height: 90px;
    margin-bottom: 16px;
    border-radius: 6px;
    padding: 16px;
  }
  .header .user-menu-sub .user-menu-item .text,
  .header .user-menu-sub .user-menu-item .title {
    color: #134fae;
    font-size: 18px;
    font-weight: 600;
  }
  .header .user-menu-sub .user-menu-item:after {
    content: "\e900";
    font-family: "icomoon";
    right: 10px;
    font-size: 24px;
    color: #134fae;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.header .hamburger {
  display: none;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .hamburger-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
}
.header .search-box {
  width: 325px;
  position: relative;
  /*  @media @tablet-horizontal {
            width: 240px;
        }*/
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .header .search-box {
    width: 48px;
  }
  .header .search-box input {
    display: none;
  }
  .header .search-box input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent !important;
    font-size: "14px";
    font-weight: 300;
    letter-spacing: 0.6px;
  }
  .header .search-box input::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent !important;
    font-size: "14px";
    font-weight: 300;
    letter-spacing: 0.6px;
  }
  .header .search-box input:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent !important;
    font-weight: 300;
    font-size: "14px";
    letter-spacing: 0.6px;
  }
  .header .search-box input:-moz-placeholder {
    /* Firefox 18- */
    color: transparent !important;
    font-weight: 300;
    font-size: "14px";
    letter-spacing: 0.6px;
  }
}
.header .search-box label.error {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-weight: bold;
  background: #ffffff;
  padding: 4px 3px 4px 30px;
  border-radius: 3px;
}
.header .search-box label.error:before {
  left: 8px;
}
.header .search-box label.error:after {
  top: 4px;
  left: 8px;
  font-weight: normal;
}
@media only screen and (max-width:991px) {
  .header .search-box {
    display: none;
  }
}
.mobile-menu-show .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 88px;
  left: 23px;
  width: calc(100% - 46px);
}
.search-box input {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  color: #ffffff;
  width: 100%;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
.search-box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: "14px";
  font-weight: 300;
  letter-spacing: 0.6px;
}
.search-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: "14px";
  font-weight: 300;
  letter-spacing: 0.6px;
}
.search-box input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.6) !important;
  font-weight: 300;
  font-size: "14px";
  letter-spacing: 0.6px;
}
.search-box input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6) !important;
  font-weight: 300;
  font-size: "14px";
  letter-spacing: 0.6px;
}
.search-box input::-ms-clear {
  display: none;
}
@media only screen and (max-width:991px) {
  .search-box input {
    font-size: 1.6rem;
  }
}
.search-box .search-button,
.search-box .search-tablet {
  position: absolute;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  text-decoration: none;
}
.search-box .search-button em,
.search-box .search-tablet em {
  font-size: 1.6rem;
}
.search-box .search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .search-box .search-button {
    display: none;
  }
}
.search-box .search-tablet {
  height: 48px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  position: relative;
  display: none;
  /*@media @tablet-horizontal {
            .flex();
        }*/
}
@media only screen and (max-width:991px) {
  .section.footer {
    padding-bottom: 0 !important;
  }
}
.footer {
  background-color: #162133;
  color: #ffffff;
  position: relative;
}
@media only screen and (max-width:991px) {
  .footer {
    padding-bottom: 0px !important;
    padding-top: 32px !important;
  }
}
.footer .fp-tableCell {
  vertical-align: bottom;
}
.footer-top {
  border-bottom: 1px solid rgba(223, 228, 236, 0.16);
  padding-bottom: 24px;
  margin-bottom: 24px;
  padding-top: 30px;
}
@media only screen and (max-width:991px) {
  .footer-top {
    margin-bottom: 32px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-bottom: 22px;
    padding-top: 0;
  }
}
@media only screen and (max-width:991px) {
  .footer-top .footer-phone {
    margin-bottom: 32px;
    /*
                img {
                    height: 48px;
                }*/
  }
}
.footer-top .footer-logos a:not(:last-child) {
  margin-right: 48px;
}
@media only screen and (max-width:991px) {
  .footer-top .footer-logos {
    border-top: 1px solid rgba(223, 228, 236, 0.16);
    padding-top: 24px;
    width: 100%;
    -ms-flex-pack: space-around !important;
    justify-content: space-around !important;
  }
  .footer-top .footer-logos a {
    margin-right: 0 !important;
  }
  .footer-top .footer-logos img.turkish-opet {
    height: 13px !important;
    width: auto !important;
  }
  .footer-top .footer-logos img.opet-fuchs {
    width: auto !important;
    height: 26px !important;
  }
  .footer-top .footer-logos img.sunpet {
    width: auto !important;
    height: 24px !important;
  }
}
.footer-center {
  padding-bottom: 45px;
}
@media only screen and (max-width:991px) {
  .footer-center {
    text-align: center;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width:991px) {
  .footer-center .title-links {
    border-bottom: 1px solid rgba(223, 228, 236, 0.16);
    padding-bottom: 32px;
    margin-bottom: 26px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.footer-center .title-links .title:last-child {
  margin-bottom: 0;
}
.footer-center ul.sublinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:991px) {
  .footer-center ul.sublinks {
    display: none;
  }
}
.footer-center ul.sublinks li a {
  font-size: 14px;
  line-height: 1.71;
  color: #ffffff;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer a.title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 32px;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
@media only screen and (max-width:991px) {
  .footer a.title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
    margin-bottom: 16px;
  }
}
.footer-bottom {
  background-color: #134fae;
  width: 100%;
  padding: 30px 0;
  margin-top: auto;
}
@media only screen and (max-width:991px) {
  .footer-bottom {
    text-align: center;
    padding-top: 34px !important;
  }
}
.footer-bottom-logo {
  margin-right: 35px;
}
@media only screen and (max-width:991px) {
  .footer-bottom-logo {
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width:991px) {
  .footer-bottom-links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .footer-bottom-links {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width:991px) {
  .footer-bottom-links li {
    margin-right: 0 !important;
    margin-bottom: 16px;
  }
  .footer-bottom-links li:last-child {
    margin-bottom: 0;
  }
}
.footer-bottom-links li:not(:last-child) {
  margin-right: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .footer-bottom-links li:not(:last-child) {
    margin-right: 16px;
  }
}
.footer-bottom-links li a {
  font-size: 13px;
  line-height: 1.85;
  color: #ffffff;
}
.footer-bottom p.copyright {
  opacity: 0.64;
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width:991px) {
  .footer-applinks {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .footer-applinks a {
    padding: 0 4px;
    margin: 0 !important;
  }
  .footer-applinks a img {
    height: 40px;
  }
}
@media only screen and (max-width:991px) {
  .footer-sosyal {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 36px;
  }
}
.footer-sosyal a {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
@media only screen and (max-width:991px) {
  .footer-sosyal a {
    width: 40px;
    height: 40px;
  }
}
.footer-sosyal a + a {
  margin-left: 8px;
}
@media only screen and (max-width:991px) {
  .footer-sosyal a + a {
    margin-left: 16px;
  }
}
.footer-sosyal a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.footer-sosyal i {
  font-size: 24px;
  color: #ffffff;
}
@media only screen and (max-width:991px) {
  .footer-sosyal i {
    font-size: 16px;
  }
}
.footer p {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: -0.2px;
  color: rgba(255, 255, 255, 0.64);
}
@media only screen and (max-width:991px) {
  .footer p {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.footer-blue {
  background-color: #134fae;
}
.footer-blue .footer-info {
  background-color: #0B439C;
  padding: 20px 0 25px 0;
}
.footer-blue .footer-info p {
  color: #C7CCD5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.footer-blue .footer-bottom {
  background-color: #ffffff;
}
.footer-blue .footer-bottom-links li a {
  color: #162133;
}
.footer-blue .footer-bottom .copyright {
  color: rgba(22, 33, 51, 0.6);
}
.footer-blue .footer-sosyal a {
  border: 1px solid #f7f7f7;
  -o-transition: background-color 120ms ease;
  -webkit-transition: background-color 120ms ease;
  transition: background-color 120ms ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.footer-blue .footer-sosyal a:hover {
  background-color: #134fae;
}
.footer-blue .footer-sosyal a:hover i:before {
  color: #ffffff;
}
.footer-blue .footer-sosyal i:before {
  color: #162133;
}
.isHomePage {
  /*.fp-tableCell {
        padding-bottom: 112px;
    }*/
}
.isHomePage .section {
  background-color: #134fae;
  padding-top: 120px !important;
  padding-bottom: 50px !important;
}
@media only screen and (max-width:991px) {
  .isHomePage .section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.isHomePage .homeCarousel {
  opacity: 0;
}
.isHomePage .homeCarousel.tns-slider {
  opacity: 1;
}
.isHomePage .title-block {
  margin-bottom: 32px;
}
@media only screen and (max-width:991px) {
  .isHomePage .title-block {
    margin-bottom: 24px;
  }
}
.isHomePage .title-block a.more {
  color: #ffffff;
}
.isHomePage h2,
.isHomePage .h2,
.isHomePage h2 a,
.isHomePage .h2 a {
  font-size: 2.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  font-family: 'Opet';
  letter-spacing: -0.7px;
  color: #ffffff;
}
.isHomePage h3,
.isHomePage .h3,
.isHomePage h3 a,
.isHomePage .h3 a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.5px;
  color: #162133;
  margin-bottom: 16px;
}
.isHomePage h4,
.isHomePage .h4,
.isHomePage h4 a,
.isHomePage .h4 a {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  color: #162133;
}
.isHomePage h5,
.isHomePage .h5,
.isHomePage h5 a,
.isHomePage .h5 a {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
  color: #162133;
}
.isHomePage .scroll-animate {
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media only screen and (max-width:991px) {
  .isHomePage .scroll-animate {
    bottom: 160px;
  }
}
.isHomePage .scroll-animate img {
  height: 25px;
}
@media only screen and (min-width: 992px) {
  .isHomePage .footer-top {
    padding-top: 0;
  }
}
.isHomePage .footer-center {
  padding-bottom: 15px;
}
.isHomePage .footer {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}
.isHomePage .campaign .render,
.isHomePage .news .render {
  height: 450px;
}
@media only screen and (max-width:991px) {
  .isHomePage .campaign .render,
  .isHomePage .news .render {
    height: auto;
  }
}
.isHomePage .homefuelprices {
  background-image: url('/_assets/img/home/fuelprices-bg.png');
  background-size: cover;
  position: relative;
}
.isHomePage .homefuelprices .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.isHomePage .homefuelprices .figure {
  width: 580px;
  height: 555px;
  position: absolute;
  bottom: 0;
  left: 24%;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url('/_assets/img/home/fuelprices-figure.png?v2');
}
@media only screen and (max-width: 1400px) {
  .isHomePage .homefuelprices .figure {
    left: 16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .isHomePage .homefuelprices .figure {
    left: 14%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .isHomePage .homefuelprices .figure {
    left: 8%;
  }
}
@media only screen and (max-width:991px) {
  .isHomePage .homefuelprices .figure {
    width: calc(100% - -70px);
    left: 55px;
  }
}
.isHomePage .homefuelprices .text-white h3 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 16px;
}
.isHomePage .homefuelprices .text-white p {
  color: #ffffff;
  font-size: 18px;
}
.isHomePage .homefuelprices .text-white a.detail {
  display: inline-block;
  color: #134FAE;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.2px;
  background-color: #FFD300;
  padding: 12px 35px;
  border-radius: 8px;
  margin-top: 30px;
}
.isHomePage .homefuelprices .akaryakitlist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #162133;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.178px;
  border-radius: 12px;
  background: #FFF;
  padding: 16px 14px 16px 21px;
  margin-bottom: 24px;
  position: relative;
}
.isHomePage .homefuelprices .akaryakitlist a:after {
  content: "\e900";
  font-family: "icomoon";
  right: 15px;
  color: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 3rem;
}
@media only screen and (max-width:991px) {
  .isHomePage .homefuelprices .akaryakitlist a:after {
    right: 5px;
  }
}
@media only screen and (max-width:991px) {
  .isHomePage .homefuelprices .akaryakitlist {
    margin-top: 100px;
  }
}
.isHomePage .homefuelprices a.allfuelprices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-left: auto;
  position: relative;
  padding-right: 20px;
  z-index: 1000;
}
.isHomePage .homefuelprices a.allfuelprices:after {
  content: "\e900";
  font-family: "icomoon";
  right: 0;
  color: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
}
@media only screen and (max-width:991px) {
  .isHomePage .homefuelprices a.allfuelprices {
    display: none;
  }
}
.isHomePage .sticky-whatsapp {
  position: fixed;
  top: 51%;
  right: 0px;
  z-index: 99;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 7px 13px 7px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:991px) {
  .isHomePage .sticky-whatsapp {
    top: 21%;
  }
}
.isHomePage .sticky-whatsapp img {
  width: 32px;
}
.isHomePage .sticky-whatsapp img.whatsapp-arrow {
  width: 16px;
  margin-bottom: 8px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media only screen and (max-width:991px) {
  .isHomePage .sticky-whatsapp img.whatsapp-arrow {
    display: none;
  }
}
.isHomePage .sticky-whatsapp p {
  font-size: 14px;
  font-weight: bold;
  color: #162133;
  margin-bottom: 0px;
}
.isHomePage .sticky-whatsapp span {
  color: #162133;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.isHomePage .sticky-whatsapp.active img.whatsapp-arrow {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.isHomePage .sticky-whatsapp:hover {
  text-decoration: none;
}
.isHomePage .whatsapp-open {
  position: fixed;
  top: 51%;
  right: -192px;
  z-index: 98;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 7px;
  text-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 191px;
  -webkit-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  height: 143px;
}
.isHomePage .whatsapp-open.active {
  right: 0px;
}
@media only screen and (max-width:991px) {
  .isHomePage .whatsapp-open {
    top: 30%;
  }
}
#section0 {
  height: 100vh;
  min-height: 600px;
}
#section0 .tns-nav {
  display: none !important;
}
@media only screen and (max-width:991px) {
  #section0 {
    padding-top: 64px !important;
    max-height: 600px;
    height: 600px !important;
    position: relative;
  }
}
#section0 .search-box {
  z-index: 9;
  margin-top: 24px;
  left: 23px;
}
@media only screen and (max-width:991px) {
  #section0 .search-box {
    width: calc(100% - 46px);
    position: absolute;
  }
}
#section0 .search-box label.error {
  position: absolute;
  top: 50px;
}
.fp-responsive .fp-section,
.fp-responsive .fp-slide,
.fp-responsive .fp-tableCell {
  height: auto !important;
  display: block;
}
.banner-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  min-height: 600px;
  overflow: hidden;
}
@media only screen and (max-width:991px) {
  .banner-container {
    max-height: 540px;
    min-height: 540px;
    height: 100%;
    position: relative;
  }
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  min-height: 600px;
  overflow: hidden;
}
@media only screen and (max-width:991px) {
  .banner {
    max-height: 540px;
    min-height: 540px;
    height: 100%;
    position: relative;
  }
}
.banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-position: top right;
}
@media only screen and (max-width:991px) {
  .banner-bg {
    height: 600px;
  }
}
.banner-text {
  margin-top: -90px;
  font-family: 'Opet';
  font-size: 54px;
  line-height: 1.19;
  letter-spacing: -1.73px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  min-height: 600px;
}
@media only screen and (max-width:991px) {
  .banner-text {
    font-size: 48px;
    line-height: 1.33;
    letter-spacing: -1.4px;
    text-align: center;
    padding-right: 0px;
    width: calc(100vw - 30px);
    margin-top: -45px;
    padding-top: 200px;
  }
}
.banner-text a {
  color: #ffffff;
  text-decoration: none;
}
.banner-item {
  position: relative;
}
.banner-item.tns-slide-active .banner-text {
  -webkit-animation: fadeInLeft 1s both;
  animation: fadeInLeft 1s both;
  opacity: 1;
}
.banner-item.tns-slide-active .banner-bg {
  /*    -webkit-animation: fadeIn .5s both;
            opacity: 1;
            animation: fadeIn .5s both;*/
}
.banner .slick-list,
.banner .slick-track {
  height: 100%;
}
.banner .slick-dots {
  bottom: 200px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 44px;
  margin-bottom: 0;
}
@media only screen and (max-width:991px) {
  .banner .slick-dots {
    margin-left: 15px;
  }
}
@media (min-height: 800px) {
  .banner .slick-dots {
    bottom: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .slick-dots {
    bottom: 180px;
  }
}
.banner-scroll-down {
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(231, 237, 246, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  width: 36px;
  height: 36px;
  position: fixed;
  right: 32px;
  bottom: 172px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: background 120ms ease, bottom 120ms ease, -webkit-transform 120ms ease;
  transition: background 120ms ease, bottom 120ms ease, -webkit-transform 120ms ease;
  -o-transition: background 120ms ease, transform 120ms ease, bottom 120ms ease;
  transition: background 120ms ease, transform 120ms ease, bottom 120ms ease;
  transition: background 120ms ease, transform 120ms ease, bottom 120ms ease, -webkit-transform 120ms ease;
}
.banner-scroll-down.no-banner {
  bottom: 130px;
}
.banner-scroll-down.prev-section {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.banner-scroll-down:hover {
  text-decoration: none;
  background-color: rgba(231, 237, 246, 0.6);
}
.banner-scroll-down i {
  font-size: 16px;
}
.banner-scroll-down i:before {
  color: #ffd300;
}
.video {
  overflow: hidden;
  max-height: 100vh;
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
}
.video .polka {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: url(/_assets/img/banner/point.png) repeat;
  z-index: 1;
  opacity: 0.2;
  display: none;
}
@media only screen and (max-width:991px) {
  .video {
    max-height: 540px;
    min-height: 540px;
    height: 100%;
    position: relative;
  }
}
.video.videoplay video {
  display: block;
}
.video video {
  position: absolute;
  /*        display: none;*/
  top: 50%;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  /*  -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);*/
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width:991px) {
  .video video {
    display: none;
  }
}
.video-text {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin-top: -90px;
  font-family: 'Opet';
  font-size: 54px;
  line-height: 1.19;
  letter-spacing: -1.73px;
  color: #ffffff;
  z-index: 11;
  -webkit-animation: fadeInLeft 1s both;
  animation: fadeInLeft 1s both;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width:991px) {
  .video-text {
    font-size: 48px;
    line-height: 1.33;
    letter-spacing: -1.4px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .video-text {
    top: auto;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 100px;
  }
}
.video-text:hover {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .video-text {
    padding-left: 32px;
  }
}
.video-text a {
  color: #ffffff;
}
.video-poster {
  display: none;
  position: absolute;
  /*        display: none;*/
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width:991px) {
  .video-poster {
    display: block;
  }
}
@media only screen and (max-width:991px) {
  .hbb-parent {
    padding: 0 0px 0 15px;
  }
}
.home-boxes {
  position: absolute;
  width: 100%;
  bottom: 32px;
  padding: 0 0px 0 30px;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
}
@media only screen and (max-width:991px) {
  .home-boxes {
    padding: 0 0px 0 0px;
  }
}
.home-boxes.tns-slider {
  visibility: visible;
}
.home-boxes.flex-items .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-boxes.noclick .item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
}
.home-boxes .item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-boxes .col,
.home-boxes .item {
  /*  width: 19.3%;
        padding-right: 30px;

        @media @tablet-vertical {
            padding: 0;
            width: 45vw;
        }

        @media @mobile {
            padding: 0;
            width: 90vw;
        }*/
}
.home-boxes .col.NearistStation .page,
.home-boxes .item.NearistStation .page {
  max-height: 70px;
  padding-right: 0;
  word-break: break-all;
}
.home-boxes .col.NearistStation.nolocate,
.home-boxes .item.NearistStation.nolocate {
  /*a {
                    padding-right: 0;
                }*/
}
.home-boxes .col.NearistStation.nolocate .item-text-block,
.home-boxes .item.NearistStation.nolocate .item-text-block {
  width: 100%;
  padding-right: 0px;
}
.home-boxes .col.NearistStation.nolocate .item-text-block .page,
.home-boxes .item.NearistStation.nolocate .item-text-block .page {
  word-break: break-word;
}
.home-boxes .col.fuelPrice .child,
.home-boxes .item.fuelPrice .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}
.home-boxes .col.fuelPrice .child-title,
.home-boxes .item.fuelPrice .child-title {
  font-size: 16px;
  display: inline-block;
  width: 80px;
}
.home-boxes .col.fuelPrice .price,
.home-boxes .item.fuelPrice .price {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
}
.home-boxes .col.fuelPrice .price-small,
.home-boxes .item.fuelPrice .price-small {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 8px;
}
.home-boxes .col.lottieHomeBg a,
.home-boxes .item.lottieHomeBg a {
  background-color: transparent;
  position: relative;
}
.home-boxes .col.lottieHomeBg a .mainpage-utts,
.home-boxes .item.lottieHomeBg a .mainpage-utts {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 120px;
  width: auto;
}
.home-boxes .col.lottieHomeBg a span.title,
.home-boxes .item.lottieHomeBg a span.title {
  font-size: 18px;
}
.home-boxes .col.lottieHomeBg a span.page,
.home-boxes .item.lottieHomeBg a span.page {
  font-size: 20px;
}
.home-boxes .col a,
.home-boxes .item a {
  padding: 16px;
  padding-right: 24px;
  background-color: rgba(19, 79, 174, 0.95);
  border-radius: 8px;
  text-decoration: none;
  max-height: 120px;
  height: 120px;
  overflow: hidden;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.home-boxes .col a:hover,
.home-boxes .item a:hover {
  background-color: #175bc7;
}
.home-boxes .col a em,
.home-boxes .item a em {
  margin-left: auto;
  width: 43px;
  font-size: 50px;
}
@media only screen and (max-width:991px) {
  .home-boxes .col a,
  .home-boxes .item a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.home-boxes .col a .icon-payment,
.home-boxes .item a .icon-payment {
  font-size: 50px;
}
.home-boxes .col a .icon-social-effect,
.home-boxes .item a .icon-social-effect {
  font-size: 50px;
}
.home-boxes .col a .icon-press-room,
.home-boxes .item a .icon-press-room {
  font-size: 41px;
}
.home-boxes .col a .icon-ultramarket-home,
.home-boxes .item a .icon-ultramarket-home {
  font-size: 48px;
}
.home-boxes .col a .icon-campaign-home,
.home-boxes .item a .icon-campaign-home {
  font-size: 52px;
}
.home-boxes .col a .icon-kadin-gucu,
.home-boxes .item a .icon-kadin-gucu {
  font-size: 33px;
}
.home-boxes .col a .icon-tarihesaygi,
.home-boxes .item a .icon-tarihesaygi {
  font-size: 25px;
}
.home-boxes .col a .icon-worldcard-basvur,
.home-boxes .item a .icon-worldcard-basvur {
  font-size: 40px;
}
.home-boxes .col .item-text-block,
.home-boxes .item .item-text-block {
  padding-right: 15px;
  width: calc(100% - 40px);
  overflow: hidden;
}
@media (max-width: 1440px) and (min-width: 991px) {
  .home-boxes .col .item-text-block,
  .home-boxes .item .item-text-block {
    width: 100%;
    padding-right: 0;
  }
}
.home-boxes .col img,
.home-boxes .item img,
.home-boxes .col .image-box,
.home-boxes .item .image-box,
.home-boxes .col .right-box,
.home-boxes .item .right-box {
  height: 72px;
  width: 72px;
  min-width: 72px;
  border-radius: 50%;
  background-color: #4878c6;
  color: #ffffff;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
  font-size: 1.4rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.2px;
}
.home-boxes .col img em,
.home-boxes .item img em,
.home-boxes .col .image-box em,
.home-boxes .item .image-box em,
.home-boxes .col .right-box em,
.home-boxes .item .right-box em {
  margin-bottom: 8px;
  font-size: 16px;
  margin-right: auto;
  width: auto;
}
@media (max-width: 1440px) and (min-width: 991px) {
  .home-boxes .col .img,
  .home-boxes .item .img,
  .home-boxes .col .image-box,
  .home-boxes .item .image-box {
    display: none;
  }
}
.home-boxes .col .page,
.home-boxes .item .page {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: #ffffff;
  font-family: 'Opet', sans-serif;
  padding-right: 15px;
}
.home-boxes .col .title,
.home-boxes .item .title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.2px;
  font-family: 'Opet', sans-serif;
  margin-bottom: 4px;
  color: #ffd300;
}
#customize-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 32px;
}
@media only screen and (max-width:991px), only screen and (min-width: 992px) and (max-width: 1250px) {
  #customize-controls {
    display: none;
  }
}
#customize-controls .prev,
#customize-controls .next {
  background: #134fae;
  height: 120px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 11;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  cursor: pointer;
}
#customize-controls .prev[aria-disabled="true"],
#customize-controls .next[aria-disabled="true"],
#customize-controls .prev[aria-controls="customize"],
#customize-controls .next[aria-controls="customize"] {
  opacity: 0;
}
#customize-controls .next {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#customize-controls .prev {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#customize-controls .prev em {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  /*            position: absolute;*/
  /*            margin-top: -25px;*/
}
#customize-controls em {
  font-size: 50px;
  color: #ffffff;
}
.services {
  background-size: cover;
  padding-top: 0 !important;
}
@media only screen and (max-width:991px) {
  .services {
    padding-bottom: 40px;
    padding-top: 24px !important;
  }
}
.services .box {
  height: 100%;
  margin-bottom: 0;
}
.services .box .inner {
  padding-bottom: 16px;
}
@media only screen and (max-width:991px) {
  .services .box .inner {
    text-align: center;
  }
}
.services .box em {
  font-size: 6.4rem;
  margin-bottom: 32px;
}
@media only screen and (max-width:991px) {
  .services .box em {
    margin-bottom: 18px;
    margin: 0 auto;
  }
}
.services .box p {
  opacity: 0.64;
  margin-bottom: 40px;
}
@media only screen and (max-width:991px) {
  .services .box p {
    margin-bottom: 24px;
  }
}
.campaign {
  background-size: cover;
  padding-top: 0 !important;
}
@media only screen and (max-width:991px) {
  .campaign {
    background-image: -o-linear-gradient(263deg, #455166 150%, #8f9cb2 -5%);
    background-image: linear-gradient(187deg, #455166 150%, #8f9cb2 -5%);
    padding-top: 24px !important;
    padding-bottom: 40px;
  }
}
.campaign .joinedCampaign {
  position: absolute;
  bottom: 12px;
  left: 12px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: normal;
  padding: 0px 4px 0px 9px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #134fae;
  color: #fff;
}
.campaign .joinedCampaign:hover span {
  width: 115px !important;
}
@media only screen and (max-width:991px) {
  .campaign .joinedCampaign:hover span {
    display: none;
  }
}
.campaign .joinedCampaign span {
  width: 0 !important;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-transition: width 120ms ease;
  -webkit-transition: width 120ms ease;
  transition: width 120ms ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.campaign .joinedCampaign em {
  margin-right: 4px;
}
.campaign .specialCampaign {
  width: 69px;
  height: 32px;
  background-size: cover;
  position: absolute;
  top: 12px;
  left: 12px;
}
.campaign .box {
  margin-bottom: 0;
  overflow: hidden;
  height: 100% !important;
}
.campaign .box > a {
  display: inline-block;
  position: relative;
  min-height: 256px;
}
@media only screen and (max-width:991px) {
  .campaign .box > a {
    min-height: auto;
  }
}
.campaign .box img {
  width: 100%;
  /*            max-height: 256px;*/
}
.campaign .box .inner {
  padding-top: 15px;
  height: auto;
  display: block;
}
.campaign .box .inner .date {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #8a9ab4;
}
.campaign .box .inner .tag {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.1px;
  color: #134fae;
  background-color: rgba(19, 79, 174, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 100px;
}
.page-content .campaign .box {
  height: auto !important;
}
.page-content .campaign .box .inner {
  min-height: auto;
}
.news {
  background-size: cover;
  padding-top: 24px !important;
  padding-bottom: 40px;
}
@media only screen and (max-width:991px) {
  .news {
    background-image: -o-linear-gradient(262deg, #134fae 141%, #3a79de 4%);
    background-image: linear-gradient(188deg, #134fae 141%, #3a79de 4%);
    padding-top: 24px !important;
    padding-bottom: 40px;
  }
}
.news .box {
  margin-bottom: 0;
  overflow: hidden;
  display: block;
}
.news .box img {
  width: 100%;
}
.news .box > a {
  display: block;
}
.news .box .inner {
  padding-top: 15px;
  background: #ffffff;
  display: block;
  height: auto;
}
.news .box .inner h4 {
  margin-bottom: 0;
}
.news .box .inner .date {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.72px;
  color: #8a9ab4;
}
.news .box .inner .tag {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.1px;
  color: #134fae;
  background-color: rgba(19, 79, 174, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
}
.news .box .inner p {
  opacity: 0.64;
}
@media only screen and (max-width:991px) {
  .isHomePage .social {
    min-height: 540px;
  }
}
.social {
  position: relative;
  background-size: cover;
  padding-top: 0 !important;
}
@media only screen and (max-width:991px) {
  .social {
    padding-bottom: 370px !important;
    padding-top: 40px !important;
    height: 650px;
  }
}
.social .figure {
  width: 580px;
  height: 555px;
  position: absolute;
  bottom: 0;
  left: 24%;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .social .figure {
    left: 16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .social .figure {
    left: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social .figure {
    left: 8%;
  }
}
@media only screen and (max-width:991px) {
  .social .figure {
    width: calc(100% - 11px);
    height: 341px;
    left: 11px;
  }
}
.social .title-block {
  margin-bottom: 0;
}
@media only screen and (max-width:991px) {
  .social .title-block {
    margin-bottom: 24px;
  }
}
.social .note {
  margin-bottom: 4px;
  display: block;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.6px;
  color: #ffffff;
  opacity: 0.64;
}
.social h3 {
  font-weight: 600;
}
.social .text-white h3,
.social .text-white h3 a,
.social .text-white p,
.social .text-white p a {
  color: #ffffff;
}
.social .left-text {
  font-size: 18px;
}
.social .right-box .box .mh {
  min-height: 220px;
}
.social .right-box .item {
  text-decoration: none;
}
.social .right-box .item:hover .title {
  text-decoration: underline;
}
.social .right-box .item:not(:last-child) {
  margin-bottom: 16px;
}
.social .right-box .item .img {
  max-width: 192px;
  width: 100%;
  border-radius: 4px !important;
}
@media (max-height: 900px) {
  .social .right-box .item .img {
    max-width: 150px;
  }
}
.social .right-box .item .inner {
  padding: 0 20px;
}
.social .right-box .item .title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.1px;
  color: #162133;
}
.social .right-box .item .text {
  opacity: 0.64;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #162133;
}
.social a.more {
  position: absolute;
  bottom: 24px;
  right: 32px;
}
.social .home-boxes {
  display: none;
}
@media only screen and (max-width:991px) {
  .social .home-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.social .home-boxes .item a {
  background-color: rgba(255, 255, 255, 0.95);
  padding-right: 16px !important;
}
.social .home-boxes .item a .page {
  color: #8a9ab4;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 4px;
  letter-spacing: -0.23px;
}
.social .home-boxes .item a .title {
  color: #134fae;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.1px;
  font-family: 'Source Sans Pro', sans-serif;
}
.social .home-boxes .item a img {
  border-radius: 6px;
}
.social .mobile-render {
  width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  left: -10000px;
  position: absolute;
}
input[type="checkbox"] + label {
  padding-left: 32px;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #162133;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type="checkbox"] + label a {
  text-decoration: underline;
  color: #162133;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 4px;
  left: 0;
}
input[type="checkbox"]:focus + label:after {
  border-color: #162133;
}
input[type="checkbox"] + label:after {
  color: #ffffff;
  font-size: 24px;
  width: 20px;
  height: 20px;
  border: 1px solid #dce4f0;
  border-radius: 4px;
}
input[type="checkbox"] + label:before {
  height: 20px;
  width: 20px;
  border-radius: 4px;
}
input[type="checkbox"]:disabled + label {
  opacity: 0.6;
}
input[type="checkbox"]:checked + label:before {
  content: "\e926";
  font-family: 'icomoon';
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  background-color: #13ae59;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  line-height: 22px;
  z-index: 1;
  text-indent: -1px;
}
.checkbox {
  margin-bottom: 10px;
}
.checkbox.gray [type="checkbox"]:not(:checked) + label {
  color: #8a9ab4;
}
.checkbox label {
  margin-bottom: 0 !important;
}
.checkbox label a {
  font-size: 1.6rem;
  font-weight: normal;
}
.checkbox.error {
  margin-bottom: 0 !important;
}
.checkbox + label.error {
  margin-top: 10px !important;
  font-weight: normal;
  font-size: 1.3rem;
}
.checkbox.pointer-events-none label {
  opacity: 0.7;
}
.checkbox.pointer-events-none label:before {
  background-color: #8a9ab4 !important;
}
/*radio*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #222428;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
}
[type="radio"]:not(:checked) + label {
  color: #8a9ab4;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dce4f0;
  border-radius: 100%;
  background: #ffffff;
}
[type="radio"]:checked + label:before {
  background: #13ae59;
  border: 2px solid #13ae59;
}
[type="radio"]:checked + label:after {
  content: "\e926";
  font-family: 'icomoon';
  width: 10px;
  height: 10px;
  position: absolute;
  top: -1px;
  font-size: 16px;
  left: 0px;
  border-radius: 100%;
  color: #ffffff;
}
[type="radio"]:not(:checked) + label:after {
  background: #ffffff;
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
.radio {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}
.radio label {
  margin-bottom: 0px !important;
}
.radio-inline,
.checkbox-inline {
  padding-left: 0;
  width: 100%;
  /*    margin-bottom: 24px;*/
}
@media only screen and (max-width: 767px) {
  .radio-inline,
  .checkbox-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.radio-inline .radio,
.checkbox-inline .radio,
.radio-inline .checkbox,
.checkbox-inline .checkbox {
  display: inline-block;
  margin-bottom: 10px;
}
.radio-inline .radio + .radio,
.checkbox-inline .radio + .radio,
.radio-inline .checkbox + .radio,
.checkbox-inline .checkbox + .radio,
.radio-inline .radio + .checkbox,
.checkbox-inline .radio + .checkbox,
.radio-inline .checkbox + .checkbox,
.checkbox-inline .checkbox + .checkbox {
  margin-left: 36px;
}
@media only screen and (max-width: 767px) {
  .radio-inline .radio + .radio,
  .checkbox-inline .radio + .radio,
  .radio-inline .checkbox + .radio,
  .checkbox-inline .checkbox + .radio,
  .radio-inline .radio + .checkbox,
  .checkbox-inline .radio + .checkbox,
  .radio-inline .checkbox + .checkbox,
  .checkbox-inline .checkbox + .checkbox {
    margin-left: 0;
    margin-top: 10px;
  }
}
.radio-inline .checkbox.gray [type="checkbox"]:not(:checked) + label,
.checkbox-inline .checkbox.gray [type="checkbox"]:not(:checked) + label {
  color: #8a9ab4;
}
.radio-inline .checkbox [type="checkbox"] + label,
.checkbox-inline .checkbox [type="checkbox"] + label {
  font-size: 14px;
  line-height: 1.87;
}
.radio {
  margin-bottom: 20px;
  display: block;
}
.radio-block {
  width: 100%;
}
.radio-block label {
  padding: 44px 21px 44px 48px !important;
  border-radius: 8px;
  border: 1px solid #dfe4ec !important;
  width: 100%;
  font-size: 24px !important;
  font-weight: 600;
}
@media only screen and (max-width:991px) {
  .radio-block label {
    padding: 20px 21px 20px 48px !important;
  }
}
.radio-block [type="radio"]:checked + label:before,
.radio-block [type="radio"]:not(:checked) + label:before {
  left: 20px;
  top: 52px;
}
@media only screen and (max-width:991px) {
  .radio-block [type="radio"]:checked + label:before,
  .radio-block [type="radio"]:not(:checked) + label:before {
    top: 30px;
  }
}
.radio-block [type="radio"]:checked + label:after {
  left: 20px;
  top: 51px;
}
@media only screen and (max-width:991px) {
  .radio-block [type="radio"]:checked + label:after {
    top: 29px;
  }
}
.radio-block img {
  position: absolute;
  top: 29px;
  right: 35px;
}
.radio-block img.otokonumimg {
  top: 20px;
}
@media only screen and (max-width:991px) {
  .radio-block img.otokonumimg {
    top: 10px;
  }
}
@media only screen and (max-width:991px) {
  .radio-block img {
    width: 48px;
    top: 18px;
  }
}
@media only screen and (max-width:991px) {
  .xsmb-0 {
    margin-bottom: 0 !important;
  }
}
.switch-input {
  position: relative;
  display: inline-block;
  width: 50px;
  min-width: 50px;
  height: 20px;
  border-radius: 30px;
  margin: 0;
  overflow: hidden;
}
.switch-input .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.switch-input .slider::before {
  content: "";
  background-color: #134fae;
  border-radius: 100%;
  position: absolute;
  height: 14px;
  width: 14px;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.switch-input input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-input input[disabled] + .slider {
  cursor: default;
}
.switch-input input:checked + .slider {
  background-color: #ffd300;
}
.switch-input input:checked + .slider::before {
  -webkit-transform: translateX(30px) translateY(-50%);
  -ms-transform: translateX(30px) translateY(-50%);
  transform: translateX(30px) translateY(-50%);
}
.btn {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 30px;
  line-height: 46px;
  min-width: 112px;
  letter-spacing: 0.2px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.btn[disabled] {
  background-color: #dfe4ec;
  border-color: #dfe4ec;
  color: #c7ccd5;
}
.btn[disabled]:hover,
.btn[disabled]:focus {
  background-color: #dfe4ec;
  color: #c7ccd5;
  border-color: #dfe4ec;
}
.btn-lg {
  min-width: 190px;
}
.btn span {
  position: relative;
  display: block;
  z-index: 2;
  color: #ffffff;
}
.btn-primary {
  background: #134fae;
  position: relative;
  color: #ffffff;
}
.btn-primary.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #165bc7;
}
.btn-primary:hover,
.btn-primary:after,
.btn-primary:active {
  background-color: #165bc7;
}
.btn-primary:focus {
  background-color: #165bc7;
}
.btn-secondary {
  background: #ffd300;
  position: relative;
  color: #134fae;
}
.btn-secondary.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary .show > .btn-secondary.dropdown-toggle {
  background-color: #f7c600;
  border-color: #f7c600;
  color: #134fae;
}
.btn-secondary:hover,
.btn-secondary:after,
.btn-secondary:active {
  background-color: #ffdc33;
  border-color: #ffdc33;
  color: #134fae;
}
.btn-secondary:focus {
  background-color: #ffe466;
  border-color: #ffe466;
  color: #134fae;
}
.btn-white {
  background: transparent;
  position: relative;
  border: none;
  color: #222428;
}
.btn-white span {
  color: #222428;
}
.btn-white:hover,
.btn-white:after {
  background: transparent;
  border: none;
}
.btn-link {
  color: #134fae;
  text-decoration: underline;
}
.btn-outline-primary {
  border: 2px solid #134fae;
  color: #134fae;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #165bc7;
  color: #ffffff;
}
.btn-outline-gray {
  border: 2px solid #dfe4ec;
  color: #134fae;
}
.btn-outline-gray:hover,
.btn-outline-gray:focus {
  background-color: #dfe4ec;
  border: 2px solid #dfe4ec;
  color: #134fae;
}
.btn-outline-white {
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none !important;
}
.btn-outline-white:hover,
.btn-outline-white:focus {
  background-color: #ffffff;
  color: #134fae !important;
}
.btn-outline-block {
  width: 300px;
  margin: 0 auto;
}
.btn-outline-block .btn {
  margin-bottom: 20px;
}
.btn-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:991px) {
  .btn-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-parent [class^="col-"],
  .btn-parent [class*=" col-"] {
    margin-top: 20px;
  }
}
.btn-parent .btn + .btn {
  margin-left: 30px;
}
@media only screen and (max-width:991px) {
  .btn-parent .btn + .btn {
    margin-left: 0;
    width: 100%;
  }
}
.btn.m-progress {
  position: relative;
  opacity: 0.8;
  color: transparent !important;
  text-shadow: none !important;
}
.btn.m-progress:hover,
.btn.m-progress:active,
.btn.m-progress:focus {
  cursor: default;
  color: transparent;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.m-progress:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  -webkit-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite;
}
.btn.m-progress span {
  display: none;
}
.btn-tarim {
  background: #ffd300;
  position: relative;
  color: #134fae;
  font-weight: 700;
  border-radius: 12px;
}
.btn-tarim.btn-tarim:not(:disabled):not(.disabled):active,
.btn-tarim .btn-tarim:not(:disabled):not(.disabled).active,
.btn-tarim .show > .tarim.dropdown-toggle {
  background-color: #f7c600;
  border-color: #f7c600;
  color: #134fae;
}
.btn-tarim:hover,
.btn-tarim:after,
.btn-tarim:active {
  background-color: #ffdc33;
  border-color: #ffdc33;
  color: #134fae;
}
.btn-tarim:focus {
  background-color: #ffe466;
  border-color: #ffe466;
  color: #134fae;
}
.btn-yellow {
  background: #ffd300;
  position: relative;
  color: #134fae;
  font-weight: 700;
  border-radius: 12px;
  font-size: 1.6rem;
}
.btn-yellow.btn-tarim:not(:disabled):not(.disabled):active,
.btn-yellow .btn-tarim:not(:disabled):not(.disabled).active,
.btn-yellow .show > .tarim.dropdown-toggle {
  background-color: #f7c600;
  border-color: #f7c600;
  color: #134fae;
}
.btn-yellow:hover,
.btn-yellow:after,
.btn-yellow:active {
  background-color: #ffdc33;
  border-color: #ffdc33;
  color: #134fae;
}
.btn-yellow:focus {
  background-color: #ffe466;
  border-color: #ffe466;
  color: #134fae;
}
.btn-pdf {
  background: #134fae;
  position: relative;
  color: #ffffff;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:991px) {
  .btn-pdf {
    margin-bottom: 16px;
  }
}
.btn-pdf::before {
  content: "";
  background-image: url('/_assets/img/btn-pdf.svg');
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  font-size: 16px;
}
.btn-pdf.btn-primary:not(:disabled):not(.disabled):active,
.btn-pdf .btn-primary:not(:disabled):not(.disabled).active,
.btn-pdf .show > .btn-primary.dropdown-toggle {
  background-color: #165bc7;
}
.btn-pdf:hover,
.btn-pdf:after,
.btn-pdf:active {
  background-color: #165bc7;
  color: #ffffff;
}
.btn-pdf:focus {
  background-color: #165bc7;
  color: #ffffff;
}
a.more {
  font-size: 14px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.1px;
  line-height: 24px !important;
  /*color: @white;*/
  position: relative;
  padding-right: 20px;
}
a.more:after {
  content: "\e900";
  font-family: "icomoon";
  right: 0;
  color: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
}
.reactmodal,
.modalstandart {
  background-color: rgba(0, 0, 0, 0.5);
}
.reactmodal .modal-content,
.modalstandart .modal-content {
  border-radius: 12px;
  border: none;
  max-height: 600px;
}
@media only screen and (max-width:991px) {
  .reactmodal .modal-content form,
  .modalstandart .modal-content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*                height:100%;*/
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .reactmodal .modal-content,
  .modalstandart .modal-content {
    max-height: 85vh;
  }
}
.reactmodal .modal-dialog,
.modalstandart .modal-dialog {
  max-width: 640px;
}
@media only screen and (max-width: 767px) {
  .reactmodal .modal-dialog,
  .modalstandart .modal-dialog {
    margin: 0 10px;
  }
}
.reactmodal .masterpass-iframe,
.modalstandart .masterpass-iframe {
  height: 500px;
}
.reactmodal .masterpass-iframe .modal-body,
.modalstandart .masterpass-iframe .modal-body {
  overflow: hidden;
}
.reactmodal .masterpass-iframe iframe,
.modalstandart .masterpass-iframe iframe {
  height: 500%;
}
.reactmodal .close,
.modalstandart .close {
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width:991px) {
  .reactmodal .close,
  .modalstandart .close {
    right: 20px;
  }
}
.reactmodal .close i,
.modalstandart .close i {
  font-size: 24px;
}
.reactmodal .modal-header,
.modalstandart .modal-header {
  padding: 30px;
  border-bottom: 1px solid #f3f5f9;
  position: relative;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .reactmodal .modal-header,
  .modalstandart .modal-header {
    padding: 15px;
  }
}
.reactmodal .modal-header .modal-title,
.modalstandart .modal-header .modal-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  color: #134fae;
  padding-right: 30px;
}
.reactmodal .modal-body,
.modalstandart .modal-body {
  padding: 30px;
  font-size: 16px;
  border: none;
  overflow-y: auto;
  max-height: 100%;
  padding-bottom: 0;
  -ms-flex-negative: 5;
      flex-shrink: 5;
}
@media only screen and (max-width: 767px) {
  .reactmodal .modal-body,
  .modalstandart .modal-body {
    padding: 15px;
    padding-bottom: 0;
  }
  .reactmodal .modal-body a,
  .modalstandart .modal-body a {
    word-wrap: break-word;
  }
  .reactmodal .modal-body .table,
  .modalstandart .modal-body .table {
    table-layout: fixed;
  }
}
.reactmodal .modal-footer,
.modalstandart .modal-footer {
  padding: 30px;
  border: none;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
@media only screen and (max-width: 767px) {
  .reactmodal .modal-footer,
  .modalstandart .modal-footer {
    padding: 15px;
  }
}
.reactmodal.status .modal-body,
.modalstandart.status .modal-body {
  padding-top: 0;
  padding-bottom: 40px;
  /*            min-height: 500px;*/
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width:991px) {
  .reactmodal.status .modal-body,
  .modalstandart.status .modal-body {
    padding-left: 20px;
    padding-right: 20px;
    min-height: initial;
  }
}
.reactmodal.status .close,
.modalstandart.status .close {
  top: 40px;
  right: 30px;
}
.reactmodal.status .close i:before,
.modalstandart.status .close i:before {
  color: #134fae;
}
.reactmodal.status h3,
.modalstandart.status h3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.24px;
  text-align: center;
  color: #134fae;
  margin-bottom: 21px;
}
.reactmodal.status p,
.modalstandart.status p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.2px;
  text-align: center;
  color: #162133;
  margin-bottom: 50px;
}
.reactmodal.smsModal .modal-header,
.modalstandart.smsModal .modal-header {
  padding-top: 80px;
  padding-left: 80px;
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width:991px) {
  .reactmodal.smsModal .modal-header,
  .modalstandart.smsModal .modal-header {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.reactmodal.smsModal .modal-body,
.modalstandart.smsModal .modal-body {
  padding: 0px 80px 80px 80px;
}
@media only screen and (max-width:991px) {
  .reactmodal.smsModal .modal-body,
  .modalstandart.smsModal .modal-body {
    padding: 0px 20px 20px 20px;
  }
}
.reactmodal {
  display: block;
}
.modal .close-btn {
  position: absolute;
  right: 32px;
  top: 24px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .modal .close-btn {
    right: 10px;
  }
}
.modal .close-btn i,
.modal .close-btn em {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 600;
}
.modal.movieModal {
  background-color: transparent;
}
.modal.movieModal .modal-dialog {
  max-width: 796px;
}
.modal.movieModal .modal-content {
  border-radius: 12px;
  background-color: transparent;
  border: none;
  position: relative;
}
.modal.movieModal .modal-content a.googleplay {
  display: block;
  position: absolute;
  width: 121px;
  height: 37px;
  right: 36%;
  bottom: 34%;
}
@media only screen and (max-width:991px) {
  .modal.movieModal .modal-content a.googleplay {
    width: 130px;
    height: 38px;
    left: 14%;
    bottom: 10%;
  }
}
.modal.movieModal .modal-content a.appstore {
  display: block;
  position: absolute;
  width: 121px;
  height: 37px;
  right: 36%;
  bottom: 23%;
}
@media only screen and (max-width:991px) {
  .modal.movieModal .modal-content a.appstore {
    width: 130px;
    height: 38px;
    right: 18%;
    bottom: 10%;
  }
}
.modal.movieModal .modal-content a.closemodal {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15%;
  top: 23%;
  cursor: pointer;
}
@media only screen and (max-width:991px) {
  .modal.movieModal .modal-content a.closemodal {
    width: 24px;
    height: 23px;
    right: 9%;
    top: 6%;
  }
}
.modal.movieModal .modal-body {
  padding: 30px;
}
@media only screen and (max-width:991px) {
  .modal.movieModal .modal-body {
    padding: 15px;
  }
}
.modal.movieModal .close-modal {
  padding-left: 15px;
  padding-right: 35px;
  top: -40px;
  border-radius: 8px 8px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #162133;
  width: 86px;
  height: 40px;
  right: 30px;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
}
.modal.movieModal .close-modal span {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.modal.movieModal .close-modal em {
  position: relative;
  line-height: 40px;
  margin-left: 8px;
  color: #ffffff;
  font-size: 12px;
}
.modal.movieModal.imageModal .modal-dialog {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.modal.movieModal.imageModal .modal-body {
  padding: 10px !important;
}
.modal-dialog {
  min-height: 100vh;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  overflow: auto;
  margin-top: 0;
  margin-bottom: 0;
}
/*
@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(~'100vh - 20px');
        max-height: 85vh;
    }
}
*/
.box {
  border-radius: 12px;
  background: #ffffff;
  width: 100%;
  margin-bottom: 30px;
}
.box.border {
  border: 1px solid #dfe4ec !important;
}
.box .inner {
  padding: 40px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
@media only screen and (max-width:991px) {
  .box .inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.box-sm .inner {
  padding: 20px 30px;
}
.box-md {
  margin-bottom: 20px;
}
.box-md .inner {
  padding: 25px 30px;
}
.box-small .inner {
  padding: 24px;
}
.box-table {
  font-size: 18px;
}
.box-table .inner span {
  white-space: pre-wrap;
  max-width: 40%;
}
.box-table .inner span:first-child {
  text-align: left;
}
.box-table .inner span:last-child {
  text-align: right;
}
.box-table hr {
  border-color: #dfe4ec !important;
}
.box-dark .inner {
  background-color: #f3f5f9 !important;
  -o-transition: background 120ms ease;
  -webkit-transition: background 120ms ease;
  transition: background 120ms ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  border-radius: 8px;
  text-decoration: none;
}
.box-dark .inner:hover {
  background: #dfe4ec !important;
  text-decoration: none;
}
.box-dark .inner .img {
  margin-bottom: 13px;
}
.box-dark .inner .title {
  font-size: 24px;
  font-weight: 600;
  color: #162133;
  margin-bottom: 10px;
}
.box-dark .inner .text {
  font-size: 16px;
  font-weight: normal;
  color: #162133;
  line-height: 1.56;
}
*:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.applicationform.loader {
  position: relative;
}
.applicationform.loader:before {
  content: '';
  background: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.4;
  z-index: 9;
}
label.error {
  position: relative;
  padding-left: 20px;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  color: #e65245;
}
label.error:before {
  content: "\e968";
  font-family: "icomoon";
  left: 0;
  position: absolute;
  font-size: 16px;
}
label.error:after {
  content: "\e969";
  font-family: "icomoon";
  color: #ffffff;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 16px;
}
label {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #134fae;
  margin-bottom: 10px;
}
.form-group {
  margin-bottom: 24px;
}
@media only screen and (max-width:991px) {
  .form-group {
    margin-bottom: 15px;
  }
}
.form-group p a {
  color: #162133;
  font-size: 1.6rem !important;
  text-decoration: underline;
}
.form-control {
  height: 48px;
  color: #162133 !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dfe4ec !important;
  font-size: 1.4rem;
  padding-left: 20px;
  padding-right: 35px;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(34, 36, 40, 0.64) !important;
  font-size: "16px";
  font-weight: normal;
  letter-spacing: 0.6px;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(34, 36, 40, 0.64) !important;
  font-size: "16px";
  font-weight: normal;
  letter-spacing: 0.6px;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(34, 36, 40, 0.64) !important;
  font-weight: normal;
  font-size: "16px";
  letter-spacing: 0.6px;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(34, 36, 40, 0.64) !important;
  font-weight: normal;
  font-size: "16px";
  letter-spacing: 0.6px;
}
.form-control::-ms-clear {
  display: none;
}
@media only screen and (max-width: 767px) {
  .form-control {
    font-size: 1.2rem;
  }
}
.form-control.readonly {
  pointer-events: none !important;
  color: #c7ccd5 !important;
  background-color: #e9ecef !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-control[readonly] {
  color: #c7ccd5 !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-control.flatpickr-input {
  color: #162133 !important;
  background-color: #ffffff !important;
}
.form-control[disabled] {
  color: #c7ccd5 !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-control:focus {
  border: 1px solid #ffd300 !important;
}
.form-control.error {
  border: 1px solid #e65245 !important;
}
.input-search {
  position: relative;
}
.input-search-icon {
  height: 100%;
  width: 50px;
  right: 0px;
  top: 0px;
  position: absolute;
  cursor: pointer;
}
.input-search-icon em {
  font-size: 3rem;
  color: #c3c5c8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.form-title {
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #134fae;
  margin-bottom: 30px;
}
.input-group {
  border: 1px solid #dfe4ec;
  border-radius: 8px;
}
.input-group.focus {
  border: 1px solid #ffd300 !important;
}
.input-group .form-control {
  padding-right: 5px;
  border: none !important;
  padding-left: 0;
}
.input-group-prepend {
  padding-left: 16px;
  padding-right: 16px;
  border-right: 0px;
  border-radius: 8px 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
.input-group-append .input-group-text {
  border-radius: 8px;
}
.input-group i,
.input-group em {
  font-size: 1.6rem;
}
.input-group i:before,
.input-group em:before {
  color: #c7ccd5;
}
.input-group .select-custom {
  position: relative;
}
.input-group .select-custom:after {
  content: "\e935";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  font-family: 'icomoon';
  font-size: 1.6rem;
}
.input-group .select {
  background: #ffffff;
  width: 80px;
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  text-align: left;
  padding-left: 12px;
  outline: none;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group .select::-ms-expand {
  display: none;
}
.input-group .input-group-text {
  background: #ffffff;
  border: none;
  font-size: 1.8rem;
  text-align: left;
  padding-right: 20px;
  padding-left: 0;
}
textarea.form-control {
  padding-top: 18px;
  min-height: 120px;
  resize: none;
}
.date-group {
  position: relative;
  margin-bottom: 24px;
}
.date-group input[type="date"]::-webkit-calendar-picker-indicator {
  background-image: none;
}
.date-group.date-group-default input[type="date"]::-webkit-calendar-picker-indicator {
  background-image: url('/_assets/svg/date.svg') !important;
  visibility: visible !important;
}
.date-group em {
  right: 20px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.date-group em:before {
  color: #134fae;
}
.file-group {
  margin-bottom: 10px;
}
.file-group input {
  opacity: 0;
  display: none;
}
.file-group label.file {
  height: 48px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dfe4ec !important;
  font-size: 1.4rem;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 48px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #8a9ab4;
  position: relative;
}
.file-group label.file:after {
  content: "\e97b";
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #134fae;
}
.file-group.error label.file {
  border-color: #e65245 !important;
}
.upload-area {
  margin-bottom: 30px;
}
.upload-area .upload-item {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #162133;
}
.upload-area .upload-item em {
  margin-right: 10px;
  font-size: 16px;
}
.upload-area .upload-item em:before {
  color: #acb7c9;
}
.captcha-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.captcha-group .captcha-bg {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #dfe4ec !important;
  border-left: none !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 16px;
  cursor: pointer;
}
.captcha-group .captcha-refresh {
  text-decoration: none;
  padding: 15px;
}
.captcha-group .captcha-refresh em {
  font-size: 16px;
}
.captcha-group.error .captcha-bg {
  border-color: #e65245 !important;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-color: #f3f5f9;
}
hr.middle {
  margin-top: 30px;
  margin-bottom: 30px;
}
.formwithbg {
  background-color: #F8F9FC;
  padding: 24px 15px 15px 14px;
  margin: 0 0 25px 0;
  border-radius: 10px;
}
.formwithbg .captcha-bg {
  background-color: #ffffff !important;
}
.result-samestepform {
  display: none;
  margin-top: 20px;
}
.result-samestepform p {
  font-size: 14px;
  color: #162133;
  font-weight: 600;
}
.result-samestepform table thead th {
  color: #8A9AB4;
  font-size: 14px;
  font-weight: 600;
}
.result-samestepform table thead th:first-child {
  border-radius: 12px 0 0 12px;
}
.result-samestepform table thead th:last-child {
  border-radius: 0 12px 12px 0;
}
.result-samestepform table thead th a.documentverification-download {
  color: #162133;
  font-size: 14px;
  font-weight: 400;
}
.result-samestepform table thead th a.documentverification-download i {
  margin-right: 10px;
}
.result-samestepform table thead th a.documentverification-download i:before {
  color: #134FAE;
}
.result-samestepform table tbody tr td {
  color: #134FAE;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #F3F5F9 !important;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.nav li {
  margin-right: 60px;
}
.nav li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-bottom: 4px solid transparent;
  background-color: transparent !important;
  border-radius: 0px !important;
}
.nav li a:hover {
  color: #d52953 !important;
}
.nav li a.active {
  color: #2b3b48 !important;
}
.nav.custom-tabs {
  border: none;
}
.nav.custom-tabs li {
  margin-right: 0;
  color: #464646;
  padding: 0;
  background-color: #e3e5e7;
}
.nav.custom-tabs li:last-child a:after {
  display: none;
}
.nav.custom-tabs li button,
.nav.custom-tabs li a {
  font-size: 2.4rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.58;
  padding: 40px 48px;
  border: none;
}
@media only screen and (max-width:991px) {
  .nav.custom-tabs li button,
  .nav.custom-tabs li a {
    font-size: 1.6rem;
    padding: 20px 30px !important;
  }
}
.nav.custom-tabs li button::after,
.nav.custom-tabs li a::after {
  content: '';
  position: absolute;
  right: -20px;
  border-right: 20px solid #f5f5f5;
  width: 40px;
  top: 0;
  height: 100%;
  background-color: #f5f5f5;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  z-index: 1;
}
.nav.custom-tabs li button:hover,
.nav.custom-tabs li a:hover {
  color: #464646 !important;
}
.nav.custom-tabs li button.active,
.nav.custom-tabs li a.active {
  background-color: #f5f5f5 !important;
  color: #134fae !important;
}
.nav.custom-tabs li button.active:after,
.nav.custom-tabs li a.active:after {
  border-right: #f5f5f5;
  background-color: #e3e5e7;
}
@media only screen and (max-width: 767px) {
  .nav.custom-tabs li button,
  .nav.custom-tabs li a {
    padding: 22px 48px;
  }
}
select {
  border-radius: 8px;
  font-size: 1.4rem;
  border-color: #dfe4ec;
  color: rgba(34, 36, 40, 0.64) !important;
  position: relative;
}
select::-ms-expand {
  display: none;
}
.select-container {
  position: relative;
}
.select-container:after {
  content: "\e904";
  font-family: "icomoon";
  right: 12px;
  color: #134fae;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*
select.select2 {
    width: 100%;
    // border: 1px solid @grayba  !important;
    padding: 13px 17px;
    .font-size(14);
}

.error {
    .select2-container .select2-selection--single {
        border-color: @color-error !important;
    }
}

.select2 {
    &.container {
        padding: 30px;
        height: auto;
    }

    .font-size(15);

    &-dropdown {
        border: 1px solid @color-primary;
        z-index: 40;

        &.select2-dropdown--below {
            .select2-search {
                margin-top: 0 !important;
            }
        }
    }

    &-container--open {

        &.select2-container--above {
            .select2-selection--single {
                border-top-color: transparent !important;
                border-color: @color-primary !important;
            }
        }

        &.select2-container--below {

            .select2-selection--single {
                border-color: @color-primary !important;
                border-bottom-color: transparent !important;
            }
        }

        .select2-selection--single .select2-selection__arrow b {
            .transform(translateY(-50%) rotateX(-180deg));
        }
    }

    &-selection--single {
        border-color: @graydf !important;
        border-width: 1px !important;
    }

    &.select2-container {
        width: 100% !important;
    }

    &-container {
        .select2-selection--single {
            height: 48px;
            border-radius: 8px;
            font-size: 14px;
            color: @color-default;

            .select2-selection__rendered {
                line-height: 48px;
                padding-left: 20px;
                padding-right: 50px;
                color: @color-default;
                letter-spacing: 0.2px;
                font-stretch: normal;
                font-style: normal;
                letter-spacing: 0.6px;
                .font-size(14);

                @media @tablet, @mobile {
                    padding-left: 15px;
                    padding-right: 40px;
                }

                @media @mobile {
                    padding-right: 25px;
                    padding-left: 10px;
                }
            }
        }

        .select2-search {
            position: relative;
            padding-left: 0px;
            padding-right: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
            padding: 0;

            &:after {
                content: @icon-search;
                font-family: @icomoon-font-family;
                position: absolute;
                top: 11px;
                color: @color-default;
                .font-size(28);
                right: 15px;
            }

            .select2-search__field {
                border-color: transparent;
                // border-top: 1px solid @grayba  !important;
                border-radius: 0px;
                line-height: 1px;
                padding: 13px 7px;
                .font-size(14);
                background: @white;
            }
        }
    }

    &-selection__arrow {
        height: 50px !important;
        margin-right: 7px;

        b {
            position: relative;
            .vertical-align(absolute);
            .transition(all, 120ms);

            &:after {
                content: @icon-arrow-down;
                font-family: @icomoon-font-family;
                right: 12px;
                color: @color-blue;
                .font-size(16);
            }
        }
    }

    &-results__option {
        padding: 14px 27px 14px 20px;
        .font-size(18);
        color: @gray46 !important;

        @media @tablet, @mobile {
            padding-left: 15px;
            padding-right: 40px;
        }

        @media @mobile {
            padding-right: 25px;
            padding-left: 10px;
        }
    }

    &-selection__placeholder {
        color: rgba(@color-default, .64) !important;
        letter-spacing: -0.18px;
    }

    &-results__option--highlighted[aria-selected] {
        background: #f7f8fa !important;
    }


    &-results {
        // .scroll-style(@gray2b);
        .select2-results__option {
            // border-bottom: 1px solid @grayba;
            // color: @gray4f  !important;
            .font-size(14);
        }

        .select2-results__option[aria-selected=true] {
            background: @white !important;
            .font-size(14);
            // color: @blue  !important;
            font-weight: 300;
        }

        @media @mobile {
            .name {
                display: block;
            }
        }
    }

    &-results,
    .select2-selection__rendered {
        color: @color-default;

        .name,
        .price {
            color: @color-default;
            margin-right: 10px;
        }

        .pricetype,
        .number {
            color: @color-default;

            @media @mobile {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }
        }
    }
}

.select2-selection {
    .links {
        display: none !important;
    }
}
*/
ul.list {
  margin-bottom: 20px;
}
ul.list li {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.56;
  color: #162133;
  position: relative;
  margin-bottom: 12px;
  padding-left: 18px;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  top: 9px;
  background-color: #134fae;
  display: inline-block;
  border-radius: 50%;
}
ul.rectangle {
  position: relative;
}
ul.rectangle li .title {
  font-weight: bold;
  padding: 0;
  font-size: 1.8rem;
  margin-bottom: 14px;
}
ul.rectangle li:after {
  content: "";
  width: 1px;
  background: #e3e5e7;
  height: calc(100% + 40px);
  left: 5px;
  top: 6px;
  position: absolute;
  z-index: -1;
}
ul.rectangle li:last-child:after {
  height: 80%;
}
ul.sss li {
  position: relative;
  padding-left: 50px;
}
ul.sss li .title {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  margin-bottom: 10px;
}
ul.sss li:before {
  content: "\e992";
  font-family: "icomoon";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  font-size: 1.6rem;
  color: #ffffff;
}
ul.sss li:after {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  top: 0px;
  background-color: #134fae;
}
ul.number {
  counter-reset: count;
}
ul.number li {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  margin-bottom: 20px;
}
ul.number li:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  top: 0px;
  background-color: #134fae;
}
ul.number li:after {
  content: counter(count);
  counter-increment: count;
  position: absolute;
  left: 14px;
  top: 5px;
  z-index: 1;
  font-size: 1.6rem;
  color: #ffffff;
}
.acc {
  border-bottom: 1px solid #f3f5f9;
  /* @media @tablet-mobile {
        padding: 20px 0;
    }*/
}
.acc > h2,
.acc > h3,
.acc > h4 {
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  font-stretch: normal;
  font-style: normal;
  padding: 20px 0;
  line-height: 1.5;
  letter-spacing: normal;
  color: #134fae;
  margin-bottom: 0 !important;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .acc > h2,
  .acc > h3,
  .acc > h4 {
    font-size: 1.6rem;
    line-height: normal;
  }
}
.acc > h2:after,
.acc > h3:after,
.acc > h4:after {
  content: "\e904";
  font-family: "icomoon";
  right: 0px;
  font-size: 1.2rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -o-transition: all 120ms ease;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  color: #134fae;
  padding: 5px 7px;
}
.acc > h2 button,
.acc > h3 button,
.acc > h4 button {
  background: transparent !important;
  outline: none !important;
  border: none !important;
  padding: 0;
  text-align: left;
  width: 100%;
  font-weight: 600 !important;
  cursor: pointer;
  color: #134fae;
}
@media only screen and (max-width: 767px) {
  .acc > h2 button,
  .acc > h3 button,
  .acc > h4 button {
    font-size: 1.8rem;
    line-height: normal;
  }
}
.acc > h2:hover,
.acc > h3:hover,
.acc > h4:hover {
  color: #134fae;
}
.acc > h2:hover button,
.acc > h3:hover button,
.acc > h4:hover button {
  color: #134fae;
}
.acc.active {
  color: #134fae;
}
.acc.active > h2 button,
.acc.active > h3 button,
.acc.active h4 button {
  color: #134fae;
}
.acc.active > h2:after,
.acc.active > h3:after,
.acc.active h4:after {
  color: #134fae;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}
.acc .acc-content {
  display: none;
  margin-top: 20px;
  padding-bottom: 20px;
}
.acc .acc-content p:last-child {
  margin-bottom: 0;
}
.homeCarousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel-height .box {
  height: 100%;
}
.tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.tns-nav button {
  position: relative;
  width: 6px;
  height: 6px;
  overflow: hidden;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  padding: 0;
  outline: none;
  background: #ffffff;
}
.tns-nav button:before {
  content: '';
  position: absolute;
  width: 10%;
  height: 6px;
  background-color: #ffd300;
  border-radius: 4px;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.tns-nav button + button {
  margin-left: 10px;
}
.tns-nav button.tns-nav-active,
.tns-nav button.progress {
  width: 32px;
}
.tns-nav button.tns-nav-active:before,
.tns-nav button.progress:before {
  width: 100%;
  opacity: 1;
  -o-transition: width 8s linear;
  -webkit-transition: width 8s linear;
  transition: width 8s linear;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.tns-nav button.tns-nav-active button,
.tns-nav button.progress button {
  width: 100%;
  border-radius: 4px;
}
.tns-nav button button {
  background-color: #c7ccd5;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-indent: -999999em;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  position: absolute;
  left: 0;
  -o-transition: width 500ms ease;
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  top: 0;
}
.slick-react .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slick-react .slick-dots li:before {
  width: 100% !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.c-bar {
  width: 112px;
  height: 112px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 20px;
}
.c-bar svg circle {
  fill: none;
  stroke-width: 5;
  stroke: #dfe4ec;
  /*
            stroke-dasharray: var(--circum);
            stroke-dashoffset: var(--circum);*/
  stroke-linecap: round;
}
.c-bar svg circle:nth-child(1) {
  stroke-dashoffset: 0;
}
.c-bar svg circle:nth-child(2) {
  stroke: #ffd300;
  -webkit-animation: 1s animateOffset2;
          animation: 1s animateOffset2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.c-area {
  position: relative;
  width: 112px;
  height: 112px;
  margin-bottom: 40px;
}
.c-area.error .text,
.c-area.success .text {
  font-size: 20px;
}
.c-area.error svg circle:nth-child(2) {
  stroke: #e30002;
}
.c-area.success svg circle:nth-child(2) {
  stroke: #5fcc29;
}
.c-area .text {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #162133;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*@keyframes animateOffset2 {
    to {
          stroke-dashoffset: var(--offset);
    }
}
*/
.opet-animate {
  width: 1em;
  height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 999;
}
.opet-animate.blue .line {
  background: #134fae;
}
.opet-animate .line {
  height: 0.11em;
  width: 100%;
  margin-bottom: 0.05em;
  margin-top: 0.05em;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-animation: opet-loading 1.3s ease-in infinite;
          animation: opet-loading 1.3s ease-in infinite;
  background: #fff;
}
.opet-animate .line:nth-child(1) {
  max-width: 33%;
  margin-right: -20%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.opet-animate .line:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  max-width: 60%;
  margin-right: -8%;
}
.opet-animate .line:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  max-width: 36%;
  margin-left: -2%;
}
@-webkit-keyframes opet-loading {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes opet-loading {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.paymentContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 300ms opacity ease, 300ms visibility ease;
  -o-transition: 300ms opacity ease, 300ms visibility ease;
  transition: 300ms opacity ease, 300ms visibility ease;
}
.paymentContainer.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.pay.status .status-text {
  margin-top: -45px;
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 25px;
}
@media only screen and (max-width:991px) {
  .pay.status .status-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pay.status .status-text p {
  margin-bottom: 0;
}
.pay .modal-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
}
@media only screen and (max-width:991px) {
  .pay .modal-body {
    padding-top: 30px;
  }
}
.pay .modal-body hr.w-100 {
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px) !important;
}
@media only screen and (max-width:991px) {
  .pay .modal-body hr.w-100 {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important;
  }
}
.pay .modal-body.modal-body-2x {
  padding: 70px 80px;
}
@media only screen and (max-width:991px) {
  .pay .modal-body.modal-body-2x {
    padding-top: 30px;
  }
}
.pay .modal-body hr {
  border-bottom: 1px solid #dfe4ec;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.pay .modal-body .close {
  top: 40px;
  right: 30px;
}
@media only screen and (max-width:991px) {
  .pay .modal-body .close {
    top: 25px;
    right: 16px;
  }
}
.pay .modal-body .close i:before {
  color: #134fae;
}
.pay .modal-body .modal-title {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 10px;
}
.pay .modal-body .blue-text {
  font-weight: bold;
  color: #134fae;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  margin-bottom: 0;
  text-align: center;
}
.pay .modal-body .gray-text {
  color: #8a9ab4;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.pay .modal-body .black-text {
  color: #222428;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.pay .modal-body .black-text.fs-20 {
  font-size: 20px;
  font-weight: bold;
}
.pay .modal-body .price-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  color: #134fae;
}
.pay .modal-body .radius-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #f3f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pay .modal-body .distance {
  margin-bottom: 30px;
}
.pay .modal-body .distance .prop {
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pay .modal-body .distance .prop:last-child {
  margin-right: 0;
}
.pay .modal-body .distance .prop em {
  font-size: 16px;
  color: #134fae;
  margin-right: 10px;
}
.pay .modal-body .box-gray {
  background-color: #f3f5f9;
  padding: 46px 30px;
  height: auto;
}
.pay .modal-body .box-gray.box-sm {
  padding: 16px 20px;
}
.pay .modal-body .fs-14 {
  font-size: 14px;
}
.pay .modal-body .table-icon {
  width: 100%;
}
.pay .modal-body .table-icon .col-auto {
  margin-right: 24px;
}
.pay .modal-body .table-icon .col {
  margin-right: 40px;
}
.pay .modal-body .table-icon .col:last-child {
  margin-right: 0;
}
.pay .modal-body .table-icon table.kv {
  width: 100%;
}
.pay .modal-body .table-icon table.kv tbody tr {
  border-bottom: 1px solid #dfe4ec;
}
.pay .modal-body .table-icon table.kv tbody tr:last-child {
  border-bottom: none;
}
.pay .modal-body .table-icon table.kv tbody tr td {
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #222428;
  padding-bottom: 17px;
  padding-top: 17px;
  white-space: nowrap;
}
.pay .modal-body .table-icon table.kv tbody tr td:first-child {
  color: #8a9ab4;
}
@media only screen and (max-width:991px) {
  .pay .modal-body .table-icon table.kv tbody tr td:first-child {
    width: 88px;
  }
}
.pay .modal-body .table-status .table-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe4ec;
  margin-bottom: 10px;
}
.pay .modal-body .table-status .table-title .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #000000;
}
.pay .modal-body .table-status .table-title .date {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  color: #000000;
}
.pay .modal-body .table-status table.kv {
  width: 100%;
}
.pay .modal-body .table-status table.kv tbody tr {
  border-bottom: 1px solid #dfe4ec;
}
.pay .modal-body .table-status table.kv tbody tr:last-child {
  border-bottom: none;
}
.pay .modal-body .table-status table.kv tbody tr td {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #222428;
  padding-bottom: 5px;
  padding-top: 5px;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
}
.pay .modal-body .table-status table.kv tbody tr td:first-child {
  text-align: left;
  font-weight: normal;
}
.pay .modal-body .form-group {
  position: relative;
}
.pay .modal-body .form-group .input-group-append {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  padding-right: 15px;
}
.pay .modal-body .form-group .input-group-append .input-group-text {
  background-color: transparent;
  font-size: 14px;
  color: #8a9ab4;
  border: none;
}
.pay .modal-footer {
  border-top: 1px solid #dfe4ec;
  padding-top: 30px;
}
