/*! * Copyright(c) Frameshop.com.au 2014 - 2021 * Copyright(c) A & H Trading 2014 - 2021 * * Permission to use, copy, modify, and distribute this software * and its documentation for any purpose and without fee is NOT granted. * * Permission to use, copy, modify, and distribute the included libraries * used in this software is expressed by the licence of each library. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
 .alert-box{
    -webkit-transition:all .25s ease-out;
    -o-transition:all .25s ease-out;
    transition:all .25s ease-out;
    margin:10px 0;
    padding:15px;
    background-color:gray;
    border-radius:1px;
    color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.alert-box--danger{
    background-color:#f44336
}
.alert-box--warning{
    background-color:#ff8700
}
.alert-box--info{
    background-color:#2196f3
}
.alert-box__icon{
    width:30px;
    height:30px;
    margin-right:15px
}
.alert-box b{
    font-weight:400
}
.tooltip{
    z-index:1
}
.tooltip__button{
    background-color:transparent;
    font-size:16px;
    font-size:1rem;
    color:#4458d1;
    outline:none;
    padding:0;
    margin:0;
    border:none;
    line-height:16px;
    line-height:1rem;
    vertical-align:middle;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
    position:relative
}
.tooltip__button:hover{
    color:#818fe0
}
.tooltip__content{
    display:block;
    position:absolute;
    background-color:#2375ec;
    color:#fff;
    width:200px;
    font-size:20.8px;
    font-size:1.3rem;
    line-height:28.8px;
    line-height:1.8rem;
    padding:10px;
    border-radius:2px;
    -webkit-transition:all .15s ease-in;
    -o-transition:all .15s ease-in;
    transition:all .15s ease-in
}
.tooltip__content b{
    font-weight:500
}
.frame-card__container{
    display:inline-block;
    cursor:pointer
}
.frame-list-container{
    overflow-y:hidden;
    overflow-x:scroll;
    white-space:nowrap;
    min-height:215px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.frame-card--selected .frame-card__info__table{
    display:table
}
.frame-card{
    vertical-align:middle;
    -webkit-box-shadow:rgba(1,1,1,.05) 0 0 2px 2px inset,rgba(1,1,1,.5) 0 2px 3px 0;
    box-shadow:inset 0 0 2px 2px rgba(1,1,1,.05),0 2px 3px 0 rgba(1,1,1,.5);
    background-color:#f8f8f8;
    border-radius:2px;
    margin:20px 5px;
    text-align:center;
    min-width:120px;
    -webkit-transition:all .2s ease-out;
    -o-transition:all .2s ease-out;
    transition:all .2s ease-out;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding:15px
}
.frame-card:hover{
    -webkit-transition:all .1s ease-in;
    -o-transition:all .1s ease-in;
    transition:all .1s ease-in;
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2);
    z-index:999;
    /*top:0;*/
    /*position:absolute;*/
}
.frame-card__code{
    font-weight:500
}
.frame-card__placeholder{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:150px
}
.frame-card--selected{
    -webkit-box-shadow:#cdae47 0 0 0 3px inset,rgba(1,1,1,.5) 0 4px 8px 0;
    box-shadow:inset 0 0 0 3px #cdae47,0 4px 8px 0 rgba(1,1,1,.5);
    margin-left:5px;
    margin-right:5px;
    color:#cdae47
}
.frame-card--invalid{
    opacity:.5;
    background-color:gray;
    cursor:not-allowed
}
.frame-card__info{
    -webkit-transition:width .4s ease,color .2s ease-out;
    -o-transition:width .4s ease,color .2s ease-out;
    transition:width .4s ease,color .2s ease-out;
    width:0;
    padding:0;
    margin:0;
    overflow:hidden;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding-left:5px;
    border-left:1px solid transparent
}
.frame-card__info__table{
    display:none
}
.frame-card__info__table .title{
    font-weight:500;
    font-size:27.2px;
    font-size:1.7rem;
    height:40px
}
.frame-card__info__table tbody tr{
    line-height:40px;
    line-height:2.5rem
}
.frame-card__info__table tbody tr:nth-of-type(odd){
    background-color:#e7e7e7
}
.frame-card__info__table tbody tr td:first-of-type{
    text-align:right;
    padding-right:5px;
    font-weight:500
}
.frame-card__info__table tbody tr td:nth-of-type(2){
    text-align:left;
    padding-left:5px
}
.frame-card__info--expanded{
    width:180px;
    border-left:1px solid #5b5b5b;
    margin-left:5px
}
.frame-image{
    height:140px;
    margin:0 auto;
    padding:5px 10px
}
#checkout-row{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center
}
#checkout-row,#checkout-row #qty-price{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    align-items:center
}
#checkout-row #qty-price{
    font-size:32px;
    font-size:2rem;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -ms-flex-align:center
}
@media screen and (max-width:768px){
    #checkout-row{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    #checkout-row .add-to-cart-button{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%
    }
}
#quantity-container input{
    max-width:65px
}
.add-to-cart-button{
    margin:0;
    width:100%
}
.product-summary{
    font-size:22.4px;
    font-size:1.4rem;
    text-align:center
}
.product-summary__row{
    cursor:pointer;
    font-size:22.4px;
    font-size:1.4rem;
    text-align:center
}
.product-summary__row td:first-of-type{
    text-align:right
}
.product-summary__row--link{
    text-decoration:underline
}
body.swal2-shown{
    overflow-y:hidden
}
.swal2-container,body.swal2-iosfix{
    position:fixed;
    left:0;
    right:0
}
.swal2-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    top:0;
    bottom:0;
    padding:10px;
    background-color:transparent;
    z-index:1060
}
.swal2-container.swal2-top,.swal2-container.swal2-top-left{
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.swal2-container.swal2-top-left{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.swal2-container.swal2-top-right{
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.swal2-container.swal2-center,.swal2-container.swal2-center-left{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.swal2-container.swal2-center-left{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.swal2-container.swal2-center-right{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.swal2-container.swal2-bottom,.swal2-container.swal2-bottom-left{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
}
.swal2-container.swal2-bottom-left{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.swal2-container.swal2-bottom-right{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.swal2-container.swal2-grow-fullscreen>.swal2-modal{
    -ms-flex:1;
    flex:1;
    -ms-flex-item-align:stretch;
    align-self:stretch;
    -ms-flex-pack:center
}
.swal2-container.swal2-grow-fullscreen>.swal2-modal,.swal2-container.swal2-grow-row>.swal2-modal{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important;
    -webkit-box-flex:1;
    -webkit-box-pack:center;
    justify-content:center
}
.swal2-container.swal2-grow-row>.swal2-modal{
    -ms-flex:1;
    flex:1;
    -ms-flex-line-pack:center;
    align-content:center;
    -ms-flex-pack:center
}
.swal2-container.swal2-grow-column{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-top-left{
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-right{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
}
.swal2-container.swal2-grow-column>.swal2-modal{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    -ms-flex-line-pack:center;
    align-content:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal{
    margin:auto
}
@media (-ms-high-contrast:active),(-ms-high-contrast:none){
    .swal2-container .swal2-modal{
        margin:0!important
    }
}
.swal2-container.swal2-fade{
    -webkit-transition:background-color .1s;
    -o-transition:background-color .1s;
    transition:background-color .1s
}
.swal2-container.swal2-shown{
    background-color:#000;
    background-color:rgba(0,0,0,.4)
}
.swal2-modal{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    background-color:#fff;
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
    border-radius:5px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    overflow-x:hidden;
    overflow-y:auto;
    display:none;
    position:relative;
    max-width:100%
}
.swal2-modal:focus{
    outline:none
}
.swal2-modal.swal2-loading{
    overflow-y:hidden
}
.swal2-modal .swal2-title{
    color:#595959;
    font-size:30px;
    text-align:center;
    font-weight:600;
    text-transform:none;
    position:relative;
    margin:0 0 .4em;
    padding:0;
    display:block;
    word-wrap:break-word
}
.swal2-modal .swal2-buttonswrapper{
    margin-top:15px
}
.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled]{
    opacity:.4;
    cursor:no-drop
}
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border:4px solid transparent;
    border-color:transparent;
    width:40px;
    height:40px;
    padding:0;
    margin:7.5px;
    vertical-align:top;
    background-color:transparent!important;
    color:transparent;
    cursor:default;
    border-radius:100%;
    -webkit-animation:rotate-loading 1.5s linear 0s infinite normal;
    animation:rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel{
    margin-left:30px;
    margin-right:30px
}
.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm:after{
    display:inline-block;
    content:"";
    margin-left:5px;
    vertical-align:-1px;
    height:15px;
    width:15px;
    border:3px solid #999;
    -webkit-box-shadow:1px 1px 1px #fff;
    box-shadow:1px 1px 1px #fff;
    border-right-color:transparent;
    border-radius:50%;
    -webkit-animation:rotate-loading 1.5s linear 0s infinite normal;
    animation:rotate-loading 1.5s linear 0s infinite normal
}
.swal2-modal .swal2-styled{
    border:0;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#fff;
    cursor:pointer;
    font-size:17px;
    font-weight:500;
    margin:15px 5px 0;
    padding:10px 32px
}
.swal2-modal .swal2-styled:focus{
    outline:none;
    -webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);
    box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)
}
.swal2-modal .swal2-image{
    margin:20px auto;
    max-width:100%
}
.swal2-modal .swal2-close{
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    width:38px;
    height:40px;
    font-size:36px;
    line-height:40px;
    font-family:serif;
    position:absolute;
    top:5px;
    right:8px;
    cursor:pointer;
    color:#ccc;
    -webkit-transition:color .1s ease;
    -o-transition:color .1s ease;
    transition:color .1s ease
}
.swal2-modal .swal2-close:hover{
    color:#d55
}
.swal2-modal>.swal2-checkbox,.swal2-modal>.swal2-file,.swal2-modal>.swal2-input,.swal2-modal>.swal2-radio,.swal2-modal>.swal2-select,.swal2-modal>.swal2-textarea{
    display:none
}
.swal2-modal .swal2-content{
    font-size:18px;
    text-align:center;
    font-weight:300;
    position:relative;
    float:none;
    margin:0;
    padding:0;
    line-height:normal;
    color:#545454;
    word-wrap:break-word
}
.swal2-modal .swal2-checkbox,.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-radio,.swal2-modal .swal2-select,.swal2-modal .swal2-textarea{
    margin:20px auto
}
.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-textarea{
    width:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-size:18px;
    border-radius:3px;
    border:1px solid #d9d9d9;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.06);
    -webkit-transition:border-color .3s,-webkit-box-shadow .3s;
    transition:border-color .3s,-webkit-box-shadow .3s;
    -o-transition:border-color .3s,box-shadow .3s;
    transition:border-color .3s,box-shadow .3s;
    transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s
}
.swal2-modal .swal2-file.swal2-inputerror,.swal2-modal .swal2-input.swal2-inputerror,.swal2-modal .swal2-textarea.swal2-inputerror{
    border-color:#f27474!important;
    -webkit-box-shadow:0 0 2px #f27474!important;
    box-shadow:0 0 2px #f27474!important
}
.swal2-modal .swal2-file:focus,.swal2-modal .swal2-input:focus,.swal2-modal .swal2-textarea:focus{
    outline:none;
    border:1px solid #b4dbed;
    -webkit-box-shadow:0 0 3px #c4e6f5;
    box-shadow:0 0 3px #c4e6f5
}
.swal2-modal .swal2-file::-webkit-input-placeholder,.swal2-modal .swal2-input::-webkit-input-placeholder,.swal2-modal .swal2-textarea::-webkit-input-placeholder{
    color:#ccc
}
.swal2-modal .swal2-file:-ms-input-placeholder,.swal2-modal .swal2-file::-ms-input-placeholder,.swal2-modal .swal2-input:-ms-input-placeholder,.swal2-modal .swal2-input::-ms-input-placeholder,.swal2-modal .swal2-textarea:-ms-input-placeholder,.swal2-modal .swal2-textarea::-ms-input-placeholder{
    color:#ccc
}
.swal2-modal .swal2-file::-moz-placeholder,.swal2-modal .swal2-input::-moz-placeholder,.swal2-modal .swal2-textarea::-moz-placeholder{
    color:#ccc
}
.swal2-modal .swal2-file::placeholder,.swal2-modal .swal2-input::placeholder,.swal2-modal .swal2-textarea::placeholder{
    color:#ccc
}
.swal2-modal .swal2-range input{
    float:left;
    width:80%
}
.swal2-modal .swal2-range output{
    float:right;
    width:20%;
    font-size:20px;
    font-weight:600;
    text-align:center
}
.swal2-modal .swal2-range input,.swal2-modal .swal2-range output{
    height:43px;
    line-height:43px;
    vertical-align:middle;
    margin:20px auto;
    padding:0
}
.swal2-modal .swal2-input{
    height:43px;
    padding:0 12px
}
.swal2-modal .swal2-input[type=number]{
    max-width:150px
}
.swal2-modal .swal2-file{
    font-size:20px
}
.swal2-modal .swal2-textarea{
    height:108px;
    padding:12px
}
.swal2-modal .swal2-select{
    color:#545454;
    font-size:inherit;
    padding:5px 10px;
    min-width:40%;
    max-width:100%
}
.swal2-modal .swal2-radio{
    border:0
}
.swal2-modal .swal2-radio label:not(:first-child){
    margin-left:20px
}
.swal2-modal .swal2-radio input,.swal2-modal .swal2-radio span{
    vertical-align:middle
}
.swal2-modal .swal2-radio input{
    margin:0 3px 0 0
}
.swal2-modal .swal2-checkbox{
    color:#545454
}
.swal2-modal .swal2-checkbox input,.swal2-modal .swal2-checkbox span{
    vertical-align:middle
}
.swal2-modal .swal2-validationerror{
    background-color:#f0f0f0;
    margin:0 -20px;
    overflow:hidden;
    padding:10px;
    color:gray;
    font-size:16px;
    font-weight:300;
    display:none
}
.swal2-modal .swal2-validationerror:before{
    content:"!";
    display:inline-block;
    width:24px;
    height:24px;
    border-radius:50%;
    background-color:#ea7d7d;
    color:#fff;
    line-height:24px;
    text-align:center;
    margin-right:10px
}
@supports (-ms-accelerator:true){
    .swal2-range input{
        width:100%!important
    }
    .swal2-range output{
        display:none
    }
}
@media (-ms-high-contrast:active),(-ms-high-contrast:none){
    .swal2-range input{
        width:100%!important
    }
    .swal2-range output{
        display:none
    }
}
.swal2-icon{
    width:80px;
    height:80px;
    border:4px solid transparent;
    border-radius:50%;
    margin:20px auto 30px;
    padding:0;
    position:relative;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    cursor:default;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.swal2-icon.swal2-error{
    border-color:#f27474
}
.swal2-icon.swal2-error .swal2-x-mark{
    position:relative;
    display:block
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line]{
    position:absolute;
    height:5px;
    width:47px;
    background-color:#f27474;
    display:block;
    top:37px;
    border-radius:2px
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    left:17px
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    right:16px
}
.swal2-icon.swal2-warning{
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
    color:#f8bb86;
    border-color:#facea8
}
.swal2-icon.swal2-info,.swal2-icon.swal2-warning{
    font-size:60px;
    line-height:80px;
    text-align:center
}
.swal2-icon.swal2-info{
    font-family:Open Sans,sans-serif;
    color:#3fc3ee;
    border-color:#9de0f6
}
.swal2-icon.swal2-question{
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
    color:#87adbd;
    border-color:#c9dae1;
    font-size:60px;
    line-height:80px;
    text-align:center
}
.swal2-icon.swal2-success{
    border-color:#a5dc86
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line]{
    border-radius:50%;
    position:absolute;
    width:60px;
    height:120px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg)
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{
    border-radius:120px 0 0 120px;
    top:-7px;
    left:-33px;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:60px 60px;
    -ms-transform-origin:60px 60px;
    transform-origin:60px 60px
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{
    border-radius:0 120px 120px 0;
    top:-11px;
    left:30px;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:0 60px;
    -ms-transform-origin:0 60px;
    transform-origin:0 60px
}
.swal2-icon.swal2-success .swal2-success-ring{
    width:80px;
    height:80px;
    border:4px solid #a5dc86;
    border:4px solid hsla(98,55%,69%,.2);
    border-radius:50%;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    position:absolute;
    left:-4px;
    top:-4px;
    z-index:2
}
.swal2-icon.swal2-success .swal2-success-fix{
    width:7px;
    height:90px;
    position:absolute;
    left:28px;
    top:8px;
    z-index:1;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.swal2-icon.swal2-success [class^=swal2-success-line]{
    height:5px;
    background-color:#a5dc86;
    display:block;
    border-radius:2px;
    position:absolute;
    z-index:2
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{
    width:25px;
    left:14px;
    top:46px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg)
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{
    width:47px;
    right:8px;
    top:38px;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.swal2-progresssteps{
    font-weight:600;
    margin:0 0 20px;
    padding:0
}
.swal2-progresssteps li{
    display:inline-block;
    position:relative
}
.swal2-progresssteps .swal2-progresscircle{
    background:#3085d6;
    border-radius:2em;
    color:#fff;
    height:2em;
    line-height:2em;
    text-align:center;
    width:2em;
    z-index:20
}
.swal2-progresssteps .swal2-progresscircle:first-child{
    margin-left:0
}
.swal2-progresssteps .swal2-progresscircle:last-child{
    margin-right:0
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{
    background:#3085d6
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{
    background:#add8e6
}
.swal2-progresssteps .swal2-progressline{
    background:#3085d6;
    height:.4em;
    margin:0 -1px;
    z-index:10
}
[class^=swal2]{
    -webkit-tap-highlight-color:transparent
}
@-webkit-keyframes showSweetAlert{
    0%{
        -webkit-transform:scale(.7);
        transform:scale(.7)
    }
    45%{
        -webkit-transform:scale(1.05);
        transform:scale(1.05)
    }
    80%{
        -webkit-transform:scale(.95);
        transform:scale(.95)
    }
    to{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes showSweetAlert{
    0%{
        -webkit-transform:scale(.7);
        transform:scale(.7)
    }
    45%{
        -webkit-transform:scale(1.05);
        transform:scale(1.05)
    }
    80%{
        -webkit-transform:scale(.95);
        transform:scale(.95)
    }
    to{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@-webkit-keyframes hideSweetAlert{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    to{
        -webkit-transform:scale(.5);
        transform:scale(.5);
        opacity:0
    }
}
@keyframes hideSweetAlert{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    to{
        -webkit-transform:scale(.5);
        transform:scale(.5);
        opacity:0
    }
}
.swal2-show{
    -webkit-animation:showSweetAlert .3s;
    animation:showSweetAlert .3s
}
.swal2-show.swal2-noanimation{
    -webkit-animation:none;
    animation:none
}
.swal2-hide{
    -webkit-animation:hideSweetAlert .15s forwards;
    animation:hideSweetAlert .15s forwards
}
.swal2-hide.swal2-noanimation{
    -webkit-animation:none;
    animation:none
}
@-webkit-keyframes animate-success-tip{
    0%{
        width:0;
        left:1px;
        top:19px
    }
    54%{
        width:0;
        left:1px;
        top:19px
    }
    70%{
        width:50px;
        left:-8px;
        top:37px
    }
    84%{
        width:17px;
        left:21px;
        top:48px
    }
    to{
        width:25px;
        left:14px;
        top:45px
    }
}
@keyframes animate-success-tip{
    0%{
        width:0;
        left:1px;
        top:19px
    }
    54%{
        width:0;
        left:1px;
        top:19px
    }
    70%{
        width:50px;
        left:-8px;
        top:37px
    }
    84%{
        width:17px;
        left:21px;
        top:48px
    }
    to{
        width:25px;
        left:14px;
        top:45px
    }
}
@-webkit-keyframes animate-success-long{
    0%{
        width:0;
        right:46px;
        top:54px
    }
    65%{
        width:0;
        right:46px;
        top:54px
    }
    84%{
        width:55px;
        right:0;
        top:35px
    }
    to{
        width:47px;
        right:8px;
        top:38px
    }
}
@keyframes animate-success-long{
    0%{
        width:0;
        right:46px;
        top:54px
    }
    65%{
        width:0;
        right:46px;
        top:54px
    }
    84%{
        width:55px;
        right:0;
        top:35px
    }
    to{
        width:47px;
        right:8px;
        top:38px
    }
}
@-webkit-keyframes rotatePlaceholder{
    0%{
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    5%{
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    12%{
        -webkit-transform:rotate(-405deg);
        transform:rotate(-405deg)
    }
    to{
        -webkit-transform:rotate(-405deg);
        transform:rotate(-405deg)
    }
}
@keyframes rotatePlaceholder{
    0%{
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    5%{
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    12%{
        -webkit-transform:rotate(-405deg);
        transform:rotate(-405deg)
    }
    to{
        -webkit-transform:rotate(-405deg);
        transform:rotate(-405deg)
    }
}
.swal2-animate-success-line-tip{
    -webkit-animation:animate-success-tip .75s;
    animation:animate-success-tip .75s
}
.swal2-animate-success-line-long{
    -webkit-animation:animate-success-long .75s;
    animation:animate-success-long .75s
}
.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right{
    -webkit-animation:rotatePlaceholder 4.25s ease-in;
    animation:rotatePlaceholder 4.25s ease-in
}
@-webkit-keyframes animate-error-icon{
    0%{
        -webkit-transform:rotateX(100deg);
        transform:rotateX(100deg);
        opacity:0
    }
    to{
        -webkit-transform:rotateX(0deg);
        transform:rotateX(0deg);
        opacity:1
    }
}
@keyframes animate-error-icon{
    0%{
        -webkit-transform:rotateX(100deg);
        transform:rotateX(100deg);
        opacity:0
    }
    to{
        -webkit-transform:rotateX(0deg);
        transform:rotateX(0deg);
        opacity:1
    }
}
.swal2-animate-error-icon{
    -webkit-animation:animate-error-icon .5s;
    animation:animate-error-icon .5s
}
@-webkit-keyframes animate-x-mark{
    0%{
        -webkit-transform:scale(.4);
        transform:scale(.4);
        margin-top:26px;
        opacity:0
    }
    50%{
        -webkit-transform:scale(.4);
        transform:scale(.4);
        margin-top:26px;
        opacity:0
    }
    80%{
        -webkit-transform:scale(1.15);
        transform:scale(1.15);
        margin-top:-6px
    }
    to{
        -webkit-transform:scale(1);
        transform:scale(1);
        margin-top:0;
        opacity:1
    }
}
@keyframes animate-x-mark{
    0%{
        -webkit-transform:scale(.4);
        transform:scale(.4);
        margin-top:26px;
        opacity:0
    }
    50%{
        -webkit-transform:scale(.4);
        transform:scale(.4);
        margin-top:26px;
        opacity:0
    }
    80%{
        -webkit-transform:scale(1.15);
        transform:scale(1.15);
        margin-top:-6px
    }
    to{
        -webkit-transform:scale(1);
        transform:scale(1);
        margin-top:0;
        opacity:1
    }
}
.swal2-animate-x-mark{
    -webkit-animation:animate-x-mark .5s;
    animation:animate-x-mark .5s
}
@-webkit-keyframes rotate-loading{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
@keyframes rotate-loading{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
.animated{
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    animation-duration:1s
}
@-webkit-keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translateY(20px)
    }
    to{
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
@keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }
    to{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.fade-in-up{
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp
}
@-webkit-keyframes fadeInDown{
    0%{
        opacity:0;
        -webkit-transform:translateY(-20px)
    }
    to{
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
@keyframes fadeInDown{
    0%{
        opacity:0;
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px)
    }
    to{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.fade-in-down{
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown
}
@-webkit-keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translateX(-20px)
    }
    to{
        opacity:1;
        -webkit-transform:translateX(0)
    }
}
@keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translateX(-20px);
        transform:translateX(-20px)
    }
    to{
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
.fade-in-right{
    -webkit-animation-name:fadeInRight;
    animation-name:fadeInRight
}
@-webkit-keyframes fadeInLeft{
    0%{
        opacity:0;
        -webkit-transform:translateX(20px)
    }
    to{
        opacity:1;
        -webkit-transform:translateX(0)
    }
}
@keyframes fadeInLeft{
    0%{
        opacity:0;
        -webkit-transform:translateX(20px);
        transform:translateX(20px)
    }
    to{
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
.fade-in-left{
    -webkit-animation-name:fadeInLeft;
    animation-name:fadeInLeft
}
div.hopscotch-bubble .hopscotch-nav-button{
    font-weight:700;
    border-width:1px;
    border-style:solid;
    cursor:pointer;
    margin:0;
    overflow:visible;
    text-decoration:none!important;
    width:auto;
    padding:0 10px;
    height:26px;
    line-height:24px;
    font-size:16px;
    *zoom:1;
    white-space:nowrap;
    display:-moz-inline-stack;
    display:inline-block;
    *vertical-align:auto;
    zoom:1;
    *display:inline;
    vertical-align:middle;
    border-radius:3px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
div.hopscotch-bubble .hopscotch-nav-button:hover{
    *zoom:1
}
div.hopscotch-bubble .hopscotch-nav-button.next,div.hopscotch-bubble .hopscotch-nav-button.prev{
    border-color:#8bc34a;
    color:#fff;
    margin:0 0 0 10px;
    text-shadow:0 1px 1px rgba(0,0,0,.35);
    background-color:#8bc34a
}
div.hopscotch-bubble .hopscotch-nav-button.next:hover,div.hopscotch-bubble .hopscotch-nav-button.prev:hover{
    background-color:#a4d070
}
div.hopscotch-bubble .hopscotch-nav-button.prev{
    background-color:#557a31
}
div.hopscotch-bubble .hopscotch-nav-button.prev:hover{
    background-color:#6e9e40
}
div.hopscotch-bubble{
    background-color:#2375ec;
    border:5px solid #fff;
    border:5px solid transparent;
    color:#fff;
    font-family:Helvetica,Arial;
    font-size:13px;
    position:absolute;
    z-index:999999;
    background-clip:padding-box
}
div.hopscotch-bubble,div.hopscotch-bubble *{
    -webkit-box-sizing:content-box;
    box-sizing:content-box
}
div.hopscotch-bubble.animate{
    -moz-transition-property:top,left;
    -moz-transition-duration:1s;
    -moz-transition-timing-function:ease-in-out;
    -ms-transition-property:top,left;
    -ms-transition-duration:1s;
    -ms-transition-timing-function:ease-in-out;
    -o-transition-property:top,left;
    -o-transition-duration:1s;
    -o-transition-timing-function:ease-in-out;
    -webkit-transition-property:top,left;
    -webkit-transition-duration:1s;
    -webkit-transition-timing-function:ease-in-out;
    transition-property:top,left;
    transition-duration:1s;
    transition-timing-function:ease-in-out
}
div.hopscotch-bubble.invisible{
    opacity:0
}
div.hopscotch-bubble.hide,div.hopscotch-bubble .hide,div.hopscotch-bubble .hide-all{
    display:none
}
div.hopscotch-bubble h3{
    color:#fff;
    font-family:Helvetica,Arial;
    font-size:16px;
    font-weight:700;
    line-height:19px;
    margin:-1px 15px 0 0;
    padding:0
}
div.hopscotch-bubble .hopscotch-bubble-container{
    padding:15px;
    position:relative;
    text-align:left;
    -webkit-font-smoothing:antialiased
}
div.hopscotch-bubble .hopscotch-content{
    font-family:Helvetica,Arial;
    font-weight:400;
    line-height:17px;
    margin:-5px 0 11px;
    padding-top:8px
}
div.hopscotch-bubble .hopscotch-bubble-content{
    margin:0 0 0 40px
}
div.hopscotch-bubble.no-number .hopscotch-bubble-content{
    margin:0
}
div.hopscotch-bubble .hopscotch-bubble-close{
    border:0;
    color:#fff;
    background-color:red;
    font-weight:700;
    display:block;
    position:absolute;
    top:0;
    right:0
}
div.hopscotch-bubble .hopscotch-bubble-close.hide,div.hopscotch-bubble .hopscotch-bubble-close.hide-all{
    display:none
}
div.hopscotch-bubble .hopscotch-bubble-number{
    background:transparent url("//") 0 0 no-repeat;
    color:#fff;
    display:block;
    float:left;
    font-size:17px;
    font-weight:700;
    line-height:31px;
    padding:0 10px 0 0;
    text-align:center;
    width:30px;
    height:30px
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container{
    position:absolute;
    width:34px;
    height:34px
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border{
    width:0;
    height:0
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up{
    top:-22px;
    left:10px
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow{
    border-bottom:17px solid #2375ec;
    border-left:17px solid transparent;
    border-right:17px solid transparent;
    position:relative;
    top:-10px
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border{
    border-bottom:17px solid #fff;
    border-bottom:17px solid transparent;
    border-left:17px solid transparent;
    border-right:17px solid transparent
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down{
    bottom:-39px;
    left:10px
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow{
    border-top:17px solid #2375ec;
    border-left:17px solid transparent;
    border-right:17px solid transparent;
    position:relative;
    top:-24px
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border{
    border-top:17px solid #fff;
    border-top:17px solid transparent;
    border-left:17px solid transparent;
    border-right:17px solid transparent
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left{
    top:10px;
    left:-22px
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow{
    border-bottom:17px solid transparent;
    border-right:17px solid #2375ec;
    border-top:17px solid transparent;
    position:relative;
    left:7px;
    top:-34px
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border{
    border-right:17px solid #fff;
    border-right:17px solid transparent;
    border-bottom:17px solid transparent;
    border-top:17px solid transparent
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right{
    top:10px;
    right:-39px
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow{
    border-bottom:17px solid transparent;
    border-left:17px solid #2375ec;
    border-top:17px solid transparent;
    position:relative;
    left:-7px;
    top:-34px
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border{
    border-left:17px solid #fff;
    border-left:17px solid transparent;
    border-bottom:17px solid transparent;
    border-top:17px solid transparent
}
div.hopscotch-bubble .hopscotch-actions{
    margin:10px 0 0;
    text-align:right
}
@-webkit-keyframes spinAround{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes spinAround{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.column{
    display:block;
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -ms-flex-negative:1;
    flex-shrink:1;
    padding:12px;
    padding:.75rem
}
.columns.is-mobile>.column.is-full,.columns.is-mobile>.column.is-narrow{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none
}
.columns.is-mobile>.column.is-full{
    width:100%
}
.columns.is-mobile>.column.is-three-quarters{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:75%
}
.columns.is-mobile>.column.is-two-thirds{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:66.6666%
}
.columns.is-mobile>.column.is-half{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:50%
}
.columns.is-mobile>.column.is-one-third{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:33.3333%
}
.columns.is-mobile>.column.is-one-quarter{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:25%
}
.columns.is-mobile>.column.is-one-fifth{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:20%
}
.columns.is-mobile>.column.is-two-fifths{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:40%
}
.columns.is-mobile>.column.is-three-fifths{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:60%
}
.columns.is-mobile>.column.is-four-fifths{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:80%
}
.columns.is-mobile>.column.is-offset-three-quarters{
    margin-left:75%
}
.columns.is-mobile>.column.is-offset-two-thirds{
    margin-left:66.6666%
}
.columns.is-mobile>.column.is-offset-half{
    margin-left:50%
}
.columns.is-mobile>.column.is-offset-one-third{
    margin-left:33.3333%
}
.columns.is-mobile>.column.is-offset-one-quarter{
    margin-left:25%
}
.columns.is-mobile>.column.is-offset-one-fifth{
    margin-left:20%
}
.columns.is-mobile>.column.is-offset-two-fifths{
    margin-left:40%
}
.columns.is-mobile>.column.is-offset-three-fifths{
    margin-left:60%
}
.columns.is-mobile>.column.is-offset-four-fifths{
    margin-left:80%
}
.columns.is-mobile>.column.is-1{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:8.33333%
}
.columns.is-mobile>.column.is-offset-1{
    margin-left:8.33333%
}
.columns.is-mobile>.column.is-2{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:16.66667%
}
.columns.is-mobile>.column.is-offset-2{
    margin-left:16.66667%
}
.columns.is-mobile>.column.is-3{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:25%
}
.columns.is-mobile>.column.is-offset-3{
    margin-left:25%
}
.columns.is-mobile>.column.is-4{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:33.33333%
}
.columns.is-mobile>.column.is-offset-4{
    margin-left:33.33333%
}
.columns.is-mobile>.column.is-5{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:41.66667%
}
.columns.is-mobile>.column.is-offset-5{
    margin-left:41.66667%
}
.columns.is-mobile>.column.is-6{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:50%
}
.columns.is-mobile>.column.is-offset-6{
    margin-left:50%
}
.columns.is-mobile>.column.is-7{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:58.33333%
}
.columns.is-mobile>.column.is-offset-7{
    margin-left:58.33333%
}
.columns.is-mobile>.column.is-8{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:66.66667%
}
.columns.is-mobile>.column.is-offset-8{
    margin-left:66.66667%
}
.columns.is-mobile>.column.is-9{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:75%
}
.columns.is-mobile>.column.is-offset-9{
    margin-left:75%
}
.columns.is-mobile>.column.is-10{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:83.33333%
}
.columns.is-mobile>.column.is-offset-10{
    margin-left:83.33333%
}
.columns.is-mobile>.column.is-11{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:91.66667%
}
.columns.is-mobile>.column.is-offset-11{
    margin-left:91.66667%
}
.columns.is-mobile>.column.is-12{
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    width:100%
}
.columns.is-mobile>.column.is-offset-12{
    margin-left:100%
}
@media screen and (max-width:768px){
    .column.is-full-mobile,.column.is-narrow-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none
    }
    .column.is-full-mobile{
        width:100%
    }
    .column.is-three-quarters-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:75%
    }
    .column.is-two-thirds-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:66.6666%
    }
    .column.is-half-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:50%
    }
    .column.is-one-third-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:33.3333%
    }
    .column.is-one-quarter-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:25%
    }
    .column.is-one-fifth-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:20%
    }
    .column.is-two-fifths-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:40%
    }
    .column.is-three-fifths-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:60%
    }
    .column.is-four-fifths-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:80%
    }
    .column.is-offset-three-quarters-mobile{
        margin-left:75%
    }
    .column.is-offset-two-thirds-mobile{
        margin-left:66.6666%
    }
    .column.is-offset-half-mobile{
        margin-left:50%
    }
    .column.is-offset-one-third-mobile{
        margin-left:33.3333%
    }
    .column.is-offset-one-quarter-mobile{
        margin-left:25%
    }
    .column.is-offset-one-fifth-mobile{
        margin-left:20%
    }
    .column.is-offset-two-fifths-mobile{
        margin-left:40%
    }
    .column.is-offset-three-fifths-mobile{
        margin-left:60%
    }
    .column.is-offset-four-fifths-mobile{
        margin-left:80%
    }
    .column.is-1-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:8.33333%
    }
    .column.is-offset-1-mobile{
        margin-left:8.33333%
    }
    .column.is-2-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:16.66667%
    }
    .column.is-offset-2-mobile{
        margin-left:16.66667%
    }
    .column.is-3-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:25%
    }
    .column.is-offset-3-mobile{
        margin-left:25%
    }
    .column.is-4-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:33.33333%
    }
    .column.is-offset-4-mobile{
        margin-left:33.33333%
    }
    .column.is-5-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:41.66667%
    }
    .column.is-offset-5-mobile{
        margin-left:41.66667%
    }
    .column.is-6-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:50%
    }
    .column.is-offset-6-mobile{
        margin-left:50%
    }
    .column.is-7-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:58.33333%
    }
    .column.is-offset-7-mobile{
        margin-left:58.33333%
    }
    .column.is-8-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:66.66667%
    }
    .column.is-offset-8-mobile{
        margin-left:66.66667%
    }
    .column.is-9-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:75%
    }
    .column.is-offset-9-mobile{
        margin-left:75%
    }
    .column.is-10-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:83.33333%
    }
    .column.is-offset-10-mobile{
        margin-left:83.33333%
    }
    .column.is-11-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:91.66667%
    }
    .column.is-offset-11-mobile{
        margin-left:91.66667%
    }
    .column.is-12-mobile{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:100%
    }
    .column.is-offset-12-mobile{
        margin-left:100%
    }
}
@media print,screen and (min-width:769px){
    .column.is-full,.column.is-full-tablet,.column.is-narrow,.column.is-narrow-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none
    }
    .column.is-full,.column.is-full-tablet{
        width:100%
    }
    .column.is-three-quarters,.column.is-three-quarters-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:75%
    }
    .column.is-two-thirds,.column.is-two-thirds-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:66.6666%
    }
    .column.is-half,.column.is-half-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:50%
    }
    .column.is-one-third,.column.is-one-third-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:33.3333%
    }
    .column.is-one-quarter,.column.is-one-quarter-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:25%
    }
    .column.is-one-fifth,.column.is-one-fifth-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:20%
    }
    .column.is-two-fifths,.column.is-two-fifths-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:40%
    }
    .column.is-three-fifths,.column.is-three-fifths-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:60%
    }
    .column.is-four-fifths,.column.is-four-fifths-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:80%
    }
    .column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{
        margin-left:75%
    }
    .column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{
        margin-left:66.6666%
    }
    .column.is-offset-half,.column.is-offset-half-tablet{
        margin-left:50%
    }
    .column.is-offset-one-third,.column.is-offset-one-third-tablet{
        margin-left:33.3333%
    }
    .column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{
        margin-left:25%
    }
    .column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{
        margin-left:20%
    }
    .column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{
        margin-left:40%
    }
    .column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{
        margin-left:60%
    }
    .column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{
        margin-left:80%
    }
    .column.is-1,.column.is-1-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:8.33333%
    }
    .column.is-offset-1,.column.is-offset-1-tablet{
        margin-left:8.33333%
    }
    .column.is-2,.column.is-2-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:16.66667%
    }
    .column.is-offset-2,.column.is-offset-2-tablet{
        margin-left:16.66667%
    }
    .column.is-3,.column.is-3-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:25%
    }
    .column.is-offset-3,.column.is-offset-3-tablet{
        margin-left:25%
    }
    .column.is-4,.column.is-4-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:33.33333%
    }
    .column.is-offset-4,.column.is-offset-4-tablet{
        margin-left:33.33333%
    }
    .column.is-5,.column.is-5-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:41.66667%
    }
    .column.is-offset-5,.column.is-offset-5-tablet{
        margin-left:41.66667%
    }
    .column.is-6,.column.is-6-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:50%
    }
    .column.is-offset-6,.column.is-offset-6-tablet{
        margin-left:50%
    }
    .column.is-7,.column.is-7-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:58.33333%
    }
    .column.is-offset-7,.column.is-offset-7-tablet{
        margin-left:58.33333%
    }
    .column.is-8,.column.is-8-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:66.66667%
    }
    .column.is-offset-8,.column.is-offset-8-tablet{
        margin-left:66.66667%
    }
    .column.is-9,.column.is-9-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:75%
    }
    .column.is-offset-9,.column.is-offset-9-tablet{
        margin-left:75%
    }
    .column.is-10,.column.is-10-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:83.33333%
    }
    .column.is-offset-10,.column.is-offset-10-tablet{
        margin-left:83.33333%
    }
    .column.is-11,.column.is-11-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:91.66667%
    }
    .column.is-offset-11,.column.is-offset-11-tablet{
        margin-left:91.66667%
    }
    .column.is-12,.column.is-12-tablet{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:100%
    }
    .column.is-offset-12,.column.is-offset-12-tablet{
        margin-left:100%
    }
}
@media screen and (max-width:1023px){
    .column.is-full-touch,.column.is-narrow-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none
    }
    .column.is-full-touch{
        width:100%
    }
    .column.is-three-quarters-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:75%
    }
    .column.is-two-thirds-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:66.6666%
    }
    .column.is-half-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:50%
    }
    .column.is-one-third-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:33.3333%
    }
    .column.is-one-quarter-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:25%
    }
    .column.is-one-fifth-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:20%
    }
    .column.is-two-fifths-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:40%
    }
    .column.is-three-fifths-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:60%
    }
    .column.is-four-fifths-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:80%
    }
    .column.is-offset-three-quarters-touch{
        margin-left:75%
    }
    .column.is-offset-two-thirds-touch{
        margin-left:66.6666%
    }
    .column.is-offset-half-touch{
        margin-left:50%
    }
    .column.is-offset-one-third-touch{
        margin-left:33.3333%
    }
    .column.is-offset-one-quarter-touch{
        margin-left:25%
    }
    .column.is-offset-one-fifth-touch{
        margin-left:20%
    }
    .column.is-offset-two-fifths-touch{
        margin-left:40%
    }
    .column.is-offset-three-fifths-touch{
        margin-left:60%
    }
    .column.is-offset-four-fifths-touch{
        margin-left:80%
    }
    .column.is-1-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:8.33333%
    }
    .column.is-offset-1-touch{
        margin-left:8.33333%
    }
    .column.is-2-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:16.66667%
    }
    .column.is-offset-2-touch{
        margin-left:16.66667%
    }
    .column.is-3-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:25%
    }
    .column.is-offset-3-touch{
        margin-left:25%
    }
    .column.is-4-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:33.33333%
    }
    .column.is-offset-4-touch{
        margin-left:33.33333%
    }
    .column.is-5-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:41.66667%
    }
    .column.is-offset-5-touch{
        margin-left:41.66667%
    }
    .column.is-6-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:50%
    }
    .column.is-offset-6-touch{
        margin-left:50%
    }
    .column.is-7-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:58.33333%
    }
    .column.is-offset-7-touch{
        margin-left:58.33333%
    }
    .column.is-8-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:66.66667%
    }
    .column.is-offset-8-touch{
        margin-left:66.66667%
    }
    .column.is-9-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:75%
    }
    .column.is-offset-9-touch{
        margin-left:75%
    }
    .column.is-10-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:83.33333%
    }
    .column.is-offset-10-touch{
        margin-left:83.33333%
    }
    .column.is-11-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:91.66667%
    }
    .column.is-offset-11-touch{
        margin-left:91.66667%
    }
    .column.is-12-touch{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:100%
    }
    .column.is-offset-12-touch{
        margin-left:100%
    }
}
@media screen and (min-width:1024px){
    .column.is-full-desktop,.column.is-narrow-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none
    }
    .column.is-full-desktop{
        width:100%
    }
    .column.is-three-quarters-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:75%
    }
    .column.is-two-thirds-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:66.6666%
    }
    .column.is-half-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:50%
    }
    .column.is-one-third-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:33.3333%
    }
    .column.is-one-quarter-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:25%
    }
    .column.is-one-fifth-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:20%
    }
    .column.is-two-fifths-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:40%
    }
    .column.is-three-fifths-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:60%
    }
    .column.is-four-fifths-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:80%
    }
    .column.is-offset-three-quarters-desktop{
        margin-left:75%
    }
    .column.is-offset-two-thirds-desktop{
        margin-left:66.6666%
    }
    .column.is-offset-half-desktop{
        margin-left:50%
    }
    .column.is-offset-one-third-desktop{
        margin-left:33.3333%
    }
    .column.is-offset-one-quarter-desktop{
        margin-left:25%
    }
    .column.is-offset-one-fifth-desktop{
        margin-left:20%
    }
    .column.is-offset-two-fifths-desktop{
        margin-left:40%
    }
    .column.is-offset-three-fifths-desktop{
        margin-left:60%
    }
    .column.is-offset-four-fifths-desktop{
        margin-left:80%
    }
    .column.is-1-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:8.33333%
    }
    .column.is-offset-1-desktop{
        margin-left:8.33333%
    }
    .column.is-2-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:16.66667%
    }
    .column.is-offset-2-desktop{
        margin-left:16.66667%
    }
    .column.is-3-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:25%
    }
    .column.is-offset-3-desktop{
        margin-left:25%
    }
    .column.is-4-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:33.33333%
    }
    .column.is-offset-4-desktop{
        margin-left:33.33333%
    }
    .column.is-5-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:41.66667%
    }
    .column.is-offset-5-desktop{
        margin-left:41.66667%
    }
    .column.is-6-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:50%
    }
    .column.is-offset-6-desktop{
        margin-left:50%
    }
    .column.is-7-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:58.33333%
    }
    .column.is-offset-7-desktop{
        margin-left:58.33333%
    }
    .column.is-8-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:66.66667%
    }
    .column.is-offset-8-desktop{
        margin-left:66.66667%
    }
    .column.is-9-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:75%
    }
    .column.is-offset-9-desktop{
        margin-left:75%
    }
    .column.is-10-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:83.33333%
    }
    .column.is-offset-10-desktop{
        margin-left:83.33333%
    }
    .column.is-11-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:91.66667%
    }
    .column.is-offset-11-desktop{
        margin-left:91.66667%
    }
    .column.is-12-desktop{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:100%
    }
    .column.is-offset-12-desktop{
        margin-left:100%
    }
}
@media screen and (min-width:1216px){
    .column.is-full-widescreen,.column.is-narrow-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none
    }
    .column.is-full-widescreen{
        width:100%
    }
    .column.is-three-quarters-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:75%
    }
    .column.is-two-thirds-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:66.6666%
    }
    .column.is-half-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:50%
    }
    .column.is-one-third-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:33.3333%
    }
    .column.is-one-quarter-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:25%
    }
    .column.is-one-fifth-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:20%
    }
    .column.is-two-fifths-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:40%
    }
    .column.is-three-fifths-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:60%
    }
    .column.is-four-fifths-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:80%
    }
    .column.is-offset-three-quarters-widescreen{
        margin-left:75%
    }
    .column.is-offset-two-thirds-widescreen{
        margin-left:66.6666%
    }
    .column.is-offset-half-widescreen{
        margin-left:50%
    }
    .column.is-offset-one-third-widescreen{
        margin-left:33.3333%
    }
    .column.is-offset-one-quarter-widescreen{
        margin-left:25%
    }
    .column.is-offset-one-fifth-widescreen{
        margin-left:20%
    }
    .column.is-offset-two-fifths-widescreen{
        margin-left:40%
    }
    .column.is-offset-three-fifths-widescreen{
        margin-left:60%
    }
    .column.is-offset-four-fifths-widescreen{
        margin-left:80%
    }
    .column.is-1-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:8.33333%
    }
    .column.is-offset-1-widescreen{
        margin-left:8.33333%
    }
    .column.is-2-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:16.66667%
    }
    .column.is-offset-2-widescreen{
        margin-left:16.66667%
    }
    .column.is-3-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:25%
    }
    .column.is-offset-3-widescreen{
        margin-left:25%
    }
    .column.is-4-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:33.33333%
    }
    .column.is-offset-4-widescreen{
        margin-left:33.33333%
    }
    .column.is-5-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:41.66667%
    }
    .column.is-offset-5-widescreen{
        margin-left:41.66667%
    }
    .column.is-6-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:50%
    }
    .column.is-offset-6-widescreen{
        margin-left:50%
    }
    .column.is-7-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:58.33333%
    }
    .column.is-offset-7-widescreen{
        margin-left:58.33333%
    }
    .column.is-8-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:66.66667%
    }
    .column.is-offset-8-widescreen{
        margin-left:66.66667%
    }
    .column.is-9-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:75%
    }
    .column.is-offset-9-widescreen{
        margin-left:75%
    }
    .column.is-10-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:83.33333%
    }
    .column.is-offset-10-widescreen{
        margin-left:83.33333%
    }
    .column.is-11-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:91.66667%
    }
    .column.is-offset-11-widescreen{
        margin-left:91.66667%
    }
    .column.is-12-widescreen{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:100%
    }
    .column.is-offset-12-widescreen{
        margin-left:100%
    }
}
@media screen and (min-width:1408px){
    .column.is-full-fullhd,.column.is-narrow-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none
    }
    .column.is-full-fullhd{
        width:100%
    }
    .column.is-three-quarters-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:75%
    }
    .column.is-two-thirds-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:66.6666%
    }
    .column.is-half-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:50%
    }
    .column.is-one-third-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:33.3333%
    }
    .column.is-one-quarter-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:25%
    }
    .column.is-one-fifth-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:20%
    }
    .column.is-two-fifths-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:40%
    }
    .column.is-three-fifths-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:60%
    }
    .column.is-four-fifths-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:80%
    }
    .column.is-offset-three-quarters-fullhd{
        margin-left:75%
    }
    .column.is-offset-two-thirds-fullhd{
        margin-left:66.6666%
    }
    .column.is-offset-half-fullhd{
        margin-left:50%
    }
    .column.is-offset-one-third-fullhd{
        margin-left:33.3333%
    }
    .column.is-offset-one-quarter-fullhd{
        margin-left:25%
    }
    .column.is-offset-one-fifth-fullhd{
        margin-left:20%
    }
    .column.is-offset-two-fifths-fullhd{
        margin-left:40%
    }
    .column.is-offset-three-fifths-fullhd{
        margin-left:60%
    }
    .column.is-offset-four-fifths-fullhd{
        margin-left:80%
    }
    .column.is-1-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:8.33333%
    }
    .column.is-offset-1-fullhd{
        margin-left:8.33333%
    }
    .column.is-2-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:16.66667%
    }
    .column.is-offset-2-fullhd{
        margin-left:16.66667%
    }
    .column.is-3-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:25%
    }
    .column.is-offset-3-fullhd{
        margin-left:25%
    }
    .column.is-4-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:33.33333%
    }
    .column.is-offset-4-fullhd{
        margin-left:33.33333%
    }
    .column.is-5-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:41.66667%
    }
    .column.is-offset-5-fullhd{
        margin-left:41.66667%
    }
    .column.is-6-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:50%
    }
    .column.is-offset-6-fullhd{
        margin-left:50%
    }
    .column.is-7-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:58.33333%
    }
    .column.is-offset-7-fullhd{
        margin-left:58.33333%
    }
    .column.is-8-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:66.66667%
    }
    .column.is-offset-8-fullhd{
        margin-left:66.66667%
    }
    .column.is-9-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:75%
    }
    .column.is-offset-9-fullhd{
        margin-left:75%
    }
    .column.is-10-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:83.33333%
    }
    .column.is-offset-10-fullhd{
        margin-left:83.33333%
    }
    .column.is-11-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:91.66667%
    }
    .column.is-offset-11-fullhd{
        margin-left:91.66667%
    }
    .column.is-12-fullhd{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none;
        width:100%
    }
    .column.is-offset-12-fullhd{
        margin-left:100%
    }
}
.columns{
    margin-left:-12px;
    margin-left:-.75rem;
    margin-right:-12px;
    margin-right:-.75rem;
    margin-top:-12px;
    margin-top:-.75rem
}
.columns:last-child{
    margin-bottom:-12px;
    margin-bottom:-.75rem
}
.columns:not(:last-child){
    margin-bottom:12px;
    margin-bottom:.75rem
}
.columns.is-centered{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.columns.is-gapless{
    margin-left:0;
    margin-right:0;
    margin-top:0
}
.columns.is-gapless>.column{
    margin:0;
    padding:0!important
}
.columns.is-gapless:not(:last-child){
    margin-bottom:24px;
    margin-bottom:1.5rem
}
.columns.is-gapless:last-child{
    margin-bottom:0
}
.columns.is-mobile{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.columns.is-multiline{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.columns.is-vcentered{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
@media print,screen and (min-width:769px){
    .columns:not(.is-desktop){
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
@media screen and (min-width:1024px){
    .columns.is-desktop{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
.columns.is-variable{
    --columnGap:12px;
    --columnGap:0.75rem;
    margin-left:calc(-1 * var(--columnGap));
    margin-right:calc(-1 * var(--columnGap))
}
.columns.is-variable .column{
    padding-left:var(--columnGap);
    padding-right:var(--columnGap)
}
.columns.is-variable.is-0{
    --columnGap:0px;
    --columnGap:0rem
}
.columns.is-variable.is-1{
    --columnGap:4px;
    --columnGap:.25rem
}
.columns.is-variable.is-2{
    --columnGap:8px;
    --columnGap:.5rem
}
.columns.is-variable.is-3{
    --columnGap:12px;
    --columnGap:.75rem
}
.columns.is-variable.is-4{
    --columnGap:16px;
    --columnGap:1rem
}
.columns.is-variable.is-5{
    --columnGap:20px;
    --columnGap:1.25rem
}
.columns.is-variable.is-6{
    --columnGap:24px;
    --columnGap:1.5rem
}
.columns.is-variable.is-7{
    --columnGap:28px;
    --columnGap:1.75rem
}
.columns.is-variable.is-8{
    --columnGap:32px;
    --columnGap:2rem
}
.tile{
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    display:block;
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -ms-flex-negative:1;
    flex-shrink:1;
    min-height:-webkit-min-content;
    min-height:-moz-min-content;
    min-height:min-content
}
.tile.is-ancestor{
    margin-left:-12px;
    margin-left:-.75rem;
    margin-right:-12px;
    margin-right:-.75rem;
    margin-top:-12px;
    margin-top:-.75rem
}
.tile.is-ancestor:last-child{
    margin-bottom:-12px;
    margin-bottom:-.75rem
}
.tile.is-ancestor:not(:last-child){
    margin-bottom:12px;
    margin-bottom:.75rem
}
.tile.is-child{
    margin:0!important
}
.tile.is-parent{
    padding:12px;
    padding:.75rem
}
.tile.is-vertical{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.tile.is-vertical>.tile.is-child:not(:last-child){
    margin-bottom:24px!important;
    margin-bottom:1.5rem!important
}
@media print,screen and (min-width:769px){
    .tile:not(.is-child){
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
    .tile.is-1{
        width:8.33333%
    }
    .tile.is-1,.tile.is-2{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none
    }
    .tile.is-2{
        width:16.66667%
    }
    .tile.is-3{
        width:25%
    }
    .tile.is-3,.tile.is-4{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none
    }
    .tile.is-4{
        width:33.33333%
    }
    .tile.is-5{
        width:41.66667%
    }
    .tile.is-5,.tile.is-6{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none
    }
    .tile.is-6{
        width:50%
    }
    .tile.is-7{
        width:58.33333%
    }
    .tile.is-7,.tile.is-8{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none
    }
    .tile.is-8{
        width:66.66667%
    }
    .tile.is-9{
        width:75%
    }
    .tile.is-9,.tile.is-10{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none
    }
    .tile.is-10{
        width:83.33333%
    }
    .tile.is-11{
        width:91.66667%
    }
    .tile.is-11,.tile.is-12{
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none
    }
    .tile.is-12{
        width:100%
    }
}
.hero{
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.hero .navbar{
    background:none
}
.hero .tabs ul{
    border-bottom:none
}
.hero.is-white{
    background-color:#fff;
    color:#0a0a0a
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),.hero.is-white strong{
    color:inherit
}
.hero.is-white .title{
    color:#0a0a0a
}
.hero.is-white .subtitle{
    color:#0a0a0a;
    color:hsla(0,0%,4%,.9)
}
.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{
    color:#0a0a0a
}
@media screen and (max-width:1023px){
    .hero.is-white .navbar-menu{
        background-color:#fff
    }
}
.hero.is-white .navbar-item,.hero.is-white .navbar-link{
    color:#0a0a0a;
    color:hsla(0,0%,4%,.7)
}
.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover{
    background-color:#f2f2f2;
    color:#0a0a0a
}
.hero.is-white .tabs a{
    color:#0a0a0a;
    opacity:.9
}
.hero.is-white .tabs a:hover,.hero.is-white .tabs li.is-active a{
    opacity:1
}
.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{
    color:#0a0a0a
}
.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{
    background-color:#0a0a0a;
    background-color:hsla(0,0%,4%,.1)
}
.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{
    background-color:#0a0a0a;
    border-color:#0a0a0a;
    color:#fff
}
.hero.is-white.is-bold{
    background-image:-webkit-linear-gradient(309deg,#e6e6e6,#fff 71%,#fff);
    background-image:-o-linear-gradient(309deg,#e6e6e6 0,#fff 71%,#fff 100%);
    background-image:linear-gradient(141deg,#e6e6e6,#fff 71%,#fff)
}
@media screen and (max-width:768px){
    .hero.is-white.is-bold .navbar-menu{
        background-image:-webkit-linear-gradient(309deg,#e6e6e6,#fff 71%,#fff);
        background-image:-o-linear-gradient(309deg,#e6e6e6 0,#fff 71%,#fff 100%);
        background-image:linear-gradient(141deg,#e6e6e6,#fff 71%,#fff)
    }
}
.hero.is-black{
    background-color:#0a0a0a;
    color:#fff
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),.hero.is-black strong{
    color:inherit
}
.hero.is-black .title{
    color:#fff
}
.hero.is-black .subtitle{
    color:#fff;
    color:hsla(0,0%,100%,.9)
}
.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{
    color:#fff
}
@media screen and (max-width:1023px){
    .hero.is-black .navbar-menu{
        background-color:#0a0a0a
    }
}
.hero.is-black .navbar-item,.hero.is-black .navbar-link{
    color:#fff;
    color:hsla(0,0%,100%,.7)
}
.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover{
    background-color:#000;
    color:#fff
}
.hero.is-black .tabs a{
    color:#fff;
    opacity:.9
}
.hero.is-black .tabs a:hover,.hero.is-black .tabs li.is-active a{
    opacity:1
}
.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{
    color:#fff
}
.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{
    background-color:#0a0a0a;
    background-color:hsla(0,0%,4%,.1)
}
.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{
    background-color:#fff;
    border-color:#fff;
    color:#0a0a0a
}
.hero.is-black.is-bold{
    background-image:-webkit-linear-gradient(309deg,#000,#0a0a0a 71%,#181616);
    background-image:-o-linear-gradient(309deg,#000 0,#0a0a0a 71%,#181616 100%);
    background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)
}
@media screen and (max-width:768px){
    .hero.is-black.is-bold .navbar-menu{
        background-image:-webkit-linear-gradient(309deg,#000,#0a0a0a 71%,#181616);
        background-image:-o-linear-gradient(309deg,#000 0,#0a0a0a 71%,#181616 100%);
        background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)
    }
}
.hero.is-light{
    background-color:#f5f5f5;
    color:#363636
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),.hero.is-light strong{
    color:inherit
}
.hero.is-light .title{
    color:#363636
}
.hero.is-light .subtitle{
    color:#363636;
    color:rgba(54,54,54,.9)
}
.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{
    color:#363636
}
@media screen and (max-width:1023px){
    .hero.is-light .navbar-menu{
        background-color:#f5f5f5
    }
}
.hero.is-light .navbar-item,.hero.is-light .navbar-link{
    color:#363636;
    color:rgba(54,54,54,.7)
}
.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{
    background-color:#e8e8e8;
    color:#363636
}
.hero.is-light .tabs a{
    color:#363636;
    opacity:.9
}
.hero.is-light .tabs a:hover,.hero.is-light .tabs li.is-active a{
    opacity:1
}
.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{
    color:#363636
}
.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{
    background-color:#0a0a0a;
    background-color:hsla(0,0%,4%,.1)
}
.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{
    background-color:#363636;
    border-color:#363636;
    color:#f5f5f5
}
.hero.is-light.is-bold{
    background-image:-webkit-linear-gradient(309deg,#dfd8d9,#f5f5f5 71%,#fff);
    background-image:-o-linear-gradient(309deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%);
    background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)
}
@media screen and (max-width:768px){
    .hero.is-light.is-bold .navbar-menu{
        background-image:-webkit-linear-gradient(309deg,#dfd8d9,#f5f5f5 71%,#fff);
        background-image:-o-linear-gradient(309deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%);
        background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)
    }
}
.hero.is-dark{
    background-color:#363636;
    color:#f5f5f5
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),.hero.is-dark strong{
    color:inherit
}
.hero.is-dark .title{
    color:#f5f5f5
}
.hero.is-dark .subtitle{
    color:#f5f5f5;
    color:hsla(0,0%,96%,.9)
}
.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{
    color:#f5f5f5
}
@media screen and (max-width:1023px){
    .hero.is-dark .navbar-menu{
        background-color:#363636
    }
}
.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{
    color:#f5f5f5;
    color:hsla(0,0%,96%,.7)
}
.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{
    background-color:#292929;
    color:#f5f5f5
}
.hero.is-dark .tabs a{
    color:#f5f5f5;
    opacity:.9
}
.hero.is-dark .tabs a:hover,.hero.is-dark .tabs li.is-active a{
    opacity:1
}
.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{
    color:#f5f5f5
}
.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{
    background-color:#0a0a0a;
    background-color:hsla(0,0%,4%,.1)
}
.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{
    background-color:#f5f5f5;
    border-color:#f5f5f5;
    color:#363636
}
.hero.is-dark.is-bold{
    background-image:-webkit-linear-gradient(309deg,#1f191a,#363636 71%,#46403f);
    background-image:-o-linear-gradient(309deg,#1f191a 0,#363636 71%,#46403f 100%);
    background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)
}
@media screen and (max-width:768px){
    .hero.is-dark.is-bold .navbar-menu{
        background-image:-webkit-linear-gradient(309deg,#1f191a,#363636 71%,#46403f);
        background-image:-o-linear-gradient(309deg,#1f191a 0,#363636 71%,#46403f 100%);
        background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)
    }
}
.hero.is-primary{
    background-color:#00d1b2;
    color:#fff
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),.hero.is-primary strong{
    color:inherit
}
.hero.is-primary .title{
    color:#fff
}
.hero.is-primary .subtitle{
    color:#fff;
    color:hsla(0,0%,100%,.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,.hero.is-primary .navbar-link{
    color:#fff;
    color:hsla(0,0%,100%,.7)
}
.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{
    background-color:#00b89c;
    color:#fff
}
.hero.is-primary .tabs a{
    color:#fff;
    opacity:.9
}
.hero.is-primary .tabs a:hover,.hero.is-primary .tabs li.is-active a{
    opacity:1
}
.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{
    color:#fff
}
.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{
    background-color:#0a0a0a;
    background-color:hsla(0,0%,4%,.1)
}
.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{
    background-color:#fff;
    border-color:#fff;
    color:#00d1b2
}
.hero.is-primary.is-bold{
    background-image:-webkit-linear-gradient(309deg,#009e6c,#00d1b2 71%,#00e7eb);
    background-image:-o-linear-gradient(309deg,#009e6c 0,#00d1b2 71%,#00e7eb 100%);
    background-image:linear-gradient(141deg,#009e6c,#00d1b2 71%,#00e7eb)
}
@media screen and (max-width:768px){
    .hero.is-primary.is-bold .navbar-menu{
        background-image:-webkit-linear-gradient(309deg,#009e6c,#00d1b2 71%,#00e7eb);
        background-image:-o-linear-gradient(309deg,#009e6c 0,#00d1b2 71%,#00e7eb 100%);
        background-image:linear-gradient(141deg,#009e6c,#00d1b2 71%,#00e7eb)
    }
}
.hero.is-link{
    background-color:#3273dc;
    color:#fff
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),.hero.is-link strong{
    color:inherit
}
.hero.is-link .title{
    color:#fff
}
.hero.is-link .subtitle{
    color:#fff;
    color:hsla(0,0%,100%,.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,.hero.is-link .navbar-link{
    color:#fff;
    color:hsla(0,0%,100%,.7)
}
.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{
    background-color:#2366d1;
    color:#fff
}
.hero.is-link .tabs a{
    color:#fff;
    opacity:.9
}
.hero.is-link .tabs a:hover,.hero.is-link .tabs li.is-active a{
    opacity:1
}
.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{
    color:#fff
}
.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{
    background-color:#0a0a0a;
    background-color:hsla(0,0%,4%,.1)
}
.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{
    background-color:#fff;
    border-color:#fff;
    color:#3273dc
}
.hero.is-link.is-bold{
    background-image:-webkit-linear-gradient(309deg,#1577c6,#3273dc 71%,#4366e5);
    background-image:-o-linear-gradient(309deg,#1577c6 0,#3273dc 71%,#4366e5 100%);
    background-image:linear-gradient(141deg,#1577c6,#3273dc 71%,#4366e5)
}
@media screen and (max-width:768px){
    .hero.is-link.is-bold .navbar-menu{
        background-image:-webkit-linear-gradient(309deg,#1577c6,#3273dc 71%,#4366e5);
        background-image:-o-linear-gradient(309deg,#1577c6 0,#3273dc 71%,#4366e5 100%);
        background-image:linear-gradient(141deg,#1577c6,#3273dc 71%,#4366e5)
    }
}
.hero.is-info{
    background-color:#209cee;
    color:#fff
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),.hero.is-info strong{
    color:inherit
}
.hero.is-info .title{
    color:#fff
}
.hero.is-info .subtitle{
    color:#fff;
    color:hsla(0,0%,100%,.9)
}
.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{
    color:#fff
}
@media screen and (max-width:1023px){
    .hero.is-info .navbar-menu{
        background-color:#209cee
    }
}
.hero.is-info .navbar-item,.hero.is-info .navbar-link{
    color:#fff;
    color:hsla(0,0%,100%,.7)
}
.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover{
    background-color:#118fe4;
    color:#fff
}
.hero.is-info .tabs a{
    color:#fff;
    opacity:.9
}
.hero.is-info .tabs a:hover,.hero.is-info .tabs li.is-active a{
    opacity:1
}
.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{
    color:#fff
}
.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{
    background-color:#0a0a0a;
    background-color:hsla(0,0%,4%,.1)
}
.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{
    background-color:#fff;
    border-color:#fff;
    color:#209cee
}
.hero.is-info.is-bold{
    background-image:-webkit-linear-gradient(309deg,#04a6d7,#209cee 71%,#3287f5);
    background-image:-o-linear-gradient(309deg,#04a6d7 0,#209cee 71%,#3287f5 100%);
    background-image:linear-gradient(141deg,#04a6d7,#209cee 71%,#3287f5)
}
@media screen and (max-width:768px){
    .hero.is-info.is-bold .navbar-menu{
        background-image:-webkit-linear-gradient(309deg,#04a6d7,#209cee 71%,#3287f5);
        background-image:-o-linear-gradient(309deg,#04a6d7 0,#209cee 71%,#3287f5 100%);
        background-image:linear-gradient(141deg,#04a6d7,#209cee 71%,#3287f5)
    }
}
.hero.is-success{
    background-color:#23d160;
    color:#fff
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),.hero.is-success strong{
    color:inherit
}
.hero.is-success .title{
    color:#fff
}
.hero.is-success .subtitle{
    color:#fff;
    color:hsla(0,0%,100%,.9)
}
.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{
    color:#fff
}
@media screen and (max-width:1023px){
    .hero.is-success .navbar-menu{
        background-color:#23d160
    }
}
.hero.is-success .navbar-item,.hero.is-success .navbar-link{
    color:#fff;
    color:hsla(0,0%,100%,.7)
}
.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover{
    background-color:#20bc56;
    color:#fff
}
.hero.is-success .tabs a{
    color:#fff;
    opacity:.9
}
.hero.is-success .tabs a:hover,.hero.is-success .tabs li.is-active a{
    opacity:1
}
.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{
    color:#fff
}
.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{
    background-color:#0a0a0a;
    background-color:hsla(0,0%,4%,.1)
}
.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{
    background-color:#fff;
    border-color:#fff;
    color:#23d160
}
.hero.is-success.is-bold{
    background-image:-webkit-linear-gradient(309deg,#12af2f,#23d160 71%,#2ce28a);
    background-image:-o-linear-gradient(309deg,#12af2f 0,#23d160 71%,#2ce28a 100%);
    background-image:linear-gradient(141deg,#12af2f,#23d160 71%,#2ce28a)
}
@media screen and (max-width:768px){
    .hero.is-success.is-bold .navbar-menu{
        background-image:-webkit-linear-gradient(309deg,#12af2f,#23d160 71%,#2ce28a);
        background-image:-o-linear-gradient(309deg,#12af2f 0,#23d160 71%,#2ce28a 100%);
        background-image:linear-gradient(141deg,#12af2f,#23d160 71%,#2ce28a)
    }
}
.hero.is-warning{
    background-color:#ffdd57;
    color:#000;
    color:rgba(0,0,0,.7)
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),.hero.is-warning strong{
    color:inherit
}
.hero.is-warning .title{
    color:#000;
    color:rgba(0,0,0,.7)
}
.hero.is-warning .subtitle{
    color:#000;
    color:rgba(0,0,0,.9)
}
.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{
    color:#000;
    color:rgba(0,0,0,.7)
}
@media screen and (max-width:1023px){
    .hero.is-warning .navbar-menu{
        background-color:#ffdd57
    }
}
.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{
    color:#000;
    color:rgba(0,0,0,.7)
}
.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover{
    background-color:#ffd83d;
    color:#000;
    color:rgba(0,0,0,.7)
}
.hero.is-warning .tabs a{
    color:#000;
    color:rgba(0,0,0,.7);
    opacity:.9
}
.hero.is-warning .tabs a:hover,.hero.is-warning .tabs li.is-active a{
    opacity:1
}
.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{
    color:#000;
    color:rgba(0,0,0,.7)
}
.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{
    background-color:#0a0a0a;
    background-color:hsla(0,0%,4%,.1)
}
.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{
    background-color:#000;
    background-color:rgba(0,0,0,.7);
    border-color:#000;
    border-color:rgba(0,0,0,.7);
    color:#ffdd57
}
.hero.is-warning.is-bold{
    background-image:-webkit-linear-gradient(309deg,#ffaf24,#ffdd57 71%,#fffa70);
    background-image:-o-linear-gradient(309deg,#ffaf24 0,#ffdd57 71%,#fffa70 100%);
    background-image:linear-gradient(141deg,#ffaf24,#ffdd57 71%,#fffa70)
}
@media screen and (max-width:768px){
    .hero.is-warning.is-bold .navbar-menu{
        background-image:-webkit-linear-gradient(309deg,#ffaf24,#ffdd57 71%,#fffa70);
        background-image:-o-linear-gradient(309deg,#ffaf24 0,#ffdd57 71%,#fffa70 100%);
        background-image:linear-gradient(141deg,#ffaf24,#ffdd57 71%,#fffa70)
    }
}
.hero.is-danger{
    background-color:#ff3860;
    color:#fff
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),.hero.is-danger strong{
    color:inherit
}
.hero.is-danger .title{
    color:#fff
}
.hero.is-danger .subtitle{
    color:#fff;
    color:hsla(0,0%,100%,.9)
}
.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{
    color:#fff
}
@media screen and (max-width:1023px){
    .hero.is-danger .navbar-menu{
        background-color:#ff3860
    }
}
.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{
    color:#fff;
    color:hsla(0,0%,100%,.7)
}
.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover{
    background-color:#ff1f4b;
    color:#fff
}
.hero.is-danger .tabs a{
    color:#fff;
    opacity:.9
}
.hero.is-danger .tabs a:hover,.hero.is-danger .tabs li.is-active a{
    opacity:1
}
.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{
    color:#fff
}
.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{
    background-color:#0a0a0a;
    background-color:hsla(0,0%,4%,.1)
}
.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{
    background-color:#fff;
    border-color:#fff;
    color:#ff3860
}
.hero.is-danger.is-bold{
    background-image:-webkit-linear-gradient(309deg,#ff0561,#ff3860 71%,#ff5257);
    background-image:-o-linear-gradient(309deg,#ff0561 0,#ff3860 71%,#ff5257 100%);
    background-image:linear-gradient(141deg,#ff0561,#ff3860 71%,#ff5257)
}
@media screen and (max-width:768px){
    .hero.is-danger.is-bold .navbar-menu{
        background-image:-webkit-linear-gradient(309deg,#ff0561,#ff3860 71%,#ff5257);
        background-image:-o-linear-gradient(309deg,#ff0561 0,#ff3860 71%,#ff5257 100%);
        background-image:linear-gradient(141deg,#ff0561,#ff3860 71%,#ff5257)
    }
}
.hero.is-small .hero-body{
    padding-bottom:24px;
    padding-bottom:1.5rem;
    padding-top:24px;
    padding-top:1.5rem
}
@media print,screen and (min-width:769px){
    .hero.is-medium .hero-body{
        padding-bottom:144px;
        padding-bottom:9rem;
        padding-top:144px;
        padding-top:9rem
    }
}
@media print,screen and (min-width:769px){
    .hero.is-large .hero-body{
        padding-bottom:288px;
        padding-bottom:18rem;
        padding-top:288px;
        padding-top:18rem
    }
}
.hero.is-fullheight .hero-body,.hero.is-halfheight .hero-body{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.hero.is-fullheight .hero-body>.container,.hero.is-halfheight .hero-body>.container{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -ms-flex-negative:1;
    flex-shrink:1
}
.hero.is-halfheight{
    min-height:50vh
}
.hero.is-fullheight{
    min-height:100vh
}
.hero-video{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0;
    overflow:hidden
}
.hero-video video{
    left:50%;
    min-height:100%;
    min-width:100%;
    position:absolute;
    top:50%;
    -webkit-transform:translate3d(-50%,-50%,0);
    transform:translate3d(-50%,-50%,0)
}
.hero-video.is-transparent{
    opacity:.3
}
@media screen and (max-width:768px){
    .hero-video{
        display:none
    }
}
.hero-buttons{
    margin-top:24px;
    margin-top:1.5rem
}
@media screen and (max-width:768px){
    .hero-buttons .button{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
    .hero-buttons .button:not(:last-child){
        margin-bottom:12px;
        margin-bottom:.75rem
    }
}
@media print,screen and (min-width:769px){
    .hero-buttons{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .hero-buttons .button:not(:last-child){
        margin-right:24px;
        margin-right:1.5rem
    }
}
.hero-foot,.hero-head{
    -webkit-box-flex:0;
    -ms-flex-positive:0;
    flex-grow:0
}
.hero-body,.hero-foot,.hero-head{
    -ms-flex-negative:0;
    flex-shrink:0
}
.hero-body{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1
}
.hero-body,.section{
    padding:48px 24px;
    padding:3rem 1.5rem
}
@media screen and (min-width:1024px){
    .section.is-medium{
        padding:144px 24px;
        padding:9rem 1.5rem
    }
    .section.is-large{
        padding:288px 24px;
        padding:18rem 1.5rem
    }
}
.footer{
    background-color:#f5f5f5;
    padding:48px 24px 96px;
    padding:3rem 1.5rem 6rem
}
.table{
    background-color:#fff;
    color:#363636;
    margin-bottom:24px;
    margin-bottom:1.5rem
}
.table td,.table th{
    border:1px solid #dbdbdb;
    border-width:0 0 1px;
    padding:.5em .75em;
    vertical-align:top
}
.table td.is-white,.table th.is-white{
    background-color:#fff;
    border-color:#fff;
    color:#0a0a0a
}
.table td.is-black,.table th.is-black{
    background-color:#0a0a0a;
    border-color:#0a0a0a;
    color:#fff
}
.table td.is-light,.table th.is-light{
    background-color:#f5f5f5;
    border-color:#f5f5f5;
    color:#363636
}
.table td.is-dark,.table th.is-dark{
    background-color:#363636;
    border-color:#363636;
    color:#f5f5f5
}
.table td.is-primary,.table th.is-primary{
    background-color:#00d1b2;
    border-color:#00d1b2;
    color:#fff
}
.table td.is-link,.table th.is-link{
    background-color:#3273dc;
    border-color:#3273dc;
    color:#fff
}
.table td.is-info,.table th.is-info{
    background-color:#209cee;
    border-color:#209cee;
    color:#fff
}
.table td.is-success,.table th.is-success{
    background-color:#23d160;
    border-color:#23d160;
    color:#fff
}
.table td.is-warning,.table th.is-warning{
    background-color:#ffdd57;
    border-color:#ffdd57;
    color:#000;
    color:rgba(0,0,0,.7)
}
.table td.is-danger,.table th.is-danger{
    background-color:#ff3860;
    border-color:#ff3860;
    color:#fff
}
.table td.is-narrow,.table th.is-narrow{
    white-space:nowrap;
    width:1%
}
.table td.is-selected,.table th.is-selected{
    background-color:#00d1b2;
    color:#fff
}
.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{
    color:currentColor
}
.table th{
    color:#363636;
    text-align:left
}
.table tr.is-selected{
    background-color:#00d1b2;
    color:#fff
}
.table tr.is-selected a,.table tr.is-selected strong{
    color:currentColor
}
.table tr.is-selected td,.table tr.is-selected th{
    border-color:#fff;
    color:currentColor
}
.table thead td,.table thead th{
    border-width:0 0 2px;
    color:#363636
}
.table tfoot td,.table tfoot th{
    border-width:2px 0 0;
    color:#363636
}
.table tbody tr:last-child td,.table tbody tr:last-child th{
    border-bottom-width:0
}
.table.is-bordered td,.table.is-bordered th{
    border-width:1px
}
.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{
    border-bottom-width:1px
}
.table.is-fullwidth{
    width:100%
}
.table.is-hoverable tbody tr:not(.is-selected):hover{
    background-color:#fafafa
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{
    background-color:#f5f5f5
}
.table.is-narrow td,.table.is-narrow th{
    padding:.25em .5em
}
.table.is-striped tbody tr:not(.is-selected):nth-child(2n){
    background-color:#fafafa
}
.input,.textarea{
    -moz-appearance:none;
    -webkit-appearance:none;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border:1px solid transparent;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    font-size:16px;
    font-size:1rem;
    height:2.25em;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    line-height:1.5;
    padding:calc(.375em - 1px) calc(.625em - 1px);
    position:relative;
    vertical-align:top;
    background-color:#fff;
    border-color:#dbdbdb;
    color:#363636;
    -webkit-box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);
    box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);
    max-width:100%;
    width:100%
}
.input.is-active,.input.is-focused,.input:active,.input:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{
    outline:none
}
.input[disabled],.textarea[disabled]{
    cursor:not-allowed
}
.input::-moz-placeholder,.textarea::-moz-placeholder{
    color:#363636;
    color:rgba(54,54,54,.3)
}
.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{
    color:#363636;
    color:rgba(54,54,54,.3)
}
.input:-moz-placeholder,.textarea:-moz-placeholder{
    color:#363636;
    color:rgba(54,54,54,.3)
}
.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{
    color:#363636;
    color:rgba(54,54,54,.3)
}
.input.is-hovered,.input:hover,.textarea.is-hovered,.textarea:hover{
    border-color:#b5b5b5
}
.input.is-active,.input.is-focused,.input:active,.input:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{
    border-color:#3273dc;
    -webkit-box-shadow:0 0 0 .125em rgba(50,115,220,.25);
    box-shadow:0 0 0 .125em rgba(50,115,220,.25)
}
.input[disabled],.textarea[disabled]{
    background-color:#f5f5f5;
    border-color:#f5f5f5;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#7a7a7a
}
.input[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder{
    color:#7a7a7a;
    color:hsla(0,0%,48%,.3)
}
.input[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder{
    color:#7a7a7a;
    color:hsla(0,0%,48%,.3)
}
.input[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder{
    color:#7a7a7a;
    color:hsla(0,0%,48%,.3)
}
.input[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder{
    color:#7a7a7a;
    color:hsla(0,0%,48%,.3)
}
.input[readonly],.textarea[readonly]{
    -webkit-box-shadow:none;
    box-shadow:none
}
.input.is-white,.textarea.is-white{
    border-color:#fff
}
.input.is-white.is-active,.input.is-white.is-focused,.input.is-white:active,.input.is-white:focus,.textarea.is-white.is-active,.textarea.is-white.is-focused,.textarea.is-white:active,.textarea.is-white:focus{
    -webkit-box-shadow:0 0 0 .125em hsla(0,0%,100%,.25);
    box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)
}
.input.is-black,.textarea.is-black{
    border-color:#0a0a0a
}
.input.is-black.is-active,.input.is-black.is-focused,.input.is-black:active,.input.is-black:focus,.textarea.is-black.is-active,.textarea.is-black.is-focused,.textarea.is-black:active,.textarea.is-black:focus{
    -webkit-box-shadow:0 0 0 .125em hsla(0,0%,4%,.25);
    box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)
}
.input.is-light,.textarea.is-light{
    border-color:#f5f5f5
}
.input.is-light.is-active,.input.is-light.is-focused,.input.is-light:active,.input.is-light:focus,.textarea.is-light.is-active,.textarea.is-light.is-focused,.textarea.is-light:active,.textarea.is-light:focus{
    -webkit-box-shadow:0 0 0 .125em hsla(0,0%,96%,.25);
    box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)
}
.input.is-dark,.textarea.is-dark{
    border-color:#363636
}
.input.is-dark.is-active,.input.is-dark.is-focused,.input.is-dark:active,.input.is-dark:focus,.textarea.is-dark.is-active,.textarea.is-dark.is-focused,.textarea.is-dark:active,.textarea.is-dark:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(54,54,54,.25);
    box-shadow:0 0 0 .125em rgba(54,54,54,.25)
}
.input.is-primary,.textarea.is-primary{
    border-color:#00d1b2
}
.input.is-primary.is-active,.input.is-primary.is-focused,.input.is-primary:active,.input.is-primary:focus,.textarea.is-primary.is-active,.textarea.is-primary.is-focused,.textarea.is-primary:active,.textarea.is-primary:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(0,209,178,.25);
    box-shadow:0 0 0 .125em rgba(0,209,178,.25)
}
.input.is-link,.textarea.is-link{
    border-color:#3273dc
}
.input.is-link.is-active,.input.is-link.is-focused,.input.is-link:active,.input.is-link:focus,.textarea.is-link.is-active,.textarea.is-link.is-focused,.textarea.is-link:active,.textarea.is-link:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(50,115,220,.25);
    box-shadow:0 0 0 .125em rgba(50,115,220,.25)
}
.input.is-info,.textarea.is-info{
    border-color:#209cee
}
.input.is-info.is-active,.input.is-info.is-focused,.input.is-info:active,.input.is-info:focus,.textarea.is-info.is-active,.textarea.is-info.is-focused,.textarea.is-info:active,.textarea.is-info:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(32,156,238,.25);
    box-shadow:0 0 0 .125em rgba(32,156,238,.25)
}
.input.is-success,.textarea.is-success{
    border-color:#23d160
}
.input.is-success.is-active,.input.is-success.is-focused,.input.is-success:active,.input.is-success:focus,.textarea.is-success.is-active,.textarea.is-success.is-focused,.textarea.is-success:active,.textarea.is-success:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(35,209,96,.25);
    box-shadow:0 0 0 .125em rgba(35,209,96,.25)
}
.input.is-warning,.textarea.is-warning{
    border-color:#ffdd57
}
.input.is-warning.is-active,.input.is-warning.is-focused,.input.is-warning:active,.input.is-warning:focus,.textarea.is-warning.is-active,.textarea.is-warning.is-focused,.textarea.is-warning:active,.textarea.is-warning:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(255,221,87,.25);
    box-shadow:0 0 0 .125em rgba(255,221,87,.25)
}
.input.is-danger,.textarea.is-danger{
    border-color:#ff3860
}
.input.is-danger.is-active,.input.is-danger.is-focused,.input.is-danger:active,.input.is-danger:focus,.textarea.is-danger.is-active,.textarea.is-danger.is-focused,.textarea.is-danger:active,.textarea.is-danger:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(255,56,96,.25);
    box-shadow:0 0 0 .125em rgba(255,56,96,.25)
}
.input.is-small,.textarea.is-small{
    border-radius:2px;
    font-size:12px;
    font-size:.75rem
}
.input.is-medium,.textarea.is-medium{
    font-size:20px;
    font-size:1.25rem
}
.input.is-large,.textarea.is-large{
    font-size:24px;
    font-size:1.5rem
}
.input.is-fullwidth,.textarea.is-fullwidth{
    display:block;
    width:100%
}
.input.is-inline,.textarea.is-inline{
    display:inline;
    width:auto
}
.input.is-rounded{
    border-radius:290486px;
    padding-left:1em;
    padding-right:1em
}
.input.is-static{
    background-color:transparent;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    padding-left:0;
    padding-right:0
}
.textarea{
    display:block;
    max-width:100%;
    min-width:100%;
    padding:.625em;
    resize:vertical
}
.textarea:not([rows]){
    max-height:600px;
    min-height:120px
}
.textarea[rows]{
    height:unset
}
.textarea.has-fixed-size{
    resize:none
}
.checkbox,.radio{
    cursor:pointer;
    display:inline-block;
    line-height:1.25;
    position:relative
}
.checkbox input,.radio input{
    cursor:pointer
}
.checkbox:hover,.radio:hover{
    color:#363636
}
.checkbox[disabled],.radio[disabled]{
    color:#7a7a7a;
    cursor:not-allowed
}
.radio+.radio{
    margin-left:.5em
}
.select{
    display:inline-block;
    max-width:100%;
    position:relative;
    vertical-align:top
}
.select:not(.is-multiple){
    height:2.25em
}
.select:not(.is-multiple):after{
    border:1px solid #3273dc;
    border-right:0;
    border-top:0;
    content:" ";
    display:block;
    height:.5em;
    pointer-events:none;
    position:absolute;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:center;
    -ms-transform-origin:center;
    transform-origin:center;
    width:.5em;
    margin-top:-.375em;
    right:1.125em;
    top:50%;
    z-index:4
}
.select.is-rounded select{
    border-radius:290486px;
    padding-left:1em
}
.select select{
    -moz-appearance:none;
    -webkit-appearance:none;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border:1px solid transparent;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    font-size:16px;
    font-size:1rem;
    height:2.25em;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    line-height:1.5;
    padding:calc(.375em - 1px) calc(.625em - 1px);
    position:relative;
    vertical-align:top;
    background-color:#fff;
    border-color:#dbdbdb;
    color:#363636;
    cursor:pointer;
    display:block;
    font-size:1em;
    max-width:100%;
    outline:none
}
.select select.is-active,.select select.is-focused,.select select:active,.select select:focus{
    outline:none
}
.select select[disabled]{
    cursor:not-allowed
}
.select select::-moz-placeholder{
    color:#363636;
    color:rgba(54,54,54,.3)
}
.select select::-webkit-input-placeholder{
    color:#363636;
    color:rgba(54,54,54,.3)
}
.select select:-moz-placeholder{
    color:#363636;
    color:rgba(54,54,54,.3)
}
.select select:-ms-input-placeholder{
    color:#363636;
    color:rgba(54,54,54,.3)
}
.select select.is-hovered,.select select:hover{
    border-color:#b5b5b5
}
.select select.is-active,.select select.is-focused,.select select:active,.select select:focus{
    border-color:#3273dc;
    -webkit-box-shadow:0 0 0 .125em rgba(50,115,220,.25);
    box-shadow:0 0 0 .125em rgba(50,115,220,.25)
}
.select select[disabled]{
    background-color:#f5f5f5;
    border-color:#f5f5f5;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#7a7a7a
}
.select select[disabled]::-moz-placeholder{
    color:#7a7a7a;
    color:hsla(0,0%,48%,.3)
}
.select select[disabled]::-webkit-input-placeholder{
    color:#7a7a7a;
    color:hsla(0,0%,48%,.3)
}
.select select[disabled]:-moz-placeholder{
    color:#7a7a7a;
    color:hsla(0,0%,48%,.3)
}
.select select[disabled]:-ms-input-placeholder{
    color:#7a7a7a;
    color:hsla(0,0%,48%,.3)
}
.select select::-ms-expand{
    display:none
}
.select select[disabled]:hover{
    border-color:#f5f5f5
}
.select select:not([multiple]){
    padding-right:2.5em
}
.select select[multiple]{
    height:unset;
    padding:0
}
.select select[multiple] option{
    padding:.5em 1em
}
.select:hover:after{
    border-color:#363636
}
.select.is-white select{
    border-color:#fff
}
.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{
    -webkit-box-shadow:0 0 0 .125em hsla(0,0%,100%,.25);
    box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)
}
.select.is-black select{
    border-color:#0a0a0a
}
.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{
    -webkit-box-shadow:0 0 0 .125em hsla(0,0%,4%,.25);
    box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)
}
.select.is-light select{
    border-color:#f5f5f5
}
.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{
    -webkit-box-shadow:0 0 0 .125em hsla(0,0%,96%,.25);
    box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)
}
.select.is-dark select{
    border-color:#363636
}
.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(54,54,54,.25);
    box-shadow:0 0 0 .125em rgba(54,54,54,.25)
}
.select.is-primary select{
    border-color:#00d1b2
}
.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(0,209,178,.25);
    box-shadow:0 0 0 .125em rgba(0,209,178,.25)
}
.select.is-link select{
    border-color:#3273dc
}
.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(50,115,220,.25);
    box-shadow:0 0 0 .125em rgba(50,115,220,.25)
}
.select.is-info select{
    border-color:#209cee
}
.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(32,156,238,.25);
    box-shadow:0 0 0 .125em rgba(32,156,238,.25)
}
.select.is-success select{
    border-color:#23d160
}
.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(35,209,96,.25);
    box-shadow:0 0 0 .125em rgba(35,209,96,.25)
}
.select.is-warning select{
    border-color:#ffdd57
}
.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(255,221,87,.25);
    box-shadow:0 0 0 .125em rgba(255,221,87,.25)
}
.select.is-danger select{
    border-color:#ff3860
}
.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{
    -webkit-box-shadow:0 0 0 .125em rgba(255,56,96,.25);
    box-shadow:0 0 0 .125em rgba(255,56,96,.25)
}
.select.is-small{
    border-radius:2px;
    font-size:12px;
    font-size:.75rem
}
.select.is-medium{
    font-size:20px;
    font-size:1.25rem
}
.select.is-large{
    font-size:24px;
    font-size:1.5rem
}
.select.is-disabled:after{
    border-color:#7a7a7a
}
.select.is-fullwidth,.select.is-fullwidth select{
    width:100%;
    font-size:13px;
    height:30px;
    margin-top:-3px;
}
.select.is-loading:after{
    -webkit-animation:spinAround .5s infinite linear;
    animation:spinAround .5s infinite linear;
    border:2px solid #dbdbdb;
    border-radius:290486px;
    border-right-color:transparent;
    border-top-color:transparent;
    content:"";
    display:block;
    height:1em;
    position:relative;
    width:1em;
    margin-top:0;
    position:absolute;
    right:.625em;
    top:.625em;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none
}
.select.is-loading.is-small:after{
    font-size:12px;
    font-size:.75rem
}
.select.is-loading.is-medium:after{
    font-size:20px;
    font-size:1.25rem
}
.select.is-loading.is-large:after{
    font-size:24px;
    font-size:1.5rem
}
.file{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    position:relative
}
.file.is-white .file-cta{
    background-color:#fff;
    border-color:transparent;
    color:#0a0a0a
}
.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{
    background-color:#f9f9f9;
    border-color:transparent;
    color:#0a0a0a
}
.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{
    border-color:transparent;
    -webkit-box-shadow:0 0 .5em hsla(0,0%,100%,.25);
    box-shadow:0 0 .5em hsla(0,0%,100%,.25);
    color:#0a0a0a
}
.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{
    background-color:#f2f2f2;
    border-color:transparent;
    color:#0a0a0a
}
.file.is-black .file-cta{
    background-color:#0a0a0a;
    border-color:transparent;
    color:#fff
}
.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{
    background-color:#040404;
    border-color:transparent;
    color:#fff
}
.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{
    border-color:transparent;
    -webkit-box-shadow:0 0 .5em hsla(0,0%,4%,.25);
    box-shadow:0 0 .5em hsla(0,0%,4%,.25);
    color:#fff
}
.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{
    background-color:#000;
    border-color:transparent;
    color:#fff
}
.file.is-light .file-cta{
    background-color:#f5f5f5;
    border-color:transparent;
    color:#363636
}
.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{
    background-color:#eee;
    border-color:transparent;
    color:#363636
}
.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{
    border-color:transparent;
    -webkit-box-shadow:0 0 .5em hsla(0,0%,96%,.25);
    box-shadow:0 0 .5em hsla(0,0%,96%,.25);
    color:#363636
}
.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{
    background-color:#e8e8e8;
    border-color:transparent;
    color:#363636
}
.file.is-dark .file-cta{
    background-color:#363636;
    border-color:transparent;
    color:#f5f5f5
}
.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{
    background-color:#2f2f2f;
    border-color:transparent;
    color:#f5f5f5
}
.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{
    border-color:transparent;
    -webkit-box-shadow:0 0 .5em rgba(54,54,54,.25);
    box-shadow:0 0 .5em rgba(54,54,54,.25);
    color:#f5f5f5
}
.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{
    background-color:#292929;
    border-color:transparent;
    color:#f5f5f5
}
.file.is-primary .file-cta{
    background-color:#00d1b2;
    border-color:transparent;
    color:#fff
}
.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{
    background-color:#00c4a7;
    border-color:transparent;
    color:#fff
}
.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{
    border-color:transparent;
    -webkit-box-shadow:0 0 .5em rgba(0,209,178,.25);
    box-shadow:0 0 .5em rgba(0,209,178,.25);
    color:#fff
}
.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{
    background-color:#00b89c;
    border-color:transparent;
    color:#fff
}
.file.is-link .file-cta{
    background-color:#3273dc;
    border-color:transparent;
    color:#fff
}
.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{
    background-color:#276cda;
    border-color:transparent;
    color:#fff
}
.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{
    border-color:transparent;
    -webkit-box-shadow:0 0 .5em rgba(50,115,220,.25);
    box-shadow:0 0 .5em rgba(50,115,220,.25);
    color:#fff
}
.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{
    background-color:#2366d1;
    border-color:transparent;
    color:#fff
}
.file.is-info .file-cta{
    background-color:#209cee;
    border-color:transparent;
    color:#fff
}
.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{
    background-color:#1496ed;
    border-color:transparent;
    color:#fff
}
.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{
    border-color:transparent;
    -webkit-box-shadow:0 0 .5em rgba(32,156,238,.25);
    box-shadow:0 0 .5em rgba(32,156,238,.25);
    color:#fff
}
.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{
    background-color:#118fe4;
    border-color:transparent;
    color:#fff
}
.file.is-success .file-cta{
    background-color:#23d160;
    border-color:transparent;
    color:#fff
}
.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{
    background-color:#22c65b;
    border-color:transparent;
    color:#fff
}
.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{
    border-color:transparent;
    -webkit-box-shadow:0 0 .5em rgba(35,209,96,.25);
    box-shadow:0 0 .5em rgba(35,209,96,.25);
    color:#fff
}
.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{
    background-color:#20bc56;
    border-color:transparent;
    color:#fff
}
.file.is-warning .file-cta{
    background-color:#ffdd57;
    border-color:transparent;
    color:#000;
    color:rgba(0,0,0,.7)
}
.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{
    background-color:#ffdb4a;
    border-color:transparent;
    color:#000;
    color:rgba(0,0,0,.7)
}
.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{
    border-color:transparent;
    -webkit-box-shadow:0 0 .5em rgba(255,221,87,.25);
    box-shadow:0 0 .5em rgba(255,221,87,.25);
    color:#000;
    color:rgba(0,0,0,.7)
}
.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{
    background-color:#ffd83d;
    border-color:transparent;
    color:#000;
    color:rgba(0,0,0,.7)
}
.file.is-danger .file-cta{
    background-color:#ff3860;
    border-color:transparent;
    color:#fff
}
.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{
    background-color:#ff2b56;
    border-color:transparent;
    color:#fff
}
.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{
    border-color:transparent;
    -webkit-box-shadow:0 0 .5em rgba(255,56,96,.25);
    box-shadow:0 0 .5em rgba(255,56,96,.25);
    color:#fff
}
.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{
    background-color:#ff1f4b;
    border-color:transparent;
    color:#fff
}
.file.is-small{
    font-size:12px;
    font-size:.75rem
}
.file.is-medium{
    font-size:20px;
    font-size:1.25rem
}
.file.is-medium .file-icon .fa{
    font-size:21px
}
.file.is-large{
    font-size:24px;
    font-size:1.5rem
}
.file.is-large .file-icon .fa{
    font-size:28px
}
.file.has-name .file-cta{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
.file.has-name .file-name{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.file.has-name.is-empty .file-cta{
    border-radius:3px
}
.file.has-name.is-empty .file-name{
    display:none
}
.file.is-boxed .file-cta,.file.is-boxed .file-label{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.file.is-boxed .file-cta{
    height:auto;
    padding:1em 3em
}
.file.is-boxed .file-name{
    border-width:0 1px 1px
}
.file.is-boxed .file-icon{
    height:1.5em;
    width:1.5em
}
.file.is-boxed .file-icon .fa{
    font-size:21px
}
.file.is-boxed.is-small .file-icon .fa{
    font-size:14px
}
.file.is-boxed.is-medium .file-icon .fa{
    font-size:28px
}
.file.is-boxed.is-large .file-icon .fa{
    font-size:35px
}
.file.is-boxed.has-name .file-cta{
    border-radius:3px 3px 0 0
}
.file.is-boxed.has-name .file-name{
    border-radius:0 0 3px 3px;
    border-width:0 1px 1px
}
.file.is-centered{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.file.is-fullwidth .file-label{
    width:100%
}
.file.is-fullwidth .file-name{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:none
}
.file.is-right{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.file.is-right .file-cta{
    border-radius:0 3px 3px 0
}
.file.is-right .file-name{
    border-radius:3px 0 0 3px;
    border-width:1px 0 1px 1px;
    -webkit-box-ordinal-group:0;
    -ms-flex-order:-1;
    order:-1
}
.file-label{
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    cursor:pointer;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    overflow:hidden;
    position:relative
}
.file-label:hover .file-cta{
    background-color:#eee;
    color:#363636
}
.file-label:hover .file-name{
    border-color:#d5d5d5
}
.file-label:active .file-cta{
    background-color:#e8e8e8;
    color:#363636
}
.file-label:active .file-name{
    border-color:#cfcfcf
}
.file-input{
    height:.01em;
    left:0;
    outline:none;
    position:absolute;
    top:0;
    width:.01em
}
.file-cta,.file-name{
    -moz-appearance:none;
    -webkit-appearance:none;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border:1px solid transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    font-size:16px;
    font-size:1rem;
    height:2.25em;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    line-height:1.5;
    padding-left:calc(.625em - 1px);
    padding-right:calc(.625em - 1px);
    position:relative;
    vertical-align:top;
    border-color:#dbdbdb;
    border-radius:3px;
    font-size:1em;
    padding:calc(.375em - 1px) 1em;
    white-space:nowrap
}
.file-cta.is-active,.file-cta.is-focused,.file-cta:active,.file-cta:focus,.file-name.is-active,.file-name.is-focused,.file-name:active,.file-name:focus{
    outline:none
}
.file-cta[disabled],.file-name[disabled]{
    cursor:not-allowed
}
.file-cta{
    background-color:#f5f5f5;
    color:#4a4a4a
}
.file-name{
    border-color:#dbdbdb;
    border-style:solid;
    border-width:1px 1px 1px 0;
    display:block;
    max-width:16em;
    overflow:hidden;
    text-align:left;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis
}
.file-icon{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:1em;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-right:.5em;
    width:1em
}
.file-icon .fa{
    font-size:14px
}
.label{
    color:#363636;
    display:block;
    font-size:16px;
    font-size:1rem;
    font-weight:700
}
.label:not(:last-child){
    margin-bottom:.5em
}
.label.is-small{
    font-size:12px;
    font-size:.75rem
}
.label.is-medium{
    font-size:20px;
    font-size:1.25rem
}
.label.is-large{
    font-size:24px;
    font-size:1.5rem
}
.help{
    display:block;
    font-size:12px;
    font-size:.75rem;
    margin-top:4px;
    margin-top:.25rem
}
.help.is-white{
    color:#fff
}
.help.is-black{
    color:#0a0a0a
}
.help.is-light{
    color:#f5f5f5
}
.help.is-dark{
    color:#363636
}
.help.is-primary{
    color:#00d1b2
}
.help.is-link{
    color:#3273dc
}
.help.is-info{
    color:#209cee
}
.help.is-success{
    color:#23d160
}
.help.is-warning{
    color:#ffdd57
}
.help.is-danger{
    color:#ff3860
}
.field:not(:last-child){
    margin-bottom:12px;
    margin-bottom:.75rem
}
.field.has-addons{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    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 .button,.field.has-addons .control:first-child .input,.field.has-addons .control:first-child .select select{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
.field.has-addons .control:last-child .button,.field.has-addons .control:last-child .input,.field.has-addons .control:last-child .select select{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.field.has-addons .control .button.is-hovered,.field.has-addons .control .button:hover,.field.has-addons .control .input.is-hovered,.field.has-addons .control .input:hover,.field.has-addons .control .select select.is-hovered,.field.has-addons .control .select select:hover{
    z-index:2
}
.field.has-addons .control .button.is-active,.field.has-addons .control .button.is-focused,.field.has-addons .control .button:active,.field.has-addons .control .button:focus,.field.has-addons .control .input.is-active,.field.has-addons .control .input.is-focused,.field.has-addons .control .input:active,.field.has-addons .control .input:focus,.field.has-addons .control .select select.is-active,.field.has-addons .control .select select.is-focused,.field.has-addons .control .select select:active,.field.has-addons .control .select select:focus{
    z-index:3
}
.field.has-addons .control .button.is-active:hover,.field.has-addons .control .button.is-focused:hover,.field.has-addons .control .button:active:hover,.field.has-addons .control .button:focus:hover,.field.has-addons .control .input.is-active:hover,.field.has-addons .control .input.is-focused:hover,.field.has-addons .control .input:active:hover,.field.has-addons .control .input:focus:hover,.field.has-addons .control .select select.is-active:hover,.field.has-addons .control .select select.is-focused:hover,.field.has-addons .control .select select:active:hover,.field.has-addons .control .select select:focus:hover{
    z-index:4
}
.field.has-addons .control.is-expanded{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1
}
.field.has-addons.has-addons-centered{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.field.has-addons.has-addons-right{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.field.has-addons.has-addons-fullwidth .control{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -ms-flex-negative:0;
    flex-shrink:0
}
.field.is-grouped{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.field.is-grouped>.control{
    -ms-flex-negative:0;
    flex-shrink:0
}
.field.is-grouped>.control:not(:last-child){
    margin-bottom:0;
    margin-right:12px;
    margin-right:.75rem
}
.field.is-grouped>.control.is-expanded{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -ms-flex-negative:1;
    flex-shrink:1
}
.field.is-grouped.is-grouped-centered{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.field.is-grouped.is-grouped-right{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.field.is-grouped.is-grouped-multiline{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){
    margin-bottom:12px;
    margin-bottom:.75rem
}
.field.is-grouped.is-grouped-multiline:last-child{
    margin-bottom:-12px;
    margin-bottom:-.75rem
}
.field.is-grouped.is-grouped-multiline:not(:last-child){
    margin-bottom:0
}
@media print,screen and (min-width:769px){
    .field.is-horizontal{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
.field-label .label{
    font-size:inherit
}
@media screen and (max-width:768px){
    .field-label{
        margin-bottom:8px;
        margin-bottom:.5rem
    }
}
@media print,screen and (min-width:769px){
    .field-label{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        -ms-flex-negative:0;
        flex-shrink:0;
        margin-right:24px;
        margin-right:1.5rem;
        text-align:right
    }
    .field-label.is-small{
        font-size:12px;
        font-size:.75rem;
        padding-top:.375em
    }
    .field-label.is-normal{
        padding-top:.375em
    }
    .field-label.is-medium{
        font-size:20px;
        font-size:1.25rem;
        padding-top:.375em
    }
    .field-label.is-large{
        font-size:24px;
        font-size:1.5rem;
        padding-top:.375em
    }
}
.field-body .field .field{
    margin-bottom:0
}
@media print,screen and (min-width:769px){
    .field-body{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-box-flex:5;
        -ms-flex-positive:5;
        flex-grow:5;
        -ms-flex-negative:1;
        flex-shrink:1
    }
    .field-body .field{
        margin-bottom:0
    }
    .field-body>.field{
        -ms-flex-negative:1;
        flex-shrink:1
    }
    .field-body>.field:not(.is-narrow){
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1
    }
    .field-body>.field:not(:last-child){
        margin-right:12px;
        margin-right:.75rem
    }
}
.control{
    font-size:15px;
    /*font-size:1rem;*/
    position:relative;
    text-align:left
}
.control.has-icon .icon{
    color:#cdae47;
    height:2.25em;
    pointer-events:none;
    position:absolute;
    top:0;
    width:2.25em;
    z-index:4
}
.control.has-icon .input:focus+.icon{
    color:#7a7a7a
}
.control.has-icon .input.is-small+.icon{
    font-size:12px;
    font-size:.75rem
}
.control.has-icon .input.is-medium+.icon{
    font-size:20px;
    font-size:1.25rem
}
.control.has-icon .input.is-large+.icon{
    font-size:24px;
    font-size:1.5rem
}
.control.has-icon:not(.has-icon-right) .icon{
    left:0
}
.control.has-icon:not(.has-icon-right) .input{
    padding-left:2.25em
}
.control.has-icon.has-icon-right .icon{
    right:0
}
.control.has-icon.has-icon-right .input{
    padding-right:2.25em
}
.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{
    color:#7a7a7a
}
.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{
    font-size:12px;
    font-size:.75rem
}
.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{
    font-size:20px;
    font-size:1.25rem
}
.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{
    font-size:24px;
    font-size:1.5rem
}
.control.has-icons-left .icon,.control.has-icons-right .icon{
    color:#dbdbdb;
    height:2.25em;
    pointer-events:none;
    position:absolute;
    top:0;
    width:2.25em;
    z-index:4
}
.control.has-icons-left .input,.control.has-icons-left .select select{
    padding-left:2.25em
}
.control.has-icons-left .icon.is-left{
    left:0
}
.control.has-icons-right .input,.control.has-icons-right .select select{
    padding-right:2.25em
}
.control.has-icons-right .icon.is-right{
    right:0
}
.control.is-loading:after{
    -webkit-animation:spinAround .5s infinite linear;
    animation:spinAround .5s infinite linear;
    border:2px solid #dbdbdb;
    border-radius:290486px;
    border-right-color:transparent;
    border-top-color:transparent;
    content:"";
    display:block;
    height:1em;
    position:relative;
    width:1em;
    position:absolute!important;
    right:.625em;
    top:.625em;
    z-index:4
}
.control.is-loading.is-small:after{
    font-size:12px;
    font-size:.75rem
}
.control.is-loading.is-medium:after{
    font-size:20px;
    font-size:1.25rem
}
.control.is-loading.is-large:after{
    font-size:24px;
    font-size:1.5rem
}
.button{
    -moz-appearance:none;
    -webkit-appearance:none;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border:1px solid transparent;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    font-size:16px;
    font-size:1rem;
    height:2.25em;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    line-height:1.5;
    padding-left:calc(.625em - 1px);
    padding-right:calc(.625em - 1px);
    position:relative;
    vertical-align:top;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:#fff;
    border-color:#dbdbdb;
    color:#363636;
    cursor:pointer;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding:calc(.375em - 1px) .75em;
    text-align:center;
    white-space:nowrap
}
.button.is-active,.button.is-focused,.button:active,.button:focus{
    outline:none
}
.button[disabled]{
    cursor:not-allowed
}
.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(-.375em - 1px);
    margin-right:.1875em
}
.button .icon:last-child:not(:first-child){
    margin-left:.1875em;
    margin-right:calc(-.375em - 1px)
}
.button .icon:first-child:last-child{
    margin-left:calc(-.375em - 1px);
    margin-right:calc(-.375em - 1px)
}
.button.is-hovered,.button:hover{
    border-color:#b5b5b5;
    color:#363636
}
.button.is-focused,.button:focus{
    border-color:#3273dc;
    color:#363636
}
.button.is-focused:not(:active),.button:focus:not(:active){
    -webkit-box-shadow:0 0 0 .125em rgba(50,115,220,.25);
    box-shadow:0 0 0 .125em rgba(50,115,220,.25)
}
.button.is-active,.button:active{
    border-color:#4a4a4a;
    color:#363636
}
.button.is-text{
    background-color:transparent;
    border-color:transparent;
    color:#4a4a4a;
    text-decoration:underline
}
.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{
    background-color:#f5f5f5;
    color:#363636
}
.button.is-text.is-active,.button.is-text:active{
    background-color:#e8e8e8;
    color:#363636
}
.button.is-text[disabled]{
    background-color:transparent;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.button.is-white{
    background-color:#fff;
    border-color:transparent;
    color:#0a0a0a
}
.button.is-white.is-hovered,.button.is-white:hover{
    background-color:#f9f9f9;
    border-color:transparent;
    color:#0a0a0a
}
.button.is-white.is-focused,.button.is-white:focus{
    border-color:transparent;
    color:#0a0a0a
}
.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){
    -webkit-box-shadow:0 0 0 .125em hsla(0,0%,100%,.25);
    box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)
}
.button.is-white.is-active,.button.is-white:active{
    background-color:#f2f2f2;
    border-color:transparent;
    color:#0a0a0a
}
.button.is-white[disabled]{
    background-color:#fff;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.button.is-white.is-inverted{
    background-color:#0a0a0a;
    color:#fff
}
.button.is-white.is-inverted:hover{
    background-color:#000
}
.button.is-white.is-inverted[disabled]{
    background-color:#0a0a0a;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#fff
}
.button.is-white.is-loading:after{
    border-color:transparent transparent #0a0a0a #0a0a0a!important
}
.button.is-white.is-outlined{
    background-color:transparent;
    border-color:#fff;
    color:#fff
}
.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{
    background-color:#fff;
    border-color:#fff;
    color:#0a0a0a
}
.button.is-white.is-outlined.is-loading:after{
    border-color:transparent transparent #fff #fff!important
}
.button.is-white.is-outlined[disabled]{
    background-color:transparent;
    border-color:#fff;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#fff
}
.button.is-white.is-inverted.is-outlined{
    background-color:transparent;
    border-color:#0a0a0a;
    color:#0a0a0a
}
.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{
    background-color:#0a0a0a;
    color:#fff
}
.button.is-white.is-inverted.is-outlined[disabled]{
    background-color:transparent;
    border-color:#0a0a0a;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#0a0a0a
}
.button.is-black{
    background-color:#0a0a0a;
    border-color:transparent;
    color:#fff
}
.button.is-black.is-hovered,.button.is-black:hover{
    background-color:#040404;
    border-color:transparent;
    color:#fff
}
.button.is-black.is-focused,.button.is-black:focus{
    border-color:transparent;
    color:#fff
}
.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){
    -webkit-box-shadow:0 0 0 .125em hsla(0,0%,4%,.25);
    box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)
}
.button.is-black.is-active,.button.is-black:active{
    background-color:#000;
    border-color:transparent;
    color:#fff
}
.button.is-black[disabled]{
    background-color:#0a0a0a;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.button.is-black.is-inverted{
    background-color:#fff;
    color:#0a0a0a
}
.button.is-black.is-inverted:hover{
    background-color:#f2f2f2
}
.button.is-black.is-inverted[disabled]{
    background-color:#fff;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#0a0a0a
}
.button.is-black.is-loading:after{
    border-color:transparent transparent #fff #fff!important
}
.button.is-black.is-outlined{
    background-color:transparent;
    border-color:#0a0a0a;
    color:#0a0a0a
}
.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{
    background-color:#0a0a0a;
    border-color:#0a0a0a;
    color:#fff
}
.button.is-black.is-outlined.is-loading:after{
    border-color:transparent transparent #0a0a0a #0a0a0a!important
}
.button.is-black.is-outlined[disabled]{
    background-color:transparent;
    border-color:#0a0a0a;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#0a0a0a
}
.button.is-black.is-inverted.is-outlined{
    background-color:transparent;
    border-color:#fff;
    color:#fff
}
.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{
    background-color:#fff;
    color:#0a0a0a
}
.button.is-black.is-inverted.is-outlined[disabled]{
    background-color:transparent;
    border-color:#fff;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#fff
}
.button.is-light{
    background-color:#f5f5f5;
    border-color:transparent;
    color:#363636
}
.button.is-light.is-hovered,.button.is-light:hover{
    background-color:#eee;
    border-color:transparent;
    color:#363636
}
.button.is-light.is-focused,.button.is-light:focus{
    border-color:transparent;
    color:#363636
}
.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){
    -webkit-box-shadow:0 0 0 .125em hsla(0,0%,96%,.25);
    box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)
}
.button.is-light.is-active,.button.is-light:active{
    background-color:#e8e8e8;
    border-color:transparent;
    color:#363636
}
.button.is-light[disabled]{
    background-color:#f5f5f5;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.button.is-light.is-inverted{
    background-color:#363636;
    color:#f5f5f5
}
.button.is-light.is-inverted:hover{
    background-color:#292929
}
.button.is-light.is-inverted[disabled]{
    background-color:#363636;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#f5f5f5
}
.button.is-light.is-loading:after{
    border-color:transparent transparent #363636 #363636!important
}
.button.is-light.is-outlined{
    background-color:transparent;
    border-color:#f5f5f5;
    color:#f5f5f5
}
.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{
    background-color:#f5f5f5;
    border-color:#f5f5f5;
    color:#363636
}
.button.is-light.is-outlined.is-loading:after{
    border-color:transparent transparent #f5f5f5 #f5f5f5!important
}
.button.is-light.is-outlined[disabled]{
    background-color:transparent;
    border-color:#f5f5f5;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#f5f5f5
}
.button.is-light.is-inverted.is-outlined{
    background-color:transparent;
    border-color:#363636;
    color:#363636
}
.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{
    background-color:#363636;
    color:#f5f5f5
}
.button.is-light.is-inverted.is-outlined[disabled]{
    background-color:transparent;
    border-color:#363636;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#363636
}
.button.is-dark{
    background-color:#363636;
    border-color:transparent;
    color:#f5f5f5
}
.button.is-dark.is-hovered,.button.is-dark:hover{
    background-color:#2f2f2f;
    border-color:transparent;
    color:#f5f5f5
}
.button.is-dark.is-focused,.button.is-dark:focus{
    border-color:transparent;
    color:#f5f5f5
}
.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){
    -webkit-box-shadow:0 0 0 .125em rgba(54,54,54,.25);
    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:#f5f5f5
}
.button.is-dark[disabled]{
    background-color:#363636;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.button.is-dark.is-inverted{
    background-color:#f5f5f5;
    color:#363636
}
.button.is-dark.is-inverted:hover{
    background-color:#e8e8e8
}
.button.is-dark.is-inverted[disabled]{
    background-color:#f5f5f5;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#363636
}
.button.is-dark.is-loading:after{
    border-color:transparent transparent #f5f5f5 #f5f5f5!important
}
.button.is-dark.is-outlined{
    background-color:transparent;
    border-color:#363636;
    color:#363636
}
.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{
    background-color:#363636;
    border-color:#363636;
    color:#f5f5f5
}
.button.is-dark.is-outlined.is-loading:after{
    border-color:transparent transparent #363636 #363636!important
}
.button.is-dark.is-outlined[disabled]{
    background-color:transparent;
    border-color:#363636;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#363636
}
.button.is-dark.is-inverted.is-outlined{
    background-color:transparent;
    border-color:#f5f5f5;
    color:#f5f5f5
}
.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{
    background-color:#f5f5f5;
    color:#363636
}
.button.is-dark.is-inverted.is-outlined[disabled]{
    background-color:transparent;
    border-color:#f5f5f5;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#f5f5f5
}
.button.is-primary{
    background-color:#00d1b2;
    border-color:transparent;
    color:#fff
}
.button.is-primary.is-hovered,.button.is-primary:hover{
    background-color:#00c4a7;
    border-color:transparent;
    color:#fff
}
.button.is-primary.is-focused,.button.is-primary:focus{
    border-color:transparent;
    color:#fff
}
.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){
    -webkit-box-shadow:0 0 0 .125em rgba(0,209,178,.25);
    box-shadow:0 0 0 .125em rgba(0,209,178,.25)
}
.button.is-primary.is-active,.button.is-primary:active{
    background-color:#00b89c;
    border-color:transparent;
    color:#fff
}
.button.is-primary[disabled]{
    background-color:#00d1b2;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.button.is-primary.is-inverted{
    background-color:#fff;
    color:#00d1b2
}
.button.is-primary.is-inverted:hover{
    background-color:#f2f2f2
}
.button.is-primary.is-inverted[disabled]{
    background-color:#fff;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#00d1b2
}
.button.is-primary.is-loading:after{
    border-color:transparent transparent #fff #fff!important
}
.button.is-primary.is-outlined{
    background-color:transparent;
    border-color:#00d1b2;
    color:#00d1b2
}
.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{
    background-color:#00d1b2;
    border-color:#00d1b2;
    color:#fff
}
.button.is-primary.is-outlined.is-loading:after{
    border-color:transparent transparent #00d1b2 #00d1b2!important
}
.button.is-primary.is-outlined[disabled]{
    background-color:transparent;
    border-color:#00d1b2;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#00d1b2
}
.button.is-primary.is-inverted.is-outlined{
    background-color:transparent;
    border-color:#fff;
    color:#fff
}
.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{
    background-color:#fff;
    color:#00d1b2
}
.button.is-primary.is-inverted.is-outlined[disabled]{
    background-color:transparent;
    border-color:#fff;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#fff
}
.button.is-link{
    background-color:#3273dc;
    border-color:transparent;
    color:#fff
}
.button.is-link.is-hovered,.button.is-link:hover{
    background-color:#276cda;
    border-color:transparent;
    color:#fff
}
.button.is-link.is-focused,.button.is-link:focus{
    border-color:transparent;
    color:#fff
}
.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){
    -webkit-box-shadow:0 0 0 .125em rgba(50,115,220,.25);
    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[disabled]{
    background-color:#3273dc;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.button.is-link.is-inverted{
    background-color:#fff;
    color:#3273dc
}
.button.is-link.is-inverted:hover{
    background-color:#f2f2f2
}
.button.is-link.is-inverted[disabled]{
    background-color:#fff;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#3273dc
}
.button.is-link.is-loading:after{
    border-color:transparent transparent #fff #fff!important
}
.button.is-link.is-outlined{
    background-color:transparent;
    border-color:#3273dc;
    color:#3273dc
}
.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{
    background-color:#3273dc;
    border-color:#3273dc;
    color:#fff
}
.button.is-link.is-outlined.is-loading:after{
    border-color:transparent transparent #3273dc #3273dc!important
}
.button.is-link.is-outlined[disabled]{
    background-color:transparent;
    border-color:#3273dc;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#3273dc
}
.button.is-link.is-inverted.is-outlined{
    background-color:transparent;
    border-color:#fff;
    color:#fff
}
.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{
    background-color:#fff;
    color:#3273dc
}
.button.is-link.is-inverted.is-outlined[disabled]{
    background-color:transparent;
    border-color:#fff;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#fff
}
.button.is-info{
    background-color:#209cee;
    border-color:transparent;
    color:#fff
}
.button.is-info.is-hovered,.button.is-info:hover{
    background-color:#1496ed;
    border-color:transparent;
    color:#fff
}
.button.is-info.is-focused,.button.is-info:focus{
    border-color:transparent;
    color:#fff
}
.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){
    -webkit-box-shadow:0 0 0 .125em rgba(32,156,238,.25);
    box-shadow:0 0 0 .125em rgba(32,156,238,.25)
}
.button.is-info.is-active,.button.is-info:active{
    background-color:#118fe4;
    border-color:transparent;
    color:#fff
}
.button.is-info[disabled]{
    background-color:#209cee;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.button.is-info.is-inverted{
    background-color:#fff;
    color:#209cee
}
.button.is-info.is-inverted:hover{
    background-color:#f2f2f2
}
.button.is-info.is-inverted[disabled]{
    background-color:#fff;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#209cee
}
.button.is-info.is-loading:after{
    border-color:transparent transparent #fff #fff!important
}
.button.is-info.is-outlined{
    background-color:transparent;
    border-color:#209cee;
    color:#209cee
}
.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{
    background-color:#209cee;
    border-color:#209cee;
    color:#fff
}
.button.is-info.is-outlined.is-loading:after{
    border-color:transparent transparent #209cee #209cee!important
}
.button.is-info.is-outlined[disabled]{
    background-color:transparent;
    border-color:#209cee;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#209cee
}
.button.is-info.is-inverted.is-outlined{
    background-color:transparent;
    border-color:#fff;
    color:#fff
}
.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{
    background-color:#fff;
    color:#209cee
}
.button.is-info.is-inverted.is-outlined[disabled]{
    background-color:transparent;
    border-color:#fff;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#fff
}
.button.is-success{
    background-color:#23d160;
    border-color:transparent;
    color:#fff
}
.button.is-success.is-hovered,.button.is-success:hover{
    background-color:#22c65b;
    border-color:transparent;
    color:#fff
}
.button.is-success.is-focused,.button.is-success:focus{
    border-color:transparent;
    color:#fff
}
.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){
    -webkit-box-shadow:0 0 0 .125em rgba(35,209,96,.25);
    box-shadow:0 0 0 .125em rgba(35,209,96,.25)
}
.button.is-success.is-active,.button.is-success:active{
    background-color:#20bc56;
    border-color:transparent;
    color:#fff
}
.button.is-success[disabled]{
    background-color:#23d160;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.button.is-success.is-inverted{
    background-color:#fff;
    color:#23d160
}
.button.is-success.is-inverted:hover{
    background-color:#f2f2f2
}
.button.is-success.is-inverted[disabled]{
    background-color:#fff;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#23d160
}
.button.is-success.is-loading:after{
    border-color:transparent transparent #fff #fff!important
}
.button.is-success.is-outlined{
    background-color:transparent;
    border-color:#23d160;
    color:#23d160
}
.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{
    background-color:#23d160;
    border-color:#23d160;
    color:#fff
}
.button.is-success.is-outlined.is-loading:after{
    border-color:transparent transparent #23d160 #23d160!important
}
.button.is-success.is-outlined[disabled]{
    background-color:transparent;
    border-color:#23d160;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#23d160
}
.button.is-success.is-inverted.is-outlined{
    background-color:transparent;
    border-color:#fff;
    color:#fff
}
.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{
    background-color:#fff;
    color:#23d160
}
.button.is-success.is-inverted.is-outlined[disabled]{
    background-color:transparent;
    border-color:#fff;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#fff
}
.button.is-warning{
    background-color:#ffdd57;
    border-color:transparent;
    color:#000;
    color:rgba(0,0,0,.7)
}
.button.is-warning.is-hovered,.button.is-warning:hover{
    background-color:#ffdb4a
}
.button.is-warning.is-focused,.button.is-warning.is-hovered,.button.is-warning:focus,.button.is-warning:hover{
    border-color:transparent;
    color:#000;
    color:rgba(0,0,0,.7)
}
.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){
    -webkit-box-shadow:0 0 0 .125em rgba(255,221,87,.25);
    box-shadow:0 0 0 .125em rgba(255,221,87,.25)
}
.button.is-warning.is-active,.button.is-warning:active{
    background-color:#ffd83d;
    border-color:transparent;
    color:#000;
    color:rgba(0,0,0,.7)
}
.button.is-warning[disabled]{
    background-color:#ffdd57;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.button.is-warning.is-inverted{
    color:#ffdd57
}
.button.is-warning.is-inverted,.button.is-warning.is-inverted:hover,.button.is-warning.is-inverted[disabled]{
    background-color:#000;
    background-color:rgba(0,0,0,.7)
}
.button.is-warning.is-inverted[disabled]{
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#ffdd57
}
.button.is-warning.is-loading:after{
    border-color:transparent transparent #000 #000!important;
    border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important
}
.button.is-warning.is-outlined{
    background-color:transparent;
    border-color:#ffdd57;
    color:#ffdd57
}
.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{
    background-color:#ffdd57;
    border-color:#ffdd57;
    color:#000;
    color:rgba(0,0,0,.7)
}
.button.is-warning.is-outlined.is-loading:after{
    border-color:transparent transparent #ffdd57 #ffdd57!important
}
.button.is-warning.is-outlined[disabled]{
    background-color:transparent;
    border-color:#ffdd57;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#ffdd57
}
.button.is-warning.is-inverted.is-outlined{
    background-color:transparent;
    border-color:#000;
    border-color:rgba(0,0,0,.7);
    color:#000;
    color:rgba(0,0,0,.7)
}
.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{
    background-color:#000;
    background-color:rgba(0,0,0,.7);
    color:#ffdd57
}
.button.is-warning.is-inverted.is-outlined[disabled]{
    background-color:transparent;
    border-color:#000;
    border-color:rgba(0,0,0,.7);
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#000;
    color:rgba(0,0,0,.7)
}
.button.is-danger{
    background-color:#ff3860;
    border-color:transparent;
    color:#fff
}
.button.is-danger.is-hovered,.button.is-danger:hover{
    background-color:#ff2b56;
    border-color:transparent;
    color:#fff
}
.button.is-danger.is-focused,.button.is-danger:focus{
    border-color:transparent;
    color:#fff
}
.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){
    -webkit-box-shadow:0 0 0 .125em rgba(255,56,96,.25);
    box-shadow:0 0 0 .125em rgba(255,56,96,.25)
}
.button.is-danger.is-active,.button.is-danger:active{
    background-color:#ff1f4b;
    border-color:transparent;
    color:#fff
}
.button.is-danger[disabled]{
    background-color:#ff3860;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.button.is-danger.is-inverted{
    background-color:#fff;
    color:#ff3860
}
.button.is-danger.is-inverted:hover{
    background-color:#f2f2f2
}
.button.is-danger.is-inverted[disabled]{
    background-color:#fff;
    border-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#ff3860
}
.button.is-danger.is-loading:after{
    border-color:transparent transparent #fff #fff!important
}
.button.is-danger.is-outlined{
    background-color:transparent;
    border-color:#ff3860;
    color:#ff3860
}
.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{
    background-color:#ff3860;
    border-color:#ff3860;
    color:#fff
}
.button.is-danger.is-outlined.is-loading:after{
    border-color:transparent transparent #ff3860 #ff3860!important
}
.button.is-danger.is-outlined[disabled]{
    background-color:transparent;
    border-color:#ff3860;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#ff3860
}
.button.is-danger.is-inverted.is-outlined{
    background-color:transparent;
    border-color:#fff;
    color:#fff
}
.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{
    background-color:#fff;
    color:#ff3860
}
.button.is-danger.is-inverted.is-outlined[disabled]{
    background-color:transparent;
    border-color:#fff;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#fff
}
.button.is-small{
    border-radius:2px;
    font-size:12px;
    font-size:.75rem
}
.button.is-medium{
    font-size:20px;
    font-size:1.25rem
}
.button.is-large{
    font-size:24px;
    font-size:1.5rem
}
.button[disabled]{
    background-color:#fff;
    border-color:#dbdbdb;
    -webkit-box-shadow:none;
    box-shadow:none;
    opacity:.5
}
.button.is-fullwidth{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%
}
.button.is-loading{
    color:transparent!important;
    pointer-events:none
}
.button.is-loading:after{
    -webkit-animation:spinAround .5s infinite linear;
    animation:spinAround .5s infinite linear;
    border:2px solid #dbdbdb;
    border-radius:290486px;
    border-right-color:transparent;
    border-top-color:transparent;
    content:"";
    display:block;
    height:1em;
    position:relative;
    width:1em;
    position:absolute;
    left:calc(50% - .5em);
    top:calc(50% - .5em);
    position:absolute!important
}
.button.is-static{
    background-color:#f5f5f5;
    border-color:#dbdbdb;
    color:#7a7a7a;
    -webkit-box-shadow:none;
    box-shadow:none;
    pointer-events:none
}
.button.is-rounded{
    border-radius:290486px;
    padding-left:1em;
    padding-right:1em
}
.buttons{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.buttons .button{
    margin-bottom:8px;
    margin-bottom:.5rem
}
.buttons .button:not(:last-child){
    margin-right:8px;
    margin-right:.5rem
}
.buttons:last-child{
    margin-bottom:-8px;
    margin-bottom:-.5rem
}
.buttons:not(:last-child){
    margin-bottom:16px;
    margin-bottom:1rem
}
.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.is-hovered,.buttons.has-addons .button:hover{
    z-index:2
}
.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{
    z-index:3
}
.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{
    z-index:4
}
.buttons.is-centered{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.buttons.is-right{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
@-webkit-keyframes fadein{
    0%{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes fadein{
    0%{
        opacity:0
    }
    to{
        opacity:1
    }
}
@-webkit-keyframes fadeOut{
    0%{
        opacity:1
    }
    to{
        opacity:0
    }
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    to{
        opacity:0
    }
}
.fade-enter-active,.fade-leave-active{
    -webkit-transition:opacity .25s;
    -o-transition:opacity .25s;
    transition:opacity .25s
}
.fade-enter,.fade-leave-to{
    opacity:0
}
.multiselect{
    cursor:pointer
}
.btn{
    border-radius:2px;
    outline:none;
    border:none
}
.gray-body{
    background-color:#e5e5e5
}
.card{
    -webkit-box-shadow:rgba(1,1,1,.5) 0 2px 5px 0;
    box-shadow:0 2px 5px 0 rgba(1,1,1,.5)
}
.material-radio.disabled{
    cursor:not-allowed
}
.material-radio.disabled .material-radio__label,.material-radio.disabled .outer{
    opacity:.4;
    color:'red';
}
.material-radio input{
    position:absolute;
    left:-999em;
    width:18px;
    height:18px;
    display: flex;
}
.material-radio__label{
    display:inline-block;
    font-size:11px;
        padding-left: 5px;
}
.material-checkbox{
    display:block;
    padding-right:20px;
    font-size:28.8px;
    font-size:1.8rem;
    line-height:28.8px;
    line-height:1.8rem;
    cursor:pointer;
    font-weight:300;
    margin:5px auto;
    font-family:Roboto,Droid Sans,Arial,Helvetica Neue,Helvetica,sans-serif;
    -webkit-transition:all .25s ease;
    -o-transition:all .25s ease;
    transition:all .25s ease
}
.material-checkbox .disabled{
    color:silver;
    border-color:silver
}
.material-checkbox.disabled{
    opacity:.5;
    cursor:not-allowed
}
input:checked+.material-checkbox__check .fa{
    opacity:1
}
.material-checkbox__label{
    display:inline-block
}
.material-checkbox__label:hover~.material-checkbox__check .fa{
    opacity:.5
}
.material-checkbox__check{
    display:inline-block;
    border:2px solid #394694
}
.material-checkbox__check .fa{
    -webkit-transition:all .25s;
    -o-transition:all .25s;
    transition:all .25s;
    color:#394694;
    opacity:0
}
.material-checkbox__check .fa:hover{
    opacity:.5
}
.material-checkbox input{
    position:absolute;
    left:-999em
}
.btn:disabled{
    background-color:gray
}
.select select[disabled]{
    background-color:#b6b6b6!important
}
.btn-tour-init{
    font-size:27.2px;
    font-size:1.7rem
}
.btn-tour-init.heading-tour-button{
    display:block;
    position:absolute;
    right:0;
    top:0
}
.btn-tour-init.mobile-tour-button{
    display:none
}
@media screen and (max-width:1023px){
    .btn-tour-init.heading-tour-button{
        display:none
    }
    .btn-tour-init.mobile-tour-button{
        display:block
    }
}
#main-canvas canvas{
    /*cursor:-webkit-zoom-in;*/
    /*cursor:zoom-in;*/
    max-width:80%
}
.mobile-bar{
    width:100%;
    height:100%;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.mobile-bar,.mobile-bar .frame-engine__loading-anchor{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.mobile-bar .frame-engine__loading-anchor{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.mobile-bar__canvas-section{
    width:150px;
    height:150px;
    background-color:#eeeeee
}
.mobile-bar__canvas-section,.mobile-bar__canvas-section>div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.mobile-bar__canvas-container div,.mobile-bar__canvas-section>div{
    width:130px;
    height:130px
}
.mobile-bar__canvas-container canvas{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto
}
#canvas-container{
    margin:0 auto!important;
    padding-bottom:50px;
    position:relative;
    position:-webkit-sticky;
    position:sticky;
    top:10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    /*display: flex;*/
    flex-direction: column;
    
}
@media screen and (max-width:1023px){
    #canvas-container{
        height:500px
    }
    #canvas-container .frame-engine__canvas{
        max-height:480px
    }
}
.frame-engine__canvas{
    -webkit-box-shadow:0 6px 6px -4px #737373;
    box-shadow:0 6px 6px -4px #737373
}
button.btn-success:disabled{
    background-color:gray
}
.mobile-preview-bar{
    -webkit-transition:all .25s ease-out;
    -o-transition:all .25s ease-out;
    transition:all .25s ease-out;
    background-color:#cdae47;
    color:#fff;
    position:fixed;
    top:0;
    width:100%;
    z-index:999;
    -webkit-box-shadow:0 0 0 0 transparent;
    box-shadow:0 0 0 0 transparent;
    overflow:hidden;
    -webkit-transform:translateY(-150px);
    -ms-transform:translateY(-150px);
    transform:translateY(-150px);
    opacity:0
}
.mobile-preview-bar--visible{
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
    opacity:1;
    -webkit-box-shadow:0 1px 6px 1px #000;
    box-shadow:0 1px 6px 1px #000
}
#background-overlay{
    cursor:-webkit-zoom-out;
    cursor:zoom-out;
    position:fixed;
    top:0;
    left:0;
    background-color:#000;
    background-color:rgba(0,0,0,.75);
    width:100%;
    height:100%;
    z-index:1000;
    -webkit-transition:all .25s ease;
    -o-transition:all .25s ease;
    transition:all .25s ease;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    opacity:0;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.Overlay---body-overlay---WY4PA_1{
    overflow:hidden
}
.hide-overflow{
    overflow:hidden
}
.modal__close{
    outline:none;
    border:none;
    background:none;
    color:dimgrey;
    font-size:48px;
    font-size:3rem;
    -webkit-transition:all .25s ease;
    -o-transition:all .25s ease;
    transition:all .25s ease
}
.modal__close:hover{
    color:red
}
.modal__background{
    background-color:#000;
    background-color:rgba(0,0,0,.6);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    opacity:0;
    z-index:1000000;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-animation:fadein .5s forwards;
    animation:fadein .5s forwards
}
.modal__background--leaving{
    -webkit-animation:fadeOut .5s forwards;
    animation:fadeOut .5s forwards
}
.modal__foreground{
    min-width:100px;
    max-width:800px;
    overflow-y:auto;
    min-height:100px;
    max-height:90vh;
    background-color:#fff;
    -webkit-animation:slideUp .5s forwards;
    animation:slideUp .5s forwards;
    border-radius:2px;
    border:1px solid #e1e1e1;
    border:1px solid hsla(0,0%,88%,.54);
    -webkit-box-shadow:0 3px 6px -1px rgba(0,0,0,.52);
    box-shadow:0 3px 6px -1px rgba(0,0,0,.52)
}
.modal__foreground__header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:10px
}
@media screen and (max-width:768px){
    .modal__foreground{
        width:90%
    }
}
#uploads-column{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.frame-engine__container{
    text-align:center;
    -ms-flex:1;
    position:relative;
    position:-webkit-sticky;
    /*position:sticky;*/
    top:10px
}
.frame-engine__loading-anchor{
    position:relative
}
.frame-engine__loading{
    background-color:#000;
    background-color:rgba(0,0,0,.25);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:#fff
}
.frame-engine__canvas{
    max-width:100%;
    max-height:670px
}
.sk-fading-circle{
    -webkit-transform:scale(1.5);
    -ms-transform:scale(1.5);
    transform:scale(1.5);
    margin:100px auto;
    width:40px;
    height:40px;
    position:relative
}
.sk-fading-circle .sk-circle{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0
}
.sk-fading-circle .sk-circle:before{
    content:"";
    display:block;
    margin:0 auto;
    width:15%;
    height:15%;
    background-color:#fff;
    border-radius:100%;
    -webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation:sk-circleFadeDelay 1.2s infinite ease-in-out both
}
.sk-fading-circle .sk-circle2{
    -webkit-transform:rotate(30deg);
    -ms-transform:rotate(30deg);
    transform:rotate(30deg)
}
.sk-fading-circle .sk-circle3{
    -webkit-transform:rotate(60deg);
    -ms-transform:rotate(60deg);
    transform:rotate(60deg)
}
.sk-fading-circle .sk-circle4{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.sk-fading-circle .sk-circle5{
    -webkit-transform:rotate(120deg);
    -ms-transform:rotate(120deg);
    transform:rotate(120deg)
}
.sk-fading-circle .sk-circle6{
    -webkit-transform:rotate(150deg);
    -ms-transform:rotate(150deg);
    transform:rotate(150deg)
}
.sk-fading-circle .sk-circle7{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.sk-fading-circle .sk-circle8{
    -webkit-transform:rotate(210deg);
    -ms-transform:rotate(210deg);
    transform:rotate(210deg)
}
.sk-fading-circle .sk-circle9{
    -webkit-transform:rotate(240deg);
    -ms-transform:rotate(240deg);
    transform:rotate(240deg)
}
.sk-fading-circle .sk-circle10{
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
.sk-fading-circle .sk-circle11{
    -webkit-transform:rotate(300deg);
    -ms-transform:rotate(300deg);
    transform:rotate(300deg)
}
.sk-fading-circle .sk-circle12{
    -webkit-transform:rotate(330deg);
    -ms-transform:rotate(330deg);
    transform:rotate(330deg)
}
.sk-fading-circle .sk-circle2:before{
    -webkit-animation-delay:-1.1s;
    animation-delay:-1.1s
}
.sk-fading-circle .sk-circle3:before{
    -webkit-animation-delay:-1s;
    animation-delay:-1s
}
.sk-fading-circle .sk-circle4:before{
    -webkit-animation-delay:-.9s;
    animation-delay:-.9s
}
.sk-fading-circle .sk-circle5:before{
    -webkit-animation-delay:-.8s;
    animation-delay:-.8s
}
.sk-fading-circle .sk-circle6:before{
    -webkit-animation-delay:-.7s;
    animation-delay:-.7s
}
.sk-fading-circle .sk-circle7:before{
    -webkit-animation-delay:-.6s;
    animation-delay:-.6s
}
.sk-fading-circle .sk-circle8:before{
    -webkit-animation-delay:-.5s;
    animation-delay:-.5s
}
.sk-fading-circle .sk-circle9:before{
    -webkit-animation-delay:-.4s;
    animation-delay:-.4s
}
.sk-fading-circle .sk-circle10:before{
    -webkit-animation-delay:-.3s;
    animation-delay:-.3s
}
.sk-fading-circle .sk-circle11:before{
    -webkit-animation-delay:-.2s;
    animation-delay:-.2s
}
.sk-fading-circle .sk-circle12:before{
    -webkit-animation-delay:-.1s;
    animation-delay:-.1s
}
@-webkit-keyframes sk-circleFadeDelay{
    0%,39%,to{
        opacity:0
    }
    40%{
        opacity:1
    }
}
@keyframes sk-circleFadeDelay{
    0%,39%,to{
        opacity:0
    }
    40%{
        opacity:1
    }
}
.invalid-dimensions{
    color:red;
    font-weight:500
}
@media screen and (max-width:1007px){
    .dimensions #dimensions-column{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
    .dimensions #dimensions-column .dimensions__sizing{
        margin:0 auto
    }
}
@media screen and (max-width:1007px){
    .dimensions__sizing .field-label{
        -ms-flex-preferred-size:80px;
        flex-basis:80px
    }
    .dimensions__sizing .select.is-fullwidth{
        width:215px
    }
}
.dimensions__upload{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column;
    width:100%;
    height:100%
}
.dimensions .material-radio{
    margin:0;
    margin:initial;
    display: flex;
}
.dimensions__size input{
    font-size:25.6px;
    font-size:1.5rem;
    text-align:center;
    font-weight:400;
    width:65px;
    height:26px;
    border: 1px solid #cdae47;
    border-radius: 2px;
    padding-right: 5px;
    background-color: #cdae47;
}
.dimensions__size .label{
    margin:0;
    display:none;
}
.dimensions__size .mid{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    padding:7px
}
.dimensions .size-help{
    margin-top:3px;
    margin-bottom:0
}
.UserGallery---flex-center---2qWAQ_0{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.UserGallery---overflow-hidden---1g4Pt_0{
    overflow:hidden
}
.UserGallery---main-content---ZoGYU_0{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.UserGallery---gallery-button---2D-Q__0{
    border:none;
    background-color:#394694;
    border-radius:2px;
    color:#fff;
    width:100%;
    margin:5px;
    padding:5px
}
.UserGallery---gallery-button---2D-Q__0:disabled{
    background-color:gray;
    cursor:not-allowed
}
.UserGallery---gallery-button-text---3J1Gr_0{
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.UserGallery---gallery-button-text---3J1Gr_0>*{
    padding-left:5px;
    padding-right:5px
}
.UserGallery---remove-image-button---3h-Ke_0{
    background-color:#cd5c5b
}
.UserGallery---title---3mVIL_0{
    padding-left:5px;
    font-size:32px;
    font-size:2rem;
    font-weight:400
}
.UserGallery---background---1qw8i_0{
    background-color:#000;
    background-color:rgba(0,0,0,.4);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:1000
}
.UserGallery---window---1afFM_0{
    width:900px;
    max-width:90%;
    height:600px;
    background-color:#f2f2f2;
    overflow-y:scroll;
    font-weight:300;
    -webkit-box-shadow:0 2px 3px rgba(0,0,0,.41);
    box-shadow:0 2px 3px rgba(0,0,0,.41);
    border-radius:3px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.UserGallery---close-button---2t6r9_0{
    color:#fff;
    background-color:#3386e1;
    text-align:center;
    font-size:24px;
    font-size:1.5rem;
    position:-webkit-sticky;
    position:sticky;
    bottom:0;
    cursor:pointer;
    height:30px;
    line-height:30px
}
.UserGallery---drop-zone-container---2zveP_0{
    height:220px;
    -webkit-box-shadow:0 0 13px #979797;
    box-shadow:0 0 13px #979797
}
.UserGallery---drop-zone---2BWho_0{
    cursor:pointer;
    width:60%;
    height:60%;
    background-color:#f2f2f2;
    border-radius:100px;
    border:5px solid #cdae47;
    color:#3386e1;
    -ms-flex-pack:distribute;
    justify-content:space-around
}
.UserGallery---drop-zone---2BWho_0 .UserGallery---drop-zone-text-container---b110L_0,.UserGallery---drop-zone---2BWho_0 .UserGallery---icon---3Oo-V_0{
    -webkit-transition:-webkit-transform .25s ease;
    transition:-webkit-transform .25s ease;
    -o-transition:transform .25s ease;
    transition:transform .25s ease;
    transition:transform .25s ease,-webkit-transform .25s ease
}
.UserGallery---drop-zone---2BWho_0:hover{
    background-color:#e0e0e0
}
.UserGallery---drop-zone---2BWho_0:hover .UserGallery---icon---3Oo-V_0{
    -webkit-transform:scale(1.333);
    -ms-transform:scale(1.333);
    transform:scale(1.333)
}
.UserGallery---drop-zone---2BWho_0:hover .UserGallery---drop-zone-text-container---b110L_0{
    -webkit-transform:scale(.95);
    -ms-transform:scale(.95);
    transform:scale(.95)
}
.UserGallery---icon---3Oo-V_0{
    text-align:center;
    -webkit-box-flex:0;
    -ms-flex:0 0 30%;
    flex:0 0 30%
}
.UserGallery---drop-zone-text-container---b110L_0{
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    width:80%;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%
}
.UserGallery---drop-zone-text-container---b110L_0 p{
    margin-bottom:5px
}
.UserGallery---uploading-files---2vReB_0{
    min-height:120px
}
.UserGallery---ready-files---BEiMf_0{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    min-height:100px
}
.UserGallery---no-saved-images-message---3VL7e_0{
    color:gray;
    padding-left:5px;
    font-style:italic
}
.UserGallery---button-progress---3iXCf_0{
    display:block;
    width:100%
}
.UserGallery---progress-container---2LWwm_0{
    display:block;
    background-color:#d8d8d8;
    height:10px;
    width:100%;
    border-radius:5px;
    margin:5px 0 2px
}
.UserGallery---progress---26Fgt_0{
    display:block;
    background-color:#2fda22;
    height:10px;
    border-radius:5px
}
.GalleryUploadItem---row---3vpsd_0{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    border-bottom:1px solid #cdcdcd;
    -webkit-transition:background-color .15s ease-out;
    -o-transition:background-color .15s ease-out;
    transition:background-color .15s ease-out;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.GalleryUploadItem---row---3vpsd_0:first-of-type{
    border-top:1px solid #cdcdcd
}
.GalleryUploadItem---clickable---2CRSj_0{
    cursor:pointer
}
.GalleryUploadItem---middle-section---KgqvS_0{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    min-width:0;
    -ms-flex-pack:center;
    -ms-flex-direction:column;
    flex-direction:column;
    padding:10px
}
.GalleryUploadItem---button-container---1a6fl_0,.GalleryUploadItem---middle-section---KgqvS_0{
    -webkit-box-pack:center;
    justify-content:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal
}
.GalleryUploadItem---button-container---1a6fl_0{
    -webkit-box-flex:0;
    -ms-flex:0 0 200px;
    flex:0 0 200px;
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    -ms-flex-pack:center;
    padding:0 15px;
    -ms-flex-flow:column;
    flex-flow:column;
    height:120px
}
.GalleryUploadItem---button-container---1a6fl_0>button{
    margin:2px 0
}
.GalleryUploadItem---image-container---3W0qo_0{
    width:300px;
    height:300px;
    padding:10px
}
.GalleryUploadItem---button---2nliw_0{
    outline:none;
    border:none;
    border-radius:3px;
    color:#fff;
    background-color:transparent;
    cursor:pointer;
    padding:5px
}
.GalleryUploadItem---button---2nliw_0:disabled{
    background-color:#bdbdbd!important;
    cursor:not-allowed
}
.GalleryUploadItem---use---22JQ4_0{
    background-color:#2eb12e
}
.GalleryUploadItem---use---22JQ4_0:hover{
    background-color:#129212
}
.GalleryUploadItem---use---22JQ4_0:active{
    background-color:#026d02
}
.GalleryUploadItem---preview---1oG8u_0{
    background-color:#62acff
}
.GalleryUploadItem---preview---1oG8u_0:hover{
    background-color:#3281ff
}
.GalleryUploadItem---preview---1oG8u_0:active{
    background-color:#166bff
}
.GalleryUploadItem---delete---3TcCL_0{
    background-color:#ff4242
}
.GalleryUploadItem---delete---3TcCL_0:hover{
    background-color:#d81515
}
.GalleryUploadItem---delete---3TcCL_0:active{
    background-color:#af0101
}
.GalleryUploadItem---meta-info---2eS4N_0{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom:5px
}
.GalleryUploadItem---name---I-Uk3_0{
    -webkit-box-flex:0;
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    text-align:left;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    min-width:0
}
.GalleryUploadItem---progress-percent---1ZFW__0{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    text-align:right;
    font-weight:400
}
.GalleryUploadItem---image---GSBHV_0{
    width:100%;
    height:100%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:50% 50%;
    border-radius:3px
}
.GalleryUploadItem---progress-container---13FgL_0{
    width:100%;
    height:10px;
    border-radius:10px;
    overflow:hidden;
    background-color:#d8d8d8
}
.GalleryUploadItem---progress-meter---3J7hE_0{
    background-color:#2fda22;
    height:100%;
    border-radius:10px
}
.GalleryUploadItem---wait-for-upload-warning---2P1d4_0{
    font-weight:400;
    font-style:italic;
    font-size:19.2px;
    font-size:1.2rem;
    color:#7c7c7c;
    margin-top:3px
}
.GalleryItem---row---eAoXJ_0{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border-bottom:1px solid #cdcdcd;
    -webkit-transition:background-color .15s ease-out;
    -o-transition:background-color .15s ease-out;
    transition:background-color .15s ease-out
}
.GalleryItem---row---eAoXJ_0:first-of-type{
    border-top:1px solid #cdcdcd
}
.GalleryItem---middle-section---2hJiq_0{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    min-width:0;
    -ms-flex-pack:center;
    -ms-flex-direction:column;
    flex-direction:column;
    padding:10px
}
.GalleryItem---button-container---1siq__0,.GalleryItem---middle-section---2hJiq_0{
    -webkit-box-pack:center;
    justify-content:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal
}
.GalleryItem---button-container---1siq__0{
    -webkit-box-flex:0;
    -ms-flex:0 0 200px;
    flex:0 0 200px;
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    -ms-flex-pack:center;
    padding:0 15px;
    -ms-flex-flow:column;
    flex-flow:column;
    height:120px
}
.GalleryItem---button-container---1siq__0>button{
    margin:2px 0
}
.GalleryItem---image-container---3sN6X_0{
    width:100px;
    height:100px;
    padding:20px
}
.GalleryItem---button---1o9xw_0{
    outline:none;
    border:none;
    border-radius:3px;
    color:#fff;
    background-color:transparent;
    cursor:pointer;
    padding:5px
}
.GalleryItem---button---1o9xw_0:disabled{
    background-color:#bdbdbd!important;
    cursor:not-allowed
}
.GalleryItem---use---3oKdW_0{
    background-color:#2eb12e
}
.GalleryItem---use---3oKdW_0:hover{
    background-color:#129212
}
.GalleryItem---use---3oKdW_0:active{
    background-color:#026d02
}
.GalleryItem---preview---2jV-X_0{
    background-color:#62acff
}
.GalleryItem---preview---2jV-X_0:hover{
    background-color:#3281ff
}
.GalleryItem---preview---2jV-X_0:active{
    background-color:#166bff
}
.GalleryItem---delete---MzPpG_0{
    background-color:#ff4242
}
.GalleryItem---delete---MzPpG_0:hover{
    background-color:#d81515
}
.GalleryItem---delete---MzPpG_0:active{
    background-color:#af0101
}
.GalleryItem---meta-info---2MNUn_0{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom:5px
}
.GalleryItem---name---1MxSi_0{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    text-align:left;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    min-width:0;
    font-weight:400
}
.GalleryItem---image---ZOvI9_0{
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 50%;
    border-radius:3px
}
.GalleryItem---file-info---3srNC_0{
    width:100%;
    font-style:italic;
    color:#464646
}
.GalleryItem---file-info-title---3mbXI_0{
    font-weight:400
}
.progress-bar-good[data-v-0099a478]{
    background-color:#6fc96a!important
}
.progress-bar-excellent[data-v-0099a478]{
    background-color:#11b608!important
}
.tab-picker .nope{
    pointer-events:none
}
.tab-picker .card{
    position:relative;
    padding-top: 0px;
}
.tab-picker__body--disabled{
    position:absolute;
    left:0;
    top:0;
    width:120%;
    height:100%;
    background-color:#fff;
    background-color:hsla(0,0%,100%,.9);
    z-index:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:44.8px;
    font-size:2.8rem;
    text-align:center;
    font-weight:400
}
.tab-list{
    margin-bottom:0;
    padding-left:0
}
.tab-item{
    display:inline-block;
    cursor:pointer;
    margin:0 1px 0 0;
    background-color:#efefef;
    width:49.8%;
    text-align: -webkit-center;
}
.tab-item span{
    display:none;
    padding:5px 10px;
    font-weight:500px;
    font-size:20px;
    color:#181818;
    background-color:transparent;
    border-bottom:none;
    border-radius:1px 1px 0 0
}
.tab-item span.current-tab{
    color:#181818;
    background-color:#fff;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
}
.hanger-modal{
    padding:10px
}
.hanger-modal__row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.hanger-modal__row:not(:first-of-type){
    margin-top:10px
}
.hanger-modal__row__data{
    padding-left:20px
}
.hanger-modal__row__data>div:first-of-type{
    font-size:32px;
    font-size:2rem
}
.hanger-modal img{
    width:120px
}
.list-bundle ul{
    padding:0;
    list-style:none
}
.list-bundle__icon{
    margin-right:10px;
    color:#79b473
}
.list-bundle__heading{
    padding-bottom:6px;
    border-bottom:2px solid #000
}
.list-bundle__item{
    text-indent:-16px;
    text-indent:-1rem;
    padding-left:32px;
    padding-left:2rem
}
.FramesTab---no-frames---1MABg_0{
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:gray
}
.FramesTab---search---1CIKU_0{
    width:100%;
    font-family:Arial,FontAwesome,Helvetica,Verdana,"sans-serif";
    -webkit-box-shadow:none;
    box-shadow:none
}
.FramesTab---select-sorting---h0Lcr_0{
    font-size:20px;
    font-size:17px!important;
    height:34px!important
}
.FramesTab---tab-list---2iFa6_0{
    margin-bottom:0;
    padding-left:0;
    list-style:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    border-radius:10px;
}
.FramesTab---tab-text---3IkZG_0{
    font-size:11px;
    display:block;
    padding:5px 10px;
    font-weight:500;
    color:#303030;
    background-color:transparent
}
.FramesTab---tab---3c_QL_0{
    background-color:#cdae47;
    border-radius:100px;
    cursor:pointer;
    margin:2px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:'black';
}
.FramesTab---tab---3c_QL_0:hover{
    background-color:#8f7a36
}
.FramesTab---current-tab---3tG84_0{
    background-color:#fff;
    border-radius:100px;
    cursor:pointer;
    margin:2px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:#303030
}
.FramesTab---current-tab---3tG84_0:hover{
    background-color:#fff;
    border-radius:100px;
    cursor:pointer;
    margin:2px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:#6e5d24
}
.mats-tab__custom>*,.mats-tab__uniform>*{
    display:inline-block
}
.mats-tab input[type=number]{
    max-width:55px
}
.mats-tab fieldset:disabled fieldset{
    opacity:.6
}
.mats-tab input:disabled{
    opacity:.5
}
.mats-tab__number-of-mats,.mats-tab__opening-type{
    margin:0 auto
}
.mats-tab__number-of-mats>*,.mats-tab__opening-type>*{
    display:inline-flex;
}
.mats-tab__opening-type{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.mats-tab__opening-type fieldset>*{
    display:inline-block
}
.mats-tab__opening-type :disabled{
    opacity:.5
}
.mats-tab .material-radio__heading--block{
    font-size:16px;
    /*font-size:2rem;*/
    display:block
}
.matboard-grid{
    min-height:125px
}
.matboard-circle{
    -webkit-transition:all .2s ease-out;
    -o-transition:all .2s ease-out;
    transition:all .2s ease-out;
    width:25px;
    height:25px;
    border-radius:20px;
    color:gray;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin:2px;
    cursor:pointer;
    position:relative;
    -webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.62);
    box-shadow:0 2px 1px -1px rgba(0,0,0,.62);
    border:1px solid #000;
    border:1px solid rgba(0,0,0,.09)
}
.matboard-circle:hover{
    -webkit-box-shadow:0 2px 2px 0 #000;
    box-shadow:0 2px 2px 0 #000;
    z-index:1;
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2)
}
.matboard-circle__check{
    position: absolute;
    width: 25px;
    border: 2px solid #ffffff;
    height: 25px;
    border-radius: 50px;
    top: 0px;
    box-shadow: 2px 1px 9px -1px black;
}
.selected-preview[data-v-4c13a6c6]{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.selected-preview__text-container[data-v-4c13a6c6]{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    text-align:right;
    font-size:17px;
}
.selected-preview__text-container [data-v-4c13a6c6]{
    font-family:Raleway,Robot,Droid Sans,Arial,Helvetica Neue,Helvetica,sans-serif
}
.selected-preview__text-container__size[data-v-4c13a6c6]{
    font-size:22.4px;
    font-size:1.4rem;
    margin-top:5px
}
.matboard-circle__name[data-v-4c13a6c6]{
    margin-top:34px;
    color:#000
}
.matboard-grid[data-v-4c13a6c6]{
    min-height:125px
}
.tabbed-mat-picker__tabs[data-v-4c13a6c6]{
    margin-bottom:0;
    padding-left:0
}
.tabbed-mat-picker__tabs>li[data-v-4c13a6c6]{
    background-color:#cdae47;
    cursor:pointer;
    display:inline-block;
    border-radius:100px;
    margin:2px;
    border:2px solid transparent;
    color:#fff
}
.tabbed-mat-picker__tabs>li.current-tab[data-v-4c13a6c6]{
    color:#cdae47;
    background-color:#fff;
    border:2px solid #cdae47
}
.tabbed-mat-picker__tabs>li.current-tab[data-v-4c13a6c6]:hover{
    background-color:#fff;
    color:#6e5d24;
}
.tabbed-mat-picker__tabs>li[data-v-4c13a6c6]:hover{
    background-color:#6e5d24;
    color:#fff;
}
.tabbed-mat-picker__tabs>li span[data-v-4c13a6c6]{
    font-size:11px;
    /*font-size:1.5rem;*/
    display:block;
    padding:5px 10px;
    font-weight:300;
    border-bottom:none;
    background-color:transparent
}
.PrintingTab---label---3lRku_0{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.PrintingTab---radio-icon---4QE1t_0{
    margin-right:5px
}
.hanger-modal{
    padding:10px
}
.hanger-modal__row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.hanger-modal__row:not(:first-of-type){
    margin-top:10px
}
.hanger-modal__row__data{
    padding-left:20px
}
.hanger-modal__row__data>div:first-of-type{
    font-size:32px;
    font-size:2rem
}
.hanger-modal img{
    width:120px
}
.extras-tab div:first-of-type{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.extras-tab__spacer{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.extras-tab__spacer .pic{
    width:150px;
    height:125px;
    background:url("../../images/frame_images/large/lrg_cross_frame_1220.jpg");
    background-size:cover
}
.extras-tab ul{
    list-style:none;
    padding:0
}
.extras-tab li{
    margin:5px;
    padding:5px
}
.extras-tab li:not(:first-child){
    border-top:1px solid rgba(0,0,0,.5)
}
.transitioner{
    -webkit-transition:all .35s ease;
    -o-transition:all .35s ease;
    transition:all .35s ease
}
.price-label{
    color:'#000';
    background-color:'#000';
    
}
/*# sourceMappingURL=custom_framing.css.map?98a06f058189cecef3a3f37993c95424*/
