/*! bulma.io v0.9.1 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround{
    from{
        transform:rotate(0)
    }
    to{
        transform:rotate(359deg)
    }
}
@keyframes spinAround{
    from{
        transform:rotate(0)
    }
    to{
        transform:rotate(359deg)
    }
}
.button,.modal-close{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.select:not(.is-multiple):not(.is-loading)::after{
    border:3px solid transparent;
    border-radius:2px;
    border-right:0;
    border-top:0;
    content:" ";
    display:block;
    height:.625em;
    margin-top:-.4375em;
    pointer-events:none;
    position:absolute;
    top:50%;
    transform:rotate(-45deg);
    transform-origin:center;
    width:.625em
}
.block:not(:last-child),.content:not(:last-child),.level:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.title:not(:last-child){
    margin-bottom:1.5rem
}
.modal-close{
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color:rgba(10,10,10,.2);
    border:none;
    border-radius:290486px;
    cursor:pointer;
    pointer-events:auto;
    display:inline-block;
    flex-grow:0;
    flex-shrink:0;
    font-size:0;
    height:20px;
    max-height:20px;
    max-width:20px;
    min-height:20px;
    min-width:20px;
    outline:0;
    position:relative;
    vertical-align:top;
    width:20px
}
.modal-close::after,.modal-close::before{
    background-color:#fff;
    content:"";
    display:block;
    left:50%;
    position:absolute;
    top:50%;
    transform:translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin:center center
}
.modal-close::before{
    height:2px;
    width:50%
}
.modal-close::after{
    height:50%;
    width:2px
}
.modal-close:focus,.modal-close:hover{
    background-color:rgba(10,10,10,.3)
}
.modal-close:active{
    background-color:rgba(10,10,10,.4)
}
.is-small.modal-close{
    height:16px;
    max-height:16px;
    max-width:16px;
    min-height:16px;
    min-width:16px;
    width:16px
}
.is-medium.modal-close{
    height:24px;
    max-height:24px;
    max-width:24px;
    min-height:24px;
    min-width:24px;
    width:24px
}
.is-large.modal-close{
    height:32px;
    max-height:32px;
    max-width:32px;
    min-height:32px;
    min-width:32px;
    width:32px
}
.modal,.modal-background{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0
}
.button,.input,.select select{
    -moz-appearance:none;
    -webkit-appearance:none;
    align-items:center;
    border:1px solid transparent;
    border-radius:4px;
    box-shadow:none;
    display:inline-flex;
    font-size:1rem;
    height:2.5em;
    justify-content:flex-start;
    line-height:1.5;
    padding-bottom:calc(.5em - 1px);
    padding-left:calc(.75em - 1px);
    padding-right:calc(.75em - 1px);
    padding-top:calc(.5em - 1px);
    position:relative;
    vertical-align:top
}
.button:active,.button:focus,.input:active,.input:focus,.is-active.button,.is-active.input,.select select.is-active,.select select:active,.select select:focus{
    outline:0
}

.button{
    background-color:#fff;
    border-color:#dbdbdb;
    border-width:1px;
    color:#363636;
    cursor:pointer;
    justify-content:center;
    padding-bottom:calc(.5em - 1px);
    padding-left:1em;
    padding-right:1em;
    padding-top:calc(.5em - 1px);
    text-align:center;
    white-space:nowrap
}
.button strong{
    color:inherit
}
.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{
    height:1.5em;
    width:1.5em
}
.button .icon:first-child:not(:last-child){
    margin-left:calc(-.5em - 1px);
    margin-right:.25em
}
.button .icon:last-child:not(:first-child){
    margin-left:.25em;
    margin-right:calc(-.5em - 1px)
}
.button .icon:first-child:last-child{
    margin-left:calc(-.5em - 1px);
    margin-right:calc(-.5em - 1px)
}
.button:hover{
    border-color:#b5b5b5;
    color:#363636
}
.button:focus{
    border-color:#3273dc;
    color:#363636
}
.button:focus:not(:active){
    box-shadow:0 0 0 .125em rgba(50,115,220,.25)
}
.button.is-active,.button:active{
    border-color:#4a4a4a;
    color:#363636
}
.button.is-light{
    background-color:#f5f5f5;
    border-color:transparent;
    color:rgba(0,0,0,.7)
}
.button.is-light:hover{
    background-color:#eee;
    border-color:transparent;
    color:rgba(0,0,0,.7)
}
.button.is-light:focus{
    border-color:transparent;
    color:rgba(0,0,0,.7)
}
.button.is-light:focus:not(:active){
    box-shadow:0 0 0 .125em rgba(245,245,245,.25)
}
.button.is-light.is-active,.button.is-light:active{
    background-color:#e8e8e8;
    border-color:transparent;
    color:rgba(0,0,0,.7)
}
.button.is-dark{
    background-color:#363636;
    border-color:transparent;
    color:#fff
}
.button.is-dark:hover{
    background-color:#2f2f2f;
    border-color:transparent;
    color:#fff
}
.button.is-dark:focus{
    border-color:transparent;
    color:#fff
}
.button.is-dark:focus:not(:active){
    box-shadow:0 0 0 .125em rgba(54,54,54,.25)
}
.button.is-dark.is-active,.button.is-dark:active{
    background-color:#292929;
    border-color:transparent;
    color:#fff
}
.button.is-primary{
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    display: inline-block;
    font-weight: 700;
    transition: all 0.3s linear;
    border: 2px solid #e74c3c;
    cursor: pointer;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    background-color: #e74c3c;
    color: #fff;
}
.button.is-primary:hover{
    background-color:#fff;
    border: 2px solid #e74c3c;
    color:#e74c3c;
}
.button.is-primary:focus{
    border-color:transparent;
    color:#fff
}
.button.is-primary:focus:not(:active){
    box-shadow:0 0 0 .125em rgba(0,209,178,.25)
}
.button.is-primary.is-active,.button.is-primary:active{
    background-color:#e74c3c;
    border-color:transparent;
    color:#fff
}
.button.is-primary.is-light{
    background-color:#ebfffc;
    color:#00947e
}
.button.is-primary.is-light:hover{
    background-color:#defffa;
    border-color:transparent;
    color:#00947e
}
.button.is-primary.is-light.is-active,.button.is-primary.is-light:active{
    background-color:#d1fff8;
    border-color:transparent;
    color:#00947e
}
.button.is-link{
    background-color:#3273dc;
    border-color:transparent;
    color:#fff
}
.button.is-link:hover{
    background-color:#276cda;
    border-color:transparent;
    color:#fff
}
.button.is-link:focus{
    border-color:transparent;
    color:#fff
}
.button.is-link:focus:not(:active){
    box-shadow:0 0 0 .125em rgba(50,115,220,.25)
}
.button.is-link.is-active,.button.is-link:active{
    background-color:#2366d1;
    border-color:transparent;
    color:#fff
}
.button.is-link.is-light{
    background-color:#eef3fc;
    color:#2160c4
}
.button.is-link.is-light:hover{
    background-color:#e3ecfa;
    border-color:transparent;
    color:#2160c4
}
.button.is-link.is-light.is-active,.button.is-link.is-light:active{
    background-color:#d8e4f8;
    border-color:transparent;
    color:#2160c4
}
.button.is-small{
    border-radius:2px;
    font-size:.75rem
}
.button.is-medium{
    font-size:1.25rem
}
.button.is-large{
    font-size:1.5rem
}
.button.is-fullwidth{
    display:flex;
    width:100%
}
.button.is-rounded{
    border-radius:290486px;
    padding-left:calc(1em + .25em);
    padding-right:calc(1em + .25em)
}
.buttons{
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start
}
.buttons .button{
    margin-bottom:.5rem
}
.buttons .button:not(:last-child):not(.is-fullwidth){
    margin-right:.5rem
}
.buttons:last-child{
    margin-bottom:-.5rem
}
.buttons:not(:last-child){
    margin-bottom:1rem
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){
    font-size:1.25rem
}
.buttons.has-addons .button:not(:first-child){
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.buttons.has-addons .button:not(:last-child){
    border-bottom-right-radius:0;
    border-top-right-radius:0;
    margin-right:-1px
}
.buttons.has-addons .button:last-child{
    margin-right:0
}
.buttons.has-addons .button:hover{
    z-index:2
}
.buttons.has-addons .button.is-active,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{
    z-index:3
}
.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{
    z-index:4
}
.buttons.has-addons .button.is-expanded{
    flex-grow:1;
    flex-shrink:1
}
.buttons.is-centered{
    justify-content:center
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){
    margin-left:.25rem;
    margin-right:.25rem
}
.buttons.is-right{
    justify-content:flex-end
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){
    margin-left:.25rem;
    margin-right:.25rem
}
.container{
    flex-grow:1;
    margin:0 auto;
    position:relative;
    width:auto
}
.container.is-fluid{
    max-width:none!important;
    padding-left:32px;
    padding-right:32px;
    width:100%
}
@media screen and (min-width:1024px){
    .container{
        max-width:960px
    }
}
@media screen and (min-width:1216px){
    .container:not(.is-max-desktop){
        max-width:1152px
    }
}
@media screen and (min-width:1408px){
    .container:not(.is-max-desktop):not(.is-max-widescreen){
        max-width:1344px
    }
}
.content li+li{
    margin-top:.25em
}
.content p:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child){
    margin-bottom:1em
}
.content h1,.content h2,.content h3,.content h5{
    color:#363636;
    font-weight:600;
    line-height:1.125
}
.content h1{
    font-size:2em;
    margin-bottom:.5em
}
.content h1:not(:first-child){
    margin-top:1em
}
.content h2{
    font-size:1.75em;
    margin-bottom:.5714em
}
.content h2:not(:first-child){
    margin-top:1.1428em
}
.content h3{
    font-size:1.5em;
    margin-bottom:.6666em
}
.content h3:not(:first-child){
    margin-top:1.3333em
}
.content h5{
    font-size:1.125em;
    margin-bottom:.8888em
}
.content ul{
    list-style:disc outside;
    margin-left:2em;
    margin-top:1em
}
.content ul ul{
    list-style-type:circle;
    margin-top:.5em
}
.content ul ul ul{
    list-style-type:square
}
.content figure{
    margin-left:2em;
    margin-right:2em;
    text-align:center
}
.content figure:not(:first-child){
    margin-top:2em
}
.content figure:not(:last-child){
    margin-bottom:2em
}
.content figure img{
    display:inline-block
}
.content sup{
    font-size:75%
}
.content table{
    width:100%
}
.content table th{
    border:1px solid #dbdbdb;
    border-width:0 0 1px;
    padding:.5em .75em;
    vertical-align:top
}
.content table th{
    color:#363636
}
.content table th:not([align]){
    text-align:inherit
}
.content table tbody tr:last-child th{
    border-bottom-width:0
}
.content.is-small{
    font-size:.75rem
}
.content.is-medium{
    font-size:1.25rem
}
.content.is-large{
    font-size:1.5rem
}
.icon{
    align-items:center;
    display:inline-flex;
    justify-content:center;
    height:1.5rem;
    width:1.5rem
}
.icon.is-small{
    height:1rem;
    width:1rem
}
.icon.is-medium{
    height:2rem;
    width:2rem
}
.icon.is-large{
    height:3rem;
    width:3rem
}
.image{
    display:block;
    position:relative
}
.image img{
    display:block;
    height:auto;
    width:100%
}
.image img.is-rounded{
    border-radius:290486px
}
.image.is-fullwidth{
    width:100%
}
.image.is-64x64{
    height:64px;
    width:64px
}
.notification{
    background-color:#f5f5f5;
    border-radius:4px;
    position:relative;
    padding:1.25rem 2.5rem 1.25rem 1.5rem
}
.notification a:not(.button):not(.dropdown-item){
    color:currentColor;
    text-decoration:underline
}
.notification strong{
    color:currentColor
}
.notification code{
    background:#fff
}
.notification .content,.notification .subtitle,.notification .title{
    color:currentColor
}
.notification.is-light{
    background-color:#f5f5f5;
    color:rgba(0,0,0,.7)
}
.notification.is-dark{
    background-color:#363636;
    color:#fff
}
.notification.is-primary{
    background-color:#00d1b2;
    color:#fff
}
.notification.is-primary.is-light{
    background-color:#ebfffc;
    color:#00947e
}
.notification.is-link{
    background-color:#3273dc;
    color:#fff
}
.notification.is-link.is-light{
    background-color:#eef3fc;
    color:#2160c4
}
.progress{
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;
    border-radius:290486px;
    display:block;
    height:1rem;
    overflow:hidden;
    padding:0;
    width:100%
}
.progress::-webkit-progress-bar{
    background-color:#ededed
}
.progress::-webkit-progress-value{
    background-color:#4a4a4a
}
.progress::-moz-progress-bar{
    background-color:#4a4a4a
}
.progress::-ms-fill{
    background-color:#4a4a4a;
    border:none
}
.progress.is-light::-webkit-progress-value{
    background-color:#f5f5f5
}
.progress.is-light::-moz-progress-bar{
    background-color:#f5f5f5
}
.progress.is-light::-ms-fill{
    background-color:#f5f5f5
}
.progress.is-light:indeterminate{
    background-image:linear-gradient(to right,#f5f5f5 30%,#ededed 30%)
}
.progress.is-dark::-webkit-progress-value{
    background-color:#363636
}
.progress.is-dark::-moz-progress-bar{
    background-color:#363636
}
.progress.is-dark::-ms-fill{
    background-color:#363636
}
.progress.is-dark:indeterminate{
    background-image:linear-gradient(to right,#363636 30%,#ededed 30%)
}
.progress.is-primary::-webkit-progress-value{
    background-color:#00d1b2
}
.progress.is-primary::-moz-progress-bar{
    background-color:#00d1b2
}
.progress.is-primary::-ms-fill{
    background-color:#00d1b2
}
.progress.is-primary:indeterminate{
    background-image:linear-gradient(to right,#00d1b2 30%,#ededed 30%)
}
.progress.is-link::-webkit-progress-value{
    background-color:#3273dc
}
.progress.is-link::-moz-progress-bar{
    background-color:#3273dc
}
.progress.is-link::-ms-fill{
    background-color:#3273dc
}
.progress.is-link:indeterminate{
    background-image:linear-gradient(to right,#3273dc 30%,#ededed 30%)
}
.progress:indeterminate{
    -webkit-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    -webkit-animation-name:moveIndeterminate;
    animation-name:moveIndeterminate;
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    background-color:#ededed;
    background-image:linear-gradient(to right,#4a4a4a 30%,#ededed 30%);
    background-position:top left;
    background-repeat:no-repeat;
    background-size:150% 150%
}
.progress:indeterminate::-webkit-progress-bar{
    background-color:transparent
}
.progress:indeterminate::-moz-progress-bar{
    background-color:transparent
}
.progress:indeterminate::-ms-fill{
    animation-name:none
}
.progress.is-small{
    height:.75rem
}
.progress.is-medium{
    height:1.25rem
}
.progress.is-large{
    height:1.5rem
}
@-webkit-keyframes moveIndeterminate{
    from{
        background-position:200% 0
    }
    to{
        background-position:-200% 0
    }
}
@keyframes moveIndeterminate{
    from{
        background-position:200% 0
    }
    to{
        background-position:-200% 0
    }
}
.table{
    background-color:#fff;
    color:#363636
}
.table th{
    border:1px solid #dbdbdb;
    border-width:0 0 1px;
    padding:.5em .75em;
    vertical-align:top
}
.table th.is-light{
    background-color:#f5f5f5;
    border-color:#f5f5f5;
    color:rgba(0,0,0,.7)
}
.table th.is-dark{
    background-color:#363636;
    border-color:#363636;
    color:#fff
}
.table th.is-primary{
    background-color:#00d1b2;
    border-color:#00d1b2;
    color:#fff
}
.table th.is-link{
    background-color:#3273dc;
    border-color:#3273dc;
    color:#fff
}
.table th{
    color:#363636
}
.table th:not([align]){
    text-align:inherit
}
.table tbody{
    background-color:transparent
}
.table tbody tr:last-child th{
    border-bottom-width:0
}
.table.is-fullwidth{
    width:100%
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even){
    background-color:#fafafa
}
.table-container{
    -webkit-overflow-scrolling:touch;
    overflow:auto;
    overflow-y:hidden;
    max-width:100%
}
.tags{
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start
}
.tags .tag{
    margin-bottom:.5rem
}
.tags .tag:not(:last-child){
    margin-right:.5rem
}
.tags:last-child{
    margin-bottom:-.5rem
}
.tags:not(:last-child){
    margin-bottom:1rem
}
.tags.are-medium .tag:not(.is-normal):not(.is-large){
    font-size:1rem
}
.tags.is-centered{
    justify-content:center
}
.tags.is-centered .tag{
    margin-right:.25rem;
    margin-left:.25rem
}
.tags.is-right{
    justify-content:flex-end
}
.tags.is-right .tag:not(:first-child){
    margin-left:.5rem
}
.tags.is-right .tag:not(:last-child){
    margin-right:0
}
.tags.has-addons .tag{
    margin-right:0
}
.tags.has-addons .tag:not(:first-child){
    margin-left:0;
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.tags.has-addons .tag:not(:last-child){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.tag:not(body){
    align-items:center;
    background-color:#f5f5f5;
    border-radius:4px;
    color:#4a4a4a;
    display:inline-flex;
    font-size:.75rem;
    height:2em;
    justify-content:center;
    line-height:1.5;
    padding-left:.75em;
    padding-right:.75em;
    white-space:nowrap
}
.tag:not(body).is-light{
    background-color:#f5f5f5;
    color:rgba(0,0,0,.7)
}
.tag:not(body).is-dark{
    background-color:#363636;
    color:#fff
}
.tag:not(body).is-primary{
    background-color:#00d1b2;
    color:#fff
}
.tag:not(body).is-primary.is-light{
    background-color:#ebfffc;
    color:#00947e
}
.tag:not(body).is-link{
    background-color:#3273dc;
    color:#fff
}
.tag:not(body).is-link.is-light{
    background-color:#eef3fc;
    color:#2160c4
}
.tag:not(body).is-medium{
    font-size:1rem
}
.tag:not(body).is-large{
    font-size:1.25rem
}
.tag:not(body) .icon:first-child:not(:last-child){
    margin-left:-.375em;
    margin-right:.1875em
}
.tag:not(body) .icon:last-child:not(:first-child){
    margin-left:.1875em;
    margin-right:-.375em
}
.tag:not(body) .icon:first-child:last-child{
    margin-left:-.375em;
    margin-right:-.375em
}
.tag:not(body).is-rounded{
    border-radius:290486px
}
a.tag:hover{
    text-decoration:underline
}
.subtitle,.title{
    word-break:break-word
}
.subtitle span,.title span{
    font-weight:inherit
}
.subtitle sup,.title sup{
    font-size:.75em
}
.subtitle .tag,.title .tag{
    vertical-align:middle
}
.title{
    color:#363636;
    font-size:1.5rem;
    font-weight:600;
    line-height:1.125
}
.title strong{
    color:inherit;
    font-weight:inherit
}
.title:not(.is-spaced)+.subtitle{
    margin-top:-1.25rem
}
.title.is-1{
    font-size:3rem
}
.title.is-2{
    font-size:2.5rem
}
.title.is-3{
    font-size:2rem
}
.title.is-4{
    font-size:1.5rem
}
.title.is-5{
    font-size:1.25rem
}
.title.is-6{
    font-size:1rem
}
.subtitle{
    color:#4a4a4a;
    font-size:1.25rem;
    font-weight:400;
    line-height:1.25
}
.subtitle strong{
    color:#363636;
    font-weight:600
}
.subtitle:not(.is-spaced)+.title{
    margin-top:-1.25rem
}
.subtitle.is-1{
    font-size:3rem
}
.subtitle.is-2{
    font-size:2.5rem
}
.subtitle.is-3{
    font-size:2rem
}
.subtitle.is-4{
    font-size:1.5rem
}
.subtitle.is-5{
    font-size:1.25rem
}
.subtitle.is-6{
    font-size:1rem
}
.number{
    align-items:center;
    background-color:#f5f5f5;
    border-radius:290486px;
    display:inline-flex;
    font-size:1.25rem;
    height:2em;
    justify-content:center;
    margin-right:1.5rem;
    min-width:2.5em;
    padding:.25rem .5rem;
    text-align:center;
    vertical-align:top
}
.input,.select select{
    background-color:#fff;
    border-color:#dbdbdb;
    border-radius:4px;
    color:#363636
}
.input::-moz-placeholder,.select select::-moz-placeholder{
    color:rgba(54,54,54,.3)
}
.input::-webkit-input-placeholder,.select select::-webkit-input-placeholder{
    color:rgba(54,54,54,.3)
}
.input:-moz-placeholder,.select select:-moz-placeholder{
    color:rgba(54,54,54,.3)
}
.input:-ms-input-placeholder,.select select:-ms-input-placeholder{
    color:rgba(54,54,54,.3)
}
.input:hover,.select select:hover{
    border-color:#b5b5b5
}
.input:active,.input:focus,.is-active.input,.select select.is-active,.select select:active,.select select:focus{
    border-color:#3273dc;
    box-shadow:0 0 0 .125em rgba(50,115,220,.25)
}
.input{
    box-shadow:inset 0 .0625em .125em rgba(10,10,10,.05);
    max-width:100%;
    width:100%
}
.is-light.input{
    border-color:#f5f5f5
}
.is-light.input:active,.is-light.input:focus,.is-light.is-active.input{
    box-shadow:0 0 0 .125em rgba(245,245,245,.25)
}
.is-dark.input{
    border-color:#363636
}
.is-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input{
    box-shadow:0 0 0 .125em rgba(54,54,54,.25)
}
.is-primary.input{
    border-color:#00d1b2
}
.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input{
    box-shadow:0 0 0 .125em rgba(0,209,178,.25)
}
.is-link.input{
    border-color:#3273dc
}
.is-link.input:active,.is-link.input:focus,.is-link.is-active.input{
    box-shadow:0 0 0 .125em rgba(50,115,220,.25)
}
.is-small.input{
    border-radius:2px;
    font-size:.75rem
}
.is-medium.input{
    font-size:1.25rem
}
.is-large.input{
    font-size:1.5rem
}
.is-fullwidth.input{
    display:block;
    width:100%
}
.input.is-rounded{
    border-radius:290486px;
    padding-left:calc(calc(.75em - 1px) + .375em);
    padding-right:calc(calc(.75em - 1px) + .375em)
}
.select{
    display:inline-block;
    max-width:100%;
    position:relative;
    vertical-align:top
}
.select:not(.is-multiple){
    height:2.5em
}
.select:not(.is-multiple):not(.is-loading)::after{
    border-color:#3273dc;
    right:1.125em;
    z-index:4
}
.select.is-rounded select{
    border-radius:290486px;
    padding-left:1em
}
.select select{
    cursor:pointer;
    display:block;
    font-size:1em;
    max-width:100%;
    outline:0
}
.select select::-ms-expand{
    display:none
}
.select select:not([multiple]){
    padding-right:2.5em
}
.select select[multiple]{
    height:auto;
    padding:0
}
.select select[multiple] option{
    padding:.5em 1em
}
.select:not(.is-multiple):not(.is-loading):hover::after{
    border-color:#363636
}
.select.is-light:not(:hover)::after{
    border-color:#f5f5f5
}
.select.is-light select{
    border-color:#f5f5f5
}
.select.is-light select:hover{
    border-color:#e8e8e8
}
.select.is-light select.is-active,.select.is-light select:active,.select.is-light select:focus{
    box-shadow:0 0 0 .125em rgba(245,245,245,.25)
}
.select.is-dark:not(:hover)::after{
    border-color:#363636
}
.select.is-dark select{
    border-color:#363636
}
.select.is-dark select:hover{
    border-color:#292929
}
.select.is-dark select.is-active,.select.is-dark select:active,.select.is-dark select:focus{
    box-shadow:0 0 0 .125em rgba(54,54,54,.25)
}
.select.is-primary:not(:hover)::after{
    border-color:#00d1b2
}
.select.is-primary select{
    border-color:#00d1b2
}
.select.is-primary select:hover{
    border-color:#e74c3c
}
.select.is-primary select.is-active,.select.is-primary select:active,.select.is-primary select:focus{
    box-shadow:0 0 0 .125em rgba(0,209,178,.25)
}
.select.is-link:not(:hover)::after{
    border-color:#3273dc
}
.select.is-link select{
    border-color:#3273dc
}
.select.is-link select:hover{
    border-color:#2366d1
}
.select.is-link select.is-active,.select.is-link select:active,.select.is-link select:focus{
    box-shadow:0 0 0 .125em rgba(50,115,220,.25)
}
.select.is-small{
    border-radius:2px;
    font-size:.75rem
}
.select.is-medium{
    font-size:1.25rem
}
.select.is-large{
    font-size:1.5rem
}
.select.is-fullwidth{
    width:100%
}
.select.is-fullwidth select{
    width:100%
}
.label{
    color:#363636;
    display:block;
    font-size:1rem;
    font-weight:700
}
.label:not(:last-child){
    margin-bottom:.5em
}
.label.is-small{
    font-size:.75rem
}
.label.is-medium{
    font-size:1.25rem
}
.label.is-large{
    font-size:1.5rem
}
.help{
    display:block;
    font-size:.75rem;
    margin-top:.25rem
}
.help.is-light{
    color:#f5f5f5
}
.help.is-dark{
    color:#363636
}
.help.is-primary{
    color:#00d1b2
}
.help.is-link{
    color:#3273dc
}
.field:not(:last-child){
    margin-bottom:.75rem
}
.field.has-addons{
    display:flex;
    justify-content:flex-start
}
.field.has-addons .control:not(:last-child){
    margin-right:-1px
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{
    border-radius:0
}
.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]):hover{
    z-index:2
}
.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]):focus{
    z-index:3
}
.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover{
    z-index:4
}
.field.has-addons .control.is-expanded{
    flex-grow:1;
    flex-shrink:1
}
.control{
    box-sizing:border-box;
    clear:both;
    font-size:1rem;
    position:relative;
    text-align:inherit
}
.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{
    color:#4a4a4a
}
.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{
    font-size:.75rem
}
.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{
    font-size:1.25rem
}
.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{
    font-size:1.5rem
}
.control.has-icons-right .icon{
    color:#dbdbdb;
    height:2.5em;
    pointer-events:none;
    position:absolute;
    top:0;
    width:2.5em;
    z-index:4
}
.control.has-icons-right .input,.control.has-icons-right .select select{
    padding-right:2.5em
}
.control.has-icons-right .icon.is-right{
    right:0
}
.card{
    background-color:#fff;
    border-radius:.25rem;
    box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    color:#4a4a4a;
    max-width:100%;
    overflow:hidden;
    position:relative
}
.card .media:not(:last-child){
    margin-bottom:1.5rem
}
.dropdown{
    display:inline-flex;
    position:relative;
    vertical-align:top
}
.dropdown.is-active .dropdown-menu{
    display:block
}
.dropdown.is-right .dropdown-menu{
    left:auto;
    right:0
}
.dropdown-menu{
    display:none;
    left:0;
    min-width:12rem;
    padding-top:4px;
    position:absolute;
    top:100%;
    z-index:20
}
.dropdown-content{
    background-color:#fff;
    border-radius:4px;
    box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    padding-bottom:.5rem;
    padding-top:.5rem
}
.dropdown-item{
    color:#4a4a4a;
    display:block;
    font-size:.875rem;
    line-height:1.5;
    padding:.375rem 1rem;
    position:relative
}
a.dropdown-item,button.dropdown-item{
    padding-right:3rem;
    text-align:inherit;
    white-space:nowrap;
    width:100%
}
a.dropdown-item:hover,button.dropdown-item:hover{
    background-color:#f5f5f5;
    color:#0a0a0a
}
a.dropdown-item.is-active,button.dropdown-item.is-active{
    background-color:#3273dc;
    color:#fff
}
.dropdown-divider{
    background-color:#ededed;
    border:none;
    display:block;
    height:1px;
    margin:.5rem 0
}
.level{
    align-items:center;
    justify-content:space-between
}
.level code{
    border-radius:4px
}
.level img{
    display:inline-block;
    vertical-align:top
}
@media screen and (min-width:769px),print{
    .level{
        display:flex
    }
    .level>.level-item:not(.is-narrow){
        flex-grow:1
    }
}
.level-item{
    align-items:center;
    display:flex;
    flex-basis:auto;
    flex-grow:0;
    flex-shrink:0;
    justify-content:center
}
.level-item .subtitle,.level-item .title{
    margin-bottom:0
}
@media screen and (max-width:768px){
    .level-item:not(:last-child){
        margin-bottom:.75rem
    }
}
.level-left,.level-right{
    flex-basis:auto;
    flex-grow:0;
    flex-shrink:0
}
@media screen and (min-width:769px),print{
    .level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){
        margin-right:.75rem
    }
}
.level-left{
    align-items:center;
    justify-content:flex-start
}
@media screen and (max-width:768px){
    .level-left+.level-right{
        margin-top:1.5rem
    }
}
@media screen and (min-width:769px),print{
    .level-left{
        display:flex
    }
}
.level-right{
    align-items:center;
    justify-content:flex-end
}
@media screen and (min-width:769px),print{
    .level-right{
        display:flex
    }
}
.media{
    align-items:flex-start;
    display:flex;
    text-align:inherit
}
.media .content:not(:last-child){
    margin-bottom:.75rem
}
.media .media{
    border-top:1px solid rgba(219,219,219,.5);
    display:flex;
    padding-top:.75rem
}
.media .media .content:not(:last-child),.media .media .control:not(:last-child){
    margin-bottom:.5rem
}
.media .media .media{
    padding-top:.5rem
}
.media .media .media+.media{
    margin-top:.5rem
}
.media+.media{
    border-top:1px solid rgba(219,219,219,.5);
    margin-top:1rem;
    padding-top:1rem
}
.media.is-large+.media{
    margin-top:1.5rem;
    padding-top:1.5rem
}
.menu{
    font-size:1rem
}
.menu.is-small{
    font-size:.75rem
}
.menu.is-medium{
    font-size:1.25rem
}
.menu.is-large{
    font-size:1.5rem
}
.menu-label{
    color:#7a7a7a;
    font-size:.75em;
    letter-spacing:.1em;
    text-transform:uppercase
}
.menu-label:not(:first-child){
    margin-top:1em
}
.menu-label:not(:last-child){
    margin-bottom:1em
}
.message{
    background-color:#f5f5f5;
    border-radius:4px;
    font-size:1rem
}
.message strong{
    color:currentColor
}
.message a:not(.button):not(.tag):not(.dropdown-item){
    color:currentColor;
    text-decoration:underline
}
.message.is-small{
    font-size:.75rem
}
.message.is-medium{
    font-size:1.25rem
}
.message.is-large{
    font-size:1.5rem
}
.message.is-light{
    background-color:#fafafa
}
.message.is-light .message-header{
    background-color:#f5f5f5;
    color:rgba(0,0,0,.7)
}
.message.is-light .message-body{
    border-color:#f5f5f5
}
.message.is-dark{
    background-color:#fafafa
}
.message.is-dark .message-header{
    background-color:#363636;
    color:#fff
}
.message.is-dark .message-body{
    border-color:#363636
}
.message.is-primary{
    background-color:#ebfffc
}
.message.is-primary .message-header{
    background-color:#00d1b2;
    color:#fff
}
.message.is-primary .message-body{
    border-color:#00d1b2;
    color:#00947e
}
.message.is-link{
    background-color:#eef3fc
}
.message.is-link .message-header{
    background-color:#3273dc;
    color:#fff
}
.message.is-link .message-body{
    border-color:#3273dc;
    color:#2160c4
}
.message-header{
    align-items:center;
    background-color:#4a4a4a;
    border-radius:4px 4px 0 0;
    color:#fff;
    display:flex;
    font-weight:700;
    justify-content:space-between;
    line-height:1.25;
    padding:.75em 1em;
    position:relative
}
.message-header+.message-body{
    border-width:0;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.message-body{
    border-color:#dbdbdb;
    border-radius:4px;
    border-style:solid;
    border-width:0 0 0 4px;
    color:#4a4a4a;
    padding:1.25em 1.5em
}
.message-body code{
    background-color:#fff
}
.modal{
    align-items:center;
    display:none;
    flex-direction:column;
    justify-content:center;
    overflow:hidden;
    position:fixed;
    z-index:40
}
.modal.is-active{
    display:flex
}
.modal-background{
    background-color:rgba(10,10,10,.86)
}
.modal-content{
    margin:0 20px;
    max-height:calc(100vh - 160px);
    overflow:auto;
    position:relative;
    width:100%
}
@media screen and (min-width:769px){
    .modal-content{
        margin:0 auto;
        max-height:calc(100vh - 40px);
        width:640px
    }
}
.modal-close{
    background:0 0;
    height:40px;
    position:fixed;
    right:20px;
    top:20px;
    width:40px
}

@media screen and (max-width:1023px){
    .navbar>.container{
        display:block
    }
    .navbar-brand .navbar-item{
        align-items:center;
        display:flex
    }
    .navbar-menu{
        background-color:#fff;
        box-shadow:0 8px 16px rgba(10,10,10,.1);
        padding:.5rem 0
    }
    .navbar-menu.is-active{
        display:block
    }
}
@media screen and (min-width:1024px){
    .navbar,.navbar-end,.navbar-menu{
        align-items:stretch;
        display:flex
    }
    .navbar{
        min-height:3.25rem
    }
    .navbar.is-spaced{
        padding:1rem 2rem
    }
    .navbar.is-spaced .navbar-end{
        align-items:center
    }
    .navbar.is-spaced a.navbar-item{
        border-radius:4px
    }
    .navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover{
        background-color:transparent!important
    }
    .navbar-burger{
        display:none
    }
    .navbar-item{
        align-items:center;
        display:flex
    }
    .navbar-menu{
        flex-grow:1;
        flex-shrink:0
    }
    .navbar-end{
        justify-content:flex-end;
        margin-left:auto
    }
    .container>.navbar .navbar-brand,.navbar>.container .navbar-brand{
        margin-left:-.75rem
    }
    .container>.navbar .navbar-menu,.navbar>.container .navbar-menu{
        margin-right:-.75rem
    }
    a.navbar-item.is-active{
        color:#0a0a0a
    }
    a.navbar-item.is-active:not(:focus):not(:hover){
        background-color:transparent
    }
}
.column{
    display:block;
    flex-basis:0;
    flex-grow:1;
    flex-shrink:1;
    padding:.75rem
}
@media screen and (min-width:769px),print{
    .column.is-1{
        flex:none;
        width:8.33333%
    }
    .column.is-2{
        flex:none;
        width:16.66667%
    }
    .column.is-3{
        flex:none;
        width:25%
    }
    .column.is-4{
        flex:none;
        width:33.33333%
    }
    .column.is-5{
        flex:none;
        width:41.66667%
    }
    .column.is-6{
        flex:none;
        width:50%
    }
    .column.is-8{
        flex:none;
        width:66.66667%
    }
}
.columns{
    margin-left:-.75rem;
    margin-right:-.75rem;
    margin-top:-.75rem
}
.columns:last-child{
    margin-bottom:-.75rem
}
.columns:not(:last-child){
    margin-bottom:calc(1.5rem - .75rem)
}
.columns.is-centered{
    justify-content:center
}
@media screen and (min-width:769px),print{
    .columns:not(.is-desktop){
        display:flex
    }
}
.has-text-white{
    color:#fff!important
}
a.has-text-white:focus,a.has-text-white:hover{
    color:#e6e6e6!important
}
.has-text-light{
    color:#f5f5f5!important
}
a.has-text-light:focus,a.has-text-light:hover{
    color:#dbdbdb!important
}
.has-background-light{
    background-color:#f5f5f5!important
}
.has-text-dark{
    color:#363636!important
}
a.has-text-dark:focus,a.has-text-dark:hover{
    color:#1c1c1c!important
}
.has-background-dark{
    background-color:#363636!important
}
.has-text-primary{
    color:#00d1b2!important
}
a.has-text-primary:focus,a.has-text-primary:hover{
    color:#009e86!important
}
.has-text-primary-dark{
    color:#00947e!important
}
a.has-text-primary-dark:focus,a.has-text-primary-dark:hover{
    color:#00c7a9!important
}
.has-text-link-dark{
    color:#2160c4!important
}
a.has-text-link-dark:focus,a.has-text-link-dark:hover{
    color:#3b79de!important
}
.has-text-success-dark{
    color:#257942!important
}
a.has-text-success-dark:focus,a.has-text-success-dark:hover{
    color:#31a058!important
}
.has-text-danger{
    color:#f14668!important
}
a.has-text-danger:focus,a.has-text-danger:hover{
    color:#ee1742!important
}
.my-0{
    margin-top:0!important;
    margin-bottom:0!important
}
.mt-2{
    margin-top:.5rem!important
}
.mb-2{
    margin-bottom:.5rem!important
}
.ml-2{
    margin-left:.5rem!important
}
.mb-3{
    margin-bottom:.75rem!important
}
.ml-3{
    margin-left:.75rem!important
}
.mt-5{
    margin-top:1.5rem!important
}
.mb-5{
    margin-bottom:1.5rem!important
}
.pt-0{
    padding-top:0!important
}
.pt-1{
    padding-top:.25rem!important
}
.pt-5{
    padding-top:1.5rem!important
}
.is-size-2{
    font-size:2.5rem!important
}
.is-size-5{
    font-size:1.25rem!important
}
.is-size-6{
    font-size:1rem!important
}
.is-size-7{
    font-size:.75rem!important
}
.has-text-centered{
    text-align:center!important
}
.has-text-right{
    text-align:right!important
}
@media screen and (max-width:768px){
    .has-text-centered-mobile{
        text-align:center!important
    }
}
.has-text-weight-bold{
    font-weight:700!important
}
.is-block{
    display:block!important
}
@media screen and (max-width:768px){
    .is-hidden-mobile{
        display:none!important
    }
}
.hero{
    align-items:stretch;
    display:flex;
    flex-direction:column;
    justify-content:space-between
}
.hero .navbar{
    background:0 0
}
.hero.is-light{
    background-color:#f5f5f5;
    color:rgba(0,0,0,.7)
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{
    color:inherit
}
.hero.is-light .title{
    color:rgba(0,0,0,.7)
}
.hero.is-light .subtitle{
    color:rgba(0,0,0,.9)
}
.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{
    color:rgba(0,0,0,.7)
}
@media screen and (max-width:1023px){
    .hero.is-light .navbar-menu{
        background-color:#f5f5f5
    }
}
.hero.is-light .navbar-item{
    color:rgba(0,0,0,.7)
}
.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{
    background-color:#e8e8e8;
    color:rgba(0,0,0,.7)
}
.hero.is-dark{
    background-color:#363636;
    color:#fff
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{
    color:inherit
}
.hero.is-dark .title{
    color:#fff
}
.hero.is-dark .subtitle{
    color:rgba(255,255,255,.9)
}
.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{
    color:#fff
}
@media screen and (max-width:1023px){
    .hero.is-dark .navbar-menu{
        background-color:#363636
    }
}
.hero.is-dark .navbar-item{
    color:rgba(255,255,255,.7)
}
.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{
    background-color:#292929;
    color:#fff
}
.hero.is-primary{
    background-color:#00d1b2;
    color:#fff
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{
    color:inherit
}
.hero.is-primary .title{
    color:#fff
}
.hero.is-primary .subtitle{
    color:rgba(255,255,255,.9)
}
.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{
    color:#fff
}
@media screen and (max-width:1023px){
    .hero.is-primary .navbar-menu{
        background-color:#00d1b2
    }
}
.hero.is-primary .navbar-item{
    color:rgba(255,255,255,.7)
}
.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{
    background-color:#e74c3c;
    color:#fff
}
.hero.is-link{
    background-color:#3273dc;
    color:#fff
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{
    color:inherit
}
.hero.is-link .title{
    color:#fff
}
.hero.is-link .subtitle{
    color:rgba(255,255,255,.9)
}
.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{
    color:#fff
}
@media screen and (max-width:1023px){
    .hero.is-link .navbar-menu{
        background-color:#3273dc
    }
}
.hero.is-link .navbar-item{
    color:rgba(255,255,255,.7)
}
.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{
    background-color:#2366d1;
    color:#fff
}
.hero.is-small .hero-body{
    padding:1.5rem
}
@media screen and (min-width:769px),print{
    .hero.is-medium .hero-body{
        padding:9rem 1.5rem
    }
}
@media screen and (min-width:769px),print{
    .hero.is-large .hero-body{
        padding:18rem 1.5rem
    }
}
.hero-head{
    flex-grow:0;
    flex-shrink:0
}
.hero-body{
    flex-grow:1;
    flex-shrink:0;
    padding:3rem 1.5rem
}
.section {
    padding: 3.5rem 4.5rem;
}
@media screen and (min-width:1024px){
    .section.is-medium{
        padding:9rem 1.5rem
    }
    .section.is-large{
        padding:18rem 1.5rem
    }
}
.footer{
    background-color:#fafafa;
    padding:3rem 1.5rem 6rem
}
.navbar-item img{
    max-height:100%
}
.funbtn{
    margin:10px;
    width:250px;
    height:60px
}
.funbtn:hover{
    background-color:grey;
    color:#fff
}
.progress.is-tiny{
    height:.1rem;
    display:none;
    margin-bottom:0
}

ul li a:visited{
    color:#363636
}
ul li a:link:hover{
    color:#2160c4;
    font-weight:700
}
.autocomplete-suggestions{
    text-align:left;
    cursor:default;
    border:1px solid #d4d4d4;
    border-top:none;
    background:#fff;
    box-shadow:-1px 1px 3px rgba(0,0,0,.1);
    position:absolute;
    display:none;
    z-index:9999;
    max-height:400px;
    overflow:hidden;
    overflow-y:auto;
    box-sizing:border-box
}
.autocomplete-suggestion{
    position:relative;
    padding:10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:20px;
    color:#333;
    cursor:pointer;
    background-color:#fff;
    border-bottom:1px solid #d4d4d4
}
.autocomplete-suggestion b{
    font-weight:strong;
    color:#000
}
.autocomplete-suggestion.selected{
    background-color:#e9e9e9!important
}
.material-icons.md-18{
    font-size:18px
}
.material-icons.md-36{
    font-size:36px
}
.material-icons.md-72{
    font-size:72px
}
