html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(load.gif) center no-repeat #000;
}


@font-face {
    font-family: 'Surogat';
    src: url('Surogat-SemiBoldItalic.otf');  
}

body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}


.logo img{
    width:190px;
    
}

@media screen and (max-width: 768px) {
.logo{
width:100px;
background-color: #000;
    margin-top: -17px;
}
}

@media screen and (max-width: 768px) {
.logo img{
width:100px;
}
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 3em;
    margin: 0.67em 0
}

p {
    font-family: 'Merriweather', serif;
    font-size: 11pt;
    line-height: 30px;
} 

mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
/*!
 * 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: .75s;
    animation-duration: .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
}
@-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
}
@-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.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    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.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    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)
    }
}
.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
}
@-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
}
@-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
}
.lazyload,
.lazyloading {
    opacity: 0
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms
}
.ff-container {
    display: inline-block;
    position: relative
}
.ff-container .ff-image {
    z-index: 0;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0
}
.ff-container .ff-image.ff-image-ready {
    opacity: 1
}
.ff-container .ff-canvas {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    vertical-align: top;
    opacity: 0
}
.ff-container .ff-canvas.ff-responsive {
    width: 100%
}
.ff-container .ff-canvas.ff-canvas-ready {
    transition: opacity 300ms;
    opacity: 1
}
.ff-container .ff-canvas.ff-canvas-active {
    transition: none;
    opacity: 0
}
.ff-container.ff-responsive {
    width: 100%
}
.ff-container.ff-responsive .ff-image {
    width: 100%
}
.ff-container.ff-responsive .ff-canvas-ready {
    width: 100%
}
.sprite-icon-arrow-out-black {
    background-image: url("_sv_sprite.png");
    background-size: 53px auto;
    background-repeat: no-repeat;
    background-position: -10px -10px;
    height: 34px;
    width: 34px
}
.sprite-icon-arrow-out-blue {
    background-image: url("_sv_sprite.png");
    background-size: 53px auto;
    background-repeat: no-repeat;
    background-position: -10px -63px;
    height: 34px;
    width: 34px
}
.sprite-icon-tri-right-black {
    background-image: url("_sv_sprite.png");
    background-size: 53px auto;
    background-repeat: no-repeat;
    background-position: -14.5px -116px;
    height: 35px;
    width: 25px
}
.u-animated {
    transition: all 0.3s ease-in-out
}
.u-table {
    display: table !important
}
.u-table-cell {
    display: table-cell !important
}
.u-top {
    vertical-align: top !important
}
.u-bottom {
    vertical-align: bottom !important
}
.u-middle {
    vertical-align: middle !important
}
.u-block {
    display: block !important
}
.u-inline {
    display: inline !important
}
.u-inline-block {
    display: inline-block !important
}
.u-relative {
    position: relative !important
}
.u-absolute {
    position: absolute !important
}
.u-fixed {
    position: fixed !important
}
.u-static {
    position: static !important
}
.u-bottom {
    bottom: 0 !important
}
.u-left {
    left: 0 !important
}
.u-right {
    right: 0 !important
}
.u-top {
    top: 0 !important
}
.u-circle {
    border-radius: 99999px !important
}
.u-half {
    width: 50% !important
}
.u-full {
    width: 100% !important
}
.u-tall {
    height: 100% !important
}
.u-responsive {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: auto
}
.u-mtn,
.u-margin-top-n,
.u-mvn,
.u-margin-vertical-n,
.u-man,
.u-margin-all-n {
    margin-top: 0 !important
}
.u-mtxs,
.u-margin-top-xs,
.u-mvxs,
.u-margin-vertical-xs,
.u-maxs,
.u-margin-all-xs {
    margin-top: 10px !important
}
.u-mtsm,
.u-margin-top-sm,
.u-mvsm,
.u-margin-vertical-sm,
.u-masm,
.u-margin-all-sm {
    margin-top: 15px !important
}
.u-mtmd,
.u-margin-top-md,
.u-mvmd,
.u-margin-vertical-md,
.u-mamd,
.u-margin-all-md {
    margin-top: 30px !important
}
.u-mtlg,
.u-margin-top-lg,
.u-mvlg,
.u-margin-vertical-lg,
.u-malg,
.u-margin-all-lg {
    margin-top: 60px !important
}
.u-mtxl,
.u-margin-top-xl,
.u-mvxl,
.u-margin-vertical-xl,
.u-maxl,
.u-margin-all-xl {
    margin-top: 100px !important
}
.u-mbn,
.u-margin-bottom-n,
.u-mvn,
.u-margin-vertical-n,
.u-man,
.u-margin-all-n {
    margin-bottom: 0 !important
}
.u-mbxs,
.u-margin-bottom-xs,
.u-mvxs,
.u-margin-vertical-xs,
.u-maxs,
.u-margin-all-xs {
    margin-bottom: 10px !important
}
.u-mbsm,
.u-margin-bottom-sm,
.u-mvsm,
.u-margin-vertical-sm,
.u-masm,
.u-margin-all-sm {
    margin-bottom: 15px !important
}
.u-mbmd,
.u-margin-bottom-md,
.u-mvmd,
.u-margin-vertical-md,
.u-mamd,
.u-margin-all-md {
    margin-bottom: 30px !important
}
.u-mblg,
.u-margin-bottom-lg,
.u-mvlg,
.u-margin-vertical-lg,
.u-malg,
.u-margin-all-lg {
    margin-bottom: 60px !important
}
.u-mbxl,
.u-margin-bottom-xl,
.u-mvxl,
.u-margin-vertical-xl,
.u-maxl,
.u-margin-all-xl {
    margin-bottom: 100px !important
}
.u-mln,
.u-margin-left-n,
.u-mhn,
.u-margin-horizontal-n,
.u-man,
.u-margin-all-n {
    margin-left: 0 !important
}
.u-mlxs,
.u-margin-left-xs,
.u-mhxs,
.u-margin-horizontal-xs,
.u-maxs,
.u-margin-all-xs {
    margin-left: 10px !important
}
.u-mlsm,
.u-margin-left-sm,
.u-mhsm,
.u-margin-horizontal-sm,
.u-masm,
.u-margin-all-sm {
    margin-left: 15px !important
}
.u-mlmd,
.u-margin-left-md,
.u-mhmd,
.u-margin-horizontal-md,
.u-mamd,
.u-margin-all-md {
    margin-left: 30px !important
}
.u-mllg,
.u-margin-left-lg,
.u-mhlg,
.u-margin-horizontal-lg,
.u-malg,
.u-margin-all-lg {
    margin-left: 60px !important
}
.u-mlxl,
.u-margin-left-xl,
.u-mhxl,
.u-margin-horizontal-xl,
.u-maxl,
.u-margin-all-xl {
    margin-left: 100px !important
}
.u-mrn,
.u-margin-right-n,
.u-mhn,
.u-margin-horizontal-n,
.u-man,
.u-margin-all-n {
    margin-right: 0 !important
}
.u-mrxs,
.u-margin-right-xs,
.u-mhxs,
.u-margin-horizontal-xs,
.u-maxs,
.u-margin-all-xs {
    margin-right: 10px !important
}
.u-mrsm,
.u-margin-right-sm,
.u-mhsm,
.u-margin-horizontal-sm,
.u-masm,
.u-margin-all-sm {
    margin-right: 15px !important
}
.u-mrmd,
.u-margin-right-md,
.u-mhmd,
.u-margin-horizontal-md,
.u-mamd,
.u-margin-all-md {
    margin-right: 30px !important
}
.u-mrlg,
.u-margin-right-lg,
.u-mhlg,
.u-margin-horizontal-lg,
.u-malg,
.u-margin-all-lg {
    margin-right: 60px !important
}
.u-mrxl,
.u-margin-right-xl,
.u-mhxl,
.u-margin-horizontal-xl,
.u-maxl,
.u-margin-all-xl {
    margin-right: 100px !important
}
.u-mha,
.u-margin-horizontal-auto {
    margin-left: auto !important;
    margin-right: auto !important
}
.u-ptn,
.u-padding-top-n,
.u-pvn,
.u-padding-vertical-n,
.u-pan,
.u-padding-all-n {
    padding-top: 0 !important
}
.u-ptxs,
.u-padding-top-xs,
.u-pvxs,
.u-padding-vertical-xs,
.u-paxs,
.u-padding-all-xs {
    padding-top: 10px !important
}
.u-ptsm,
.u-padding-top-sm,
.u-pvsm,
.u-padding-vertical-sm,
.u-pasm,
.u-padding-all-sm {
    padding-top: 15px !important
}
.u-ptmd,
.u-padding-top-md,
.u-pvmd,
.u-padding-vertical-md,
.u-pamd,
.u-padding-all-md {
    padding-top: 30px !important
}
.u-ptlg,
.u-padding-top-lg,
.u-pvlg,
.u-padding-vertical-lg,
.u-palg,
.u-padding-all-lg {
    padding-top: 60px !important
}
.u-ptxl,
.u-padding-top-xl,
.u-pvxl,
.u-padding-vertical-xl,
.u-paxl,
.u-padding-all-xl {
    padding-top: 100px !important
}
.u-pbn,
.u-padding-bottom-n,
.u-pvn,
.u-padding-vertical-n,
.u-pan,
.u-padding-all-n {
    padding-bottom: 0 !important
}
.u-pbxs,
.u-padding-bottom-xs,
.u-pvxs,
.u-padding-vertical-xs,
.u-paxs,
.u-padding-all-xs {
    padding-bottom: 10px !important
}
.u-pbsm,
.u-padding-bottom-sm,
.u-pvsm,
.u-padding-vertical-sm,
.u-pasm,
.u-padding-all-sm {
    padding-bottom: 15px !important
}
.u-pbmd,
.u-padding-bottom-md,
.u-pvmd,
.u-padding-vertical-md,
.u-pamd,
.u-padding-all-md {
    padding-bottom: 30px !important
}
.u-pblg,
.u-padding-bottom-lg,
.u-pvlg,
.u-padding-vertical-lg,
.u-palg,
.u-padding-all-lg {
    padding-bottom: 60px !important
}
.u-pbxl,
.u-padding-bottom-xl,
.u-pvxl,
.u-padding-vertical-xl,
.u-paxl,
.u-padding-all-xl {
    padding-bottom: 100px !important
}
.u-pln,
.u-padding-left-n,
.u-phn,
.u-padding-horizontal-n,
.u-pan,
.u-padding-all-n {
    padding-left: 0 !important
}
.u-plxs,
.u-padding-left-xs,
.u-phxs,
.u-padding-horizontal-xs,
.u-paxs,
.u-padding-all-xs {
    padding-left: 10px !important
}
.u-plsm,
.u-padding-left-sm,
.u-phsm,
.u-padding-horizontal-sm,
.u-pasm,
.u-padding-all-sm {
    padding-left: 15px !important
}
.u-plmd,
.u-padding-left-md,
.u-phmd,
.u-padding-horizontal-md,
.u-pamd,
.u-padding-all-md {
    padding-left: 30px !important
}
.u-pllg,
.u-padding-left-lg,
.u-phlg,
.u-padding-horizontal-lg,
.u-palg,
.u-padding-all-lg {
    padding-left: 60px !important
}
.u-plxl,
.u-padding-left-xl,
.u-phxl,
.u-padding-horizontal-xl,
.u-paxl,
.u-padding-all-xl {
    padding-left: 100px !important
}
.u-prn,
.u-padding-right-n,
.u-phn,
.u-padding-horizontal-n,
.u-pan,
.u-padding-all-n {
    padding-right: 0 !important
}
.u-prxs,
.u-padding-right-xs,
.u-phxs,
.u-padding-horizontal-xs,
.u-paxs,
.u-padding-all-xs {
    padding-right: 10px !important
}
.u-prsm,
.u-padding-right-sm,
.u-phsm,
.u-padding-horizontal-sm,
.u-pasm,
.u-padding-all-sm {
    padding-right: 15px !important
}
.u-prmd,
.u-padding-right-md,
.u-phmd,
.u-padding-horizontal-md,
.u-pamd,
.u-padding-all-md {
    padding-right: 30px !important
}
.u-prlg,
.u-padding-right-lg,
.u-phlg,
.u-padding-horizontal-lg,
.u-palg,
.u-padding-all-lg {
    padding-right: 60px !important
}
.u-prxl,
.u-padding-right-xl,
.u-phxl,
.u-padding-horizontal-xl,
.u-paxl,
.u-padding-all-xl {
    padding-right: 100px !important
}
@media screen and (min-width: 768px) {
    .u-sm-table {
        display: table !important
    }
    .u-sm-table-cell {
        display: table-cell !important
    }
    .u-sm-top {
        vertical-align: top !important
    }
    .u-sm-bottom {
        vertical-align: bottom !important
    }
    .u-sm-middle {
        vertical-align: middle !important
    }
    .u-sm-block {
        display: block !important
    }
    .u-sm-inline {
        display: inline !important
    }
    .u-sm-inline-block {
        display: inline-block !important
    }
    .u-sm-relative {
        position: relative !important
    }
    .u-sm-absolute {
        position: absolute !important
    }
    .u-sm-fixed {
        position: fixed !important
    }
    .u-sm-static {
        position: static !important
    }
    .u-sm-bottom {
        bottom: 0 !important
    }
    .u-sm-left {
        left: 0 !important
    }
    .u-sm-right {
        right: 0 !important
    }
    .u-sm-top {
        top: 0 !important
    }
    .u-sm-circle {
        border-radius: 99999px !important
    }
    .u-sm-half {
        width: 50% !important
    }
    .u-sm-full {
        width: 100% !important
    }
    .u-sm-tall {
        height: 100% !important
    }
    .u-sm-responsive {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        width: auto
    }
    .u-sm-mtn,
    .u-sm-margin-top-n,
    .u-sm-mvn,
    .u-sm-margin-vertical-n,
    .u-sm-man,
    .u-sm-margin-all-n {
        margin-top: 0 !important
    }
    .u-sm-mtxs,
    .u-sm-margin-top-xs,
    .u-sm-mvxs,
    .u-sm-margin-vertical-xs,
    .u-sm-maxs,
    .u-sm-margin-all-xs {
        margin-top: 10px !important
    }
    .u-sm-mtsm,
    .u-sm-margin-top-sm,
    .u-sm-mvsm,
    .u-sm-margin-vertical-sm,
    .u-sm-masm,
    .u-sm-margin-all-sm {
        margin-top: 15px !important
    }
    .u-sm-mtmd,
    .u-sm-margin-top-md,
    .u-sm-mvmd,
    .u-sm-margin-vertical-md,
    .u-sm-mamd,
    .u-sm-margin-all-md {
        margin-top: 30px !important
    }
    .u-sm-mtlg,
    .u-sm-margin-top-lg,
    .u-sm-mvlg,
    .u-sm-margin-vertical-lg,
    .u-sm-malg,
    .u-sm-margin-all-lg {
        margin-top: 60px !important
    }
    .u-sm-mtxl,
    .u-sm-margin-top-xl,
    .u-sm-mvxl,
    .u-sm-margin-vertical-xl,
    .u-sm-maxl,
    .u-sm-margin-all-xl {
        margin-top: 100px !important
    }
    .u-sm-mbn,
    .u-sm-margin-bottom-n,
    .u-sm-mvn,
    .u-sm-margin-vertical-n,
    .u-sm-man,
    .u-sm-margin-all-n {
        margin-bottom: 0 !important
    }
    .u-sm-mbxs,
    .u-sm-margin-bottom-xs,
    .u-sm-mvxs,
    .u-sm-margin-vertical-xs,
    .u-sm-maxs,
    .u-sm-margin-all-xs {
        margin-bottom: 10px !important
    }
    .u-sm-mbsm,
    .u-sm-margin-bottom-sm,
    .u-sm-mvsm,
    .u-sm-margin-vertical-sm,
    .u-sm-masm,
    .u-sm-margin-all-sm {
        margin-bottom: 15px !important
    }
    .u-sm-mbmd,
    .u-sm-margin-bottom-md,
    .u-sm-mvmd,
    .u-sm-margin-vertical-md,
    .u-sm-mamd,
    .u-sm-margin-all-md {
        margin-bottom: 30px !important
    }
    .u-sm-mblg,
    .u-sm-margin-bottom-lg,
    .u-sm-mvlg,
    .u-sm-margin-vertical-lg,
    .u-sm-malg,
    .u-sm-margin-all-lg {
        margin-bottom: 60px !important
    }
    .u-sm-mbxl,
    .u-sm-margin-bottom-xl,
    .u-sm-mvxl,
    .u-sm-margin-vertical-xl,
    .u-sm-maxl,
    .u-sm-margin-all-xl {
        margin-bottom: 100px !important
    }
    .u-sm-mln,
    .u-sm-margin-left-n,
    .u-sm-mhn,
    .u-sm-margin-horizontal-n,
    .u-sm-man,
    .u-sm-margin-all-n {
        margin-left: 0 !important
    }
    .u-sm-mlxs,
    .u-sm-margin-left-xs,
    .u-sm-mhxs,
    .u-sm-margin-horizontal-xs,
    .u-sm-maxs,
    .u-sm-margin-all-xs {
        margin-left: 10px !important
    }
    .u-sm-mlsm,
    .u-sm-margin-left-sm,
    .u-sm-mhsm,
    .u-sm-margin-horizontal-sm,
    .u-sm-masm,
    .u-sm-margin-all-sm {
        margin-left: 15px !important
    }
    .u-sm-mlmd,
    .u-sm-margin-left-md,
    .u-sm-mhmd,
    .u-sm-margin-horizontal-md,
    .u-sm-mamd,
    .u-sm-margin-all-md {
        margin-left: 30px !important
    }
    .u-sm-mllg,
    .u-sm-margin-left-lg,
    .u-sm-mhlg,
    .u-sm-margin-horizontal-lg,
    .u-sm-malg,
    .u-sm-margin-all-lg {
        margin-left: 60px !important
    }
    .u-sm-mlxl,
    .u-sm-margin-left-xl,
    .u-sm-mhxl,
    .u-sm-margin-horizontal-xl,
    .u-sm-maxl,
    .u-sm-margin-all-xl {
        margin-left: 100px !important
    }
    .u-sm-mrn,
    .u-sm-margin-right-n,
    .u-sm-mhn,
    .u-sm-margin-horizontal-n,
    .u-sm-man,
    .u-sm-margin-all-n {
        margin-right: 0 !important
    }
    .u-sm-mrxs,
    .u-sm-margin-right-xs,
    .u-sm-mhxs,
    .u-sm-margin-horizontal-xs,
    .u-sm-maxs,
    .u-sm-margin-all-xs {
        margin-right: 10px !important
    }
    .u-sm-mrsm,
    .u-sm-margin-right-sm,
    .u-sm-mhsm,
    .u-sm-margin-horizontal-sm,
    .u-sm-masm,
    .u-sm-margin-all-sm {
        margin-right: 15px !important
    }
    .u-sm-mrmd,
    .u-sm-margin-right-md,
    .u-sm-mhmd,
    .u-sm-margin-horizontal-md,
    .u-sm-mamd,
    .u-sm-margin-all-md {
        margin-right: 30px !important
    }
    .u-sm-mrlg,
    .u-sm-margin-right-lg,
    .u-sm-mhlg,
    .u-sm-margin-horizontal-lg,
    .u-sm-malg,
    .u-sm-margin-all-lg {
        margin-right: 60px !important
    }
    .u-sm-mrxl,
    .u-sm-margin-right-xl,
    .u-sm-mhxl,
    .u-sm-margin-horizontal-xl,
    .u-sm-maxl,
    .u-sm-margin-all-xl {
        margin-right: 100px !important
    }
    .u-sm-mha,
    .u-sm-margin-horizontal-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .u-sm-ptn,
    .u-sm-padding-top-n,
    .u-sm-pvn,
    .u-sm-padding-vertical-n,
    .u-sm-pan,
    .u-sm-padding-all-n {
        padding-top: 0 !important
    }
    .u-sm-ptxs,
    .u-sm-padding-top-xs,
    .u-sm-pvxs,
    .u-sm-padding-vertical-xs,
    .u-sm-paxs,
    .u-sm-padding-all-xs {
        padding-top: 10px !important
    }
    .u-sm-ptsm,
    .u-sm-padding-top-sm,
    .u-sm-pvsm,
    .u-sm-padding-vertical-sm,
    .u-sm-pasm,
    .u-sm-padding-all-sm {
        padding-top: 15px !important
    }
    .u-sm-ptmd,
    .u-sm-padding-top-md,
    .u-sm-pvmd,
    .u-sm-padding-vertical-md,
    .u-sm-pamd,
    .u-sm-padding-all-md {
        padding-top: 30px !important
    }
    .u-sm-ptlg,
    .u-sm-padding-top-lg,
    .u-sm-pvlg,
    .u-sm-padding-vertical-lg,
    .u-sm-palg,
    .u-sm-padding-all-lg {
        padding-top: 60px !important
    }
    .u-sm-ptxl,
    .u-sm-padding-top-xl,
    .u-sm-pvxl,
    .u-sm-padding-vertical-xl,
    .u-sm-paxl,
    .u-sm-padding-all-xl {
        padding-top: 100px !important
    }
    .u-sm-pbn,
    .u-sm-padding-bottom-n,
    .u-sm-pvn,
    .u-sm-padding-vertical-n,
    .u-sm-pan,
    .u-sm-padding-all-n {
        padding-bottom: 0 !important
    }
    .u-sm-pbxs,
    .u-sm-padding-bottom-xs,
    .u-sm-pvxs,
    .u-sm-padding-vertical-xs,
    .u-sm-paxs,
    .u-sm-padding-all-xs {
        padding-bottom: 10px !important
    }
    .u-sm-pbsm,
    .u-sm-padding-bottom-sm,
    .u-sm-pvsm,
    .u-sm-padding-vertical-sm,
    .u-sm-pasm,
    .u-sm-padding-all-sm {
        padding-bottom: 15px !important
    }
    .u-sm-pbmd,
    .u-sm-padding-bottom-md,
    .u-sm-pvmd,
    .u-sm-padding-vertical-md,
    .u-sm-pamd,
    .u-sm-padding-all-md {
        padding-bottom: 30px !important
    }
    .u-sm-pblg,
    .u-sm-padding-bottom-lg,
    .u-sm-pvlg,
    .u-sm-padding-vertical-lg,
    .u-sm-palg,
    .u-sm-padding-all-lg {
        padding-bottom: 60px !important
    }
    .u-sm-pbxl,
    .u-sm-padding-bottom-xl,
    .u-sm-pvxl,
    .u-sm-padding-vertical-xl,
    .u-sm-paxl,
    .u-sm-padding-all-xl {
        padding-bottom: 100px !important
    }
    .u-sm-pln,
    .u-sm-padding-left-n,
    .u-sm-phn,
    .u-sm-padding-horizontal-n,
    .u-sm-pan,
    .u-sm-padding-all-n {
        padding-left: 0 !important
    }
    .u-sm-plxs,
    .u-sm-padding-left-xs,
    .u-sm-phxs,
    .u-sm-padding-horizontal-xs,
    .u-sm-paxs,
    .u-sm-padding-all-xs {
        padding-left: 10px !important
    }
    .u-sm-plsm,
    .u-sm-padding-left-sm,
    .u-sm-phsm,
    .u-sm-padding-horizontal-sm,
    .u-sm-pasm,
    .u-sm-padding-all-sm {
        padding-left: 15px !important
    }
    .u-sm-plmd,
    .u-sm-padding-left-md,
    .u-sm-phmd,
    .u-sm-padding-horizontal-md,
    .u-sm-pamd,
    .u-sm-padding-all-md {
        padding-left: 30px !important
    }
    .u-sm-pllg,
    .u-sm-padding-left-lg,
    .u-sm-phlg,
    .u-sm-padding-horizontal-lg,
    .u-sm-palg,
    .u-sm-padding-all-lg {
        padding-left: 60px !important
    }
    .u-sm-plxl,
    .u-sm-padding-left-xl,
    .u-sm-phxl,
    .u-sm-padding-horizontal-xl,
    .u-sm-paxl,
    .u-sm-padding-all-xl {
        padding-left: 100px !important
    }
    .u-sm-prn,
    .u-sm-padding-right-n,
    .u-sm-phn,
    .u-sm-padding-horizontal-n,
    .u-sm-pan,
    .u-sm-padding-all-n {
        padding-right: 0 !important
    }
    .u-sm-prxs,
    .u-sm-padding-right-xs,
    .u-sm-phxs,
    .u-sm-padding-horizontal-xs,
    .u-sm-paxs,
    .u-sm-padding-all-xs {
        padding-right: 10px !important
    }
    .u-sm-prsm,
    .u-sm-padding-right-sm,
    .u-sm-phsm,
    .u-sm-padding-horizontal-sm,
    .u-sm-pasm,
    .u-sm-padding-all-sm {
        padding-right: 15px !important
    }
    .u-sm-prmd,
    .u-sm-padding-right-md,
    .u-sm-phmd,
    .u-sm-padding-horizontal-md,
    .u-sm-pamd,
    .u-sm-padding-all-md {
        padding-right: 30px !important
    }
    .u-sm-prlg,
    .u-sm-padding-right-lg,
    .u-sm-phlg,
    .u-sm-padding-horizontal-lg,
    .u-sm-palg,
    .u-sm-padding-all-lg {
        padding-right: 60px !important
    }
    .u-sm-prxl,
    .u-sm-padding-right-xl,
    .u-sm-phxl,
    .u-sm-padding-horizontal-xl,
    .u-sm-paxl,
    .u-sm-padding-all-xl {
        padding-right: 100px !important
    }
}
@media screen and (min-width: 1024px) {
    .u-md-table {
        display: table !important
    }
    .u-md-table-cell {
        display: table-cell !important
    }
    .u-md-top {
        vertical-align: top !important
    }
    .u-md-bottom {
        vertical-align: bottom !important
    }
    .u-md-middle {
        vertical-align: middle !important
    }
    .u-md-block {
        display: block !important
    }
    .u-md-inline {
        display: inline !important
    }
    .u-md-inline-block {
        display: inline-block !important
    }
    .u-md-relative {
        position: relative !important
    }
    .u-md-absolute {
        position: absolute !important
    }
    .u-md-fixed {
        position: fixed !important
    }
    .u-md-static {
        position: static !important
    }
    .u-md-bottom {
        bottom: 0 !important
    }
    .u-md-left {
        left: 0 !important
    }
    .u-md-right {
        right: 0 !important
    }
    .u-md-top {
        top: 0 !important
    }
    .u-md-circle {
        border-radius: 99999px !important
    }
    .u-md-half {
        width: 50% !important
    }
    .u-md-full {
        width: 100% !important
    }
    .u-md-tall {
        height: 100% !important
    }
    .u-md-responsive {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        width: auto
    }
    .u-md-mtn,
    .u-md-margin-top-n,
    .u-md-mvn,
    .u-md-margin-vertical-n,
    .u-md-man,
    .u-md-margin-all-n {
        margin-top: 0 !important
    }
    .u-md-mtxs,
    .u-md-margin-top-xs,
    .u-md-mvxs,
    .u-md-margin-vertical-xs,
    .u-md-maxs,
    .u-md-margin-all-xs {
        margin-top: 10px !important
    }
    .u-md-mtsm,
    .u-md-margin-top-sm,
    .u-md-mvsm,
    .u-md-margin-vertical-sm,
    .u-md-masm,
    .u-md-margin-all-sm {
        margin-top: 15px !important
    }
    .u-md-mtmd,
    .u-md-margin-top-md,
    .u-md-mvmd,
    .u-md-margin-vertical-md,
    .u-md-mamd,
    .u-md-margin-all-md {
        margin-top: 30px !important
    }
    .u-md-mtlg,
    .u-md-margin-top-lg,
    .u-md-mvlg,
    .u-md-margin-vertical-lg,
    .u-md-malg,
    .u-md-margin-all-lg {
        margin-top: 60px !important
    }
    .u-md-mtxl,
    .u-md-margin-top-xl,
    .u-md-mvxl,
    .u-md-margin-vertical-xl,
    .u-md-maxl,
    .u-md-margin-all-xl {
        margin-top: 100px !important
    }
    .u-md-mbn,
    .u-md-margin-bottom-n,
    .u-md-mvn,
    .u-md-margin-vertical-n,
    .u-md-man,
    .u-md-margin-all-n {
        margin-bottom: 0 !important
    }
    .u-md-mbxs,
    .u-md-margin-bottom-xs,
    .u-md-mvxs,
    .u-md-margin-vertical-xs,
    .u-md-maxs,
    .u-md-margin-all-xs {
        margin-bottom: 10px !important
    }
    .u-md-mbsm,
    .u-md-margin-bottom-sm,
    .u-md-mvsm,
    .u-md-margin-vertical-sm,
    .u-md-masm,
    .u-md-margin-all-sm {
        margin-bottom: 15px !important
    }
    .u-md-mbmd,
    .u-md-margin-bottom-md,
    .u-md-mvmd,
    .u-md-margin-vertical-md,
    .u-md-mamd,
    .u-md-margin-all-md {
        margin-bottom: 30px !important
    }
    .u-md-mblg,
    .u-md-margin-bottom-lg,
    .u-md-mvlg,
    .u-md-margin-vertical-lg,
    .u-md-malg,
    .u-md-margin-all-lg {
        margin-bottom: 60px !important
    }
    .u-md-mbxl,
    .u-md-margin-bottom-xl,
    .u-md-mvxl,
    .u-md-margin-vertical-xl,
    .u-md-maxl,
    .u-md-margin-all-xl {
        margin-bottom: 100px !important
    }
    .u-md-mln,
    .u-md-margin-left-n,
    .u-md-mhn,
    .u-md-margin-horizontal-n,
    .u-md-man,
    .u-md-margin-all-n {
        margin-left: 0 !important
    }
    .u-md-mlxs,
    .u-md-margin-left-xs,
    .u-md-mhxs,
    .u-md-margin-horizontal-xs,
    .u-md-maxs,
    .u-md-margin-all-xs {
        margin-left: 10px !important
    }
    .u-md-mlsm,
    .u-md-margin-left-sm,
    .u-md-mhsm,
    .u-md-margin-horizontal-sm,
    .u-md-masm,
    .u-md-margin-all-sm {
        margin-left: 15px !important
    }
    .u-md-mlmd,
    .u-md-margin-left-md,
    .u-md-mhmd,
    .u-md-margin-horizontal-md,
    .u-md-mamd,
    .u-md-margin-all-md {
        margin-left: 30px !important
    }
    .u-md-mllg,
    .u-md-margin-left-lg,
    .u-md-mhlg,
    .u-md-margin-horizontal-lg,
    .u-md-malg,
    .u-md-margin-all-lg {
        margin-left: 60px !important
    }
    .u-md-mlxl,
    .u-md-margin-left-xl,
    .u-md-mhxl,
    .u-md-margin-horizontal-xl,
    .u-md-maxl,
    .u-md-margin-all-xl {
        margin-left: 100px !important
    }
    .u-md-mrn,
    .u-md-margin-right-n,
    .u-md-mhn,
    .u-md-margin-horizontal-n,
    .u-md-man,
    .u-md-margin-all-n {
        margin-right: 0 !important
    }
    .u-md-mrxs,
    .u-md-margin-right-xs,
    .u-md-mhxs,
    .u-md-margin-horizontal-xs,
    .u-md-maxs,
    .u-md-margin-all-xs {
        margin-right: 10px !important
    }
    .u-md-mrsm,
    .u-md-margin-right-sm,
    .u-md-mhsm,
    .u-md-margin-horizontal-sm,
    .u-md-masm,
    .u-md-margin-all-sm {
        margin-right: 15px !important
    }
    .u-md-mrmd,
    .u-md-margin-right-md,
    .u-md-mhmd,
    .u-md-margin-horizontal-md,
    .u-md-mamd,
    .u-md-margin-all-md {
        margin-right: 30px !important
    }
    .u-md-mrlg,
    .u-md-margin-right-lg,
    .u-md-mhlg,
    .u-md-margin-horizontal-lg,
    .u-md-malg,
    .u-md-margin-all-lg {
        margin-right: 60px !important
    }
    .u-md-mrxl,
    .u-md-margin-right-xl,
    .u-md-mhxl,
    .u-md-margin-horizontal-xl,
    .u-md-maxl,
    .u-md-margin-all-xl {
        margin-right: 100px !important
    }
    .u-md-mha,
    .u-md-margin-horizontal-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .u-md-ptn,
    .u-md-padding-top-n,
    .u-md-pvn,
    .u-md-padding-vertical-n,
    .u-md-pan,
    .u-md-padding-all-n {
        padding-top: 0 !important
    }
    .u-md-ptxs,
    .u-md-padding-top-xs,
    .u-md-pvxs,
    .u-md-padding-vertical-xs,
    .u-md-paxs,
    .u-md-padding-all-xs {
        padding-top: 10px !important
    }
    .u-md-ptsm,
    .u-md-padding-top-sm,
    .u-md-pvsm,
    .u-md-padding-vertical-sm,
    .u-md-pasm,
    .u-md-padding-all-sm {
        padding-top: 15px !important
    }
    .u-md-ptmd,
    .u-md-padding-top-md,
    .u-md-pvmd,
    .u-md-padding-vertical-md,
    .u-md-pamd,
    .u-md-padding-all-md {
        padding-top: 30px !important
    }
    .u-md-ptlg,
    .u-md-padding-top-lg,
    .u-md-pvlg,
    .u-md-padding-vertical-lg,
    .u-md-palg,
    .u-md-padding-all-lg {
        padding-top: 60px !important
    }
    .u-md-ptxl,
    .u-md-padding-top-xl,
    .u-md-pvxl,
    .u-md-padding-vertical-xl,
    .u-md-paxl,
    .u-md-padding-all-xl {
        padding-top: 100px !important
    }
    .u-md-pbn,
    .u-md-padding-bottom-n,
    .u-md-pvn,
    .u-md-padding-vertical-n,
    .u-md-pan,
    .u-md-padding-all-n {
        padding-bottom: 0 !important
    }
    .u-md-pbxs,
    .u-md-padding-bottom-xs,
    .u-md-pvxs,
    .u-md-padding-vertical-xs,
    .u-md-paxs,
    .u-md-padding-all-xs {
        padding-bottom: 10px !important
    }
    .u-md-pbsm,
    .u-md-padding-bottom-sm,
    .u-md-pvsm,
    .u-md-padding-vertical-sm,
    .u-md-pasm,
    .u-md-padding-all-sm {
        padding-bottom: 15px !important
    }
    .u-md-pbmd,
    .u-md-padding-bottom-md,
    .u-md-pvmd,
    .u-md-padding-vertical-md,
    .u-md-pamd,
    .u-md-padding-all-md {
        padding-bottom: 30px !important
    }
    .u-md-pblg,
    .u-md-padding-bottom-lg,
    .u-md-pvlg,
    .u-md-padding-vertical-lg,
    .u-md-palg,
    .u-md-padding-all-lg {
        padding-bottom: 60px !important
    }
    .u-md-pbxl,
    .u-md-padding-bottom-xl,
    .u-md-pvxl,
    .u-md-padding-vertical-xl,
    .u-md-paxl,
    .u-md-padding-all-xl {
        padding-bottom: 100px !important
    }
    .u-md-pln,
    .u-md-padding-left-n,
    .u-md-phn,
    .u-md-padding-horizontal-n,
    .u-md-pan,
    .u-md-padding-all-n {
        padding-left: 0 !important
    }
    .u-md-plxs,
    .u-md-padding-left-xs,
    .u-md-phxs,
    .u-md-padding-horizontal-xs,
    .u-md-paxs,
    .u-md-padding-all-xs {
        padding-left: 10px !important
    }
    .u-md-plsm,
    .u-md-padding-left-sm,
    .u-md-phsm,
    .u-md-padding-horizontal-sm,
    .u-md-pasm,
    .u-md-padding-all-sm {
        padding-left: 15px !important
    }
    .u-md-plmd,
    .u-md-padding-left-md,
    .u-md-phmd,
    .u-md-padding-horizontal-md,
    .u-md-pamd,
    .u-md-padding-all-md {
        padding-left: 30px !important
    }
    .u-md-pllg,
    .u-md-padding-left-lg,
    .u-md-phlg,
    .u-md-padding-horizontal-lg,
    .u-md-palg,
    .u-md-padding-all-lg {
        padding-left: 60px !important
    }
    .u-md-plxl,
    .u-md-padding-left-xl,
    .u-md-phxl,
    .u-md-padding-horizontal-xl,
    .u-md-paxl,
    .u-md-padding-all-xl {
        padding-left: 100px !important
    }
    .u-md-prn,
    .u-md-padding-right-n,
    .u-md-phn,
    .u-md-padding-horizontal-n,
    .u-md-pan,
    .u-md-padding-all-n {
        padding-right: 0 !important
    }
    .u-md-prxs,
    .u-md-padding-right-xs,
    .u-md-phxs,
    .u-md-padding-horizontal-xs,
    .u-md-paxs,
    .u-md-padding-all-xs {
        padding-right: 10px !important
    }
    .u-md-prsm,
    .u-md-padding-right-sm,
    .u-md-phsm,
    .u-md-padding-horizontal-sm,
    .u-md-pasm,
    .u-md-padding-all-sm {
        padding-right: 15px !important
    }
    .u-md-prmd,
    .u-md-padding-right-md,
    .u-md-phmd,
    .u-md-padding-horizontal-md,
    .u-md-pamd,
    .u-md-padding-all-md {
        padding-right: 30px !important
    }
    .u-md-prlg,
    .u-md-padding-right-lg,
    .u-md-phlg,
    .u-md-padding-horizontal-lg,
    .u-md-palg,
    .u-md-padding-all-lg {
        padding-right: 60px !important
    }
    .u-md-prxl,
    .u-md-padding-right-xl,
    .u-md-phxl,
    .u-md-padding-horizontal-xl,
    .u-md-paxl,
    .u-md-padding-all-xl {
        padding-right: 100px !important
    }
}
@media screen and (min-width: 1300px) {
    .u-lg-table {
        display: table !important
    }
    .u-lg-table-cell {
        display: table-cell !important
    }
    .u-lg-top {
        vertical-align: top !important
    }
    .u-lg-bottom {
        vertical-align: bottom !important
    }
    .u-lg-middle {
        vertical-align: middle !important
    }
    .u-lg-block {
        display: block !important
    }
    .u-lg-inline {
        display: inline !important
    }
    .u-lg-inline-block {
        display: inline-block !important
    }
    .u-lg-relative {
        position: relative !important
    }
    .u-lg-absolute {
        position: absolute !important
    }
    .u-lg-fixed {
        position: fixed !important
    }
    .u-lg-static {
        position: static !important
    }
    .u-lg-bottom {
        bottom: 0 !important
    }
    .u-lg-left {
        left: 0 !important
    }
    .u-lg-right {
        right: 0 !important
    }
    .u-lg-top {
        top: 0 !important
    }
    .u-lg-circle {
        border-radius: 99999px !important
    }
    .u-lg-half {
        width: 50% !important
    }
    .u-lg-full {
        width: 100% !important
    }
    .u-lg-tall {
        height: 100% !important
    }
    .u-lg-responsive {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        width: auto
    }
    .u-lg-mtn,
    .u-lg-margin-top-n,
    .u-lg-mvn,
    .u-lg-margin-vertical-n,
    .u-lg-man,
    .u-lg-margin-all-n {
        margin-top: 0 !important
    }
    .u-lg-mtxs,
    .u-lg-margin-top-xs,
    .u-lg-mvxs,
    .u-lg-margin-vertical-xs,
    .u-lg-maxs,
    .u-lg-margin-all-xs {
        margin-top: 10px !important
    }
    .u-lg-mtsm,
    .u-lg-margin-top-sm,
    .u-lg-mvsm,
    .u-lg-margin-vertical-sm,
    .u-lg-masm,
    .u-lg-margin-all-sm {
        margin-top: 15px !important
    }
    .u-lg-mtmd,
    .u-lg-margin-top-md,
    .u-lg-mvmd,
    .u-lg-margin-vertical-md,
    .u-lg-mamd,
    .u-lg-margin-all-md {
        margin-top: 30px !important
    }
    .u-lg-mtlg,
    .u-lg-margin-top-lg,
    .u-lg-mvlg,
    .u-lg-margin-vertical-lg,
    .u-lg-malg,
    .u-lg-margin-all-lg {
        margin-top: 60px !important
    }
    .u-lg-mtxl,
    .u-lg-margin-top-xl,
    .u-lg-mvxl,
    .u-lg-margin-vertical-xl,
    .u-lg-maxl,
    .u-lg-margin-all-xl {
        margin-top: 100px !important
    }
    .u-lg-mbn,
    .u-lg-margin-bottom-n,
    .u-lg-mvn,
    .u-lg-margin-vertical-n,
    .u-lg-man,
    .u-lg-margin-all-n {
        margin-bottom: 0 !important
    }
    .u-lg-mbxs,
    .u-lg-margin-bottom-xs,
    .u-lg-mvxs,
    .u-lg-margin-vertical-xs,
    .u-lg-maxs,
    .u-lg-margin-all-xs {
        margin-bottom: 10px !important
    }
    .u-lg-mbsm,
    .u-lg-margin-bottom-sm,
    .u-lg-mvsm,
    .u-lg-margin-vertical-sm,
    .u-lg-masm,
    .u-lg-margin-all-sm {
        margin-bottom: 15px !important
    }
    .u-lg-mbmd,
    .u-lg-margin-bottom-md,
    .u-lg-mvmd,
    .u-lg-margin-vertical-md,
    .u-lg-mamd,
    .u-lg-margin-all-md {
        margin-bottom: 30px !important
    }
    .u-lg-mblg,
    .u-lg-margin-bottom-lg,
    .u-lg-mvlg,
    .u-lg-margin-vertical-lg,
    .u-lg-malg,
    .u-lg-margin-all-lg {
        margin-bottom: 60px !important
    }
    .u-lg-mbxl,
    .u-lg-margin-bottom-xl,
    .u-lg-mvxl,
    .u-lg-margin-vertical-xl,
    .u-lg-maxl,
    .u-lg-margin-all-xl {
        margin-bottom: 100px !important
    }
    .u-lg-mln,
    .u-lg-margin-left-n,
    .u-lg-mhn,
    .u-lg-margin-horizontal-n,
    .u-lg-man,
    .u-lg-margin-all-n {
        margin-left: 0 !important
    }
    .u-lg-mlxs,
    .u-lg-margin-left-xs,
    .u-lg-mhxs,
    .u-lg-margin-horizontal-xs,
    .u-lg-maxs,
    .u-lg-margin-all-xs {
        margin-left: 10px !important
    }
    .u-lg-mlsm,
    .u-lg-margin-left-sm,
    .u-lg-mhsm,
    .u-lg-margin-horizontal-sm,
    .u-lg-masm,
    .u-lg-margin-all-sm {
        margin-left: 15px !important
    }
    .u-lg-mlmd,
    .u-lg-margin-left-md,
    .u-lg-mhmd,
    .u-lg-margin-horizontal-md,
    .u-lg-mamd,
    .u-lg-margin-all-md {
        margin-left: 30px !important
    }
    .u-lg-mllg,
    .u-lg-margin-left-lg,
    .u-lg-mhlg,
    .u-lg-margin-horizontal-lg,
    .u-lg-malg,
    .u-lg-margin-all-lg {
        margin-left: 60px !important
    }
    .u-lg-mlxl,
    .u-lg-margin-left-xl,
    .u-lg-mhxl,
    .u-lg-margin-horizontal-xl,
    .u-lg-maxl,
    .u-lg-margin-all-xl {
        margin-left: 100px !important
    }
    .u-lg-mrn,
    .u-lg-margin-right-n,
    .u-lg-mhn,
    .u-lg-margin-horizontal-n,
    .u-lg-man,
    .u-lg-margin-all-n {
        margin-right: 0 !important
    }
    .u-lg-mrxs,
    .u-lg-margin-right-xs,
    .u-lg-mhxs,
    .u-lg-margin-horizontal-xs,
    .u-lg-maxs,
    .u-lg-margin-all-xs {
        margin-right: 10px !important
    }
    .u-lg-mrsm,
    .u-lg-margin-right-sm,
    .u-lg-mhsm,
    .u-lg-margin-horizontal-sm,
    .u-lg-masm,
    .u-lg-margin-all-sm {
        margin-right: 15px !important
    }
    .u-lg-mrmd,
    .u-lg-margin-right-md,
    .u-lg-mhmd,
    .u-lg-margin-horizontal-md,
    .u-lg-mamd,
    .u-lg-margin-all-md {
        margin-right: 30px !important
    }
    .u-lg-mrlg,
    .u-lg-margin-right-lg,
    .u-lg-mhlg,
    .u-lg-margin-horizontal-lg,
    .u-lg-malg,
    .u-lg-margin-all-lg {
        margin-right: 60px !important
    }
    .u-lg-mrxl,
    .u-lg-margin-right-xl,
    .u-lg-mhxl,
    .u-lg-margin-horizontal-xl,
    .u-lg-maxl,
    .u-lg-margin-all-xl {
        margin-right: 100px !important
    }
    .u-lg-mha,
    .u-lg-margin-horizontal-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .u-lg-ptn,
    .u-lg-padding-top-n,
    .u-lg-pvn,
    .u-lg-padding-vertical-n,
    .u-lg-pan,
    .u-lg-padding-all-n {
        padding-top: 0 !important
    }
    .u-lg-ptxs,
    .u-lg-padding-top-xs,
    .u-lg-pvxs,
    .u-lg-padding-vertical-xs,
    .u-lg-paxs,
    .u-lg-padding-all-xs {
        padding-top: 10px !important
    }
    .u-lg-ptsm,
    .u-lg-padding-top-sm,
    .u-lg-pvsm,
    .u-lg-padding-vertical-sm,
    .u-lg-pasm,
    .u-lg-padding-all-sm {
        padding-top: 15px !important
    }
    .u-lg-ptmd,
    .u-lg-padding-top-md,
    .u-lg-pvmd,
    .u-lg-padding-vertical-md,
    .u-lg-pamd,
    .u-lg-padding-all-md {
        padding-top: 30px !important
    }
    .u-lg-ptlg,
    .u-lg-padding-top-lg,
    .u-lg-pvlg,
    .u-lg-padding-vertical-lg,
    .u-lg-palg,
    .u-lg-padding-all-lg {
        padding-top: 60px !important
    }
    .u-lg-ptxl,
    .u-lg-padding-top-xl,
    .u-lg-pvxl,
    .u-lg-padding-vertical-xl,
    .u-lg-paxl,
    .u-lg-padding-all-xl {
        padding-top: 100px !important
    }
    .u-lg-pbn,
    .u-lg-padding-bottom-n,
    .u-lg-pvn,
    .u-lg-padding-vertical-n,
    .u-lg-pan,
    .u-lg-padding-all-n {
        padding-bottom: 0 !important
    }
    .u-lg-pbxs,
    .u-lg-padding-bottom-xs,
    .u-lg-pvxs,
    .u-lg-padding-vertical-xs,
    .u-lg-paxs,
    .u-lg-padding-all-xs {
        padding-bottom: 10px !important
    }
    .u-lg-pbsm,
    .u-lg-padding-bottom-sm,
    .u-lg-pvsm,
    .u-lg-padding-vertical-sm,
    .u-lg-pasm,
    .u-lg-padding-all-sm {
        padding-bottom: 15px !important
    }
    .u-lg-pbmd,
    .u-lg-padding-bottom-md,
    .u-lg-pvmd,
    .u-lg-padding-vertical-md,
    .u-lg-pamd,
    .u-lg-padding-all-md {
        padding-bottom: 30px !important
    }
    .u-lg-pblg,
    .u-lg-padding-bottom-lg,
    .u-lg-pvlg,
    .u-lg-padding-vertical-lg,
    .u-lg-palg,
    .u-lg-padding-all-lg {
        padding-bottom: 60px !important
    }
    .u-lg-pbxl,
    .u-lg-padding-bottom-xl,
    .u-lg-pvxl,
    .u-lg-padding-vertical-xl,
    .u-lg-paxl,
    .u-lg-padding-all-xl {
        padding-bottom: 100px !important
    }
    .u-lg-pln,
    .u-lg-padding-left-n,
    .u-lg-phn,
    .u-lg-padding-horizontal-n,
    .u-lg-pan,
    .u-lg-padding-all-n {
        padding-left: 0 !important
    }
    .u-lg-plxs,
    .u-lg-padding-left-xs,
    .u-lg-phxs,
    .u-lg-padding-horizontal-xs,
    .u-lg-paxs,
    .u-lg-padding-all-xs {
        padding-left: 10px !important
    }
    .u-lg-plsm,
    .u-lg-padding-left-sm,
    .u-lg-phsm,
    .u-lg-padding-horizontal-sm,
    .u-lg-pasm,
    .u-lg-padding-all-sm {
        padding-left: 15px !important
    }
    .u-lg-plmd,
    .u-lg-padding-left-md,
    .u-lg-phmd,
    .u-lg-padding-horizontal-md,
    .u-lg-pamd,
    .u-lg-padding-all-md {
        padding-left: 30px !important
    }
    .u-lg-pllg,
    .u-lg-padding-left-lg,
    .u-lg-phlg,
    .u-lg-padding-horizontal-lg,
    .u-lg-palg,
    .u-lg-padding-all-lg {
        padding-left: 60px !important
    }
    .u-lg-plxl,
    .u-lg-padding-left-xl,
    .u-lg-phxl,
    .u-lg-padding-horizontal-xl,
    .u-lg-paxl,
    .u-lg-padding-all-xl {
        padding-left: 100px !important
    }
    .u-lg-prn,
    .u-lg-padding-right-n,
    .u-lg-phn,
    .u-lg-padding-horizontal-n,
    .u-lg-pan,
    .u-lg-padding-all-n {
        padding-right: 0 !important
    }
    .u-lg-prxs,
    .u-lg-padding-right-xs,
    .u-lg-phxs,
    .u-lg-padding-horizontal-xs,
    .u-lg-paxs,
    .u-lg-padding-all-xs {
        padding-right: 10px !important
    }
    .u-lg-prsm,
    .u-lg-padding-right-sm,
    .u-lg-phsm,
    .u-lg-padding-horizontal-sm,
    .u-lg-pasm,
    .u-lg-padding-all-sm {
        padding-right: 15px !important
    }
    .u-lg-prmd,
    .u-lg-padding-right-md,
    .u-lg-phmd,
    .u-lg-padding-horizontal-md,
    .u-lg-pamd,
    .u-lg-padding-all-md {
        padding-right: 30px !important
    }
    .u-lg-prlg,
    .u-lg-padding-right-lg,
    .u-lg-phlg,
    .u-lg-padding-horizontal-lg,
    .u-lg-palg,
    .u-lg-padding-all-lg {
        padding-right: 60px !important
    }
    .u-lg-prxl,
    .u-lg-padding-right-xl,
    .u-lg-phxl,
    .u-lg-padding-horizontal-xl,
    .u-lg-paxl,
    .u-lg-padding-all-xl {
        padding-right: 100px !important
    }
}
@media screen and (min-width: 1500px) {
    .u-xl-table {
        display: table !important
    }
    .u-xl-table-cell {
        display: table-cell !important
    }
    .u-xl-top {
        vertical-align: top !important
    }
    .u-xl-bottom {
        vertical-align: bottom !important
    }
    .u-xl-middle {
        vertical-align: middle !important
    }
    .u-xl-block {
        display: block !important
    }
    .u-xl-inline {
        display: inline !important
    }
    .u-xl-inline-block {
        display: inline-block !important
    }
    .u-xl-relative {
        position: relative !important
    }
    .u-xl-absolute {
        position: absolute !important
    }
    .u-xl-fixed {
        position: fixed !important
    }
    .u-xl-static {
        position: static !important
    }
    .u-xl-bottom {
        bottom: 0 !important
    }
    .u-xl-left {
        left: 0 !important
    }
    .u-xl-right {
        right: 0 !important
    }
    .u-xl-top {
        top: 0 !important
    }
    .u-xl-circle {
        border-radius: 99999px !important
    }
    .u-xl-half {
        width: 50% !important
    }
    .u-xl-full {
        width: 100% !important
    }
    .u-xl-tall {
        height: 100% !important
    }
    .u-xl-responsive {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        width: auto
    }
    .u-xl-mtn,
    .u-xl-margin-top-n,
    .u-xl-mvn,
    .u-xl-margin-vertical-n,
    .u-xl-man,
    .u-xl-margin-all-n {
        margin-top: 0 !important
    }
    .u-xl-mtxs,
    .u-xl-margin-top-xs,
    .u-xl-mvxs,
    .u-xl-margin-vertical-xs,
    .u-xl-maxs,
    .u-xl-margin-all-xs {
        margin-top: 10px !important
    }
    .u-xl-mtsm,
    .u-xl-margin-top-sm,
    .u-xl-mvsm,
    .u-xl-margin-vertical-sm,
    .u-xl-masm,
    .u-xl-margin-all-sm {
        margin-top: 15px !important
    }
    .u-xl-mtmd,
    .u-xl-margin-top-md,
    .u-xl-mvmd,
    .u-xl-margin-vertical-md,
    .u-xl-mamd,
    .u-xl-margin-all-md {
        margin-top: 30px !important
    }
    .u-xl-mtlg,
    .u-xl-margin-top-lg,
    .u-xl-mvlg,
    .u-xl-margin-vertical-lg,
    .u-xl-malg,
    .u-xl-margin-all-lg {
        margin-top: 60px !important
    }
    .u-xl-mtxl,
    .u-xl-margin-top-xl,
    .u-xl-mvxl,
    .u-xl-margin-vertical-xl,
    .u-xl-maxl,
    .u-xl-margin-all-xl {
        margin-top: 100px !important
    }
    .u-xl-mbn,
    .u-xl-margin-bottom-n,
    .u-xl-mvn,
    .u-xl-margin-vertical-n,
    .u-xl-man,
    .u-xl-margin-all-n {
        margin-bottom: 0 !important
    }
    .u-xl-mbxs,
    .u-xl-margin-bottom-xs,
    .u-xl-mvxs,
    .u-xl-margin-vertical-xs,
    .u-xl-maxs,
    .u-xl-margin-all-xs {
        margin-bottom: 10px !important
    }
    .u-xl-mbsm,
    .u-xl-margin-bottom-sm,
    .u-xl-mvsm,
    .u-xl-margin-vertical-sm,
    .u-xl-masm,
    .u-xl-margin-all-sm {
        margin-bottom: 15px !important
    }
    .u-xl-mbmd,
    .u-xl-margin-bottom-md,
    .u-xl-mvmd,
    .u-xl-margin-vertical-md,
    .u-xl-mamd,
    .u-xl-margin-all-md {
        margin-bottom: 30px !important
    }
    .u-xl-mblg,
    .u-xl-margin-bottom-lg,
    .u-xl-mvlg,
    .u-xl-margin-vertical-lg,
    .u-xl-malg,
    .u-xl-margin-all-lg {
        margin-bottom: 60px !important
    }
    .u-xl-mbxl,
    .u-xl-margin-bottom-xl,
    .u-xl-mvxl,
    .u-xl-margin-vertical-xl,
    .u-xl-maxl,
    .u-xl-margin-all-xl {
        margin-bottom: 100px !important
    }
    .u-xl-mln,
    .u-xl-margin-left-n,
    .u-xl-mhn,
    .u-xl-margin-horizontal-n,
    .u-xl-man,
    .u-xl-margin-all-n {
        margin-left: 0 !important
    }
    .u-xl-mlxs,
    .u-xl-margin-left-xs,
    .u-xl-mhxs,
    .u-xl-margin-horizontal-xs,
    .u-xl-maxs,
    .u-xl-margin-all-xs {
        margin-left: 10px !important
    }
    .u-xl-mlsm,
    .u-xl-margin-left-sm,
    .u-xl-mhsm,
    .u-xl-margin-horizontal-sm,
    .u-xl-masm,
    .u-xl-margin-all-sm {
        margin-left: 15px !important
    }
    .u-xl-mlmd,
    .u-xl-margin-left-md,
    .u-xl-mhmd,
    .u-xl-margin-horizontal-md,
    .u-xl-mamd,
    .u-xl-margin-all-md {
        margin-left: 30px !important
    }
    .u-xl-mllg,
    .u-xl-margin-left-lg,
    .u-xl-mhlg,
    .u-xl-margin-horizontal-lg,
    .u-xl-malg,
    .u-xl-margin-all-lg {
        margin-left: 60px !important
    }
    .u-xl-mlxl,
    .u-xl-margin-left-xl,
    .u-xl-mhxl,
    .u-xl-margin-horizontal-xl,
    .u-xl-maxl,
    .u-xl-margin-all-xl {
        margin-left: 100px !important
    }
    .u-xl-mrn,
    .u-xl-margin-right-n,
    .u-xl-mhn,
    .u-xl-margin-horizontal-n,
    .u-xl-man,
    .u-xl-margin-all-n {
        margin-right: 0 !important
    }
    .u-xl-mrxs,
    .u-xl-margin-right-xs,
    .u-xl-mhxs,
    .u-xl-margin-horizontal-xs,
    .u-xl-maxs,
    .u-xl-margin-all-xs {
        margin-right: 10px !important
    }
    .u-xl-mrsm,
    .u-xl-margin-right-sm,
    .u-xl-mhsm,
    .u-xl-margin-horizontal-sm,
    .u-xl-masm,
    .u-xl-margin-all-sm {
        margin-right: 15px !important
    }
    .u-xl-mrmd,
    .u-xl-margin-right-md,
    .u-xl-mhmd,
    .u-xl-margin-horizontal-md,
    .u-xl-mamd,
    .u-xl-margin-all-md {
        margin-right: 30px !important
    }
    .u-xl-mrlg,
    .u-xl-margin-right-lg,
    .u-xl-mhlg,
    .u-xl-margin-horizontal-lg,
    .u-xl-malg,
    .u-xl-margin-all-lg {
        margin-right: 60px !important
    }
    .u-xl-mrxl,
    .u-xl-margin-right-xl,
    .u-xl-mhxl,
    .u-xl-margin-horizontal-xl,
    .u-xl-maxl,
    .u-xl-margin-all-xl {
        margin-right: 100px !important
    }
    .u-xl-mha,
    .u-xl-margin-horizontal-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .u-xl-ptn,
    .u-xl-padding-top-n,
    .u-xl-pvn,
    .u-xl-padding-vertical-n,
    .u-xl-pan,
    .u-xl-padding-all-n {
        padding-top: 0 !important
    }
    .u-xl-ptxs,
    .u-xl-padding-top-xs,
    .u-xl-pvxs,
    .u-xl-padding-vertical-xs,
    .u-xl-paxs,
    .u-xl-padding-all-xs {
        padding-top: 10px !important
    }
    .u-xl-ptsm,
    .u-xl-padding-top-sm,
    .u-xl-pvsm,
    .u-xl-padding-vertical-sm,
    .u-xl-pasm,
    .u-xl-padding-all-sm {
        padding-top: 15px !important
    }
    .u-xl-ptmd,
    .u-xl-padding-top-md,
    .u-xl-pvmd,
    .u-xl-padding-vertical-md,
    .u-xl-pamd,
    .u-xl-padding-all-md {
        padding-top: 30px !important
    }
    .u-xl-ptlg,
    .u-xl-padding-top-lg,
    .u-xl-pvlg,
    .u-xl-padding-vertical-lg,
    .u-xl-palg,
    .u-xl-padding-all-lg {
        padding-top: 60px !important
    }
    .u-xl-ptxl,
    .u-xl-padding-top-xl,
    .u-xl-pvxl,
    .u-xl-padding-vertical-xl,
    .u-xl-paxl,
    .u-xl-padding-all-xl {
        padding-top: 100px !important
    }
    .u-xl-pbn,
    .u-xl-padding-bottom-n,
    .u-xl-pvn,
    .u-xl-padding-vertical-n,
    .u-xl-pan,
    .u-xl-padding-all-n {
        padding-bottom: 0 !important
    }
    .u-xl-pbxs,
    .u-xl-padding-bottom-xs,
    .u-xl-pvxs,
    .u-xl-padding-vertical-xs,
    .u-xl-paxs,
    .u-xl-padding-all-xs {
        padding-bottom: 10px !important
    }
    .u-xl-pbsm,
    .u-xl-padding-bottom-sm,
    .u-xl-pvsm,
    .u-xl-padding-vertical-sm,
    .u-xl-pasm,
    .u-xl-padding-all-sm {
        padding-bottom: 15px !important
    }
    .u-xl-pbmd,
    .u-xl-padding-bottom-md,
    .u-xl-pvmd,
    .u-xl-padding-vertical-md,
    .u-xl-pamd,
    .u-xl-padding-all-md {
        padding-bottom: 30px !important
    }
    .u-xl-pblg,
    .u-xl-padding-bottom-lg,
    .u-xl-pvlg,
    .u-xl-padding-vertical-lg,
    .u-xl-palg,
    .u-xl-padding-all-lg {
        padding-bottom: 60px !important
    }
    .u-xl-pbxl,
    .u-xl-padding-bottom-xl,
    .u-xl-pvxl,
    .u-xl-padding-vertical-xl,
    .u-xl-paxl,
    .u-xl-padding-all-xl {
        padding-bottom: 100px !important
    }
    .u-xl-pln,
    .u-xl-padding-left-n,
    .u-xl-phn,
    .u-xl-padding-horizontal-n,
    .u-xl-pan,
    .u-xl-padding-all-n {
        padding-left: 0 !important
    }
    .u-xl-plxs,
    .u-xl-padding-left-xs,
    .u-xl-phxs,
    .u-xl-padding-horizontal-xs,
    .u-xl-paxs,
    .u-xl-padding-all-xs {
        padding-left: 10px !important
    }
    .u-xl-plsm,
    .u-xl-padding-left-sm,
    .u-xl-phsm,
    .u-xl-padding-horizontal-sm,
    .u-xl-pasm,
    .u-xl-padding-all-sm {
        padding-left: 15px !important
    }
    .u-xl-plmd,
    .u-xl-padding-left-md,
    .u-xl-phmd,
    .u-xl-padding-horizontal-md,
    .u-xl-pamd,
    .u-xl-padding-all-md {
        padding-left: 30px !important
    }
    .u-xl-pllg,
    .u-xl-padding-left-lg,
    .u-xl-phlg,
    .u-xl-padding-horizontal-lg,
    .u-xl-palg,
    .u-xl-padding-all-lg {
        padding-left: 60px !important
    }
    .u-xl-plxl,
    .u-xl-padding-left-xl,
    .u-xl-phxl,
    .u-xl-padding-horizontal-xl,
    .u-xl-paxl,
    .u-xl-padding-all-xl {
        padding-left: 100px !important
    }
    .u-xl-prn,
    .u-xl-padding-right-n,
    .u-xl-phn,
    .u-xl-padding-horizontal-n,
    .u-xl-pan,
    .u-xl-padding-all-n {
        padding-right: 0 !important
    }
    .u-xl-prxs,
    .u-xl-padding-right-xs,
    .u-xl-phxs,
    .u-xl-padding-horizontal-xs,
    .u-xl-paxs,
    .u-xl-padding-all-xs {
        padding-right: 10px !important
    }
    .u-xl-prsm,
    .u-xl-padding-right-sm,
    .u-xl-phsm,
    .u-xl-padding-horizontal-sm,
    .u-xl-pasm,
    .u-xl-padding-all-sm {
        padding-right: 15px !important
    }
    .u-xl-prmd,
    .u-xl-padding-right-md,
    .u-xl-phmd,
    .u-xl-padding-horizontal-md,
    .u-xl-pamd,
    .u-xl-padding-all-md {
        padding-right: 30px !important
    }
    .u-xl-prlg,
    .u-xl-padding-right-lg,
    .u-xl-phlg,
    .u-xl-padding-horizontal-lg,
    .u-xl-palg,
    .u-xl-padding-all-lg {
        padding-right: 60px !important
    }
    .u-xl-prxl,
    .u-xl-padding-right-xl,
    .u-xl-phxl,
    .u-xl-padding-horizontal-xl,
    .u-xl-paxl,
    .u-xl-padding-all-xl {
        padding-right: 100px !important
    }
}
.t-xxs {
    font-size: 12px !important
}
.t-xs {
    font-size: 15px !important
}
.t-sm {
    font-size: 20px !important
}
.t-md {
    font-size: 30px !important
}
.t-lg {
    font-size: 40px !important
}
.t-xl {
    font-size: 60px !important
}
.t-xxl {
    font-size: 100px !important
}
.t-lssm,
.t-letter-sm {
    letter-spacing: 0.05em !important
}
.t-lsmd,
.t-letter-md {
    letter-spacing: 1px !important
}
.t-lslg,
.t-letter-lg {
    letter-spacing: 3px !important
}
.t-c,
.t-center {
    text-align: center !important
}
.t-al,
.t-left {
    text-align: left !important
}
.t-ar,
.t-right {
    text-align: right !important
}
.t-u,
.t-uppercase {
    text-transform: uppercase !important
}
.t-l,
.t-lowercase {
    text-transform: lowercase !important
}
.t-c,
.t-capitalize {
    text-transform: capitalize !important
}
.t-u,
.t-underline {
    text-decoration: underline !important
}
.t-n,
.t-none {
    text-decoration: none !important
}
.t-lxs,
.t-line-xs {
    line-height: 1 !important
}
.t-lsm,
.t-line-sm {
    line-height: 1.3 !important
}
.t-lmd,
.t-line-md {
    line-height: 1.5 !important
}
.t-llg,
.t-line-lg {
    line-height: 1.8 !important
}
.t-lxl,
.t-line-xl {
    line-height: 2 !important
}
.t-h,
.t-hyphenate {
    -mds-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto
}
@media screen and (min-width: 768px) {
    .t-sm-xxs {
        font-size: 12px !important
    }
    .t-sm-xs {
        font-size: 15px !important
    }
    .t-sm-sm {
        font-size: 20px !important
    }
    .t-sm-md {
        font-size: 30px !important
    }
    .t-sm-lg {
        font-size: 40px !important
    }
    .t-sm-xl {
        font-size: 60px !important
    }
    .t-sm-xxl {
        font-size: 100px !important
    }
    .t-sm-lssm,
    .t-sm-letter-sm {
        letter-spacing: 0.05em !important
    }
    .t-sm-lsmd,
    .t-sm-letter-md {
        letter-spacing: 1px !important
    }
    .t-sm-lslg,
    .t-sm-letter-lg {
        letter-spacing: 3px !important
    }
    .t-sm-c,
    .t-sm-center {
        text-align: center !important
    }
    .t-sm-al,
    .t-sm-left {
        text-align: left !important
    }
    .t-sm-ar,
    .t-sm-right {
        text-align: right !important
    }
    .t-sm-u,
    .t-sm-uppercase {
        text-transform: uppercase !important
    }
    .t-sm-l,
    .t-sm-lowercase {
        text-transform: lowercase !important
    }
    .t-sm-c,
    .t-sm-capitalize {
        text-transform: capitalize !important
    }
    .t-sm-u,
    .t-sm-underline {
        text-decoration: underline !important
    }
    .t-sm-n,
    .t-sm-none {
        text-decoration: none !important
    }
    .t-sm-lxs,
    .t-sm-line-xs {
        line-height: 1 !important
    }
    .t-sm-lsm,
    .t-sm-line-sm {
        line-height: 1.3 !important
    }
    .t-sm-lmd,
    .t-sm-line-md {
        line-height: 1.5 !important
    }
    .t-sm-llg,
    .t-sm-line-lg {
        line-height: 1.8 !important
    }
    .t-sm-lxl,
    .t-sm-line-xl {
        line-height: 2 !important
    }
    .t-sm-h,
    .t-sm-hyphenate {
        -mds-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        hyphens: auto
    }
}
@media screen and (min-width: 1024px) {
    .t-md-xxs {
        font-size: 12px !important
    }
    .t-md-xs {
        font-size: 15px !important
    }
    .t-md-sm {
        font-size: 20px !important
    }
    .t-md-md {
        font-size: 30px !important
    }
    .t-md-lg {
        font-size: 40px !important
    }
    .t-md-xl {
        font-size: 60px !important
    }
    .t-md-xxl {
        font-size: 100px !important
    }
    .t-md-lssm,
    .t-md-letter-sm {
        letter-spacing: 0.05em !important
    }
    .t-md-lsmd,
    .t-md-letter-md {
        letter-spacing: 1px !important
    }
    .t-md-lslg,
    .t-md-letter-lg {
        letter-spacing: 3px !important
    }
    .t-md-c,
    .t-md-center {
        text-align: center !important
    }
    .t-md-al,
    .t-md-left {
        text-align: left !important
    }
    .t-md-ar,
    .t-md-right {
        text-align: right !important
    }
    .t-md-u,
    .t-md-uppercase {
        text-transform: uppercase !important
    }
    .t-md-l,
    .t-md-lowercase {
        text-transform: lowercase !important
    }
    .t-md-c,
    .t-md-capitalize {
        text-transform: capitalize !important
    }
    .t-md-u,
    .t-md-underline {
        text-decoration: underline !important
    }
    .t-md-n,
    .t-md-none {
        text-decoration: none !important
    }
    .t-md-lxs,
    .t-md-line-xs {
        line-height: 1 !important
    }
    .t-md-lsm,
    .t-md-line-sm {
        line-height: 1.3 !important
    }
    .t-md-lmd,
    .t-md-line-md {
        line-height: 1.5 !important
    }
    .t-md-llg,
    .t-md-line-lg {
        line-height: 1.8 !important
    }
    .t-md-lxl,
    .t-md-line-xl {
        line-height: 2 !important
    }
    .t-md-h,
    .t-md-hyphenate {
        -mds-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        hyphens: auto
    }
}
@media screen and (min-width: 1300px) {
    .t-lg-xxs {
        font-size: 12px !important
    }
    .t-lg-xs {
        font-size: 15px !important
    }
    .t-lg-sm {
        font-size: 20px !important
    }
    .t-lg-md {
        font-size: 30px !important
    }
    .t-lg-lg {
        font-size: 40px !important
    }
    .t-lg-xl {
        font-size: 60px !important
    }
    .t-lg-xxl {
        font-size: 100px !important
    }
    .t-lg-lssm,
    .t-lg-letter-sm {
        letter-spacing: 0.05em !important
    }
    .t-lg-lsmd,
    .t-lg-letter-md {
        letter-spacing: 1px !important
    }
    .t-lg-lslg,
    .t-lg-letter-lg {
        letter-spacing: 3px !important
    }
    .t-lg-c,
    .t-lg-center {
        text-align: center !important
    }
    .t-lg-al,
    .t-lg-left {
        text-align: left !important
    }
    .t-lg-ar,
    .t-lg-right {
        text-align: right !important
    }
    .t-lg-u,
    .t-lg-uppercase {
        text-transform: uppercase !important
    }
    .t-lg-l,
    .t-lg-lowercase {
        text-transform: lowercase !important
    }
    .t-lg-c,
    .t-lg-capitalize {
        text-transform: capitalize !important
    }
    .t-lg-u,
    .t-lg-underline {
        text-decoration: underline !important
    }
    .t-lg-n,
    .t-lg-none {
        text-decoration: none !important
    }
    .t-lg-lxs,
    .t-lg-line-xs {
        line-height: 1 !important
    }
    .t-lg-lsm,
    .t-lg-line-sm {
        line-height: 1.3 !important
    }
    .t-lg-lmd,
    .t-lg-line-md {
        line-height: 1.5 !important
    }
    .t-lg-llg,
    .t-lg-line-lg {
        line-height: 1.8 !important
    }
    .t-lg-lxl,
    .t-lg-line-xl {
        line-height: 2 !important
    }
    .t-lg-h,
    .t-lg-hyphenate {
        -mds-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        hyphens: auto
    }
}
@media screen and (min-width: 1500px) {
    .t-xl-xxs {
        font-size: 12px !important
    }
    .t-xl-xs {
        font-size: 15px !important
    }
    .t-xl-sm {
        font-size: 20px !important
    }
    .t-xl-md {
        font-size: 30px !important
    }
    .t-xl-lg {
        font-size: 40px !important
    }
    .t-xl-xl {
        font-size: 60px !important
    }
    .t-xl-xxl {
        font-size: 100px !important
    }
    .t-xl-lssm,
    .t-xl-letter-sm {
        letter-spacing: 0.05em !important
    }
    .t-xl-lsmd,
    .t-xl-letter-md {
        letter-spacing: 1px !important
    }
    .t-xl-lslg,
    .t-xl-letter-lg {
        letter-spacing: 3px !important
    }
    .t-xl-c,
    .t-xl-center {
        text-align: center !important
    }
    .t-xl-al,
    .t-xl-left {
        text-align: left !important
    }
    .t-xl-ar,
    .t-xl-right {
        text-align: right !important
    }
    .t-xl-u,
    .t-xl-uppercase {
        text-transform: uppercase !important
    }
    .t-xl-l,
    .t-xl-lowercase {
        text-transform: lowercase !important
    }
    .t-xl-c,
    .t-xl-capitalize {
        text-transform: capitalize !important
    }
    .t-xl-u,
    .t-xl-underline {
        text-decoration: underline !important
    }
    .t-xl-n,
    .t-xl-none {
        text-decoration: none !important
    }
    .t-xl-lxs,
    .t-xl-line-xs {
        line-height: 1 !important
    }
    .t-xl-lsm,
    .t-xl-line-sm {
        line-height: 1.3 !important
    }
    .t-xl-lmd,
    .t-xl-line-md {
        line-height: 1.5 !important
    }
    .t-xl-llg,
    .t-xl-line-lg {
        line-height: 1.8 !important
    }
    .t-xl-lxl,
    .t-xl-line-xl {
        line-height: 2 !important
    }
    .t-xl-h,
    .t-xl-hyphenate {
        -mds-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        hyphens: auto
    }
}
.nav {
    height: 60px;
    z-index: 10;
    position: relative
}
.nav li>a {
    color: #000;
    height: 60px;
    line-height: 30px;
    margin: 0;
    text-decoration: none;
    padding: 5px 5px
}
@media screen and (min-width: 768px) {
    .nav li>a.is-active,
    .nav li>a:hover {
        background: #000;
        color: white
    }
}
.nav-brand {
    line-height: 40px;
    position: relative
}
.nav-logo:hover {
    background: transparent !important
}
.nav-logo img {
    display: inline-block;
    margin-top: -10px;
    height: 50px;
    vertical-align: middle;
    width: auto
}
.nav-with-logo .nav-name {
    display: none
}
@media screen and (min-width: 768px) {
    .nav-with-logo .nav-name {
        display: block
    }
}
.nav-menu {
    background: white;
    transition: 0.3s all ease-in-out;
    left: 0;
    margin-top: 60px;
    position: absolute !important;
    top: 0;
    width: 100%
}
.nav-menu.collapse {
    display: none
}
.nav-menu.collapse.in {
    display: block
}
@media screen and (min-width: 768px) {
    .nav-menu {
        background: transparent;
        display: block !important;
        height: 60px !important;
        margin: 0;
        transition: none;
        width: auto
    }
    .nav-menu li>a .is-active,
    .nav-menu li>a:hover {
        background: #000;
        color: white
    }
}
@media screen and (min-width: 768px) {
    .nav-menu-items {
        text-align: right
    }
}
.nav-menu-item {
    display: inline-block
}
@media screen and (min-width: 768px) {
    .nav-menu-item {
        float: none !important;
        width: auto !important
    }
}
body.preload * {
    transition: none !important;
    animation-name: none !important
}
body.preload .loader {
    visibility: visible
}
.loader {
    background-color: black;
    transition: visibility 1s 0s;
    visibility: hidden;
    z-index: 99999999
}
.overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease-in-out
}
.overlay.is-collapsible.collapse {
    display: none
}
.overlay.is-collapsible.collapse.in {
    display: block
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #337ab7;
    text-decoration: none
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
[role="button"] {
    cursor: pointer
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropup,
.dropdown {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    cursor: not-allowed
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-menu-right {
    left: auto;
    right: 0
}
.dropdown-menu-left {
    left: 0;
    right: auto
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container:before,
.container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 1024px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1300px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}
.container-fluid:after {
    clear: both
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.row:before,
.row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.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;
    padding-left: 15px;
    padding-right: 15px
}
.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-1 {
    width: 8.33333%
}
.col-xs-2 {
    width: 16.66667%
}
.col-xs-3 {
    width: 25%
}
.col-xs-4 {
    width: 33.33333%
}
.col-xs-5 {
    width: 41.66667%
}
.col-xs-6 {
    width: 50%
}
.col-xs-7 {
    width: 58.33333%
}
.col-xs-8 {
    width: 66.66667%
}
.col-xs-9 {
    width: 75%
}
.col-xs-10 {
    width: 83.33333%
}
.col-xs-11 {
    width: 91.66667%
}
.col-xs-12 {
    width: 100%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-pull-1 {
    right: 8.33333%
}
.col-xs-pull-2 {
    right: 16.66667%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-4 {
    right: 33.33333%
}
.col-xs-pull-5 {
    right: 41.66667%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-7 {
    right: 58.33333%
}
.col-xs-pull-8 {
    right: 66.66667%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-10 {
    right: 83.33333%
}
.col-xs-pull-11 {
    right: 91.66667%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-push-1 {
    left: 8.33333%
}
.col-xs-push-2 {
    left: 16.66667%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-4 {
    left: 33.33333%
}
.col-xs-push-5 {
    left: 41.66667%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-7 {
    left: 58.33333%
}
.col-xs-push-8 {
    left: 66.66667%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-10 {
    left: 83.33333%
}
.col-xs-push-11 {
    left: 91.66667%
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-offset-0 {
    margin-left: 0%
}
.col-xs-offset-1 {
    margin-left: 8.33333%
}
.col-xs-offset-2 {
    margin-left: 16.66667%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-4 {
    margin-left: 33.33333%
}
.col-xs-offset-5 {
    margin-left: 41.66667%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-7 {
    margin-left: 58.33333%
}
.col-xs-offset-8 {
    margin-left: 66.66667%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-10 {
    margin-left: 83.33333%
}
.col-xs-offset-11 {
    margin-left: 91.66667%
}
.col-xs-offset-12 {
    margin-left: 100%
}
@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-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 1024px) {
    .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-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 1300px) {
    .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-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type="file"] {
    display: block
}
input[type="range"] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #666666
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #666666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}
textarea.form-control {
    height: auto
}
input[type="search"] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}
.form-group {
    margin-bottom: 15px
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}
.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}
.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label ~ .form-control-feedback {
    top: 25px
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}
.form-horizontal .form-group:after {
    clear: both
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px;
        font-size: 18px
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden
}
.media-body {
    width: 10000px
}
.media-object {
    display: block
}
.media-object.img-thumbnail {
    max-width: none
}
.media-right,
.media>.pull-right {
    padding-left: 10px
}
.media-left,
.media>.pull-left {
    padding-right: 10px
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.modal-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}
.modal-footer:after {
    clear: both
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width: 1024px) {
    .modal-lg {
        width: 900px
    }
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none !important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.visible-xs {
    display: none !important
}
.visible-sm {
    display: none !important
}
.visible-md {
    display: none !important
}
.visible-lg {
    display: none !important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-block {
        display: block !important
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline {
        display: inline !important
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 1024px) and (max-width: 1299px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}
@media (min-width: 1024px) and (max-width: 1299px) {
    .visible-md-block {
        display: block !important
    }
}
@media (min-width: 1024px) and (max-width: 1299px) {
    .visible-md-inline {
        display: inline !important
    }
}
@media (min-width: 1024px) and (max-width: 1299px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 1300px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}
@media (min-width: 1300px) {
    .visible-lg-block {
        display: block !important
    }
}
@media (min-width: 1300px) {
    .visible-lg-inline {
        display: inline !important
    }
}
@media (min-width: 1300px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width: 1024px) and (max-width: 1299px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width: 1300px) {
    .hidden-lg {
        display: none !important
    }
}
.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}
.visible-print-block {
    display: none !important
}
@media print {
    .visible-print-block {
        display: block !important
    }
}
.visible-print-inline {
    display: none !important
}
@media print {
    .visible-print-inline {
        display: inline !important
    }
}
.visible-print-inline-block {
    display: none !important
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}
.t-default {
    font-family: 'HelveticaNeue', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal
}
.t-italic {
    font-family: 'HelveticaNeue-Italic', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal
}
.t-bold {
    font-family: 'HelveticaNeue-Bold', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal
}
.t-bold-italic {
    font-family: 'HelveticaNeue-BoldItalic', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal
}
.t-title {
    font-family: 'HelveticaNeue-Light', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal
}
.t-title-bold {
    font-family: 'HelveticaNeue-Bold', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal
}
.t-alt {
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none
}
.t-mono {
    font-family: "PTMono-Regular", Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal
}
.t-copy {
    font-family: 'Marion-Regular', Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
    font-style: normal;
    font-weight: normal
}
.t-copy-italic {
    font-family: 'Marion-Italic', Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
    font-style: normal;
    font-weight: normal
}
.t-copy-bold {
    font-family: 'Marion-Bold', Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
    font-style: normal;
    font-weight: normal
}
body {
    font-family: 'HelveticaNeue', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-size: 12px
}
body em {
    font-family: 'HelveticaNeue-Italic', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal
}
body b,
body strong {
    font-family: 'Merriweather', serif;
    font-style: bold;
    font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1.0;
    margin: 0;
    padding: 0;
    text-transform: none
}
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
a {
    color: inherit;
    text-decoration: none
}
a:active,
a:focus,
a:visited,
a:hover {
    outline: 0;
    color: inherit;
    text-decoration: none
}

h1 { 
    display: block;
    font-size: 3em;
    margin-top: 3px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    font-family: "Surogat";
    font-style: italic;
    font-weight: 600;
}


.podnaslov {    
    font-family: "Surogat";
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-top:25px;}
    
.icon img{
    width: 15%;
}

h1.t-set,
.t-set h1 {
    font-family: 'HelveticaNeue-Light', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 100px;
    line-height: 1.3
}
h2.t-set,
.t-set h2 {
    font-family: 'HelveticaNeue-Light', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 1.3
}
h3.t-set,
.t-set h3 {
    font-family: 'HelveticaNeue-Bold', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 1.3
}
h4.t-set,
.t-set h4 {
    font-family: 'HelveticaNeue-Bold', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.3
}
h5.t-set,
.t-set h5 {
    font-family: 'HelveticaNeue-Bold', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.3
}
h6.t-set,
.t-set h6 {
    font-family: 'HelveticaNeue-Bold', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3
}
p.t-set,
.t-set p,
.t-set li,
li.t-set {
    font-family: 'HelveticaNeue-Light', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5
}
@media screen and (min-width: 768px) {
    p.t-set,
    .t-set p,
    .t-set li,
    li.t-set {
        font-size: 20px
    }
}
small {
    font-size: 80%
}
ol.t-set,
.t-set ol {
    list-style: decimal
}
ul.t-set,
.t-set ul {
    list-style: disc
}
a.t-set,
.t-set a {
    text-decoration: underline
}
hr {
    background-color: transparent;
    border-color: #000;
    border-width: 6px
}
hr.t-set,
.t-set hr {
    margin: 30px 0
}
img.t-set,
.t-set img {
    height: auto;
    max-width: 100%;
    margin-bottom: 30px;
    width: 100%
}
.t-set h1 {
    margin-bottom: 15px
}
.t-set h2 {
    margin-bottom: 15px
}
.t-set h3 {
    margin-bottom: 15px
}
.t-set h4 {
    margin-bottom: 15px
}
.t-set h5 {
    margin-bottom: 15px
}
.t-set h6 {
    margin-bottom: 15px
}
.t-set p,
.t-set li {
    line-height: 1.5
}
.t-set p,
.t-set ul,
.t-set ol {
    margin-bottom: 15px
}
.t-set h1.t-xxs,
.t-set h2.t-xxs,
.t-set h3.t-xxs,
.t-set h4.t-xxs,
.t-set h5.t-xxs,
.t-set h6.t-xxs,
.t-set p.t-xxs,
.t-set li.t-xxs,
.t-set ul.t-xxs,
.t-set ol.t-xxs {
    font-size: 12px
}
.t-set h1.t-xs,
.t-set h2.t-xs,
.t-set h3.t-xs,
.t-set h4.t-xs,
.t-set h5.t-xs,
.t-set h6.t-xs,
.t-set p.t-xs,
.t-set li.t-xs,
.t-set ul.t-xs,
.t-set ol.t-xs {
    font-size: 15px
}
.t-set h1.t-sm,
.t-set h2.t-sm,
.t-set h3.t-sm,
.t-set h4.t-sm,
.t-set h5.t-sm,
.t-set h6.t-sm,
.t-set p.t-sm,
.t-set li.t-sm,
.t-set ul.t-sm,
.t-set ol.t-sm {
    font-size: 20px
}
.t-set h1.t-md,
.t-set h2.t-md,
.t-set h3.t-md,
.t-set h4.t-md,
.t-set h5.t-md,
.t-set h6.t-md,
.t-set p.t-md,
.t-set li.t-md,
.t-set ul.t-md,
.t-set ol.t-md {
    font-size: 30px
}
.t-set h1.t-lg,
.t-set h2.t-lg,
.t-set h3.t-lg,
.t-set h4.t-lg,
.t-set h5.t-lg,
.t-set h6.t-lg,
.t-set p.t-lg,
.t-set li.t-lg,
.t-set ul.t-lg,
.t-set ol.t-lg {
    font-size: 40px
}
.t-set h1.t-xl,
.t-set h2.t-xl,
.t-set h3.t-xl,
.t-set h4.t-xl,
.t-set h5.t-xl,
.t-set h6.t-xl,
.t-set p.t-xl,
.t-set li.t-xl,
.t-set ul.t-xl,
.t-set ol.t-xl {
    font-size: 60px
}
.t-set h1.t-xxl,
.t-set h2.t-xxl,
.t-set h3.t-xxl,
.t-set h4.t-xxl,
.t-set h5.t-xxl,
.t-set h6.t-xxl,
.t-set p.t-xxl,
.t-set li.t-xxl,
.t-set ul.t-xxl,
.t-set ol.t-xxl {
    font-size: 100px
}
.t-set h1.t-bold,
.t-set h2.t-bold,
.t-set h3.t-bold,
.t-set h4.t-bold,
.t-set h5.t-bold,
.t-set h6.t-bold,
.t-set p.t-bold,
.t-set li.t-bold,
.t-set ul.t-bold,
.t-set ol.t-bold {
    font-family: 'HelveticaNeue-Bold', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal
}
.t-set h1.t-alt,
.t-set h2.t-alt,
.t-set h3.t-alt,
.t-set h4.t-alt,
.t-set h5.t-alt,
.t-set h6.t-alt,
.t-set p.t-alt,
.t-set li.t-alt,
.t-set ul.t-alt,
.t-set ol.t-alt {
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none
}
.t-set h1.t-title,
.t-set h2.t-title,
.t-set h3.t-title,
.t-set h4.t-title,
.t-set h5.t-title,
.t-set h6.t-title,
.t-set p.t-title,
.t-set li.t-title,
.t-set ul.t-title,
.t-set ol.t-title {
    font-family: 'HelveticaNeue-Light', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal
}
.t-reading h1 {
    margin-bottom: 60px
}
.t-reading h2 {
    margin-top: 60px
}
.t-reading h3 {
    margin-top: 60px
}
.t-reading h4 {
    margin-top: 30px
}
.t-reading h5 {
    margin-top: 30px
}
.t-reading h6 {
    margin-top: 30px
}
.t-reading ul.t-set,
.t-reading .t-set ul,
.t-set .t-reading ul,
.t-reading ol.t-set,
.t-reading .t-set ol,
.t-set .t-reading ol {
    padding-left: 30px
}
.btn {
    font-family: 'HelveticaNeue', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    transition: all 0.15s ease-in-out
}
.btn,
.btn:visited {
    border-radius: 0px;
    border: 0;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 7.5px 15px
}
.btn:disabled,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn:hover {
    box-shadow: none !important;
    outline: none !important
}
.btn-lg {
    padding: 20px 12px;
    font-size: 30px
}
@media screen and (min-width: 768px) {
    .btn-lg {
        font-size: 40px;
        padding: 25px 16px
    }
}
.btn-default,
.btn-default:visited {
    color: #F9ED32;
    cursor: pointer
}
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus,
.btn-default.active,
.btn-default:hover {
    color: #F9ED32
}
.btn-primary,
.btn-primary:visited {
    background-color: #F9ED32;
    color: black
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary:hover {
    background-color: #f1e307;
    color: black
}
.btn-secondary {
    font-family: 'HelveticaNeue-Bold', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal
}
.btn-secondary,
.btn-secondary:visited {
    background-color: #ff4e31;
    color: black
}
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary.active,
.btn-secondary:hover {
    background-color: #fd2400;
    color: black
}
.btn-text,
.btn-text:visited {
    background: transparent;
    color: #F9ED32
}
.btn-text:focus,
.btn-text:active,
.btn-text:active:focus,
.btn-text.active,
.btn-text:hover {
    color: #F9ED32
}
.btn-back,
.btn-next {
    background-repeat: no-repeat;
    font-size: 40px;
    transition: all 0.15s ease-in-out
}
.btn-next {
    background-image: url("images/icon-arrow.png");
    background-size: 24px 34px;
    background-position: right 3px center;
    padding-right: 40px
}
.btn-next:hover {
    background-position: right center
}
.btn-back {
    background-image: url("images/icon-arrow-back.png");
    background-size: 24px 34px;
    background-position: left 3px center;
    padding-left: 40px
}
.btn-back:hover {
    background-position: left center
}
input,
select {
    border: 0;
    border-radius: 0;
    box-shadow: none
}
input:focus,
input:active,
select:focus,
select:active {
    box-shadow: none;
    outline: 0
}
html,
body {
    height: 100%
}
body {
    color: #000;
    font-size: 15px;
    font-family: 'HelveticaNeue', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal
}
@media screen and (min-width: 768px) {
    body {
        font-size: 20px;
    }
}
.wrapper {
    overflow-x: hidden;
    width: 100%
}
a {
    color: inherit
}
a:active,
a:focus {
    outline: 0
}

p {
    line-height: 1.5;

}



ul {
    list-style: none;
    margin: 0;
    padding: 0
}
ul li {
    margin: 0
}
.no-touch a:hover {
    color: inherit
}
body {
    background-color: black;
    letter-spacing: 0.05em;
    line-height: 1.5;
    min-height: none
}
p a {
    border-bottom: 1px solid #000000
}
p .t-alt {
    font-size: 115%
}
.navigation {
    position: fixed;
    top: 0;
    padding: 30px 0 0 30px;
    transition: all 0.15s ease-in-out;
    z-index: 200
}
.navigation a {
    color: white
}
.navigation a:hover {
    color: white;
    opacity: 0.9
}
@media screen and (min-width: 1024px) {
    .navigation {
        padding: 30px 0 0 30px
    }
}
.navigation ul li {

    margin-top: 100px
}
@media screen and (min-width: 1024px) {
    .navigation ul li {
        margin-top: 30px
    }
}
@media screen and (min-width: 1300px) {
    .navigation ul li {
        margin-top: 30px
    }
}
.navigation ul li a {
    transition: all 0.15s ease-in-out
}
.navigation ul li:nth-of-type(1) a.is-active,
.navigation ul li:nth-of-type(1) a:hover {
    color: #D9D8DD;
}
.navigation ul li:nth-of-type(2) a.is-active,
.navigation ul li:nth-of-type(2) a:hover {
    color: #D9D8DD;
}
.navigation ul li:nth-of-type(3) a.is-active,
.navigation ul li:nth-of-type(3) a:hover {
    color: #D9D8DD;
}
.navigation ul li:nth-of-type(4) a.is-active,
.navigation ul li:nth-of-type(4) a:hover {
    color: #D9D8DD;
}






.navigation2 {
    position: fixed;
    top: 0;
    padding: 30px 0 0 30px;
    transition: all 0.15s ease-in-out;
    z-index: 200
}
.navigation2 a {
    color: white
}
.navigation2 a:hover {
    color: white;
    opacity: 0.9
}
@media screen and (min-width: 1024px) {
    .navigation2 {
        padding: 30px 0 0 30px
    }
}
.navigation2 ul li {

    margin-top: 20px
}
@media screen and (min-width: 1024px) {
    .navigation2 ul li {
        margin-top: 30px
    }
}
@media screen and (min-width: 1300px) {
    .navigation2 ul li {
        margin-top: 30px
    }
}
.navigation2 ul li a {
    transition: all 0.15s ease-in-out
}
.navigation2 ul li:nth-of-type(1) a.is-active,
.navigation2 ul li:nth-of-type(1) a:hover {
    color: #D9D8DD;
}
.navigation2 ul li:nth-of-type(2) a.is-active,
.navigation ul li:nth-of-type(2) a:hover {
    color: #D9D8DD;
}
.navigation2 ul li:nth-of-type(3) a.is-active,
.navigation2 ul li:nth-of-type(3) a:hover {
    color: #D9D8DD;
}
.navigation2 ul li:nth-of-type(4) a.is-active,
.navigation2 ul li:nth-of-type(4) a:hover {
    color: #D9D8DD;
}
















.content-module {
    left: 0;
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 95%

}
@media screen and (min-width: 500px) {
    .content-module {
        width: 80%
    }
}
@media screen and (min-width: 600px) {
    .content-module {
        width: 70%
    }
}
@media screen and (min-width: 1024px) {
    .content-module {
        width: 600px;
        left: 50%;
        padding: 0
    }
}
.content-module *:not(html) {
    -webkit-transform: translate3d(0, 0, 0)
}
.content-module .inner {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}
.content-module .content {
    display: block;
    overflow: visible;
    position: relative;
    padding: 15px;
    margin-left: 29px;
    -webkit-transform: translate3d(0, 0, 0)
}
@media screen and (min-width: 768px) {
    .content-module .content {
        padding: 0px 30px 40px 30px;
        margin-left: 69px
    }
}

/*-------------------
.content-module img {
    height: auto;
    max-width: 100%;
    width: 100%
}
----------*/

.iconimg1 img {
    float: right;
    width: 35%;
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;     
}

.iconimg2 img {
    float: right;
    width: 35%;
    display: block;
    margin-top: 58px;
    padding-bottom: 10px;     
}
.iconimg3 img {
    float: right;
    width: 35%;
    display: block;
    margin-top: 78px;
    padding-bottom: 10px;     
}

.iconimg4 img {
    float: right;
    width: 45%;
    display: block;
    margin-top: 135px;
    padding-bottom: 15px;     
}


.title {
    float: left;
    display: block;
    padding-top: 200px;
    padding-bottom: 30px;
}

.title_noicon {float: left;
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;}

.content-module h1 {
    padding-left: 10px;
}

.content-module h3 {
    padding-left: 10px;
}

.content-module p {
    padding-left: 10px;
    padding-right: 10px;
}

.is-released {
    position: relative
}
#what {
    padding-top: 75px !important;
    border-style: solid black 10px;
}
#cm9 {
    color: white;
    height: 100%;
    height: 100vh
}
#cm9 .content {
    opacity: 0;
    transform: scale(0.1);
    transition: all 0.15s ease-in-out
}
#cm9 a {
    color: #F9ED32
}
#cm9 a.btn {
    color: black
}
#cm9 img {
    display: block;
    margin: 0 auto !important;
    height: 200px;
    width: 200px
}
@media screen and (min-width: 768px) {
    #cm9 img {
        height: 300px;
        width: 300px
    }
}
.reached-bottom .btn-docs,
.reached-bottom .signup-badge,
.reached-bottom .navigation {
    opacity: 0;
    transform: scale(0.1)
}
.reached-bottom .footer {
    opacity: 1
}
@media screen and (min-width: 1024px) {
    .reached-bottom .footer {
        opacity: 0
    }
}
.reached-bottom .copyright {
    opacity: 0
}
.reached-bottom #cm9 .content {
    opacity: 1;
    transform: scale(1)
}
.content-module.what-is-it {
    color: #000000;
    
}
@media screen and (min-width: 1024px) {
    .content-module.what-is-it {
        width: 480px
    }
}
.content-module.what-is-it .content,
.content-module.what-is-it .spacer {
    background-color: #d9d8dd;
    border: 8px solid black;
}
.content-module.what-is-it .holepunch path {
    fill: #F9ED32
}
.content-module.how-does-it-work {
    color: #000000
}
@media screen and (min-width: 1024px) {
    .content-module.how-does-it-work {
        width: 700px
    }
}
.content-module.how-does-it-work .content,
.content-module.how-does-it-work .spacer {
    background-color: #d9d8dd;
    border: 8px solid black;
}
.content-module.how-does-it-work .holepunch path {
    fill: #5BF47B
}

.projects {
    width: 250px;
    float: left;
    display: block;
}

@media screen and (min-width: 1024px) {
    .content-module.projects {
        width: 700px
    }

.projectsp {
    width: 200px;
    float: left;
}

.content-module.projects {
    color: #000000
}

}
.content-module.projects .content,
.content-module.projects .spacer {
    background-color: #d9d8dd;
    border: 8px solid black;
}




.content-module.themes {
    color: black
}
@media screen and (min-width: 1024px) {
    .content-module.themes {
        width: 500px
    }
}
.content-module.themes .content,
.content-module.themes .spacer {
    background-color: #d9d8dd;
    border: 8px solid black;
}
.content-module.themes .holepunch path {
    fill: #0021E0
}
.content-module.examples {
    color: #000000
}
@media screen and (min-width: 1024px) {
    .content-module.examples {
        width: 700px
    }
}
.content-module.examples .content,
.content-module.examples .spacer {
    background-color: #d9d8dd;
    border: 8px solid black;
    
}

.content-module.themes .spacer {
    background-color: #d9d8dd;
    border: 8px solid black;
}



/*--------*/
.content-module.examples1 {
    color: #000000
}
@media screen and (min-width: 1024px) {
    .content-module.examples1 {
        width: 580px;
    }
}
.content-module.examples1 .content {
    background-color: #d9d8dd;
    border: 8px solid black;
}

.content-module.examples1 .spacer {
    background-color: #d9d8dd;
}

.content-module.examples1 .holepunch path {
    fill: #d9d8dd
}
/*--------*/




/*--------*/
.content-module.gallery {
    color: #000000
}
@media screen and (min-width: 1024px) {
    .content-module.gallery {
        width: 870px;
    }
}
.content-module.gallery .content {
    background-color: #d9d8dd;
    border: 8px solid black;
}

.content-module.gallery .spacer {
    background-color: #d9d8dd;
}

.content-module.gallery .holepunch path {
    fill: #d9d8dd
}
/*--------*/

.grid-2up p {
    font-size: 20px;
    margin-top: 15px;
    text-align: center
}
@media screen and (min-width: 768px) {
    .grid-2up p {
        font-size: 30px
    }
}
.example-image-unit .inner {
    background: white;
    border: 3px solid #FF0000
}
.example-image-unit .content {
    padding-bottom: 0 !important
}
/*---------------
img {
    height: auto;
    max-width: 100%;
    width: 100%
---------------*/
}
.example-image-title {
    background: red url(images/example-image-header.png) no-repeat top center;
    background-size: auto 30px;
    background-position: left top;
    height: 30px;
    overflow: hidden
}
.example-image-title p {
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
    line-height: 30px;
    text-align: center
}
#ei1 {
    margin-top: 50px;
    margin-left: 180px
}
#ei2 {
    margin-top: 90px;
    margin-left: -30px
}
#ei3 {
    margin-top: 20px;
    margin-left: 120px
}
#ei4 {
    margin-top: 150px;
    margin-left: 260px
}
.footer {
    position: fixed;
    bottom: 0;
    opacity: 0;
    left: 0;
    padding: 15px;
    text-align: center;
    right: 0;
    transition: all 0.15s ease-in-out;
    z-index: 200
}
@media screen and (min-width: 1024px) {
    .footer {
        text-align: left;
        opacity: 1;
        padding: 30px 30px 15px
    }
}
.footer li {
    display: inline-block;
    padding-right: 5px
}
@media screen and (min-width: 1024px) {
    .footer li {
        display: block;
        padding-bottom: 10px
        
    }
}
@media screen and (min-width: 1300px) {
    .footer li {
        display: inline-block;
        padding-bottom: 0
    }
}
.footer li a {
    color: #666666
}
.footer li a:hover {
    color: white
}
.footer li:last-child {
    padding-right: 0
}
.copyright {
    color: #666666;
    z-index: 0
}
.text-indented {
    text-indent: 2px
}
p .text-underline {
    border-bottom: 1px solid #000000
}
.text-underline.t-md,
.text-underline.t-lg {
    border-bottom: 3px solid #000000
}
.dot {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 9999px;
    background-color: #000000;
    margin-bottom: -2px
}
.dot.dot-left {
    margin-right: 10px
}
.side {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    width: 30px
}
@media screen and (min-width: 768px) {
    .side {
        width: 70px
    }
}
.side .spacer {
    position: relative
}
.side .spacer-sm {
    height: 25px
}
@media screen and (min-width: 768px) {
    .side .spacer-sm {
        height: 50px
    }
}
.side .spacer-md {
    height: 50px
}
@media screen and (min-width: 768px) {
    .side .spacer-md {
        height: 100px
    }
}
.side .spacer-lg {
    height: 100px
}
@media screen and (min-width: 768px) {
    .side .spacer-lg {
        height: 200px
    }
}
.side .spacer-xl {
    height: 150px
}
@media screen and (min-width: 768px) {
    .side .spacer-xl {
        height: 300px
    }
}
.side .spacer-flex {
    height: 100%
}
.holepunch {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 300
}
.cm-step {
    font-size: 30px;
    line-height: 0.8;
    left: -30px;
    position: absolute
}
@media screen and (min-width: 768px) {
    .cm-step {
        font-size: 40px;
        left: -65px
    }
}
#scroll-indicator {
    background: white;
    color: black;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 300
}
.btn-docs,
.btn-docs:visited {
    background-color: white;
    z-index: 301
}
.btn-docs:hover {
    background-color: white;
    opacity: 0.9
}
.site-theme {
    font-family: 'HelveticaNeue-Light', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    display: block;
    font-size: 20px;
    text-align: center
}
.site-theme img.icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px
}
.site-theme a {
    opacity: 0
}
.site-theme:hover a {
    color: #000;
    opacity: 1
}
.site-theme.site-theme-new:hover {
    opacity: 0.9
}
.site-theme-link {
    background: white;
    box-sizing: border-box;
    border-bottom: 1px solid black;
    color: black;
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    vertical-align: middle;
    transition: 0.15s ease-in-out;
    top: 0;
    width: 100%;
    z-index: 1
}
.site-theme-link>span {
    display: block;
    left: 0;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    right: 0
}
.site-theme-link:last-of-type {
    border-bottom: 0;
    top: 50%
}
.site-theme-link:hover {
    color: black
}

.clear {
    clear: both;
    }

/*-------------------------------------------------------------------*/


.projectpic {
    border: 6px solid black;
    width: 100%;
    float: left;
    display: inline-block;
    
     /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}


.projectpic:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      
    }


.project1 {
    padding-bottom: 20px;
    width: 100p%;
    display: inline-block;
}

.projekti h3:hover {
    text-decoration: underline;
}

    


.project2 {
    padding-bottom: 20px;
    width: 100p%;
    display: inline-block;
    
    
}

.project3 {
    padding-bottom: 20px;
    width: 100p%;
    display: inline-block;
    
    
}

.project4 {
    padding-bottom: 20px;
    width: 100p%;
    display: inline-block;
    
    
}

.projekti {
    width: 100%;
    overflow: hidden;
}

    
h3 {
font-size: 22px;
margin-bottom: 20px;        
    }

#botun {
	background-color:#000000;
	border: solid 6px #000;
	display:inline-block;
    width: 97%;
	cursor:pointer;
	color:#D9D8DD;
	font-size:17px;
	padding:18px 31px;
	text-decoration:none;
    font-weight: 600;
    margin: 30px 20px 0 10px;
    text-align: center;
    
}

#botun:hover {
	background-color:transparent;
    border: solid 6px #000;
    color:#000;
}
#botun:active {
	position:relative;
	top:1px;
    color:#000;
}


.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}



.dropbtn {
    background: #fff;
    font-size: 12px;
    font-family: 'HelveticaNeue-Bold', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    position: fixed;
    padding:5px;
    right: 10px;
    top: 15px;
    z-index: 200;
    border: solid 1px #000;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: fixed;
    padding:5px;
    right: 5px;
    top: 39px;
     z-index: 500;
    
    
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    background-color: #f9f9f9;
    width: 220px;
    z-index: 500;
    font-size: 12px;
    font-family: 'HelveticaNeue-Bold', Helvetica, Helmut, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #000;
    border: solid 1px #fff;
    color: #fff;
}

/* ----------------------GALERIJA--------------------------------------------------------*/
.thumb {
    max-height: 143px;
    border: solid 6px #000;
    margin-bottom: 8px;
    
}

.lightbox {
    position: absolute;
    z-index: 999;
    height: 0;
    width: 0;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
}

.lightbox img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 2%;
    opacity: 0;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;

    width: 100%;
    height: 100%;
    opacity: 1 !important;
    
}

.lightbox:target img {
    opacity: 1;
    webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.light-btn {
    background-color: #d9d8dd;
    border: solid 4px #000;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    top: 23%;
    z-index: 99;
}

.light-btn:hover {
    background-color: #111;
}

.btn-prev {
    left: -3%;
    width: 50px;
}

.btn-next {
    right: -3%;
    width: 50px;
    font-size: 20px;
}

.btn-close {
    position: absolute;
    left: -3%;
    top: 2%;
    color: #fafafa;
    background-color: #d9d8dd;
    border: solid 5px #000;
    padding: 10px 15px;
    border-radius: 1px;
    text-decoration: none;
    z-index: 200;
}

.btn-close:hover {
    background-color: #d9d8dd;
    border-bottom: solid 7px #000;
    border-right: solid 7px #000;
    left: -3.1%;
    top: 1.9%;
}

