@import url(https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap);
.mx-media-support {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #212529;
    z-index: 998;
    position: absolute;
    display: inline-flex;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mx-fixed.mx-media-support {
    display: inherit
}

.mx-fixed .mx-button {
    position: fixed;
    bottom: 30px
}
.whatsapp-instagram .mx-button{
    bottom: 90px !important;
}
.mx-right .mx-button {
    right: 20px
}

.mx-left .mx-button {
    left: 20px
}

.mx-fixed .mx-speech-bubble {
    position: fixed
}

.mx-right .mx-speech-bubble {
    right: 20px
}

.mx-left .mx-speech-bubble {
    left: 20px
}

.mx-fixed .mx-popup {
    position: fixed
}

.mx-right .mx-popup {
    right: 20px
}

.mx-left .mx-popup {
    left: 20px
}

.mx-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 998;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0
}

.mx-button:hover {
    -webkit-box-shadow: 0 4px 8px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 0 4px 8px 1px rgba(0,0,0,.15);
    -o-box-shadow: 0 4px 8px 1px rgba(0,0,0,.15);
    -ms-box-shadow: 0 4px 8px 1px rgba(0,0,0,.15);
    box-shadow: 0 4px 8px 1px rgba(0,0,0,.15);
    transform: translateY(-3px)
}

.mx-button-person-avatar {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mx-button-person-avatar i {
    color: #fff
}

.mx-button-person-avatar svg {
    color: #fff
}

.mx-button-person-avatar img {
    max-width: 100%;
    max-height: 100%;
    background-color: #fff
}

.mx-button-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    margin-left: 10px;
    text-align: left
}

.mx-button-image .mx-button-content {
    margin-left: 15px
}

.mx-button-content-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500
}

.mx-button-content-description {
    font-size: 11px;
    line-height: 14px;
    display: flex;
    margin-right: 5px;
    margin-top: 2px;
    opacity: .8
}

.mx-button-content-online-offline-text {
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    background: rgba(255,255,255,.3);
    padding: 1px 6px;
    border-radius: 5px;
    display: inline-flex;
    align-self: flex-start;
    margin-top: 4px
}

.mx-media-support-1 .mx-button {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.mx-media-support-1 .mx-button-person-avatar {
    width: 60px;
    height: 60px
}

.mx-media-support-1 .mx-button-person-avatar i {
    font-size: 34px
}

.mx-media-support-1 .mx-button-person-avatar svg {
    width: 34px;
    height: 34px
}

.mx-media-support-1 .mx-button-person-avatar img {
    border-radius: 50%
}

.mx-media-support-2 .mx-button {
    padding: 0 35px 0 10px;
    border-radius: 70px;
    height: 70px
}

.mx-media-support-2 .mx-button-person-avatar {
    width: 55px;
    height: 55px
}

.mx-media-support-2 .mx-button-person-avatar i {
    font-size: 44px
}

.mx-media-support-2 .mx-button-person-avatar svg {
    width: 44px;
    height: 44px
}

.mx-media-support-2 .mx-button-person-avatar img {
    border-radius: 50%;
    border: 2px solid #fff
}

.mx-media-support-2 .mx-button-content-online-offline-text {
    border-radius: 10px
}

.mx-media-support-3 .mx-button {
    height: 50px;
    padding: 0 25px 0 5px;
    border-radius: 50px
}

.mx-media-support-3 .mx-button-person-avatar {
    width: 40px;
    height: 40px
}

.mx-media-support-3 .mx-button-person-avatar i {
    font-size: 28px
}

.mx-media-support-3 .mx-button-person-avatar svg {
    width: 28px;
    height: 28px
}

.mx-media-support-3 .mx-button-person-avatar img {
    border-radius: 50%;
    border: 2px solid #fff
}

.mx-media-support-4 .mx-button {
    height: 70px;
    padding: 0 30px 0 10px;
    border-radius: 10px
}

.mx-media-support-4 .mx-button-person-avatar {
    width: 55px;
    height: 55px
}

.mx-media-support-4 .mx-button-person-avatar i {
    font-size: 44px
}

.mx-media-support-4 .mx-button-person-avatar svg {
    width: 44px;
    height: 44px
}

.mx-media-support-4 .mx-button-person-avatar img {
    border-radius: 10px;
    border: 2px solid #fff
}

.mx-media-support-5 .mx-button {
    height: 50px;
    padding: 0 25px 0 5px;
    border-radius: 10px
}

.mx-media-support-5 .mx-button-person-avatar {
    width: 40px;
    height: 40px
}

.mx-media-support-5 .mx-button-person-avatar i {
    font-size: 28px
}

.mx-media-support-5 .mx-button-person-avatar svg {
    width: 28px;
    height: 28px
}

.mx-media-support-5 .mx-button-person-avatar img {
    border-radius: 10px;
    border: 2px solid #fff
}

.mx-media-support-6 .mx-button {
    padding: 0 25px 0 85px;
    border-radius: 10px;
    height: 70px
}

.mx-media-support-6 .mx-button-person-avatar {
    position: absolute;
    left: 13px;
    bottom: 10px;
    z-index: 2;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #fff;
    overflow: hidden
}

.mx-media-support-6 .mx-button-person-avatar i {
    font-size: 36px
}

.mx-media-support-6 .mx-button-person-avatar svg {
    width: 36px;
    height: 36px
}

.mx-media-support-6 .mx-button-content {
    margin-left: 15px
}

.mx-media-support-7 .mx-button {
    padding: 0 35px 0 60px;
    border-radius: 70px;
    margin-left: 20px;
    height: 70px
}

.mx-media-support-7 .mx-button-person-avatar {
    position: absolute;
    left: -20px;
    z-index: 2;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid rgb(255 255 255);
    background-color: #fff;
    overflow: hidden
}

.mx-media-support-7 .mx-button-person-avatar i {
    font-size: 36px
}

.mx-media-support-7 .mx-button-person-avatar svg {
    width: 36px;
    height: 36px
}

.mx-media-support-7 .mx-button-content {
    margin-left: 15px
}

.mx-media-support-7 .mx-button-content-online-offline-text {
    border-radius: 10px
}

.mx-button-offline {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #b0b6bb!important
}

.mx-button-offline .mx-button-person-avatar {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1)
}

.mx-button-offline .mx-button-content-online-offline-text {
    background-color: #9ca3a8
}

.mx-media-support-show .mx-button {
    visibility: visible;
    opacity: 1
}

.mx-pulse {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-animation: czmPulse 2s infinite;
    -moz-animation: czmPulse 2s infinite;
    -ms-animation: czmPulse 2s infinite;
    -o-animation: czmPulse 2s infinite;
    animation: czmPulse 2s infinite;
    opacity: 1;
    visibility: visible;
    background-color: #2db742
}

.mx-pulse-hide {
    opacity: 0;
    visibility: hidden
}

.mx-pulse:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s
}

.mx-pulse.stop {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none
}

@-webkit-keyframes czmPulse {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes czmPulse {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-ms-keyframes czmPulse {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes czmPulse {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes czmPulse {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.mx-notify {
    position: absolute;
    align-items: center;
    justify-content: center;
    top: -5px;
    right: -5px;
    display: flex;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}

.mx-notify-hide {
    opacity: 0;
    visibility: hidden
}

.mx-notify-circle {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background-color: #f25;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    align-items: center;
    justify-content: center
}

.mx-notify-circle-show {
    opacity: 1;
    visibility: visible
}

.mx-bounce {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: czmBounce;
    -moz-animation-name: czmBounce;
    -ms-animation-name: czmBounce;
    -o-animation-name: czmBounce;
    animation-name: czmBounce;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes czmBounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -ms-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -o-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -moz-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -ms-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -o-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-10px,0);
        -moz-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        -o-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -moz-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -ms-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -o-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-5px,0);
        -moz-transform: translate3d(0,-5px,0);
        -ms-transform: translate3d(0,-5px,0);
        -o-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-1px,0);
        -moz-transform: translate3d(0,-1px,0);
        -ms-transform: translate3d(0,-1px,0);
        -o-transform: translate3d(0,-1px,0);
        transform: translate3d(0,-1px,0)
    }
}

@-moz-keyframes czmBounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -ms-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -o-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -moz-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -ms-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -o-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-10px,0);
        -moz-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        -o-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -moz-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -ms-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -o-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-5px,0);
        -moz-transform: translate3d(0,-5px,0);
        -ms-transform: translate3d(0,-5px,0);
        -o-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-1px,0);
        -moz-transform: translate3d(0,-1px,0);
        -ms-transform: translate3d(0,-1px,0);
        -o-transform: translate3d(0,-1px,0);
        transform: translate3d(0,-1px,0)
    }
}

@-ms-keyframes czmBounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -ms-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -o-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -moz-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -ms-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -o-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-10px,0);
        -moz-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        -o-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -moz-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -ms-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -o-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-5px,0);
        -moz-transform: translate3d(0,-5px,0);
        -ms-transform: translate3d(0,-5px,0);
        -o-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-1px,0);
        -moz-transform: translate3d(0,-1px,0);
        -ms-transform: translate3d(0,-1px,0);
        -o-transform: translate3d(0,-1px,0);
        transform: translate3d(0,-1px,0)
    }
}

@-o-keyframes czmBounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -ms-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -o-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -moz-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -ms-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -o-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-10px,0);
        -moz-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        -o-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -moz-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -ms-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -o-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-5px,0);
        -moz-transform: translate3d(0,-5px,0);
        -ms-transform: translate3d(0,-5px,0);
        -o-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-1px,0);
        -moz-transform: translate3d(0,-1px,0);
        -ms-transform: translate3d(0,-1px,0);
        -o-transform: translate3d(0,-1px,0);
        transform: translate3d(0,-1px,0)
    }
}

@keyframes czmBounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -ms-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -o-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -moz-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -ms-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -o-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-10px,0);
        -moz-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        -o-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -moz-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -ms-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -o-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-5px,0);
        -moz-transform: translate3d(0,-5px,0);
        -ms-transform: translate3d(0,-5px,0);
        -o-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-1px,0);
        -moz-transform: translate3d(0,-1px,0);
        -ms-transform: translate3d(0,-1px,0);
        -o-transform: translate3d(0,-1px,0);
        transform: translate3d(0,-1px,0)
    }
}

.mx-speech-bubble {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    align-items: center;
    display: flex;
    max-width: 400px;
    -webkit-transform: translate(20px,0);
    -moz-transform: translate(20px,0);
    -ms-transform: translate(20px,0);
    -o-transform: translate(20px,0);
    transform: translate(20px,0)
}

.mx-speech-bubble-show {
    -webkit-transform: translate(0,0)!important;
    -moz-transform: translate(0,0)!important;
    -ms-transform: translate(0,0)!important;
    -o-transform: translate(0,0)!important;
    transform: translate(0,0)!important;
    opacity: 1;
    visibility: visible
}

.mx-speech-bubble-text {
    position: relative;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    font-size: 14px
}

.mx-speech-bubble-text:after,.mx-speech-bubble-text:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    right: 10px;
    left: auto
}

.mx-speech-bubble-text:before {
    border-width: 10px;
    border-top-color: #e9e9e9
}

.mx-speech-bubble-text:after {
    border-width: 9px;
    margin-right: 1px;
    border-top-color: #fff
}

.mx-speech-bubble-close {
    position: absolute;
    top: 5px;
    left: calc(100% - 14px) !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    cursor: pointer;
    background-image: url(../images/close-black.svg);
    background-position: center;
    background-size: cover;
    width: 8px;
    height: 8px;
    z-index: 9;
}

.mx-speech-bubble-close-show {
    opacity: 1;
    visibility: visible
}

.mx-speech-bubble-typing {
    padding: 5px
}

.mx-speech-bubble-typing>div {
    position: relative;
    float: left;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #9fa4a8;
    margin: 0 2px;
    -webkit-animation: czmTyping 1.5s infinite;
    -moz-animation: czmTyping 1.5s infinite;
    -ms-animation: czmTyping 1.5s infinite;
    -o-animation: czmTyping 1.5s infinite;
    animation: czmTyping 1.5s infinite
}

.mx-speech-bubble-typing>div:nth-child(2) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -ms-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}

.mx-speech-bubble-typing>div:nth-child(3) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.mx-left .mx-speech-bubble {
    -webkit-transform: translate(-20px,0);
    -moz-transform: translate(-20px,0);
    -ms-transform: translate(-20px,0);
    -o-transform: translate(-20px,0);
    transform: translate(-20px,0)
}

.mx-left .mx-speech-bubble-text:after,.mx-left .mx-speech-bubble-text:before {
    right: auto;
    left: 10px
}

.mx-left .mx-speech-bubble-text:after {
    margin-right: 0;
    margin-left: 1px
}

.mx-left .mx-speech-bubble-close {
    right: auto;
    left: 2px
}

@-webkit-keyframes czmTyping {
    0%,100%,43% {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

    25%,35% {
        -webkit-transform: translate(0,-10px);
        -moz-transform: translate(0,-10px);
        -ms-transform: translate(0,-10px);
        -o-transform: translate(0,-10px);
        transform: translate(0,-10px)
    }
}

@-moz-keyframes czmTyping {
    0%,100%,43% {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

    25%,35% {
        -webkit-transform: translate(0,-10px);
        -moz-transform: translate(0,-10px);
        -ms-transform: translate(0,-10px);
        -o-transform: translate(0,-10px);
        transform: translate(0,-10px)
    }
}

@-ms-keyframes czmTyping {
    0%,100%,43% {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

    25%,35% {
        -webkit-transform: translate(0,-10px);
        -moz-transform: translate(0,-10px);
        -ms-transform: translate(0,-10px);
        -o-transform: translate(0,-10px);
        transform: translate(0,-10px)
    }
}

@-o-keyframes czmTyping {
    0%,100%,43% {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

    25%,35% {
        -webkit-transform: translate(0,-10px);
        -moz-transform: translate(0,-10px);
        -ms-transform: translate(0,-10px);
        -o-transform: translate(0,-10px);
        transform: translate(0,-10px)
    }
}

@keyframes czmTyping {
    0%,100%,43% {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

    25%,35% {
        -webkit-transform: translate(0,-10px);
        -moz-transform: translate(0,-10px);
        -ms-transform: translate(0,-10px);
        -o-transform: translate(0,-10px);
        transform: translate(0,-10px)
    }
}

.mx-popup {
    position: absolute;
    width: 320px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mx-popup-close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
    background-image: url(../images/close-white.svg);
    background-position: center;
    background-size: cover;
    width: 10px;
    height: 10px
}

.mx-popup-header {
    position: relative;
    padding: 25px 15px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.mx-popup-header .mx-popup-person-avatar {
    margin-bottom: 10px;
    border: 2px solid #fff
}

.mx-popup-header-title {
    font-size: 14px;
    font-weight: 500
}

.mx-popup-header-description {
    font-size: 12px;
    opacity: .9;
    margin-top: 1px
}

.mx-popup-area {
    background-color: #fff;
    position: relative;
    padding: 20px
}

.mx-popup-person {
    display: flex;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    cursor: pointer;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -ms-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    margin-bottom: 10px;
    background-color: #f5f7f9;
    border-radius: 4px;
    padding: 10px 12px
}

.mx-popup-person:hover {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    text-decoration: none;
    -webkit-box-shadow: 0 2px 1px rgba(55,62,70,.1);
    -moz-box-shadow: 0 2px 1px rgba(55,62,70,.1);
    -ms-box-shadow: 0 2px 1px rgba(55,62,70,.1);
    -o-box-shadow: 0 2px 1px rgba(55,62,70,.1);
    box-shadow: 0 2px 1px rgba(55,62,70,.1)
}

.mx-popup-person:last-child {
    margin-bottom: 0
}

.mx-popup-person-avatar {
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.mx-popup-person-avatar i {
    font-size: 30px;
    color: #fff
}

.mx-popup-person-avatar img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%
}

.mx-popup-person-avatar svg {
    width: 30px;
    height: 30px;
    color: #fff
}

.mx-popup-person-avatar-status {
    position: absolute;
    right: 5px;
    bottom: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #f5f7f9;
    background-color: #26c281
}

.mx-popup-person-content {
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-left: 15px
}

.mx-popup-person-title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500
}

.mx-popup-person-description {
    font-size: 12px;
    line-height: 13px;
    margin-top: 5px;
    color: #747c84
}

.mx-popup-person-online-offline-text {
    background-color: #26c281;
    color: #fff;
    margin-top: 5px;
    font-size: 10px;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 3px;
    display: flex;
    align-self: flex-start
}

.mx-popup-show .mx-popup {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

.mx-popup-show .mx-pulse {
    opacity: 0;
    visibility: hidden
}

.mx-popup-show .mx-notify {
    opacity: 0;
    visibility: hidden
}

.mx-popup-show .mx-speech-bubble {
    opacity: 0;
    visibility: hidden
}

.mx-media-support-1 .mx-popup,.mx-media-support-1 .mx-speech-bubble {
    bottom: 110px
}
.whatsapp-instagram.mx-media-support-1 .mx-popup,.whatsapp-instagram.mx-media-support-1 .mx-speech-bubble {
    bottom: 160px
}

.mx-media-support-2 .mx-popup,.mx-media-support-2 .mx-speech-bubble,.mx-media-support-4 .mx-popup,.mx-media-support-4 .mx-speech-bubble,.mx-media-support-6 .mx-popup,.mx-media-support-6 .mx-speech-bubble,.mx-media-support-7 .mx-popup,.mx-media-support-7 .mx-speech-bubble {
    bottom: 120px
}
.whatsapp-instagram.mx-media-support-2 .mx-popup,.whatsapp-instagram.mx-media-support-2 .mx-speech-bubble,.whatsapp-instagram.mx-media-support-4 .mx-popup,.whatsapp-instagram.mx-media-support-4 .mx-speech-bubble,.whatsapp-instagram.mx-media-support-6 .mx-popup,.whatsapp-instagram.mx-media-support-6 .mx-speech-bubble,.whatsapp-instagram.mx-media-support-7 .mx-popup,.whatsapp-instagram.mx-media-support-7 .mx-speech-bubble {
    bottom: 170px
}
.mx-media-support-3 .mx-popup,.mx-media-support-3 .mx-speech-bubble,.mx-media-support-5 .mx-popup,.mx-media-support-5 .mx-speech-bubble {
    bottom: 100px
}
.whatsapp-instagram.mx-media-support-3 .mx-popup,.whatsapp-instagram.mx-media-support-3 .mx-speech-bubble,.whatsapp-instagram.mx-media-support-5 .mx-popup,.whatsapp-instagram.mx-media-support-5 .mx-speech-bubble {
    bottom: 150px
}
.mx-popup-person-offline {
    cursor: not-allowed;
    pointer-events: none
}

.mx-popup-person-offline .mx-popup-person-avatar {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .6
}

.mx-popup-person-offline .mx-popup-person-description,.mx-popup-person-offline .mx-popup-person-title {
    opacity: .8
}

.mx-popup-person-offline .mx-popup-person-online-offline-text {
    background-color: #bac4ca
}

.mx-popup-small .mx-popup-header {
    padding: 20px 15px
}

.mx-popup-small .mx-popup-area {
    padding: 1px;
    background-color: #f5f7f9
}

.mx-popup-small .mx-popup-person {
    margin-bottom: 1px;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 0
}

.mx-popup-small .mx-popup-person:hover {
    -webkit-box-shadow: 0 0 2px rgba(55,62,70,.1);
    -moz-box-shadow: 0 0 2px rgba(55,62,70,.1);
    -ms-box-shadow: 0 0 2px rgba(55,62,70,.1);
    -o-box-shadow: 0 0 2px rgba(55,62,70,.1);
    box-shadow: 0 0 2px rgba(55,62,70,.1)
}

.mx-popup-small .mx-popup-person-avatar {
    width: 40px;
    height: 40px
}

.mx-popup-small .mx-popup-person-avatar i {
    font-size: 22px
}

.mx-popup-small .mx-popup-person-avatar-status {
    right: 0;
    bottom: 0
}

.mx-popup-small .mx-popup-person-title {
    font-weight: 400
}

.mx-popup-small .mx-popup-person-description {
    margin-top: 2px
}

.mx-popup-single .mx-popup-area {
    padding: 0
}

.mx-popup-single .mx-popup-header {
    padding: 10px 15px 0 0;
    align-items: flex-end
}

.mx-popup-single .mx-popup-close {
    position: static;
    right: 0;
    top: 0
}

.mx-popup-single .mx-popup-person {
    border-radius: 0;
    padding: 5px 0 0 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    cursor: auto
}

.mx-popup-single .mx-popup-person:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.mx-popup-single .mx-popup-person-content {
    margin-top: 15px;
    margin-left: 0;
    text-align: center
}

.mx-popup-single .mx-popup-person-avatar {
    border: 2px solid #fff;
    box-sizing: content-box
}

.mx-popup-single .mx-popup-person-avatar-status {
    border-color: #fff
}

.mx-popup-single .mx-popup-person-title {
    color: #fff
}

.mx-popup-single .mx-popup-person-description {
    color: #fff
}

.mx-popup-single .mx-popup-person-online-offline-text {
    align-self: center;
    margin-top: 7px
}

.mx-popup-single .mx-popup-person-message {
    flex-direction: row
}

.mx-popup-single .mx-popup-person-message .mx-popup-person-avatar {
    margin-left: 20px
}

.mx-popup-single .mx-popup-person-message .mx-popup-person-content {
    margin-top: 0;
    margin-left: 15px;
    text-align: left
}

.mx-popup-start-chat {
    background-color: #fff;
    margin-top: 25px;
    width: 100%
}

.mx-popup-start-chat-message {
    background-color: #e8e4df;
    padding: 30px 25px
}

.mx-popup-start-chat-message>div {
    position: relative;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 13%) 0 1px .5px;
    max-width: calc(100% - 66px);
    padding: 15px 20px;
    border-radius: 0 8px 8px
}

.mx-popup-start-chat-message>div:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #fff transparent transparent
}

.mx-popup-start-chat-textbox {
    display: flex
}

.mx-popup-start-chat-textbox>input {
    border: 0;
    outline: 0;
    width: 90%;
    margin: 0;
    padding: 15px 0 15px 20px
}

.mx-popup-start-chat-textbox>input::placeholder {
    color: #ccc
}

.mx-popup-start-chat-textbox>i {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0 20px;
    cursor: pointer;
    background-color: #fff
}

.mx-popup-start-chat-button {
    border-radius: .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 15px;
    padding: 8px 20px;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -ms-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.mx-popup-start-chat-button span {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.mx-popup-start-chat-button i {
    font-size: 12px;
    color: #fff
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(1s);
    animation-duration: var(1s);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes animate__1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,1000px,0);
        transform: translate3d(0,1000px,0)
    }

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes animate__1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,1000px,0);
        transform: translate3d(0,1000px,0)
    }

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes animate__2__1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1000px,0,0);
        transform: translate3d(1000px,0,0)
    }

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

@keyframes animate__2__1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1000px,0,0);
        transform: translate3d(1000px,0,0)
    }

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

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

@-webkit-keyframes animate__2__2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1000px,0,0);
        transform: translate3d(-1000px,0,0)
    }

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

@keyframes animate__2__2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1000px,0,0);
        transform: translate3d(-1000px,0,0)
    }

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

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

@-webkit-keyframes animate__3 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes animate__3 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes animate__4__1 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes animate__4__1 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes animate__4__2 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes animate__4__2 {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes animate__5__1 {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

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

@keyframes animate__5__1 {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

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

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

@-webkit-keyframes animate__5__2 {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

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

@keyframes animate__5__2 {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

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

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

@-webkit-keyframes animate__6 {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes animate__6 {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

.animate__popup__1 {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mx-popup-show .animate__popup__1 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.animate__popup__2__1 {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    -moz-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    -ms-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    -o-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    transition: all .3s cubic-bezier(.25,.5,.5,.9)
}

.mx-popup-show .animate__popup__2__1 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.animate__popup__2__2 {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    -moz-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    -ms-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    -o-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    transition: all .3s cubic-bezier(.25,.5,.5,.9)
}

.mx-popup-show .animate__popup__2__2 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.animate__popup__3 {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mx-popup-show .animate__popup__3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.animate__popup__4 {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.mx-popup-show .animate__popup__4 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.animate__popup__5 {
    -webkit-animation: animate__popup__5__hide .4s cubic-bezier(.39,.575,.565,1) both;
    animation: animate__popup__5__hide .4s cubic-bezier(.39,.575,.565,1) both
}

.mx-popup-show .animate__popup__5 {
    -webkit-animation: animate__popup__5__show .4s cubic-bezier(.39,.575,.565,1) both;
    animation: animate__popup__5__show .4s cubic-bezier(.39,.575,.565,1) both
}

@-webkit-keyframes animate__popup__5__hide {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
}

@keyframes animate__popup__5__hide {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
}

@-webkit-keyframes animate__popup__5__show {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes animate__popup__5__show {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.animate__popup__6 {
    -webkit-animation: animate__popup__6__hide .4s cubic-bezier(.39,.575,.565,1) both;
    animation: animate__popup__6__hide .4s cubic-bezier(.39,.575,.565,1) both
}

.mx-popup-show .animate__popup__6 {
    -webkit-animation: animate__popup__6__show .4s cubic-bezier(.39,.575,.565,1) both;
    animation: animate__popup__6__show .4s cubic-bezier(.39,.575,.565,1) both
}

@-webkit-keyframes animate__popup__6__hide {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

@keyframes animate__popup__6__hide {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

@-webkit-keyframes animate__popup__6__show {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

@keyframes animate__popup__6__show {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

.animate__popup__7 {
    -webkit-animation: animate__popup__7__hide .5s cubic-bezier(.455,.030,.515,.955) both;
    animation: animate__popup__7__hide .5s cubic-bezier(.455,.030,.515,.955) both
}

.mx-popup-show .animate__popup__7 {
    -webkit-animation: animate__popup__7__show .5s cubic-bezier(.455,.030,.515,.955) both;
    animation: animate__popup__7__show .5s cubic-bezier(.455,.030,.515,.955) both
}

@-webkit-keyframes animate__popup__7__hide {
    0% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }

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

@keyframes animate__popup__7__hide {
    0% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }

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

@-webkit-keyframes animate__popup__7__show {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

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

@keyframes animate__popup__7__show {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

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

.animate__popup__8 {
    -webkit-transform: scale(0) rotate(720deg);
    -moz-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    -o-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mx-popup-show .animate__popup__8 {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
}

.animate__popup__9 {
    -webkit-animation: animate__popup__9__hide .45s ease-out both;
    animation: animate__popup__9__hide .45s ease-out both
}

.mx-popup-show .animate__popup__9 {
    -webkit-animation: animate__popup__9__show .45s ease-out both;
    animation: animate__popup__9__show .45s ease-out both
}

@-webkit-keyframes animate__popup__9__hide {
    0% {
        -webkit-transform: translateZ(0) rotate3d(1,1,0,0) scale(1);
        transform: translateZ(0) rotate3d(1,1,0,0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    54% {
        -webkit-transform: translateZ(-160px) rotate3d(1,1,0,87deg) scale(.5);
        transform: translateZ(-160px) rotate3d(1,1,0,87deg) scale(.5);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translateZ(-800px) rotate3d(1,1,0,90deg) scale(0);
        transform: translateZ(-800px) rotate3d(1,1,0,90deg) scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
}

@keyframes animate__popup__9__hide {
    0% {
        -webkit-transform: translateZ(0) rotate3d(1,1,0,0) scale(1);
        transform: translateZ(0) rotate3d(1,1,0,0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    54% {
        -webkit-transform: translateZ(-160px) rotate3d(1,1,0,87deg) scale(.5);
        transform: translateZ(-160px) rotate3d(1,1,0,87deg) scale(.5);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translateZ(-800px) rotate3d(1,1,0,90deg) scale(0);
        transform: translateZ(-800px) rotate3d(1,1,0,90deg) scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
}

@-webkit-keyframes animate__popup__9__show {
    0% {
        -webkit-transform: translateZ(-800px) rotate3d(1,1,0,90deg) scale(0);
        transform: translateZ(-800px) rotate3d(1,1,0,90deg) scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    54% {
        -webkit-transform: translateZ(-160px) rotate3d(1,1,0,87deg) scale(.5);
        transform: translateZ(-160px) rotate3d(1,1,0,87deg) scale(.5);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translateZ(0) rotate3d(1,1,0,0) scale(1);
        transform: translateZ(0) rotate3d(1,1,0,0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes animate__popup__9__show {
    0% {
        -webkit-transform: translateZ(-800px) rotate3d(1,1,0,90deg) scale(0);
        transform: translateZ(-800px) rotate3d(1,1,0,90deg) scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    54% {
        -webkit-transform: translateZ(-160px) rotate3d(1,1,0,87deg) scale(.5);
        transform: translateZ(-160px) rotate3d(1,1,0,87deg) scale(.5);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translateZ(0) rotate3d(1,1,0,0) scale(1);
        transform: translateZ(0) rotate3d(1,1,0,0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.animate__popup__10__1 {
    -webkit-animation: animate__popup__10__1__hide .6s cubic-bezier(.25,.46,.45,.94) both;
    animation: animate__popup__10__1__hide .6s cubic-bezier(.25,.46,.45,.94) both
}

.mx-popup-show .animate__popup__10__1 {
    -webkit-animation: animate__popup__10__1__show .6s cubic-bezier(.25,.46,.45,.94) both;
    animation: animate__popup__10__1__show .6s cubic-bezier(.25,.46,.45,.94) both
}

@-webkit-keyframes animate__popup__10__1__hide {
    0% {
        -webkit-transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px,-300px) skew(-35deg,10deg);
        transform: rotateY(20deg) rotateX(35deg) translate(300px,-300px) skew(-35deg,10deg);
        opacity: 0
    }
}

@keyframes animate__popup__10__1__hide {
    0% {
        -webkit-transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px,-300px) skew(-35deg,10deg);
        transform: rotateY(20deg) rotateX(35deg) translate(300px,-300px) skew(-35deg,10deg);
        opacity: 0
    }
}

@-webkit-keyframes animate__popup__10__1__show {
    0% {
        -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px,-300px) skew(-35deg,10deg);
        transform: rotateY(20deg) rotateX(35deg) translate(300px,-300px) skew(-35deg,10deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        opacity: 1
    }
}

@keyframes animate__popup__10__1__show {
    0% {
        -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px,-300px) skew(-35deg,10deg);
        transform: rotateY(20deg) rotateX(35deg) translate(300px,-300px) skew(-35deg,10deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        opacity: 1
    }
}

.animate__popup__10__2 {
    -webkit-animation: animate__popup__10__2__hide .6s cubic-bezier(.25,.46,.45,.94) both;
    animation: animate__popup__10__2__hide .6s cubic-bezier(.25,.46,.45,.94) both
}

.mx-popup-show .animate__popup__10__2 {
    -webkit-animation: animate__popup__10__2__show .6s cubic-bezier(.25,.46,.45,.94) both;
    animation: animate__popup__10__2__show .6s cubic-bezier(.25,.46,.45,.94) both
}

@-webkit-keyframes animate__popup__10__2__hide {
    0% {
        -webkit-transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: rotateY(-20deg) rotateX(35deg) translate(-300px,-300px) skew(35deg,-10deg);
        transform: rotateY(-20deg) rotateX(35deg) translate(-300px,-300px) skew(35deg,-10deg);
        opacity: 0
    }
}

@keyframes animate__popup__10__2__hide {
    0% {
        -webkit-transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: rotateY(-20deg) rotateX(35deg) translate(-300px,-300px) skew(35deg,-10deg);
        transform: rotateY(-20deg) rotateX(35deg) translate(-300px,-300px) skew(35deg,-10deg);
        opacity: 0
    }
}

@-webkit-keyframes animate__popup__10__2__show {
    0% {
        -webkit-transform: rotateY(-20deg) rotateX(35deg) translate(-300px,-300px) skew(35deg,-10deg);
        transform: rotateY(-20deg) rotateX(35deg) translate(-300px,-300px) skew(35deg,-10deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        opacity: 1
    }
}

@keyframes animate__popup__10__2__show {
    0% {
        -webkit-transform: rotateY(-20deg) rotateX(35deg) translate(-300px,-300px) skew(35deg,-10deg);
        transform: rotateY(-20deg) rotateX(35deg) translate(-300px,-300px) skew(35deg,-10deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        transform: rotateY(0) rotateX(0) translate(0,0) skew(0deg,0deg);
        opacity: 1
    }
}

.animate__popup__11 {
    -webkit-animation: animate__popup__11__hide .5s cubic-bezier(.175,.885,.32,1.275) both;
    animation: animate__popup__11__hide .5s cubic-bezier(.175,.885,.32,1.275) both
}

.mx-popup-show .animate__popup__11 {
    -webkit-animation: animate__popup__11__show .5s cubic-bezier(.175,.885,.32,1.275) both;
    animation: animate__popup__11__show .5s cubic-bezier(.175,.885,.32,1.275) both
}

@-webkit-keyframes animate__popup__11__hide {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 1
    }

    100% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 0
    }
}

@keyframes animate__popup__11__hide {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 1
    }

    100% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 0
    }
}

@-webkit-keyframes animate__popup__11__show {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 1
    }
}

@keyframes animate__popup__11__show {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 1
    }
}

.animate__popup__12__1 {
    -webkit-animation: animate__popup__12__1__hide .6s cubic-bezier(.25,.46,.45,.94) both;
    animation: animate__popup__12__1__hide .6s cubic-bezier(.25,.46,.45,.94) both
}

.mx-popup-show .animate__popup__12__1 {
    -webkit-animation: animate__popup__12__1__show .6s cubic-bezier(.25,.46,.45,.94) both;
    animation: animate__popup__12__1__show .6s cubic-bezier(.25,.46,.45,.94) both
}

@-webkit-keyframes animate__popup__12__1__hide {
    0% {
        -webkit-transform: rotateX(0) translateX(0) skewX(0);
        transform: rotateX(0) translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: rotateX(30deg) translateX(300px) skewX(-30deg);
        transform: rotateX(30deg) translateX(300px) skewX(-30deg);
        opacity: 0
    }
}

@keyframes animate__popup__12__1__hide {
    0% {
        -webkit-transform: rotateX(0) translateX(0) skewX(0);
        transform: rotateX(0) translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: rotateX(30deg) translateX(300px) skewX(-30deg);
        transform: rotateX(30deg) translateX(300px) skewX(-30deg);
        opacity: 0
    }
}

@-webkit-keyframes animate__popup__12__1__show {
    0% {
        -webkit-transform: rotateX(30deg) translateX(300px) skewX(-30deg);
        transform: rotateX(30deg) translateX(300px) skewX(-30deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0) translateX(0) skewX(0);
        transform: rotateX(0) translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes animate__popup__12__1__show {
    0% {
        -webkit-transform: rotateX(30deg) translateX(300px) skewX(-30deg);
        transform: rotateX(30deg) translateX(300px) skewX(-30deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0) translateX(0) skewX(0);
        transform: rotateX(0) translateX(0) skewX(0);
        opacity: 1
    }
}

.animate__popup__12__2 {
    -webkit-animation: animate__popup__12__2__hide .6s cubic-bezier(.25,.46,.45,.94) both;
    animation: animate__popup__12__2__hide .6s cubic-bezier(.25,.46,.45,.94) both
}

.mx-popup-show .animate__popup__12__2 {
    -webkit-animation: animate__popup__12__2__show .6s cubic-bezier(.25,.46,.45,.94) both;
    animation: animate__popup__12__2__show .6s cubic-bezier(.25,.46,.45,.94) both
}

@-webkit-keyframes animate__popup__12__2__hide {
    0% {
        -webkit-transform: rotateX(0) translateX(0) skewX(0);
        transform: rotateX(0) translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: rotateX(30deg) translateX(-300px) skewX(30deg);
        transform: rotateX(30deg) translateX(-300px) skewX(30deg);
        opacity: 0
    }
}

@keyframes animate__popup__12__2__hide {
    0% {
        -webkit-transform: rotateX(0) translateX(0) skewX(0);
        transform: rotateX(0) translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: rotateX(30deg) translateX(-300px) skewX(30deg);
        transform: rotateX(30deg) translateX(-300px) skewX(30deg);
        opacity: 0
    }
}

@-webkit-keyframes animate__popup__12__2__show {
    0% {
        -webkit-transform: rotateX(30deg) translateX(-300px) skewX(30deg);
        transform: rotateX(30deg) translateX(-300px) skewX(30deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0) translateX(0) skewX(0);
        transform: rotateX(0) translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes animate__popup__12__2__show {
    0% {
        -webkit-transform: rotateX(30deg) translateX(-300px) skewX(30deg);
        transform: rotateX(30deg) translateX(-300px) skewX(30deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0) translateX(0) skewX(0);
        transform: rotateX(0) translateX(0) skewX(0);
        opacity: 1
    }
}

.animate__popup__13 {
    -webkit-animation: animate__popup__13__hide .6s ease-out both;
    animation: animate__popup__13__hide .6s ease-out both
}

.mx-popup-show .animate__popup__13 {
    -webkit-animation: animate__popup__13__show .6s ease-out both;
    animation: animate__popup__13__show .6s ease-out both
}

@-webkit-keyframes animate__popup__13__hide {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-800px) rotate(-540deg);
        transform: translateY(-800px) rotate(-540deg);
        opacity: 0
    }
}

@keyframes animate__popup__13__hide {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-800px) rotate(-540deg);
        transform: translateY(-800px) rotate(-540deg);
        opacity: 0
    }
}

@-webkit-keyframes animate__popup__13__show {
    0% {
        -webkit-transform: translateY(-800px) rotate(-540deg);
        transform: translateY(-800px) rotate(-540deg);
        opacity: 0
    }

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

@keyframes animate__popup__13__show {
    0% {
        -webkit-transform: translateY(-800px) rotate(-540deg);
        transform: translateY(-800px) rotate(-540deg);
        opacity: 0
    }

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

.animate__popup__14 {
    -webkit-animation: animate__popup__14__hide 1.1s both;
    animation: animate__popup__14__hide 1.1s both
}

.mx-popup-show .animate__popup__14 {
    -webkit-animation: animate__popup__14__show 1.1s both;
    animation: animate__popup__14__show 1.1s both
}

@-webkit-keyframes animate__popup__14__hide {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    10% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
}

@keyframes animate__popup__14__hide {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    10% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
}

@-webkit-keyframes animate__popup__14__show {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes animate__popup__14__show {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.animate__popup__15 {
    -webkit-animation: animate__popup__15__hide .7s cubic-bezier(.25,.46,.45,.94) both;
    animation: animate__popup__15__hide .7s cubic-bezier(.25,.46,.45,.94) both
}

.mx-popup-show .animate__popup__15 {
    -webkit-animation: animate__popup__15__show .7s cubic-bezier(.25,.46,.45,.94) both;
    animation: animate__popup__15__show .7s cubic-bezier(.25,.46,.45,.94) both
}

@-webkit-keyframes animate__popup__15__hide {
    0% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% -1400px;
        transform-origin: 50% -1400px;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
        transform: translateY(600px) rotateX(30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0
    }
}

@keyframes animate__popup__15__hide {
    0% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% -1400px;
        transform-origin: 50% -1400px;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
        transform: translateY(600px) rotateX(30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0
    }
}

@-webkit-keyframes animate__popup__15__show {
    0% {
        -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
        transform: translateY(600px) rotateX(30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% -1400px;
        transform-origin: 50% -1400px;
        opacity: 1
    }
}

@keyframes animate__popup__15__show {
    0% {
        -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
        transform: translateY(600px) rotateX(30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% -1400px;
        transform-origin: 50% -1400px;
        opacity: 1
    }
}

@media (max-width: 575px) {
    .mx-fixed .mx-button {
        bottom:20px
    }

    .mx-right .mx-button {
        right: 20px
    }

    .mx-left .mx-button {
        left: 20px
    }

    .mx-right .mx-speech-bubble {
        right: 20px
    }

    .mx-left .mx-speech-bubble {
        left: 20px
    }

    .mx-right .mx-popup {
        right: 20px
    }

    .mx-left .mx-popup {
        left: 20px
    }
}

@media (max-width: 320px) {
    .mx-popup {
        width:90%
    }

    .mx-popup-header {
        padding: 20px 10px
    }

    .mx-popup-person {
        padding: 5px 10px
    }

    .mx-popup-person-avatar {
        width: 55px;
        height: 55px
    }
}
