<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%; }

html,
body {
  height: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

b,
strong {
  font-weight: bold; }

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

ul,
ol {
  list-style: none; }

li {
  display: list-item; }

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

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left; }

q {
  quotes: none; }

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

sub,
sup,
small {
  font-size: 75%; }

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

svg {
  overflow: hidden; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

@font-face {
  font-family: "wmt_book";
  src: url("../assets/fonts/wmt-book-webfont.woff2") format("woff2"), url("../assets/fonts/wmt-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "wmt_medium";
  src: url("../assets/fonts/wmt-medium-webfont.woff2") format("woff2"), url("../assets/fonts/wmt-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "wmt_medium_oblique";
  src: url("../assets/fonts/wmt-mediumoblique-webfont.woff2") format("woff2"), url("../assets/fonts/wmt-mediumoblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "wmt_bold";
  src: url("../assets/fonts/wmt-bold-webfont.woff2") format("woff2"), url("../assets/fonts/wmt-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "wmt_extrabold";
  src: url("../assets/fonts/wmt-extrabold-webfont.woff2") format("woff2"), url("../assets/fonts/wmt-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  background: #f9f6ea; }
  @media print {
    body {
      background: #ffffff; } }

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

main {
  position: relative;
  overflow-x: hidden; }

section,
.show .promo {
  position: relative;
  padding-top: 8em;
  padding-bottom: 8em;
  box-sizing: border-box; }
  @media (max-width: 1440px) {
    section,
    .show .promo {
      padding-top: 7em;
      padding-bottom: 7em; } }
  @media (max-width: 1350px) {
    section,
    .show .promo {
      padding-top: 5em;
      padding-bottom: 5em; } }
  @media (max-width: 1024px) {
    section,
    .show .promo {
      padding-top: 4em;
      padding-bottom: 4em; } }
  @media (max-width: 480px) {
    section,
    .show .promo {
      padding-top: 3em;
      padding-bottom: 3em; } }

.section-trigger {
  position: absolute;
  top: 20px; }

.icon-trigger {
  position: absolute; }

.presenter {
  background: #f9f6ea;
  color: #000000; }
  @media print {
    .presenter {
      background: #ffffff;
      color: #000000; } }

body {
  font-family: "wmt_book", san-serif;
  font-size: 15px;
  color: #000000;
  /* @include mobile {
        font-size: 13px;
    } */ }
  @media (max-width: 1200px) {
    body {
      font-size: 14px; } }
  @media print {
    body {
      font-size: 9pt; } }

h1,
h2,
h3,
h4,
h5,
h5 {
  font-family: "wmt_extrabold", san-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1em; }

h1 {
  font-size: 7em;
  min-height: 0.55em; }
  @media (max-width: 768px) {
    h1 {
      font-size: 4em; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 3em; } }
  @media print {
    h1 {
      font-size: 4em; } }

h2 {
  font-size: 1.6em;
  border-top: 3px solid;
  padding-top: 0.1em;
  margin-bottom: 2em; }
  @media (max-width: 480px) {
    h2 {
      font-size: 1.5em;
      margin-bottom: 1.5em; } }

h3 {
  font-size: 1.35em; }
  @media (max-width: 768px) {
    h3 {
      font-size: 1.25em; } }


h4,
h5 {
  font-family: "wmt_bold", san-serif;
  letter-spacing: 0.02em;
  font-size: 1.2em; }
  @media (max-width: 480px) {
    
    h4,
    h5 {
      font-size: 1.1em; } }

h5 {
  font-size: 0.85em;
  letter-spacing: 0.05em; }

p {
  line-height: 1.5em; }
  .content p {
    margin-bottom: 1em; }

footer {
  text-transform: uppercase;
  font-size: 0.85em; }

strong {
  font-family: "wmt_bold", san-serif;
  letter-spacing: 0.02em;
  font-weight: normal; }

em {
  font-style: italic; }

a {
  color: #000000; }
  p a {
    font-family: "wmt_medium", san-serif; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 720px; } }

@media (min-width: 992px) {
  .container {
    width: 940px; } }

@media (min-width: 1200px) {
  .container {
    width: 1140px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:before,
.btn-group-vertical &gt; .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

._1 {
  -webkit-animation-delay: 220ms;
  -moz-animation-delay: 220ms;
  -ms-animation-delay: 220ms;
  -o-animation-delay: 220ms;
  animation-delay: 220ms; }

._2 {
  -webkit-animation-delay: 440ms;
  -moz-animation-delay: 440ms;
  -ms-animation-delay: 440ms;
  -o-animation-delay: 440ms;
  animation-delay: 440ms; }

._3 {
  -webkit-animation-delay: 660ms;
  -moz-animation-delay: 660ms;
  -ms-animation-delay: 660ms;
  -o-animation-delay: 660ms;
  animation-delay: 660ms; }

._4 {
  -webkit-animation-delay: 880ms;
  -moz-animation-delay: 880ms;
  -ms-animation-delay: 880ms;
  -o-animation-delay: 880ms;
  animation-delay: 880ms; }

._5 {
  -webkit-animation-delay: 1100ms;
  -moz-animation-delay: 1100ms;
  -ms-animation-delay: 1100ms;
  -o-animation-delay: 1100ms;
  animation-delay: 1100ms; }

._6 {
  -webkit-animation-delay: 1320ms;
  -moz-animation-delay: 1320ms;
  -ms-animation-delay: 1320ms;
  -o-animation-delay: 1320ms;
  animation-delay: 1320ms; }

._7 {
  -webkit-animation-delay: 1540ms;
  -moz-animation-delay: 1540ms;
  -ms-animation-delay: 1540ms;
  -o-animation-delay: 1540ms;
  animation-delay: 1540ms; }

._8 {
  -webkit-animation-delay: 1760ms;
  -moz-animation-delay: 1760ms;
  -ms-animation-delay: 1760ms;
  -o-animation-delay: 1760ms;
  animation-delay: 1760ms; }

._9 {
  -webkit-animation-delay: 1980ms;
  -moz-animation-delay: 1980ms;
  -ms-animation-delay: 1980ms;
  -o-animation-delay: 1980ms;
  animation-delay: 1980ms; }

._10 {
  -webkit-animation-delay: 2200ms;
  -moz-animation-delay: 2200ms;
  -ms-animation-delay: 2200ms;
  -o-animation-delay: 2200ms;
  animation-delay: 2200ms; }

/* CSS Document */
main .icon-list {
  list-style: none;
  padding-left: 0 !important;
  padding-right: 0; }
  main .icon-list::after {
    clear: both;
    content: "";
    display: block; }
  main .icon-list li {
    border-bottom: 1px solid #cccccc;
    list-style: none;
    float: left;
    clear: both;
    padding: 0.5em 0;
    width: 100%;
    margin-bottom: 0.25em !important; }
    main .icon-list li:before {
      font-size: 2.6em;
      float: left;
      margin-top: -0.2em;
      margin-right: 0.35em;
      transition: all 250ms ease; }
      .white main .icon-list li:before {
        color: #ffffff; }
      .black main .icon-list li:before {
        color: #000000; }
      .blue main .icon-list li:before {
        color: #2d7fc4; }
      .pink main .icon-list li:before {
        color: #f99cc8; }
      .teal main .icon-list li:before {
        color: #6ecbc7; }
      .purple main .icon-list li:before {
        color: #863796; }
      .peach main .icon-list li:before {
        color: #ee8275; }
      .navy main .icon-list li:before {
        color: #365495; }
      .yellow main .icon-list li:before {
        color: #facc20; }
      .red main .icon-list li:before {
        color: #d0003c; }
      .magenta main .icon-list li:before {
        color: #e800ae; }
      @media (max-width: 480px) {
        main .icon-list li:before {
          margin-top: 0; } }
    main .icon-list li a {
      text-decoration: none; }
      main .icon-list li a:hover {
        text-decoration: underline; }
    main .icon-list li:hover:before {
      transform: scale(1.1); }
    @media (max-width: 480px) {
      main .icon-list li {
        font-size: 0.9em; } }
  main .icon-list.small li {
    border-bottom: none;
    padding: 0;
    font-size: 2rem !important; }
    main .icon-list.small li a {
      font-size: 13.5px !important; }
    main .icon-list.small li:before {
      font-size: 2rem !important;
      margin-top: -0.05em; }
    main .icon-list.small li::before {
      font-size: 2rem !important;
      margin-top: -0.05em; }

main .icon,
p .icon {
  padding: 0.75em 0 1em;
  display: block;
  text-decoration: none;
  font-weight: "wmt_bold", san-serif !important;
  margin-top: 1.5em; }
  main .icon:before,
  p .icon:before {
    font-size: 2.6em;
    float: left;
    margin-top: -0.2em;
    margin-right: 0.25em;
    transition: all 220ms ease; }
    .white main .icon:before, .white
    p .icon:before {
      color: #ffffff; }
    .black main .icon:before, .black
    p .icon:before {
      color: #000000; }
    .blue main .icon:before, .blue
    p .icon:before {
      color: #2d7fc4; }
    .pink main .icon:before, .pink
    p .icon:before {
      color: #f99cc8; }
    .teal main .icon:before, .teal
    p .icon:before {
      color: #6ecbc7; }
    .purple main .icon:before, .purple
    p .icon:before {
      color: #863796; }
    .peach main .icon:before, .peach
    p .icon:before {
      color: #ee8275; }
    .navy main .icon:before, .navy
    p .icon:before {
      color: #365495; }
    .yellow main .icon:before, .yellow
    p .icon:before {
      color: #facc20; }
    .red main .icon:before, .red
    p .icon:before {
      color: #d0003c; }
    .magenta main .icon:before, .magenta
    p .icon:before {
      color: #e800ae; }
    @media (max-width: 480px) {
      main .icon:before,
      p .icon:before {
        margin-top: 0; } }
  main .icon:hover:before,
  p .icon:hover:before {
    transform: scale(1.1); }

/******* ui icons ***/
@font-face {
  font-family: "windmill";
  src: url("../assets/fonts/windmill.eot?ohok43");
  src: url("../assets/fonts/windmill.eot?ohok43#iefix") format("embedded-opentype"), url("../assets/fonts/windmill.ttf?ohok43") format("truetype"), url("../assets/fonts/windmill.woff?ohok43") format("woff"), url("../assets/fonts/windmill.svg?ohok43#windmill") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "windmill" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "windmill" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a[class^="icon-"],
a[class*=" icon-"] {
  text-decoration: none; }

.icon-arrow-circle-down:before {
  content: "\e905"; }

.icon-home:before {
  content: "\e906"; }

.icon-al:before {
  content: "\e900"; }

.icon-ad:before {
  content: "\e901"; }

.icon-tt:before {
  content: "\e902"; }

.icon-ai:before {
  content: "\e903"; }

.icon-wh:before {
  content: "\e904"; }

.icon---minus.minus:before {
  content: "\f067" !important; }

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

.icon---minus.plus:before {
  content: "\f068" !important; }

.icon---minus:before {
  content: "\f068"; }

.icon---envelope:before {
  content: "\f003"; }

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

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

.icon---linked-in:before {
  content: "\f0e1"; }

.icon-play-circle:before {
  content: "\f144"; }

.icon-accessibility:before {
  content: "\e9b2"; }

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

.icon-minus:before {
  content: "\ea0b"; }

.icon-time-circle:before {
  content: "\61"; }

.icon-info-circle:before {
  content: "\62"; }

.icon-warning-circle:before {
  content: "\63"; }

.icon-hear-circle:before {
  content: "\64"; }

.icon-access-circle:before {
  content: "\65"; }

.icon-ticket-circle:before {
  content: "\66"; }

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

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

.icon-linkedin-circle:before {
  content: "\68"; }

.icon-wechat-circle:before {
  content: "\69"; }

.icon-language-en-circle:before {
  content: "\6a"; }

.icon-language-ch-circle:before {
  content: "\6b"; }

.icon-language-fr-circle:before {
  content: "\6c"; }

.icon-language-en:before {
  content: "\6d"; }

.icon-language-ch:before {
  content: "\6e"; }

.icon-language-fr:before {
  content: "\6f"; }

.icon-like:before {
  content: "\42"; }

.icon-tweet:before {
  content: "\4d"; }

.icon-sms:before {
  content: "\4e"; }

.icon-email:before {
  content: "\4f"; }

.icon-cart:before {
  content: "\50"; }

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

.icon-login:before {
  content: "\52"; }

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

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

.icon-vimeo:before {
  content: "\57"; }

.icon-pinterest:before {
  content: "\58"; }

.icon-enews:before {
  content: "\59"; }

.icon-down:before {
  content: "\5a"; }

.icon-up:before {
  content: "\30"; }

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

.icon-right:before {
  content: "\32"; }

.icon-down-circle:before {
  content: "\33"; }

.icon-up-circle:before {
  content: "\34"; }

.icon-left-circle:before {
  content: "\35"; }

.icon-right-circle:before {
  content: "\36"; }

.icon-down-mini-circle:before {
  content: "\37"; }

.icon-up-mini-circle:before {
  content: "\38"; }

.icon-left-mini-circle:before {
  content: "\39"; }

.icon-right-mini-circle:before {
  content: "\21"; }

.icon-map:before {
  content: "\22"; }

.icon-down-mini:before {
  content: "\23"; }

.icon-up-mini:before {
  content: "\24"; }

.icon-right-mini:before {
  content: "\25"; }

.icon-map-fill:before {
  content: "\26"; }

.icon-left-mini:before {
  content: "\27"; }

.icon-apple:before {
  content: "\28"; }

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

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

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

.icon-audio-described:before {
  content: "\3b"; }

.icon-closed-captions:before {
  content: "\3c"; }

.icon-play:before {
  content: "\3d"; }

.icon-rated-g:before {
  content: "\3e"; }

.icon-rated-m:before {
  content: "\3f"; }

.icon-rated-ma:before {
  content: "\40"; }

.icon-rated-pg:before {
  content: "\5b"; }

.icon-rated-r:before {
  content: "\5d"; }

.icon-strobe-lighting:before {
  content: "\5e"; }

.icon-ticket:before {
  content: "\5f"; }

.icon-phone:before {
  content: "\60"; }

.icon-price:before {
  content: "\7b"; }

.icon-back:before {
  content: "\7c"; }

.icon-print:before {
  content: "\7d"; }

.icon-pdf:before {
  content: "\7e"; }

.icon-delete:before {
  content: "\74"; }

.icon-phone-circle:before {
  content: "\75"; }

.icon-email-circle:before {
  content: "\76"; }

.icon-arrows-alt:before {
  content: "\41"; }

.icon-age:before {
  content: "\70"; }

.icon-calendar-circle:before {
  content: "\71"; }

.icon-gift-circle:before {
  content: "\72"; }

.icon-ethical:before {
  content: "\73"; }

.icon-ict:before {
  content: "\77"; }

.icon-info:before {
  content: "\78"; }

.icon-interactive:before {
  content: "\79"; }

.icon-intercultural:before {
  content: "\7a"; }

.icon-numeracy:before {
  content: "\44"; }

.icon-social:before {
  content: "\45"; }

.icon-studyguide:before {
  content: "\46"; }

.icon-thinking:before {
  content: "\47"; }

.icon-video:before {
  content: "\48"; }

.icon-access:before {
  content: "\49"; }

.icon-link:before {
  content: "\43"; }

.icon-question:before {
  content: "\4a"; }

.icon-literacy:before {
  content: "\4b"; }

.menu-menu-top {
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .menu-menu-top {
      padding: 8px 8px 8px 30px;
      background-color: #fff;
      border-radius: 50px;
      box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.1); }
      .menu-menu-top .menu-header-menu-container {
        display: flex;
        align-items: center; } }

.main-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  background-color: white !important;
  height: 100vh;
  width: 100vw;
  opacity: 1;
  transform: translateX(100vw);
  overflow-x: hidden;
  overflow-y: auto; }
  .main-menu .main-menu-inner {
    display: flex;
    align-items: stretch;
    min-height: 100%; }
    .main-menu .main-menu-inner .left,
    .main-menu .main-menu-inner .right {
      flex: 0 0 50%;
      min-height: 100vh; }
      @media (max-width: 1099px) {
        .main-menu .main-menu-inner .left,
        .main-menu .main-menu-inner .right {
          flex: 0 0 100%; } }
    .main-menu .main-menu-inner .right {
      transform: translateX(50px);
      opacity: 0;
      transition: transform 350ms ease-in-out, opacity 350ms ease-in-out;
      transition-delay: 0; }
    .main-menu .main-menu-inner .left .left-inner {
      display: flex;
      flex-direction: column;
      padding: 27px 44px 45px 165px;
      /* opacity: 0;
                transition: opacity 350ms ease-in-out;
                transition-delay: 500ms; */ }
      @media (max-width: 1099px) {
        .main-menu .main-menu-inner .left .left-inner {
          padding-top: 23px; } }
      @media (max-width: 1199px) {
        .main-menu .main-menu-inner .left .left-inner {
          min-height: 100vh; } }
      @media (max-width: 767px) {
        .main-menu .main-menu-inner .left .left-inner {
          padding: 23px 58px 50px 58px; } }
    .main-menu .main-menu-inner .left .top {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 20px; }
      @media (max-width: 1099px) {
        .main-menu .main-menu-inner .left .top {
          padding-right: 53px;
          margin-top: 7px; } }
      @media (max-width: 767px) {
        .main-menu .main-menu-inner .left .top {
          padding-right: 22px;
          margin-top: 0px; } }
      .main-menu .main-menu-inner .left .top .dn-icon-search {
        font-size: 38px;
        text-decoration: none;
        margin-left: 22px;
        transition: all 220ms ease; }
        .main-menu .main-menu-inner .left .top .dn-icon-search:hover {
          transform: scale(1.1) rotate(-10deg); }
        @media (max-width: 767px) {
          .main-menu .main-menu-inner .left .top .dn-icon-search {
            font-size: 35px; } }
      .main-menu .main-menu-inner .left .top .button {
        background: black;
        color: white; }
        .main-menu .main-menu-inner .left .top .button:hover {
          background: transparent;
          color: black; }
        @media (max-width: 767px) {
          .main-menu .main-menu-inner .left .top .button {
            display: none !important; } }
    .main-menu .main-menu-inner .left .flex-grow-1 {
      flex: 1 0 30px; }
      @media (max-width: 1199px) {
        .main-menu .main-menu-inner .left .flex-grow-1 {
          flex: 1 0 100%; } }
    .main-menu .main-menu-inner .left .menu-primary-menu-container {
      margin-bottom: 30px; }
    .main-menu .main-menu-inner .left .flex-grow-2 {
      flex: 1 1 40px; }
      @media (max-width: 1799px) {
        .main-menu .main-menu-inner .left .flex-grow-2 {
          flex: 0 0 20px; } }
      @media (max-width: 1499px) {
        .main-menu .main-menu-inner .left .flex-grow-2 {
          flex: 0 0 10px; } }
      @media (max-width: 767px) {
        .main-menu .main-menu-inner .left .flex-grow-2 {
          display: none; } }
    .main-menu .main-menu-inner .left .social {
      text-align: left;
      transition: opacity 600ms cubic-bezier(0.77, 0, 0.175, 1), transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
      opacity: 0;
      transform: translateX(-50px);
      transition-delay: 0;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .main-menu .main-menu-inner .left .social {
          display: none; } }
      .main-menu .main-menu-inner .left .social li {
        display: inline-block;
        text-align: left;
        margin: 0 12px; }
        @media (max-width: 1499px) {
          .main-menu .main-menu-inner .left .social li {
            margin: 0 9px; } }
        .main-menu .main-menu-inner .left .social li:first-of-type {
          margin-left: 0; }
        .main-menu .main-menu-inner .left .social li:last-of-type {
          margin-right: 0; }
        .main-menu .main-menu-inner .left .social li a {
          display: block;
          color: black !important;
          font-size: 25px;
          text-decoration: none;
          transition: all 220ms ease; }
          @media (max-width: 1799px) {
            .main-menu .main-menu-inner .left .social li a {
              font-size: 20px; } }
          .main-menu .main-menu-inner .left .social li a:hover {
            transform: scale(1.1) rotate(-10deg); }
    .main-menu .main-menu-inner .left .flex-grow-3 {
      flex: 1 1 20px; }
      @media (max-width: 1499px) {
        .main-menu .main-menu-inner .left .flex-grow-3 {
          flex: 0 0 10px; } }
      @media (max-width: 767px) {
        .main-menu .main-menu-inner .left .flex-grow-3 {
          display: none; } }
    .main-menu .main-menu-inner .left .img-container {
      width: 141px;
      transition: opacity 600ms cubic-bezier(0.77, 0, 0.175, 1), transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
      opacity: 0;
      transform: translateX(-50px);
      transition-delay: 0; }
      @media (max-width: 1799px) {
        .main-menu .main-menu-inner .left .img-container {
          width: 100px; } }
      @media (max-width: 767px) {
        .main-menu .main-menu-inner .left .img-container {
          display: none; } }
    .main-menu .main-menu-inner .left .flex-grow-4 {
      flex: 1 1 0; }
      @media (max-width: 1199px) {
        .main-menu .main-menu-inner .left .flex-grow-4 {
          flex: 2 1 100%; } }
    .main-menu .main-menu-inner .left.white {
      background-color: #ffffff; }
      .main-menu .main-menu-inner .left.white .top .button {
        color: #ffffff; }
    .main-menu .main-menu-inner .left.blue {
      background-color: #2d7fc4; }
      .main-menu .main-menu-inner .left.blue .top .button {
        color: #2d7fc4; }
    .main-menu .main-menu-inner .left.black {
      background-color: #000000; }
      .main-menu .main-menu-inner .left.black .top .button {
        color: #000000; }
    .main-menu .main-menu-inner .left.pink {
      background-color: #f99cc8; }
      .main-menu .main-menu-inner .left.pink .top .button {
        color: #f99cc8; }
    .main-menu .main-menu-inner .left.teal {
      background-color: #6ecbc7; }
      .main-menu .main-menu-inner .left.teal .top .button {
        color: #6ecbc7; }
    .main-menu .main-menu-inner .left.purple {
      background-color: #863796; }
      .main-menu .main-menu-inner .left.purple .top .button {
        color: #863796; }
    .main-menu .main-menu-inner .left.peach {
      background-color: #ee8275; }
      .main-menu .main-menu-inner .left.peach .top .button {
        color: #ee8275; }
    .main-menu .main-menu-inner .left.navy {
      background-color: #365495; }
      .main-menu .main-menu-inner .left.navy .top .button {
        color: #365495; }
    .main-menu .main-menu-inner .left.yellow {
      background-color: #facc20; }
      .main-menu .main-menu-inner .left.yellow .top .button {
        color: #facc20; }
    .main-menu .main-menu-inner .left.red {
      background-color: #d0003c; }
      .main-menu .main-menu-inner .left.red .top .button {
        color: #d0003c; }
    .main-menu .main-menu-inner .left.magenta {
      background-color: #e800ae; }
      .main-menu .main-menu-inner .left.magenta .top .button {
        color: #e800ae; }
    .main-menu .main-menu-inner .left.black .menu li a, .main-menu .main-menu-inner .left.blue .menu li a, .main-menu .main-menu-inner .left.pink .menu li a, .main-menu .main-menu-inner .left.teal .menu li a, .main-menu .main-menu-inner .left.purple .menu li a, .main-menu .main-menu-inner .left.peach .menu li a, .main-menu .main-menu-inner .left.navy .menu li a, .main-menu .main-menu-inner .left.yellow .menu li a, .main-menu .main-menu-inner .left.red .menu li a, .main-menu .main-menu-inner .left.magenta .menu li a {
      color: white !important; }
    .main-menu .main-menu-inner .left.black .social li a, .main-menu .main-menu-inner .left.blue .social li a, .main-menu .main-menu-inner .left.pink .social li a, .main-menu .main-menu-inner .left.teal .social li a, .main-menu .main-menu-inner .left.purple .social li a, .main-menu .main-menu-inner .left.peach .social li a, .main-menu .main-menu-inner .left.navy .social li a, .main-menu .main-menu-inner .left.yellow .social li a, .main-menu .main-menu-inner .left.red .social li a, .main-menu .main-menu-inner .left.magenta .social li a {
      color: white !important; }
    .main-menu .main-menu-inner .left.black .top .button, .main-menu .main-menu-inner .left.blue .top .button, .main-menu .main-menu-inner .left.pink .top .button, .main-menu .main-menu-inner .left.teal .top .button, .main-menu .main-menu-inner .left.purple .top .button, .main-menu .main-menu-inner .left.peach .top .button, .main-menu .main-menu-inner .left.navy .top .button, .main-menu .main-menu-inner .left.yellow .top .button, .main-menu .main-menu-inner .left.red .top .button, .main-menu .main-menu-inner .left.magenta .top .button {
      background: white; }
      .main-menu .main-menu-inner .left.black .top .button:hover, .main-menu .main-menu-inner .left.blue .top .button:hover, .main-menu .main-menu-inner .left.pink .top .button:hover, .main-menu .main-menu-inner .left.teal .top .button:hover, .main-menu .main-menu-inner .left.purple .top .button:hover, .main-menu .main-menu-inner .left.peach .top .button:hover, .main-menu .main-menu-inner .left.navy .top .button:hover, .main-menu .main-menu-inner .left.yellow .top .button:hover, .main-menu .main-menu-inner .left.red .top .button:hover, .main-menu .main-menu-inner .left.magenta .top .button:hover {
        background-color: transparent;
        color: white; }
    .main-menu .main-menu-inner .left.black .top .dn-icon-search, .main-menu .main-menu-inner .left.blue .top .dn-icon-search, .main-menu .main-menu-inner .left.pink .top .dn-icon-search, .main-menu .main-menu-inner .left.teal .top .dn-icon-search, .main-menu .main-menu-inner .left.purple .top .dn-icon-search, .main-menu .main-menu-inner .left.peach .top .dn-icon-search, .main-menu .main-menu-inner .left.navy .top .dn-icon-search, .main-menu .main-menu-inner .left.yellow .top .dn-icon-search, .main-menu .main-menu-inner .left.red .top .dn-icon-search, .main-menu .main-menu-inner .left.magenta .top .dn-icon-search {
      color: white !important; }
    .main-menu .main-menu-inner .left.white .top .button:hover {
      background-color: transparent;
      color: black; }
    .main-menu .main-menu-inner .left.right-color-white .top .button:hover {
      background-color: #ffffff; }
    .main-menu .main-menu-inner .left.right-color-blue .top .button:hover {
      background-color: #2d7fc4;
      color: white; }
    .main-menu .main-menu-inner .left.right-color-black .top .button:hover {
      background-color: #000000;
      color: white; }
    .main-menu .main-menu-inner .left.right-color-pink .top .button:hover {
      background-color: #f99cc8;
      color: white; }
    .main-menu .main-menu-inner .left.right-color-teal .top .button:hover {
      background-color: #6ecbc7;
      color: white; }
    .main-menu .main-menu-inner .left.right-color-purple .top .button:hover {
      background-color: #863796;
      color: white; }
    .main-menu .main-menu-inner .left.right-color-peach .top .button:hover {
      background-color: #ee8275;
      color: white; }
    .main-menu .main-menu-inner .left.right-color-navy .top .button:hover {
      background-color: #365495;
      color: white; }
    .main-menu .main-menu-inner .left.right-color-yellow .top .button:hover {
      background-color: #facc20;
      color: white; }
    .main-menu .main-menu-inner .left.right-color-red .top .button:hover {
      background-color: #d0003c;
      color: white; }
    .main-menu .main-menu-inner .left.right-color-magenta .top .button:hover {
      background-color: #e800ae;
      color: white; }
    .main-menu .main-menu-inner .right {
      display: flex;
      flex-direction: column;
      /* &amp;&gt;* {
                transform:translateX(-30px);
                transition: transform 350ms ease-in-out;
                transition-delay: 600ms;
            } */ }
      .main-menu .main-menu-inner .right h1 {
        position: static;
        text-align: left;
        color: black;
        top: auto;
        transform: none;
        margin-bottom: 26px;
        display: block;
        font-size: 4em;
        line-height: 1;
        width: auto;
        float: none;
        margin-left: 0;
        letter-spacing: 0;
        padding-left: 0;
        padding-right: 0; }
      .main-menu .main-menu-inner .right h2 {
        border-top: none;
        text-align: left;
        line-height: 1.5;
        font-size: 1.2em;
        margin-bottom: 36px;
        width: auto;
        float: none;
        margin-left: 0;
        letter-spacing: 0; }
      .main-menu .main-menu-inner .right.blue {
        background-color: #2d7fc4; }
        .main-menu .main-menu-inner .right.blue .button {
          color: #2d7fc4; }
      .main-menu .main-menu-inner .right.black {
        background-color: #000000; }
        .main-menu .main-menu-inner .right.black .button {
          color: #000000; }
      .main-menu .main-menu-inner .right.white {
        background-color: #ffffff; }
        .main-menu .main-menu-inner .right.white .button {
          color: #ffffff; }
      .main-menu .main-menu-inner .right.pink {
        background-color: #f99cc8; }
        .main-menu .main-menu-inner .right.pink .button {
          color: #f99cc8; }
      .main-menu .main-menu-inner .right.teal {
        background-color: #6ecbc7; }
        .main-menu .main-menu-inner .right.teal .button {
          color: #6ecbc7; }
      .main-menu .main-menu-inner .right.purple {
        background-color: #863796; }
        .main-menu .main-menu-inner .right.purple .button {
          color: #863796; }
      .main-menu .main-menu-inner .right.peach {
        background-color: #ee8275; }
        .main-menu .main-menu-inner .right.peach .button {
          color: #ee8275; }
      .main-menu .main-menu-inner .right.navy {
        background-color: #365495; }
        .main-menu .main-menu-inner .right.navy .button {
          color: #365495; }
      .main-menu .main-menu-inner .right.yellow {
        background-color: #facc20; }
        .main-menu .main-menu-inner .right.yellow .button {
          color: #facc20; }
      .main-menu .main-menu-inner .right.red {
        background-color: #d0003c; }
        .main-menu .main-menu-inner .right.red .button {
          color: #d0003c; }
      .main-menu .main-menu-inner .right.magenta {
        background-color: #e800ae; }
        .main-menu .main-menu-inner .right.magenta .button {
          color: #e800ae; }
      .main-menu .main-menu-inner .right.black h1,
      .main-menu .main-menu-inner .right.black h2, .main-menu .main-menu-inner .right.blue h1,
      .main-menu .main-menu-inner .right.blue h2, .main-menu .main-menu-inner .right.pink h1,
      .main-menu .main-menu-inner .right.pink h2, .main-menu .main-menu-inner .right.teal h1,
      .main-menu .main-menu-inner .right.teal h2, .main-menu .main-menu-inner .right.purple h1,
      .main-menu .main-menu-inner .right.purple h2, .main-menu .main-menu-inner .right.peach h1,
      .main-menu .main-menu-inner .right.peach h2, .main-menu .main-menu-inner .right.navy h1,
      .main-menu .main-menu-inner .right.navy h2, .main-menu .main-menu-inner .right.yellow h1,
      .main-menu .main-menu-inner .right.yellow h2, .main-menu .main-menu-inner .right.red h1,
      .main-menu .main-menu-inner .right.red h2, .main-menu .main-menu-inner .right.magenta h1,
      .main-menu .main-menu-inner .right.magenta h2 {
        color: white; }
      .main-menu .main-menu-inner .right.black .button, .main-menu .main-menu-inner .right.blue .button, .main-menu .main-menu-inner .right.pink .button, .main-menu .main-menu-inner .right.teal .button, .main-menu .main-menu-inner .right.purple .button, .main-menu .main-menu-inner .right.peach .button, .main-menu .main-menu-inner .right.navy .button, .main-menu .main-menu-inner .right.yellow .button, .main-menu .main-menu-inner .right.red .button, .main-menu .main-menu-inner .right.magenta .button {
        background-color: white; }
        .main-menu .main-menu-inner .right.black .button:hover, .main-menu .main-menu-inner .right.blue .button:hover, .main-menu .main-menu-inner .right.pink .button:hover, .main-menu .main-menu-inner .right.teal .button:hover, .main-menu .main-menu-inner .right.purple .button:hover, .main-menu .main-menu-inner .right.peach .button:hover, .main-menu .main-menu-inner .right.navy .button:hover, .main-menu .main-menu-inner .right.yellow .button:hover, .main-menu .main-menu-inner .right.red .button:hover, .main-menu .main-menu-inner .right.magenta .button:hover {
          background-color: black;
          color: white; }
      .main-menu .main-menu-inner .right.white h1,
      .main-menu .main-menu-inner .right.white h2 {
        color: black; }
        .main-menu .main-menu-inner .right.white h1 .button,
        .main-menu .main-menu-inner .right.white h2 .button {
          background-color: black; }
          .main-menu .main-menu-inner .right.white h1 .button:hover,
          .main-menu .main-menu-inner .right.white h2 .button:hover {
            background-color: white;
            color: black; }
      .main-menu .main-menu-inner .right .top-image {
        flex: 1 1 auto;
        position: relative; }
        .main-menu .main-menu-inner .right .top-image .bg-image {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: 50% 50%;
          background-size: cover; }
      .main-menu .main-menu-inner .right .bottom-section {
        flex: 0 0 auto;
        text-align: left;
        padding: 35px 60px 40px; }
        .main-menu .main-menu-inner .right .bottom-section h2 {
          font-family: "wmt_book", san-serif;
          text-transform: none; }
      @media (max-width: 1099px) {
        .main-menu .main-menu-inner .right {
          display: none; } }
  .main-menu .menu {
    box-sizing: border-box;
    transition: all 500ms ease;
    position: relative; }
    .main-menu .menu li {
      padding: 0;
      transition: opacity 600ms cubic-bezier(0.77, 0, 0.175, 1), transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
      opacity: 0;
      transform: translateX(-50px);
      transition-delay: 0; }
      .main-menu .menu li:nth-child(0), .main-menu .menu li:nth-child(1), .main-menu .menu li:nth-child(2), .main-menu .menu li:nth-child(3), .main-menu .menu li:nth-child(4), .main-menu .menu li:nth-child(5), .main-menu .menu li:nth-child(6), .main-menu .menu li:nth-child(7), .main-menu .menu li:nth-child(8) {
        transition-delay: 0ms; }
      .main-menu .menu li:not(:last-of-type) {
        margin-bottom: 40px; }
        @media (max-width: 1499px) {
          .main-menu .menu li:not(:last-of-type) {
            margin-bottom: 30px; } }
      .main-menu .menu li a {
        font-family: "wmt_extrabold", san-serif;
        font-size: 1.4em;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 0.05em;
        transition: all 220ms ease;
        display: block;
        text-align: left;
        line-height: 1;
        color: black !important; }
        @media (max-width: 1499px) {
          .main-menu .menu li a {
            font-size: 1.2em; } }
        .main-menu .menu li a:hover {
          transform: translateX(0.5em); }

.menu-bg {
  display: none; }

.menu-trigger {
  clip: rect(0, 0, 0, 0);
  visibility: hidden;
  opacity: 0;
  width: 0;
  margin-left: 20px;
  transition: background-color 500ms ease; }
  @media (max-width: 767px) {
    .menu-trigger {
      margin-left: 17px; } }
  .menu-trigger + label {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    background-color: black;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 220ms ease-out; }
    .white .menu-trigger + label,
    .default .menu-trigger + label {
      color: #ffffff; }
    .menu-trigger + label:hover {
      cursor: pointer;
      transform: scale(1.1); }
    .menu-trigger + label .burger {
      list-style: none;
      position: relative;
      height: 100%;
      width: 100%; }
      .menu-trigger + label .burger li {
        display: block;
        background-color: white;
        width: 21px;
        margin: 0 10px;
        height: 3px;
        position: absolute;
        margin-top: -1.5px;
        transform-origin: center left;
        transition: background-color 220ms ease-out 0s, transform 220ms ease-out 0s, top 220ms ease-out 0s, opacity 220ms ease-out 0s; }
      .menu-trigger + label .burger .top {
        top: 34%; }
      .menu-trigger + label .burger .middle {
        top: 50%;
        animation-delay: 100ms !important; }
      .menu-trigger + label .burger .bottom {
        top: 68%;
        animation-delay: 200ms !important; }
  .menu-trigger:checked + label {
    background-color: black !important;
    transition-delay: 500ms; }
    .menu-trigger:checked + label .burger li {
      background-color: white !important;
      transition: background-color 220ms ease-out 500ms, transform 220ms ease-out 0s, top 220ms ease-out 0s, opacity 220ms ease-out 0s; }
    .menu-trigger:checked + label .burger .top {
      transform: rotate(-45deg) translate(20%);
      top: 74%; }
    .menu-trigger:checked + label .burger .middle {
      opacity: 0; }
    .menu-trigger:checked + label .burger .bottom {
      transform: rotate(45deg) translate(20%);
      top: 22%; }
  .menu-trigger:checked ~ .main-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0); }
    @media (max-width: 768px) {
      .menu-trigger:checked ~ .main-menu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; } }
    .menu-trigger:checked ~ .main-menu .main-menu-inner .right {
      transition-delay: 600ms;
      transform: translateX(0);
      opacity: 1; }
    .menu-trigger:checked ~ .main-menu .main-menu-inner .menu li {
      transform: translateX(0);
      opacity: 1; }
      .menu-trigger:checked ~ .main-menu .main-menu-inner .menu li:nth-child(0) {
        transition-delay: 0; }
      .menu-trigger:checked ~ .main-menu .main-menu-inner .menu li:nth-child(1) {
        transition-delay: 100ms; }
      .menu-trigger:checked ~ .main-menu .main-menu-inner .menu li:nth-child(2) {
        transition-delay: 200ms; }
      .menu-trigger:checked ~ .main-menu .main-menu-inner .menu li:nth-child(3) {
        transition-delay: 300ms; }
      .menu-trigger:checked ~ .main-menu .main-menu-inner .menu li:nth-child(4) {
        transition-delay: 400ms; }
      .menu-trigger:checked ~ .main-menu .main-menu-inner .menu li:nth-child(5) {
        transition-delay: 500ms; }
      .menu-trigger:checked ~ .main-menu .main-menu-inner .menu li:nth-child(6) {
        transition-delay: 600ms; }
      .menu-trigger:checked ~ .main-menu .main-menu-inner .menu li:nth-child(7) {
        transition-delay: 700ms; }
      .menu-trigger:checked ~ .main-menu .main-menu-inner .menu li:nth-child(8) {
        transition-delay: 800ms; }
    .menu-trigger:checked ~ .main-menu .main-menu-inner .social {
      transform: translateX(0);
      opacity: 1;
      transition-delay: 900ms; }
    .menu-trigger:checked ~ .main-menu .main-menu-inner .left .img-container {
      transform: translateX(0);
      opacity: 1;
      transition-delay: 1000ms; }

.menu-label {
  display: none;
  position: absolute;
  right: 80px;
  top: 18px;
  text-transform: uppercase;
  font-family: "wmt_medium", san-serif;
  letter-spacing: 0.1em;
  font-size: 0.7em;
  text-align: right;
  color: #ffffff;
  pointer-events: none; }
  .white .menu-label {
    color: #ffffff; }
  .black .menu-label {
    color: #000000; }
  .blue .menu-label {
    color: #2d7fc4; }
  .pink .menu-label {
    color: #f99cc8; }
  .teal .menu-label {
    color: #6ecbc7; }
  .purple .menu-label {
    color: #863796; }
  .peach .menu-label {
    color: #ee8275; }
  .navy .menu-label {
    color: #365495; }
  .yellow .menu-label {
    color: #facc20; }
  .red .menu-label {
    color: #d0003c; }
  .magenta .menu-label {
    color: #e800ae; }
  @media (max-width: 480px) {
    .menu-label {
      right: 70px; } }

#side-icons {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 998; }
  #side-icons.stick {
    position: absolute; }
  @media print {
    #side-icons {
      display: none; } }
  #side-icons ul {
    list-style: none; }
    #side-icons ul li {
      display: block;
      width: 25px;
      height: 25px;
      box-sizing: border-box;
      text-align: center;
      border-radius: 50%;
      margin-top: 0.25em;
      position: relative;
      transition: all 500ms ease;
      -webkit-transform: translateZ(0); }
      @media (max-width: 480px) {
        #side-icons ul li {
          width: 30px;
          height: 30px; } }
      #side-icons ul li a {
        text-decoration: none;
        font-size: 20px;
        width: 100%;
        height: 100%;
        display: block;
        padding-top: 2px;
        line-height: 1em;
        box-sizing: border-box;
        animation-delay: 500ms;
        transition: all 220ms ease; }
        @media (max-width: 480px) {
          #side-icons ul li a {
            font-size: 26px; } }
      #side-icons ul li span {
        position: absolute;
        display: block;
        background: #000000;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        opacity: 0;
        visibility: hidden;
        padding: 0.8em 1.2em;
        border-radius: 2em;
        font-size: 0.4em;
        font-family: "wmt_bold", san-serif;
        letter-spacing: 0.05em;
        color: #ffffff;
        text-align: right;
        text-transform: uppercase;
        transition: all 500ms ease;
        transition-delay: 220ms; }
        .white #side-icons ul li span {
          background-color: #ffffff; }
        .black #side-icons ul li span {
          background-color: #000000; }
        .blue #side-icons ul li span {
          background-color: #2d7fc4; }
        .pink #side-icons ul li span {
          background-color: #f99cc8; }
        .teal #side-icons ul li span {
          background-color: #6ecbc7; }
        .purple #side-icons ul li span {
          background-color: #863796; }
        .peach #side-icons ul li span {
          background-color: #ee8275; }
        .navy #side-icons ul li span {
          background-color: #365495; }
        .yellow #side-icons ul li span {
          background-color: #facc20; }
        .red #side-icons ul li span {
          background-color: #d0003c; }
        .magenta #side-icons ul li span {
          background-color: #e800ae; }
      #side-icons ul li:hover {
        transform: scale(1.4); }
        #side-icons ul li:hover a {
          transform: scale(1.3) rotate(-376deg); }
        #side-icons ul li:hover span {
          visibility: visible;
          opacity: 1;
          right: 28px;
          z-index: 99; }

.side-menu {
  @extent ul;
  margin-bottom: 1em; }
  .side-menu li {
    background-color: #000000; }
    .white .side-menu li {
      background-color: #ffffff; }
    .black .side-menu li {
      background-color: #000000; }
    .blue .side-menu li {
      background-color: #2d7fc4; }
    .pink .side-menu li {
      background-color: #f99cc8; }
    .teal .side-menu li {
      background-color: #6ecbc7; }
    .purple .side-menu li {
      background-color: #863796; }
    .peach .side-menu li {
      background-color: #ee8275; }
    .navy .side-menu li {
      background-color: #365495; }
    .yellow .side-menu li {
      background-color: #facc20; }
    .red .side-menu li {
      background-color: #d0003c; }
    .magenta .side-menu li {
      background-color: #e800ae; }
  .side-menu a {
    color: #ffffff; }
    .white .side-menu a {
      color: #000000; }

.side-social li {
  border-width: 2px;
  border-style: solid;
  border-color: #000000; }
  .white .side-social li {
    border-color: #ffffff; }
  .black .side-social li {
    border-color: #000000; }
  .blue .side-social li {
    border-color: #2d7fc4; }
  .pink .side-social li {
    border-color: #f99cc8; }
  .teal .side-social li {
    border-color: #6ecbc7; }
  .purple .side-social li {
    border-color: #863796; }
  .peach .side-social li {
    border-color: #ee8275; }
  .navy .side-social li {
    border-color: #365495; }
  .yellow .side-social li {
    border-color: #facc20; }
  .red .side-social li {
    border-color: #d0003c; }
  .magenta .side-social li {
    border-color: #e800ae; }
  @media (max-width: 480px) {
    .side-social li {
      border-width: 1px; } }

.side-social a {
  color: #000000;
  margin-top: -1px; }
  .white .side-social a {
    color: #ffffff; }
  .black .side-social a {
    color: #000000; }
  .blue .side-social a {
    color: #2d7fc4; }
  .pink .side-social a {
    color: #f99cc8; }
  .teal .side-social a {
    color: #6ecbc7; }
  .purple .side-social a {
    color: #863796; }
  .peach .side-social a {
    color: #ee8275; }
  .navy .side-social a {
    color: #365495; }
  .yellow .side-social a {
    color: #facc20; }
  .red .side-social a {
    color: #d0003c; }
  .magenta .side-social a {
    color: #e800ae; }
  .white .side-social a:visited, .white .side-social a:hover, .white .side-social a:active {
    color: #ffffff; }
  .black .side-social a:visited, .black .side-social a:hover, .black .side-social a:active {
    color: #000000; }
  .blue .side-social a:visited, .blue .side-social a:hover, .blue .side-social a:active {
    color: #2d7fc4; }
  .pink .side-social a:visited, .pink .side-social a:hover, .pink .side-social a:active {
    color: #f99cc8; }
  .teal .side-social a:visited, .teal .side-social a:hover, .teal .side-social a:active {
    color: #6ecbc7; }
  .purple .side-social a:visited, .purple .side-social a:hover, .purple .side-social a:active {
    color: #863796; }
  .peach .side-social a:visited, .peach .side-social a:hover, .peach .side-social a:active {
    color: #ee8275; }
  .navy .side-social a:visited, .navy .side-social a:hover, .navy .side-social a:active {
    color: #365495; }
  .yellow .side-social a:visited, .yellow .side-social a:hover, .yellow .side-social a:active {
    color: #facc20; }
  .red .side-social a:visited, .red .side-social a:hover, .red .side-social a:active {
    color: #d0003c; }
  .magenta .side-social a:visited, .magenta .side-social a:hover, .magenta .side-social a:active {
    color: #e800ae; }

form,
.nf-form-wrap,
.ninja-forms-form-wrap {
  padding-top: 0.5em; }
  form input,
  form textarea,
  form select,
  form .radio,
  .nf-form-wrap input,
  .nf-form-wrap textarea,
  .nf-form-wrap select,
  .nf-form-wrap .radio,
  .ninja-forms-form-wrap input,
  .ninja-forms-form-wrap textarea,
  .ninja-forms-form-wrap select,
  .ninja-forms-form-wrap .radio {
    appearance: none;
    border: none;
    border-radius: 0;
    background: none;
    box-sizing: border-box;
    transition: all 220ms ease;
    outline: none;
    font-family: "wmt_medium", san-serif;
    font-size: 1em;
    text-transform: none;
    color: #000000;
    width: 100%;
    padding: 0.9em 0;
    border-bottom: 1px solid #000000; }
    form input::after,
    form textarea::after,
    form select::after,
    form .radio::after,
    .nf-form-wrap input::after,
    .nf-form-wrap textarea::after,
    .nf-form-wrap select::after,
    .nf-form-wrap .radio::after,
    .ninja-forms-form-wrap input::after,
    .ninja-forms-form-wrap textarea::after,
    .ninja-forms-form-wrap select::after,
    .ninja-forms-form-wrap .radio::after {
      clear: both;
      content: "";
      display: block; }
    form input:first-child,
    form textarea:first-child,
    form select:first-child,
    form .radio:first-child,
    .nf-form-wrap input:first-child,
    .nf-form-wrap textarea:first-child,
    .nf-form-wrap select:first-child,
    .nf-form-wrap .radio:first-child,
    .ninja-forms-form-wrap input:first-child,
    .ninja-forms-form-wrap textarea:first-child,
    .ninja-forms-form-wrap select:first-child,
    .ninja-forms-form-wrap .radio:first-child {
      border-top: 1px solid #000000; }
    form input:hover,
    form textarea:hover,
    form select:hover,
    form .radio:hover,
    .nf-form-wrap input:hover,
    .nf-form-wrap textarea:hover,
    .nf-form-wrap select:hover,
    .nf-form-wrap .radio:hover,
    .ninja-forms-form-wrap input:hover,
    .ninja-forms-form-wrap textarea:hover,
    .ninja-forms-form-wrap select:hover,
    .ninja-forms-form-wrap .radio:hover {
      background-color: #f4f0e0; }
    form input:focus,
    form textarea:focus,
    form select:focus,
    form .radio:focus,
    .nf-form-wrap input:focus,
    .nf-form-wrap textarea:focus,
    .nf-form-wrap select:focus,
    .nf-form-wrap .radio:focus,
    .ninja-forms-form-wrap input:focus,
    .ninja-forms-form-wrap textarea:focus,
    .ninja-forms-form-wrap select:focus,
    .ninja-forms-form-wrap .radio:focus {
      background-color: #ede7cd; }
    form input::placeholder,
    form textarea::placeholder,
    form select::placeholder,
    form .radio::placeholder,
    .nf-form-wrap input::placeholder,
    .nf-form-wrap textarea::placeholder,
    .nf-form-wrap select::placeholder,
    .nf-form-wrap .radio::placeholder,
    .ninja-forms-form-wrap input::placeholder,
    .ninja-forms-form-wrap textarea::placeholder,
    .ninja-forms-form-wrap select::placeholder,
    .ninja-forms-form-wrap .radio::placeholder {
      color: #000000;
      opacity: 1; }
  form select,
  .nf-form-wrap select,
  .ninja-forms-form-wrap select {
    width: 100%;
    padding: 0.9em 0;
    -webkit-appearance: none; }
  form button,
  form input[type="submit"],
  .nf-form-wrap button,
  .nf-form-wrap input[type="submit"],
  .ninja-forms-form-wrap button,
  .ninja-forms-form-wrap input[type="submit"] {
    width: 100%;
    margin-top: 2em; }
  form input[type="radio"],
  form input[type="checkbox"],
  .nf-form-wrap input[type="radio"],
  .nf-form-wrap input[type="checkbox"],
  .ninja-forms-form-wrap input[type="radio"],
  .ninja-forms-form-wrap input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    padding: 0;
    margin: -0.5em 0.5em 0;
    border: none;
    box-shadow: inset 0 0 0 0px, 0 0 0 2px;
    border-radius: 50%;
    transition: all 220ms ease;
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1; }
    .white form input[type="radio"], .white
    form input[type="checkbox"], .white
    .nf-form-wrap input[type="radio"], .white
    .nf-form-wrap input[type="checkbox"], .white
    .ninja-forms-form-wrap input[type="radio"], .white
    .ninja-forms-form-wrap input[type="checkbox"] {
      color: #ffffff; }
    .black form input[type="radio"], .black
    form input[type="checkbox"], .black
    .nf-form-wrap input[type="radio"], .black
    .nf-form-wrap input[type="checkbox"], .black
    .ninja-forms-form-wrap input[type="radio"], .black
    .ninja-forms-form-wrap input[type="checkbox"] {
      color: #000000; }
    .blue form input[type="radio"], .blue
    form input[type="checkbox"], .blue
    .nf-form-wrap input[type="radio"], .blue
    .nf-form-wrap input[type="checkbox"], .blue
    .ninja-forms-form-wrap input[type="radio"], .blue
    .ninja-forms-form-wrap input[type="checkbox"] {
      color: #2d7fc4; }
    .pink form input[type="radio"], .pink
    form input[type="checkbox"], .pink
    .nf-form-wrap input[type="radio"], .pink
    .nf-form-wrap input[type="checkbox"], .pink
    .ninja-forms-form-wrap input[type="radio"], .pink
    .ninja-forms-form-wrap input[type="checkbox"] {
      color: #f99cc8; }
    .teal form input[type="radio"], .teal
    form input[type="checkbox"], .teal
    .nf-form-wrap input[type="radio"], .teal
    .nf-form-wrap input[type="checkbox"], .teal
    .ninja-forms-form-wrap input[type="radio"], .teal
    .ninja-forms-form-wrap input[type="checkbox"] {
      color: #6ecbc7; }
    .purple form input[type="radio"], .purple
    form input[type="checkbox"], .purple
    .nf-form-wrap input[type="radio"], .purple
    .nf-form-wrap input[type="checkbox"], .purple
    .ninja-forms-form-wrap input[type="radio"], .purple
    .ninja-forms-form-wrap input[type="checkbox"] {
      color: #863796; }
    .peach form input[type="radio"], .peach
    form input[type="checkbox"], .peach
    .nf-form-wrap input[type="radio"], .peach
    .nf-form-wrap input[type="checkbox"], .peach
    .ninja-forms-form-wrap input[type="radio"], .peach
    .ninja-forms-form-wrap input[type="checkbox"] {
      color: #ee8275; }
    .navy form input[type="radio"], .navy
    form input[type="checkbox"], .navy
    .nf-form-wrap input[type="radio"], .navy
    .nf-form-wrap input[type="checkbox"], .navy
    .ninja-forms-form-wrap input[type="radio"], .navy
    .ninja-forms-form-wrap input[type="checkbox"] {
      color: #365495; }
    .yellow form input[type="radio"], .yellow
    form input[type="checkbox"], .yellow
    .nf-form-wrap input[type="radio"], .yellow
    .nf-form-wrap input[type="checkbox"], .yellow
    .ninja-forms-form-wrap input[type="radio"], .yellow
    .ninja-forms-form-wrap input[type="checkbox"] {
      color: #facc20; }
    .red form input[type="radio"], .red
    form input[type="checkbox"], .red
    .nf-form-wrap input[type="radio"], .red
    .nf-form-wrap input[type="checkbox"], .red
    .ninja-forms-form-wrap input[type="radio"], .red
    .ninja-forms-form-wrap input[type="checkbox"] {
      color: #d0003c; }
    .magenta form input[type="radio"], .magenta
    form input[type="checkbox"], .magenta
    .nf-form-wrap input[type="radio"], .magenta
    .nf-form-wrap input[type="checkbox"], .magenta
    .ninja-forms-form-wrap input[type="radio"], .magenta
    .ninja-forms-form-wrap input[type="checkbox"] {
      color: #e800ae; }
    form input[type="radio"]:hover,
    form input[type="checkbox"]:hover,
    .nf-form-wrap input[type="radio"]:hover,
    .nf-form-wrap input[type="checkbox"]:hover,
    .ninja-forms-form-wrap input[type="radio"]:hover,
    .ninja-forms-form-wrap input[type="checkbox"]:hover {
      cursor: pointer; }
    form input[type="radio"]:hover, form input[type="radio"]:checked, form input[type="radio"]:focus,
    form input[type="checkbox"]:hover,
    form input[type="checkbox"]:checked,
    form input[type="checkbox"]:focus,
    .nf-form-wrap input[type="radio"]:hover,
    .nf-form-wrap input[type="radio"]:checked,
    .nf-form-wrap input[type="radio"]:focus,
    .nf-form-wrap input[type="checkbox"]:hover,
    .nf-form-wrap input[type="checkbox"]:checked,
    .nf-form-wrap input[type="checkbox"]:focus,
    .ninja-forms-form-wrap input[type="radio"]:hover,
    .ninja-forms-form-wrap input[type="radio"]:checked,
    .ninja-forms-form-wrap input[type="radio"]:focus,
    .ninja-forms-form-wrap input[type="checkbox"]:hover,
    .ninja-forms-form-wrap input[type="checkbox"]:checked,
    .ninja-forms-form-wrap input[type="checkbox"]:focus {
      background: none;
      box-shadow: inset 0 0 0 2px, 0 0 0 2px; }
    form input[type="radio"]:checked,
    form input[type="checkbox"]:checked,
    .nf-form-wrap input[type="radio"]:checked,
    .nf-form-wrap input[type="checkbox"]:checked,
    .ninja-forms-form-wrap input[type="radio"]:checked,
    .ninja-forms-form-wrap input[type="checkbox"]:checked {
      background-color: #000000;
      box-shadow: inset 0 0 0 10px; }
      .white form input[type="radio"]:checked, .white
      form input[type="checkbox"]:checked, .white
      .nf-form-wrap input[type="radio"]:checked, .white
      .nf-form-wrap input[type="checkbox"]:checked, .white
      .ninja-forms-form-wrap input[type="radio"]:checked, .white
      .ninja-forms-form-wrap input[type="checkbox"]:checked {
        background-color: #ffffff; }
      .black form input[type="radio"]:checked, .black
      form input[type="checkbox"]:checked, .black
      .nf-form-wrap input[type="radio"]:checked, .black
      .nf-form-wrap input[type="checkbox"]:checked, .black
      .ninja-forms-form-wrap input[type="radio"]:checked, .black
      .ninja-forms-form-wrap input[type="checkbox"]:checked {
        background-color: #000000; }
      .blue form input[type="radio"]:checked, .blue
      form input[type="checkbox"]:checked, .blue
      .nf-form-wrap input[type="radio"]:checked, .blue
      .nf-form-wrap input[type="checkbox"]:checked, .blue
      .ninja-forms-form-wrap input[type="radio"]:checked, .blue
      .ninja-forms-form-wrap input[type="checkbox"]:checked {
        background-color: #2d7fc4; }
      .pink form input[type="radio"]:checked, .pink
      form input[type="checkbox"]:checked, .pink
      .nf-form-wrap input[type="radio"]:checked, .pink
      .nf-form-wrap input[type="checkbox"]:checked, .pink
      .ninja-forms-form-wrap input[type="radio"]:checked, .pink
      .ninja-forms-form-wrap input[type="checkbox"]:checked {
        background-color: #f99cc8; }
      .teal form input[type="radio"]:checked, .teal
      form input[type="checkbox"]:checked, .teal
      .nf-form-wrap input[type="radio"]:checked, .teal
      .nf-form-wrap input[type="checkbox"]:checked, .teal
      .ninja-forms-form-wrap input[type="radio"]:checked, .teal
      .ninja-forms-form-wrap input[type="checkbox"]:checked {
        background-color: #6ecbc7; }
      .purple form input[type="radio"]:checked, .purple
      form input[type="checkbox"]:checked, .purple
      .nf-form-wrap input[type="radio"]:checked, .purple
      .nf-form-wrap input[type="checkbox"]:checked, .purple
      .ninja-forms-form-wrap input[type="radio"]:checked, .purple
      .ninja-forms-form-wrap input[type="checkbox"]:checked {
        background-color: #863796; }
      .peach form input[type="radio"]:checked, .peach
      form input[type="checkbox"]:checked, .peach
      .nf-form-wrap input[type="radio"]:checked, .peach
      .nf-form-wrap input[type="checkbox"]:checked, .peach
      .ninja-forms-form-wrap input[type="radio"]:checked, .peach
      .ninja-forms-form-wrap input[type="checkbox"]:checked {
        background-color: #ee8275; }
      .navy form input[type="radio"]:checked, .navy
      form input[type="checkbox"]:checked, .navy
      .nf-form-wrap input[type="radio"]:checked, .navy
      .nf-form-wrap input[type="checkbox"]:checked, .navy
      .ninja-forms-form-wrap input[type="radio"]:checked, .navy
      .ninja-forms-form-wrap input[type="checkbox"]:checked {
        background-color: #365495; }
      .yellow form input[type="radio"]:checked, .yellow
      form input[type="checkbox"]:checked, .yellow
      .nf-form-wrap input[type="radio"]:checked, .yellow
      .nf-form-wrap input[type="checkbox"]:checked, .yellow
      .ninja-forms-form-wrap input[type="radio"]:checked, .yellow
      .ninja-forms-form-wrap input[type="checkbox"]:checked {
        background-color: #facc20; }
      .red form input[type="radio"]:checked, .red
      form input[type="checkbox"]:checked, .red
      .nf-form-wrap input[type="radio"]:checked, .red
      .nf-form-wrap input[type="checkbox"]:checked, .red
      .ninja-forms-form-wrap input[type="radio"]:checked, .red
      .ninja-forms-form-wrap input[type="checkbox"]:checked {
        background-color: #d0003c; }
      .magenta form input[type="radio"]:checked, .magenta
      form input[type="checkbox"]:checked, .magenta
      .nf-form-wrap input[type="radio"]:checked, .magenta
      .nf-form-wrap input[type="checkbox"]:checked, .magenta
      .ninja-forms-form-wrap input[type="radio"]:checked, .magenta
      .ninja-forms-form-wrap input[type="checkbox"]:checked {
        background-color: #e800ae; }
    form input[type="radio"] :-webkit-autofill,
    form input[type="checkbox"] :-webkit-autofill,
    .nf-form-wrap input[type="radio"] :-webkit-autofill,
    .nf-form-wrap input[type="checkbox"] :-webkit-autofill,
    .ninja-forms-form-wrap input[type="radio"] :-webkit-autofill,
    .ninja-forms-form-wrap input[type="checkbox"] :-webkit-autofill {
      box-shadow: none;
      color: inherit; }
  form .checkbox,
  form .radio,
  .nf-form-wrap .checkbox,
  .nf-form-wrap .radio,
  .ninja-forms-form-wrap .checkbox,
  .ninja-forms-form-wrap .radio {
    display: block;
    position: relative; }
    form .checkbox label,
    form .radio label,
    .nf-form-wrap .checkbox label,
    .nf-form-wrap .radio label,
    .ninja-forms-form-wrap .checkbox label,
    .ninja-forms-form-wrap .radio label {
      appearance: none;
      border: none;
      border-radius: 0;
      background: none;
      box-sizing: border-box;
      transition: all 220ms ease;
      outline: none;
      font-family: "wmt_medium", san-serif;
      font-size: 1em;
      text-transform: none;
      color: #000000;
      width: 100%;
      padding: 0.9em 0;
      border-bottom: 1px solid #000000;
      padding-right: 2em;
      width: 100%;
      display: block;
      z-index: 0;
      position: relative; }
      form .checkbox label::after,
      form .radio label::after,
      .nf-form-wrap .checkbox label::after,
      .nf-form-wrap .radio label::after,
      .ninja-forms-form-wrap .checkbox label::after,
      .ninja-forms-form-wrap .radio label::after {
        clear: both;
        content: "";
        display: block; }
      form .checkbox label:hover,
      form .radio label:hover,
      .nf-form-wrap .checkbox label:hover,
      .nf-form-wrap .radio label:hover,
      .ninja-forms-form-wrap .checkbox label:hover,
      .ninja-forms-form-wrap .radio label:hover {
        cursor: pointer;
        background-color: #f4f0e0; }
  form .radio label,
  .nf-form-wrap .radio label,
  .ninja-forms-form-wrap .radio label {
    border-bottom: none; }
  .content form .radio, .content
  .nf-form-wrap .radio, .content
  .ninja-forms-form-wrap .radio {
    list-style: none;
    margin: 0;
    padding: 0; }
  form .radio li,
  .nf-form-wrap .radio li,
  .ninja-forms-form-wrap .radio li {
    display: block;
    position: relative;
    margin-bottom: 0; }
    form .radio li:last-child,
    .nf-form-wrap .radio li:last-child,
    .ninja-forms-form-wrap .radio li:last-child {
      margin-bottom: 0; }
  form select,
  .nf-form-wrap select,
  .ninja-forms-form-wrap select {
    background-image: url("../assets/windmill/select-black.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 2em; }
    .white form select, .white
    .nf-form-wrap select, .white
    .ninja-forms-form-wrap select {
      background-image: url(../assets/windmill/select-white.svg); }
    .black form select, .black
    .nf-form-wrap select, .black
    .ninja-forms-form-wrap select {
      background-image: url(../assets/windmill/select-black.svg); }
    .blue form select, .blue
    .nf-form-wrap select, .blue
    .ninja-forms-form-wrap select {
      background-image: url(../assets/windmill/select-blue.svg); }
    .pink form select, .pink
    .nf-form-wrap select, .pink
    .ninja-forms-form-wrap select {
      background-image: url(../assets/windmill/select-pink.svg); }
    .teal form select, .teal
    .nf-form-wrap select, .teal
    .ninja-forms-form-wrap select {
      background-image: url(../assets/windmill/select-teal.svg); }
    .purple form select, .purple
    .nf-form-wrap select, .purple
    .ninja-forms-form-wrap select {
      background-image: url(../assets/windmill/select-purple.svg); }
    .peach form select, .peach
    .nf-form-wrap select, .peach
    .ninja-forms-form-wrap select {
      background-image: url(../assets/windmill/select-peach.svg); }
    .navy form select, .navy
    .nf-form-wrap select, .navy
    .ninja-forms-form-wrap select {
      background-image: url(../assets/windmill/select-navy.svg); }
    .yellow form select, .yellow
    .nf-form-wrap select, .yellow
    .ninja-forms-form-wrap select {
      background-image: url(../assets/windmill/select-yellow.svg); }
    .red form select, .red
    .nf-form-wrap select, .red
    .ninja-forms-form-wrap select {
      background-image: url(../assets/windmill/select-red.svg); }
    .magenta form select, .magenta
    .nf-form-wrap select, .magenta
    .ninja-forms-form-wrap select {
      background-image: url(../assets/windmill/select-magenta.svg); }
    form select:hover,
    .nf-form-wrap select:hover,
    .ninja-forms-form-wrap select:hover {
      cursor: pointer; }
    form select::-ms-expand,
    .nf-form-wrap select::-ms-expand,
    .ninja-forms-form-wrap select::-ms-expand {
      display: none; }
  .content form h3, .content
  .nf-form-wrap h3, .content
  .ninja-forms-form-wrap h3 {
    width: 100%;
    border-top: none;
    font-size: 0.95em;
    margin: 0 0 0.5em;
    letter-spacing: 0.05em; }

.forgot {
  font-family: "wmt_bold", san-serif;
  letter-spacing: 0.05em;
  font-size: 0.7em;
  opacity: 0.5;
  margin-top: 2em;
  display: block;
  transition: opacity 220ms ease;
  text-transform: uppercase;
  text-decoration: none; }
  .forgot:hover {
    opacity: 1; }

.search, .amount {
  position: relative; }
  .search label, .amount label {
    font-size: 2em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5em;
    line-height: 0.25em; }
  .search input, .amount input {
    background: #e7deba;
    text-transform: uppercase;
    font-size: 1.4em;
    padding: 0.7em 1em 0.75em 2.2em;
    border-radius: 4em;
    border: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-family: "wmt_bold", san-serif; }
    .search input:hover, .amount input:hover {
      background-color: #ffffff; }
    @media (max-width: 480px) {
      .search input, .amount input {
        padding-left: 2.25em; } }
  .search :before, .amount :before {
    position: relative;
    top: -0.1em; }

.amount {
  margin-top: 1em; }
  .amount label {
    font-family: "wmt_extrabold", san-serif;
    font-size: 1.5em;
    left: 0.75em; }
  .amount input {
    font-family: "wmt_medium", san-serif;
    font-size: 1em;
    padding-left: 2.5em;
    border: none; }

.multi-step .step::after {
  clear: both;
  content: "";
  display: block; }

.multi-step .button.next-step {
  width: 100%;
  display: block;
  text-align: center; }

.multi-step .back-step {
  text-align: center;
  display: block;
  padding-top: 1em;
  opacity: 0.6;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.85em; }
  .multi-step .back-step:hover {
    opacity: 1; }

#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: -1px !important; }

.nf-field-label label,
.nf-field-container.summary {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
  font-family: "wmt_medium", san-serif;
  letter-spacing: 0; }

.nf-after-field {
  position: absolute;
  right: 0;
  bottom: 5px; }

.nf-error .ninja-forms-field {
  border-left: none !important;
  border-right: none !important;
  background-color: rgba(232, 0, 0, 0.15); }

.nf-help {
  background-image: none !important; }

.nf-field-container.summary label {
  display: inline-block;
  width: 35%;
  padding-right: 2%; }

.nf-field-container.summary p {
  margin: 0;
  padding-top: 0.9em;
  display: block; }

.nf-field-container.summary span {
  border-bottom: 1px solid black;
  padding-bottom: 0.9em;
  width: 65%;
  display: inline-block; }

.nf-response-msg {
  border-radius: 2em;
  padding: 1.5em;
  background-color: rgba(110, 203, 199, 0.5); }
  .nf-response-msg p {
    margin-bottom: 0; }

.button,
button,
.nf-form-wrap input[type="button"],
.ninja-forms-form-wrap input[type="button"],
.sf-form input[type="submit"] {
  font-family: "wmt_extrabold", san-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  line-height: 1em;
  display: inline-block;
  background: #000000;
  padding: 0.6em 1.4em 0.7em;
  box-sizing: border-box;
  position: relative;
  border-radius: 10em;
  border: none;
  transition: all 220ms ease; }
  .button.white,
  .white .button,
  button.white,
  .white
  button,
  .nf-form-wrap input[type="button"].white,
  .white
  .nf-form-wrap input[type="button"],
  .ninja-forms-form-wrap input[type="button"].white,
  .white
  .ninja-forms-form-wrap input[type="button"],
  .sf-form input[type="submit"].white,
  .white
  .sf-form input[type="submit"] {
    background-color: #ffffff; }
  .button.black,
  .black .button,
  button.black,
  .black
  button,
  .nf-form-wrap input[type="button"].black,
  .black
  .nf-form-wrap input[type="button"],
  .ninja-forms-form-wrap input[type="button"].black,
  .black
  .ninja-forms-form-wrap input[type="button"],
  .sf-form input[type="submit"].black,
  .black
  .sf-form input[type="submit"] {
    background-color: #000000; }
  .button.blue,
  .blue .button,
  button.blue,
  .blue
  button,
  .nf-form-wrap input[type="button"].blue,
  .blue
  .nf-form-wrap input[type="button"],
  .ninja-forms-form-wrap input[type="button"].blue,
  .blue
  .ninja-forms-form-wrap input[type="button"],
  .sf-form input[type="submit"].blue,
  .blue
  .sf-form input[type="submit"] {
    background-color: #2d7fc4; }
  .button.pink,
  .pink .button,
  button.pink,
  .pink
  button,
  .nf-form-wrap input[type="button"].pink,
  .pink
  .nf-form-wrap input[type="button"],
  .ninja-forms-form-wrap input[type="button"].pink,
  .pink
  .ninja-forms-form-wrap input[type="button"],
  .sf-form input[type="submit"].pink,
  .pink
  .sf-form input[type="submit"] {
    background-color: #f99cc8; }
  .button.teal,
  .teal .button,
  button.teal,
  .teal
  button,
  .nf-form-wrap input[type="button"].teal,
  .teal
  .nf-form-wrap input[type="button"],
  .ninja-forms-form-wrap input[type="button"].teal,
  .teal
  .ninja-forms-form-wrap input[type="button"],
  .sf-form input[type="submit"].teal,
  .teal
  .sf-form input[type="submit"] {
    background-color: #6ecbc7; }
  .button.purple,
  .purple .button,
  button.purple,
  .purple
  button,
  .nf-form-wrap input[type="button"].purple,
  .purple
  .nf-form-wrap input[type="button"],
  .ninja-forms-form-wrap input[type="button"].purple,
  .purple
  .ninja-forms-form-wrap input[type="button"],
  .sf-form input[type="submit"].purple,
  .purple
  .sf-form input[type="submit"] {
    background-color: #863796; }
  .button.peach,
  .peach .button,
  button.peach,
  .peach
  button,
  .nf-form-wrap input[type="button"].peach,
  .peach
  .nf-form-wrap input[type="button"],
  .ninja-forms-form-wrap input[type="button"].peach,
  .peach
  .ninja-forms-form-wrap input[type="button"],
  .sf-form input[type="submit"].peach,
  .peach
  .sf-form input[type="submit"] {
    background-color: #ee8275; }
  .button.navy,
  .navy .button,
  button.navy,
  .navy
  button,
  .nf-form-wrap input[type="button"].navy,
  .navy
  .nf-form-wrap input[type="button"],
  .ninja-forms-form-wrap input[type="button"].navy,
  .navy
  .ninja-forms-form-wrap input[type="button"],
  .sf-form input[type="submit"].navy,
  .navy
  .sf-form input[type="submit"] {
    background-color: #365495; }
  .button.yellow,
  .yellow .button,
  button.yellow,
  .yellow
  button,
  .nf-form-wrap input[type="button"].yellow,
  .yellow
  .nf-form-wrap input[type="button"],
  .ninja-forms-form-wrap input[type="button"].yellow,
  .yellow
  .ninja-forms-form-wrap input[type="button"],
  .sf-form input[type="submit"].yellow,
  .yellow
  .sf-form input[type="submit"] {
    background-color: #facc20; }
  .button.red,
  .red .button,
  button.red,
  .red
  button,
  .nf-form-wrap input[type="button"].red,
  .red
  .nf-form-wrap input[type="button"],
  .ninja-forms-form-wrap input[type="button"].red,
  .red
  .ninja-forms-form-wrap input[type="button"],
  .sf-form input[type="submit"].red,
  .red
  .sf-form input[type="submit"] {
    background-color: #d0003c; }
  .button.magenta,
  .magenta .button,
  button.magenta,
  .magenta
  button,
  .nf-form-wrap input[type="button"].magenta,
  .magenta
  .nf-form-wrap input[type="button"],
  .ninja-forms-form-wrap input[type="button"].magenta,
  .magenta
  .ninja-forms-form-wrap input[type="button"],
  .sf-form input[type="submit"].magenta,
  .magenta
  .sf-form input[type="submit"] {
    background-color: #e800ae; }
  @media (max-width: 700px) {
    .button,
    button,
    .nf-form-wrap input[type="button"],
    .ninja-forms-form-wrap input[type="button"],
    .sf-form input[type="submit"] {
      font-size: 1.4em;
      padding-left: 1.2em;
      padding-right: 1em; } }
  @media (max-width: 480px) {
    .button,
    button,
    .nf-form-wrap input[type="button"],
    .ninja-forms-form-wrap input[type="button"],
    .sf-form input[type="submit"] {
      width: 100%;
      text-align: center; } }
  .button:hover,
  button:hover,
  .nf-form-wrap input[type="button"]:hover,
  .ninja-forms-form-wrap input[type="button"]:hover,
  .sf-form input[type="submit"]:hover {
    /* background: $color-reverse; 
        color: $color-default;
        @include theme-color(); */
    cursor: pointer;
    transform: scale(1.1); }
  .button:active,
  button:active,
  .nf-form-wrap input[type="button"]:active,
  .ninja-forms-form-wrap input[type="button"]:active,
  .sf-form input[type="submit"]:active {
    opacity: 0.5; }
  .button.angle,
  button.angle,
  .nf-form-wrap input[type="button"].angle,
  .ninja-forms-form-wrap input[type="button"].angle,
  .sf-form input[type="submit"].angle {
    padding: 0.6em 2em 0.8em;
    font-size: 1.2em;
    border-radius: 0;
    transform: skewX(16deg);
    margin-right: 0.5em; }
    .button.angle span,
    button.angle span,
    .nf-form-wrap input[type="button"].angle span,
    .ninja-forms-form-wrap input[type="button"].angle span,
    .sf-form input[type="submit"].angle span {
      display: inline-block;
      transform: skewX(-16deg); }
    .button.angle:hover,
    button.angle:hover,
    .nf-form-wrap input[type="button"].angle:hover,
    .ninja-forms-form-wrap input[type="button"].angle:hover,
    .sf-form input[type="submit"].angle:hover {
      transform: scale(1.1) skewX(16deg); }
    @media (max-width: 700px) {
      .button.angle,
      button.angle,
      .nf-form-wrap input[type="button"].angle,
      .ninja-forms-form-wrap input[type="button"].angle,
      .sf-form input[type="submit"].angle {
        font-size: 1.1em; } }
    @media (max-width: 480px) {
      .button.angle,
      button.angle,
      .nf-form-wrap input[type="button"].angle,
      .ninja-forms-form-wrap input[type="button"].angle,
      .sf-form input[type="submit"].angle {
        font-size: 1em;
        padding: 0.8em 2.5em 1em;
        margin-right: 0.2em;
        width: auto;
        text-align: center; } }
  .button [class*="icon-"],
  button [class*="icon-"],
  .nf-form-wrap input[type="button"] [class*="icon-"],
  .ninja-forms-form-wrap input[type="button"] [class*="icon-"],
  .sf-form input[type="submit"] [class*="icon-"] {
    font-size: 1.5em;
    float: right;
    margin-top: -0.2em;
    margin-left: 0.2em; }
  .button .icon-email,
  button .icon-email,
  .nf-form-wrap input[type="button"] .icon-email,
  .ninja-forms-form-wrap input[type="button"] .icon-email,
  .sf-form input[type="submit"] .icon-email {
    margin-top: -0.12em; }
    @media (max-width: 700px) {
      .button .icon-email,
      button .icon-email,
      .nf-form-wrap input[type="button"] .icon-email,
      .ninja-forms-form-wrap input[type="button"] .icon-email,
      .sf-form input[type="submit"] .icon-email {
        margin-top: -0.15em; } }
  .button .icon-ticket,
  button .icon-ticket,
  .nf-form-wrap input[type="button"] .icon-ticket,
  .ninja-forms-form-wrap input[type="button"] .icon-ticket,
  .sf-form input[type="submit"] .icon-ticket {
    margin-top: -0.1em; }

.visible-xs {
  display: none; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs {
    display: block !important; } }

@media (max-width: 991px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm {
    display: block !important; } }

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(10px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 6em 3.5em 4em;
  transform: translate3d(0, 0, 0);
  border-radius: 2em;
  color: #ffffff;
  background-color: #000000; }
  .white .remodal {
    background-color: #ffffff; }
  .black .remodal {
    background-color: #000000; }
  .blue .remodal {
    background-color: #2d7fc4; }
  .pink .remodal {
    background-color: #f99cc8; }
  .teal .remodal {
    background-color: #6ecbc7; }
  .purple .remodal {
    background-color: #863796; }
  .peach .remodal {
    background-color: #ee8275; }
  .navy .remodal {
    background-color: #365495; }
  .yellow .remodal {
    background-color: #facc20; }
  .red .remodal {
    background-color: #d0003c; }
  .magenta .remodal {
    background-color: #e800ae; }
  .remodal h1,
  .remodal h2,
  .remodal h3,
  .remodal h4,
  .remodal h5,
  .remodal p,
  .remodal form,
  .remodal input,
  .remodal select,
  .remodal textarea,
  .remodal a:not(.button) {
    color: #ffffff !important;
    border-color: #ffffff !important; }
  .remodal h1 {
    font-size: 2.4em;
    margin-bottom: 0.75em;
    letter-spacing: 0.02em; }
  .remodal h2 {
    font-size: 1.1em;
    letter-spacing: 0.05em;
    font-family: "wmt_bold", san-serif;
    margin-bottom: 0.5em;
    margin-top: 2em;
    border: none; }
  .remodal input::placeholder,
  .remodal textarea::placeholder,
  .remodal select::placeholder,
  .remodal checkbox::placeholder,
  .remodal radio::placeholder {
    color: #ffffff !important;
    text-align: left; }
    .presenter .remodal input::placeholder, .presenter
    .remodal textarea::placeholder, .presenter
    .remodal select::placeholder, .presenter
    .remodal checkbox::placeholder, .presenter
    .remodal radio::placeholder {
      color: #000000 !important; }
  .remodal input:hover,
  .remodal textarea:hover,
  .remodal select:hover,
  .remodal checkbox:hover,
  .remodal radio:hover {
    background-color: rgba(255, 255, 255, 0.12); }
    .presenter .remodal input:hover, .presenter
    .remodal textarea:hover, .presenter
    .remodal select:hover, .presenter
    .remodal checkbox:hover, .presenter
    .remodal radio:hover {
      background-color: rgba(0, 0, 0, 0.06); }
  .remodal input:focus,
  .remodal textarea:focus,
  .remodal select:focus,
  .remodal checkbox:focus,
  .remodal radio:focus {
    background-color: rgba(255, 255, 255, 0.2); }
    .presenter .remodal input:focus, .presenter
    .remodal textarea:focus, .presenter
    .remodal select:focus, .presenter
    .remodal checkbox:focus, .presenter
    .remodal radio:focus {
      background-color: rgba(0, 0, 0, 0.12); }
  .remodal .checkbox label,
  .remodal .radio label {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    text-align: left;
    border-bottom-color: #ffffff;
    color: #ffffff; }
    .presenter .remodal .checkbox label, .presenter
    .remodal .radio label {
      color: #000000;
      border-bottom-color: #000000; }
    .remodal .checkbox label:hover,
    .remodal .radio label:hover {
      background-color: rgba(255, 255, 255, 0.15); }
      .presenter .remodal .checkbox label:hover, .presenter
      .remodal .radio label:hover {
        background-color: #f4f0e0; }
  .remodal select {
    background-image: url("../assets/windmill/select-white.svg") !important; }
    .presenter .remodal select {
      background-image: url("../assets/windmill/select-black.svg") !important; }
  .remodal button {
    color: #000000;
    background-color: #ffffff !important; }
    .white .remodal button {
      color: #ffffff; }
    .black .remodal button {
      color: #000000; }
    .blue .remodal button {
      color: #2d7fc4; }
    .pink .remodal button {
      color: #f99cc8; }
    .teal .remodal button {
      color: #6ecbc7; }
    .purple .remodal button {
      color: #863796; }
    .peach .remodal button {
      color: #ee8275; }
    .navy .remodal button {
      color: #365495; }
    .yellow .remodal button {
      color: #facc20; }
    .red .remodal button {
      color: #d0003c; }
    .magenta .remodal button {
      color: #e800ae; }
    .presenter .remodal button {
      color: #ffffff;
      background-color: #000000 !important; }
  .remodal .interested {
    margin-top: 1em; }
  .remodal.sf {
    padding-left: 0;
    padding-right: 0; }
    .remodal.sf h1 {
      padding-left: 1.25em;
      padding-right: 1.25em; }
  .remodal.video {
    padding: 0;
    max-width: 80vw;
    background: none; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  transition: all 220ms ease;
  border: 0;
  outline: 0; }

.remodal-close:before {
  font-family: "wmt_bold", san-serif;
  font-size: 1.5em;
  line-height: 0;
  content: "\00d7";
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%); }

/* Dialog buttons */
.remodal-confirm .icon-search {
  top: 69%;
  transform: translateY(-50%) rotate(45deg); }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 400px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 400px; }

header {
  position: relative;
  z-index: 999;
  min-height: 400px;
  height: 40vh; }
  @media (max-width: 768px) {
    header {
      min-height: 280px;
      height: 25vh; } }
  @media print {
    header {
      height: auto;
      margin-bottom: 2em; } }
  header nav {
    z-index: 9999 !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: auto;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px; }
    @media (max-width: 767px) {
      header nav {
        padding: 13px 12px; } }
    @media print {
      header nav {
        display: none; } }
    header nav .grow-boy {
      flex: 1 1 auto; }
    @media (max-width: 767px) {
      header nav .menu-header-menu-container {
        display: none; } }
    header nav .menu-header-menu-container ul li {
      display: inline-block; }
      header nav .menu-header-menu-container ul li:not(:first-of-type) {
        margin-left: 20px; }
      header nav .menu-header-menu-container ul li a {
        text-decoration: none;
        font-family: "wmt_extrabold", san-serif;
        text-transform: uppercase;
        font-size: 1.1em;
        letter-spacing: 1px;
        transition: all 500ms ease; }
    header nav #windmill_logo.open .icon .st0 {
      stroke: #000 !important;
      transition-delay: 1300ms; }
  header.default nav #windmill_logo .icon .st0, header.white nav #windmill_logo .icon .st0 {
    stroke: #fff; }
  header.default nav #windmill_logo:hover .icon .st0, header.white nav #windmill_logo:hover .icon .st0 {
    stroke: #666; }
  header.default nav .menu-header-menu-container ul li a, header.white nav .menu-header-menu-container ul li a {
    color: #000; }
    header.default nav .menu-header-menu-container ul li a:hover, header.white nav .menu-header-menu-container ul li a:hover {
      color: #666; }
  header.default nav .menu-trigger + label, header.white nav .menu-trigger + label {
    background-color: #000; }
    header.default nav .menu-trigger + label .burger li, header.white nav .menu-trigger + label .burger li {
      background-color: #fff; }
    header.default nav .menu-trigger + label:hover, header.white nav .menu-trigger + label:hover {
      background-color: #666; }
      header.default nav .menu-trigger + label:hover .burger li, header.white nav .menu-trigger + label:hover .burger li {
        background-color: #000; }
  header.black nav #windmill_logo .icon .st0 {
    stroke: black; }
  header.black nav #windmill_logo:hover .icon .st0 {
    stroke: #666; }
  header.black nav .menu-header-menu-container ul li a {
    color: black; }
    header.black nav .menu-header-menu-container ul li a:hover {
      color: #666; }
  header.black nav .menu-trigger + label {
    background-color: black; }
    header.black nav .menu-trigger + label .burger li {
      background-color: #fff; }
    header.black nav .menu-trigger + label:hover {
      background-color: #666; }
      header.black nav .menu-trigger + label:hover .burger li {
        background-color: black; }
  header.blue nav #windmill_logo .icon .st0 {
    stroke: #2d7fc4; }
  header.blue nav #windmill_logo:hover .icon .st0 {
    stroke: white; }
  header.blue nav .menu-header-menu-container ul li a {
    color: #2d7fc4; }
    header.blue nav .menu-header-menu-container ul li a:hover {
      opacity: .5; }
  header.blue nav .menu-trigger + label {
    background-color: #2d7fc4; }
    header.blue nav .menu-trigger + label .burger li {
      background-color: white; }
    .white header.blue nav .menu-trigger + label:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .black header.blue nav .menu-trigger + label:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    .blue header.blue nav .menu-trigger + label:hover {
      background-color: rgba(45, 127, 196, 0.5); }
    .pink header.blue nav .menu-trigger + label:hover {
      background-color: rgba(249, 156, 200, 0.5); }
    .teal header.blue nav .menu-trigger + label:hover {
      background-color: rgba(110, 203, 199, 0.5); }
    .purple header.blue nav .menu-trigger + label:hover {
      background-color: rgba(134, 55, 150, 0.5); }
    .peach header.blue nav .menu-trigger + label:hover {
      background-color: rgba(238, 130, 117, 0.5); }
    .navy header.blue nav .menu-trigger + label:hover {
      background-color: rgba(54, 84, 149, 0.5); }
    .yellow header.blue nav .menu-trigger + label:hover {
      background-color: rgba(250, 204, 32, 0.5); }
    .red header.blue nav .menu-trigger + label:hover {
      background-color: rgba(208, 0, 60, 0.5); }
    .magenta header.blue nav .menu-trigger + label:hover {
      background-color: rgba(232, 0, 174, 0.5); }
    header.blue nav .menu-trigger + label:hover .burger li {
      background-color: white; }
  header.pink nav #windmill_logo .icon .st0 {
    stroke: #f99cc8; }
  header.pink nav #windmill_logo:hover .icon .st0 {
    stroke: white; }
  header.pink nav .menu-header-menu-container ul li a {
    color: #f99cc8; }
    header.pink nav .menu-header-menu-container ul li a:hover {
      opacity: .5; }
  header.pink nav .menu-trigger + label {
    background-color: #f99cc8; }
    header.pink nav .menu-trigger + label .burger li {
      background-color: white; }
    .white header.pink nav .menu-trigger + label:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .black header.pink nav .menu-trigger + label:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    .blue header.pink nav .menu-trigger + label:hover {
      background-color: rgba(45, 127, 196, 0.5); }
    .pink header.pink nav .menu-trigger + label:hover {
      background-color: rgba(249, 156, 200, 0.5); }
    .teal header.pink nav .menu-trigger + label:hover {
      background-color: rgba(110, 203, 199, 0.5); }
    .purple header.pink nav .menu-trigger + label:hover {
      background-color: rgba(134, 55, 150, 0.5); }
    .peach header.pink nav .menu-trigger + label:hover {
      background-color: rgba(238, 130, 117, 0.5); }
    .navy header.pink nav .menu-trigger + label:hover {
      background-color: rgba(54, 84, 149, 0.5); }
    .yellow header.pink nav .menu-trigger + label:hover {
      background-color: rgba(250, 204, 32, 0.5); }
    .red header.pink nav .menu-trigger + label:hover {
      background-color: rgba(208, 0, 60, 0.5); }
    .magenta header.pink nav .menu-trigger + label:hover {
      background-color: rgba(232, 0, 174, 0.5); }
    header.pink nav .menu-trigger + label:hover .burger li {
      background-color: white; }
  header.teal nav #windmill_logo .icon .st0 {
    stroke: #6ecbc7; }
  header.teal nav #windmill_logo:hover .icon .st0 {
    stroke: white; }
  header.teal nav .menu-header-menu-container ul li a {
    color: #6ecbc7; }
    header.teal nav .menu-header-menu-container ul li a:hover {
      opacity: .5; }
  header.teal nav .menu-trigger + label {
    background-color: #6ecbc7; }
    header.teal nav .menu-trigger + label .burger li {
      background-color: white; }
    .white header.teal nav .menu-trigger + label:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .black header.teal nav .menu-trigger + label:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    .blue header.teal nav .menu-trigger + label:hover {
      background-color: rgba(45, 127, 196, 0.5); }
    .pink header.teal nav .menu-trigger + label:hover {
      background-color: rgba(249, 156, 200, 0.5); }
    .teal header.teal nav .menu-trigger + label:hover {
      background-color: rgba(110, 203, 199, 0.5); }
    .purple header.teal nav .menu-trigger + label:hover {
      background-color: rgba(134, 55, 150, 0.5); }
    .peach header.teal nav .menu-trigger + label:hover {
      background-color: rgba(238, 130, 117, 0.5); }
    .navy header.teal nav .menu-trigger + label:hover {
      background-color: rgba(54, 84, 149, 0.5); }
    .yellow header.teal nav .menu-trigger + label:hover {
      background-color: rgba(250, 204, 32, 0.5); }
    .red header.teal nav .menu-trigger + label:hover {
      background-color: rgba(208, 0, 60, 0.5); }
    .magenta header.teal nav .menu-trigger + label:hover {
      background-color: rgba(232, 0, 174, 0.5); }
    header.teal nav .menu-trigger + label:hover .burger li {
      background-color: white; }
  header.purple nav #windmill_logo .icon .st0 {
    stroke: #863796; }
  header.purple nav #windmill_logo:hover .icon .st0 {
    stroke: white; }
  header.purple nav .menu-header-menu-container ul li a {
    color: #863796; }
    header.purple nav .menu-header-menu-container ul li a:hover {
      opacity: .5; }
  header.purple nav .menu-trigger + label {
    background-color: #863796; }
    header.purple nav .menu-trigger + label .burger li {
      background-color: white; }
    .white header.purple nav .menu-trigger + label:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .black header.purple nav .menu-trigger + label:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    .blue header.purple nav .menu-trigger + label:hover {
      background-color: rgba(45, 127, 196, 0.5); }
    .pink header.purple nav .menu-trigger + label:hover {
      background-color: rgba(249, 156, 200, 0.5); }
    .teal header.purple nav .menu-trigger + label:hover {
      background-color: rgba(110, 203, 199, 0.5); }
    .purple header.purple nav .menu-trigger + label:hover {
      background-color: rgba(134, 55, 150, 0.5); }
    .peach header.purple nav .menu-trigger + label:hover {
      background-color: rgba(238, 130, 117, 0.5); }
    .navy header.purple nav .menu-trigger + label:hover {
      background-color: rgba(54, 84, 149, 0.5); }
    .yellow header.purple nav .menu-trigger + label:hover {
      background-color: rgba(250, 204, 32, 0.5); }
    .red header.purple nav .menu-trigger + label:hover {
      background-color: rgba(208, 0, 60, 0.5); }
    .magenta header.purple nav .menu-trigger + label:hover {
      background-color: rgba(232, 0, 174, 0.5); }
    header.purple nav .menu-trigger + label:hover .burger li {
      background-color: white; }
  header.peach nav #windmill_logo .icon .st0 {
    stroke: #ee8275; }
  header.peach nav #windmill_logo:hover .icon .st0 {
    stroke: white; }
  header.peach nav .menu-header-menu-container ul li a {
    color: #ee8275; }
    header.peach nav .menu-header-menu-container ul li a:hover {
      opacity: .5; }
  header.peach nav .menu-trigger + label {
    background-color: #ee8275; }
    header.peach nav .menu-trigger + label .burger li {
      background-color: white; }
    .white header.peach nav .menu-trigger + label:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .black header.peach nav .menu-trigger + label:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    .blue header.peach nav .menu-trigger + label:hover {
      background-color: rgba(45, 127, 196, 0.5); }
    .pink header.peach nav .menu-trigger + label:hover {
      background-color: rgba(249, 156, 200, 0.5); }
    .teal header.peach nav .menu-trigger + label:hover {
      background-color: rgba(110, 203, 199, 0.5); }
    .purple header.peach nav .menu-trigger + label:hover {
      background-color: rgba(134, 55, 150, 0.5); }
    .peach header.peach nav .menu-trigger + label:hover {
      background-color: rgba(238, 130, 117, 0.5); }
    .navy header.peach nav .menu-trigger + label:hover {
      background-color: rgba(54, 84, 149, 0.5); }
    .yellow header.peach nav .menu-trigger + label:hover {
      background-color: rgba(250, 204, 32, 0.5); }
    .red header.peach nav .menu-trigger + label:hover {
      background-color: rgba(208, 0, 60, 0.5); }
    .magenta header.peach nav .menu-trigger + label:hover {
      background-color: rgba(232, 0, 174, 0.5); }
    header.peach nav .menu-trigger + label:hover .burger li {
      background-color: white; }
  header.navy nav #windmill_logo .icon .st0 {
    stroke: #365495; }
  header.navy nav #windmill_logo:hover .icon .st0 {
    stroke: white; }
  header.navy nav .menu-header-menu-container ul li a {
    color: #365495; }
    header.navy nav .menu-header-menu-container ul li a:hover {
      opacity: .5; }
  header.navy nav .menu-trigger + label {
    background-color: #365495; }
    header.navy nav .menu-trigger + label .burger li {
      background-color: white; }
    .white header.navy nav .menu-trigger + label:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .black header.navy nav .menu-trigger + label:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    .blue header.navy nav .menu-trigger + label:hover {
      background-color: rgba(45, 127, 196, 0.5); }
    .pink header.navy nav .menu-trigger + label:hover {
      background-color: rgba(249, 156, 200, 0.5); }
    .teal header.navy nav .menu-trigger + label:hover {
      background-color: rgba(110, 203, 199, 0.5); }
    .purple header.navy nav .menu-trigger + label:hover {
      background-color: rgba(134, 55, 150, 0.5); }
    .peach header.navy nav .menu-trigger + label:hover {
      background-color: rgba(238, 130, 117, 0.5); }
    .navy header.navy nav .menu-trigger + label:hover {
      background-color: rgba(54, 84, 149, 0.5); }
    .yellow header.navy nav .menu-trigger + label:hover {
      background-color: rgba(250, 204, 32, 0.5); }
    .red header.navy nav .menu-trigger + label:hover {
      background-color: rgba(208, 0, 60, 0.5); }
    .magenta header.navy nav .menu-trigger + label:hover {
      background-color: rgba(232, 0, 174, 0.5); }
    header.navy nav .menu-trigger + label:hover .burger li {
      background-color: white; }
  header.yellow nav #windmill_logo .icon .st0 {
    stroke: #facc20; }
  header.yellow nav #windmill_logo:hover .icon .st0 {
    stroke: white; }
  header.yellow nav .menu-header-menu-container ul li a {
    color: #facc20; }
    header.yellow nav .menu-header-menu-container ul li a:hover {
      opacity: .5; }
  header.yellow nav .menu-trigger + label {
    background-color: #facc20; }
    header.yellow nav .menu-trigger + label .burger li {
      background-color: white; }
    .white header.yellow nav .menu-trigger + label:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .black header.yellow nav .menu-trigger + label:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    .blue header.yellow nav .menu-trigger + label:hover {
      background-color: rgba(45, 127, 196, 0.5); }
    .pink header.yellow nav .menu-trigger + label:hover {
      background-color: rgba(249, 156, 200, 0.5); }
    .teal header.yellow nav .menu-trigger + label:hover {
      background-color: rgba(110, 203, 199, 0.5); }
    .purple header.yellow nav .menu-trigger + label:hover {
      background-color: rgba(134, 55, 150, 0.5); }
    .peach header.yellow nav .menu-trigger + label:hover {
      background-color: rgba(238, 130, 117, 0.5); }
    .navy header.yellow nav .menu-trigger + label:hover {
      background-color: rgba(54, 84, 149, 0.5); }
    .yellow header.yellow nav .menu-trigger + label:hover {
      background-color: rgba(250, 204, 32, 0.5); }
    .red header.yellow nav .menu-trigger + label:hover {
      background-color: rgba(208, 0, 60, 0.5); }
    .magenta header.yellow nav .menu-trigger + label:hover {
      background-color: rgba(232, 0, 174, 0.5); }
    header.yellow nav .menu-trigger + label:hover .burger li {
      background-color: white; }
  header.red nav #windmill_logo .icon .st0 {
    stroke: #d0003c; }
  header.red nav #windmill_logo:hover .icon .st0 {
    stroke: white; }
  header.red nav .menu-header-menu-container ul li a {
    color: #d0003c; }
    header.red nav .menu-header-menu-container ul li a:hover {
      opacity: .5; }
  header.red nav .menu-trigger + label {
    background-color: #d0003c; }
    header.red nav .menu-trigger + label .burger li {
      background-color: white; }
    .white header.red nav .menu-trigger + label:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .black header.red nav .menu-trigger + label:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    .blue header.red nav .menu-trigger + label:hover {
      background-color: rgba(45, 127, 196, 0.5); }
    .pink header.red nav .menu-trigger + label:hover {
      background-color: rgba(249, 156, 200, 0.5); }
    .teal header.red nav .menu-trigger + label:hover {
      background-color: rgba(110, 203, 199, 0.5); }
    .purple header.red nav .menu-trigger + label:hover {
      background-color: rgba(134, 55, 150, 0.5); }
    .peach header.red nav .menu-trigger + label:hover {
      background-color: rgba(238, 130, 117, 0.5); }
    .navy header.red nav .menu-trigger + label:hover {
      background-color: rgba(54, 84, 149, 0.5); }
    .yellow header.red nav .menu-trigger + label:hover {
      background-color: rgba(250, 204, 32, 0.5); }
    .red header.red nav .menu-trigger + label:hover {
      background-color: rgba(208, 0, 60, 0.5); }
    .magenta header.red nav .menu-trigger + label:hover {
      background-color: rgba(232, 0, 174, 0.5); }
    header.red nav .menu-trigger + label:hover .burger li {
      background-color: white; }
  header.magenta nav #windmill_logo .icon .st0 {
    stroke: #e800ae; }
  header.magenta nav #windmill_logo:hover .icon .st0 {
    stroke: white; }
  header.magenta nav .menu-header-menu-container ul li a {
    color: #e800ae; }
    header.magenta nav .menu-header-menu-container ul li a:hover {
      opacity: .5; }
  header.magenta nav .menu-trigger + label {
    background-color: #e800ae; }
    header.magenta nav .menu-trigger + label .burger li {
      background-color: white; }
    .white header.magenta nav .menu-trigger + label:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .black header.magenta nav .menu-trigger + label:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    .blue header.magenta nav .menu-trigger + label:hover {
      background-color: rgba(45, 127, 196, 0.5); }
    .pink header.magenta nav .menu-trigger + label:hover {
      background-color: rgba(249, 156, 200, 0.5); }
    .teal header.magenta nav .menu-trigger + label:hover {
      background-color: rgba(110, 203, 199, 0.5); }
    .purple header.magenta nav .menu-trigger + label:hover {
      background-color: rgba(134, 55, 150, 0.5); }
    .peach header.magenta nav .menu-trigger + label:hover {
      background-color: rgba(238, 130, 117, 0.5); }
    .navy header.magenta nav .menu-trigger + label:hover {
      background-color: rgba(54, 84, 149, 0.5); }
    .yellow header.magenta nav .menu-trigger + label:hover {
      background-color: rgba(250, 204, 32, 0.5); }
    .red header.magenta nav .menu-trigger + label:hover {
      background-color: rgba(208, 0, 60, 0.5); }
    .magenta header.magenta nav .menu-trigger + label:hover {
      background-color: rgba(232, 0, 174, 0.5); }
    header.magenta nav .menu-trigger + label:hover .burger li {
      background-color: white; }
  header.main-nav-color nav #windmill_logo .icon .st0 {
    stroke: black; }
  header.main-nav-color nav #windmill_logo:hover .icon .st0 {
    stroke: #666; }
  header &gt; h1 {
    position: relative;
    text-align: center;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
    padding-right: 20px; }
    @media print {
      header &gt; h1 {
        color: #000000;
        text-align: left;
        top: 0;
        transform: none; } }
  header .header-holder {
    position: relative;
    text-align: center;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px; }
    @media print {
      header .header-holder {
        color: #000000;
        text-align: left;
        top: 0;
        transform: none; } }
  header .short-desc {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 1em;
    font-size: 1.5em; }
    @media (max-width: 1200px) {
      header .short-desc {
        font-size: 1.2em; } }
    @media (max-width: 767px) {
      header .short-desc {
        max-width: 100%; } }

#windmill_logo {
  transition: all 500ms ease;
  z-index: 900 !important; }
  @media (max-width: 480px) {
    #windmill_logo {
      left: 10px;
      top: 17px; } }
  #windmill_logo .icon {
    width: 45px;
    height: 45px; }
    #windmill_logo .icon .st0 {
      transition: all 500ms ease;
      fill: none;
      stroke: #000; }
  #windmill_logo .text {
    height: 45px;
    width: 160px;
    margin-left: 44px;
    overflow: visible;
    position: relative; }
    #windmill_logo .text .st0 {
      transition: all 500ms ease;
      stroke: none;
      fill: #ffffff; }
      .white #windmill_logo .text .st0 {
        fill: #ffffff; }
      .black #windmill_logo .text .st0 {
        fill: #000000; }
      .blue #windmill_logo .text .st0 {
        fill: #2d7fc4; }
      .pink #windmill_logo .text .st0 {
        fill: #f99cc8; }
      .teal #windmill_logo .text .st0 {
        fill: #6ecbc7; }
      .purple #windmill_logo .text .st0 {
        fill: #863796; }
      .peach #windmill_logo .text .st0 {
        fill: #ee8275; }
      .navy #windmill_logo .text .st0 {
        fill: #365495; }
      .yellow #windmill_logo .text .st0 {
        fill: #facc20; }
      .red #windmill_logo .text .st0 {
        fill: #d0003c; }
      .magenta #windmill_logo .text .st0 {
        fill: #e800ae; }
      .presenter #windmill_logo .text .st0 {
        fill: #ffffff; }
      .presenter .black #windmill_logo .text .st0 {
        fill: #000000; }

html.remodal-is-locked .parallax-mirror {
  display: none !important; }

body.error404 header.main-nav-color nav #windmill_logo .st0 {
  stroke: #fff !important; }

body.error404 #footer-enews {
  background: #d0003c; }

body.error404 #footer-support h2,
body.error404 #footer-support p {
  color: #fff !important; }

body.error404 #footer-support .col-xs-12.border {
  border-color: #fff !important; }

body.error404 #footer-support a {
  background: #fff !important;
  color: #000 !important; }

body.error404 #footer-support svg path {
  stroke: #868686; }

body.error404 #footer-support {
  margin-top: 30vh; }

body.error404 main {
  min-height: 60vh; }
  @media (max-width: 500px) {
    body.error404 main .content {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    body.error404 main h1 {
      font-size: 6em; } }
  @media (max-width: 500px) {
    body.error404 main h1 {
      font-size: 5em; } }

body.menu-opened #footer-add-to-cart {
  transform: translateY(100%) !important; }

body.blog header {
  height: auto;
  min-height: 400px;
  min-height: 25vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px; }
  body.blog header &gt; h1 {
    top: 0%;
    transform: translateY(0%); }

#footer-enews {
  padding: 70px;
  background-color: #000;
  color: #fff;
  text-align: center; }
  .white #footer-enews {
    background-color: #ffffff; }
  .black #footer-enews {
    background-color: #000000; }
  .blue #footer-enews {
    background-color: #2d7fc4; }
  .pink #footer-enews {
    background-color: #f99cc8; }
  .teal #footer-enews {
    background-color: #6ecbc7; }
  .purple #footer-enews {
    background-color: #863796; }
  .peach #footer-enews {
    background-color: #ee8275; }
  .navy #footer-enews {
    background-color: #365495; }
  .yellow #footer-enews {
    background-color: #facc20; }
  .red #footer-enews {
    background-color: #d0003c; }
  .magenta #footer-enews {
    background-color: #e800ae; }
  @media (max-width: 767px) {
    #footer-enews {
      padding: 35px; } }
  @media (max-width: 567px) {
    #footer-enews {
      padding: 23px; } }
  #footer-enews h3 {
    font-size: 1.9em;
    text-align: center;
    margin-bottom: 20px;
    color: #fff; }
    @media (max-width: 767px) {
      #footer-enews h3 {
        font-size: 1.7em;
        margin-bottom: 15px; } }
  #footer-enews p {
    font-size: 1.2em;
    text-align: center;
    font-family: "wmt_medium", san-serif; }
    @media (max-width: 767px) {
      #footer-enews p {
        font-size: 1.1em; } }
  #footer-enews a.button.angle {
    margin-top: 35px;
    background-color: #fff;
    color: #000; }
    .white #footer-enews a.button.angle {
      color: #ffffff; }
    .black #footer-enews a.button.angle {
      color: #000000; }
    .blue #footer-enews a.button.angle {
      color: #2d7fc4; }
    .pink #footer-enews a.button.angle {
      color: #f99cc8; }
    .teal #footer-enews a.button.angle {
      color: #6ecbc7; }
    .purple #footer-enews a.button.angle {
      color: #863796; }
    .peach #footer-enews a.button.angle {
      color: #ee8275; }
    .navy #footer-enews a.button.angle {
      color: #365495; }
    .yellow #footer-enews a.button.angle {
      color: #facc20; }
    .red #footer-enews a.button.angle {
      color: #d0003c; }
    .magenta #footer-enews a.button.angle {
      color: #e800ae; }
    @media (max-width: 767px) {
      #footer-enews a.button.angle {
        margin-top: 5px;
        padding-left: 11px;
        padding-right: 11px;
        padding-top: 6px;
        padding-bottom: 6px; } }
  #footer-enews .enews-content {
    max-width: 730px;
    margin: 0 auto; }
  #footer-enews.color-black {
    background-color: #000000; }
  #footer-enews.color-blue {
    background-color: #2d7fc4; }
    #footer-enews.color-blue a.button.angle {
      background-color: black;
      color: white; }
  #footer-enews.color-pink {
    background-color: #f99cc8; }
    #footer-enews.color-pink a.button.angle {
      background-color: black;
      color: white; }
  #footer-enews.color-teal {
    background-color: #6ecbc7; }
    #footer-enews.color-teal a.button.angle {
      background-color: black;
      color: white; }
  #footer-enews.color-purple {
    background-color: #863796; }
    #footer-enews.color-purple a.button.angle {
      background-color: black;
      color: white; }
  #footer-enews.color-peach {
    background-color: #ee8275; }
    #footer-enews.color-peach a.button.angle {
      background-color: black;
      color: white; }
  #footer-enews.color-navy {
    background-color: #365495; }
    #footer-enews.color-navy a.button.angle {
      background-color: black;
      color: white; }
  #footer-enews.color-yellow {
    background-color: #facc20; }
    #footer-enews.color-yellow a.button.angle {
      background-color: black;
      color: white; }
  #footer-enews.color-red {
    background-color: #d0003c; }
    #footer-enews.color-red a.button.angle {
      background-color: black;
      color: white; }
  #footer-enews.color-magenta {
    background-color: #e800ae; }
    #footer-enews.color-magenta a.button.angle {
      background-color: black;
      color: white; }

footer {
  background: #000000;
  position: relative;
  padding: 80px 50px 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.02em;
  font-family: "wmt_medium", san-serif;
  text-align: center;
  position: relative; }
  footer .bg-image,
  footer .bg-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  footer .bg-image {
    background-size: cover;
    background-position: 50% 50%; }
  footer .bg-color {
    background-color: black;
    opacity: 0.65; }
  footer &gt; a {
    position: relative; }
  footer &gt; nav {
    position: relative; }
  @media (max-width: 767px) {
    footer {
      padding: 35px; } }
  @media print {
    footer {
      display: none; } }
  footer .logo {
    display: block;
    margin-bottom: 35px; }
    @media (max-width: 480px) {
      footer .logo {
        margin-bottom: 20px; } }
    footer .logo .svg {
      fill: #ffffff;
      height: 96px;
      width: 96px; }
      @media (max-width: 768px) {
        footer .logo .svg {
          height: 50px;
          height: 50px; } }
  footer nav {
    display: block;
    width: 100%; }
    @media (max-width: 768px) {
      footer nav {
        margin-top: -4px; } }
    footer nav ul {
      margin-bottom: 0.5em; }
      footer nav ul:last-child {
        padding-right: 0; }
      footer nav ul li {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left;
        padding: 0 0.4em;
        background-size: 10px 40px; }
        @media (max-width: 767px) {
          footer nav ul li {
            display: block; }
            footer nav ul li:not(:last-of-type) {
              margin-bottom: 10px; } }
        footer nav ul li:first-child {
          padding-left: 0.5em;
          background: none !important; }
      footer nav ul.links li {
        display: inline-block;
        position: relative;
        padding: 0; }
        @media (max-width: 767px) {
          footer nav ul.links li {
            padding-left: 0 !important;
            padding-right: 0 !important; } }
        footer nav ul.links li:not(:first-of-type) {
          padding-left: 15px; }
        footer nav ul.links li:not(:last-of-type) {
          padding-right: 15px; }
          footer nav ul.links li:not(:last-of-type)::after {
            content: " ";
            display: block;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: white;
            height: 14px;
            width: 1px; }
        footer nav ul.links li a {
          font-size: 1.3em; }
        @media (max-width: 767px) {
          footer nav ul.links li {
            display: block;
            padding: 0; }
            footer nav ul.links li:not(:last-of-type) {
              margin-bottom: 10px; }
            footer nav ul.links li::after {
              display: none !important; } }
    footer nav a {
      color: #ffffff;
      text-decoration: none;
      border-bottom: 1px solid transparent;
      transition: border-color 350ms ease-in-out;
      -webkit-transition: border-color 350ms ease-in-out;
      -moz-transition: border-color 350ms ease-in-out;
      -o-transition: border-color 350ms ease-in-out; }
      footer nav a:hover {
        border-bottom-color: white; }
    footer nav .menu-footer-menu-container {
      margin-top: 30px;
      margin-bottom: 130px; }
      @media (max-width: 767px) {
        footer nav .menu-footer-menu-container {
          margin-bottom: 30px; } }
    footer nav .menu a {
      font-family: "wmt_bold", san-serif;
      letter-spacing: 0.1em;
      font-size: 1.9em; }
    footer nav .menu li {
      background: none !important; }
    footer nav .social {
      list-style: none;
      margin-bottom: 3em; }
      footer nav .social li {
        display: inline-block;
        width: 25px;
        height: 25px;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        transition: all 500ms ease;
        margin: 0 11px;
        padding: 0 !important;
        -webkit-transform: translateZ(0); }
        @media (max-width: 480px) {
          footer nav .social li {
            border-width: 1px;
            width: 30px;
            height: 30px; } }
        footer nav .social li a {
          text-decoration: none;
          font-size: 30px;
          width: 100%;
          height: 100%;
          display: block;
          padding-top: 2px;
          line-height: 1em;
          box-sizing: border-box;
          animation-delay: 500ms;
          transition: all 220ms ease;
          color: #ffffff;
          margin-top: -1px;
          border: none !important; }
          @media (max-width: 480px) {
            footer nav .social li a {
              font-size: 26px; } }
        footer nav .social li:hover {
          transform: scale(1.4); }
          footer nav .social li:hover a {
            transform: scale(1.3) rotate(-16deg); }
    footer nav .partners li {
      margin: 1em 1em; }
      footer nav .partners li a {
        opacity: 0.35;
        transition: opacity 500ms ease; }
        footer nav .partners li a:hover {
          opacity: 1; }
      footer nav .partners li img {
        height: 50px;
        width: auto; }
    footer nav .credits {
      text-transform: none;
      transition: opacity 220ms ease;
      padding: 0; }
      @media (max-width: 480px) {
        footer nav .credits {
          display: block; } }
      footer nav .credits:hover {
        opacity: 1; }
      footer nav .credits li {
        padding: 0;
        font-size: 1.3em;
        text-transform: uppercase; }
        footer nav .credits li:after {
          content: " - "; }
        footer nav .credits li:last-child:after {
          content: none; }
        @media (max-width: 480px) {
          footer nav .credits li {
            display: block; }
            footer nav .credits li:after {
              content: none; } }

#footer-support {
  overflow: hidden;
  position: relative; }
  #footer-support .container {
    position: relative; }
  #footer-support .row {
    margin: 0; }
  #footer-support .col-xs-12.border {
    border-top: 2px solid black; }
  #footer-support .col-xs-12:not(.border) {
    padding: 100px 0 90px;
    text-align: center; }
    #footer-support .col-xs-12:not(.border) &gt; * {
      text-align: center; }
  #footer-support svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 123%;
    width: auto;
    max-height: none;
    max-width: none;
    opacity: 0.35; }
    #footer-support svg path {
      stroke: black; }
      .white #footer-support svg path {
        stroke: #ffffff; }
      .black #footer-support svg path {
        stroke: #000000; }
      .blue #footer-support svg path {
        stroke: #2d7fc4; }
      .pink #footer-support svg path {
        stroke: #f99cc8; }
      .teal #footer-support svg path {
        stroke: #6ecbc7; }
      .purple #footer-support svg path {
        stroke: #863796; }
      .peach #footer-support svg path {
        stroke: #ee8275; }
      .navy #footer-support svg path {
        stroke: #365495; }
      .yellow #footer-support svg path {
        stroke: #facc20; }
      .red #footer-support svg path {
        stroke: #d0003c; }
      .magenta #footer-support svg path {
        stroke: #e800ae; }
  #footer-support h2 {
    color: black !important;
    border: none;
    font-size: 1.9em;
    line-height: 1;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #footer-support h2 {
        font-size: 1.7em;
        margin-bottom: 15px; } }
  #footer-support p {
    color: black !important;
    font-size: 1.1rem;
    margin-bottom: 40px; }
  #footer-support a {
    background-color: black !important; }
  @media (max-width: 767px) {
    #footer-support .col-xs-12:not(.border) {
      padding: 40px 0; }
    #footer-support h2 {
      font-size: 2rem;
      margin-bottom: 22px; }
    #footer-support p {
      font-size: 1.05rem; }
    #footer-support a.button.angle {
      padding-left: 11px;
      padding-right: 11px;
      padding-top: 6px;
      padding-bottom: 6px; } }
  #footer-support.color-black svg path {
    stroke: #000000; }
  #footer-support.color-blue svg path {
    stroke: #2d7fc4; }
  #footer-support.color-blue .col-xs-12 {
    border-color: #2d7fc4; }
  #footer-support.color-pink svg path {
    stroke: #f99cc8; }
  #footer-support.color-pink .col-xs-12 {
    border-color: #f99cc8; }
  #footer-support.color-teal svg path {
    stroke: #6ecbc7; }
  #footer-support.color-teal .col-xs-12 {
    border-color: #6ecbc7; }
  #footer-support.color-purple svg path {
    stroke: #863796; }
  #footer-support.color-purple .col-xs-12 {
    border-color: #863796; }
  #footer-support.color-peach svg path {
    stroke: #ee8275; }
  #footer-support.color-peach .col-xs-12 {
    border-color: #ee8275; }
  #footer-support.color-navy svg path {
    stroke: #365495; }
  #footer-support.color-navy .col-xs-12 {
    border-color: #365495; }
  #footer-support.color-yellow svg path {
    stroke: #facc20; }
  #footer-support.color-yellow .col-xs-12 {
    border-color: #facc20; }
  #footer-support.color-red svg path {
    stroke: #d0003c; }
  #footer-support.color-red .col-xs-12 {
    border-color: #d0003c; }
  #footer-support.color-magenta svg path {
    stroke: #e800ae; }
  #footer-support.color-magenta .col-xs-12 {
    border-color: #e800ae; }

body.blue #footer-support .col-xs-12.border {
  border-color: #2d7fc4; }

body.pink #footer-support .col-xs-12.border {
  border-color: #f99cc8; }

body.teal #footer-support .col-xs-12.border {
  border-color: #6ecbc7; }

body.purple #footer-support .col-xs-12.border {
  border-color: #863796; }

body.peach #footer-support .col-xs-12.border {
  border-color: #ee8275; }

body.navy #footer-support .col-xs-12.border {
  border-color: #365495; }

body.yellow #footer-support .col-xs-12.border {
  border-color: #facc20; }

body.red #footer-support .col-xs-12.border {
  border-color: #d0003c; }

body.magenta #footer-support .col-xs-12.border {
  border-color: #e800ae; }

.related {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 90px;
  padding-bottom: 2em; }
  .related::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 768px) {
    .related {
      padding-left: 20px;
      padding-right: 70px; } }
  @media print {
    .related {
      display: none; } }
  .related .show-preview {
    margin-bottom: 2em; }
    .related .show-preview:nth-of-type(n+4) {
      display: none; }

.show-preview {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  box-sizing: border-box;
  padding: 0 1em;
  margin-bottom: 4em;
  position: relative;
  box-sizing: border-box; }
  .show-preview:nth-of-type(4n+1) {
    clear: left; }
  @media (max-width: 768px) {
    .show-preview {
      width: calc(33.33333% - 26.66667px);
      float: left;
      margin-left: 20px; }
      .show-preview:nth-of-type(4n+1) {
        clear: none; }
      .show-preview:nth-of-type(3n+1) {
        clear: left; } }
  @media (max-width: 480px) {
    .show-preview {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      width: 100%;
      margin-bottom: 3em; } }
  .related .show-preview {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    padding: 0 6%; }
    @media (max-width: 768px) {
      .related .show-preview {
        padding: 0 1em; } }
    @media (max-width: 480px) {
      .related .show-preview {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        width: 100%;
        margin-bottom: 3em; } }
  .show-preview img {
    border-radius: 50%;
    transition: all 220ms ease; }
    @media (max-width: 480px) {
      .show-preview img {
        width: 30%;
        float: left;
        margin-right: 5%; } }
    .show-preview img:hover {
      transform: scale(1.025); }
  .show-preview h3 {
    margin: 0.5em 0;
    padding-top: 0.1em;
    border-top: 3px solid #000000; }
    .white .show-preview h3 {
      border-color: #ffffff; }
    .black .show-preview h3 {
      border-color: #000000; }
    .blue .show-preview h3 {
      border-color: #2d7fc4; }
    .pink .show-preview h3 {
      border-color: #f99cc8; }
    .teal .show-preview h3 {
      border-color: #6ecbc7; }
    .purple .show-preview h3 {
      border-color: #863796; }
    .peach .show-preview h3 {
      border-color: #ee8275; }
    .navy .show-preview h3 {
      border-color: #365495; }
    .yellow .show-preview h3 {
      border-color: #facc20; }
    .red .show-preview h3 {
      border-color: #d0003c; }
    .magenta .show-preview h3 {
      border-color: #e800ae; }
    @media (max-width: 480px) {
      .show-preview h3 {
        width: 65%;
        float: left;
        margin-top: 0;
        border-top-width: 3px; } }
  .show-preview .links li a:before {
    padding-right: 5px; }
  .show-preview p {
    font-size: 0.9em; }
    @media (max-width: 480px) {
      .show-preview p {
        margin-left: 35%; } }
  .show-preview .details {
    margin-top: 2em;
    padding-top: 0.1em;
    border-top: 1px solid #000000;
    width: 50%; }
    .white .show-preview .details {
      border-color: #ffffff; }
    .black .show-preview .details {
      border-color: #000000; }
    .blue .show-preview .details {
      border-color: #2d7fc4; }
    .pink .show-preview .details {
      border-color: #f99cc8; }
    .teal .show-preview .details {
      border-color: #6ecbc7; }
    .purple .show-preview .details {
      border-color: #863796; }
    .peach .show-preview .details {
      border-color: #ee8275; }
    .navy .show-preview .details {
      border-color: #365495; }
    .yellow .show-preview .details {
      border-color: #facc20; }
    .red .show-preview .details {
      border-color: #d0003c; }
    .magenta .show-preview .details {
      border-color: #e800ae; }
    @media (max-width: 480px) {
      .show-preview .details {
        width: 65%;
        float: left;
        margin-left: 35%; } }
    .show-preview .details p {
      font-size: 0.8em;
      width: 200%; }
      @media (max-width: 480px) {
        .show-preview .details p {
          width: 100%; } }
      @media (max-width: 480px) {
        .show-preview .details p {
          margin-left: 0; } }

.mini-section blockquote,
.quote {
  font-family: "wmt_extrabold", san-serif;
  color: #333333; }
  @media (max-width: 768px) {
    .mini-section blockquote,
    .quote {
      text-align: center; } }
  .mini-section blockquote p,
  .quote p {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 0.4em;
    text-indent: -0.3em; }
    @media (max-width: 1024px) {
      .mini-section blockquote p,
      .quote p {
        font-size: 2.3em; } }
    @media (max-width: 480px) {
      .mini-section blockquote p,
      .quote p {
        font-size: 1.8em; } }
    .mini-section blockquote p cite,
    .quote p cite {
      font-size: 0.3em;
      margin-top: 0.5em;
      opacity: 1; }
    .media .content .mini-section blockquote p, .media .content
    .quote p {
      opacity: 1; }
  .mini-section blockquote cite,
  .quote cite {
    display: block;
    font-size: 0.75em;
    font-style: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .mini-section blockquote cite,
      .quote cite {
        font-size: 0.7em; } }
    .mini-section blockquote cite a,
    .quote cite a {
      text-decoration: none; }
    .media .content .mini-section blockquote cite, .media .content
    .quote cite {
      opacity: 1; }

.promo {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 90px;
  position: relative; }
  .promo::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 768px) {
    .promo {
      padding-left: 20px;
      padding-right: 70px; } }
  .promo:before {
    content: '';
    display: block;
    background: #000;
    width: calc(100% - 170px);
    height: 3px;
    position: absolute;
    top: 0;
    left: 80px; }
    .white .promo:before {
      background-color: #ffffff; }
    .black .promo:before {
      background-color: #000000; }
    .blue .promo:before {
      background-color: #2d7fc4; }
    .pink .promo:before {
      background-color: #f99cc8; }
    .teal .promo:before {
      background-color: #6ecbc7; }
    .purple .promo:before {
      background-color: #863796; }
    .peach .promo:before {
      background-color: #ee8275; }
    .navy .promo:before {
      background-color: #365495; }
    .yellow .promo:before {
      background-color: #facc20; }
    .red .promo:before {
      background-color: #d0003c; }
    .magenta .promo:before {
      background-color: #e800ae; }
    @media (max-width: 768px) {
      .promo:before {
        width: calc(100% - 70px);
        left: 20px; } }
    .home .promo:before {
      content: none;
      height: 0; }
  @media print {
    .promo {
      display: none; } }
  .promo &gt; div {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    padding: 0 7%;
    box-sizing: border-box;
    text-align: center; }
    @media (max-width: 1024px) {
      .promo &gt; div {
        padding: 0 5%; } }
    @media (max-width: 768px) {
      .promo &gt; div {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        padding: 0 2em;
        margin-bottom: 4em;
        text-align: left; }
        .promo &gt; div:last-child {
          margin-bottom: 0; } }
    @media (max-width: 480px) {
      .promo &gt; div {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        width: 100%;
        margin-bottom: 4em; } }
  .promo h2 {
    border-bottom: 1px solid #000000;
    padding: 0.3em 0 0.4em;
    margin-top: 1em;
    margin-bottom: 1em; }
    @media (max-width: 768px) {
      .promo h2 {
        width: 65%;
        float: left;
        margin-top: 3px; } }
    @media (max-width: 480px) {
      .promo h2 {
        margin-bottom: 0.5em;
        width: auto;
        float: none;
        margin-top: 1em;
        text-align: center; } }
  .promo p {
    text-align: left;
    font-size: 0.9em; }
    @media (max-width: 768px) {
      .promo p {
        width: 60%;
        float: left; } }
    @media (max-width: 480px) {
      .promo p {
        width: auto;
        float: none;
        text-align: center; } }
  .promo img {
    margin-bottom: 2em; }
    @media (max-width: 768px) {
      .promo img {
        width: 30%;
        float: left;
        margin-right: 5%; } }
    @media (max-width: 480px) {
      .promo img {
        width: 60%;
        float: none;
        margin-left: 20%; } }
  .promo .more {
    font-size: 2.6em;
    margin-top: 0.5em;
    color: #000000;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: transform 500ms ease;
    backface-visibility: hidden; }
    .white .promo .more {
      color: #ffffff; }
    .black .promo .more {
      color: #000000; }
    .blue .promo .more {
      color: #2d7fc4; }
    .pink .promo .more {
      color: #f99cc8; }
    .teal .promo .more {
      color: #6ecbc7; }
    .purple .promo .more {
      color: #863796; }
    .peach .promo .more {
      color: #ee8275; }
    .navy .promo .more {
      color: #365495; }
    .yellow .promo .more {
      color: #facc20; }
    .red .promo .more {
      color: #d0003c; }
    .magenta .promo .more {
      color: #e800ae; }
    .promo .more:hover {
      transform: scale(1.2) rotate(360deg); }
    @media (max-width: 768px) {
      .promo .more {
        display: none; } }

#notification {
  max-width: 500px; }
  #notification.image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    padding-right: 12em;
    box-sizing: border-box; }
    @media (max-width: 480px) {
      #notification.image {
        padding-right: 4em; } }
  #notification h1 {
    margin-bottom: 0.5em; }
    .white #notification h1 {
      color: #ffffff; }
    .black #notification h1 {
      color: #000000; }
    .blue #notification h1 {
      color: #2d7fc4; }
    .pink #notification h1 {
      color: #f99cc8; }
    .teal #notification h1 {
      color: #6ecbc7; }
    .purple #notification h1 {
      color: #863796; }
    .peach #notification h1 {
      color: #ee8275; }
    .navy #notification h1 {
      color: #365495; }
    .yellow #notification h1 {
      color: #facc20; }
    .red #notification h1 {
      color: #d0003c; }
    .magenta #notification h1 {
      color: #e800ae; }
  #notification p {
    font-size: 1.1em;
    margin-bottom: 1em;
    line-height: 1.35em; }
    .white #notification p {
      color: #ffffff; }
    .black #notification p {
      color: #000000; }
    .blue #notification p {
      color: #2d7fc4; }
    .pink #notification p {
      color: #f99cc8; }
    .teal #notification p {
      color: #6ecbc7; }
    .purple #notification p {
      color: #863796; }
    .peach #notification p {
      color: #ee8275; }
    .navy #notification p {
      color: #365495; }
    .yellow #notification p {
      color: #facc20; }
    .red #notification p {
      color: #d0003c; }
    .magenta #notification p {
      color: #e800ae; }
  #notification .interested {
    margin-top: 3em;
    margin-bottom: 0; }
    #notification .interested .button {
      display: block;
      text-align: center;
      padding: 0.7em 1em !important; }
  #notification button, #notification .button {
    background: #ffffff;
    color: #000000; }

.age, .year {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  float: right;
  margin-top: -30px;
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  font-family: "wmt_bold", san-serif; }
  .white .age, .white .year {
    color: #ffffff; }
  .black .age, .black .year {
    color: #000000; }
  .blue .age, .blue .year {
    color: #2d7fc4; }
  .pink .age, .pink .year {
    color: #f99cc8; }
  .teal .age, .teal .year {
    color: #6ecbc7; }
  .purple .age, .purple .year {
    color: #863796; }
  .peach .age, .peach .year {
    color: #ee8275; }
  .navy .age, .navy .year {
    color: #365495; }
  .yellow .age, .yellow .year {
    color: #facc20; }
  .red .age, .red .year {
    color: #d0003c; }
  .magenta .age, .magenta .year {
    color: #e800ae; }
  .white .age, .white .year {
    border-color: #ffffff; }
  .black .age, .black .year {
    border-color: #000000; }
  .blue .age, .blue .year {
    border-color: #2d7fc4; }
  .pink .age, .pink .year {
    border-color: #f99cc8; }
  .teal .age, .teal .year {
    border-color: #6ecbc7; }
  .purple .age, .purple .year {
    border-color: #863796; }
  .peach .age, .peach .year {
    border-color: #ee8275; }
  .navy .age, .navy .year {
    border-color: #365495; }
  .yellow .age, .yellow .year {
    border-color: #facc20; }
  .red .age, .red .year {
    border-color: #d0003c; }
  .magenta .age, .magenta .year {
    border-color: #e800ae; }
  .age span, .year span {
    font-size: 10px;
    display: block;
    width: 100%;
    height: 50%; }
    .age span.from, .year span.from {
      bottom: 50%;
      line-height: 15px; }
    .age span.to, .year span.to {
      top: calc(50% - 1px);
      border-top-style: solid;
      border-top-width: 1px;
      line-height: 11px; }
      .white .age span.to, .white .year span.to {
        border-top-color: #ffffff; }
      .black .age span.to, .black .year span.to {
        border-top-color: #000000; }
      .blue .age span.to, .blue .year span.to {
        border-top-color: #2d7fc4; }
      .pink .age span.to, .pink .year span.to {
        border-top-color: #f99cc8; }
      .teal .age span.to, .teal .year span.to {
        border-top-color: #6ecbc7; }
      .purple .age span.to, .purple .year span.to {
        border-top-color: #863796; }
      .peach .age span.to, .peach .year span.to {
        border-top-color: #ee8275; }
      .navy .age span.to, .navy .year span.to {
        border-top-color: #365495; }
      .yellow .age span.to, .yellow .year span.to {
        border-top-color: #facc20; }
      .red .age span.to, .red .year span.to {
        border-top-color: #d0003c; }
      .magenta .age span.to, .magenta .year span.to {
        border-top-color: #e800ae; }
  @media (max-width: 700px) {
    .age, .year {
      font-size: 1.75em; } }
  @media (max-width: 480px) {
    .age, .year {
      position: absolute;
      top: 115px;
      font-size: 1.6em; } }
  .age:before, .year:before {
    content: 'ages';
    font-size: 7.5px;
    text-transform: uppercase;
    position: absolute;
    letter-spacing: 0.05em;
    top: -14.28571px;
    display: block;
    width: 100%; }
    @media (max-width: 768px) {
      .age:before, .year:before {
        display: none; } }

.year:before {
  content: 'years'; }

@font-face {
  font-family: 'icomoon';
  src: url("../assets/fonts/icomoon.eot?h47vcd");
  src: url("../assets/fonts/icomoon.eot?h47vcd#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.ttf?h47vcd") format("truetype"), url("../assets/fonts/icomoon.woff?h47vcd") format("woff"), url("../assets/fonts/icomoon.svg?h47vcd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="dn-icon-"],
[class*=" dn-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

.dn-icon-brand:before {
  content: "\e902"; }

.dn-icon-tweet:before {
  content: "\e902"; }

.dn-icon-social:before {
  content: "\e902"; }

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

.dn-icon-youtube:before {
  content: "\e903"; }

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

.video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  @media (max-width: 480px) {
    .video-bg {
      display: none; } }
  .video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%); }
  .video-bg .fallback {
    z-index: 10;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

body {
  overflow-y: scroll; }

body.home header {
  height: 100vh; }

body.home .video-bg {
  display: block !important; }

body.home #footer-support .col-xs-12 {
  border: none !important; }

header {
  background-color: black;
  min-height: 500px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  header .icon-down {
    z-index: 9998; }
  @media (min-width: 1500px) {
    header .init-hidden {
      opacity: 0 !important;
      transition: opacity 350ms ease-in-out; }
      header .init-hidden.init-fadein {
        opacity: 1 !important; } }
  @media (max-width: 767px) {
    header .jump {
      font-size: 2.2em; } }
  @media (max-width: 767px) {
    header {
      justify-content: flex-end; } }
  header .video-bg {
    z-index: 950; }
  header .content {
    z-index: 960;
    color: #ffffff; }
    header .content h1 {
      text-align: left;
      top: 0;
      transform: none; }
    header .content h2 {
      border-top: none;
      font-weight: normal;
      font: "wmt_book", san-serif; }
  header #home_logo {
    width: 90%;
    text-align: left;
    z-index: 999; }
    @media (max-width: 767px) {
      header #home_logo {
        padding-top: 60px;
        padding-bottom: 60px; } }
    header #home_logo .top #home_icon {
      float: left;
      width: 80px !important;
      height: 80px !important;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      width: 120px;
      height: 120px; }
      @media (max-width: 767px) {
        header #home_logo .top #home_icon {
          width: 40px !important;
          height: 40px !important; } }
      @media (max-width: 1440px) {
        header #home_logo .top #home_icon {
          width: 100px;
          height: 100px; } }
      header #home_logo .top #home_icon svg {
        fill: #fff; }
      @media (min-width: 1500px) {
        header #home_logo .top #home_icon img {
          display: none; } }
    header #home_logo .top img {
      display: inline-block;
      height: 80px;
      width: auto; }
      @media (max-width: 767px) {
        header #home_logo .top img {
          height: 40px; } }
    header #home_logo .middle {
      margin-top: 50px; }
      @media (max-width: 767px) {
        header #home_logo .middle {
          margin-top: 15px; } }
      header #home_logo .middle h1 {
        position: static;
        text-align: left;
        top: auto;
        transform: none;
        padding-left: 0;
        padding-right: 0;
        color: #fff;
        font-size: 3rem; }
        @media (max-width: 991px) {
          header #home_logo .middle h1 {
            font-size: 2.6rem; } }
        @media (max-width: 767px) {
          header #home_logo .middle h1 {
            font-size: 1.2rem; } }
      header #home_logo .middle p {
        margin-top: 10px;
        color: white;
        font-size: 1.2rem; }
    header #home_logo .buttons {
      /*margin-top: 35px;*/
position: absolute;
    right: 0; }
      @media (max-width: 767px) {
        header #home_logo .buttons {
position: inherit;
text-align:center;
          margin-top: 20px; } }
      header #home_logo .buttons a {
        width: 240px;
        text-align: center; }
        @media (max-width: 767px) {
          header #home_logo .buttons a {
            width: 155px;
            padding-left: 0;
            padding-right: 0; } }
        @media (max-width: 399px) {
          header #home_logo .buttons a {
            width: auto;
            padding-left: 11px;
            padding-right: 11px;
            padding-top: 6px;
            padding-bottom: 6px; } }
        header #home_logo .buttons a:nth-of-type(1) {
          background: white;
          color: black;
          border: 2px solid white; }
        header #home_logo .buttons a:nth-of-type(2) {
          background: transparent;
          color: white;
          border: 2px solid white; }
    header #home_logo .text {
      width: auto;
      height: 120px; }
      @media (max-width: 1440px) {
        header #home_logo .text {
          height: 100px; } }

#quotes-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #2d7fc4; }
  @media (max-width: 1199px) {
    #quotes-section {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media (max-width: 767px) {
    #quotes-section {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1500px) {
    #quotes-section .container {
      width: 1399px; }
      #quotes-section .container .row &gt; div .inner {
        padding-left: 30px;
        padding-right: 30px; } }
  @media (max-width: 1199px) {
    #quotes-section .row &gt; div:first-of-type {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    #quotes-section .row &gt; div:first-of-type {
      margin-bottom: 30px; } }
  #quotes-section .inner {
    padding-left: 15px;
    padding-right: 15px; }
  #quotes-section h3,
  #quotes-section p {
    color: white;
    text-align: center; }
  #quotes-section h3 {
    text-transform: none;
    font-size: 2.2rem; }
    @media (max-width: 1199px) {
      #quotes-section h3 {
        font-size: 1.7rem;
        line-height: 1.1; } }
    @media (max-width: 767px) {
      #quotes-section h3 {
        font-size: 1.35rem;
        line-height: 1.2; } }
  #quotes-section p {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 17px; }
    @media (max-width: 767px) {
      #quotes-section p {
        margin-top: 12px; } }

.feature {
  min-height: 500px;
  height: 100vh;
  z-index: 20;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .feature.white {
    color: #ffffff; }
  .feature.black {
    color: #000000; }
  .feature.blue {
    color: #2d7fc4; }
  .feature.pink {
    color: #f99cc8; }
  .feature.teal {
    color: #6ecbc7; }
  .feature.purple {
    color: #863796; }
  .feature.peach {
    color: #ee8275; }
  .feature.navy {
    color: #365495; }
  .feature.yellow {
    color: #facc20; }
  .feature.red {
    color: #d0003c; }
  .feature.magenta {
    color: #e800ae; }
  @media (min-width: 992px) {
    .feature.half-width {
      height: 350px;
      width: 50%;
      float: left;
      min-height: 0; } }
  @media (min-width: 1200px) {
    .feature.half-width {
      height: 620px; } }
  .feature h1 {
    font-size: 7em;
    margin-bottom: 0.1em; }
  .feature h2 {
    font-family: "wmt_book", san-serif;
    letter-spacing: 0;
    font-size: 2.2em;
    text-transform: none;
    border-top: none;
    margin-bottom: 1.5em;
    line-height: 1.3em; }
  .feature .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 90px; }
    @media (max-width: 768px) {
      .feature .info {
        padding-left: 20px;
        padding-right: 70px; } }
    @media (max-width: 480px) {
      .feature .info {
        padding-right: 70px; } }
  @media (max-width: 991px) {
    .feature:not(.feature-page) {
      height: auto;
      padding-bottom: 0;
      padding-top: 600px;
      background-size: auto 600px !important;
      background-position: 76% 0 !important;
      background-repeat: no-repeat; } }
  @media (max-width: 991px) and (max-width: 599px) {
    .feature:not(.feature-page) {
      padding-top: 400px;
      background-size: auto 400px !important;
      background-position: 76% 0 !important;
      background-repeat: no-repeat; } }
  @media (max-width: 991px) {
      .feature:not(.feature-page) .info {
        background-color: #2d7fc4;
        padding: 25px 20px;
        position: static;
        top: auto;
        transform: none; }
      .feature:not(.feature-page) a.button.angle {
        background-color: white;
        width: auto;
        padding-left: 11px;
        padding-right: 11px;
        padding-top: 6px;
        padding-bottom: 6px; }
      .feature:not(.feature-page).black .info {
        background-color: #000000; }
      .feature:not(.feature-page).black a.button.angle {
        color: #000000; }
      .feature:not(.feature-page).blue .info {
        background-color: #2d7fc4; }
      .feature:not(.feature-page).blue a.button.angle {
        color: #2d7fc4; }
      .feature:not(.feature-page).pink .info {
        background-color: #f99cc8; }
      .feature:not(.feature-page).pink a.button.angle {
        color: #f99cc8; }
      .feature:not(.feature-page).teal .info {
        background-color: #6ecbc7; }
      .feature:not(.feature-page).teal a.button.angle {
        color: #6ecbc7; }
      .feature:not(.feature-page).purple .info {
        background-color: #863796; }
      .feature:not(.feature-page).purple a.button.angle {
        color: #863796; }
      .feature:not(.feature-page).peach .info {
        background-color: #ee8275; }
      .feature:not(.feature-page).peach a.button.angle {
        color: #ee8275; }
      .feature:not(.feature-page).navy .info {
        background-color: #365495; }
      .feature:not(.feature-page).navy a.button.angle {
        color: #365495; }
      .feature:not(.feature-page).yellow .info {
        background-color: #facc20; }
      .feature:not(.feature-page).yellow a.button.angle {
        color: #facc20; }
      .feature:not(.feature-page).red .info {
        background-color: #d0003c; }
      .feature:not(.feature-page).red a.button.angle {
        color: #d0003c; }
      .feature:not(.feature-page).magenta .info {
        background-color: #e800ae; }
      .feature:not(.feature-page).magenta a.button.angle {
        color: #e800ae; }
      .feature:not(.feature-page) h1 {
        color: white;
        font-size: 2.3rem;
        margin-bottom: 15px; }
      .feature:not(.feature-page) h2 {
        color: white;
        font-size: 1rem; } }
  @media (max-width: 1499px) {
    .feature.feature-page.half-width h1 {
      font-size: 4.65rem;
      margin-bottom: 12px; }
    .feature.feature-page.half-width h2 {
      font-size: 1.6rem; }
    .feature.feature-page.half-width a.button.angle {
      margin-bottom: 10px; } }
  @media (max-width: 1199px) {
    .feature.feature-page.half-width .info {
      padding: 0 40px;
      position: static;
      top: auto;
      transform: none; }
    .feature.feature-page.half-width a.button.angle {
      width: auto;
      padding-left: 11px;
      padding-right: 11px;
      padding-top: 6px;
      padding-bottom: 6px;
      margin-bottom: 10px; }
    .feature.feature-page.half-width h1 {
      font-size: 2.3rem;
      margin-bottom: 15px; }
    .feature.feature-page.half-width h2 {
      font-size: 1rem; } }
  @media (max-width: 991px) {
    .feature.feature-page.half-width, .feature.feature-page:not(.half-width) {
      display: block;
      padding: 25px 20px 15px;
      min-height: 0;
      height: auto;
      padding-top: 150px;
      padding-bottom: 0; }
      .feature.feature-page.half-width .info, .feature.feature-page:not(.half-width) .info {
        padding: 0 0 10px 0;
        position: static;
        top: auto;
        transform: none; }
      .feature.feature-page.half-width a.button.angle, .feature.feature-page:not(.half-width) a.button.angle {
        width: auto;
        padding-left: 11px;
        padding-right: 11px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-bottom: 10px; }
      .feature.feature-page.half-width h1, .feature.feature-page:not(.half-width) h1 {
        font-size: 2.3rem;
        margin-bottom: 15px; }
      .feature.feature-page.half-width h2, .feature.feature-page:not(.half-width) h2 {
        font-size: 1rem; } }

.home-news {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0; }
  @media (min-width: 1500px) {
    .home-news:not(.half-width) {
      min-height: 500px;
      height: 100vh;
      width: 100%; } }
  .home-news .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover; }
  @media (min-width: 992px) {
    .home-news.half-width {
      height: 350px;
      width: 50%;
      float: left; } }
  @media (min-width: 1200px) {
    .home-news.half-width {
      height: 620px; } }
  .home-news .news-tag {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: white;
    color: black;
    padding: 12px 38px;
    border-radius: 35px;
    font-family: "wmt_extrabold", san-serif;
    letter-spacing: 1px;
    text-decoration: none;
    transition: transform 250ms;
    transform: scale(1); }
    @media (pointer: fine) {
      .home-news .news-tag:hover {
        transform: scale(1.05); } }
  .home-news .bottom {
    display: block;
    position: relative;
    background-color: #2d7fc4;
    padding: 49px 35px 69px;
    transition: transform 250ms;
    transform-origin: 50% 50%;
    transform: translateY(20px);
    text-decoration: none; }
    .home-news .bottom:hover {
      transform: translateY(0); }
    .home-news .bottom.color-black {
      background-color: #000000; }
    .home-news .bottom.color-blue {
      background-color: #2d7fc4; }
    .home-news .bottom.color-pink {
      background-color: #f99cc8; }
    .home-news .bottom.color-teal {
      background-color: #6ecbc7; }
    .home-news .bottom.color-purple {
      background-color: #863796; }
    .home-news .bottom.color-peach {
      background-color: #ee8275; }
    .home-news .bottom.color-navy {
      background-color: #365495; }
    .home-news .bottom.color-yellow {
      background-color: #facc20; }
    .home-news .bottom.color-red {
      background-color: #d0003c; }
    .home-news .bottom.color-magenta {
      background-color: #e800ae; }
    .home-news .bottom h2,
    .home-news .bottom p,
    .home-news .bottom div {
      color: white; }
    .home-news .bottom h2 {
      border: none;
      margin: 0 0 8px 0;
      font-size: 2rem;
      font-family: "wmt_extrabold", san-serif;
      line-height: 1.1; }
    .home-news .bottom p {
      font-family: "wmt_bold", san-serif; }
    .home-news .bottom div {
      position: absolute;
      right: 35px;
      bottom: 58px;
      font-family: "wmt_bold", san-serif;
      font-size: 1rem; }
  @media (max-width: 1499px) {
    .home-news {
      height: auto; }
      .home-news .bottom {
        padding: 33.5px 35px 59px;
        transition: transform 250ms;
        transform-origin: 50% 50%;
        transform: translateY(20px); }
        .home-news .bottom:hover {
          transform: translateY(0); }
        .home-news .bottom h2 {
          font-size: 1.6rem; }
        .home-news .bottom p {
          font-family: "wmt_medium", san-serif; }
        .home-news .bottom div {
          position: absolute;
          right: 35px;
          bottom: 39px;
          font-size: 0.95rem; } }
  @media (max-width: 1199px) {
    .home-news {
      height: auto; }
      .home-news .news-tag {
        font-size: 0.8rem;
        padding: 8px 20px;
        top: 27px;
        right: 23px; }
      .home-news .bottom {
        padding: 18px 15px 38px;
        transition: transform 250ms;
        transform-origin: 50% 50%;
        transform: translateY(20px); }
        .home-news .bottom:hover {
          transform: translateY(0); }
        .home-news .bottom h2 {
          font-size: 1rem; }
        .home-news .bottom p {
          font-family: "wmt_medium", san-serif; }
        .home-news .bottom div {
          position: absolute;
          right: 19px;
          bottom: 20px;
          font-size: 0.95rem; } }
  @media (max-width: 991px) {
    .home-news {
      height: auto;
      padding-top: 31vw; }
      .home-news .bottom {
        transition: none;
        transform: none;
        padding: 18px 15px; }
      .home-news .bg-image {
        height: 31vw; } }
  @media (max-width: 767px) {
    .home-news {
      padding-top: 220px; }
      .home-news .bg-image {
        height: 220px; } }

.about {
  background: #000000;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  overflow: hidden;
  z-index: 20;
  /*
    &gt; div { 
        @include center-y();
        position: relative;
        
        @include mobile {
            transform: none;
            top: 0;
        }
    }*/ }
  @media (max-width: 480px) {
    .about {
      height: auto; } }
  .about .wrap {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 90px; }
    .about .wrap::after {
      clear: both;
      content: "";
      display: block; }
    @media (max-width: 768px) {
      .about .wrap {
        padding-left: 20px;
        padding-right: 70px; } }
    @media (max-width: 480px) {
      .about .wrap {
        padding-right: 70px; } }
    .about .wrap .content {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px;
      left: calc(25% - 25px + 20px);
      position: relative; }
      @media (max-width: 768px) {
        .about .wrap .content {
          width: calc(66.66667% - 33.33333px);
          float: left;
          margin-left: 20px;
          left: calc(16.66667% - 23.33333px + 20px);
          position: relative; } }
      @media (max-width: 480px) {
        .about .wrap .content {
          width: calc(100% - 40px);
          float: left;
          margin-left: 20px;
          left: calc(0% - 20px + 20px);
          position: relative;
          width: 100%;
          margin-left: 0; } }
  .about h1 {
    font-size: 3em;
    margin-bottom: 0.4em; }
    @media (max-width: 480px) {
      .about h1 {
        font-size: 2.25em; } }
  .about p {
    font-family: "wmt_book", san-serif;
    font-size: 1em; }
    @media (max-width: 480px) {
      .about p {
        font-size: 0.9em; } }
  .about .wheel {
    margin-bottom: 4em;
    text-align: center; }
    .about .wheel img {
      width: 40%;
      animation: spin 3s linear infinite; }

@keyframes spin {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }
    @media (max-width: 480px) {
      .about .wheel {
        margin-bottom: 2em; } }
  .about .button {
    margin-top: 2em; }
    @media (max-width: 480px) {
      .about .button {
        margin-top: 1em; } }

.jump {
  font-size: 4em;
  position: absolute;
  bottom: 0.25em;
  left: 50%;
  margin-left: -0.5em;
  text-decoration: none;
  z-index: 998; }
  .jump.white,
  .white .jump {
    color: #ffffff; }
  .jump.black,
  .black .jump {
    color: #000000; }
  .jump.blue,
  .blue .jump {
    color: #2d7fc4; }
  .jump.pink,
  .pink .jump {
    color: #f99cc8; }
  .jump.teal,
  .teal .jump {
    color: #6ecbc7; }
  .jump.purple,
  .purple .jump {
    color: #863796; }
  .jump.peach,
  .peach .jump {
    color: #ee8275; }
  .jump.navy,
  .navy .jump {
    color: #365495; }
  .jump.yellow,
  .yellow .jump {
    color: #facc20; }
  .jump.red,
  .red .jump {
    color: #d0003c; }
  .jump.magenta,
  .magenta .jump {
    color: #e800ae; }
  .jump:before {
    transition: all 500ms ease;
    display: block; }
  .jump:hover:before {
    transform: translateY(0.1em) rotateY(180deg); }

.promo {
  border-top: none; }

.related {
  display: none; }

/*# sourceMappingURL=home.css.map */
</pre></body></html>