@charset "UTF-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-spacing: 0
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes pulseX {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulseX {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulseX {
    -webkit-animation-name: pulseX;
    animation-name: pulseX
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    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,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    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(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.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(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%,from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%,from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    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(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        transform: perspective(400px) scale3d(.95,.95,.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(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        transform: perspective(400px) scale3d(.95,.95,.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 flips {
    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,50px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,50px) 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,50px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,50px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        transform: perspective(400px) scale3d(.95,.95,.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 flips {
    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,50px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,50px) 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,50px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,50px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        transform: perspective(400px) scale3d(.95,.95,.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.flips {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flips;
    animation-name: flips
}

@-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: .75s;
    animation-duration: .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: .75s;
    animation-duration: .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(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    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: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.fasterX {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset!important;
        animation: unset!important;
        -webkit-transition: none!important;
        transition: none!important
    }
}

/*! onsenui - v2.10.6 - 2018-11-30 */
ons-gesture-detector,ons-navigator,ons-page,ons-tabbar {
    display: block;
    touch-action: manipulation
}

ons-action-sheet,ons-alert-dialog,ons-dialog,ons-navigator,ons-splitter,ons-tabbar,ons-toast {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    touch-action: manipulation
}

ons-toast {
    pointer-events: none
}

ons-toast .toast {
    pointer-events: auto
}

ons-tab {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

ons-action-sheet,ons-alert-dialog,ons-dialog,ons-navigator,ons-page,ons-tabbar,ons-toast {
    z-index: 2
}

ons-fab,ons-speed-dial {
    z-index: 10001
}

ons-bottom-toolbar,ons-toolbar:not([inline]) {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10000
}

ons-toolbar:not([inline]) {
    top: 0
}

ons-bottom-toolbar {
    bottom: 0
}

.page,.page--material,.page--material__content,.page__content {
    background-color: transparent!important;
    background: 0 0!important
}

.page__content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    -ms-touch-action: pan-y
}

.page.overflow-visible,.page.overflow-visible .page,.page.overflow-visible .page__content,.page.overflow-visible ons-navigator,.page.overflow-visible ons-splitter {
    overflow: visible
}

.page.overflow-visible .page__content.content-swiping,.page.overflow-visible .page__content.content-swiping .page,.page.overflow-visible .page__content.content-swiping .page__content {
    overflow: auto
}

.page[status-bar-fill]>.page__content {
    top: 20px
}

.page[status-bar-fill]>.toolbar {
    padding-top: 20px;
    box-sizing: content-box
}

.page[status-bar-fill]>.toolbar:not(.toolbar--cover-content)+.page__background+.page__content,.page[status-bar-fill]>.toolbar:not(.toolbar--transparent)+.page__background {
    top: 64px
}

.page[status-bar-fill]>.toolbar--material:not(.toolbar--cover-content)+.page__background+.page__content,.page[status-bar-fill]>.toolbar--material:not(.toolbar-transparent)+.page__background {
    top: 76px
}

.page[status-bar-fill]>.toolbar.toolbar--transparent+.page__background {
    top: 0
}

ons-tabbar[status-bar-fill]>.tabbar--top__content {
    top: 71px
}

ons-tabbar[status-bar-fill]>.tabbar--top {
    padding-top: 22px
}

ons-tabbar[position=top] .page[status-bar-fill]>.page__content {
    top: 0
}

.toolbar+.page__background+.page__content ons-tabbar[status-bar-fill]>.tabbar--top {
    top: 0
}

.toolbar+.page__background+.page__content ons-tabbar[status-bar-fill]>.tabbar--top__content {
    top: 49px
}

.page__content>.list:not(.list--material):first-child {
    margin-top: -1px
}

.page--wrapper>.page__background {
    display: none
}

ons-action-sheet[disabled],ons-alert-dialog[disabled],ons-dialog[disabled],ons-popover[disabled] {
    pointer-events: none;
    opacity: .75
}

ons-list-item[disabled] {
    pointer-events: none
}

ons-range[disabled] {
    opacity: .3;
    pointer-events: none
}

ons-pull-hook {
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    z-index: 20002
}

ons-splitter,ons-splitter-content,ons-splitter-mask,ons-splitter-side {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    z-index: 0
}

ons-splitter-mask {
    z-index: 4;
    background-color: rgba(0,0,0,.1);
    display: none;
    opacity: 0
}

ons-splitter-content {
    z-index: 2
}

ons-splitter-side {
    right: auto;
    z-index: 2
}

ons-splitter-side[side=right] {
    right: 0;
    left: auto
}

ons-splitter-side[mode=collapse] {
    z-index: 5;
    left: auto;
    right: 100%
}

ons-splitter-side[side=right][mode=collapse] {
    right: auto;
    left: 100%
}

ons-splitter-side[mode=split] {
    z-index: 3
}

ons-toolbar-button>ons-icon[icon*=ion-] {
    font-size: 26px
}

ons-range,ons-select {
    display: inline-block
}

ons-range>input {
    min-width: 50px;
    width: 100%
}

ons-select>select {
    width: 100%
}

ons-carousel[disabled] {
    pointer-events: none;
    opacity: .75
}

ons-carousel[fullscreen] {
    height: 100%
}

.ons-status-bar-mock {
    position: absolute;
    width: 100%;
    height: 20px;
    padding: 0 16px 0 6px;
    box-sizing: border-box;
    z-index: 30000;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial,Helvetica
}

.ons-status-bar-mock i {
    padding: 0 2px
}

.ons-status-bar-mock.android {
    color: #fff;
    background-color: #222;
    font-family: Roboto,Arial,Helvetica
}

.ons-status-bar-mock.android~* {
    top: 20px;
    bottom: 0;
    position: inherit;
    width: 100%
}

.ons-ios-scroll-fix .page:not(.page--wrapper)[shown]>.page__content {
    overflow-y: hidden
}

.ons-ios-scroll-fix ons-splitter-side>.page:not(.page--wrapper)[shown]>.page__content {
    overflow-y: auto
}

ons-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box
}

ons-row[align=top],ons-row[vertical-align=top] {
    -webkit-box-align: start;
    box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

ons-row[align=bottom],ons-row[vertical-align=bottom] {
    -webkit-box-align: end;
    box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

ons-row[align=center],ons-row[vertical-align=center] {
    -webkit-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: inherit
}

ons-row+ons-row {
    padding-top: 0
}

ons-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    box-sizing: border-box
}

ons-col[align=top],ons-col[vertical-align=top] {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

ons-col[align=bottom],ons-col[vertical-align=bottom] {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

ons-col[align=center],ons-col[vertical-align=center] {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    text-align: inherit
}

.ons-icon {
    display: inline-block;
    line-height: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.segment__button .ons-icon {
    line-height: initial
}

:not(ons-toolbar-button):not(ons-action-sheet-button):not(.segment__button)>.ons-icon--ion {
    line-height: .75em;
    vertical-align: -25%
}

.ons-icon[spin] {
    -webkit-animation: ons-icon-spin 2s infinite linear;
    -moz-animation: ons-icon-spin 2s infinite linear;
    animation: ons-icon-spin 2s infinite linear
}

@-moz-keyframes ons-icon-spin {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes ons-icon-spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes ons-icon-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.ons-icon[rotate="90"] {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ons-icon[rotate="180"] {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ons-icon[rotate="270"] {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg)
}

.ons-icon[fixed-width] {
    width: 1.28571429em;
    text-align: center
}

.ons-icon--lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.ons-icon--2x {
    font-size: 2em
}

.ons-icon--3x {
    font-size: 3em
}

.ons-icon--4x {
    font-size: 4em
}

.ons-icon--5x {
    font-size: 5em
}

.ons-icon.fa {
    font-family: 'Font Awesome 5 Brands','Font Awesome 5 Free';
    font-weight: 900
}

ons-checkbox,ons-input,ons-radio,ons-search-input {
    display: inline-block;
    position: relative
}

ons-input .text-input,ons-search-input .search-input {
    width: 100%;
    display: inline-block
}

ons-input .text-input__label:not(.text-input--material__label) {
    display: none
}

ons-input:not([float]) .text-input--material__label--active {
    display: none
}

ons-checkbox[disabled],ons-input[disabled],ons-radio[disabled],ons-search-input[disabled],ons-segment[disabled] {
    opacity: .5;
    pointer-events: none
}

ons-input input.text-input--material::-webkit-input-placeholder {
    color: transparent
}

ons-input input.text-input--material::-moz-placeholder {
    color: transparent
}

ons-input input.text-input--material:-ms-input-placeholder {
    color: transparent
}

@media (orientation: landscape) {
    html[onsflag-iphonex-landscape] ons-splitter-side[side=left] .page__content {
        padding-right:0
    }

    html[onsflag-iphonex-landscape] ons-splitter-side[side=right] .page__content {
        padding-left: 0
    }
}

@media (orientation: landscape) {
    html[onsflag-iphonex-landscape] .page__content>ons-progress-bar>.progress-bar {
        margin-left:-44px;
        margin-right: -44px;
        width: calc(100% + 88px)
    }
}

@media (orientation: landscape) {
    html[onsflag-iphonex-landscape] ons-splitter-side[side=right] .page__content>.list:not(.list--inset) {
        margin-left:0
    }

    html[onsflag-iphonex-landscape] ons-splitter-side[side=right] .page__content>.list:not(.list--inset)>.list-header {
        padding-left: 15px
    }

    html[onsflag-iphonex-landscape] ons-splitter-side[side=right] .page__content>.list:not(.list--inset)>.list-item {
        padding-left: 14px
    }

    html[onsflag-iphonex-landscape] ons-splitter-side[side=left] .page__content>.list:not(.list--inset) {
        margin-right: 0
    }

    html[onsflag-iphonex-landscape] ons-splitter-side[side=left] .page__content>.list:not(.list--inset)>.list-item--chevron:before {
        right: 16px
    }

    html[onsflag-iphonex-landscape] ons-splitter-side[side=left] .page__content>.list:not(.list--inset)>.list-item>.list-item__center:last-child {
        padding-right: 6px
    }

    html[onsflag-iphonex-landscape] ons-splitter-side[side=left] .page__content>.list:not(.list--inset)>.list-item>.list-item__right {
        padding-right: 12px
    }

    html[onsflag-iphonex-landscape] ons-splitter-side[side=left] .page__content>.list:not(.list--inset)>.list-item>.list-item--chevron__right {
        padding-right: 30px
    }
}

ons-progress-bar {
    display: block
}

ons-progress-circular {
    display: inline-block;
    width: 32px;
    height: 32px
}

ons-progress-circular>svg.progress-circular {
    width: 100%;
    height: 100%
}

.ripple {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.ripple__background {
    background: rgba(255,255,255,.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none
}

.ripple__wave {
    background: rgba(255,255,255,.2);
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none
}

.button--material--flat .ripple__background,.button--material--flat .ripple__wave,ons-list-item .ripple__background,ons-list-item .ripple__wave {
    background: rgba(189,189,189,.3)
}

.ripple--light-gray__background,.ripple--light-gray__wave {
    background: rgba(189,189,189,.3)
}

.ons-swiper {
    overflow: hidden;
    display: block;
    box-sizing: border-box
}

.ons-swiper-target {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.ons-swiper-target--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.ons-swiper-target>* {
    height: inherit;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%;
    position: relative!important
}

.ons-swiper-target.active:not(.swiping)>.page:not([shown]) {
    visibility: hidden
}

.ons-swiper-tabbar .tabbar--material__button:after {
    display: none
}

.ons-swiper-blocker {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none
}

/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
    font-family: Ionicons;
    src: url(../fonts/ionicons.eot);
    src: url(../fonts/ionicons.eot) format("embedded-opentype"),url(../fonts/ionicons.ttf) format("truetype"),url(../fonts/ionicons.woff) format("woff"),url(../fonts/ionicons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.ion,.ion-alert-circled:before,.ion-alert:before,.ion-android-add-circle:before,.ion-android-add:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-cloud:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done-all:before,.ion-android-done:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite-outline:before,.ion-android-favorite:before,.ion-android-film:before,.ion-android-folder-open:before,.ion-android-folder:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone-off:before,.ion-android-microphone:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-notifications:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person-add:before,.ion-android-person:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove-circle:before,.ion-android-remove:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share-alt:before,.ion-android-share:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-star:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace-outline:before,.ion-backspace:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox-working:before,.ion-chatbox:before,.ion-chatboxes:before,.ion-chatbubble-working:before,.ion-chatbubble:before,.ion-chatbubbles:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-checkmark:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close-circled:before,.ion-close-round:before,.ion-close:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code-download:before,.ion-code-working:before,.ion-code:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document-text:before,.ion-document:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email-unread:before,.ion-email:before,.ion-erlenmeyer-flask-bubbles:before,.ion-erlenmeyer-flask:before,.ion-eye-disabled:before,.ion-eye:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash-off:before,.ion-flash:before,.ion-folder:before,.ion-fork-repo:before,.ion-fork:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy-outline:before,.ion-happy:before,.ion-headphone:before,.ion-heart-broken:before,.ion-heart:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-help:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information-circled:before,.ion-information:before,.ion-ionic:before,.ion-ios-alarm-outline:before,.ion-ios-alarm:before,.ion-ios-albums-outline:before,.ion-ios-albums:before,.ion-ios-americanfootball-outline:before,.ion-ios-americanfootball:before,.ion-ios-analytics-outline:before,.ion-ios-analytics:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at-outline:before,.ion-ios-at:before,.ion-ios-barcode-outline:before,.ion-ios-barcode:before,.ion-ios-baseball-outline:before,.ion-ios-baseball:before,.ion-ios-basketball-outline:before,.ion-ios-basketball:before,.ion-ios-bell-outline:before,.ion-ios-bell:before,.ion-ios-body-outline:before,.ion-ios-body:before,.ion-ios-bolt-outline:before,.ion-ios-bolt:before,.ion-ios-book-outline:before,.ion-ios-book:before,.ion-ios-bookmarks-outline:before,.ion-ios-bookmarks:before,.ion-ios-box-outline:before,.ion-ios-box:before,.ion-ios-briefcase-outline:before,.ion-ios-briefcase:before,.ion-ios-browsers-outline:before,.ion-ios-browsers:before,.ion-ios-calculator-outline:before,.ion-ios-calculator:before,.ion-ios-calendar-outline:before,.ion-ios-calendar:before,.ion-ios-camera-outline:before,.ion-ios-camera:before,.ion-ios-cart-outline:before,.ion-ios-cart:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatbubble-outline:before,.ion-ios-chatbubble:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-checkmark:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock-outline:before,.ion-ios-clock:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-close:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-outline:before,.ion-ios-cloudy:before,.ion-ios-cog-outline:before,.ion-ios-cog:before,.ion-ios-color-filter-outline:before,.ion-ios-color-filter:before,.ion-ios-color-wand-outline:before,.ion-ios-color-wand:before,.ion-ios-compose-outline:before,.ion-ios-compose:before,.ion-ios-contact-outline:before,.ion-ios-contact:before,.ion-ios-copy-outline:before,.ion-ios-copy:before,.ion-ios-crop-strong:before,.ion-ios-crop:before,.ion-ios-download-outline:before,.ion-ios-download:before,.ion-ios-drag:before,.ion-ios-email-outline:before,.ion-ios-email:before,.ion-ios-eye-outline:before,.ion-ios-eye:before,.ion-ios-fastforward-outline:before,.ion-ios-fastforward:before,.ion-ios-filing-outline:before,.ion-ios-filing:before,.ion-ios-film-outline:before,.ion-ios-film:before,.ion-ios-flag-outline:before,.ion-ios-flag:before,.ion-ios-flame-outline:before,.ion-ios-flame:before,.ion-ios-flask-outline:before,.ion-ios-flask:before,.ion-ios-flower-outline:before,.ion-ios-flower:before,.ion-ios-folder-outline:before,.ion-ios-folder:before,.ion-ios-football-outline:before,.ion-ios-football:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-b-outline:before,.ion-ios-game-controller-b:before,.ion-ios-gear-outline:before,.ion-ios-gear:before,.ion-ios-glasses-outline:before,.ion-ios-glasses:before,.ion-ios-grid-view-outline:before,.ion-ios-grid-view:before,.ion-ios-heart-outline:before,.ion-ios-heart:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-help:before,.ion-ios-home-outline:before,.ion-ios-home:before,.ion-ios-infinite-outline:before,.ion-ios-infinite:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-information:before,.ion-ios-ionic-outline:before,.ion-ios-keypad-outline:before,.ion-ios-keypad:before,.ion-ios-lightbulb-outline:before,.ion-ios-lightbulb:before,.ion-ios-list-outline:before,.ion-ios-list:before,.ion-ios-location-outline:before,.ion-ios-location:before,.ion-ios-locked-outline:before,.ion-ios-locked:before,.ion-ios-loop-strong:before,.ion-ios-loop:before,.ion-ios-medical-outline:before,.ion-ios-medical:before,.ion-ios-medkit-outline:before,.ion-ios-medkit:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-mic:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-minus:before,.ion-ios-monitor-outline:before,.ion-ios-monitor:before,.ion-ios-moon-outline:before,.ion-ios-moon:before,.ion-ios-more-outline:before,.ion-ios-more:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate-outline:before,.ion-ios-navigate:before,.ion-ios-nutrition-outline:before,.ion-ios-nutrition:before,.ion-ios-paper-outline:before,.ion-ios-paper:before,.ion-ios-paperplane-outline:before,.ion-ios-paperplane:before,.ion-ios-partlysunny-outline:before,.ion-ios-partlysunny:before,.ion-ios-pause-outline:before,.ion-ios-pause:before,.ion-ios-paw-outline:before,.ion-ios-paw:before,.ion-ios-people-outline:before,.ion-ios-people:before,.ion-ios-person-outline:before,.ion-ios-person:before,.ion-ios-personadd-outline:before,.ion-ios-personadd:before,.ion-ios-photos-outline:before,.ion-ios-photos:before,.ion-ios-pie-outline:before,.ion-ios-pie:before,.ion-ios-pint-outline:before,.ion-ios-pint:before,.ion-ios-play-outline:before,.ion-ios-play:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-plus:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetags-outline:before,.ion-ios-pricetags:before,.ion-ios-printer-outline:before,.ion-ios-printer:before,.ion-ios-pulse-strong:before,.ion-ios-pulse:before,.ion-ios-rainy-outline:before,.ion-ios-rainy:before,.ion-ios-recording-outline:before,.ion-ios-recording:before,.ion-ios-redo-outline:before,.ion-ios-redo:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-refresh:before,.ion-ios-reload:before,.ion-ios-reverse-camera-outline:before,.ion-ios-reverse-camera:before,.ion-ios-rewind-outline:before,.ion-ios-rewind:before,.ion-ios-rose-outline:before,.ion-ios-rose:before,.ion-ios-search-strong:before,.ion-ios-search:before,.ion-ios-settings-strong:before,.ion-ios-settings:before,.ion-ios-shuffle-strong:before,.ion-ios-shuffle:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipbackward:before,.ion-ios-skipforward-outline:before,.ion-ios-skipforward:before,.ion-ios-snowy:before,.ion-ios-speedometer-outline:before,.ion-ios-speedometer:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-star:before,.ion-ios-stopwatch-outline:before,.ion-ios-stopwatch:before,.ion-ios-sunny-outline:before,.ion-ios-sunny:before,.ion-ios-telephone-outline:before,.ion-ios-telephone:before,.ion-ios-tennisball-outline:before,.ion-ios-tennisball:before,.ion-ios-thunderstorm-outline:before,.ion-ios-thunderstorm:before,.ion-ios-time-outline:before,.ion-ios-time:before,.ion-ios-timer-outline:before,.ion-ios-timer:before,.ion-ios-toggle-outline:before,.ion-ios-toggle:before,.ion-ios-trash-outline:before,.ion-ios-trash:before,.ion-ios-undo-outline:before,.ion-ios-undo:before,.ion-ios-unlocked-outline:before,.ion-ios-unlocked:before,.ion-ios-upload-outline:before,.ion-ios-upload:before,.ion-ios-videocam-outline:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass-outline:before,.ion-ios-wineglass:before,.ion-ios-world-outline:before,.ion-ios-world:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-minus:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon-round:before,.ion-navicon:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person-add:before,.ion-person-stalker:before,.ion-person:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-plus:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply-all:before,.ion-reply:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad-outline:before,.ion-sad:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android-outline:before,.ion-social-android:before,.ion-social-angular-outline:before,.ion-social-angular:before,.ion-social-apple-outline:before,.ion-social-apple:before,.ion-social-bitcoin-outline:before,.ion-social-bitcoin:before,.ion-social-buffer-outline:before,.ion-social-buffer:before,.ion-social-chrome-outline:before,.ion-social-chrome:before,.ion-social-codepen-outline:before,.ion-social-codepen:before,.ion-social-css3-outline:before,.ion-social-css3:before,.ion-social-designernews-outline:before,.ion-social-designernews:before,.ion-social-dribbble-outline:before,.ion-social-dribbble:before,.ion-social-dropbox-outline:before,.ion-social-dropbox:before,.ion-social-euro-outline:before,.ion-social-euro:before,.ion-social-facebook-outline:before,.ion-social-facebook:before,.ion-social-foursquare-outline:before,.ion-social-foursquare:before,.ion-social-freebsd-devil:before,.ion-social-github-outline:before,.ion-social-github:before,.ion-social-google-outline:before,.ion-social-google:before,.ion-social-googleplus-outline:before,.ion-social-googleplus:before,.ion-social-hackernews-outline:before,.ion-social-hackernews:before,.ion-social-html5-outline:before,.ion-social-html5:before,.ion-social-instagram-outline:before,.ion-social-instagram:before,.ion-social-javascript-outline:before,.ion-social-javascript:before,.ion-social-linkedin-outline:before,.ion-social-linkedin:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest-outline:before,.ion-social-pinterest:before,.ion-social-python:before,.ion-social-reddit-outline:before,.ion-social-reddit:before,.ion-social-rss-outline:before,.ion-social-rss:before,.ion-social-sass:before,.ion-social-skype-outline:before,.ion-social-skype:before,.ion-social-snapchat-outline:before,.ion-social-snapchat:before,.ion-social-tumblr-outline:before,.ion-social-tumblr:before,.ion-social-tux:before,.ion-social-twitch-outline:before,.ion-social-twitch:before,.ion-social-twitter-outline:before,.ion-social-twitter:before,.ion-social-usd-outline:before,.ion-social-usd:before,.ion-social-vimeo-outline:before,.ion-social-vimeo:before,.ion-social-whatsapp-outline:before,.ion-social-whatsapp:before,.ion-social-windows-outline:before,.ion-social-windows:before,.ion-social-wordpress-outline:before,.ion-social-wordpress:before,.ion-social-yahoo-outline:before,.ion-social-yahoo:before,.ion-social-yen-outline:before,.ion-social-yen:before,.ion-social-youtube-outline:before,.ion-social-youtube:before,.ion-soup-can-outline:before,.ion-soup-can:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle-filled:before,.ion-toggle:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt-outline:before,.ion-tshirt:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before,.ionicons {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
    content: "\f101"
}

.ion-alert-circled:before {
    content: "\f100"
}

.ion-android-add:before {
    content: "\f2c7"
}

.ion-android-add-circle:before {
    content: "\f359"
}

.ion-android-alarm-clock:before {
    content: "\f35a"
}

.ion-android-alert:before {
    content: "\f35b"
}

.ion-android-apps:before {
    content: "\f35c"
}

.ion-android-archive:before {
    content: "\f2c9"
}

.ion-android-arrow-back:before {
    content: "\f2ca"
}

.ion-android-arrow-down:before {
    content: "\f35d"
}

.ion-android-arrow-dropdown:before {
    content: "\f35f"
}

.ion-android-arrow-dropdown-circle:before {
    content: "\f35e"
}

.ion-android-arrow-dropleft:before {
    content: "\f361"
}

.ion-android-arrow-dropleft-circle:before {
    content: "\f360"
}

.ion-android-arrow-dropright:before {
    content: "\f363"
}

.ion-android-arrow-dropright-circle:before {
    content: "\f362"
}

.ion-android-arrow-dropup:before {
    content: "\f365"
}

.ion-android-arrow-dropup-circle:before {
    content: "\f364"
}

.ion-android-arrow-forward:before {
    content: "\f30f"
}

.ion-android-arrow-up:before {
    content: "\f366"
}

.ion-android-attach:before {
    content: "\f367"
}

.ion-android-bar:before {
    content: "\f368"
}

.ion-android-bicycle:before {
    content: "\f369"
}

.ion-android-boat:before {
    content: "\f36a"
}

.ion-android-bookmark:before {
    content: "\f36b"
}

.ion-android-bulb:before {
    content: "\f36c"
}

.ion-android-bus:before {
    content: "\f36d"
}

.ion-android-calendar:before {
    content: "\f2d1"
}

.ion-android-call:before {
    content: "\f2d2"
}

.ion-android-camera:before {
    content: "\f2d3"
}

.ion-android-cancel:before {
    content: "\f36e"
}

.ion-android-car:before {
    content: "\f36f"
}

.ion-android-cart:before {
    content: "\f370"
}

.ion-android-chat:before {
    content: "\f2d4"
}

.ion-android-checkbox:before {
    content: "\f374"
}

.ion-android-checkbox-blank:before {
    content: "\f371"
}

.ion-android-checkbox-outline:before {
    content: "\f373"
}

.ion-android-checkbox-outline-blank:before {
    content: "\f372"
}

.ion-android-checkmark-circle:before {
    content: "\f375"
}

.ion-android-clipboard:before {
    content: "\f376"
}

.ion-android-close:before {
    content: "\f2d7"
}

.ion-android-cloud:before {
    content: "\f37a"
}

.ion-android-cloud-circle:before {
    content: "\f377"
}

.ion-android-cloud-done:before {
    content: "\f378"
}

.ion-android-cloud-outline:before {
    content: "\f379"
}

.ion-android-color-palette:before {
    content: "\f37b"
}

.ion-android-compass:before {
    content: "\f37c"
}

.ion-android-contact:before {
    content: "\f2d8"
}

.ion-android-contacts:before {
    content: "\f2d9"
}

.ion-android-contract:before {
    content: "\f37d"
}

.ion-android-create:before {
    content: "\f37e"
}

.ion-android-delete:before {
    content: "\f37f"
}

.ion-android-desktop:before {
    content: "\f380"
}

.ion-android-document:before {
    content: "\f381"
}

.ion-android-done:before {
    content: "\f383"
}

.ion-android-done-all:before {
    content: "\f382"
}

.ion-android-download:before {
    content: "\f2dd"
}

.ion-android-drafts:before {
    content: "\f384"
}

.ion-android-exit:before {
    content: "\f385"
}

.ion-android-expand:before {
    content: "\f386"
}

.ion-android-favorite:before {
    content: "\f388"
}

.ion-android-favorite-outline:before {
    content: "\f387"
}

.ion-android-film:before {
    content: "\f389"
}

.ion-android-folder:before {
    content: "\f2e0"
}

.ion-android-folder-open:before {
    content: "\f38a"
}

.ion-android-funnel:before {
    content: "\f38b"
}

.ion-android-globe:before {
    content: "\f38c"
}

.ion-android-hand:before {
    content: "\f2e3"
}

.ion-android-hangout:before {
    content: "\f38d"
}

.ion-android-happy:before {
    content: "\f38e"
}

.ion-android-home:before {
    content: "\f38f"
}

.ion-android-image:before {
    content: "\f2e4"
}

.ion-android-laptop:before {
    content: "\f390"
}

.ion-android-list:before {
    content: "\f391"
}

.ion-android-locate:before {
    content: "\f2e9"
}

.ion-android-lock:before {
    content: "\f392"
}

.ion-android-mail:before {
    content: "\f2eb"
}

.ion-android-map:before {
    content: "\f393"
}

.ion-android-menu:before {
    content: "\f394"
}

.ion-android-microphone:before {
    content: "\f2ec"
}

.ion-android-microphone-off:before {
    content: "\f395"
}

.ion-android-more-horizontal:before {
    content: "\f396"
}

.ion-android-more-vertical:before {
    content: "\f397"
}

.ion-android-navigate:before {
    content: "\f398"
}

.ion-android-notifications:before {
    content: "\f39b"
}

.ion-android-notifications-none:before {
    content: "\f399"
}

.ion-android-notifications-off:before {
    content: "\f39a"
}

.ion-android-open:before {
    content: "\f39c"
}

.ion-android-options:before {
    content: "\f39d"
}

.ion-android-people:before {
    content: "\f39e"
}

.ion-android-person:before {
    content: "\f3a0"
}

.ion-android-person-add:before {
    content: "\f39f"
}

.ion-android-phone-landscape:before {
    content: "\f3a1"
}

.ion-android-phone-portrait:before {
    content: "\f3a2"
}

.ion-android-pin:before {
    content: "\f3a3"
}

.ion-android-plane:before {
    content: "\f3a4"
}

.ion-android-playstore:before {
    content: "\f2f0"
}

.ion-android-print:before {
    content: "\f3a5"
}

.ion-android-radio-button-off:before {
    content: "\f3a6"
}

.ion-android-radio-button-on:before {
    content: "\f3a7"
}

.ion-android-refresh:before {
    content: "\f3a8"
}

.ion-android-remove:before {
    content: "\f2f4"
}

.ion-android-remove-circle:before {
    content: "\f3a9"
}

.ion-android-restaurant:before {
    content: "\f3aa"
}

.ion-android-sad:before {
    content: "\f3ab"
}

.ion-android-search:before {
    content: "\f2f5"
}

.ion-android-send:before {
    content: "\f2f6"
}

.ion-android-settings:before {
    content: "\f2f7"
}

.ion-android-share:before {
    content: "\f2f8"
}

.ion-android-share-alt:before {
    content: "\f3ac"
}

.ion-android-star:before {
    content: "\f2fc"
}

.ion-android-star-half:before {
    content: "\f3ad"
}

.ion-android-star-outline:before {
    content: "\f3ae"
}

.ion-android-stopwatch:before {
    content: "\f2fd"
}

.ion-android-subway:before {
    content: "\f3af"
}

.ion-android-sunny:before {
    content: "\f3b0"
}

.ion-android-sync:before {
    content: "\f3b1"
}

.ion-android-textsms:before {
    content: "\f3b2"
}

.ion-android-time:before {
    content: "\f3b3"
}

.ion-android-train:before {
    content: "\f3b4"
}

.ion-android-unlock:before {
    content: "\f3b5"
}

.ion-android-upload:before {
    content: "\f3b6"
}

.ion-android-volume-down:before {
    content: "\f3b7"
}

.ion-android-volume-mute:before {
    content: "\f3b8"
}

.ion-android-volume-off:before {
    content: "\f3b9"
}

.ion-android-volume-up:before {
    content: "\f3ba"
}

.ion-android-walk:before {
    content: "\f3bb"
}

.ion-android-warning:before {
    content: "\f3bc"
}

.ion-android-watch:before {
    content: "\f3bd"
}

.ion-android-wifi:before {
    content: "\f305"
}

.ion-aperture:before {
    content: "\f313"
}

.ion-archive:before {
    content: "\f102"
}

.ion-arrow-down-a:before {
    content: "\f103"
}

.ion-arrow-down-b:before {
    content: "\f104"
}

.ion-arrow-down-c:before {
    content: "\f105"
}

.ion-arrow-expand:before {
    content: "\f25e"
}

.ion-arrow-graph-down-left:before {
    content: "\f25f"
}

.ion-arrow-graph-down-right:before {
    content: "\f260"
}

.ion-arrow-graph-up-left:before {
    content: "\f261"
}

.ion-arrow-graph-up-right:before {
    content: "\f262"
}

.ion-arrow-left-a:before {
    content: "\f106"
}

.ion-arrow-left-b:before {
    content: "\f107"
}

.ion-arrow-left-c:before {
    content: "\f108"
}

.ion-arrow-move:before {
    content: "\f263"
}

.ion-arrow-resize:before {
    content: "\f264"
}

.ion-arrow-return-left:before {
    content: "\f265"
}

.ion-arrow-return-right:before {
    content: "\f266"
}

.ion-arrow-right-a:before {
    content: "\f109"
}

.ion-arrow-right-b:before {
    content: "\f10a"
}

.ion-arrow-right-c:before {
    content: "\f10b"
}

.ion-arrow-shrink:before {
    content: "\f267"
}

.ion-arrow-swap:before {
    content: "\f268"
}

.ion-arrow-up-a:before {
    content: "\f10c"
}

.ion-arrow-up-b:before {
    content: "\f10d"
}

.ion-arrow-up-c:before {
    content: "\f10e"
}

.ion-asterisk:before {
    content: "\f314"
}

.ion-at:before {
    content: "\f10f"
}

.ion-backspace:before {
    content: "\f3bf"
}

.ion-backspace-outline:before {
    content: "\f3be"
}

.ion-bag:before {
    content: "\f110"
}

.ion-battery-charging:before {
    content: "\f111"
}

.ion-battery-empty:before {
    content: "\f112"
}

.ion-battery-full:before {
    content: "\f113"
}

.ion-battery-half:before {
    content: "\f114"
}

.ion-battery-low:before {
    content: "\f115"
}

.ion-beaker:before {
    content: "\f269"
}

.ion-beer:before {
    content: "\f26a"
}

.ion-bluetooth:before {
    content: "\f116"
}

.ion-bonfire:before {
    content: "\f315"
}

.ion-bookmark:before {
    content: "\f26b"
}

.ion-bowtie:before {
    content: "\f3c0"
}

.ion-briefcase:before {
    content: "\f26c"
}

.ion-bug:before {
    content: "\f2be"
}

.ion-calculator:before {
    content: "\f26d"
}

.ion-calendar:before {
    content: "\f117"
}

.ion-camera:before {
    content: "\f118"
}

.ion-card:before {
    content: "\f119"
}

.ion-cash:before {
    content: "\f316"
}

.ion-chatbox:before {
    content: "\f11b"
}

.ion-chatbox-working:before {
    content: "\f11a"
}

.ion-chatboxes:before {
    content: "\f11c"
}

.ion-chatbubble:before {
    content: "\f11e"
}

.ion-chatbubble-working:before {
    content: "\f11d"
}

.ion-chatbubbles:before {
    content: "\f11f"
}

.ion-checkmark:before {
    content: "\f122"
}

.ion-checkmark-circled:before {
    content: "\f120"
}

.ion-checkmark-round:before {
    content: "\f121"
}

.ion-chevron-down:before {
    content: "\f123"
}

.ion-chevron-left:before {
    content: "\f124"
}

.ion-chevron-right:before {
    content: "\f125"
}

.ion-chevron-up:before {
    content: "\f126"
}

.ion-clipboard:before {
    content: "\f127"
}

.ion-clock:before {
    content: "\f26e"
}

.ion-close:before {
    content: "\f12a"
}

.ion-close-circled:before {
    content: "\f128"
}

.ion-close-round:before {
    content: "\f129"
}

.ion-closed-captioning:before {
    content: "\f317"
}

.ion-cloud:before {
    content: "\f12b"
}

.ion-code:before {
    content: "\f271"
}

.ion-code-download:before {
    content: "\f26f"
}

.ion-code-working:before {
    content: "\f270"
}

.ion-coffee:before {
    content: "\f272"
}

.ion-compass:before {
    content: "\f273"
}

.ion-compose:before {
    content: "\f12c"
}

.ion-connection-bars:before {
    content: "\f274"
}

.ion-contrast:before {
    content: "\f275"
}

.ion-crop:before {
    content: "\f3c1"
}

.ion-cube:before {
    content: "\f318"
}

.ion-disc:before {
    content: "\f12d"
}

.ion-document:before {
    content: "\f12f"
}

.ion-document-text:before {
    content: "\f12e"
}

.ion-drag:before {
    content: "\f130"
}

.ion-earth:before {
    content: "\f276"
}

.ion-easel:before {
    content: "\f3c2"
}

.ion-edit:before {
    content: "\f2bf"
}

.ion-egg:before {
    content: "\f277"
}

.ion-eject:before {
    content: "\f131"
}

.ion-email:before {
    content: "\f132"
}

.ion-email-unread:before {
    content: "\f3c3"
}

.ion-erlenmeyer-flask:before {
    content: "\f3c5"
}

.ion-erlenmeyer-flask-bubbles:before {
    content: "\f3c4"
}

.ion-eye:before {
    content: "\f133"
}

.ion-eye-disabled:before {
    content: "\f306"
}

.ion-female:before {
    content: "\f278"
}

.ion-filing:before {
    content: "\f134"
}

.ion-film-marker:before {
    content: "\f135"
}

.ion-fireball:before {
    content: "\f319"
}

.ion-flag:before {
    content: "\f279"
}

.ion-flame:before {
    content: "\f31a"
}

.ion-flash:before {
    content: "\f137"
}

.ion-flash-off:before {
    content: "\f136"
}

.ion-folder:before {
    content: "\f139"
}

.ion-fork:before {
    content: "\f27a"
}

.ion-fork-repo:before {
    content: "\f2c0"
}

.ion-forward:before {
    content: "\f13a"
}

.ion-funnel:before {
    content: "\f31b"
}

.ion-gear-a:before {
    content: "\f13d"
}

.ion-gear-b:before {
    content: "\f13e"
}

.ion-grid:before {
    content: "\f13f"
}

.ion-hammer:before {
    content: "\f27b"
}

.ion-happy:before {
    content: "\f31c"
}

.ion-happy-outline:before {
    content: "\f3c6"
}

.ion-headphone:before {
    content: "\f140"
}

.ion-heart:before {
    content: "\f141"
}

.ion-heart-broken:before {
    content: "\f31d"
}

.ion-help:before {
    content: "\f143"
}

.ion-help-buoy:before {
    content: "\f27c"
}

.ion-help-circled:before {
    content: "\f142"
}

.ion-home:before {
    content: "\f144"
}

.ion-icecream:before {
    content: "\f27d"
}

.ion-image:before {
    content: "\f147"
}

.ion-images:before {
    content: "\f148"
}

.ion-information:before {
    content: "\f14a"
}

.ion-information-circled:before {
    content: "\f149"
}

.ion-ionic:before {
    content: "\f14b"
}

.ion-ios-alarm:before {
    content: "\f3c8"
}

.ion-ios-alarm-outline:before {
    content: "\f3c7"
}

.ion-ios-albums:before {
    content: "\f3ca"
}

.ion-ios-albums-outline:before {
    content: "\f3c9"
}

.ion-ios-americanfootball:before {
    content: "\f3cc"
}

.ion-ios-americanfootball-outline:before {
    content: "\f3cb"
}

.ion-ios-analytics:before {
    content: "\f3ce"
}

.ion-ios-analytics-outline:before {
    content: "\f3cd"
}

.ion-ios-arrow-back:before {
    content: "\f3cf"
}

.ion-ios-arrow-down:before {
    content: "\f3d0"
}

.ion-ios-arrow-forward:before {
    content: "\f3d1"
}

.ion-ios-arrow-left:before {
    content: "\f3d2"
}

.ion-ios-arrow-right:before {
    content: "\f3d3"
}

.ion-ios-arrow-thin-down:before {
    content: "\f3d4"
}

.ion-ios-arrow-thin-left:before {
    content: "\f3d5"
}

.ion-ios-arrow-thin-right:before {
    content: "\f3d6"
}

.ion-ios-arrow-thin-up:before {
    content: "\f3d7"
}

.ion-ios-arrow-up:before {
    content: "\f3d8"
}

.ion-ios-at:before {
    content: "\f3da"
}

.ion-ios-at-outline:before {
    content: "\f3d9"
}

.ion-ios-barcode:before {
    content: "\f3dc"
}

.ion-ios-barcode-outline:before {
    content: "\f3db"
}

.ion-ios-baseball:before {
    content: "\f3de"
}

.ion-ios-baseball-outline:before {
    content: "\f3dd"
}

.ion-ios-basketball:before {
    content: "\f3e0"
}

.ion-ios-basketball-outline:before {
    content: "\f3df"
}

.ion-ios-bell:before {
    content: "\f3e2"
}

.ion-ios-bell-outline:before {
    content: "\f3e1"
}

.ion-ios-body:before {
    content: "\f3e4"
}

.ion-ios-body-outline:before {
    content: "\f3e3"
}

.ion-ios-bolt:before {
    content: "\f3e6"
}

.ion-ios-bolt-outline:before {
    content: "\f3e5"
}

.ion-ios-book:before {
    content: "\f3e8"
}

.ion-ios-book-outline:before {
    content: "\f3e7"
}

.ion-ios-bookmarks:before {
    content: "\f3ea"
}

.ion-ios-bookmarks-outline:before {
    content: "\f3e9"
}

.ion-ios-box:before {
    content: "\f3ec"
}

.ion-ios-box-outline:before {
    content: "\f3eb"
}

.ion-ios-briefcase:before {
    content: "\f3ee"
}

.ion-ios-briefcase-outline:before {
    content: "\f3ed"
}

.ion-ios-browsers:before {
    content: "\f3f0"
}

.ion-ios-browsers-outline:before {
    content: "\f3ef"
}

.ion-ios-calculator:before {
    content: "\f3f2"
}

.ion-ios-calculator-outline:before {
    content: "\f3f1"
}

.ion-ios-calendar:before {
    content: "\f3f4"
}

.ion-ios-calendar-outline:before {
    content: "\f3f3"
}

.ion-ios-camera:before {
    content: "\f3f6"
}

.ion-ios-camera-outline:before {
    content: "\f3f5"
}

.ion-ios-cart:before {
    content: "\f3f8"
}

.ion-ios-cart-outline:before {
    content: "\f3f7"
}

.ion-ios-chatboxes:before {
    content: "\f3fa"
}

.ion-ios-chatboxes-outline:before {
    content: "\f3f9"
}

.ion-ios-chatbubble:before {
    content: "\f3fc"
}

.ion-ios-chatbubble-outline:before {
    content: "\f3fb"
}

.ion-ios-checkmark:before {
    content: "\f3ff"
}

.ion-ios-checkmark-empty:before {
    content: "\f3fd"
}

.ion-ios-checkmark-outline:before {
    content: "\f3fe"
}

.ion-ios-circle-filled:before {
    content: "\f400"
}

.ion-ios-circle-outline:before {
    content: "\f401"
}

.ion-ios-clock:before {
    content: "\f403"
}

.ion-ios-clock-outline:before {
    content: "\f402"
}

.ion-ios-close:before {
    content: "\f406"
}

.ion-ios-close-empty:before {
    content: "\f404"
}

.ion-ios-close-outline:before {
    content: "\f405"
}

.ion-ios-cloud:before {
    content: "\f40c"
}

.ion-ios-cloud-download:before {
    content: "\f408"
}

.ion-ios-cloud-download-outline:before {
    content: "\f407"
}

.ion-ios-cloud-outline:before {
    content: "\f409"
}

.ion-ios-cloud-upload:before {
    content: "\f40b"
}

.ion-ios-cloud-upload-outline:before {
    content: "\f40a"
}

.ion-ios-cloudy:before {
    content: "\f410"
}

.ion-ios-cloudy-night:before {
    content: "\f40e"
}

.ion-ios-cloudy-night-outline:before {
    content: "\f40d"
}

.ion-ios-cloudy-outline:before {
    content: "\f40f"
}

.ion-ios-cog:before {
    content: "\f412"
}

.ion-ios-cog-outline:before {
    content: "\f411"
}

.ion-ios-color-filter:before {
    content: "\f414"
}

.ion-ios-color-filter-outline:before {
    content: "\f413"
}

.ion-ios-color-wand:before {
    content: "\f416"
}

.ion-ios-color-wand-outline:before {
    content: "\f415"
}

.ion-ios-compose:before {
    content: "\f418"
}

.ion-ios-compose-outline:before {
    content: "\f417"
}

.ion-ios-contact:before {
    content: "\f41a"
}

.ion-ios-contact-outline:before {
    content: "\f419"
}

.ion-ios-copy:before {
    content: "\f41c"
}

.ion-ios-copy-outline:before {
    content: "\f41b"
}

.ion-ios-crop:before {
    content: "\f41e"
}

.ion-ios-crop-strong:before {
    content: "\f41d"
}

.ion-ios-download:before {
    content: "\f420"
}

.ion-ios-download-outline:before {
    content: "\f41f"
}

.ion-ios-drag:before {
    content: "\f421"
}

.ion-ios-email:before {
    content: "\f423"
}

.ion-ios-email-outline:before {
    content: "\f422"
}

.ion-ios-eye:before {
    content: "\f425"
}

.ion-ios-eye-outline:before {
    content: "\f424"
}

.ion-ios-fastforward:before {
    content: "\f427"
}

.ion-ios-fastforward-outline:before {
    content: "\f426"
}

.ion-ios-filing:before {
    content: "\f429"
}

.ion-ios-filing-outline:before {
    content: "\f428"
}

.ion-ios-film:before {
    content: "\f42b"
}

.ion-ios-film-outline:before {
    content: "\f42a"
}

.ion-ios-flag:before {
    content: "\f42d"
}

.ion-ios-flag-outline:before {
    content: "\f42c"
}

.ion-ios-flame:before {
    content: "\f42f"
}

.ion-ios-flame-outline:before {
    content: "\f42e"
}

.ion-ios-flask:before {
    content: "\f431"
}

.ion-ios-flask-outline:before {
    content: "\f430"
}

.ion-ios-flower:before {
    content: "\f433"
}

.ion-ios-flower-outline:before {
    content: "\f432"
}

.ion-ios-folder:before {
    content: "\f435"
}

.ion-ios-folder-outline:before {
    content: "\f434"
}

.ion-ios-football:before {
    content: "\f437"
}

.ion-ios-football-outline:before {
    content: "\f436"
}

.ion-ios-game-controller-a:before {
    content: "\f439"
}

.ion-ios-game-controller-a-outline:before {
    content: "\f438"
}

.ion-ios-game-controller-b:before {
    content: "\f43b"
}

.ion-ios-game-controller-b-outline:before {
    content: "\f43a"
}

.ion-ios-gear:before {
    content: "\f43d"
}

.ion-ios-gear-outline:before {
    content: "\f43c"
}

.ion-ios-glasses:before {
    content: "\f43f"
}

.ion-ios-glasses-outline:before {
    content: "\f43e"
}

.ion-ios-grid-view:before {
    content: "\f441"
}

.ion-ios-grid-view-outline:before {
    content: "\f440"
}

.ion-ios-heart:before {
    content: "\f443"
}

.ion-ios-heart-outline:before {
    content: "\f442"
}

.ion-ios-help:before {
    content: "\f446"
}

.ion-ios-help-empty:before {
    content: "\f444"
}

.ion-ios-help-outline:before {
    content: "\f445"
}

.ion-ios-home:before {
    content: "\f448"
}

.ion-ios-home-outline:before {
    content: "\f447"
}

.ion-ios-infinite:before {
    content: "\f44a"
}

.ion-ios-infinite-outline:before {
    content: "\f449"
}

.ion-ios-information:before {
    content: "\f44d"
}

.ion-ios-information-empty:before {
    content: "\f44b"
}

.ion-ios-information-outline:before {
    content: "\f44c"
}

.ion-ios-ionic-outline:before {
    content: "\f44e"
}

.ion-ios-keypad:before {
    content: "\f450"
}

.ion-ios-keypad-outline:before {
    content: "\f44f"
}

.ion-ios-lightbulb:before {
    content: "\f452"
}

.ion-ios-lightbulb-outline:before {
    content: "\f451"
}

.ion-ios-list:before {
    content: "\f454"
}

.ion-ios-list-outline:before {
    content: "\f453"
}

.ion-ios-location:before {
    content: "\f456"
}

.ion-ios-location-outline:before {
    content: "\f455"
}

.ion-ios-locked:before {
    content: "\f458"
}

.ion-ios-locked-outline:before {
    content: "\f457"
}

.ion-ios-loop:before {
    content: "\f45a"
}

.ion-ios-loop-strong:before {
    content: "\f459"
}

.ion-ios-medical:before {
    content: "\f45c"
}

.ion-ios-medical-outline:before {
    content: "\f45b"
}

.ion-ios-medkit:before {
    content: "\f45e"
}

.ion-ios-medkit-outline:before {
    content: "\f45d"
}

.ion-ios-mic:before {
    content: "\f461"
}

.ion-ios-mic-off:before {
    content: "\f45f"
}

.ion-ios-mic-outline:before {
    content: "\f460"
}

.ion-ios-minus:before {
    content: "\f464"
}

.ion-ios-minus-empty:before {
    content: "\f462"
}

.ion-ios-minus-outline:before {
    content: "\f463"
}

.ion-ios-monitor:before {
    content: "\f466"
}

.ion-ios-monitor-outline:before {
    content: "\f465"
}

.ion-ios-moon:before {
    content: "\f468"
}

.ion-ios-moon-outline:before {
    content: "\f467"
}

.ion-ios-more:before {
    content: "\f46a"
}

.ion-ios-more-outline:before {
    content: "\f469"
}

.ion-ios-musical-note:before {
    content: "\f46b"
}

.ion-ios-musical-notes:before {
    content: "\f46c"
}

.ion-ios-navigate:before {
    content: "\f46e"
}

.ion-ios-navigate-outline:before {
    content: "\f46d"
}

.ion-ios-nutrition:before {
    content: "\f470"
}

.ion-ios-nutrition-outline:before {
    content: "\f46f"
}

.ion-ios-paper:before {
    content: "\f472"
}

.ion-ios-paper-outline:before {
    content: "\f471"
}

.ion-ios-paperplane:before {
    content: "\f474"
}

.ion-ios-paperplane-outline:before {
    content: "\f473"
}

.ion-ios-partlysunny:before {
    content: "\f476"
}

.ion-ios-partlysunny-outline:before {
    content: "\f475"
}

.ion-ios-pause:before {
    content: "\f478"
}

.ion-ios-pause-outline:before {
    content: "\f477"
}

.ion-ios-paw:before {
    content: "\f47a"
}

.ion-ios-paw-outline:before {
    content: "\f479"
}

.ion-ios-people:before {
    content: "\f47c"
}

.ion-ios-people-outline:before {
    content: "\f47b"
}

.ion-ios-person:before {
    content: "\f47e"
}

.ion-ios-person-outline:before {
    content: "\f47d"
}

.ion-ios-personadd:before {
    content: "\f480"
}

.ion-ios-personadd-outline:before {
    content: "\f47f"
}

.ion-ios-photos:before {
    content: "\f482"
}

.ion-ios-photos-outline:before {
    content: "\f481"
}

.ion-ios-pie:before {
    content: "\f484"
}

.ion-ios-pie-outline:before {
    content: "\f483"
}

.ion-ios-pint:before {
    content: "\f486"
}

.ion-ios-pint-outline:before {
    content: "\f485"
}

.ion-ios-play:before {
    content: "\f488"
}

.ion-ios-play-outline:before {
    content: "\f487"
}

.ion-ios-plus:before {
    content: "\f48b"
}

.ion-ios-plus-empty:before {
    content: "\f489"
}

.ion-ios-plus-outline:before {
    content: "\f48a"
}

.ion-ios-pricetag:before {
    content: "\f48d"
}

.ion-ios-pricetag-outline:before {
    content: "\f48c"
}

.ion-ios-pricetags:before {
    content: "\f48f"
}

.ion-ios-pricetags-outline:before {
    content: "\f48e"
}

.ion-ios-printer:before {
    content: "\f491"
}

.ion-ios-printer-outline:before {
    content: "\f490"
}

.ion-ios-pulse:before {
    content: "\f493"
}

.ion-ios-pulse-strong:before {
    content: "\f492"
}

.ion-ios-rainy:before {
    content: "\f495"
}

.ion-ios-rainy-outline:before {
    content: "\f494"
}

.ion-ios-recording:before {
    content: "\f497"
}

.ion-ios-recording-outline:before {
    content: "\f496"
}

.ion-ios-redo:before {
    content: "\f499"
}

.ion-ios-redo-outline:before {
    content: "\f498"
}

.ion-ios-refresh:before {
    content: "\f49c"
}

.ion-ios-refresh-empty:before {
    content: "\f49a"
}

.ion-ios-refresh-outline:before {
    content: "\f49b"
}

.ion-ios-reload:before {
    content: "\f49d"
}

.ion-ios-reverse-camera:before {
    content: "\f49f"
}

.ion-ios-reverse-camera-outline:before {
    content: "\f49e"
}

.ion-ios-rewind:before {
    content: "\f4a1"
}

.ion-ios-rewind-outline:before {
    content: "\f4a0"
}

.ion-ios-rose:before {
    content: "\f4a3"
}

.ion-ios-rose-outline:before {
    content: "\f4a2"
}

.ion-ios-search:before {
    content: "\f4a5"
}

.ion-ios-search-strong:before {
    content: "\f4a4"
}

.ion-ios-settings:before {
    content: "\f4a7"
}

.ion-ios-settings-strong:before {
    content: "\f4a6"
}

.ion-ios-shuffle:before {
    content: "\f4a9"
}

.ion-ios-shuffle-strong:before {
    content: "\f4a8"
}

.ion-ios-skipbackward:before {
    content: "\f4ab"
}

.ion-ios-skipbackward-outline:before {
    content: "\f4aa"
}

.ion-ios-skipforward:before {
    content: "\f4ad"
}

.ion-ios-skipforward-outline:before {
    content: "\f4ac"
}

.ion-ios-snowy:before {
    content: "\f4ae"
}

.ion-ios-speedometer:before {
    content: "\f4b0"
}

.ion-ios-speedometer-outline:before {
    content: "\f4af"
}

.ion-ios-star:before {
    content: "\f4b3"
}

.ion-ios-star-half:before {
    content: "\f4b1"
}

.ion-ios-star-outline:before {
    content: "\f4b2"
}

.ion-ios-stopwatch:before {
    content: "\f4b5"
}

.ion-ios-stopwatch-outline:before {
    content: "\f4b4"
}

.ion-ios-sunny:before {
    content: "\f4b7"
}

.ion-ios-sunny-outline:before {
    content: "\f4b6"
}

.ion-ios-telephone:before {
    content: "\f4b9"
}

.ion-ios-telephone-outline:before {
    content: "\f4b8"
}

.ion-ios-tennisball:before {
    content: "\f4bb"
}

.ion-ios-tennisball-outline:before {
    content: "\f4ba"
}

.ion-ios-thunderstorm:before {
    content: "\f4bd"
}

.ion-ios-thunderstorm-outline:before {
    content: "\f4bc"
}

.ion-ios-time:before {
    content: "\f4bf"
}

.ion-ios-time-outline:before {
    content: "\f4be"
}

.ion-ios-timer:before {
    content: "\f4c1"
}

.ion-ios-timer-outline:before {
    content: "\f4c0"
}

.ion-ios-toggle:before {
    content: "\f4c3"
}

.ion-ios-toggle-outline:before {
    content: "\f4c2"
}

.ion-ios-trash:before {
    content: "\f4c5"
}

.ion-ios-trash-outline:before {
    content: "\f4c4"
}

.ion-ios-undo:before {
    content: "\f4c7"
}

.ion-ios-undo-outline:before {
    content: "\f4c6"
}

.ion-ios-unlocked:before {
    content: "\f4c9"
}

.ion-ios-unlocked-outline:before {
    content: "\f4c8"
}

.ion-ios-upload:before {
    content: "\f4cb"
}

.ion-ios-upload-outline:before {
    content: "\f4ca"
}

.ion-ios-videocam:before {
    content: "\f4cd"
}

.ion-ios-videocam-outline:before {
    content: "\f4cc"
}

.ion-ios-volume-high:before {
    content: "\f4ce"
}

.ion-ios-volume-low:before {
    content: "\f4cf"
}

.ion-ios-wineglass:before {
    content: "\f4d1"
}

.ion-ios-wineglass-outline:before {
    content: "\f4d0"
}

.ion-ios-world:before {
    content: "\f4d3"
}

.ion-ios-world-outline:before {
    content: "\f4d2"
}

.ion-ipad:before {
    content: "\f1f9"
}

.ion-iphone:before {
    content: "\f1fa"
}

.ion-ipod:before {
    content: "\f1fb"
}

.ion-jet:before {
    content: "\f295"
}

.ion-key:before {
    content: "\f296"
}

.ion-knife:before {
    content: "\f297"
}

.ion-laptop:before {
    content: "\f1fc"
}

.ion-leaf:before {
    content: "\f1fd"
}

.ion-levels:before {
    content: "\f298"
}

.ion-lightbulb:before {
    content: "\f299"
}

.ion-link:before {
    content: "\f1fe"
}

.ion-load-a:before {
    content: "\f29a"
}

.ion-load-b:before {
    content: "\f29b"
}

.ion-load-c:before {
    content: "\f29c"
}

.ion-load-d:before {
    content: "\f29d"
}

.ion-location:before {
    content: "\f1ff"
}

.ion-lock-combination:before {
    content: "\f4d4"
}

.ion-locked:before {
    content: "\f200"
}

.ion-log-in:before {
    content: "\f29e"
}

.ion-log-out:before {
    content: "\f29f"
}

.ion-loop:before {
    content: "\f201"
}

.ion-magnet:before {
    content: "\f2a0"
}

.ion-male:before {
    content: "\f2a1"
}

.ion-man:before {
    content: "\f202"
}

.ion-map:before {
    content: "\f203"
}

.ion-medkit:before {
    content: "\f2a2"
}

.ion-merge:before {
    content: "\f33f"
}

.ion-mic-a:before {
    content: "\f204"
}

.ion-mic-b:before {
    content: "\f205"
}

.ion-mic-c:before {
    content: "\f206"
}

.ion-minus:before {
    content: "\f209"
}

.ion-minus-circled:before {
    content: "\f207"
}

.ion-minus-round:before {
    content: "\f208"
}

.ion-model-s:before {
    content: "\f2c1"
}

.ion-monitor:before {
    content: "\f20a"
}

.ion-more:before {
    content: "\f20b"
}

.ion-mouse:before {
    content: "\f340"
}

.ion-music-note:before {
    content: "\f20c"
}

.ion-navicon:before {
    content: "\f20e"
}

.ion-navicon-round:before {
    content: "\f20d"
}

.ion-navigate:before {
    content: "\f2a3"
}

.ion-network:before {
    content: "\f341"
}

.ion-no-smoking:before {
    content: "\f2c2"
}

.ion-nuclear:before {
    content: "\f2a4"
}

.ion-outlet:before {
    content: "\f342"
}

.ion-paintbrush:before {
    content: "\f4d5"
}

.ion-paintbucket:before {
    content: "\f4d6"
}

.ion-paper-airplane:before {
    content: "\f2c3"
}

.ion-paperclip:before {
    content: "\f20f"
}

.ion-pause:before {
    content: "\f210"
}

.ion-person:before {
    content: "\f213"
}

.ion-person-add:before {
    content: "\f211"
}

.ion-person-stalker:before {
    content: "\f212"
}

.ion-pie-graph:before {
    content: "\f2a5"
}

.ion-pin:before {
    content: "\f2a6"
}

.ion-pinpoint:before {
    content: "\f2a7"
}

.ion-pizza:before {
    content: "\f2a8"
}

.ion-plane:before {
    content: "\f214"
}

.ion-planet:before {
    content: "\f343"
}

.ion-play:before {
    content: "\f215"
}

.ion-playstation:before {
    content: "\f30a"
}

.ion-plus:before {
    content: "\f218"
}

.ion-plus-circled:before {
    content: "\f216"
}

.ion-plus-round:before {
    content: "\f217"
}

.ion-podium:before {
    content: "\f344"
}

.ion-pound:before {
    content: "\f219"
}

.ion-power:before {
    content: "\f2a9"
}

.ion-pricetag:before {
    content: "\f2aa"
}

.ion-pricetags:before {
    content: "\f2ab"
}

.ion-printer:before {
    content: "\f21a"
}

.ion-pull-request:before {
    content: "\f345"
}

.ion-qr-scanner:before {
    content: "\f346"
}

.ion-quote:before {
    content: "\f347"
}

.ion-radio-waves:before {
    content: "\f2ac"
}

.ion-record:before {
    content: "\f21b"
}

.ion-refresh:before {
    content: "\f21c"
}

.ion-reply:before {
    content: "\f21e"
}

.ion-reply-all:before {
    content: "\f21d"
}

.ion-ribbon-a:before {
    content: "\f348"
}

.ion-ribbon-b:before {
    content: "\f349"
}

.ion-sad:before {
    content: "\f34a"
}

.ion-sad-outline:before {
    content: "\f4d7"
}

.ion-scissors:before {
    content: "\f34b"
}

.ion-search:before {
    content: "\f21f"
}

.ion-settings:before {
    content: "\f2ad"
}

.ion-share:before {
    content: "\f220"
}

.ion-shuffle:before {
    content: "\f221"
}

.ion-skip-backward:before {
    content: "\f222"
}

.ion-skip-forward:before {
    content: "\f223"
}

.ion-social-android:before {
    content: "\f225"
}

.ion-social-android-outline:before {
    content: "\f224"
}

.ion-social-angular:before {
    content: "\f4d9"
}

.ion-social-angular-outline:before {
    content: "\f4d8"
}

.ion-social-apple:before {
    content: "\f227"
}

.ion-social-apple-outline:before {
    content: "\f226"
}

.ion-social-bitcoin:before {
    content: "\f2af"
}

.ion-social-bitcoin-outline:before {
    content: "\f2ae"
}

.ion-social-buffer:before {
    content: "\f229"
}

.ion-social-buffer-outline:before {
    content: "\f228"
}

.ion-social-chrome:before {
    content: "\f4db"
}

.ion-social-chrome-outline:before {
    content: "\f4da"
}

.ion-social-codepen:before {
    content: "\f4dd"
}

.ion-social-codepen-outline:before {
    content: "\f4dc"
}

.ion-social-css3:before {
    content: "\f4df"
}

.ion-social-css3-outline:before {
    content: "\f4de"
}

.ion-social-designernews:before {
    content: "\f22b"
}

.ion-social-designernews-outline:before {
    content: "\f22a"
}

.ion-social-dribbble:before {
    content: "\f22d"
}

.ion-social-dribbble-outline:before {
    content: "\f22c"
}

.ion-social-dropbox:before {
    content: "\f22f"
}

.ion-social-dropbox-outline:before {
    content: "\f22e"
}

.ion-social-euro:before {
    content: "\f4e1"
}

.ion-social-euro-outline:before {
    content: "\f4e0"
}

.ion-social-facebook:before {
    content: "\f231"
}

.ion-social-facebook-outline:before {
    content: "\f230"
}

.ion-social-foursquare:before {
    content: "\f34d"
}

.ion-social-foursquare-outline:before {
    content: "\f34c"
}

.ion-social-freebsd-devil:before {
    content: "\f2c4"
}

.ion-social-github:before {
    content: "\f233"
}

.ion-social-github-outline:before {
    content: "\f232"
}

.ion-social-google:before {
    content: "\f34f"
}

.ion-social-google-outline:before {
    content: "\f34e"
}

.ion-social-googleplus:before {
    content: "\f235"
}

.ion-social-googleplus-outline:before {
    content: "\f234"
}

.ion-social-hackernews:before {
    content: "\f237"
}

.ion-social-hackernews-outline:before {
    content: "\f236"
}

.ion-social-html5:before {
    content: "\f4e3"
}

.ion-social-html5-outline:before {
    content: "\f4e2"
}

.ion-social-instagram:before {
    content: "\f351"
}

.ion-social-instagram-outline:before {
    content: "\f350"
}

.ion-social-javascript:before {
    content: "\f4e5"
}

.ion-social-javascript-outline:before {
    content: "\f4e4"
}

.ion-social-linkedin:before {
    content: "\f239"
}

.ion-social-linkedin-outline:before {
    content: "\f238"
}

.ion-social-markdown:before {
    content: "\f4e6"
}

.ion-social-nodejs:before {
    content: "\f4e7"
}

.ion-social-octocat:before {
    content: "\f4e8"
}

.ion-social-pinterest:before {
    content: "\f2b1"
}

.ion-social-pinterest-outline:before {
    content: "\f2b0"
}

.ion-social-python:before {
    content: "\f4e9"
}

.ion-social-reddit:before {
    content: "\f23b"
}

.ion-social-reddit-outline:before {
    content: "\f23a"
}

.ion-social-rss:before {
    content: "\f23d"
}

.ion-social-rss-outline:before {
    content: "\f23c"
}

.ion-social-sass:before {
    content: "\f4ea"
}

.ion-social-skype:before {
    content: "\f23f"
}

.ion-social-skype-outline:before {
    content: "\f23e"
}

.ion-social-snapchat:before {
    content: "\f4ec"
}

.ion-social-snapchat-outline:before {
    content: "\f4eb"
}

.ion-social-tumblr:before {
    content: "\f241"
}

.ion-social-tumblr-outline:before {
    content: "\f240"
}

.ion-social-tux:before {
    content: "\f2c5"
}

.ion-social-twitch:before {
    content: "\f4ee"
}

.ion-social-twitch-outline:before {
    content: "\f4ed"
}

.ion-social-twitter:before {
    content: "\f243"
}

.ion-social-twitter-outline:before {
    content: "\f242"
}

.ion-social-usd:before {
    content: "\f353"
}

.ion-social-usd-outline:before {
    content: "\f352"
}

.ion-social-vimeo:before {
    content: "\f245"
}

.ion-social-vimeo-outline:before {
    content: "\f244"
}

.ion-social-whatsapp:before {
    content: "\f4f0"
}

.ion-social-whatsapp-outline:before {
    content: "\f4ef"
}

.ion-social-windows:before {
    content: "\f247"
}

.ion-social-windows-outline:before {
    content: "\f246"
}

.ion-social-wordpress:before {
    content: "\f249"
}

.ion-social-wordpress-outline:before {
    content: "\f248"
}

.ion-social-yahoo:before {
    content: "\f24b"
}

.ion-social-yahoo-outline:before {
    content: "\f24a"
}

.ion-social-yen:before {
    content: "\f4f2"
}

.ion-social-yen-outline:before {
    content: "\f4f1"
}

.ion-social-youtube:before {
    content: "\f24d"
}

.ion-social-youtube-outline:before {
    content: "\f24c"
}

.ion-soup-can:before {
    content: "\f4f4"
}

.ion-soup-can-outline:before {
    content: "\f4f3"
}

.ion-speakerphone:before {
    content: "\f2b2"
}

.ion-speedometer:before {
    content: "\f2b3"
}

.ion-spoon:before {
    content: "\f2b4"
}

.ion-star:before {
    content: "\f24e"
}

.ion-stats-bars:before {
    content: "\f2b5"
}

.ion-steam:before {
    content: "\f30b"
}

.ion-stop:before {
    content: "\f24f"
}

.ion-thermometer:before {
    content: "\f2b6"
}

.ion-thumbsdown:before {
    content: "\f250"
}

.ion-thumbsup:before {
    content: "\f251"
}

.ion-toggle:before {
    content: "\f355"
}

.ion-toggle-filled:before {
    content: "\f354"
}

.ion-transgender:before {
    content: "\f4f5"
}

.ion-trash-a:before {
    content: "\f252"
}

.ion-trash-b:before {
    content: "\f253"
}

.ion-trophy:before {
    content: "\f356"
}

.ion-tshirt:before {
    content: "\f4f7"
}

.ion-tshirt-outline:before {
    content: "\f4f6"
}

.ion-umbrella:before {
    content: "\f2b7"
}

.ion-university:before {
    content: "\f357"
}

.ion-unlocked:before {
    content: "\f254"
}

.ion-upload:before {
    content: "\f255"
}

.ion-usb:before {
    content: "\f2b8"
}

.ion-videocamera:before {
    content: "\f256"
}

.ion-volume-high:before {
    content: "\f257"
}

.ion-volume-low:before {
    content: "\f258"
}

.ion-volume-medium:before {
    content: "\f259"
}

.ion-volume-mute:before {
    content: "\f25a"
}

.ion-wand:before {
    content: "\f358"
}

.ion-waterdrop:before {
    content: "\f25b"
}

.ion-wifi:before {
    content: "\f25c"
}

.ion-wineglass:before {
    content: "\f2b9"
}

.ion-woman:before {
    content: "\f25d"
}

.ion-wrench:before {
    content: "\f2ba"
}

.ion-xbox:before {
    content: "\f30c"
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.woff2) format('woff2'),url(../fonts/fontello.woff) format('woff'),url(../fonts/fontello.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=" fe-icon-"]:before,[class^=fe-icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fe-icon-soundon:before {
    content: '\efe3'
}

.fe-icon-soundoff:before {
    content: '\efe1'
}

.fe-icon-flag:before {
    content: '\efac'
}

.fe-icon-trash:before {
    content: '\e8f8'
}

.fe-icon-downBig:before {
    content: '\e94a'
}

.fe-icon-rightdir:before {
    content: '\e935'
}

.fe-icon-chartbar:before {
    content: '\e9b6'
}

.fe-icon-qpyl2:before {
    content: '\f361'
}

.fe-icon-money2:before {
    content: '\e9d1'
}

.fe-icon-szcp3l:before {
    content: '\f3a2'
}

.fe-icon-szcp3s:before {
    content: '\f3a3'
}

.fe-icon-link2:before {
    content: '\eab7'
}

.fe-icon-adduser:before {
    content: '\eaa1'
}

.fe-icon-star2:before {
    content: '\e896'
}

.fe-icon-return2:before {
    content: '\ee51'
}

.fe-icon-exchange:before {
    content: '\ed48'
}

.fe-icon-success2:before {
    content: '\ee1b'
}

.fe-icon-success:before {
    content: '\f0bd'
}

.fe-icon-warning2:before {
    content: '\ee37'
}

.fe-icon-error:before {
    content: '\f0bf'
}

.fe-icon-alipay:before {
    content: '\f106'
}

.fe-icon-qrcode:before {
    content: '\f038'
}

.fe-icon-more4:before {
    content: '\e93b'
}

.fe-icon-spin2:before {
    content: '\e884'
}

.fe-icon-spin:before {
    content: '\ee8a'
}

.fe-icon-search:before {
    content: '\e890'
}

.fe-icon-more3:before {
    content: '\f0e2'
}

.fe-icon-loginpassw:before {
    content: '\f36f'
}

.fe-icon-loginuser:before {
    content: '\f37f'
}

.fe-icon-reset:before {
    content: '\eb24'
}

.fe-icon-reply:before {
    content: '\eac5'
}

.fe-icon-calendar:before {
    content: '\f098'
}

.fe-icon-oOo:before {
    content: '\e873'
}

.fe-icon-cancel2:before {
    content: '\ebd6'
}

.fe-icon-cancel:before {
    content: '\eaa8'
}

.fe-icon-task:before {
    content: '\eb3b'
}

.fe-icon-forward:before {
    content: '\eac7'
}

.fe-icon-random:before {
    content: '\ec63'
}

.fe-icon-minus:before {
    content: '\f0c1'
}

.fe-icon-plus:before {
    content: '\f0c0'
}

.fe-icon-add:before {
    content: '\eaab'
}

.fe-icon-cart:before {
    content: '\eda6'
}

.fe-icon-setting:before {
    content: '\efd6'
}

.fe-icon-tip:before {
    content: '\efe9'
}

.fe-icon-exmp:before {
    content: '\ef9b'
}

.fe-icon-dx3:before {
    content: '\eb54'
}

.fe-icon-ropen:before {
    content: '\eb12'
}

.fe-icon-dside:before {
    content: '\eaed'
}

.fe-icon-flash:before {
    content: '\f1d4'
}

.fe-icon-popup:before {
    content: '\eb00'
}

.fe-icon-rtriangle:before {
    content: '\eb2c'
}

.fe-icon-return:before {
    content: '\ee4d'
}

.fe-icon-unfullscreen:before {
    content: '\ed39'
}

.fe-icon-fullscreen:before {
    content: '\ed37'
}

.fe-icon-cdot0:before {
    content: '\e9ae'
}

.fe-icon-cdot1:before {
    content: '\e9ad'
}

.fe-icon-more2:before {
    content: '\eb12'
}

.fe-icon-szcp2:before {
    content: '\f364'
}

.fe-icon-zrsx2:before {
    content: '\f396'
}

.fe-icon-laba2:before {
    content: '\f379'
}

.fe-icon-chat2:before {
    content: '\f0ce'
}

.fe-icon-menu:before {
    content: '\ee16'
}

.fe-icon-users2:before {
    content: '\ee11'
}

.fe-icon-user2:before {
    content: '\ee0f'
}

.fe-icon-logout2:before {
    content: '\ee44'
}

.fe-icon-home2:before {
    content: '\ebe2'
}

.fe-icon-help2:before {
    content: '\ef9a'
}

.fe-icon-annou:before {
    content: '\ee36'
}

.fe-icon-list:before {
    content: '\ee19'
}

.fe-icon-activ:before {
    content: '\e8cd'
}

.fe-icon-chart:before {
    content: '\eca6'
}

.fe-icon-cardb:before {
    content: '\e9bb'
}

.fe-icon-mail:before {
    content: '\e892'
}

.fe-icon-usertx:before {
    content: '\ecea'
}

.fe-icon-loading:before {
    content: '\e883'
}

.fe-icon-option:before {
    content: '\ed29'
}

.fe-icon-happy:before {
    content: '\e86e'
}

.fe-icon-boss:before {
    content: '\e876'
}

.fe-icon-sleep:before {
    content: '\e870'
}

.fe-icon-tongue:before {
    content: '\e874'
}

.fe-icon-unhappy:before {
    content: '\e86f'
}

.fe-icon-ok:before {
    content: '\e8aa'
}

.fe-icon-wait:before {
    content: '\eaf8'
}

.fe-icon-stop:before {
    content: '\ee60'
}

.fe-icon-Shield:before {
    content: '\f218'
}

.fe-icon-windows:before {
    content: '\ea8a'
}

.fe-icon-date:before {
    content: '\e919'
}

.fe-icon-dlist:before {
    content: '\ef8d'
}

.fe-icon-dimg:before {
    content: '\ef8b'
}

.fe-icon-circle:before {
    content: '\e9ae'
}

.fe-icon-warning:before {
    content: '\ec0f'
}

.fe-icon-star:before {
    content: '\e897'
}

.fe-icon-link:before {
    content: '\e8c0'
}

.fe-icon-users:before {
    content: '\e89d'
}

.fe-icon-game:before {
    content: '\e8e8'
}

.fe-icon-dddx3:before {
    content: '\ebca'
}

.fe-icon-stflow:before {
    content: '\f078'
}

.fe-icon-more:before {
    content: '\e8b2'
}

.fe-icon-weibo:before {
    content: '\ea89'
}

.fe-icon-tencent:before {
    content: '\f351'
}

.fe-icon-wechat:before {
    content: '\ea88'
}

.fe-icon-qq:before {
    content: '\ea6a'
}

.fe-icon-2aright:before {
    content: '\e943'
}

.fe-icon-aright:before {
    content: '\e94c'
}

.fe-icon-laptop:before {
    content: '\e973'
}

.fe-icon-shiled:before {
    content: '\e9ff'
}

.fe-icon-thumbs:before {
    content: '\e8d0'
}

.fe-icon-download:before {
    content: '\efb1'
}

.fe-icon-desktop:before {
    content: '\e972'
}

.fe-icon-android:before {
    content: '\ea31'
}

.fe-icon-apple:before {
    content: '\ea33'
}

.fe-icon-bank:before {
    content: '\eaac'
}

.fe-icon-card:before {
    content: '\eeb0'
}

.fe-icon-help:before {
    content: '\ee20'
}

.fe-icon-laba:before {
    content: '\e921'
}

.fe-icon-user:before {
    content: '\e89a'
}

.fe-icon-weix:before {
    content: '\ea88'
}

.fe-icon-pasw:before {
    content: '\efa2'
}

.fe-icon-rbar:before {
    content: '\ec51'
}

.fe-icon-cser:before {
    content: '\e922'
}

.fe-icon-chat:before {
    content: '\f090'
}

.fe-icon-phone:before {
    content: '\eb41'
}

.fe-icon-compc:before {
    content: '\e972'
}

.fe-icon-chose:before {
    content: '\e9ab'
}

.fe-icon-nocho:before {
    content: '\e9ac'
}

.fe-icon-xinxi:before {
    content: '\e891'
}

.fe-icon-money:before {
    content: '\e9d6'
}

.fe-icon-refresh:before {
    content: '\eb24'
}

.fe-icon-refresh2:before {
    content: '\eb26'
}

.fe-icon-show:before {
    content: '\e8c7'
}

.fe-icon-hide:before {
    content: '\e8c8'
}

.fe-icon-chongz:before {
    content: '\edd0'
}

.fe-icon-tixian:before {
    content: '\ecac'
}

.fe-icon-change:before {
    content: '\ed49'
}

.fe-icon-logout:before {
    content: '\e91c'
}

.fe-icon-szcp:before {
    content: '\f399'
}

.fe-icon-zrcp:before {
    content: '\f39a'
}

.fe-icon-qpyl:before {
    content: '\f39b'
}

.fe-icon-dzyy:before {
    content: '\f39c'
}

.fe-icon-zrsx:before {
    content: '\f39d'
}

.fe-icon-tyss:before {
    content: '\f39e'
}

.fe-icon-dzjj:before {
    content: '\f39f'
}

.fe-icon-zbhd:before {
    content: '\f3a0'
}

.fe-icon-ksdh:before {
    content: '\e911'
}

.fe-icon-hot:before {
    content: '\ee7a'
}

.fe-icon-dot:before {
    content: '\e805'
}

.fe-icon-grzx:before {
    content: '\ea9f'
}

.fe-icon-cwzx:before {
    content: '\f38b'
}

.fe-icon-xtzx:before {
    content: '\efd6'
}

.fe-icon-hdzx:before {
    content: '\e8cc'
}

.fe-icon-kfzx:before {
    content: '\ed32'
}

.fe-icon-ggzx:before {
    content: '\edad'
}

.fe-icon-xxzx:before {
    content: '\e8ea'
}

.fe-icon-bzzx:before {
    content: '\ed9d'
}

.fe-icon-xzzx:before {
    content: '\ee2b'
}

.fe-icon-zxdl:before {
    content: '\ec9e'
}

.fe-icon-tdzx:before {
    content: '\eaa0'
}

.fe-icon-dljl:before {
    content: '\ec1c'
}

.fe-icon-home:before {
    content: '\e8bd'
}

.fe-icon-trend:before {
    content: '\e9b9'
}

.fe-icon-field:before {
    content: '\e96b'
}

.fe-icon-num72:before {
    content: '\e811'
}

.fe-icon-num73:before {
    content: '\e812'
}

.fe-icon-num74:before {
    content: '\e813'
}

.fe-icon-num75:before {
    content: '\e814'
}

.fe-icon-num76:before {
    content: '\e815'
}

.fe-icon-num77:before {
    content: '\e816'
}

.fe-icon-num78:before {
    content: '\e817'
}

.fe-icon-num79:before {
    content: '\e818'
}

.fe-icon-num80:before {
    content: '\e819'
}

.fe-icon-num00:before {
    content: '\e81a'
}

.fe-icon-num01:before {
    content: '\e81b'
}

.fe-icon-num02:before {
    content: '\e81c'
}

.fe-icon-num03:before {
    content: '\e81d'
}

.fe-icon-num04:before {
    content: '\e81e'
}

.fe-icon-num05:before {
    content: '\e81f'
}

.fe-icon-num11:before {
    content: '\e820'
}

.fe-icon-num12:before {
    content: '\e821'
}

.fe-icon-num13:before {
    content: '\e822'
}

.fe-icon-num14:before {
    content: '\e823'
}

.fe-icon-num15:before {
    content: '\e824'
}

.fe-icon-num16:before {
    content: '\e825'
}

.fe-icon-num17:before {
    content: '\e826'
}

.fe-icon-num18:before {
    content: '\e827'
}

.fe-icon-num19:before {
    content: '\e828'
}

.fe-icon-num20:before {
    content: '\e829'
}

.fe-icon-num21:before {
    content: '\e82a'
}

.fe-icon-num22:before {
    content: '\e82b'
}

.fe-icon-num23:before {
    content: '\e82c'
}

.fe-icon-num24:before {
    content: '\e82d'
}

.fe-icon-num25:before {
    content: '\e82e'
}

.fe-icon-num31:before {
    content: '\e82f'
}

.fe-icon-num32:before {
    content: '\e830'
}

.fe-icon-num33:before {
    content: '\e831'
}

.fe-icon-num34:before {
    content: '\e832'
}

.fe-icon-num35:before {
    content: '\e833'
}

.fe-icon-num36:before {
    content: '\e834'
}

.fe-icon-num37:before {
    content: '\e835'
}

.fe-icon-num38:before {
    content: '\e836'
}

.fe-icon-num39:before {
    content: '\e837'
}

.fe-icon-num40:before {
    content: '\e838'
}

.fe-icon-num41:before {
    content: '\e839'
}

.fe-icon-num42:before {
    content: '\e83a'
}

.fe-icon-num43:before {
    content: '\e83b'
}

.fe-icon-num44:before {
    content: '\e83c'
}

.fe-icon-num45:before {
    content: '\e83d'
}

.fe-icon-num51:before {
    content: '\e83e'
}

.fe-icon-num52:before {
    content: '\e83f'
}

.fe-icon-num53:before {
    content: '\e840'
}

.fe-icon-num54:before {
    content: '\e841'
}

.fe-icon-num55:before {
    content: '\e842'
}

.fe-icon-num56:before {
    content: '\e843'
}

.fe-icon-num57:before {
    content: '\e844'
}

.fe-icon-num58:before {
    content: '\e845'
}

.fe-icon-num59:before {
    content: '\e846'
}

.fe-icon-num60:before {
    content: '\e847'
}

.fe-icon-num61:before {
    content: '\e848'
}

.fe-icon-num62:before {
    content: '\e849'
}

.fe-icon-num63:before {
    content: '\e84a'
}

.fe-icon-num3:before {
    content: '\e84b'
}

.fe-icon-num4:before {
    content: '\e84c'
}

.fe-icon-num0:before {
    content: '\e84d'
}

.fe-icon-num1:before {
    content: '\e84e'
}

.fe-icon-num2:before {
    content: '\e84f'
}

.fe-icon-num67:before {
    content: '\e850'
}

.fe-icon-num68:before {
    content: '\e851'
}

.fe-icon-num69:before {
    content: '\e852'
}

.fe-icon-num70:before {
    content: '\e853'
}

.fe-icon-num71:before {
    content: '\e854'
}

.fe-icon-num06:before {
    content: '\e855'
}

.fe-icon-num07:before {
    content: '\e856'
}

.fe-icon-num08:before {
    content: '\e857'
}

.fe-icon-num09:before {
    content: '\e858'
}

.fe-icon-num10:before {
    content: '\e859'
}

.fe-icon-num26:before {
    content: '\e85a'
}

.fe-icon-num27:before {
    content: '\e85b'
}

.fe-icon-num28:before {
    content: '\e85c'
}

.fe-icon-num29:before {
    content: '\e85d'
}

.fe-icon-num30:before {
    content: '\e85e'
}

.fe-icon-num46:before {
    content: '\e85f'
}

.fe-icon-num47:before {
    content: '\e860'
}

.fe-icon-num48:before {
    content: '\e861'
}

.fe-icon-num49:before {
    content: '\e862'
}

.fe-icon-num50:before {
    content: '\e863'
}

.fe-icon-num5:before {
    content: '\e864'
}

.fe-icon-num6:before {
    content: '\e865'
}

.fe-icon-num7:before {
    content: '\e866'
}

.fe-icon-num8:before {
    content: '\e867'
}

.fe-icon-num9:before {
    content: '\e868'
}

.fe-icon-num64:before {
    content: '\e869'
}

.fe-icon-num65:before {
    content: '\e86a'
}

.fe-icon-num66:before {
    content: '\e86b'
}

.fe-icon-uniF106:before {
    content: '\f37c'
}

.fe-icon-volume-down:before {
    content: '\e920'
}

.fe-icon-picture-2:before {
    content: '\ebc6'
}

.fe-icon-chrome:before {
    content: '\e887'
}

.fe-icon-edit:before {
    content: '\e8e4'
}

.fe-icon-arrow-down:before {
    content: '\ee4c'
}

.fe-icon-minus:before {
    content: '\eaae'
}

/*!
 * Copyright 2013-2017 ASIAL CORPORATION
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 */
/*!
 * Copyright 2012 Adobe Systems Inc.;
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 */
html {
    height: 100%;
    width: 100%
}

body {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    touch-action: manipulation
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

input,select,textarea {
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -moz-user-select: text;
    -webkit-touch-callout: none
}

a,button,input,select,textarea {
    touch-action: manipulation
}

input:active,input:focus,select:active,select:focus,textarea:active,textarea:focus {
    outline: 0
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4,h5,h6 {
    font-size: 18px
}

.page {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: visible;
    overflow-y: hidden;
    color: #777;
    -ms-overflow-style: none;
    -webkit-font-smoothing: antialiased
}

.page::-webkit-scrollbar {
    display: none
}

.page__content {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box
}

.page__background {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box
}

.page--material {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    background-color: #fff;
    background-color: rgba(255,255,255,1)
}

.page--material__content {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-weight: 400
}

.page__content h1,.page__content h2,.page__content h3,.page__content h4,.page__content h5 {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-weight: 500;
    margin: .6em 0;
    padding: 0
}

.page__content h1 {
    font-size: 28px
}

.page__content h2 {
    font-size: 24px
}

.page__content h3 {
    font-size: 20px
}

.page--material__content h1,.page--material__content h2,.page--material__content h3,.page--material__content h4,.page--material__content h5 {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-weight: 500;
    margin: .6em 0;
    padding: 0
}

.page--material__content h1 {
    font-size: 28px
}

.page--material__content h2 {
    font-size: 24px
}

.page--material__content h3 {
    font-size: 20px
}

.page--material__background {
    background-color: #fff;
    background-color: rgba(255,255,255,1)
}

.switch {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background-clip: padding-box;
    position: relative;
    min-width: 51px;
    font-size: 17px;
    padding: 0 20px;
    border: none;
    overflow: visible;
    width: 51px;
    height: 32px;
    z-index: 0;
    text-align: left
}

.switch__input {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    z-index: 1;
    vertical-align: top;
    outline: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 0
}

.switch__toggle {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    box-shadow: inset 0 0 0 2px transparent
}

.switch__handle {
    box-sizing: border-box;
    background-clip: padding-box;
    position: absolute;
    content: '';
    border-radius: 28px;
    height: 28px;
    width: 28px;
    background-color: #fff;
    left: 1px;
    top: 2px;
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(.59,.01,.5,.99);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.25),0 3px 2px rgba(0,0,0,.25)
}

.switch--active__handle {
    transition: none
}

:checked+.switch__toggle {
    box-shadow: inset 0 0 0 2px #0c6a9b;
    background-color: #0c6a9b
}

:checked+.switch__toggle>.switch__handle {
    left: 21px;
    box-shadow: 0 3px 2px rgba(0,0,0,.25)
}

:disabled+.switch__toggle {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.switch__touch {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -10px;
    right: -10px
}

.switch--material {
    width: 36px;
    height: 24px;
    padding: 0 10px;
    min-width: 36px
}

.switch--material__toggle {
    background-color: #b0afaf;
    margin-top: 5px;
    height: 14px;
    box-shadow: none
}

.switch--material__input {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    z-index: 1;
    vertical-align: top;
    outline: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 0
}

.switch--material__handle {
    background-color: #f1f1f1;
    left: 0;
    margin-top: -5px;
    width: 20px;
    height: 20px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.4)
}

:checked+.switch--material__toggle {
    background-color: #f4586e;
    box-shadow: none
}

:checked+.switch--material__toggle>.switch--material__handle {
    left: 16px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2)
}

:disabled+.switch--material__toggle {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.switch--material__handle:before {
    background: 0 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,.12);
    transition: box-shadow .1s linear
}

.switch--material__toggle>.switch--active__handle:before {
    box-shadow: 0 0 0 14px rgba(0,0,0,.12)
}

:checked+.switch--material__toggle>.switch--active__handle:before {
    box-shadow: 0 0 0 14px rgba(255,255,255,.2)
}

.switch--material__touch {
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -15px;
    right: -15px
}

.range {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(#ddd,#ddd);
    background-position: left center;
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-color: transparent
}

.range__input {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    vertical-align: top;
    outline: 0;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(#ccc,#ccc);
    background-position: left center;
    background-size: 0 2px;
    background-repeat: no-repeat;
    height: 30px;
    position: relative;
    z-index: 1;
    width: 100%
}

.range__input::-moz-range-track {
    position: relative;
    border: none;
    background: 0 0;
    box-shadow: none;
    top: 0;
    margin: 0;
    padding: 0
}

.range__input::-ms-track {
    position: relative;
    border: none;
    background-color: #ddd;
    height: 0;
    border-radius: 50%
}

.range__input::-webkit-slider-thumb {
    cursor: pointer;
    position: relative;
    height: 28px;
    width: 28px;
    background-color: #f4586e;
    border: none;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.25),0 3px 2px rgba(0,0,0,.25);
    border-radius: 50%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    top: 0;
    z-index: 1
}

.range__input::-moz-range-thumb {
    cursor: pointer;
    position: relative;
    height: 28px;
    width: 28px;
    background-color: #f4586e;
    border: none;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.25),0 3px 2px rgba(0,0,0,.25);
    border-radius: 50%;
    margin: 0;
    padding: 0
}

.range__input::-ms-thumb {
    cursor: pointer;
    position: relative;
    height: 28px;
    width: 28px;
    background-color: #f4586e;
    border: none;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.25),0 3px 2px rgba(0,0,0,.25);
    border-radius: 50%;
    margin: 0;
    padding: 0;
    top: 0
}

.range__input::-ms-fill-lower {
    height: 2px;
    background-color: #ccc
}

.range__input::-ms-tooltip {
    display: none
}

.range__input:disabled {
    opacity: 1;
    pointer-events: none
}

.range__focus-ring {
    pointer-events: none;
    top: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    vertical-align: top;
    outline: 0;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    height: 30px;
    position: absolute;
    z-index: 0;
    width: 100%
}

.range--disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none;
    pointer-events: none
}

.range--material {
    position: relative;
    background-image: linear-gradient(#ddd,#ddd)
}

.range--material__input {
    background-image: linear-gradient(#f4586e,#da3e54);
    background-position: center left;
    background-size: 0 2px
}

.range--material__focus-ring {
    display: block
}

.range--material__focus-ring::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: none;
    box-shadow: 0 0 0 9px #f4586e;
    background-color: #f4586e;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .25s ease-out,-webkit-transform .25s ease-out;
    transition: opacity .25s ease-out,transform .25s ease-out;
    transition: opacity .25s ease-out,transform .25s ease-out,-webkit-transform .25s ease-out
}

.range--material__input.range__input--active+.range--material__focus-ring::-webkit-slider-thumb {
    opacity: .2;
    -webkit-transform: scale(1.5,1.5,1.5);
    transform: scale(1.5,1.5,1.5)
}

.range--material__input::-webkit-slider-thumb {
    position: relative;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    width: 14px;
    height: 32px;
    border-radius: 0;
    box-shadow: none;
    background-image: radial-gradient(circle farthest-corner,#f4586e 0,#da3e54 6.6px,transparent 7px);
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear;
    overflow: visible
}

.range--material__input[_zero]::-webkit-slider-thumb {
    background-image: radial-gradient(circle farthest-corner,#ddd 0,#ddd 4px,#ddd 4px,#ddd 6.4px,transparent 7px)
}

.range--material__input[_zero]+.range--material__focus-ring::-webkit-slider-thumb {
    box-shadow: 0 0 0 9px #ddd
}

.range--material__input::-moz-range-track {
    background: 0 0
}

.range--material__input::-moz-range-thumb,.range--material__input:focus::-moz-range-thumb {
    box-sizing: border-box;
    border: none;
    width: 14px;
    height: 32px;
    border-radius: 0;
    background-color: transparent;
    background-image: -moz-radial-gradient(circle farthest-corner,#f4586e 0,#da3e54 6.6px,transparent 7px);
    box-shadow: none
}

.range--material__input.range__input--active::-webkit-slider-thumb,.range--material__input:active::-webkit-slider-thumb {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear
}

.range--disabled.range--material {
    opacity: 1
}

.range--disabled>.range--material__input {
    background-image: none
}

.range--material__input:disabled::-webkit-slider-thumb {
    background-image: radial-gradient(circle farthest-corner,rgba(139,139,139,1) 0,rgba(139,139,139,1) 4px,rgba(0,0,0,0) 4.4px,rgba(0,0,0,0) 7.6px,transparent 7.6px);
    transition: none
}

.range--material__input:disabled::-moz-range-thumb {
    background-image: -moz-radial-gradient(circle farthest-corner,rgba(139,139,139,1) 0,rgba(139,139,139,1) 4px,rgba(0,0,0,0) 4.4px,rgba(0,0,0,0) 7.6px,transparent 7.6px);
    transition: none
}

.notification {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font: inherit;
    border: none;
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    margin: 0;
    padding: 0 4px;
    width: auto;
    height: 19px;
    border-radius: 19px;
    background-color: #f4586e;
    color: #fff;
    text-align: center;
    font-size: 16px;
    min-width: 19px;
    line-height: 19px;
    font-weight: 400
}

.notification:empty {
    display: none
}

.notification--material {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    background-color: #f4586e;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.toolbar {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    box-sizing: border-box;
    background-clip: padding-box;
    white-space: nowrap;
    overflow: hidden;
    word-spacing: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 44px;
    padding-left: 0;
    padding-right: 0;
    background: #f4586e;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    width: 100%;
    white-space: nowrap;
    border-bottom: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(0deg,#eaeaea,#eaeaea 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .toolbar {
        background-image:linear-gradient(0deg,#eaeaea,#eaeaea 50%,transparent 50%)
    }
}

.toolbar__bg {
    background: #f4586e
}

.toolbar__item {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    height: 44px;
    overflow: visible;
    display: block;
    vertical-align: middle
}

.toolbar__left {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    max-width: 50%;
    width: 27%;
    text-align: left;
    line-height: 44px
}

.toolbar__right {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    max-width: 50%;
    width: 27%;
    text-align: right;
    line-height: 44px
}

.toolbar__center {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    width: 46%;
    text-align: center;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    color: #fff
}

.toolbar__title {
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    overflow: visible
}

.toolbar__center:first-child:last-child {
    width: 100%
}

.bottom-bar {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    box-sizing: border-box;
    background-clip: padding-box;
    white-space: nowrap;
    overflow: hidden;
    word-spacing: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
    display: block;
    height: 44px;
    padding-left: 0;
    padding-right: 0;
    background: #f4586e;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border-bottom: none;
    border-top: 1px solid #eaeaea;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-top: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: top;
    background-image: linear-gradient(180deg,#eaeaea,#eaeaea 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .bottom-bar {
        background-image:linear-gradient(180deg,#eaeaea,#eaeaea 50%,transparent 50%)
    }
}

.bottom-bar__line-height {
    line-height: 44px;
    padding-bottom: 0;
    padding-top: 0
}

.bottom-bar--aligned {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 44px
}

.bottom-bar--transparent {
    background-color: transparent;
    background-image: none;
    border: none
}

.toolbar--material {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 56px;
    border-bottom: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
    padding: 0;
    background-color: #f4586e;
    background-size: 0
}

.toolbar--noshadow {
    box-shadow: none;
    background-image: none;
    border-bottom: none
}

.toolbar--material__left,.toolbar--material__right {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    height: 56px;
    min-width: 72px;
    width: auto;
    line-height: 56px
}

.toolbar--material__center {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    height: 56px;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 56px
}

.toolbar--material__center:first-child {
    margin-left: 16px
}

.toolbar--material__center:last-child {
    margin-right: 16px
}

.toolbar--material__left:empty,.toolbar--material__right:empty {
    min-width: 16px
}

.toolbar--transparent {
    background-color: transparent;
    box-shadow: none;
    background-image: none;
    border-bottom: none
}

.button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    text-decoration: none;
    padding: 4px 10px;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    vertical-align: middle;
    background-color: #f4586e;
    border: 0 solid currentColor;
    border-radius: 3px;
    transition: none
}

.button::-moz-focus-inner {
    outline: 0
}

.button:hover {
    transition: none
}

.button:active {
    background-color: #f4586e;
    transition: none;
    opacity: .2
}

.button:focus {
    outline: 0
}

.button:disabled,.button[disabled] {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.button--outline {
    background-color: transparent;
    border: 1px solid #f4586e;
    color: #f4586e
}

.button--outline:active {
    background-color: #f0b3b3;
    border: 1px solid #f4586e;
    color: #f4586e;
    opacity: 1
}

.button--outline:hover {
    border: 1px solid #f4586e;
    transition: 0
}

.button--light {
    background-color: transparent;
    color: #000;
    color: rgba(0,0,0,.4);
    border: 1px solid #000;
    border: 1px solid rgba(0,0,0,.2)
}

.button--light:active {
    background-color: #000;
    background-color: rgba(0,0,0,.05);
    color: #000;
    color: rgba(0,0,0,.4);
    border: 1px solid #000;
    border: 1px solid rgba(0,0,0,.2);
    opacity: 1
}

.button--quiet {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    text-decoration: none;
    padding: 4px 10px;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    vertical-align: middle;
    background-color: #f4586e;
    border: 0 solid currentColor;
    border-radius: 3px;
    transition: none;
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    background: 0 0;
    color: #f4586e;
    border: none
}

.button--quiet:disabled,.button--quiet[disabled] {
    opacity: .3;
    cursor: default;
    pointer-events: none;
    border: none
}

.button--quiet:hover {
    transition: none
}

.button--quiet:focus {
    outline: 0
}

.button--quiet:active {
    background-color: transparent;
    border: none;
    transition: none;
    opacity: .2;
    color: #f4586e
}

.button--cta {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    text-decoration: none;
    padding: 4px 10px;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    vertical-align: middle;
    background-color: #f4586e;
    border: 0 solid currentColor;
    border-radius: 3px;
    transition: none;
    border: none;
    background-color: #f56c6c;
    color: #fff
}

.button--cta:hover {
    transition: none
}

.button--cta:focus {
    outline: 0
}

.button--cta:active {
    color: #fff;
    background-color: #f56c6c;
    transition: none;
    opacity: .2
}

.button--cta:disabled,.button--cta[disabled] {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.button--large {
    font-size: 17px;
    font-weight: 500;
    line-height: 36px;
    padding: 4px 12px;
    display: block;
    width: 100%;
    text-align: center
}

.button--large:active {
    background-color: #f4586e;
    transition: none;
    opacity: .2;
    transition: none
}

.button--large:disabled,.button--large[disabled] {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.button--large:hover {
    transition: none
}

.button--large:focus {
    outline: 0
}

.button--large--quiet {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    text-decoration: none;
    padding: 4px 10px;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    vertical-align: middle;
    background-color: #f4586e;
    border: 0 solid currentColor;
    border-radius: 3px;
    transition: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 36px;
    padding: 4px 12px;
    display: block;
    width: 100%;
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    color: #f4586e;
    text-align: center
}

.button--large--quiet:active {
    transition: none;
    opacity: .2;
    color: #f4586e;
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none
}

.button--large--quiet:disabled,.button--large--quiet[disabled] {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.button--large--quiet:hover {
    transition: none
}

.button--large--quiet:focus {
    outline: 0
}

.button--large--cta {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    text-decoration: none;
    padding: 4px 10px;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    vertical-align: middle;
    background-color: #f4586e;
    border: 0 solid currentColor;
    border-radius: 3px;
    transition: none;
    border: none;
    background-color: #f56c6c;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 36px;
    padding: 4px 12px;
    width: 100%;
    text-align: center;
    display: block
}

.button--large--cta:hover {
    transition: none
}

.button--large--cta:focus {
    outline: 0
}

.button--large--cta:active {
    color: #fff;
    background-color: #f56c6c;
    transition: none;
    opacity: .2
}

.button--large--cta:disabled,.button--large--cta[disabled] {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.button--material {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    text-decoration: none;
    padding: 4px 10px;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    vertical-align: middle;
    background-color: #f4586e;
    border: 0 solid currentColor;
    border-radius: 3px;
    transition: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    min-height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-align: center;
    font-size: 14px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    text-transform: uppercase;
    background-color: #f4586e;
    color: #fff;
    font-weight: 500;
    transition: background-color .25s linear;
    opacity: 1;
    transition: all .25s linear
}

.button--material:hover {
    transition: all .25s linear
}

.button--material:active {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.4);
    background-color: #f4586e;
    opacity: .9;
    transition: all .25s linear
}

.button--material:focus {
    outline: 0
}

.button--material:disabled,.button--material[disabled] {
    transition: none;
    box-shadow: none;
    background-color: #4f4f4f;
    background-color: rgba(79,79,79,.26);
    color: #000;
    color: rgba(0,0,0,.26);
    opacity: 1
}

.button--material--flat {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    text-decoration: none;
    padding: 4px 10px;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    vertical-align: middle;
    background-color: #f4586e;
    border: 0 solid currentColor;
    border-radius: 3px;
    transition: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    min-height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-align: center;
    font-size: 14px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    text-transform: uppercase;
    background-color: #f4586e;
    color: #fff;
    font-weight: 500;
    transition: background-color .25s linear;
    box-shadow: none;
    background-color: transparent;
    color: #f4586e;
    transition: all .25s linear
}

.button--material--flat:hover {
    transition: all .25s linear
}

.button--material--flat:focus {
    box-shadow: none;
    background-color: transparent;
    color: #f4586e;
    outline: 0;
    opacity: 1;
    border: none
}

.button--material--flat:active {
    box-shadow: none;
    outline: 0;
    opacity: 1;
    border: none;
    background-color: #999;
    background-color: rgba(153,153,153,.2);
    color: #f4586e;
    transition: all .25s linear
}

.button--material--flat:disabled,.button--material--flat[disabled] {
    transition: none;
    opacity: 1;
    box-shadow: none;
    background-color: transparent;
    color: #000;
    color: rgba(0,0,0,.26)
}

.button-bar {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    border: none
}

.button-bar__item {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    border-radius: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box
}

.button-bar__button {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    border-radius: 0;
    background-color: transparent;
    color: #f4586e;
    border: 1px solid #f4586e;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 0;
    font-weight: 400;
    padding: 0;
    font-size: 13px;
    height: 27px;
    line-height: 27px;
    width: 100%;
    transition: background-color .2s linear,color .2s linear;
    box-sizing: border-box
}

.button-bar__button:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.button-bar__button:hover {
    transition: none
}

.button-bar__button:focus {
    outline: 0
}

:checked+.button-bar__button {
    background-color: #f4586e;
    color: #fff;
    transition: none
}

.button-bar__button:active,:active+.button-bar__button {
    background-color: #fff;
    background-color: rgba(255,255,255,0);
    border: 0 solid #f4586e;
    border-top: 1px solid #f4586e;
    border-bottom: 1px solid #f4586e;
    border-right: 1px solid #f4586e;
    font-size: 13px;
    width: 100%;
    transition: none
}

.button-bar__item:first-child>.button-bar__button {
    border-left-width: 1px;
    border-radius: 4px 0 0 4px
}

.button-bar__item:last-child>.button-bar__button {
    border-right-width: 1px;
    border-radius: 0 4px 4px 0
}

.segment {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    border: none
}

.segment__item {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    border-radius: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    background-color: transparent;
    border: none
}

.segment__input {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    z-index: 1;
    vertical-align: top;
    outline: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.segment__button {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    border-radius: 0;
    background-color: transparent;
    color: #f4586e;
    border: 1px solid #f4586e;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 0;
    font-weight: 400;
    padding: 0;
    font-size: 13px;
    height: 29px;
    line-height: 29px;
    width: 100%;
    transition: background-color .2s linear,color .2s linear;
    box-sizing: border-box;
    text-align: center
}

.segment__item:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.segment__button:hover {
    transition: none
}

.segment__button:focus {
    outline: 0
}

:active+.segment__button {
    background-color: #fff;
    background-color: rgba(255,255,255,0);
    border: 0 solid #f4586e;
    border-top: 1px solid #f4586e;
    border-bottom: 1px solid #f4586e;
    border-right: 1px solid #f4586e;
    font-size: 13px;
    width: 100%;
    transition: none
}

:checked+.segment__button {
    background-color: #f4586e;
    color: #fff;
    transition: none
}

.segment__item:first-child>.segment__button {
    border-left-width: 1px;
    border-radius: 4px 0 0 4px
}

.segment__item:last-child>.segment__button {
    border-right-width: 1px;
    border-radius: 0 4px 4px 0
}

.segment--material {
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.24)
}

.segment--material__button {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border-width: 0;
    color: #777;
    border-radius: 0;
    background-color: #fafafa
}

:active+.segment--material__button {
    background-color: #fafafa;
    border-radius: 0;
    border-width: 0;
    font-size: 14px;
    transition: none;
    color: #777
}

:checked+.segment--material__button {
    background-color: #f4586e;
    color: #fff;
    border-radius: 0;
    border-width: 0
}

.segment--material__item:first-child>.segment--material__button,.segment--material__item:last-child>.segment--material__button {
    border-radius: 0;
    border-width: 0
}

.tabbar {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    height: 49px;
    background-color: #fafafa;
    border-top: 1px solid #ccc;
    width: 100%
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .tabbar {
        border-top:none;
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: top;
        background-image: linear-gradient(180deg,#ccc,#ccc 50%,transparent 50%)
    }
}

.tabbar__item {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    width: auto;
    border-radius: 0
}

.tabbar__item>input {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    z-index: 1;
    vertical-align: top;
    outline: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.tabbar__button {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    height: 49px;
    letter-spacing: 0;
    color: #777;
    vertical-align: top;
    background-color: transparent;
    border-top: none;
    width: 100%;
    font-weight: 400;
    line-height: 49px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .tabbar__button {
        border-top:none
    }
}

.tabbar__icon {
    font-size: 24px;
    padding: 0;
    margin: 0;
    line-height: 26px;
    display: block!important;
    height: 28px
}

.tabbar__label {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    display: inline-block
}

.tabbar__badge.notification {
    vertical-align: text-bottom;
    top: -1px;
    margin-left: 5px;
    z-index: 10;
    font-size: 12px;
    height: 16px;
    min-width: 16px;
    line-height: 16px;
    border-radius: 8px
}

.tabbar__icon~.tabbar__badge.notification {
    position: absolute;
    top: 5px;
    margin-left: 0
}

.tabbar__icon+.tabbar__label {
    display: block;
    font-size: 10px;
    line-height: 1;
    margin: 0;
    font-weight: 400
}

.tabbar__label:first-child {
    font-size: 16px;
    line-height: 49px;
    margin: 0;
    padding: 0
}

:checked+.tabbar__button {
    color: #f4586e;
    background-color: transparent;
    box-shadow: none;
    border-top: none
}

.tabbar__button:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.tabbar__button:focus {
    z-index: 1;
    border-top: none;
    box-shadow: none;
    outline: 0
}

.tabbar__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 49px;
    z-index: 0
}

.tabbar--autogrow .tabbar__item {
    -webkit-flex-basis: auto;
    flex-basis: auto
}

.tabbar--top {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    border-top: none;
    border-bottom: 1px solid #ccc
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .tabbar--top {
        border-bottom:none;
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: bottom;
        background-image: linear-gradient(0deg,#ccc,#ccc 50%,transparent 50%)
    }
}

.tabbar--top__content {
    top: 49px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.tabbar--top-border__button {
    background-color: transparent;
    border-bottom: 4px solid transparent
}

:checked+.tabbar--top-border__button {
    background-color: transparent;
    border-bottom: 4px solid #f4586e
}

.tabbar__border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #f4586e
}

.tabbar--material {
    background: 0 0;
    background-color: #fff;
    border-bottom-width: 0;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.14),0 3px 5px -2px rgba(0,0,0,.12),0 5px 1px -4px rgba(0,0,0,.2)
}

.tabbar--material__button {
    background-color: transparent;
    color: #777;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400
}

.tabbar--material__button:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    margin-top: -2px;
    background-color: #f4586e
}

:checked+.tabbar--material__button:after {
    width: 100%;
    transition: width .2s ease-in-out
}

:checked+.tabbar--material__button {
    background-color: transparent;
    color: #f4586e
}

.tabbar--material__item:not([ripple]):active {
    background-color: #000;
    background-color: rgba(0,0,0,.1)
}

.tabbar--material__border {
    height: 2px;
    background-color: #f4586e
}

.tabbar--material__icon {
    font-size: 22px!important;
    line-height: 36px
}

.tabbar--material__label {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400
}

.tabbar--material__label:first-child {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: .015em;
    font-weight: 500;
    font-size: 14px
}

.tabbar--material__icon+.tabbar--material__label {
    font-size: 10px
}

.toolbar-button {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    padding: 4px 10px;
    letter-spacing: 0;
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,0);
    border-radius: 2px;
    border: 1px solid transparent;
    font-weight: 400;
    font-size: 17px;
    transition: none
}

.toolbar-button:active {
    background-color: #000;
    background-color: rgba(0,0,0,0);
    transition: none;
    opacity: .2
}

.toolbar-button:disabled,.toolbar-button[disabled] {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.toolbar-button:focus {
    outline: 0;
    transition: none
}

.toolbar-button:hover {
    transition: none
}

.toolbar-button--outline {
    border: 1px solid #fff;
    margin: auto 8px;
    padding-left: 6px;
    padding-right: 6px
}

.toolbar-button--material {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    padding: 0 12px;
    height: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
    vertical-align: baseline;
    vertical-align: initial;
    transition: background-color .25s linear
}

.toolbar-button--material:first-of-type {
    margin-left: 4px
}

.toolbar-button--material:last-of-type {
    margin-right: 4px
}

.toolbar-button--material:active {
    opacity: 1;
    transition: background-color .25s linear
}

.back-button {
    height: 44px;
    line-height: 44px;
    padding-left: 8px;
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,0);
    display: inline-block
}

.back-button:active {
    opacity: .2
}

.back-button__label {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500
}

.back-button__icon {
    margin-right: 6px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    fill: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%
}

.back-button--material {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    padding: 0 12px;
    height: 100%;
    margin: 0 0 0 4px;
    border: none;
    border-radius: 0;
    vertical-align: baseline;
    vertical-align: initial;
    line-height: 56px
}

.back-button--material__label {
    display: none;
    font-size: 20px
}

.back-button--material__icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    fill: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%
}

.back-button--material:active {
    opacity: 1
}

.checkbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    line-height: 22px
}

.checkbox__checkmark {
    box-sizing: border-box;
    background-clip: padding-box;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    position: relative;
    height: 22px;
    width: 22px;
    pointer-events: none
}

.checkbox__input,.checkbox__input:checked {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    z-index: 1;
    vertical-align: top;
    outline: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.checkbox__checkmark:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 22px;
    height: 22px;
    background: 0 0;
    border: 1px solid #c7c7cd;
    border-radius: 22px;
    left: 0
}

.checkbox__checkmark:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 5px;
    width: 11px;
    height: 5px;
    background: 0 0;
    border: 2px solid #fff;
    border-width: 1px;
    border-top: none;
    border-right: none;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
}

:checked+.checkbox__checkmark:before {
    background: #f4586e;
    border: none
}

:checked+.checkbox__checkmark:after {
    opacity: 1
}

:disabled+.checkbox__checkmark {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

:disabled:active+.checkbox__checkmark:before {
    background: 0 0
}

.checkbox--noborder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    line-height: 22px;
    position: relative
}

.checkbox--noborder__input {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    z-index: 1;
    vertical-align: top;
    outline: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.checkbox--noborder__checkmark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 22px;
    height: 22px;
    background: 0 0;
    border: none
}

.checkbox--noborder__checkmark:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: 0 0;
    border: none;
    border-radius: 22px;
    left: 0
}

.checkbox--noborder__checkmark:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 4px;
    opacity: 0;
    width: 11px;
    height: 4px;
    background: 0 0;
    border: 2px solid #f4586e;
    border-top: none;
    border-right: none;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

:checked+.checkbox--noborder__checkmark:before {
    background: 0 0;
    border: none
}

:checked+.checkbox--noborder__checkmark:after {
    opacity: 1
}

:focus+.checkbox--noborder__checkmark:before {
    border: none
}

:disabled+.checkbox--noborder__checkmark {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

:disabled:active+.checkbox--noborder__checkmark:before {
    background: 0 0;
    border: none
}

.checkbox--material {
    line-height: 18px;
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    overflow: visible
}

.checkbox--material__checkmark {
    width: 18px;
    height: 18px
}

.checkbox--material__checkmark:before {
    border-radius: 2px;
    height: 18px;
    width: 18px;
    border: 2px solid #777;
    transition: background-color .1s linear .2s,border-color .1s linear .2s;
    background-color: transparent
}

:checked+.checkbox--material__checkmark:before {
    border: 2px solid #f4586e;
    background-color: #f4586e;
    transition: background-color .1s linear,border-color .1s linear
}

.checkbox--material__checkmark:after {
    border-color: #fff;
    transition: -webkit-transform .2s ease 0;
    transition: transform .2s ease 0;
    transition: transform .2s ease 0,-webkit-transform .2s ease 0;
    width: 10px;
    height: 5px;
    top: 4px;
    left: 3px;
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    border-width: 2px
}

:checked+.checkbox--material__checkmark:after {
    transition: -webkit-transform .2s ease .2s;
    transition: transform .2s ease .2s;
    transition: transform .2s ease .2s,-webkit-transform .2s ease .2s;
    width: 10px;
    height: 5px;
    top: 4px;
    left: 3px;
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    border-width: 2px
}

.checkbox--material__input:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 11px #777;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #777;
    pointer-events: none;
    display: block;
    -webkit-transform: scale3d(.2,.2,.2);
    transform: scale3d(.2,.2,.2);
    transition: opacity .25s ease-out,-webkit-transform .1s ease-out;
    transition: opacity .25s ease-out,transform .1s ease-out;
    transition: opacity .25s ease-out,transform .1s ease-out,-webkit-transform .1s ease-out
}

.checkbox--material__input:checked:before {
    box-shadow: 0 0 0 11px #f4586e;
    background-color: #f4586e
}

.checkbox--material__input:active:before {
    opacity: .15;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

:disabled+.checkbox--material__checkmark {
    opacity: 1
}

:disabled+.checkbox--material__checkmark:before {
    border-color: #afafaf
}

:disabled:checked+.checkbox--material__checkmark:before {
    background-color: #afafaf
}

:disabled:checked+.checkbox--material__checkmark:after {
    border-color: #fff
}

.radio-button__input {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    z-index: 1;
    vertical-align: top;
    outline: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.radio-button__input:active,.radio-button__input:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

.radio-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    line-height: 24px;
    text-align: left
}

.radio-button__checkmark:before {
    content: '';
    position: absolute;
    border-radius: 100%;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 22px;
    height: 22px;
    background: 0 0;
    border: none;
    border-radius: 22px;
    left: 0
}

.radio-button__checkmark {
    box-sizing: border-box;
    background-clip: padding-box;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    position: relative;
    position: relative;
    width: 24px;
    height: 24px;
    background: 0 0;
    pointer-events: none
}

.radio-button__checkmark:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 4px;
    opacity: 0;
    width: 11px;
    height: 4px;
    background: 0 0;
    border: 2px solid #f4586e;
    border-top: none;
    border-right: none;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

:checked+.radio-button__checkmark {
    background: #000;
    background: rgba(0,0,0,0)
}

:checked+.radio-button__checkmark:after {
    opacity: 1
}

:checked+.radio-button__checkmark:before {
    background: 0 0;
    border: none
}

:disabled+.radio-button__checkmark {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.radio-button--material {
    line-height: 22px;
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400
}

.radio-button--material__input:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 14px #717171;
    border: none;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #717171;
    pointer-events: none;
    display: block;
    -webkit-transform: scale3d(.2,.2,.2);
    transform: scale3d(.2,.2,.2);
    transition: opacity .25s ease-out,-webkit-transform .1s ease-out;
    transition: opacity .25s ease-out,transform .1s ease-out;
    transition: opacity .25s ease-out,transform .1s ease-out,-webkit-transform .1s ease-out
}

.radio-button--material__input:checked:before {
    box-shadow: 0 0 0 14px #f4586e;
    background-color: #f4586e
}

.radio-button--material__input:active:before {
    opacity: .15;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.radio-button--material__checkmark {
    width: 20px;
    height: 20px;
    overflow: visible
}

.radio-button--material__checkmark:before {
    background: 0 0;
    border: 2px solid #717171;
    box-sizing: border-box;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: border .2s ease
}

.radio-button--material__checkmark:after {
    transition: background .2s ease,-webkit-transform .2s ease;
    transition: background .2s ease,transform .2s ease;
    transition: background .2s ease,transform .2s ease,-webkit-transform .2s ease;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0)
}

:checked+.radio-button--material__checkmark:before {
    background: 0 0;
    border: 2px solid #f4586e
}

.radio-button--material__input+.radio-button__checkmark:after {
    background: #717171;
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0)
}

:checked+.radio-button--material__checkmark:after {
    opacity: 1;
    background: #f4586e;
    -webkit-transform: scale(1);
    transform: scale(1)
}

:disabled+.radio-button--material__checkmark {
    opacity: 1
}

:disabled+.radio-button--material__checkmark:after {
    background-color: #afafaf;
    border-color: #afafaf
}

:disabled+.radio-button--material__checkmark:before {
    border-color: #afafaf
}

.list {
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    list-style-type: none;
    text-align: left;
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    background-image: linear-gradient(#ccc,#ccc),linear-gradient(#ccc,#ccc);
    background-size: 100% 1px,100% 1px;
    background-repeat: no-repeat;
    background-position: bottom,top;
    border: none;
    background-color: #fff
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .list {
        background-image:linear-gradient(0deg,#ccc,#ccc 50%,transparent 50%),linear-gradient(180deg,#ccc,#ccc 50%,transparent 50%)
    }
}

.list-item {
    position: relative;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 0 14px;
    margin: 0 0 -1px 0;
    color: #777;
    transition: background-color .2s linear
}

.list-item__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
    width: 100%
}

.list-item--expandable {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(0deg,#ccc,#ccc 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .list-item--expandable {
        background-image:linear-gradient(0deg,#ccc,#ccc 50%,transparent 50%)
    }
}

.list-item--expandable {
    background-position-x: 14px
}

.list-item__expandable-content {
    display: none;
    width: 100%;
    padding: 12px 14px 12px 0;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    overflow: hidden
}

.list-item.expanded>.list-item__expandable-content {
    display: block;
    height: auto
}

.list-item__left {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 12px 14px 12px 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: stretch;
    align-self: stretch;
    line-height: 1.2em;
    min-height: 44px
}

.list-item__left:empty {
    width: 0;
    min-width: 0;
    padding: 0;
    margin: 0
}

.list-item__center {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    margin-right: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: stretch;
    align-self: stretch;
    margin-left: 0;
    border-bottom: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(0deg,#ccc,#ccc 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .list-item__center {
        background-image:linear-gradient(0deg,#ccc,#ccc 50%,transparent 50%)
    }
}

.list-item__center {
    padding: 12px 6px 12px 0;
    line-height: 1.2em;
    min-height: 44px
}

.list-item__right {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    padding: 12px 12px 12px 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: stretch;
    align-self: stretch;
    border-bottom: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(0deg,#ccc,#ccc 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .list-item__right {
        background-image:linear-gradient(0deg,#ccc,#ccc 50%,transparent 50%)
    }
}

.list-item__right {
    line-height: 1.2em;
    min-height: 44px
}

.list-header {
    margin: 0;
    list-style: none;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    font-size: 12px;
    font-weight: 500;
    color: #777;
    min-height: 24px;
    line-height: 25px;
    text-transform: uppercase;
    position: relative;
    background-color: #eee;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: top;
    background-image: linear-gradient(0deg,#ccc,#ccc 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .list-header {
        background-image:linear-gradient(180deg,#ccc,#ccc 50%,transparent 50%)
    }
}

.list--noborder {
    border-top: none;
    border-bottom: none;
    background-image: none
}

.list-item--tappable:active {
    transition: none;
    background-color: #d9d9d9
}

.list--inset {
    margin: 0 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: none
}

.list-item__label {
    font-size: 14px;
    padding: 0 4px;
    opacity: .6
}

.list-item__title {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0
}

.list-item__subtitle {
    opacity: .75;
    font-size: 14px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.list-item__thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: block;
    margin: 0
}

.list-item__icon {
    font-size: 22px;
    padding: 0 6px
}

.list--material {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    background-image: none;
    background-color: #fff
}

.list-item--material {
    border: 0;
    padding: 0 0 0 16px;
    line-height: normal
}

.list-item--material__subtitle {
    margin-top: 4px
}

.list-item--material:first-child {
    box-shadow: none
}

.list-item--material__left {
    padding: 14px 0;
    min-width: 56px;
    line-height: 1;
    min-height: 48px
}

.list-item--material__center,.list-item--material__left:empty {
    padding: 14px 6px 14px 0;
    border-color: #eee;
    border-bottom: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(0deg,#eee,#eee 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .list-item--material__center,.list-item--material__left:empty {
        background-image:linear-gradient(0deg,#eee,#eee 50%,transparent 50%)
    }
}

.list-item--material__center,.list-item--material__left:empty {
    min-height: 48px
}

.list-item--material__right {
    padding: 14px 16px 14px 0;
    line-height: 1;
    border-color: #eee;
    border-bottom: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(0deg,#eee,#eee 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .list-item--material__right {
        background-image:linear-gradient(0deg,#eee,#eee 50%,transparent 50%)
    }
}

.list-item--material__right {
    min-height: 48px
}

.list-item--material.list-item--expandable {
    border-bottom: 1px solid #eee;
    border-bottom: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(0deg,#eee,#eee 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .list-item--material.list-item--expandable {
        background-image:linear-gradient(0deg,#eee,#eee 50%,transparent 50%)
    }
}

.list-item--material.list-item--expandable {
    background-position-x: 16px
}

.list-item--material.list-item--expandable.list-item--longdivider,.list-item--material.list-item--longdivider {
    border-bottom: 1px solid #eee;
    border-bottom: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(0deg,#eee,#eee 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .list-item--material.list-item--expandable.list-item--longdivider,.list-item--material.list-item--longdivider {
        background-image:linear-gradient(0deg,#eee,#eee 50%,transparent 50%)
    }
}

.list-header--material {
    background: #fff;
    border: none;
    font-size: 14px;
    text-transform: none;
    margin: -1px 0 0 0;
    color: #333;
    font-weight: 500;
    padding: 8px 16px
}

.list-header--material:not(:first-of-type) {
    border-top: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: top;
    background-image: linear-gradient(180deg,#eee,#eee 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .list-header--material:not(:first-of-type) {
        background-image:linear-gradient(180deg,#eee,#eee 50%,transparent 50%)
    }
}

.list-header--material:not(:first-of-type) {
    padding-top: 16px
}

.list-item--material__thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 100%
}

.list-item--material__icon {
    font-size: 20px;
    padding: 0 4px
}

.list-item--chevron:before,.list-item__expand-chevron {
    border-right: 2px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
    width: 7px;
    height: 7px;
    background-color: transparent;
    z-index: 5
}

.list-item--chevron:before {
    position: absolute;
    content: '';
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.list-item__expand-chevron {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 1px
}

.list-item--expandable.expanded .list-item__expand-chevron {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.list-item--chevron__right {
    padding-right: 30px
}

.list-item--expandable .list-item__center,.list-item--expandable .list-item__right,.list-item--nodivider.list-item--expandable,.list-item--nodivider__center,.list-item--nodivider__right {
    border: none;
    background-image: none
}

.list-item--longdivider {
    border-bottom: 1px solid #ccc;
    border-bottom: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(0deg,#ccc,#ccc 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .list-item--longdivider {
        background-image:linear-gradient(0deg,#ccc,#ccc 50%,transparent 50%)
    }
}

.list-item--longdivider:last-of-type {
    border: none;
    background-image: none
}

.list-item--longdivider__center {
    border: none;
    background-image: none
}

.list-item--longdivider__right {
    border: none;
    background-image: none
}

.list-title {
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    display: block;
    color: #6d6d72;
    text-align: left;
    box-sizing: border-box;
    padding: 0 0 0 16px;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.list-title--material {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #757575;
    font-size: 14px;
    margin: 0;
    padding: 12px 0 12px 16px;
    font-weight: 500;
    line-height: 24px
}

.search-input {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    vertical-align: top;
    outline: 0;
    line-height: 1;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    box-sizing: border-box;
    height: 28px;
    font-size: 14px;
    background-color: #030303;
    background-color: rgba(3,3,3,.09);
    box-shadow: none;
    color: #777;
    line-height: 1.3;
    padding: 0 8px 0 28px;
    margin: 0;
    border-radius: 5.5px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTMgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+aW9zLXNlYXJjaC1pbnB1dC1pY29uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImNvbXBvbmVudHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpb3Mtc2VhcmNoLWlucHV0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDguMDAwMDAwLCAtNDMuMDAwMDAwKSIgZmlsbD0iIzdBNzk3QiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAuMDAwMDAwLCAzNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNi45OTcyNDgyLDE1LjUwNDE0NjYgQzE3LjA3NzM2NTcsMTUuNTQwNTkzOCAxNy4xNTIyNzMxLDE1LjU5MTYxMjkgMTcuMjE3NzUxNiwxNS42NTcwOTE0IEwyMC42NDk5OTEsMTkuMDg5MzMwOCBDMjAuOTQ0ODQ0OSwxOS4zODQxODQ3IDIwLjk0ODQ3NjQsMTkuODU4NjA2IDIwLjY1MzU0MTIsMjAuMTUzNTQxMiBDMjAuMzYwNjQ4LDIwLjQ0NjQzNDQgMTkuODgxMjcxNiwyMC40NDE5MzE3IDE5LjU4OTMzMDgsMjAuMTQ5OTkxIEwxNi4xNTcwOTE0LDE2LjcxNzc1MTYgQzE2LjA5MTM3LDE2LjY1MjAzMDEgMTYuMDQwMTE3MSwxNi41NzczODc0IDE2LjAwMzQxNDEsMTYuNDk3Nzk5NSBDMTUuMTY3MTY5NCwxNy4xMjcwNDExIDE0LjEyNzEzOTMsMTcuNSAxMywxNy41IEMxMC4yMzg1NzYzLDE3LjUgOCwxNS4yNjE0MjM3IDgsMTIuNSBDOCw5LjczODU3NjI1IDEwLjIzODU3NjMsNy41IDEzLDcuNSBDMTUuNzYxNDIzNyw3LjUgMTgsOS43Mzg1NzYyNSAxOCwxMi41IEMxOCwxMy42Mjc0Njg1IDE3LjYyNjgyMzIsMTQuNjY3Nzc2OCAxNi45OTcyNDgyLDE1LjUwNDE0NjYgWiBNMTMsMTYuNSBDMTUuMjA5MTM5LDE2LjUgMTcsMTQuNzA5MTM5IDE3LDEyLjUgQzE3LDEwLjI5MDg2MSAxNS4yMDkxMzksOC41IDEzLDguNSBDMTAuNzkwODYxLDguNSA5LDEwLjI5MDg2MSA5LDEyLjUgQzksMTQuNzA5MTM5IDEwLjc5MDg2MSwxNi41IDEzLDE2LjUgWiIgaWQ9Imlvcy1zZWFyY2gtaW5wdXQtaWNvbiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 13px;
    font-weight: 400;
    display: inline-block;
    text-indent: 0
}

.search-input::-webkit-search-cancel-button {
    -webkit-appearance: textfield;
    appearance: textfield;
    display: none
}

.search-input::-webkit-search-decoration {
    display: none
}

.search-input:focus {
    outline: 0
}

.search-input::-webkit-input-placeholder {
    color: #7a797b;
    font-size: 14px;
    text-indent: 0
}

.search-input:-ms-input-placeholder {
    color: #7a797b;
    font-size: 14px;
    text-indent: 0
}

.search-input::-ms-input-placeholder {
    color: #7a797b;
    font-size: 14px;
    text-indent: 0
}

.search-input::placeholder {
    color: #7a797b;
    font-size: 14px;
    text-indent: 0
}

.search-input:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.search-input--material {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    border-radius: 2px;
    height: 48px;
    background-color: #fafafa;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJhbmRyb2lkLXNlYXJjaC1pbnB1dC1pY29uIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiM4OTg5ODkiPgogICAgICAgICAgICA8ZyBpZD0iY29tcG9uZW50cyI+CiAgICAgICAgICAgICAgICA8ZyBpZD0ibWF0ZXJpYWwtc2VhcmNoIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0ic2VhcmNoIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ik1hdGVyaWFsL0ljb25zLWJsYWNrL3NlYXJjaCI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTIuNTAyLDYuNDkxIEwxMS43MDgsNi40OTEgTDExLjQzMiw2Ljc2NSBDMTIuNDA3LDcuOTAyIDEzLDkuMzc2IDEzLDEwLjk5MSBDMTMsMTQuNTgxIDEwLjA5LDE3LjQ5MSA2LjUsMTcuNDkxIEMyLjkxLDE3LjQ5MSAwLDE0LjU4MSAwLDEwLjk5MSBDMCw3LjQwMSAyLjkxLDQuNDkxIDYuNSw0LjQ5MSBDOC4xMTUsNC40OTEgOS41ODgsNS4wODMgMTAuNzI1LDYuMDU3IEwxMS4wMDEsNS43ODMgTDExLjAwMSw0Ljk5MSBMMTUuOTk5LDAgTDE3LjQ5LDEuNDkxIEwxMi41MDIsNi40OTEgTDEyLjUwMiw2LjQ5MSBaIE02LjUsNi40OTEgQzQuMDE0LDYuNDkxIDIsOC41MDUgMiwxMC45OTEgQzIsMTMuNDc2IDQuMDE0LDE1LjQ5MSA2LjUsMTUuNDkxIEM4Ljk4NSwxNS40OTEgMTEsMTMuNDc2IDExLDEwLjk5MSBDMTEsOC41MDUgOC45ODUsNi40OTEgNi41LDYuNDkxIEw2LjUsNi40OTEgWiIgaWQ9IlNoYXBlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4Ljc0NTAwMCwgOC43NDU1MDApIHNjYWxlKC0xLCAxKSByb3RhdGUoLTE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtOC43NDUwMDAsIC04Ljc0NTUwMCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
    background-size: 18px;
    background-position: 18px center;
    font-size: 14px;
    padding: 0 24px 0 64px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.24),0 1px 0 0 rgba(255,255,255,.06) inset
}

.text-input {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    vertical-align: top;
    outline: 0;
    line-height: 1;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    border: none;
    background-color: transparent;
    letter-spacing: 0;
    box-shadow: none;
    color: #777;
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 16px;
    height: 31px;
    font-weight: 400;
    box-sizing: border-box
}

.text-input::-ms-clear {
    display: none
}

.text-input:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.text-input::-webkit-input-placeholder {
    color: #ccc
}

.text-input:-ms-input-placeholder {
    color: #ccc
}

.text-input::-ms-input-placeholder {
    color: #ccc
}

.text-input::placeholder {
    color: #ccc
}

.text-input:disabled::-webkit-input-placeholder {
    border: none;
    background-color: transparent;
    color: #ccc
}

.text-input:disabled:-ms-input-placeholder {
    border: none;
    background-color: transparent;
    color: #ccc
}

.text-input:disabled::-ms-input-placeholder {
    border: none;
    background-color: transparent;
    color: #ccc
}

.text-input:disabled::placeholder {
    border: none;
    background-color: transparent;
    color: #ccc
}

.text-input:invalid {
    border: none;
    background-color: transparent;
    color: #777
}

.text-input--underbar {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    vertical-align: top;
    outline: 0;
    line-height: 1;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    border: none;
    background-color: transparent;
    letter-spacing: 0;
    box-shadow: none;
    color: #777;
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 16px;
    height: 31px;
    font-weight: 400;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    border-radius: 0
}

.text-input--underbar:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ccc
}

.text-input--underbar:disabled::-webkit-input-placeholder {
    border: none;
    background-color: transparent;
    color: #ccc;
    border: none;
    background-color: transparent
}

.text-input--underbar:disabled:-ms-input-placeholder {
    border: none;
    background-color: transparent;
    color: #ccc;
    border: none;
    background-color: transparent
}

.text-input--underbar:disabled::-ms-input-placeholder {
    border: none;
    background-color: transparent;
    color: #ccc;
    border: none;
    background-color: transparent
}

.text-input--underbar:disabled::placeholder {
    border: none;
    background-color: transparent;
    color: #ccc;
    border: none;
    background-color: transparent
}

.text-input--underbar:invalid {
    border: none;
    background-color: transparent;
    color: #777;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ccc
}

.text-input--material {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    vertical-align: top;
    outline: 0;
    line-height: 1;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #777;
    background-image: linear-gradient(to top,transparent 1px,#ccc 1px);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    border: none;
    padding-bottom: 2px;
    border-radius: 0;
    height: 24px;
    vertical-align: middle;
    -webkit-transform: translate3d(0,0,0)
}

.text-input--material__label {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #ccc;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    font-weight: 400;
    pointer-events: none
}

.text-input--material__label--active {
    color: #f4586e;
    -webkit-transform: translate(0,-75%) scale(.75);
    transform: translate(0,-75%) scale(.75);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: color .1s ease-in,-webkit-transform .1s ease-in;
    transition: transform .1s ease-in,color .1s ease-in;
    transition: transform .1s ease-in,color .1s ease-in,-webkit-transform .1s ease-in
}

.text-input--material:focus {
    background-image: linear-gradient(#f4586e,#da3e54),linear-gradient(to top,transparent 1px,#ccc 1px);
    -webkit-animation: material-text-input-animate .3s forwards;
    animation: material-text-input-animate .3s forwards
}

.text-input--material::-webkit-input-placeholder {
    color: #ccc;
    line-height: 20px
}

.text-input--material:-ms-input-placeholder {
    color: #ccc;
    line-height: 20px
}

.text-input--material::-ms-input-placeholder {
    color: #ccc;
    line-height: 20px
}

.text-input--material::placeholder {
    color: #ccc;
    line-height: 20px
}

@-webkit-keyframes material-text-input-animate {
    0% {
        background-size: 0 2px,100% 2px
    }

    100% {
        background-size: 100% 2px,100% 2px
    }
}

@keyframes material-text-input-animate {
    0% {
        background-size: 0 2px,100% 2px
    }

    100% {
        background-size: 100% 2px,100% 2px
    }
}

.textarea {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    vertical-align: top;
    resize: none;
    outline: 0;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #777;
    letter-spacing: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto
}

.textarea:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.textarea::-webkit-input-placeholder {
    color: #ccc
}

.textarea:-ms-input-placeholder {
    color: #ccc
}

.textarea::-ms-input-placeholder {
    color: #ccc
}

.textarea::placeholder {
    color: #ccc
}

.textarea--transparent {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    vertical-align: top;
    resize: none;
    outline: 0;
    padding: 5px 5px 5px 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    border: none;
    background-color: transparent;
    color: #777;
    letter-spacing: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto
}

.textarea--transparent:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.textarea--transparent::-webkit-input-placeholder {
    color: #ccc
}

.textarea--transparent:-ms-input-placeholder {
    color: #ccc
}

.textarea--transparent::-ms-input-placeholder {
    color: #ccc
}

.textarea--transparent::placeholder {
    color: #ccc
}

.dialog {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: auto auto;
    overflow: hidden;
    min-width: 270px;
    min-height: 100px;
    text-align: left
}

.dialog-container {
    height: inherit;
    min-height: inherit;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    color: #777
}

.dialog-mask {
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.2)
}

.dialog--material {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    text-align: left;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.4)
}

.dialog-container--material {
    border-radius: 2px;
    background-color: #fff;
    color: #777
}

.dialog-mask--material {
    background-color: #000;
    background-color: rgba(0,0,0,.3)
}

.alert-dialog {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 270px;
    margin: auto;
    background-color: #f4f4f4;
    border-radius: 8px;
    overflow: visible;
    max-width: 95%;
    color: #777
}

.alert-dialog-container {
    height: inherit;
    padding-top: 16px;
    overflow: hidden
}

.alert-dialog-title {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 17px;
    font-weight: 500;
    padding: 0 8px;
    text-align: center;
    color: #777
}

.alert-dialog-content {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 4px 12px 8px;
    font-size: 14px;
    min-height: 36px;
    text-align: center;
    color: #777
}

.alert-dialog-footer {
    width: 100%
}

.alert-dialog-button {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    letter-spacing: 0;
    vertical-align: middle;
    border: none;
    border-top: 1px solid #ddd;
    font-size: 16px;
    padding: 0 8px;
    margin: 0;
    display: block;
    width: 100%;
    background-color: transparent;
    text-align: center;
    height: 44px;
    line-height: 44px;
    outline: 0;
    color: #333
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .alert-dialog-button {
        border-top:none;
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: top;
        background-image: linear-gradient(180deg,#ddd,#ddd 50%,transparent 50%)
    }
}

.alert-dialog-button:active {
    background-color: #000;
    background-color: rgba(0,0,0,.05)
}

.alert-dialog-button--primal {
    font-weight: 500
}

.alert-dialog-footer--rowfooter {
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.alert-dialog-button--rowfooter {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    border-left: 1px solid #ddd
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .alert-dialog-button--rowfooter {
        border-top:none;
        border-left: none;
        background-size: 100% 1px,1px 100%;
        background-repeat: no-repeat;
        background-position: top,left;
        background-image: linear-gradient(0deg,transparent,transparent 50%,#ddd 50%),linear-gradient(90deg,transparent,transparent 50%,#ddd 50%)
    }
}

.alert-dialog-button--rowfooter:first-child {
    border-left: none
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .alert-dialog-button--rowfooter:first-child {
        border-top:none;
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: top,left;
        background-image: linear-gradient(0deg,transparent,transparent 50%,#ddd 50%)
    }
}

.alert-dialog-mask {
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.2)
}

.alert-dialog--material {
    border-radius: 2px;
    background-color: #fff
}

.alert-dialog-container--material {
    padding: 22px 0 0 0;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.4)
}

.alert-dialog-title--material {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    padding: 0 24px;
    color: #333
}

.alert-dialog-content--material {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 24px;
    margin: 24px 0 10px 0;
    min-height: 0;
    color: #777
}

.alert-dialog-footer--material {
    display: block;
    padding: 0;
    height: 52px;
    box-sizing: border-box;
    margin: 0;
    line-height: 1
}

.alert-dialog-button--material {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    float: right;
    background: 0 0;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    outline: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    margin: 8px 8px 8px 0;
    box-sizing: border-box;
    min-width: 50px;
    color: #333
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .alert-dialog-button--material {
        background:0 0
    }
}

.alert-dialog-button--material:active {
    background-color: transparent;
    background-color: initial
}

.alert-dialog-button--rowfooter--material,.alert-dialog-button--rowfooter--material:first-child {
    border: 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .alert-dialog-button--rowfooter--material,.alert-dialog-button--rowfooter--material:first-child {
        background:0 0
    }
}

.alert-dialog-button--primal--material {
    font-weight: 500
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .alert-dialog-button--primal--material {
        background:0 0
    }
}

.alert-dialog-mask--material {
    background-color: #000;
    background-color: rgba(0,0,0,.3)
}

.popover {
    position: absolute;
    z-index: 20001
}

.popover--bottom {
    bottom: 0
}

.popover--top {
    top: 0
}

.popover--left {
    left: 0
}

.popover--right {
    right: 0
}

.popover-mask {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.2);
    position: absolute;
    z-index: 19999
}

.popover__content {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    display: block;
    width: 220px;
    overflow: auto;
    min-height: 100px;
    max-height: 100%;
    background-color: #fff;
    border-radius: 8px;
    color: #777;
    pointer-events: auto
}

.popover__arrow {
    position: absolute;
    width: 18px;
    height: 18px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    background-color: transparent;
    background-image: linear-gradient(45deg,#fff,#fff 50%,transparent 50%);
    border-radius: 0 0 0 4px;
    margin: 0;
    z-index: 20001
}

.popover--bottom__arrow {
    -webkit-transform: translateY(6px) translateX(-9px) rotate(-45deg);
    transform: translateY(6px) translateX(-9px) rotate(-45deg);
    bottom: 0;
    margin-right: -18px
}

.popover--top__arrow {
    -webkit-transform: translateY(-6px) translateX(-9px) rotate(135deg);
    transform: translateY(-6px) translateX(-9px) rotate(135deg);
    top: 0;
    margin-right: -18px
}

.popover--left__arrow {
    -webkit-transform: translateX(-6px) translateY(-9px) rotate(45deg);
    transform: translateX(-6px) translateY(-9px) rotate(45deg);
    left: 0;
    margin-bottom: -18px
}

.popover--right__arrow {
    -webkit-transform: translateX(6px) translateY(-9px) rotate(225deg);
    transform: translateX(6px) translateY(-9px) rotate(225deg);
    right: 0;
    margin-bottom: -18px
}

.popover-mask--material {
    background-color: transparent
}

.popover--material__content {
    background-color: #fff;
    border-radius: 2px;
    color: #777;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2)
}

.popover--material__arrow {
    display: none
}

.progress-bar {
    position: relative;
    height: 2px;
    display: block;
    width: 100%;
    background-color: transparent;
    background-clip: padding-box;
    margin: 0;
    overflow: hidden;
    border-radius: 4px
}

.progress-bar__primary,.progress-bar__secondary {
    position: absolute;
    background-color: #f4586e;
    top: 0;
    bottom: 0;
    transition: width .3s linear;
    z-index: 100;
    border-radius: 4px
}

.progress-bar__secondary {
    background-color: #ddd;
    background-color: rgba(221,221,221,1);
    z-index: 0
}

.progress-bar--indeterminate:before {
    content: '';
    position: absolute;
    background-color: #f4586e;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left,right;
    -webkit-animation: progress-bar__indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;
    animation: progress-bar__indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;
    border-radius: 4px
}

.progress-bar--indeterminate:after {
    content: '';
    position: absolute;
    background-color: #f4586e;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left,right;
    -webkit-animation: progress-bar__indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;
    animation: progress-bar__indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
    border-radius: 4px
}

@-webkit-keyframes progress-bar__indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}

@keyframes progress-bar__indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes progress-bar__indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}

@keyframes progress-bar__indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}

.progress-bar--material {
    height: 4px;
    background-color: transparent;
    border-radius: 0
}

.progress-bar--material__primary,.progress-bar--material__secondary {
    background-color: #f4586e;
    border-radius: 0
}

.progress-bar--material__secondary {
    background-color: #ddd;
    z-index: 0
}

.progress-bar--material.progress-bar--indeterminate:before {
    background-color: #f4586e;
    border-radius: 0
}

.progress-bar--material.progress-bar--indeterminate:after {
    background-color: #f4586e;
    border-radius: 0
}

.progress-circular {
    height: 32px;
    position: relative;
    width: 32px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation: none;
    animation: none
}

.progress-circular__background,.progress-circular__primary,.progress-circular__secondary {
    -webkit-animation: none;
    animation: none;
    fill: none;
    stroke-width: 5%;
    stroke-miterlimit: 10
}

.progress-circular__background {
    stroke: transparent
}

.progress-circular__primary {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    stroke: #f4586e;
    transition: all 1s cubic-bezier(.4,0,.2,1)
}

.progress-circular__secondary {
    stroke: #ddd
}

.progress-circular--indeterminate {
    -webkit-animation: progress__rotate 2s linear infinite;
    animation: progress__rotate 2s linear infinite;
    -webkit-transform: none;
    transform: none
}

.progress-circular--indeterminate__primary {
    -webkit-animation: progress__dash 1.5s ease-in-out infinite;
    animation: progress__dash 1.5s ease-in-out infinite
}

.progress-circular--indeterminate__secondary {
    display: none
}

@-webkit-keyframes progress__rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes progress__rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes progress__dash {
    0% {
        stroke-dasharray: 10%,241.32%;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 201%,50.322%;
        stroke-dashoffset: -100%
    }

    100% {
        stroke-dasharray: 10%,241.32%;
        stroke-dashoffset: -251.32%
    }
}

@keyframes progress__dash {
    0% {
        stroke-dasharray: 10%,241.32%;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 201%,50.322%;
        stroke-dashoffset: -100%
    }

    100% {
        stroke-dasharray: 10%,241.32%;
        stroke-dashoffset: -251.32%
    }
}

.progress-circular--material__background,.progress-circular--material__primary,.progress-circular--material__secondary {
    stroke-width: 9%
}

.progress-circular--material__background {
    stroke: transparent
}

.progress-circular--material__primary {
    stroke: #f4586e
}

.progress-circular--material__secondary {
    stroke: #ddd
}

.fab {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 56px;
    height: 56px;
    text-decoration: none;
    font-size: 25px;
    line-height: 56px;
    letter-spacing: 0;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    background-color: #f4586e;
    border: 0 solid currentColor;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,.12);
    transition: all .1s linear
}

.fab:active {
    box-shadow: 0 3px 6 rgba(0,0,0,.12);
    background-color: #f4586e;
    background-color: rgba(0,148,192,.7);
    transition: all .2s ease;
    box-shadow: 0 0 6 rgba(0,0,0,.12)
}

.fab:focus {
    outline: 0
}

.fab__icon {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 100%;
    padding: 0;
    z-index: 100;
    line-height: 56px
}

.fab:disabled,.fab[disabled] {
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    box-shadow: none;
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.fab--material {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 56px;
    height: 56px;
    text-decoration: none;
    font-size: 25px;
    line-height: 56px;
    letter-spacing: 0;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    background-color: #f4586e;
    border: 0 solid currentColor;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,.12);
    transition: all .1s linear;
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    width: 56px;
    height: 56px;
    text-decoration: none;
    font-size: 25px;
    line-height: 56px;
    color: #fff;
    background-color: #f4586e;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.4);
    transition: all .2s ease-in-out
}

.fab--material:active {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.4);
    background-color: #f4586e;
    background-color: rgba(0,148,192,.7);
    transition: all .2s ease
}

.fab--material:focus {
    outline: 0
}

.fab--material__icon {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 100%;
    padding: 0;
    z-index: 100;
    line-height: 56px
}

.fab--material:disabled,.fab--material[disabled] {
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    box-shadow: none;
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.fab--mini {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.fab--mini__icon {
    line-height: 40px
}

.speed-dial__item {
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.fab--top__right {
    top: 20px;
    bottom: auto;
    right: 20px;
    left: auto;
    position: absolute
}

.fab--bottom__right {
    top: auto;
    bottom: 20px;
    right: 20px;
    left: auto;
    position: absolute
}

.fab--top__left {
    top: 20px;
    bottom: auto;
    right: auto;
    left: 20px;
    position: absolute
}

.fab--bottom__left {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 20px;
    position: absolute
}

.fab--top__center {
    top: 20px;
    bottom: auto;
    margin-left: -28px;
    left: 50%;
    right: auto;
    position: absolute
}

.fab--bottom__center {
    top: auto;
    bottom: 20px;
    margin-left: -28px;
    left: 50%;
    right: auto;
    position: absolute
}

.modal {
    box-sizing: border-box;
    background-clip: padding-box;
    white-space: nowrap;
    overflow: hidden;
    word-spacing: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    box-sizing: border-box;
    background-clip: padding-box;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    overflow: hidden;
    background-color: #000;
    background-color: rgba(0,0,0,.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 2147483647
}

.modal__content {
    box-sizing: border-box;
    background-clip: padding-box;
    white-space: nowrap;
    overflow: hidden;
    word-spacing: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    line-height: normal;
    box-sizing: border-box;
    background-clip: padding-box;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    white-space: normal
}

.select-input {
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    vertical-align: top;
    outline: 0;
    line-height: 1;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    border: none;
    background-color: transparent;
    position: relative;
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    border-color: #ccc;
    color: #777;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border-radius: 0;
    border: none;
    padding: 0 20px 0 0;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI1cHgiIHZpZXdCb3g9IjAgMCAxMCA1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0My4yICgzOTA2OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+c2VsZWN0LWFsbG93PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9InNlbGVjdCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Imlvcy1zZWxlY3QiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTguMDAwMDAwLCAtMTE0LjAwMDAwMCkiIGZpbGw9IiM3NTc1NzUiPgogICAgICAgICAgICA8ZyBpZD0ibWVudS1iYXItKy1vcGVuLW1lbnUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyMy4wMDAwMDAsIDEwMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJtZW51LWJhciI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9InNlbGVjdC1hbGxvdyIgcG9pbnRzPSI3NSAxNCA4MCAxOSA4NSAxNCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom: none
}

.select-input::-ms-clear {
    display: none
}

.select-input::-webkit-input-placeholder {
    color: #ccc
}

.select-input:-ms-input-placeholder {
    color: #ccc
}

.select-input::-ms-input-placeholder {
    color: #ccc
}

.select-input::placeholder {
    color: #ccc
}

.select-input:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none;
    border: none;
    background-color: transparent
}

.select-input:disabled::-webkit-input-placeholder {
    border: none;
    background-color: transparent;
    color: #ccc
}

.select-input:disabled:-ms-input-placeholder {
    border: none;
    background-color: transparent;
    color: #ccc
}

.select-input:disabled::-ms-input-placeholder {
    border: none;
    background-color: transparent;
    color: #ccc
}

.select-input:disabled::placeholder {
    border: none;
    background-color: transparent;
    color: #ccc
}

.select-input:invalid {
    border: none;
    background-color: transparent;
    color: #777
}

.select-input[multiple] {
    height: 64px
}

.select-input--material {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #777;
    font-size: 15px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI1cHgiIHZpZXdCb3g9IjAgMCAxMCA1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0My4yICgzOTA2OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+c2VsZWN0LWFsbG93PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9InNlbGVjdCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Imlvcy1zZWxlY3QiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTguMDAwMDAwLCAtMTE0LjAwMDAwMCkiIGZpbGw9IiM3NTc1NzUiPgogICAgICAgICAgICA8ZyBpZD0ibWVudS1iYXItKy1vcGVuLW1lbnUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyMy4wMDAwMDAsIDEwMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJtZW51LWJhciI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9InNlbGVjdC1hbGxvdyIgcG9pbnRzPSI3NSAxNCA4MCAxOSA4NSAxNCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=),linear-gradient(to top,rgba(0,0,0,.12) 50%,rgba(0,0,0,.12) 50%);
    background-size: auto,100% 1px;
    background-repeat: no-repeat;
    background-position: right center,left bottom;
    border: none;
    font-weight: 400;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.select-input--material__label {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #ccc;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    pointer-events: none
}

.select-input--material__label--active {
    color: #000;
    color: rgba(0,0,0,.15);
    -webkit-transform: translate(0,-75%) scale(.75);
    transform: translate(0,-75%) scale(.75);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: color .1s ease-in,-webkit-transform .1s ease-in;
    transition: transform .1s ease-in,color .1s ease-in;
    transition: transform .1s ease-in,color .1s ease-in,-webkit-transform .1s ease-in
}

.select-input--material::-webkit-input-placeholder {
    color: #ccc;
    line-height: 20px
}

.select-input--material:-ms-input-placeholder {
    color: #ccc;
    line-height: 20px
}

.select-input--material::-ms-input-placeholder {
    color: #ccc;
    line-height: 20px
}

.select-input--material::placeholder {
    color: #ccc;
    line-height: 20px
}

@-webkit-keyframes material-select-input-animate {
    0% {
        background-size: 0 2px,100% 2px
    }

    100% {
        background-size: 100% 2px,100% 2px
    }
}

@keyframes material-select-input-animate {
    0% {
        background-size: 0 2px,100% 2px
    }

    100% {
        background-size: 100% 2px,100% 2px
    }
}

.select-input--underbar {
    border: none;
    border-bottom: 1px solid #ccc
}

.select-input--underbar:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none;
    border: none;
    background-color: transparent;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ccc
}

.select-input--underbar:disabled::-webkit-input-placeholder {
    border: none;
    background-color: transparent;
    color: #ccc;
    border: none;
    background-color: transparent
}

.select-input--underbar:disabled:-ms-input-placeholder {
    border: none;
    background-color: transparent;
    color: #ccc;
    border: none;
    background-color: transparent
}

.select-input--underbar:disabled::-ms-input-placeholder {
    border: none;
    background-color: transparent;
    color: #ccc;
    border: none;
    background-color: transparent
}

.select-input--underbar:disabled::placeholder {
    border: none;
    background-color: transparent;
    color: #ccc;
    border: none;
    background-color: transparent
}

.select-input--underbar:invalid {
    border: none;
    background-color: transparent;
    color: #777;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ccc
}

.action-sheet {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: default;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2
}

.action-sheet-button {
    box-sizing: border-box;
    height: 56px;
    font-size: 20px;
    text-align: center;
    color: #333;
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    border-radius: 0;
    line-height: 56px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1) 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .action-sheet-button {
        background-image:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1) 50%,transparent 50%)
    }
}

.action-sheet-button:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.action-sheet-button:active {
    background-color: #e9e9e9;
    background-image: none
}

.action-sheet-button:focus {
    outline: 0
}

.action-sheet-button:nth-last-of-type(2) {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background-image: none
}

.action-sheet-button:last-of-type {
    border-radius: 12px;
    margin: 8px 0 0 0;
    background-color: #fff;
    background-image: none;
    font-weight: 600
}

.action-sheet-button:last-of-type:active {
    background-color: #e9e9e9
}

.action-sheet-button--destructive {
    color: #f4586e
}

.action-sheet-title {
    box-sizing: border-box;
    height: 56px;
    font-size: 13px;
    color: #777;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    line-height: 56px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1) 100%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi),(min-resolution:2dppx) {
    .action-sheet-title {
        background-image:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1) 50%,transparent 50%)
    }
}

.action-sheet-title:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.action-sheet-icon {
    display: none
}

.action-sheet-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.1);
    z-index: 1
}

.action-sheet--material {
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.4)
}

.action-sheet-title--material {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    border-radius: 0;
    background-image: none;
    text-align: left;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    padding: 0 0 0 16px;
    color: #777;
    background-color: #fff;
    font-weight: 400
}

.action-sheet-title--material:first-child {
    border-radius: 0
}

.action-sheet-button--material {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    border-radius: 0;
    background-image: none;
    height: 52px;
    line-height: 52px;
    text-align: left;
    font-size: 16px;
    padding: 0 0 0 16px;
    color: #777;
    font-weight: 400;
    background-color: #fff
}

.action-sheet-button--material:first-child {
    border-radius: 0
}

.action-sheet-button--material:nth-last-of-type(2) {
    border-radius: 0
}

.action-sheet-button--material:last-of-type {
    margin: 0;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff
}

.action-sheet-icon--material {
    display: inline-block;
    float: left;
    height: 52px;
    line-height: 52px;
    margin-right: 32px;
    font-size: 26px;
    width: .8em;
    text-align: center
}

.action-sheet-mask--material {
    background-color: #000;
    background-color: rgba(0,0,0,.2)
}

.card {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    display: block;
    margin: 8px;
    padding: 16px;
    text-align: left;
    word-wrap: break-word
}

.card__content {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #777
}

.card__title {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-weight: 400;
    font-size: 20px;
    margin: 4px 0 8px 0;
    padding: 0;
    display: block;
    box-sizing: border-box
}

.card--material {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400
}

.card--material__content {
    font-size: 14px;
    line-height: 1.4;
    color: #777
}

.card--material__title {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 24px;
    margin: 8px 0 12px 0
}

.toast {
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    position: absolute;
    z-index: 2;
    left: 8px;
    right: 8px;
    bottom: 0;
    margin: 8px 0;
    border-radius: 8px;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 48px;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 16px 16px
}

.toast__message {
    font-size: 14px;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: left;
    margin: 0 16px 0 0;
    white-space: normal
}

.toast__button {
    font-size: 14px;
    color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: default;
    text-transform: uppercase
}

.toast__button:focus {
    outline: 0
}

.toast__button:active {
    opacity: .4
}

.toast--material {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    border-radius: 0;
    padding: 16px 24px
}

.toast--material__message {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 0 24px 0 0
}

.toast--material__button {
    font-family: Roboto,Noto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #f4586e
}

.toolbar {
    top: 0;
    box-sizing: border-box;
    padding-top: 0
}

.bottom-bar {
    bottom: 0;
    box-sizing: border-box;
    padding-bottom: 0
}

.toolbar+.page__background {
    top: 44px
}

.page__content {
    top: 0;
    padding-top: 0;
    bottom: 0
}

.toolbar+.page__background+.page__content {
    top: 44px;
    padding-top: 0
}

.page-with-bottom-toolbar>.page__content {
    bottom: 44px
}

.toolbar.toolbar--material+.page__background {
    top: 56px
}

.toolbar.toolbar--material+.page__background+.page__content {
    top: 56px;
    padding-top: 0
}

.toolbar.toolbar--transparent+.page__background {
    top: 0
}

.toolbar.toolbar--transparent.toolbar--cover-content+.page__background+.page__content,.toolbar.toolbar--transparent.toolbar--cover-content+.page__background+.page__content .page_content {
    top: 0;
    padding-top: 44px
}

.toolbar.toolbar--material.toolbar--transparent.toolbar--cover-content+.page__background+.page__content,.toolbar.toolbar--material.toolbar--transparent.toolbar--cover-content+.page__background+.page__content .page_content {
    top: 0;
    padding-top: 56px
}

.tabbar--top {
    padding-top: 0
}

.tabbar:not(.tabbar--top) {
    padding-bottom: 0
}

@media (orientation: landscape) {
    html[onsflag-iphonex-landscape] .page__content {
        padding-left:44px;
        padding-right: 44px
    }

    html[onsflag-iphonex-landscape] .dialog .page__content,html[onsflag-iphonex-landscape] .modal .page__content {
        padding-left: 0;
        padding-right: 0
    }
}

@media (orientation: landscape) {
    html[onsflag-iphonex-landscape] .toolbar__left {
        padding-left:44px
    }

    html[onsflag-iphonex-landscape] .toolbar__right {
        padding-right: 44px
    }

    html[onsflag-iphonex-landscape] .bottom-bar {
        padding-right: 44px;
        padding-left: 44px
    }
}

@media (orientation: landscape) {
    html[onsflag-iphonex-landscape] .tabbar {
        padding-left:44px;
        padding-right: 44px;
        width: calc(100% - 88px)
    }
}

@media (orientation: portrait) {
    html[onsflag-iphonex-portrait] .fab--top__center,html[onsflag-iphonex-portrait] .fab--top__left,html[onsflag-iphonex-portrait] .fab--top__right {
        top:64px
    }

    html[onsflag-iphonex-portrait] .fab--bottom__center,html[onsflag-iphonex-portrait] .fab--bottom__left,html[onsflag-iphonex-portrait] .fab--bottom__right {
        bottom: 34px
    }
}

@media (orientation: landscape) {
    html[onsflag-iphonex-landscape] .fab--bottom__center,html[onsflag-iphonex-landscape] .fab--bottom__left,html[onsflag-iphonex-landscape] .fab--bottom__right {
        bottom:21px
    }

    html[onsflag-iphonex-landscape] .fab--bottom__left,html[onsflag-iphonex-landscape] .fab--top__left {
        left: 44px
    }

    html[onsflag-iphonex-landscape] .fab--bottom__right,html[onsflag-iphonex-landscape] .fab--top__right {
        right: 44px
    }
}

@media (orientation: portrait) {
    html[onsflag-iphonex-portrait] .action-sheet {
        bottom:48px
    }
}

@media (orientation: landscape) {
    html[onsflag-iphonex-landscape] .action-sheet {
        left:calc((100vw - 100vh + 20px)/ 2);
        right: calc((100vw - 100vh + 20px)/ 2);
        bottom: 33px
    }
}

@media (orientation: portrait) {
    html[onsflag-iphonex-portrait] .toast {
        bottom:34px
    }
}

@media (orientation: landscape) {
    html[onsflag-iphonex-landscape] .toast {
        left:52px;
        right: 52px;
        bottom: 21px
    }
}

@media (orientation: portrait) {
    html[onsflag-iphonex-portrait] .toolbar {
        top:0;
        box-sizing: content-box;
        padding-top: 44px
    }

    html[onsflag-iphonex-portrait] .dialog .toolbar,html[onsflag-iphonex-portrait] .tabbar--top__content .toolbar,html[onsflag-iphonex-portrait] .toolbar:not(.toolbar--cover-content)+.page__background+.page__content .toolbar {
        top: 0;
        box-sizing: border-box;
        padding-top: 0
    }

    html[onsflag-iphonex-portrait] .bottom-bar {
        bottom: 0;
        box-sizing: content-box;
        padding-bottom: 34px
    }

    html[onsflag-iphonex-portrait] .dialog .bottom-bar,html[onsflag-iphonex-portrait] .page-with-bottom-toolbar>.page__content .bottom-bar,html[onsflag-iphonex-portrait] .tabbar__content:not(.tabbar--top__content) .bottom-bar {
        bottom: 0;
        box-sizing: border-box;
        padding-bottom: 0
    }

    html[onsflag-iphonex-portrait] .page__content {
        top: 0;
        padding-top: 44px;
        bottom: 0;
        padding-bottom: 34px
    }

    html[onsflag-iphonex-portrait] .dialog .page__content,html[onsflag-iphonex-portrait] .tabbar--top__content .page__content,html[onsflag-iphonex-portrait] .toolbar:not(.toolbar--cover-content)+.page__background+.page__content,html[onsflag-iphonex-portrait] .toolbar:not(.toolbar--cover-content)+.page__background+.page__content .page__content {
        top: 0;
        padding-top: 0
    }

    html[onsflag-iphonex-portrait] .dialog .page__content,html[onsflag-iphonex-portrait] .page-with-bottom-toolbar>.page__content,html[onsflag-iphonex-portrait] .page-with-bottom-toolbar>.page__content .page__content,html[onsflag-iphonex-portrait] .tabbar__content:not(.tabbar--top__content) .page__content {
        bottom: 0;
        padding-bottom: 0
    }

    html[onsflag-iphonex-portrait] .toolbar:not(.toolbar--cover-content)+.page__background,html[onsflag-iphonex-portrait] .toolbar:not(.toolbar--cover-content)+.page__background+.page__content {
        top: 88px;
        padding-top: 0
    }

    html[onsflag-iphonex-portrait] .dialog .toolbar:not(.toolbar--cover-content)+.page__background,html[onsflag-iphonex-portrait] .dialog .toolbar:not(.toolbar--cover-content)+.page__background+.page__content,html[onsflag-iphonex-portrait] .tabbar--top__content .toolbar:not(.toolbar--cover-content)+.page__background,html[onsflag-iphonex-portrait] .tabbar--top__content .toolbar:not(.toolbar--cover-content)+.page__background+.page__content,html[onsflag-iphonex-portrait] .toolbar:not(.toolbar--cover-content)+.page__background+.page__content .toolbar:not(.toolbar--cover-content)+.page__background,html[onsflag-iphonex-portrait] .toolbar:not(.toolbar--cover-content)+.page__background+.page__content .toolbar:not(.toolbar--cover-content)+.page__background+.page__content {
        top: 44px;
        padding-top: 0
    }

    html[onsflag-iphonex-portrait] .page-with-bottom-toolbar>.page__content {
        bottom: 78px;
        padding-bottom: 0
    }

    html[onsflag-iphonex-portrait] .dialog .page-with-bottom-toolbar>.page__content,html[onsflag-iphonex-portrait] .page-with-bottom-toolbar>.page__content .page-with-bottom-toolbar>.page__content,html[onsflag-iphonex-portrait] .tabbar__content:not(.tabbar--top__content) .page-with-bottom-toolbar>.page__content {
        bottom: 44px;
        padding-bottom: 0
    }

    html[onsflag-iphonex-portrait] .toolbar.toolbar--transparent.toolbar--cover-content+.page__background+.page__content,html[onsflag-iphonex-portrait] .toolbar.toolbar--transparent.toolbar--cover-content+.page__background+.page__content .page_content {
        top: 0;
        padding-top: 88px
    }

    html[onsflag-iphonex-portrait] .dialog .toolbar.toolbar--transparent.toolbar--cover-content+.page__background+.page__content,html[onsflag-iphonex-portrait] .dialog .toolbar.toolbar--transparent.toolbar--cover-content+.page__background+.page__content .page_content,html[onsflag-iphonex-portrait] .tabbar--top__content .toolbar.toolbar--transparent.toolbar--cover-content+.page__background+.page__content,html[onsflag-iphonex-portrait] .tabbar--top__content .toolbar.toolbar--transparent.toolbar--cover-content+.page__background+.page__content .page_content,html[onsflag-iphonex-portrait] .toolbar:not(.toolbar--cover-content)+.page__background+.page__content .toolbar.toolbar--transparent.toolbar--cover-content+.page__background+.page__content,html[onsflag-iphonex-portrait] .toolbar:not(.toolbar--cover-content)+.page__background+.page__content .toolbar.toolbar--transparent.toolbar--cover-content+.page__background+.page__content .page__content {
        top: 0;
        padding-top: 44px
    }

    html[onsflag-iphonex-portrait] .tabbar--top {
        padding-top: 44px
    }

    html[onsflag-iphonex-portrait] .dialog .tabbar--top,html[onsflag-iphonex-portrait] .tabbar--top__content .tabbar--top,html[onsflag-iphonex-portrait] .toolbar:not(.toolbar--cover-content)+.page__background+.page__content .tabbar--top {
        padding-top: 0
    }

    html[onsflag-iphonex-portrait] .tabbar--top__content {
        top: 93px
    }

    html[onsflag-iphonex-portrait] .dialog .tabbar--top__content,html[onsflag-iphonex-portrait] .tabbar--top__content .tabbar--top__content,html[onsflag-iphonex-portrait] .toolbar:not(.toolbar--cover-content)+.page__background+.page__content .tabbar--top__content {
        top: 49px
    }

    html[onsflag-iphonex-portrait] .tabbar:not(.tabbar--top):not(.tabbar--top) {
        padding-bottom: 34px
    }

    html[onsflag-iphonex-portrait] .dialog .tabbar:not(.tabbar--top):not(.tabbar--top),html[onsflag-iphonex-portrait] .page-with-bottom-toolbar>.page__content .tabbar:not(.tabbar--top),html[onsflag-iphonex-portrait] .tabbar__content:not(.tabbar--top__content) .tabbar:not(.tabbar--top) {
        padding-bottom: 0
    }

    html[onsflag-iphonex-portrait] .tabbar__content:not(.tabbar--top__content) {
        bottom: 83px
    }

    html[onsflag-iphonex-portrait] .dialog .tabbar__content:not(.tabbar--top__content),html[onsflag-iphonex-portrait] .page-with-bottom-toolbar>.page__content .tabbar__content:not(.tabbar--top__content),html[onsflag-iphonex-portrait] .tabbar__content:not(.tabbar--top__content) .tabbar__content:not(.tabbar--top__content) {
        bottom: 49px
    }
}

@media (orientation: landscape) {
    html[onsflag-iphonex-landscape] .bottom-bar {
        bottom:0;
        box-sizing: content-box;
        padding-bottom: 21px
    }

    html[onsflag-iphonex-landscape] .dialog .bottom-bar,html[onsflag-iphonex-landscape] .page-with-bottom-toolbar>.page__content .bottom-bar,html[onsflag-iphonex-landscape] .tabbar__content:not(.tabbar--top__content) .bottom-bar {
        bottom: 0;
        box-sizing: border-box;
        padding-bottom: 0
    }

    html[onsflag-iphonex-landscape] .page__content {
        bottom: 0;
        padding-bottom: 21px
    }

    html[onsflag-iphonex-landscape] .dialog .page__content,html[onsflag-iphonex-landscape] .page-with-bottom-toolbar>.page__content,html[onsflag-iphonex-landscape] .page-with-bottom-toolbar>.page__content .page__content,html[onsflag-iphonex-landscape] .tabbar__content:not(.tabbar--top__content) .page__content {
        bottom: 0;
        padding-bottom: 0
    }

    html[onsflag-iphonex-landscape] .page-with-bottom-toolbar>.page__content {
        bottom: 65px;
        padding-bottom: 0
    }

    html[onsflag-iphonex-landscape] .dialog .page-with-bottom-toolbar>.page__content,html[onsflag-iphonex-landscape] .page-with-bottom-toolbar>.page__content .page-with-bottom-toolbar>.page__content,html[onsflag-iphonex-landscape] .tabbar__content:not(.tabbar--top__content) .page-with-bottom-toolbar>.page__content {
        bottom: 44px;
        padding-bottom: 0
    }

    html[onsflag-iphonex-landscape] .tabbar:not(.tabbar--top) {
        padding-bottom: 21px
    }

    html[onsflag-iphonex-landscape] .dialog .tabbar:not(.tabbar--top),html[onsflag-iphonex-landscape] .page-with-bottom-toolbar>.page__content .tabbar:not(.tabbar--top),html[onsflag-iphonex-landscape] .tabbar__content:not(.tabbar--top__content) .tabbar:not(.tabbar--top) {
        padding-bottom: 0
    }

    html[onsflag-iphonex-landscape] .tabbar__content:not(.tabbar--top__content) {
        bottom: 70px
    }

    html[onsflag-iphonex-landscape] .dialog .tabbar__content:not(.tabbar--top__content),html[onsflag-iphonex-landscape] .page-with-bottom-toolbar>.page__content .tabbar__content:not(.tabbar--top__content),html[onsflag-iphonex-landscape] .tabbar__content:not(.tabbar--top__content) .tabbar__content:not(.tabbar--top__content) {
        bottom: 49px
    }
}

@media (orientation: landscape) {
    html[onsflag-iphonex-landscape] .page__content>.list:not(.list--inset) {
        margin-left:-44px;
        margin-right: -44px
    }

    html[onsflag-iphonex-landscape] .page__content>.list:not(.list--inset)>.list-header {
        padding-left: 59px
    }

    html[onsflag-iphonex-landscape] .page__content>.list:not(.list--inset)>.list-item {
        padding-left: 58px
    }

    html[onsflag-iphonex-landscape] .page__content>.list:not(.list--inset)>.list-item--chevron:before {
        right: 60px
    }

    html[onsflag-iphonex-landscape] .page__content>.list:not(.list--inset)>.list-item>.list-item__center:last-child {
        padding-right: 50px
    }

    html[onsflag-iphonex-landscape] .page__content>.list:not(.list--inset)>.list-item>.list-item__right {
        padding-right: 56px
    }

    html[onsflag-iphonex-landscape] .page__content>.list:not(.list--inset)>.list-item>.list-item--chevron__right {
        padding-right: 74px
    }
}

@media (orientation: landscape) {
    html[onsflag-iphonex-landscape] .dialog .page__content>.list:not(.list--inset) {
        margin-left:0;
        margin-right: 0
    }

    html[onsflag-iphonex-landscape] .dialog .page__content>.list:not(.list--inset)>.list-header {
        padding-left: 15px
    }

    html[onsflag-iphonex-landscape] .dialog .page__content>.list:not(.list--inset)>.list-item {
        padding-left: 14px
    }

    html[onsflag-iphonex-landscape] .dialog .page__content>.list:not(.list--inset)>.list-item--chevron:before {
        right: 16px
    }

    html[onsflag-iphonex-landscape] .dialog .page__content>.list:not(.list--inset)>.list-item>.list-item__center:last-child {
        padding-right: 6px
    }

    html[onsflag-iphonex-landscape] .dialog .page__content>.list:not(.list--inset)>.list-item>.list-item__right {
        padding-right: 12px
    }

    html[onsflag-iphonex-landscape] .dialog .page__content>.list:not(.list--inset)>.list-item>.list-item--chevron__right {
        padding-right: 30px
    }
}

:root {
    --background-color: #FFFFFF;
    --text-color: #777777;
    --sub-text-color: #CCCCCC;
    --highlight-color: #F4586E;
    --second-highlight-color: #F56C6C;
    --border-color: #CCCCCC;
    --button-background-color: var(--highlight-color);
    --button-cta-background-color: var(--second-highlight-color);
    --toolbar-background-color: #F4586E;
    --toolbar-button-color: #FFFFFF;
    --toolbar-text-color: #FFFFFF;
    --toolbar-border-color: #EAEAEA;
    --button-bar-color: var(--highlight-color);
    --button-bar-active-text-color: #fff;
    --button-bar-active-background-color: rgba(255,255,255,0);
    --button-light-color: black;
    --segment-color: var(--highlight-color);
    --segment-active-text-color: #fff;
    --segment-active-background-color: rgba(255,255,255,0);
    --list-background-color: #fff;
    --list-header-background-color: #eee;
    --list-tap-active-background-color: #d9d9d9;
    --list-item-chevron-color: #C7C7C7;
    --progress-bar-color: var(--highlight-color);
    --progress-bar-secondary-color: rgba(221,221,221,1);
    --progress-bar-background-color: transparent;
    --progress-circle-primary-color: var(--highlight-color);
    --progress-circle-secondary-color: #DDDDDD;
    --progress-circle-background-color: transparent;
    --tabbar-background-color: #fafafa;
    --tabbar-text-color: #777777;
    --tabbar-highlight-text-color: var(--highlight-color);
    --tabbar-border-color: #ccc;
    --switch-highlight-color: #F4586E;
    --switch-border-color: rgba(0,0,0,0);
    --switch-background-color: white;
    --range-track-background-color: #DDDDDD;
    --range-track-background-color-active: #CCCCCC;
    --range-thumb-background-color: #F4586E;
    --modal-background-color: rgba(0, 0, 0, 0.7);
    --modal-text-color: #fff;
    --alert-dialog-background-color: #f4f4f4;
    --alert-dialog-text-color: #777777;
    --alert-dialog-button-color: #333333;
    --alert-dialog-separator-color: #ddd;
    --dialog-background-color: #FFFFFF;
    --dialog-text-color: #777777;
    --popover-background-color: white;
    --popover-text-color: #777777;
    --action-sheet-title-color: #777777;
    --action-sheet-button-separator-color: rgba(0, 0, 0, 0.1);
    --action-sheet-button-color: #333333;
    --action-sheet-button-destructive-color: #F4586E;
    --action-sheet-button-background-color: rgba(255, 255, 255, 0.9);
    --action-sheet-button-active-background-color: #e9e9e9;
    --action-sheet-cancel-button-background-color: #fff;
    --notification-background-color: #F4586E;
    --notification-color: white;
    --search-input-background-color: rgba(3, 3, 3, 0.09);
    --fab-text-color: #ffffff;
    --fab-background-color: var(--highlight-color);
    --fab-active-background-color: color(var(--fab-background-color) a(70%));
    --card-background-color: white;
    --card-text-color: #777777;
    --toast-background-color: rgba(0,0,0,0.6);
    --toast-text-color: white;
    --toast-button-text-color: #FFFFFF;
    --select-input-color: var(--text-color);
    --select-input-border-color: var(--border-color);
    --material-background-color: rgba(255,255,255,1);
    --material-text-color: #fff;
    --material-notification-background-color: #F4586E;
    --material-notification-color: white;
    --material-switch-active-thumb-color: #FFFFFF;
    --material-switch-active-background-color: #F4586E;
    --material-switch-inactive-thumb-color: #f1f1f1;
    --material-switch-inactive-background-color: #b0afaf;
    --material-range-track-color: #DDDDDD;
    --material-range-thumb-color: #F4586E;
    --material-range-disabled-thumb-color: rgba(139,139,139,1);
    --material-range-disabled-thumb-border-color: rgba(0,0,0,0);
    --material-range-zero-thumb-color: #DDDDDD;
    --material-toolbar-background-color: #F4586E;
    --material-toolbar-text-color: #FFFFFF;
    --material-toolbar-button-color: #FFFFFF;
    --material-segment-background-color: #fafafa;
    --material-segment-active-background-color: #F4586E;
    --material-segment-text-color: #777777;
    --material-segment-active-text-color: #FFFFFF;
    --material-button-background-color: #F4586E;
    --material-button-text-color: #ffffff;
    --material-button-disabled-background-color: color(#4f4f4f a(26%));
    --material-button-disabled-color: color(black a(26%));
    --material-flat-button-active-background-color: color(#999 a(20%));
    --material-list-background-color: #fff;
    --material-list-item-separator-color: #eee;
    --material-list-header-text-color: #333333;
    --material-checkbox-active-color: #F4586E;
    --material-checkbox-inactive-color: #777777;
    --material-checkbox-checkmark-color: #ffffff;
    --material-radio-button-active-color: #F4586E;
    --material-radio-button-inactive-color: #717171;
    --material-radio-button-disabled-color: #afafaf;
    --material-text-input-text-color: #777777;
    --material-text-input-active-color: #F4586E;
    --material-text-input-inactive-color: #CCCCCC;
    --material-search-background-color: #fafafa;
    --material-dialog-background-color: #FFFFFF;
    --material-dialog-text-color: #777777;
    --material-alert-dialog-background-color: #ffffff;
    --material-alert-dialog-title-color: #333333;
    --material-alert-dialog-content-color: #777777;
    --material-alert-dialog-button-color: #333333;
    --material-progress-bar-primary-color: #F4586E;
    --material-progress-bar-secondary-color: #DDDDDD;
    --material-progress-bar-background-color: transparent;
    --material-progress-circle-primary-color: var(--material-progress-bar-primary-color);
    --material-progress-circle-secondary-color: var(--material-progress-bar-secondary-color);
    --material-progress-circle-background-color: transparent;
    --material-tabbar-background-color: #ffffff;
    --material-tabbar-text-color: #777777;
    --material-tabbar-highlight-text-color: #F4586E;
    --material-tabbar-highlight-color: rgba(0,0,0,0.1);
    --material-fab-text-color: #FFFFFF;
    --material-fab-background-color: #F4586E;
    --material-fab-active-background-color: rgba(231,107,16,0.7);
    --material-card-background-color: white;
    --material-card-text-color: #777777;
    --material-toast-background-color: rgba(0,0,0,0.6);
    --material-toast-text-color: white;
    --material-toast-button-text-color: #F4586E;
    --material-select-input-color: var(--material-text-color);
    --material-select-input-active-color: rgba(0, 0, 0, 0.15);
    --material-select-input-inactive-color: #CCCCCC;
    --material-select-border-color: color(black a(12%));
    --material-popover-background-color: #FFFFFF;
    --material-popover-text-color: var(--material-text-color);
    --material-action-sheet-text-color: #777777;
    --tap-highlight-color: rgba(0,0,0,0)
}
