/*============================================================================
:: LOADER
============================================================================*/

.loader {
    left: 50%;
    top: 50%;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader #spinner {
    box-sizing: border-box;
    stroke: #3b55e6;
    stroke-width: 3px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
    animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@-webkit-keyframes line {
    0% {
        stroke-dasharray: 2, 85.964;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        stroke-dasharray: 65.973, 21.9911;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 2, 85.964;
        stroke-dashoffset: -65.973;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes line {
    0% {
        stroke-dasharray: 2, 85.964;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        stroke-dasharray: 65.973, 21.9911;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 2, 85.964;
        stroke-dashoffset: -65.973;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
/* PRINT
   ========================================================================== */

@import url('normalize.css');
@import url('editor.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

/*
Flaticon icon font: Flaticon
Creation date: 19/02/2016 14:52
*/
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon/Flaticon.eot");
    src: url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/flaticon//Flaticon.woff") format("woff"),
        url("../fonts/flaticon/Flaticon.ttf") format("truetype"),
        url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-analyze:before {
    content: "\f100";
}

.flaticon-crowd-funding:before {
    content: "\f101";
}

.flaticon-dart-board:before {
    content: "\f102";
}

.flaticon-data-protection:before {
    content: "\f103";
}

.flaticon-decision:before {
    content: "\f104";
}

.flaticon-design:before {
    content: "\f105";
}

.flaticon-design-tools:before {
    content: "\f106";
}

.flaticon-diamond:before {
    content: "\f107";
}

.flaticon-directions:before {
    content: "\f108";
}

.flaticon-ecommerce:before {
    content: "\f109";
}

.flaticon-fund-growth:before {
    content: "\f10a";
}

.flaticon-funding:before {
    content: "\f10b";
}

.flaticon-growth:before {
    content: "\f10c";
}

.flaticon-investment:before {
    content: "\f10d";
}

.flaticon-investment-1:before {
    content: "\f10e";
}

.flaticon-investment-model:before {
    content: "\f10f";
}

.flaticon-launch:before {
    content: "\f110";
}

.flaticon-launch-1:before {
    content: "\f111";
}

.flaticon-launching-idea:before {
    content: "\f112";
}

.flaticon-list:before {
    content: "\f113";
}

.flaticon-looking-for-invesment:before {
    content: "\f114";
}

.flaticon-market-research:before {
    content: "\f115";
}

.flaticon-marketing:before {
    content: "\f116";
}

.flaticon-marketing-1:before {
    content: "\f117";
}

.flaticon-mission:before {
    content: "\f118";
}

.flaticon-mobile-startup:before {
    content: "\f119";
}

.flaticon-money-vision:before {
    content: "\f11a";
}

.flaticon-panel:before {
    content: "\f11b";
}

.flaticon-plan-idea:before {
    content: "\f11c";
}

.flaticon-planning:before {
    content: "\f11d";
}

.flaticon-planning-1:before {
    content: "\f11e";
}

.flaticon-product-realise:before {
    content: "\f11f";
}

.flaticon-profit:before {
    content: "\f120";
}

.flaticon-programming:before {
    content: "\f121";
}

.flaticon-promotion:before {
    content: "\f122";
}

.flaticon-research:before {
    content: "\f123";
}

.flaticon-research-1:before {
    content: "\f124";
}

.flaticon-return-of-investment:before {
    content: "\f125";
}

.flaticon-rocket:before {
    content: "\f126";
}

.flaticon-social:before {
    content: "\f127";
}

.flaticon-solution:before {
    content: "\f128";
}

.flaticon-startup-creativy:before {
    content: "\f129";
}

.flaticon-strategy:before {
    content: "\f12a";
}

.flaticon-success:before {
    content: "\f12b";
}

.flaticon-support:before {
    content: "\f12c";
}

.flaticon-team:before {
    content: "\f12d";
}

.flaticon-timing:before {
    content: "\f12e";
}

.flaticon-visual-design:before {
    content: "\f12f";
}

.flaticon-web-design:before {
    content: "\f130";
}

.flaticon-web-startup:before {
    content: "\f131";
}
@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 {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

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

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

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

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

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

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

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

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

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

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

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

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -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;
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

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

@keyframes rollOut {
    from {
        opacity: 1;
    }

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

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

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

    50% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 1;
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

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

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

.animated.delay-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: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

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

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

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    /* width: 100%; */
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 36px;
    height: 36px;
    margin-left: 1rem;
    line-height: 1;
    font-size: 1rem;
    border-radius: 0;
    border: 1px solid #222328
}

.owl-carousel .owl-nav button:first-of-type {
    margin-left: 0
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

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

    100% {
        opacity: 0;
    }
}

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

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* dots */

.owl-carousel .owl-dots {
    margin-top: 1.5rem;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    outline: none;

    height: 0.667rem;
    width: 0.667rem;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    background: #e4e7ef;
    -webkit-transform: scale(0.667);
    -moz-transform: scale(0.667);
    transform: scale(0.667);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.owl-carousel .owl-dots .owl-dot :hover,
.owl-carousel .owl-dots .owl-dot :active {
    background: #3b55e6;
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active:hover,
.owl-carousel .owl-dots .owl-dot.active:active  {
    background: #334cd5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.owl-carousel.owl-dotsData .owl-dots .owl-dot {
    cursor: default !important;
}

/*
   * 	Default theme - Owl Carousel CSS File
   */

ul.owl-theme {
    list-style: none;
}

/* arrows */

.owl-theme .owl-nav {
    margin: 1.5rem auto 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border-radius: 100%;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    display: none;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

/* custom styles */

.owl-theme.owl-theme-std .owl-nav button {
    position: absolute;
    top: 50%;
    /* border-radius: 100%; */
    opacity: 1;
    background: #fff;
    -moz-transform: -moz-translateY(-50%);
    transform: translateY(-50%)
}

.owl-theme.owl-theme-std .owl-nav button:hover,
.owl-theme.owl-theme-std .owl-nav button:active {
    border-color: #3b55e6;
    background: #3b55e6
}

.owl-theme.owl-theme-std .owl-nav button:hover span,
.owl-theme.owl-theme-std .owl-nav button:active span{
    color: #fff
}

.owl-theme-std .owl-nav button.owl-prev {
    left: -1.097rem
}

.owl-theme-std .owl-nav button.owl-next {
    right: -1.097rem
}


.hero .owl-carousel .owl-dots {
    position: absolute;
    top: -100em;
    right: 12%;
    width: 54px;
    height: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 120;
}

.hero .owl-carousel .owl-dots .owl-dot {
    float: left;
    display: block;
    position: relative;
    top: -10px;
    width: 100%;
    height: 20px;
    margin-left: 16px;
    margin-bottom: 10px;
    line-height: 20px;
    text-align: right;
    line-height: 20px;
    color: rgba(255,255,255,.5);
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
    background: none;
    -webkit-transform: scale(0.667);
    -moz-transform: scale(0.667);
    transform: scale(0.667);
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    opacity: 0.7;
}

.hero .owl-carousel .owl-dots .owl-dot:hover,
.hero .owl-carousel .owl-dots .owl-dot:active {
    color: #fff;
}

.hero .owl-carousel .owl-dots .owl-dot.active,
.hero .owl-carousel .owl-dots .owl-dot.active:hover,
.hero .owl-carousel .owl-dots .owl-dot.active:focus,
.hero .owl-carousel .owl-dots .owl-dot.active:active {
    color: #fff;
    margin-left: auto;
    opacity: 1;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
}

.hero .owl-carousel .owl-dots .owl-dot:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 0;
    background: #fff;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.hero .owl-carousel .owl-dots .owl-dot.active:before,
.hero .owl-carousel .owl-dots .owl-dot.active:hover:before,
.hero .owl-carousel .owl-dots .owl-dot.active:active:before {
    width: 20px;
}

@media only screen and (min-width: 640px) {
    .hero .owl-carousel .owl-dots {
        top: 0
    }
}


@media only screen and (min-width: 768px) {
    .hero .owl-carousel .owl-dots {
        height: 100%;
        right: 8.333%;
    }
}
@import url('https://cdn.jsdelivr.net/gh/froala/design-blocks@master/dist/css/froala_blocks.min.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif;
    color: #222328
}

html body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html body footer, html body header, html body main {
    opacity: 0
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus, .pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background: url(/wp-content/plugins/photoswipe-masonry/photoswipe-dist/default-skin/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1), (-webkit-min-device-pixel-ratio:1.09375), (min-resolution:105dpi), (min-resolution:1.1dppx) {
    .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(/wp-content/plugins/photoswipe-masonry/photoswipe-dist/default-skin/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter, .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../img/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar, .pswp__caption {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

.materialize-red {
    background-color: #e51c23 !important
}

.materialize-red-text {
    color: #e51c23 !important
}

.materialize-red.lighten-5 {
    background-color: #fdeaeb !important
}

.materialize-red-text.text-lighten-5 {
    color: #fdeaeb !important
}

.materialize-red.lighten-4 {
    background-color: #f8c1c3 !important
}

.materialize-red-text.text-lighten-4 {
    color: #f8c1c3 !important
}

.materialize-red.lighten-3 {
    background-color: #f3989b !important
}

.materialize-red-text.text-lighten-3 {
    color: #f3989b !important
}

.materialize-red.lighten-2 {
    background-color: #ee6e73 !important
}

.materialize-red-text.text-lighten-2 {
    color: #ee6e73 !important
}

.materialize-red.lighten-1 {
    background-color: #ea454b !important
}

.materialize-red-text.text-lighten-1 {
    color: #ea454b !important
}

.materialize-red.darken-1 {
    background-color: #d0181e !important
}

.materialize-red-text.text-darken-1 {
    color: #d0181e !important
}

.materialize-red.darken-2 {
    background-color: #b9151b !important
}

.materialize-red-text.text-darken-2 {
    color: #b9151b !important
}

.materialize-red.darken-3 {
    background-color: #a21318 !important
}

.materialize-red-text.text-darken-3 {
    color: #a21318 !important
}

.materialize-red.darken-4 {
    background-color: #8b1014 !important
}

.materialize-red-text.text-darken-4 {
    color: #8b1014 !important
}

.red {
    background-color: #F44336 !important
}

.red-text {
    color: #F44336 !important
}

.red.lighten-5 {
    background-color: #FFEBEE !important
}

.red-text.text-lighten-5 {
    color: #FFEBEE !important
}

.red.lighten-4 {
    background-color: #FFCDD2 !important
}

.red-text.text-lighten-4 {
    color: #FFCDD2 !important
}

.red.lighten-3 {
    background-color: #EF9A9A !important
}

.red-text.text-lighten-3 {
    color: #EF9A9A !important
}

.red.lighten-2 {
    background-color: #E57373 !important
}

.red-text.text-lighten-2 {
    color: #E57373 !important
}

.red.lighten-1 {
    background-color: #EF5350 !important
}

.red-text.text-lighten-1 {
    color: #EF5350 !important
}

.red.darken-1 {
    background-color: #E53935 !important
}

.red-text.text-darken-1 {
    color: #E53935 !important
}

.red.darken-2 {
    background-color: #D32F2F !important
}

.red-text.text-darken-2 {
    color: #D32F2F !important
}

.red.darken-3 {
    background-color: #C62828 !important
}

.red-text.text-darken-3 {
    color: #C62828 !important
}

.red.darken-4 {
    background-color: #B71C1C !important
}

.red-text.text-darken-4 {
    color: #B71C1C !important
}

.red.accent-1 {
    background-color: #FF8A80 !important
}

.red-text.text-accent-1 {
    color: #FF8A80 !important
}

.red.accent-2 {
    background-color: #FF5252 !important
}

.red-text.text-accent-2 {
    color: #FF5252 !important
}

.red.accent-3 {
    background-color: #FF1744 !important
}

.red-text.text-accent-3 {
    color: #FF1744 !important
}

.red.accent-4 {
    background-color: #D50000 !important
}

.red-text.text-accent-4 {
    color: #D50000 !important
}

.pink {
    background-color: #e91e63 !important
}

.pink-text {
    color: #e91e63 !important
}

.pink.lighten-5 {
    background-color: #fce4ec !important
}

.pink-text.text-lighten-5 {
    color: #fce4ec !important
}

.pink.lighten-4 {
    background-color: #f8bbd0 !important
}

.pink-text.text-lighten-4 {
    color: #f8bbd0 !important
}

.pink.lighten-3 {
    background-color: #f48fb1 !important
}

.pink-text.text-lighten-3 {
    color: #f48fb1 !important
}

.pink.lighten-2 {
    background-color: #f06292 !important
}

.pink-text.text-lighten-2 {
    color: #f06292 !important
}

.pink.lighten-1 {
    background-color: #ec407a !important
}

.pink-text.text-lighten-1 {
    color: #ec407a !important
}

.pink.darken-1 {
    background-color: #d81b60 !important
}

.pink-text.text-darken-1 {
    color: #d81b60 !important
}

.pink.darken-2 {
    background-color: #c2185b !important
}

.pink-text.text-darken-2 {
    color: #c2185b !important
}

.pink.darken-3 {
    background-color: #ad1457 !important
}

.pink-text.text-darken-3 {
    color: #ad1457 !important
}

.pink.darken-4 {
    background-color: #880e4f !important
}

.pink-text.text-darken-4 {
    color: #880e4f !important
}

.pink.accent-1 {
    background-color: #ff80ab !important
}

.pink-text.text-accent-1 {
    color: #ff80ab !important
}

.pink.accent-2 {
    background-color: #ff4081 !important
}

.pink-text.text-accent-2 {
    color: #ff4081 !important
}

.pink.accent-3 {
    background-color: #f50057 !important
}

.pink-text.text-accent-3 {
    color: #f50057 !important
}

.pink.accent-4 {
    background-color: #c51162 !important
}

.pink-text.text-accent-4 {
    color: #c51162 !important
}

.purple {
    background-color: #9c27b0 !important
}

.purple-text {
    color: #9c27b0 !important
}

.purple.lighten-5 {
    background-color: #f3e5f5 !important
}

.purple-text.text-lighten-5 {
    color: #f3e5f5 !important
}

.purple.lighten-4 {
    background-color: #e1bee7 !important
}

.purple-text.text-lighten-4 {
    color: #e1bee7 !important
}

.purple.lighten-3 {
    background-color: #ce93d8 !important
}

.purple-text.text-lighten-3 {
    color: #ce93d8 !important
}

.purple.lighten-2 {
    background-color: #ba68c8 !important
}

.purple-text.text-lighten-2 {
    color: #ba68c8 !important
}

.purple.lighten-1 {
    background-color: #ab47bc !important
}

.purple-text.text-lighten-1 {
    color: #ab47bc !important
}

.purple.darken-1 {
    background-color: #8e24aa !important
}

.purple-text.text-darken-1 {
    color: #8e24aa !important
}

.purple.darken-2 {
    background-color: #7b1fa2 !important
}

.purple-text.text-darken-2 {
    color: #7b1fa2 !important
}

.purple.darken-3 {
    background-color: #6a1b9a !important
}

.purple-text.text-darken-3 {
    color: #6a1b9a !important
}

.purple.darken-4 {
    background-color: #4a148c !important
}

.purple-text.text-darken-4 {
    color: #4a148c !important
}

.purple.accent-1 {
    background-color: #ea80fc !important
}

.purple-text.text-accent-1 {
    color: #ea80fc !important
}

.purple.accent-2 {
    background-color: #e040fb !important
}

.purple-text.text-accent-2 {
    color: #e040fb !important
}

.purple.accent-3 {
    background-color: #d500f9 !important
}

.purple-text.text-accent-3 {
    color: #d500f9 !important
}

.purple.accent-4 {
    background-color: #a0f !important
}

.purple-text.text-accent-4 {
    color: #a0f !important
}

.deep-purple {
    background-color: #673ab7 !important
}

.deep-purple-text {
    color: #673ab7 !important
}

.deep-purple.lighten-5 {
    background-color: #ede7f6 !important
}

.deep-purple-text.text-lighten-5 {
    color: #ede7f6 !important
}

.deep-purple.lighten-4 {
    background-color: #d1c4e9 !important
}

.deep-purple-text.text-lighten-4 {
    color: #d1c4e9 !important
}

.deep-purple.lighten-3 {
    background-color: #b39ddb !important
}

.deep-purple-text.text-lighten-3 {
    color: #b39ddb !important
}

.deep-purple.lighten-2 {
    background-color: #9575cd !important
}

.deep-purple-text.text-lighten-2 {
    color: #9575cd !important
}

.deep-purple.lighten-1 {
    background-color: #7e57c2 !important
}

.deep-purple-text.text-lighten-1 {
    color: #7e57c2 !important
}

.deep-purple.darken-1 {
    background-color: #5e35b1 !important
}

.deep-purple-text.text-darken-1 {
    color: #5e35b1 !important
}

.deep-purple.darken-2 {
    background-color: #512da8 !important
}

.deep-purple-text.text-darken-2 {
    color: #512da8 !important
}

.deep-purple.darken-3 {
    background-color: #4527a0 !important
}

.deep-purple-text.text-darken-3 {
    color: #4527a0 !important
}

.deep-purple.darken-4 {
    background-color: #311b92 !important
}

.deep-purple-text.text-darken-4 {
    color: #311b92 !important
}

.deep-purple.accent-1 {
    background-color: #b388ff !important
}

.deep-purple-text.text-accent-1 {
    color: #b388ff !important
}

.deep-purple.accent-2 {
    background-color: #7c4dff !important
}

.deep-purple-text.text-accent-2 {
    color: #7c4dff !important
}

.deep-purple.accent-3 {
    background-color: #651fff !important
}

.deep-purple-text.text-accent-3 {
    color: #651fff !important
}

.deep-purple.accent-4 {
    background-color: #6200ea !important
}

.deep-purple-text.text-accent-4 {
    color: #6200ea !important
}

.indigo {
    background-color: #3f51b5 !important
}

.indigo-text {
    color: #3f51b5 !important
}

.indigo.lighten-5 {
    background-color: #e8eaf6 !important
}

.indigo-text.text-lighten-5 {
    color: #e8eaf6 !important
}

.indigo.lighten-4 {
    background-color: #c5cae9 !important
}

.indigo-text.text-lighten-4 {
    color: #c5cae9 !important
}

.indigo.lighten-3 {
    background-color: #9fa8da !important
}

.indigo-text.text-lighten-3 {
    color: #9fa8da !important
}

.indigo.lighten-2 {
    background-color: #7986cb !important
}

.indigo-text.text-lighten-2 {
    color: #7986cb !important
}

.indigo.lighten-1 {
    background-color: #5c6bc0 !important
}

.indigo-text.text-lighten-1 {
    color: #5c6bc0 !important
}

.indigo.darken-1 {
    background-color: #3949ab !important
}

.indigo-text.text-darken-1 {
    color: #3949ab !important
}

.indigo.darken-2 {
    background-color: #303f9f !important
}

.indigo-text.text-darken-2 {
    color: #303f9f !important
}

.indigo.darken-3 {
    background-color: #283593 !important
}

.indigo-text.text-darken-3 {
    color: #283593 !important
}

.indigo.darken-4 {
    background-color: #1a237e !important
}

.indigo-text.text-darken-4 {
    color: #1a237e !important
}

.indigo.accent-1 {
    background-color: #8c9eff !important
}

.indigo-text.text-accent-1 {
    color: #8c9eff !important
}

.indigo.accent-2 {
    background-color: #536dfe !important
}

.indigo-text.text-accent-2 {
    color: #536dfe !important
}

.indigo.accent-3 {
    background-color: #3d5afe !important
}

.indigo-text.text-accent-3 {
    color: #3d5afe !important
}

.indigo.accent-4 {
    background-color: #304ffe !important
}

.indigo-text.text-accent-4 {
    color: #304ffe !important
}

.blue {
    background-color: #2196F3 !important
}

.blue-text {
    color: #2196F3 !important
}

.blue.lighten-5 {
    background-color: #E3F2FD !important
}

.blue-text.text-lighten-5 {
    color: #E3F2FD !important
}

.blue.lighten-4 {
    background-color: #BBDEFB !important
}

.blue-text.text-lighten-4 {
    color: #BBDEFB !important
}

.blue.lighten-3 {
    background-color: #90CAF9 !important
}

.blue-text.text-lighten-3 {
    color: #90CAF9 !important
}

.blue.lighten-2 {
    background-color: #64B5F6 !important
}

.blue-text.text-lighten-2 {
    color: #64B5F6 !important
}

.blue.lighten-1 {
    background-color: #42A5F5 !important
}

.blue-text.text-lighten-1 {
    color: #42A5F5 !important
}

.blue.darken-1 {
    background-color: #1E88E5 !important
}

.blue-text.text-darken-1 {
    color: #1E88E5 !important
}

.blue.darken-2 {
    background-color: #1976D2 !important
}

.blue-text.text-darken-2 {
    color: #1976D2 !important
}

.blue.darken-3 {
    background-color: #1565C0 !important
}

.blue-text.text-darken-3 {
    color: #1565C0 !important
}

.blue.darken-4 {
    background-color: #0D47A1 !important
}

.blue-text.text-darken-4 {
    color: #0D47A1 !important
}

.blue.accent-1 {
    background-color: #82B1FF !important
}

.blue-text.text-accent-1 {
    color: #82B1FF !important
}

.blue.accent-2 {
    background-color: #448AFF !important
}

.blue-text.text-accent-2 {
    color: #448AFF !important
}

.blue.accent-3 {
    background-color: #2979FF !important
}

.blue-text.text-accent-3 {
    color: #2979FF !important
}

.blue.accent-4 {
    background-color: #2962FF !important
}

.blue-text.text-accent-4 {
    color: #2962FF !important
}

.light-blue {
    background-color: #03a9f4 !important
}

.light-blue-text {
    color: #03a9f4 !important
}

.light-blue.lighten-5 {
    background-color: #e1f5fe !important
}

.light-blue-text.text-lighten-5 {
    color: #e1f5fe !important
}

.light-blue.lighten-4 {
    background-color: #b3e5fc !important
}

.light-blue-text.text-lighten-4 {
    color: #b3e5fc !important
}

.light-blue.lighten-3 {
    background-color: #81d4fa !important
}

.light-blue-text.text-lighten-3 {
    color: #81d4fa !important
}

.light-blue.lighten-2 {
    background-color: #4fc3f7 !important
}

.light-blue-text.text-lighten-2 {
    color: #4fc3f7 !important
}

.light-blue.lighten-1 {
    background-color: #29b6f6 !important
}

.light-blue-text.text-lighten-1 {
    color: #29b6f6 !important
}

.light-blue.darken-1 {
    background-color: #039be5 !important
}

.light-blue-text.text-darken-1 {
    color: #039be5 !important
}

.light-blue.darken-2 {
    background-color: #0288d1 !important
}

.light-blue-text.text-darken-2 {
    color: #0288d1 !important
}

.light-blue.darken-3 {
    background-color: #0277bd !important
}

.light-blue-text.text-darken-3 {
    color: #0277bd !important
}

.light-blue.darken-4 {
    background-color: #01579b !important
}

.light-blue-text.text-darken-4 {
    color: #01579b !important
}

.light-blue.accent-1 {
    background-color: #80d8ff !important
}

.light-blue-text.text-accent-1 {
    color: #80d8ff !important
}

.light-blue.accent-2 {
    background-color: #40c4ff !important
}

.light-blue-text.text-accent-2 {
    color: #40c4ff !important
}

.light-blue.accent-3 {
    background-color: #00b0ff !important
}

.light-blue-text.text-accent-3 {
    color: #00b0ff !important
}

.light-blue.accent-4 {
    background-color: #0091ea !important
}

.light-blue-text.text-accent-4 {
    color: #0091ea !important
}

.cyan {
    background-color: #00bcd4 !important
}

.cyan-text {
    color: #00bcd4 !important
}

.cyan.lighten-5 {
    background-color: #e0f7fa !important
}

.cyan-text.text-lighten-5 {
    color: #e0f7fa !important
}

.cyan.lighten-4 {
    background-color: #b2ebf2 !important
}

.cyan-text.text-lighten-4 {
    color: #b2ebf2 !important
}

.cyan.lighten-3 {
    background-color: #80deea !important
}

.cyan-text.text-lighten-3 {
    color: #80deea !important
}

.cyan.lighten-2 {
    background-color: #4dd0e1 !important
}

.cyan-text.text-lighten-2 {
    color: #4dd0e1 !important
}

.cyan.lighten-1 {
    background-color: #26c6da !important
}

.cyan-text.text-lighten-1 {
    color: #26c6da !important
}

.cyan.darken-1 {
    background-color: #00acc1 !important
}

.cyan-text.text-darken-1 {
    color: #00acc1 !important
}

.cyan.darken-2 {
    background-color: #0097a7 !important
}

.cyan-text.text-darken-2 {
    color: #0097a7 !important
}

.cyan.darken-3 {
    background-color: #00838f !important
}

.cyan-text.text-darken-3 {
    color: #00838f !important
}

.cyan.darken-4 {
    background-color: #006064 !important
}

.cyan-text.text-darken-4 {
    color: #006064 !important
}

.cyan.accent-1 {
    background-color: #84ffff !important
}

.cyan-text.text-accent-1 {
    color: #84ffff !important
}

.cyan.accent-2 {
    background-color: #18ffff !important
}

.cyan-text.text-accent-2 {
    color: #18ffff !important
}

.cyan.accent-3 {
    background-color: #00e5ff !important
}

.cyan-text.text-accent-3 {
    color: #00e5ff !important
}

.cyan.accent-4 {
    background-color: #00b8d4 !important
}

.cyan-text.text-accent-4 {
    color: #00b8d4 !important
}

.teal {
    background-color: #009688 !important
}

.teal-text {
    color: #009688 !important
}

.teal.lighten-5 {
    background-color: #e0f2f1 !important
}

.teal-text.text-lighten-5 {
    color: #e0f2f1 !important
}

.teal.lighten-4 {
    background-color: #b2dfdb !important
}

.teal-text.text-lighten-4 {
    color: #b2dfdb !important
}

.teal.lighten-3 {
    background-color: #80cbc4 !important
}

.teal-text.text-lighten-3 {
    color: #80cbc4 !important
}

.teal.lighten-2 {
    background-color: #4db6ac !important
}

.teal-text.text-lighten-2 {
    color: #4db6ac !important
}

.teal.lighten-1 {
    background-color: #26a69a !important
}

.teal-text.text-lighten-1 {
    color: #26a69a !important
}

.teal.darken-1 {
    background-color: #00897b !important
}

.teal-text.text-darken-1 {
    color: #00897b !important
}

.teal.darken-2 {
    background-color: #00796b !important
}

.teal-text.text-darken-2 {
    color: #00796b !important
}

.teal.darken-3 {
    background-color: #00695c !important
}

.teal-text.text-darken-3 {
    color: #00695c !important
}

.teal.darken-4 {
    background-color: #004d40 !important
}

.teal-text.text-darken-4 {
    color: #004d40 !important
}

.teal.accent-1 {
    background-color: #a7ffeb !important
}

.teal-text.text-accent-1 {
    color: #a7ffeb !important
}

.teal.accent-2 {
    background-color: #64ffda !important
}

.teal-text.text-accent-2 {
    color: #64ffda !important
}

.teal.accent-3 {
    background-color: #1de9b6 !important
}

.teal-text.text-accent-3 {
    color: #1de9b6 !important
}

.teal.accent-4 {
    background-color: #00bfa5 !important
}

.teal-text.text-accent-4 {
    color: #00bfa5 !important
}

.green {
    background-color: #4CAF50 !important
}

.green-text {
    color: #4CAF50 !important
}

.green.lighten-5 {
    background-color: #E8F5E9 !important
}

.green-text.text-lighten-5 {
    color: #E8F5E9 !important
}

.green.lighten-4 {
    background-color: #C8E6C9 !important
}

.green-text.text-lighten-4 {
    color: #C8E6C9 !important
}

.green.lighten-3 {
    background-color: #A5D6A7 !important
}

.green-text.text-lighten-3 {
    color: #A5D6A7 !important
}

.green.lighten-2 {
    background-color: #81C784 !important
}

.green-text.text-lighten-2 {
    color: #81C784 !important
}

.green.lighten-1 {
    background-color: #66BB6A !important
}

.green-text.text-lighten-1 {
    color: #66BB6A !important
}

.green.darken-1 {
    background-color: #43A047 !important
}

.green-text.text-darken-1 {
    color: #43A047 !important
}

.green.darken-2 {
    background-color: #388E3C !important
}

.green-text.text-darken-2 {
    color: #388E3C !important
}

.green.darken-3 {
    background-color: #2E7D32 !important
}

.green-text.text-darken-3 {
    color: #2E7D32 !important
}

.green.darken-4 {
    background-color: #1B5E20 !important
}

.green-text.text-darken-4 {
    color: #1B5E20 !important
}

.green.accent-1 {
    background-color: #B9F6CA !important
}

.green-text.text-accent-1 {
    color: #B9F6CA !important
}

.green.accent-2 {
    background-color: #69F0AE !important
}

.green-text.text-accent-2 {
    color: #69F0AE !important
}

.green.accent-3 {
    background-color: #00E676 !important
}

.green-text.text-accent-3 {
    color: #00E676 !important
}

.green.accent-4 {
    background-color: #00C853 !important
}

.green-text.text-accent-4 {
    color: #00C853 !important
}

.light-green {
    background-color: #8bc34a !important
}

.light-green-text {
    color: #8bc34a !important
}

.light-green.lighten-5 {
    background-color: #f1f8e9 !important
}

.light-green-text.text-lighten-5 {
    color: #f1f8e9 !important
}

.light-green.lighten-4 {
    background-color: #dcedc8 !important
}

.light-green-text.text-lighten-4 {
    color: #dcedc8 !important
}

.light-green.lighten-3 {
    background-color: #c5e1a5 !important
}

.light-green-text.text-lighten-3 {
    color: #c5e1a5 !important
}

.light-green.lighten-2 {
    background-color: #aed581 !important
}

.light-green-text.text-lighten-2 {
    color: #aed581 !important
}

.light-green.lighten-1 {
    background-color: #9ccc65 !important
}

.light-green-text.text-lighten-1 {
    color: #9ccc65 !important
}

.light-green.darken-1 {
    background-color: #7cb342 !important
}

.light-green-text.text-darken-1 {
    color: #7cb342 !important
}

.light-green.darken-2 {
    background-color: #689f38 !important
}

.light-green-text.text-darken-2 {
    color: #689f38 !important
}

.light-green.darken-3 {
    background-color: #558b2f !important
}

.light-green-text.text-darken-3 {
    color: #558b2f !important
}

.light-green.darken-4 {
    background-color: #33691e !important
}

.light-green-text.text-darken-4 {
    color: #33691e !important
}

.light-green.accent-1 {
    background-color: #ccff90 !important
}

.light-green-text.text-accent-1 {
    color: #ccff90 !important
}

.light-green.accent-2 {
    background-color: #b2ff59 !important
}

.light-green-text.text-accent-2 {
    color: #b2ff59 !important
}

.light-green.accent-3 {
    background-color: #76ff03 !important
}

.light-green-text.text-accent-3 {
    color: #76ff03 !important
}

.light-green.accent-4 {
    background-color: #64dd17 !important
}

.light-green-text.text-accent-4 {
    color: #64dd17 !important
}

.lime {
    background-color: #cddc39 !important
}

.lime-text {
    color: #cddc39 !important
}

.lime.lighten-5 {
    background-color: #f9fbe7 !important
}

.lime-text.text-lighten-5 {
    color: #f9fbe7 !important
}

.lime.lighten-4 {
    background-color: #f0f4c3 !important
}

.lime-text.text-lighten-4 {
    color: #f0f4c3 !important
}

.lime.lighten-3 {
    background-color: #e6ee9c !important
}

.lime-text.text-lighten-3 {
    color: #e6ee9c !important
}

.lime.lighten-2 {
    background-color: #dce775 !important
}

.lime-text.text-lighten-2 {
    color: #dce775 !important
}

.lime.lighten-1 {
    background-color: #d4e157 !important
}

.lime-text.text-lighten-1 {
    color: #d4e157 !important
}

.lime.darken-1 {
    background-color: #c0ca33 !important
}

.lime-text.text-darken-1 {
    color: #c0ca33 !important
}

.lime.darken-2 {
    background-color: #afb42b !important
}

.lime-text.text-darken-2 {
    color: #afb42b !important
}

.lime.darken-3 {
    background-color: #9e9d24 !important
}

.lime-text.text-darken-3 {
    color: #9e9d24 !important
}

.lime.darken-4 {
    background-color: #827717 !important
}

.lime-text.text-darken-4 {
    color: #827717 !important
}

.lime.accent-1 {
    background-color: #f4ff81 !important
}

.lime-text.text-accent-1 {
    color: #f4ff81 !important
}

.lime.accent-2 {
    background-color: #eeff41 !important
}

.lime-text.text-accent-2 {
    color: #eeff41 !important
}

.lime.accent-3 {
    background-color: #c6ff00 !important
}

.lime-text.text-accent-3 {
    color: #c6ff00 !important
}

.lime.accent-4 {
    background-color: #aeea00 !important
}

.lime-text.text-accent-4 {
    color: #aeea00 !important
}

.yellow {
    background-color: #ffeb3b !important
}

.yellow-text {
    color: #ffeb3b !important
}

.yellow.lighten-5 {
    background-color: #fffde7 !important
}

.yellow-text.text-lighten-5 {
    color: #fffde7 !important
}

.yellow.lighten-4 {
    background-color: #fff9c4 !important
}

.yellow-text.text-lighten-4 {
    color: #fff9c4 !important
}

.yellow.lighten-3 {
    background-color: #fff59d !important
}

.yellow-text.text-lighten-3 {
    color: #fff59d !important
}

.yellow.lighten-2 {
    background-color: #fff176 !important
}

.yellow-text.text-lighten-2 {
    color: #fff176 !important
}

.yellow.lighten-1 {
    background-color: #ffee58 !important
}

.yellow-text.text-lighten-1 {
    color: #ffee58 !important
}

.yellow.darken-1 {
    background-color: #fdd835 !important
}

.yellow-text.text-darken-1 {
    color: #fdd835 !important
}

.yellow.darken-2 {
    background-color: #fbc02d !important
}

.yellow-text.text-darken-2 {
    color: #fbc02d !important
}

.yellow.darken-3 {
    background-color: #f9a825 !important
}

.yellow-text.text-darken-3 {
    color: #f9a825 !important
}

.yellow.darken-4 {
    background-color: #f57f17 !important
}

.yellow-text.text-darken-4 {
    color: #f57f17 !important
}

.yellow.accent-1 {
    background-color: #ffff8d !important
}

.yellow-text.text-accent-1 {
    color: #ffff8d !important
}

.yellow.accent-2 {
    background-color: #ff0 !important
}

.yellow-text.text-accent-2 {
    color: #ff0 !important
}

.yellow.accent-3 {
    background-color: #ffea00 !important
}

.yellow-text.text-accent-3 {
    color: #ffea00 !important
}

.yellow.accent-4 {
    background-color: #ffd600 !important
}

.yellow-text.text-accent-4 {
    color: #ffd600 !important
}

.amber {
    background-color: #ffc107 !important
}

.amber-text {
    color: #ffc107 !important
}

.amber.lighten-5 {
    background-color: #fff8e1 !important
}

.amber-text.text-lighten-5 {
    color: #fff8e1 !important
}

.amber.lighten-4 {
    background-color: #ffecb3 !important
}

.amber-text.text-lighten-4 {
    color: #ffecb3 !important
}

.amber.lighten-3 {
    background-color: #ffe082 !important
}

.amber-text.text-lighten-3 {
    color: #ffe082 !important
}

.amber.lighten-2 {
    background-color: #ffd54f !important
}

.amber-text.text-lighten-2 {
    color: #ffd54f !important
}

.amber.lighten-1 {
    background-color: #ffca28 !important
}

.amber-text.text-lighten-1 {
    color: #ffca28 !important
}

.amber.darken-1 {
    background-color: #ffb300 !important
}

.amber-text.text-darken-1 {
    color: #ffb300 !important
}

.amber.darken-2 {
    background-color: #ffa000 !important
}

.amber-text.text-darken-2 {
    color: #ffa000 !important
}

.amber.darken-3 {
    background-color: #ff8f00 !important
}

.amber-text.text-darken-3 {
    color: #ff8f00 !important
}

.amber.darken-4 {
    background-color: #ff6f00 !important
}

.amber-text.text-darken-4 {
    color: #ff6f00 !important
}

.amber.accent-1 {
    background-color: #ffe57f !important
}

.amber-text.text-accent-1 {
    color: #ffe57f !important
}

.amber.accent-2 {
    background-color: #ffd740 !important
}

.amber-text.text-accent-2 {
    color: #ffd740 !important
}

.amber.accent-3 {
    background-color: #ffc400 !important
}

.amber-text.text-accent-3 {
    color: #ffc400 !important
}

.amber.accent-4 {
    background-color: #ffab00 !important
}

.amber-text.text-accent-4 {
    color: #ffab00 !important
}

.orange {
    background-color: #ff9800 !important
}

.orange-text {
    color: #ff9800 !important
}

.orange.lighten-5 {
    background-color: #fff3e0 !important
}

.orange-text.text-lighten-5 {
    color: #fff3e0 !important
}

.orange.lighten-4 {
    background-color: #ffe0b2 !important
}

.orange-text.text-lighten-4 {
    color: #ffe0b2 !important
}

.orange.lighten-3 {
    background-color: #ffcc80 !important
}

.orange-text.text-lighten-3 {
    color: #ffcc80 !important
}

.orange.lighten-2 {
    background-color: #ffb74d !important
}

.orange-text.text-lighten-2 {
    color: #ffb74d !important
}

.orange.lighten-1 {
    background-color: #ffa726 !important
}

.orange-text.text-lighten-1 {
    color: #ffa726 !important
}

.orange.darken-1 {
    background-color: #fb8c00 !important
}

.orange-text.text-darken-1 {
    color: #fb8c00 !important
}

.orange.darken-2 {
    background-color: #f57c00 !important
}

.orange-text.text-darken-2 {
    color: #f57c00 !important
}

.orange.darken-3 {
    background-color: #ef6c00 !important
}

.orange-text.text-darken-3 {
    color: #ef6c00 !important
}

.orange.darken-4 {
    background-color: #e65100 !important
}

.orange-text.text-darken-4 {
    color: #e65100 !important
}

.orange.accent-1 {
    background-color: #ffd180 !important
}

.orange-text.text-accent-1 {
    color: #ffd180 !important
}

.orange.accent-2 {
    background-color: #ffab40 !important
}

.orange-text.text-accent-2 {
    color: #ffab40 !important
}

.orange.accent-3 {
    background-color: #ff9100 !important
}

.orange-text.text-accent-3 {
    color: #ff9100 !important
}

.orange.accent-4 {
    background-color: #ff6d00 !important
}

.orange-text.text-accent-4 {
    color: #ff6d00 !important
}

.deep-orange {
    background-color: #ff5722 !important
}

.deep-orange-text {
    color: #ff5722 !important
}

.deep-orange.lighten-5 {
    background-color: #fbe9e7 !important
}

.deep-orange-text.text-lighten-5 {
    color: #fbe9e7 !important
}

.deep-orange.lighten-4 {
    background-color: #ffccbc !important
}

.deep-orange-text.text-lighten-4 {
    color: #ffccbc !important
}

.deep-orange.lighten-3 {
    background-color: #ffab91 !important
}

.deep-orange-text.text-lighten-3 {
    color: #ffab91 !important
}

.deep-orange.lighten-2 {
    background-color: #ff8a65 !important
}

.deep-orange-text.text-lighten-2 {
    color: #ff8a65 !important
}

.deep-orange.lighten-1 {
    background-color: #ff7043 !important
}

.deep-orange-text.text-lighten-1 {
    color: #ff7043 !important
}

.deep-orange.darken-1 {
    background-color: #f4511e !important
}

.deep-orange-text.text-darken-1 {
    color: #f4511e !important
}

.deep-orange.darken-2 {
    background-color: #e64a19 !important
}

.deep-orange-text.text-darken-2 {
    color: #e64a19 !important
}

.deep-orange.darken-3 {
    background-color: #d84315 !important
}

.deep-orange-text.text-darken-3 {
    color: #d84315 !important
}

.deep-orange.darken-4 {
    background-color: #bf360c !important
}

.deep-orange-text.text-darken-4 {
    color: #bf360c !important
}

.deep-orange.accent-1 {
    background-color: #ff9e80 !important
}

.deep-orange-text.text-accent-1 {
    color: #ff9e80 !important
}

.deep-orange.accent-2 {
    background-color: #ff6e40 !important
}

.deep-orange-text.text-accent-2 {
    color: #ff6e40 !important
}

.deep-orange.accent-3 {
    background-color: #ff3d00 !important
}

.deep-orange-text.text-accent-3 {
    color: #ff3d00 !important
}

.deep-orange.accent-4 {
    background-color: #dd2c00 !important
}

.deep-orange-text.text-accent-4 {
    color: #dd2c00 !important
}

.brown {
    background-color: #795548 !important
}

.brown-text {
    color: #795548 !important
}

.brown.lighten-5 {
    background-color: #efebe9 !important
}

.brown-text.text-lighten-5 {
    color: #efebe9 !important
}

.brown.lighten-4 {
    background-color: #d7ccc8 !important
}

.brown-text.text-lighten-4 {
    color: #d7ccc8 !important
}

.brown.lighten-3 {
    background-color: #bcaaa4 !important
}

.brown-text.text-lighten-3 {
    color: #bcaaa4 !important
}

.brown.lighten-2 {
    background-color: #a1887f !important
}

.brown-text.text-lighten-2 {
    color: #a1887f !important
}

.brown.lighten-1 {
    background-color: #8d6e63 !important
}

.brown-text.text-lighten-1 {
    color: #8d6e63 !important
}

.brown.darken-1 {
    background-color: #6d4c41 !important
}

.brown-text.text-darken-1 {
    color: #6d4c41 !important
}

.brown.darken-2 {
    background-color: #5d4037 !important
}

.brown-text.text-darken-2 {
    color: #5d4037 !important
}

.brown.darken-3 {
    background-color: #4e342e !important
}

.brown-text.text-darken-3 {
    color: #4e342e !important
}

.brown.darken-4 {
    background-color: #3e2723 !important
}

.brown-text.text-darken-4 {
    color: #3e2723 !important
}

.blue-grey {
    background-color: #607d8b !important
}

.blue-grey-text {
    color: #607d8b !important
}

.blue-grey.lighten-5 {
    background-color: #eceff1 !important
}

.blue-grey-text.text-lighten-5 {
    color: #eceff1 !important
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc !important
}

.blue-grey-text.text-lighten-4 {
    color: #cfd8dc !important
}

.blue-grey.lighten-3 {
    background-color: #b0bec5 !important
}

.blue-grey-text.text-lighten-3 {
    color: #b0bec5 !important
}

.blue-grey.lighten-2 {
    background-color: #90a4ae !important
}

.blue-grey-text.text-lighten-2 {
    color: #90a4ae !important
}

.blue-grey.lighten-1 {
    background-color: #78909c !important
}

.blue-grey-text.text-lighten-1 {
    color: #78909c !important
}

.blue-grey.darken-1 {
    background-color: #546e7a !important
}

.blue-grey-text.text-darken-1 {
    color: #546e7a !important
}

.blue-grey.darken-2 {
    background-color: #455a64 !important
}

.blue-grey-text.text-darken-2 {
    color: #455a64 !important
}

.blue-grey.darken-3 {
    background-color: #37474f !important
}

.blue-grey-text.text-darken-3 {
    color: #37474f !important
}

.blue-grey.darken-4 {
    background-color: #263238 !important
}

.blue-grey-text.text-darken-4 {
    color: #263238 !important
}

.grey {
    background-color: #9e9e9e !important
}

.grey-text {
    color: #9e9e9e !important
}

.grey.lighten-5 {
    background-color: #fafafa !important
}

.grey-text.text-lighten-5 {
    color: #fafafa !important
}

.grey.lighten-4 {
    background-color: #f5f5f5 !important
}

.grey-text.text-lighten-4 {
    color: #f5f5f5 !important
}

.grey.lighten-3 {
    background-color: #eee !important
}

.grey-text.text-lighten-3 {
    color: #eee !important
}

.grey.lighten-2 {
    background-color: #e0e0e0 !important
}

.grey-text.text-lighten-2 {
    color: #e0e0e0 !important
}

.grey.lighten-1 {
    background-color: #bdbdbd !important
}

.grey-text.text-lighten-1 {
    color: #bdbdbd !important
}

.grey.darken-1 {
    background-color: #757575 !important
}

.grey-text.text-darken-1 {
    color: #757575 !important
}

.grey.darken-2 {
    background-color: #616161 !important
}

.grey-text.text-darken-2 {
    color: #616161 !important
}

.grey.darken-3 {
    background-color: #424242 !important
}

.grey-text.text-darken-3 {
    color: #424242 !important
}

.grey.darken-4 {
    background-color: #212121 !important
}

.grey-text.text-darken-4 {
    color: #212121 !important
}

.black {
    background-color: #000 !important
}

.black-text {
    color: #000 !important
}

.white {
    background-color: #fff !important
}

.white-text {
    color: #fff !important
}

.transparent {
    background-color: transparent !important
}

.transparent-text {
    color: transparent !important
}

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

body {
    margin: 0
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none
}

ul:not(.browser-default) li {
    list-style-type: none
}

a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

.valign-wrapper {
    display: flex;
    align-items: center
}

.valign-wrapper .valign {
    display: block
}

.clearfix {
    clear: both
}

.z-depth-0 {
    box-shadow: none !important
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    box-shadow: 0
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
    box-shadow: 0
}

.z-depth-2 {
    box-shadow: 0
}

.z-depth-3 {
    box-shadow: 0
}

.z-depth-4, .modal {
    box-shadow: 0
}

.z-depth-5 {
    box-shadow: 0
}

.hoverable {
    transition: box-shadow .25s;
    box-shadow: 0
}

.hoverable:hover {
    transition: box-shadow .25s;
    box-shadow: 0
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ee6e73
}

i {
    line-height: inherit
}

i.left {
    float: left;
    margin-right: 15px
}

i.right {
    float: right;
    margin-left: 15px
}

i.tiny {
    font-size: 1rem
}

i.small {
    font-size: 2rem
}

i.medium {
    font-size: 4rem
}

i.large {
    font-size: 6rem
}

img.responsive-img, video.responsive-video {
    max-width: 100%;
    height: auto
}

.pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px
}

.pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px
}

.pagination li.active a {
    color: #fff
}

.pagination li.active {
    background-color: #ee6e73
}

.pagination li.disabled a {
    cursor: default;
    color: #999
}

.pagination li i {
    font-size: 2rem
}

.pagination li.pages ul li {
    display: inline-block;
    float: none
}

@media only screen and (max-width:992px) {
    .pagination {
        width: 100%
    }

    .pagination li.prev, .pagination li.next {
        width: 10%
    }

    .pagination li.pages {
        width: 80%;
        overflow: hidden;
        white-space: nowrap
    }
}

.breadcrumb {
    /* font-size: 18px; */
    color: rgba(255, 255, 255, .7)
}

.breadcrumb i, .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"], .breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    /* font-size: 24px */
}

/* .breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, .7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased
}

.breadcrumb:first-child:before {
    display: none
}

 */

.breadcrumb-block {
    background: none
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 45px;
    margin: 0 auto;
    list-style: none;
    background: none;
    border-radius: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem;
}

.breadcrumb-item::after {
    display: inline-block;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "·";
}

.breadcrumb-item:last-child::after {
    content: ''
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item {
    font-style: italic;
    font-style: Garamond, serif
}

.breadcrumb-item a {
    color: #222328;
}

.breadcrumb-item a:hover,
.breadcrumb-item a:active,
.breadcrumb-item a:focus {
    color: #e74c3c;
}

.breadcrumb-item.active {
    color: #bdc3c7;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%)
}

.pin-top, .pin-bottom {
    position: relative
}

.pinned {
    position: fixed !important
}

ul.staggered-list li {
    opacity: 0
}

.fade-in {
    opacity: 0;
    transform-origin: 0 50%
}

@media only screen and (max-width:600px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important
    }
}

@media only screen and (max-width:992px) {
    .hide-on-med-and-down {
        display: none !important
    }
}

@media only screen and (min-width:601px) {
    .hide-on-med-and-up {
        display: none !important
    }
}

@media only screen and (min-width:600px) and (max-width:992px) {
    .hide-on-med-only {
        display: none !important
    }
}

@media only screen and (min-width:993px) {
    .hide-on-large-only {
        display: none !important
    }
}

@media only screen and (min-width:993px) {
    .show-on-large {
        display: block !important
    }
}

@media only screen and (min-width:600px) and (max-width:992px) {
    .show-on-medium {
        display: block !important
    }
}

@media only screen and (max-width:600px) {
    .show-on-small {
        display: block !important
    }
}

@media only screen and (min-width:601px) {
    .show-on-medium-and-up {
        display: block !important
    }
}

@media only screen and (max-width:992px) {
    .show-on-medium-and-down {
        display: block !important
    }
}

@media only screen and (max-width:600px) {
    .center-on-small-only {
        text-align: center
    }
}

footer.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #ee6e73
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, .8);
    background-color: rgba(51, 51, 51, .08)
}

table, th, td {
    border: none
}

table {
    width: 100%;
    display: table
}

table.bordered>thead>tr, table.bordered>tbody>tr {
    border-bottom: 1px solid #d0d0d0
}

table.striped>tbody>tr:nth-child(odd) {
    background-color: #f2f2f2
}

table.striped>tbody>tr>td {
    border-radius: 0
}

table.highlight>tbody>tr {
    transition: background-color .25s ease
}

table.highlight>tbody>tr:hover {
    background-color: #f2f2f2
}

table.centered thead tr th, table.centered tbody tr td {
    text-align: center
}

thead {
    border-bottom: 1px solid #d0d0d0
}

td, th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px
}

@media only screen and (max-width:992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative
    }

    table.responsive-table td:empty:before {
        content: '\00a0'
    }

    table.responsive-table th, table.responsive-table td {
        margin: 0;
        vertical-align: top
    }

    table.responsive-table th {
        text-align: left
    }

    table.responsive-table thead {
        display: block;
        float: left
    }

    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0
    }

    table.responsive-table thead tr th::before {
        content: "\00a0"
    }

    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap
    }

    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top
    }

    table.responsive-table th {
        display: block;
        text-align: right
    }

    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left
    }

    table.responsive-table tr {
        padding: 0 10px
    }

    table.responsive-table thead {
        border: 0;
        border-right: 1px solid #d0d0d0
    }

    table.responsive-table.bordered th {
        border-bottom: 0;
        border-left: 0
    }

    table.responsive-table.bordered td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

    table.responsive-table.bordered tr {
        border: 0
    }

    table.responsive-table.bordered tbody tr {
        border-right: 1px solid #d0d0d0
    }
}

.collection {
    margin: .5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative
}

.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0
}

.collection .collection-item.avatar {
    min-height: 84px;
    padding-left: 72px;
    position: relative
}

.collection .collection-item.avatar .circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle
}

.collection .collection-item.avatar i.circle {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center
}

.collection .collection-item.avatar .title {
    font-size: 16px
}

.collection .collection-item.avatar p {
    margin: 0
}

.collection .collection-item.avatar .secondary-content {
    position: absolute;
    top: 16px;
    right: 16px
}

.collection .collection-item:last-child {
    border-bottom: none
}

.collection .collection-item.active {
    background-color: #26a69a;
    color: #eafaf9
}

.collection .collection-item.active .secondary-content {
    color: #fff
}

.collection a.collection-item {
    display: block;
    transition: .25s;
    color: #26a69a
}

.collection a.collection-item:not(.active):hover {
    background-color: #ddd
}

.collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px
}

.collection.with-header .collection-item {
    padding-left: 30px
}

.collection.with-header .collection-item.avatar {
    padding-left: 72px
}

.secondary-content {
    float: right;
    color: #26a69a
}

.collapsible .collection {
    margin: 0;
    border: none
}

span.badge {
    min-width: 3rem;
    padding: 0 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    line-height: inherit;
    color: #757575;
    float: right;
    box-sizing: border-box
}

span.badge.new {
    font-weight: 300;
    font-size: .8rem;
    color: #fff;
    background-color: #26a69a;
    border-radius: 2px
}

span.badge.new:after {
    content: " new"
}

span.badge[data-badge-caption]::after {
    content: " "attr(data-badge-caption)
}

nav ul a span.badge {
    display: inline-block;
    float: none;
    margin-left: 4px;
    line-height: 22px;
    height: 22px
}

.side-nav span.badge.new, .collapsible span.badge.new {
    position: relative;
    background-color: transparent
}

.side-nav span.badge.new::before, .collapsible span.badge.new::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    left: 0;
    background-color: #26a69a;
    border-radius: 2px;
    z-index: -1
}

.collapsible span.badge.new {
    z-index: 1
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: .5rem 0 1rem 0;
    overflow: hidden
}

.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear
}

.progress .indeterminate {
    background-color: #26a69a
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    animation-delay: 1.15s
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}

.hide {
    display: none !important
}

.left-align {
    text-align: left
}

.right-align {
    text-align: right
}

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

.left {
    float: left !important
}

.right {
    float: right !important
}

.no-select, input[type=range], input[type=range]+.thumb {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.circle {
    border-radius: 50%
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.no-padding {
    padding: 0 !important
}

.material-icons {
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga'
}

.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1440px;
}

@media only screen and (min-width:601px) {
    .container {
        width: 90%
    }
}

@media only screen and (min-width:993px) {
    .container {
        width: 90%
    }
}

.container .row {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.section.no-pad {
    padding: 0
}

.section.no-pad-bot {
    padding-bottom: 0
}

.section.no-pad-top {
    padding-top: 0
}

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

.row {
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 20px */
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px
}

.row [class*="push-"], .row .col[class*="pull-"] {
    position: relative
}

.row .col.s1 {
    width: 8.33333%;
    left: auto;
    right: auto
}

.row .col.s2 {
    width: 16.66667%;
    left: auto;
    right: auto
}

.row .col.s3 {
    width: 25%;
    left: auto;
    right: auto
}

.row .col.s4 {
    width: 33.33333%;
    left: auto;
    right: auto
}

.row .col.s5 {
    width: 41.66667%;
    left: auto;
    right: auto
}

.row .col.s6 {
    width: 50%;
    left: auto;
    right: auto
}

.row .col.s7 {
    width: 58.33333%;
    left: auto;
    right: auto
}

.row .col.s8 {
    width: 66.66667%;
    left: auto;
    right: auto
}

.row .col.s9 {
    width: 75%;
    left: auto;
    right: auto
}

.row .col.s10 {
    width: 83.33333%;
    left: auto;
    right: auto
}

.row .col.s11 {
    width: 91.66667%;
    left: auto;
    right: auto
}

.row .col.s12 {
    width: 100%;
    left: auto;
    right: auto
}

.row .col.offset-s1 {
    margin-left: 8.33333%
}

.row .col.pull-s1 {
    right: 8.33333%
}

.row .col.push-s1 {
    left: 8.33333%
}

.row .col.offset-s2 {
    margin-left: 16.66667%
}

.row .col.pull-s2 {
    right: 16.66667%
}

.row .col.push-s2 {
    left: 16.66667%
}

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

.row .col.pull-s3 {
    right: 25%
}

.row .col.push-s3 {
    left: 25%
}

.row .col.offset-s4 {
    margin-left: 33.33333%
}

.row .col.pull-s4 {
    right: 33.33333%
}

.row .col.push-s4 {
    left: 33.33333%
}

.row .col.offset-s5 {
    margin-left: 41.66667%
}

.row .col.pull-s5 {
    right: 41.66667%
}

.row .col.push-s5 {
    left: 41.66667%
}

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

.row .col.pull-s6 {
    right: 50%
}

.row .col.push-s6 {
    left: 50%
}

.row .col.offset-s7 {
    margin-left: 58.33333%
}

.row .col.pull-s7 {
    right: 58.33333%
}

.row .col.push-s7 {
    left: 58.33333%
}

.row .col.offset-s8 {
    margin-left: 66.66667%
}

.row .col.pull-s8 {
    right: 66.66667%
}

.row .col.push-s8 {
    left: 66.66667%
}

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

.row .col.pull-s9 {
    right: 75%
}

.row .col.push-s9 {
    left: 75%
}

.row .col.offset-s10 {
    margin-left: 83.33333%
}

.row .col.pull-s10 {
    right: 83.33333%
}

.row .col.push-s10 {
    left: 83.33333%
}

.row .col.offset-s11 {
    margin-left: 91.66667%
}

.row .col.pull-s11 {
    right: 91.66667%
}

.row .col.push-s11 {
    left: 91.66667%
}

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

.row .col.pull-s12 {
    right: 100%
}

.row .col.push-s12 {
    left: 100%
}

@media only screen and (min-width:601px) {
    .row .col.m1 {
        width: 8.33333%;
        left: auto;
        right: auto
    }

    .row .col.m2 {
        width: 16.66667%;
        left: auto;
        right: auto
    }

    .row .col.m3 {
        width: 25%;
        left: auto;
        right: auto
    }

    .row .col.m4 {
        width: 33.33333%;
        left: auto;
        right: auto
    }

    .row .col.m5 {
        width: 41.66667%;
        left: auto;
        right: auto
    }

    .row .col.m6 {
        width: 50%;
        left: auto;
        right: auto
    }

    .row .col.m7 {
        width: 58.33333%;
        left: auto;
        right: auto
    }

    .row .col.m8 {
        width: 66.66667%;
        left: auto;
        right: auto
    }

    .row .col.m9 {
        width: 75%;
        left: auto;
        right: auto
    }

    .row .col.m10 {
        width: 83.33333%;
        left: auto;
        right: auto
    }

    .row .col.m11 {
        width: 91.66667%;
        left: auto;
        right: auto
    }

    .row .col.m12 {
        width: 100%;
        left: auto;
        right: auto
    }

    .row .col.offset-m1 {
        margin-left: 8.33333%
    }

    .row .col.pull-m1 {
        right: 8.33333%
    }

    .row .col.push-m1 {
        left: 8.33333%
    }

    .row .col.offset-m2 {
        margin-left: 16.66667%
    }

    .row .col.pull-m2 {
        right: 16.66667%
    }

    .row .col.push-m2 {
        left: 16.66667%
    }

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

    .row .col.pull-m3 {
        right: 25%
    }

    .row .col.push-m3 {
        left: 25%
    }

    .row .col.offset-m4 {
        margin-left: 33.33333%
    }

    .row .col.pull-m4 {
        right: 33.33333%
    }

    .row .col.push-m4 {
        left: 33.33333%
    }

    .row .col.offset-m5 {
        margin-left: 41.66667%
    }

    .row .col.pull-m5 {
        right: 41.66667%
    }

    .row .col.push-m5 {
        left: 41.66667%
    }

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

    .row .col.pull-m6 {
        right: 50%
    }

    .row .col.push-m6 {
        left: 50%
    }

    .row .col.offset-m7 {
        margin-left: 58.33333%
    }

    .row .col.pull-m7 {
        right: 58.33333%
    }

    .row .col.push-m7 {
        left: 58.33333%
    }

    .row .col.offset-m8 {
        margin-left: 66.66667%
    }

    .row .col.pull-m8 {
        right: 66.66667%
    }

    .row .col.push-m8 {
        left: 66.66667%
    }

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

    .row .col.pull-m9 {
        right: 75%
    }

    .row .col.push-m9 {
        left: 75%
    }

    .row .col.offset-m10 {
        margin-left: 83.33333%
    }

    .row .col.pull-m10 {
        right: 83.33333%
    }

    .row .col.push-m10 {
        left: 83.33333%
    }

    .row .col.offset-m11 {
        margin-left: 91.66667%
    }

    .row .col.pull-m11 {
        right: 91.66667%
    }

    .row .col.push-m11 {
        left: 91.66667%
    }

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

    .row .col.pull-m12 {
        right: 100%
    }

    .row .col.push-m12 {
        left: 100%
    }
}

@media only screen and (min-width:993px) {
    .row .col.l1 {
        width: 8.33333%;
        left: auto;
        right: auto
    }

    .row .col.l2 {
        width: 16.66667%;
        left: auto;
        right: auto
    }

    .row .col.l3 {
        width: 25%;
        left: auto;
        right: auto
    }

    .row .col.l4 {
        width: 33.33333%;
        left: auto;
        right: auto
    }

    .row .col.l5 {
        width: 41.66667%;
        left: auto;
        right: auto
    }

    .row .col.l6 {
        width: 50%;
        left: auto;
        right: auto
    }

    .row .col.l7 {
        width: 58.33333%;
        left: auto;
        right: auto
    }

    .row .col.l8 {
        width: 66.66667%;
        left: auto;
        right: auto
    }

    .row .col.l9 {
        width: 75%;
        left: auto;
        right: auto
    }

    .row .col.l10 {
        width: 83.33333%;
        left: auto;
        right: auto
    }

    .row .col.l11 {
        width: 91.66667%;
        left: auto;
        right: auto
    }

    .row .col.l12 {
        width: 100%;
        left: auto;
        right: auto
    }

    .row .col.offset-l1 {
        margin-left: 8.33333%
    }

    .row .col.pull-l1 {
        right: 8.33333%
    }

    .row .col.push-l1 {
        left: 8.33333%
    }

    .row .col.offset-l2 {
        margin-left: 16.66667%
    }

    .row .col.pull-l2 {
        right: 16.66667%
    }

    .row .col.push-l2 {
        left: 16.66667%
    }

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

    .row .col.pull-l3 {
        right: 25%
    }

    .row .col.push-l3 {
        left: 25%
    }

    .row .col.offset-l4 {
        margin-left: 33.33333%
    }

    .row .col.pull-l4 {
        right: 33.33333%
    }

    .row .col.push-l4 {
        left: 33.33333%
    }

    .row .col.offset-l5 {
        margin-left: 41.66667%
    }

    .row .col.pull-l5 {
        right: 41.66667%
    }

    .row .col.push-l5 {
        left: 41.66667%
    }

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

    .row .col.pull-l6 {
        right: 50%
    }

    .row .col.push-l6 {
        left: 50%
    }

    .row .col.offset-l7 {
        margin-left: 58.33333%
    }

    .row .col.pull-l7 {
        right: 58.33333%
    }

    .row .col.push-l7 {
        left: 58.33333%
    }

    .row .col.offset-l8 {
        margin-left: 66.66667%
    }

    .row .col.pull-l8 {
        right: 66.66667%
    }

    .row .col.push-l8 {
        left: 66.66667%
    }

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

    .row .col.pull-l9 {
        right: 75%
    }

    .row .col.push-l9 {
        left: 75%
    }

    .row .col.offset-l10 {
        margin-left: 83.33333%
    }

    .row .col.pull-l10 {
        right: 83.33333%
    }

    .row .col.push-l10 {
        left: 83.33333%
    }

    .row .col.offset-l11 {
        margin-left: 91.66667%
    }

    .row .col.pull-l11 {
        right: 91.66667%
    }

    .row .col.push-l11 {
        left: 91.66667%
    }

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

    .row .col.pull-l12 {
        right: 100%
    }

    .row .col.push-l12 {
        left: 100%
    }
}

nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    height: 56px;
    line-height: 56px
}

nav.nav-extended {
    height: auto
}

nav.nav-extended .nav-wrapper {
    height: auto
}

nav a {
    color: #fff
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px
}

nav .nav-wrapper {
    position: relative;
    height: 100%
}

@media only screen and (min-width:993px) {
    nav a.button-collapse {
        display: none
    }
}

nav .button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px
}

nav .button-collapse i {
    height: 56px;
    line-height: 56px
}

nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    white-space: nowrap
}

nav .brand-logo.center {
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width:992px) {
    nav .brand-logo {
        left: 50%;
        transform: translateX(-50%)
    }

    nav .brand-logo.left, nav .brand-logo.right {
        padding: 0;
        transform: none
    }

    nav .brand-logo.left {
        left: .5rem
    }

    nav .brand-logo.right {
        right: .5rem;
        left: auto
    }
}

nav .brand-logo.right {
    right: .5rem;
    padding: 0
}

nav .brand-logo i, nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"], nav .brand-logo i.material-icons {
    float: left;
    margin-right: 15px
}

nav ul {
    margin: 0
}

nav ul li {
    transition: background-color .3s;
    float: left;
    padding: 0
}

nav ul li.active {
    background-color: rgba(0, 0, 0, .1)
}

nav ul a {
    transition: background-color .3s;
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 10px 20px;
    cursor: pointer
}

nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
    margin-top: -2px;
    margin-left: 15px;
    margin-right: 15px
}

nav ul.left {
    float: left
}

nav form {
    height: 100%
}

nav .input-field {
    margin: 0;
    height: 100%
}

nav .input-field input {
    height: 100%;
    font-size: 1.2rem;
    border: none;
    padding-left: 2rem
}

nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
    border: none;
    box-shadow: none
}

nav .input-field label {
    top: 0;
    left: 0
}

nav .input-field label i {
    color: rgba(255, 255, 255, .7);
    transition: color .3s
}

nav .input-field label.active i {
    color: #fff
}

nav .input-field label.active {
    transform: translateY(0)
}

.navbar-fixed {
    position: relative;
    height: 56px;
    z-index: 997
}

.navbar-fixed nav {
    position: fixed
}

@media only screen and (min-width:601px) {
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 64px;
        line-height: 64px
    }

    .navbar-fixed {
        height: 64px
    }
}

a {
    text-decoration: none
}

html {
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, .87)
}

@media only screen and (min-width:0) {
    html {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) {
    html {
        font-size: 14.5px
    }
}

@media only screen and (min-width:1200px) {
    html {
        font-size: 15px
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    line-height: 1.5
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    font-weight: inherit
}

h1, h2, h3, .h1, .h2, .h3 {
    letter-spacing: -1px;
}

h1, .h1 {
    font-family: 'Open Sans Sans', sans-serif;
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0
}

h2, .h2 {
    font-family: 'Open Sans Sans', sans-serif;
    font-size: 3.56rem;
    line-height: 1.25;
    margin: 1.78rem 0 1.424rem 0
}

h3, .h3 {
    font-family: 'Open Sans Sans', sans-serif;
    font-size: 2.92rem;
    line-height: 120%;
    margin: 1.46rem 0 1.168rem 0
}

h4, .h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 .912rem 0
}

h5, .h5 {
    font-family: 'Open Sans Sans', sans-serif;
    font-size: 1.64rem;
    line-height: 120%;
    margin: .82rem 0 .656rem 0
}

h6, .h6 {
    font-size: 1rem;
    line-height: 110%;
    margin: .5rem 0 .4rem 0
}

em {
    font-style: italic
}

strong {
    font-weight: 500
}

small, .small {
    font-size: 1.25rem;
    line-height: 1.5
}

.light, footer.page-footer .footer-copyright {
    font-weight: 300
}

.thin {
    font-weight: 200
}

.flow-text {
    font-weight: 300
}

@media only screen and (min-width:360px) {
    .flow-text {
        font-size: 1.2rem
    }
}

@media only screen and (min-width:390px) {
    .flow-text {
        font-size: 1.224rem
    }
}

@media only screen and (min-width:420px) {
    .flow-text {
        font-size: 1.248rem
    }
}

@media only screen and (min-width:450px) {
    .flow-text {
        font-size: 1.272rem
    }
}

@media only screen and (min-width:480px) {
    .flow-text {
        font-size: 1.296rem
    }
}

@media only screen and (min-width:510px) {
    .flow-text {
        font-size: 1.32rem
    }
}

@media only screen and (min-width:540px) {
    .flow-text {
        font-size: 1.344rem
    }
}

@media only screen and (min-width:570px) {
    .flow-text {
        font-size: 1.368rem
    }
}

@media only screen and (min-width:600px) {
    .flow-text {
        font-size: 1.392rem
    }
}

@media only screen and (min-width:630px) {
    .flow-text {
        font-size: 1.416rem
    }
}

@media only screen and (min-width:660px) {
    .flow-text {
        font-size: 1.44rem
    }
}

@media only screen and (min-width:690px) {
    .flow-text {
        font-size: 1.464rem
    }
}

@media only screen and (min-width:720px) {
    .flow-text {
        font-size: 1.488rem
    }
}

@media only screen and (min-width:750px) {
    .flow-text {
        font-size: 1.512rem
    }
}

@media only screen and (min-width:780px) {
    .flow-text {
        font-size: 1.536rem
    }
}

@media only screen and (min-width:810px) {
    .flow-text {
        font-size: 1.56rem
    }
}

@media only screen and (min-width:840px) {
    .flow-text {
        font-size: 1.584rem
    }
}

@media only screen and (min-width:870px) {
    .flow-text {
        font-size: 1.608rem
    }
}

@media only screen and (min-width:900px) {
    .flow-text {
        font-size: 1.632rem
    }
}

@media only screen and (min-width:930px) {
    .flow-text {
        font-size: 1.656rem
    }
}

@media only screen and (min-width:960px) {
    .flow-text {
        font-size: 1.68rem
    }
}

@media only screen and (max-width:360px) {
    .flow-text {
        font-size: 1.2rem
    }
}

.card-panel {
    transition: box-shadow .25s;
    padding: 20px;
    margin: .5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff
}

.card {
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px
}

.card .card-title {
    font-size: 24px;
    font-weight: 300
}

.card .card-title.activator {
    cursor: pointer
}

.card.small, .card.medium, .card.large {
    position: relative
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
    max-height: 60%;
    overflow: hidden
}

.card.small .card-image+.card-content, .card.medium .card-image+.card-content, .card.large .card-image+.card-content {
    max-height: 40%
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
    max-height: 100%;
    overflow: hidden
}

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.card.small {
    height: 300px
}

.card.medium {
    height: 400px
}

.card.large {
    height: 500px
}

.card.horizontal {
    display: flex
}

.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
    height: 100%;
    max-height: none;
    overflow: visible
}

.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
    height: 100%
}

.card.horizontal .card-image {
    max-width: 50%
}

.card.horizontal .card-image img {
    border-radius: 2px 0 0 2px;
    max-width: 100%;
    width: auto
}

.card.horizontal .card-stacked {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative
}

.card.horizontal .card-stacked .card-content {
    flex-grow: 1
}

.card.sticky-action .card-action {
    z-index: 2
}

.card.sticky-action .card-reveal {
    z-index: 1;
    padding-bottom: 64px
}

.card .card-image {
    position: relative
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px
}

.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px
}

.card .card-content p {
    margin: 0;
    color: inherit
}

.card .card-content .card-title {
    line-height: 48px
}

.card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, .2);
    padding: 20px
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 20px;
    transition: color .3s ease;
    text-transform: uppercase
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
    color: #ffd8a6
}

.card .card-reveal {
    padding: 20px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none
}

.card .card-reveal .card-title {
    cursor: pointer;
    display: block
}

/* New card */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }

    .card-group>.card:only-child {
        border-radius: 0.25rem;
    }

    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

#toast-container {
    display: block;
    position: fixed;
    z-index: 10000
}

@media only screen and (max-width:600px) {
    #toast-container {
        min-width: 100%;
        bottom: 0%
    }
}

@media only screen and (min-width:601px) and (max-width:992px) {
    #toast-container {
        left: 5%;
        bottom: 7%;
        max-width: 90%
    }
}

@media only screen and (min-width:993px) {
    #toast-container {
        top: 10%;
        right: 7%;
        max-width: 86%
    }
}

.toast {
    border-radius: 2px;
    top: 0;
    width: auto;
    clear: both;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    word-break: break-all;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.toast .btn, .toast .btn-large, .toast .btn-flat {
    margin: 0;
    margin-left: 3rem
}

.toast.rounded {
    border-radius: 24px
}

@media only screen and (max-width:600px) {
    .toast {
        width: 100%;
        border-radius: 0
    }
}

@media only screen and (min-width:601px) and (max-width:992px) {
    .toast {
        float: left
    }
}

@media only screen and (min-width:993px) {
    .toast {
        float: right
    }
}

.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap
}

.tabs.tabs-transparent {
    background-color: transparent
}

.tabs.tabs-transparent .tab a, .tabs.tabs-transparent .tab.disabled a, .tabs.tabs-transparent .tab.disabled a:hover {
    color: rgba(255, 255, 255, .7)
}

.tabs.tabs-transparent .tab a:hover, .tabs.tabs-transparent .tab a.active {
    color: #fff
}

.tabs.tabs-transparent .indicator {
    background-color: #fff
}

.tabs.tabs-fixed-width {
    display: flex
}

.tabs.tabs-fixed-width .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase
}

.tabs .tab a {
    color: rgba(238, 110, 115, .7);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: #ee6e73
}

.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    color: rgba(238, 110, 115, .7);
    cursor: default
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f6b2b5;
    will-change: left, right
}

@media only screen and (max-width:992px) {
    .tabs {
        display: flex
    }

    .tabs .tab {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .tabs .tab a {
        padding: 0 12px
    }
}

.material-tooltip {
    padding: 10px 8px;
    font-size: 1rem;
    z-index: 2000;
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    display: none;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    pointer-events: none
}

.backdrop {
    position: absolute;
    opacity: 0;
    display: none;
    height: 7px;
    width: 14px;
    border-radius: 0 0 50% 50%;
    background-color: #323232;
    z-index: -1;
    transform-origin: 50% 0%;
    transform: translate3d(0, 0, 0)
}

.btn, .btn-large, .btn-flat {
    border: 1px solid #fff;
    border-radius: 0;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent
}

.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn-flat.disabled, .btn:disabled, .btn-large:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-flat:disabled, .btn[disabled], [disabled].btn-large, .btn-floating[disabled], .btn-large[disabled], .btn-flat[disabled] {
    pointer-events: none;
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default
}

.btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn-flat.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover, .btn-large:disabled:hover, .btn-flat:disabled:hover, .btn[disabled]:hover, [disabled].btn-large:hover, .btn-floating[disabled]:hover, .btn-large[disabled]:hover, .btn-flat[disabled]:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important
}

.btn, .btn-large, .btn-floating, .btn-large, .btn-flat {
    outline: 0
}

.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit
}

.btn:focus, .btn-large:focus, .btn-floating:focus {
    background-color: #1d7d74
}

.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #2980b9;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer
}

.btn:hover, .btn-large:hover {
    background-color: #3498db
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px
}

.btn-floating:hover {
    background-color: #26a69a
}

.btn-floating:before {
    border-radius: 0
}

.btn-floating.btn-large {
    width: 56px;
    height: 56px
}

.btn-floating.btn-large i {
    line-height: 56px
}

button.btn-floating {
    border: 1px solid #fff
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998
}

.fixed-action-btn.active ul {
    visibility: visible
}

.fixed-action-btn.horizontal {
    padding: 0 0 0 15px
}

.fixed-action-btn.horizontal ul {
    text-align: right;
    right: 64px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    left: auto;
    width: 500px
}

.fixed-action-btn.horizontal ul li {
    display: inline-block;
    margin: 15px 15px 0 0
}

.fixed-action-btn.toolbar {
    padding: 0;
    height: 56px
}

.fixed-action-btn.toolbar.active>a i {
    opacity: 0
}

.fixed-action-btn.toolbar ul {
    display: flex;
    top: 0;
    bottom: 0
}

.fixed-action-btn.toolbar ul li {
    flex: 1;
    display: inline-block;
    margin: 0;
    height: 100%;
    transition: none
}

.fixed-action-btn.toolbar ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    line-height: 56px;
    z-index: 1
}

.fixed-action-btn.toolbar ul li a i {
    line-height: inherit
}

.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden
}

.fixed-action-btn ul li {
    margin-bottom: 15px
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0
}

.fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #26a69a;
    border-radius: 50%;
    transform: scale(0)
}

.btn-flat {
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    transition: background-color .2s
}

.btn-flat:focus, .btn-flat:active {
    background-color: transparent
}

.btn-flat:focus, .btn-flat:hover {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: none
}

.btn-flat:active {
    background-color: rgba(0, 0, 0, .2)
}

.btn-flat.disabled {
    background-color: transparent !important;
    color: #b3b3b3 !important;
    cursor: default
}

.btn-large {
    height: 54px;
    line-height: 54px
}

.btn-large i {
    font-size: 1.6rem
}

.btn-block {
    display: block
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, .87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none
}

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
    background-color: #eee
}

.dropdown-content li.divider {
    min-height: 0;
    height: 1px
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    display: block;
    line-height: 22px;
    padding: 14px 16px
}

.dropdown-content li>span>label {
    top: 1px;
    left: 0;
    height: 18px
}

.dropdown-content li>a>i {
    height: inherit;
    line-height: inherit
}

.input-field.col .dropdown-content [type="checkbox"]+label {
    top: 1px;
    left: 0;
    height: 18px
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    transition: all 0.7s ease-out;
    transition-property: transform, opacity;
    transform: scale(0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, .45)
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, .7)
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, .7)
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, .7)
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, .7)
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, .7)
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, .7)
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none
}

.waves-effect img {
    position: relative;
    z-index: -1
}

.waves-notransition {
    transition: none !important
}

.waves-circle {
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%)
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none
}

.waves-block {
    display: block
}

.waves-effect .waves-ripple {
    z-index: -1
}

div.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity
}

@media only screen and (max-width:992px) {
    div.modal {
        width: 80%
    }
}

div.modal h1, div.modal h2, div.modal h3, div.modal h4 {
    margin-top: 0
}

div.modal .modal-content {
    padding: 24px
}

div.modal .modal-close {
    cursor: pointer
}

div.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%
}

div.modal .modal-footer .btn, div.modal .modal-footer .btn-large, div.modal .modal-footer .btn-flat {
    float: right;
    margin: 6px 0
}

div.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity
}

div.modal.modal-fixed-footer {
    padding: 0;
    height: 70%
}

div.modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto
}

div.modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0
}

div.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity
}

.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: .5rem 0 1rem 0
}

.collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

.collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem
}

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box
}

.collapsible-body p {
    margin: 0;
    padding: 2rem
}

.side-nav .collapsible, .side-nav.fixed .collapsible {
    border: none;
    box-shadow: none
}

.side-nav .collapsible li, .side-nav.fixed .collapsible li {
    padding: 0
}

.side-nav .collapsible-header, .side-nav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 16px
}

.side-nav .collapsible-header:hover, .side-nav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, .05)
}

.side-nav .collapsible-header i, .side-nav.fixed .collapsible-header i {
    line-height: inherit
}

.side-nav .collapsible-body, .side-nav.fixed .collapsible-body {
    border: 0;
    background-color: #fff
}

.side-nav .collapsible-body li a, .side-nav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px
}

.collapsible.popout {
    border: none;
    box-shadow: none
}

.collapsible.popout>li {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin: 0 24px;
    transition: margin 0.35s cubic-bezier(.25, .46, .45, .94)
}

.collapsible.popout>li.active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    margin: 16px 0
}

.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px
}

.chip img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.chip .close {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px
}

.chips {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    box-shadow: none;
    margin: 0 0 20px 0;
    min-height: 45px;
    outline: none;
    transition: all .3s
}

.chips.focus {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a
}

.chips:hover {
    cursor: text
}

.chips .chip.selected {
    background-color: #26a69a;
    color: #fff
}

.chips .input {
    background: none;
    border: 0;
    color: rgba(0, 0, 0, .6);
    display: inline-block;
    font-size: 1rem;
    height: 3rem;
    line-height: 32px;
    outline: 0;
    margin: 0;
    padding: 0 !important;
    width: 120px !important
}

.chips .input:focus {
    border: 0 !important;
    box-shadow: none !important
}

.prefix~.chips {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.chips:empty~label {
    font-size: .8rem;
    transform: translateY(-140%)
}

.materialboxed {
    display: block;
    cursor: zoom-in;
    position: relative;
    transition: opacity .4s
}

.materialboxed:hover {
    will-change: left, top, width, height
}

.materialboxed:hover:not(.active) {
    opacity: .8
}

.materialboxed.active {
    cursor: zoom-out
}

#materialbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #292929;
    z-index: 1000;
    will-change: opacity
}

.materialbox-caption {
    position: fixed;
    display: none;
    color: #fff;
    line-height: 50px;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0% 15%;
    height: 50px;
    z-index: 1000;
    -webkit-font-smoothing: antialiased
}

button:focus {
    background-color: transparent
}

label {
    font-size: 1.4rem;
    color: #222328
}

::-webkit-input-placeholder {
    color: #222328
}

:-moz-placeholder {
    color: #222328
}

::-moz-placeholder {
    color: #222328
}

:-ms-input-placeholder {
    color: #222328
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #222328;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s
}

input:not([type]):disabled, input:not([type])[readonly="readonly"], input[type=text]:disabled, input[type=text][readonly="readonly"], input[type=password]:disabled, input[type=password][readonly="readonly"], input[type=email]:disabled, input[type=email][readonly="readonly"], input[type=url]:disabled, input[type=url][readonly="readonly"], input[type=time]:disabled, input[type=time][readonly="readonly"], input[type=date]:disabled, input[type=date][readonly="readonly"], input[type=datetime]:disabled, input[type=datetime][readonly="readonly"], input[type=datetime-local]:disabled, input[type=datetime-local][readonly="readonly"], input[type=tel]:disabled, input[type=tel][readonly="readonly"], input[type=number]:disabled, input[type=number][readonly="readonly"], input[type=search]:disabled, input[type=search][readonly="readonly"], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, .26);
    border-bottom: 1px dotted rgba(0, 0, 0, .26)
}

input:not([type]):disabled+label, input:not([type])[readonly="readonly"]+label, input[type=text]:disabled+label, input[type=text][readonly="readonly"]+label, input[type=password]:disabled+label, input[type=password][readonly="readonly"]+label, input[type=email]:disabled+label, input[type=email][readonly="readonly"]+label, input[type=url]:disabled+label, input[type=url][readonly="readonly"]+label, input[type=time]:disabled+label, input[type=time][readonly="readonly"]+label, input[type=date]:disabled+label, input[type=date][readonly="readonly"]+label, input[type=datetime]:disabled+label, input[type=datetime][readonly="readonly"]+label, input[type=datetime-local]:disabled+label, input[type=datetime-local][readonly="readonly"]+label, input[type=tel]:disabled+label, input[type=tel][readonly="readonly"]+label, input[type=number]:disabled+label, input[type=number][readonly="readonly"]+label, input[type=search]:disabled+label, input[type=search][readonly="readonly"]+label, textarea.materialize-textarea:disabled+label, textarea.materialize-textarea[readonly="readonly"]+label {
    color: rgba(0, 0, 0, .26)
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #e74c3c;
    box-shadow: 0 1px 0 0 #e74c3c
}

input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #e74c3c
}

input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime].valid, input[type=datetime]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #c0392b;
    box-shadow: 0 1px 0 0 #c0392b
}

input:not([type]).valid+label:after, input:not([type]):focus.valid+label:after, input[type=text].valid+label:after, input[type=text]:focus.valid+label:after, input[type=password].valid+label:after, input[type=password]:focus.valid+label:after, input[type=email].valid+label:after, input[type=email]:focus.valid+label:after, input[type=url].valid+label:after, input[type=url]:focus.valid+label:after, input[type=time].valid+label:after, input[type=time]:focus.valid+label:after, input[type=date].valid+label:after, input[type=date]:focus.valid+label:after, input[type=datetime].valid+label:after, input[type=datetime]:focus.valid+label:after, input[type=datetime-local].valid+label:after, input[type=datetime-local]:focus.valid+label:after, input[type=tel].valid+label:after, input[type=tel]:focus.valid+label:after, input[type=number].valid+label:after, input[type=number]:focus.valid+label:after, input[type=search].valid+label:after, input[type=search]:focus.valid+label:after, textarea.materialize-textarea.valid+label:after, textarea.materialize-textarea:focus.valid+label:after {
    content: attr(data-success);
    color: #c0392b;
    opacity: 1
}

input:not([type]).invalid, input:not([type]):focus.invalid, input[type=text].invalid, input[type=text]:focus.invalid, input[type=password].invalid, input[type=password]:focus.invalid, input[type=email].invalid, input[type=email]:focus.invalid, input[type=url].invalid, input[type=url]:focus.invalid, input[type=time].invalid, input[type=time]:focus.invalid, input[type=date].invalid, input[type=date]:focus.invalid, input[type=datetime].invalid, input[type=datetime]:focus.invalid, input[type=datetime-local].invalid, input[type=datetime-local]:focus.invalid, input[type=tel].invalid, input[type=tel]:focus.invalid, input[type=number].invalid, input[type=number]:focus.invalid, input[type=search].invalid, input[type=search]:focus.invalid, textarea.materialize-textarea.invalid, textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336
}

input:not([type]).invalid+label:after, input:not([type]):focus.invalid+label:after, input[type=text].invalid+label:after, input[type=text]:focus.invalid+label:after, input[type=password].invalid+label:after, input[type=password]:focus.invalid+label:after, input[type=email].invalid+label:after, input[type=email]:focus.invalid+label:after, input[type=url].invalid+label:after, input[type=url]:focus.invalid+label:after, input[type=time].invalid+label:after, input[type=time]:focus.invalid+label:after, input[type=date].invalid+label:after, input[type=date]:focus.invalid+label:after, input[type=datetime].invalid+label:after, input[type=datetime]:focus.invalid+label:after, input[type=datetime-local].invalid+label:after, input[type=datetime-local]:focus.invalid+label:after, input[type=tel].invalid+label:after, input[type=tel]:focus.invalid+label:after, input[type=number].invalid+label:after, input[type=number]:focus.invalid+label:after, input[type=search].invalid+label:after, input[type=search]:focus.invalid+label:after, textarea.materialize-textarea.invalid+label:after, textarea.materialize-textarea:focus.invalid+label:after {
    content: attr(data-error);
    color: #F44336;
    opacity: 1
}

input:not([type]).validate+label, input[type=text].validate+label, input[type=password].validate+label, input[type=email].validate+label, input[type=url].validate+label, input[type=time].validate+label, input[type=date].validate+label, input[type=datetime].validate+label, input[type=datetime-local].validate+label, input[type=tel].validate+label, input[type=number].validate+label, input[type=search].validate+label, textarea.materialize-textarea.validate+label {
    width: 100%;
    pointer-events: none
}

input:not([type])+label:after, input[type=text]+label:after, input[type=password]+label:after, input[type=email]+label:after, input[type=url]+label:after, input[type=time]+label:after, input[type=date]+label:after, input[type=datetime]+label:after, input[type=datetime-local]+label:after, input[type=tel]+label:after, input[type=number]+label:after, input[type=search]+label:after, textarea.materialize-textarea+label:after {
    display: block;
    content: "";
    position: absolute;
    top: 60px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out
}

.input-field {
    position: relative;
    margin-top: 1rem
}

.input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.input-field.inline input, .input-field.inline .select-dropdown {
    margin-bottom: 1rem
}

.input-field.col label {
    left: .75rem
}

.input-field.col .prefix~label, .input-field.col .prefix~.validate~label {
    width: calc(100% - 3rem - 1.5rem)
}

.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: .8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
    text-align: initial
}

.input-field label:not(.label-icon).active {
    font-size: .8rem;
    transform: translateY(-140%)
}

.input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s
}

.input-field .prefix.active {
    color: #26a69a
}

.input-field .prefix~input, .input-field .prefix~textarea, .input-field .prefix~label, .input-field .prefix~.validate~label, .input-field .prefix~.autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.input-field .prefix~label {
    margin-left: 3rem
}

@media only screen and (max-width:992px) {
    .input-field .prefix~input {
        width: 86%;
        width: calc(100% - 3rem)
    }
}

@media only screen and (max-width:600px) {
    .input-field .prefix~input {
        width: 80%;
        width: calc(100% - 3rem)
    }
}

.input-field input[type=search] {
    display: block;
    line-height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem)
}

.input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444
}

.input-field input[type=search]:focus+label i, .input-field input[type=search]:focus~.mdi-navigation-close, .input-field input[type=search]:focus~.material-icons {
    color: #444
}

.input-field input[type=search]+label {
    left: 1rem
}

.input-field input[type=search]~.mdi-navigation-close, .input-field input[type=search]~.material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color
}

textarea {
    width: 100%;
    min-height: 3rem;
    background-color: transparent
}

textarea.materialize-textarea {
    overflow-y: hidden;
    /* padding: .8rem 0 1.6rem 0; */
    resize: none;
    min-height: 3rem
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem
}

.autocomplete-content {
    display: block;
    opacity: 1;
    position: static
}

.autocomplete-content li .highlight {
    color: #444
}

.autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0
}

[type="radio"]:not(:checked)+label, [type="radio"]:checked+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;
    -khtml-user-select: none;
    user-select: none
}

[type="radio"]+label:before, [type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease
}

[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border-radius: 50%
}

[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after {
    border: 2px solid #5a5a5a
}

[type="radio"]:not(:checked)+label:after {
    transform: scale(0)
}

[type="radio"]:checked+label:before {
    border: 2px solid transparent
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #26a69a
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #26a69a
}

[type="radio"]:checked+label:after {
    transform: scale(1.02)
}

[type="radio"].with-gap:checked+label:after {
    transform: scale(.5)
}

[type="radio"].tabbed:focus+label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .1)
}

[type="radio"].with-gap:disabled:checked+label:before {
    border: 2px solid rgba(0, 0, 0, .26)
}

[type="radio"].with-gap:disabled:checked+label:after {
    border: none;
    background-color: rgba(0, 0, 0, .26)
}

[type="radio"]:disabled:not(:checked)+label:before, [type="radio"]:disabled:checked+label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .26)
}

[type="radio"]:disabled+label {
    color: rgba(0, 0, 0, .26)
}

[type="radio"]:disabled:not(:checked)+label:before {
    border-color: rgba(0, 0, 0, .26)
}

[type="radio"]:disabled:checked+label:after {
    background-color: rgba(0, 0, 0, .26);
    border-color: #BDBDBD
}

form p {
    margin-bottom: 10px;
    text-align: left
}

form p:last-child {
    margin-bottom: 0
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0
}

[type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s
}

[type="checkbox"]:not(.filled-in)+label:after {
    border: 0;
    transform: scale(0)
}

[type="checkbox"]:not(:checked):disabled+label:before {
    border: none;
    background-color: rgba(0, 0, 0, .26)
}

[type="checkbox"].tabbed:focus+label:after {
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .1)
}

[type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%
}

[type="checkbox"]:checked:disabled+label:before {
    border-right: 2px solid rgba(0, 0, 0, .26);
    border-bottom: 2px solid rgba(0, 0, 0, .26)
}

[type="checkbox"]:indeterminate+label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    transform: rotate(90deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%
}

[type="checkbox"]:indeterminate:disabled+label:before {
    border-right: 2px solid rgba(0, 0, 0, .26);
    background-color: transparent
}

[type="checkbox"].filled-in+label:after {
    border-radius: 2px
}

[type="checkbox"].filled-in+label:before, [type="checkbox"].filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1
}

[type="checkbox"].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0
}

[type="checkbox"].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0
}

[type="checkbox"].filled-in.tabbed:focus+label:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, .1)
}

[type="checkbox"].filled-in.tabbed:checked:focus+label:after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:before {
    background-color: transparent;
    border: 2px solid transparent
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:after {
    border-color: transparent;
    background-color: #BDBDBD
}

[type="checkbox"].filled-in:disabled:checked+label:before {
    background-color: transparent
}

[type="checkbox"].filled-in:disabled:checked+label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD
}

.switch, .switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

.switch label {
    cursor: pointer
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #84c7c1
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #26a69a;
    left: 24px
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px
}

.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease
}

input[type=checkbox]:checked:not(:disabled)~.lever:active::after, input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(38, 166, 154, .1)
}

input[type=checkbox]:not(:disabled)~.lever:active:after, input[type=checkbox]:not(:disabled).tabbed:focus~.lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .08)
}

.switch input[type=checkbox][disabled]+.lever {
    cursor: default
}

.switch label input[type=checkbox][disabled]+.lever:after, .switch label input[type=checkbox][disabled]:checked+.lever:after {
    background-color: #BDBDBD
}

select {
    display: none
}

select.browser-default {
    display: block
}

select {
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem
}

.select-label {
    position: absolute
}

.select-wrapper {
    position: relative
}

.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    display: block
}

.select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    font-size: 10px;
    line-height: 10px
}

.select-wrapper span.caret.disabled {
    color: rgba(0, 0, 0, .26)
}

.select-wrapper+label {
    position: absolute;
    top: -14px;
    font-size: .8rem
}

select:disabled {
    color: rgba(0, 0, 0, .3)
}

.select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, .3);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.select-wrapper i {
    color: rgba(0, 0, 0, .3)
}

.select-wrapper .caret {
    top: .5rem;
    right: 0;
}

label .select-wrapper.input-mini {
    float: right;
    max-width: 120px;
    margin-bottom: 0
}

.form-limit label > span{
    height: 3rem;
    line-height: 3rem;
}




.select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
    color: rgba(0, 0, 0, .3);
    background-color: transparent
}

.prefix~.select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.prefix~label {
    margin-left: 3rem
}

.select-dropdown li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
    float: right
}

.select-dropdown li.optgroup {
    border-top: 1px solid #eee
}

.select-dropdown li.optgroup.selected>span {
    color: rgba(0, 0, 0, .7)
}

.select-dropdown li.optgroup>span {
    color: rgba(0, 0, 0, .4)
}

.select-dropdown li.optgroup~li.optgroup-option {
    padding-left: 1rem
}

.file-field {
    position: relative
}

.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px
}

.file-field input.file-path {
    width: 100%
}

.file-field .btn, .file-field .btn-large {
    float: left;
    height: 3rem;
    line-height: 3rem
}

.file-field span {
    cursor: pointer
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.range-field {
    position: relative
}

input[type=range], input[type=range]+.thumb {
    cursor: pointer
}

input[type=range] {
    position: relative;
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    margin: 15px 0;
    padding: 0
}

input[type=range]:focus {
    outline: none
}

input[type=range]+.thumb {
    position: absolute;
    border: none;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #26a69a;
    top: 10px;
    margin-left: -6px;
    transform-origin: 50% 50%;
    transform: rotate(-45deg)
}

input[type=range]+.thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #26a69a;
    font-size: 0;
    transform: rotate(45deg)
}

input[type=range]+.thumb.active {
    border-radius: 50% 50% 50% 0
}

input[type=range]+.thumb.active .value {
    color: #fff;
    margin-left: -1px;
    margin-top: 8px;
    font-size: 10px
}

input[type=range] {
    -webkit-appearance: none
}

input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
    background: #c2c0c2;
    border: none
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #26a69a;
    transform-origin: 50% 50%;
    margin: -5px 0 0 0;
    transition: .3s
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc
}

input[type=range] {
    border: 1px solid white
}

input[type=range]::-moz-range-track {
    height: 3px;
    background: #ddd;
    border: none
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #26a69a;
    margin-top: -5px
}

input[type=range]:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

input[type=range]:focus::-moz-range-track {
    background: #ccc
}

input[type=range]::-ms-track {
    height: 3px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #777
}

input[type=range]::-ms-fill-upper {
    background: #ddd
}

input[type=range]::-ms-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #26a69a
}

input[type=range]:focus::-ms-fill-lower {
    background: #888
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.media .media-avatar {
    /* min-width: 80px; */
}

.media .media-avatar img {
    max-width: 60px;
    border-radius: 100%;
}

.media .media-body h4 {
    font-size: 1.8rem
}

.media .media-body h4:first-of-type {
    margin-top: 0
}

.media.blog__meta .media-body.col.l9 {
    padding-left: 3rem
}

@media screen and (max-width: 993px) {
    .media.blog__meta {
        padding-top: 60px;
    }
}

.media.blog__postAuthor {
    margin-top: 40px
}

.align-items-center {
    margin-left: auto;
    margin-right: auto;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.table-of-contents.fixed {
    position: fixed
}

.table-of-contents li {
    padding: 2px 0
}

.table-of-contents a {
    display: inline-block;
    font-weight: 300;
    color: #757575;
    padding-left: 20px;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: .4;
    display: inline-block
}

.table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 19px;
    border-left: 1px solid #ea4a4f
}

.table-of-contents a.active {
    font-weight: 500;
    padding-left: 18px;
    border-left: 2px solid #ea4a4f
}

.side-nav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(-105%)
}

.side-nav.right-aligned {
    right: 0;
    transform: translateX(105%);
    left: auto;
    transform: translateX(100%)
}

.side-nav .collapsible {
    margin: 0
}

.side-nav li {
    float: none;
    line-height: 48px
}

.side-nav li.active {
    background-color: rgba(0, 0, 0, .05)
}

.side-nav a {
    color: rgba(0, 0, 0, .87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px
}

.side-nav a:hover {
    background-color: rgba(0, 0, 0, .05)
}

.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
    margin: 10px 15px
}

.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-floating {
    color: #fff
}

.side-nav a.btn-flat {
    color: #343434
}

.side-nav a.btn:hover, .side-nav a.btn-large:hover, .side-nav a.btn-large:hover {
    background-color: #2bbbad
}

.side-nav a.btn-floating:hover {
    background-color: #26a69a
}

.side-nav li>a>i, .side-nav li>a>[class^="mdi-"], .side-nav li>a>[class*="mdi-"], .side-nav li>a>i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0, 0, 0, .54)
}

.side-nav .divider {
    margin: 8px 0 0 0
}

.side-nav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0, 0, 0, .54);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px
}

.side-nav .subheader:hover {
    background-color: transparent
}

.side-nav .userView {
    position: relative;
    padding: 32px 32px 0;
    margin-bottom: 8px
}

.side-nav .userView>a {
    height: auto;
    padding: 0
}

.side-nav .userView>a:hover {
    background-color: transparent
}

.side-nav .userView .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
    display: block
}

.side-nav .userView .circle {
    height: 64px;
    width: 64px
}

.side-nav .userView .name, .side-nav .userView .email {
    font-size: 14px;
    line-height: 24px
}

.side-nav .userView .name {
    margin-top: 16px;
    font-weight: 500
}

.side-nav .userView .email {
    padding-bottom: 16px;
    font-weight: 400
}

.drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 998
}

.side-nav.fixed {
    left: 0;
    transform: translateX(0);
    position: fixed
}

.side-nav.fixed.right-aligned {
    right: 0;
    left: auto
}

@media only screen and (max-width:992px) {
    .side-nav.fixed {
        transform: translateX(-105%)
    }

    .side-nav.fixed.right-aligned {
        transform: translateX(105%)
    }

    .side-nav a {
        padding: 0 16px
    }

    .side-nav .userView {
        padding: 16px 16px 0
    }
}

.side-nav .collapsible-body>ul:not(.collapsible)>li.active, .side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active {
    background-color: #ee6e73
}

.side-nav .collapsible-body>ul:not(.collapsible)>li.active a, .side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active a {
    color: #fff
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 997;
    will-change: opacity
}

.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px
}

.preloader-wrapper.small {
    width: 36px;
    height: 36px
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px
}

.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes container-rotate {
    to {
        transform: rotate(360deg)
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #26a69a
}

.spinner-blue, .spinner-blue-only {
    border-color: #4285f4
}

.spinner-red, .spinner-red-only {
    border-color: #db4437
}

.spinner-yellow, .spinner-yellow-only {
    border-color: #f4b400
}

.spinner-green, .spinner-green-only {
    border-color: #0f9d58
}

.active .spinner-layer.spinner-blue {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.active .spinner-layer.spinner-red {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.active .spinner-layer.spinner-yellow {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.active .spinner-layer.spinner-green {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.active .spinner-layer, .active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only, .active .spinner-layer.spinner-green-only {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg)
    }

    to {
        -webkit-transform: rotate(1080deg)
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg)
    }

    25% {
        transform: rotate(270deg)
    }

    37.5% {
        transform: rotate(405deg)
    }

    50% {
        transform: rotate(540deg)
    }

    62.5% {
        transform: rotate(675deg)
    }

    75% {
        transform: rotate(810deg)
    }

    87.5% {
        transform: rotate(945deg)
    }

    to {
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    26% {
        opacity: 0
    }

    89% {
        opacity: 0
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes blue-fade-in-out {
    from {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    26% {
        opacity: 0
    }

    89% {
        opacity: 0
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes red-fade-in-out {
    from {
        opacity: 0
    }

    15% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    51% {
        opacity: 0
    }
}

@keyframes red-fade-in-out {
    from {
        opacity: 0
    }

    15% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    51% {
        opacity: 0
    }
}

@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    76% {
        opacity: 0
    }
}

@keyframes yellow-fade-in-out {
    from {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    76% {
        opacity: 0
    }
}

@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 0
    }

    65% {
        opacity: 0
    }

    75% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes green-fade-in-out {
    from {
        opacity: 0
    }

    65% {
        opacity: 0
    }

    75% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

.gap-patch .circle {
    width: 1000%;
    left: -450%
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg)
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg)
}

.active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg)
    }

    50% {
        -webkit-transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(130deg)
    }
}

@keyframes left-spin {
    from {
        transform: rotate(130deg)
    }

    50% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(130deg)
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg)
    }

    50% {
        -webkit-transform: rotate(5deg)
    }

    to {
        -webkit-transform: rotate(-130deg)
    }
}

@keyframes right-spin {
    from {
        transform: rotate(-130deg)
    }

    50% {
        transform: rotate(5deg)
    }

    to {
        transform: rotate(-130deg)
    }
}

#spinnerContainer.cooldown {
    -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(.4, 0, .2, 1);
    animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(.4, 0, .2, 1)
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.slider {
    position: relative;
    width: 100%
}

.slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.slider.fullscreen ul.slides {
    height: 100%
}

.slider.fullscreen ul.indicators {
    z-index: 2;
    bottom: 30px
}

.slider .slides {
    background-color: #9e9e9e;
    margin: 0
}

.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden
}

.slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center
}

.slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 17%;
    width: 70%;
    opacity: 0
}

.slider .slides li .caption p {
    color: #e0e0e0
}

.slider .slides li.active {
    z-index: 2
}

.slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 12px;
    background-color: #e0e0e0;
    transition: background-color .3s;
    border-radius: 50%
}

.slider .indicators .indicator-item.active {
    background-color: #4CAF50
}

.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    perspective: 500px;
    transform-style: preserve-3d;
    transform-origin: 0% 50%
}

.carousel.carousel-slider {
    top: 0;
    left: 0;
    height: 0
}

.carousel.carousel-slider .carousel-fixed-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 68px
}

.carousel.carousel-slider .carousel-item {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
    top: 0;
    left: 0
}

.carousel.carousel-slider .carousel-item h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.carousel.carousel-slider .carousel-item p {
    font-size: 15px
}

.carousel .carousel-item {
    display: none;
    width: 200px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0
}

.carousel .carousel-item img {
    width: 100%
}

.carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.carousel .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgba(255, 255, 255, .5);
    transition: background-color .3s;
    border-radius: 50%
}

.carousel .indicators .indicator-item.active {
    background-color: #fff
}
/* UTILITIES
========================================================================== */

.custom-radio .controls {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-radio input[type=radio], .custom-checkbox input[type=checkbox] {
    display: block;
    position: absolute;
    top: .488rem;
    left: -1.5rem;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    opacity: 1;
}

.custom-radio label, .custom-checkbox label  {
    position: relative;
    display: block;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-radio label::before {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-radio label::before {
    border-radius: 50%;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

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

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

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card .card-header {
    margin-bottom: -1px;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.badge {
    border: 1px solid #222328;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.badge-btn {
    padding: 0.25rem 0.7232rem;
    font-size: 100%;
    line-height: 1.4;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

/* Animated finish checkmark */
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #27ae60;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    will-change: transform;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 0;
    margin-bottom: 2.25em;
    box-shadow: inset 0px 0px 0px #27ae60;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 72;
    stroke-dashoffset: 72;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 90px #27ae60;
    }
}

/* Shared styles */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* Float aligment */
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

/* Visibility */
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

/* Width options */
.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

/* Height options */
.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

/* Maximum width and height */
.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

/* Margin options */
.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

/* Padding options */
.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-no-transform {
    text-transform: none !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

figure {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

address {
    font-style: normal;
}

*:focus {
    outline: none
}

.fdb-block {
    position: relative;
    padding: 8.333% 0;
    background-size: cover;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
}

.circle {
    border-radius: 50%!important;
}

.w110 {
    width: 115%!important
}

.gradient{
    background-image: linear-gradient(to right, #334cd5 0%, #3b55e6 100%);
}

.gray {
    background-color: #f4f7f9
}

.azz {
    background-color: #334cd5;
}

.ray {
    background-color: #b9bed1
}

.levender {
    background: #e4e7ef
}

.azure {
    background-color: #e9ecef;
}

.royal {
    background: #3a405b !important
}

.darkblue {
    background: #222328
}

.hilite {
    position: relative;
    color: #fff;
    background-color: transparent;
    z-index: 0
}

.hilite::before, .hilite::after {
    content: '';
    position: absolute;
}

.hilite::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #202932;
    background-color: #334cd5;
    z-index: -2;
}

.hilite::after {
    top: 112px;
    left: 50%;
    width: 202px;
    height: 214px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAyIiBoZWlnaHQ9IjIxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxkZWZzPiAgICA8bGluZWFyR3JhZGllbnQgeDE9IjEzLjEzJSIgeTE9Ii00MC45MzQlIiB4Mj0iODcuODE3JSIgeTI9IjEyMi41MDMlIiBpZD0iYSI+ICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzA4RiIgb2Zmc2V0PSIwJSIvPiAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiMwMEM3RkEiIG9mZnNldD0iMTAwJSIvPiAgICA8L2xpbmVhckdyYWRpZW50PiAgICA8bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9Ijk2LjA4JSIgeDI9IjUwJSIgeTI9IjAlIiBpZD0iYiI+ICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzU1RkJEQyIgc3RvcC1vcGFjaXR5PSIuMzIiIG9mZnNldD0iMCUiLz4gICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjNTVGQkRDIiBvZmZzZXQ9IjEwMCUiLz4gICAgPC9saW5lYXJHcmFkaWVudD4gICAgPGxpbmVhckdyYWRpZW50IHgxPSI1MCUiIHkxPSIwJSIgeDI9IjUwJSIgeTI9IjEwMCUiIGlkPSJjIj4gICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMDhGIiBvZmZzZXQ9IjAlIi8+ICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzAwQzdGQSIgb2Zmc2V0PSIxMDAlIi8+ICAgIDwvbGluZWFyR3JhZGllbnQ+ICA8L2RlZnM+ICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICA8cGF0aCBkPSJNMTAxLjAxNyAyMTAuNDc2Yy03LjE3OS4zODgtMTQuNDgzIDEuMTMxLTIxLjE4NCAyLjMwMi0yLjA0OC4yOS0zLjk5OC42ODUtNS44MzMgMS4wOTggMTkuNjI4LTkuMTc1IDQwLjM3Ny0xNS45MjcgNjEuNjY0LTE5LjkyMiA1LjY4NC0uOTMzIDExLjMzMy0xLjk5OCAxNy4wMzUtMi41NDVsNC4yNi0uNDk3IDIuMTI3LS4yNDYuMzU4LS4wMjVjMS40NzIuMTcgMy43MjQuNDQ0IDYuNjEyLjcyMWwzLjI2LjMyNWMxLjE1OS4xMTYgMi4zODYuMjEgMy42OC40Mmw4LjQ1IDEuMTk0Yy43NTcuMTA1IDEuNTI2LjIxMiAyLjMwNi4zMjIuNzguMTIxIDEuNTcyLjI4OCAyLjM3My40MzJsNC45MjUuOTJjMS42NzIuMzEyIDMuMzg1LjYzIDUuMTMuOTU0bDQuNDk3IDEuMDU0Yy0zNC4xNDItMi4zNDItNjguMDM2IDIuNDE4LTk5LjY2IDEzLjQ5M3oiIGZpbGw9InVybCgjYSkiLz4gICAgPHBhdGggZD0iTTExMC4xMjEgMTc3Ljc4MWEyNjQuMzggMjY0LjM4IDAgMCAwLTEzLjIzMy01Mi4wMTkgMjY0LjA4NCAyNjQuMDg0IDAgMCAwLTIzLjU1NS00OC4yMThDNTQuNDM0IDQ3LjEwMyAyOS4zMzMgMjAuNTY5IDAgMCIgZmlsbD0idXJsKCNiKSIvPiAgICA8cGF0aCBkPSJNMTc4Ljg0MyA3OS41ODljMS45MTUgMS42NjQgNC4wNDkgMy4zODUgNi4xODYgNS4zNjcgNS4zMzcgNC44MzcgMTEuMDg5IDEwLjYyNSAxNi43NDIgMTYuOTFDMTc1LjQ5OSA4MC4wOTggMTQ0LjcwMyA2My42MDEgMTExIDU0IiBmaWxsPSJ1cmwoI2MpIi8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    z-index: -1;
}

@media (min-width: 641px) {
    .hilite::after {
        top: 76px;
        left: 79%;
    }
}

.zoom {
    position: relative;
}

.zoom::after {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 48px;
    height: 48px;
    content: '+';
    color: #fff;
    text-align: center;
    font-size: 3rem;
    line-height: 1.4;
    border-radius: 100%;
    background-color: #e74c3c
}

.no-shadow {
    box-shadow: none
}

.no-shadow:hover {
    box-shadow: none
}

.text-uppercase{
    text-transform: uppercase;
}

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

.innerpad, .innertop{
    padding-top: 40px!important
}

.innerpad, .innerbot{
    padding-bottom: 40px !important
}

.innerpad-narrow, .innertop-narrow{
    padding-top: 1rem !important
}

.innerpad-narrow, .innerbot-narrow{
    padding-bottom: 1rem !important
}

.margintop {
    margin-top: 40px
}

.narrow{
    max-width: 840px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 1rem;
}

[hidden] {
    display: none;
}

.gradient .cct-text-box .tit-med{
    color: #fff !important
}

.gradient .cct-text-box p{
    color: rgba(255,255,255,0.7)
}

dir,menu,ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0
}

blockquote {
    margin: 0 0 25px;
    padding-left: 0;
    padding-top: 5px;
    border-left: none;
    position: relative
}

blockquote:before {
    content: '';
    position: absolute;
    height: 5px;
    top: 0;
    left: 0;
    width: 70px;
    background: #4abde5
}

blockquote {
    display: block;
    -webkit-margin-before: 3em;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

.lead {
    font-size: 1.8rem;
    font-weight: 400;
}

.content-txt h2:first-of-type {
    margin-top: 0
}

.content-txt ul, .content-txt ol {
    padding-top: 1.5rem
}

.content-txt ul {
    font-size: 1.4rem;
    color: inherit;
}

.content-txt ul li {
    padding-left: 2rem;
    line-height: 2.2rem;
    position: relative
}

.content-txt ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 3px;
    width: 8px;
    height: 1px;
    background: #222328
}

.content-txt a {
    color: #c0392b
}

.content-txt a:hover, .content-txt a:focus, .content-txt a:active {
    color: #fe5339;
    text-decoration: underline;
}

.content-txt li a {
    color: #222328
}

.content-txt li a:hover, .content-txt li a:focus, .content-txt li a:active {
    color: #fe5339;
    text-decoration: underline;
}

.gallery-icon {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center
}

.gallery-sx .gallery-icon,.gallery-sx .gallery-item {
    height: 150px;
    overflow: hidden
}

.pswp.pswp--supports-fs {
    z-index: 9999
}

.tit-small {
    font-size: 2.5rem;
    font-weight: 600;
    color: #222328;
    margin-top: 0;
    margin-bottom: 26px
}

.tit-med {
    font-size: 4rem;
    font-weight: 600;
    color: #222328;
    margin-top: 0;
    margin-bottom: 26px
}

.sorting_asc {
    cursor: pointer
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url],
input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel],
input[type=number], input[type=search], textarea.materialize-textarea {
    font-size: 1.5rem
}

.btn {
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    padding: 0 55px 0 0;
    margin-top: 24px
}

button.btn,
.btn a,
.btn span {
    display: inline-block;
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    position: relative;
    white-space: nowrap;
    padding: 0 3.5rem
}

button.btn {
    line-height: 1;
}


.btn span {
    font-weight: 600;
    font-size: 1.1rem;
}

.btn svg {
    position: absolute;
    /* left: 75%; */
    right: 12%;
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0
}

.btn svg .st0 {
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0
}

.btn:before {
    content: ' ';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0
}

.btn:hover svg {
    left: 80%
}

.btn:hover svg .st0 {
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0
}

.btn:hover:before {
    left: 0;
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0
}

.btn:hover a {
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0
}

.btn:hover a:after {
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    left: 125%;
    filter: brightness(1000%)
}

.btn.btn-classic {
    color: #fff;
    border-color: #fe5339;
    background-color: #fe5339
}

.btn.btn-classic a {
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff !important
}

.btn.btn-classic svg {
    top: 50%;
    transform: translateY(-50%)
}

.btn.btn-classic svg .st0 {
    fill: rgba(255,255,255, 0.9);
}

.btn.btn-classic:before {
    background-color: #fe5339
}

.btn.btn-classic:hover svg .st0 {
    fill: #fff
}

.btn.btn-classic:hover a {
    color: #fff
}

.btn.btn-classic.transparent{
    /* line-height: 25px;
    height: 25px; */
    color: #e74c3c;
    border-color: #e74c3c !important;
    background: none !important;
}

.btn.btn-classic.transparent a,
.btn.btn-classic.transparent{
    color: #e74c3c !important;
}

.btn.btn-classic.transparent svg .st0 {
    fill: #e74c3c
}

.btn.btn-classic.transparent:before {
    background-color: #e74c3c
}

.btn.btn-classic.transparent:hover a,
.btn.btn-classic.transparent:hover{
    color: #fff !important;
}

.btn.btn-classic.transparent:hover svg .st0{
    fill: #fff !important;
}

.btn.btn-classic.transparent.noborder:hover a,
.btn.btn-classic.transparent.noborder:hover{
    color: #ff6d4a !important;
}

.btn.btn-classic.transparent.noborder:hover svg .st0{
    fill: #ff6d4a !important;
}

.btn.btn-classic input[type="submit"] {
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    color: #222328;
    text-transform: uppercase
}

.btn.btn-dark {
    border-color: #222328
}

.btn.btn-dark a {
    font-weight: 600;
    font-size: 1.1rem;
    color: #222328
}

.btn.btn-dark svg {
    top: 50%;
    transform: translateY(-50%)
}

.btn.btn-dark svg .st0 {
    fill: #222328
}

.btn.btn-dark:before {
    background-color: #222328
}

.btn.btn-dark:hover svg .st0 {
    fill: #fff
}

.btn.btn-dark:hover a {
    color: #fff
}

.btn.btn-dark input[type="submit"] {
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    color: #222328;
    color: #222328;
    text-transform: uppercase
}

.btn.btn-dark:hover a {
    color: #fff!important
}

.btn.btn-prof {
    border-color: #fff;
    background-color: #ffc149;
    border: none
}

.btn.btn-prof a {
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff
}

.btn.btn-prof svg {
    top: 50%;
    transform: translateY(-50%)
}

.btn.btn-prof svg .st0 {
    fill: #fff
}

.btn.btn-prof:before {
    background-color: #fff
}

.btn.btn-prof:hover svg .st0 {
    fill: #ffc149
}

.btn.btn-prof:hover a {
    color: #ffc149
}

.btn.btn-prof input[type="submit"] {
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    color: #222328;
    color: #222328;
    text-transform: uppercase
}

.btn.btn-prof-home {
    border-color: #ffc149;
    background-color: #fff
}

.btn.btn-prof-home a {
    font-weight: 600;
    font-size: 1.1rem;
    color: #ffc149
}

.btn.btn-prof-home svg {
    top: 50%;
    transform: translateY(-50%)
}

.btn.btn-prof-home svg .st0 {
    fill: #ffc149
}

.btn.btn-prof-home:before {
    background-color: #ffc149
}

.btn.btn-prof-home:hover svg .st0 {
    fill: #ffc149
}

.btn.btn-prof-home:hover a {
    color: #ffc149
}

.btn.btn-prof-home input[type="submit"] {
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    color: #222328;
    color: #222328;
    text-transform: uppercase
}

.btn.btn-prof-home:hover svg .st0 {
    fill: #fff
}

.btn.btn-prof-home:hover a {
    color: #fff
}

.btn.btn-white {
    border-color: #fff
}

.btn.btn-white a {
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff
}

.btn.btn-white svg {
    top: 50%;
    transform: translateY(-50%)
}

.btn.btn-white svg .st0 {
    fill: #fff
}

.btn.btn-white:before {
    background-color: #fff
}

.btn.btn-white:hover svg .st0 {
    fill: #33596f
}

.btn.btn-white:hover a {
    color: #33596f
}

.btn.btn-white input[type="submit"] {
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    color: #222328;
    color: #222328;
    text-transform: uppercase
}

.btn.btn-bianco {
    background: none;
    border-color: #fff!important
}

.btn.btn-bianco a {
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff!important
}

.btn.btn-bianco svg {
    top: 50%;
    transform: translateY(-50%)
}

.btn.btn-bianco svg .st0 {
    fill: #fff
}

.btn.btn-bianco:before {
    background-color: #fff
}

.btn.btn-bianco:hover svg .st0,
.btn.btn-bianco:active svg .st0 {
    fill: #222328
}

.btn.btn-bianco:hover a,
.btn.btn-bianco:active a {
    color: #222328
}

.btn.btn-bianco input[type="submit"] {
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    color: #222328;
    color: #222328;
    text-transform: uppercase
}

.btn.btn-green {
    border-color: #222328
}

.btn.btn-green a {
    font-weight: 600;
    font-size: 1.1rem;
    color: #222328
}

.btn.btn-green svg {
    top: 50%;
    transform: translateY(-50%)
}

.btn.btn-green svg .st0 {
    fill: #222328
}

.btn.btn-green:before {
    background-color: #222328
}

.btn.btn-green:hover svg .st0 {
    fill: #fe5339
}

.btn.btn-green:hover a {
    color: #fe5339
}

.btn.btn-green input[type="submit"] {
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    color: #222328;
    color: #222328;
    text-transform: uppercase
}

.btn.btn-green-reversed {
    border-color: #222328
}

.btn.btn-green-reversed a {
    font-weight: 600;
    font-size: 1.1rem;
    color: #222328
}

.btn.btn-green-reversed svg {
    top: 50%;
    transform: translateY(-50%)
}

.btn.btn-green-reversed svg .st0 {
    fill: #222328
}

.btn.btn-green-reversed:before {
    background-color: #222328
}

.btn.btn-green-reversed:hover svg .st0 {
    fill: #fe5339
}

.btn.btn-green-reversed:hover a {
    color: #fe5339
}

.btn.btn-green-reversed input[type="submit"] {
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    color: #222328;
    color: #222328;
    text-transform: uppercase
}

.btn.loadmore {
    border-color: #222328
}

.btn.noborder {
    border: none
}

.btn.noborder a {
    padding: 5px 0
}

.btn.noborder:before {
    display: none
}

.btn.btn-more {
    margin-top: 0.5rem;
    color: #222328;
    border-color: #222328;
    line-height: 26px;
}

.block:hover .btn.btn-more,
.block:active .btn.btn-more,
.btn.btn-more:hover,
.btn.btn-more:active {
    color: #fff;
    border-color: #222328;
    background: #222328
}

.btn.btn-small {
    height: auto;
    padding: 0 1.5rem;
    border-radius: 90px
}

.content-txt .btn-box {
    margin-top: 45px;
    float: none;
    margin-right: 3%;
    height: 100px
}

.content-txt .btn-box .btn {
    margin-top: 0
}

input.btn {
    margin-right: 35px;
    float: right;
    color: #fff;
    font-size: 1.2rem;
    padding-right: 6px;
    line-height: 49px
}

.single .btn-box .btn,.single .btn-box p {
    margin-top: 0
}

.single .btn-box p {
    margin-top: 20px;
    margin-bottom: 5px
}

.block  {
    display: block;
    width: 100%;
    height: 100%;
    color: #222328;
    text-decoration: none;
}

.block span {
    display: inline-block;
}

.block:hover .btn.btn-classic.transparent a,
.block:hover .btn.btn-classic.transparent,
.block:active .btn.btn-classic.transparent a,
.block:active .btn.btn-classic.transparent{
    color: #fff !important;
}

.block:hover .btn.btn-classic.transparent svg .st0,
.block:active .btn.btn-classic.transparent svg .st0{
    fill: #fff !important;
}

.block:hover .btn.btn-classic.transparent.noborder a,
.block:hover .btn.btn-classic.transparent.noborder,
.block:active .btn.btn-classic.transparent.noborder a,
.block:active .btn.btn-classic.transparent.noborder{
    color: #ff6d4a !important;
}

.block:hover .btn.btn-classic.transparent.noborder svg .st0,
.block:active .btn.btn-classic.transparent.noborder svg .st0{
    fill: #ff6d4a !important;
}

.caret {
    position: absolute;
    right: -15px;
    top: 7px
}

.e360canv {
    position: relative
}

.e360canv:before {
    content: "";
    position: absolute;
    top: -45px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-image: url(../img/360.png);
    background-repeat: no-repeat;
    background-size: contain
}

.sidebar .left-standard {
    margin: 1.46rem 0 1.168rem;
    border-top: 4px solid #222328;
    padding-top: 0;
    border-bottom: 4px solid #222328;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 1.4rem;
    color: #222328
}

.sidebar .left-standard:first-of-type {
    margin-top: 0
}

.sidebar .left-standard span {
    transform: scale(.6)
}

.sidebar .left-standard > * {
    margin-bottom: 1.46rem
}

.sidebar .left-standard > ul:last-of-type {
    margin-bottom: 0
}

.sidebar .left-standard>*:not(:first-child) {
    border-top: 2px solid #222328
}

.sidebar .left-standard .page-list .arrow {
    position: absolute;
    top: 10px;
    right: 0;
    height: 25px;
    width: 25px;
    cursor: pointer
}

.sidebar .left-standard .page-list .arrow span {
    position: relative;
    height: 20px;
    width: 20px;
    display: block
}

.sidebar .left-standard .page-list .arrow span:after {
    top: 15px;
    background: #333;
    right: 50%;
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    z-index: 1;
    webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    -ms-transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.sidebar .left-standard .page-list .arrow span:before {
    background: #333;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    z-index: 1;
    top: 15px;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    -ms-transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.sidebar .left-standard .page-list .arrow.opened span:after {
    transform: rotate(-40deg) translateZ(0) scaleY(1) translateY(-6.8px) translateX(6px);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.sidebar .left-standard .page-list .arrow.opened span:before {
    transform: rotate(40deg) translateZ(0) scaleY(1) translateY(-6.8px) translateX(-6px);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.sidebar .left-standard .page-list .active > a,
.sidebar .left-standard .page-list .current_page_item> a {
    color: #222328;
    font-weight: bold
}

.sidebar .left-standard .page-list a:hover,
.sidebar .left-standard .page-list a:active {
    color: #222328
}

.sidebar .left-standard .page-list li {
    padding: 12px 0;
    position: relative
}

.sidebar .left-standard .page-list li:not(:first-child) {
    border-top: 1px solid #222328
}

.sidebar .left-standard .page-list li a {
    padding-right: 30px
}

.sidebar .left-standard .page-list ul.children {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
    display: none
}

.sidebar .left-standard .page-list ul.children li {
    position: relative;
    top: -5px;
    opacity: 0;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    border-top: none;
    padding: .8rem 0;
    font-weight: 400;
    line-height: 1.8rem;
}

.sidebar .left-standard .page-list ul.children li a {
    font-size: 1.3rem
}

.sidebar .left-standard .page-list ul.children.opened li {
    position: relative;
    top: 0;
    opacity: 1;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.sidebar .left-standard .page-list ul.children.opened li {
    border-top: 1px solid #222328;
}

.sidebar .left-standard .page-list ul.children.opened li:first-of-type {
    border-top: none;
}

.sidebar .left-standard .page-list ul.children .children {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3px
}

.sidebar .left-standard .page-list ul.children .children li {
    padding-bottom: 0
}

.sidebar .left-standard .page-list ul.children .children li a:before {
    content: '-';
    top: -3px;
    position: relative;
    padding-right: 5px
}

.sidebar .left-standard .page-list li.depth-1 .children.opened {
    margin-bottom: 0
}

.header {
    z-index: 9999;
    background-color: #fff;
    position: fixed;
    top: 0;
    height: 150px;
    -webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

.header .lang-swich-list li {
    display: inline;
    text-transform: uppercase;
    padding: 0 10px;
    border-right: 1px solid #222328;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.header .lang-swich-list li:first-child {
    border-right: 1px solid #222328;
    padding-left: 0
}

.header .lang-swich-list.center li:last-child {
    padding-right: 0;
    border-right: 0
}

.header .lang-swich-list li.current-lang a {
    font-weight: 600;
    color: #fe5339
}

.header .header-wrapper .head-utility {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    background: #fff;
    background: -moz-linear-gradient(left,#fff 0%,#fff 80%,#f4f7f9 80%,#f4f7f9 100%);
    background: -webkit-linear-gradient(left,#fff 0%,#fff 80%,#f4f7f9 80%,#f4f7f9 100%);
    background: linear-gradient(to right,#fff 0%,#fff 80%,#f4f7f9 80%,#f4f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#f4f7f9,GradientType=0);
    font-weight: 600;
    font-size: 1.2rem;
    color: #222328;
    position: absolute;
    top: 0;
}

.header .header-wrapper .head-utility .gray.right {
    padding: 15px 15px 15px 30px
}

.header .header-wrapper .head-utility .head-mail {
    padding: 0 30px
}

.header .header-wrapper .lang-swich-list {
    margin: 0 auto;
}

.header .header-wrapper .head-menu {
    position: relative;
    top: 44px;
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.header .header-wrapper .head-menu>.row {
    padding-top: 24px
}

.header .header-wrapper .head-menu nav {
    position: relative
}

.header .header-wrapper .head-menu nav ul li a {
    border-radius: 50px;
    color: #222328;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 10px 20px
}

.header .header-wrapper .head-menu nav ul li a:hover {
    color: #e74c3c;
}

.header .header-wrapper .head-menu nav ul li.current-page-ancestor a,
.header .header-wrapper .head-menu nav ul li.current-menu-item a {
    color: #999 !important
}

.header .header-wrapper .head-menu nav ul li.mega_m_hover a {
    color: #e74c3c;
}

.header .header-wrapper .head-menu .mobile-button {
    line-height: 55px;
    top: 8px;
    position: relative
}

.header .header-wrapper .head-menu .mobile-button .button-collapse {
    display: block;
    height: 20px;
    width: 20px;
    border: none;
    outline: none;
    position: relative;
    float: right
}

.header .header-wrapper .head-menu .mobile-button .button-collapse .stick {
    position: absolute;
    background: #222328;
    left: 0;
    height: 1px;
    width: 20px;
    transform-origin: center;
    -webkit-transform-origin: center;
    transform: rotate(0deg)
}

.header .header-wrapper .head-menu .mobile-button .button-collapse .stick:nth-child(1) {
    top: 0;
    transition: all .4s cubic-bezier(.25,.1,.25,1);
    transition-delay: .4s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0
}

.header .header-wrapper .head-menu .mobile-button .button-collapse .stick:nth-child(2) {
    top: 5px;
    transition: all .4s cubic-bezier(.25,.1,.25,1);
    transition-delay: .4s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0
}

.header .header-wrapper .head-menu .mobile-button .button-collapse .stick:nth-child(3) {
    top: 10px;
    transition: all .4s cubic-bezier(.25,.1,.25,1);
    transition-delay: .4s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0
}

.header .header-wrapper .head-menu .mobile-button .button-collapse.opened .stick:nth-child(1) {
    top: -1.4px;
    transform-origin: 0 100%;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(.25,.1,.25,1);
    transition-delay: .4s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0
}

.header .header-wrapper .head-menu .mobile-button .button-collapse.opened .stick:nth-child(2) {
    top: 5px;
    width: 0;
    transition: all .4s cubic-bezier(.25,.1,.25,1);
    transition-delay: .4s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0
}

.header .header-wrapper .head-menu .mobile-button .button-collapse.opened .stick:nth-child(3) {
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    top: 12.6px;
    transition: all .4s cubic-bezier(.25,.1,.25,1);
    transition-delay: .4s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0
}

.header .header-wrapper .head-pro {
    transition: all .4s cubic-bezier(.25,.1,.25,1);
    transition-delay: .4s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    top: 130px;
    position: fixed;
    right: 0;
    width: calc(7.5% + 160px);
    position: absolute;
}

.header .header-wrapper .head-pro a {
    display: block;
    padding: 0.3rem 0.3rem 0.3rem 2.25rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 50px;
    min-height: 50px;
    color: #fff;
    background: #fe5339;
}

.header .header-wrapper .head-pro a:hover,
.header .header-wrapper .head-pro a:focus {
    background: #e74c3c
}

.header .header-wrapper .head-pro a:active {
    background: #c0392b
}

.header .header-wrapper .head-mega-m {
    display: none;
    /* display: block!important; */
    z-index: 999999;
    top: 32px;
    height: 340px;
    background: #fff;
    position: relative;
    z-index: 1
}

.header .header-wrapper .head-menu {
 z-index: 2
}

.header .header-wrapper .head-mega-m::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200%;
    content: "";
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
}

.header .header-wrapper .head-mega-m .megam-txt {
    position: relative;
    top: -10px
}

.header .header-wrapper .head-mega-m .megam-txt p:first-of-type {
    margin-top: 0
}

.header .header-wrapper .head-mega-m .container {
    padding: 50px 0 0;
}

.header .header-wrapper .head-mega-m .container .col {
    padding-right: 40px
}

.header .header-wrapper .head-mega-m .container .col.m4 {
    padding-top: 5px
}

.header .header-wrapper .head-mega-m .container .tit-small {
    font-weight: 600;
    font-size: 1.6rem;
    color: #222328;
}

.header .header-wrapper .head-mega-m .container .tit-med {
    font-weight: 600;
    font-size: 2.2rem;
    color: #222328;
}

.header .header-wrapper .head-mega-m .container .page-list li {
    border-bottom: 1px solid #e4e7ef;
    /* opacity: .8; */
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

.header .header-wrapper .head-mega-m .container .page-list li a {
    padding: 15px 0;
    position: relative;
    color: #222328;
    color: #555;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    left: 0
}

.header .header-wrapper .head-mega-m .container .page-list li svg {
    position: absolute;
    left: -15px;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

.header .header-wrapper .head-mega-m .container .page-list li svg .st0 {
    fill: #222328
}

.header .header-wrapper .head-mega-m .container .page-list li:hover {
    opacity: 1;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

.header .header-wrapper .head-mega-m .container .page-list li:hover a {
    color: #222328;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    left: 20px
}

.header .header-wrapper .head-mega-m .container .page-list li:hover svg {
    left: 0;
    transition: all .1s cubic-bezier(.25,.1,.25,1);
    transition-delay: .1s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    opacity: 1
}

.header .header-wrapper .head-mega-m .container .page-list li.active a,
.header .header-wrapper .head-mega-m .container .page-list li.active:hover a,
.header .header-wrapper .head-mega-m .container .page-list li.active:active a {
    opacity: 1;
    color: #e74c3c;
    left: 0
}

.header .header-wrapper .head-mega-m .container .page-list li.active svg {
    visibility: hidden;
}

.header .header-wrapper .head-mega-m .container .page-list li:not(:last-child) {
    border-bottom: 1px solid #e4e7ef
}

.header.pinned {
    height: 120px;
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.header.pinned .header-wrapper {
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    top: -25px
}

.header.pinned .header-wrapper .head-menu {
    top: 21px;
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.header.pinned .header-wrapper .head-utility {
    top: -50px;
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.header.pinned .header-wrapper .head-pro {
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    right: -100%
}

.header.pinned .header-wrapper .head-pro .container .col li {
    transition: all .2s cubic-bezier(.25,.1,.25,1);
    transition-delay: .2s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.header #slide-out {
    display: none;
    top: 25px;
    position: relative;
    background: #fff;
    width: 100%;
    overflow: hidden;
    z-index: -1
}

.header #slide-out #lang-swich-down {
    margin-top: 20px
}

.header #slide-out .side-out-menu {
    height: 80%;
    padding: 50px 7%;
    overflow: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.header #slide-out .side-out-menu .page-list .arrow {
    position: absolute;
    top: 10px;
    right: 0;
    height: 25px;
    width: 25px;
    cursor: pointer
}

.header #slide-out .side-out-menu .page-list .arrow span {
    position: relative;
    height: 20px;
    width: 20px;
    display: block
}

.header #slide-out .side-out-menu .page-list .arrow span:after {
    top: 15px;
    background: #333;
    right: 50%;
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    z-index: 1;
    webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    -ms-transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.header #slide-out .side-out-menu .page-list .arrow span:before {
    background: #333;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    z-index: 1;
    top: 15px;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    -ms-transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.header #slide-out .side-out-menu .page-list .arrow.opened span:after {
    transform: rotate(-40deg) translateZ(0) scaleY(1) translateY(-6.8px) translateX(6px);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.header #slide-out .side-out-menu .page-list .arrow.opened span:before {
    transform: rotate(40deg) translateZ(0) scaleY(1) translateY(-6.8px) translateX(-6px);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.header #slide-out .side-out-menu .page-list .active>a,.header #slide-out .side-out-menu .page-list .current_page_item>a {
    color: #222328;
    font-weight: 600
}

.header #slide-out .side-out-menu .page-list a:hover {
    color: #222328
}

.header #slide-out .side-out-menu .page-list li {
    padding: 12px 0;
    position: relative
}

.header #slide-out .side-out-menu .page-list li:not(:first-child) {
    border-top: 1px solid #222328
}

.header #slide-out .side-out-menu .page-list li a {
    padding-right: 30px
}

.header #slide-out .side-out-menu .page-list ul.children {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
    display: none
}

.header #slide-out .side-out-menu .page-list ul.children li {
    position: relative;
    top: -5px;
    opacity: 0;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    border-top: none;
    padding: 0;
    font-weight: 400;
    line-height: 1.8rem;
    padding-bottom: .8rem
}

.header #slide-out .side-out-menu .page-list ul.children li a {
    font-size: 1.3rem
}

.header #slide-out .side-out-menu .page-list ul.children.opened li {
    position: relative;
    top: 0;
    opacity: 1;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

.header #slide-out .side-out-menu .page-list ul.children .children {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3px
}

.header #slide-out .side-out-menu .page-list ul.children .children li {
    padding-bottom: 0
}

.header #slide-out .side-out-menu .page-list ul.children .children li a:before {
    content: 'âˆŸ';
    top: -3px;
    position: relative;
    padding-right: 5px
}

.header #slide-out .side-out-menu .page-list {
    border-top: 4px solid #222328;
    padding-top: 0;
    border-bottom: 4px solid #222328;
    padding-bottom: 5px;
    font-size: 2rem
}

.header #slide-out .side-out-menu .page-list .arrow span:after,.header #slide-out .side-out-menu .page-list .arrow span:before {
    width: 8px
}

.header #slide-out .side-out-menu .page-list ul.children li {
    margin-bottom: 3px
}

.header #slide-out .side-out-menu .page-list ul.children li a {
    font-size: 1.7rem
}

.header #slide-out .side-out-menu .page-list li.pr a {
    color: #fe5339
}

@media only screen and (min-width: 993px) {
    .header .header-wrapper .logo .logo-img {
        padding:0 30px 0 0
    }

    .header .header-wrapper .logo img {
        margin-top: -10px;
        max-width: 200px;
        /* max-height: 90px */
    }

    .header.pinned {
        height: 120px
    }

    .side-out-menu {
        width: 85%
    }

    .header .menu-item {
        margin-left: 1rem;
    }

    .header .menu-item:first-child {
        margin-left: 0;
    }
}

@media only screen and (max-width: 992px) {
    .header {
        height:80px
    }

    .header .header-wrapper {
        top: -25px
    }

    .header .header-wrapper .logo .logo-img {
        padding: 0 15px 0 0
    }

    .header .header-wrapper .logo img {
      margin-top: 0;
      max-width: 120px;
        /* max-height: 50px */
    }

    .header .header-wrapper .head-menu {
        top: 21px;
        transition: all .2s cubic-bezier(.25,.1,.25,1);
        transition-delay: .2s;
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        -ms-transition-delay: .1s;
        -o-transition-delay: .1s
    }

    .header .header-wrapper .head-menu>.row {
        padding-top: 0
    }

    .header.pinned {
        height: 80px
    }

    .header .button-collapse {
        left: 5px
    }
}

@media only screen and (min-width: 601px) and (max-width:992px) {
    .header #slide-out .side-out-menu {
        width:100%;
        padding: 50px 9%
    }
}

@media only screen and (min-width: 992px) and (max-width:1300px) {
    .header .header-wrapper .head-menu nav ul li a {
        font-size:1.4rem
    }

    .logo.col.s10.m10.l5 {
        width: auto;
        top: 10px;
        position: relative
    }

    .header .header-wrapper .logo img {
        /* max-height: 80px; */
        padding: 0 15px 0 0!important
    }

    .header .header-wrapper .head-menu {
        width: 94%
    }

    nav {
        float: left;
        width: auto
    }
}

@media only screen and (max-width: 374px) {
    .header .header-wrapper .logo .logo-img {
        padding:0 5px 0 0
    }
}

nav {
    min-width: 522px
}

footer {
    font-weight: 600;
    font-size: 1.3rem;
    color: #3a405b;
    background-color: #222328
}

footer .container {
    padding: 15px
}

footer .container .social-footer .col {
    padding: 0
}

footer .container .row .list-area {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

footer .container .row .list-area>.col {
    margin-left: 0!important
}

footer .container .row .footer-wrapper {
    margin-bottom: 5px
}

footer .footer-wrapper img {
    width: 100%;
    max-width: 64px
}

footer .container .row .footer-wrapper .footer-tit {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.732);
    margin-bottom: 1.5em
}

footer .container .row .footer-extra {
    font-weight: 600;
    font-size: 1.4rem;
    color: rgba(255,255,255,0.732);
    margin-bottom: 15px
}

footer .container .row li + li{
    margin-top: 0.488rem
}

footer .container .row li a,
footer .container .row .col a {
    color: rgba(255,255,255,0.325);
}

footer .container .row li:hover a,
footer .container .row .col a:hover {
    color: #fff
}

footer p {
    color: #3a405b
}

footer .quality-logo {
    text-align: left;
}

footer .quality-logo img {
    width: auto;
    max-width: 100%;
}

footer .footer-logo {
    text-align: right;
}

footer .copyright{
    margin: 1.5rem 0 0;
    padding-left: 36%;
    font-size: 80%;
    line-height: 1.425;
    color: rgba(255,255,255,0.325);
}

footer .copyright a{
    color: #fff!important;
    text-decoration: none;
}

footer .copyright a:hover, footer .copyright a:active{
    text-decoration: underline;
}

@media only screen and (max-width: 992px) {

    footer .quality-logo {
        margin-bottom: 2.5rem
    }

    footer .footer-logo {
        text-align: left;
    }

    footer .copyright{
        padding-left: 0;
        max-width: 36%
    }

}

@media only screen and (max-width: 600px) {
    footer .list-area>.col {
        padding:0
    }

    footer .credits {
        text-align: left
    }

    footer .social-box {
        text-align: center;
    }

    footer .quality-logo, footer .footer-logo, footer .copyright {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    footer .copyright{
        max-width: 60%
    }

}


.select-wrapper input.select-dropdown,.search input[type=search] {
    font-size: 1.4rem
}

.standard-base {
    position: relative;
    /* padding-top: 80px; */
    color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff
}

.standard-base>.row.clear {
    padding-left: 40px
}

.standard-base p {
    color: #fff;
    font-size: 1.646rem;
    line-height: 1.5
}

.standard-base .extra_first {
    padding-bottom: 40px
}

.standard-base .standard-base-box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 40px
}

.standard-base .standard-base-box>.col {
    padding-bottom: 40px
}

.standard-base .tit-small {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 5px;
    border-top: 3px solid #fff;
    padding-top: 10px
}

.standard-base .sub-small {
    text-transform: uppercase
}

.standard-base canvas#canvas-app {
    position: absolute;
    height: 100%;
    width: 200%;
    top: 1px
}

.standard-base .approfondimenti {
    margin-top: 20px
}

.standard-base .approfondimenti li {
    border-bottom: 1px solid #fff;
    opacity: .8;
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

.standard-base .approfondimenti li a {
    padding: 15px 0;
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    left: 0
}

.standard-base .approfondimenti li svg {
    position: absolute;
    left: -15px;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

.standard-base .approfondimenti li svg .st0 {
    fill: #fff
}

.standard-base .approfondimenti li:hover {
    opacity: 1;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

.standard-base .approfondimenti li:hover a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    left: 20px
}

.standard-base .approfondimenti li:hover svg {
    left: 0;
    transition: all .1s cubic-bezier(.25,.1,.25,1);
    transition-delay: .1s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    opacity: 1
}

.standard-base .row {
    position: relative
}

.standard-base .row .col {
    padding-right: 25px
}

.standard-base .doc-port-wrapper {
    padding-right: 10px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    background-size: 110%;
    background-position: -10px 10px;
    background-size: 110%
}

.standard-base .doc-port-wrapper .equipe-img.small {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-right: 10px
}

.standard-base .doc-port-wrapper .equipe-text {
    width: auto
}

.standard-base .doc-port-wrapper .equipe-text .tit-small {
    padding-right: 5px
}

.standard-base .doc-port-wrapper>.col {
    margin-left: 0;
    padding-left: 0
}

.standard-base .extra_cont-wrapper {
    color: #fff
}

.standard-base .extra_cont-wrapper p {
    color: #fff
}

.standard-base a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    color: #fff
}

.standard-base a:hover {
    color: #fff;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

.standard-base .link-doc-page .btn {
    margin-top: 20px
}

@media only screen and (min-width: 993px) {
    .standard-wrapper {
        top: -80px;
        padding-right: 5%;
        margin-bottom: -80px;
        padding-bottom: 80px;
        background:rgba(255,255,255,0);
        background: -moz-linear-gradient(right,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,#f4f7f9 5%,#f4f7f9 100%);
        background: -webkit-linear-gradient(right,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,#f4f7f9 5%,#f4f7f9 100%);
        background: linear-gradient(to left,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,#f4f7f9 5%,#f4f7f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(255,255,255,0),endColorstr=#f4f7f9,GradientType=0)
    }
}

@media only screen and (max-width: 992px) {
    .standard-wrapper {
        background:rgba(255,255,255,0);
        background: -moz-linear-gradient(right,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 0%,#f4f7f9 0%,#f4f7f9 100%);
        background: -webkit-linear-gradient(right,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 0%,#f4f7f9 0%,#f4f7f9 100%);
        background: linear-gradient(to left,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 0%,#f4f7f9 0%,#f4f7f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(255,255,255,0),endColorstr=#f4f7f9,GradientType=0)
    }

    .standard-wrapper .standard-base .standard-base-box {
        margin-top: 35px;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width: 600px) {
    /* .standard-base {
        margin-top:20px
    } */

    .standard-base>.row.clear {
        padding-left: 25px
    }
    .standard-base .extra_first {
        padding-bottom: 0
    }

}

@media screen and (max-width: 1024px) {
    .doc-port-wrapper .equipe-img {
        display:none
    }
}

.post_press-cct-magazine .standard-img,.post_press-cct-magazine-en .standard-img {
    width: 395px;
    height: 555px
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion .card-header {
    position: relative;
    /* border-bottom: none */
}

.accordion .card-header h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.646rem;
    font-style: bold;
}

.accordion .card-header button {
    text-align: left;
    width: 100%;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0 2rem;
    font-weight: 400;
    color: #222328;
    background: none
}

.accordion .card-header button::after {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 40px;
    height: 40px;
    margin-top: -18px;
    font-size: 2.5rem;
    line-height: 36px;
    text-align: center;
    content: '+';
}

.accordion .card-header button[aria-expanded=true]::after{
    content: '-';
}

.accordion .card-body table:not(#wp-calendar) {
    margin: 0 auto;
}

.templHub .cover .cover-img {
    background-position: top
}

main .homeland.tempProf .row {
    padding: 0 45px 45px 45px;
    position: relative
}

main .homeland.tempProf #menu-prof {
    top: -130px;
    position: absolute;
    width: 96%
}

main .homeland.tempProf #menu-prof li {
    float: left;
    width: 23%;
    border-bottom: 1px solid #fff;
    margin: 0 2% 0 0;
    opacity: .8;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    padding-bottom: 5px
}

main .homeland.tempProf #menu-prof li.current-menu-item,main .homeland.tempProf #menu-prof li.current-page-ancestor:not(:first-child) {
    border-bottom: 4px solid #fff;
    opacity: 1
}

main .homeland.tempProf #menu-prof li:hover {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: 1
}

main .homeland.tempProf #menu-prof li a {
    color: #fff;
    font-size: 2.1rem
}

main #spec-prof {
    z-index: 999;
    display: block;
    position: relative
}

main #spec-prof .spec-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

main #spec-prof .spec-wrapper .col {
    padding: 35px;
    min-height: 500px;
    position: relative;
    top: -160px
}

main #spec-prof .spec-wrapper .col h3 {
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 70px
}

main #spec-prof .spec-wrapper .col h3 a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    color: #fff
}

main #spec-prof .spec-wrapper .col h3 a:hover {
    opacity: .8;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main #spec-prof .spec-wrapper .col h3 .arrow {
    position: absolute;
    top: 10px;
    right: 0;
    height: 25px;
    width: 25px;
    cursor: pointer
}

main #spec-prof .spec-wrapper .col h3 .arrow span {
    position: relative;
    height: 20px;
    width: 20px;
    display: block
}

main #spec-prof .spec-wrapper .col h3 .arrow span:after {
    top: 15px;
    background: #fff;
    right: 50%;
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    z-index: 1;
    webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    -ms-transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

main #spec-prof .spec-wrapper .col h3 .arrow span:before {
    background: #fff;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    z-index: 1;
    top: 15px;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    -ms-transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

main #spec-prof .spec-wrapper .col h3 .arrow.opened span:after {
    transform: rotate(-40deg) translateZ(0) scaleY(1) translateY(-6.8px) translateX(6px);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

main #spec-prof .spec-wrapper .col h3 .arrow.opened span:before {
    transform: rotate(40deg) translateZ(0) scaleY(1) translateY(-6.8px) translateX(-6px);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

main #spec-prof .spec-wrapper .col h3 .arrow {
    float: right;
    display: none;
    top: 10px;
    position: relative
}

main #spec-prof .spec-wrapper .col .txt-spec-home {
    z-index: 1;
    position: relative
}

main #spec-prof .spec-wrapper .col .txt-spec-home li {
    border-bottom: 1px solid #fff;
    opacity: .8;
    position: relative;
    padding: 15px 0;
    cursor: pointer;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main #spec-prof .spec-wrapper .col .txt-spec-home li a {
    padding: 15px 0;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    left: 0
}

main #spec-prof .spec-wrapper .col .txt-spec-home li svg {
    position: absolute;
    left: -15px;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main #spec-prof .spec-wrapper .col .txt-spec-home li svg .st0 {
    fill: #fff
}

main #spec-prof .spec-wrapper .col .txt-spec-home li:hover {
    opacity: 1;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main #spec-prof .spec-wrapper .col .txt-spec-home li:hover a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    left: 20px
}

main #spec-prof .spec-wrapper .col .txt-spec-home li:hover svg {
    left: 0;
    transition: all .1s cubic-bezier(.25,.1,.25,1);
    transition-delay: .1s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    opacity: 1
}

main #spec-prof .spec-wrapper .col .bkg-spec-home {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

main #spec-prof .spec-wrapper .col:nth-child(1) .bkg-spec-home {
    background-color: #4abde5;
    opacity: 1
}

main #spec-prof .spec-wrapper .col:nth-child(2) .bkg-spec-home {
    background-color: #009fe3;
    opacity: 1
}

main #spec-prof .spec-wrapper .col:nth-child(3) .bkg-spec-home {
    background-color: #33596f;
    opacity: 1
}

main #spec-prof .spec-wrapper {
    display: block
}

main #spec-prof .spec-wrapper h3.tit-med {
    padding: 35px 0 0 35px;
    margin-bottom: 0
}

main #spec-prof .spec-wrapper .col {
    top: 0;
    color: #222328
}

main #spec-prof .spec-wrapper .col .txt-spec-home li {
    border-bottom: 1px solid #222328
}

main #spec-prof .spec-wrapper .col .txt-spec-home li a {
    color: #222328
}

main #spec-prof .spec-wrapper .col .txt-spec-home li svg .st0 {
    fill: #222328
}

main #spec-prof .spec-wrapper .col .txt-spec-home li:hover svg .st0 {
    fill: #222328
}

main #spec-prof .spec-wrapper .col:nth-child(1) {
    background-image: none
}

main #spec-prof .spec-wrapper .col:nth-child(1) .bkg-spec-home {
    background-color: transparent
}

main #spec-prof .spec-wrapper .col:nth-child(2) {
    background-image: none
}

main #spec-prof .spec-wrapper .col:nth-child(2) .bkg-spec-home {
    background-color: transparent
}

main #spec-prof .spec-wrapper .col:nth-child(3) {
    background-image: none
}

main #spec-prof .spec-wrapper .col:nth-child(3) .bkg-spec-home {
    background-color: transparent
}

main #spec-prof .spec-wrapper .col h3 {
    font-size: 2.6rem
}

main #spec-prof .spec-wrapper .col h3 a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    font-size: 2.6rem;
    color: #ffc149
}

main #spec-prof .spec-wrapper .col h3 a:hover {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: .8;
    color: #ffc149
}

main #spec-prof .home-link-prof {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

main #spec-prof .home-link-prof .home-link-prof-box {
    position: relative;
    padding: 45px 0
}

main #spec-prof .home-link-prof .home-link-prof-box .tit-small {
    min-height: 55px
}

main #spec-prof .home-link-prof .divider-prof {
    border-top: 4px solid #222328;
    margin: 0 35px
}

main #spec-prof .home-link-prof .col {
    padding: 0 35px
}

main #spec-prof .home-link-prof .col .page-list li {
    border-bottom: 1px solid #222328;
    opacity: .8;
    position: relative;
    padding: 15px 0;
    cursor: pointer;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main #spec-prof .home-link-prof .col .page-list li a {
    padding: 15px 0;
    position: relative;
    color: #222328;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    left: 0
}

main #spec-prof .home-link-prof .col .page-list li svg {
    position: absolute;
    left: -15px;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main #spec-prof .home-link-prof .col .page-list li svg .st0 {
    fill: #222328
}

main #spec-prof .home-link-prof .col .page-list li:hover {
    opacity: 1;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main #spec-prof .home-link-prof .col .page-list li:hover a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    left: 20px
}

main #spec-prof .home-link-prof .col .page-list li:hover svg {
    left: 0;
    transition: all .1s cubic-bezier(.25,.1,.25,1);
    transition-delay: .1s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    opacity: 1
}

main #spec-prof .innovazione-wrapper .col {
    padding: 0 35px
}

main #spec-prof .innovazione-wrapper .page-list {
    width: 40%;
    float: left;
    margin-left: 7%
}

main #spec-prof .innovazione-wrapper .page-list li {
    border-bottom: 1px solid #222328;
    opacity: .8;
    position: relative;
    padding: 15px 0;
    cursor: pointer;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main #spec-prof .innovazione-wrapper .page-list li a {
    padding: 15px 0;
    position: relative;
    color: #222328;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    left: 0
}

main #spec-prof .innovazione-wrapper .page-list li svg {
    position: absolute;
    left: -15px;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main #spec-prof .innovazione-wrapper .page-list li svg .st0 {
    fill: #222328
}

main #spec-prof .innovazione-wrapper .page-list li:hover {
    opacity: 1;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main #spec-prof .innovazione-wrapper .page-list li:hover a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    left: 20px
}

main #spec-prof .innovazione-wrapper .page-list li:hover svg {
    left: 0;
    transition: all .1s cubic-bezier(.25,.1,.25,1);
    transition-delay: .1s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    opacity: 1
}

main #spec-prof .btn {
    margin-top: 0
}

main #fellow-prof .col {
    padding: 0 35px
}

main #fellow-prof .divider-prof {
    border-top: 4px solid #222328;
    margin: 0 35px
}

main #fellow-prof .fellow-wrapper .page-list {
    width: 40%;
    float: left;
    margin-left: 7%
}

main #fellow-prof .fellow-wrapper .page-list li {
    border-bottom: 1px solid #222328;
    opacity: .8;
    position: relative;
    padding: 15px 0;
    cursor: pointer;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main #fellow-prof .fellow-wrapper .page-list li a {
    padding: 15px 0;
    position: relative;
    color: #222328;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    left: 0
}

main #fellow-prof .fellow-wrapper .page-list li svg {
    position: absolute;
    left: -15px;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main #fellow-prof .fellow-wrapper .page-list li svg .st0 {
    fill: #222328
}

main #fellow-prof .fellow-wrapper .page-list li:hover {
    opacity: 1;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main #fellow-prof .fellow-wrapper .page-list li:hover a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    left: 20px
}

main #fellow-prof .fellow-wrapper .page-list li:hover svg {
    left: 0;
    transition: all .1s cubic-bezier(.25,.1,.25,1);
    transition-delay: .1s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    opacity: 1
}

.single-carriere .row {
    position: relative
}

.single-carriere #menu-prof {
    top: -130px;
    position: absolute;
    width: 96%
}

.single-carriere #menu-prof li {
    float: left;
    width: 23%;
    border-bottom: 1px solid #fff;
    margin: 0 2% 0 0;
    opacity: .8;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    padding-bottom: 5px
}

.single-carriere #menu-prof li.current-menu-item,.single-carriere #menu-prof li.current-page-ancestor:not(:first-child) {
    border-bottom: 4px solid #fff;
    opacity: 1
}

.single-carriere #menu-prof li:hover {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: 1
}

.single-carriere #menu-prof li a {
    color: #fff;
    font-size: 2.1rem
}

.single-carriere #menu-prof li:nth-child(3) {
    border-bottom: 4px solid #fff;
    opacity: 1
}

.page-template-template-carriere-professionisti .header .header-wrapper .head-pro,.page-template-template-home-professionisti .header .header-wrapper .head-pro,.page-template-template-news-hub-professionisti .header .header-wrapper .head-pro,.page-template-template-standard-professionisti .header .header-wrapper .head-pro,.single-carriere .header .header-wrapper .head-pro {
    background: #33596f
}

.page-template-template-carriere-professionisti .header .header-wrapper .head-pro li:first-child,.page-template-template-home-professionisti .header .header-wrapper .head-pro li:first-child,.page-template-template-news-hub-professionisti .header .header-wrapper .head-pro li:first-child,.page-template-template-standard-professionisti .header .header-wrapper .head-pro li:first-child,.single-carriere .header .header-wrapper .head-pro li:first-child {
    display: none
}

.error404 .header .header-wrapper .head-pro li:last-child,.page-template-template-equipe .header .header-wrapper .head-pro li:last-child,.page-template-template-home .header .header-wrapper .head-pro li:last-child,.page-template-template-news-hub .header .header-wrapper .head-pro li:last-child,.page-template-template-pdf-hub .header .header-wrapper .head-pro li:last-child,.page-template-template-specialita .header .header-wrapper .head-pro li:last-child,.page-template-template-standard .header .header-wrapper .head-pro li:last-child,.page-template-template-standards .header .header-wrapper .head-pro li:last-child,.search .header .header-wrapper .head-pro li:last-child,.search-results .header .header-wrapper .head-pro li:last-child,.single-press .header .header-wrapper .head-pro li:last-child {
    display: none
}

.page-template-template-home-professionisti main #spec-prof .spec-wrapper {
    margin-bottom: 0
}

.page-template-template-home-professionisti main #spec-prof .spec-wrapper .col {
    min-height: 50px;
    margin-bottom: 0;
    padding-bottom: 0
}

@media only screen and (max-width: 992px) {
    main #spec-prof .spec-wrapper {
        margin-bottom:0
    }

    main #spec-prof .spec-wrapper h3.tit-med {
        margin-bottom: 0
    }

    main #spec-prof .spec-wrapper .col {
        min-height: 50px;
        margin-bottom: 0;
        padding-bottom: 0
    }

    main #spec-prof .spec-wrapper .col h3 {
        min-height: 0
    }

    main #spec-prof .home-link-prof {
        margin-bottom: 0
    }

    main #spec-prof .home-link-prof .home-link-prof-box {
        padding: 15px 0
    }

    main #spec-prof .home-link-prof .home-link-prof-box .tit-small {
        min-height: 0
    }

    main #spec-prof .innovazione-wrapper {
        padding-top: 0
    }

    main #spec-prof .innovazione-wrapper .page-list {
        width: 100%;
        margin-left: 0
    }

    main #fellow-prof .innovazioni-home .page-list {
        width: 100%;
        margin-left: 0
    }

    main .divider-prof {
        margin: 5px 0!important
    }
}

@media only screen and (max-width: 600px) {
    main #spec-prof .spec-wrapper.row {
        padding:10px 20px 30px
    }

    main #spec-prof .spec-wrapper .col {
        padding: 10px
    }

    main #spec-prof .spec-wrapper h3.tit-med {
        padding: 5px 0 0 10px
    }

    main #spec-prof .home-link-prof.row {
        padding: 0 20px 30px
    }

    main #spec-prof .home-link-prof.row .col {
        padding: 0 25px
    }

    main .innovazione-wrapper .col {
        padding: 0 25px!important
    }

    main .responsive-table table td{
        display: block;
        width: 100%;
    }
}

.page-chrono .content-txt table {
    width: 100%;
    margin: 40px 0;
    font-size: 1.5rem
}

.page-chrono .content-txt table >tbody>tr:nth-child(odd) {
    background: none !important
}

.page-chrono .content-txt table > tbody > tr:first-of-type > td {
    /* padding-top: 0;
    padding-bottom: 0 */
}

.page-chrono .content-txt table > tbody > tr > td:first-child {
    min-width: 80px;
    width: 10% !important;
    font-family: 'Open Sans', sans-serif;
    font-size: bold;
    border-right: 1px solid #e4e7ef
}

.page-chrono .content-txt table > tbody > tr > td:last-child {
    width: 90%;
    padding-left: 8.333%;
}

.page-chrono .content-txt table > tbody > tr > td:last-child {
    padding-left: 8.333%;
}

.page-chrono .content-txt figure {
    position: relative;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.page-chrono .content-txt figcaption {
    display: table;
    position: absolute;
    bottom: -1.5rem;
    right: -2.25rem;
    padding: 40px;
    width: 200px;
    height: 200px;
    z-index: 2;
    color: #fff;
    font-size: 1.649rem;
    text-align: left;
    border-radius: 100%;
    background-color: #3b55e6;
    /* transform: translate3d(-50%,-50%,0); */
}

.page-chrono .content-txt figcaption > span{
    display: table-cell;
    vertical-align: middle;
}

main .standard-wrapper .spec-wrapper .mte-head {
    overflow: auto
}

main .standard-wrapper .spec-wrapper .mte-head .mte-head-left {
    float: left
}

main .standard-wrapper .spec-wrapper .mte-head .mte-head-right {
    font-size: 2.2rem;
    color: #222328;
    font-weight: 700
}

main .standard-wrapper .spec-wrapper .firme-box {
    display: flex;
    margin-bottom: 15px
}

main .standard-wrapper .spec-wrapper .firme-box .mte-firme {
    margin-right: 20px
}

main .standard-wrapper .spec-wrapper .mte-sponsor-home {
    float: left;
    margin-right: 45px
}

main .standard-wrapper .spec-wrapper .mte-sponsor-home img {
    height: 90px
}

main .standard-wrapper .spec-wrapper .mte-firme {
    float: left;
    width: 32%
}

main .standard-wrapper .spec-wrapper .mte-firme img {
    height: 35px
}

main {
    position: relative;
    margin-top: 150px
}

main .row {
    /* padding-right: 45px;
    padding-left: 45px */
}

main .homeland {
    position: relative;
    z-index: 998
}

main .homeland .slider {
    background-size: cover;
    background-repeat: no-repeat
}

main .homeland .slider #canvas-slider-home {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    background: none;
    /* opacity: 0.6; */
    /* background-image: linear-gradient(to right, #3a405b 80%, rgba(0, 0, 0, 0) 100%) !important;
    background: linear-gradient(90deg, rgb(51, 81, 179) 0%, rgb(87, 176, 238) 100%)!important; */
}

main .homeland .slider .slides .caption .caption-box .btn {
    margin-top: 0
}

.hero .slides-showcase figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero .slides-showcase figure::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    opacity: 0.9;
    background-image: linear-gradient(to right, #222328 60%, rgba(0, 0, 0, 0) 100%);
}

.hero .slides-showcase .caption {
    position: relative;
    table-layout: fixed;
    display: table;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
}

.hero .slides-showcase .caption-box {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
}

.hero .slides-showcase .caption h1 {
    font-size: 5.25rem;
    font-weight: 600;
    margin: 0 0 24px;
}

.hero .slides-showcase .caption p {
    max-width: 800px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

.hero .slides-showcase .caption .btn {
    margin-top: 0!important;
}

.hero .slides-showcase .caption .eventBanner {
    display: block;
    margin-bottom: 1.5em;
}

.hero .slides-showcase .caption.text-dark h1,
.hero .slides-showcase .caption.text-dark p {
    color: #242424;
}

.hero .slides-showcase .caption.text-white h1,
.hero .slides-showcase .caption.text-white p {
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .hero .slides-showcase .caption {
        max-width: 90%;
    }
}

@media only screen and (min-width: 992px) {
    .hero .slides-showcase .caption {
        max-width: 1440px;
    }
    .hero .slides-showcase .caption h1 {
        max-width: 90%;
        font-size: 6.25rem;
        line-height: 1
    }
}

@media only screen and (min-width: 1400px) {
    /* .hero .slides-showcase .caption {
        padding-left: 16%;
    } */
    .hero .slides-showcase .caption h1 {
        font-size: 7.25rem;
        line-height: 1
    }
}


main .spec-box {
    position: relative;
    z-index: 999;
    /* margin-bottom: 35px */
}

main .spec-box .spec-wrapper {
    max-width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

main .spec-box .spec-wrapper .col {
    padding: 5rem;
    min-height: 300px;
    position: relative;
    top: -60px
}

main .spec-box .spec-wrapper .col h2,
main .spec-box .spec-wrapper .col h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 16px;
    min-height: 40px
}

main .spec-box .spec-wrapper .col h2 a,
main .spec-box .spec-wrapper .col h3 a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    color: #fff
}

main .spec-box .spec-wrapper .col h2 a:hover,
main .spec-box .spec-wrapper .col h3 a:hover {
    opacity: .8;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main .spec-box .spec-wrapper .col h2 .arrow,
main .spec-box .spec-wrapper .col h3 .arrow {
    position: absolute;
    top: 10px;
    right: 0;
    height: 25px;
    width: 25px;
    cursor: pointer
}

main .spec-box .spec-wrapper .col h2 .arrow span,
main .spec-box .spec-wrapper .col h3 .arrow span {
    position: relative;
    height: 20px;
    width: 20px;
    display: block
}

main .spec-box .spec-wrapper .col h2 .arrow span:after,
main .spec-box .spec-wrapper .col h3 .arrow span:after {
    top: 15px;
    background: #fff;
    right: 50%;
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    z-index: 1;
    webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    -ms-transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

main .spec-box .spec-wrapper .col h2 .arrow span:before,
main .spec-box .spec-wrapper .col h3 .arrow span:before {
    background: #fff;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    z-index: 1;
    top: 15px;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    -ms-transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

main .spec-box .spec-wrapper .col h2 .arrow.opened span:after,
main .spec-box .spec-wrapper .col h3 .arrow.opened span:after {
    transform: rotate(-40deg) translateZ(0) scaleY(1) translateY(-6.8px) translateX(6px);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

main .spec-box .spec-wrapper .col h2 .arrow.opened span:before
main .spec-box .spec-wrapper .col h3 .arrow.opened span:before {
    transform: rotate(40deg) translateZ(0) scaleY(1) translateY(-6.8px) translateX(-6px);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

main .spec-box .spec-wrapper .col h2 .arrow,
main .spec-box .spec-wrapper .col h3 .arrow {
    float: right;
    display: none;
    top: 10px;
    position: relative
}

main .spec-box .spec-wrapper .col .txt-spec-home {
    cursor: default;
    z-index: 1;
    position: relative
}

main .spec-box .spec-wrapper .col .txt-spec-home p:last-of-type{
    margin-bottom: 0
}

main .spec-box .spec-wrapper .col .txt-spec-home h2,
main .spec-box .spec-wrapper .col .txt-spec-home h3,
main .spec-box .spec-wrapper .col .txt-spec-home p,
main .spec-box .spec-wrapper .col .txt-spec-home a{
    letter-spacing: 0!important;
    color: #fff
}

main .spec-box .spec-wrapper .icon {
    margin: 0 0 2.25rem
}

main .spec-box .spec-wrapper .col .eyebrow {
    display: block;
    margin-bottom: 1rem;
    font-size: 11px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px!important;
    min-height: inherit;
}

main .spec-box .spec-wrapper .col .txt-spec-home .btn{
    margin-top: 10px;
}

main .spec-box .spec-wrapper .col .txt-spec-home li {
    border-bottom: 1px solid #fff;
    opacity: .8;
    position: relative;
    padding: 15px 0;
    cursor: pointer;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main .spec-box .spec-wrapper .col .txt-spec-home li a {
    padding: 15px 0;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    left: 0
}

main .spec-box .spec-wrapper .col .txt-spec-home li svg {
    position: absolute;
    left: -15px;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main .spec-box .spec-wrapper .col .txt-spec-home li svg .st0 {
    fill: #fff
}

main .spec-box .spec-wrapper .col .txt-spec-home li:hover {
    opacity: 1;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main .spec-box .spec-wrapper .col .txt-spec-home li:hover a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    left: 20px
}

main .spec-box .spec-wrapper .col .txt-spec-home li:hover svg {
    left: 0;
    transition: all .1s cubic-bezier(.25,.1,.25,1);
    transition-delay: .1s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    opacity: 1
}

main .spec-box .spec-wrapper .col::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}

main .spec-box .spec-wrapper .col.azz::before {
    border-top: 1px solid #3b55e6
}

main .spec-box .spec-wrapper .col:first-child::before {
    border-top: 0
}

@media only screen and (min-width:601px) {
    main .spec-box .spec-wrapper .col.azz::before {
        border-left: 1px solid #3b55e6
    }
    main .spec-box .spec-wrapper .col:first-child::before {
        border-left: 0
    }
}

@media only screen and (max-width:600px) {
  main .spec-box .spec-wrapper .col {
      padding: 3rem;
      top: 0!important
  }
}


main .spec-box .spec-wrapper .col:nth-child(1) .bkg-spec-home {
    border-left: 0;
    opacity: 1
}

main .spec-box .spec-wrapper .col:nth-child(2) .bkg-spec-home {
    /*background-color: #34495e;*/
    opacity: 1
}

main .spec-box .spec-wrapper .col:nth-child(3) .bkg-spec-home {
    /*background-color: #34495e;*/
    opacity: 1
}

main .spec-box .ass-wrapper {
    position: relative;
    top: -80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-bottom: 80px;
}

main .spec-box .ass-wrapper .tab-wrapper {
    height: 500px
}

main .spec-box .ass-wrapper .tab-wrapper .tab-imgbox {
    max-height: 450px;
    overflow: hidden
}

main .spec-box .ass-wrapper .tabs {
    margin-bottom: 60px;
    background-color: transparent
}

main .spec-box .ass-wrapper .tabs.tabs-transparent {
    background-color: transparent
}

main .spec-box .ass-wrapper .tabs.tabs-transparent .tab a,main .spec-box .ass-wrapper .tabs.tabs-transparent .tab.disabled a,main .spec-box .ass-wrapper .tabs.tabs-transparent .tab.disabled a:hover {
    color: rgba(255,255,255,.7)
}

main .spec-box .ass-wrapper .tabs.tabs-transparent .tab a.active,main .spec-box .ass-wrapper .tabs.tabs-transparent .tab a:hover {
    color: #fff
}

main .spec-box .ass-wrapper .tabs.tabs-transparent .indicator {
    background-color: #fff
}

main .spec-box .ass-wrapper .tabs.tabs-fixed-width {
    display: flex
}

main .spec-box .ass-wrapper .tabs.tabs-fixed-width .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

main .spec-box .ass-wrapper .tabs .tab {
    line-height: 25px;
    text-align: left;
    text-transform: none;
    padding-left: 40px
}

main .spec-box .ass-wrapper .tabs .tab:first-child {
    padding-left: 0!important
}

main .spec-box .ass-wrapper .tabs .tab a {
    padding-left: 0;
    padding-right: 75px;
    font-weight: 600;
    font-size: 1.2rem;
    color: rgba(0,0,0,.488);
    text-align: left;
    font-size: 1.6rem
}

main .spec-box .ass-wrapper .tabs .tab a.active,main .spec-box .ass-wrapper .tabs .tab a:hover {
    color: #222328
}

main .spec-box .ass-wrapper .tabs .tab.disabled a,main .spec-box .ass-wrapper .tabs .tab.disabled a:hover {
    color: #fe5339
}

main .spec-box .ass-wrapper .tabs .indicator {
    height: 4px;
    background-color: #fe5339
}

main .spec-box .ass-wrapper ul li {
    border-bottom: 1px solid rgba(0,0,0,.217);
}

main .spec-box .ass-wrapper h2,
main .spec-box .ass-wrapper h3 {
    font-weight: 600;
    font-size: 4.6rem;
    color: #222328;
    margin-bottom: 50px
}

main .spec-box .ass-wrapper .tab-text {
    padding-left: 50px
}

main .spec-box .ass-wrapper blockquote:before {
    display: none
}

main .equipe-box,
main .buystrip-box {
    position: relative;
    z-index: 1005;
    background-color: #fff
}

main .equipe-box .row  {
    padding: 0
}

main .equipe-box .row .equip-txt {
    padding-top: 250px;
    padding-left: 60px;
    padding-top: 60px
}

main .equipe-box .row .equip-thumb {
    left: 0;
    top: -60px;
    position: relative;
    text-align: center;
    height: 500px;
    padding: 0;
}

main .equipe-box .row .equip-thumb .flex-image-cover {
    position: relative;
    top: 0;
    left: -24%;
    width: 124%;
    /*max-height: 580px*/
}

main .equipe-box .row .equip-thumb img {
    position: relative;
    top: 60px;
    right: -56px;
    /*max-height: 580px*/
}

main .buystrip-box .row .equip-thumb {
    left: 0;
    top: -120px;
    position: relative;
    text-align: center;
    height: 600px;
    padding: 0;
}

main .buystrip-box .row .equip-thumb .flex-image-cover {
    position: relative;
    top: 0;
    right: -24%;
    width: 124%;
    /*max-height: 580px*/
}

main .buystrip-box .row .equip-thumb img {
    position: relative;
    top: 60px;
    left: -56px;
    /*max-height: 580px*/
}

main .buystrip-box .row .equip-txt {
    margin-top: 60px;
    padding-right: 80px;
    /* padding-top: 60px */
}

@media only screen and (max-width: 992px) {
    main .buystrip-box .row .equip-thumb {
        top: auto;
        margin-top: 60px
    }
    main .buystrip-box .row .equip-txt {
        margin-top: 0;
    }
}


main .highlight-box {
    position: relative;
    z-index: 1001;
    top: -80px;
    margin-bottom: -60px;
    position: relative
}

main .highlight-box .row {
    margin-bottom: 0;
    padding: 0 27px 5px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

main .highlight-box .row>.col {
    /* margin-bottom: 40px; */
    position: relative;
    padding-bottom: 100px
}

main .highlight-box .row>.col.tit-app {
    padding-bottom: 0
}

/* main .highlight-box .row>.col .btn {
    position: absolute;
    bottom: 40px
} */

main .highlight-box .row>.col h3,
main .highlight-box .row>.col h5 {
    margin-top: 25px
}

main .highlight-box .highlight-image {
    padding-bottom: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}


main .notranslate .row .equip-thumb {
    top: auto !important;
}

main .innovazionione-bg {
    position: relative;
    background: #fff;
    background: -moz-linear-gradient(top,#f4f7f9 0%,#f4f7f9 60%,#fff 60%,#fff 100%);
    background: -webkit-linear-gradient(top,#f4f7f9 0%,#f4f7f9 60%,#fff 60%,#fff 100%);
    background: linear-gradient(to bottom,#f4f7f9 0%,#f4f7f9 60%,#fff 60%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f7f9,endColorstr=#fff,GradientType=0);
    z-index: 1002
}

main .innovazionione-box .container {
    padding: 15px;
    position: relative;
    padding: 80px 27px
}

main .innovazionione-box .container #canvas-slider-inn {
    padding: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

main .innovazionione-box .container .row {
    z-index: 1;
    position: relative;
    padding-bottom: 0;
}

main .innovazionione-box .container .row h2,
main .innovazionione-box .container .row h3 {
    font-weight: 600;
    color: #fff
}

main .innovazionione-box .container .row .col>p {
    padding-right: 60px;
    color: #fff
}

main .innovazionione-box .container .row .l8 .innovazioni-home .page-list {
    width: 40%;
    float: left;
    margin-left: 7%
}

main .innovazionione-box .container .row .l8 .innovazioni-home .page-list li {
    border-bottom: 1px solid #fff;
    opacity: .8;
    position: relative;
    padding: 30px 0;
    cursor: pointer;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main .innovazionione-box .container .row .l8 .innovazioni-home .page-list li:first-child {
    padding-top: 0
}

main .innovazionione-box .container .row .l8 .innovazioni-home .page-list li a {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    left: 0
}

main .innovazionione-box .container .row .l8 .innovazioni-home .page-list li a:first-child {
    padding-top: 0
}

main .innovazionione-box .container .row .l8 .innovazioni-home .page-list li svg {
    position: absolute;
    left: 0;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main .innovazionione-box .container .row .l8 .innovazioni-home .page-list li svg .st0 {
    fill: #fff
}

main .innovazionione-box .container .row .l8 .innovazioni-home .page-list li:hover {
    opacity: 1;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

main .innovazionione-box .container .row .l8 .innovazioni-home .page-list li:hover a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    padding-left: 30px
}

main .innovazionione-box .container .row .l8 .innovazioni-home .page-list li:hover svg {
    left: 0;
    transition: all .1s cubic-bezier(.25,.1,.25,1);
    transition-delay: .1s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    opacity: 1
}

main .innovazionione-box .btn {
    margin-top: 0
}

main #news-box {
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0%,#fff 30%,#f4f7f9 30%,#f4f7f9 100%);
    background: -webkit-linear-gradient(top,#fff 0%,#fff 30%,#f4f7f9 30%,#f4f7f9 100%);
    background: linear-gradient(to bottom,#fff 0%,#fff 30%,#f4f7f9 30%,#f4f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#f4f7f9,GradientType=0);
    position: relative;
    top: -100px
}

main #news-box #canvas-news-box {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 70%;
    top: 30%
}

main #news-box .container {
    padding: 0 27px 42px;
    z-index: 1;
    position: relative
}

main #news-box .container .row {
    background: #fff
}

main #news-box .container .row .col {
    padding: 0
}

main #news-box .container .row .news-filter {
    display: none;
    line-height: 5.5rem;
    margin: 3.46rem 0 1.168rem
}

main #news-box .container .row .news-filter li {
    display: inline-block;
    padding-left: 15px;
    font-size: 1.4rem;
    cursor: pointer
}

main #news-box .container .row .news-filter li.active {
    color: #4abde5
}

main #news-box .container .row:nth-child(2) {
    display: flex;
    height: 650px
}

main #news-box .container .row:nth-child(2) h5 {
    font-weight: 600;
    font-size: 2rem;
    color: #222328
}

main #news-box .container .row:nth-child(2) .news-standard-box {
    width: 50%;
    float: left
}

main #news-box .container .row:nth-child(2) .news-standard-box {
    width: 50%;
    float: left;
    position: relative
}

main #news-box .container .row:nth-child(2) .news-standard-box .news-standard-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 325px;
    position: relative;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat
}

main #news-box .container .row:nth-child(2) .news-standard-box .post-date {
    position: absolute;
    bottom: 35px
}

main #news-box .container .row:nth-child(2) .news-standard-box .info-text-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute
}

main #news-box .container .row:nth-child(2) .news-standard-box:nth-child(2),main #news-box .container .row:nth-child(2) .news-standard-box:nth-child(3) {
    background-color: #f4f7f9
}

main #news-box .container .row:nth-child(2) .info-in-evidenza-img-box {
    height: 400px;
    background-size: cover
}

main #news-box .container .row:nth-child(2) .info-in-evidenza-text-box {
    height: 35%;
    position: relative;
    padding: 30px
}

main .cct-box {
    /*margin-top: 50px*/
}

main .cct-box .row {
    margin-bottom: 0;
    padding-bottom: 0
}

main .cct-box .row .cct-box {
    overflow: hidden;
    height: 450px
}

main .cct-box .row .cct-box img {
    max-width: 300px;
    width: 100%;
    border-radius: 100%;
}

main .cct-box .row .button-box {
    overflow: auto;
    margin: 50px 0
}

main .cct-box .row .button-box .col:nth-child(1) {
    width: auto;
    padding-left: 0
}

main .cct-box .row .button-box .col:nth-child(2) {
    padding-left: 0
}

main .cct-box .row .btn {
    margin-right: 20px;
    margin-bottom: 10px
}

main .cct-box .row .cct-text-box .btn {
    margin-top: 0
}

main .cct-box .row .cct-text-box .btn a {
    color: #222328
}

main .cct-box .row .cct-text-box .cct-store-link img {
    height: 50px;
    margin-right: 20px;
    margin-bottom: 10px
}

main .standard-wrapper {
    z-index: 999;
    overflow: hidden;
    position: relative
}

main .standard-wrapper .container {
    background-color: #f4f7f9
}

@media only screen and (min-width: 993px) {
    main .standard-wrapper .container {
        width: 100%;
        padding-left: 5%;
        padding-right: 6%;
    }
}

main .standard-wrapper .container .row {
    margin-bottom: 0
}

main .standard-wrapper .container .row .extra-box {
    left: -40px
}

main .standard-wrapper .spec-wrapper {
    padding-top: 60px;
    padding-bottom: 60px
}

.page-legal main .standard-wrapper .spec-wrapper,
main .product-list.standard-wrapper .spec-wrapper {
    padding-bottom: 0!important
}

main .product-list article:last-child {
    margin-bottom: 0!important
}

main .product-list .lead {
    margin-bottom: 36px!important
}

@media only screen and (min-width: 993px) {
    main .standard-wrapper .spec-wrapper {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

main .standard-wrapper .spec-wrapper .col.l9 {
    padding-right: 0;
    padding-left: 50px
}

main .standard-wrapper .spec-wrapper.st-full .col.l9 {
    padding-right: 0;
    padding-left: 50px;
    max-width: 100%
}

main .standard-wrapper .spec-wrapper img {
    height: auto
}

main .caption {
    opacity: 1
}

main .cover {
    position: relative;
    background-position: center
}

main .cover #canvas-slider {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #222328;
    opacity: 0.732
}

main .cover .cover-img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    overflow: hidden;
    background-position: center
}

main .cover .cover-tit {
    position: absolute;
    padding: 0 5.063%;
    top: 45%;
    transform: translateY(-60%)
}

main .cover .cover-tit h1,
main .cover .cover-tit h2 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff
}

main .cover .cover-tit.cover-ti-small h1,
main .cover .cover-tit.cover-ti-small h2 {
    font-size: 4rem !important;
}

main .cover .cover-tit p {
    max-width: 800px;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    color: #fff
}

@media only screen and (min-width: 1640px) {
    main .cover .cover-tit {
        padding-left: 12%;
    }
}

main .standard-img {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50%;
    margin-bottom: 20px
}

.page-home .buystrip-box{
    padding-bottom: 0 !important
}

main .page-news .post-date {
    float: left;
    margin-right: 5px
}

main .page-news .news-first {
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 60px;
    position: relative
}

main .page-news .news-first p {
    color: #8a8a8a
}

main .page-news .news-box-all {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

main .page-news .news-box-all>.col {
    margin-bottom: 30px;
    padding-bottom: 60px;
    position: relative;
    margin-left: 0!important
}

main .page-news .news-box-all>.col .tit-news {
    font-weight: 600;
    font-size: 1.8rem;
    color: #222328;
    line-height: 2.4rem;
}

main .page-news .btn:not(.loadmore) {
    position: absolute;
    bottom: 0
}

.rounded-pseudo {
    border-radius: 0.25rem;
}

.rounded-pseudo::before, .rounded-pseudo::after {
    border-radius: 0.25rem;
}

/* card */

.card .block {
    display: block;
    color: #222328;
    outline: none;
    text-decoration: none;
    transition: all .3s;
}

.card .u-sm-avatar {
    width: 4rem;
    height: 4rem;
}

.card .rounded-circle {
    border-radius: 50%!important;
}

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

.card .title {
    font-size: 2rem;
    margin: 0 0 1rem;
}

.card .h6 {
    margin-bottom: 0;
    font-size: 1.5rem;
}

.card .d-block {
    display: block!important;
}

.card small {
    font-size: 1rem
}

.card.bg-img-hero .block{
    padding-top: 16%;
    padding-bottom: 16%
}

.card.bg-img-hero .media.align-items-center {
    margin-bottom: 3rem
}

.card-body {
    padding: 3rem;
}

.card-footer {
    padding: 3rem;
    background-color: #fff;
    border-top: 1px solid #e7eaf3;
}

.card blockquote {
    padding-top: 8.333rem !important;
    padding-bottom: 8.333rem !important;
    margin-top: 0
}

.card blockquote::before {
    visibility: hidden;
}

.card.bg-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.card.backgroundIndigo {
    background: #334cd5;
}

.card.backgroundIndigo * {
    color: #fff!important;
}

.card.backgroundIndigo svg {
    fill: #fff;
}

.flex-card .flex-item,
.popular-articles .articles-preview a, .related-articles .articles-preview a {
    display: block;
    position: relative;
    padding-bottom: 5px;
    height: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.1);
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.flex-card .flex-item:hover,
.popular-articles .articles-preview a:hover, .related-articles .articles-preview a:hover {
    color: #3260B1;
    box-shadow: 0 2px 2px rgba(41,47,56,0.1), 0 4px 4px rgba(41,47,56,0.1), 0 8px 8px rgba(41,47,56,0.1), 0 16px 16px rgba(41,47,56,0.1), 0 32px 32px rgba(41,47,56,0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.15s;
transition: 0.15s;
}

/* Card - Horizontal layout */

/* main .container .card-horz .row {
    padding: 0
} */

.card-horz .block .btn span {
    padding-left: 1.5rem;
    padding-right: 0rem
}

@media only screen and (min-width:601px) {

    .card-horz .block {
        display: table;
    }

    .card-horz .block .col {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        min-height: calc(1 * 100%);
    }

    .card-horz .card-thumb {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    .card-horz .card-thumb img {
        display: block;
        width: 100%;
        max-height: none;
        max-width: none;
        -webkit-transition: -webkit-filter .3s;
        transition: -webkit-filter .3s;
        -o-transition: filter .3s;
        transition: filter .3s;
        transition: filter .3s,-webkit-filter .3s;
    }

    .card-horz .card-thumb img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: auto;
        -webkit-transform: scale(0.732) translate(-50%,-50%);
        -ms-transform: scale(0.732) translate(-50%,-50%);
        transform: scale(0.732) translate(-40%,-40%);
    }

    .card-horz .block .btn span {
        padding-left: 3.5rem;
    }

}

/* gradient */

[class*="gradient-overlay-half"] {
    position: relative;
    z-index: 1;
}

[class*="gradient-overlay-half"]::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
}

[class*="gradient-overlay-half"] * {
    color: #fff !important;
}

.gradient-overlay-half-dark::before {
    background-image: linear-gradient(150deg, rgba(34, 48, 73, 0.675) 0%, rgba(119, 131, 143, 0.3) 100%);
    background-repeat: repeat-x;
}

/* widget */

.widget_search {
    position: relative;
    z-index: 999;
}

.widget_search form button {
    background: transparent;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.8);
    font-size: 19px;
    padding: 0 0;
    width: 30px;
    height: 100%;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.search-results-page h3 {
    margin-bottom: 0
}

.search-box {
    margin: 2.25rem 0 1.168rem
}

.search-box .search-txt {
    color: #222328;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 15px;
    margin-top: 40px
}

.search {
    margin: 1.46rem 0 1.168rem
}

.search .search-submit, .searchBar__submit {
    background-color: transparent;
    border: none;
    width: 20px;
    height: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    float: left;
    margin-right: 1%;
    margin-top: 18px
}

.search .search-submit.float-right {
    float: right;
}

.searchBar {
    position: relative;
}

.searchBar__submit {
    position: absolute;
    top: -2rem;
    right: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    background: none;
}

.search input[type=search] {
    width: 85%;
}

.sidebar .search,
.sidebar .search-box {
    margin-top: 0;
    margin-bottom: 0;
    background: #ecf0f1
}

.sidebar .search input[type=search] {
    width: 80%;
    border: none;
    margin-bottom: 0;
    min-height: 54px;
    padding-left: 5%;
}

.search .pagination {
    font-weight: 600;
    font-size: 1.1rem;
    float: right;
    margin-right: 40px
}

.search .pagination .next {
    margin-left: 10px;
    text-transform: uppercase
}

.search article .col:nth-child(1) {
    padding-left: 0
}

#dowload-box {
    margin: 35px 0;
    overflow: auto
}

#dowload-box a {
    font-weight: 600
}

#dowload-box a .download-txt {
    position: relative;
    top: 10px
}

.pdf-mimetype {
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px
}

.picker--focused .picker__day--selected,.picker__day--selected,.picker__day--selected:hover {
    border-radius: 0
}

figure a {
    background-size: cover;
    padding-bottom: 6.6%;
    margin-bottom: 5px
}

img + figcaption {
    margin-top: 1rem
}

.col.startfigure {
    padding-left: 0
}

.col.video-wrapper {
    float: none!important;
    margin: 5px 0;
    padding: 0;
    position: relative;
    max-width: 650px
}

.col.video-wrapper .vjs-big-play-button,.col.video-wrapper .vjs-caption-settings,.col.video-wrapper .vjs-control-bar,.col.video-wrapper .vjs-error-display,.col.video-wrapper .vjs-loading-spinner,.col.video-wrapper .vjs-text-track-display {
    display: none
}

video::-internal-media-controls-download-button {
    display: none
}

video::-webkit-media-controls-enclosure {
    overflow: hidden
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

input {
    outline: none!important;
    -webkit-appearance: none
}

.pdf-hub .cover {
    position: relative
}

.pdf-hub .cover #canvas-slider {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.clear,.row.clear {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0
}

.eyebrow{
    margin-top: 0;
    font-weight: 700;
    font-style: normal;
    font-family: -apple-system,BlinkMacSystemFont,'avenir next',avenir,helvetica,'helvetica neue',ubuntu,roboto,noto,'segoe ui',arial,sans-serif;
    font-size: 12px;
    font-size: 1.097rem;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

main .cover .cover-tit .eyebrow {
    color: #fff
}

.equip-txt {
    padding-top: 5px;
    padding-bottom: 15px
}

/* .equip-txt p {
    margin: 0
} */

.tit-equipe {
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #313c47
}

h3.tit-equipe {
    font-size: 2.6rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    max-width: 80%;
    min-height: 40px
}

.equipe-img {
    margin-right: auto;
    border-radius: 100%;
    margin-bottom: 15px;
    background-position: top center;
    overflow: hidden
}

.equipe-img.big {
    width: 100%;
    height: auto;
    max-width: 380px;
    max-height: 380px
}

.equipe-img.small {
    width: 70%;
    height: auto
}

.comp {
    text-transform: uppercase;
    font-weight: 500;
    color: #222328
}

.equip-curr {
    font-weight: 500;
    font-size: .9rem;
    color: #222328
}

.equip-curr span {
    text-transform: uppercase
}

table {
    font-size: 1.4rem;
    margin: 0 auto
}

table.table >tbody > tr:nth-child(odd) {
    background-color: #ecf0f1
}

table.table-bordered {
    margin-bottom: 2.5rem;
    border: 1px solid #222328;
}

table.table-bordered h3, table.table-bordered h4 {
    margin-bottom: 0;
}

table.table-bordered th,
table.table-bordered td {
    padding-left: 1rem;
    padding-right: 1em;
    border: 1px solid #222328;
}

table.table-bordered thead th,
table.table-bordered thead td {
    border-bottom-width: 2px;
}

table.table-bordered >tbody > tr:nth-child(odd) {
    background-color: transparent
}

/* table:not(#wp-calendar)>caption {
    background-color: #33596f;
    color: #fff;
    text-align: left;
    padding: 15px 0 15px 5px
}

table:not(#wp-calendar)>tbody>tr:nth-child(odd) {
    background-color: #ecf0f1
}

table:not(#wp-calendar)>tbody tr td:nth-child(1) {
    width: 35%
} */

#datatable_wrapper #datatable_paginate {
    float: right
}

#datatable_wrapper #datatable_paginate .paginate_button {
    float: left
}

#datatable_wrapper #datatable_info {
    float: left
}

#datatable_wrapper .table-footer {
    margin-top: 20px
}

p {
    color: #222328
}

.news-app-txt p {
    color: #fff
}

/* .single .tit-med {
    margin-bottom: 0
} */

.single .post-date {
    margin-bottom: 35px
}

.single .post-navigation {
    position: relative;
    display: table;
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid
}

.single .post-navigation hr.divider {
    position: absolute;
    top: -5px;
    left: 49.9%;
    width: 1px;
    height: 100%;
    border: 0;
    background-color: black
}

.single .post-navigation .next-post {
    padding: 1.5rem 0;
    padding-left: 2.25rem;
}

.single .post-navigation .next-post svg {
    top: 1px;
    position: relative;
    margin-left: 5px
}

.single .post-navigation .prev-post {
    padding: 25px 0;
    padding-right: 2.25rem
}

.single .post-navigation .prev-post svg {
    top: 1px;
    position: relative;
    transform: rotate(180deg);
    margin-right: 5px;
    height: 15px;
    float: left
}

#share-buttons {
    margin: 45px 0;
    overflow: auto
}

#share-buttons .social-txt {
    float: left;
    line-height: 30px;
    font-weight: 600;
    margin-right: 15px;
    color: #8a8a8a
}

#share-buttons a {
    float: left;
    margin-left: 5px;
    color: #fff;
    text-align: center
}

#share-buttons a div {
    background: #222328;
    padding: 5px;
    height: 30px;
    width: 30px
}

#share-buttons a div:before {
    font-size: 1.7rem;
    top: 2px;
    position: relative
}

#share-buttons a div.icon-twitter-alt:hover {
    background: #55acee
}

#share-buttons a div.icon-facebook:hover {
    background: #4867aa
}

#share-buttons a div.icon-google:hover {
    background: #db4437
}

#share-buttons a div.icon-letter-mail:hover,#share-buttons a div.icon-print:hover {
    background: #ccc
}

.search-results article {
    width: 100%;
    overflow: auto;
    margin-bottom: 25px
}

.search-results article h4 {
    margin-top: 0
}

.search-results article .btn {
    bottom: 0;
    border: none
}

.search-results article .btn a {
    padding-left: 0
}

.search-results article .btn:before {
    display: none
}

#spec-internal .spec-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

#spec-internal .spec-wrapper .col {
    padding: 35px;
    min-height: 500px;
    position: relative;
    top: -160px
}

#spec-internal .spec-wrapper .col h3 {
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 70px
}

#spec-internal .spec-wrapper .col h3 a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    color: #fff
}

#spec-internal .spec-wrapper .col h3 a:hover {
    opacity: .8;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

#spec-internal .spec-wrapper .col h3 .arrow {
    position: absolute;
    top: 10px;
    right: 0;
    height: 25px;
    width: 25px;
    cursor: pointer
}

#spec-internal .spec-wrapper .col h3 .arrow span {
    position: relative;
    height: 20px;
    width: 20px;
    display: block
}

#spec-internal .spec-wrapper .col h3 .arrow span:after {
    top: 15px;
    background: #fff;
    right: 50%;
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    z-index: 1;
    webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    -ms-transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    transform: rotate(40deg) scaleY(1) translateY(0) translateX(0);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

#spec-internal .spec-wrapper .col h3 .arrow span:before {
    background: #fff;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    z-index: 1;
    top: 15px;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    -ms-transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    transform: rotate(-40deg) scaleY(1) translateY(0) translateX(0);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

#spec-internal .spec-wrapper .col h3 .arrow.opened span:after {
    transform: rotate(-40deg) translateZ(0) scaleY(1) translateY(-6.8px) translateX(6px);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

#spec-internal .spec-wrapper .col h3 .arrow.opened span:before {
    transform: rotate(40deg) translateZ(0) scaleY(1) translateY(-6.8px) translateX(-6px);
    transition: all .7s cubic-bezier(.25,.1,.25,1);
    transition-delay: .7s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s
}

#spec-internal .spec-wrapper .col h3 .arrow {
    float: right;
    display: none;
    top: 10px;
    position: relative
}

#spec-internal .spec-wrapper .col .txt-spec-home {
    z-index: 1;
    position: relative
}

#spec-internal .spec-wrapper .col .txt-spec-home li {
    border-bottom: 1px solid #fff;
    opacity: .8;
    position: relative;
    padding: 15px 0;
    cursor: pointer;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

#spec-internal .spec-wrapper .col .txt-spec-home li a {
    padding: 15px 0;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    left: 0
}

#spec-internal .spec-wrapper .col .txt-spec-home li svg {
    position: absolute;
    left: -15px;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

#spec-internal .spec-wrapper .col .txt-spec-home li svg .st0 {
    fill: #fff
}

#spec-internal .spec-wrapper .col .txt-spec-home li:hover {
    opacity: 1;
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s
}

#spec-internal .spec-wrapper .col .txt-spec-home li:hover a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    left: 20px
}

#spec-internal .spec-wrapper .col .txt-spec-home li:hover svg {
    left: 0;
    transition: all .1s cubic-bezier(.25,.1,.25,1);
    transition-delay: .1s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    opacity: 1
}

#spec-internal .spec-wrapper .col .bkg-spec-home {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

#spec-internal .spec-wrapper .col:nth-child(1) .bkg-spec-home {
    background-color: #4abde5;
    opacity: 1
}

#spec-internal .spec-wrapper .col:nth-child(2) .bkg-spec-home {
    background-color: #009fe3;
    opacity: 1
}

#spec-internal .spec-wrapper .col:nth-child(3) .bkg-spec-home {
    background-color: #33596f;
    opacity: 1
}

#spec-internal .spec-wrapper {
    display: block
}

#spec-internal .spec-wrapper .col {
    top: 0;
    color: #222328;
    padding: 0 1rem
}

#spec-internal .spec-wrapper .col .txt-spec-home li {
    border-bottom: 1px solid #222328
}

#spec-internal .spec-wrapper .col .txt-spec-home li a {
    color: #222328
}

#spec-internal .spec-wrapper .col .txt-spec-home li svg .st0 {
    fill: #222328
}

#spec-internal .spec-wrapper .col .txt-spec-home li:hover svg .st0 {
    fill: #222328
}

#spec-internal .spec-wrapper .col:nth-child(1) {
    background-image: none
}

#spec-internal .spec-wrapper .col:nth-child(1) .bkg-spec-home {
    background-color: transparent
}

#spec-internal .spec-wrapper .col:nth-child(1) h3 {
    font-size: 2.6rem
}

#spec-internal .spec-wrapper .col:nth-child(1) h3 a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    font-size: 2.6rem;
    color: #4abde5
}

#spec-internal .spec-wrapper .col:nth-child(1) h3 a:hover {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: .8;
    color: #4abde5
}

#spec-internal .spec-wrapper .col:nth-child(2) {
    background-image: none
}

#spec-internal .spec-wrapper .col:nth-child(2) .bkg-spec-home {
    background-color: transparent
}

#spec-internal .spec-wrapper .col:nth-child(2) h3 a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    font-size: 2.6rem;
    color: #009fe3
}

#spec-internal .spec-wrapper .col:nth-child(2) h3 a:hover {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: .8;
    color: #009fe3
}

#spec-internal .spec-wrapper .col:nth-child(3) {
    background-image: none
}

#spec-internal .spec-wrapper .col:nth-child(3) .bkg-spec-home {
    background-color: transparent
}

#spec-internal .spec-wrapper .col:nth-child(3) h3 {
    font-size: 2.6rem
}

#spec-internal .spec-wrapper .col:nth-child(3) h3 a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    font-size: 2.6rem;
    color: #33596f
}

#spec-internal .spec-wrapper .col:nth-child(3) h3 a:hover {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: .8;
    color: #33596f
}

@media only screen and (max-width: 992px) {
    #spec-internal .spec-wrapper .col {
        min-height:0;
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 992px) {
    #spec-internal .spec-wrapper .col h3 {
        min-height:0
    }
}

.page-list li {
    cursor: pointer
}

.scrollrev>div {
    opacity: 0;
    position: relative
}

.tit-news-nav {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 2px 0
}

.content-txt .tit-small {
    margin-top: 0;
    margin-bottom: 26px
}

.content-txt h3 {
    margin-top: 0;
    margin-bottom: 26px
}

.content-txt h4 {
    margin-top: 0;
    margin-bottom: 26px
}

.content-txt p {
    margin: 0 0 24px!important
}

.content-txt p:last-child {
    margin-bottom: 0!important
}

.content-txt p + div.btn {
    margin-top: 0 !important
}

.content-txt figure {
    padding: 0!important;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content-txt figure + figure{
    margin-top: 0;
}

.content-txt figure:last-child{
    margin-bottom: 0;
}

.content-txt .unstyled {
    padding-top: 0;
    margin-bottom: 30px;
}

.content-txt ul, .content-txt ol {
    padding-top: 0;
    margin-bottom: 30px;
}

.content-txt .unstyled:last-child {
    margin-bottom: 0!important;
}

.content-txt ol {
    padding-inline-start: 1.646rem;
}

.content-txt li {
    font-size: 1.5rem;
    margin-top: 0.732rem;
    padding-left: 1rem
}

.content-txt .unstyled li {
    padding-left: 0;
    list-style: none;
}

.content-txt li:first-of-type {
    margin-top: 0;
}

.content-txt.download-list li a {
    color: #222328;
}

.content-txt.download-list li a:hover,
.content-txt.download-list li a:focus,
.content-txt.download-list li a:active {
    color: #e74c3c
}

.content-txt.download-list li .fa {
    margin-right: 1rem
}

.post-navigation .next-post {
    padding-left: 10px
}

.post-navigation .prev-post {
    padding-right: 10px
}

main .standard-wrapper .spec-wrapper .col.m9.single-news {
    padding-right: 30px;
    padding-left: 50px;
    max-width: 100%
}

.equip-box-first {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.equip-box-first .col {
    position: relative;
    margin-bottom: 70px
}

.equip-box-first .col:nth-child(1) h3 {
    font-size: 2.6rem
}

.equip-box-first .col:nth-child(1) h3 a {
    color: #4abde5
}

.equip-box-first .col:nth-child(2) h3 {
    font-size: 2.6rem
}

.equip-box-first .col:nth-child(2) h3 a {
    color: #009fe3
}

.equip-box-first .col:nth-child(3) h3 {
    font-size: 2.6rem
}

.equip-box-first .col:nth-child(3) h3 a {
    color: #33596f
}

.equip-box-first .col .btn {
    position: absolute;
    bottom: -70px;
    margin-bottom: 25px
}

.equip-box-all {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.equip-box-all .equipe-img.big {
    max-width: 80%
}

.equip-box-all .col {
    margin-bottom: 30px
}

.homeland,.spec-box>div {
    opacity: 0
}

.bx-wrapper {
    margin: 0
}

.bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none
}

.news-control {
    margin-top: 20px
}

.news-control .pager {
    position: relative
}

.news-control .pager .bx-default-pager {
    width: 100px
}

.news-control .pager .bx-default-pager .bx-pager-item a {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    margin-right: 20px;
    float: left;
    background: #fff;
    color: #fff;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    color: #fff;
    font-size: 0;
    opacity: .8
}

.news-control .pager .bx-default-pager .bx-pager-item a.active {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    transition-delay: .3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transform: scale(1.3);
    opacity: 1
}

.news-control .pager .tabs.transparent {
    overflow: hidden
}

.news-control #slider-prev {
    float: right;
    margin-right: 10px
}

.news-control #slider-prev .bx-prev {
    display: block;
    background: url(../img/controls_prev.svg) no-repeat;
    background-position: center;
    height: 20px;
    width: 12px
}

.news-control #slider-next {
    float: right
}

.news-control #slider-next .bx-next {
    background: url(../img/controls_next.svg) no-repeat;
    background-position: center;
    display: block;
    height: 20px;
    width: 12px
}

.page-thanks .row .content-txt {
    float: none;
}

main {
    position: relative
}

main .highlight-box .row>.col .btn.btn-view-all {
    float: right;
    margin: 0 0 26px;
}

@media screen and (min-width: 1601px) {
    main .spec-box {
        background:#fff;
        background: -moz-linear-gradient(left,#fff 0%,#fff 8%,#f4f7f9 8%,#f4f7f9 100%);
        background: -webkit-linear-gradient(left,#fff 0%,#fff 8%,#f4f7f9 8%,#f4f7f9 100%);
        background: linear-gradient(to right,#fff 0%,#fff 8%,#f4f7f9 8%,#f4f7f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#f4f7f9,GradientType=0)
    }
}

@media screen and (min-width: 2001px) {
    main .spec-box {
        background:#fff;
        background: -moz-linear-gradient(left,#fff 0%,#fff 5%,#f4f7f9 5%,#f4f7f9 100%);
        background: -webkit-linear-gradient(left,#fff 0%,#fff 5%,#f4f7f9 5%,#f4f7f9 100%);
        background: linear-gradient(to right,#fff 0%,#fff 5%,#f4f7f9 5%,#f4f7f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#f4f7f9,GradientType=0)
    }
}

@media screen and (max-width: 1850px) {
    main .cct-box .row .cct-box {
        height:auto
    }
}

@media screen and (max-width: 1600px) {
    main .spec-box {
        background:#fff;
        background: -moz-linear-gradient(left,#fff 0%,#fff 5%,#f4f7f9 5%,#f4f7f9 100%);
        background: -webkit-linear-gradient(left,#fff 0%,#fff 5%,#f4f7f9 5%,#f4f7f9 100%);
        background: linear-gradient(to right,#fff 0%,#fff 5%,#f4f7f9 5%,#f4f7f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#f4f7f9,GradientType=0)
    }

    main .info-text p {
        line-height: 2rem;
        font-size: 1.4rem
    }
}

@media screen and (min-width: 1601px) {
    main .cover .cover-tit h1,
    main .cover .cover-tit h2 {
        font-size: 6rem!important
    }
    main #spec-prof {
        background:transparent;
        background: -moz-linear-gradient(left,transparent 0%,transparent 8%,#f4f7f9 8%,#f4f7f9 100%);
        background: -webkit-linear-gradient(left,transparent 0%,transparent 8%,#f4f7f9 8%,#f4f7f9 100%);
        background: linear-gradient(to right,transparent 0%,transparent 8%,#f4f7f9 8%,#f4f7f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=transparent,endColorstr=#f4f7f9,GradientType=0)
    }
}

@media screen and (min-width: 2001px) {
    main #spec-prof {
        background:transparent;
        background: -moz-linear-gradient(left,transparent 0%,transparent 5%,#f4f7f9 5%,#f4f7f9 100%);
        background: -webkit-linear-gradient(left,transparent 0%,transparent 5%,#f4f7f9 5%,#f4f7f9 100%);
        background: linear-gradient(to right,transparent 0%,transparent 5%,#f4f7f9 5%,#f4f7f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=transparent,endColorstr=#f4f7f9,GradientType=0)
    }
}

@media screen and (max-width: 1600px) {
    main .cover .cover-tit h1,
    main .cover .cover-tit h2 {
        font-size: 6rem!important
    }

    main #spec-prof {
        background: transparent;
        background: -moz-linear-gradient(left,transparent 0%,transparent 5%,#f4f7f9 5%,#f4f7f9 100%);
        background: -webkit-linear-gradient(left,transparent 0%,transparent 5%,#f4f7f9 5%,#f4f7f9 100%);
        background: linear-gradient(to right,transparent 0%,transparent 5%,#f4f7f9 5%,#f4f7f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=transparent,endColorstr=#f4f7f9,GradientType=0)
    }

    main .homeland .slider .caption {
        width: 80%;
        max-width: 840px;
    }

    main .homeland .slider .caption h1 {
        font-size: 6rem
    }
}

@media only screen and (max-width: 992px) {
    main {
        margin-top:80px
    }

    main .cover .cover-tit h1,
    main .cover .cover-tit h2 {
        font-size: 5.063rem!important
    }

    main .highlight-box .row>.col .btn.btn-view-all {
        margin-top: 26px;
    }

    main .homeland #slider-home #canvas-slider {
        width: 100%
    }

    main .homeland #slider-home .slides li h2 {
        left: -5px;
        width: 90%;
        max-width: 100%;
        font-size: 5.063rem
    }

    main .homeland #slider-home .slides li .btn {
        margin-top: 0
    }

    main .spec-box .spec-wrapper .col {
        top: -3.5rem
    }

    main .spec-box .spec-wrapper .col.m12 {
        min-height: 100px;
        height: 115px;
        overflow: hidden;
        transition: all .3s cubic-bezier(.25,.1,.25,1);
        transition-delay: .3s;
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        -ms-transition-delay: .1s;
        -o-transition-delay: .1s
    }

    main .spec-box .spec-wrapper .col.m12 h3 {
        margin-top: 0
    }

    main .spec-box .spec-wrapper .col.m12 h3 .arrow {
        float: right;
        display: block;
        cursor: pointer
    }

    main .spec-box .spec-wrapper .col.m12.opened {
        min-height: 100%;
        height: auto;
        transition: all .3s cubic-bezier(.25,.1,.25,1);
        transition-delay: .3s;
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        -ms-transition-delay: .1s;
        -o-transition-delay: .1s
    }

    main .spec-box .spec-wrapper .col.m12.opened img {
        transform: rotate(180deg)
    }

    main .spec-box .spec-wrapper .col.m12:nth-child(3) h3 {
        position: relative;
        top: -15px
    }

    main .spec-box .spec-wrapper .col.m12:nth-child(3) h3 .arrow {
        top: 0
    }

    main .spec-box .txt-spec-home .fa {
        display: none;
        visibility: hidden;
    }

    main .spec-box .ass-wrapper {
        z-index: 999999
    }

    main .spec-box .ass-wrapper h2,
    main .spec-box .ass-wrapper h3 {
        font-weight: 600;
        font-size: 3.5rem;
        color: #222328;
        margin-bottom: 20px
    }

    main .spec-box .ass-wrapper .col {
        padding: 0
    }

    main .spec-box .ass-wrapper .select-wrapper li span {
        font-weight: 600;
        font-size: 1.4rem;
        color: #222328
    }

    main .spec-box .ass-wrapper .tabs-wrapper {
        z-index: 999;
        position: relative
    }

    main .spec-box .ass-wrapper .tabs-wrapper .tabs {
        display: block;
        height: auto
    }

    main .spec-box .ass-wrapper .tabs-wrapper .tabs .tab {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        display: block;
        padding-left: 0;
        line-height: 5rem
    }

    main .spec-box .ass-wrapper .tabs-wrapper .tabs .indicator {
        display: none
    }

    main .spec-box .ass-wrapper .s12.tab-wrapper {
        height: auto
    }

    main .spec-box .ass-wrapper .s12.tab-wrapper .tab-text {
        padding: 0
    }

    main .equipe-box {
        top: -110px
    }

    main .equipe-box .row .m12.equip-thumb {
        top: 30px;
        left: 0;
        margin-bottom: 60px
    }

    main .equipe-box .row .m12.equip-txt {
        padding: 30px 45px
    }

    main .equipe-box .row .m12.equip-txt h2,
    main .equipe-box .row .m12.equip-txt h3 {
        font-weight: 600;
        font-size: 3.5rem;
        color: #222328
    }

    main .highlight-box h3 {
        font-weight: 600;
        font-size: 3.5rem;
        color: #222328
    }

    main .highlight-box .m12 .btn {
        margin-top: 0
    }

    /* main .highlight-box .m12 img {
        display: none
    } */

    main .innovazionione-box .container {
        padding: 40px 15px
    }

    main .innovazionione-box .container .row .m12 h2,
    main .innovazionione-box .container .row .m12 h3 {
        font-weight: 600;
        font-size: 3.5rem;
        color: #fff
    }

    main .innovazionione-box .container .row .m12 .innovazioni-home .page-list {
        width: 100%;
        margin-left: 0
    }

    main #news-box .container .row:nth-child(2) {
        display: block;
        height: auto
    }

    main #news-box .container .row:nth-child(2) .info-in-evidenza-img-box {
        height: 250px
    }

    main #news-box .container .row:nth-child(2) .news-standard-box {
        width: 100%
    }

    main #news-box .container .row:nth-child(2) .news-standard-box:nth-child(1),main #news-box .container .row:nth-child(2) .news-standard-box:nth-child(3) {
        background-color: #f4f7f9
    }

    main #news-box .container .row:nth-child(2) .news-standard-box:nth-child(2) {
        background-color: #fff
    }

    main #news-box .container .row:nth-child(2) .news-standard-box .news-standard-img {
        height: 180px
    }

    main #news-box .container .row:nth-child(2) .news-standard-box p {
        line-height: 2rem
    }

    main #news-box .container .row h3 {
        font-weight: 600;
        font-size: 3.5rem;
        color: #222328
    }

    main .cct-box {
        margin-top: 0
    }

    main .cct-box .cct-box {
        text-align: center
    }

    main .cct-box .cct-text-box {
        margin-bottom: 50px
    }

    main .cct-box .cct-text-box h3 {
        font-weight: 600;
        font-size: 3.5rem;
        color: #222328
    }

    main .tit-med {
        font-weight: 600;
        font-size: 3rem;
        color: #222328;
        margin-bottom: 30px;
        margin-top: 30px
    }

    main .standard-wrapper .spec-wrapper .col.l9 {
        padding: 0
    }

    main .cover .cover-tit {
        position: absolute;
        padding: 0 8.333%;
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }

    main .cover .cover-tit h2 {
        font-size: 4rem;
        font-weight: 600;
        margin-bottom: 20px;
        color: #fff
    }

    main .cover .cover-tit p {
        max-width: 800px;
        font-size: 1.6rem;
        font-weight: 300;
        color: #fff;
        margin-bottom: 15px;
        color: #fff
    }

    main .standard-wrapper .spec-wrapper.st-full .col.l9 {
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (max-width: 600px) {
    main .standard-wrapper .spec-wrapper .col.m9.single-news {
        padding-right:0;
        padding-left: 0;
        max-width: 100%
    }

    main .container {
        width: 95.5%
    }

    main .container .row {
        padding: 30px 20px
    }

    main .homeland #slider-home .slides li h2 {
        left: -5px;
        position: relative;
        font-size: 4rem
    }

    main .homeland #slider-home .slides li .btn {
        left: 0;
        position: relative;
        margin-top: 0
    }

    main .spec-box {
        background: #fff;
        background: -moz-linear-gradient(left,#fff 0%,#fff 0%,#f4f7f9 0%,#f4f7f9 100%);
        background: -webkit-linear-gradient(left,#fff 0%,#fff 0%,#f4f7f9 0%,#f4f7f9 100%);
        background: linear-gradient(to right,#fff 0%,#fff 0%,#f4f7f9 0%,#f4f7f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#f4f7f9,GradientType=0)
    }

    main .spec-box .spec-wrapper {
        padding: 0
    }

    main .spec-box .spec-wrapper .col {
        top: -2.25rem
    }

    main .spec-box .ass-wrapper {
        position: relative;
        top: 0
    }

    main .spec-box .btn {
        margin-top: 10px;
        margin-bottom: 25px
    }

    main .equipe-box {
        top: 0
    }

    main .equipe-box h3.tit-med {
        margin-bottom: 20px
    }

    main .equipe-box .btn {
        margin-top: 10px;
        margin-bottom: 25px
    }

    main .equipe-box .row .m12.equip-thumb {
        top: 15px;
        margin-bottom: 0;
        height: 300px;
        margin-bottom: 0;
        margin-top: 40px
    }

    main .equipe-box .row .m12.equip-thumb img {
        top: -130px;
        max-height: 430px
    }

    main .highlight-box {
        top: 0
    }

    main .highlight-box h3.tit-med {
        margin-bottom: 20px
    }

    main .highlight-box .row > .col {
        padding-bottom: 40px;
        margin-bottom: 0
    }

    main .highlight-box .btn {
        margin-top: 10px;
        margin-bottom: 1rem
    }

    main .innovazionione-box {
        top: 0
    }

    main .innovazionione-box .container #canvas-slider-inn {
        padding: 0
    }

    main .innovazionione-box .container .row {
        padding: 0 20px 45px
    }

    main .innovazionione-box .container .row .col>p {
        padding-right: 0
    }

    main #news-box {
        top: 0
    }

    main #news-box h3.tit-med {
        margin-bottom: 20px
    }

    main .tit-med {
        font-weight: 600;
        font-size: 3rem;
        color: #222328;
        margin-bottom: 20px;
        margin-top: 20px
    }

    main .cover .cover-tit.cover-ti-small h1,
    main .cover .cover-tit.cover-ti-small h2 {
        font-size: 3rem !important;
    }
}

/* @media only screen and (max-width: 600px) and (max-width:992px) {
    main .tit-med {
        margin-bottom:10px
    }
} */

@media only screen and (max-width: 600px) {
    main .standard-wrapper .spec-wrapper .col.l9 {
        padding:0
    }

    main #spec-prof {
        background: transparent;
        background: -moz-linear-gradient(left,transparent 0%,transparent 0%,#f4f7f9 0%,#f4f7f9 100%);
        background: -webkit-linear-gradient(left,transparent 0%,transparent 0%,#f4f7f9 0%,#f4f7f9 100%);
        background: linear-gradient(to right,transparent 0%,transparent 0%,#f4f7f9 0%,#f4f7f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=transparent,endColorstr=#f4f7f9,GradientType=0)
    }

    .togg {
        display: none
    }
}

@media screen and (max-height: 500px) {
    main .spec-box .spec-wrapper .col {
        top:-30px
    }

    main .homeland .slider .slides li .caption {
        width: 100%
    }

    main .homeland .slider .slides li .caption h2 {
        font-size: 4rem
    }

    main .homeland .slider .slides li .caption .claim-txt {
        display: none
    }
}

@media screen and (min-width: 993px) and (max-width:1200px) {
    main .row {
        /* padding: 0 20px */
    }

    main .row .container {
        width: 90%!important
    }

    .equip-box-first .col h3 {
        font-size: 2.1rem!important;
        width: 120%
    }

    #spec-internal .spec-wrapper .col h3 a {
        font-size: 2.1rem!important
    }

    .equipe-img.small {
        width: 100%
    }
}

@media screen and (max-width: 993px) {
    .standard-base .doc-port-wrapper .equipe-text {
        width:100%
    }
    .media.align-items-center {
        padding-top: 40px;
    }

}

div#preload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999
}

div#preload img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 40px
}

div#preload div#preload-bar {
    height: 5px;
    background: #33596f;
    width: 0;
    position: absolute;
    bottom: 0
}

#wpcontent select[multiple] {
    height: 500px
}

.mte-sponsor .spons-r {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.single .standard-wrapper .tit-med {
    margin-bottom: 10px
}

.cct-magazine .news-box-all .standard-img {
    padding-bottom: 140%
}

.chevron_left {
    background-image: url(..s/img/arrow_left.svg);
    height: 10px;
    width: 10px;
    display: block;
    background-size: cover
}

.chevron_right {
    background-image: url(../img/arrow_right.svg);
    height: 10px;
    width: 10px;
    display: block;
    background-size: cover
}

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

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

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

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active,a:hover {
    outline: 0
}

/* h1 {
    font-size: 2em;
    margin: .67em 0
} */

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    margin: 0
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    font-size: 1.5rem;
    overflow: auto;
    vertical-align: top;
    margin-top: 1.5em;
    border-color: #222328;
}

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

*,*:after,*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

html {
    /* font-size: 60.5%; */
    font-size: 64%
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #222328;
    overflow-x: hidden;
    overflow-y: auto;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse:not(.in) {
    display: none;
}

.clear:before,.clear:after {
    content: ' ';
    display: table
}

.clear:after {
    clear: both
}

.clear {
    *zoom:1}

img {
    max-width: 100%;
    vertical-align: bottom
}

a {
    color: #444;
    text-decoration: none
}

a:hover {
    color: #444
}

a:focus {
    outline: 0
}

a:hover,a:active {
    outline: 0
}

input:focus {
    outline: 0
}

p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem
}

p:first-of-type, h2 + p, h3 + p, h4 + p {
    margin-top: 0
}


b,strong {
    margin-bottom: 1rem
}

.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative
}

.logo {
}

.nav {
}

.footer {
}

.equipe-img.small2 {
    width: 40%;
    height: auto
}

.equipe-img.small1 {
    width: 60%;
    height: auto
}

.tit-equipe2 {
    font-weight: 200;
    font-size: 1rem;
    color: #4abde5
}

.flex-float {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.flex-image-cover {
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.flex-card{
    background:rgba(255,255,255,0);
    background: -moz-linear-gradient(right,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,#f4f7f9 5%,#f4f7f9 100%);
    background: -webkit-linear-gradient(right,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,#f4f7f9 5%,#f4f7f9 100%);
    background: linear-gradient(to left,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,#f4f7f9 5%,#f4f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(255,255,255,0),endColorstr=#f4f7f9,GradientType=0)
}

.flex-card.none-bg {
    background: none !important
}

.flex-card .flex-item {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 5.063em 4.7em;
    margin: 2.25% auto;
    background-color: #fff;
    /* box-shadow: 0px 20px 40px #d6dee4; */
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.flex-card .flex-content {
    margin-top: 2.25em
}

.flex-card .flex-thumbnail {
    height: 54vh;
    max-height: 200px;
    margin-left: -5.063em;
    margin-right: -5.063em;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    background-color: #222328;
    -webkit-transition: -webkit-transform .217s ease-in-out;
    -moz-transition: -moz-transform .217s ease-in-out;
    transition: .217s ease-in-out;
}

.flex-card .flex-thumbnail img {
    display: block;
    margin: 0 auto!important;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.flex-card .btn{
    position: relative;
    bottom: auto;
    margin-top: 1em;
}

.highlight__collectionHeader {
    margin-bottom: 2.25rem
}

.highlight__collectionHeader .tit-med {
    margin-bottom: 0
}

main .no-top-margin {
    margin-top: 0 !important
}

.pull-left,
.pull-right {
    float: left;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.p-5 {
    padding: 3rem!important;
}

.mr-3, .mx-3 {
    margin-right: 1rem!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

@media only screen and (min-width: 640px) {

}

@media only screen and (min-width: 768px) {
    .pull-right {
        float: right;
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1140px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution:144dpi) {
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption.alignnone {
}

.wp-caption.alignright {
}

.wp-caption .wp-caption-text,.gallery-caption {
}

.bypostauthor {
}

.hbox{
    display: table;
    width: 100%;
    height: 100%;
}

.hbox .valign{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.col.tab-text{
    height: 100%
}

.quality-logo {
    text-align: center;
}

.quality-logo li {
    display: inline;
}

.quality-logo li>img {
    width: auto;
    max-width: 60px;
}

.footer-links {
    margin: 0 auto;
}

.footer-links .col {
    margin-bottom: 2.25rem
}

@media only screen and (max-width: 601px) {
    .footer-links .col {
        text-align: center;
    }
}

.subnav-layout{
    background-color: #f4f7f9;
}

.subnav-layout .row{
    margin: auto;
    padding: 0;
}

.subnav-layout .col{
    padding: 0 45px;
    background-color: rgba(0, 0, 0, .1);
}

.subnav-layout .col h3{
    margin: 0 auto;
    padding: 0;
}

.subnav-layout .col a{
    padding: 0;
    margin: 0 auto;
    color: #222328;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 60px
}

.subnav-layout .col.active{
    background-color: #f4f7f9;
}

.subnav-layout .col.active a{
    color: #000;
    font-weight: 600;
}

.text-intro *{
    font-size: 24px;
    line-height: 1.5;
}

.text-intro p:first-of-type{
    margin-top: 0
}

main .flex-section-box {
    position: relative;
    min-height: 600px;
    z-index: 1005;
    background-color: transparent
}

main .flex-section-box .row  {
    padding: 0
}

main .flex-section-box .flex-caption-txt {
    padding-top: 250px;
    padding-left: 60px;
    padding-top: 60px
}

main .flex-section-box .flex-caption-thumb {
    position: relative;
    height: 500px;
    padding: 0;
    margin: 0;
}


main .flex-section-box .flex-caption-thumb img {
    position: relative;
    top: 0;
    left: 0
    right: 0;
}

main .flex-caption-thumb-left .flex-caption-txt{
    padding-left: 0;
    padding-right: 60px;
}

main .full-align-up {
    top: -120px!important;
}

main .halft-align-up {
    top: -60px!important;
}

/* Product
===================================================*/

/* list */

.collectionList {
    margin-top: 54px;
}

.page-product-detail .collectionList:first-of-type {
    margin-top: 0;
}

.collectionList > li {
    margin-bottom: 54px
}

.product-list .block {
    min-height: 300px;
    transform: scale(1);
    transition: transform .24s
}

.product-list .block:hover, .product-list .block:active {
    transform: scale(1.097);
}

.product-list .block p {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5;
}

.product-list .block .btn.btn-classic {
    display: inline-block;
    margin-top: 1.5rem;
    font-size: 1.1rem;
    font-weight: 600
}

@media only screen and (min-width: 640px) {
    .product-list .block {
        min-height: 450px;
    }
}

/* Product-detail */

.product-detail .product-body .tit-small {
    font-size: 1.8rem;
    font-weight: 400;
    color: inherit
}

.product-detail .product-body h2 {
    margin-top: 0
}

.product-detail .product-body h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.646rem;
    font-style: 800
}

/* .product-detail .product-body table tr:first-of-type td {
    padding-top: 0
} */

.product-detail .product-body table:not(.table)>tbody>tr:nth-child(odd) {
    background: none !important
}

.product-detail .product-body table.table {
    margin-top: 0 !important
}

@media only screen and (min-width: 768px) {
    .quality-logo {
        text-align: left;
    }
    .footer-logo{
        text-align: right;
    }

    main .flex-section-box .flex-image-cover.flex-right {
        float: right;
    }

}

/* ===================================================================
 *  17. Cookies law - (_cookies.scss)
 *
 * ------------------------------------------------------------------- */

.alert-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    /* font-family: "montserrat-regular", sans-serif; */
    font-size: 0.732em;
    line-height: 1.405;
    z-index: 1060;
    background: #fe5339;
    -moz-transform: -moz-translateY(-100%);
    -ms-transform: -ms-translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: -moz-transform .24s ease;
    -ms-transition: -ms-transform .24s ease;
    transition: transform .24s ease;
}

.alert-cookies.visible {
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.alert-cookies.hidden {
    -moz-transform: -moz-translateY(100%);
    -ms-transform: -ms-translateY(100%);
    transform: translateY(100%);
}

.alert-cookies .alert-wrapper {
    position: relative;
    padding: 1.5rem 7.111rem 1.5rem 1.5rem;
}

.alert-cookie .alert-cookies-text {
    width: 90%;
    max-width: 800px;
    margin: 0;
}

.alert-cookies p {
    margin: 0 0 1rem;
    color: #fff;
}

.alert-cookies p:last-of-type {
    margin-bottom: 0;
}

.alert-cookies a {
    color: #fff;
    text-decoration: underline;
}

button.alert-cookies-close {
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    outline: 0;
    border: 0;
    font-size: 3em;
    font-family: inherit;
    text-align: center;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.732);
    background-color: #eb4e36;
    z-index: 2;
}

button.alert-cookies-close:hover, button.alert-cookies-close:focus, button.alert-cookies-close:active {
    background-color: #c0392b;
}

button.alert-cookies-close span {
    display: inline;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 748px) {
    .alert-cookies {
        width: 100%;
        max-width: 100%
    }
}

@media print {
    * {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #222328;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    @page {
        margin: .5cm
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}
