@charset "UTF-8"; /*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-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: 0.8s;
    animation-duration: 0.8s;
}
.animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon/icomoon.ttf?4a5sly) format("truetype"), url(../fonts/icomoon/icomoon.woff?4a5sly) format("woff"), url(../fonts/icomoon/icomoon.svg?4a5sly#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.icon,
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-check:before {
    content: "";
}
.icon-arrow-down:before {
    content: "";
}
.icon-arrow-up:before {
    content: "";
}
.icon-arrow-right:before {
    content: "";
}
.icon-message:before {
    content: "";
}
.icon-instagram:before {
    content: "";
}
.icon-telegram:before {
    content: "";
}
.icon-facebook:before {
    content: "";
}
.icon-twitter:before {
    content: "";
}
.icon-youtube:before {
    content: "";
}
.icon-linkedin:before {
    content: "";
}
.icon-phone:before {
    content: "";
}
.icon-skype:before {
    content: "";
}
.icon-search:before {
    content: "";
}
.icon-filter-closed:before {
    content: "";
}
.icon-filter-opened:before {
    content: "";
}
.icon-close:before {
    content: "";
}
.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: Montserrat, Arial, sans-serif;
    color: #061a37;
}
.h1,
h1 {
    font-size: 7rem;
}
.h2,
h2 {
    font-size: 2.7rem;
}
.h3,
h3 {
    font-size: 1.5rem;
}
.h4,
h4 {
    font-size: 1.2rem;
}
.h5,
h5 {
    font-size: 1rem;
}
.h6,
h6 {
    font-size: 0.875rem;
}
p {
    margin: 0 0 1em;
    line-height: 1.7;
}
a {
    color: #3663f5;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
a:not([class]) {
    color: #007bff;
}
a:not([class]):hover {
    color: rgba(0, 123, 255, 0.8);
    text-decoration: none;
}
a:hover {
    color: #3663f5;
    text-decoration: none;
}
a:focus,
button:focus,
img:focus {
    outline: 1px dotted transparent;
}
.facebook-bg {
    background-color: #3b5998;
    border-color: #3b5998;
}
.facebook-bg:hover {
    background-color: #2d4373;
    border-color: #2d4373;
}
.twitter-bg {
    background-color: #55acee;
    border-color: #55acee;
}
.twitter-bg:hover {
    background-color: #2795e9;
    border-color: #2795e9;
}
.linkedin-bg {
    background-color: #007bb5;
    border-color: #007bb5;
}
.linkedin-bg:hover {
    background-color: #005882;
    border-color: #005882;
}
.google-plus-bg {
    background-color: #dd4b39;
    border-color: #dd4b39;
}
.google-plus-bg:hover {
    background-color: #c23321;
    border-color: #c23321;
}
.pinterest-bg {
    background-color: #cb2027;
    border-color: #cb2027;
}
.pinterest-bg:hover {
    background-color: #9f191f;
    border-color: #9f191f;
}
.text-black {
    color: #061a37 !important;
}
.text-global-black {
    color: #000;
}
.font-weight-medium {
    font-weight: 500;
}
.font-weight-semi {
    font-weight: 600;
}
@media all and (min-width: 0) {
    .font-weight-normal-xs {
        font-weight: 400;
    }
    .font-weight-medium-xs {
        font-weight: 500;
    }
    .font-weight-semi-xs {
        font-weight: 600;
    }
    .order--negative-xs {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media all and (min-width: 576px) {
    .font-weight-normal-sm {
        font-weight: 400;
    }
    .font-weight-medium-sm {
        font-weight: 500;
    }
    .font-weight-semi-sm {
        font-weight: 600;
    }
    .order--negative-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media all and (min-width: 768px) {
    .font-weight-normal-md {
        font-weight: 400;
    }
    .font-weight-medium-md {
        font-weight: 500;
    }
    .font-weight-semi-md {
        font-weight: 600;
    }
    .order--negative-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media all and (min-width: 1024px) {
    .font-weight-normal-mdl {
        font-weight: 400;
    }
    .font-weight-medium-mdl {
        font-weight: 500;
    }
    .font-weight-semi-mdl {
        font-weight: 600;
    }
    .order--negative-mdl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media all and (min-width: 1112px) {
    .font-weight-normal-lg {
        font-weight: 400;
    }
    .font-weight-medium-lg {
        font-weight: 500;
    }
    .font-weight-semi-lg {
        font-weight: 600;
    }
    .order--negative-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media all and (min-width: 1200px) {
    .font-weight-normal-xl {
        font-weight: 400;
    }
    .font-weight-medium-xl {
        font-weight: 500;
    }
    .font-weight-semi-xl {
        font-weight: 600;
    }
    .order--negative-xl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media all and (min-width: 1366px) {
    .font-weight-normal-xxl {
        font-weight: 400;
    }
    .font-weight-medium-xxl {
        font-weight: 500;
    }
    .font-weight-semi-xxl {
        font-weight: 600;
    }
    .order--negative-xxl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media all and (min-width: 375px) {
    .font-weight-normal-presm {
        font-weight: 400;
    }
    .font-weight-medium-presm {
        font-weight: 500;
    }
    .font-weight-semi-presm {
        font-weight: 600;
    }
    .order--negative-presm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.background--properties {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rounded-md {
    border-radius: 10px;
}
.card-img--bg {
    background-color: #e7ecfa;
}
.card--shadow {
    -webkit-box-shadow: 4px 4px 25px rgba(75, 123, 193, 0.15);
    box-shadow: 4px 4px 25px rgba(75, 123, 193, 0.15);
}
.card-after--none:after {
    display: none !important;
}
.bg-light-blue {
    background: #e7ecfa;
}
.font-family-base {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
.font-family-secondary {
    font-family: Montserrat, Arial, sans-serif !important;
}
.text-no-wrap {
    white-space: nowrap;
}
.btn-reset {
    padding: 0;
    border: 0;
    background-color: transparent;
}
.hide-flex {
    display: none !important;
}
.show-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.text-clip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
.testimonials_slider .testimonials_slider--dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.testimonials_slider .testimonials_slider--dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.testimonials_slider .testimonials_slider--dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.testimonials_slider .testimonials_slider--dots li button:focus,
.testimonials_slider .testimonials_slider--dots li button:hover {
    outline: 0;
}
.testimonials_slider .testimonials_slider--dots li button:focus:before,
.testimonials_slider .testimonials_slider--dots li button:hover:before {
    opacity: 1;
}
.testimonials_slider .testimonials_slider--dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: url(../img/circle.svg);
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.testimonials_slider .testimonials_slider--dots li.slick-active button:before {
    opacity: 1;
    color: #3077ed;
}
.testimonials_slider .testimonials_slider--dots li.slick-active button:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    color: red;
    border-radius: 50%;
    background: #3077ed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-scroll-top {
    display: none;
    width: 36px;
    height: 36px;
    right: 16px;
    bottom: 45px;
    font-size: 13px;
    z-index: 100;
    -webkit-animation: shadowFloat 1.2s linear alternate infinite;
    animation: shadowFloat 1.2s linear alternate infinite;
}
@media (min-width: 768px) {
    .btn-scroll-top {
        right: calc((100vw - 740px) / 2 + 16px);
    }
}
@media (min-width: 1024px) {
    .btn-scroll-top {
        right: calc((100vw - 992px) / 2 + 16px);
    }
}
@media (min-width: 1112px) {
    .btn-scroll-top {
        right: calc((100vw - 1080px) / 2 + 16px);
    }
}
@media (min-width: 1200px) {
    .btn-scroll-top {
        right: calc((100vw - 1168px) / 2 + 16px);
    }
}
@media (min-width: 1366px) {
    .btn-scroll-top {
        right: calc((100vw - 1472px) / 2 + 60px);
    }
}
@media screen and (min-width: 1500px) {
    .btn-scroll-top {
        right: calc((100vw - 1472px) / 2 + 16px);
    }
}
@-webkit-keyframes shadowFloat {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}
@keyframes shadowFloat {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}
.btn {
    font-size: 14px;
    text-transform: uppercase;
}
.btn-outline-sm {
    padding: 0.8rem 1.31rem;
}
.btn-link {
    display: inline-block;
    vertical-align: top;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #3663f5;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.btn-link:hover {
    text-decoration: none;
    color: #3663f5;
}
.btn-link:hover .icon-arrow-right {
    -webkit-transform: translateX(19px);
    transform: translateX(19px);
}
.btn-link:focus {
    text-decoration: none;
}
.btn-link .icon-arrow-right {
    margin-left: 17px;
    font-size: 0.6em;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn-primary {
    -webkit-box-shadow: 0 4px 15px rgba(54, 99, 245, 0.24);
    box-shadow: 0 4px 15px rgba(54, 99, 245, 0.24);
}
.btn-arrow {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    font-weight: 600;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.btn-arrow:focus .btn-text,
.btn-arrow:hover .btn-text {
    padding-right: 40px;
}
.btn-arrow:focus .icon-arrow-right,
.btn-arrow:hover .icon-arrow-right {
    opacity: 1;
    visibility: visible;
}
.btn-arrow.btn-primary:focus,
.btn-arrow.btn-primary:hover {
    background-color: #3663f5;
    border-color: #3663f5;
}
.btn-arrow.btn-secondary:focus,
.btn-arrow.btn-secondary:hover {
    background-color: #7a889f;
    border-color: #7a889f;
}
.btn-arrow.btn-success:focus,
.btn-arrow.btn-success:hover {
    background-color: #28a745;
    border-color: #28a745;
}
.btn-arrow.btn-info:focus,
.btn-arrow.btn-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-arrow.btn-warning:focus,
.btn-arrow.btn-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-arrow.btn-danger:focus,
.btn-arrow.btn-danger:hover {
    background-color: #de0e1c;
    border-color: #de0e1c;
}
.btn-arrow.btn-light:focus,
.btn-arrow.btn-light:hover {
    background-color: #f3f6f6;
    border-color: #f3f6f6;
}
.btn-arrow.btn-dark:focus,
.btn-arrow.btn-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
}
.btn-text {
    position: relative;
    display: inline-block;
    -webkit-transition: padding-right 0.3s;
    transition: padding-right 0.3s;
}
.btn-text .icon-arrow-right {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 10px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-contact {
    padding: 0.8rem 1.32rem;
}
.jumbotron__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    margin-top: 140px;
    margin-bottom: 56px;
}
@media (min-width: 768px) {
    .jumbotron__inner {
        margin-top: 146px;
        margin-bottom: 10px;
    }
}
@media (min-width: 1112px) {
    .jumbotron__inner {
        height: 1px;
        min-height: 100vh;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1670px) {
    .jumbotron__inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.display-4 {
    font-size: 36px;
}
@media (min-width: 768px) {
    .display-4 {
        font-size: 44px;
    }
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 60px;
    }
}
.page-career .jumbotron,
.page-main .jumbotron {
    position: relative;
}
@media screen and (min-width: 1670px) {
    .page-career .jumbotron,
    .page-main .jumbotron {
        overflow: hidden;
    }
}
.page-main .jumbotron__text {
    text-align: center;
}
@media (min-width: 1112px) {
    .page-main .jumbotron__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media screen and (min-width: 1670px) {
    .page-main .jumbotron__text {
        text-align: left;
    }
}
.page-main .display-4 {
    margin-bottom: 8px;
    margin-left: -12px;
    font-size: 60px;
    letter-spacing: 1px;
}
@media (min-width: 768px) {
    .page-main .display-4 {
        font-size: 80px;
    }
}
@media (min-width: 1112px) {
    .page-main .display-4 {
        margin-bottom: 0;
        font-size: 7rem;
    }
}
.lead {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.25;
}
@media (min-width: 768px) {
    .lead {
        font-size: 32px;
    }
}
@media (min-width: 1200px) {
    .lead {
        font-size: calc(1rem * 2);
    }
}
.jumbotron-cards__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-transform: translateX(-8rem);
    transform: translateX(-8rem);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 576px) {
    .jumbotron-cards__row {
        -webkit-transform: translateX(-4rem);
        transform: translateX(-4rem);
    }
}
@media (min-width: 768px) {
    .jumbotron-cards__row {
        margin-bottom: 20px;
        min-height: 180px;
        -webkit-transform: translateX(-8rem);
        transform: translateX(-8rem);
    }
}
@media (min-width: 1112px) {
    .jumbotron-cards__row {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@media screen and (min-width: 1670px) {
    .jumbotron-cards__row {
        display: block;
        height: 100%;
        margin-right: 10px;
        margin-left: 10px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .jumbotron-cards__row:hover .jumbotron-cards__col {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
}
.jumbotron-cards__row--1 {
    -webkit-transform: translateX(-10.5rem);
    transform: translateX(-10.5rem);
}
@media (min-width: 576px) {
    .jumbotron-cards__row--1 {
        -webkit-transform: translateX(-4rem);
        transform: translateX(-4rem);
    }
}
@media screen and (min-width: 1670px) {
    .jumbotron-cards__row--1 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.jumbotron-cards__row--3 {
    -webkit-transform: translateX(-6rem);
    transform: translateX(-6rem);
}
@media (min-width: 576px) {
    .jumbotron-cards__row--3 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@media screen and (min-width: 1670px) {
    .jumbotron-cards__row--3 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.jumbotron-cards-wrap {
    position: static;
}
@media screen and (min-width: 1670px) {
    .jumbotron-cards-wrap {
        height: 100%;
        margin-left: -10px;
        margin-right: -10px;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        bottom: 0;
        right: 0;
    }
}
.jumbotron-cards__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 134px;
    flex: 1 0 134px;
    width: 134px;
    height: 120px;
    max-width: 134px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e7ecfa;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .jumbotron-cards__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
        flex: 1 0 200px;
        width: 200px;
        height: 180px;
        max-width: 200px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (min-width: 1200px) {
    .jumbotron-cards__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 256px;
        flex: 1 0 256px;
        width: 256px;
        height: 227px;
        max-width: 256px;
    }
}
@media screen and (min-width: 1670px) {
    .jumbotron-cards__item {
        margin: 0 0 20px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
.jumbotron-cards__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media screen and (min-width: 1670px) {
    .jumbotron-cards__col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.jumbotron-cards__col--animation-delay {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.jumbotron-cards__item--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: #7a889f;
    text-align: center;
    background-color: transparent;
    border: 1px solid #dde1ef;
}
@media (min-width: 768px) {
    .jumbotron-cards__item--text {
        font-size: 24px;
    }
}
@media screen and (min-width: 1670px) {
    .jumbotron-cards__item--text {
        font-size: 1.5rem;
        background-color: #fff;
        border-color: transparent;
        -webkit-box-shadow: 4px 4px 50px rgba(32, 63, 107, 0.2);
        box-shadow: 4px 4px 50px rgba(32, 63, 107, 0.2);
    }
}
@-webkit-keyframes cardsSlideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes cardsSlideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.breadcrumb {
    padding: 0;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .breadcrumb {
        font-size: 20px;
    }
}
.breadcrumb-item {
    color: #3663f5;
}
.breadcrumb-item:not(:last-child) {
    margin-right: 9px;
}
.breadcrumb-item:not(:last-child):after {
    display: inline-block;
    vertical-align: 0;
    padding-top: 9px;
    content: "";
    font-family: icomoon;
    font-size: 5px;
    color: currentColor;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 1200px) {
    .breadcrumb-item:not(:last-child):after {
        font-size: 7px;
    }
}
.breadcrumb-item.active {
    padding-left: 0;
    color: #7a889f;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item:after {
    color: #7a889f;
}
.breadcrumb-item + .breadcrumb-item:before {
    display: none;
}
.breadcrumb-item a {
    color: inherit;
}
.breadcrumb-item a:hover {
    color: inherit;
    text-decoration: none;
}
.scroll-indicator {
    display: none;
}
@media screen and (min-width: 1670px) {
    .scroll-indicator {
        position: absolute;
        left: 50%;
        bottom: 6%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 99;
    }
    .scroll-indicator:hover {
        text-decoration: none;
    }
    .scroll-indicator .icon-arrow-down {
        color: #3663f5;
        font-size: 10px;
        -webkit-animation: scrollArrowSlideDown 3s infinite linear;
        animation: scrollArrowSlideDown 3s infinite linear;
    }
}
.scroll-indicator__img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 22px;
    min-height: 27px;
    margin-bottom: 8px;
    border: 2px solid #3663f5;
    border-radius: 8px;
}
.scroll-indicator__img:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    width: 3px;
    height: 7px;
    background-color: #3663f5;
    border-radius: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@-webkit-keyframes scrollArrowSlideDown {
    0% {
        -webkit-transform: translate(0.5px, 0) scale(1);
        transform: translate(0.5px, 0) scale(1);
        opacity: 1;
    }
    25% {
        opacity: 0.9;
        -webkit-transform: translate(0.5px, 5px) scale(0.8);
        transform: translate(0.5px, 5px) scale(0.8);
    }
    50% {
        opacity: 0.7;
        -webkit-transform: translate(0.5px, 10px) scale(0.7);
        transform: translate(0.5px, 10px) scale(0.7);
    }
    75% {
        -webkit-transform: translate(0.5px, 5px) scale(0.8);
        transform: translate(0.5px, 5px) scale(0.8);
        opacity: 0.9;
    }
    100% {
        -webkit-transform: translate(0.5px, 0) scale(1);
        transform: translate(0.5px, 0) scale(1);
        opacity: 1;
    }
}
@keyframes scrollArrowSlideDown {
    0% {
        -webkit-transform: translate(0.5px, 0) scale(1);
        transform: translate(0.5px, 0) scale(1);
        opacity: 1;
    }
    25% {
        opacity: 0.9;
        -webkit-transform: translate(0.5px, 5px) scale(0.8);
        transform: translate(0.5px, 5px) scale(0.8);
    }
    50% {
        opacity: 0.7;
        -webkit-transform: translate(0.5px, 10px) scale(0.7);
        transform: translate(0.5px, 10px) scale(0.7);
    }
    75% {
        -webkit-transform: translate(0.5px, 5px) scale(0.8);
        transform: translate(0.5px, 5px) scale(0.8);
        opacity: 0.9;
    }
    100% {
        -webkit-transform: translate(0.5px, 0) scale(1);
        transform: translate(0.5px, 0) scale(1);
        opacity: 1;
    }
}
.card {
    width: auto;
    border: 5px solid #dde1ef;
}
.card:hover {
    text-decoration: none;
}
.card:hover .card-btn-right {
    color: #3663f5;
}
    .card:after {
        content: "";
        display: table;
        padding-top: 100%;
    }
.card-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
}
.card-body {
    padding: 0.5rem;
    font-size: 16px;
    color: #061a37;
}
@media (min-width: 1200px) {
    .card-body {
        padding: 0.8rem 2.7rem;
        font-size: 20px;
    }
}
.card-body span {
    display: block;
}
.card-text {
    font-family: Montserrat, Arial, sans-serif;
}
.card-img-wrap {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .card-img-wrap {
        width: 75px;
        height: 75px;
    }
}
@media (min-width: 1112px) {
    .card-img-wrap {
        width: 120px;
        height: 120px;
    }
}
.card-back span {
    width: 100%;
}
.card-img {
    width: auto;
    border-radius: 0;
}
.badge {
    padding: 6px 18px 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    border: 2px solid #dde1ef;
    border-radius: 20px;
    text-transform: uppercase;
}
.badge--bg-gray {
    background-color: #dde1ef;
}
.banner {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 45px;
}
@media (min-width: 1200px) {
    .banner {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-bottom: 50px;
    }
}
.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3663f5;
    z-index: -1;
}
@media (min-width: 1366px) {
    .banner:before {
        width: 95%;
    }
}
@media screen and (min-width: 1650px) {
    .banner:before {
        max-width: 81.5%;
    }
}
.banner .text-primary:hover {
    color: #3663f5 !important;
}
.banner-btn-holder {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
}
@media (min-width: 1200px) {
    .banner__inner {
        max-width: 1170px;
    }
}
@media (min-width: 768px) {
    .banner__body--width {
        max-width: 500px;
    }
}
@media (min-width: 768px) {
    .banner__body--width {
        max-width: 650px;
    }
}
.banner__body {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 60px;
}
@media (min-width: 768px) {
    .banner__body {
        margin-bottom: 0;
    }
}
.banner__body--theme-title {
    font-size: 16px;
    line-height: 1.75;
}
@media (min-width: 768px) {
    .banner__body--theme-title {
        max-width: 360px;
    }
}
@media (min-width: 1200px) {
    .banner__body--theme-title {
        max-width: 100%;
        font-size: 20px;
        line-height: 1;
    }
}
.banner--career {
    margin-top: 50px;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .banner--career {
        margin-bottom: 150px;
    }
}
@media (min-width: 1112px) {
    .opportunities {
        margin-top: 40px;
    }
    .opportunities [class^="col"] {
        margin-bottom: 20px;
    }
}
.opportunities .card {
    border: none;
    -webkit-perspective: 1500px;
    perspective: 1500px;
    cursor: pointer;
}
.opportunities .flip-card .card-front {
    -webkit-transform: perspective(1500px) rotateY(180deg);
    transform: perspective(1500px) rotateY(180deg);
}
.opportunities .flip-card .card-back {
    -webkit-transform: perspective(1500px) rotateY(360deg);
    transform: perspective(1500px) rotateY(360deg);
}
.opportunities .card-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-weight: 600;
}
@media (min-width: 1200px) {
    .opportunities .card-body {
        padding: 0.8rem 0.5rem;
    }
}
@media (min-width: 1366px) {
    .opportunities .card-body {
        padding: 0.8rem 1.5rem;
    }
}
@media screen and (min-width: 1400px) {
    .opportunities .card-body {
        padding: 0.8rem 2rem;
    }
}
.opportunities .card-text {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.opportunities .card-back,
.opportunities .card-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0.5rem;
    border: 1px solid #dde1ef;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.opportunities .card-front {
    -webkit-transform: perspective(1500px) rotateY(0);
    transform: perspective(1500px) rotateY(0);
}
.opportunities .card-back {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.75;
    border-color: transparent;
    -webkit-transform: perspective(1500px) rotateY(180deg);
    transform: perspective(1500px) rotateY(180deg);
}
@media (min-width: 1200px) {
    .opportunities .card-back {
        padding-left: 18px;
        padding-right: 18px;
        font-size: 20px;
    }
}
.opportunities .card-back .card-svg-icon {
    fill: #fff;
}
.card-btn-right {
    position: absolute;
    width: 15px;
    height: 11px;
    right: 20px;
    bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #9ab1fa;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
@media (min-width: 1200px) {
    .card-btn-right {
        width: 22px;
        height: 16px;
        right: 18px;
        bottom: 23px;
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .card-btn-right {
        width: 22px;
        height: 16px;
        right: 30px;
        bottom: 32px;
        font-size: 16px;
    }
}
.card-btn-right:after {
    content: "";
    font-family: icomoon;
}
.opportunities__title {
    margin-bottom: 2rem;
}
@media (min-width: 1112px) {
    .opportunities__title {
        margin-bottom: 4rem;
    }
}
@media (min-width: 1112px) {
    .opportunities-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }
}
.opportunities-slider .slick-list.draggable {
    padding: 0;
    overflow: visible;
}
@media (min-width: 768px) {
    .opportunities-slider .slick-list.draggable {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.opportunities-slider .slick-slide {
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 768px) {
    .opportunities-slider .slick-slide {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.opportunities-slider .col,
.opportunities-slider [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 768px) {
    .opportunities-slider .col,
    .opportunities-slider [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1112px) {
    .opportunities-slider .col,
    .opportunities-slider [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.opportunities-slider .slick-slide img {
    display: inline-block;
}
.expertise .card:after {
    padding-top: 44%;
}
@media (min-width: 768px) {
    .expertise .card:after {
        padding-top: 42%;
    }
}
@media (min-width: 1112px) {
    .expertise .card:after {
        padding-top: 86.5%;
    }
}
.expertise .btn-link {
    margin-bottom: 45px;
}
@media (min-width: 768px) {
    .expertise .btn-link {
        margin-bottom: 48px;
    }
}
@media (min-width: 1200px) {
    .expertise .btn-link {
        margin-bottom: 0;
    }
}
.expertise__card {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.expertise__card:hover {
    background-color: #3663f5;
}
.expertise__card:hover .svg-letter {
    fill: #fff;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}
.expertise__card .card-svg-icon {
    max-width: 128px;
    max-height: 30px;
}
@media (min-width: 576px) {
    .expertise__card .card-svg-icon {
        max-width: 174px;
        max-height: 38px;
    }
}
@media (min-width: 1112px) {
    .expertise__card .card-svg-icon {
        max-width: 250px;
        max-height: 55px;
    }
}
.expertise__text-wrap {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .expertise__text-wrap {
        line-height: 1.75;
    }
}
@media (min-width: 1112px) {
    .expertise__text-wrap {
        margin-bottom: 40px;
        font-size: 20px;
    }
}
@media (min-width: 1366px) {
    .expertise__text-wrap {
        margin-bottom: 58px;
    }
}
.expertise__text {
    font-weight: 400;
}
@media (min-width: 768px) {
    .expertise__text {
        display: block;
    }
}
.expertise__main-title {
    margin-bottom: 20px;
}
@media (min-width: 1112px) {
    .expertise__main-title {
        margin-top: 16px;
    }
}
.advantage [class^="col"] {
    margin-bottom: 16px;
}
@media (min-width: 1200px) {
    .advantage .card-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 16px;
        margin-right: 0;
    }
}
.advantage .card-img-wrap {
    margin-right: 10px;
}
.advantage .card {
    padding: 12px;
}
@media (min-width: 1366px) {
    .advantage .card {
        min-height: 180px;
        padding: 0 15px;
    }
}
.advantage .card-body {
    padding: 0;
    font-size: 1rem;
    font-family: Montserrat, Arial, sans-serif;
}
@media (min-width: 768px) {
    .advantage .card-body {
        padding: 1rem 5px;
    }
}
@media (min-width: 1200px) {
    .advantage .card-body {
        padding: 1rem 0.5rem;
    }
}
@media (min-width: 1366px) {
    .advantage .card-body {
        padding: 1rem 1.3rem;
        font-size: 1.2rem;
    }
}
.advantage__title {
    margin-bottom: 40px;
}
@media (min-width: 1112px) {
    .advantage__title {
        margin-bottom: 80px;
    }
}
@media (min-width: 1200px) {
    .advantage-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
}
.advantage-slider .slick-slide {
    margin-left: 6px;
    margin-right: 6px;
    height: auto;
}
@media (min-width: 768px) {
    .advantage-slider .slick-slide {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.advantage-slider .card,
.advantage-slider .slick-slide .card-wrap,
.advantage-slider .slick-slide > div {
    height: 100%;
}
@media (min-width: 1366px) {
    .advantage-slider .card,
    .advantage-slider .slick-slide .card-wrap,
    .advantage-slider .slick-slide > div {
        height: auto;
    }
}
.advantage-slider .slick-list {
    overflow: visible;
}
.advantage-slider .slick-track {
    margin-left: -6px;
    margin-right: -6px;
}
@media (min-width: 768px) {
    .advantage-slider .slick-track {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.work .card {
    height: 1px;
    min-height: 330px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .work .card {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .work .card {
        min-height: 498px;
    }
}
.work .card-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 10px;
    font-size: 24px;
}
@media (min-width: 1200px) {
    .work .card-body {
        font-size: 30px;
    }
}
.work .card-text {
    font-family: Montserrat, Arial, sans-serif;
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .work .card-text {
        margin-bottom: 40px;
    }
}
.work .card-img-wrap {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .work .card-img-wrap {
        width: 200px;
        height: 200px;
        margin-bottom: 40px;
    }
}
.work .card-img-wrap img {
    max-width: 80px;
}
@media (min-width: 1200px) {
    .work .card-img-wrap img {
        max-width: initial;
    }
}
.row--bottom-indent {
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .row--bottom-indent {
        margin-bottom: 60px;
    }
}
@media (min-width: 1200px) {
    .row--bottom-indent {
        margin-bottom: 100px;
    }
}
.work-text {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 24px;
}
@media (min-width: 1200px) {
    .work-text {
        font-size: 30px;
    }
}
.card-img-svg-icon {
    width: 100px;
    height: 100px;
}
@media (min-width: 1200px) {
    .card-img-svg-icon {
        width: 160px;
        height: 160px;
    }
}
.work__card-title {
    margin-bottom: 25px;
}
@media (min-width: 1200px) {
    .work__card-title {
        margin-bottom: 45px;
    }
}
.scroll-holder:focus {
    outline: 0;
}
.customers__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.customer__icon {
    width: 100%;
    margin: 0 10px 22px;
}
@media (min-width: 768px) {
    .customer__icon {
        margin: 0 0 31px;
        width: calc(100% / 2);
    }
}
@media (min-width: 1200px) {
    .customer__icon {
        width: calc(100% / 2);
        margin: 0 0 80px;
    }
}
.customer__icon path {
    fill: #7a889f;
}
.customer__icon svg {
    width: calc(100% / 2);
    max-width: 130px;
}
@media (min-width: 768px) {
    .customer__icon svg {
        width: calc(100% / 2);
    }
}
@media (min-width: 1200px) {
    .customer__icon svg {
        max-width: inherit;
    }
}
.customers__icon-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 40px;
}
@media (min-width: 768px) {
    .customers__icon-holder {
        min-height: 80px;
    }
}
@media (min-width: 1200px) {
    .customers__icon-holder {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.certifications__inner {
    padding-top: 20px;
    padding-bottom: 12px;
}
@media (min-width: 1112px) {
    .certifications__inner {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
.main-title.certifications__title {
    font-size: 20px;
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .main-title.certifications__title {
        font-size: 24px;
    }
}
.certifications__img-list {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    .certifications__img-list {
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media (min-width: 1200px) {
    .certifications__img-list {
        margin-left: -35px;
        margin-right: -35px;
    }
}
.certifications__img-holder {
    width: calc(100% / 2);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .certifications__img-holder {
        width: calc(100% / 3);
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1200px) {
    .certifications__img-holder {
        width: calc(100% / 5);
        padding-left: 35px;
        padding-right: 35px;
    }
}
.facts__inner {
    min-height: 900px;
}
@media (min-width: 768px) {
    .facts__inner {
        min-height: 1127px;
    }
}
@media (min-width: 1200px) {
    .facts__inner {
        min-height: 1287px;
    }
}
.facts__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 10;
}
@media (min-width: 1200px) {
    .facts__inner:before {
        display: none;
    }
}
.facts-list-cards {
    padding-top: 40px;
}
@media (min-width: 768px) {
    .facts-list-cards {
        padding-top: 60px;
    }
}
@media (min-width: 1200px) {
    .facts-list-cards {
        padding-top: 0;
    }
}
.facts-list-cards__item {
    width: 200px;
    margin-bottom: 20px;
    -webkit-box-shadow: 4px 4px 25px rgba(75, 123, 193, 0.15);
    box-shadow: 4px 4px 25px rgba(75, 123, 193, 0.15);
    border-radius: 10px;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 768px) {
    .facts-list-cards__item {
        width: 222px;
    }
}
@media (min-width: 1200px) {
    .facts-list-cards__item {
        width: 320px;
        position: absolute;
    }
}
.facts-list-cards__item:last-child {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .facts-list-cards__item-1 {
        top: 66px;
        left: 0;
        -webkit-transform: translateX(1rem);
        transform: translateX(1rem);
    }
}
@media (min-width: 1366px) {
    .facts-list-cards__item-1 {
        -webkit-transform: translateX(1rem);
        transform: translateX(1rem);
    }
}
@media screen and (min-width: 1500px) {
    .facts-list-cards__item-1 {
        -webkit-transform: translateX(4rem);
        transform: translateX(4rem);
    }
}
@media screen and (min-width: 1700px) {
    .facts-list-cards__item-1 {
        -webkit-transform: translateX(11.5rem);
        transform: translateX(11.5rem);
    }
}
@media (min-width: 1200px) {
    .facts-list-cards__item-2 {
        top: 66px;
        left: 0;
        -webkit-transform: translateX(49.5rem);
        transform: translateX(49.5rem);
    }
}
@media (min-width: 1366px) {
    .facts-list-cards__item-2 {
        -webkit-transform: translateX(51.5rem);
        transform: translateX(51.5rem);
    }
}
@media screen and (min-width: 1500px) {
    .facts-list-cards__item-2 {
        -webkit-transform: translateX(55rem);
        transform: translateX(55rem);
    }
}
@media screen and (min-width: 1700px) {
    .facts-list-cards__item-2 {
        -webkit-transform: translateX(61.6rem);
        transform: translateX(61.6rem);
    }
}
@media (min-width: 1200px) {
    .facts-list-cards__item-3 {
        left: 0;
        top: 50%;
        -webkit-transform: translate(22rem, -50%);
        transform: translate(22rem, -50%);
    }
}
@media (min-width: 1366px) {
    .facts-list-cards__item-3 {
        -webkit-transform: translate(23rem, -50%);
        transform: translate(23rem, -50%);
    }
}
@media screen and (min-width: 1500px) {
    .facts-list-cards__item-3 {
        -webkit-transform: translate(27rem, -50%);
        transform: translate(27rem, -50%);
    }
}
@media screen and (min-width: 1700px) {
    .facts-list-cards__item-3 {
        -webkit-transform: translate(32rem, -50%);
        transform: translate(32rem, -50%);
    }
}
@media (min-width: 1200px) {
    .facts-list-cards__item-4 {
        left: 0;
        bottom: 85px;
        -webkit-transform: translateX(21.5rem);
        transform: translateX(21.5rem);
    }
}
@media (min-width: 1366px) {
    .facts-list-cards__item-4 {
        -webkit-transform: translateX(25.5rem);
        transform: translateX(25.5rem);
    }
}
@media screen and (min-width: 1500px) {
    .facts-list-cards__item-4 {
        -webkit-transform: translateX(29.5rem);
        transform: translateX(29.5rem);
    }
}
@media screen and (min-width: 1600px) {
    .facts-list-cards__item-4 {
        -webkit-transform: translateX(37.5rem);
        transform: translateX(37.5rem);
    }
}
@media screen and (min-width: 1700px) {
    .facts-list-cards__item-4 {
        -webkit-transform: translateX(45.5rem);
        transform: translateX(45.5rem);
    }
}
.facts-video__item--left {
    right: 50%;
    margin-right: 8px;
}
@media (min-width: 768px) {
    .facts-video__item--left {
        margin-right: 10px;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--left {
        right: auto;
        margin-right: 0;
    }
}
.facts-video__item--right {
    left: 50%;
    margin-left: 8px;
}
@media (min-width: 768px) {
    .facts-video__item--right {
        margin-left: 10px;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--right {
        left: auto;
        margin-left: 0;
    }
}
.facts-video__item--1 {
    top: 0;
    width: 364px;
}
@media (min-width: 768px) {
    .facts-video__item--1 {
        width: 464px;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--1 {
        left: 0;
        width: 563px;
        -webkit-transform: translateX(19rem);
        transform: translateX(19rem);
    }
}
@media (min-width: 1366px) {
    .facts-video__item--1 {
        -webkit-transform: translateX(20rem);
        transform: translateX(20rem);
    }
}
@media screen and (min-width: 1500px) {
    .facts-video__item--1 {
        -webkit-transform: translateX(23.5rem);
        transform: translateX(23.5rem);
    }
}
@media screen and (min-width: 1700px) {
    .facts-video__item--1 {
        -webkit-transform: translateX(30.5rem);
        transform: translateX(30.5rem);
    }
}
.facts-video__item--1:after {
    padding-top: 64.9%;
}
@media (min-width: 1200px) {
    .facts-video__item--1:after {
        padding-top: 72.5%;
    }
}
.facts-video__item--2 {
    top: 296px;
    width: 339px;
}
@media (min-width: 768px) {
    .facts-video__item--2 {
        top: 360px;
        width: 457px;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--2 {
        width: 620px;
        left: 0;
        top: 50%;
        -webkit-transform: translate(-12rem, -50%);
        transform: translate(-12rem, -50%);
    }
}
@media (min-width: 1366px) {
    .facts-video__item--2 {
        -webkit-transform: translate(-10rem, -50%);
        transform: translate(-10rem, -50%);
    }
}
@media screen and (min-width: 1500px) {
    .facts-video__item--2 {
        -webkit-transform: translate(-5.5rem, -50%);
        transform: translate(-5.5rem, -50%);
    }
}
@media screen and (min-width: 1700px) {
    .facts-video__item--2 {
        -webkit-transform: translate(-2.5rem, -50%);
        transform: translate(-2.5rem, -50%);
    }
}
.facts-video__item--2:after {
    padding-top: 56%;
}
.facts-video__item--3 {
    top: 389px;
    width: 180px;
}
@media (min-width: 768px) {
    .facts-video__item--3 {
        top: 473px;
        width: 344px;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--3 {
        width: 310px;
        left: 0;
        top: 50%;
        -webkit-transform: translate(41rem, -50%);
        transform: translate(41rem, -50%);
    }
}
@media (min-width: 1366px) {
    .facts-video__item--3 {
        -webkit-transform: translate(43rem, -50%);
        transform: translate(43rem, -50%);
    }
}
@media screen and (min-width: 1500px) {
    .facts-video__item--3 {
        -webkit-transform: translate(46.5rem, -50%);
        transform: translate(46.5rem, -50%);
    }
}
@media screen and (min-width: 1700px) {
    .facts-video__item--3 {
        -webkit-transform: translate(51.5rem, -50%);
        transform: translate(51.5rem, -50%);
    }
}
.facts-video__item--3:after {
    padding-top: 111.2%;
}
@media (min-width: 768px) {
    .facts-video__item--3:after {
        padding-top: 79.3%;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--3:after {
        padding-top: 111.3%;
    }
}
.facts-video__item--4 {
    top: 140px;
    width: 296px;
}
@media (min-width: 768px) {
    .facts-video__item--4 {
        top: 139px;
        width: 429px;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--4 {
        width: 544px;
        left: 0;
        top: 50%;
        -webkit-transform: translate(59.5rem, -50%);
        transform: translate(59.5rem, -50%);
    }
}
@media (min-width: 1366px) {
    .facts-video__item--4 {
        -webkit-transform: translate(62rem, -50%);
        transform: translate(62rem, -50%);
    }
}
@media screen and (min-width: 1500px) {
    .facts-video__item--4 {
        -webkit-transform: translate(65rem, -50%);
        transform: translate(65rem, -50%);
    }
}
@media screen and (min-width: 1700px) {
    .facts-video__item--4 {
        -webkit-transform: translate(70rem, -50%);
        transform: translate(70rem, -50%);
    }
}
.facts-video__item--4:after {
    padding-top: 64.2%;
}
@media (min-width: 768px) {
    .facts-video__item--4:after {
        padding-top: 63.6%;
    }
}
.facts-video__item--5 {
    bottom: 132px;
    width: 356px;
}
@media (min-width: 768px) {
    .facts-video__item--5 {
        bottom: 166px;
        width: 456px;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--5 {
        width: 652px;
        left: 0;
        bottom: 0;
        -webkit-transform: translateX(-14.5rem);
        transform: translateX(-14.5rem);
    }
}
@media (min-width: 1366px) {
    .facts-video__item--5 {
        -webkit-transform: translateX(-10rem);
        transform: translateX(-10rem);
    }
}
@media screen and (min-width: 1500px) {
    .facts-video__item--5 {
        -webkit-transform: translateX(-6rem);
        transform: translateX(-6rem);
    }
}
@media screen and (min-width: 1600px) {
    .facts-video__item--5 {
        -webkit-transform: translateX(2rem);
        transform: translateX(2rem);
    }
}
@media screen and (min-width: 1700px) {
    .facts-video__item--5 {
        -webkit-transform: translateX(10rem);
        transform: translateX(10rem);
    }
}
.facts-video__item--5:after {
    padding-top: 62.5%;
}
.facts-video__item--6 {
    bottom: 30px;
    width: 275px;
}
@media (min-width: 768px) {
    .facts-video__item--6 {
        width: 400px;
        bottom: 0;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--6 {
        width: 503px;
        left: 0;
        -webkit-transform: translateX(40.5rem);
        transform: translateX(40.5rem);
    }
}
@media (min-width: 1366px) {
    .facts-video__item--6 {
        -webkit-transform: translateX(44.5rem);
        transform: translateX(44.5rem);
    }
}
@media screen and (min-width: 1500px) {
    .facts-video__item--6 {
        -webkit-transform: translateX(48.5rem);
        transform: translateX(48.5rem);
    }
}
@media screen and (min-width: 1600px) {
    .facts-video__item--6 {
        -webkit-transform: translateX(56.5rem);
        transform: translateX(56.5rem);
    }
}
@media screen and (min-width: 1700px) {
    .facts-video__item--6 {
        -webkit-transform: translateX(64.5rem);
        transform: translateX(64.5rem);
    }
}
.facts-video__item--6:after {
    padding-top: 80.75%;
}
.facts-video__item {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 1200px) {
    .facts-video__item {
        cursor: pointer;
        overflow: hidden;
    }
}
.facts-video__item:after {
    content: "";
    display: table;
}
.video {
    display: none;
}
@media (min-width: 1200px) {
    .video {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    @supports (-ms-ime-align: auto) {
        .video {
            -o-object-fit: none;
            object-fit: none;
            margin: 0;
            position: inherit;
            z-index: 0;
            top: 50%;
            left: 0;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: 100%;
            height: auto;
        }
    }
}
video::-webkit-media-controls {
    display: none !important;
}
.facts__number {
    font-size: 40px;
}
@media (min-width: 1200px) {
    .facts__number {
        font-size: 80px;
    }
}
.facts__text {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 24px;
}
@media (min-width: 1200px) {
    .facts__text {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--1 {
        width: 563px;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--2 {
        width: 620px;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--3 {
        width: 310px;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--4 {
        width: 544px;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--5 {
        width: 652px;
    }
}
@media (min-width: 1200px) {
    .facts-video__item--6 {
        width: 503px;
    }
}
.communication {
    padding-top: 25px;
}
.communication .main-title {
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .communication .main-title {
        margin-bottom: 40px;
    }
}
.communication p {
    margin-bottom: 40px;
    font-size: 16px;
}
@media (min-width: 1200px) {
    .communication p {
        margin-bottom: 60px;
        font-size: 1rem;
    }
}
.communication .form-group {
    position: relative;
    margin-bottom: 25px;
}
@media (min-width: 1200px) {
    .communication .form-group {
        margin-bottom: 43px;
    }
}
.communication .form-group-label {
    position: absolute;
    top: 0;
    left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    background-color: #fff;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}
.communication .form-control {
    width: 100%;
    min-height: 60px;
    padding: 16px;
    font-size: 18px;
    border: 1px solid #c4c8d3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    box-shadow: inset 0 0 0 50px #fff !important;
}
.communication .form-control:focus {
    border: 1px solid #c4c8d3;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .communication .form-control--custom-mb {
        margin-bottom: 0;
    }
}
.communication__textarea,
.form-control {
    color: #061a37;
    outline: 0;
}
.communication__textarea:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
    overflow-x: hidden;
    white-space: nowrap;
    text-indent: 110%;
}
.communication__textarea:focus::-moz-placeholder,
.form-control:focus::-moz-placeholder {
    overflow-x: hidden;
    white-space: nowrap;
    text-indent: 110%;
}
.communication__textarea:focus:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder {
    overflow-x: hidden;
    white-space: nowrap;
    text-indent: 110%;
}
.communication__textarea:focus::-ms-input-placeholder,
.form-control:focus::-ms-input-placeholder {
    overflow-x: hidden;
    white-space: nowrap;
    text-indent: 110%;
}
.communication__textarea:focus::placeholder,
.form-control:focus::placeholder {
    overflow-x: hidden;
    white-space: nowrap;
    text-indent: 110%;
}
.communication__textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    overflow-x: hidden;
    white-space: nowrap;
    text-indent: 0;
    color: #7a889f;
    -webkit-transition: text-indent 0.4s ease;
    transition: text-indent 0.4s ease;
}
.communication__textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    overflow-x: hidden;
    white-space: nowrap;
    text-indent: 0;
    color: #7a889f;
    -moz-transition: text-indent 0.4s ease;
    transition: text-indent 0.4s ease;
}
.communication__textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    overflow-x: hidden;
    white-space: nowrap;
    text-indent: 0;
    color: #7a889f;
    -ms-transition: text-indent 0.4s ease;
    transition: text-indent 0.4s ease;
}
.communication__textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    overflow-x: hidden;
    white-space: nowrap;
    text-indent: 0;
    color: #7a889f;
    -ms-transition: text-indent 0.4s ease;
    transition: text-indent 0.4s ease;
}
.communication__textarea::placeholder,
.form-control::placeholder {
    overflow-x: hidden;
    white-space: nowrap;
    text-indent: 0;
    color: #7a889f;
    -webkit-transition: text-indent 0.4s ease;
    transition: text-indent 0.4s ease;
}
.communication__textarea-wrap.form-control {
    padding: 12px 0 13px 16px;
}
.communication__textarea {
    width: 100%;
    resize: none;
    height: 80%;
    color: #061a37;
    border: none;
    padding: 0 20px 0 0;
}
@media (min-width: 768px) and (max-width: 1365.98px) {
    .communication__textarea {
        height: 91%;
        margin-bottom: 0;
    }
}
.communication__left-block {
    position: relative;
    padding-bottom: 50px;
}
@media (min-width: 1200px) {
    .communication__left-block {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.communication-send {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 20;
}
@media (min-width: 1200px) {
    .communication-send {
        right: 0;
        left: 0;
    }
}
.communication-list__link {
    font-family: Montserrat, Arial, sans-serif;
}
@media (min-width: 1200px) {
    .communication-send__text-wrap {
        max-width: 420px;
    }
}
.communication-send--success {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.communication__right-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 1200px) {
    .communication__right-block {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.communication__right-block .btn-arrow:hover {
    border-color: transparent;
}
.communication--bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    left: -100%;
    bottom: 0;
    height: 100%;
    background-color: #3663f5;
}
@media (min-width: 1200px) {
    .communication--bg:before {
        left: 0;
        right: -200%;
    }
}
.communication-form .btn-holder {
    margin-top: 40px;
}
@media (min-width: 1200px) {
    .communication-form .btn-holder {
        margin-top: 80px;
    }
}
@media (max-width: 1023.98px) {
    .communication-form--col-height {
        min-height: 100px;
    }
}
.input-file_holder {
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.output {
    font-size: 16px;
    padding-top: 0;
    -webkit-transition: 0s;
    transition: 0s;
}
.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.hide-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.hide-label img {
    margin-left: 10px;
    width: 10px;
}
.hide-label .text {
    color: #3663f5;
    font-size: 14px;
    cursor: pointer;
}
.upload-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #7a889f !important;
    border-bottom: 0 !important;
}
.upload-hide {
    display: none;
}
.upload-list {
    font-size: 16px;
}
.close {
    display: none;
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}
.close:after,
.close:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #7a889f;
    top: 50%;
    left: 50%;
}
.close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.clip-input {
    cursor: pointer;
    width: 10px;
}
.communication-list {
    margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .communication-list {
        margin: 0 auto 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (min-width: 1200px) {
    .communication-list {
        margin-bottom: 90px;
    }
}
.communication-list__item {
    margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .communication-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1200px) {
    .communication-list__item {
        margin-bottom: 40px;
    }
}
.communication-list__term {
    position: relative;
    margin-bottom: 12px;
    color: #9ab1fa;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
@media (min-width: 1200px) {
    .communication-list__term {
        margin-bottom: 20px;
        color: #e7ecfa;
    }
}
@media (min-width: 1200px) {
    .communication-list__link {
        font-size: 24px;
    }
}
.communication-list__link:hover {
    text-decoration: none;
}
.communication-list__img {
    margin-right: 14px;
}
.news__filter-list-item {
    width: 100px;
    height: 35px;
    color: #9ab1fa;
    line-height: 35px;
    border-bottom: 2px solid #e7ecfa;
}
.news__filter-button {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #9ab1fa;
    letter-spacing: 0.05em;
}
.news__filter-list-item--active {
    border-color: #3663f5;
}
.news__filter-list-item--active .news__filter-button {
    color: #3663f5;
}
.news--bottom-indent {
    margin-bottom: 40px;
}
@media (min-width: 1200px) {
    .news--bottom-indent {
        margin-bottom: 78px;
    }
}
.news-article--hide {
    display: none !important;
}
.nav-tabs {
    border: none;
}
.nav-tabs .nav-item {
    margin-left: 0;
    margin-right: 0;
}
.nav-tabs .nav-link {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: border-bottom-color, color;
    transition-property: border-bottom-color, color;
    display: block;
    width: 100px;
    height: 35px;
    padding: 0;
    font-size: 14px;
    line-height: 35px;
    color: #9ab1fa;
    letter-spacing: 0.05em;
    border: none;
    text-align: center;
    border-bottom: 2px solid #e7ecfa;
}
.nav-tabs .nav-link:hover {
    border-bottom-color: #e7ecfa;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus {
    color: #3663f5;
    border-bottom: 2px solid #3663f5;
}
.news-article {
    height: 100%;
}
@media (min-width: 1200px) {
    .news-article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(450px + 70px / 2);
        flex: 0 0 calc(450px + 70px / 2);
        max-width: calc(450px + 70px / 2);
        padding-left: 35px;
        padding-right: 35px;
    }
}
.news-article a {
    display: block;
}
.news-slider {
    margin-left: -10px;
    margin-right: -10px;
}
@media (min-width: 1200px) {
    .news-slider {
        margin-left: -35px;
        margin-right: -35px;
    }
}
.news-slider .slick-slide {
    display: inherit;
    padding-left: 10px;
    padding-right: 33px;
}
.news-slider .slick-slide .news-article-img-holder {
    -webkit-transform: translateX(-44px) scale(0.87);
    transform: translateX(-44px) scale(0.87);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
}
.news-slider .slick-slide > div {
    width: 100%;
}
.news-slider .slick-active .news-article-img-holder {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
}
.news-slider .slick-list {
    overflow: visible;
}
.news-slider .slick-active img:hover,
.news-slider .slick-current img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.news-article-img-holder {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .news-article-img-holder {
        margin-bottom: 30px;
    }
}
.news-article-img-holder:after {
    content: "";
    display: block;
    padding-top: 90.1%;
}
@media (min-width: 1200px) {
    .news-article-img-holder:after {
        padding-top: 106%;
    }
}
.news-article-img-holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1s -webkit-transform;
    transition: 1s -webkit-transform;
    transition: 1s transform;
    transition: 1s transform, 1s -webkit-transform;
}
@media (min-width: 1200px) {
    .news-article-img-holder img {
        -o-object-fit: initial;
        object-fit: initial;
    }
    .news-article-img-holder img:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.news-article__sub-heading {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}
@media (min-width: 1200px) {
    .news-article__sub-heading {
        margin-bottom: 20px;
    }
}
.news-article__title {
    margin-bottom: 5px;
    font-size: 20px;
    min-height: 3.75em;
}
@media (min-width: 1200px) {
    .news-article__title {
        font-size: 24px;
    }
}
.news-article__title a {
    color: #061a37;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.news-article__title a:hover {
    color: rgba(6, 26, 55, 0.7);
}
.testimonials .main-title {
    margin-bottom: 40px;
}
@media (min-width: 1200px) {
    .testimonials .main-title {
        margin-bottom: 100px;
    }
}
.testimonials .slick-list {
    overflow: visible;
}
@media (min-width: 1200px) {
    .testimonials .slick-list {
        overflow: hidden;
    }
}
.testimonials .row {
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 1200px) {
    .testimonials .row {
        width: initial !important;
    }
}
.testimonials div[class^="col-"] {
    padding: 0;
}
.testimonials-slider__body {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    position: relative;
    font-size: 0.8rem;
    color: #061a37;
}
@media (min-width: 1200px) {
    .testimonials-slider__body {
        height: 100%;
        font-size: 1rem;
    }
}
.testimonials-slider__heading-wrap {
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .testimonials-slider__heading-wrap {
        margin-bottom: 40px;
    }
}
.testimonials-slider__title {
    margin-bottom: 0;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 24px;
}
@media (min-width: 1200px) {
    .testimonials-slider__title {
        margin-bottom: 10px;
        font-size: 30px;
    }
}
.testimonials-slider__person-info {
    font-size: 14px;
    color: #7a889f;
    font-weight: 600;
}
.testimonials-slider__person-country {
    position: relative;
    padding-left: 8px;
    margin-left: 2px;
}
.testimonials-slider__person-country:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: currentColor;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimonials-slider__img-holder {
    position: relative;
    margin-bottom: 45px;
    cursor: pointer;
}
@media (min-width: 768px) {
    .testimonials-slider__img-holder {
        max-width: 96.7%;
    }
}
@media (min-width: 1200px) {
    .testimonials-slider__img-holder {
        position: relative;
        height: 100%;
        max-width: initial;
        margin-bottom: 0;
    }
    .testimonials-slider__img-holder:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 40px;
        height: 40px;
        background-color: #fff;
        -webkit-transform: translate(50%, -50%) rotate(45deg);
        transform: translate(50%, -50%) rotate(45deg);
    }
}
.testimonials-slider__img-holder:before {
    content: "";
    display: block;
    padding-top: 77%;
}
@media (min-width: 768px) {
    .testimonials-slider__img-holder:before {
        padding-top: 80%;
    }
}
@media (min-width: 1200px) {
    .testimonials-slider__img-holder:before {
        padding-top: 80%;
    }
}
@media (min-width: 1200px) {
    .testimonials-slider__img {
        height: 100%;
    }
}
.testimonials-slider__slide-holder-col {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translateX(-23%) scale(0.8);
    transform: translateX(-23%) scale(0.8);
    opacity: 0.6;
}
@media (min-width: 768px) {
    .testimonials-slider__slide-holder-col {
        -webkit-transform: translateX(-82.6%) scale(0.73);
        transform: translateX(-82.6%) scale(0.73);
        opacity: 0.6;
    }
}
@media (min-width: 1200px) {
    .testimonials-slider__slide-holder-col {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}
.slick-slide.slick-current .testimonials-slider__slide-holder-col {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
}
.slick-slide.slick-current .testimonials-slider__body {
    opacity: 1;
    visibility: visible;
}
.slick-slide.slick-current .testimonials-slider__img-holder {
    pointer-events: none;
}
@media (min-width: 1200px) {
    .case > .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    .case-slider__item {
        position: relative;
    }
}
.case-slider__item .container {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.case__content {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
}
@media (min-width: 1200px) {
    .case__content {
        padding-top: 104px;
        padding-bottom: 99px;
    }
}
.case-list {
    margin: 0 -5px 40px;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .case-list {
        margin-bottom: 90px;
    }
}
.case__title {
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .case__title {
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .case__title {
        margin-bottom: 40px;
    }
}
.case__image {
    max-width: 93%;
    margin-bottom: 46px;
}
@media (min-width: 768px) {
    .case__image {
        margin-bottom: 65px;
        max-width: 86.2%;
    }
}
@media (min-width: 1024px) {
    .case__image {
        max-width: 82.2%;
    }
}
@media (min-width: 1200px) {
    .case__image {
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        height: 100%;
        max-height: initial;
        max-width: initial;
        margin-bottom: 0;
    }
}
.case__image:before {
    content: "";
    display: block;
    padding-top: 106.5%;
}
.case__body {
    font-size: 0.8rem;
}
@media (min-width: 1200px) {
    .case__body {
        margin-bottom: 150px;
        font-size: 1rem;
    }
}
.case__badge {
    margin-left: 5px;
    margin-right: 5px;
}
.case__title-holder {
    margin-bottom: 40px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .case__title-holder {
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .case__title-holder {
        margin-bottom: 40px;
    }
}
.case__title-holder .case__title {
    margin-bottom: 0;
}
.transform-text {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.slider-title {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
.case__btn-holder {
    display: inline-block;
    margin-top: 24px;
}
@media (min-width: 1200px) {
    .case__btn-holder {
        margin-top: 40px;
    }
}
.case__btn-holder .btn {
    opacity: 0;
    -webkit-transform: translate(0, 110%);
    transform: translate(0, 110%);
}
@-webkit-keyframes moveContentUp {
    0%,
    5% {
        opacity: 0;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    100%,
    17.5% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes moveContentUp {
    0%,
    5% {
        opacity: 0;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    100%,
    17.5% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes showContent {
    0%,
    5% {
        opacity: 0;
        visibility: hidden;
    }
    100%,
    17.5% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes showContent {
    0%,
    5% {
        opacity: 0;
        visibility: hidden;
    }
    100%,
    17.5% {
        opacity: 1;
        visibility: visible;
    }
}
@-webkit-keyframes moveContentDown {
    0%,
    5% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
    100%,
    17.5% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes moveContentDown {
    0%,
    5% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
    100%,
    17.5% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.case-slider .slick-list {
    overflow: visible;
}
.case-slider .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1200px) {
    .case-slider .container {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 1200px) and (min-width: 576px) {
    .case-slider .container {
        max-width: 540px;
    }
}
@media (min-width: 1200px) and (min-width: 768px) {
    .case-slider .container {
        max-width: 740px;
    }
}
@media (min-width: 1200px) and (min-width: 1024px) {
    .case-slider .container {
        max-width: 992px;
    }
}
@media (min-width: 1200px) and (min-width: 1112px) {
    .case-slider .container {
        max-width: 1080px;
    }
}
@media (min-width: 1200px) and (min-width: 1200px) {
    .case-slider .container {
        max-width: 1168px;
    }
}
@media (min-width: 1200px) and (min-width: 1366px) {
    .case-slider .container {
        max-width: 1472px;
    }
}
.case-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    left: 0;
    right: 0;
}
@media (min-width: 768px) {
    .case-dots {
        margin-top: 30px;
    }
}
.case__image {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translateX(-20px) scale(0.9);
    transform: translateX(-20px) scale(0.9);
    opacity: 0.6;
    cursor: pointer;
}
@media (min-width: 576px) {
    .case__image {
        -webkit-transform: translateX(-20px) scale(0.9);
        transform: translateX(-20px) scale(0.9);
    }
}
@media (min-width: 768px) {
    .case__image {
        -webkit-transform: translateX(-90px) scale(0.9);
        transform: translateX(-90px) scale(0.9);
    }
}
@media (min-width: 1024px) {
    .case__image {
        -webkit-transform: translateX(-155px) scale(0.9);
        transform: translateX(-155px) scale(0.9);
    }
}
@media (min-width: 1200px) {
    .case__image {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}
.slider-text {
    opacity: 0;
    visibility: hidden;
}
.slick-current .case__image {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
    pointer-events: none;
}
.slick-current .slider-title {
    -webkit-animation: moveContentUp 5s linear forwards;
    animation: moveContentUp 5s linear forwards;
}
.slick-current .btn {
    -webkit-animation: moveContentUp 5s linear 0.3s forwards;
    animation: moveContentUp 5s linear 0.3s forwards;
}
.slick-current .transform-text {
    -webkit-animation: moveContentDown 5s linear 0.5s forwards;
    animation: moveContentDown 5s linear 0.5s forwards;
}
.slick-current .slider-text {
    -webkit-animation: showContent 5s linear 0.3s forwards;
    animation: showContent 5s linear 0.3s forwards;
}
.page-list {
    padding-top: 40px;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: disc;
}
.page-list li {
    padding-bottom: 20px;
}
.page-engagement .card {
    min-height: 322px;
}
@media (min-width: 768px) {
    .page-engagement .card {
        min-height: 300px;
    }
}
@media (min-width: 1200px) {
    .page-engagement .card {
        min-height: 393px;
    }
}
.page-engagement .card-body {
    font-size: 16px;
}
@media (min-width: 768px) {
    .page-engagement .card-body {
        font-size: 20px;
    }
}
.page-engagement .card-title {
    font-size: 20px;
}
@media (min-width: 1200px) {
    .page-engagement .card-title {
        font-size: 24px;
    }
}
.engagement__row-cards {
    margin-bottom: 100px;
}
.engagement__main-title {
    margin-bottom: 60px;
}
@media (min-width: 1200px) {
    .engagement__main-title {
        margin-bottom: 100px;
    }
}
.outer-title {
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 24px;
}
@media (min-width: 1200px) {
    .outer-title {
        font-size: 30px;
    }
}
.engagement__card-img.card-img-wrap {
    width: 140px;
    height: 140px;
}
@media (min-width: 768px) {
    .engagement__card-img.card-img-wrap {
        width: 120px;
        height: 120px;
    }
}
@media (min-width: 1200px) {
    .engagement__card-img.card-img-wrap {
        width: 140px;
        height: 140px;
    }
}
.engagement__card-img.card-img-wrap img {
    max-width: 52px;
}
@media (min-width: 1200px) {
    .engagement__card-img.card-img-wrap img {
        max-width: 80px;
    }
}
.jumbotron__anim {
    position: relative;
    margin: 50px auto;
    border: 1px solid #9ab1fa;
    border-radius: 50%;
    width: 80%;
    max-width: 335px;
}
@media (min-width: 768px) {
    .jumbotron__anim {
        max-width: 564px;
        height: 564px;
        margin: 100px auto 0;
    }
}
@media (min-width: 1200px) {
    .jumbotron__anim {
        max-width: 563px;
        height: 563px;
    }
}
@media (min-width: 1670px) {
    .jumbotron__anim {
        position: absolute;
        top: 50%;
        right: -55px;
        margin: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.jumbotron__img--holder {
    padding-top: 100%;
    background: radial-gradient(89.59% 89.59% at 50% 50%, rgba(54, 99, 245, 0.4) 0, rgba(54, 99, 245, 0) 52.27%);
}
.center-big,
.center-small,
.comet,
.satellite {
    position: absolute;
}
.center-big {
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #3663f5;
    border-radius: 50%;
}
.comet {
    width: 49%;
    height: 49%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: comet 8s linear infinite;
    animation: comet 8s linear infinite;
}
@-webkit-keyframes comet {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes comet {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.comet img {
    width: 100%;
    height: 100%;
}
.center-small {
    width: 38%;
    height: 38%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
}
.center-small .title,
.center-small img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media (min-width: 1112px) {
    .center-small .title,
    .center-small img {
        font-size: 35px;
    }
}
.center-small img {
    top: 50%;
    width: 64%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.satellite__line {
    position: absolute;
    background-color: #9ab1fa;
}
.satellite__line:after,
.satellite__line:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #9ab1fa;
    border-radius: 50%;
}
.satellite__top-line {
    width: 1px;
    height: 56%;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (min-width: 768px) {
    .satellite__top-line {
        height: 84%;
    }
}
@media (min-width: 1200px) {
    .satellite__top-line {
        height: 50%;
    }
}
.satellite__top-line:after,
.satellite__top-line:before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.satellite__top-line:after {
    top: 100%;
}
.satellite__bottom-line {
    width: 1px;
    height: 56%;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
@media (min-width: 768px) {
    .satellite__bottom-line {
        height: 84%;
    }
}
@media (min-width: 1200px) {
    .satellite__bottom-line {
        height: 50%;
    }
}
.satellite__bottom-line:after,
.satellite__bottom-line:before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.satellite__bottom-line:after {
    top: 100%;
}
.satellite__left-line {
    width: 56%;
    height: 1px;
    top: 50%;
    left: 100%;
}
@media (min-width: 768px) {
    .satellite__left-line {
        width: 84%;
    }
}
@media (min-width: 1200px) {
    .satellite__left-line {
        width: 50%;
    }
}
.satellite__left-line:after,
.satellite__left-line:before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.satellite__left-line:after {
    left: 100%;
}
.satellite__right-line {
    width: 56%;
    height: 1px;
    top: 50%;
    right: 100%;
}
@media (min-width: 768px) {
    .satellite__right-line {
        width: 84%;
    }
}
@media (min-width: 1200px) {
    .satellite__right-line {
        width: 50%;
    }
}
.satellite__right-line:after,
.satellite__right-line:before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.satellite__right-line:after {
    left: 100%;
}
.satellite {
    width: 18.5%;
    padding-top: 18.5%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(54, 99, 245, 0.24);
    box-shadow: 0 4px 15px rgba(54, 99, 245, 0.24);
}
@media (min-width: 768px) {
    .satellite {
        width: 15%;
        padding-top: 15%;
    }
}
@media (min-width: 1200px) {
    .satellite {
        width: 20%;
        padding-top: 20%;
    }
}
.satellite .svg-holder {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
    .satellite .svg-holder {
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 1200px) {
    .satellite .svg-holder {
        width: 50px;
        height: 50px;
    }
}
.satellite svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}
.satellite path {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}
.satellite--top {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.satellite--top:before {
    width: 1px;
    height: 40%;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.satellite--top:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #3663f5;
    left: 50%;
    top: 140%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.satellite--bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.satellite--bottom:before {
    width: 1px;
    height: 40%;
    left: 50%;
    top: -40%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.satellite--bottom:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #3663f5;
    left: 50%;
    top: -40%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.satellite--right {
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.satellite--right:before {
    width: 40%;
    height: 1px;
    left: -40%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.satellite--right:after {
    border-top: 3px solid transparent;
    border-right: 6px solid #3663f5;
    border-bottom: 3px solid transparent;
    left: -40%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.satellite--left {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.satellite--left:before {
    width: 40%;
    height: 1px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}
.satellite--left:after {
    border-top: 3px solid transparent;
    border-left: 6px solid #3663f5;
    border-bottom: 3px solid transparent;
    left: 140%;
    top: 50%;
    -webkit-transform: translate(-90%, -50%);
    transform: translate(-90%, -50%);
}
.jumbotron__inner-engagement {
    height: auto;
    margin-top: 140px;
    margin-bottom: 100px;
}
@media (min-width: 768px) {
    .jumbotron__inner-engagement {
        margin-top: 146px;
        margin-bottom: 150px;
    }
}
@media (min-width: 1200px) {
    .jumbotron__inner-engagement {
        margin-top: 0;
    }
}
@media (min-width: 1670px) {
    .jumbotron__inner-engagement {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .jumbotron__inner-engagement .row {
        padding-top: 260px;
    }
}
.engagement-choose {
    padding-top: 55px;
    padding-bottom: 80px;
}
@media (min-width: 768px) {
    .engagement-choose {
        padding-top: 100px;
        padding-bottom: 160px;
    }
}
@media (min-width: 1200px) {
    .engagement-choose {
        padding-top: 110px;
        padding-bottom: 263px;
    }
}
.engagement-choose__card {
    padding: 18px;
    height: 1px;
    min-height: 452px;
    -webkit-box-shadow: 3px 3px 40px rgba(32, 63, 107, 0.2);
    box-shadow: 3px 3px 40px rgba(32, 63, 107, 0.2);
}
@media (min-width: 768px) {
    .engagement-choose__card {
        padding: 40px 5px 40px 0;
        min-height: 484px;
    }
}
@media (min-width: 1200px) {
    .engagement-choose__card {
        padding: 20px 5px 20px 0;
        min-height: 399px;
    }
}
.engagement-choose__number {
    margin-bottom: 20px;
    font-size: 50px;
}
@media (min-width: 768px) {
    .engagement-choose__number {
        width: 100px;
        height: 100px;
        margin-bottom: 0;
        font-size: 60px;
        line-height: 100px;
    }
}
.engagement-choose__text {
    font-size: 24px;
}
@media (min-width: 1200px) {
    .engagement-choose__text {
        font-size: 30px;
    }
}
.engagement-choose-btn-holder {
    margin: 60px -10px 0;
}
@media (min-width: 768px) {
    .engagement-choose-btn-holder {
        margin: 80px 0 0;
        padding-left: 100px;
    }
}
.engagement-choose-btn {
    padding: 0.8rem 2.9rem;
    font-size: 14px;
    background-color: #e7ecfa;
    margin-left: 10px;
    margin-right: 10px;
}
.engagement-choose-btn:hover {
    background-color: #3663f5;
    color: #fff !important;
}
@media (min-width: 768px) {
    .engagement-choose-btn {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.engagement-choose-btn-holder-next-step {
    margin: 80px -10px 0;
}
@media (min-width: 768px) {
    .engagement-choose-btn-holder-next-step {
        margin: 80px 0 0;
    }
}
@media (min-width: 1200px) {
    .engagement-choose-btn-holder-next-step {
        margin-top: 60px;
    }
}
.engagement__main-title--bottom-indent {
    margin-bottom: 60px;
}
@media (min-width: 1200px) {
    .engagement__main-title--bottom-indent {
        margin-bottom: 80px;
    }
}
.engagement-choose__card--last-step {
    padding: 40px 10px 18px;
    height: auto;
}
@media (min-width: 768px) {
    .engagement-choose__card--last-step {
        height: 1px;
        min-height: 484px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .engagement-choose__card--last-step {
        min-height: 424px;
    }
}
.engagement-choose__card--last-step .card-img,
.engagement-choose__card--last-step .card-title {
    margin-bottom: 40px;
}
.engagement-choose__card--last-step .card-title {
    font-size: 24px;
}
.engagement-choose__card--last-step .btn {
    padding: 1.05rem 2.85rem;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .engagement-choose__card--last-step .btn {
        margin-bottom: 0;
    }
}
.engagement-list {
    padding: 40px 30px;
}
@media (min-width: 768px) {
    .engagement-list {
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .engagement-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
.engagement-list__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.75;
    color: #061a37;
}
@media (min-width: 768px) {
    .engagement-list__item {
        padding-left: 83px;
    }
}
@media (min-width: 1200px) {
    .engagement-list__item {
        padding-left: 55px;
        font-size: 1rem;
    }
}
@media (min-width: 1366px) {
    .engagement-list__item {
        padding-left: 90px;
    }
}
@media (max-width: 1365.98px) {
    .engagement-list__item:last-child {
        margin-bottom: 0;
    }
}
.engagement-list__item:before {
    width: 28px;
    height: 28px;
    margin-right: 14px;
    line-height: 28px;
    font-family: icomoon;
    content: "";
    font-size: 14px;
    color: #3663f5;
    text-align: center;
}
@media (min-width: 1200px) {
    .engagement-list__item:before {
        width: 35px;
        height: 35px;
        margin-right: 18px;
        font-size: 17px;
        line-height: 35px;
    }
}
.col--border {
    border-bottom: 1px solid #dde1ef;
}
@media (min-width: 768px) {
    .col--border {
        border-right: 1px solid #dde1ef;
        border-bottom: 0;
    }
}
.jumbotron__inner-models-comparison {
    height: auto;
    min-height: auto;
    margin-top: 140px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .jumbotron__inner-models-comparison {
        margin-top: 146px;
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .jumbotron__inner-models-comparison {
        margin-top: 200px;
        margin-bottom: 80px;
    }
}
.support__title {
    margin-bottom: 60px;
}
@media (min-width: 1366px) {
    .support__title {
        margin-bottom: 100px;
    }
}
.table {
    font-size: 14px;
}
@media (min-width: 1366px) {
    .table {
        font-size: 18px;
    }
}
.table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    color: #061a37;
}
@media (min-width: 1366px) {
    .table__row {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (min-width: 768px) {
    .table__row-md .table__col {
        width: calc(100% / 4);
    }
}
.table__col {
    width: calc(100% / 2);
    padding-left: 5px;
    padding-right: 5px;
}
@media (min-width: 768px) {
    .table__col {
        width: 33.33%;
    }
}
@media (min-width: 1366px) {
    .table__col {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.table__col div,
.table__col > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 13px 5px;
    min-height: 60px;
    text-align: center;
}
@media (min-width: 1366px) {
    .table__col div,
    .table__col > span {
        min-height: 80px;
        padding-top: 29px;
        padding-bottom: 29px;
    }
}
div.text--transparent,
span.text--transparent {
    background-color: transparent;
}
div.text--gray,
span.text--gray {
    background-color: #f3f6f6;
}
.table-list {
    padding: 0;
    margin-bottom: 10px;
    color: #061a37;
    text-align: left;
}
.table-list__item {
    color: #3663f5;
}
.table-list__item span {
    color: #061a37;
    line-height: 2;
}
.table__col-inner {
    min-height: 150px;
    padding-top: 18px;
    padding-bottom: 18px;
}
@media (min-width: 768px) {
    .order--negative {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media (min-width: 768px) {
    .table__heading {
        font-size: 16px;
    }
}
@media (min-width: 1366px) {
    .table__heading {
        font-size: 20px;
    }
}
.table--vertical-indent {
    margin-bottom: 100px;
}
@media (min-width: 768px) {
    .table--vertical-indent {
        padding-top: 10px;
    }
}
@media (min-width: 1366px) {
    .table--vertical-indent {
        padding-top: 20px;
        margin-bottom: 150px;
    }
}
@media (min-width: 768px) {
    .bg-primary-md {
        background-color: #3663f5 !important;
        color: #fff;
    }
}
@media (min-width: 768px) {
    .bg-light-md {
        background-color: #f3f6f6 !important;
        color: #061a37 !important;
    }
}
@media (min-width: 768px) {
    .bg-transparent-md {
        background-color: transparent !important;
        color: #061a37 !important;
    }
}
.criteria:after {
    content: "/";
    display: none;
}
@media (min-width: 768px) {
    .criteria:after {
        display: inline-block;
    }
}
.vacancies__main-title {
    margin-bottom: 55px;
}
@media (min-width: 1200px) {
    .vacancies__main-title {
        margin-bottom: 95px;
    }
}
.vacancies__row {
    margin-bottom: 40px;
}
@media (min-width: 1200px) {
    .vacancies__row {
        margin-bottom: 60px;
    }
}
.vacancies-card {
    padding: 25px 20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-color, -webkit-box-shadow;
    transition-property: border-color, -webkit-box-shadow;
    transition-property: border-color, box-shadow;
    transition-property: border-color, box-shadow, -webkit-box-shadow;
}
@media (min-width: 1200px) {
    .vacancies-card {
        padding: 28px 30px 45px 24px;
    }
}
.vacancies-card:hover {
    /*border-color: transparent;*/
    -webkit-box-shadow: 4px 4px 25px rgba(75, 123, 193, 0.15);
    box-shadow: 4px 4px 25px rgba(75, 123, 193, 0.15);
    border: 5px solid #3663f5;
}
.vacancies-card__heading {
    margin-bottom: 21px;
}
@media (min-width: 1200px) {
    .vacancies-card__heading {
        margin-bottom: 40px;
    }
}
.vacancies-card__position {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.5;
}
@media (min-width: 1200px) {
    .vacancies-card__position {
        margin-bottom: 45px;
        font-size: 30px;
    }
}
.vacancies-card__img {
    width: 18px;
    margin-right: 11px;
}
@media (min-width: 1200px) {
    .vacancies-card__img {
        width: 23px;
        margin-right: 13px;
    }
}
.vacancies-card__location-inner {
    font-size: 14px;
}
@media (min-width: 1200px) {
    .vacancies-card__location-inner {
        font-size: 18px;
    }
}
.vacancies-card__img-holder {
    width: 15px;
}
@media (min-width: 1200px) {
    .vacancies-card__img-holder {
        width: auto;
    }
}
.vacancies-card__badge {
    font-size: 12px;
}
@media (min-width: 1200px) {
    .vacancies-card__badge {
        font-size: 14px;
    }
}
.jumbotron__inner-career {
    height: auto;
    min-height: auto;
    margin-top: 140px;
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .jumbotron__inner-career {
        margin-top: 146px;
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    .jumbotron__inner-career {
        margin-top: 0;
    }
}
@media (min-width: 1670px) {
    .jumbotron__inner-career {
        min-height: 100vh;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .jumbotron__inner-career .row {
        padding-top: 260px;
    }
}
.position-display-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.position-display-4 .icon {
    color: #3663f5;
}
.btn-filter-opened {
    display: none;
}
@media (min-width: 768px) {
    .btn-filter {
        display: none;
    }
}
.testimonials-career .testimonials-slider__img-holder {
    max-width: initial;
}
.testimonials-career .testimonials-slider__img-holder:before {
    padding-top: 128%;
}
@media (min-width: 768px) {
    .testimonials-career .testimonials-slider__img-holder:before {
        padding-top: 134%;
    }
}
@media (min-width: 1200px) {
    .testimonials-career .testimonials-slider__img-holder:before {
        padding-top: 137%;
    }
}
.testimonials-career .main-title {
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 768px) {
    .testimonials-career .main-title {
        padding-left: 0;
        padding-right: 0;
    }
}
.testimonials-career .testimonials-slider__title {
    margin-bottom: 15px;
}
@media (min-width: 1200px) {
    .testimonials-career .testimonials-slider__title {
        margin-bottom: 10px;
    }
}
.testimonials-career-slider {
    text-align: center;
}
@media (min-width: 1200px) {
    .testimonials-career-slider {
        text-align: left;
    }
}
.testimonials-career-slider .slick-dots {
    text-align: center !important;
}
.testimonials-career-slider .testimonials-slider__body {
    opacity: 0;
    visibility: hidden;
}
.testimonials-career-slider .slick-current .testimonials-slider__body {
    opacity: 1;
    visibility: visible;
}
.testimonials-career-slider p {
    text-align: left;
}
@media (min-width: 768px) {
    .testimonials-career-slider p {
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .testimonials-career-slider p {
        text-align: left;
    }
}
.opportunities-career .card {
    cursor: initial;
}
.opportunities-career .card:after {
    padding-top: 115%;
}
@media (min-width: 768px) {
    .opportunities-career .card:after {
        padding-top: 100%;
    }
}
@media (min-width: 1112px) {
    .opportunities-career .card:after {
        padding-top: 112%;
    }
}
@media (min-width: 1200px) {
    .opportunities-career .card:after {
        padding-top: 135%;
    }
}
@media (min-width: 1366px) {
    .opportunities-career .card:after {
        padding-top: 112%;
    }
}
.opportunities-career .card-inner {
    padding-top: 24px;
}
@media (min-width: 768px) {
    .opportunities-career .card-inner {
        padding-top: 20px;
    }
}
@media (min-width: 1112px) {
    .opportunities-career .card-inner {
        padding-top: 30px;
    }
}
@media (min-width: 1200px) {
    .opportunities-career .card-inner {
        padding-top: 60px;
    }
}
.opportunities-career .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
@media (min-width: 1112px) {
    .opportunities-career .card-body {
        font-size: 24px;
    }
}
.opportunities-career .card-img-wrap {
    width: 120px;
    height: 120px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .opportunities-career .card-img-wrap {
        width: 100px;
        height: 100px;
        margin-bottom: 12px;
    }
}
@media (min-width: 1200px) {
    .opportunities-career .card-img-wrap {
        width: 160px;
        height: 160px;
    }
}
.opportunities-career .card-img {
    max-width: 70px;
}
@media (min-width: 1200px) {
    .opportunities-career .card-img {
        max-width: initial;
    }
}
@media (max-width: 1111.98px) {
    .opportunities-career .opportunities-slider {
        margin-bottom: 60px;
    }
}
.card-text--bottom-indent {
    margin-bottom: 40px;
}
@media (min-width: 1200px) {
    .card-text--bottom-indent {
        margin-bottom: 60px;
    }
}
.opportunities-career__card-text {
    font-size: 20px;
}
.life-slider .slick-list {
    overflow: visible;
}
.life-slider .slick-track {
    margin: 0 -10px;
}
.life-slider .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}
.life__text-holder {
    margin-bottom: 35px;
}
@media (min-width: 768px) {
    .life__text-holder {
        margin-bottom: 55px;
    }
}
@media (min-width: 1200px) {
    .life__text-holder {
        margin-bottom: 75px;
    }
}
.life-slider__img-holder:after {
    content: "";
    padding-top: 100%;
    display: block;
}
.recruitment__text-holder {
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .recruitment__text-holder {
        margin-bottom: 60px;
    }
}
@media (min-width: 1200px) {
    .recruitment__text-holder {
        margin-bottom: 79px;
    }
}
@media (min-width: 1200px) {
    .recruitment-slider {
        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;
    }
}
.recruitment-slider .slick-list {
    overflow: visible;
}
.recruitment-slider .slick-slide .recruitment-card__img-holder {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.6;
}
.recruitment-slider .slick-slide .recruitment-card__inner {
    opacity: 0;
    visibility: hidden;
}
.recruitment-slider .slick-current .recruitment-card__img-holder {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.recruitment-slider .slick-current .recruitment-card__inner {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 1200px) {
    .recruitment-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 294px;
        flex: 0 0 294px;
        max-width: 294px;
        margin-bottom: 80px;
    }
    .recruitment-card:not(:nth-child(4)) {
        margin-right: 69px;
    }
    .recruitment-card:nth-last-child {
        margin-right: 0;
    }
}
@media (min-width: 1200px) and (min-width: 1200px) {
    .recruitment-card:hover .recruitment-card__inner {
        background-color: #fff;
        -webkit-box-shadow: 4px 4px 25px rgba(75, 123, 193, 0.15);
        box-shadow: 4px 4px 25px rgba(75, 123, 193, 0.15);
    }
}
@media (min-width: 1200px) {
    .recruitment-card:hover .recruitment-card__list {
        opacity: 1;
        visibility: visible;
    }
}
.recruitment-card__img-holder {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}
.recruitment-card__img-holder:after {
    content: "";
    padding-top: 136%;
    display: block;
}
.recruitment-card__inner {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: background-color, opacity, visibility, -webkit-box-shadow;
    transition-property: background-color, opacity, visibility, -webkit-box-shadow;
    transition-property: background-color, box-shadow, opacity, visibility;
    transition-property: background-color, box-shadow, opacity, visibility, -webkit-box-shadow;
}
@media (min-width: 1200px) {
    .recruitment-card__inner {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.recruitment-card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
@media (min-width: 1200px) {
    .recruitment-card__list {
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
        opacity: 0;
        visibility: hidden;
    }
}
.recruitment-card__links {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 7.5px;
    margin-right: 7.5px;
}
@media (min-width: 1200px) {
    .recruitment-card__name {
        font-size: 24px;
    }
}
.recruitment-card__skill {
    font-size: 16px;
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .recruitment-card__skill {
        font-size: 20px;
        margin-bottom: 15px;
    }
}
.different__icon {
    width: 60px;
    height: 60px;
}
@media (min-width: 375px) {
    .different__icon {
        width: 80px;
        height: 80px;
    }
}
@media (min-width: 1200px) {
    .different__icon {
        width: 100px;
        height: 100px;
    }
}
.different__title {
    margin-bottom: 60px;
}
@media (min-width: 1200px) {
    .different__title {
        margin-bottom: 80px;
    }
}
.different__row {
    min-height: 842px;
}
@media (min-width: 375px) {
    .different__row {
        min-height: 981px;
    }
}
@media (min-width: 768px) {
    .different__row {
        min-height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 1200px) {
    .different__row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (min-width: 1200px) {
    .different__row:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 8.3%;
        right: 16.7%;
        max-width: 100%;
        height: 2px;
        background-color: #dde1ef;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.different__row div[class^="col-"] {
    position: absolute;
    top: 0;
    max-width: 162px;
}
@media (min-width: 375px) {
    .different__row div[class^="col-"] {
        max-width: 182px;
    }
}
@media (min-width: 768px) {
    .different__row div[class^="col-"] {
        position: static;
        margin-bottom: 20px;
        max-width: 25%;
    }
}
@media (min-width: 1200px) {
    .different__row div[class^="col-"] {
        position: relative;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        margin-bottom: 0;
        max-width: 16.67%;
    }
    .different__row div[class^="col-"]:after,
    .different__row div[class^="col-"]:before {
        content: "";
        position: absolute;
        left: 50%;
        background-color: #dde1ef;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;
    }
    .different__row div[class^="col-"]:before {
        width: 14px;
        height: 14px;
        border-radius: 50%;
    }
    .different__row div[class^="col-"]:after {
        width: 2px;
        height: 68px;
    }
    .different__row div[class^="col-"]:nth-child(2n):after {
        top: 0;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
    .different__row div[class^="col-"]:nth-child(2n):before {
        top: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .different__row div[class^="col-"]:nth-child(odd):before {
        bottom: 0;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }
}
.different__row div.different__card-col--right {
    left: 50%;
}
.different__row div.different__card-col--right-1 {
    top: 51px;
}
@media (min-width: 375px) {
    .different__row div.different__card-col--right-1 {
        top: 91px;
    }
}
.different__row div.different__card-col--right-2 {
    top: 213px;
}
@media (min-width: 375px) {
    .different__row div.different__card-col--right-2 {
        top: 273px;
    }
}
.different__row div.different__card-col--right-3 {
    top: 375px;
}
@media (min-width: 375px) {
    .different__row div.different__card-col--right-3 {
        top: 455px;
    }
}
.different__row div.different__card-col--right-4 {
    top: 537px;
}
@media (min-width: 375px) {
    .different__row div.different__card-col--right-4 {
        top: 637px;
    }
}
.different__row div.different__card-col--right-5 {
    top: auto;
    bottom: 0;
}
.different__row div.different__card-col--left {
    right: 50%;
}
.different__row div.different__card-col--left-2 {
    top: 162px;
}
@media (min-width: 375px) {
    .different__row div.different__card-col--left-2 {
        top: 182px;
    }
}
.different__row div.different__card-col--left-3 {
    top: 324px;
}
@media (min-width: 375px) {
    .different__row div.different__card-col--left-3 {
        top: 364px;
    }
}
.different__row div.different__card-col--left-4 {
    top: 486px;
}
@media (min-width: 375px) {
    .different__row div.different__card-col--left-4 {
        top: 546px;
    }
}
.different__row div.different__card-col--left-5 {
    top: 648px;
}
@media (min-width: 375px) {
    .different__row div.different__card-col--left-5 {
        top: 728px;
    }
}
@media (min-width: 1200px) {
    .different__row div.different__card-col--bottom-indent {
        margin-bottom: 134px;
    }
}
.filter-positions-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}
@media (min-width: 1200px) {
    .filter-positions-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 80px;
    }
}
.filter-positions {
    position: relative;
    width: 100%;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #dde1ef;
    border-radius: 5px;
    background-color: #fff;
}
@media (min-width: 1200px) {
    .filter-positions {
        width: 345px;
    }
}
.filter-positions .icon-arrow-down {
    position: absolute;
    top: 50%;
    right: 18px;
    color: #3663f5;
    font-size: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.filter-positions:focus {
    outline: 1px dotted transparent;
}
.filter-positions.show .icon-arrow-down {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.filter-positions-col {
    display: none;
}
@media (min-width: 768px) and (max-width: 1365.98px) {
    .filter-positions-col {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.filter-positions-col .filter-positions {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .filter-positions-col .filter-positions {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 1365.98px) {
    .filter-positions-col .filter-positions {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 10px;
        margin-right: 10px;
    }
}
.filter-positions--active .filter-positions__list,
.filter-positions--active .filter-positions__overlay {
    display: block;
}
.filter-positions__list {
    position: absolute;
    display: none;
    left: 0 !important;
    right: 0 !important;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 50px rgba(32, 63, 107, 0.12);
    box-shadow: 0 5px 50px rgba(32, 63, 107, 0.12);
    min-width: auto;
    -webkit-transform: translate(0, 59px) !important;
    transform: translate(0, 59px) !important;
}
.filter-positions__current-btn {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 49px;
    color: #3663f5;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
@media (min-width: 1200px) {
    .filter-positions__current-btn {
        font-size: 18px;
    }
}
.filter-positions__current-btn:after {
    display: none;
}
.filter-positions__text {
    display: block;
    max-width: 185px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-item.filter-positions__btn,
.filter-positions__btn {
    width: 100%;
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    text-align: left;
    color: #061a37;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    white-space: normal;
}
@media (min-width: 1200px) {
    .dropdown-item.filter-positions__btn,
    .filter-positions__btn {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 18px;
    }
}
.dropdown-item.filter-positions__btn:focus,
.dropdown-item.filter-positions__btn:hover,
.filter-positions__btn:focus,
.filter-positions__btn:hover {
    color: #3663f5;
    background-color: transparent;
}
@media (min-width: 1200px) {
    .filter-positions__roles {
        margin-right: 40px;
    }
}
.filter-positions__input-holder {
    position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .filter-positions__input-holder {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 50%;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}
.filter-positions__input-holder .icon-search {
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #3663f5;
    z-index: 1;
    pointer-events: none;
}
@media (min-width: 768px) {
    .filter-positions__input-holder .icon-search {
        right: 28px;
    }
}
@media (min-width: 1200px) {
    .filter-positions__input-holder .icon-search {
        right: 21px;
    }
}
.filter-positions-input {
    padding-left: 16px;
    padding-right: 55px;
    font-size: 16px;
    font-weight: 600;
}
.btn-filter {
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.btn-filter-reset {
    width: 16px;
    height: 16px;
    display: none;
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-filter-reset:after,
.btn-filter-reset:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3663f5;
    border-radius: 3px;
}
.btn-filter-reset:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-filter-reset:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.filter-positions__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.position-description-text-holder {
    font-family: Montserrat, Arial, sans-serif;
    color: #061a37;
    font-size: 20px;
}
@media (min-width: 1200px) {
    .position-description-text-holder {
        font-size: 30px;
    }
}
.position-description-text-holder p {
    line-height: 1.5;
}
.position-description-text-holder--small {
    font-size: 16px;
}
@media (min-width: 1200px) {
    .position-description-text-holder--small {
        font-size: 20px;
    }
}
.position-description__title {
    font-family: Montserrat, Arial, sans-serif;
    color: #3663f5;
    text-transform: uppercase;
}
.position-description-list {
    padding-left: 24px;
    color: #061a37;
}
.position-description-list__item {
    color: #3663f5;
}
.position-description-list__item span {
    color: #061a37;
}
.location-list {
    text-align: center;
}
.location-list__item {
    color: #061a37;
    font-size: 20px;
}
@media (min-width: 1200px) {
    .location-list__item {
        font-size: 30px;
    }
    .location-list__item:not(:last-child) {
        margin-right: 80px;
    }
}
.location-list-img-holder {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .location-list-img-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.page-services .card-btn-right {
    font-size: 13px;
    color: #3663f5;
}
.page-services .card-btn-right__text {
    font-size: 16px;
}
@media (min-width: 1200px) {
    .page-services .card-btn-right__text {
        font-size: 18px;
    }
}
.page-services .footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.logo-holder {
    display: inline-block;
}
.services-display {
    margin-bottom: 5px;
}
@media (min-width: 768px) {
    .services-display {
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .services-display {
        margin-bottom: 20px;
    }
}
.services-card {
    min-height: 150px;
    padding: 20px 11px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
}
@media (min-width: 1112px) {
    .services-card {
        padding: 20px;
    }
}
@media (min-width: 1200px) {
    .services-card {
        padding: 18px 25px;
        min-height: 190px;
    }
}
.services-card__heading {
    height: 75px;
}
.services-card__title {
    font-size: 1.2rem;
}
@media (min-width: 1366px) {
    .services-card__title {
        font-size: 1.5rem;
    }
}
@media (min-width: 1200px) {
    .services-card-text-holder {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 95px;
        color: #7a889f;
    }
}
.services-card__img-holder {
    width: 60px;
    height: 60px;
    margin-right: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 1200px) {
    .services-card__img-holder {
        margin-right: 38px;
    }
}
.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 1112px) {
    .navbar {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
.navbar .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar--hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.custom-navbar-toggler {
    width: 28px;
    height: 28px;
    border: none;
    text-align: right;
}
.custom-navbar-toggler:focus {
    outline: transparent;
}
@media screen and (min-width: 1405px) {
    .custom-navbar-toggler {
        display: none;
    }
}
.custom-navbar-toggler .navbar-toggler-icon {
    background-image: none;
}
.custom-navbar-toggler .navbar-toggler-icon,
.custom-navbar-toggler:after,
.custom-navbar-toggler:before {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: visibility, opacity, background-color, -webkit-transform;
    transition-property: visibility, opacity, background-color, -webkit-transform;
    transition-property: visibility, opacity, background-color, transform;
    transition-property: visibility, opacity, background-color, transform, -webkit-transform;
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    top: 7px;
    right: 3px;
    background-color: #061a37;
}
.custom-navbar-toggler:after {
    width: 22px;
    top: auto;
    bottom: 5px;
}
.custom-navbar-toggler:before {
    top: 50%;
    width: 16px;
}
.menu__inner {
    min-height: 100%;
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1404px) {
    .menu__inner {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 1404px) and (min-width: 576px) {
    .menu__inner {
        max-width: 540px;
    }
}
@media screen and (max-width: 1404px) and (min-width: 768px) {
    .menu__inner {
        max-width: 740px;
    }
}
@media screen and (max-width: 1404px) and (min-width: 1024px) {
    .menu__inner {
        max-width: 992px;
    }
}
@media screen and (max-width: 1404px) and (min-width: 1112px) {
    .menu__inner {
        max-width: 1080px;
    }
}
@media screen and (max-width: 1404px) and (min-width: 1200px) {
    .menu__inner {
        max-width: 1168px;
    }
}
@media screen and (max-width: 1404px) and (min-width: 1366px) {
    .menu__inner {
        max-width: 1472px;
    }
}
@media screen and (min-width: 1405px) {
    .menu__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 0;
    }
}
.menu__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}
@media screen and (min-width: 1405px) {
    .menu__heading {
        display: none;
    }
}
.dropdown-toggle:after {
    content: "";
    font-family: icomoon;
    font-size: 7px;
    color: #3663f5;
    border: 0;
}
.menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3663f5;
    overflow-y: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
}
@media screen and (min-width: 1405px) {
    .menu {
        position: static;
        margin-bottom: 0;
        background-color: transparent;
        overflow: visible;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.menu .dropdown-menu {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    display: block;
    background-color: transparent;
    z-index: -1;
}
@media screen and (min-width: 1405px) {
    .menu .dropdown-menu {
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
        display: block;
        width: initial;
        min-width: 14rem;
        top: auto;
        left: 0;
        margin: 0.9rem 0 0;
        padding: 0.5rem 0;
        color: #061a37;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 50px rgba(32, 63, 107, 0.2);
        box-shadow: 10px 10px 50px rgba(32, 63, 107, 0.2);
        opacity: 0;
        visibility: hidden;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
}
.menu .dropdown-menu li {
    -webkit-transform: translateX(-125%);
    transform: translateX(-125%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 1405px) {
    .menu .dropdown-menu li {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.menu .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (max-width: 1404px) {
    .menu .nav-link {
        color: #e7ecfa !important;
    }
    .menu .nav-link:focus,
    .menu .nav-link:hover {
        color: #fff !important;
    }
    .menu .nav-link:after {
        color: currentColor;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        vertical-align: 0.5em;
    }
}
.menu .nav-item {
    font-weight: 600;
    margin-left: 20px;
    margin-right: 20px;
}
@media screen and (max-width: 1404px) {
    .menu .nav-item {
        margin: 0 0 30px;
        font-size: 24px;
        line-height: 1.5;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
}
.menu .btn-contact {
    width: 100%;
    min-width: initial;
    padding-left: 26px;
    padding-right: 26px;
    background-color: #fff;
    color: #3663f5;
    border-color: transparent;
}
.menu .btn-contact:hover {
    background-color: transparent;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #fff;
}
@media (min-width: 768px) {
    .menu .btn-contact {
        width: auto;
    }
}
@media screen and (min-width: 1405px) {
    .menu .btn-contact {
        background-color: transparent;
        color: #3663f5;
        border: 2px solid #3663f5;
    }
    .menu .btn-contact:hover {
        background-color: #3663f5;
        color: #fff;
        border-color: transparent;
    }
}
.navbar-nav {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
@media screen and (min-width: 1405px) {
    .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
}
.nav-item.nav-item--hide {
    -webkit-transform: translateX(-125%);
    transform: translateX(-125%);
}
.nav-item.dropdown-not-active {
    margin: 0;
    max-height: 0;
}
.nav-item.dropdown-not-active .nav-link {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 1405px) {
    .dropdown:hover .nav-link {
        color: #3663f5;
    }
    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .dropdown:hover:before {
        display: block;
    }
    .dropdown:before {
        content: "";
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        height: 100%;
    }
}
.dropdown-item {
    font-size: 18px;
}
@media (max-width: 1023.98px) {
    .dropdown-item {
        font-size: 14px;
    }
}
@media screen and (max-width: 1404px) {
    .dropdown-item {
        width: auto;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        padding: 0;
        margin-bottom: 5px;
        color: #e7ecfa;
        line-height: 2;
        -webkit-transition: 0.3s color;
        transition: 0.3s color;
    }
    .dropdown-item:hover {
        color: #fff;
        background-color: transparent;
    }
}
@media screen and (min-width: 1405px) {
    .dropdown-item--hide {
        display: none;
    }
}
.menu .dropdown-item--size-large {
    font-size: 24px;
}
.menu__close {
    width: 28px;
    height: 28px;
}
.menu__close:after,
.menu__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.menu__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-btn-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1;
}
.nav-btn-back:before {
    content: "";
    margin-right: 15px;
    font-family: icomoon;
    font-size: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 768px) {
    .nav-btn-back {
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 1405px) {
    .nav-btn-back {
        display: none;
    }
}
.header__btn-holder {
    width: 100%;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .header__btn-holder {
        width: auto;
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 1405px) {
    .header__btn-holder {
        margin-bottom: 0;
    }
}
.form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
@media (min-width: 768px) {
    .form-inline {
        margin: 0 auto 40px;
    }
}
@media (min-width: 1200px) {
    .form-inline {
        margin: 0;
    }
}
.form-inline__text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .form-inline__text {
        font-size: 24px;
    }
}
@media screen and (min-width: 1405px) {
    .form-inline__text {
        display: none;
    }
}
.navbar-list {
    display: none;
}
@media (min-width: 768px) {
    .navbar-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (min-width: 1405px) {
    .navbar-list {
        display: none;
    }
}
.navbar-list__link {
    display: block;
    margin-left: 7.5px;
    margin-right: 7.5px;
}
.navbar-list__link:hover {
    text-decoration: none;
    color: #fff;
}
.navbar-list__link .icon {
    display: block;
    font-size: 22px;
}
.dropdown.open-dropdown .dropdown-menu li {
    -webkit-transform: translateX(125%);
    transform: translateX(125%);
}
.collapse--active {
    overflow: hidden;
}
.collapse--active .menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.footer {
    padding-top: 50px;
    padding-bottom: 40px;
}
@media (min-width: 768px) {
    .footer {
        padding-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .footer {
        padding-top: 100px;
    }
}
.footer a:hover {
    text-decoration: none;
}
.footer__logo-holder {
    margin-bottom: 1px;
}
@media (min-width: 1200px) {
    .footer__logo-holder {
        margin-bottom: 1px;
    }
}
.footer__list-logo {
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .footer__list-logo {
        margin-bottom: 78px;
    }
}
@media (min-width: 1200px) {
    .footer__list-logo {
        margin-bottom: 52px;
    }
}
.footer__list-logo .footer__item {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.75;
}
@media (min-width: 768px) {
    .footer__list-logo .footer__item {
        margin-bottom: 8px;
        font-size: 16px;
    }
}
.footer__list-logo .footer__item-title {
    font-size: 1rem;
}
.footer__item-title {
    margin-bottom: 20px;
    font-size: 1rem;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .footer__item-title {
        margin-bottom: 12px;
    }
}
@media (min-width: 1200px) {
    .footer__item-title {
        font-size: 24px;
    }
}
.footer__item-title a:hover {
    color: rgba(6, 26, 55, 0.8) !important;
}
@media (max-width: 1023.98px) {
    .footer__btn-holder {
        margin-bottom: 40px;
    }
}
.footer__item--font-size-small {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 2;
}
@media (min-width: 768px) {
    .footer__item--font-size-small {
        font-size: 16px;
    }
}
.footer__expertise-item-title {
    margin-bottom: 12px;
}
@media (min-width: 1200px) {
    .footer__expertise-item-title {
        margin-bottom: 35px;
    }
}
@media (min-width: 1200px) {
    .footer__col--top-indent-xl {
        padding-top: 9px;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .footer__col--bottom-indent-md {
        padding-top: 87px;
    }
}
.footer__row--bottom-indent {
    margin-bottom: 40px;
}
@media (min-width: 1200px) {
    .footer__row--bottom-indent {
        margin-bottom: 0;
    }
}
.footer__list-icon {
    margin-top: 65px;
    margin-bottom: 30px;
    line-height: 0.9;
}
@media (min-width: 768px) {
    .footer__list-icon {
        margin-top: 58px;
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    .footer__list-icon {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.footer__list-icon li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__list-icon li:not(:last-child) {
    margin-right: 15px;
}
.footer__icon-item--transform {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
@media (min-width: 1200px) {
    .footer-row--top-indent-xl {
        margin-top: 65px;
    }
}
.footer__text {
    font-size: 12px;
}
@media (min-width: 1200px) {
    .footer__text {
        font-size: 14px;
    }
}
.footer__text a {
    font-size: 12px;
}
@media (min-width: 1200px) {
    .footer__text a {
        font-size: 14px;
    }
}
.footer__text-privacy {
    padding-left: 12px;
}
@media (min-width: 1200px) {
    .footer__text-privacy {
        position: relative;
        padding-left: 15px;
    }
    .footer__text-privacy:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 2px;
        height: 100%;
        background-color: #7a889f;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.footer__text-copy {
    padding-left: 12px;
}
@media (min-width: 1200px) {
    .footer__text-copy {
        padding-right: 12px;
    }
}
#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
html {
    font-size: 20px;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.main-title {
    font-size: 1.6rem;
}
@media (min-width: 768px) {
    .main-title {
        font-size: 2rem;
    }
}
@media (min-width: 1112px) {
    .main-title {
        font-size: 2.7rem;
    }
}
.secondary-title {
    font-size: 1.2rem;
}
@media (min-width: 1200px) {
    .secondary-title {
        font-size: 1.5rem;
    }
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.row > .col,
.row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.section--vertical-indent {
    padding-top: 5px;
    padding-bottom: 45px;
}
@media (min-width: 768px) {
    .section--vertical-indent {
        padding-top: 5px;
        padding-bottom: 50px;
    }
}
@media (min-width: 1112px) {
    .section--vertical-indent {
        padding-top: 10px;
        padding-bottom: 90px;
    }
}
.svg-letter {
    fill: #3d3e43;
}
.svg-letter-logo-blue {
    fill: #0b507f;
}
.svg-letter-logo-red {
    fill: #de0e1c;
}
.list-none {
    list-style-type: none;
}
.list-none--full {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.text-holder {
    font-size: 0.8rem;
}
@media (min-width: 1200px) {
    .text-holder {
        font-size: 1rem;
    }
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-slide:focus {
    outline: 0;
}
.slick-btn {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border: none;
    color: #9ab1fa;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.slick-btn:hover {
    color: #3663f5;
}
.slick-prev-btn {
    left: 0;
    right: auto;
}
.slick-next-btn .icon-arrow-right {
    margin-left: 10px;
    font-size: 10px;
}
.slick-slider .slick-dots {
    text-align: left;
    bottom: auto;
}
.slick-slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 6px 0 0;
}
.slick-slider .slick-dots li:last-child {
    margin: 0;
}
.slick-slider .slick-dots button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #9ab1fa;
    border-radius: 50%;
}
.slick-slider li.slick-active button {
    background-color: #3663f5;
}
input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.page-list {
    padding-top: 40px;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: disc;
}
.page-list li {
    padding-bottom: 20px;
}
