body {
    margin: 0
}

details, main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .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 {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .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 {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

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

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

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

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

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

@-webkit-keyframes rubberBand {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

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

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

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

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

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

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

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        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: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

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

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

@keyframes fadeOutDown {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        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 {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

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

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-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 {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-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 {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut {
    0% {
        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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

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

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

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

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

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

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

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion: reduce),(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

.animated.delay-order-1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.animated.delay-order-2 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animated.delay-order-3 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animated.delay-order-4 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.animated.delay-order-5 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-order-6 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.animated.delay-order-7 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.animated.delay-order-8 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.animated.delay-order-9 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.animated.delay-order-10 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-order-11 {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.animated.delay-order-12 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.animated.delay-order-13 {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.animated.delay-order-14 {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.animated.delay-order-15 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-order-16 {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s
}

.animated.delay-order-17 {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s
}

.animated.delay-order-18 {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s
}

.animated.delay-order-19 {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s
}

.animated.delay-order-20 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

:root {
    --popupLoadingBorderHighlightColor: #0087ca;
    --popupCloseButtonColor: #0087ca
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::after, ::before, :root {
    --color-text: #40525e;
    --color-main: #0087ca;
    --color-main-transparent: rgba(0, 135, 202, 0.4);
    --color-bg-footer: #0087ca;
    --color-grey-light: #eeeeee;
    --color-grey-dark: #323232;
    --color-grey-medium: #c8c8c8;
    --color-white: #ffffff
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    line-height: 1.5rem
}

body, html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #40525e;
    hyphens: auto;
    hyphenate-limit-chars: auto 4;
    hyphenate-limit-lines: 1;
    text-rendering: optimizeLegibility;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 4;
    -webkit-hyphenate-limit-lines: 1;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 4;
    -ms-hyphenate-limit-lines: 1
}

figure {
    margin: 0;
    padding: 0
}

.ce-bodytext li, .arcsecond-cards__introtext li {
    list-style-type: none;
    margin-left: 1rem
}

.ce-bodytext li::before, .arcsecond-cards__introtext li::before {
    color: #0087ca;
    content: "▪︎";
    margin-left: -1rem;
    padding-right: .6rem
}

.ce-bodytext ul, .arcsecond-cards__introtext ul {
    padding-left: 0
}

.ce-bodytext p, .arcsecond-cards__introtext p {
    margin-bottom: 1em
}

.col--bgcolor2 .ce-bodytext li::before {
    color: #fff
}

a:not(.button), a:not(.button):active, a:not(.button):focus, a:not(.button):hover, a:not(.button):link, a:not(.button):visited {
    color: #0087ca;
    font-family: Nunito, sans-serif;
    text-decoration: underline;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

a:not(.button):active, a:not(.button):focus, a:not(.button):hover {
    color: #0087ca;
    text-decoration: underline
}

.page-footer a:not(.button), .page-footer a:not(.button):active, .page-footer a:not(.button):focus, .page-footer a:not(.button):hover, .page-footer a:not(.button):link, .page-footer a:not(.button):visited {
    color: #fff
}

.container--bgcolor2 a:not(.button), .container--bgcolor2 a:not(.button):active, .container--bgcolor2 a:not(.button):focus, .container--bgcolor2 a:not(.button):hover, .container--bgcolor2 a:not(.button):link, .container--bgcolor2 a:not(.button):visited {
    color: #fff;
    font-weight: bolder
}

.image-embed-item {
    height: auto
}

.ce-gallery img {
    width: 100%
}

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

.img-fluid:not([src$='.svg']) {
    width: auto
}

.uc-embedding-container, iframe {
    max-width: 100%
}

.text-center {
    text-align: center
}

.ce-div {
    border: 2px solid #eee;
    -webkit-box-shadow: 0 2px 5px 0 #eee;
    box-shadow: 0 2px 5px 0 #eee;
    margin: 2rem 0
}

.ce-gallery, .ce-image, .ce-nowrap .ce-bodytext, .ce-row, .ce-textpic, .ce-uploads div, .ce-uploads li {
    overflow: visible
}

.ce-gallery::after, .ce-image::after, .ce-nowrap .ce-bodytext::after, .ce-row::after, .ce-textpic::after, .ce-uploads div::after, .ce-uploads li::after {
    clear: both;
    content: "";
    display: table
}

.frame-type-shortcut {
    height: 100%
}

.position--left {
    text-align: left
}

.position--center {
    text-align: center
}

.position--right {
    text-align: right
}

@media only screen and (min-width: 64rem) {
    .page-content {
        margin-top: 5rem
    }
}

.page-footer {
    background-color: #004589;
    color: #fff
}

@font-face {
    font-family: Nunito;
    font-display: swap;
    font-style: normal;
    font-weight: 200;
    src: url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Fonts/nunito-sans-v5-latin_latin-ext-200.eot');
    src: local("Nunito Sans ExtraLight"), local("NunitoSans-ExtraLight"), url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Fonts/nunito-sans-v5-latin_latin-ext-200.eot?') format("embedded-opentype"), url('../font/nunito-sans-v5-latin_latin-ext-200.woff2') format("woff2"), url('../font/nunito-sans-v5-latin_latin-ext-200.woff') format("woff"), url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Fonts/nunito-sans-v5-latin_latin-ext-200.ttf') format("truetype"), url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Fonts/nunito-sans-v5-latin_latin-ext-200.svg') format("svg")
}

@font-face {
    font-family: Nunito;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Fonts/nunito-sans-v5-latin_latin-ext-regular.eot');
    src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Fonts/nunito-sans-v5-latin_latin-ext-regular.eot?') format("embedded-opentype"), url('/static/font/nunito-sans-v5-latin_latin-ext-regular.woff2') format("woff2"), url('../font/nunito-sans-v5-latin_latin-ext-regular.woff') format("woff"), url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Fonts/nunito-sans-v5-latin_latin-ext-regular.ttf') format("truetype"), url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Fonts/nunito-sans-v5-latin_latin-ext-regular.svg') format("svg")
}

@font-face {
    font-family: Nunito;
    font-display: swap;
    font-style: normal;
    font-weight: 900;
    src: url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Fonts/nunito-sans-v5-latin_latin-ext-900.eot');
    src: local("Nunito Sans Black"), local("NunitoSans-Black"), url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Fonts/nunito-sans-v5-latin_latin-ext-900.eot?') format("embedded-opentype"), url('../font/nunito-sans-v5-latin_latin-ext-900.woff2') format("woff2"), url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Fonts/nunito-sans-v5-latin_latin-ext-900.woff') format("woff"), url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Fonts/nunito-sans-v5-latin_latin-ext-900.ttf') format("truetype"), url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Fonts/nunito-sans-v5-latin_latin-ext-900.svg') format("svg")
}

.container {
    max-width: 100%;
    position: relative;
    width: 100%
}

@media only screen and (min-width: 100rem) {
    .container--boxed {
        margin: 0 auto;
        max-width: 100rem
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media only screen and (min-width: 85.375rem) {
    .row--boxed {
        margin: 0 auto;
        max-width: 100rem
    }
}

.row .row:not(.glide__slides) {
    left: 50%;
    margin-left: -6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width: 64rem) {
    .row .row.glide__slides {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        left: 50%;
        margin-left: -6px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.col, .col-10, .col-100, .col-20, .col-25, .col-28, .col-30, .col-33, .col-40, .col-5, .col-50, .col-60, .col-67, .col-70, .col-75, .col-8, .col-80, .col-90, .col-lg-10, .col-lg-100, .col-lg-20, .col-lg-25, .col-lg-28, .col-lg-30, .col-lg-33, .col-lg-40, .col-lg-5, .col-lg-50, .col-lg-60, .col-lg-67, .col-lg-70, .col-lg-75, .col-lg-8, .col-lg-80, .col-lg-90, .col-md-10, .col-md-100, .col-md-20, .col-md-25, .col-md-28, .col-md-30, .col-md-33, .col-md-40, .col-md-5, .col-md-50, .col-md-60, .col-md-67, .col-md-70, .col-md-75, .col-md-8, .col-md-80, .col-md-90, .col-sm-10, .col-sm-100, .col-sm-20, .col-sm-25, .col-sm-28, .col-sm-30, .col-sm-33, .col-sm-40, .col-sm-5, .col-sm-50, .col-sm-60, .col-sm-67, .col-sm-70, .col-sm-75, .col-sm-8, .col-sm-80, .col-sm-90, .col-xl-10, .col-xl-100, .col-xl-20, .col-xl-25, .col-xl-28, .col-xl-30, .col-xl-33, .col-xl-40, .col-xl-5, .col-xl-50, .col-xl-60, .col-xl-67, .col-xl-70, .col-xl-75, .col-xl-8, .col-xl-80, .col-xl-90, .contactform .col-lg-12, .contactform .col-lg-4, .contactform .col-lg-8, .contactform .col-md-12, .contactform .col-md-4, .contactform .col-md-8, .contactform .col-sm-12, .contactform .col-sm-4, .contactform .col-sm-8, .contactform .col-xs-12, .contactform .col-xs-4, .contactform .col-xs-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    max-width: 100%;
    min-width: 0%;
    padding: 1.25rem;
    width: auto
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
    max-width: 5%
}

.col-offset-5 {
    margin-left: 5%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8%;
    flex: 0 1 8%;
    max-width: 8%
}

.col-offset-8 {
    margin-left: 8%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
    max-width: 10%
}

.col-offset-10 {
    margin-left: 10%
}

.col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%
}

.col-offset-20 {
    margin-left: 20%
}

.col-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%
}

.col-offset-25 {
    margin-left: 25%
}

.col-28 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%;
    max-width: 28%
}

.col-offset-28 {
    margin-left: 28%
}

.col-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 30%
}

.col-offset-30 {
    margin-left: 30%
}

.col-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%
}

.col-offset-33 {
    margin-left: 33.33333333%
}

.col-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    max-width: 40%
}

.col-offset-40 {
    margin-left: 40%
}

.col-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%
}

.col-offset-50 {
    margin-left: 50%
}

.col-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    max-width: 60%
}

.col-offset-60 {
    margin-left: 60%
}

.col-67 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.66666667%;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%
}

.col-offset-67 {
    margin-left: 66.66666667%
}

.col-70 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 70%
}

.col-offset-70 {
    margin-left: 70%
}

.col-75 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%
}

.col-offset-75 {
    margin-left: 75%
}

.col-80 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    max-width: 80%
}

.col-offset-80 {
    margin-left: 80%
}

.col-90 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
    max-width: 90%
}

.col-offset-90 {
    margin-left: 90%
}

.col-100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

.col-offset-100 {
    margin-left: 100%
}

@media only screen and (min-width: 40rem) {
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 5%;
        flex: 0 1 5%;
        max-width: 5%
    }

    .col-sm-offset-5 {
        margin-left: 5%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 8%;
        flex: 0 1 8%;
        max-width: 8%
    }

    .col-sm-offset-8 {
        margin-left: 8%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 10%;
        flex: 0 1 10%;
        max-width: 10%
    }

    .col-sm-offset-10 {
        margin-left: 10%
    }

    .col-sm-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        max-width: 20%
    }

    .col-sm-offset-20 {
        margin-left: 20%
    }

    .col-sm-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%
    }

    .col-sm-offset-25 {
        margin-left: 25%
    }

    .col-sm-28 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
        flex: 0 1 28%;
        max-width: 28%
    }

    .col-sm-offset-28 {
        margin-left: 28%
    }

    .col-sm-30 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
        max-width: 30%
    }

    .col-sm-offset-30 {
        margin-left: 30%
    }

    .col-sm-33 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333333%;
        flex: 0 1 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-offset-33 {
        margin-left: 33.33333333%
    }

    .col-sm-40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: 40%
    }

    .col-sm-offset-40 {
        margin-left: 40%
    }

    .col-sm-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }

    .col-sm-offset-50 {
        margin-left: 50%
    }

    .col-sm-60 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        max-width: 60%
    }

    .col-sm-offset-60 {
        margin-left: 60%
    }

    .col-sm-67 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.66666667%;
        flex: 0 1 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-offset-67 {
        margin-left: 66.66666667%
    }

    .col-sm-70 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }

    .col-sm-offset-70 {
        margin-left: 70%
    }

    .col-sm-75 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        max-width: 75%
    }

    .col-sm-offset-75 {
        margin-left: 75%
    }

    .col-sm-80 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
        flex: 0 1 80%;
        max-width: 80%
    }

    .col-sm-offset-80 {
        margin-left: 80%
    }

    .col-sm-90 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
        flex: 0 1 90%;
        max-width: 90%
    }

    .col-sm-offset-90 {
        margin-left: 90%
    }

    .col-sm-100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }

    .col-sm-offset-100 {
        margin-left: 100%
    }
}

@media only screen and (min-width: 64rem) {
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 5%;
        flex: 0 1 5%;
        max-width: 5%
    }

    .col-md-offset-5 {
        margin-left: 5%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 8%;
        flex: 0 1 8%;
        max-width: 8%
    }

    .col-md-offset-8 {
        margin-left: 8%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 10%;
        flex: 0 1 10%;
        max-width: 10%
    }

    .col-md-offset-10 {
        margin-left: 10%
    }

    .col-md-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        max-width: 20%
    }

    .col-md-offset-20 {
        margin-left: 20%
    }

    .col-md-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%
    }

    .col-md-offset-25 {
        margin-left: 25%
    }

    .col-md-28 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
        flex: 0 1 28%;
        max-width: 28%
    }

    .col-md-offset-28 {
        margin-left: 28%
    }

    .col-md-30 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
        max-width: 30%
    }

    .col-md-offset-30 {
        margin-left: 30%
    }

    .col-md-33 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333333%;
        flex: 0 1 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-offset-33 {
        margin-left: 33.33333333%
    }

    .col-md-40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: 40%
    }

    .col-md-offset-40 {
        margin-left: 40%
    }

    .col-md-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }

    .col-md-offset-50 {
        margin-left: 50%
    }

    .col-md-60 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        max-width: 60%
    }

    .col-md-offset-60 {
        margin-left: 60%
    }

    .col-md-67 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.66666667%;
        flex: 0 1 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-offset-67 {
        margin-left: 66.66666667%
    }

    .col-md-70 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }

    .col-md-offset-70 {
        margin-left: 70%
    }

    .col-md-75 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        max-width: 75%
    }

    .col-md-offset-75 {
        margin-left: 75%
    }

    .col-md-80 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
        flex: 0 1 80%;
        max-width: 80%
    }

    .col-md-offset-80 {
        margin-left: 80%
    }

    .col-md-90 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
        flex: 0 1 90%;
        max-width: 90%
    }

    .col-md-offset-90 {
        margin-left: 90%
    }

    .col-md-100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }

    .col-md-offset-100 {
        margin-left: 100%
    }
}

@media only screen and (min-width: 85.375rem) {
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 5%;
        flex: 0 1 5%;
        max-width: 5%
    }

    .col-lg-offset-5 {
        margin-left: 5%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 8%;
        flex: 0 1 8%;
        max-width: 8%
    }

    .col-lg-offset-8 {
        margin-left: 8%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 10%;
        flex: 0 1 10%;
        max-width: 10%
    }

    .col-lg-offset-10 {
        margin-left: 10%
    }

    .col-lg-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        max-width: 20%
    }

    .col-lg-offset-20 {
        margin-left: 20%
    }

    .col-lg-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%
    }

    .col-lg-offset-25 {
        margin-left: 25%
    }

    .col-lg-28 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
        flex: 0 1 28%;
        max-width: 28%
    }

    .col-lg-offset-28 {
        margin-left: 28%
    }

    .col-lg-30 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
        max-width: 30%
    }

    .col-lg-offset-30 {
        margin-left: 30%
    }

    .col-lg-33 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333333%;
        flex: 0 1 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-offset-33 {
        margin-left: 33.33333333%
    }

    .col-lg-40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: 40%
    }

    .col-lg-offset-40 {
        margin-left: 40%
    }

    .col-lg-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }

    .col-lg-offset-50 {
        margin-left: 50%
    }

    .col-lg-60 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        max-width: 60%
    }

    .col-lg-offset-60 {
        margin-left: 60%
    }

    .col-lg-67 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.66666667%;
        flex: 0 1 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-offset-67 {
        margin-left: 66.66666667%
    }

    .col-lg-70 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }

    .col-lg-offset-70 {
        margin-left: 70%
    }

    .col-lg-75 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        max-width: 75%
    }

    .col-lg-offset-75 {
        margin-left: 75%
    }

    .col-lg-80 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
        flex: 0 1 80%;
        max-width: 80%
    }

    .col-lg-offset-80 {
        margin-left: 80%
    }

    .col-lg-90 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
        flex: 0 1 90%;
        max-width: 90%
    }

    .col-lg-offset-90 {
        margin-left: 90%
    }

    .col-lg-100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }

    .col-lg-offset-100 {
        margin-left: 100%
    }
}

@media only screen and (min-width: 120rem) {
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 5%;
        flex: 0 1 5%;
        max-width: 5%
    }

    .col-xl-offset-5 {
        margin-left: 5%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 8%;
        flex: 0 1 8%;
        max-width: 8%
    }

    .col-xl-offset-8 {
        margin-left: 8%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 10%;
        flex: 0 1 10%;
        max-width: 10%
    }

    .col-xl-offset-10 {
        margin-left: 10%
    }

    .col-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        max-width: 20%
    }

    .col-xl-offset-20 {
        margin-left: 20%
    }

    .col-xl-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%
    }

    .col-xl-offset-25 {
        margin-left: 25%
    }

    .col-xl-28 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
        flex: 0 1 28%;
        max-width: 28%
    }

    .col-xl-offset-28 {
        margin-left: 28%
    }

    .col-xl-30 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
        max-width: 30%
    }

    .col-xl-offset-30 {
        margin-left: 30%
    }

    .col-xl-33 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333333%;
        flex: 0 1 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-offset-33 {
        margin-left: 33.33333333%
    }

    .col-xl-40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: 40%
    }

    .col-xl-offset-40 {
        margin-left: 40%
    }

    .col-xl-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }

    .col-xl-offset-50 {
        margin-left: 50%
    }

    .col-xl-60 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        max-width: 60%
    }

    .col-xl-offset-60 {
        margin-left: 60%
    }

    .col-xl-67 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.66666667%;
        flex: 0 1 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-offset-67 {
        margin-left: 66.66666667%
    }

    .col-xl-70 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%
    }

    .col-xl-offset-70 {
        margin-left: 70%
    }

    .col-xl-75 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        max-width: 75%
    }

    .col-xl-offset-75 {
        margin-left: 75%
    }

    .col-xl-80 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
        flex: 0 1 80%;
        max-width: 80%
    }

    .col-xl-offset-80 {
        margin-left: 80%
    }

    .col-xl-90 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
        flex: 0 1 90%;
        max-width: 90%
    }

    .col-xl-offset-90 {
        margin-left: 90%
    }

    .col-xl-100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }

    .col-xl-offset-100 {
        margin-left: 100%
    }
}

.col--bgcolor1, .container--bgcolor1 {
    background-color: #40525e;
    color: #fff
}

.col--bgcolor2, .container--bgcolor2 {
    background-color: #000;
    color: #fff;
    opacity: 0.8;
}

.col--bgcolor3, .container--bgcolor3 {
    background-color: #eee;
    color: #40525e
}

.col--bgcolor4, .container--bgcolor4 {
    background-color: #fff;
    color: #40525e
}

.col--bgcolor1 {
    background-color: rgba(64, 82, 94, .8)
}

.col--bgcolor2 {
    background-color: rgba(0, 135, 202, .8)
}

.col--bgcolor2 a:not(.button), .col--bgcolor2 a:not(.button):active, .col--bgcolor2 a:not(.button):focus, .col--bgcolor2 a:not(.button):hover, .col--bgcolor2 a:not(.button):link, .col--bgcolor2 a:not(.button):visited {
    color: #fff;
    font-family: Nunito, sans-serif;
    text-decoration: underline;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.col--bgcolor3 {
    background-color: rgba(238, 238, 238, .8)
}

.col--bgcolor4 {
    background-color: rgba(255, 255, 255, .8)
}

.container--bgimage .row {
    padding: 0 10%
}

.frame-space-before-medium {
    margin-top: 10rem
}

.frame-space-after-medium {
    margin-bottom: 10rem
}

.frame-space-before-small {
    margin-top: 2.5rem
}

.frame-space-after-small {
    margin-bottom: 2.5rem
}

.page-footer .container {
    border-bottom: 1px solid #fff
}

.page-footer .container:last-child {
    border: none
}

@media (max-width: 40rem) {
    .page-footer .col-sm-28 {
        text-align: center
    }

    .page-footer .col-sm-offset-8 {
        padding-bottom: 0;
        padding-top: 0
    }

    .page-footer .arcsecond-socialnetworks {
        padding-bottom: 1rem
    }
}

@media only screen and (min-width: 64rem) and (max-width: 85.375rem) {
    .hide-last-item-on-md .col-100:last-child {
        display: none;
        visibility: hidden
    }
}

@media only screen and (min-width: 85.375rem) and (max-width: 120rem) {
    .hide-last-item-on-lg .col-100:last-child {
        display: none;
        visibility: hidden
    }
}

body, dd, dl, dt, h1, h2, h3, h4, h5, h6, html, li, p, ul {
    font-family: Nunito, sans-serif;
    font-weight: 200
}

h1, h2, h3, h4, h5, h6 {
    line-height: 110%;
    font-family: Nunito, sans-serif;
    font-size: 1.8rem;
    margin: 0 0 2rem;
    padding: 0
}

h2 {
    font-size: 1.5rem
}

h3, h5, h6 {
    font-size: 1.2rem
}

h4 {
    font-size: 1.08rem
}

.image-caption, dd, dl, dt, li, p {
    font-family: Nunito, sans-serif;
    font-size: .88rem
}

.image-caption, p {
    margin: 0 0 1rem;
    padding: 0
}

sup {
    top: -.8em
}

sub, sup {
    font-size: 55%
}

@media (min-width: 700px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 2.4rem
    }

    h2 {
        font-size: 2rem
    }

    h3 {
        font-size: 1.6rem
    }

    h4 {
        font-size: 1.44rem
    }

    h5, h6 {
        font-size: 1.2rem
    }

    .image-caption, dd, dl, dt, li, p {
        font-size: .88rem
    }
}

@media (min-width: 1300px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 3rem
    }

    h2 {
        font-size: 2.5rem
    }

    h3 {
        font-size: 2rem
    }

    h4 {
        font-size: 1.8rem
    }

    h5, h6 {
        font-size: 1.5rem
    }

    .image-caption, dd, dl, dt, li, p {
        font-size: 1.1rem
    }
}

.arcsecond-icon__path--fill {
    fill: currentColor
}

.arcsecond-icon__path--stroke {
    stroke: currentColor
}

.icon--download:after {
    background-image: url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Icons/download.svg');
    background-position-x: 6px;
    background-position-y: 4px;
    background-repeat: no-repeat;
    background-size: 16px;
    content: "     ";
    -webkit-transition: background-position-x .2s ease-in-out;
    transition: background-position-x .2s ease-in-out;
    white-space: pre
}

.icon--download:hover:after {
    background-position-x: 8px
}

.mobile-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.25rem 1.25rem 0
}

@media (min-width: 64rem) {
    .mobile-nav {
        display: none
    }
}

.mobile-nav__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile-nav__list-item {
    margin: 0
}

.mobile-nav__submenu-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    cursor: pointer
}

.mobile-nav__submenu-toggle:focus {
    outline: 0
}

.mobile-nav__link:not(.button), .mobile-nav__link:not(.button):active, .mobile-nav__link:not(.button):focus, .mobile-nav__link:not(.button):hover, .mobile-nav__link:not(.button):link, .mobile-nav__link:not(.button):visited, .mobile-nav__submenu-toggle {
    border-bottom: 1px solid currentColor;
    color: #fff;
    display: block;
    padding: 1.25rem 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%
}

.mobile-nav__link:not(.button)::before, .mobile-nav__link:not(.button):active::before, .mobile-nav__link:not(.button):focus::before, .mobile-nav__link:not(.button):hover::before, .mobile-nav__link:not(.button):link::before, .mobile-nav__link:not(.button):visited::before, .mobile-nav__submenu-toggle::before {
    bottom: 0;
    content: "";
    display: block;
    left: -1.25rem;
    position: absolute;
    right: -1.25rem;
    top: 0
}

.mobile-nav__submenu-toggle::after {
    border: 6px solid transparent;
    border-left-color: currentColor;
    border-right: none;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 25% center;
    transform-origin: 25% center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 4px
}

.mobile-nav__submenu-toggle--open::after {
    -webkit-transform: translateY(-50%) rotateZ(90deg);
    transform: translateY(-50%) rotateZ(90deg)
}

.mobile-nav__submenu {
    display: none;
    position: relative
}

.mobile-nav__submenu--visible {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: showMobileSubmenu;
    animation-name: showMobileSubmenu;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    display: block
}

.mobile-nav__submenu::before {
    background-color: #fff;
    opacity: .3;
    bottom: 0;
    content: "";
    display: block;
    left: -1.25rem;
    position: absolute;
    right: -1.25rem;
    top: 0
}

.megamenu {
    -ms-grid-row-align: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: end;
    justify-self: end
}

.megamenu a {
    font-weight: 400
}

.megamenu__link, .megamenu__link:active, .megamenu__link:focus, .megamenu__link:hover, .megamenu__link:link, .megamenu__link:not(.button), .megamenu__link:not(.button):active, .megamenu__link:not(.button):focus, .megamenu__link:not(.button):hover, .megamenu__link:not(.button):link, .megamenu__link:not(.button):visited, .megamenu__link:visited {
    position: relative;
    text-decoration: none
}

.megamenu__link::before, .megamenu__link:active::before, .megamenu__link:focus::before, .megamenu__link:hover::before, .megamenu__link:link::before, .megamenu__link:not(.button)::before, .megamenu__link:not(.button):active::before, .megamenu__link:not(.button):focus::before, .megamenu__link:not(.button):hover::before, .megamenu__link:not(.button):link::before, .megamenu__link:not(.button):visited::before, .megamenu__link:visited::before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: -1rem;
    opacity: 0;
    position: absolute;
    right: -1rem;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.megamenu__link:active::before, .megamenu__link:focus::before, .megamenu__link:hover::before, .megamenu__link:not(.button):active::before, .megamenu__link:not(.button):focus::before, .megamenu__link:not(.button):hover::before {
    opacity: .3
}

.megamenu__link--level-1, .megamenu__link--level-1:active, .megamenu__link--level-1:focus, .megamenu__link--level-1:hover, .megamenu__link--level-1:link, .megamenu__link--level-1:not(.button), .megamenu__link--level-1:not(.button):active, .megamenu__link--level-1:not(.button):focus, .megamenu__link--level-1:not(.button):hover, .megamenu__link--level-1:not(.button):link, .megamenu__link--level-1:not(.button):visited, .megamenu__link--level-1:visited, .megamenu__submenu-toggle, .megamenu__submenu-toggle:active, .megamenu__submenu-toggle:focus, .megamenu__submenu-toggle:hover, .megamenu__submenu-toggle:link, .megamenu__submenu-toggle:not(.button), .megamenu__submenu-toggle:not(.button):active, .megamenu__submenu-toggle:not(.button):focus, .megamenu__submenu-toggle:not(.button):hover, .megamenu__submenu-toggle:not(.button):link, .megamenu__submenu-toggle:not(.button):visited, .megamenu__submenu-toggle:visited {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    color: #40525e;
    font-family: Nunito, sans-serif;
    font-size: .88rem;
    height: 100%;
    outline: 0;
    padding: 0;
    position: relative;
    text-decoration: none
}

.megamenu__link--level-1::after, .megamenu__link--level-1::before, .megamenu__submenu-toggle::after, .megamenu__submenu-toggle::before {
    background-color: #40525e;
    bottom: .3125rem;
    content: "";
    display: block;
    height: 2rem;
    position: absolute;
    -webkit-transition: height .3s ease-in-out, bottom .3s ease-in-out, background-color .3s ease-in-out;
    transition: height .3s ease-in-out, bottom .3s ease-in-out, background-color .3s ease-in-out;
    width: 1px
}

.megamenu__link--level-1::before, .megamenu__submenu-toggle::before {
    left: -1px
}

.megamenu__link--level-1::after, .megamenu__submenu-toggle::after {
    right: 0
}

.megamenu__link--level-1--first::before, .megamenu__link--level-1--last::after, .megamenu__submenu-toggle--first::before, .megamenu__submenu-toggle--last::after {
    background-color: transparent
}

.megamenu__submenu-toggle--open::after, .megamenu__submenu-toggle--open::before {
    background-color: #0087ca;
    bottom: 0;
    height: 100%;
    z-index: 10
}

.megamenu__link--level-1, .megamenu__link--level-1:active, .megamenu__link--level-1:focus, .megamenu__link--level-1:hover, .megamenu__link--level-1:link, .megamenu__link--level-1:not(.button), .megamenu__link--level-1:not(.button):active, .megamenu__link--level-1:not(.button):focus, .megamenu__link--level-1:not(.button):hover, .megamenu__link--level-1:not(.button):link, .megamenu__link--level-1:not(.button):visited, .megamenu__link--level-1:visited {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.megamenu__level-1-layout-helper {
    display: block;
    padding: .625rem;
    -webkit-transform: translateY(50%) translateY(.3125rem);
    transform: translateY(50%) translateY(.3125rem)
}

.megamenu__level-1-layout-helper--small-transform {
    -webkit-transform: translateY(-.08rem);
    transform: translateY(-.08rem)
}

.megamenu__submenu-container {
    position: relative
}

.megamenu__list, .megamenu__submenu-container__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

.megamenu__list-item, .megamenu__submenu-container__list-item {
    margin: 0;
    display: block
}

.megamenu__list-item--level-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.megamenu__background {
    background-color: #0087ca;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
    -ms-grid-row: 2;
    grid-row: 2;
    height: 100%;
    margin: 0 -1.25rem;
    z-index: -1
}

.megamenu__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 0;
    margin: 0 -1rem;
    opacity: 0;
    overflow: hidden;
    padding: 0 1rem;
    -webkit-transition: height .3s ease-in-out, opacity .3s ease-in-out;
    transition: height .3s ease-in-out, opacity .3s ease-in-out;
    z-index: -1
}

.megamenu__submenu--visible {
    height: auto;
    opacity: 1;
    z-index: 10
}

.megamenu__list--level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.megamenu__list--level-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2.5rem;
    padding-bottom: 2.5rem;
    width: calc(100% + 4 * 1.25rem)
}

.megamenu__submenu-list-group {
    display: -ms-grid;
    display: grid;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    -ms-grid-rows:(1fr) [ 3 ];
    grid-template-rows:repeat(3, 1fr);
    max-width: 33.33333333%;
    padding: 0 2.5rem
}

.megamenu__submenu-list-grup__link--row-1 {
    -ms-grid-row: 1;
    grid-row: 1
}

.megamenu__submenu-list-grup__link--row-2 {
    -ms-grid-row: 2;
    grid-row: 2
}

.megamenu__submenu-list-grup__link--row-3 {
    -ms-grid-row: 3;
    grid-row: 3
}

.megamenu__link--level-2 {
    display: block
}

.megamenu__title {
    font-size: 1.25em
}

.megamenu__link--level-2, .megamenu__link--submenu-header {
    border-bottom: 1px solid currentColor;
    padding: 1.25rem 0
}

.megamenu__link--level-2:not(.button), .megamenu__link--level-2:not(.button):active, .megamenu__link--level-2:not(.button):focus, .megamenu__link--level-2:not(.button):hover, .megamenu__link--level-2:not(.button):link, .megamenu__link--level-2:not(.button):visited, .megamenu__link--submenu-header:not(.button), .megamenu__link--submenu-header:not(.button):active, .megamenu__link--submenu-header:not(.button):focus, .megamenu__link--submenu-header:not(.button):hover, .megamenu__link--submenu-header:not(.button):link, .megamenu__link--submenu-header:not(.button):visited {
    color: #fff
}

.megamenu__link--level-2:not(.button):active, .megamenu__link--level-2:not(.button):active .megamenu__title, .megamenu__link--level-2:not(.button):focus, .megamenu__link--level-2:not(.button):focus .megamenu__title, .megamenu__link--level-2:not(.button):hover, .megamenu__link--level-2:not(.button):hover .megamenu__title, .megamenu__link--submenu-header:not(.button):active, .megamenu__link--submenu-header:not(.button):active .megamenu__title, .megamenu__link--submenu-header:not(.button):focus, .megamenu__link--submenu-header:not(.button):focus .megamenu__title, .megamenu__link--submenu-header:not(.button):hover, .megamenu__link--submenu-header:not(.button):hover .megamenu__title {
    text-decoration: none
}

.megamenu__link--submenu-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 2.5rem
}

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

@keyframes showMobileSubmenu {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.megamenu__link--current {
    padding-left: 1rem !important
}

.language-nav {
    border: 1px solid #c8c8c8;
    border-top: none;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transform: rotateX(90deg) translateX(-50%);
    transform: rotateX(90deg) translateX(-50%);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: -1
}

@media (min-width: 100rem) {
    .language-nav {
        left: 16.25rem
    }
}

.language-nav--visible {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: rotateX(0deg) translateX(-50%);
    transform: rotateX(0deg) translateX(-50%);
    z-index: 10
}

.language-nav__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.language-nav__link, .language-nav__list-item {
    display: block
}

.language-nav__link {
    border-bottom: 1px solid #c8c8c8;
    padding: .25rem .5rem
}

.language-nav__link, .language-nav__link:active, .language-nav__link:focus, .language-nav__link:hover, .language-nav__link:link, .language-nav__link:not(.button), .language-nav__link:not(.button):active, .language-nav__link:not(.button):focus, .language-nav__link:not(.button):hover, .language-nav__link:not(.button):link, .language-nav__link:not(.button):visited, .language-nav__link:visited {
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: none;
    transition: none
}

.language-nav__link:active, .language-nav__link:focus, .language-nav__link:hover, .language-nav__link:not(.button):active, .language-nav__link:not(.button):focus, .language-nav__link:not(.button):hover {
    background-color: #323232;
    color: #fff;
    text-decoration: none
}

.language-nav__link--last {
    border-bottom: none
}

.site-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 0 #323232;
    box-shadow: 0 1px 10px 0 #323232;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(max-content, 1fr) (minmax(auto, 1fr)) [ 2 ];
    grid-template-columns:minmax(-webkit-max-content, 1fr) repeat(2, minmax(auto, 1fr));
    grid-template-columns:minmax(max-content, 1fr) repeat(2, minmax(auto, 1fr));
    -ms-grid-rows:(auto) [ 2 ];
    grid-template-rows:repeat(2, auto);
    padding: 1.25rem 1.25rem 0;
    position: relative;
    width: 100vw;
    z-index: 16777270
}

@supports (position:sticky) {
    .site-header {
        position: sticky;
        top: 0
    }
}

.site-header__hamburger, .site-header__language-menu-wrapper, .site-header__logo-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.site-header__logo-link {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    max-width: 215px
}

.site-header__logo {
    height: auto;
    max-width: 126px;
    position: relative;
    top: 6px
}

.site-header .arcsecond-icon-envelope {
    height: 32px;
    width: auto
}

@media (min-width: 64rem) {
    .site-header {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(1.25rem, 1fr) (minmax(min-content, 32.5rem)) [ 3 ] minmax(1.25 rem, 1 fr);
        grid-template-columns:minmax(1.25rem, 1fr) repeat(3, minmax(-webkit-min-content, 32.5rem)) minmax(1.25rem, 1fr);
        grid-template-columns:minmax(1.25rem, 1fr) repeat(3, minmax(min-content, 32.5rem)) minmax(1.25rem, 1fr);
        -ms-grid-rows:(auto) [ 3 ];
        grid-template-rows:repeat(3, auto);
        padding: 0
    }

    .site-header__logo-link {
        display: block;
        -ms-grid-column: 2;
        grid-column: 2;
        padding-bottom: 1rem;
        padding-top: 1.25rem
    }

    .site-header .arcsecond-icon-envelope {
        height: 16px;
        width: auto
    }
}

.site-header .arcsecond-icon.arcsecond-icon-world {
    height: 16px
}

.site-header__contact-wrapper {
    display: none
}

@media (min-width: 64rem) {
    .site-header__contact-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-columns: minmax(1.25rem, 1fr) minmax(min-content, 32.5rem);
        grid-template-columns:minmax(1.25rem, 1fr) minmax(-webkit-min-content, 32.5rem);
        grid-template-columns:minmax(1.25rem, 1fr) minmax(min-content, 32.5rem);
        -ms-grid-rows: auto;
        grid-template-rows:auto
    }
}

.site-header__contact-wrapper a:not(.button), .site-header__contact-wrapper a:not(.button):link, .site-header__contact-wrapper a:not(.button):visited {
    text-decoration: none
}

.site-header__contact-wrapper a:not(.button):active, .site-header__contact-wrapper a:not(.button):focus, .site-header__contact-wrapper a:not(.button):hover {
    text-decoration: underline
}

.site-header__search-wrapper {
    color: #fff;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    grid-row: 2;
    position: relative
}

@media (min-width: 64rem) {
    .site-header__search-wrapper {
        display: block;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3;
        -ms-grid-row: 3;
        grid-row: 3
    }
}

.site-header__language-menu-wrapper {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    position: relative
}

.site-header__contact-wrapper, .site-header__language-menu-wrapper {
    color: #0087ca
}

.site-header__contact-wrapper, .site-header__language-menu-wrapper, .site-header__search-wrapper {
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out
}

@media (min-width: 64rem) {
    .site-header__language-menu-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-column: 4;
        -ms-grid-column-span: 2;
        grid-column: 4/6;
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-columns: minmax(min-content, 32.5rem) minmax(1.25rem, 1fr);
        grid-template-columns:minmax(-webkit-min-content, 32.5rem) minmax(1.25rem, 1fr);
        grid-template-columns:minmax(min-content, 32.5rem) minmax(1.25rem, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows:auto;
        -ms-grid-column-align: stretch;
        justify-self: stretch
    }

    .site-header__contact-wrapper, .site-header__language-menu-wrapper, .site-header__search-wrapper {
        background-color: #004589;
        color: #fff;
        height: 100%
    }

    .site-header__contact-wrapper.pushed-down, .site-header__language-menu-wrapper.pushed-down, .site-header__search-wrapper.pushed-down {
        background-color: #fff;
        border-bottom: 1px solid #0087ca;
        color: #0087ca
    }

    .site-header__globe {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        margin-bottom: .5rem;
        margin-top: .5rem
    }
}

.site-header__globe {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, .5);
    color: inherit
}

.site-header__globe > .arcsecond-icon, .site-header__globe__text {
    vertical-align: middle
}

.site-header__globe__text {
    display: block
}

@media (min-width: 64rem) {
    .site-header__globe__text {
        display: inline
    }
}

.site-header__globe > .arcsecond-icon {
    height: 1.5em;
    width: 1.5em
}

.site-header__globe:focus {
    outline: 0
}

.site-header__contact {
    border-right: 1px solid rgba(255, 255, 255, .5);
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: .5rem;
    margin-top: .5rem
}

.site-header__contact .arcsecond-icon {
    pointer-events: none;
    vertical-align: middle
}

.site-header__email:not(.button), .site-header__email:not(.button):active, .site-header__email:not(.button):focus, .site-header__email:not(.button):hover, .site-header__email:not(.button):link, .site-header__email:not(.button):visited, .site-header__phone:not(.button), .site-header__phone:not(.button):active, .site-header__phone:not(.button):focus, .site-header__phone:not(.button):hover, .site-header__phone:not(.button):link, .site-header__phone:not(.button):visited {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    color: inherit;
    border: none;
    cursor: pointer;
    font-weight: 200;
    margin: 0;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    vertical-align: middle
}

.site-header__email:not(.button):active, .site-header__email:not(.button):focus, .site-header__email:not(.button):hover, .site-header__phone:not(.button):active, .site-header__phone:not(.button):focus, .site-header__phone:not(.button):hover {
    text-decoration: underline
}

.site-header__email {
    background: 0 0;
    border: none
}

.site-header__hamburger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    height: 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.site-header__hamburger:focus {
    outline: 0
}

@media (min-width: 64rem) {
    .site-header__hamburger {
        display: none
    }
}

.site-header__hamburger__line {
    background-color: #0087ca;
    border-radius: .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 .25rem;
    flex: 0 0 .25rem;
    position: relative;
    top: 0%;
    -webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 2.5rem
}

.site-header__hamburger__line--middle {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.mobile-nav__submenu-toggle--open .site-header__hamburger__line--top {
    top: 50%;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
    transform: translateY(-50%) rotateZ(45deg)
}

.mobile-nav__submenu-toggle--open .site-header__hamburger__line--middle {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.mobile-nav__submenu-toggle--open .site-header__hamburger__line--bottom {
    top: -50%;
    -webkit-transform: translateY(50%) rotateZ(-45deg);
    transform: translateY(50%) rotateZ(-45deg)
}

.site-header__mobile-navigation-container {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #0087ca;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 16777271
}

.site-header__mobile-navigation-container--visible {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.site-header__mobile-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0087ca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    height: 5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 33.33333333%;
    text-align: center
}

.site-header__mobile-button:focus {
    outline: 0
}

.site-header__mobile-button--phone {
    border-left: 1px solid #0087ca;
    border-right: 1px solid #0087ca
}

.megamenu {
    display: none
}

@media (min-width: 64rem) {
    .site-header__mobile-button {
        display: none
    }

    .megamenu {
        display: block;
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
        grid-column: 3/5;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.megamenu__submenu-container {
    display: none
}

.pushed-down .site-header__globe {
    border-left: 1px solid #0087ca
}

.pushed-down .site-header__contact {
    border-right: 1px solid #0087ca
}

.menu-30-years-link {
    display: block;
    text-align: center
}

@media (min-width: 64rem) {
    .megamenu__submenu-container {
        display: block;
        -ms-grid-column: 2;
        -ms-grid-column-span: 3;
        grid-column: 2/5;
        -ms-grid-row: 2;
        grid-row: 2
    }

    .menu-30-years-link {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2/4;
        position: relative
    }

    .menu-30-years-link__image {
        bottom: 0;
        left: 0;
        max-height: 100%;
        position: absolute;
        width: auto
    }
}

.configurator {
    display: none
}

.contenttable {
    border-collapse: separate;
    border-spacing: 4px;
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    width: 100%
}

.contenttable tbody {
    display: table;
    width: 100%
}

.contenttable::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 14px;
    width: 14px
}

.contenttable::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border: 3px solid #fff;
    border-radius: 8px
}

.contenttable .thead th {
    background: #a0a9b1;
    color: #fff;
    font-weight: 400;
    margin: 2px;
    padding: .2em .5em;
    text-align: left;
    vertical-align: top
}

.contenttable tr th {
    background: #d7dde3;
    color: #333;
    font-weight: 400;
    padding: .2em .5em;
    text-align: left;
    vertical-align: top
}

.contenttable tr td {
    background: #eaeef2;
    color: #333;
    font-weight: 400;
    padding: .2em .5em;
    text-align: left;
    vertical-align: top
}

.contenttable .align-justify {
    background: #eaeef2;
    color: #333;
    font-weight: 400;
    padding: .2em .5em;
    text-align: center;
    vertical-align: middle
}

.contenttable .align-justify img {
    min-width: 250px;
    height: auto;
    width: 100%
}

.table-scrollable {
    margin: 0 0 1em;
    overflow-y: auto;
    width: 100%
}

.megamenu-backdrop {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 1000
}

.megamenu-backdrop--visible {
    opacity: 1;
    pointer-events: all
}

.frame-type-menu_pages a:not(.button), .frame-type-menu_pages a:not(.button):active, .frame-type-menu_pages a:not(.button):focus, .frame-type-menu_pages a:not(.button):hover, .frame-type-menu_pages a:not(.button):link, .frame-type-menu_pages a:not(.button):visited, .frame-type-menu_subpages a:not(.button), .frame-type-menu_subpages a:not(.button):active, .frame-type-menu_subpages a:not(.button):focus, .frame-type-menu_subpages a:not(.button):hover, .frame-type-menu_subpages a:not(.button):link, .frame-type-menu_subpages a:not(.button):visited {
    text-decoration: none
}

.frame-type-menu_pages a:not(.button):active, .frame-type-menu_pages a:not(.button):focus, .frame-type-menu_pages a:not(.button):hover, .frame-type-menu_subpages a:not(.button):active, .frame-type-menu_subpages a:not(.button):focus, .frame-type-menu_subpages a:not(.button):hover {
    letter-spacing: 1px
}

.frame-type-menu_pages ul, .frame-type-menu_subpages ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.frame-type-menu_pages li, .frame-type-menu_subpages li {
    border-bottom: 1px solid currentColor;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    text-align: center;
    text-transform: uppercase
}

.frame-type-menu_subpages a:not(.button):active, .frame-type-menu_subpages a:not(.button):focus, .frame-type-menu_subpages a:not(.button):hover {
    letter-spacing: 0
}

.frame-type-menu_subpages li {
    border: none;
    border-left: 1px solid currentColor;
    display: inline;
    margin: 0 1rem 0 0;
    padding: 0 0 0 1rem
}

.frame-type-menu_subpages li:first-child {
    border-left: none
}

.page-footer .frame-type-menu_subpages {
    text-align: center
}

.page-footer .frame-type-menu_subpages.frame-layout-1 li {
    font-size: .9rem
}

@media (max-width: 64rem) {
    .ce-intext .ce-gallery {
        display: block;
        width: 100%
    }
}

.image360 {
    cursor: url(../image/cursor-360.png), pointer;
    position: relative
}

.product_image{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image360__hintlayer {
    position: absolute;
    z-index: 1;
    width: 10%;
    bottom: 0%;
    right: 0%
}

.image360__hintlayer .arcsecond-icon {
    stroke: none;
    fill: #00a2ee
}

.button, .tx-indexedsearch-browsebox > li a:not(.button) {
    background-color: #004589;
    border: 1px solid #0087ca;
    color: #fff;
    display: inline-block;
    margin: 1.25rem auto;
    min-width: 12.5rem;
    padding: .625rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.button:hover, .tx-indexedsearch-browsebox > li a:not(.button):hover, .tx-indexedsearch-browsebox > li.tx-indexedsearch-browselist-currentPage a:not(.button) {
    background-color: #fff;
    border: 1px solid #0087ca;
    color: #0087ca;
    cursor: pointer
}

.button.button--arrow:after, .tx-indexedsearch-browsebox > li a:not(.button).button--arrow:after {
    background-image: url('../image/play.svg');
    background-position-x: 8px;
    background-position-y: 6px;
    background-repeat: no-repeat;
    background-size: 11px;
    content: "     ";
    -webkit-transition: background-position-x .2s ease-in-out;
    transition: background-position-x .2s ease-in-out;
    white-space: pre
}

.button.button--arrow:hover:after, .tx-indexedsearch-browsebox > li a:not(.button).button--arrow:hover:after {
    background-position-x: 12px
}

.button.button--download:after, .tx-indexedsearch-browsebox > li a:not(.button).button--download:after {
    background-image: url('https://www.arcsecond.de/typo3conf/ext/arcsecond/Resources/Public/Css/Icons/download.svg');
    background-position-x: 6px;
    background-position-y: 4px;
    background-repeat: no-repeat;
    background-size: 16px;
    content: "     ";
    -webkit-transition: background-position-x .2s ease-in-out;
    transition: background-position-x .2s ease-in-out;
    white-space: pre
}

.button.button--download:hover:after, .tx-indexedsearch-browsebox > li a:not(.button).button--download:hover:after {
    background-position-x: 8px
}

.button--inverted {
    background-color: #fff;
    border: 1px solid #fff;
    color: #0087ca
}

.button--inverted:hover {
    background-color: #0087ca;
    border: 1px solid #fff;
    color: #fff
}

.button--dark {
    background-color: #40525e;
    border: 1px solid #40525e;
    color: #fff
}

.button--dark:hover {
    background-color: #fff;
    border: 1px solid #40525e;
    color: #40525e
}

.button--outlined {
    background-color: #fff;
    border: 1px solid #0087ca;
    color: #0087ca
}

.button--outlined:hover {
    background-color: #0087ca;
    border: 1px solid #0087ca;
    color: #fff
}

.button--lightblue {
    background-color: #00f6ff;
    border: 1px solid #00f6ff;
    color: #40525e
}

.button--lightblue:hover {
    background-color: #fff;
    border: 1px solid #00f6ff;
    color: #40525e
}

.button--inactive, .button--inactive:hover {
    background: #ccc;
    border-color: #999;
    color: #fff;
    cursor: not-allowed
}

.button--is-bold {
    font-weight: 700
}

.arcsecond-cards {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.arcsecond-cards h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    margin: 0
}

.arcsecond-cards h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
    margin: 0
}

.arcsecond-cards dl {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.arcsecond-cards dt {
    float: left;
    margin: 0 0 .5rem;
    padding: 0;
    width: 65%
}

.arcsecond-cards dd {
    float: left;
    margin: 0 0 .5rem;
    padding: 0;
    text-align: right;
    width: 35%
}

.arcsecond-cards__title sup {
    font-size: .8rem;
    top: 5px
}

.arcsecond-cards__image {
    border: 1px solid #eee;
    margin: 1rem 0;
    overflow: hidden
}

.arcsecond-cards__image img {
    height: auto;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    width: 100%
}

.arcsecond-cards__image__link:hover .arcsecond-cards__image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.arcsecond-cards__textcontent {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.arcsecond-cards__introtext {
    font-size: .88rem;
    margin: 0 0 .5rem
}

@media (min-width: 85.375rem) {
    .arcsecond-cards__introtext {
        font-size: 1.1rem
    }
}

.arcsecond-cards__morebutton {
    width: 100%
}

.arcsecond-cards__downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.arcsecond-cards__downloaditem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.arcsecond-cards__downloadlink {
    font-size: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left
}

.arcsecond-cards__downloadlink.button--inactive:hover .arcsecond-icon__path, .arcsecond-cards__downloadlink:hover .arcsecond-icon__path {
    fill: #fff
}

.arcsecond-cards__downloadlink.button--inactive .arcsecond-icon__download .arcsecond-icon__path {
    fill: currentColor;
    -webkit-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out
}

.arcsecond-icon__download {
    float: right;
    height: 1rem;
    -webkit-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out
}

.arcsecond-icon__download .arcsecond-icon {
    height: .7rem;
    -webkit-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out
}

.arcsecond-icon__download:hover .arcsecond-icon {
    padding: 0 0 0 .5rem
}

.arcsecond-icon__download .arcsecond-icon__path {
    fill: #00a2ee;
    -webkit-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out
}

.arcsecond-cards__features dt {
    padding-left: 1rem
}

.arcsecond-cards__features dt .arcsecond-icon {
    margin-left: -1rem
}

.arcsecond-cards__features .arcsecond-icon {
    height: .7rem
}

.arcsecond-cards__features .icon {
    fill: #00a2ee;
    stroke: #00a2ee
}

.arcsecond-cards__morebutton .arcsecond-icon {
    height: .7rem;
    -webkit-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out
}

.arcsecond-cards__morebutton .arcsecond-icon__path {
    fill: #fff;
    -webkit-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out
}

.arcsecond-cards__morebutton:hover .arcsecond-icon {
    padding: 0 0 0 .5rem
}

.arcsecond-cards__morebutton:hover .arcsecond-icon__path {
    fill: #00a2ee;
    padding: 0 0 0 .1rem
}

.container--bgimage {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 8rem;
    padding-top: 8rem;
    position: relative
}

.arcsecond-header h1 {
    margin: 1rem 0;
    padding: 0
}

.arcsecond-header h1 sup {
    font-size: 40%;
    top: -1.5em
}

.arcsecond-header .row {
    display: block;
    text-align: center;
    -ms-hyphens: none;
    hyphens: none;
    padding: 4rem 10%;
    -webkit-transition: padding 1s ease-in-out;
    transition: padding 1s ease-in-out
}

.arcsecond-header .col {
    display: inline-block;
    padding: 1.25rem 4rem
}

.page-content-header .container--bgimage {
    background-attachment: scroll
}

.mask-header__bg-images {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1
}

.arcsecond-header--headerWithoutText .mask-header__bg-images {
    position: relative
}

@media only screen and (min-width: 64rem) {
    .arcsecond-header .row {
        padding: 8rem 5%
    }
}

.arcsecond-socialnetworks {
    text-align: center
}

.arcsecond-socialnetworks a:not(.button) {
    text-decoration: none
}

.arcsecond-socialnetworks ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.arcsecond-socialnetworks li {
    display: inline;
    padding: 0 .5rem
}

.arcsecond-socialnetworks svg {
    max-height: 3rem;
    max-width: 3rem;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.arcsecond-socialnetworks svg:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.arcsecond-socialnetworks .icon {
    fill: #fff;
    stroke: #fff
}

.arcsecond-socialnetworks .arcsecond-icon__instagram .icon {
    fill: #fff;
    stroke: transparent
}

.arcsecond-teaser {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.arcsecond-teaser__header, .arcsecond-teaser__image, .arcsecond-teaser__link {
    display: block;
    padding: .3rem 0;
    text-align: center
}

.arcsecond-teaser__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: .88rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 4rem;
    text-align: center
}

.arcsecond-teaser--layout1 .arcsecond-teaser__image img {
    height: auto;
    margin-bottom: 2rem;
    max-width: 80px
}

.arcsecond-teaser__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.arcsecond-teaser__contentframe {
    height: 100%
}

.arcsecond-teaser--layout1 .arcsecond-teaser__contentarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.arcsecond-teaser__header h4 {
    font-size: 1.5rem
}

.arcsecond-teaser__link {
    justify-self: flex-end
}

.arcsecond-teaser--layout2 {
    border: 1px solid #eee;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns:100%;
    -ms-grid-rows: 1;
    grid-template-rows:100%;
    position: relative;
    text-align: center
}

.arcsecond-teaser--layout2 h4, .arcsecond-teaser--layout2 p {
    margin: 0;
    padding: 0
}

.arcsecond-teaser--layout2 .arcsecond-teaser__image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    overflow: hidden;
    padding: 0
}

.arcsecond-teaser--layout2 .arcsecond-teaser__image img {
    font-family: 'object-fit:contain;';
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    width: 100%
}

.arcsecond-teaser--layout2:hover .arcsecond-teaser__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.arcsecond-teaser--layout2 .arcsecond-teaser__content {
    color: #fff;
    display: block;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 1.5rem;
    position: relative;
    z-index: 10
}

.arcsecond-teaser--layout2 .arcsecond-teaser__content::before {
    background: rgb(17 25 31 / 50%);
    border: 2px double rgba(255, 255, 255, .5);
    bottom: 1rem;
    content: "";
    display: block;
    left: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: -1
}

.arcsecond-teaser--layout2:hover .arcsecond-teaser__content::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.arcsecond-teaser--layout2 .arcsecond-teaser__contentframe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.arcsecond-teaser--layout2 .arcsecond-teaser__text {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-height: 1rem
}

.arcsecond-teaser--layout2 .arcsecond-teaser__text p {
    font-size: .88rem;
    font-weight: bolder
}

@media (min-width: 85.375rem) {
    .arcsecond-teaser--layout2 .arcsecond-teaser__text p, .arcsecond-teaser__text {
        font-size: 1.1rem
    }
}

.arcsecond-teaser--layout2 .button, .arcsecond-teaser--layout2 .tx-indexedsearch-browsebox > li a:not(.button) {
    background-color: #fff;
    color: #004589;
    margin: 1rem 0 0
}

.arcsecond-teaser--layout3 .arcsecond-teaser__image {
    overflow: hidden
}

.arcsecond-teaser--layout3 .arcsecond-teaser__image img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.arcsecond-teaser--layout3:hover .arcsecond-teaser__image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.arcsecond-teaser--layout3 .button, .arcsecond-teaser--layout3 .tx-indexedsearch-browsebox > li a:not(.button) {
    margin: 0;
    width: 100%
}

.arcsecond-teaser--layout3 .button:hover, .arcsecond-teaser--layout3 .tx-indexedsearch-browsebox > li a:not(.button):hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
}

.felogin__loginform fieldset {
    border: none;
    padding: 0
}

.felogin__loginform .col-100 input {
    min-height: 2.55rem;
    width: 100%
}

.felogin__loginform label {
    width: 100%
}

.felogin__loginform legend {
    display: none
}

.felogin__loginform .button, .felogin__loginform .tx-indexedsearch-browsebox > li a:not(.button) {
    margin: 0
}

.felogin__loginform .row {
    margin-left: -12px
}

.felogin__loginform .row div {
    padding-left: .625rem
}

@media (min-width: 64rem) {
    .felogin__loginform .row div {
        padding-left: 1.25rem
    }

    .felogin__loginform .row div:first-child {
        padding-left: .625rem
    }
}

.felogin__forgot-password {
    padding-left: 2rem
}

.felogin__logoutform {
    text-align: center
}

.felogin__logoutform .button, .felogin__logoutform .tx-indexedsearch-browsebox > li a:not(.button) {
    margin: 0
}

@media only screen and (min-width: 10px) {
    .contactform .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: 40%
    }

    .contactform .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        max-width: 60%
    }

    .contactform .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 64rem) {
    .contactform .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: 40%
    }

    .contactform .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        max-width: 60%
    }

    .contactform .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 85.375rem) {
    .contactform .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: 40%
    }

    .contactform .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        max-width: 60%
    }

    .contactform .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 120rem) {
    .contactform .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: 40%
    }

    .contactform .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        max-width: 60%
    }

    .contactform .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }
}

.contactform fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.contactform fieldset legend {
    display: none
}

.contactform input.form-control {
    height: 50px;
    border: none;
    border-bottom: 1px solid #999;
    margin: 0 0 3rem
}

.contactform input[type=checkbox] {
    margin-right: .5rem
}

.contactform textarea {
    border: 1px solid #999;
    min-height: 14.9rem
}

.contactform .form-control {
    width: 100%
}

.contactform .control-label {
    display: none;
    visibility: hidden
}

.contactform .btn-primary {
    background-color: #0087ca;
    border: 1px solid #0087ca;
    color: #fff;
    display: inline-block;
    margin: 1.25rem auto;
    min-width: 12.5rem;
    padding: .625rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.contactform .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #0087ca;
    color: #0087ca;
    cursor: pointer
}

.form__fileupload {
    margin-bottom: 2rem
}

.news-list-view h4 {
    font-size: 1.1rem;
    font-weight: lighter;
    letter-spacing: .1rem;
    line-height: 130%;
    margin: 1rem 0 0;
    min-height: 6rem
}

.news-list-view a:not(.button), .news-list-view a:not(.button):active, .news-list-view a:not(.button):focus, .news-list-view a:not(.button):hover, .news-list-view a:not(.button):link, .news-list-view a:not(.button):visited {
    text-decoration: none
}

.news-list-date {
    font-family: Nunito, sans-serif;
    font-size: 1.1rem;
    font-weight: 200
}

.news-list__img-wrap {
    background: 0 0;
    display: block;
    float: none;
    margin: 0 0 1rem;
    overflow: hidden
}

.news-list__img-wrap a {
    background: 0 0;
    border: none;
    float: none;
    padding: 0;
    overflow: hidden
}

.news-list__img-wrap img {
    float: none;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.news-list__img-wrap img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-list__teaser-text {
    margin: 0 1rem;
    min-height: 9rem
}

.news .footer {
    clear: both;
    padding: 0;
    border: none;
    margin: 0;
    color: #888
}

.news-list__content {
    border: 1px solid #c8c8c8;
    padding: 1px
}

.news__more-link {
    overflow: hidden;
    text-align: center
}

.news-single__img-wrap img {
    border: 1px solid #eee;
    height: auto;
    width: 100%
}

@media (min-width: 600px) {
    .news-single__img-wrap img {
        float: right;
        margin: .2rem 0 .5rem 2rem;
        width: 300px
    }
}

@media (min-width: 1000px) {
    .news-single__img-wrap img {
        width: 400px
    }
}

.news-single__teaser-text {
    text-align: justify
}

.news-single__teaser-text p {
    font-size: 1.2rem;
    line-height: 1.5rem
}

@media (min-width: 600px) {
    .news-single__teaser-text p {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media (min-width: 1300px) {
    .news-single__img-wrap img {
        width: 500px
    }

    .news-single__bodytext {
        text-align: justify
    }
}

.news-single__prevnextitem img {
    height: auto;
    width: 100%
}

.news-single__previtem {
    text-align: left
}

.news-single__previtem a:before {
    color: currentColor;
    content: "< "
}

.news-single__nextitem {
    text-align: right
}

.news-single__nextitem a:after {
    color: currentColor;
    content: " >"
}

.news-single__footer {
    border-top: 1px solid #eee;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-backlink-wrap {
    text-align: center
}

.news-backlink-wrap svg {
    max-width: 3rem
}

.news-backlink-wrap svg path {
    fill: #0087ca
}

.tx-kp-tradefairs-list-item__date {
    display: block;
    font-size: .8rem;
    text-align: left
}

.tx-kp-tradefairs-list-item__logo {
    margin: 0
}

.tx-kp-tradefairs-list-item__title {
    font-size: 1.5rem
}

.site-header__search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
    padding: .5rem 0;
    position: relative
}

.site-header__search__input {
    background: 0 0;
    border: 1px solid transparent;
    border-bottom-color: currentColor;
    color: inherit;
    padding-right: calc(1px + 1em + 12px);
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    width: 100%
}

.site-header__search__input:focus {
    border-color: currentColor;
    outline: 0
}

.site-header__search__input::-webkit-input-placeholder {
    color: currentColor;
    opacity: .8
}

.site-header__search__input::-moz-placeholder {
    color: currentColor;
    opacity: .8
}

.site-header__search__input::-ms-input-placeholder {
    color: currentColor;
    opacity: .8
}

.site-header__search__input::placeholder {
    color: currentColor;
    opacity: .8
}

.site-header__search__submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    bottom: .5rem;
    color: inherit;
    cursor: pointer;
    font-size: 100%;
    line-height: 100%;
    position: absolute;
    right: 1px
}

@media screen and (min-width: 64rem) {
    .site-header__search {
        max-width: 300px
    }

    .site-header__search__submit {
        bottom: 50%;
        -webkit-transform: translateY(calc(50% + .125rem));
        transform: translateY(calc(50% + .125rem))
    }
}

.site-header__search__submit > .icon {
    height: 1em;
    fill: currentColor;
    stroke: none;
    width: 1em
}

.indexed-search__rules {
    font-size: 1em;
    line-height: 1em
}

.indexed-search__form__fieldset {
    border: none;
    padding: 0
}

.indexed-search__results__result {
    -webkit-box-shadow: 3px 3px 10px #c8c8c8;
    box-shadow: 3px 3px 10px #c8c8c8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out
}

.indexed-search__results__result:hover {
    -webkit-box-shadow: 6px 9px 10px #c8c8c8;
    box-shadow: 6px 9px 10px #c8c8c8
}

.indexed-search__results__result__title {
    display: inline
}

.indexed-search__results__result__rating {
    font-size: .5em
}

.indexed-search__results__result__link::after {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.tx-indexedsearch-browsebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -.25rem;
    padding: 0
}

.tx-indexedsearch-browsebox > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 .25rem
}

.tx-indexedsearch-browsebox > li a:not(.button) {
    margin: .5rem auto;
    min-width: 0
}
.cookie-accept {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    padding: 20px;
    z-index: 999;
    display: none;
}

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


}

.cookie-accept  .container p  {
    line-height: 40px;
}

.cookie-accept  .container .btn-primary {
    background-color: #2c9af9;
    border-color: #2c9af9;
}
