
var {
    font-style: normal
}

p, ul li {
    /*font-family: "Roboto",sans-serif*/
}

i {
    font-style: normal
}

.pageloader {
    background-color: #039be5 !important
}

.hero.is-theme-primary, .section.is-theme-primary {
    background-color: #039be5;
    background: -webkit-gradient(linear, left top, right top, from(#039be5), to(#0272a9));
    background: linear-gradient(to right, #039be5, #0272a9);
    background: -webkit-gradient(linear, left bottom, left top, from(#039be5), to(#0272a9));
    background: linear-gradient(to top, #039be5, #0272a9)
}

.hero.is-theme-primary .title, .section.is-theme-primary .title {
    color: #fff
}

.hero.is-theme-primary .subtitle, .section.is-theme-primary .subtitle {
    color: #fff
}

.hero.is-theme-secondary, .section.is-theme-secondary {
    background-color: #0084c4;
    background: -webkit-gradient(linear, left top, right top, from(#0084c4), to(#00d1b2));
    background: linear-gradient(to right, #0084c4, #00d1b2);
    background: -webkit-gradient(linear, left bottom, left top, from(#0084c4), to(#00d1b2));
    background: linear-gradient(to top, #0084c4, #00d1b2)
}

.hero.is-theme-secondary .title, .section.is-theme-secondary .title {
    color: #fff
}

.hero.is-theme-secondary .subtitle, .section.is-theme-secondary .subtitle {
    color: #fff
}

.pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis, .file-cta, .file-name, .select select, .textarea, .input, .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    height: 2.5em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.5em - 1px);
    padding-left: calc(0.75em - 1px);
    padding-right: calc(0.75em - 1px);
    padding-top: calc(0.5em - 1px);
    position: relative;
    vertical-align: top
}

.pagination-previous:focus, .pagination-next:focus, .pagination-link:focus, .pagination-ellipsis:focus, .file-cta:focus, .file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous, .is-focused.pagination-next, .is-focused.pagination-link, .is-focused.pagination-ellipsis, .is-focused.file-cta, .is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active, .pagination-next:active, .pagination-link:active, .pagination-ellipsis:active, .file-cta:active, .file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous, .is-active.pagination-next, .is-active.pagination-link, .is-active.pagination-ellipsis, .is-active.file-cta, .is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
    outline: none
}

[disabled].pagination-previous, [disabled].pagination-next, [disabled].pagination-link, [disabled].pagination-ellipsis, [disabled].file-cta, [disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous, fieldset[disabled] .pagination-next, fieldset[disabled] .pagination-link, fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta, fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
    cursor: not-allowed
}

.is-unselectable, .tabs, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis, .breadcrumb, .file, .button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
    border: 3px solid rgba(0,0,0,0);
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: .625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: .625em
}

.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
    margin-bottom: 1.5rem
}

.modal-close, .delete {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10,10,10,.2);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px
}

    .modal-close::before, .delete::before, .modal-close::after, .delete::after {
        background-color: #fff;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    .modal-close::before, .delete::before {
        height: 2px;
        width: 50%
    }

    .modal-close::after, .delete::after {
        height: 50%;
        width: 2px
    }

    .modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
        background-color: rgba(10,10,10,.3)
    }

    .modal-close:active, .delete:active {
        background-color: rgba(10,10,10,.4)
    }

.is-small.modal-close, .is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px
}

.is-medium.modal-close, .is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px
}

.is-large.modal-close, .is-large.delete {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px
}

.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 9999px;
    border-right-color: rgba(0,0,0,0);
    border-top-color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.hero-video, .is-overlay, .modal-background, .modal, .image.is-square img, .image.is-square .has-ratio, .image.is-1by1 img, .image.is-1by1 .has-ratio, .image.is-5by4 img, .image.is-5by4 .has-ratio, .image.is-4by3 img, .image.is-4by3 .has-ratio, .image.is-3by2 img, .image.is-3by2 .has-ratio, .image.is-5by3 img, .image.is-5by3 .has-ratio, .image.is-16by9 img, .image.is-16by9 .has-ratio, .image.is-2by1 img, .image.is-2by1 .has-ratio, .image.is-3by1 img, .image.is-3by1 .has-ratio, .image.is-4by5 img, .image.is-4by5 .has-ratio, .image.is-3by4 img, .image.is-3by4 .has-ratio, .image.is-2by3 img, .image.is-2by3 .has-ratio, .image.is-3by5 img, .image.is-3by5 .has-ratio, .image.is-9by16 img, .image.is-9by16 .has-ratio, .image.is-1by2 img, .image.is-1by2 .has-ratio, .image.is-1by3 img, .image.is-1by3 .has-ratio {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.navbar-burger {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

ul {
    list-style: none
}

button, input, select, textarea {
    margin: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

img, video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

    td:not([align]), th:not([align]) {
        text-align: inherit
    }

html {
    background-color: #fff;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

article, aside, figure, footer, header, hgroup, section {
    display: block
}

code, pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace
}

body {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #1156B0;
    cursor: pointer;
    text-decoration: none   
}

    a strong {
        color: currentColor
    }

    a:hover {
        /*text-decoration: underline*/
    }

code {
    background-color: #f5f5f5;
    color: #d2063a;
    font-size: .875em;
    font-weight: normal;
    padding: .25em .5em .25em
}

hr {
    background-color: #f5f5f5;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0
}

img {
    height: auto;
    max-width: 100%
}

input[type=checkbox], input[type=radio] {
    vertical-align: baseline
}

small {
    font-size: .875em
}

span {
    font-style: inherit;
    font-weight: inherit
}

strong {
    color: #363636;
    font-weight: 700
}

fieldset {
    border: none
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: .875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal
}

    pre code {
        background-color: rgba(0,0,0,0);
        color: currentColor;
        font-size: 1em;
        padding: 0
    }

table td, table th {
    vertical-align: top
}

    table td:not([align]), table th:not([align]) {
        text-align: inherit
    }

table th {
    color: #363636
}

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

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

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

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

.box {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);
    box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem
}

a.box:hover, a.box:focus {
    -webkit-box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0 0 1px #039be5;
    box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0 0 1px #039be5
}

a.box:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #039be5;
    box-shadow: inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #039be5
}

.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(0.15em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.15em - 1px);
    text-align: center;
    white-space: nowrap
}

    .button strong {
        color: inherit
    }

    .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
        height: 1.5em;
        width: 1.5em
    }

        .button .icon:first-child:not(:last-child) {
            margin-left: calc(-0.5em - 1px);
            margin-right: .25em
        }

        .button .icon:last-child:not(:first-child) {
            margin-left: .25em;
            margin-right: calc(-0.5em - 1px)
        }

        .button .icon:first-child:last-child {
            margin-left: calc(-0.5em - 1px);
            margin-right: calc(-0.5em - 1px)
        }

    .button:hover, .button.is-hovered {
        border-color: #b5b5b5;
        color: #363636
    }

    .button:focus, .button.is-focused {
        border-color: #039be5;
        color: #363636
    }

        .button:focus:not(:active), .button.is-focused:not(:active) {
            -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
            box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
        }

    .button:active, .button.is-active {
        border-color: #4a4a4a;
        color: #363636
    }

    .button.is-text {
        background-color: rgba(0,0,0,0);
        border-color: rgba(0,0,0,0);
        color: #4a4a4a;
        text-decoration: underline
    }

        .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
            background-color: #f5f5f5;
            color: #363636
        }

        .button.is-text:active, .button.is-text.is-active {
            background-color: #e8e8e8;
            color: #363636
        }

        .button.is-text[disabled], fieldset[disabled] .button.is-text {
            background-color: rgba(0,0,0,0);
            border-color: rgba(0,0,0,0);
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .button.is-ghost {
        background: none;
        border-color: rgba(0,0,0,0);
        color: #039be5;
        text-decoration: none
    }

        .button.is-ghost:hover, .button.is-ghost.is-hovered {
            color: #039be5;
            text-decoration: underline
        }

    .button.is-white {
        background-color: #fff;
        border-color: rgba(0,0,0,0);
        color: #0a0a0a
    }

        .button.is-white:hover, .button.is-white.is-hovered {
            background-color: #f9f9f9;
            border-color: rgba(0,0,0,0);
            color: #0a0a0a
        }

        .button.is-white:focus, .button.is-white.is-focused {
            border-color: rgba(0,0,0,0);
            color: #0a0a0a
        }

            .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 .125em rgba(255,255,255,.25);
                box-shadow: 0 0 0 .125em rgba(255,255,255,.25)
            }

        .button.is-white:active, .button.is-white.is-active {
            background-color: #f2f2f2;
            border-color: rgba(0,0,0,0);
            color: #0a0a0a
        }

        .button.is-white[disabled], fieldset[disabled] .button.is-white {
            background-color: #fff;
            border-color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .button.is-white.is-inverted {
            background-color: #0a0a0a;
            color: #fff
        }

            .button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
                background-color: #000
            }

            .button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
                background-color: #0a0a0a;
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff
            }

        .button.is-white.is-loading::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a #0a0a0a !important
        }

        .button.is-white.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
                background-color: #fff;
                border-color: #fff;
                color: #0a0a0a
            }

            .button.is-white.is-outlined.is-loading::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a #0a0a0a !important
            }

            .button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff
            }

        .button.is-white.is-inverted.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #0a0a0a;
            color: #0a0a0a
        }

            .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
                background-color: #0a0a0a;
                color: #fff
            }

            .button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #0a0a0a;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #0a0a0a
            }

    .button.is-black {
        background-color: #0a0a0a;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-black:hover, .button.is-black.is-hovered {
            background-color: #040404;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-black:focus, .button.is-black.is-focused {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
                box-shadow: 0 0 0 .125em rgba(10,10,10,.25)
            }

        .button.is-black:active, .button.is-black.is-active {
            background-color: #000;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-black[disabled], fieldset[disabled] .button.is-black {
            background-color: #0a0a0a;
            border-color: #0a0a0a;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .button.is-black.is-inverted {
            background-color: #fff;
            color: #0a0a0a
        }

            .button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
                background-color: #f2f2f2
            }

            .button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #0a0a0a
            }

        .button.is-black.is-loading::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-black.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #0a0a0a;
            color: #0a0a0a
        }

            .button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
                background-color: #0a0a0a;
                border-color: #0a0a0a;
                color: #fff
            }

            .button.is-black.is-outlined.is-loading::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a #0a0a0a !important
            }

            .button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #0a0a0a;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #0a0a0a
            }

        .button.is-black.is-inverted.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #0a0a0a
            }

            .button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a #0a0a0a !important
            }

            .button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff
            }

    .button.is-light {
        background-color: #f5f5f5;
        border-color: rgba(0,0,0,0);
        color: rgba(0,0,0,.7)
    }

        .button.is-light:hover, .button.is-light.is-hovered {
            background-color: #eee;
            border-color: rgba(0,0,0,0);
            color: rgba(0,0,0,.7)
        }

        .button.is-light:focus, .button.is-light.is-focused {
            border-color: rgba(0,0,0,0);
            color: rgba(0,0,0,.7)
        }

            .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 .125em rgba(245,245,245,.25);
                box-shadow: 0 0 0 .125em rgba(245,245,245,.25)
            }

        .button.is-light:active, .button.is-light.is-active {
            background-color: #e8e8e8;
            border-color: rgba(0,0,0,0);
            color: rgba(0,0,0,.7)
        }

        .button.is-light[disabled], fieldset[disabled] .button.is-light {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .button.is-light.is-inverted {
            background-color: rgba(0,0,0,.7);
            color: #f5f5f5
        }

            .button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
                background-color: rgba(0,0,0,.7)
            }

            .button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
                background-color: rgba(0,0,0,.7);
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #f5f5f5
            }

        .button.is-light.is-loading::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important
        }

        .button.is-light.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #f5f5f5;
            color: #f5f5f5
        }

            .button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
                background-color: #f5f5f5;
                border-color: #f5f5f5;
                color: rgba(0,0,0,.7)
            }

            .button.is-light.is-outlined.is-loading::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f5f5f5 #f5f5f5 !important
            }

            .button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important
            }

            .button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #f5f5f5;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #f5f5f5
            }

        .button.is-light.is-inverted.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: rgba(0,0,0,.7);
            color: rgba(0,0,0,.7)
        }

            .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
                background-color: rgba(0,0,0,.7);
                color: #f5f5f5
            }

            .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f5f5f5 #f5f5f5 !important
            }

            .button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: rgba(0,0,0,.7);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: rgba(0,0,0,.7)
            }

    .button.is-dark {
        background-color: #363636;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-dark:hover, .button.is-dark.is-hovered {
            background-color: #2f2f2f;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-dark:focus, .button.is-dark.is-focused {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-dark:focus:not(:active), .button.is-dark.is-focused: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:active, .button.is-dark.is-active {
            background-color: #292929;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-dark[disabled], fieldset[disabled] .button.is-dark {
            background-color: #363636;
            border-color: #363636;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .button.is-dark.is-inverted {
            background-color: #fff;
            color: #363636
        }

            .button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
                background-color: #f2f2f2
            }

            .button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #363636
            }

        .button.is-dark.is-loading::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-dark.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #363636;
            color: #363636
        }

            .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
                background-color: #363636;
                border-color: #363636;
                color: #fff
            }

            .button.is-dark.is-outlined.is-loading::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #363636 #363636 !important
            }

            .button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #363636;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #363636
            }

        .button.is-dark.is-inverted.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #363636
            }

            .button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #363636 #363636 !important
            }

            .button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff
            }

    .button.is-primary {
        background-color: #039be5;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-primary:hover, .button.is-primary.is-hovered {
            background-color: #0392d8;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-primary:focus, .button.is-primary.is-focused {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
                box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
            }

        .button.is-primary:active, .button.is-primary.is-active {
            background-color: #038acc;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-primary[disabled], fieldset[disabled] .button.is-primary {
            background-color: #039be5;
            border-color: #039be5;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .button.is-primary.is-inverted {
            background-color: #fff;
            color: #039be5
        }

            .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
                background-color: #f2f2f2
            }

            .button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #039be5
            }

        .button.is-primary.is-loading::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-primary.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #039be5;
            color: #039be5
        }

            .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
                background-color: #039be5;
                border-color: #039be5;
                color: #fff
            }

            .button.is-primary.is-outlined.is-loading::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #039be5 #039be5 !important
            }

            .button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #039be5;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #039be5
            }

        .button.is-primary.is-inverted.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #039be5
            }

            .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #039be5 #039be5 !important
            }

            .button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff
            }

        .button.is-primary.is-light {
            background-color: #ebf8ff;
            color: #0385c4
        }

            .button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
                background-color: #def4ff;
                border-color: rgba(0,0,0,0);
                color: #0385c4
            }

            .button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
                background-color: #d2f0fe;
                border-color: rgba(0,0,0,0);
                color: #0385c4
            }

    .button.is-link {
        background-color: #039be5;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-link:hover, .button.is-link.is-hovered {
            background-color: #0392d8;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-link:focus, .button.is-link.is-focused {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
                box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
            }

        .button.is-link:active, .button.is-link.is-active {
            background-color: #038acc;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-link[disabled], fieldset[disabled] .button.is-link {
            background-color: #039be5;
            border-color: #039be5;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .button.is-link.is-inverted {
            background-color: #fff;
            color: #039be5
        }

            .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
                background-color: #f2f2f2
            }

            .button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #039be5
            }

        .button.is-link.is-loading::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-link.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #039be5;
            color: #039be5
        }

            .button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
                background-color: #039be5;
                border-color: #039be5;
                color: #fff
            }

            .button.is-link.is-outlined.is-loading::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #039be5 #039be5 !important
            }

            .button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #039be5;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #039be5
            }

        .button.is-link.is-inverted.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #039be5
            }

            .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #039be5 #039be5 !important
            }

            .button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff
            }

        .button.is-link.is-light {
            background-color: #ebf8ff;
            color: #0385c4
        }

            .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
                background-color: #def4ff;
                border-color: rgba(0,0,0,0);
                color: #0385c4
            }

            .button.is-link.is-light:active, .button.is-link.is-light.is-active {
                background-color: #d2f0fe;
                border-color: rgba(0,0,0,0);
                color: #0385c4
            }

    .button.is-info {
        background-color: #039be5;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-info:hover, .button.is-info.is-hovered {
            background-color: #0392d8;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-info:focus, .button.is-info.is-focused {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
                box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
            }

        .button.is-info:active, .button.is-info.is-active {
            background-color: #038acc;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-info[disabled], fieldset[disabled] .button.is-info {
            background-color: #039be5;
            border-color: #039be5;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .button.is-info.is-inverted {
            background-color: #fff;
            color: #039be5
        }

            .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
                background-color: #f2f2f2
            }

            .button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #039be5
            }

        .button.is-info.is-loading::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-info.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #039be5;
            color: #039be5
        }

            .button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
                background-color: #039be5;
                border-color: #039be5;
                color: #fff
            }

            .button.is-info.is-outlined.is-loading::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #039be5 #039be5 !important
            }

            .button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #039be5;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #039be5
            }

        .button.is-info.is-inverted.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #039be5
            }

            .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #039be5 #039be5 !important
            }

            .button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff
            }

        .button.is-info.is-light {
            background-color: #ebf8ff;
            color: #0385c4
        }

            .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
                background-color: #def4ff;
                border-color: rgba(0,0,0,0);
                color: #0385c4
            }

            .button.is-info.is-light:active, .button.is-info.is-light.is-active {
                background-color: #d2f0fe;
                border-color: rgba(0,0,0,0);
                color: #0385c4
            }

    .button.is-success {
        background-color: #06d6a0;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-success:hover, .button.is-success.is-hovered {
            background-color: #06ca97;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-success:focus, .button.is-success.is-focused {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 .125em rgba(6,214,160,.25);
                box-shadow: 0 0 0 .125em rgba(6,214,160,.25)
            }

        .button.is-success:active, .button.is-success.is-active {
            background-color: #05bd8d;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-success[disabled], fieldset[disabled] .button.is-success {
            background-color: #06d6a0;
            border-color: #06d6a0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .button.is-success.is-inverted {
            background-color: #fff;
            color: #06d6a0
        }

            .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
                background-color: #f2f2f2
            }

            .button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #06d6a0
            }

        .button.is-success.is-loading::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-success.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #06d6a0;
            color: #06d6a0
        }

            .button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
                background-color: #06d6a0;
                border-color: #06d6a0;
                color: #fff
            }

            .button.is-success.is-outlined.is-loading::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #06d6a0 #06d6a0 !important
            }

            .button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #06d6a0;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #06d6a0
            }

        .button.is-success.is-inverted.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #06d6a0
            }

            .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #06d6a0 #06d6a0 !important
            }

            .button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff
            }

        .button.is-success.is-light {
            background-color: #ebfef9;
            color: #04906c
        }

            .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
                background-color: #dffef6;
                border-color: rgba(0,0,0,0);
                color: #04906c
            }

            .button.is-success.is-light:active, .button.is-success.is-light.is-active {
                background-color: #d2fef2;
                border-color: rgba(0,0,0,0);
                color: #04906c
            }

    .button.is-warning {
        background-color: #eda514;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-warning:hover, .button.is-warning.is-hovered {
            background-color: #e39d11;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-warning:focus, .button.is-warning.is-focused {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 .125em rgba(237,165,20,.25);
                box-shadow: 0 0 0 .125em rgba(237,165,20,.25)
            }

        .button.is-warning:active, .button.is-warning.is-active {
            background-color: #d79510;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-warning[disabled], fieldset[disabled] .button.is-warning {
            background-color: #eda514;
            border-color: #eda514;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .button.is-warning.is-inverted {
            background-color: #fff;
            color: #eda514
        }

            .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
                background-color: #f2f2f2
            }

            .button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #eda514
            }

        .button.is-warning.is-loading::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-warning.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #eda514;
            color: #eda514
        }

            .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
                background-color: #eda514;
                border-color: #eda514;
                color: #fff
            }

            .button.is-warning.is-outlined.is-loading::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #eda514 #eda514 !important
            }

            .button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #eda514;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #eda514
            }

        .button.is-warning.is-inverted.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #eda514
            }

            .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #eda514 #eda514 !important
            }

            .button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff
            }

        .button.is-warning.is-light {
            background-color: #fef8ec;
            color: #8e630b
        }

            .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
                background-color: #fdf3e0;
                border-color: rgba(0,0,0,0);
                color: #8e630b
            }

            .button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
                background-color: #fcefd4;
                border-color: rgba(0,0,0,0);
                color: #8e630b
            }

    .button.is-danger {
        background-color: #e62965;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-danger:hover, .button.is-danger.is-hovered {
            background-color: #e51e5d;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-danger:focus, .button.is-danger.is-focused {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 .125em rgba(230,41,101,.25);
                box-shadow: 0 0 0 .125em rgba(230,41,101,.25)
            }

        .button.is-danger:active, .button.is-danger.is-active {
            background-color: #dc1a57;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-danger[disabled], fieldset[disabled] .button.is-danger {
            background-color: #e62965;
            border-color: #e62965;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .button.is-danger.is-inverted {
            background-color: #fff;
            color: #e62965
        }

            .button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
                background-color: #f2f2f2
            }

            .button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #e62965
            }

        .button.is-danger.is-loading::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-danger.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #e62965;
            color: #e62965
        }

            .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
                background-color: #e62965;
                border-color: #e62965;
                color: #fff
            }

            .button.is-danger.is-outlined.is-loading::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #e62965 #e62965 !important
            }

            .button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #e62965;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #e62965
            }

        .button.is-danger.is-inverted.is-outlined {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #e62965
            }

            .button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #e62965 #e62965 !important
            }

            .button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff
            }

        .button.is-danger.is-light {
            background-color: #fdedf2;
            color: #d21953
        }

            .button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
                background-color: #fce1ea;
                border-color: rgba(0,0,0,0);
                color: #d21953
            }

            .button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
                background-color: #fad6e1;
                border-color: rgba(0,0,0,0);
                color: #d21953
            }

    .button.is-small {
        font-size: .75rem
    }

        .button.is-small:not(.is-rounded) {
            border-radius: 2px
        }

    .button.is-normal {
        font-size: 1rem
    }

    .button.is-medium {
        font-size: 1.25rem
    }

    .button.is-large {
        font-size: 1.5rem
    }

    .button[disabled], fieldset[disabled] .button {
        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: rgba(0,0,0,0) !important;
        pointer-events: none
    }

        .button.is-loading::after {
            position: absolute;
            left: calc(50% - (1em * 0.5));
            top: calc(50% - (1em * 0.5));
            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: 9999px;
        padding-left: calc(1em + 0.25em);
        padding-right: calc(1em + 0.25em)
    }

.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: .5rem
    }

        .buttons .button:not(:last-child):not(.is-fullwidth) {
            margin-right: .5rem
        }

    .buttons:last-child {
        margin-bottom: -0.5rem
    }

    .buttons:not(:last-child) {
        margin-bottom: 1rem
    }

    .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
        font-size: .75rem
    }

        .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
            border-radius: 2px
        }

    .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
        font-size: 1.25rem
    }

    .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
        font-size: 1.5rem
    }

    .buttons.has-addons .button:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .buttons.has-addons .button:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        margin-right: -1px
    }

    .buttons.has-addons .button:last-child {
        margin-right: 0
    }

    .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
        z-index: 2
    }

    .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
        z-index: 3
    }

        .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
            z-index: 4
        }

    .buttons.has-addons .button.is-expanded {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .buttons.is-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
            margin-left: .25rem;
            margin-right: .25rem
        }

    .buttons.is-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
            margin-left: .25rem;
            margin-right: .25rem
        }

@media screen and (max-width: 768px) {
    .button.is-responsive.is-small {
        font-size: .5625rem
    }

    .button.is-responsive, .button.is-responsive.is-normal {
        font-size: .65625rem
    }

        .button.is-responsive.is-medium {
            font-size: .75rem
        }

        .button.is-responsive.is-large {
            font-size: 1rem
        }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .button.is-responsive.is-small {
        font-size: .65625rem
    }

    .button.is-responsive, .button.is-responsive.is-normal {
        font-size: .75rem
    }

        .button.is-responsive.is-medium {
            font-size: 1rem
        }

        .button.is-responsive.is-large {
            font-size: 1.25rem
        }
}

.container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto
}

    .container.is-fluid {
        max-width: none !important;
        padding-left: 32px;
        padding-right: 32px;
        width: 100%
    }

@media screen and (min-width: 1024px) {
    .container {
        max-width: 960px
    }
}

@media screen and (max-width: 1215px) {
    .container.is-widescreen:not(.is-max-desktop) {
        max-width: 1152px
    }
}

@media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
        max-width: 1152px
    }
}

.content li + li {
    margin-top: .25em
}

.content p:not(:last-child), .content dl:not(:last-child), .content ol:not(:last-child), .content ul:not(:last-child), .content blockquote:not(:last-child), .content pre:not(:last-child), .content table:not(:last-child) {
    margin-bottom: 1em
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    color: #363636;
    font-weight: 600;
    line-height: 1.125
}

.content h1 {
    font-size: 2em;
    margin-bottom: .5em
}

    .content h1:not(:first-child) {
        margin-top: 1em
    }

.content h2 {
    font-size: 1.75em;
    margin-bottom: .5714em
}

    .content h2:not(:first-child) {
        margin-top: 1.1428em
    }

.content h3 {
    font-size: 1.5em;
    margin-bottom: .6666em
}

    .content h3:not(:first-child) {
        margin-top: 1.3333em
    }

.content h4 {
    font-size: 1.25em;
    margin-bottom: .8em
}

.content h5 {
    font-size: 1.125em;
    margin-bottom: .8888em
}

.content h6 {
    font-size: 1em;
    margin-bottom: 1em
}

.content blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em
}

.content ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em
}

    .content ol:not([type]) {
        list-style-type: decimal
    }

        .content ol:not([type]).is-lower-alpha {
            list-style-type: lower-alpha
        }

        .content ol:not([type]).is-lower-roman {
            list-style-type: lower-roman
        }

        .content ol:not([type]).is-upper-alpha {
            list-style-type: upper-alpha
        }

        .content ol:not([type]).is-upper-roman {
            list-style-type: upper-roman
        }

.content ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em
}

    .content ul ul {
        list-style-type: circle;
        margin-top: .5em
    }

        .content ul ul ul {
            list-style-type: square
        }

.content dd {
    margin-left: 2em
}

.content figure {
    margin-left: 2em;
    margin-right: 2em;
    text-align: center
}

    .content figure:not(:first-child) {
        margin-top: 2em
    }

    .content figure:not(:last-child) {
        margin-bottom: 2em
    }

    .content figure img {
        display: inline-block
    }

    .content figure figcaption {
        font-style: italic
    }

.content pre {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding: 1.25em 1.5em;
    white-space: pre;
    word-wrap: normal
}

.content sup, .content sub {
    font-size: 75%
}

.content table {
    width: 100%
}

    .content table td, .content table th {
        border: 1px solid #dbdbdb;
        border-width: 0 0 1px;
        padding: .5em .75em;
        vertical-align: top
    }

    .content table th {
        color: #363636
    }

        .content table th:not([align]) {
            text-align: inherit
        }

    .content table thead td, .content table thead th {
        border-width: 0 0 2px;
        color: #363636
    }

    .content table tfoot td, .content table tfoot th {
        border-width: 2px 0 0;
        color: #363636
    }

    .content table tbody tr:last-child td, .content table tbody tr:last-child th {
        border-bottom-width: 0
    }

.content .tabs li + li {
    margin-top: 0
}

.content.is-small {
    font-size: .75rem
}

.content.is-normal {
    font-size: 1rem
}

.content.is-medium {
    font-size: 1.25rem
}

.content.is-large {
    font-size: 1.5rem
}

.icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem
}

    .icon.is-small {
        height: 1rem;
        width: 1rem
    }

    .icon.is-medium {
        height: 2rem;
        width: 2rem
    }

    .icon.is-large {
        height: 3rem;
        width: 3rem
    }

.icon-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.5rem;
    vertical-align: top
}

    .icon-text .icon {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

        .icon-text .icon:not(:last-child) {
            margin-right: .25em
        }

        .icon-text .icon:not(:first-child) {
            margin-left: .25em
        }

div.icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.image {
    display: block;
    position: relative
}

    .image img {
        display: block;
        height: auto;
        width: 100%
    }

        .image img.is-rounded {
            border-radius: 9999px
        }

    .image.is-fullwidth {
        width: 100%
    }

    .image.is-square img, .image.is-square .has-ratio, .image.is-1by1 img, .image.is-1by1 .has-ratio, .image.is-5by4 img, .image.is-5by4 .has-ratio, .image.is-4by3 img, .image.is-4by3 .has-ratio, .image.is-3by2 img, .image.is-3by2 .has-ratio, .image.is-5by3 img, .image.is-5by3 .has-ratio, .image.is-16by9 img, .image.is-16by9 .has-ratio, .image.is-2by1 img, .image.is-2by1 .has-ratio, .image.is-3by1 img, .image.is-3by1 .has-ratio, .image.is-4by5 img, .image.is-4by5 .has-ratio, .image.is-3by4 img, .image.is-3by4 .has-ratio, .image.is-2by3 img, .image.is-2by3 .has-ratio, .image.is-3by5 img, .image.is-3by5 .has-ratio, .image.is-9by16 img, .image.is-9by16 .has-ratio, .image.is-1by2 img, .image.is-1by2 .has-ratio, .image.is-1by3 img, .image.is-1by3 .has-ratio {
        height: 100%;
        width: 100%
    }

    .image.is-square, .image.is-1by1 {
        padding-top: 100%
    }

    .image.is-5by4 {
        padding-top: 80%
    }

    .image.is-4by3 {
        padding-top: 75%
    }

    .image.is-3by2 {
        padding-top: 66.6666%
    }

    .image.is-5by3 {
        padding-top: 60%
    }

    .image.is-16by9 {
        padding-top: 56.25%
    }

    .image.is-2by1 {
        padding-top: 50%
    }

    .image.is-3by1 {
        padding-top: 33.3333%
    }

    .image.is-4by5 {
        padding-top: 125%
    }

    .image.is-3by4 {
        padding-top: 133.3333%
    }

    .image.is-2by3 {
        padding-top: 150%
    }

    .image.is-3by5 {
        padding-top: 166.6666%
    }

    .image.is-9by16 {
        padding-top: 177.7777%
    }

    .image.is-1by2 {
        padding-top: 200%
    }

    .image.is-1by3 {
        padding-top: 300%
    }

    .image.is-16x16 {
        height: 16px;
        width: 16px
    }

    .image.is-24x24 {
        height: 24px;
        width: 24px
    }

    .image.is-32x32 {
        height: 32px;
        width: 32px
    }

    .image.is-48x48 {
        height: 48px;
        width: 48px
    }

    .image.is-64x64 {
        height: 64px;
        width: 64px
    }

    .image.is-96x96 {
        height: 96px;
        width: 96px
    }

    .image.is-128x128 {
        height: 128px;
        width: 128px
    }

.notification {
    background-color: #f5f5f5;
    border-radius: 4px;
    position: relative;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem
}

    .notification a:not(.button):not(.dropdown-item) {
        color: currentColor;
        text-decoration: underline
    }

    .notification strong {
        color: currentColor
    }

    .notification code, .notification pre {
        background: #fff
    }

        .notification pre code {
            background: rgba(0,0,0,0)
        }

    .notification > .delete {
        right: .5rem;
        position: absolute;
        top: .5rem
    }

    .notification .title, .notification .subtitle, .notification .content {
        color: currentColor
    }

    .notification.is-white {
        background-color: #fff;
        color: #0a0a0a
    }

    .notification.is-black {
        background-color: #0a0a0a;
        color: #fff
    }

    .notification.is-light {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

    .notification.is-dark {
        background-color: #363636;
        color: #fff
    }

    .notification.is-primary {
        background-color: #039be5;
        color: #fff
    }

        .notification.is-primary.is-light {
            background-color: #ebf8ff;
            color: #0385c4
        }

    .notification.is-link {
        background-color: #039be5;
        color: #fff
    }

        .notification.is-link.is-light {
            background-color: #ebf8ff;
            color: #0385c4
        }

    .notification.is-info {
        background-color: #039be5;
        color: #fff
    }

        .notification.is-info.is-light {
            background-color: #ebf8ff;
            color: #0385c4
        }

    .notification.is-success {
        background-color: #06d6a0;
        color: #fff
    }

        .notification.is-success.is-light {
            background-color: #ebfef9;
            color: #04906c
        }

    .notification.is-warning {
        background-color: #eda514;
        color: #fff
    }

        .notification.is-warning.is-light {
            background-color: #fef8ec;
            color: #8e630b
        }

    .notification.is-danger {
        background-color: #e62965;
        color: #fff
    }

        .notification.is-danger.is-light {
            background-color: #fdedf2;
            color: #d21953
        }

.progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    display: block;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    width: 100%
}

    .progress::-webkit-progress-bar {
        background-color: #e1e8ee
    }

    .progress::-webkit-progress-value {
        background-color: #4a4a4a
    }

    .progress::-moz-progress-bar {
        background-color: #4a4a4a
    }

    .progress::-ms-fill {
        background-color: #4a4a4a;
        border: none
    }

    .progress.is-white::-webkit-progress-value {
        background-color: #fff
    }

    .progress.is-white::-moz-progress-bar {
        background-color: #fff
    }

    .progress.is-white::-ms-fill {
        background-color: #fff
    }

    .progress.is-white:indeterminate {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(30%, #e1e8ee));
        background-image: linear-gradient(to right, #fff 30%, #e1e8ee 30%)
    }

    .progress.is-black::-webkit-progress-value {
        background-color: #0a0a0a
    }

    .progress.is-black::-moz-progress-bar {
        background-color: #0a0a0a
    }

    .progress.is-black::-ms-fill {
        background-color: #0a0a0a
    }

    .progress.is-black:indeterminate {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, hsl(0, 0%, 4%)), color-stop(30%, #e1e8ee));
        background-image: linear-gradient(to right, hsl(0, 0%, 4%) 30%, #e1e8ee 30%)
    }

    .progress.is-light::-webkit-progress-value {
        background-color: #f5f5f5
    }

    .progress.is-light::-moz-progress-bar {
        background-color: #f5f5f5
    }

    .progress.is-light::-ms-fill {
        background-color: #f5f5f5
    }

    .progress.is-light:indeterminate {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, hsl(0, 0%, 96%)), color-stop(30%, #e1e8ee));
        background-image: linear-gradient(to right, hsl(0, 0%, 96%) 30%, #e1e8ee 30%)
    }

    .progress.is-dark::-webkit-progress-value {
        background-color: #363636
    }

    .progress.is-dark::-moz-progress-bar {
        background-color: #363636
    }

    .progress.is-dark::-ms-fill {
        background-color: #363636
    }

    .progress.is-dark:indeterminate {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, hsl(0, 0%, 21%)), color-stop(30%, #e1e8ee));
        background-image: linear-gradient(to right, hsl(0, 0%, 21%) 30%, #e1e8ee 30%)
    }

    .progress.is-primary::-webkit-progress-value {
        background-color: #039be5
    }

    .progress.is-primary::-moz-progress-bar {
        background-color: #039be5
    }

    .progress.is-primary::-ms-fill {
        background-color: #039be5
    }

    .progress.is-primary:indeterminate {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #039be5), color-stop(30%, #e1e8ee));
        background-image: linear-gradient(to right, #039be5 30%, #e1e8ee 30%)
    }

    .progress.is-link::-webkit-progress-value {
        background-color: #039be5
    }

    .progress.is-link::-moz-progress-bar {
        background-color: #039be5
    }

    .progress.is-link::-ms-fill {
        background-color: #039be5
    }

    .progress.is-link:indeterminate {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #039be5), color-stop(30%, #e1e8ee));
        background-image: linear-gradient(to right, #039be5 30%, #e1e8ee 30%)
    }

    .progress.is-info::-webkit-progress-value {
        background-color: #039be5
    }

    .progress.is-info::-moz-progress-bar {
        background-color: #039be5
    }

    .progress.is-info::-ms-fill {
        background-color: #039be5
    }

    .progress.is-info:indeterminate {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #039be5), color-stop(30%, #e1e8ee));
        background-image: linear-gradient(to right, #039be5 30%, #e1e8ee 30%)
    }

    .progress.is-success::-webkit-progress-value {
        background-color: #06d6a0
    }

    .progress.is-success::-moz-progress-bar {
        background-color: #06d6a0
    }

    .progress.is-success::-ms-fill {
        background-color: #06d6a0
    }

    .progress.is-success:indeterminate {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #06d6a0), color-stop(30%, #e1e8ee));
        background-image: linear-gradient(to right, #06d6a0 30%, #e1e8ee 30%)
    }

    .progress.is-warning::-webkit-progress-value {
        background-color: #eda514
    }

    .progress.is-warning::-moz-progress-bar {
        background-color: #eda514
    }

    .progress.is-warning::-ms-fill {
        background-color: #eda514
    }

    .progress.is-warning:indeterminate {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #eda514), color-stop(30%, #e1e8ee));
        background-image: linear-gradient(to right, #eda514 30%, #e1e8ee 30%)
    }

    .progress.is-danger::-webkit-progress-value {
        background-color: #e62965
    }

    .progress.is-danger::-moz-progress-bar {
        background-color: #e62965
    }

    .progress.is-danger::-ms-fill {
        background-color: #e62965
    }

    .progress.is-danger:indeterminate {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #e62965), color-stop(30%, #e1e8ee));
        background-image: linear-gradient(to right, #e62965 30%, #e1e8ee 30%)
    }

    .progress:indeterminate {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: moveIndeterminate;
        animation-name: moveIndeterminate;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        background-color: #e1e8ee;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, hsl(0, 0%, 29%)), color-stop(30%, #e1e8ee));
        background-image: linear-gradient(to right, hsl(0, 0%, 29%) 30%, #e1e8ee 30%);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 150% 150%
    }

        .progress:indeterminate::-webkit-progress-bar {
            background-color: rgba(0,0,0,0)
        }

        .progress:indeterminate::-moz-progress-bar {
            background-color: rgba(0,0,0,0)
        }

        .progress:indeterminate::-ms-fill {
            animation-name: none
        }

    .progress.is-small {
        height: .75rem
    }

    .progress.is-medium {
        height: 1.25rem
    }

    .progress.is-large {
        height: 1.5rem
    }

@-webkit-keyframes moveIndeterminate {
    from {
        background-position: 200% 0
    }

    to {
        background-position: -200% 0
    }
}

@keyframes moveIndeterminate {
    from {
        background-position: 200% 0
    }

    to {
        background-position: -200% 0
    }
}

.table {
    background-color: #fff;
    color: #363636
}

    .table 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: rgba(0,0,0,.7)
        }

        .table td.is-dark, .table th.is-dark {
            background-color: #363636;
            border-color: #363636;
            color: #fff
        }

        .table td.is-primary, .table th.is-primary {
            background-color: #039be5;
            border-color: #039be5;
            color: #fff
        }

        .table td.is-link, .table th.is-link {
            background-color: #039be5;
            border-color: #039be5;
            color: #fff
        }

        .table td.is-info, .table th.is-info {
            background-color: #039be5;
            border-color: #039be5;
            color: #fff
        }

        .table td.is-success, .table th.is-success {
            background-color: #06d6a0;
            border-color: #06d6a0;
            color: #fff
        }

        .table td.is-warning, .table th.is-warning {
            background-color: #eda514;
            border-color: #eda514;
            color: #fff
        }

        .table td.is-danger, .table th.is-danger {
            background-color: #e62965;
            border-color: #e62965;
            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: #039be5;
            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 td.is-vcentered, .table th.is-vcentered {
            vertical-align: middle
        }

    .table th {
        color: #363636
    }

        .table th:not([align]) {
            text-align: left
        }

    .table tr.is-selected {
        background-color: #039be5;
        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 {
        background-color: rgba(0,0,0,0)
    }

        .table thead td, .table thead th {
            border-width: 0 0 2px;
            color: #363636
        }

    .table tfoot {
        background-color: rgba(0,0,0,0)
    }

        .table tfoot td, .table tfoot th {
            border-width: 2px 0 0;
            color: #363636
        }

    .table tbody {
        background-color: rgba(0,0,0,0)
    }

        .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: #fafafa
    }

        .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
            background-color: #f5f5f5
        }

    .table.is-narrow td, .table.is-narrow th {
        padding: .25em .5em
    }

    .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
        background-color: #fafafa
    }

.table-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%
}

.tags {
    -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
}

    .tags .tag {
        margin-bottom: .5rem
    }

        .tags .tag:not(:last-child) {
            margin-right: .5rem
        }

    .tags:last-child {
        margin-bottom: -0.5rem
    }

    .tags:not(:last-child) {
        margin-bottom: 1rem
    }

    .tags.are-medium .tag:not(.is-normal):not(.is-large) {
        font-size: 1rem
    }

    .tags.are-large .tag:not(.is-normal):not(.is-medium) {
        font-size: 1.25rem
    }

    .tags.is-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .tags.is-centered .tag {
            margin-right: .25rem;
            margin-left: .25rem
        }

    .tags.is-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .tags.is-right .tag:not(:first-child) {
            margin-left: .5rem
        }

        .tags.is-right .tag:not(:last-child) {
            margin-right: 0
        }

    .tags.has-addons .tag {
        margin-right: 0
    }

        .tags.has-addons .tag:not(:first-child) {
            margin-left: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .tags.has-addons .tag:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

.tag:not(body) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #4a4a4a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

    .tag:not(body) .delete {
        margin-left: .25rem;
        margin-right: -0.375rem
    }

    .tag:not(body).is-white {
        background-color: #fff;
        color: #0a0a0a
    }

    .tag:not(body).is-black {
        background-color: #0a0a0a;
        color: #fff
    }

    .tag:not(body).is-light {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

    .tag:not(body).is-dark {
        background-color: #363636;
        color: #fff
    }

    .tag:not(body).is-primary {
        background-color: #039be5;
        color: #fff
    }

        .tag:not(body).is-primary.is-light {
            background-color: #ebf8ff;
            color: #0385c4
        }

    .tag:not(body).is-link {
        background-color: #039be5;
        color: #fff
    }

        .tag:not(body).is-link.is-light {
            background-color: #ebf8ff;
            color: #0385c4
        }

    .tag:not(body).is-info {
        background-color: #039be5;
        color: #fff
    }

        .tag:not(body).is-info.is-light {
            background-color: #ebf8ff;
            color: #0385c4
        }

    .tag:not(body).is-success {
        background-color: #06d6a0;
        color: #fff
    }

        .tag:not(body).is-success.is-light {
            background-color: #ebfef9;
            color: #04906c
        }

    .tag:not(body).is-warning {
        background-color: #eda514;
        color: #fff
    }

        .tag:not(body).is-warning.is-light {
            background-color: #fef8ec;
            color: #8e630b
        }

    .tag:not(body).is-danger {
        background-color: #e62965;
        color: #fff
    }

        .tag:not(body).is-danger.is-light {
            background-color: #fdedf2;
            color: #d21953
        }

    .tag:not(body).is-normal {
        font-size: .75rem
    }

    .tag:not(body).is-medium {
        font-size: 1rem
    }

    .tag:not(body).is-large {
        font-size: 1.25rem
    }

    .tag:not(body) .icon:first-child:not(:last-child) {
        margin-left: -0.375em;
        margin-right: .1875em
    }

    .tag:not(body) .icon:last-child:not(:first-child) {
        margin-left: .1875em;
        margin-right: -0.375em
    }

    .tag:not(body) .icon:first-child:last-child {
        margin-left: -0.375em;
        margin-right: -0.375em
    }

    .tag:not(body).is-delete {
        margin-left: 1px;
        padding: 0;
        position: relative;
        width: 2em
    }

        .tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
            background-color: currentColor;
            content: "";
            display: block;
            left: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -webkit-transform-origin: center center;
            transform-origin: center center
        }

        .tag:not(body).is-delete::before {
            height: 1px;
            width: 50%
        }

        .tag:not(body).is-delete::after {
            height: 50%;
            width: 1px
        }

        .tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
            background-color: #e8e8e8
        }

        .tag:not(body).is-delete:active {
            background-color: #dbdbdb
        }

    .tag:not(body).is-rounded {
        border-radius: 9999px
    }

a.tag:hover {
    text-decoration: underline
}

.title, .subtitle {
    word-break: break-word
}

    .title em, .title span, .subtitle em, .subtitle span {
        font-weight: inherit
    }

    .title sub, .subtitle sub {
        font-size: .75em
    }

    .title sup, .subtitle sup {
        font-size: .75em
    }

    .title .tag, .subtitle .tag {
        vertical-align: middle
    }

.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

    .title strong {
        color: inherit;
        font-weight: inherit
    }

    .title:not(.is-spaced) + .subtitle {
        margin-top: -1.25rem
    }

    .title.is-1 {
        font-size: 3rem
    }

    .title.is-2 {
        font-size: 2.5rem
    }

    .title.is-3 {
        font-size: 2rem
    }

    .title.is-4 {
        font-size: 1.5rem
    }

    .title.is-5 {
        font-size: 1.25rem
    }

    .title.is-6 {
        font-size: 1rem
    }

    .title.is-7 {
        font-size: .75rem
    }

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

    .subtitle strong {
        color: #363636;
        font-weight: 600
    }

    .subtitle:not(.is-spaced) + .title {
        margin-top: -1.25rem
    }

    .subtitle.is-1 {
        font-size: 3rem
    }

    .subtitle.is-2 {
        font-size: 2.5rem
    }

    .subtitle.is-3 {
        font-size: 2rem
    }

    .subtitle.is-4 {
        font-size: 1.5rem
    }

    .subtitle.is-5 {
        font-size: 1.25rem
    }

    .subtitle.is-6 {
        font-size: 1rem
    }

    .subtitle.is-7 {
        font-size: .75rem
    }

.heading {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 9999px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: .25rem .5rem;
    text-align: center;
    vertical-align: top
}

.select select, .textarea, .input {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636
}

    .select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
        color: rgba(54,54,54,.3)
    }

    .select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
        color: rgba(54,54,54,.3)
    }

    .select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
        color: rgba(54,54,54,.3)
    }

    .select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
        color: rgba(54,54,54,.3)
    }

    .select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
        border-color: #b5b5b5
    }

    .select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
        border-color: #039be5;
        -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
        box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
    }

    .select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
        background-color: #f5f5f5;
        border-color: #f5f5f5;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #7a7a7a
    }

        .select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
            color: rgba(122,122,122,.3)
        }

        .select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
            color: rgba(122,122,122,.3)
        }

        .select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
            color: rgba(122,122,122,.3)
        }

        .select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
            color: rgba(122,122,122,.3)
        }

.textarea, .input {
    -webkit-box-shadow: inset 0 .0625em .125em rgba(10,10,10,.05);
    box-shadow: inset 0 .0625em .125em rgba(10,10,10,.05);
    max-width: 100%;
    width: 100%
}

[readonly].textarea, [readonly].input {
    -webkit-box-shadow: none;
    box-shadow: none
}

.is-white.textarea, .is-white.input {
    border-color: #fff
}

    .is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
        -webkit-box-shadow: 0 0 0 .125em rgba(255,255,255,.25);
        box-shadow: 0 0 0 .125em rgba(255,255,255,.25)
    }

.is-black.textarea, .is-black.input {
    border-color: #0a0a0a
}

    .is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
        -webkit-box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
        box-shadow: 0 0 0 .125em rgba(10,10,10,.25)
    }

.is-light.textarea, .is-light.input {
    border-color: #f5f5f5
}

    .is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
        -webkit-box-shadow: 0 0 0 .125em rgba(245,245,245,.25);
        box-shadow: 0 0 0 .125em rgba(245,245,245,.25)
    }

.is-dark.textarea, .is-dark.input {
    border-color: #363636
}

    .is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
        -webkit-box-shadow: 0 0 0 .125em rgba(54,54,54,.25);
        box-shadow: 0 0 0 .125em rgba(54,54,54,.25)
    }

.is-primary.textarea, .is-primary.input {
    border-color: #039be5
}

    .is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
        -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
        box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
    }

.is-link.textarea, .is-link.input {
    border-color: #039be5
}

    .is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
        -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
        box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
    }

.is-info.textarea, .is-info.input {
    border-color: #039be5
}

    .is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
        -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
        box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
    }

.is-success.textarea, .is-success.input {
    border-color: #06d6a0
}

    .is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
        -webkit-box-shadow: 0 0 0 .125em rgba(6,214,160,.25);
        box-shadow: 0 0 0 .125em rgba(6,214,160,.25)
    }

.is-warning.textarea, .is-warning.input {
    border-color: #eda514
}

    .is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
        -webkit-box-shadow: 0 0 0 .125em rgba(237,165,20,.25);
        box-shadow: 0 0 0 .125em rgba(237,165,20,.25)
    }

.is-danger.textarea, .is-danger.input {
    border-color: #e62965
}

    .is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
        -webkit-box-shadow: 0 0 0 .125em rgba(230,41,101,.25);
        box-shadow: 0 0 0 .125em rgba(230,41,101,.25)
    }

.is-small.textarea, .is-small.input {
    border-radius: 2px;
    font-size: .75rem
}

.is-medium.textarea, .is-medium.input {
    font-size: 1.25rem
}

.is-large.textarea, .is-large.input {
    font-size: 1.5rem
}

.is-fullwidth.textarea, .is-fullwidth.input {
    display: block;
    width: 100%
}

.is-inline.textarea, .is-inline.input {
    display: inline;
    width: auto
}

.input.is-rounded {
    border-radius: 9999px;
    padding-left: calc(calc(0.75em - 1px) + 0.375em);
    padding-right: calc(calc(0.75em - 1px) + 0.375em)
}

.input.is-static {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}

.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: calc(0.75em - 1px);
    resize: vertical
}

    .textarea:not([rows]) {
        max-height: 40em;
        min-height: 8em
    }

    .textarea[rows] {
        height: initial
    }

    .textarea.has-fixed-size {
        resize: none
    }

.radio, .checkbox {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative
}

    .radio input, .checkbox input {
        cursor: pointer
    }

    .radio:hover, .checkbox:hover {
        color: #363636
    }

    [disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox, .radio input[disabled], .checkbox input[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.5em
    }

        .select:not(.is-multiple):not(.is-loading)::after {
            border-color: #039be5;
            right: 1.125em;
            z-index: 4
        }

    .select.is-rounded select {
        border-radius: 9999px;
        padding-left: 1em
    }

    .select select {
        cursor: pointer;
        display: block;
        font-size: 1em;
        max-width: 100%;
        outline: none
    }

        .select select::-ms-expand {
            display: none
        }

        .select select[disabled]:hover, fieldset[disabled] .select select:hover {
            border-color: #f5f5f5
        }

        .select select:not([multiple]) {
            padding-right: 2.5em
        }

        .select select[multiple] {
            height: auto;
            padding: 0
        }

            .select select[multiple] option {
                padding: .5em 1em
            }

    .select:not(.is-multiple):not(.is-loading):hover::after {
        border-color: #363636
    }

    .select.is-white:not(:hover)::after {
        border-color: #fff
    }

    .select.is-white select {
        border-color: #fff
    }

        .select.is-white select:hover, .select.is-white select.is-hovered {
            border-color: #f2f2f2
        }

        .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
            -webkit-box-shadow: 0 0 0 .125em rgba(255,255,255,.25);
            box-shadow: 0 0 0 .125em rgba(255,255,255,.25)
        }

    .select.is-black:not(:hover)::after {
        border-color: #0a0a0a
    }

    .select.is-black select {
        border-color: #0a0a0a
    }

        .select.is-black select:hover, .select.is-black select.is-hovered {
            border-color: #000
        }

        .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
            -webkit-box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
            box-shadow: 0 0 0 .125em rgba(10,10,10,.25)
        }

    .select.is-light:not(:hover)::after {
        border-color: #f5f5f5
    }

    .select.is-light select {
        border-color: #f5f5f5
    }

        .select.is-light select:hover, .select.is-light select.is-hovered {
            border-color: #e8e8e8
        }

        .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
            -webkit-box-shadow: 0 0 0 .125em rgba(245,245,245,.25);
            box-shadow: 0 0 0 .125em rgba(245,245,245,.25)
        }

    .select.is-dark:not(:hover)::after {
        border-color: #363636
    }

    .select.is-dark select {
        border-color: #363636
    }

        .select.is-dark select:hover, .select.is-dark select.is-hovered {
            border-color: #292929
        }

        .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
            -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:not(:hover)::after {
        border-color: #039be5
    }

    .select.is-primary select {
        border-color: #039be5
    }

        .select.is-primary select:hover, .select.is-primary select.is-hovered {
            border-color: #038acc
        }

        .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
            -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
            box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
        }

    .select.is-link:not(:hover)::after {
        border-color: #039be5
    }

    .select.is-link select {
        border-color: #039be5
    }

        .select.is-link select:hover, .select.is-link select.is-hovered {
            border-color: #038acc
        }

        .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
            -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
            box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
        }

    .select.is-info:not(:hover)::after {
        border-color: #039be5
    }

    .select.is-info select {
        border-color: #039be5
    }

        .select.is-info select:hover, .select.is-info select.is-hovered {
            border-color: #038acc
        }

        .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
            -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
            box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
        }

    .select.is-success:not(:hover)::after {
        border-color: #06d6a0
    }

    .select.is-success select {
        border-color: #06d6a0
    }

        .select.is-success select:hover, .select.is-success select.is-hovered {
            border-color: #05bd8d
        }

        .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
            -webkit-box-shadow: 0 0 0 .125em rgba(6,214,160,.25);
            box-shadow: 0 0 0 .125em rgba(6,214,160,.25)
        }

    .select.is-warning:not(:hover)::after {
        border-color: #eda514
    }

    .select.is-warning select {
        border-color: #eda514
    }

        .select.is-warning select:hover, .select.is-warning select.is-hovered {
            border-color: #d79510
        }

        .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
            -webkit-box-shadow: 0 0 0 .125em rgba(237,165,20,.25);
            box-shadow: 0 0 0 .125em rgba(237,165,20,.25)
        }

    .select.is-danger:not(:hover)::after {
        border-color: #e62965
    }

    .select.is-danger select {
        border-color: #e62965
    }

        .select.is-danger select:hover, .select.is-danger select.is-hovered {
            border-color: #dc1a57
        }

        .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
            -webkit-box-shadow: 0 0 0 .125em rgba(230,41,101,.25);
            box-shadow: 0 0 0 .125em rgba(230,41,101,.25)
        }

    .select.is-small {
        border-radius: 2px;
        font-size: .75rem
    }

    .select.is-medium {
        font-size: 1.25rem
    }

    .select.is-large {
        font-size: 1.5rem
    }

    .select.is-disabled::after {
        border-color: #7a7a7a !important;
        opacity: .5
    }

    .select.is-fullwidth {
        width: 100%
    }

        .select.is-fullwidth select {
            width: 100%
        }

    .select.is-loading::after {
        margin-top: 0;
        position: absolute;
        right: .625em;
        top: .625em;
        -webkit-transform: none;
        transform: none
    }

    .select.is-loading.is-small:after {
        font-size: .75rem
    }

    .select.is-loading.is-medium:after {
        font-size: 1.25rem
    }

    .select.is-loading.is-large:after {
        font-size: 1.5rem
    }

.file {
    -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: rgba(0,0,0,0);
        color: #0a0a0a
    }

    .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
        background-color: #f9f9f9;
        border-color: rgba(0,0,0,0);
        color: #0a0a0a
    }

    .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 .5em rgba(255,255,255,.25);
        box-shadow: 0 0 .5em rgba(255,255,255,.25);
        color: #0a0a0a
    }

    .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
        background-color: #f2f2f2;
        border-color: rgba(0,0,0,0);
        color: #0a0a0a
    }

    .file.is-black .file-cta {
        background-color: #0a0a0a;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
        background-color: #040404;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 .5em rgba(10,10,10,.25);
        box-shadow: 0 0 .5em rgba(10,10,10,.25);
        color: #fff
    }

    .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
        background-color: #000;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-light .file-cta {
        background-color: #f5f5f5;
        border-color: rgba(0,0,0,0);
        color: rgba(0,0,0,.7)
    }

    .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
        background-color: #eee;
        border-color: rgba(0,0,0,0);
        color: rgba(0,0,0,.7)
    }

    .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 .5em rgba(245,245,245,.25);
        box-shadow: 0 0 .5em rgba(245,245,245,.25);
        color: rgba(0,0,0,.7)
    }

    .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
        background-color: #e8e8e8;
        border-color: rgba(0,0,0,0);
        color: rgba(0,0,0,.7)
    }

    .file.is-dark .file-cta {
        background-color: #363636;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
        background-color: #2f2f2f;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 .5em rgba(54,54,54,.25);
        box-shadow: 0 0 .5em rgba(54,54,54,.25);
        color: #fff
    }

    .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
        background-color: #292929;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-primary .file-cta {
        background-color: #039be5;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
        background-color: #0392d8;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 .5em rgba(3,155,229,.25);
        box-shadow: 0 0 .5em rgba(3,155,229,.25);
        color: #fff
    }

    .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
        background-color: #038acc;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-link .file-cta {
        background-color: #039be5;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
        background-color: #0392d8;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 .5em rgba(3,155,229,.25);
        box-shadow: 0 0 .5em rgba(3,155,229,.25);
        color: #fff
    }

    .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
        background-color: #038acc;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-info .file-cta {
        background-color: #039be5;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
        background-color: #0392d8;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 .5em rgba(3,155,229,.25);
        box-shadow: 0 0 .5em rgba(3,155,229,.25);
        color: #fff
    }

    .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
        background-color: #038acc;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-success .file-cta {
        background-color: #06d6a0;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
        background-color: #06ca97;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 .5em rgba(6,214,160,.25);
        box-shadow: 0 0 .5em rgba(6,214,160,.25);
        color: #fff
    }

    .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
        background-color: #05bd8d;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-warning .file-cta {
        background-color: #eda514;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
        background-color: #e39d11;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 .5em rgba(237,165,20,.25);
        box-shadow: 0 0 .5em rgba(237,165,20,.25);
        color: #fff
    }

    .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
        background-color: #d79510;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-danger .file-cta {
        background-color: #e62965;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
        background-color: #e51e5d;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 .5em rgba(230,41,101,.25);
        box-shadow: 0 0 .5em rgba(230,41,101,.25);
        color: #fff
    }

    .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
        background-color: #dc1a57;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-small {
        font-size: .75rem
    }

    .file.is-normal {
        font-size: 1rem
    }

    .file.is-medium {
        font-size: 1.25rem
    }

        .file.is-medium .file-icon .fa {
            font-size: 21px
        }

    .file.is-large {
        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: 4px
    }

    .file.has-name.is-empty .file-name {
        display: none
    }

    .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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        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: 4px 4px 0 0
    }

    .file.is-boxed.has-name .file-name {
        border-radius: 0 0 4px 4px;
        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 4px 4px 0
        }

        .file.is-right .file-name {
            border-radius: 4px 0 0 4px;
            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: 100%;
    left: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 100%
}

.file-cta, .file-name {
    border-color: #dbdbdb;
    border-radius: 4px;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap
}

.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: inherit;
    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: 1rem;
    font-weight: 700
}

    .label:not(:last-child) {
        margin-bottom: .5em
    }

    .label.is-small {
        font-size: .75rem
    }

    .label.is-medium {
        font-size: 1.25rem
    }

    .label.is-large {
        font-size: 1.5rem
    }

.help {
    display: block;
    font-size: .75rem;
    margin-top: .25rem
}

    .help.is-white {
        color: #fff
    }

    .help.is-black {
        color: #0a0a0a
    }

    .help.is-light {
        color: #f5f5f5
    }

    .help.is-dark {
        color: #363636
    }

    .help.is-primary {
        color: #039be5
    }

    .help.is-link {
        color: #039be5
    }

    .help.is-info {
        color: #039be5
    }

    .help.is-success {
        color: #06d6a0
    }

    .help.is-warning {
        color: #eda514
    }

    .help.is-danger {
        color: #e62965
    }

.field:not(:last-child) {
    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:not(:only-child) .button, .field.has-addons .control:first-child:not(:only-child) .input, .field.has-addons .control:first-child:not(:only-child) .select select {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .field.has-addons .control:last-child:not(:only-child) .button, .field.has-addons .control:last-child:not(:only-child) .input, .field.has-addons .control:last-child:not(:only-child) .select select {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, .field.has-addons .control .input:not([disabled]):hover, .field.has-addons .control .input:not([disabled]).is-hovered, .field.has-addons .control .select select:not([disabled]):hover, .field.has-addons .control .select select:not([disabled]).is-hovered {
        z-index: 2
    }

    .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, .field.has-addons .control .input:not([disabled]):focus, .field.has-addons .control .input:not([disabled]).is-focused, .field.has-addons .control .input:not([disabled]):active, .field.has-addons .control .input:not([disabled]).is-active, .field.has-addons .control .select select:not([disabled]):focus, .field.has-addons .control .select select:not([disabled]).is-focused, .field.has-addons .control .select select:not([disabled]):active, .field.has-addons .control .select select:not([disabled]).is-active {
        z-index: 3
    }

        .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, .field.has-addons .control .input:not([disabled]):focus:hover, .field.has-addons .control .input:not([disabled]).is-focused:hover, .field.has-addons .control .input:not([disabled]):active:hover, .field.has-addons .control .input:not([disabled]).is-active:hover, .field.has-addons .control .select select:not([disabled]):focus:hover, .field.has-addons .control .select select:not([disabled]).is-focused:hover, .field.has-addons .control .select select:not([disabled]):active:hover, .field.has-addons .control .select select:not([disabled]).is-active:hover {
            z-index: 4
        }

    .field.has-addons .control.is-expanded {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 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: .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: .75rem
        }

        .field.is-grouped.is-grouped-multiline:last-child {
            margin-bottom: -0.75rem
        }

        .field.is-grouped.is-grouped-multiline:not(:last-child) {
            margin-bottom: 0
        }

@media screen and (min-width: 769px),print {
    .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: .5rem
    }
}

@media screen and (min-width: 769px),print {
    .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: 1.5rem;
        text-align: right
    }

        .field-label.is-small {
            font-size: .75rem;
            padding-top: .375em
        }

        .field-label.is-normal {
            padding-top: .375em
        }

        .field-label.is-medium {
            font-size: 1.25rem;
            padding-top: .375em
        }

        .field-label.is-large {
            font-size: 1.5rem;
            padding-top: .375em
        }
}

.field-body .field .field {
    margin-bottom: 0
}

@media screen and (min-width: 769px),print {
    .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: .75rem
            }
}

.control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit
}

    .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: #4a4a4a
    }

    .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: .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: 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: 1.5rem
    }

    .control.has-icons-left .icon, .control.has-icons-right .icon {
        color: #dbdbdb;
        height: 2.5em;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 2.5em;
        z-index: 4
    }

    .control.has-icons-left .input, .control.has-icons-left .select select {
        padding-left: 2.5em
    }

    .control.has-icons-left .icon.is-left {
        left: 0
    }

    .control.has-icons-right .input, .control.has-icons-right .select select {
        padding-right: 2.5em
    }

    .control.has-icons-right .icon.is-right {
        right: 0
    }

    .control.is-loading::after {
        position: absolute !important;
        right: .625em;
        top: .625em;
        z-index: 4
    }

    .control.is-loading.is-small:after {
        font-size: .75rem
    }

    .control.is-loading.is-medium:after {
        font-size: 1.25rem
    }

    .control.is-loading.is-large:after {
        font-size: 1.5rem
    }

.breadcrumb {
    font-size: 1rem;
    white-space: nowrap
}

    .breadcrumb a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #039be5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 .75em
    }

        .breadcrumb a:hover {
            color: #363636
        }

    .breadcrumb li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .breadcrumb li:first-child a {
            padding-left: 0
        }

        .breadcrumb li.is-active a {
            color: #363636;
            cursor: default;
            pointer-events: none
        }

        .breadcrumb li + li::before {
            color: #b5b5b5;
            content: "/"
        }

    .breadcrumb ul, .breadcrumb ol {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        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
    }

    .breadcrumb .icon:first-child {
        margin-right: .5em
    }

    .breadcrumb .icon:last-child {
        margin-left: .5em
    }

    .breadcrumb.is-centered ol, .breadcrumb.is-centered ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .breadcrumb.is-right ol, .breadcrumb.is-right ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .breadcrumb.is-small {
        font-size: .75rem
    }

    .breadcrumb.is-medium {
        font-size: 1.25rem
    }

    .breadcrumb.is-large {
        font-size: 1.5rem
    }

    .breadcrumb.has-arrow-separator li + li::before {
        content: "→"
    }

    .breadcrumb.has-bullet-separator li + li::before {
        content: "•"
    }

    .breadcrumb.has-dot-separator li + li::before {
        content: "·"
    }

    .breadcrumb.has-succeeds-separator li + li::before {
        content: "≻"
    }

.card, .cart-summary .summary-card {
    background-color: #fff;
    border-radius: .25rem;
    -webkit-box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);
    box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);
    color: #4a4a4a;
    max-width: 100%;
    position: relative
}

.card-footer:first-child, .card-content:first-child, .card-header:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card-footer:last-child, .card-content:last-child, .card-header:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.card-header {
    background-color: rgba(0,0,0,0);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-shadow: 0 .125em .25em rgba(10,10,10,.1);
    box-shadow: 0 .125em .25em rgba(10,10,10,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-header-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    padding: .75rem 1rem
}

    .card-header-title.is-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.card-header-icon {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .75rem 1rem
}

.card-image {
    display: block;
    position: relative
}

    .card-image:first-child img {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-image:last-child img {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

.card-content {
    background-color: rgba(0,0,0,0);
    padding: 1.5rem
}

.card-footer {
    background-color: rgba(0,0,0,0);
    border-top: 1px solid #e1e8ee;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-footer-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .75rem
}

    .card-footer-item:not(:last-child) {
        border-right: 1px solid #e1e8ee
    }

.card .media:not(:last-child), .cart-summary .summary-card .media:not(:last-child) {
    margin-bottom: 1.5rem
}

.dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: top
}

    .dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
        display: block
    }

    .dropdown.is-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .dropdown.is-up .dropdown-menu {
        bottom: 100%;
        padding-bottom: 4px;
        padding-top: initial;
        top: auto
    }

.dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20
}

.dropdown-content {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);
    box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.dropdown-item {
    color: #4a4a4a;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    padding: .375rem 1rem;
    position: relative
}

a.dropdown-item, button.dropdown-item {
    padding-right: 3rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

    a.dropdown-item:hover, button.dropdown-item:hover {
        background-color: #f5f5f5;
        color: #0a0a0a
    }

    a.dropdown-item.is-active, button.dropdown-item.is-active {
        background-color: #039be5;
        color: #fff
    }

.dropdown-divider {
    background-color: #e1e8ee;
    border: none;
    display: block;
    height: 1px;
    margin: .5rem 0
}

.level {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .level code {
        border-radius: 4px
    }

    .level img {
        display: inline-block;
        vertical-align: top
    }

    .level.is-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .level.is-mobile .level-left, .level.is-mobile .level-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .level.is-mobile .level-left + .level-right {
                margin-top: 0
            }

        .level.is-mobile .level-item:not(:last-child) {
            margin-bottom: 0;
            margin-right: .75rem
        }

        .level.is-mobile .level-item:not(.is-narrow) {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1
        }

@media screen and (min-width: 769px),print {
    .level {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .level > .level-item:not(.is-narrow) {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1
        }
}

.level-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .level-item .title, .level-item .subtitle {
        margin-bottom: 0
    }

@media screen and (max-width: 768px) {
    .level-item:not(:last-child) {
        margin-bottom: .75rem
    }
}

.level-left, .level-right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .level-left .level-item.is-flexible, .level-right .level-item.is-flexible {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

@media screen and (min-width: 769px),print {
    .level-left .level-item:not(:last-child), .level-right .level-item:not(:last-child) {
        margin-right: .75rem
    }
}

.level-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width: 768px) {
    .level-left + .level-right {
        margin-top: 1.5rem
    }
}

@media screen and (min-width: 769px),print {
    .level-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.level-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 769px),print {
    .level-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: inherit
}

    .media .content:not(:last-child) {
        margin-bottom: .75rem
    }

    .media .media {
        border-top: 1px solid rgba(219,219,219,.5);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: .75rem
    }

        .media .media .content:not(:last-child), .media .media .control:not(:last-child) {
            margin-bottom: .5rem
        }

        .media .media .media {
            padding-top: .5rem
        }

            .media .media .media + .media {
                margin-top: .5rem
            }

    .media + .media {
        border-top: 1px solid rgba(219,219,219,.5);
        margin-top: 1rem;
        padding-top: 1rem
    }

    .media.is-large + .media {
        margin-top: 1.5rem;
        padding-top: 1.5rem
    }

.media-left, .media-right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.media-left {
    margin-right: 1rem
}

.media-right {
    margin-left: 1rem
}

.media-content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    text-align: inherit
}

@media screen and (max-width: 768px) {
    .media-content {
        overflow-x: auto
    }
}

.menu {
    font-size: 1rem
}

    .menu.is-small {
        font-size: .75rem
    }

    .menu.is-medium {
        font-size: 1.25rem
    }

    .menu.is-large {
        font-size: 1.5rem
    }

.menu-list {
    line-height: 1.25
}

    .menu-list a {
        border-radius: 2px;
        color: #4a4a4a;
        display: block;
        padding: .5em .75em
    }

        .menu-list a:hover {
            background-color: #f5f5f5;
            color: #363636
        }

        .menu-list a.is-active {
            background-color: #039be5;
            color: #fff
        }

    .menu-list li ul {
        border-left: 1px solid #dbdbdb;
        margin: .75em;
        padding-left: .75em
    }

.menu-label {
    color: #7a7a7a;
    font-size: .75em;
    letter-spacing: .1em;
    text-transform: uppercase
}

    .menu-label:not(:first-child) {
        margin-top: 1em
    }

    .menu-label:not(:last-child) {
        margin-bottom: 1em
    }

.message {
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 1rem
}

    .message strong {
        color: currentColor
    }

    .message a:not(.button):not(.tag):not(.dropdown-item) {
        color: currentColor;
        text-decoration: underline
    }

    .message.is-small {
        font-size: .75rem
    }

    .message.is-medium {
        font-size: 1.25rem
    }

    .message.is-large {
        font-size: 1.5rem
    }

    .message.is-white {
        background-color: #fff
    }

        .message.is-white .message-header {
            background-color: #fff;
            color: #0a0a0a
        }

        .message.is-white .message-body {
            border-color: #fff
        }

    .message.is-black {
        background-color: #fafafa
    }

        .message.is-black .message-header {
            background-color: #0a0a0a;
            color: #fff
        }

        .message.is-black .message-body {
            border-color: #0a0a0a
        }

    .message.is-light {
        background-color: #fafafa
    }

        .message.is-light .message-header {
            background-color: #f5f5f5;
            color: rgba(0,0,0,.7)
        }

        .message.is-light .message-body {
            border-color: #f5f5f5
        }

    .message.is-dark {
        background-color: #fafafa
    }

        .message.is-dark .message-header {
            background-color: #363636;
            color: #fff
        }

        .message.is-dark .message-body {
            border-color: #363636
        }

    .message.is-primary {
        background-color: #ebf8ff
    }

        .message.is-primary .message-header {
            background-color: #039be5;
            color: #fff
        }

        .message.is-primary .message-body {
            border-color: #039be5;
            color: #0385c4
        }

    .message.is-link {
        background-color: #ebf8ff
    }

        .message.is-link .message-header {
            background-color: #039be5;
            color: #fff
        }

        .message.is-link .message-body {
            border-color: #039be5;
            color: #0385c4
        }

    .message.is-info {
        background-color: #ebf8ff
    }

        .message.is-info .message-header {
            background-color: #039be5;
            color: #fff
        }

        .message.is-info .message-body {
            border-color: #039be5;
            color: #0385c4
        }

    .message.is-success {
        background-color: #ebfef9
    }

        .message.is-success .message-header {
            background-color: #06d6a0;
            color: #fff
        }

        .message.is-success .message-body {
            border-color: #06d6a0;
            color: #04906c
        }

    .message.is-warning {
        background-color: #fef8ec
    }

        .message.is-warning .message-header {
            background-color: #eda514;
            color: #fff
        }

        .message.is-warning .message-body {
            border-color: #eda514;
            color: #8e630b
        }

    .message.is-danger {
        background-color: #fdedf2
    }

        .message.is-danger .message-header {
            background-color: #e62965;
            color: #fff
        }

        .message.is-danger .message-body {
            border-color: #e62965;
            color: #d21953
        }

.message-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4a4a4a;
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.25;
    padding: .75em 1em;
    position: relative
}

    .message-header .delete {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: .75em
    }

    .message-header + .message-body {
        border-width: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.message-body {
    border-color: #dbdbdb;
    border-radius: 4px;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #4a4a4a;
    padding: 1.25em 1.5em
}

    .message-body code, .message-body pre {
        background-color: #fff
    }

        .message-body pre code {
            background-color: rgba(0,0,0,0)
        }

.modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -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;
    overflow: hidden;
    position: fixed;
    z-index: 40
}

    .modal.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.modal-background {
    background-color: rgba(10,10,10,.86)
}

.modal-content, .modal-card {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%
}

@media screen and (min-width: 769px) {
    .modal-content, .modal-card {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 640px
    }
}

.modal-close {
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px
}

.modal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    -ms-overflow-y: visible
}

.modal-card-head, .modal-card-foot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
    position: relative
}

.modal-card-head {
    border-bottom: 1px solid #dbdbdb;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.modal-card-title {
    color: #363636;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1
}

.modal-card-foot {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #dbdbdb
}

    .modal-card-foot .button:not(:last-child) {
        margin-right: .5em
    }

.modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px
}

.navbar {
    background-color: #fff;
    min-height: 3.25rem;
    position: relative;
    z-index: 30
}

    .navbar.is-white {
        background-color: #fff;
        color: #0a0a0a
    }

        .navbar.is-white .navbar-brand > .navbar-item, .navbar.is-white .navbar-brand .navbar-link {
            color: #0a0a0a
        }

            .navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, .navbar.is-white .navbar-brand .navbar-link:focus, .navbar.is-white .navbar-brand .navbar-link:hover, .navbar.is-white .navbar-brand .navbar-link.is-active {
                background-color: #f2f2f2;
                color: #0a0a0a
            }

            .navbar.is-white .navbar-brand .navbar-link::after {
                border-color: #0a0a0a
            }

        .navbar.is-white .navbar-burger {
            color: #0a0a0a
        }

@media screen and (min-width: 1024px) {
    .navbar.is-white .navbar-start > .navbar-item, .navbar.is-white .navbar-start .navbar-link, .navbar.is-white .navbar-end > .navbar-item, .navbar.is-white .navbar-end .navbar-link {
        color: #0a0a0a
    }

        .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, .navbar.is-white .navbar-start .navbar-link:focus, .navbar.is-white .navbar-start .navbar-link:hover, .navbar.is-white .navbar-start .navbar-link.is-active, .navbar.is-white .navbar-end > a.navbar-item:focus, .navbar.is-white .navbar-end > a.navbar-item:hover, .navbar.is-white .navbar-end > a.navbar-item.is-active, .navbar.is-white .navbar-end .navbar-link:focus, .navbar.is-white .navbar-end .navbar-link:hover, .navbar.is-white .navbar-end .navbar-link.is-active {
            background-color: #f2f2f2;
            color: #0a0a0a
        }

        .navbar.is-white .navbar-start .navbar-link::after, .navbar.is-white .navbar-end .navbar-link::after {
            border-color: #0a0a0a
        }

    .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a
    }

    .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: #0a0a0a
    }
}

.navbar.is-black {
    background-color: #0a0a0a;
    color: #fff
}

    .navbar.is-black .navbar-brand > .navbar-item, .navbar.is-black .navbar-brand .navbar-link {
        color: #fff
    }

        .navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, .navbar.is-black .navbar-brand .navbar-link:focus, .navbar.is-black .navbar-brand .navbar-link:hover, .navbar.is-black .navbar-brand .navbar-link.is-active {
            background-color: #000;
            color: #fff
        }

        .navbar.is-black .navbar-brand .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-black .navbar-burger {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-black .navbar-start > .navbar-item, .navbar.is-black .navbar-start .navbar-link, .navbar.is-black .navbar-end > .navbar-item, .navbar.is-black .navbar-end .navbar-link {
        color: #fff
    }

        .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, .navbar.is-black .navbar-start .navbar-link:focus, .navbar.is-black .navbar-start .navbar-link:hover, .navbar.is-black .navbar-start .navbar-link.is-active, .navbar.is-black .navbar-end > a.navbar-item:focus, .navbar.is-black .navbar-end > a.navbar-item:hover, .navbar.is-black .navbar-end > a.navbar-item.is-active, .navbar.is-black .navbar-end .navbar-link:focus, .navbar.is-black .navbar-end .navbar-link:hover, .navbar.is-black .navbar-end .navbar-link.is-active {
            background-color: #000;
            color: #fff
        }

        .navbar.is-black .navbar-start .navbar-link::after, .navbar.is-black .navbar-end .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #000;
        color: #fff
    }

    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: #fff
    }
}

.navbar.is-light {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.7)
}

    .navbar.is-light .navbar-brand > .navbar-item, .navbar.is-light .navbar-brand .navbar-link {
        color: rgba(0,0,0,.7)
    }

        .navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, .navbar.is-light .navbar-brand .navbar-link:focus, .navbar.is-light .navbar-brand .navbar-link:hover, .navbar.is-light .navbar-brand .navbar-link.is-active {
            background-color: #e8e8e8;
            color: rgba(0,0,0,.7)
        }

        .navbar.is-light .navbar-brand .navbar-link::after {
            border-color: rgba(0,0,0,.7)
        }

    .navbar.is-light .navbar-burger {
        color: rgba(0,0,0,.7)
    }

@media screen and (min-width: 1024px) {
    .navbar.is-light .navbar-start > .navbar-item, .navbar.is-light .navbar-start .navbar-link, .navbar.is-light .navbar-end > .navbar-item, .navbar.is-light .navbar-end .navbar-link {
        color: rgba(0,0,0,.7)
    }

        .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, .navbar.is-light .navbar-start .navbar-link:focus, .navbar.is-light .navbar-start .navbar-link:hover, .navbar.is-light .navbar-start .navbar-link.is-active, .navbar.is-light .navbar-end > a.navbar-item:focus, .navbar.is-light .navbar-end > a.navbar-item:hover, .navbar.is-light .navbar-end > a.navbar-item.is-active, .navbar.is-light .navbar-end .navbar-link:focus, .navbar.is-light .navbar-end .navbar-link:hover, .navbar.is-light .navbar-end .navbar-link.is-active {
            background-color: #e8e8e8;
            color: rgba(0,0,0,.7)
        }

        .navbar.is-light .navbar-start .navbar-link::after, .navbar.is-light .navbar-end .navbar-link::after {
            border-color: rgba(0,0,0,.7)
        }

    .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e8e8e8;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }
}

.navbar.is-dark {
    background-color: #363636;
    color: #fff
}

    .navbar.is-dark .navbar-brand > .navbar-item, .navbar.is-dark .navbar-brand .navbar-link {
        color: #fff
    }

        .navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, .navbar.is-dark .navbar-brand .navbar-link:focus, .navbar.is-dark .navbar-brand .navbar-link:hover, .navbar.is-dark .navbar-brand .navbar-link.is-active {
            background-color: #292929;
            color: #fff
        }

        .navbar.is-dark .navbar-brand .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-dark .navbar-burger {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-dark .navbar-start > .navbar-item, .navbar.is-dark .navbar-start .navbar-link, .navbar.is-dark .navbar-end > .navbar-item, .navbar.is-dark .navbar-end .navbar-link {
        color: #fff
    }

        .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, .navbar.is-dark .navbar-start .navbar-link:focus, .navbar.is-dark .navbar-start .navbar-link:hover, .navbar.is-dark .navbar-start .navbar-link.is-active, .navbar.is-dark .navbar-end > a.navbar-item:focus, .navbar.is-dark .navbar-end > a.navbar-item:hover, .navbar.is-dark .navbar-end > a.navbar-item.is-active, .navbar.is-dark .navbar-end .navbar-link:focus, .navbar.is-dark .navbar-end .navbar-link:hover, .navbar.is-dark .navbar-end .navbar-link.is-active {
            background-color: #292929;
            color: #fff
        }

        .navbar.is-dark .navbar-start .navbar-link::after, .navbar.is-dark .navbar-end .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #292929;
        color: #fff
    }

    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: #fff
    }
}

.navbar.is-primary {
    background-color: #039be5;
    color: #fff
}

    .navbar.is-primary .navbar-brand > .navbar-item, .navbar.is-primary .navbar-brand .navbar-link {
        color: #fff
    }

        .navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, .navbar.is-primary .navbar-brand .navbar-link:focus, .navbar.is-primary .navbar-brand .navbar-link:hover, .navbar.is-primary .navbar-brand .navbar-link.is-active {
            background-color: #038acc;
            color: #fff
        }

        .navbar.is-primary .navbar-brand .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-primary .navbar-burger {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-primary .navbar-start > .navbar-item, .navbar.is-primary .navbar-start .navbar-link, .navbar.is-primary .navbar-end > .navbar-item, .navbar.is-primary .navbar-end .navbar-link {
        color: #fff
    }

        .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, .navbar.is-primary .navbar-start .navbar-link:focus, .navbar.is-primary .navbar-start .navbar-link:hover, .navbar.is-primary .navbar-start .navbar-link.is-active, .navbar.is-primary .navbar-end > a.navbar-item:focus, .navbar.is-primary .navbar-end > a.navbar-item:hover, .navbar.is-primary .navbar-end > a.navbar-item.is-active, .navbar.is-primary .navbar-end .navbar-link:focus, .navbar.is-primary .navbar-end .navbar-link:hover, .navbar.is-primary .navbar-end .navbar-link.is-active {
            background-color: #038acc;
            color: #fff
        }

        .navbar.is-primary .navbar-start .navbar-link::after, .navbar.is-primary .navbar-end .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #038acc;
        color: #fff
    }

    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #039be5;
        color: #fff
    }
}

.navbar.is-link {
    background-color: #039be5;
    color: #fff
}

    .navbar.is-link .navbar-brand > .navbar-item, .navbar.is-link .navbar-brand .navbar-link {
        color: #fff
    }

        .navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, .navbar.is-link .navbar-brand .navbar-link:focus, .navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand .navbar-link.is-active {
            background-color: #038acc;
            color: #fff
        }

        .navbar.is-link .navbar-brand .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-link .navbar-burger {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-link .navbar-start > .navbar-item, .navbar.is-link .navbar-start .navbar-link, .navbar.is-link .navbar-end > .navbar-item, .navbar.is-link .navbar-end .navbar-link {
        color: #fff
    }

        .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, .navbar.is-link .navbar-start .navbar-link:focus, .navbar.is-link .navbar-start .navbar-link:hover, .navbar.is-link .navbar-start .navbar-link.is-active, .navbar.is-link .navbar-end > a.navbar-item:focus, .navbar.is-link .navbar-end > a.navbar-item:hover, .navbar.is-link .navbar-end > a.navbar-item.is-active, .navbar.is-link .navbar-end .navbar-link:focus, .navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-end .navbar-link.is-active {
            background-color: #038acc;
            color: #fff
        }

        .navbar.is-link .navbar-start .navbar-link::after, .navbar.is-link .navbar-end .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #038acc;
        color: #fff
    }

    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #039be5;
        color: #fff
    }
}

.navbar.is-info {
    background-color: #039be5;
    color: #fff
}

    .navbar.is-info .navbar-brand > .navbar-item, .navbar.is-info .navbar-brand .navbar-link {
        color: #fff
    }

        .navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, .navbar.is-info .navbar-brand .navbar-link:focus, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand .navbar-link.is-active {
            background-color: #038acc;
            color: #fff
        }

        .navbar.is-info .navbar-brand .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-info .navbar-burger {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-info .navbar-start > .navbar-item, .navbar.is-info .navbar-start .navbar-link, .navbar.is-info .navbar-end > .navbar-item, .navbar.is-info .navbar-end .navbar-link {
        color: #fff
    }

        .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, .navbar.is-info .navbar-start .navbar-link:focus, .navbar.is-info .navbar-start .navbar-link:hover, .navbar.is-info .navbar-start .navbar-link.is-active, .navbar.is-info .navbar-end > a.navbar-item:focus, .navbar.is-info .navbar-end > a.navbar-item:hover, .navbar.is-info .navbar-end > a.navbar-item.is-active, .navbar.is-info .navbar-end .navbar-link:focus, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-end .navbar-link.is-active {
            background-color: #038acc;
            color: #fff
        }

        .navbar.is-info .navbar-start .navbar-link::after, .navbar.is-info .navbar-end .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #038acc;
        color: #fff
    }

    .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #039be5;
        color: #fff
    }
}

.navbar.is-success {
    background-color: #06d6a0;
    color: #fff
}

    .navbar.is-success .navbar-brand > .navbar-item, .navbar.is-success .navbar-brand .navbar-link {
        color: #fff
    }

        .navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, .navbar.is-success .navbar-brand .navbar-link:focus, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand .navbar-link.is-active {
            background-color: #05bd8d;
            color: #fff
        }

        .navbar.is-success .navbar-brand .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-success .navbar-burger {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-success .navbar-start > .navbar-item, .navbar.is-success .navbar-start .navbar-link, .navbar.is-success .navbar-end > .navbar-item, .navbar.is-success .navbar-end .navbar-link {
        color: #fff
    }

        .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, .navbar.is-success .navbar-start .navbar-link:focus, .navbar.is-success .navbar-start .navbar-link:hover, .navbar.is-success .navbar-start .navbar-link.is-active, .navbar.is-success .navbar-end > a.navbar-item:focus, .navbar.is-success .navbar-end > a.navbar-item:hover, .navbar.is-success .navbar-end > a.navbar-item.is-active, .navbar.is-success .navbar-end .navbar-link:focus, .navbar.is-success .navbar-end .navbar-link:hover, .navbar.is-success .navbar-end .navbar-link.is-active {
            background-color: #05bd8d;
            color: #fff
        }

        .navbar.is-success .navbar-start .navbar-link::after, .navbar.is-success .navbar-end .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #05bd8d;
        color: #fff
    }

    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #06d6a0;
        color: #fff
    }
}

.navbar.is-warning {
    background-color: #eda514;
    color: #fff
}

    .navbar.is-warning .navbar-brand > .navbar-item, .navbar.is-warning .navbar-brand .navbar-link {
        color: #fff
    }

        .navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, .navbar.is-warning .navbar-brand .navbar-link:focus, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand .navbar-link.is-active {
            background-color: #d79510;
            color: #fff
        }

        .navbar.is-warning .navbar-brand .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-warning .navbar-burger {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-warning .navbar-start > .navbar-item, .navbar.is-warning .navbar-start .navbar-link, .navbar.is-warning .navbar-end > .navbar-item, .navbar.is-warning .navbar-end .navbar-link {
        color: #fff
    }

        .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, .navbar.is-warning .navbar-start .navbar-link:focus, .navbar.is-warning .navbar-start .navbar-link:hover, .navbar.is-warning .navbar-start .navbar-link.is-active, .navbar.is-warning .navbar-end > a.navbar-item:focus, .navbar.is-warning .navbar-end > a.navbar-item:hover, .navbar.is-warning .navbar-end > a.navbar-item.is-active, .navbar.is-warning .navbar-end .navbar-link:focus, .navbar.is-warning .navbar-end .navbar-link:hover, .navbar.is-warning .navbar-end .navbar-link.is-active {
            background-color: #d79510;
            color: #fff
        }

        .navbar.is-warning .navbar-start .navbar-link::after, .navbar.is-warning .navbar-end .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #d79510;
        color: #fff
    }

    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #eda514;
        color: #fff
    }
}

.navbar.is-danger {
    background-color: #e62965;
    color: #fff
}

    .navbar.is-danger .navbar-brand > .navbar-item, .navbar.is-danger .navbar-brand .navbar-link {
        color: #fff
    }

        .navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, .navbar.is-danger .navbar-brand .navbar-link:focus, .navbar.is-danger .navbar-brand .navbar-link:hover, .navbar.is-danger .navbar-brand .navbar-link.is-active {
            background-color: #dc1a57;
            color: #fff
        }

        .navbar.is-danger .navbar-brand .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-danger .navbar-burger {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-danger .navbar-start > .navbar-item, .navbar.is-danger .navbar-start .navbar-link, .navbar.is-danger .navbar-end > .navbar-item, .navbar.is-danger .navbar-end .navbar-link {
        color: #fff
    }

        .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, .navbar.is-danger .navbar-start .navbar-link:focus, .navbar.is-danger .navbar-start .navbar-link:hover, .navbar.is-danger .navbar-start .navbar-link.is-active, .navbar.is-danger .navbar-end > a.navbar-item:focus, .navbar.is-danger .navbar-end > a.navbar-item:hover, .navbar.is-danger .navbar-end > a.navbar-item.is-active, .navbar.is-danger .navbar-end .navbar-link:focus, .navbar.is-danger .navbar-end .navbar-link:hover, .navbar.is-danger .navbar-end .navbar-link.is-active {
            background-color: #dc1a57;
            color: #fff
        }

        .navbar.is-danger .navbar-start .navbar-link::after, .navbar.is-danger .navbar-end .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #dc1a57;
        color: #fff
    }

    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #e62965;
        color: #fff
    }
}

.navbar > .container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.25rem;
    width: 100%
}

.navbar.has-shadow {
    -webkit-box-shadow: 0 2px 0 0 #f5f5f5;
    box-shadow: 0 2px 0 0 #f5f5f5
}

.navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30
}

.navbar.is-fixed-bottom {
    bottom: 0
}

    .navbar.is-fixed-bottom.has-shadow {
        -webkit-box-shadow: 0 -2px 0 0 #f5f5f5;
        box-shadow: 0 -2px 0 0 #f5f5f5
    }

.navbar.is-fixed-top {
    top: 0
}

html.has-navbar-fixed-top, body.has-navbar-fixed-top {
    padding-top: 3.25rem
}

html.has-navbar-fixed-bottom, body.has-navbar-fixed-bottom {
    padding-bottom: 3.25rem
}

.navbar-brand, .navbar-tabs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 3.25rem
}

    .navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
        background-color: rgba(0,0,0,0)
    }

.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden
}

.navbar-burger {
    color: #4a4a4a;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto
}

    .navbar-burger span {
        background-color: currentColor;
        display: block;
        height: 1px;
        left: calc(50% - 8px);
        position: absolute;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition-duration: 86ms;
        transition-duration: 86ms;
        -webkit-transition-property: background-color,opacity,-webkit-transform;
        transition-property: background-color,opacity,-webkit-transform;
        transition-property: background-color,opacity,transform;
        transition-property: background-color,opacity,transform,-webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        width: 16px
    }

        .navbar-burger span:nth-child(1) {
            top: calc(50% - 6px)
        }

        .navbar-burger span:nth-child(2) {
            top: calc(50% - 1px)
        }

        .navbar-burger span:nth-child(3) {
            top: calc(50% + 4px)
        }

    .navbar-burger:hover {
        background-color: rgba(0,0,0,.05)
    }

    .navbar-burger.is-active span:nth-child(1) {
        -webkit-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg)
    }

    .navbar-burger.is-active span:nth-child(2) {
        opacity: 0
    }

    .navbar-burger.is-active span:nth-child(3) {
        -webkit-transform: translateY(-5px) rotate(-45deg);
        transform: translateY(-5px) rotate(-45deg)
    }

.navbar-menu {
    display: none
}

.navbar-item, .navbar-link {
    color: #4a4a4a;
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

    .navbar-item .icon:only-child, .navbar-link .icon:only-child {
        margin-left: -0.25rem;
        margin-right: -0.25rem
    }

a.navbar-item, .navbar-link {
    cursor: pointer
}

    a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active {
        background-color: #fafafa;
        color: #039be5
    }

.navbar-item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .navbar-item img {
        max-height: 1.75rem
    }

    .navbar-item.has-dropdown {
        padding: 0
    }

    .navbar-item.is-expanded {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .navbar-item.is-tab {
        border-bottom: 1px solid rgba(0,0,0,0);
        min-height: 3.25rem;
        padding-bottom: calc(.5rem - 1px)
    }

        .navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
            background-color: rgba(0,0,0,0);
            border-bottom-color: #039be5
        }

        .navbar-item.is-tab.is-active {
            background-color: rgba(0,0,0,0);
            border-bottom-color: #039be5;
            border-bottom-style: solid;
            border-bottom-width: 3px;
            color: #039be5;
            padding-bottom: calc(0.5rem - 3px)
        }

.navbar-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.navbar-link:not(.is-arrowless) {
    padding-right: 2.5em
}

    .navbar-link:not(.is-arrowless)::after {
        border-color: #039be5;
        margin-top: -0.375em;
        right: 1.125em
    }

.navbar-dropdown {
    font-size: .875rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

    .navbar-dropdown .navbar-item {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

.navbar-divider {
    background-color: #f5f5f5;
    border: none;
    display: none;
    height: 2px;
    margin: .5rem 0
}

@media screen and (max-width: 1023px) {
    .navbar > .container {
        display: block
    }

    .navbar-brand .navbar-item, .navbar-tabs .navbar-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .navbar-link::after {
        display: none
    }

    .navbar-menu {
        background-color: #fff;
        -webkit-box-shadow: 0 8px 16px rgba(10,10,10,.1);
        box-shadow: 0 8px 16px rgba(10,10,10,.1);
        padding: .5rem 0
    }

        .navbar-menu.is-active {
            display: block
        }

    .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-touch {
        bottom: 0
    }

        .navbar.is-fixed-bottom-touch.has-shadow {
            -webkit-box-shadow: 0 -2px 3px rgba(10,10,10,.1);
            box-shadow: 0 -2px 3px rgba(10,10,10,.1)
        }

    .navbar.is-fixed-top-touch {
        top: 0
    }

        .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
            -webkit-overflow-scrolling: touch;
            max-height: calc(100vh - 3.25rem);
            overflow: auto
        }

    html.has-navbar-fixed-top-touch, body.has-navbar-fixed-top-touch {
        padding-top: 3.25rem
    }

    html.has-navbar-fixed-bottom-touch, body.has-navbar-fixed-bottom-touch {
        padding-bottom: 3.25rem
    }
}

@media screen and (min-width: 1024px) {
    .navbar, .navbar-menu, .navbar-start, .navbar-end {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .navbar {
        min-height: 3.25rem
    }

        .navbar.is-spaced {
            padding: 1rem 2rem
        }

            .navbar.is-spaced .navbar-start, .navbar.is-spaced .navbar-end {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

            .navbar.is-spaced a.navbar-item, .navbar.is-spaced .navbar-link {
                border-radius: 4px
            }

        .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active, .navbar.is-transparent .navbar-link:focus, .navbar.is-transparent .navbar-link:hover, .navbar.is-transparent .navbar-link.is-active {
            background-color: rgba(0,0,0,0) !important
        }

        .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
            background-color: rgba(0,0,0,0) !important
        }

        .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
            background-color: #f5f5f5;
            color: #0a0a0a
        }

        .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
            background-color: #f5f5f5;
            color: #039be5
        }

    .navbar-burger {
        display: none
    }

    .navbar-item, .navbar-link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .navbar-item.has-dropdown {
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch
        }

        .navbar-item.has-dropdown-up .navbar-link::after {
            -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
            transform: rotate(135deg) translate(0.25em, -0.25em)
        }

        .navbar-item.has-dropdown-up .navbar-dropdown {
            border-bottom: 2px solid #dbdbdb;
            border-radius: 6px 6px 0 0;
            border-top: none;
            bottom: 100%;
            -webkit-box-shadow: 0 -8px 8px rgba(10,10,10,.1);
            box-shadow: 0 -8px 8px rgba(10,10,10,.1);
            top: auto
        }

        .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
            display: block
        }

            .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
                opacity: 1;
                pointer-events: auto;
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }

    .navbar-menu {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .navbar-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: auto
    }

    .navbar-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto
    }

    .navbar-dropdown {
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #dbdbdb;
        -webkit-box-shadow: 0 8px 8px rgba(10,10,10,.1);
        box-shadow: 0 8px 8px rgba(10,10,10,.1);
        display: none;
        font-size: .875rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 100%;
        z-index: 20
    }

        .navbar-dropdown .navbar-item {
            padding: .375rem 1rem;
            white-space: nowrap
        }

        .navbar-dropdown a.navbar-item {
            padding-right: 3rem
        }

            .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
                background-color: #f5f5f5;
                color: #0a0a0a
            }

            .navbar-dropdown a.navbar-item.is-active {
                background-color: #f5f5f5;
                color: #039be5
            }

        .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
            border-radius: 6px;
            border-top: none;
            -webkit-box-shadow: 0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
            box-shadow: 0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
            display: block;
            opacity: 0;
            pointer-events: none;
            top: calc(100% + (-4px));
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
            -webkit-transition-duration: 86ms;
            transition-duration: 86ms;
            -webkit-transition-property: opacity,-webkit-transform;
            transition-property: opacity,-webkit-transform;
            transition-property: opacity,transform;
            transition-property: opacity,transform,-webkit-transform
        }

        .navbar-dropdown.is-right {
            left: auto;
            right: 0
        }

    .navbar-divider {
        display: block
    }

    .navbar > .container .navbar-brand, .container > .navbar .navbar-brand {
        margin-left: -0.75rem
    }

    .navbar > .container .navbar-menu, .container > .navbar .navbar-menu {
        margin-right: -0.75rem
    }

    .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-desktop {
        bottom: 0
    }

        .navbar.is-fixed-bottom-desktop.has-shadow {
            -webkit-box-shadow: 0 -2px 3px rgba(10,10,10,.1);
            box-shadow: 0 -2px 3px rgba(10,10,10,.1)
        }

    .navbar.is-fixed-top-desktop {
        top: 0
    }

    html.has-navbar-fixed-top-desktop, body.has-navbar-fixed-top-desktop {
        padding-top: 3.25rem
    }

    html.has-navbar-fixed-bottom-desktop, body.has-navbar-fixed-bottom-desktop {
        padding-bottom: 3.25rem
    }

    html.has-spaced-navbar-fixed-top, body.has-spaced-navbar-fixed-top {
        padding-top: 5.25rem
    }

    html.has-spaced-navbar-fixed-bottom, body.has-spaced-navbar-fixed-bottom {
        padding-bottom: 5.25rem
    }

    a.navbar-item.is-active, .navbar-link.is-active {
        color: #0a0a0a
    }

        a.navbar-item.is-active:not(:focus):not(:hover), .navbar-link.is-active:not(:focus):not(:hover) {
            background-color: rgba(0,0,0,0)
        }

    .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #fafafa
    }
}

.hero.is-fullheight-with-navbar {
    min-height: calc(100vh - 3.25rem)
}

.pagination {
    font-size: 1rem;
    margin: -0.25rem
}

    .pagination.is-small {
        font-size: .75rem
    }

    .pagination.is-medium {
        font-size: 1.25rem
    }

    .pagination.is-large {
        font-size: 1.5rem
    }

    .pagination.is-rounded .pagination-previous, .pagination.is-rounded .pagination-next {
        padding-left: 1em;
        padding-right: 1em;
        border-radius: 9999px
    }

    .pagination.is-rounded .pagination-link {
        border-radius: 9999px
    }

.pagination, .pagination-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis {
    font-size: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .25rem;
    padding-left: .5em;
    padding-right: .5em;
    text-align: center
}

.pagination-previous, .pagination-next, .pagination-link {
    border-color: #dbdbdb;
    color: #363636;
    min-width: 2.5em
}

    .pagination-previous:hover, .pagination-next:hover, .pagination-link:hover {
        border-color: #b5b5b5;
        color: #363636
    }

    .pagination-previous:focus, .pagination-next:focus, .pagination-link:focus {
        border-color: #039be5
    }

    .pagination-previous:active, .pagination-next:active, .pagination-link:active {
        -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.2);
        box-shadow: inset 0 1px 2px rgba(10,10,10,.2)
    }

    .pagination-previous[disabled], .pagination-previous.is-disabled, .pagination-next[disabled], .pagination-next.is-disabled, .pagination-link[disabled], .pagination-link.is-disabled {
        background-color: #dbdbdb;
        border-color: #dbdbdb;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #7a7a7a;
        opacity: .5
    }

.pagination-previous, .pagination-next {
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.pagination-link.is-current {
    background-color: #039be5;
    border-color: #039be5;
    color: #fff
}

.pagination-ellipsis {
    color: #b5b5b5;
    pointer-events: none
}

.pagination-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .pagination-list li {
        list-style: none
    }

@media screen and (max-width: 768px) {
    .pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pagination-previous, .pagination-next {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .pagination-list li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media screen and (min-width: 769px),print {
    .pagination-list {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis {
        margin-bottom: 0;
        margin-top: 0
    }

    .pagination-previous {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .pagination-next {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .pagination {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
        margin-top: 0
    }

        .pagination.is-centered .pagination-previous {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

        .pagination.is-centered .pagination-list {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2
        }

        .pagination.is-centered .pagination-next {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3
        }

        .pagination.is-right .pagination-previous {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

        .pagination.is-right .pagination-next {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2
        }

        .pagination.is-right .pagination-list {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3
        }
}

.panel {
    border-radius: 6px;
    -webkit-box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);
    box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);
    font-size: 1rem
}

    .panel:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .panel.is-white .panel-heading {
        background-color: #fff;
        color: #0a0a0a
    }

    .panel.is-white .panel-tabs a.is-active {
        border-bottom-color: #fff
    }

    .panel.is-white .panel-block.is-active .panel-icon {
        color: #fff
    }

    .panel.is-black .panel-heading {
        background-color: #0a0a0a;
        color: #fff
    }

    .panel.is-black .panel-tabs a.is-active {
        border-bottom-color: #0a0a0a
    }

    .panel.is-black .panel-block.is-active .panel-icon {
        color: #0a0a0a
    }

    .panel.is-light .panel-heading {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

    .panel.is-light .panel-tabs a.is-active {
        border-bottom-color: #f5f5f5
    }

    .panel.is-light .panel-block.is-active .panel-icon {
        color: #f5f5f5
    }

    .panel.is-dark .panel-heading {
        background-color: #363636;
        color: #fff
    }

    .panel.is-dark .panel-tabs a.is-active {
        border-bottom-color: #363636
    }

    .panel.is-dark .panel-block.is-active .panel-icon {
        color: #363636
    }

    .panel.is-primary .panel-heading {
        background-color: #039be5;
        color: #fff
    }

    .panel.is-primary .panel-tabs a.is-active {
        border-bottom-color: #039be5
    }

    .panel.is-primary .panel-block.is-active .panel-icon {
        color: #039be5
    }

    .panel.is-link .panel-heading {
        background-color: #039be5;
        color: #fff
    }

    .panel.is-link .panel-tabs a.is-active {
        border-bottom-color: #039be5
    }

    .panel.is-link .panel-block.is-active .panel-icon {
        color: #039be5
    }

    .panel.is-info .panel-heading {
        background-color: #039be5;
        color: #fff
    }

    .panel.is-info .panel-tabs a.is-active {
        border-bottom-color: #039be5
    }

    .panel.is-info .panel-block.is-active .panel-icon {
        color: #039be5
    }

    .panel.is-success .panel-heading {
        background-color: #06d6a0;
        color: #fff
    }

    .panel.is-success .panel-tabs a.is-active {
        border-bottom-color: #06d6a0
    }

    .panel.is-success .panel-block.is-active .panel-icon {
        color: #06d6a0
    }

    .panel.is-warning .panel-heading {
        background-color: #eda514;
        color: #fff
    }

    .panel.is-warning .panel-tabs a.is-active {
        border-bottom-color: #eda514
    }

    .panel.is-warning .panel-block.is-active .panel-icon {
        color: #eda514
    }

    .panel.is-danger .panel-heading {
        background-color: #e62965;
        color: #fff
    }

    .panel.is-danger .panel-tabs a.is-active {
        border-bottom-color: #e62965
    }

    .panel.is-danger .panel-block.is-active .panel-icon {
        color: #e62965
    }

.panel-tabs:not(:last-child), .panel-block:not(:last-child) {
    border-bottom: 1px solid #e1e8ee
}

.panel-heading {
    background-color: #e1e8ee;
    border-radius: 6px 6px 0 0;
    color: #363636;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25;
    padding: .75em 1em
}

.panel-tabs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .panel-tabs a {
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: -1px;
        padding: .5em
    }

        .panel-tabs a.is-active {
            border-bottom-color: #4a4a4a;
            color: #363636
        }

.panel-list a {
    color: #4a4a4a
}

    .panel-list a:hover {
        color: #039be5
    }

.panel-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: .5em .75em
}

    .panel-block input[type=checkbox] {
        margin-right: .75em
    }

    .panel-block > .control {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 100%
    }

    .panel-block.is-wrapped {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .panel-block.is-active {
        border-left-color: #039be5;
        color: #363636
    }

        .panel-block.is-active .panel-icon {
            color: #039be5
        }

    .panel-block:last-child {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px
    }

a.panel-block, label.panel-block {
    cursor: pointer
}

    a.panel-block:hover, label.panel-block:hover {
        background-color: #f5f5f5
    }

.panel-icon {
    display: inline-block;
    font-size: 14px;
    height: 1em;
    line-height: 1em;
    text-align: center;
    vertical-align: top;
    width: 1em;
    color: #7a7a7a;
    margin-right: .75em
}

    .panel-icon .fa {
        font-size: inherit;
        line-height: inherit
    }

.tabs {
    -webkit-overflow-scrolling: touch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}

    .tabs a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom-color: #dbdbdb;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        color: #4a4a4a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -1px;
        padding: .5em 1em;
        vertical-align: top
    }

        .tabs a:hover {
            border-bottom-color: #363636;
            color: #363636
        }

    .tabs li {
        display: block
    }

        .tabs li.is-active a {
            border-bottom-color: #039be5;
            color: #039be5
        }

    .tabs ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom-color: #dbdbdb;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .tabs ul.is-left {
            padding-right: .75em
        }

        .tabs ul.is-center {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-left: .75em;
            padding-right: .75em
        }

        .tabs ul.is-right {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding-left: .75em
        }

    .tabs .icon:first-child {
        margin-right: .5em
    }

    .tabs .icon:last-child {
        margin-left: .5em
    }

    .tabs.is-centered ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tabs.is-right ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .tabs.is-boxed a {
        border: 1px solid rgba(0,0,0,0);
        border-radius: 4px 4px 0 0
    }

        .tabs.is-boxed a:hover {
            background-color: #f5f5f5;
            border-bottom-color: #dbdbdb
        }

    .tabs.is-boxed li.is-active a {
        background-color: #fff;
        border-color: #dbdbdb;
        border-bottom-color: rgba(0,0,0,0) !important
    }

    .tabs.is-fullwidth li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .tabs.is-toggle a {
        border-color: #dbdbdb;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 0;
        position: relative
    }

        .tabs.is-toggle a:hover {
            background-color: #f5f5f5;
            border-color: #b5b5b5;
            z-index: 2
        }

    .tabs.is-toggle li + li {
        margin-left: -1px
    }

    .tabs.is-toggle li:first-child a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .tabs.is-toggle li:last-child a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .tabs.is-toggle li.is-active a {
        background-color: #039be5;
        border-color: #039be5;
        color: #fff;
        z-index: 1
    }

    .tabs.is-toggle ul {
        border-bottom: none
    }

    .tabs.is-toggle.is-toggle-rounded li:first-child a {
        border-bottom-left-radius: 9999px;
        border-top-left-radius: 9999px;
        padding-left: 1.25em
    }

    .tabs.is-toggle.is-toggle-rounded li:last-child a {
        border-bottom-right-radius: 9999px;
        border-top-right-radius: 9999px;
        padding-right: 1.25em
    }

    .tabs.is-small {
        font-size: .75rem
    }

    .tabs.is-medium {
        font-size: 1.25rem
    }

    .tabs.is-large {
        font-size: 1.5rem
    }

.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: .75rem
}

.columns.is-mobile > .column.is-narrow {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: unset
}

.columns.is-mobile > .column.is-full {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    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-0 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 0%
}

.columns.is-mobile > .column.is-offset-0 {
    margin-left: 0%
}

.columns.is-mobile > .column.is-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333337%
}

.columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333337%
}

.columns.is-mobile > .column.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66666674%
}

.columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66666674%
}

.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.33333337%
}

.columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333337%
}

.columns.is-mobile > .column.is-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66666674%
}

.columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66666674%
}

.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.33333337%
}

.columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333337%
}

.columns.is-mobile > .column.is-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66666674%
}

.columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66666674%
}

.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.33333337%
}

.columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333337%
}

.columns.is-mobile > .column.is-11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66666674%
}

.columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66666674%
}

.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-narrow-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset
    }

    .column.is-full-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        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-0-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0-mobile {
        margin-left: 0%
    }

    .column.is-1-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333337%
    }

    .column.is-2-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333337%
    }

    .column.is-5-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333337%
    }

    .column.is-8-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333337%
    }

    .column.is-11-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66666674%
    }

    .column.is-12-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile {
        margin-left: 100%
    }
}

@media screen and (min-width: 769px),print {
    .column.is-narrow, .column.is-narrow-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset
    }

    .column.is-full, .column.is-full-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        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-0, .column.is-0-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0, .column.is-offset-0-tablet {
        margin-left: 0%
    }

    .column.is-1, .column.is-1-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1, .column.is-offset-1-tablet {
        margin-left: 8.33333337%
    }

    .column.is-2, .column.is-2-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2, .column.is-offset-2-tablet {
        margin-left: 16.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-4, .column.is-offset-4-tablet {
        margin-left: 33.33333337%
    }

    .column.is-5, .column.is-5-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5, .column.is-offset-5-tablet {
        margin-left: 41.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-7, .column.is-offset-7-tablet {
        margin-left: 58.33333337%
    }

    .column.is-8, .column.is-8-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8, .column.is-offset-8-tablet {
        margin-left: 66.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-10, .column.is-offset-10-tablet {
        margin-left: 83.33333337%
    }

    .column.is-11, .column.is-11-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11, .column.is-offset-11-tablet {
        margin-left: 91.66666674%
    }

    .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-narrow-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset
    }

    .column.is-full-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        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-0-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0-touch {
        margin-left: 0%
    }

    .column.is-1-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333337%
    }

    .column.is-2-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-touch {
        margin-left: 16.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333337%
    }

    .column.is-5-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-touch {
        margin-left: 41.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333337%
    }

    .column.is-8-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-touch {
        margin-left: 66.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333337%
    }

    .column.is-11-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-touch {
        margin-left: 91.66666674%
    }

    .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-narrow-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset
    }

    .column.is-full-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        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-0-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0-desktop {
        margin-left: 0%
    }

    .column.is-1-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333337%
    }

    .column.is-2-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333337%
    }

    .column.is-5-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333337%
    }

    .column.is-8-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333337%
    }

    .column.is-11-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66666674%
    }

    .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-narrow-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset
    }

    .column.is-full-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        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-0-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0-widescreen {
        margin-left: 0%
    }

    .column.is-1-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333337%
    }

    .column.is-2-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333337%
    }

    .column.is-5-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333337%
    }

    .column.is-8-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66666674%
    }

    .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.33333337%
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333337%
    }

    .column.is-11-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66666674%
    }

    .column.is-12-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%
    }
}

.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem
}

    .columns:last-child {
        margin-bottom: -0.75rem
    }

    .columns:not(:last-child) {
        margin-bottom: calc(1.5rem - 0.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: 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 screen and (min-width: 769px),print {
    .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: 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: 0rem
    }

@media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-0-tablet {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-0-tablet-only {
        --columnGap: 0rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-0-touch {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-0-desktop {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-0-desktop-only {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-0-widescreen {
        --columnGap: 0rem
    }
}

.columns.is-variable.is-1 {
    --columnGap: 0.25rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-1-tablet {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-1-tablet-only {
        --columnGap: 0.25rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-1-touch {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-1-desktop {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-1-desktop-only {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-1-widescreen {
        --columnGap: 0.25rem
    }
}

.columns.is-variable.is-2 {
    --columnGap: 0.5rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-2-tablet {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-2-tablet-only {
        --columnGap: 0.5rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-2-touch {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-2-desktop {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-2-desktop-only {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-2-widescreen {
        --columnGap: 0.5rem
    }
}

.columns.is-variable.is-3 {
    --columnGap: 0.75rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-3-tablet {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-3-tablet-only {
        --columnGap: 0.75rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-3-touch {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-3-desktop {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-3-desktop-only {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-3-widescreen {
        --columnGap: 0.75rem
    }
}

.columns.is-variable.is-4 {
    --columnGap: 1rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-4-tablet {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-4-tablet-only {
        --columnGap: 1rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-4-touch {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-4-desktop {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-4-desktop-only {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-4-widescreen {
        --columnGap: 1rem
    }
}

.columns.is-variable.is-5 {
    --columnGap: 1.25rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-5-tablet {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-5-tablet-only {
        --columnGap: 1.25rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-5-touch {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-5-desktop {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-5-desktop-only {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-5-widescreen {
        --columnGap: 1.25rem
    }
}

.columns.is-variable.is-6 {
    --columnGap: 1.5rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-6-tablet {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-6-tablet-only {
        --columnGap: 1.5rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-6-touch {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-6-desktop {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-6-desktop-only {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-6-widescreen {
        --columnGap: 1.5rem
    }
}

.columns.is-variable.is-7 {
    --columnGap: 1.75rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-7-tablet {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-7-tablet-only {
        --columnGap: 1.75rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-7-touch {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-7-desktop {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-7-desktop-only {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-7-widescreen {
        --columnGap: 1.75rem
    }
}

.columns.is-variable.is-8 {
    --columnGap: 2rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-8-tablet {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .columns.is-variable.is-8-tablet-only {
        --columnGap: 2rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-8-touch {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-8-desktop {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .columns.is-variable.is-8-desktop-only {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-8-widescreen {
        --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: -0.75rem;
        margin-right: -0.75rem;
        margin-top: -0.75rem
    }

        .tile.is-ancestor:last-child {
            margin-bottom: -0.75rem
        }

        .tile.is-ancestor:not(:last-child) {
            margin-bottom: .75rem
        }

    .tile.is-child {
        margin: 0 !important
    }

    .tile.is-parent {
        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: 1.5rem !important
        }

@media screen and (min-width: 769px),print {
    .tile:not(.is-child) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .tile.is-1 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333337%
    }

    .tile.is-2 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666674%
    }

    .tile.is-3 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .tile.is-4 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333337%
    }

    .tile.is-5 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666674%
    }

    .tile.is-6 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .tile.is-7 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333337%
    }

    .tile.is-8 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666674%
    }

    .tile.is-9 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .tile.is-10 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333337%
    }

    .tile.is-11 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666674%
    }

    .tile.is-12 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }
}

.has-text-white {
    color: #fff !important
}

a.has-text-white:hover, a.has-text-white:focus {
    color: #e6e6e6 !important
}

.has-background-white {
    background-color: #fff !important
}

.has-text-black {
    color: #0a0a0a !important
}

a.has-text-black:hover, a.has-text-black:focus {
    color: #000 !important
}

.has-background-black {
    background-color: #0a0a0a !important
}

.has-text-light {
    color: #f5f5f5 !important
}

a.has-text-light:hover, a.has-text-light:focus {
    color: #dbdbdb !important
}

.has-background-light {
    background-color: #f5f5f5 !important
}

.has-text-dark {
    color: #363636 !important
}

a.has-text-dark:hover, a.has-text-dark:focus {
    color: #1c1c1c !important
}

.has-background-dark {
    background-color: #363636 !important
}

.has-text-primary {
    color: #039be5 !important
}

a.has-text-primary:hover, a.has-text-primary:focus {
    color: #0279b3 !important
}

.has-background-primary {
    background-color: #039be5 !important
}

.has-text-primary-light {
    color: #ebf8ff !important
}

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
    color: #b9e7fe !important
}

.has-background-primary-light {
    background-color: #ebf8ff !important
}

.has-text-primary-dark {
    color: #0385c4 !important
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
    color: #03a7f7 !important
}

.has-background-primary-dark {
    background-color: #0385c4 !important
}

.has-text-link {
    color: #039be5 !important
}

a.has-text-link:hover, a.has-text-link:focus {
    color: #0279b3 !important
}

.has-background-link {
    background-color: #039be5 !important
}

.has-text-link-light {
    color: #ebf8ff !important
}

a.has-text-link-light:hover, a.has-text-link-light:focus {
    color: #b9e7fe !important
}

.has-background-link-light {
    background-color: #ebf8ff !important
}

.has-text-link-dark {
    color: #0385c4 !important
}

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
    color: #03a7f7 !important
}

.has-background-link-dark {
    background-color: #0385c4 !important
}

.has-text-info {
    color: #039be5 !important
}

a.has-text-info:hover, a.has-text-info:focus {
    color: #0279b3 !important
}

.has-background-info {
    background-color: #039be5 !important
}

.has-text-info-light {
    color: #ebf8ff !important
}

a.has-text-info-light:hover, a.has-text-info-light:focus {
    color: #b9e7fe !important
}

.has-background-info-light {
    background-color: #ebf8ff !important
}

.has-text-info-dark {
    color: #0385c4 !important
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
    color: #03a7f7 !important
}

.has-background-info-dark {
    background-color: #0385c4 !important
}

.has-text-success {
    color: #06d6a0 !important
}

a.has-text-success:hover, a.has-text-success:focus {
    color: #05a47b !important
}

.has-background-success {
    background-color: #06d6a0 !important
}

.has-text-success-light {
    color: #ebfef9 !important
}

a.has-text-success-light:hover, a.has-text-success-light:focus {
    color: #bafdec !important
}

.has-background-success-light {
    background-color: #ebfef9 !important
}

.has-text-success-dark {
    color: #04906c !important
}

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
    color: #05c191 !important
}

.has-background-success-dark {
    background-color: #04906c !important
}

.has-text-warning {
    color: #eda514 !important
}

a.has-text-warning:hover, a.has-text-warning:focus {
    color: #bf850f !important
}

.has-background-warning {
    background-color: #eda514 !important
}

.has-text-warning-light {
    color: #fef8ec !important
}

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
    color: #fae6bd !important
}

.has-background-warning-light {
    background-color: #fef8ec !important
}

.has-text-warning-dark {
    color: #8e630b !important
}

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
    color: #bd830f !important
}

.has-background-warning-dark {
    background-color: #8e630b !important
}

.has-text-danger {
    color: #e62965 !important
}

a.has-text-danger:hover, a.has-text-danger:focus {
    color: #c5174e !important
}

.has-background-danger {
    background-color: #e62965 !important
}

.has-text-danger-light {
    color: #fdedf2 !important
}

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
    color: #f8bfd1 !important
}

.has-background-danger-light {
    background-color: #fdedf2 !important
}

.has-text-danger-dark {
    color: #d21953 !important
}

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
    color: #e8366e !important
}

.has-background-danger-dark {
    background-color: #d21953 !important
}

.has-text-black-bis {
    color: #121212 !important
}

.has-background-black-bis {
    background-color: #121212 !important
}

.has-text-black-ter {
    color: #242424 !important
}

.has-background-black-ter {
    background-color: #242424 !important
}

.has-text-grey-darker {
    color: #363636 !important
}

.has-background-grey-darker {
    background-color: #363636 !important
}

.has-text-grey-dark {
    color: #4a4a4a !important
}

.has-background-grey-dark {
    background-color: #4a4a4a !important
}

.has-text-grey {
    color: #7a7a7a !important
}

.has-background-grey {
    background-color: #7a7a7a !important
}

.has-text-grey-light {
    color: #b5b5b5 !important
}

.has-background-grey-light {
    background-color: #b5b5b5 !important
}

.has-text-grey-lighter {
    color: #dbdbdb !important
}

.has-background-grey-lighter {
    background-color: #dbdbdb !important
}

.has-text-white-ter {
    color: #f5f5f5 !important
}

.has-background-white-ter {
    background-color: #f5f5f5 !important
}

.has-text-white-bis {
    color: #fafafa !important
}

.has-background-white-bis {
    background-color: #fafafa !important
}

.is-flex-direction-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.is-flex-direction-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.is-flex-direction-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.is-flex-direction-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.is-flex-wrap-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.is-flex-wrap-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.is-flex-wrap-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.is-justify-content-flex-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.is-justify-content-flex-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.is-justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.is-justify-content-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.is-justify-content-space-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.is-justify-content-space-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.is-justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important
}

.is-justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important
}

.is-justify-content-left {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important
}

.is-justify-content-right {
    -webkit-box-pack: right !important;
    -ms-flex-pack: right !important;
    justify-content: right !important
}

.is-align-content-flex-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.is-align-content-flex-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.is-align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.is-align-content-space-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.is-align-content-space-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.is-align-content-space-evenly {
    -ms-flex-line-pack: space-evenly !important;
    align-content: space-evenly !important
}

.is-align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.is-align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: start !important
}

.is-align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: end !important
}

.is-align-content-baseline {
    -ms-flex-line-pack: baseline !important;
    align-content: baseline !important
}

.is-align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.is-align-items-flex-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.is-align-items-flex-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.is-align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.is-align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.is-align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important
}

.is-align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: end !important
}

.is-align-items-self-start {
    -webkit-box-align: self-start !important;
    -ms-flex-align: self-start !important;
    align-items: self-start !important
}

.is-align-items-self-end {
    -webkit-box-align: self-end !important;
    -ms-flex-align: self-end !important;
    align-items: self-end !important
}

.is-align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.is-align-self-flex-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.is-align-self-flex-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.is-align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.is-align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.is-align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.is-flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.is-flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.is-flex-grow-2 {
    -webkit-box-flex: 2 !important;
    -ms-flex-positive: 2 !important;
    flex-grow: 2 !important
}

.is-flex-grow-3 {
    -webkit-box-flex: 3 !important;
    -ms-flex-positive: 3 !important;
    flex-grow: 3 !important
}

.is-flex-grow-4 {
    -webkit-box-flex: 4 !important;
    -ms-flex-positive: 4 !important;
    flex-grow: 4 !important
}

.is-flex-grow-5 {
    -webkit-box-flex: 5 !important;
    -ms-flex-positive: 5 !important;
    flex-grow: 5 !important
}

.is-flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.is-flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.is-flex-shrink-2 {
    -ms-flex-negative: 2 !important;
    flex-shrink: 2 !important
}

.is-flex-shrink-3 {
    -ms-flex-negative: 3 !important;
    flex-shrink: 3 !important
}

.is-flex-shrink-4 {
    -ms-flex-negative: 4 !important;
    flex-shrink: 4 !important
}

.is-flex-shrink-5 {
    -ms-flex-negative: 5 !important;
    flex-shrink: 5 !important
}

.is-clearfix::after {
    clear: both;
    content: " ";
    display: table
}

.is-pulled-left {
    float: left !important
}

.is-pulled-right {
    float: right !important
}

.is-radiusless {
    border-radius: 0 !important
}

.is-shadowless {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.is-clickable {
    cursor: pointer !important;
    pointer-events: all !important
}

.is-clipped {
    overflow: hidden !important
}

.is-relative {
    position: relative !important
}

.is-marginless {
    margin: 0 !important
}

.is-paddingless {
    padding: 0 !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: .75rem !important
}

.mt-3 {
    margin-top: .75rem !important
}

.mr-3 {
    margin-right: .75rem !important
}

.mb-3 {
    margin-bottom: .75rem !important
}

.ml-3 {
    margin-left: .75rem !important
}

.mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important
}

.my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
}

.m-4 {
    margin: 1rem !important
}

.mt-4 {
    margin-top: 1rem !important
}

.mr-4 {
    margin-right: 1rem !important
}

.mb-4 {
    margin-bottom: 1rem !important
}

.ml-4 {
    margin-left: 1rem !important
}

.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-5 {
    margin: 1.5rem !important
}

.mt-5 {
    margin-top: 1.5rem !important
}

.mr-5 {
    margin-right: 1.5rem !important
}

.mb-5 {
    margin-bottom: 1.5rem !important
}

.ml-5 {
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-6 {
    margin: 3rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mr-6 {
    margin-right: 3rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.ml-6 {
    margin-left: 3rem !important
}

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: .75rem !important
}

.pt-3 {
    padding-top: .75rem !important
}

.pr-3 {
    padding-right: .75rem !important
}

.pb-3 {
    padding-bottom: .75rem !important
}

.pl-3 {
    padding-left: .75rem !important
}

.px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.p-4 {
    padding: 1rem !important
}

.pt-4 {
    padding-top: 1rem !important
}

.pr-4 {
    padding-right: 1rem !important
}

.pb-4 {
    padding-bottom: 1rem !important
}

.pl-4 {
    padding-left: 1rem !important
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-5 {
    padding: 1.5rem !important
}

.pt-5 {
    padding-top: 1.5rem !important
}

.pr-5 {
    padding-right: 1.5rem !important
}

.pb-5 {
    padding-bottom: 1.5rem !important
}

.pl-5 {
    padding-left: 1.5rem !important
}

.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-6 {
    padding: 3rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pr-6 {
    padding-right: 3rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.pl-6 {
    padding-left: 3rem !important
}

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.p-auto {
    padding: auto !important
}

.pt-auto {
    padding-top: auto !important
}

.pr-auto {
    padding-right: auto !important
}

.pb-auto {
    padding-bottom: auto !important
}

.pl-auto {
    padding-left: auto !important
}

.px-auto {
    padding-left: auto !important;
    padding-right: auto !important
}

.py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important
}

.is-size-1 {
    font-size: 3rem !important
}

.is-size-2 {
    font-size: 2.5rem !important
}

.is-size-3 {
    font-size: 2rem !important
}

.is-size-4 {
    font-size: 1.5rem !important
}

.is-size-5 {
    font-size: 1.25rem !important
}

.is-size-6 {
    font-size: 1rem !important
}

.is-size-7 {
    font-size: .75rem !important
}

@media screen and (max-width: 768px) {
    .is-size-1-mobile {
        font-size: 3rem !important
    }

    .is-size-2-mobile {
        font-size: 2.5rem !important
    }

    .is-size-3-mobile {
        font-size: 2rem !important
    }

    .is-size-4-mobile {
        font-size: 1.5rem !important
    }

    .is-size-5-mobile {
        font-size: 1.25rem !important
    }

    .is-size-6-mobile {
        font-size: 1rem !important
    }

    .is-size-7-mobile {
        font-size: .75rem !important
    }
}

@media screen and (min-width: 769px),print {
    .is-size-1-tablet {
        font-size: 3rem !important
    }

    .is-size-2-tablet {
        font-size: 2.5rem !important
    }

    .is-size-3-tablet {
        font-size: 2rem !important
    }

    .is-size-4-tablet {
        font-size: 1.5rem !important
    }

    .is-size-5-tablet {
        font-size: 1.25rem !important
    }

    .is-size-6-tablet {
        font-size: 1rem !important
    }

    .is-size-7-tablet {
        font-size: .75rem !important
    }
}

@media screen and (max-width: 1023px) {
    .is-size-1-touch {
        font-size: 3rem !important
    }

    .is-size-2-touch {
        font-size: 2.5rem !important
    }

    .is-size-3-touch {
        font-size: 2rem !important
    }

    .is-size-4-touch {
        font-size: 1.5rem !important
    }

    .is-size-5-touch {
        font-size: 1.25rem !important
    }

    .is-size-6-touch {
        font-size: 1rem !important
    }

    .is-size-7-touch {
        font-size: .75rem !important
    }
}

@media screen and (min-width: 1024px) {
    .is-size-1-desktop {
        font-size: 3rem !important
    }

    .is-size-2-desktop {
        font-size: 2.5rem !important
    }

    .is-size-3-desktop {
        font-size: 2rem !important
    }

    .is-size-4-desktop {
        font-size: 1.5rem !important
    }

    .is-size-5-desktop {
        font-size: 1.25rem !important
    }

    .is-size-6-desktop {
        font-size: 1rem !important
    }

    .is-size-7-desktop {
        font-size: .75rem !important
    }
}

@media screen and (min-width: 1216px) {
    .is-size-1-widescreen {
        font-size: 3rem !important
    }

    .is-size-2-widescreen {
        font-size: 2.5rem !important
    }

    .is-size-3-widescreen {
        font-size: 2rem !important
    }

    .is-size-4-widescreen {
        font-size: 1.5rem !important
    }

    .is-size-5-widescreen {
        font-size: 1.25rem !important
    }

    .is-size-6-widescreen {
        font-size: 1rem !important
    }

    .is-size-7-widescreen {
        font-size: .75rem !important
    }
}

.has-text-centered {
    text-align: center !important
}

.has-text-justified {
    text-align: justify !important
}

.has-text-left {
    text-align: left !important
}

.has-text-right {
    text-align: right !important
}

@media screen and (max-width: 768px) {
    .has-text-centered-mobile {
        text-align: center !important
    }
}

@media screen and (min-width: 769px),print {
    .has-text-centered-tablet {
        text-align: center !important
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .has-text-centered-tablet-only {
        text-align: center !important
    }
}

@media screen and (max-width: 1023px) {
    .has-text-centered-touch {
        text-align: center !important
    }
}

@media screen and (min-width: 1024px) {
    .has-text-centered-desktop {
        text-align: center !important
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .has-text-centered-desktop-only {
        text-align: center !important
    }
}

@media screen and (min-width: 1216px) {
    .has-text-centered-widescreen {
        text-align: center !important
    }
}

@media screen and (max-width: 768px) {
    .has-text-justified-mobile {
        text-align: justify !important
    }
}

@media screen and (min-width: 769px),print {
    .has-text-justified-tablet {
        text-align: justify !important
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .has-text-justified-tablet-only {
        text-align: justify !important
    }
}

@media screen and (max-width: 1023px) {
    .has-text-justified-touch {
        text-align: justify !important
    }
}

@media screen and (min-width: 1024px) {
    .has-text-justified-desktop {
        text-align: justify !important
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .has-text-justified-desktop-only {
        text-align: justify !important
    }
}

@media screen and (min-width: 1216px) {
    .has-text-justified-widescreen {
        text-align: justify !important
    }
}

@media screen and (max-width: 768px) {
    .has-text-left-mobile {
        text-align: left !important
    }
}

@media screen and (min-width: 769px),print {
    .has-text-left-tablet {
        text-align: left !important
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .has-text-left-tablet-only {
        text-align: left !important
    }
}

@media screen and (max-width: 1023px) {
    .has-text-left-touch {
        text-align: left !important
    }
}

@media screen and (min-width: 1024px) {
    .has-text-left-desktop {
        text-align: left !important
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .has-text-left-desktop-only {
        text-align: left !important
    }
}

@media screen and (min-width: 1216px) {
    .has-text-left-widescreen {
        text-align: left !important
    }
}

@media screen and (max-width: 768px) {
    .has-text-right-mobile {
        text-align: right !important
    }
}

@media screen and (min-width: 769px),print {
    .has-text-right-tablet {
        text-align: right !important
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .has-text-right-tablet-only {
        text-align: right !important
    }
}

@media screen and (max-width: 1023px) {
    .has-text-right-touch {
        text-align: right !important
    }
}

@media screen and (min-width: 1024px) {
    .has-text-right-desktop {
        text-align: right !important
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .has-text-right-desktop-only {
        text-align: right !important
    }
}

@media screen and (min-width: 1216px) {
    .has-text-right-widescreen {
        text-align: right !important
    }
}

.is-capitalized {
    text-transform: capitalize !important
}

.is-lowercase {
    text-transform: lowercase !important
}

.is-uppercase {
    text-transform: uppercase !important
}

.is-italic {
    font-style: italic !important
}

.is-underlined {
    text-decoration: underline !important
}

.has-text-weight-light {
    font-weight: 300 !important
}

.has-text-weight-normal {
    font-weight: 400 !important
}

.has-text-weight-medium {
    font-weight: 500 !important
}

.has-text-weight-semibold {
    font-weight: 600 !important
}

.has-text-weight-bold {
    font-weight: 700 !important
}

.is-family-primary {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important
}

.is-family-secondary {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important
}

.is-family-sans-serif {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important
}

.is-family-monospace {
    font-family: monospace !important
}

.is-family-code {
    font-family: monospace !important
}

.is-block {
    display: block !important
}

@media screen and (max-width: 768px) {
    .is-block-mobile {
        display: block !important
    }
}

@media screen and (min-width: 769px),print {
    .is-block-tablet {
        display: block !important
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .is-block-tablet-only {
        display: block !important
    }
}

@media screen and (max-width: 1023px) {
    .is-block-touch {
        display: block !important
    }
}

@media screen and (min-width: 1024px) {
    .is-block-desktop {
        display: block !important
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .is-block-desktop-only {
        display: block !important
    }
}

@media screen and (min-width: 1216px) {
    .is-block-widescreen {
        display: block !important
    }
}

.is-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media screen and (max-width: 768px) {
    .is-flex-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width: 769px),print {
    .is-flex-tablet {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .is-flex-tablet-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (max-width: 1023px) {
    .is-flex-touch {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width: 1024px) {
    .is-flex-desktop {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .is-flex-desktop-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width: 1216px) {
    .is-flex-widescreen {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.is-inline {
    display: inline !important
}

@media screen and (max-width: 768px) {
    .is-inline-mobile {
        display: inline !important
    }
}

@media screen and (min-width: 769px),print {
    .is-inline-tablet {
        display: inline !important
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .is-inline-tablet-only {
        display: inline !important
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-touch {
        display: inline !important
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-desktop {
        display: inline !important
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .is-inline-desktop-only {
        display: inline !important
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-widescreen {
        display: inline !important
    }
}

.is-inline-block {
    display: inline-block !important
}

@media screen and (max-width: 768px) {
    .is-inline-block-mobile {
        display: inline-block !important
    }
}

@media screen and (min-width: 769px),print {
    .is-inline-block-tablet {
        display: inline-block !important
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .is-inline-block-tablet-only {
        display: inline-block !important
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-block-touch {
        display: inline-block !important
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-block-desktop {
        display: inline-block !important
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .is-inline-block-desktop-only {
        display: inline-block !important
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-block-widescreen {
        display: inline-block !important
    }
}

.is-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media screen and (max-width: 768px) {
    .is-inline-flex-mobile {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width: 769px),print {
    .is-inline-flex-tablet {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .is-inline-flex-tablet-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-flex-touch {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-flex-desktop {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .is-inline-flex-desktop-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-flex-widescreen {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.is-hidden {
    display: none !important
}

.is-sr-only {
    border: none !important;
    clip: rect(0, 0, 0, 0) !important;
    height: .01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: .01em !important
}

@media screen and (max-width: 768px) {
    .is-hidden-mobile {
        display: none !important
    }
}

@media screen and (min-width: 769px),print {
    .is-hidden-tablet {
        display: none !important
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .is-hidden-tablet-only {
        display: none !important
    }
}

@media screen and (max-width: 1023px) {
    .is-hidden-touch {
        display: none !important
    }
}

@media screen and (min-width: 1024px) {
    .is-hidden-desktop {
        display: none !important
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .is-hidden-desktop-only {
        display: none !important
    }
}

@media screen and (min-width: 1216px) {
    .is-hidden-widescreen {
        display: none !important
    }
}

.is-invisible {
    visibility: hidden !important
}

@media screen and (max-width: 768px) {
    .is-invisible-mobile {
        visibility: hidden !important
    }
}

@media screen and (min-width: 769px),print {
    .is-invisible-tablet {
        visibility: hidden !important
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    .is-invisible-tablet-only {
        visibility: hidden !important
    }
}

@media screen and (max-width: 1023px) {
    .is-invisible-touch {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1024px) {
    .is-invisible-desktop {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1024px)and (max-width: 1215px) {
    .is-invisible-desktop-only {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1216px) {
    .is-invisible-widescreen {
        visibility: hidden !important
    }
}

.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):not(.pagination-link.is-current), .hero.is-white strong {
            color: inherit
        }

        .hero.is-white .title {
            color: #0a0a0a
        }

        .hero.is-white .subtitle {
            color: rgba(10,10,10,.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: rgba(10,10,10,.7)
}

    .hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active, .hero.is-white .navbar-link:hover, .hero.is-white .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #0a0a0a
    }

.hero.is-white .tabs a {
    color: #0a0a0a;
    opacity: .9
}

    .hero.is-white .tabs a:hover {
        opacity: 1
    }

.hero.is-white .tabs li.is-active a {
    color: #fff !important;
    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: rgba(10,10,10,.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: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-white.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%)
    }
}

.hero.is-black {
    background-color: #0a0a0a;
    color: #fff
}

    .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-black strong {
        color: inherit
    }

    .hero.is-black .title {
        color: #fff
    }

    .hero.is-black .subtitle {
        color: rgba(255,255,255,.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: rgba(255,255,255,.7)
}

    .hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active, .hero.is-black .navbar-link:hover, .hero.is-black .navbar-link.is-active {
        background-color: #000;
        color: #fff
    }

.hero.is-black .tabs a {
    color: #fff;
    opacity: .9
}

    .hero.is-black .tabs a:hover {
        opacity: 1
    }

.hero.is-black .tabs li.is-active a {
    color: #0a0a0a !important;
    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: rgba(10,10,10,.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: linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-black.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%)
    }
}

.hero.is-light {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.7)
}

    .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-light strong {
        color: inherit
    }

    .hero.is-light .title {
        color: rgba(0,0,0,.7)
    }

    .hero.is-light .subtitle {
        color: rgba(0,0,0,.9)
    }

        .hero.is-light .subtitle a:not(.button), .hero.is-light .subtitle strong {
            color: rgba(0,0,0,.7)
        }

@media screen and (max-width: 1023px) {
    .hero.is-light .navbar-menu {
        background-color: #f5f5f5
    }
}

.hero.is-light .navbar-item, .hero.is-light .navbar-link {
    color: rgba(0,0,0,.7)
}

    .hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active, .hero.is-light .navbar-link:hover, .hero.is-light .navbar-link.is-active {
        background-color: #e8e8e8;
        color: rgba(0,0,0,.7)
    }

.hero.is-light .tabs a {
    color: rgba(0,0,0,.7);
    opacity: .9
}

    .hero.is-light .tabs a:hover {
        opacity: 1
    }

.hero.is-light .tabs li.is-active a {
    color: #f5f5f5 !important;
    opacity: 1
}

.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
    color: rgba(0,0,0,.7)
}

    .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.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: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.7);
    color: #f5f5f5
}

.hero.is-light.is-bold {
    background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-light.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%)
    }
}

.hero.is-dark {
    background-color: #363636;
    color: #fff
}

    .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-dark strong {
        color: inherit
    }

    .hero.is-dark .title {
        color: #fff
    }

    .hero.is-dark .subtitle {
        color: rgba(255,255,255,.9)
    }

        .hero.is-dark .subtitle a:not(.button), .hero.is-dark .subtitle strong {
            color: #fff
        }

@media screen and (max-width: 1023px) {
    .hero.is-dark .navbar-menu {
        background-color: #363636
    }
}

.hero.is-dark .navbar-item, .hero.is-dark .navbar-link {
    color: rgba(255,255,255,.7)
}

    .hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active, .hero.is-dark .navbar-link:hover, .hero.is-dark .navbar-link.is-active {
        background-color: #292929;
        color: #fff
    }

.hero.is-dark .tabs a {
    color: #fff;
    opacity: .9
}

    .hero.is-dark .tabs a:hover {
        opacity: 1
    }

.hero.is-dark .tabs li.is-active a {
    color: #363636 !important;
    opacity: 1
}

.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
    color: #fff
}

    .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.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: #fff;
    border-color: #fff;
    color: #363636
}

.hero.is-dark.is-bold {
    background-image: linear-gradient(141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-dark.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%)
    }
}

.hero.is-primary {
    background-color: #039be5;
    color: #fff
}

    .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-primary strong {
        color: inherit
    }

    .hero.is-primary .title {
        color: #fff
    }

    .hero.is-primary .subtitle {
        color: rgba(255,255,255,.9)
    }

        .hero.is-primary .subtitle a:not(.button), .hero.is-primary .subtitle strong {
            color: #fff
        }

@media screen and (max-width: 1023px) {
    .hero.is-primary .navbar-menu {
        background-color: #039be5
    }
}

.hero.is-primary .navbar-item, .hero.is-primary .navbar-link {
    color: rgba(255,255,255,.7)
}

    .hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, .hero.is-primary .navbar-link:hover, .hero.is-primary .navbar-link.is-active {
        background-color: #038acc;
        color: #fff
    }

.hero.is-primary .tabs a {
    color: #fff;
    opacity: .9
}

    .hero.is-primary .tabs a:hover {
        opacity: 1
    }

.hero.is-primary .tabs li.is-active a {
    color: #039be5 !important;
    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: rgba(10,10,10,.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: #039be5
}

.hero.is-primary.is-bold {
    background-image: linear-gradient(141deg, #0098b5 0%, #039be5 71%, #0382ff 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-primary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #0098b5 0%, #039be5 71%, #0382ff 100%)
    }
}

.hero.is-link {
    background-color: #039be5;
    color: #fff
}

    .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-link strong {
        color: inherit
    }

    .hero.is-link .title {
        color: #fff
    }

    .hero.is-link .subtitle {
        color: rgba(255,255,255,.9)
    }

        .hero.is-link .subtitle a:not(.button), .hero.is-link .subtitle strong {
            color: #fff
        }

@media screen and (max-width: 1023px) {
    .hero.is-link .navbar-menu {
        background-color: #039be5
    }
}

.hero.is-link .navbar-item, .hero.is-link .navbar-link {
    color: rgba(255,255,255,.7)
}

    .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, .hero.is-link .navbar-link:hover, .hero.is-link .navbar-link.is-active {
        background-color: #038acc;
        color: #fff
    }

.hero.is-link .tabs a {
    color: #fff;
    opacity: .9
}

    .hero.is-link .tabs a:hover {
        opacity: 1
    }

.hero.is-link .tabs li.is-active a {
    color: #039be5 !important;
    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: rgba(10,10,10,.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: #039be5
}

.hero.is-link.is-bold {
    background-image: linear-gradient(141deg, #0098b5 0%, #039be5 71%, #0382ff 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-link.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #0098b5 0%, #039be5 71%, #0382ff 100%)
    }
}

.hero.is-info {
    background-color: #039be5;
    color: #fff
}

    .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-info strong {
        color: inherit
    }

    .hero.is-info .title {
        color: #fff
    }

    .hero.is-info .subtitle {
        color: rgba(255,255,255,.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: #039be5
    }
}

.hero.is-info .navbar-item, .hero.is-info .navbar-link {
    color: rgba(255,255,255,.7)
}

    .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, .hero.is-info .navbar-link:hover, .hero.is-info .navbar-link.is-active {
        background-color: #038acc;
        color: #fff
    }

.hero.is-info .tabs a {
    color: #fff;
    opacity: .9
}

    .hero.is-info .tabs a:hover {
        opacity: 1
    }

.hero.is-info .tabs li.is-active a {
    color: #039be5 !important;
    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: rgba(10,10,10,.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: #039be5
}

.hero.is-info.is-bold {
    background-image: linear-gradient(141deg, #0098b5 0%, #039be5 71%, #0382ff 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-info.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #0098b5 0%, #039be5 71%, #0382ff 100%)
    }
}

.hero.is-success {
    background-color: #06d6a0;
    color: #fff
}

    .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-success strong {
        color: inherit
    }

    .hero.is-success .title {
        color: #fff
    }

    .hero.is-success .subtitle {
        color: rgba(255,255,255,.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: #06d6a0
    }
}

.hero.is-success .navbar-item, .hero.is-success .navbar-link {
    color: rgba(255,255,255,.7)
}

    .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, .hero.is-success .navbar-link:hover, .hero.is-success .navbar-link.is-active {
        background-color: #05bd8d;
        color: #fff
    }

.hero.is-success .tabs a {
    color: #fff;
    opacity: .9
}

    .hero.is-success .tabs a:hover {
        opacity: 1
    }

.hero.is-success .tabs li.is-active a {
    color: #06d6a0 !important;
    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: rgba(10,10,10,.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: #06d6a0
}

.hero.is-success.is-bold {
    background-image: linear-gradient(141deg, #00a961 0%, #06d6a0 71%, #01f5de 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-success.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #00a961 0%, #06d6a0 71%, #01f5de 100%)
    }
}

.hero.is-warning {
    background-color: #eda514;
    color: #fff
}

    .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-warning strong {
        color: inherit
    }

    .hero.is-warning .title {
        color: #fff
    }

    .hero.is-warning .subtitle {
        color: rgba(255,255,255,.9)
    }

        .hero.is-warning .subtitle a:not(.button), .hero.is-warning .subtitle strong {
            color: #fff
        }

@media screen and (max-width: 1023px) {
    .hero.is-warning .navbar-menu {
        background-color: #eda514
    }
}

.hero.is-warning .navbar-item, .hero.is-warning .navbar-link {
    color: rgba(255,255,255,.7)
}

    .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, .hero.is-warning .navbar-link:hover, .hero.is-warning .navbar-link.is-active {
        background-color: #d79510;
        color: #fff
    }

.hero.is-warning .tabs a {
    color: #fff;
    opacity: .9
}

    .hero.is-warning .tabs a:hover {
        opacity: 1
    }

.hero.is-warning .tabs li.is-active a {
    color: #eda514 !important;
    opacity: 1
}

.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
    color: #fff
}

    .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.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: #fff;
    border-color: #fff;
    color: #eda514
}

.hero.is-warning.is-bold {
    background-image: linear-gradient(141deg, #ca6704 0%, #eda514 71%, #f5d226 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-warning.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #ca6704 0%, #eda514 71%, #f5d226 100%)
    }
}

.hero.is-danger {
    background-color: #e62965;
    color: #fff
}

    .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-danger strong {
        color: inherit
    }

    .hero.is-danger .title {
        color: #fff
    }

    .hero.is-danger .subtitle {
        color: rgba(255,255,255,.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: #e62965
    }
}

.hero.is-danger .navbar-item, .hero.is-danger .navbar-link {
    color: rgba(255,255,255,.7)
}

    .hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active, .hero.is-danger .navbar-link:hover, .hero.is-danger .navbar-link.is-active {
        background-color: #dc1a57;
        color: #fff
    }

.hero.is-danger .tabs a {
    color: #fff;
    opacity: .9
}

    .hero.is-danger .tabs a:hover {
        opacity: 1
    }

.hero.is-danger .tabs li.is-active a {
    color: #e62965 !important;
    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: rgba(10,10,10,.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: #e62965
}

.hero.is-danger.is-bold {
    background-image: linear-gradient(141deg, #d00c6b 0%, #e62965 71%, #ee3a56 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-danger.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #d00c6b 0%, #e62965 71%, #ee3a56 100%)
    }
}

.hero.is-small .hero-body {
    padding: 1.5rem
}

@media screen and (min-width: 769px),print {
    .hero.is-medium .hero-body {
        padding: 9rem 4.5rem
    }
}

@media screen and (min-width: 769px),print {
    .hero.is-large .hero-body {
        padding: 18rem 6rem
    }
}

.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .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 {
    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: 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: .75rem
        }
}

@media screen and (min-width: 769px),print {
    .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: 1.5rem
        }
}

.hero-head, .hero-foot {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hero-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 3rem 1.5rem
}

@media screen and (min-width: 769px),print {
    .hero-body {
        padding: 3rem 3rem
    }
}

.section {
    padding: 3rem 1.5rem
}

@media screen and (min-width: 1024px) {
    .section {
        padding: 3rem 3rem
    }

        .section.is-medium {
            padding: 9rem 4.5rem
        }

        .section.is-large {
            padding: 18rem 6rem
        }
}

.footer {
    background-color: #fafafa;
    padding: 3rem 1.5rem 6rem
}

.datepicker-legacy {
    display: none
}

    .datepicker-legacy.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .datepicker-legacy.is-active .calendar {
            position: fixed;
            z-index: 40;
            min-width: 20rem;
            max-width: 20rem;
            position: relative;
            margin: 0 auto;
            max-height: calc(100vh - 40px)
        }

        .datepicker-legacy.is-active .calendar-nav {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

    .datepicker-legacy .calendar-legacy {
        background: #fff;
        border: none;
        border-radius: 2px;
        display: block;
        min-width: 20rem;
        text-align: center;
        max-width: 20rem
    }

        .datepicker-legacy .calendar-legacy.is-active {
            display: initial
        }

        .datepicker-legacy .calendar-legacy .calendar-nav {
            background: #039be5;
            color: #fff;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-size: 1.25rem;
            padding: .5em
        }

            .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-month, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-day, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-year {
                width: 100%;
                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
            }

            .datepicker-legacy .calendar-legacy .calendar-nav .calendar-month, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-day, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-year {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1
            }

            .datepicker-legacy .calendar-legacy .calendar-nav .calendar-month {
                font-size: 1.5rem
            }

            .datepicker-legacy .calendar-legacy .calendar-nav .calendar-day {
                font-size: 2.5rem
            }

            .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-month, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-year, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year {
                -ms-flex-preferred-size: auto;
                flex-basis: auto;
                -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                flex-grow: 0;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                text-decoration: none;
                color: #fff
            }

                .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-month:hover, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month:hover, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-year:hover, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year:hover {
                    background-color: rgba(0,0,0,0)
                }

                    .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-month:hover svg, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month:hover svg, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-year:hover svg, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year:hover svg {
                        stroke-width: 1em
                    }

                .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-month svg, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month svg, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-year svg, .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year svg {
                    stroke: currentColor;
                    width: 11.25px;
                    height: 18px
                }

        .datepicker-legacy .calendar-legacy .calendar-header, .datepicker-legacy .calendar-legacy .calendar-body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .datepicker-legacy .calendar-legacy .calendar-header .calendar-date, .datepicker-legacy .calendar-legacy .calendar-body .calendar-date {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 14.28%;
                flex: 0 0 14.28%;
                max-width: 14.28%
            }

        .datepicker-legacy .calendar-legacy .calendar-header {
            padding: 1em 1em 0 1em;
            background: rgba(0,0,0,0);
            color: #fff;
            font-size: .75rem
        }

            .datepicker-legacy .calendar-legacy .calendar-header .calendar-date {
                color: #b5b5b5
            }

        .datepicker-legacy .calendar-legacy .calendar-body {
            padding: 0 1em 1em 1em;
            color: #7a7a7a
        }

        .datepicker-legacy .calendar-legacy .calendar-date {
            border: 0;
            padding: .4rem 0
        }

            .datepicker-legacy .calendar-legacy .calendar-date .date-item {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background: rgba(0,0,0,0);
                border: .1rem solid rgba(0,0,0,0);
                border-radius: 100%;
                color: #4a4a4a;
                cursor: pointer;
                height: 2.2rem;
                line-height: 1.4rem;
                outline: none;
                padding: .3rem;
                position: relative;
                text-align: center;
                text-decoration: none;
                -webkit-transition: all .2s ease;
                transition: all .2s ease;
                vertical-align: middle;
                white-space: nowrap;
                width: 2.2rem
            }

                .datepicker-legacy .calendar-legacy .calendar-date .date-item.is-today {
                    background: rgba(0,0,0,0);
                    border-color: #039be5;
                    color: #039be5
                }

                .datepicker-legacy .calendar-legacy .calendar-date .date-item:focus {
                    background: #f5f5f5;
                    border-color: #f5f5f5;
                    color: rgba(0,0,0,.7);
                    text-decoration: none
                }

                .datepicker-legacy .calendar-legacy .calendar-date .date-item:hover {
                    background: #f5f5f5;
                    border-color: #f5f5f5;
                    color: rgba(0,0,0,.7);
                    text-decoration: none
                }

                .datepicker-legacy .calendar-legacy .calendar-date .date-item.is-active {
                    background: #039be5;
                    border-color: #039be5;
                    color: #fff
                }

            .datepicker-legacy .calendar-legacy .calendar-date.is-disabled .date-item, .datepicker-legacy .calendar-legacy .calendar-date.is-disabled .calendar-event, .datepicker-legacy .calendar-legacy .calendar-date[disabled] .date-item, .datepicker-legacy .calendar-legacy .calendar-date[disabled] .calendar-event {
                cursor: default;
                opacity: .25;
                pointer-events: none
            }

        .datepicker-legacy .calendar-legacy .calendar-range {
            position: relative
        }

            .datepicker-legacy .calendar-legacy .calendar-range::before {
                background: #e8f7ff;
                content: "";
                height: 2.2rem;
                left: 0;
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .datepicker-legacy .calendar-legacy .calendar-range.calendar-range-start::before {
                left: 50%
            }

            .datepicker-legacy .calendar-legacy .calendar-range.calendar-range-end::before {
                right: 50%
            }

            .datepicker-legacy .calendar-legacy .calendar-range .date-item {
                color: #039be5
            }

        .datepicker-legacy .calendar-legacy.is-large {
            max-width: 100%
        }

            .datepicker-legacy .calendar-legacy.is-large .calendar-body .calendar-date {
                border-bottom: none;
                border-right: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                height: 11rem;
                padding: 0
            }

                .datepicker-legacy .calendar-legacy.is-large .calendar-body .calendar-date:nth-child(7n) {
                    border-right: 0
                }

                .datepicker-legacy .calendar-legacy.is-large .calendar-body .calendar-date:nth-last-child(-n+7) {
                    border-bottom: 0
                }

            .datepicker-legacy .calendar-legacy.is-large .date-item {
                -ms-flex-item-align: end;
                align-self: flex-end;
                height: 2.2rem;
                margin-right: .5rem;
                margin-top: .5rem
            }

            .datepicker-legacy .calendar-legacy.is-large .calendar-range::before {
                top: 1.9rem
            }

            .datepicker-legacy .calendar-legacy.is-large .calendar-range.calendar-range-start::before {
                left: auto;
                width: 1.9rem
            }

            .datepicker-legacy .calendar-legacy.is-large .calendar-range.calendar-range-end::before {
                right: 1.9rem
            }

            .datepicker-legacy .calendar-legacy.is-large .calendar-events {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                line-height: 1;
                overflow-y: auto;
                padding: .5rem
            }

            .datepicker-legacy .calendar-legacy.is-large .calendar-event {
                background-color: #7a7a7a;
                border-radius: 2px;
                color: #fff;
                display: block;
                font-size: 1rem;
                margin: .2rem auto;
                overflow: hidden;
                padding: .3rem .4rem;
                text-align: left;
                text-overflow: ellipsis;
                vertical-align: baseline;
                white-space: nowrap
            }

                .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-white {
                    background-color: #fff;
                    color: #0a0a0a
                }

                .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-black {
                    background-color: #0a0a0a;
                    color: #fff
                }

                .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-light {
                    background-color: #f5f5f5;
                    color: rgba(0,0,0,.7)
                }

                .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-dark {
                    background-color: #363636;
                    color: #fff
                }

                .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-primary {
                    background-color: #039be5;
                    color: #fff
                }

                .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-link {
                    background-color: #039be5;
                    color: #fff
                }

                .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-info {
                    background-color: #039be5;
                    color: #fff
                }

                .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-success {
                    background-color: #06d6a0;
                    color: #fff
                }

                .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-warning {
                    background-color: #eda514;
                    color: #fff
                }

                .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-danger {
                    background-color: #e62965;
                    color: #fff
                }

.calendar-legacy {
    background: #fff;
    border: none;
    border-radius: 2px;
    display: block;
    min-width: 20rem;
    text-align: center;
    max-width: 20rem
}

    .calendar-legacy.is-active {
        display: initial
    }

    .calendar-legacy .calendar-nav {
        background: #039be5;
        color: #fff;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 1.25rem;
        padding: .5em
    }

        .calendar-legacy .calendar-nav .calendar-nav-month, .calendar-legacy .calendar-nav .calendar-nav-day, .calendar-legacy .calendar-nav .calendar-nav-year {
            width: 100%;
            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
        }

        .calendar-legacy .calendar-nav .calendar-month, .calendar-legacy .calendar-nav .calendar-day, .calendar-legacy .calendar-nav .calendar-year {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

        .calendar-legacy .calendar-nav .calendar-month {
            font-size: 1.5rem
        }

        .calendar-legacy .calendar-nav .calendar-day {
            font-size: 2.5rem
        }

        .calendar-legacy .calendar-nav .calendar-nav-previous-month, .calendar-legacy .calendar-nav .calendar-nav-next-month, .calendar-legacy .calendar-nav .calendar-nav-previous-year, .calendar-legacy .calendar-nav .calendar-nav-next-year {
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            text-decoration: none;
            color: #fff
        }

            .calendar-legacy .calendar-nav .calendar-nav-previous-month:hover, .calendar-legacy .calendar-nav .calendar-nav-next-month:hover, .calendar-legacy .calendar-nav .calendar-nav-previous-year:hover, .calendar-legacy .calendar-nav .calendar-nav-next-year:hover {
                background-color: rgba(0,0,0,0)
            }

                .calendar-legacy .calendar-nav .calendar-nav-previous-month:hover svg, .calendar-legacy .calendar-nav .calendar-nav-next-month:hover svg, .calendar-legacy .calendar-nav .calendar-nav-previous-year:hover svg, .calendar-legacy .calendar-nav .calendar-nav-next-year:hover svg {
                    stroke-width: 1em
                }

            .calendar-legacy .calendar-nav .calendar-nav-previous-month svg, .calendar-legacy .calendar-nav .calendar-nav-next-month svg, .calendar-legacy .calendar-nav .calendar-nav-previous-year svg, .calendar-legacy .calendar-nav .calendar-nav-next-year svg {
                stroke: currentColor;
                width: 11.25px;
                height: 18px
            }

    .calendar-legacy .calendar-header, .calendar-legacy .calendar-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .calendar-legacy .calendar-header .calendar-date, .calendar-legacy .calendar-body .calendar-date {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 14.28%;
            flex: 0 0 14.28%;
            max-width: 14.28%
        }

    .calendar-legacy .calendar-header {
        padding: 1em 1em 0 1em;
        background: rgba(0,0,0,0);
        color: #fff;
        font-size: .75rem
    }

        .calendar-legacy .calendar-header .calendar-date {
            color: #b5b5b5
        }

    .calendar-legacy .calendar-body {
        padding: 0 1em 1em 1em;
        color: #7a7a7a
    }

    .calendar-legacy .calendar-date {
        border: 0;
        padding: .4rem 0
    }

        .calendar-legacy .calendar-date .date-item {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: rgba(0,0,0,0);
            border: .1rem solid rgba(0,0,0,0);
            border-radius: 100%;
            color: #4a4a4a;
            cursor: pointer;
            height: 2.2rem;
            line-height: 1.4rem;
            outline: none;
            padding: .3rem;
            position: relative;
            text-align: center;
            text-decoration: none;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            vertical-align: middle;
            white-space: nowrap;
            width: 2.2rem
        }

            .calendar-legacy .calendar-date .date-item.is-today {
                background: rgba(0,0,0,0);
                border-color: #039be5;
                color: #039be5
            }

            .calendar-legacy .calendar-date .date-item:focus {
                background: #f5f5f5;
                border-color: #f5f5f5;
                color: rgba(0,0,0,.7);
                text-decoration: none
            }

            .calendar-legacy .calendar-date .date-item:hover {
                background: #f5f5f5;
                border-color: #f5f5f5;
                color: rgba(0,0,0,.7);
                text-decoration: none
            }

            .calendar-legacy .calendar-date .date-item.is-active {
                background: #039be5;
                border-color: #039be5;
                color: #fff
            }

        .calendar-legacy .calendar-date.is-disabled .date-item, .calendar-legacy .calendar-date.is-disabled .calendar-event, .calendar-legacy .calendar-date[disabled] .date-item, .calendar-legacy .calendar-date[disabled] .calendar-event {
            cursor: default;
            opacity: .25;
            pointer-events: none
        }

    .calendar-legacy .calendar-range {
        position: relative
    }

        .calendar-legacy .calendar-range::before {
            background: #e8f7ff;
            content: "";
            height: 2.2rem;
            left: 0;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .calendar-legacy .calendar-range.calendar-range-start::before {
            left: 50%
        }

        .calendar-legacy .calendar-range.calendar-range-end::before {
            right: 50%
        }

        .calendar-legacy .calendar-range .date-item {
            color: #039be5
        }

    .calendar-legacy.is-large {
        max-width: 100%
    }

        .calendar-legacy.is-large .calendar-body .calendar-date {
            border-bottom: none;
            border-right: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 11rem;
            padding: 0
        }

            .calendar-legacy.is-large .calendar-body .calendar-date:nth-child(7n) {
                border-right: 0
            }

            .calendar-legacy.is-large .calendar-body .calendar-date:nth-last-child(-n+7) {
                border-bottom: 0
            }

        .calendar-legacy.is-large .date-item {
            -ms-flex-item-align: end;
            align-self: flex-end;
            height: 2.2rem;
            margin-right: .5rem;
            margin-top: .5rem
        }

        .calendar-legacy.is-large .calendar-range::before {
            top: 1.9rem
        }

        .calendar-legacy.is-large .calendar-range.calendar-range-start::before {
            left: auto;
            width: 1.9rem
        }

        .calendar-legacy.is-large .calendar-range.calendar-range-end::before {
            right: 1.9rem
        }

        .calendar-legacy.is-large .calendar-events {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            line-height: 1;
            overflow-y: auto;
            padding: .5rem
        }

        .calendar-legacy.is-large .calendar-event {
            background-color: #7a7a7a;
            border-radius: 2px;
            color: #fff;
            display: block;
            font-size: 1rem;
            margin: .2rem auto;
            overflow: hidden;
            padding: .3rem .4rem;
            text-align: left;
            text-overflow: ellipsis;
            vertical-align: baseline;
            white-space: nowrap
        }

            .calendar-legacy.is-large .calendar-event.is-white {
                background-color: #fff;
                color: #0a0a0a
            }

            .calendar-legacy.is-large .calendar-event.is-black {
                background-color: #0a0a0a;
                color: #fff
            }

            .calendar-legacy.is-large .calendar-event.is-light {
                background-color: #f5f5f5;
                color: rgba(0,0,0,.7)
            }

            .calendar-legacy.is-large .calendar-event.is-dark {
                background-color: #363636;
                color: #fff
            }

            .calendar-legacy.is-large .calendar-event.is-primary {
                background-color: #039be5;
                color: #fff
            }

            .calendar-legacy.is-large .calendar-event.is-link {
                background-color: #039be5;
                color: #fff
            }

            .calendar-legacy.is-large .calendar-event.is-info {
                background-color: #039be5;
                color: #fff
            }

            .calendar-legacy.is-large .calendar-event.is-success {
                background-color: #06d6a0;
                color: #fff
            }

            .calendar-legacy.is-large .calendar-event.is-warning {
                background-color: #eda514;
                color: #fff
            }

            .calendar-legacy.is-large .calendar-event.is-danger {
                background-color: #e62965;
                color: #fff
            }

@-webkit-keyframes decrement-prev {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes decrement-prev {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes decrement-next {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
}

@keyframes decrement-next {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
}

@-webkit-keyframes increment-prev {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes increment-prev {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes increment-next {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

@keyframes increment-next {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

.datetimepicker {
    -webkit-transition: width .8s cubic-bezier(1, -0.55, 0.2, 1.37),opacity .2s ease,visibility .2s ease,margin .2s ease;
    transition: width .8s cubic-bezier(1, -0.55, 0.2, 1.37),opacity .2s ease,visibility .2s ease,margin .2s ease;
    display: none;
    background: #fff;
    border-radius: 2px;
    max-width: 320px;
    z-index: 1;
    -webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
    box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1)
}

    .datetimepicker.is-active {
        display: block
    }

    .datetimepicker .datetimepicker-header {
        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-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
        position: relative;
        padding: .5rem 1rem;
        font-size: 1rem;
        -webkit-box-shadow: 0 .2rem .2rem -0.2rem rgba(10,10,10,.1);
        box-shadow: 0 .2rem .2rem -0.2rem rgba(10,10,10,.1)
    }

        .datetimepicker .datetimepicker-header.is-date-only {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .datetimepicker .datetimepicker-header.is-date-only .datetimepicker-selection-end .datetimepicker-selection-wrapper {
                -webkit-box-pack: end !important;
                -ms-flex-pack: end !important;
                justify-content: flex-end !important
            }

        .datetimepicker .datetimepicker-header .datetimepicker-selection-details {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

        .datetimepicker .datetimepicker-header .datetimepicker-selection-from, .datetimepicker .datetimepicker-header .datetimepicker-selection-to {
            font-size: .65rem;
            color: #b5b5b5;
            text-transform: uppercase;
            padding: 0
        }

        .datetimepicker .datetimepicker-header .datetimepicker-selection-start, .datetimepicker .datetimepicker-header .datetimepicker-selection-end {
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-wrapper, .datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-wrapper {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                min-height: 2.5rem;
                -webkit-box-flex: 1;
                -ms-flex: 1 1 2rem;
                flex: 1 1 2rem
            }

            .datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-day, .datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-day {
                -webkit-box-flex: 0;
                -ms-flex: 0;
                flex: 0;
                text-transform: capitalize;
                font-size: 2rem;
                line-height: 2.5rem;
                margin-right: .5rem;
                color: #7f00ff;
                font-weight: 100
            }

            .datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-date, .datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-date {
                font-size: .85rem;
                line-height: .85rem;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                font-weight: 300
            }

            .datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-month, .datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-month {
                color: #4a4a4a;
                text-transform: capitalize
            }

            .datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-weekday, .datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-weekday {
                font-size: .75em;
                color: #b6b4b6;
                text-transform: capitalize;
                text-align: left
            }

            .datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-hour, .datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-hour {
                font-size: 1.5rem;
                font-weight: 100;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                text-align: center
            }

        .datetimepicker .datetimepicker-header .datetimepicker-selection-start, .datetimepicker .datetimepicker-header .datetimepicker-selection-end {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .datetimepicker .datetimepicker-header .datetimepicker-selection-start.is-centered .datetimepicker-selection-wrapper, .datetimepicker .datetimepicker-header .datetimepicker-selection-end.is-centered .datetimepicker-selection-wrapper {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

        .datetimepicker .datetimepicker-header .datetimepicker-selection-time {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .datetimepicker .datetimepicker-header .datetimepicker-selection-time .datetimepicker-selection-time-icon {
                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;
                padding: 0 1rem;
                color: #b5b5b5
            }

    .datetimepicker .datepicker-nav {
        background: #7f00ff;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .5em;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .datetimepicker .datepicker-nav .datepicker-nav-month-year {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .datetimepicker .datepicker-nav .datepicker-nav-month, .datetimepicker .datepicker-nav .datepicker-nav-year {
            text-decoration: none;
            font-size: 1rem;
            color: #fff
        }

            .datetimepicker .datepicker-nav .datepicker-nav-month:hover, .datetimepicker .datepicker-nav .datepicker-nav-year:hover {
                cursor: pointer
            }

        .datetimepicker .datepicker-nav .datepicker-nav-month {
            text-transform: capitalize
        }

        .datetimepicker .datepicker-nav .datepicker-nav-year {
            font-weight: 700
        }

        .datetimepicker .datepicker-nav .datepicker-nav-previous, .datetimepicker .datepicker-nav .datepicker-nav-next {
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            text-decoration: none;
            color: #fff
        }

            .datetimepicker .datepicker-nav .datepicker-nav-previous:hover, .datetimepicker .datepicker-nav .datepicker-nav-next:hover {
                background-color: rgba(0,0,0,0)
            }

                .datetimepicker .datepicker-nav .datepicker-nav-previous:hover svg, .datetimepicker .datepicker-nav .datepicker-nav-next:hover svg {
                    stroke-width: 1em
                }

            .datetimepicker .datepicker-nav .datepicker-nav-previous svg, .datetimepicker .datepicker-nav .datepicker-nav-next svg {
                stroke: currentColor;
                width: 11.25px;
                height: .75rem
            }

    .datetimepicker .datepicker-body {
        overflow: hidden
    }

        .datetimepicker .datepicker-body .datepicker-dates {
            display: none
        }

            .datetimepicker .datepicker-body .datepicker-dates.is-active {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column
            }

        .datetimepicker .datepicker-body .datepicker-months, .datetimepicker .datepicker-body .datepicker-years {
            display: none
        }

            .datetimepicker .datepicker-body .datepicker-months.is-active, .datetimepicker .datepicker-body .datepicker-years.is-active {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row
            }

        .datetimepicker .datepicker-body .datepicker-weekdays {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            padding: .3rem 0;
            background: rgba(0,0,0,0);
            color: #fff;
            font-size: .75rem
        }

            .datetimepicker .datepicker-body .datepicker-weekdays .datepicker-date {
                background: rgba(0,0,0,0) !important;
                color: #b5b5b5;
                padding: .3rem
            }

        .datetimepicker .datepicker-body .datepicker-dates .datepicker-days {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            padding: 0;
            color: #7a7a7a
        }

            .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date {
                background: #f5f5f5;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-flex: 14.28571%;
                -ms-flex: 14.28571%;
                flex: 14.28571%;
                margin: .1rem 0;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item {
                    margin: 0 auto;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    background: rgba(0,0,0,0);
                    border: none;
                    border-radius: 25091983px;
                    color: #4a4a4a;
                    cursor: pointer;
                    height: 2.2rem;
                    outline: none;
                    padding: 0;
                    position: relative;
                    text-align: center;
                    text-decoration: none;
                    -webkit-transition: all .2s ease;
                    transition: all .2s ease;
                    vertical-align: middle;
                    white-space: nowrap;
                    width: 2.2rem;
                    -webkit-animation: bounce-button-in .45s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
                    animation: bounce-button-in .45s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
                }

                    .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
                        background: rgba(0,0,0,0);
                        border: .1rem dotted #7f00ff;
                        color: #7f00ff
                    }

                    .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:focus {
                        background: #fff;
                        border-color: #fff;
                        color: rgba(0,0,0,.7);
                        text-decoration: none
                    }

                    .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
                        background: #7f00ff;
                        border-color: #7f00ff;
                        border-radius: 25091983px;
                        color: #fff
                    }

                        .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active.is-today {
                            border-color: #fff !important;
                            color: #fff !important
                        }

                    .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
                        background: #fff;
                        border: .1rem solid #7f00ff;
                        color: rgba(0,0,0,.7);
                        text-decoration: none
                    }

                .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-current-month {
                    background: rgba(0,0,0,0)
                }

                .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled, .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] {
                    background-color: #f5f5f5;
                    background-image: url(data:image/gif;base64,R0lGODlhBQAFAOMAAP/14////93uHt3uHt3uHt3uHv///////////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAAAFAAUAAAQL0ACAzpG0YnonNxEAOw==) !important
                }

                    .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled .date-item, .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled .calendar-event, .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] .date-item, .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] .calendar-event {
                        cursor: default;
                        opacity: .25;
                        pointer-events: none
                    }

                .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
                    position: relative;
                    background: #7f00ff;
                    z-index: 1
                }

                    .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
                        background: #fff;
                        border: .1rem solid #7f00ff;
                        color: #7f00ff;
                        -webkit-box-shadow: 0 .2rem .2rem rgba(10,10,10,.1);
                        box-shadow: 0 .2rem .2rem rgba(10,10,10,.1)
                    }

                    .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start {
                        border-top-left-radius: 25091983px;
                        border-bottom-left-radius: 25091983px
                    }

                    .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end {
                        border-top-right-radius: 25091983px;
                        border-bottom-right-radius: 25091983px
                    }

                    .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
                        background-color: #7f00ff;
                        color: #fff
                    }

                        .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                            border-color: #fff !important;
                            color: #fff !important
                        }

        .datetimepicker .datepicker-body .datepicker-months, .datetimepicker .datepicker-body .datepicker-years {
            display: none;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: .5rem;
            max-height: 17rem;
            overflow-y: auto
        }

            .datetimepicker .datepicker-body .datepicker-months.is-active, .datetimepicker .datepicker-body .datepicker-years.is-active {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

            .datetimepicker .datepicker-body .datepicker-months .datepicker-month, .datetimepicker .datepicker-body .datepicker-months .datepicker-year, .datetimepicker .datepicker-body .datepicker-years .datepicker-month, .datetimepicker .datepicker-body .datepicker-years .datepicker-year {
                padding: .5rem;
                margin: .5rem;
                font-size: .75rem;
                text-align: center;
                -webkit-box-flex: 1;
                -ms-flex: 1 25%;
                flex: 1 25%;
                text-transform: capitalize;
                border-radius: 25091983px;
                border: .1rem solid rgba(0,0,0,0)
            }

                .datetimepicker .datepicker-body .datepicker-months .datepicker-month.is-active, .datetimepicker .datepicker-body .datepicker-months .datepicker-year.is-active, .datetimepicker .datepicker-body .datepicker-years .datepicker-month.is-active, .datetimepicker .datepicker-body .datepicker-years .datepicker-year.is-active {
                    background: #7f00ff;
                    border-color: #7f00ff;
                    color: #fff
                }

                .datetimepicker .datepicker-body .datepicker-months .datepicker-month:hover, .datetimepicker .datepicker-body .datepicker-months .datepicker-year:hover, .datetimepicker .datepicker-body .datepicker-years .datepicker-month:hover, .datetimepicker .datepicker-body .datepicker-years .datepicker-year:hover {
                    cursor: pointer;
                    background: #fff;
                    border: .1rem solid #7f00ff;
                    color: rgba(0,0,0,.7)
                }

    .datetimepicker .datetimepicker-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        margin: 0
    }

        .datetimepicker .datetimepicker-footer > * {
            text-decoration: none !important
        }

    .datetimepicker.is-datetimepicker-default .datetimepicker-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .datetimepicker.is-datetimepicker-default .datetimepicker-container:after, .datetimepicker.is-datetimepicker-default .datetimepicker-container:before {
            bottom: 100%;
            left: 15%;
            border: solid rgba(0,0,0,0);
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none
        }

        .datetimepicker.is-datetimepicker-default .datetimepicker-container:after {
            border-color: rgba(255,255,255,0);
            border-bottom-color: #fff;
            border-width: .75rem;
            margin-left: -0.75rem
        }

        .datetimepicker.is-datetimepicker-default .datetimepicker-container:before {
            border-color: rgba(74,74,74,0);
            border-bottom-color: #4a4a4a;
            border-width: .75rem;
            margin-left: -0.75rem
        }

        .datetimepicker.is-datetimepicker-default .datetimepicker-container.has-header-bottom {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
        }

    .datetimepicker.is-large {
        max-width: 100%
    }

        .datetimepicker.is-large .datepicker-body .datepicker-date {
            border-bottom: .1rem solid #f5f5f5;
            border-right: .1rem solid #f5f5f5;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 11rem;
            padding: 0
        }

            .datetimepicker.is-large .datepicker-body .datepicker-date:nth-child(7n) {
                border-right: 0
            }

            .datetimepicker.is-large .datepicker-body .datepicker-date:nth-last-child(-n+7) {
                border-bottom: 0
            }

        .datetimepicker.is-large .date-item {
            -ms-flex-item-align: end;
            align-self: flex-end;
            height: 2.2rem;
            margin-right: .5rem;
            margin-top: .5rem
        }

        .datetimepicker.is-large .datepicker-range:before, .datetimepicker.is-large .datepicker-range::before {
            top: 1.9rem
        }

        .datetimepicker.is-large .datepicker-range.datepicker-range-start::before {
            left: auto;
            width: 1.9rem
        }

        .datetimepicker.is-large .datepicker-range.datepicker-range-end::before {
            right: 1.9rem
        }

        .datetimepicker.is-large .datepicker-events {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            line-height: 1;
            overflow-y: auto;
            padding: .5rem
        }

        .datetimepicker.is-large .datepicker-event {
            background-color: #7a7a7a;
            border-radius: 2px;
            color: #fff;
            display: block;
            font-size: 1rem;
            margin: .2rem auto;
            overflow: hidden;
            padding: .3rem .4rem;
            text-align: left;
            text-overflow: ellipsis;
            vertical-align: baseline;
            white-space: nowrap
        }

            .datetimepicker.is-large .datepicker-event.is-white {
                background-color: #fff;
                color: #0a0a0a
            }

            .datetimepicker.is-large .datepicker-event.is-black {
                background-color: #0a0a0a;
                color: #fff
            }

            .datetimepicker.is-large .datepicker-event.is-light {
                background-color: #f5f5f5;
                color: rgba(0,0,0,.7)
            }

            .datetimepicker.is-large .datepicker-event.is-dark {
                background-color: #363636;
                color: #fff
            }

            .datetimepicker.is-large .datepicker-event.is-primary {
                background-color: #039be5;
                color: #fff
            }

            .datetimepicker.is-large .datepicker-event.is-link {
                background-color: #039be5;
                color: #fff
            }

            .datetimepicker.is-large .datepicker-event.is-info {
                background-color: #039be5;
                color: #fff
            }

            .datetimepicker.is-large .datepicker-event.is-success {
                background-color: #06d6a0;
                color: #fff
            }

            .datetimepicker.is-large .datepicker-event.is-warning {
                background-color: #eda514;
                color: #fff
            }

            .datetimepicker.is-large .datepicker-event.is-danger {
                background-color: #e62965;
                color: #fff
            }

    .datetimepicker .timepicker {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto
    }

        .datetimepicker .timepicker .timepicker-start, .datetimepicker .timepicker .timepicker-end {
            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-flex: 1;
            -ms-flex: 1 50%;
            flex: 1 50%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative
        }

            .datetimepicker .timepicker .timepicker-start .timepicker-hours, .datetimepicker .timepicker .timepicker-start .timepicker-minutes, .datetimepicker .timepicker .timepicker-end .timepicker-hours, .datetimepicker .timepicker .timepicker-end .timepicker-minutes {
                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-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input, .datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input, .datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input, .datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input {
                    position: relative;
                    color: #7f00ff;
                    text-align: center;
                    overflow: hidden;
                    font-size: 2rem;
                    font-weight: 400
                }

                    .datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input.is-input .timepicker-input-number, .datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input.is-input .timepicker-input-number, .datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input.is-input .timepicker-input-number, .datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input.is-input .timepicker-input-number {
                        visability: hidden;
                        opacity: 0;
                        -webkit-transition: opacity 100ms ease-in;
                        transition: opacity 100ms ease-in
                    }

                    .datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input.is-input input, .datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input.is-input input, .datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input.is-input input, .datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input.is-input input {
                        visability: visible;
                        opacity: 1;
                        -webkit-transition: opacity 100ms ease-in;
                        transition: opacity 100ms ease-in
                    }

                    .datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input input, .datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input input, .datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input input, .datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input input {
                        width: 4rem;
                        margin: 0;
                        padding: 0;
                        position: relative;
                        z-index: 2;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        outline: none;
                        border: none;
                        opacity: 0;
                        -webkit-transition: opacity 100ms ease-in;
                        transition: opacity 100ms ease-in
                    }

            .datetimepicker .timepicker .timepicker-start .timepicker-input-number, .datetimepicker .timepicker .timepicker-end .timepicker-input-number {
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                visability: visible;
                opacity: 1;
                -webkit-transition: opacity 1000ms ease-in;
                transition: opacity 1000ms ease-in;
                font-weight: 300
            }

                .datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-increment-hide, .datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-increment-hide {
                    opacity: 0;
                    -webkit-transform: translateY(-50px);
                    transform: translateY(-50px);
                    -webkit-animation: increment-prev 100ms ease-in;
                    animation: increment-prev 100ms ease-in
                }

                .datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-increment-visible, .datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-increment-visible {
                    opacity: 1;
                    -webkit-transform: translateY(0);
                    transform: translateY(0);
                    -webkit-animation: increment-next 100ms ease-out;
                    animation: increment-next 100ms ease-out
                }

                .datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-decrement-hide, .datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-decrement-hide {
                    opacity: 0;
                    -webkit-transform: translateY(50px);
                    transform: translateY(50px);
                    -webkit-animation: decrement-prev 100ms ease-in;
                    animation: decrement-prev 100ms ease-in
                }

                .datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-decrement-visible, .datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-decrement-visible {
                    opacity: 1;
                    -webkit-transform: translateY(0);
                    transform: translateY(0);
                    -webkit-animation: decrement-next 100ms ease-out;
                    animation: decrement-next 100ms ease-out
                }

        .datetimepicker .timepicker .timepicker-end {
            margin-left: 1rem;
            padding-left: 1rem
        }

            .datetimepicker .timepicker .timepicker-end:before, .datetimepicker .timepicker .timepicker-end::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                height: 50%;
                width: .1rem;
                background-color: #f5f5f5
            }

        .datetimepicker .timepicker .timepicker-previous, .datetimepicker .timepicker .timepicker-next {
            font-size: 1rem;
            line-height: 1rem;
            display: block;
            color: #adbcda;
            text-align: center;
            margin: 1rem 0 0;
            font-size: 1rem;
            padding: .5rem;
            width: 100%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .datetimepicker .timepicker .timepicker-previous:hover, .datetimepicker .timepicker .timepicker-next:hover {
                cursor: pointer;
                background-color: #f5f5f5
            }

        .datetimepicker .timepicker .timepicker-previous {
            margin: 0 0 1rem
        }

        .datetimepicker .timepicker .timepicker-time-divider {
            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: 1.5rem;
            color: #7f00ff
        }

        .datetimepicker .timepicker.is-white .timepicker-input, .datetimepicker .timepicker.is-white .timepicker-input-number, .datetimepicker .timepicker.is-white .timepicker-time-divider {
            color: #fff !important
        }

        .datetimepicker .timepicker.is-black .timepicker-input, .datetimepicker .timepicker.is-black .timepicker-input-number, .datetimepicker .timepicker.is-black .timepicker-time-divider {
            color: #0a0a0a !important
        }

        .datetimepicker .timepicker.is-light .timepicker-input, .datetimepicker .timepicker.is-light .timepicker-input-number, .datetimepicker .timepicker.is-light .timepicker-time-divider {
            color: #f5f5f5 !important
        }

        .datetimepicker .timepicker.is-dark .timepicker-input, .datetimepicker .timepicker.is-dark .timepicker-input-number, .datetimepicker .timepicker.is-dark .timepicker-time-divider {
            color: #363636 !important
        }

        .datetimepicker .timepicker.is-primary .timepicker-input, .datetimepicker .timepicker.is-primary .timepicker-input-number, .datetimepicker .timepicker.is-primary .timepicker-time-divider {
            color: #039be5 !important
        }

        .datetimepicker .timepicker.is-link .timepicker-input, .datetimepicker .timepicker.is-link .timepicker-input-number, .datetimepicker .timepicker.is-link .timepicker-time-divider {
            color: #039be5 !important
        }

        .datetimepicker .timepicker.is-info .timepicker-input, .datetimepicker .timepicker.is-info .timepicker-input-number, .datetimepicker .timepicker.is-info .timepicker-time-divider {
            color: #039be5 !important
        }

        .datetimepicker .timepicker.is-success .timepicker-input, .datetimepicker .timepicker.is-success .timepicker-input-number, .datetimepicker .timepicker.is-success .timepicker-time-divider {
            color: #06d6a0 !important
        }

        .datetimepicker .timepicker.is-warning .timepicker-input, .datetimepicker .timepicker.is-warning .timepicker-input-number, .datetimepicker .timepicker.is-warning .timepicker-time-divider {
            color: #eda514 !important
        }

        .datetimepicker .timepicker.is-danger .timepicker-input, .datetimepicker .timepicker.is-danger .timepicker-input-number, .datetimepicker .timepicker.is-danger .timepicker-time-divider {
            color: #e62965 !important
        }

        .datetimepicker .timepicker.is-black-bis .timepicker-input, .datetimepicker .timepicker.is-black-bis .timepicker-input-number, .datetimepicker .timepicker.is-black-bis .timepicker-time-divider {
            color: #121212 !important
        }

        .datetimepicker .timepicker.is-black-ter .timepicker-input, .datetimepicker .timepicker.is-black-ter .timepicker-input-number, .datetimepicker .timepicker.is-black-ter .timepicker-time-divider {
            color: #242424 !important
        }

        .datetimepicker .timepicker.is-grey-darker .timepicker-input, .datetimepicker .timepicker.is-grey-darker .timepicker-input-number, .datetimepicker .timepicker.is-grey-darker .timepicker-time-divider {
            color: #363636 !important
        }

        .datetimepicker .timepicker.is-grey-dark .timepicker-input, .datetimepicker .timepicker.is-grey-dark .timepicker-input-number, .datetimepicker .timepicker.is-grey-dark .timepicker-time-divider {
            color: #4a4a4a !important
        }

        .datetimepicker .timepicker.is-grey .timepicker-input, .datetimepicker .timepicker.is-grey .timepicker-input-number, .datetimepicker .timepicker.is-grey .timepicker-time-divider {
            color: #7a7a7a !important
        }

        .datetimepicker .timepicker.is-grey-light .timepicker-input, .datetimepicker .timepicker.is-grey-light .timepicker-input-number, .datetimepicker .timepicker.is-grey-light .timepicker-time-divider {
            color: #b5b5b5 !important
        }

        .datetimepicker .timepicker.is-grey-lighter .timepicker-input, .datetimepicker .timepicker.is-grey-lighter .timepicker-input-number, .datetimepicker .timepicker.is-grey-lighter .timepicker-time-divider {
            color: #dbdbdb !important
        }

        .datetimepicker .timepicker.is-white-ter .timepicker-input, .datetimepicker .timepicker.is-white-ter .timepicker-input-number, .datetimepicker .timepicker.is-white-ter .timepicker-time-divider {
            color: #f5f5f5 !important
        }

        .datetimepicker .timepicker.is-white-bis .timepicker-input, .datetimepicker .timepicker.is-white-bis .timepicker-input-number, .datetimepicker .timepicker.is-white-bis .timepicker-time-divider {
            color: #fafafa !important
        }

    .datetimepicker.is-white .datetimepicker-header .datetimepicker-selection-day {
        color: #fff
    }

    .datetimepicker.is-white .datepicker-nav {
        background: #fff;
        color: #0a0a0a
    }

    .datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #fff;
        border-color: #fff
    }

    .datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #fff;
        color: #fff
    }

    .datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #fff
    }

    .datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #fff
    }

        .datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #fff
        }

        .datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #fff;
            color: #0a0a0a
        }

            .datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #0a0a0a !important;
                color: #0a0a0a !important
            }

        .datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #0a0a0a;
            border-color: #fff;
            color: #fff
        }

    .datetimepicker.is-black .datetimepicker-header .datetimepicker-selection-day {
        color: #0a0a0a
    }

    .datetimepicker.is-black .datepicker-nav {
        background: #0a0a0a;
        color: #fff
    }

    .datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #0a0a0a;
        border-color: #0a0a0a
    }

    .datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #0a0a0a;
        color: #0a0a0a
    }

    .datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #0a0a0a
    }

    .datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #0a0a0a
    }

        .datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #0a0a0a
        }

        .datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #0a0a0a;
            color: #fff
        }

            .datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #0a0a0a;
            color: #0a0a0a
        }

    .datetimepicker.is-light .datetimepicker-header .datetimepicker-selection-day {
        color: #f5f5f5
    }

    .datetimepicker.is-light .datepicker-nav {
        background: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

    .datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #f5f5f5;
        border-color: #f5f5f5
    }

    .datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #f5f5f5;
        color: #f5f5f5
    }

    .datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #f5f5f5
    }

    .datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #f5f5f5
    }

        .datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #f5f5f5
        }

        .datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #f5f5f5;
            color: rgba(0,0,0,.7)
        }

            .datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: rgba(0,0,0,.7) !important;
                color: rgba(0,0,0,.7) !important
            }

        .datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: rgba(0,0,0,.7);
            border-color: #f5f5f5;
            color: #f5f5f5
        }

    .datetimepicker.is-dark .datetimepicker-header .datetimepicker-selection-day {
        color: #363636
    }

    .datetimepicker.is-dark .datepicker-nav {
        background: #363636;
        color: #fff
    }

    .datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #363636;
        border-color: #363636
    }

    .datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #363636;
        color: #363636
    }

    .datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #363636
    }

    .datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #363636
    }

        .datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #363636
        }

        .datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #363636;
            color: #fff
        }

            .datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #363636;
            color: #363636
        }

    .datetimepicker.is-primary .datetimepicker-header .datetimepicker-selection-day {
        color: #039be5
    }

    .datetimepicker.is-primary .datepicker-nav {
        background: #039be5;
        color: #fff
    }

    .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #039be5;
        border-color: #039be5
    }

    .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #039be5;
        color: #039be5
    }

    .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #039be5
    }

    .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #039be5
    }

        .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #039be5
        }

        .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #039be5;
            color: #fff
        }

            .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #039be5;
            color: #039be5
        }

    .datetimepicker.is-link .datetimepicker-header .datetimepicker-selection-day {
        color: #039be5
    }

    .datetimepicker.is-link .datepicker-nav {
        background: #039be5;
        color: #fff
    }

    .datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #039be5;
        border-color: #039be5
    }

    .datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #039be5;
        color: #039be5
    }

    .datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #039be5
    }

    .datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #039be5
    }

        .datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #039be5
        }

        .datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #039be5;
            color: #fff
        }

            .datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #039be5;
            color: #039be5
        }

    .datetimepicker.is-info .datetimepicker-header .datetimepicker-selection-day {
        color: #039be5
    }

    .datetimepicker.is-info .datepicker-nav {
        background: #039be5;
        color: #fff
    }

    .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #039be5;
        border-color: #039be5
    }

    .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #039be5;
        color: #039be5
    }

    .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #039be5
    }

    .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #039be5
    }

        .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #039be5
        }

        .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #039be5;
            color: #fff
        }

            .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #039be5;
            color: #039be5
        }

    .datetimepicker.is-success .datetimepicker-header .datetimepicker-selection-day {
        color: #06d6a0
    }

    .datetimepicker.is-success .datepicker-nav {
        background: #06d6a0;
        color: #fff
    }

    .datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #06d6a0;
        border-color: #06d6a0
    }

    .datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #06d6a0;
        color: #06d6a0
    }

    .datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #06d6a0
    }

    .datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #06d6a0
    }

        .datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #06d6a0
        }

        .datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #06d6a0;
            color: #fff
        }

            .datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #06d6a0;
            color: #06d6a0
        }

    .datetimepicker.is-warning .datetimepicker-header .datetimepicker-selection-day {
        color: #eda514
    }

    .datetimepicker.is-warning .datepicker-nav {
        background: #eda514;
        color: #fff
    }

    .datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #eda514;
        border-color: #eda514
    }

    .datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #eda514;
        color: #eda514
    }

    .datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #eda514
    }

    .datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #eda514
    }

        .datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #eda514
        }

        .datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #eda514;
            color: #fff
        }

            .datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #eda514;
            color: #eda514
        }

    .datetimepicker.is-danger .datetimepicker-header .datetimepicker-selection-day {
        color: #e62965
    }

    .datetimepicker.is-danger .datepicker-nav {
        background: #e62965;
        color: #fff
    }

    .datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #e62965;
        border-color: #e62965
    }

    .datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #e62965;
        color: #e62965
    }

    .datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #e62965
    }

    .datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #e62965
    }

        .datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #e62965
        }

        .datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #e62965;
            color: #fff
        }

            .datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #e62965;
            color: #e62965
        }

    .datetimepicker.is-black-bis .datetimepicker-header .datetimepicker-selection-day {
        color: #121212
    }

    .datetimepicker.is-black-bis .datepicker-nav {
        background: #121212;
        color: #fff
    }

    .datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #121212;
        border-color: #121212
    }

    .datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #121212;
        color: #121212
    }

    .datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #121212
    }

    .datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #121212
    }

        .datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #121212
        }

        .datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #121212;
            color: #fff
        }

            .datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #121212;
            color: #121212
        }

    .datetimepicker.is-black-ter .datetimepicker-header .datetimepicker-selection-day {
        color: #242424
    }

    .datetimepicker.is-black-ter .datepicker-nav {
        background: #242424;
        color: #fff
    }

    .datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #242424;
        border-color: #242424
    }

    .datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #242424;
        color: #242424
    }

    .datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #242424
    }

    .datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #242424
    }

        .datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #242424
        }

        .datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #242424;
            color: #fff
        }

            .datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #242424;
            color: #242424
        }

    .datetimepicker.is-grey-darker .datetimepicker-header .datetimepicker-selection-day {
        color: #363636
    }

    .datetimepicker.is-grey-darker .datepicker-nav {
        background: #363636;
        color: #fff
    }

    .datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #363636;
        border-color: #363636
    }

    .datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #363636;
        color: #363636
    }

    .datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #363636
    }

    .datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #363636
    }

        .datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #363636
        }

        .datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #363636;
            color: #fff
        }

            .datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #363636;
            color: #363636
        }

    .datetimepicker.is-grey-dark .datetimepicker-header .datetimepicker-selection-day {
        color: #4a4a4a
    }

    .datetimepicker.is-grey-dark .datepicker-nav {
        background: #4a4a4a;
        color: #fff
    }

    .datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #4a4a4a;
        border-color: #4a4a4a
    }

    .datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #4a4a4a;
        color: #4a4a4a
    }

    .datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #4a4a4a
    }

    .datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #4a4a4a
    }

        .datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #4a4a4a
        }

        .datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #4a4a4a;
            color: #fff
        }

            .datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #4a4a4a;
            color: #4a4a4a
        }

    .datetimepicker.is-grey .datetimepicker-header .datetimepicker-selection-day {
        color: #7a7a7a
    }

    .datetimepicker.is-grey .datepicker-nav {
        background: #7a7a7a;
        color: #fff
    }

    .datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #7a7a7a;
        border-color: #7a7a7a
    }

    .datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #7a7a7a;
        color: #7a7a7a
    }

    .datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #7a7a7a
    }

    .datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #7a7a7a
    }

        .datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #7a7a7a
        }

        .datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #7a7a7a;
            color: #fff
        }

            .datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #7a7a7a;
            color: #7a7a7a
        }

    .datetimepicker.is-grey-light .datetimepicker-header .datetimepicker-selection-day {
        color: #b5b5b5
    }

    .datetimepicker.is-grey-light .datepicker-nav {
        background: #b5b5b5;
        color: #fff
    }

    .datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #b5b5b5;
        border-color: #b5b5b5
    }

    .datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #b5b5b5;
        color: #b5b5b5
    }

    .datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #b5b5b5
    }

    .datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #b5b5b5
    }

        .datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #b5b5b5
        }

        .datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #b5b5b5;
            color: #fff
        }

            .datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: #fff !important;
                color: #fff !important
            }

        .datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: #fff;
            border-color: #b5b5b5;
            color: #b5b5b5
        }

    .datetimepicker.is-grey-lighter .datetimepicker-header .datetimepicker-selection-day {
        color: #dbdbdb
    }

    .datetimepicker.is-grey-lighter .datepicker-nav {
        background: #dbdbdb;
        color: rgba(0,0,0,.7)
    }

    .datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #dbdbdb;
        border-color: #dbdbdb
    }

    .datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #dbdbdb;
        color: #dbdbdb
    }

    .datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #dbdbdb
    }

    .datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #dbdbdb
    }

        .datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #dbdbdb
        }

        .datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #dbdbdb;
            color: rgba(0,0,0,.7)
        }

            .datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: rgba(0,0,0,.7) !important;
                color: rgba(0,0,0,.7) !important
            }

        .datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: rgba(0,0,0,.7);
            border-color: #dbdbdb;
            color: #dbdbdb
        }

    .datetimepicker.is-white-ter .datetimepicker-header .datetimepicker-selection-day {
        color: #f5f5f5
    }

    .datetimepicker.is-white-ter .datepicker-nav {
        background: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

    .datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #f5f5f5;
        border-color: #f5f5f5
    }

    .datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #f5f5f5;
        color: #f5f5f5
    }

    .datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #f5f5f5
    }

    .datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #f5f5f5
    }

        .datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #f5f5f5
        }

        .datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #f5f5f5;
            color: rgba(0,0,0,.7)
        }

            .datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: rgba(0,0,0,.7) !important;
                color: rgba(0,0,0,.7) !important
            }

        .datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: rgba(0,0,0,.7);
            border-color: #f5f5f5;
            color: #f5f5f5
        }

    .datetimepicker.is-white-bis .datetimepicker-header .datetimepicker-selection-day {
        color: #fafafa
    }

    .datetimepicker.is-white-bis .datepicker-nav {
        background: #fafafa;
        color: rgba(0,0,0,.7)
    }

    .datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
        background: #fafafa;
        border-color: #fafafa
    }

    .datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
        border-color: #fafafa;
        color: #fafafa
    }

    .datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
        border-color: #fafafa
    }

    .datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
        background: #fafafa
    }

        .datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before, .datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before {
            background: #fafafa
        }

        .datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
            background-color: #fafafa;
            color: rgba(0,0,0,.7)
        }

            .datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
                border-color: rgba(0,0,0,.7) !important;
                color: rgba(0,0,0,.7) !important
            }

        .datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
            background: rgba(0,0,0,.7);
            border-color: #fafafa;
            color: #fafafa
        }

.datetimepicker-dummy {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 2.5rem
}

    .datetimepicker-dummy:before, .datetimepicker-dummy::before {
        content: "";
        -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9ImN1cnJlbnRjb2xvciIgZD0iTTU3LDRoLTdWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIMTlWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIM0MyLjQ0Nyw0LDIsNC40NDcsMiw1djExdjQzYzAsMC41NTMsMC40NDcsMSwxLDFoNTRjMC41NTMsMCwxLTAuNDQ3LDEtMVYxNlY1QzU4LDQuNDQ3LDU3LjU1Myw0LDU3LDR6IE00MywyaDV2M3YzaC01VjVWMnogTTEyLDJoNXYzdjNoLTVWNVYyeiBNNCw2aDZ2M2MwLDAuNTUzLDAuNDQ3LDEsMSwxaDdjMC41NTMsMCwxLTAuNDQ3LDEtMVY2aDIydjNjMCwwLjU1MywwLjQ0NywxLDEsMWg3YzAuNTUzLDAsMS0wLjQ0NywxLTFWNmg2djlINFY2ek00LDU4VjE3aDUydjQxSDR6Ii8+PHBhdGggZmlsbD0iY3VycmVudGNvbG9yIiBkPSJNMzgsMjNoLTdoLTJoLTdoLTJoLTl2OXYydjd2MnY5aDloMmg3aDJoN2gyaDl2LTl2LTJ2LTd2LTJ2LTloLTlIMzh6TTMxLDI1aDd2N2gtN1YyNXpNMzgsNDFoLTd2LTdoN1Y0MXpNMjIsMzRoN3Y3aC03VjM0ek0yMiwyNWg3djdoLTdWMjV6TTEzLDI1aDd2N2gtN1YyNXpNMTMsMzRoN3Y3aC03VjM0ek0yMCw1MGgtN3YtN2g3VjUwek0yOSw1MGgtN3YtN2g3VjUweiBNMzgsNTBoLTd2LTdoN1Y1MHogTTQ3LDUwaC03di03aDdWNTB6IE00Nyw0MWgtN3YtN2g3VjQxek00NywyNXY3aC03di03SDQ3eiIvPjwvZz48L3N2Zz4=);
        mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9ImN1cnJlbnRjb2xvciIgZD0iTTU3LDRoLTdWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIMTlWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIM0MyLjQ0Nyw0LDIsNC40NDcsMiw1djExdjQzYzAsMC41NTMsMC40NDcsMSwxLDFoNTRjMC41NTMsMCwxLTAuNDQ3LDEtMVYxNlY1QzU4LDQuNDQ3LDU3LjU1Myw0LDU3LDR6IE00MywyaDV2M3YzaC01VjVWMnogTTEyLDJoNXYzdjNoLTVWNVYyeiBNNCw2aDZ2M2MwLDAuNTUzLDAuNDQ3LDEsMSwxaDdjMC41NTMsMCwxLTAuNDQ3LDEtMVY2aDIydjNjMCwwLjU1MywwLjQ0NywxLDEsMWg3YzAuNTUzLDAsMS0wLjQ0NywxLTFWNmg2djlINFY2ek00LDU4VjE3aDUydjQxSDR6Ii8+PHBhdGggZmlsbD0iY3VycmVudGNvbG9yIiBkPSJNMzgsMjNoLTdoLTJoLTdoLTJoLTl2OXYydjd2MnY5aDloMmg3aDJoN2gyaDl2LTl2LTJ2LTd2LTJ2LTloLTlIMzh6TTMxLDI1aDd2N2gtN1YyNXpNMzgsNDFoLTd2LTdoN1Y0MXpNMjIsMzRoN3Y3aC03VjM0ek0yMiwyNWg3djdoLTdWMjV6TTEzLDI1aDd2N2gtN1YyNXpNMTMsMzRoN3Y3aC03VjM0ek0yMCw1MGgtN3YtN2g3VjUwek0yOSw1MGgtN3YtN2g3VjUweiBNMzgsNTBoLTd2LTdoN1Y1MHogTTQ3LDUwaC03di03aDdWNTB6IE00Nyw0MWgtN3YtN2g3VjQxek00NywyNXY3aC03di03SDQ3eiIvPjwvZz48L3N2Zz4=);
        position: absolute;
        top: .65rem;
        left: .75rem;
        width: 1.25rem;
        height: 1.25rem;
        background-color: #7f00ff
    }

    .datetimepicker-dummy .datetimepicker-clear-button {
        background: rgba(0,0,0,0);
        border: 0;
        color: #7f00ff;
        cursor: pointer;
        font-weight: 400;
        outline: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 1.5rem;
        height: 1.75rem;
        margin: .4rem .2rem 0 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 1.75rem
    }

    .datetimepicker-dummy .datetimepicker-dummy-wrapper {
        border: 1px solid #b5b5b5;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        max-width: 100%
    }

        .datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {
            color: #4a4a4a;
            font-size: 1rem;
            text-align: left;
            text-indent: 1rem;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 100%;
            max-width: 50%
        }

            .datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input:first-child {
                text-indent: 2.5rem
            }

            .datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input.is-datetimepicker-range {
                background: rgba(0,0,0,0) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgOCAxOCI+CiAgICA8cGF0aCBmaWxsPSIjOTU5OUFBIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0uMTE5LjcxOGw3LjE1OCA3LjQwNy0uMDMzLS41NTEtNi43MzcgOC44ODlhLjQyNS40MjUgMCAwIDAgLjA4LjU5My40Mi40MiAwIDAgMCAuNTktLjA4bDYuNzM3LTguODg5YS40MjUuNDI1IDAgMCAwLS4wMzMtLjU1MUwuNzIzLjEyOEEuNDIuNDIgMCAwIDAgLjEyOC4xMmEuNDI1LjQyNSAwIDAgMC0uMDA5LjU5OHoiLz4KPC9zdmc+Cg==) no-repeat 100%/8px
            }

        .datetimepicker-dummy .datetimepicker-dummy-wrapper input {
            background: rgba(0,0,0,0);
            outline: none;
            word-spacing: .5rem;
            border: 0
        }

    .datetimepicker-dummy.is-white:before, .datetimepicker-dummy.is-white::before {
        background-color: #fff
    }

    .datetimepicker-dummy.is-white .datetimepicker-clear-button {
        color: #fff
    }

    .datetimepicker-dummy.is-black:before, .datetimepicker-dummy.is-black::before {
        background-color: #0a0a0a
    }

    .datetimepicker-dummy.is-black .datetimepicker-clear-button {
        color: #0a0a0a
    }

    .datetimepicker-dummy.is-light:before, .datetimepicker-dummy.is-light::before {
        background-color: #f5f5f5
    }

    .datetimepicker-dummy.is-light .datetimepicker-clear-button {
        color: #f5f5f5
    }

    .datetimepicker-dummy.is-dark:before, .datetimepicker-dummy.is-dark::before {
        background-color: #363636
    }

    .datetimepicker-dummy.is-dark .datetimepicker-clear-button {
        color: #363636
    }

    .datetimepicker-dummy.is-primary:before, .datetimepicker-dummy.is-primary::before {
        background-color: #039be5
    }

    .datetimepicker-dummy.is-primary .datetimepicker-clear-button {
        color: #039be5
    }

    .datetimepicker-dummy.is-link:before, .datetimepicker-dummy.is-link::before {
        background-color: #039be5
    }

    .datetimepicker-dummy.is-link .datetimepicker-clear-button {
        color: #039be5
    }

    .datetimepicker-dummy.is-info:before, .datetimepicker-dummy.is-info::before {
        background-color: #039be5
    }

    .datetimepicker-dummy.is-info .datetimepicker-clear-button {
        color: #039be5
    }

    .datetimepicker-dummy.is-success:before, .datetimepicker-dummy.is-success::before {
        background-color: #06d6a0
    }

    .datetimepicker-dummy.is-success .datetimepicker-clear-button {
        color: #06d6a0
    }

    .datetimepicker-dummy.is-warning:before, .datetimepicker-dummy.is-warning::before {
        background-color: #eda514
    }

    .datetimepicker-dummy.is-warning .datetimepicker-clear-button {
        color: #eda514
    }

    .datetimepicker-dummy.is-danger:before, .datetimepicker-dummy.is-danger::before {
        background-color: #e62965
    }

    .datetimepicker-dummy.is-danger .datetimepicker-clear-button {
        color: #e62965
    }

    .datetimepicker-dummy.is-black-bis:before, .datetimepicker-dummy.is-black-bis::before {
        background-color: #121212
    }

    .datetimepicker-dummy.is-black-bis .datetimepicker-clear-button {
        color: #121212
    }

    .datetimepicker-dummy.is-black-ter:before, .datetimepicker-dummy.is-black-ter::before {
        background-color: #242424
    }

    .datetimepicker-dummy.is-black-ter .datetimepicker-clear-button {
        color: #242424
    }

    .datetimepicker-dummy.is-grey-darker:before, .datetimepicker-dummy.is-grey-darker::before {
        background-color: #363636
    }

    .datetimepicker-dummy.is-grey-darker .datetimepicker-clear-button {
        color: #363636
    }

    .datetimepicker-dummy.is-grey-dark:before, .datetimepicker-dummy.is-grey-dark::before {
        background-color: #4a4a4a
    }

    .datetimepicker-dummy.is-grey-dark .datetimepicker-clear-button {
        color: #4a4a4a
    }

    .datetimepicker-dummy.is-grey:before, .datetimepicker-dummy.is-grey::before {
        background-color: #7a7a7a
    }

    .datetimepicker-dummy.is-grey .datetimepicker-clear-button {
        color: #7a7a7a
    }

    .datetimepicker-dummy.is-grey-light:before, .datetimepicker-dummy.is-grey-light::before {
        background-color: #b5b5b5
    }

    .datetimepicker-dummy.is-grey-light .datetimepicker-clear-button {
        color: #b5b5b5
    }

    .datetimepicker-dummy.is-grey-lighter:before, .datetimepicker-dummy.is-grey-lighter::before {
        background-color: #dbdbdb
    }

    .datetimepicker-dummy.is-grey-lighter .datetimepicker-clear-button {
        color: #dbdbdb
    }

    .datetimepicker-dummy.is-white-ter:before, .datetimepicker-dummy.is-white-ter::before {
        background-color: #f5f5f5
    }

    .datetimepicker-dummy.is-white-ter .datetimepicker-clear-button {
        color: #f5f5f5
    }

    .datetimepicker-dummy.is-white-bis:before, .datetimepicker-dummy.is-white-bis::before {
        background-color: #fafafa
    }

    .datetimepicker-dummy.is-white-bis .datetimepicker-clear-button {
        color: #fafafa
    }

.modal .datetimepicker {
    display: block;
    max-height: 95vh;
    width: 22rem;
    max-width: 95vw;
    overflow-y: auto
}

.is-divider, .is-divider-vertical {
    display: block;
    position: relative;
    border-top: .1rem solid #dbdbdb;
    height: .1rem;
    margin: 2rem 0;
    text-align: center
}

    .is-divider[data-content]::after, .is-divider-vertical[data-content]::after {
        background: #fff;
        color: #b5b5b5;
        content: attr(data-content);
        display: inline-block;
        font-size: .75rem;
        padding: .4rem .8rem;
        -webkit-transform: translateY(-1.1rem);
        transform: translateY(-1.1rem);
        text-align: center
    }

@media screen and (min-width: 769px),print {
    .is-divider-vertical {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: auto;
        height: auto;
        padding: 2rem;
        margin: 0;
        position: relative;
        border-top: none;
        min-height: 2rem
    }

        .is-divider-vertical::before {
            border-left: .1rem solid #dbdbdb;
            bottom: 1rem;
            content: "";
            display: block;
            left: 50%;
            position: absolute;
            top: 1rem;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

        .is-divider-vertical[data-content]::after {
            position: absolute;
            left: 50%;
            top: 50%;
            padding: .1rem;
            -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%)
        }
}

.is-divider.is-white, .is-divider-vertical.is-white {
    border-top-color: #fff
}

    .is-divider.is-white[data-content]::after, .is-divider.is-white[data-content]::after, .is-divider-vertical.is-white[data-content]::after, .is-divider-vertical.is-white[data-content]::after {
        background: #0a0a0a;
        color: #fff
    }

    .is-divider.is-white::before, .is-divider-vertical.is-white::before {
        border-left-color: #fff
    }

.is-divider.is-black, .is-divider-vertical.is-black {
    border-top-color: #0a0a0a
}

    .is-divider.is-black[data-content]::after, .is-divider.is-black[data-content]::after, .is-divider-vertical.is-black[data-content]::after, .is-divider-vertical.is-black[data-content]::after {
        background: #fff;
        color: #0a0a0a
    }

    .is-divider.is-black::before, .is-divider-vertical.is-black::before {
        border-left-color: #0a0a0a
    }

.is-divider.is-light, .is-divider-vertical.is-light {
    border-top-color: #f5f5f5
}

    .is-divider.is-light[data-content]::after, .is-divider.is-light[data-content]::after, .is-divider-vertical.is-light[data-content]::after, .is-divider-vertical.is-light[data-content]::after {
        background: rgba(0,0,0,.7);
        color: #f5f5f5
    }

    .is-divider.is-light::before, .is-divider-vertical.is-light::before {
        border-left-color: #f5f5f5
    }

.is-divider.is-dark, .is-divider-vertical.is-dark {
    border-top-color: #363636
}

    .is-divider.is-dark[data-content]::after, .is-divider.is-dark[data-content]::after, .is-divider-vertical.is-dark[data-content]::after, .is-divider-vertical.is-dark[data-content]::after {
        background: #fff;
        color: #363636
    }

    .is-divider.is-dark::before, .is-divider-vertical.is-dark::before {
        border-left-color: #363636
    }

.is-divider.is-primary, .is-divider-vertical.is-primary {
    border-top-color: #039be5
}

    .is-divider.is-primary[data-content]::after, .is-divider.is-primary[data-content]::after, .is-divider-vertical.is-primary[data-content]::after, .is-divider-vertical.is-primary[data-content]::after {
        background: #fff;
        color: #039be5
    }

    .is-divider.is-primary::before, .is-divider-vertical.is-primary::before {
        border-left-color: #039be5
    }

.is-divider.is-link, .is-divider-vertical.is-link {
    border-top-color: #039be5
}

    .is-divider.is-link[data-content]::after, .is-divider.is-link[data-content]::after, .is-divider-vertical.is-link[data-content]::after, .is-divider-vertical.is-link[data-content]::after {
        background: #fff;
        color: #039be5
    }

    .is-divider.is-link::before, .is-divider-vertical.is-link::before {
        border-left-color: #039be5
    }

.is-divider.is-info, .is-divider-vertical.is-info {
    border-top-color: #039be5
}

    .is-divider.is-info[data-content]::after, .is-divider.is-info[data-content]::after, .is-divider-vertical.is-info[data-content]::after, .is-divider-vertical.is-info[data-content]::after {
        background: #fff;
        color: #039be5
    }

    .is-divider.is-info::before, .is-divider-vertical.is-info::before {
        border-left-color: #039be5
    }

.is-divider.is-success, .is-divider-vertical.is-success {
    border-top-color: #06d6a0
}

    .is-divider.is-success[data-content]::after, .is-divider.is-success[data-content]::after, .is-divider-vertical.is-success[data-content]::after, .is-divider-vertical.is-success[data-content]::after {
        background: #fff;
        color: #06d6a0
    }

    .is-divider.is-success::before, .is-divider-vertical.is-success::before {
        border-left-color: #06d6a0
    }

.is-divider.is-warning, .is-divider-vertical.is-warning {
    border-top-color: #eda514
}

    .is-divider.is-warning[data-content]::after, .is-divider.is-warning[data-content]::after, .is-divider-vertical.is-warning[data-content]::after, .is-divider-vertical.is-warning[data-content]::after {
        background: #fff;
        color: #eda514
    }

    .is-divider.is-warning::before, .is-divider-vertical.is-warning::before {
        border-left-color: #eda514
    }

.is-divider.is-danger, .is-divider-vertical.is-danger {
    border-top-color: #e62965
}

    .is-divider.is-danger[data-content]::after, .is-divider.is-danger[data-content]::after, .is-divider-vertical.is-danger[data-content]::after, .is-divider-vertical.is-danger[data-content]::after {
        background: #fff;
        color: #e62965
    }

    .is-divider.is-danger::before, .is-divider-vertical.is-danger::before {
        border-left-color: #e62965
    }

.is-divider.is-black-bis, .is-divider-vertical.is-black-bis {
    border-top-color: #121212
}

    .is-divider.is-black-bis[data-content]::after, .is-divider.is-black-bis[data-content]::after, .is-divider-vertical.is-black-bis[data-content]::after, .is-divider-vertical.is-black-bis[data-content]::after {
        background: #fff;
        color: #121212
    }

    .is-divider.is-black-bis::before, .is-divider-vertical.is-black-bis::before {
        border-left-color: #121212
    }

.is-divider.is-black-ter, .is-divider-vertical.is-black-ter {
    border-top-color: #242424
}

    .is-divider.is-black-ter[data-content]::after, .is-divider.is-black-ter[data-content]::after, .is-divider-vertical.is-black-ter[data-content]::after, .is-divider-vertical.is-black-ter[data-content]::after {
        background: #fff;
        color: #242424
    }

    .is-divider.is-black-ter::before, .is-divider-vertical.is-black-ter::before {
        border-left-color: #242424
    }

.is-divider.is-grey-darker, .is-divider-vertical.is-grey-darker {
    border-top-color: #363636
}

    .is-divider.is-grey-darker[data-content]::after, .is-divider.is-grey-darker[data-content]::after, .is-divider-vertical.is-grey-darker[data-content]::after, .is-divider-vertical.is-grey-darker[data-content]::after {
        background: #fff;
        color: #363636
    }

    .is-divider.is-grey-darker::before, .is-divider-vertical.is-grey-darker::before {
        border-left-color: #363636
    }

.is-divider.is-grey-dark, .is-divider-vertical.is-grey-dark {
    border-top-color: #4a4a4a
}

    .is-divider.is-grey-dark[data-content]::after, .is-divider.is-grey-dark[data-content]::after, .is-divider-vertical.is-grey-dark[data-content]::after, .is-divider-vertical.is-grey-dark[data-content]::after {
        background: #fff;
        color: #4a4a4a
    }

    .is-divider.is-grey-dark::before, .is-divider-vertical.is-grey-dark::before {
        border-left-color: #4a4a4a
    }

.is-divider.is-grey, .is-divider-vertical.is-grey {
    border-top-color: #7a7a7a
}

    .is-divider.is-grey[data-content]::after, .is-divider.is-grey[data-content]::after, .is-divider-vertical.is-grey[data-content]::after, .is-divider-vertical.is-grey[data-content]::after {
        background: #fff;
        color: #7a7a7a
    }

    .is-divider.is-grey::before, .is-divider-vertical.is-grey::before {
        border-left-color: #7a7a7a
    }

.is-divider.is-grey-light, .is-divider-vertical.is-grey-light {
    border-top-color: #b5b5b5
}

    .is-divider.is-grey-light[data-content]::after, .is-divider.is-grey-light[data-content]::after, .is-divider-vertical.is-grey-light[data-content]::after, .is-divider-vertical.is-grey-light[data-content]::after {
        background: #fff;
        color: #b5b5b5
    }

    .is-divider.is-grey-light::before, .is-divider-vertical.is-grey-light::before {
        border-left-color: #b5b5b5
    }

.is-divider.is-grey-lighter, .is-divider-vertical.is-grey-lighter {
    border-top-color: #dbdbdb
}

    .is-divider.is-grey-lighter[data-content]::after, .is-divider.is-grey-lighter[data-content]::after, .is-divider-vertical.is-grey-lighter[data-content]::after, .is-divider-vertical.is-grey-lighter[data-content]::after {
        background: rgba(0,0,0,.7);
        color: #dbdbdb
    }

    .is-divider.is-grey-lighter::before, .is-divider-vertical.is-grey-lighter::before {
        border-left-color: #dbdbdb
    }

.is-divider.is-white-ter, .is-divider-vertical.is-white-ter {
    border-top-color: #f5f5f5
}

    .is-divider.is-white-ter[data-content]::after, .is-divider.is-white-ter[data-content]::after, .is-divider-vertical.is-white-ter[data-content]::after, .is-divider-vertical.is-white-ter[data-content]::after {
        background: rgba(0,0,0,.7);
        color: #f5f5f5
    }

    .is-divider.is-white-ter::before, .is-divider-vertical.is-white-ter::before {
        border-left-color: #f5f5f5
    }

.is-divider.is-white-bis, .is-divider-vertical.is-white-bis {
    border-top-color: #fafafa
}

    .is-divider.is-white-bis[data-content]::after, .is-divider.is-white-bis[data-content]::after, .is-divider-vertical.is-white-bis[data-content]::after, .is-divider-vertical.is-white-bis[data-content]::after {
        background: rgba(0,0,0,.7);
        color: #fafafa
    }

    .is-divider.is-white-bis::before, .is-divider-vertical.is-white-bis::before {
        border-left-color: #fafafa
    }

[data-action=iconPicker] {
    width: 0;
    height: 0;
    display: block;
    opacity: 0;
    top: -999px;
    position: absolute
}

.iconpicker-preview {
    border-radius: 100%;
    background-color: #f5f5f5
}

    .iconpicker-preview:hover {
        cursor: pointer
    }

    .iconpicker-preview .iconpicker-icon-preview {
        color: #7a7a7a;
        font-size: 1.5em
    }

.iconpicker-modal .modal-card .modal-card-head {
    background: #039be5;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 1rem
}

    .iconpicker-modal .modal-card .modal-card-head .modal-card-title {
        font-size: 1.2em;
        color: #fff
    }

    .iconpicker-modal .modal-card .modal-card-head .iconpicker-search {
        background-color: rgba(255,255,255,.5);
        border-radius: 2em;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: .1em solid rgba(255,255,255,.3);
        margin: 0 2em;
        padding: .3em 1em;
        color: #7a7a7a
    }

.iconpicker-modal .iconpicker-sets {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f5f5f5;
    font-size: .8em;
    margin: 0
}

.iconpicker-modal .modal-card-body {
    padding: 0
}

    .iconpicker-modal .modal-card-body .iconpicker-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1em
    }

        .iconpicker-modal .modal-card-body .iconpicker-icons [data-icon] {
            display: block;
            width: 48px;
            height: 48px;
            text-align: center;
            padding: .5rem
        }

            .iconpicker-modal .modal-card-body .iconpicker-icons [data-icon] .iconpicker-icon-preview {
                font-size: 1.4em
            }

.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1rem;
    min-height: 2rem
}

    .steps:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .steps .step-item {
        margin-top: 0;
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }

        .steps .step-item:not(:first-child) {
            -ms-flex-preferred-size: 1em;
            flex-basis: 1em;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-negative: 1;
            flex-shrink: 1
        }

            .steps .step-item:not(:first-child)::before {
                content: " ";
                display: block;
                position: absolute
            }

        .steps .step-item::before {
            background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, #039be5));
            background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #039be5 50%);
            background-size: 200% 100%;
            background-position: right bottom
        }

            .steps .step-item::before .step-marker {
                color: #fff
            }

        .steps .step-item.is-active::before {
            background-position: left bottom
        }

        .steps .step-item.is-active .step-marker {
            background-color: #fff;
            border-color: #039be5;
            color: #039be5
        }

        .steps .step-item.is-completed::before {
            background-position: left bottom
        }

        .steps .step-item.is-completed .step-marker {
            color: #fff;
            background-color: #039be5
        }

        .steps .step-item .step-marker {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 50%;
            font-weight: 700;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #b5b5b5;
            color: #fff;
            border: .2em solid #fff;
            z-index: 1
        }

        .steps .step-item .step-details {
            text-align: center
        }

        .steps .step-item.is-white::before {
            background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, #fff));
            background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #fff 50%);
            background-size: 200% 100%;
            background-position: right bottom
        }

        .steps .step-item.is-white.is-active::before {
            background-position: left bottom
        }

        .steps .step-item.is-white.is-active .step-marker {
            background-color: #fff;
            border-color: #fff;
            color: #fff
        }

        .steps .step-item.is-white.is-completed::before {
            background-position: left bottom
        }

        .steps .step-item.is-white.is-completed .step-marker {
            color: #0a0a0a;
            background-color: #fff
        }

        .steps .step-item.is-black::before {
            background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, hsl(0, 0%, 4%)));
            background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 4%) 50%);
            background-size: 200% 100%;
            background-position: right bottom
        }

        .steps .step-item.is-black.is-active::before {
            background-position: left bottom
        }

        .steps .step-item.is-black.is-active .step-marker {
            background-color: #fff;
            border-color: #0a0a0a;
            color: #0a0a0a
        }

        .steps .step-item.is-black.is-completed::before {
            background-position: left bottom
        }

        .steps .step-item.is-black.is-completed .step-marker {
            color: #fff;
            background-color: #0a0a0a
        }

        .steps .step-item.is-light::before {
            background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, hsl(0, 0%, 96%)));
            background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 96%) 50%);
            background-size: 200% 100%;
            background-position: right bottom
        }

        .steps .step-item.is-light.is-active::before {
            background-position: left bottom
        }

        .steps .step-item.is-light.is-active .step-marker {
            background-color: #fff;
            border-color: #f5f5f5;
            color: #f5f5f5
        }

        .steps .step-item.is-light.is-completed::before {
            background-position: left bottom
        }

        .steps .step-item.is-light.is-completed .step-marker {
            color: rgba(0,0,0,.7);
            background-color: #f5f5f5
        }

        .steps .step-item.is-dark::before {
            background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, hsl(0, 0%, 21%)));
            background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 21%) 50%);
            background-size: 200% 100%;
            background-position: right bottom
        }

        .steps .step-item.is-dark.is-active::before {
            background-position: left bottom
        }

        .steps .step-item.is-dark.is-active .step-marker {
            background-color: #fff;
            border-color: #363636;
            color: #363636
        }

        .steps .step-item.is-dark.is-completed::before {
            background-position: left bottom
        }

        .steps .step-item.is-dark.is-completed .step-marker {
            color: #fff;
            background-color: #363636
        }

        .steps .step-item.is-primary::before {
            background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, #039be5));
            background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #039be5 50%);
            background-size: 200% 100%;
            background-position: right bottom
        }

        .steps .step-item.is-primary.is-active::before {
            background-position: left bottom
        }

        .steps .step-item.is-primary.is-active .step-marker {
            background-color: #fff;
            border-color: #039be5;
            color: #039be5
        }

        .steps .step-item.is-primary.is-completed::before {
            background-position: left bottom
        }

        .steps .step-item.is-primary.is-completed .step-marker {
            color: #fff;
            background-color: #039be5
        }

        .steps .step-item.is-link::before {
            background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, #039be5));
            background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #039be5 50%);
            background-size: 200% 100%;
            background-position: right bottom
        }

        .steps .step-item.is-link.is-active::before {
            background-position: left bottom
        }

        .steps .step-item.is-link.is-active .step-marker {
            background-color: #fff;
            border-color: #039be5;
            color: #039be5
        }

        .steps .step-item.is-link.is-completed::before {
            background-position: left bottom
        }

        .steps .step-item.is-link.is-completed .step-marker {
            color: #fff;
            background-color: #039be5
        }

        .steps .step-item.is-info::before {
            background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, #039be5));
            background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #039be5 50%);
            background-size: 200% 100%;
            background-position: right bottom
        }

        .steps .step-item.is-info.is-active::before {
            background-position: left bottom
        }

        .steps .step-item.is-info.is-active .step-marker {
            background-color: #fff;
            border-color: #039be5;
            color: #039be5
        }

        .steps .step-item.is-info.is-completed::before {
            background-position: left bottom
        }

        .steps .step-item.is-info.is-completed .step-marker {
            color: #fff;
            background-color: #039be5
        }

        .steps .step-item.is-success::before {
            background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, #06d6a0));
            background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #06d6a0 50%);
            background-size: 200% 100%;
            background-position: right bottom
        }

        .steps .step-item.is-success.is-active::before {
            background-position: left bottom
        }

        .steps .step-item.is-success.is-active .step-marker {
            background-color: #fff;
            border-color: #06d6a0;
            color: #06d6a0
        }

        .steps .step-item.is-success.is-completed::before {
            background-position: left bottom
        }

        .steps .step-item.is-success.is-completed .step-marker {
            color: #fff;
            background-color: #06d6a0
        }

        .steps .step-item.is-warning::before {
            background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, #eda514));
            background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #eda514 50%);
            background-size: 200% 100%;
            background-position: right bottom
        }

        .steps .step-item.is-warning.is-active::before {
            background-position: left bottom
        }

        .steps .step-item.is-warning.is-active .step-marker {
            background-color: #fff;
            border-color: #eda514;
            color: #eda514
        }

        .steps .step-item.is-warning.is-completed::before {
            background-position: left bottom
        }

        .steps .step-item.is-warning.is-completed .step-marker {
            color: #fff;
            background-color: #eda514
        }

        .steps .step-item.is-danger::before {
            background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, #e62965));
            background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #e62965 50%);
            background-size: 200% 100%;
            background-position: right bottom
        }

        .steps .step-item.is-danger.is-active::before {
            background-position: left bottom
        }

        .steps .step-item.is-danger.is-active .step-marker {
            background-color: #fff;
            border-color: #e62965;
            color: #e62965
        }

        .steps .step-item.is-danger.is-completed::before {
            background-position: left bottom
        }

        .steps .step-item.is-danger.is-completed .step-marker {
            color: #fff;
            background-color: #e62965
        }

    .steps .steps-content {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 2rem 0
    }

        .steps .steps-content .step-content {
            display: none
        }

            .steps .steps-content .step-content.is-active {
                display: block
            }

    .steps .steps-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

        .steps .steps-actions .steps-action {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            margin: .5rem;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

    .steps.is-animated .step-item::before {
        -webkit-transition: all 2s ease;
        transition: all 2s ease
    }

    .steps.is-animated .step-item .step-marker {
        -webkit-transition: all 0s ease;
        transition: all 0s ease;
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s
    }

    .steps .step-item:not(:first-child)::before {
        height: .2em;
        width: 100%;
        bottom: 0;
        left: -50%;
        top: 1rem
    }

    .steps .step-item .step-marker {
        height: 2rem;
        width: 2rem;
        position: absolute;
        left: calc(50% - 1rem)
    }

        .steps .step-item .step-marker .icon * {
            font-size: 1rem
        }

    .steps .step-item .step-details {
        margin-top: 2rem;
        margin-left: .5em;
        margin-right: .5em;
        padding-top: .2em
    }

        .steps .step-item .step-details .step-title {
            font-size: 1.2rem;
            font-weight: 600
        }

    .steps.is-small {
        font-size: .75rem;
        min-height: 1.5rem
    }

        .steps.is-small .step-item:not(:first-child)::before {
            height: .2em;
            width: 100%;
            bottom: 0;
            left: -50%;
            top: 0.75rem
        }

        .steps.is-small .step-item .step-marker {
            height: 1.5rem;
            width: 1.5rem;
            position: absolute;
            left: calc(50% - 0.75rem)
        }

            .steps.is-small .step-item .step-marker .icon * {
                font-size: .75rem
            }

        .steps.is-small .step-item .step-details {
            margin-top: 1.5rem;
            margin-left: .5em;
            margin-right: .5em;
            padding-top: .2em
        }

            .steps.is-small .step-item .step-details .step-title {
                font-size: .9rem;
                font-weight: 600
            }

    .steps.is-medium {
        font-size: 1.25rem;
        min-height: 2.5rem
    }

        .steps.is-medium .step-item:not(:first-child)::before {
            height: .2em;
            width: 100%;
            bottom: 0;
            left: -50%;
            top: 1.25rem
        }

        .steps.is-medium .step-item .step-marker {
            height: 2.5rem;
            width: 2.5rem;
            position: absolute;
            left: calc(50% - 1.25rem)
        }

            .steps.is-medium .step-item .step-marker .icon * {
                font-size: 1.25rem
            }

        .steps.is-medium .step-item .step-details {
            margin-top: 2.5rem;
            margin-left: .5em;
            margin-right: .5em;
            padding-top: .2em
        }

            .steps.is-medium .step-item .step-details .step-title {
                font-size: 1.5rem;
                font-weight: 600
            }

    .steps.is-large {
        font-size: 1.5rem;
        min-height: 3rem
    }

        .steps.is-large .step-item:not(:first-child)::before {
            height: .2em;
            width: 100%;
            bottom: 0;
            left: -50%;
            top: 1.5rem
        }

        .steps.is-large .step-item .step-marker {
            height: 3rem;
            width: 3rem;
            position: absolute;
            left: calc(50% - 1.5rem)
        }

            .steps.is-large .step-item .step-marker .icon * {
                font-size: 1.5rem
            }

        .steps.is-large .step-item .step-details {
            margin-top: 3rem;
            margin-left: .5em;
            margin-right: .5em;
            padding-top: .2em
        }

            .steps.is-large .step-item .step-details .step-title {
                font-size: 1.8rem;
                font-weight: 600
            }

.tagsinput {
    height: auto !important
}

    .tagsinput .control {
        margin-bottom: .1em !important;
        margin-top: .1em !important
    }

    .tagsinput input {
        border: none;
        margin-bottom: .1em !important;
        margin-top: .1em !important
    }

    .tagsinput .tag.is-active {
        background-color: #039be5;
        color: #fff
    }

*::-moz-selection {
    background: #039be5;
    color: #fff
}

*::selection {
    background: #039be5;
    color: #fff
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    overflow: hidden !important
}

a, a:active, i, i:active, div, div:active, div:focus, span:focus, span:active {
    outline: none !important
}
.button.is-active, .button:active, .button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

section:focus {
    outline: none !important
}

@font-face {
    font-family: "Nexa Light";
    src: url("../fonts/text/NexaLight.woff") format("woff"),url("../fonts/text/NexaLight.ttf") format("truetype")
}

@font-face {
    font-family: "Nexa Bold";
    font-weight: bold;
    src: url("../fonts/text/NexaBold.woff") format("woff"),url("../fonts/text/NexaBold.ttf") format("truetype")
}

#backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 9999;
    -webkit-transition: .35s;
    transition: .35s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all .5s;
    transition: all .5s
}

    #backtotop.visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

        #backtotop.visible a:hover {
            outline: none;
            opacity: .9;
            background: #0084c4
        }

    #backtotop a {
        outline: none;
        text-decoration: none;
        border: 0 none;
        display: block;
        width: 46px;
        height: 46px;
        background-color: #66676b;
        opacity: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 50%;
        text-align: center;
        font-size: 26px
    }

body #backtotop a {
    outline: none;
    color: #fff
}

#backtotop a:after {
    outline: none;
    content: "";
    font-family: "simple-line-icons";
    font-weight: 900;
    font-size: .9rem;
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%)
}

.style-switcher {
    position: fixed;
    top: 15%;
    right: 20px;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9999;
    -webkit-transform: translate(150px);
    transform: translate(150px);
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    -webkit-transition: all .3s;
    transition: all .3s
}

    .style-switcher.visible {
        opacity: 1;
        pointer-events: all;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .style-switcher.force-visible {
        opacity: 1 !important;
        pointer-events: all !important;
        -webkit-transform: translate(0) !important;
        transform: translate(0) !important
    }

    .style-switcher.away {
        opacity: 0 !important;
        pointer-events: none !important;
        -webkit-transform: translate(150px) !important;
        transform: translate(150px) !important
    }

    .style-switcher .switcher-close {
        height: 32px;
        width: 32px;
        border-radius: 50%;
        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;
        cursor: pointer;
        color: #444f60;
        -webkit-transition: all !important;
        transition: all !important
    }

        .style-switcher .switcher-close:hover {
            background: #f5f6fa
        }

        .style-switcher .switcher-close .material-icons {
            font-size: 18px
        }

    .style-switcher .style-dot {
        position: relative;
        margin: 3px 0
    }

        .style-switcher .style-dot input {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            cursor: pointer;
            z-index: 1
        }

            .style-switcher .style-dot input:checked + .style-dot-inner {
                -webkit-transform: scale(1);
                transform: scale(1)
            }

        .style-switcher .style-dot .style-dot-inner {
            position: relative;
            height: 32px;
            width: 32px;
            border-radius: 50%;
            background: #8c8cf9;
            -webkit-transform: scale(0.7);
            transform: scale(0.7);
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .style-switcher .style-dot .style-dot-inner.is-teal {
                background: #00d1b2
            }

            .style-switcher .style-dot .style-dot-inner.is-green {
                background: #00b289
            }

            .style-switcher .style-dot .style-dot-inner.is-blue {
                background: #0f7cff
            }

            .style-switcher .style-dot .style-dot-inner.is-azur {
                background: #039be5
            }

            .style-switcher .style-dot .style-dot-inner.is-night {
                background: #4a00e0
            }

            .style-switcher .style-dot .style-dot-inner.is-orange {
                background: #f83600
            }

            .style-switcher .style-dot .style-dot-inner.is-red {
                background: #f55
            }

            .style-switcher .style-dot .style-dot-inner.is-purple {
                background: #837fcb
            }

            .style-switcher .style-dot .style-dot-inner.is-yellow {
                background: #f5c62c
            }

.progress {
    width: 100% !important
}

    .progress.primary::-webkit-progress-value {
        background-color: #039be5 !important
    }

    .progress.secondary::-moz-progress-bar {
        background-color: #0084c4 !important
    }

::-webkit-input-placeholder {
    color: #cecece
}

::-moz-placeholder {
    color: #cecece
}

:-ms-input-placeholder {
    color: #cecece
}

:-moz-placeholder {
    color: #cecece
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

.navbar-placeholder {
    z-index: 999
}

.navbar-wrapper {
    width: 100%;
    height: 4.6rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-transition: all .4s;
    transition: all .4s
}

    .navbar-wrapper.is-static {
        position: static !important
    }

    .navbar-wrapper.is-solid {
        background: #fff;
        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
        box-shadow: 0 0 8px 0 rgba(0,0,0,.12)
    }

    .navbar-wrapper.is-cloned {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 100;
        background: #fff;
        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
        box-shadow: 0 0 8px 0 rgba(0,0,0,.12)
    }

        .navbar-wrapper.is-cloned.is-active {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

    .navbar-wrapper.is-transparent .navbar-item.is-slide, .navbar-wrapper.is-transparent .navbar-link.is-slide {
        border-bottom: 1px solid rgba(0,0,0,0)
    }

        .navbar-wrapper.is-transparent .navbar-item.is-slide:after, .navbar-wrapper.is-transparent .navbar-link.is-slide:after {
            content: "";
            display: block;
            width: 0;
            min-width: 0;
            height: 1.6px;
            position: absolute;
            left: 0;
            bottom: 0;
            background: #039be5;
            -webkit-transition: width .3s;
            transition: width .3s
        }

        .navbar-wrapper.is-transparent .navbar-item.is-slide:hover:after, .navbar-wrapper.is-transparent .navbar-link.is-slide:hover:after {
            width: 100%
        }

    .navbar-wrapper > .container {
        min-height: 4.6rem
    }

    .navbar-wrapper .navbar-brand {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 4.6rem
    }

        .navbar-wrapper .navbar-brand img {
            height: 28px
        }

            .navbar-wrapper .navbar-brand img.light-logo {
                display: block
            }

            .navbar-wrapper .navbar-brand img.dark-logo {
                display: none
            }

    .navbar-wrapper .navbar-item:hover, .navbar-wrapper .navbar-item.has-dropdown:hover {
        color: #535555;
        background: rgba(0,0,0,0)
    }

        .navbar-wrapper .navbar-item:hover a, .navbar-wrapper .navbar-item.has-dropdown:hover a {
            background: rgba(0,0,0,0)
        }

    .navbar-wrapper .navbar-item {
        font-family: "Roboto",sans-serif
    }

        .navbar-wrapper .navbar-item.mobile-wishlist {
            display: none;
            margin-left: auto
        }

        .navbar-wrapper .navbar-item.mobile-cart, .navbar-wrapper .navbar-item.mobile-account {
            display: none
        }

        .navbar-wrapper .navbar-item.is-menu:hover {
            background: #e8e8e8 !important
        }

            .navbar-wrapper .navbar-item.is-menu:hover i, .navbar-wrapper .navbar-item.is-menu:hover span {
                color: #0084c4 !important
            }

        .navbar-wrapper .navbar-item.is-menu span {
            padding: 0 10px
        }

        .navbar-wrapper .navbar-item.is-menu i {
            font-size: 22px;
            color: #535555
        }

        .navbar-wrapper .navbar-item.is-mega {
            position: static
        }

            .navbar-wrapper .navbar-item.is-mega .is-mega-menu-title {
                color: #444f60;
                margin-bottom: 0;
                padding: .375rem 1rem
            }

        .navbar-wrapper .navbar-item.is-button:hover > .button.primary-btn {
            background: #039be5 !important
        }

        .navbar-wrapper .navbar-item.is-button:hover > .button.secondary-btn {
            background: #0084c4 !important
        }

        .navbar-wrapper .navbar-item.is-button:hover > .button.accent-btn {
            background: #00d1b2 !important
        }

        .navbar-wrapper .navbar-item.is-cart .cart-button, .navbar-wrapper .navbar-item.is-cart .wishlist-button, .navbar-wrapper .navbar-item.is-wishlist .cart-button, .navbar-wrapper .navbar-item.is-wishlist .wishlist-button {
            position: relative;
            height: 36px;
            width: 36px;
            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;
            cursor: pointer
        }

            .navbar-wrapper .navbar-item.is-cart .cart-button svg, .navbar-wrapper .navbar-item.is-cart .wishlist-button svg, .navbar-wrapper .navbar-item.is-wishlist .cart-button svg, .navbar-wrapper .navbar-item.is-wishlist .wishlist-button svg {
                height: 20px;
                width: 20px;
                stroke: #444f60;
                stroke-width: 1.4px
            }

            .navbar-wrapper .navbar-item.is-cart .cart-button .cart-count, .navbar-wrapper .navbar-item.is-cart .cart-button .wishlist-count, .navbar-wrapper .navbar-item.is-cart .wishlist-button .cart-count, .navbar-wrapper .navbar-item.is-cart .wishlist-button .wishlist-count, .navbar-wrapper .navbar-item.is-wishlist .cart-button .cart-count, .navbar-wrapper .navbar-item.is-wishlist .cart-button .wishlist-count, .navbar-wrapper .navbar-item.is-wishlist .wishlist-button .cart-count, .navbar-wrapper .navbar-item.is-wishlist .wishlist-button .wishlist-count {
                position: absolute;
                top: 0;
                right: 0;
                height: 12px;
                min-width: 12px;
                background: #039be5;
                border: 2px solid #fff;
                border-radius: 100px;
                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
            }

                .navbar-wrapper .navbar-item.is-cart .cart-button .cart-count span, .navbar-wrapper .navbar-item.is-cart .cart-button .wishlist-count span, .navbar-wrapper .navbar-item.is-cart .wishlist-button .cart-count span, .navbar-wrapper .navbar-item.is-cart .wishlist-button .wishlist-count span, .navbar-wrapper .navbar-item.is-wishlist .cart-button .cart-count span, .navbar-wrapper .navbar-item.is-wishlist .cart-button .wishlist-count span, .navbar-wrapper .navbar-item.is-wishlist .wishlist-button .cart-count span, .navbar-wrapper .navbar-item.is-wishlist .wishlist-button .wishlist-count span {
                    display: block;
                    font-size: .55rem;
                    color: #fff;
                    padding: 0 5px;
                    font-weight: 500
                }

        .navbar-wrapper .navbar-item.is-cart .shopping-cart, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist {
            position: absolute;
            top: 60px;
            right: -10px;
            background: #fff;
            text-align: left !important;
            width: 320px;
            border-radius: 3px;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            border: 1px solid #e5e5e5;
            opacity: 0;
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            pointer-events: none;
            -webkit-transition: opacity .3s,-webkit-transform .3s;
            transition: opacity .3s,-webkit-transform .3s;
            transition: transform .3s,opacity .3s;
            transition: transform .3s,opacity .3s,-webkit-transform .3s
        }

            .navbar-wrapper .navbar-item.is-cart .shopping-cart.is-active, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist.is-active, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart.is-active, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist.is-active {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                pointer-events: all
            }

            .navbar-wrapper .navbar-item.is-cart .shopping-cart:after, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist:after, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart:after, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist:after {
                bottom: 100%;
                left: 89%;
                border: solid rgba(0,0,0,0);
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-bottom-color: #fff;
                border-width: 8px;
                margin-left: -8px;
                z-index: 1
            }

            .navbar-wrapper .navbar-item.is-cart .shopping-cart:before, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist:before, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart:before, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist:before {
                bottom: 100%;
                left: 89%;
                border: solid rgba(0,0,0,0);
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-bottom-color: #F0F0F0;
                border-width: 10px;
                margin-left: -10px;
                z-index: 0
            }

            .navbar-wrapper .navbar-item.is-cart .shopping-cart .cart-inner, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-inner, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .cart-inner, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-inner, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .cart-inner, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-inner, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .cart-inner, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-inner {
                position: relative;
                width: 100%;
                height: 100%;
                padding: 20px
            }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .cart-inner .navbar-cart-loader, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-inner .navbar-cart-loader, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .cart-inner .navbar-cart-loader, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-inner .navbar-cart-loader, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .cart-inner .navbar-cart-loader, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-inner .navbar-cart-loader, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .cart-inner .navbar-cart-loader, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-inner .navbar-cart-loader {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: #fff;
                    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;
                    opacity: 0;
                    pointer-events: none;
                    z-index: 1;
                    -webkit-transition: all .3s;
                    transition: all .3s
                }

                    .navbar-wrapper .navbar-item.is-cart .shopping-cart .cart-inner .navbar-cart-loader.is-active, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-inner .navbar-cart-loader.is-active, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .cart-inner .navbar-cart-loader.is-active, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-inner .navbar-cart-loader.is-active, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .cart-inner .navbar-cart-loader.is-active, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-inner .navbar-cart-loader.is-active, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .cart-inner .navbar-cart-loader.is-active, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-inner .navbar-cart-loader.is-active {
                        opacity: 1
                    }

                    .navbar-wrapper .navbar-item.is-cart .shopping-cart .cart-inner .navbar-cart-loader .loader, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-inner .navbar-cart-loader .loader, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .cart-inner .navbar-cart-loader .loader, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-inner .navbar-cart-loader .loader, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .cart-inner .navbar-cart-loader .loader, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-inner .navbar-cart-loader .loader, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .cart-inner .navbar-cart-loader .loader, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-inner .navbar-cart-loader .loader {
                        height: 3.5rem;
                        width: 3.5rem
                    }

            .navbar-wrapper .navbar-item.is-cart .shopping-cart .button, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .button, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .button, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .button {
                min-height: 42px;
                background: #039be5;
                border-color: #039be5;
                color: #fff;
                font-family: "Roboto",sans-serif;
                font-weight: 500;
                text-align: center;
                text-decoration: none;
                display: block;
                border-radius: .5rem;
                font-size: .9rem;
                margin: 20px 0 0 0;
                line-height: 2.5
            }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .button:hover, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .button:hover, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .button:hover, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .button:hover {
                    background: #03a5f4;
                    -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                    box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
                }

            .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header {
                border-bottom: 1px solid #e8e8e8;
                padding-bottom: 15px;
                text-align: left
            }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .cart-link, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .cart-link, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .cart-link, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .cart-link, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .cart-link, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .cart-link, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .cart-link, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .cart-link {
                    font-size: .75rem;
                    color: #535555;
                    padding: 7px 10px;
                    border: 1px solid #F0F0F0;
                    border-radius: .5rem;
                    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                    -webkit-transition: all .3s;
                    transition: all .3s
                }

                    .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .cart-link:hover, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .cart-link:hover, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .cart-link:hover, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .cart-link:hover, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .cart-link:hover, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .cart-link:hover, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .cart-link:hover, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .cart-link:hover {
                        border-color: #039be5;
                        color: #039be5
                    }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .header-title, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .header-title, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .header-title, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .header-title, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .header-title, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .header-title, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .header-title, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .header-title {
                    display: inline;
                    font-family: "Nexa Bold",sans-serif;
                    font-size: 1.1rem;
                    color: #444f60
                }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .shopping-cart-total, .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .wishlist-total, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .shopping-cart-total, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .wishlist-total, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .shopping-cart-total, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .wishlist-total, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .shopping-cart-total, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .wishlist-total, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .shopping-cart-total, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .wishlist-total, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .shopping-cart-total, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .wishlist-total, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .shopping-cart-total, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .wishlist-total, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .shopping-cart-total, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .wishlist-total {
                    float: right
                }

                    .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .shopping-cart-total span:first-child, .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .wishlist-total span:first-child, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .shopping-cart-total span:first-child, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .wishlist-total span:first-child, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .shopping-cart-total span:first-child, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .wishlist-total span:first-child, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .shopping-cart-total span:first-child, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .wishlist-total span:first-child, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .shopping-cart-total span:first-child, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .wishlist-total span:first-child, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .shopping-cart-total span:first-child, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .wishlist-total span:first-child, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .shopping-cart-total span:first-child, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .wishlist-total span:first-child, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .shopping-cart-total span:first-child, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .wishlist-total span:first-child {
                        color: #E8EEF2;
                        font-size: .9rem
                    }

                    .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .shopping-cart-total span:nth-child(2), .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header .wishlist-total span:nth-child(2), .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .shopping-cart-total span:nth-child(2), .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .wishlist-total span:nth-child(2), .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .shopping-cart-total span:nth-child(2), .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header .wishlist-total span:nth-child(2), .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .shopping-cart-total span:nth-child(2), .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header .wishlist-total span:nth-child(2), .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .shopping-cart-total span:nth-child(2), .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header .wishlist-total span:nth-child(2), .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .shopping-cart-total span:nth-child(2), .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header .wishlist-total span:nth-child(2), .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .shopping-cart-total span:nth-child(2), .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-header .wishlist-total span:nth-child(2), .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .shopping-cart-total span:nth-child(2), .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header .wishlist-total span:nth-child(2) {
                        color: #444f60;
                        font-weight: 500
                    }

            .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items {
                padding-top: 20px
            }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .cart-row, .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .wishlist-row, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .cart-row, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .wishlist-row, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .cart-row, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .wishlist-row, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .cart-row, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .wishlist-row, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .cart-row, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .wishlist-row, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .cart-row, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .wishlist-row, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .cart-row, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .wishlist-row, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .cart-row, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .wishlist-row {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items li, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items li, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items li, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items li, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items li, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items li, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items li, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items li {
                    margin-bottom: 6px;
                    padding-bottom: 12px;
                    border-bottom: 1px solid #e1e8ee
                }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items img, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items img, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items img, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items img, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items img, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items img, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items img, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items img {
                    display: block;
                    height: 54px;
                    width: 54px;
                    min-width: 54px;
                    min-height: 54px;
                    margin-right: 12px
                }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .meta-info, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .meta-info, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .meta-info, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .meta-info, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .meta-info, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .meta-info, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .meta-info, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .meta-info {
                    position: relative;
                    top: -4px
                }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .item-name, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .item-name, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .item-name, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .item-name, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .item-name, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .item-name, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .item-name, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .item-name {
                    display: block;
                    padding-top: 10px;
                    font-size: .9rem;
                    font-weight: 600;
                    color: #444f60;
                    font-family: "Roboto",sans-serif
                }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .item-price, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .item-price, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .item-price, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .item-price, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .item-price, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .item-price, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .item-price, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .item-price {
                    color: #444f60;
                    font-family: "Roboto",sans-serif;
                    margin-right: 8px;
                    font-size: .8rem;
                    line-height: 1
                }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .item-quantity, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .item-quantity, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .item-quantity, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .item-quantity, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .item-quantity, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .item-quantity, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .item-quantity, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .item-quantity {
                    color: #E8EEF2;
                    font-family: "Roboto",sans-serif;
                    font-size: .8rem;
                    line-height: 1
                }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .wishlist-quantity, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .wishlist-quantity, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .wishlist-quantity, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .wishlist-quantity, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .wishlist-quantity, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .wishlist-quantity, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .wishlist-quantity, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .wishlist-quantity {
                    color: #E8EEF2;
                    font-family: "Roboto",sans-serif;
                    font-size: .8rem;
                    line-height: 1
                }

                .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .wishlist-block, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .wishlist-block, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .wishlist-block, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .wishlist-block, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .wishlist-block, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .wishlist-block, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .wishlist-block, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .wishlist-block {
                    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: 38px;
                    width: 38px;
                    min-width: 38px;
                    min-height: 38px;
                    margin-right: 12px;
                    border-radius: .5rem;
                    background: #ebedf5
                }

                    .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items .wishlist-block svg, .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .wishlist-block svg, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items .wishlist-block svg, .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items .wishlist-block svg, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items .wishlist-block svg, .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items .wishlist-block svg, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .shopping-cart-items .wishlist-block svg, .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items .wishlist-block svg {
                        height: 16px;
                        width: 16px
                    }

        .navbar-wrapper .navbar-item.is-cart .clearfix:after, .navbar-wrapper .navbar-item.is-wishlist .clearfix:after {
            content: "";
            display: table;
            clear: both
        }

    .navbar-wrapper .navbar-link:hover {
        background: rgba(0,0,0,0) !important;
        color: #039be5
    }

        .navbar-wrapper .navbar-link:hover:after {
            border-color: #039be5
        }

    .navbar-wrapper .navbar-link:after {
        font-size: .85rem;
        border: 1.6px solid rgba(0,0,0,0);
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        border-color: #444f60;
        margin-top: -0.375em;
        right: 1.125em;
        -webkit-transition: all .3s;
        transition: all .3s;
        right: 1.525em
    }

    .navbar-wrapper .custom-burger {
        margin-left: auto;
        display: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 4.6rem;
        width: 4.6rem
    }

        .navbar-wrapper .custom-burger.is-in-flow {
            margin-left: 0
        }

    .navbar-wrapper.navbar-light .icon-box-toggle span i {
        background: #fff !important
    }

    .navbar-wrapper.navbar-light .navbar-item, .navbar-wrapper.navbar-light .navbar-link {
        color: #fff
    }

        .navbar-wrapper.navbar-light .navbar-item.is-slide, .navbar-wrapper.navbar-light .navbar-link.is-slide {
            border-bottom: 1px solid rgba(0,0,0,0)
        }

            .navbar-wrapper.navbar-light .navbar-item.is-slide:after, .navbar-wrapper.navbar-light .navbar-link.is-slide:after {
                content: "";
                display: block;
                width: 0;
                min-width: 0;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: 0;
                background: #fff;
                -webkit-transition: width .3s;
                transition: width .3s
            }

            .navbar-wrapper.navbar-light .navbar-item.is-slide:hover:after, .navbar-wrapper.navbar-light .navbar-link.is-slide:hover:after {
                width: 100%
            }

        .navbar-wrapper.navbar-light .navbar-link:after {
            font-size: .85rem;
            border: 1.6px solid rgba(0,0,0,0);
            border-radius: 2px;
            border-right: 0;
            border-top: 0;
            border-color: #fff;
            margin-top: -0.375em;
            right: 1.125em;
            -webkit-transition: all .3s;
            transition: all .3s;
            right: 1.525em
        }

    .navbar-wrapper.navbar-light .navbar-burger span {
        background: #fff !important
    }

    .navbar-wrapper.navbar-inverse.is-reverse {
        background: #344258
    }

        .navbar-wrapper.navbar-inverse.is-reverse .navbar-menu.is-active {
            background: #344258
        }

    .navbar-wrapper.navbar-inverse.is-blue {
        background: #039be5
    }

        .navbar-wrapper.navbar-inverse.is-blue .navbar-menu.is-active {
            background: #039be5
        }

    .navbar-wrapper.navbar-inverse.is-purple {
        background: #0084c4
    }

        .navbar-wrapper.navbar-inverse.is-purple .navbar-menu.is-active {
            background: #0084c4
        }

    .navbar-wrapper.navbar-inverse.is-red {
        background: #f92b60
    }

        .navbar-wrapper.navbar-inverse.is-red .navbar-menu.is-active {
            background: #f92b60
        }

    .navbar-wrapper.navbar-inverse .icon-box-toggle span i {
        background: #fff !important
    }

    .navbar-wrapper.navbar-inverse .navbar-item, .navbar-wrapper.navbar-inverse .navbar-link {
        color: #fff
    }

        .navbar-wrapper.navbar-inverse .navbar-link:after {
            font-size: .85rem;
            border: 1.6px solid rgba(0,0,0,0);
            border-radius: 2px;
            border-right: 0;
            border-top: 0;
            border-color: #fff;
            margin-top: -0.375em;
            right: 1.125em;
            -webkit-transition: all .3s;
            transition: all .3s;
            right: 1.525em
        }

    .navbar-wrapper.navbar-inverse .navbar-burger span {
        background: #fff !important
    }

    .navbar-wrapper .navbar-dropdown.is-medium {
        width: 200px
    }

    .navbar-wrapper .navbar-dropdown .navbar-item {
        color: #444f60
    }

    .navbar-wrapper.navbar-faded {
        background: #fff;
        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
        box-shadow: 0 0 8px 0 rgba(0,0,0,.12)
    }

        .navbar-wrapper.navbar-faded .navbar-brand img {
            height: 28px
        }

            .navbar-wrapper.navbar-faded .navbar-brand img.light-logo {
                display: none
            }

            .navbar-wrapper.navbar-faded .navbar-brand img.dark-logo {
                display: block
            }

    .navbar-wrapper .account-dropdown .dropdown-trigger .button {
        padding: 0;
        border: none;
        background: none
    }

        .navbar-wrapper .account-dropdown .dropdown-trigger .button img {
            display: block;
            width: 40px;
            min-width: 40px;
            height: 40px;
            min-height: 40px;
            border-radius: 50%
        }

    .navbar-wrapper .account-dropdown .dropdown-menu {
        width: 250px;
        margin-top: 10px
    }

        .navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content {
            border: 1px solid #e5e5e5;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            padding-top: 1rem;
            padding-bottom: 1rem
        }

            .navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin: 0 1rem;
                width: calc(100% - 2rem);
                border-radius: .5rem;
                -webkit-transition: all .3s;
                transition: all .3s
            }

                .navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item:hover {
                    background: #f5f6fa
                }

                .navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item i {
                    font-size: 1.2rem;
                    color: #535555
                }

                .navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item .meta {
                    margin-left: 1rem
                }

                    .navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item .meta span {
                        display: block;
                        font-family: "Roboto",sans-serif
                    }

                        .navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item .meta span:first-child {
                            color: #444f60;
                            font-weight: 500
                        }

                        .navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content .dropdown-item .meta span:nth-child(2) {
                            color: #535555
                        }

.account {
    position: relative;
    right: 20px;
    top: 5px;
    margin-left: 30px
}

    .account .nav-item {
        border-bottom: 1px solid rgba(0,0,0,0) !important
    }

    .account img.account-avatar {
        max-height: 40px;
        border-radius: 50px;
        border: 1px solid #eff4f7
    }

    .account div a {
        color: #66676b !important
    }

        .account div a i {
            position: relative;
            top: 3px;
            left: 10px;
            font-size: 7px !important;
            color: #66676b
        }

    .account .dropOut ul {
        margin-left: 0 !important
    }

.scroll-nav-wrapper {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12)
}

    .scroll-nav-wrapper .tabs {
        background: #fff
    }

        .scroll-nav-wrapper .tabs a {
            padding-bottom: 0;
            padding-top: 0;
            border-bottom-color: rgba(0,0,0,0)
        }

        .scroll-nav-wrapper .tabs ul {
            border-bottom: none
        }

            .scroll-nav-wrapper .tabs ul li a {
                color: #535555
            }

            .scroll-nav-wrapper .tabs ul li:hover a {
                color: #039be5;
                border-bottom-color: #039be5
            }

            .scroll-nav-wrapper .tabs ul li.is-active a {
                color: #039be5;
                border-bottom: 3px solid #039be5
            }

            .scroll-nav-wrapper .tabs ul li a.there {
                color: #039be5;
                border-bottom: 3px solid #039be5
            }

.menu-toggle {
    font-size: 20px;
    color: #666;
    line-height: 48px;
    text-align: center;
    background: rgba(0,0,0,0);
    display: block;
    width: 24px;
    height: 26px;
    cursor: pointer;
    padding: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    opacity: 1;
    position: relative;
    top: 2px
}

    .menu-toggle .icon-box-toggle {
        height: 100%;
        width: 100%;
        background: tranparent;
        position: relative;
        display: block;
        width: 30px;
        height: 30px
    }

        .menu-toggle .icon-box-toggle.active > span.rotate {
            -webkit-transform: rotate(90deg);
            transform: translate(0px, 0px) rotate(90deg)
        }

        .menu-toggle .icon-box-toggle.active > span > i.icon-line-center {
            visibility: hidden;
            width: 1px;
            height: 3px;
            left: 70%
        }

        .menu-toggle .icon-box-toggle.active > span > i.icon-line-bottom {
            margin: -2px 0 0 -10px;
            left: 50%;
            top: 12px;
            -webkit-transform: rotate(135deg);
            transform: translate(0px, 0px) rotate(135deg)
        }

        .menu-toggle .icon-box-toggle.active > span > i.icon-line-top {
            margin: -2px 0 0 -10px;
            left: 50%;
            top: 12px;
            -webkit-transform: rotate(45deg);
            transform: translate(0px, 0px) rotate(45deg)
        }

    .menu-toggle .icon-line-center {
        position: absolute;
        width: 20px;
        height: 2px;
        background: #535555;
        margin: -1px 0 0 -10px;
        left: 50%;
        top: 11px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .menu-toggle .icon-line-top {
        position: absolute;
        width: 20px;
        height: 2px;
        background: #535555;
        margin: -3px 0 0 -10px;
        left: 50%;
        top: 7px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .menu-toggle .icon-line-bottom {
        position: absolute;
        width: 20px;
        height: 2px;
        background: #535555;
        margin: 2px 0 0 -10px;
        left: 50%;
        top: 14px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

.navbar.navbar-landing {
    background-color: #fff;
    height: 60px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
    -webkit-transition: all .3s;
    transition: all .3s
}

    .navbar.navbar-landing .navbar-brand {
        height: 60px
    }

        .navbar.navbar-landing .navbar-brand .light-logo {
            display: none !important
        }

        .navbar.navbar-landing .navbar-brand .dark-logo {
            display: block !important
        }

        .navbar.navbar-landing .navbar-brand .navbar-burger {
            height: 60px;
            width: 60px;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .navbar.navbar-landing .navbar-brand .navbar-burger span {
                background: #535555
            }

    .navbar.navbar-landing .separator {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 32px;
        width: 1.4px;
        margin: 0 16px;
        background: #ccc
    }

    .navbar.navbar-landing .navbar-item {
        color: #535555;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .navbar.navbar-landing .navbar-item.has-hover:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            -webkit-transform-origin: right center;
            transform-origin: right center;
            height: 1.4px;
            background: #039be5;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transition: -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1)
        }

        .navbar.navbar-landing .navbar-item.has-hover:hover:before {
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1)
        }

        .navbar.navbar-landing .navbar-item .cta-button {
            background: #039be5;
            border-color: #039be5
        }

            .navbar.navbar-landing .navbar-item .cta-button:hover {
                -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important !important;
                box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important !important;
                opacity: .9
            }

        .navbar.navbar-landing .navbar-item:hover, .navbar.navbar-landing .navbar-item:active {
            color: #039be5
        }

    .navbar.navbar-landing.nav-light.is-faded {
        height: 80px;
        background-color: rgba(0,0,0,0);
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar.navbar-landing.nav-light.is-faded .navbar-brand {
            height: 80px
        }

            .navbar.navbar-landing.nav-light.is-faded .navbar-brand .light-logo {
                display: block !important
            }

            .navbar.navbar-landing.nav-light.is-faded .navbar-brand .dark-logo {
                display: none !important
            }

            .navbar.navbar-landing.nav-light.is-faded .navbar-brand .navbar-burger {
                height: 80px;
                width: 80px
            }

                .navbar.navbar-landing.nav-light.is-faded .navbar-brand .navbar-burger span {
                    background: #fff
                }

            .navbar.navbar-landing.nav-light.is-faded .navbar-brand .menu-toggle i {
                background: #fff !important
            }

        .navbar.navbar-landing.nav-light.is-faded .separator {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 36px;
            width: 1.4px;
            margin: 0 16px;
            background: #ccc
        }

        .navbar.navbar-landing.nav-light.is-faded .navbar-item {
            color: #fff
        }

            .navbar.navbar-landing.nav-light.is-faded .navbar-item.has-hover:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                -webkit-transform-origin: right center;
                transform-origin: right center;
                height: 1.4px;
                background: #039be5;
                -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
                -webkit-transition: -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1)
            }

            .navbar.navbar-landing.nav-light.is-faded .navbar-item.has-hover:hover:before {
                -webkit-transform-origin: left center;
                transform-origin: left center;
                -webkit-transform: scale(1, 1);
                transform: scale(1, 1)
            }

            .navbar.navbar-landing.nav-light.is-faded .navbar-item .cta-button:hover {
                -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                opacity: .9
            }

    .navbar.navbar-landing.is-faded {
        height: 80px;
        background-color: rgba(0,0,0,0);
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar.navbar-landing.is-faded.nav-dark .navbar-brand .navbar-burger span {
            background: #535555
        }

        .navbar.navbar-landing.is-faded.nav-dark .navbar-brand .menu-toggle i {
            background: #535555 !important
        }

        .navbar.navbar-landing.is-faded.nav-dark .navbar-item {
            color: #535555
        }

        .navbar.navbar-landing.is-faded.nav-dark .separator {
            background: #cecece
        }

        .navbar.navbar-landing.is-faded .navbar-brand {
            height: 80px
        }

            .navbar.navbar-landing.is-faded .navbar-brand .light-logo {
                display: block !important
            }

            .navbar.navbar-landing.is-faded .navbar-brand .dark-logo {
                display: none !important
            }

            .navbar.navbar-landing.is-faded .navbar-brand .navbar-burger {
                height: 80px;
                width: 80px
            }

                .navbar.navbar-landing.is-faded .navbar-brand .navbar-burger span {
                    background: #fcfcfc
                }

            .navbar.navbar-landing.is-faded .navbar-brand .menu-toggle i {
                background: #fcfcfc !important
            }

        .navbar.navbar-landing.is-faded .separator {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 36px;
            width: 1.4px;
            margin: 0 16px;
            background: #fcfcfc
        }

        .navbar.navbar-landing.is-faded .navbar-item {
            color: #fcfcfc
        }

            .navbar.navbar-landing.is-faded .navbar-item.has-hover:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                -webkit-transform-origin: right center;
                transform-origin: right center;
                height: 1.4px;
                background: #fcfcfc;
                -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
                -webkit-transition: -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1);
                transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1)
            }

            .navbar.navbar-landing.is-faded .navbar-item.has-hover:hover:before {
                -webkit-transform-origin: left center;
                transform-origin: left center;
                -webkit-transform: scale(1, 1);
                transform: scale(1, 1)
            }

            .navbar.navbar-landing.is-faded .navbar-item .cta-button {
                background: #00d1b2;
                border-color: #00d1b2
            }

                .navbar.navbar-landing.is-faded .navbar-item .cta-button:hover {
                    -webkit-box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important;
                    box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important;
                    opacity: .9
                }

    .navbar.navbar-landing.is-mobile {
        background-color: #fff !important;
        height: 80px !important
    }

        .navbar.navbar-landing.is-mobile .navbar-brand {
            height: 80px !important
        }

            .navbar.navbar-landing.is-mobile .navbar-brand .light-logo {
                display: none !important
            }

            .navbar.navbar-landing.is-mobile .navbar-brand .dark-logo {
                display: block !important
            }

            .navbar.navbar-landing.is-mobile .navbar-brand .navbar-burger {
                height: 80px !important;
                width: 80px !important
            }

                .navbar.navbar-landing.is-mobile .navbar-brand .navbar-burger span {
                    background: #535555 !important
                }

        .navbar.navbar-landing.is-mobile .navbar-item {
            color: #535555 !important
        }

    .navbar.navbar-landing .navbar-menu .navbar-item {
        text-align: center
    }

    .navbar.navbar-landing .navbar-menu .button {
        width: 100%
    }

    .navbar.navbar-landing .menu-toggle {
        font-size: 20px;
        color: #666;
        line-height: 48px;
        text-align: center;
        background: rgba(0,0,0,0);
        display: block;
        width: 24px;
        height: 26px;
        cursor: pointer;
        padding: 0;
        -webkit-transition: opacity .4s;
        transition: opacity .4s;
        opacity: 1;
        position: relative;
        top: 2px
    }

        .navbar.navbar-landing .menu-toggle .icon-box-toggle {
            height: 100%;
            width: 100%;
            background: tranparent;
            position: relative;
            display: block;
            width: 30px;
            height: 30px
        }

            .navbar.navbar-landing .menu-toggle .icon-box-toggle.active > span.rotate {
                -webkit-transform: rotate(90deg);
                transform: translate(0px, 0px) rotate(90deg)
            }

            .navbar.navbar-landing .menu-toggle .icon-box-toggle.active > span > i.icon-line-center {
                visibility: hidden;
                width: 1px;
                height: 3px;
                left: 70%
            }

            .navbar.navbar-landing .menu-toggle .icon-box-toggle.active > span > i.icon-line-bottom {
                margin: -2px 0 0 -10px;
                left: 50%;
                top: 12px;
                -webkit-transform: rotate(135deg);
                transform: translate(0px, 0px) rotate(135deg)
            }

            .navbar.navbar-landing .menu-toggle .icon-box-toggle.active > span > i.icon-line-top {
                margin: -2px 0 0 -10px;
                left: 50%;
                top: 12px;
                -webkit-transform: rotate(45deg);
                transform: translate(0px, 0px) rotate(45deg)
            }

        .navbar.navbar-landing .menu-toggle .icon-line-center {
            position: absolute;
            width: 20px;
            height: 2px;
            background: #535555;
            margin: -1px 0 0 -10px;
            left: 50%;
            top: 11px;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

        .navbar.navbar-landing .menu-toggle .icon-line-top {
            position: absolute;
            width: 20px;
            height: 2px;
            background: #535555;
            margin: -3px 0 0 -10px;
            left: 50%;
            top: 7px;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

        .navbar.navbar-landing .menu-toggle .icon-line-bottom {
            position: absolute;
            width: 20px;
            height: 2px;
            background: #535555;
            margin: 2px 0 0 -10px;
            left: 50%;
            top: 14px;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

@media only screen and (max-width: 767px) {
    .navbar-landing .separator {
        display: none
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .navbar-landing .separator {
        display: none
    }
}

.section {
    position: relative
}

    .section.is-relative {
        position: relative
    }

    .section.is-cover {
        background-size: cover !important
    }

    .section.section-light-grey {
        background-color: #eff4f7
    }

    .section.section-feature-grey {
        background-color: #F7F7F7
    }

    .section.section-header-grey {
        background-color: #f3f3f3
    }

    .section.section-feature-grey-accent {
        background-color: #efefef
    }

    .section.section-primary {
        background-color: #039be5
    }

    .section.section-secondary {
        background-color: #0084c4
    }

    .section.section-focus {
        background: #f2f2fa
    }

    .section.is-theme-grey {
        background: #f6fbfe
    }

    .section.is-app-grey {
        background-color: #f5f6fa
    }

    .section.is-grey {
        background: #fbfbfb
    }

    .section.is-dark {
        background: #344258
    }

    .section.has-border-bottom {
        border-bottom: 1px solid #F0F0F0
    }

    .section.has-border-top {
        border-top: 1px solid #F0F0F0
    }

    .section.no-margin {
        margin: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .section.section-half {
        height: 75vh !important
    }

    .section.is-skewed-sm {
        -webkit-transform: skew(0deg, -3deg) translate(0, -45px);
        transform: skew(0deg, -3deg) translate(0, -45px);
        padding-top: 140px
    }

    .section.is-reversed .columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .section.has-triangle-right {
        position: relative
    }

        .section.has-triangle-right .triangle-right {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: auto;
            z-index: 0
        }

    .section.has-triangle-left {
        position: relative
    }

        .section.has-triangle-left .triangle-left {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            z-index: 0
        }

    .section.has-circles {
        position: relative
    }

        .section.has-circles .primary-circle {
            position: absolute;
            right: 35%;
            top: 5%;
            height: 250px;
            width: 250px;
            border-radius: 50%;
            background: #039be5;
            z-index: 0
        }

        .section.has-circles .primary-bold-circle {
            position: absolute;
            left: 15%;
            bottom: 10%;
            height: 210px;
            width: 210px;
            border-radius: 50%;
            background: #0387c7;
            z-index: 1
        }

        .section.has-circles .accent-circle {
            position: absolute;
            right: 65%;
            top: 18%;
            height: 100px;
            width: 100px;
            border-radius: 50%;
            background: #00d1b2
        }

    .section.is-pricing {
        background-image: url(../img/graphics/legacy/circles-and-shapes.webp);
        background-size: cover;
        background-repeat: no-repeat
    }

    .section.is-ice-pricing {
        background-image: url(../img/graphics/legacy/ice.svg);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 500px;
        background-position-y: 50%
    }

    .section.gradient-circle {
        background: url(../img/graphics/legacy/gradient-circle-alt.webp) repeat top right,#fff
    }

    .section.has-pseudo-lines:before {
        content: "";
        width: 2px;
        height: 60px;
        background: #039be5;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .section.has-pseudo-lines:after {
        content: "";
        width: 2px;
        height: 60px;
        background: #039be5;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .section.no-line-top:before {
        display: none !important
    }

    .section.no-line-bottom:after {
        display: none !important
    }

    .section .container {
        z-index: 1
    }

        .section .container.is-reverse-skewed-sm {
            -webkit-transform: skew(0deg, 3deg) translate(0, 45px);
            transform: skew(0deg, 3deg) translate(0, 45px)
        }

        .section .container.slanted-container {
            margin-top: -100px
        }

    .section .content-wrapper {
        padding-top: 40px
    }

    .section .bottom-spacer {
        padding-bottom: 200px
    }

    .section .title.section-title {
        font-size: 2.7rem;
        color: #535555;
        font-weight: bold;
        font-family: "Nexa Bold",sans-serif
    }

    .section .title.section-subtitle {
        font-size: 1.8rem;
        color: #535555
    }

    .section .title.quick-feature {
        font-size: 2.7rem;
        color: #444f60;
        position: relative
    }

        .section .title.quick-feature.is-smaller {
            font-size: 2.2rem
        }

        .section .title.quick-feature.is-bigger {
            font-size: 3.25rem
        }

        .section .title.quick-feature .bg-number, .section .title.quick-feature .bg-symbol {
            position: absolute;
            font-weight: bolder;
            top: -100px;
            left: 40px;
            font-size: 14rem;
            z-index: 0;
            opacity: .1;
            color: #535555
        }

    .section .title.feature-title {
        font-weight: 600;
        color: #444f60;
        font-size: 2.2rem
    }

    .section .icon-subtitle i {
        font-size: 2.4rem;
        color: #039be5
    }

    .section .title-divider {
        margin: 10px 0;
        width: 80px;
        height: 5px;
        background: #039be5
    }

        .section .title-divider.is-right {
            margin-left: auto
        }

        .section .title-divider.is-centered {
            margin: 0 auto
        }

    .section .feature-headline {
        color: #039be5 !important;
        line-height: 1.2;
        padding: 5px 0;
        margin-bottom: 0 !important
    }

    .section .section-feature-description {
        color: #878787
    }

    .section .media.icon-box {
        border-top: none !important
    }

        .section .media.icon-box .media-content .content p span.icon-box-title {
            color: #444f60;
            font-size: 1.2rem;
            font-weight: 600
        }

        .section .media.icon-box .media-content .content p span.icon-box-text {
            color: #535555;
            font-size: 1.1rem;
            font-weight: 400
        }

    .section .flex-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .section .flex-wrapper.flex-center {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .section .flex-wrapper.flex-start {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

        .section .flex-wrapper.flex-end {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end
        }

        .section .flex-wrapper img {
            width: 23%
        }

    .section .featured-image {
        max-width: 540px !important;
        margin: 0 auto
    }

    .section .section-title.is-demo, .section .section-feature-description {
        max-width: 460px !important;
        margin: 0 auto !important
    }

@media only screen and (max-width: 767px) {
    .title.quick-feature .bg-number, .title.quick-feature .bg-symbol {
        font-size: 10rem !important;
        top: -60px !important
    }

    .section.has-circles .primary-circle, .section.has-circles .primary-bold-circle, .section.has-circles .accent-circle {
        display: none
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .section .featured-image {
        max-width: 540px !important;
        margin: 0 auto
    }

    .section .section-title.is-demo, .section .section-feature-description {
        max-width: 460px !important;
        margin: 0 auto !important
    }

    .columns.is-flex-tablet-portrait {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }

        .columns.is-flex-tablet-portrait.is-flex-tablet-portrait-3 .column {
            min-width: 33.3%;
            width: 33.3%
        }
}

.content.content-flex, .content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .content.content-flex.center-flex, .content-flex.center-flex {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .content.content-flex h5, .content-flex h5 {
        padding: 0 !important
    }

.divider {
    display: table;
    white-space: nowrap;
    margin-top: 20px;
    padding: 0 20px
}

    .divider .before-divider, .divider .after-divider {
        display: table-cell;
        width: 50%;
        border-bottom: 1px solid #F0F0F0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #535555
    }

    .divider .children {
        padding: 0 20px;
        font-size: 14px;
        color: #cecece
    }

#component-page .section-title-wrapper {
    padding: 20px 0 60px 0
}

    #component-page .section-title-wrapper .bg-number {
        top: -55px
    }

.hero.is-relative {
    position: relative
}

.hero.is-cover {
    background-size: cover !important
}

.hero.is-theme-primary {
    background-color: #039be5
}

    .hero.is-theme-primary .title {
        color: #fff
    }

    .hero.is-theme-primary .subtitle {
        color: #fff
    }

.hero.is-theme-secondary {
    background-color: #0084c4
}

    .hero.is-theme-secondary .title {
        color: #fff
    }

    .hero.is-theme-secondary .subtitle {
        color: #fff
    }

.hero.is-theme-accent {
    background-color: #00d1b2
}

    .hero.is-theme-accent .title {
        color: #fff
    }

    .hero.is-theme-accent .subtitle {
        color: #fff
    }

.hero.is-theme-info {
    background-color: #039be5
}

    .hero.is-theme-info .title {
        color: #fff
    }

    .hero.is-theme-info .subtitle {
        color: #fff
    }

.hero.is-theme-success {
    background-color: #06d6a0
}

    .hero.is-theme-success .title {
        color: #fff
    }

    .hero.is-theme-success .subtitle {
        color: #fff
    }

.hero.is-theme-warning {
    background-color: #eda514
}

    .hero.is-theme-warning .title {
        color: #fff
    }

    .hero.is-theme-warning .subtitle {
        color: #fff
    }

.hero.is-theme-danger {
    background-color: #f92b60
}

    .hero.is-theme-danger .title {
        color: #fff
    }

    .hero.is-theme-danger .subtitle {
        color: #fff
    }

.hero.is-feature-grey {
    background-color: #fbfbfb
}

    .hero.is-feature-grey .title {
        color: #444f60
    }

    .hero.is-feature-grey .subtitle {
        color: #444f60
    }

.hero.is-app-grey {
    background-color: #F7F7F7
}

    .hero.is-app-grey .title {
        color: #444f60 !important
    }

    .hero.is-app-grey .subtitle {
        color: #444f60
    }

.hero.is-light-grey {
    background-color: #eff4f7;
    background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, white 100%)
}

    .hero.is-light-grey .title.dark {
        color: #444f60
    }

    .hero.is-light-grey .title.theme {
        color: #039be5
    }

    .hero.is-light-grey .subtitle {
        margin-top: 0 !important;
        padding-right: 20%;
        line-height: 1.6 !important
    }

.hero.is-coal {
    background-color: #444
}

    .hero.is-coal .title {
        color: #fff
    }

    .hero.is-coal .subtitle {
        color: #fff
    }

.hero.is-night {
    background-color: #000030
}

    .hero.is-night .title {
        color: #fff
    }

    .hero.is-night .signup-block .input {
        background: #000021;
        border-color: #00004f;
        color: #fff
    }

        .hero.is-night .signup-block .input::-webkit-input-placeholder {
            color: #fff;
            opacity: .3
        }

        .hero.is-night .signup-block .input::-moz-placeholder {
            color: #fff;
            opacity: .3
        }

        .hero.is-night .signup-block .input:-ms-input-placeholder {
            color: #fff;
            opacity: .3
        }

        .hero.is-night .signup-block .input::-ms-input-placeholder {
            color: #fff;
            opacity: .3
        }

        .hero.is-night .signup-block .input::placeholder {
            color: #fff;
            opacity: .3
        }

        .hero.is-night .signup-block .input:focus {
            border-color: #00006d
        }

.hero .hero-foot.is-pulled {
    margin-top: -65px
}

.hero-body {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 6
}

    .hero-body.is-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        position: relative;
        z-index: 2 !important
    }

        .hero-body.is-start .is-hero-caption {
            margin-top: -25px;
            z-index: 2
        }

            .hero-body.is-start .is-hero-caption .title {
                font-size: 3rem
            }

            .hero-body.is-start .is-hero-caption .subtitle {
                color: #535555 !important;
                margin: 0 auto 20px auto !important;
                font-size: 1.4rem
            }

            .hero-body.is-start .is-hero-caption .button {
                margin: 0 6px
            }

    .hero-body .container.is-static {
        position: static !important
    }

    .hero-body .header-caption-wrapper.is-pulled {
        margin-top: -100px
    }

        .hero-body .header-caption-wrapper.is-pulled .image img {
            margin-top: -60px
        }

    .hero-body .is-header-caption {
        padding: 100px 0
    }

        .hero-body .is-header-caption.is-centered {
            text-align: center
        }

        .hero-body .is-header-caption .buttons .button {
            min-width: 160px
        }

    .hero-body .is-subheader-caption {
        padding-bottom: 60px
    }

        .hero-body .is-subheader-caption.has-search .subtitle {
            margin-bottom: .75rem
        }

        .hero-body .is-subheader-caption .subtitle {
            font-family: "Nexa Light",sans-serif;
            font-size: 1.3rem;
            color: #7f8ea4
        }

        .hero-body .is-subheader-caption .search-area {
            padding: 8px;
            border: 1px solid #e4e7ea;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            border-radius: 10px;
            background: #fff
        }

            .hero-body .is-subheader-caption .search-area.is-rounded {
                border-radius: 500px
            }

                .hero-body .is-subheader-caption .search-area.is-rounded .control .input, .hero-body .is-subheader-caption .search-area.is-rounded .control .search-button .button {
                    border-radius: 500px
                }

            .hero-body .is-subheader-caption .search-area .control .input {
                font-size: 1.3rem;
                border-radius: 8px;
                border: 1px solid #e4e7ea
            }

            .hero-body .is-subheader-caption .search-area .control .search-button {
                position: absolute;
                top: 5px;
                right: 5px
            }

                .hero-body .is-subheader-caption .search-area .control .search-button .button {
                    height: 42px;
                    min-width: 110px;
                    border-radius: 6px
                }

    .hero-body .is-hero-caption.is-centered {
        text-align: center
    }

        .hero-body .is-hero-caption.is-centered .title {
            margin-bottom: 1rem !important
        }

            .hero-body .is-hero-caption.is-centered .title.is-large {
                font-size: 4rem
            }

        .hero-body .is-hero-caption.is-centered .subtitle {
            max-width: 100%
        }

        .hero-body .is-hero-caption.is-centered .buttons {
            margin-top: 1rem;
            margin-bottom: .75rem;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .hero-body .is-hero-caption.is-centered .signup-block .control {
            width: 100%;
            max-width: 380px;
            margin: 0 auto 20px auto
        }

    .hero-body .is-hero-caption.is-pushed {
        margin-top: 60px !important
    }

    .hero-body .title.main-title {
        color: #fff;
        z-index: 999;
        font-size: 3.5rem
    }

    .hero-body .title.big-title {
        color: #444f60;
        z-index: 999;
        font-size: 4rem
    }

    .hero-body .title.page-title {
        font-size: 3.5rem
    }

    .hero-body .title.medium-title {
        font-size: 2.5rem
    }

    .hero-body .title.small-title {
        font-size: 2rem
    }

    .hero-body .subtitle.page-subtitle {
        font-size: 1.8rem
    }

    .hero-body .clients-small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 0
    }

        .hero-body .clients-small img {
            height: 42px;
            margin: 0 5px
        }

        .hero-body .clients-small.centered {
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important
        }

    .hero-body.is-relative {
        position: relative
    }

@media(max-width: 767px) {
    .hero-body.is-start .columns {
        margin-right: 0
    }

    .hero-body .is-hero-caption.is-pushed {
        margin-top: 0 !important
    }

    .hero-body .is-hero-caption.is-pushed-md {
        margin-top: 60px !important
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .hero-body .is-hero-caption {
        margin-top: 110px !important
    }
}

.hero-foot .partner-logo, .partner-logo {
    height: 70px !important
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #333;
    opacity: .4
}

@media only screen and (max-width: 767px) {
    .is-header-caption {
        text-align: center !important
    }

        .is-header-caption .buttons {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .signup-block .button {
        margin-top: .25rem;
        position: static !important;
        min-height: 50px
    }

    .product-hero .buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .is-header-caption {
        text-align: center !important
    }

        .is-header-caption .buttons {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .product-hero .buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.scroll-button {
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 54px;
    height: 54px;
    border: 1px solid #F0F0F0;
    border-radius: 50%;
    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;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

    .scroll-button:hover {
        background: #00d1b2;
        border-color: #00d1b2
    }

        .scroll-button:hover i {
            color: #fcfcfc;
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }

    .scroll-button i {
        font-size: 20px;
        font-weight: 600;
        color: #cecece;
        -webkit-transition: all .3s;
        transition: all .3s
    }

footer.footer-dark {
    background: #444f60;
    color: #fff;
    position: relative
}

    footer.footer-dark .columns {
        padding-top: 30px;
        padding-bottom: 30px
    }

    footer.footer-dark .footer-logo {
        padding: 10px 0
    }

        footer.footer-dark .footer-logo.square-logo img {
            max-width: 40px
        }

        footer.footer-dark .footer-logo img {
            height: 25px
        }

    footer.footer-dark .footer-column .footer-header {
        padding: 10px 0
    }

        footer.footer-dark .footer-column .footer-header h3 {
            font-family: "Nexa Bold",sans-serif;
            font-weight: 400;
            font-size: 1.15rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0 !important;
            color: #fff
        }

    footer.footer-dark .footer-column ul.link-list {
        line-height: 40px;
        font-size: 18px
    }

        footer.footer-dark .footer-column ul.link-list a {
            color: #E8EEF2;
            font-size:14px;
            -webkit-transition: all .5s;
            transition: all .5s
        }

        footer.footer-dark .footer-column ul.link-list :hover {
            color: #fff;
            text-decoration: underline
        }

    footer.footer-dark .footer-column .level-item .icon {
        color: #039be5;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        footer.footer-dark .footer-column .level-item .icon i {
            font-size: 20px
        }

        footer.footer-dark .footer-column .level-item .icon :hover {
            color: #fcfcfc
        }

    footer.footer-dark .footer-column .copyright {
        padding: 10px 0
    }

footer.footer-light {
    background: #fff !important;
    color: #444f60;
    position: relative
}

    footer.footer-light .columns {
        padding-top: 30px;
        padding-bottom: 30px
    }

    footer.footer-light .footer-logo {
        padding: 10px 0
    }

        footer.footer-light .footer-logo.square-logo img {
            max-width: 40px
        }

        footer.footer-light .footer-logo img {
            height: 25px
        }

    footer.footer-light .footer-column .footer-header {
        padding: 10px 0
    }

        footer.footer-light .footer-column .footer-header h3 {
            font-family: "Nexa Bold",sans-serif;
            font-weight: 400;
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0 !important;
            color: #444f60
        }

    footer.footer-light .footer-column ul.link-list {
        line-height: 30px;
        font-size: 1rem
    }

        footer.footer-light .footer-column ul.link-list a {
            color: #E8EEF2;
            font-weight: 400;
            -webkit-transition: all .5s;
            transition: all .5s
        }

        footer.footer-light .footer-column ul.link-list :hover {
            color: #039be5
        }

    footer.footer-light .footer-column .level-item .icon {
        color: #535555;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        footer.footer-light .footer-column .level-item .icon i {
            font-size: 20px
        }

        footer.footer-light .footer-column .level-item .icon :hover {
            color: #0084c4
        }

    footer.footer-light .footer-column .copyright {
        padding: 10px 0
    }

@media(max-width: 768px) {
    .footer-columns.is-flex-mobile {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
}

footer.footer-light-left {
    padding: 5rem 1.5rem !important;
    background: #f5f6fa
}

    footer.footer-light-left .footer-nav-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        footer.footer-light-left .footer-nav-right .footer-nav-link {
            margin: 0 10px;
            padding: 20px 0;
            color: #444f60 !important;
            border-bottom: 2px solid rgba(0,0,0,0)
        }

            footer.footer-light-left .footer-nav-right .footer-nav-link:hover {
                color: #535555 !important;
                border-bottom: 2px solid #535555
            }

            footer.footer-light-left .footer-nav-right .footer-nav-link.is-active {
                color: #039be5 !important;
                border-bottom: 2px solid #039be5 !important
            }

    footer.footer-light-left .level-item .icon {
        color: #cecece;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        footer.footer-light-left .level-item .icon :hover {
            color: #039be5
        }

    footer.footer-light-left .moto {
        color: #535555
    }

@media(max-width: 767px) {
    footer.footer-light-left {
        text-align: center
    }

        footer.footer-light-left .level {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }
}

@media(max-width: 768px) {
    .footer-nav-right {
        margin-top: 0 !important
    }
}

footer.footer-dark-left {
    padding: 5rem 1.5rem !important;
    background: #444f60
}

    footer.footer-dark-left .footer-nav-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        footer.footer-dark-left .footer-nav-right .footer-nav-link {
            margin: 0 10px;
            padding: 20px 0;
            color: #fff !important;
            border-bottom: 2px solid rgba(0,0,0,0)
        }

            footer.footer-dark-left .footer-nav-right .footer-nav-link:hover {
                color: #fcfcfc !important;
                border-bottom: 2px solid #fff
            }

            footer.footer-dark-left .footer-nav-right .footer-nav-link.is-active {
                color: #039be5 !important;
                border-bottom: 2px solid #039be5 !important
            }

    footer.footer-dark-left .level-item .icon {
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        footer.footer-dark-left .level-item .icon :hover {
            color: #039be5
        }

    footer.footer-dark-left .moto {
        color: #fff
    }

.footer-light-medium {
    padding-bottom: 0 !important;
    padding-top: 4rem !important;
    background: #fafafa
}

    .footer-light-medium.is-white {
        background: #fff
    }

    .footer-light-medium .footer-head {
        padding-bottom: 3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #e3e3e3
    }

        .footer-light-medium .footer-head .head-text h3 {
            font-family: "Nexa Bold",sans-serif;
            font-size: 1.8rem;
            color: #444f60
        }

        .footer-light-medium .footer-head .head-text p {
            font-size: 1.1rem;
            color: #535555
        }

        .footer-light-medium .footer-head .head-action .buttons .button.action-button {
            height: 36px;
            min-width: 140px
        }

        .footer-light-medium .footer-head .head-action .buttons .button.chat-button {
            background: rgba(0,0,0,0);
            border: none;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #039be5;
            font-weight: 500
        }

    .footer-light-medium .footer-body {
        padding-top: 3rem
    }

        .footer-light-medium .footer-body .footer-column {
            padding-top: 20px
        }

            .footer-light-medium .footer-body .footer-column .column-header {
                font-family: "Nexa Light",sans-serif;
                text-transform: uppercase;
                color: #444f60;
                font-size: 1rem;
                font-weight: 700;
                margin: 10px 0
            }

            .footer-light-medium .footer-body .footer-column .column-item {
                padding-bottom: 10px
            }

                .footer-light-medium .footer-body .footer-column .column-item a {
                    color: #535555
                }

                    .footer-light-medium .footer-body .footer-column .column-item a:hover {
                        color: #039be5
                    }

        .footer-light-medium .footer-body .social-links {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px 0
        }

            .footer-light-medium .footer-body .social-links a {
                color: #535555;
                margin: 0 5px
            }

                .footer-light-medium .footer-body .social-links a:hover {
                    color: #039be5
                }

        .footer-light-medium .footer-body .footer-description {
            color: #535555;
            padding: 10px 0
        }

        .footer-light-medium .footer-body .moto {
            color: #535555
        }

        .footer-light-medium .footer-body .small-footer-logo {
            height: 24px
        }

    .footer-light-medium .footer-copyright {
        color: #535555;
        padding: 4rem 0 2rem 0
    }

        .footer-light-medium .footer-copyright a {
            color: #535555
        }

            .footer-light-medium .footer-copyright a:hover {
                color: #039be5
            }

@media(max-width: 767px) {
    .footer-light-medium .footer-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        .footer-light-medium .footer-head .head-text {
            padding-bottom: 20px
        }

    .footer-light-medium .footer-body {
        padding: 1rem !important
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .footer-light-medium .footer-head {
        padding: 1rem !important
    }

    .footer-light-medium .footer-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2rem 1rem !important
    }

        .footer-light-medium .footer-body .column.is-4 {
            width: 42%;
            max-width: 42%;
            -ms-flex-negative: 1;
            flex-shrink: 1
        }

        .footer-light-medium .footer-body .is-offset-2 .columns {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important
        }
}

footer.colored-footer {
    background: #039be5;
    padding: 0
}

    footer.colored-footer .footer-body {
        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;
        padding: 10rem 0;
        text-align: center
    }

        footer.colored-footer .footer-body .footer-form {
            width: 460px
        }

            footer.colored-footer .footer-body .footer-form img {
                max-width: 120px
            }

            footer.colored-footer .footer-body .footer-form .control {
                position: relative;
                margin-top: 20px
            }

                footer.colored-footer .footer-body .footer-form .control .input {
                    font-size: 1.1rem;
                    height: 44px;
                    background: rgba(0,0,0,0);
                    border: 1px solid #fcfcfc;
                    color: #fcfcfc;
                    padding-bottom: 8px;
                    padding-right: 158px
                }

                    footer.colored-footer .footer-body .footer-form .control .input::-webkit-input-placeholder {
                        color: #fcfcfc
                    }

                    footer.colored-footer .footer-body .footer-form .control .input::-moz-placeholder {
                        color: #fcfcfc
                    }

                    footer.colored-footer .footer-body .footer-form .control .input:-ms-input-placeholder {
                        color: #fcfcfc
                    }

                    footer.colored-footer .footer-body .footer-form .control .input:-moz-placeholder {
                        color: #fcfcfc
                    }

                footer.colored-footer .footer-body .footer-form .control .input-button {
                    position: absolute;
                    top: 0;
                    right: 0;
                    height: 44px;
                    color: #0084c4;
                    border: 1px solid #fcfcfc;
                    border-radius: 0 100px 100px 0;
                    width: 130px;
                    font-size: .9rem;
                    font-weight: 700;
                    text-transform: uppercase;
                    -webkit-transition: all .3s;
                    transition: all .3s
                }

                    footer.colored-footer .footer-body .footer-form .control .input-button:hover {
                        opacity: .8
                    }

    footer.colored-footer .footer-footer {
        padding: 25px 0;
        border-top: 1px solid #e3e3e3
    }

        footer.colored-footer .footer-footer .footer-block {
            width: 33%
        }

        footer.colored-footer .footer-footer .footer-inner {
            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
        }

            footer.colored-footer .footer-footer .footer-inner .designed-by {
                color: #fcfcfc;
                font-size: 1rem
            }

                footer.colored-footer .footer-footer .footer-inner .designed-by .fa {
                    margin: 0 4px
                }

            footer.colored-footer .footer-footer .footer-inner .links a {
                color: #fcfcfc;
                margin: 0 12px
            }

            footer.colored-footer .footer-footer .footer-inner .social a {
                margin: 0 4px
            }

                footer.colored-footer .footer-footer .footer-inner .social a i {
                    font-size: 20px;
                    color: #fcfcfc
                }

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .colored-footer .footer-form {
        padding: 0 20px
    }

    .colored-footer .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .colored-footer .footer-inner .footer-block {
            width: 100% !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            padding: 8px 0
        }
}

@media(max-width: 767px) {
    .colored-footer .footer-form {
        padding: 0 20px
    }

    .colored-footer .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .colored-footer .footer-inner .footer-block {
            width: 100% !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            padding: 8px 0
        }
}

.footer.landing-dark-footer {
    background: #344258;
    padding: 8rem 1.5rem 4rem 1.5rem
}

    .footer.landing-dark-footer .footer-logo.square-logo {
        max-width: 40px !important
    }

    .footer.landing-dark-footer .footer-logo-text {
        margin-top: 16px;
        color: #fcfcfc;
        padding-right: 20px
    }

    .footer.landing-dark-footer .footer-menu li {
        padding: 8px 0;
        color: #fcfcfc
    }

        .footer.landing-dark-footer .footer-menu li a {
            color: #fcfcfc
        }

    .footer.landing-dark-footer .copyright {
        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;
        margin-top: 8rem
    }

        .footer.landing-dark-footer .copyright .copyright-logo {
            display: block;
            max-width: 100px
        }

        .footer.landing-dark-footer .copyright .copyright-text {
            font-weight: 500;
            font-size: .9rem;
            color: #fcfcfc
        }

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

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

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

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

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

.translateLeft {
    -webkit-animation-name: translateLeft;
    animation-name: translateLeft;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06)
}

@-webkit-keyframes translateDown {
    from {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

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

@keyframes translateDown {
    from {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

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

.translateDown {
    -webkit-animation-name: translateDown;
    animation-name: translateDown;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06)
}

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

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

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

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

.translateUp {
    -webkit-animation-name: translateUp;
    animation-name: translateUp;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06)
}

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

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 0
    }

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

@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 0
    }

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

.preFadeInLeft {
    opacity: 0
}

.fadeInLeft {
    opacity: 0;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 0
    }

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

@keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 0
    }

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

.preFadeInRight {
    opacity: 0
}

.fadeInRight {
    opacity: 0;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

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

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

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

.preFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

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

@keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

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

.preFadeInDown {
    opacity: 0
}

.fadeInDown {
    opacity: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeOutUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

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

@keyframes fadeOutUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

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

.preFadeOutUp {
    opacity: 1
}

.fadeOutUp {
    opacity: 1;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes levitate {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

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

@keyframes levitate {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

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

.levitate {
    -webkit-animation-name: levitate;
    animation-name: levitate;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes gelatine {
    from,to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9)
    }

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

@keyframes gelatine {
    from,to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9)
    }

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

.gelatine {
    -webkit-animation: gelatine .6s;
    animation: gelatine .6s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes unzoom {
    from,to {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0)
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, 0);
        transform: scale(1.1, 0)
    }
}

@keyframes unzoom {
    from,to {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0)
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, 0);
        transform: scale(1.1, 0)
    }
}

.unzoom {
    -webkit-animation: unzoom .7s;
    animation: unzoom .7s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

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

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    75% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    75% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.entrance {
    -webkit-animation: entrance .8s;
    animation: entrance .8s
}

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

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

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

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

.scaleIn {
    -webkit-animation: scaleIn .5s;
    animation: scaleIn .5s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

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

    to {
        -webkit-transform: scale(7);
        transform: scale(7)
    }
}

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

    to {
        -webkit-transform: scale(7);
        transform: scale(7)
    }
}

.scaleInCircle {
    -webkit-animation: scaleInCircle .6s;
    animation: scaleInCircle .6s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

@keyframes scaleOut {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

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

.scaleOut {
    -webkit-animation: scaleOut .6s;
    animation: scaleOut .6s
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.pulsate {
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0
}

.delay-1 {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.delay-2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.delay-3 {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.delay-4 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.delay-5 {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.delay-6 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.delay-7 {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.delay-8 {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s
}

.delay-9 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.delay-10 {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s
}

.delay-11 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.side-navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #344258;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    overflow: hidden;
    -webkit-transform: translateX(-301px);
    transform: translateX(-301px);
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 1000
}

    .side-navigation-menu.is-active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .side-navigation-menu .category-menu-wrapper {
        height: 100%;
        position: relative;
        width: 80px;
        background: #0084c4
    }

        .side-navigation-menu .category-menu-wrapper ul.categories li {
            height: 60px
        }

            .side-navigation-menu .category-menu-wrapper ul.categories li.square-logo {
                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
            }

                .side-navigation-menu .category-menu-wrapper ul.categories li.square-logo img {
                    max-height: 28px
                }

            .side-navigation-menu .category-menu-wrapper ul.categories li.category-link {
                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;
                cursor: pointer
            }

                .side-navigation-menu .category-menu-wrapper ul.categories li.category-link i {
                    font-size: 20px;
                    color: #fff
                }

                .side-navigation-menu .category-menu-wrapper ul.categories li.category-link:hover {
                    background: #0095de
                }

            .side-navigation-menu .category-menu-wrapper ul.categories li.is-active {
                background: #00a6f7
            }

        .side-navigation-menu .category-menu-wrapper .author {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%
        }

            .side-navigation-menu .category-menu-wrapper .author li {
                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;
                position: relative
            }

            .side-navigation-menu .category-menu-wrapper .author a {
                position: relative;
                z-index: 4
            }

            .side-navigation-menu .category-menu-wrapper .author .main-menu-author {
                width: 48px;
                height: 48px;
                border-radius: 100px;
                margin: 0 auto;
                margin-bottom: 10px;
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transition: -webkit-transform .4s;
                transition: -webkit-transform .4s;
                transition: transform .4s;
                transition: transform .4s, -webkit-transform .4s
            }

                .side-navigation-menu .category-menu-wrapper .author .main-menu-author:hover {
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1)
                }

    .side-navigation-menu .navigation-menu-wrapper {
        height: 100%;
        width: 100%;
        position: relative
    }

        .side-navigation-menu .navigation-menu-wrapper ul.navigation-menu {
            height: calc(100% - 60px);
            margin: 0;
            padding: 0;
            max-width: 400px;
            list-style: none;
            list-style-type: none;
            overflow: auto
        }

            .side-navigation-menu .navigation-menu-wrapper ul.navigation-menu::-webkit-scrollbar {
                width: 10px
            }

            .side-navigation-menu .navigation-menu-wrapper ul.navigation-menu::-webkit-scrollbar-thumb {
                border-radius: 5px;
                background: rgba(255,255,255,.1)
            }

        .side-navigation-menu .navigation-menu-wrapper .navigation-menu-header {
            height: 60px;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-left: 25px;
            text-transform: uppercase;
            font-weight: 300;
            color: #fcfcfc;
            letter-spacing: 3px;
            font-size: 92%
        }

            .side-navigation-menu .navigation-menu-wrapper .navigation-menu-header .menu-toggle .icon-box-toggle span i {
                background: #fff
            }

            .side-navigation-menu .navigation-menu-wrapper .navigation-menu-header .navigation-close {
                opacity: 0;
                margin-right: 1rem
            }

        .side-navigation-menu .navigation-menu-wrapper li.has-children.active {
            background: #3d4e68
        }

            .side-navigation-menu .navigation-menu-wrapper li.has-children.active span:after {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg)
            }

        .side-navigation-menu .navigation-menu-wrapper li.has-children.active-section a.parent-link {
            color: #38bcfc !important
        }

            .side-navigation-menu .navigation-menu-wrapper li.has-children.active-section a.parent-link span, .side-navigation-menu .navigation-menu-wrapper li.has-children.active-section a.parent-link span:after {
                color: #38bcfc !important
            }

        .side-navigation-menu .navigation-menu-wrapper li.has-children > ul {
            display: none
        }

        .side-navigation-menu .navigation-menu-wrapper li.has-children ul {
            padding: 0px
        }

            .side-navigation-menu .navigation-menu-wrapper li.has-children ul li a:hover {
                color: #fff;
                padding-left: 42px
            }

            .side-navigation-menu .navigation-menu-wrapper li.has-children ul li a.is-submenu {
                background-color: #2b3648;
                padding-left: 62px !important;
                font-size: 95%
            }

                .side-navigation-menu .navigation-menu-wrapper li.has-children ul li a.is-submenu:hover, .side-navigation-menu .navigation-menu-wrapper li.has-children ul li a.is-submenu.is-active {
                    color: #039be5
                }

        .side-navigation-menu .navigation-menu-wrapper li.has-children span:after {
            position: absolute;
            right: 30px;
            content: "";
            color: #fff;
            -webkit-transition: all .5s;
            transition: all .5s;
            font-size: 90%;
            padding-top: 2px
        }

        .side-navigation-menu .navigation-menu-wrapper li a {
            padding: 18px 25px;
            display: block;
            text-decoration: none;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .side-navigation-menu .navigation-menu-wrapper li a:hover {
                background: #3d4e68
            }

            .side-navigation-menu .navigation-menu-wrapper li a.is-submenu {
                padding: 12px 25px
            }

            .side-navigation-menu .navigation-menu-wrapper li a.parent-link {
                height: 60px !important;
                position: relative
            }

                .side-navigation-menu .navigation-menu-wrapper li a.parent-link.has-new:before {
                    content: "";
                    position: absolute;
                    top: 18px;
                    left: 22px;
                    width: 8px;
                    height: 8px;
                    border-radius: 50%;
                    background: #039be5;
                    -webkit-animation: pulsate 1s ease-out;
                    animation: pulsate 1s ease-out;
                    -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;
                    opacity: 0
                }

            .side-navigation-menu .navigation-menu-wrapper li a span {
                margin-right: 20px;
                color: #fff;
                font-size: 18px
            }

        .side-navigation-menu .navigation-menu-wrapper .has-children, .side-navigation-menu .navigation-menu-wrapper li {
            position: relative
        }

.pageloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #039be5;
    z-index: 999998;
    transition: -webkit-transform .35s ease-out;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    transition: transform .35s ease-out, -webkit-transform .35s ease-out;
    transition: transform .35s ease-out,-webkit-transform .35s ease-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: transform
}

    .pageloader.is-active {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .pageloader::after, .pageloader::before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        border-radius: 100%;
        content: "";
        z-index: 999999
    }

    .pageloader::after {
        margin-top: -100px;
        margin-left: -100px;
        width: 200px;
        height: 200px;
        background-color: rgba(255,255,255,.5);
        border: 3px solid rgba(255,255,255,.75);
        -webkit-animation: page-loader-inner 1.5s infinite ease-out;
        animation: page-loader-inner 1.5s infinite ease-out
    }

    .pageloader::before {
        margin-top: -30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background-color: #fff;
        -webkit-animation: page-loader-outer 1.5s infinite ease-in;
        animation: page-loader-outer 1.5s infinite ease-in
    }

@-webkit-keyframes page-loader-inner {
    0%,40% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

@keyframes page-loader-inner {
    0%,40% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

@-webkit-keyframes page-loader-outer {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100%,40% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

@keyframes page-loader-outer {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100%,40% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

.infraloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

    .infraloader.is-active {
        opacity: 1;
        z-index: 999997
    }

.body-color {
    color: #535555 !important
}

.color-primary {
    color: #039be5 !important
}

.color-secondary {
    color: #0084c4 !important
}

.color-accent {
    color: #00d1b2 !important
}

.color-red {
    color: #f92b60 !important
}

.border-light {
    border-color: #fff !important
}

.dark-text {
    color: #444f60 !important
}

.white-text {
    color: #fff !important
}

.light-text {
    color: #fff !important
}

.muted-text {
    color: #535555 !important
}

.primary-text {
    color: #039be5 !important
}

.secondary-text {
    color: #0084c4 !important
}

.accent-text {
    color: #00d1b2 !important
}

.info-text {
    color: #039be5 !important
}

.success-text {
    color: #06d6a0 !important
}

.warning-text {
    color: #eda514 !important
}

.danger-text {
    color: #f92b60 !important
}

.dark-bg {
    background: #444 !important
}

.light-bg {
    background: #fff !important
}

.has-light-shadow {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

.has-light-border {
    border: 1px solid #e0e0e0
}

.title.is-styled {
    font-family: "Nexa Bold",sans-serif;
    color: #444f60
}

.font-w-400 {
    font-weight: 400 !important
}

.font-w-500 {
    font-weight: 500 !important
}

.font-w-600 {
    font-weight: 600 !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-upper {
    text-transform: uppercase !important
}

.text-bold {
    font-weight: 600 !important
}

.text-bolder {
    font-weight: 700 !important
}

.font-size-normal {
    font-size: 1rem
}

.font-size-2x {
    font-size: 2rem
}

.font-size-small {
    font-size: .9rem
}

.is-size-1 {
    font-size: 3rem
}

.is-size-2 {
    font-size: 2.5rem
}

.is-size-3 {
    font-size: 2rem
}

.is-size-4 {
    font-size: 1.5rem
}

.is-size-5 {
    font-size: 1.25rem
}

.is-size-6 {
    font-size: 1rem
}

.is-size-7 {
    font-size: .75rem
}

.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .is-flex.is-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .is-flex.is-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .is-flex.is-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .is-flex.is-vcenter {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center
    }

.is-block {
    display: block !important
}

.z-index-0 {
    z-index: 0 !important
}

.z-index-2 {
    z-index: 2 !important
}

.z-index-101 {
    z-index: 101 !important
}

.has-slimscroll::-webkit-scrollbar {
    width: 6px !important
}

.has-slimscroll::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: rgba(0,0,0,.2) !important
}

.has-slimscroll-xs::-webkit-scrollbar {
    width: 3px !important
}

.has-slimscroll-xs::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: rgba(0,0,0,.2) !important
}

.has-slimscroll-xs-h::-webkit-scrollbar {
    height: 6px !important
}

.has-slimscroll-xs-h::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: rgba(0,0,0,.2) !important
}

.bottom-spacer {
    margin-bottom: 80px;
    min-height: 100px
}

.is-relative {
    position: relative !important
}

.no-padding {
    padding: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.padding-10 {
    padding: 10px
}

.padding-15 {
    padding: 15px
}

.padding-20 {
    padding: 20px
}

.padding-25 {
    padding: 25px
}

.padding-30 {
    padding: 30px
}

.padding-40 {
    padding: 40px
}

.padding-50 {
    padding: 50px
}

.padding-60 {
    padding: 60px
}

.padding-70 {
    padding: 70px
}

.padding-80 {
    padding: 80px
}

.padding-90 {
    padding: 90px
}

.padding-100 {
    padding: 100px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.huge-pt {
    padding-top: 100px
}

.huge-pb {
    padding-bottom: 100px
}

.giant-pb {
    padding-bottom: 150px
}

.hr {
    height: 1px;
    background: #e3e3e3
}

.no-margin {
    margin: 0 !important
}

.no-margin-left {
    margin-left: 0 !important
}

.no-margin-right {
    margin-right: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.margin-x-auto {
    margin: 0 auto !important
}

.mr-auto {
    margin-right: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.margin-10 {
    margin: 10px
}

.margin-20 {
    margin: 20px
}

.margin-25 {
    margin: 25px
}

.margin-30 {
    margin: 30px
}

.margin-40 {
    margin: 40px
}

.margin-50 {
    margin: 50px
}

.margin-60 {
    margin: 60px
}

.margin-70 {
    margin: 70px
}

.margin-80 {
    margin: 80px
}

.margin-90 {
    margin: 90px
}

.margin-100 {
    margin: 100px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-120 {
    margin-top: 120px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-70 {
    margin-left: 70px
}

.ml-80 {
    margin-left: 80px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.width-40 {
    width: 40px !important
}

.width-100 {
    width: 100px !important
}

.width-250 {
    width: 250px !important
}

.height-30 {
    height: 30px !important
}

.height-60 {
    height: 60px !important
}

.height-60 {
    height: 60px !important
}

.height-70 {
    height: 60px !important
}

.height-80 {
    height: 60px !important
}

.height-90 {
    height: 60px !important
}

.max-w-center {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important
}

    .max-w-center.max-w-440 {
        max-width: 440px !important
    }

    .max-w-center.max-w-540 {
        max-width: 540px !important
    }

    .max-w-center.max-w-640 {
        max-width: 640px
    }

    .max-w-center.max-w-680 {
        max-width: 680px
    }

    .max-w-center.max-w-740 {
        max-width: 740px
    }

    .max-w-center.max-w-780 {
        max-width: 780px
    }

    .max-w-center.max-w-840 {
        max-width: 840px
    }

    .max-w-center.max-w-880 {
        max-width: 880px
    }

    .max-w-center.max-w-940 {
        max-width: 940px
    }

    .max-w-center.max-w-1040 {
        max-width: 1040px
    }

.max-w {
    width: 100%
}

    .max-w.max-w-640 {
        max-width: 640px
    }

    .max-w.max-w-680 {
        max-width: 680px
    }

    .max-w.max-w-740 {
        max-width: 740px
    }

    .max-w.max-w-780 {
        max-width: 780px
    }

    .max-w.max-w-840 {
        max-width: 840px
    }

    .max-w.max-w-880 {
        max-width: 880px
    }

    .max-w.max-w-940 {
        max-width: 940px
    }

    .max-w.max-w-1040 {
        max-width: 1040px
    }

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0
}

.is-hidden {
    display: none !important
}

.is-vhidden {
    visibility: hidden !important
}

.is-disabled {
    pointer-events: none;
    opacity: .4;
    cursor: default !important
}

.no-click {
    pointer-events: none !important
}

.stuck {
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important;
    -webkit-animation-name: translateDown;
    animation-name: translateDown;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.overflow-auto {
    overflow: auto !important
}

.im.is-icon-xs, .sl.is-icon-xs, .material-icons.is-icon-xs {
    font-size: .8rem !important
}

.im.is-icon-md, .sl.is-icon-md, .material-icons.is-icon-md {
    font-size: 1.5rem !important
}

.im.is-icon-2x, .sl.is-icon-2x, .material-icons.is-icon-2x {
    font-size: 2rem
}

.im.is-icon-3x, .sl.is-icon-3x, .material-icons.is-icon-3x {
    font-size: 3rem
}

.im.is-icon-4x, .sl.is-icon-4x, .material-icons.is-icon-4x {
    font-size: 4rem
}

.im.is-gigantic, .sl.is-gigantic, .material-icons.is-gigantic {
    font-size: 12rem
}

.img-circle {
    border-radius: 1000px
}

@media(max-width: 767px) {
    .mobile-padding-20 {
        padding: 20px 30px
    }

    .mobile-padding-40 {
        padding: 40px
    }

    .has-text-centered-mobile {
        text-align: center !important
    }
}

.simple-accordion-wrapper .accordion-section {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #F0F0F0
}

    .simple-accordion-wrapper .accordion-section a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #555;
        font-weight: 600;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

        .simple-accordion-wrapper .accordion-section a i {
            position: relative;
            float: right;
            margin-top: 4px;
            color: #666
        }

        .simple-accordion-wrapper .accordion-section a.active {
            background-color: #444f60;
            color: #fff
        }

            .simple-accordion-wrapper .accordion-section a.active i {
                color: #fff
            }

    .simple-accordion-wrapper .accordion-section .accordion-content {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #fff;
        display: none
    }

        .simple-accordion-wrapper .accordion-section .accordion-content p {
            padding: 20px 25px;
            margin: 0;
            color: #333
        }

.simple-accordion-wrapper.is-primary a.active {
    background-color: #039be5
}

.simple-accordion-wrapper.is-secondary a.active {
    background-color: #0084c4
}

.simple-accordion-wrapper.is-accent a.active {
    background-color: #00d1b2
}

.simple-accordion-wrapper.is-info a.active {
    background-color: #039be5
}

.simple-accordion-wrapper.is-success a.active {
    background-color: #06d6a0
}

.multi-toggle-wrapper .mt-item {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #444f60;
    border: 1px solid #F0F0F0;
    overflow: hidden
}

    .multi-toggle-wrapper .mt-item:hover .mt-item-label {
        color: #039be5
    }

        .multi-toggle-wrapper .mt-item:hover .mt-item-label span {
            color: #039be5
        }

    .multi-toggle-wrapper .mt-item .mt-item-input {
        position: absolute;
        opacity: 0;
        z-index: -1
    }

    .multi-toggle-wrapper .mt-item .mt-item-label {
        position: relative;
        display: block;
        padding: 0 0 0 3em;
        background: #fff;
        font-weight: bold;
        line-height: 3;
        cursor: pointer;
        color: #cecece;
        text-transform: uppercase;
        font-size: 1em;
        margin-bottom: 0;
        border-radius: 3px 3px 0 0;
        border-bottom: 1px solid #F0F0F0
    }

        .multi-toggle-wrapper .mt-item .mt-item-label span {
            color: #444f60;
            font-weight: 600;
            text-transform: none;
            -webkit-transition: all .45s;
            transition: all .45s
        }

    .multi-toggle-wrapper .mt-item .mt-item-content {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .45s;
        transition: max-height .45s;
        background-color: #fff;
        border-radius: 3px
    }

        .multi-toggle-wrapper .mt-item .mt-item-content p {
            margin: 1em
        }

        .multi-toggle-wrapper .mt-item .mt-item-content .mt-item {
            padding: 10px;
            background: #fff;
            color: #444f60;
            margin: 2px 0px;
            border-radius: 3px
        }

            .multi-toggle-wrapper .mt-item .mt-item-content .mt-item label {
                border-radius: 0
            }

    .multi-toggle-wrapper .mt-item .mt-item-inner {
        padding: 1px 0 0
    }

        .multi-toggle-wrapper .mt-item .mt-item-inner label {
            font-weight: 400;
            background-color: #cecece;
            color: #fff
        }

        .multi-toggle-wrapper .mt-item .mt-item-inner .mt-item-content ul {
            margin: 0;
            padding: 0
        }

            .multi-toggle-wrapper .mt-item .mt-item-inner .mt-item-content ul li {
                list-style-type: none
            }

                .multi-toggle-wrapper .mt-item .mt-item-inner .mt-item-content ul li .checkBox label {
                    background-color: rgba(0,0,0,0);
                    color: #444f60;
                    text-transform: capitalize;
                    padding-left: 0;
                    margin: 0
                }

                    .multi-toggle-wrapper .mt-item .mt-item-inner .mt-item-content ul li .checkBox label:after {
                        content: ""
                    }

    .multi-toggle-wrapper .mt-item .mt-item-input:checked ~ .mt-item-content {
        max-height: 50em
    }

    .multi-toggle-wrapper .mt-item .mt-item-label::after {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 3em;
        height: 3em;
        line-height: 3;
        text-align: center;
        -webkit-transition: all .45s;
        transition: all .45s
    }

    .multi-toggle-wrapper .mt-item .mt-item-input[type=checkbox] + .mt-item-label::after {
        font-family: "Font Awesome 5 Free";
        content: "";
        font-weight: 900
    }

    .multi-toggle-wrapper .mt-item .mt-item-input[type=checkbox]:checked + .mt-item-label::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.multi-toggle-wrapper .checkbox-custom {
    opacity: 0;
    position: absolute
}

.multi-toggle-wrapper .checkbox-custom, .multi-toggle-wrapper .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.multi-toggle-wrapper .checkbox-custom-label {
    position: relative
}

.multi-toggle-wrapper .checkbox-custom + .checkbox-custom-label:before {
    content: "";
    background: rgba(0,0,0,0);
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    padding: 2px;
    margin-right: 10px;
    text-align: center
}

.multi-toggle-wrapper .checkbox-custom:checked + .checkbox-custom-label:before {
    content: "";
    font-family: "FontAwesome";
    color: #cecece;
    line-height: 10px;
    font-weight: 300
}

.single-toggle-wrapper .toggle-wrap {
    border: 1px solid #e0e0e0;
    border-radius: 3px 3px 0 0;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

    .single-toggle-wrapper .toggle-wrap:hover {
        -webkit-box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
        box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px
    }

    .single-toggle-wrapper .toggle-wrap .trigger a {
        display: block;
        cursor: pointer;
        position: relative;
        padding: 0;
        line-height: 26px;
        outline: none;
        color: #444f60;
        font-size: 14px;
        font-weight: 600;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        -webkit-transition: background-color .2s,color .2s;
        transition: background-color .2s,color .2s;
        padding: 16px 27px;
        margin: -1px 0 0 0
    }

        .single-toggle-wrapper .toggle-wrap .trigger a i {
            padding-right: 6px;
            margin: 0 4px 0 0;
            -webkit-transition: all .3s;
            transition: all .3s
        }

        .single-toggle-wrapper .toggle-wrap .trigger a .im-icon-Add {
            position: absolute;
            right: 0;
            top: 50%;
            font-size: 24px;
            -webkit-transform: translate3d(0, -50%, 0) rotate(0);
            transform: translate3d(0, -50%, 0) rotate(0);
            -webkit-transition: .2s;
            transition: .2s
        }

        .single-toggle-wrapper .toggle-wrap .trigger a .im-icon-Coding {
            position: relative;
            top: 7px
        }

    .single-toggle-wrapper .toggle-wrap .trigger a {
        text-transform: uppercase;
        border: none;
        margin: 0;
        padding: 15px 0;
        text-transform: none;
        font-size: 11px;
        font-weight: 500;
        background-color: rgba(0,0,0,0);
        color: #444f60;
        padding-right: 60px;
        font-weight: 600
    }

    .single-toggle-wrapper .toggle-wrap .trigger.active .im-icon-Add {
        margin-top: 2px;
        -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
        transform: translate3d(0, -50%, 0) rotate(45deg);
        color: #535555
    }

    .single-toggle-wrapper .toggle-wrap .toggle-container {
        padding: 0px 0 30px 0;
        border: none
    }

.button {
    -webkit-transition: all .5s;
    transition: all .5s
}

    .button.button-signup {
        padding: 22px 40px !important
    }

        .button.button-signup.btn-outlined.is-bold {
            border-width: 2px;
            font-weight: 600
        }

    .button.button-cta {
        padding: 22px 40px !important
    }

        .button.button-cta.btn-outlined.is-bold {
            border-width: 2px;
            font-weight: 600
        }

    .button.no-lh {
        line-height: 0 !important
    }

    .button.button-action {
        padding: 25px 40px !important
    }

    .button.btn-align {
        padding: 3px 13px 6px 13px
    }

    .button.btn-align-md {
        padding: 5px 15px 18px 15px
    }

    .button.btn-align-lg {
        padding: 6px 15px 18px 15px
    }

    .button.btn-upper {
        text-transform: uppercase
    }

    .button.rounded {
        border-radius: 500px
    }

    .button.raised:hover {
        -webkit-box-shadow: 0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2) !important;
    }

    .button.is-raised {
        -webkit-box-shadow: 0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2) !important
    }

    .button.is-bold {
        font-weight: 500
    }

    .button.btn-fade:hover {
        opacity: .6
    }

    .button.btn-outlined {
        background: rgba(0,0,0,0)
    }

        .button.btn-outlined.light-btn {
            border-color: #cecece;
            color: #fff
        }

            .button.btn-outlined.light-btn:hover {
                background-color: #fff;
                color: #444f60
            }

        .button.btn-outlined.is-bold {
            border-width: 2px;
            font-weight: 600
        }

    .button.btn-padding {
        padding: 6px 13px 16px 13px !important
    }

    .button.default-btn {
        color: #cecece !important
    }

    .button.is-link {
        text-decoration: none !important
    }

    .button.has-icon-right i {
        padding-left: 8px
    }

    .button:focus {
        border-color: #ccc
    }

    .button.has-icon i {
        position: relative;
        margin-right: 5px;
        font-size: 1.7rem
    }

    .button.is-fullwidth {
        display: block !important;
        width: 100% !important;
        text-align: center !important
    }

    .button i {
        position: relative;
        top: 1px;
        padding-right: 8px
    }

    .button.btn-square {
        width: 45px;
        height: 45px;
        text-align: center !important;
        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
    }

        .button.btn-square.is-small {
            width: 36px;
            height: 36px
        }

        .button.btn-square.is-medium {
            width: 55px;
            height: 55px
        }

        .button.btn-square.is-large {
            width: 64px;
            height: 64px
        }

        .button.btn-square i {
            font-size: 21px;
            padding: 0 !important
        }

        .button.btn-square.is-small i {
            font-size: 18px
        }

        .button.btn-square.is-medium i {
            font-size: 28px
        }

        .button.btn-square.is-large i {
            font-size: 32px
        }

    .button.is-link {
        background: rgba(0,0,0,0) !important;
        color: #444f60
    }

        .button.is-link.btn-more {
            text-decoration: none !important;
            line-height: 1.8;
            min-height: 38px;
            font-weight: 500
        }

        .button.is-link.color-primary i {
            font-size: 9px;
            margin-left: 10px;
            position: relative;
            top: 2px;
            color: #039be5 !important;
            -webkit-transition: all .5s;
            transition: all .5s
        }

        .button.is-link:hover {
            background: #f5f5f5 !important
        }

            .button.is-link:hover i {
                -webkit-transform: translate(10px, 0);
                transform: translate(10px, 0)
            }

    .button.primary-btn {
        outline: none;
        border-color: #039be5;
        background-color: #039be5;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .button.primary-btn:hover {
            color: #fff
        }

        .button.primary-btn.raised:hover {
            -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
            opacity: .9 .5
        }

        .button.primary-btn.btn-outlined {
            border-color: #0097e1a6;
            color: #fff;
            background-color: #0e4a82;
        }

            .button.primary-btn.btn-outlined:hover {
                color: #fff;
                background-color: #0057AD !important;
                border-color: #17abf3;
            }

    .button.secondary-btn {
        outline: none;
        border-color: #0084c4;
        background-color: #0084c4;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .button.secondary-btn:hover {
            color: #fff
        }

        .button.secondary-btn.raised:hover {
            -webkit-box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important;
            opacity: .95
        }

        .button.secondary-btn.btn-outlined {
            border-color: #0084c4;
            color: #0084c4;
            background-color: rgba(0,0,0,0)
        }

            .button.secondary-btn.btn-outlined:hover {
                color: #fff;
                background-color: #0084c4
            }

        .button.secondary-btn:focus {
            border-color: #0084c4
        }

    .button.accent-btn {
        outline: none;
        border-color: #00d1b2;
        background-color: #00d1b2;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .button.accent-btn:hover {
            color: #fff
        }

        .button.accent-btn.raised:hover {
            -webkit-box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important;
            opacity: .8
        }

        .button.accent-btn.btn-outlined {
            border-color: #00d1b2;
            color: #00d1b2;
            background-color: rgba(0,0,0,0)
        }

            .button.accent-btn.btn-outlined:hover {
                color: #fff;
                background-color: #00d1b2
            }

        .button.accent-btn:focus {
            border-color: #00d1b2
        }

    .button.success-btn {
        outline: none;
        border-color: #06d6a0;
        background-color: #06d6a0;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .button.success-btn:hover {
            color: #fff
        }

        .button.success-btn.raised:hover {
            -webkit-box-shadow: 0 14px 26px -12px rgba(0,178,137,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,178,137,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(0,178,137,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,178,137,.2) !important;
            opacity: .8
        }

        .button.success-btn.btn-outlined {
            border-color: #06d6a0;
            color: #06d6a0;
            background-color: rgba(0,0,0,0)
        }

            .button.success-btn.btn-outlined:hover {
                color: #fff;
                background-color: #06d6a0
            }

        .button.success-btn:focus {
            border-color: #06d6a0
        }

    .button.warning-btn {
        outline: none;
        border-color: #eda514;
        background-color: #eda514;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .button.warning-btn:hover {
            color: #fff
        }

        .button.warning-btn.raised:hover {
            -webkit-box-shadow: 0 14px 26px -12px rgba(237,165,20,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(237,165,20,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(237,165,20,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(237,165,20,.2) !important;
            opacity: .8
        }

        .button.warning-btn.btn-outlined {
            border-color: #eda514;
            color: #eda514;
            background-color: rgba(0,0,0,0)
        }

            .button.warning-btn.btn-outlined:hover {
                color: #fff;
                background-color: #eda514
            }

        .button.warning-btn:focus {
            border-color: #eda514
        }

    .button.danger-btn {
        outline: none;
        border-color: #f92b60;
        background-color: #f92b60;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .button.danger-btn:hover {
            color: #fff
        }

        .button.danger-btn.raised:hover {
            -webkit-box-shadow: 0 14px 26px -12px rgba(255,114,115,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(255,114,115,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(255,114,115,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(255,114,115,.2) !important;
            opacity: .8
        }

        .button.danger-btn.btn-outlined {
            border-color: #f92b60;
            color: #f92b60;
            background-color: rgba(0,0,0,0)
        }

            .button.danger-btn.btn-outlined:hover {
                color: #fff;
                background-color: #f92b60
            }

        .button.danger-btn:focus {
            border-color: #f92b60
        }

    .button.info-btn {
        outline: none;
        border-color: #039be5;
        background-color: #039be5;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .button.info-btn:hover {
            color: #fff
        }

        .button.info-btn.raised:hover {
            -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
            opacity: .8
        }

        .button.info-btn.btn-outlined {
            border-color: #039be5;
            color: #039be5;
            background-color: rgba(0,0,0,0)
        }

            .button.info-btn.btn-outlined:hover {
                color: #fff;
                background-color: #039be5
            }

        .button.info-btn:focus {
            border-color: #039be5
        }

    .button.social-btn {
        color: #fff
    }

        .button.social-btn.facebook {
            background-color: #3b5998
        }

        .button.social-btn.twitter {
            background-color: #1dcaff
        }

        .button.social-btn.linkedin {
            background-color: #007bb6
        }

        .button.social-btn.tumblr {
            background-color: #35465c
        }

        .button.social-btn.github {
            background-color: #444
        }

.ripple {
    overflow: hidden
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-animation: ripple-animation 2s;
    animation: ripple-animation 2s
}

@-webkit-keyframes ripple-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .4
    }

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

@keyframes ripple-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .4
    }

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

.combo-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .combo-button a {
        display: block;
        line-height: 0;
        width: 140px;
        pointer-events: all
    }

        .combo-button a.is-active {
            pointer-events: none
        }

        .combo-button a:first-child {
            border-radius: 100px 0 0 100px
        }

        .combo-button a:last-child {
            border-radius: 0 100px 100px 0;
            border-left: none
        }

.read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #039be5
}

    .read-more.low-padding {
        padding: 8px 0;
        font-size: 1rem
    }

        .read-more.low-padding i {
            font-size: 1.2rem
        }

    .read-more i {
        position: relative;
        top: 2px;
        font-size: 1.4rem;
        font-weight: 600;
        margin: 0 6px
    }

.fab-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 56px;
    height: 56px;
    padding: 16px;
    border: none;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    z-index: 1
}

    .fab-btn:active, .fab-btn:focus {
        outline: none !important
    }

    .fab-btn.mini {
        width: 48px;
        height: 48px;
        padding: 12px;
        -webkit-transform: rotate(-600deg);
        transform: rotate(-600deg);
        background: #039be5
    }

    .fab-btn.like {
        background: #535555 !important;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        position: absolute;
        right: 28%;
        bottom: -22px;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2);
        box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2)
    }

        .fab-btn.like i.unliked {
            display: block;
            color: #fff;
            position: relative;
            z-index: 1
        }

        .fab-btn.like i.liked {
            display: none;
            color: #fff;
            position: relative;
            z-index: 1
        }

        .fab-btn.like.is-active .like-overlay {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .fab-btn.like.is-active i.unliked {
            display: none
        }

        .fab-btn.like.is-active i.liked {
            display: block
        }

        .fab-btn.like.is-single {
            bottom: -34px
        }

    .fab-btn .like-wrapper {
        position: relative;
        width: 100%;
        height: 100%
    }

        .fab-btn .like-wrapper .like-overlay {
            position: absolute;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            top: -36px;
            left: -24px;
            background: #f92b60;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: -webkit-transform .4s;
            transition: -webkit-transform .4s;
            transition: transform .4s;
            transition: transform .4s, -webkit-transform .4s;
            z-index: 0
        }

.button-wrap .combo-button .button.is-active {
    background: #039be5;
    color: #fff
}

.breadcrumb.is-narrow {
    margin-bottom: 10px
}

.breadcrumb ul li a {
    font-family: "Roboto",sans-serif;
    color: #535555
}

    .breadcrumb ul li a:hover {
        color: #0057AD;
        text-decoration-line: underline
    }

    .breadcrumb ul li a .icon.is-solo {
        margin-right: 0
    }

        .breadcrumb ul li a .icon.is-solo svg {
            top: 2px
        }

    .breadcrumb ul li a .icon svg {
        position: relative;
        top: 0;
        height: 16px;
        min-width: 16px
    }

.feature-card {
    display: block;
    width: 300px;
    height: 320px;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    -webkit-transition: all .6s;
    transition: all .6s
}

    .feature-card.card-md {
        height: 350px
    }

    .feature-card.card-lg {
        height: 400px
    }

    .feature-card.card-shadow {
        -webkit-box-shadow: 0px 5px 43px rgba(0,0,0,.18) !important;
        box-shadow: 0px 5px 43px rgba(0,0,0,.18) !important
    }

    .feature-card.hover-inset:hover {
        -webkit-box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
        box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
        cursor: pointer
    }

    .feature-card.light-bordered {
        border: 1px solid #e5e5e5 !important
    }

    .feature-card .card-title h4 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #444f60
    }

    .feature-card .card-icon img {
        height: 140px;
        margin-top: 20px
    }

    .feature-card .card-img img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .feature-card .card-action {
        margin-top: 40px
    }

    .feature-card .card-feature-description {
        padding: 5px 30px !important
    }

        .feature-card .card-feature-description span {
            color: #878787;
            margin-top: 20px
        }

    .feature-card .card-img-description {
        padding-bottom: 10px
    }

        .feature-card .card-img-description span {
            color: #878787;
            margin-top: 20px
        }

    .feature-card .bookmark i {
        font-size: 1.4rem;
        color: #535555;
        position: relative;
        top: 3px;
        margin-right: 10px
    }

        .feature-card .bookmark i:hover {
            color: #0084c4
        }

.flex-card, .network-grid .network-card, .project-card, .profile-card, .carousel-wrap .testimonials-solo-carousel .testimonial-item {
    position: relative;
    background-color: #fff;
    border: 1px solid #fcfcfc;
    border-radius: .1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

    .flex-card .card-header, .network-grid .network-card .card-header, .project-card .card-header, .profile-card .card-header, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-header {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .flex-card .flex-card-header, .network-grid .network-card .flex-card-header, .project-card .flex-card-header, .profile-card .flex-card-header, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        border-bottom: 1px solid #F0F0F0;
        padding: 10px 15px
    }

        .flex-card .flex-card-header .header-avatar, .network-grid .network-card .flex-card-header .header-avatar, .project-card .flex-card-header .header-avatar, .profile-card .flex-card-header .header-avatar, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-avatar {
            max-height: 45px
        }

            .flex-card .flex-card-header .header-avatar img, .network-grid .network-card .flex-card-header .header-avatar img, .project-card .flex-card-header .header-avatar img, .profile-card .flex-card-header .header-avatar img, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-avatar img {
                height: 45px;
                border-radius: 100px
            }

        .flex-card .flex-card-header .header-info, .network-grid .network-card .flex-card-header .header-info, .project-card .flex-card-header .header-info, .profile-card .flex-card-header .header-info, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-info {
            margin: 0 10px
        }

            .flex-card .flex-card-header .header-info .header-title, .network-grid .network-card .flex-card-header .header-info .header-title, .project-card .flex-card-header .header-info .header-title, .profile-card .flex-card-header .header-info .header-title, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-info .header-title {
                font-size: 1.2rem
            }

            .flex-card .flex-card-header .header-info .header-subtitle, .network-grid .network-card .flex-card-header .header-info .header-subtitle, .project-card .flex-card-header .header-info .header-subtitle, .profile-card .flex-card-header .header-info .header-subtitle, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-info .header-subtitle {
                font-size: .9rem;
                color: #535555
            }

        .flex-card .flex-card-header .header-control, .network-grid .network-card .flex-card-header .header-control, .project-card .flex-card-header .header-control, .profile-card .flex-card-header .header-control, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-control {
            margin-right: 10px
        }

            .flex-card .flex-card-header .header-control i, .network-grid .network-card .flex-card-header .header-control i, .project-card .flex-card-header .header-control i, .profile-card .flex-card-header .header-control i, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-control i {
                font-size: .8rem;
                color: #535555
            }

            .flex-card .flex-card-header .header-control:hover i, .network-grid .network-card .flex-card-header .header-control:hover i, .project-card .flex-card-header .header-control:hover i, .profile-card .flex-card-header .header-control:hover i, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header .header-control:hover i {
                color: #039be5
            }

        .flex-card .flex-card-header.primary, .network-grid .network-card .flex-card-header.primary, .project-card .flex-card-header.primary, .profile-card .flex-card-header.primary, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.primary {
            background: #039be5
        }

            .flex-card .flex-card-header.primary .header-info div, .network-grid .network-card .flex-card-header.primary .header-info div, .project-card .flex-card-header.primary .header-info div, .profile-card .flex-card-header.primary .header-info div, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.primary .header-info div, .flex-card .flex-card-header.primary .header-control i, .network-grid .network-card .flex-card-header.primary .header-control i, .project-card .flex-card-header.primary .header-control i, .profile-card .flex-card-header.primary .header-control i, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.primary .header-control i {
                color: #fff !important
            }

        .flex-card .flex-card-header.secondary, .network-grid .network-card .flex-card-header.secondary, .project-card .flex-card-header.secondary, .profile-card .flex-card-header.secondary, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.secondary {
            background: #0084c4
        }

            .flex-card .flex-card-header.secondary .header-info div, .network-grid .network-card .flex-card-header.secondary .header-info div, .project-card .flex-card-header.secondary .header-info div, .profile-card .flex-card-header.secondary .header-info div, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.secondary .header-info div, .flex-card .flex-card-header.secondary .header-control i, .network-grid .network-card .flex-card-header.secondary .header-control i, .project-card .flex-card-header.secondary .header-control i, .profile-card .flex-card-header.secondary .header-control i, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.secondary .header-control i {
                color: #fff !important
            }

        .flex-card .flex-card-header.accent, .network-grid .network-card .flex-card-header.accent, .project-card .flex-card-header.accent, .profile-card .flex-card-header.accent, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.accent {
            background: #00d1b2
        }

            .flex-card .flex-card-header.accent .header-info div, .network-grid .network-card .flex-card-header.accent .header-info div, .project-card .flex-card-header.accent .header-info div, .profile-card .flex-card-header.accent .header-info div, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.accent .header-info div, .flex-card .flex-card-header.accent .header-control i, .network-grid .network-card .flex-card-header.accent .header-control i, .project-card .flex-card-header.accent .header-control i, .profile-card .flex-card-header.accent .header-control i, .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header.accent .header-control i {
                color: #fff !important
            }

    .flex-card .card-body, .network-grid .network-card .card-body, .project-card .card-body, .profile-card .card-body, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-body {
        padding: 30px 30px
    }

        .flex-card .card-body.is-small, .network-grid .network-card .card-body.is-small, .project-card .card-body.is-small, .profile-card .card-body.is-small, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-body.is-small {
            padding: 20px 20px
        }

        .flex-card .card-body.is-large, .network-grid .network-card .card-body.is-large, .project-card .card-body.is-large, .profile-card .card-body.is-large, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-body.is-large {
            padding: 40px 40px
        }

    .flex-card h3.card-title, .network-grid .network-card h3.card-title, .project-card h3.card-title, .profile-card h3.card-title, .carousel-wrap .testimonials-solo-carousel .testimonial-item h3.card-title {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 22px;
        line-height: 30px;
        text-decoration: none
    }

    .flex-card .card-description, .network-grid .network-card .card-description, .project-card .card-description, .profile-card .card-description, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-description {
        line-height: 24px;
        font-family: "Roboto",sans-serif;
        cursor: default;
        color: #535555;
        font-size: .95rem
    }

    .flex-card.primary-card, .network-grid .primary-card.network-card, .primary-card.project-card, .primary-card.profile-card, .carousel-wrap .testimonials-solo-carousel .primary-card.testimonial-item {
        background: #039be5
    }

        .flex-card.primary-card .content, .network-grid .primary-card.network-card .content, .primary-card.project-card .content, .primary-card.profile-card .content, .carousel-wrap .testimonials-solo-carousel .primary-card.testimonial-item .content, .flex-card.primary-card .content h2, .network-grid .primary-card.network-card .content h2, .primary-card.project-card .content h2, .primary-card.profile-card .content h2, .carousel-wrap .testimonials-solo-carousel .primary-card.testimonial-item .content h2 {
            color: #fff !important
        }

    .flex-card.secondary-card, .network-grid .secondary-card.network-card, .secondary-card.project-card, .secondary-card.profile-card, .carousel-wrap .testimonials-solo-carousel .secondary-card.testimonial-item {
        background: #0084c4
    }

        .flex-card.secondary-card .content, .network-grid .secondary-card.network-card .content, .secondary-card.project-card .content, .secondary-card.profile-card .content, .carousel-wrap .testimonials-solo-carousel .secondary-card.testimonial-item .content, .flex-card.secondary-card .content h2, .network-grid .secondary-card.network-card .content h2, .secondary-card.project-card .content h2, .secondary-card.profile-card .content h2, .carousel-wrap .testimonials-solo-carousel .secondary-card.testimonial-item .content h2 {
            color: #fff !important
        }

    .flex-card.accent-card, .network-grid .accent-card.network-card, .accent-card.project-card, .accent-card.profile-card, .carousel-wrap .testimonials-solo-carousel .accent-card.testimonial-item {
        background: #00d1b2
    }

        .flex-card.accent-card .content, .network-grid .accent-card.network-card .content, .accent-card.project-card .content, .accent-card.profile-card .content, .carousel-wrap .testimonials-solo-carousel .accent-card.testimonial-item .content, .flex-card.accent-card .content h2, .network-grid .accent-card.network-card .content h2, .accent-card.project-card .content h2, .accent-card.profile-card .content h2, .carousel-wrap .testimonials-solo-carousel .accent-card.testimonial-item .content h2 {
            color: #fff !important
        }

    .flex-card.card-overflow, .network-grid .card-overflow.network-card, .card-overflow.project-card, .card-overflow.profile-card, .carousel-wrap .testimonials-solo-carousel .card-overflow.testimonial-item {
        overflow: visible !important
    }

    .flex-card.light-bordered, .network-grid .light-bordered.network-card, .light-bordered.project-card, .light-bordered.profile-card, .carousel-wrap .testimonials-solo-carousel .light-bordered.testimonial-item {
        border: 1px solid #e5e5e5 !important
    }

    .flex-card.simple-shadow, .network-grid .simple-shadow.network-card, .simple-shadow.project-card, .simple-shadow.profile-card, .carousel-wrap .testimonials-solo-carousel .simple-shadow.testimonial-item {
        -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06)
    }

    .flex-card.light-raised, .network-grid .light-raised.network-card, .light-raised.project-card, .light-raised.profile-card, .carousel-wrap .testimonials-solo-carousel .light-raised.testimonial-item {
        -webkit-box-shadow: 0 3px 10px 4px rgba(0,0,0,.04);
        box-shadow: 0 3px 10px 4px rgba(0,0,0,.04)
    }

    .flex-card.raised, .network-grid .raised.network-card, .raised.project-card, .raised.profile-card, .carousel-wrap .testimonials-solo-carousel .raised.testimonial-item {
        -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2);
        box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2)
    }

    .flex-card.hover-raised:hover, .network-grid .hover-raised.network-card:hover, .hover-raised.project-card:hover, .hover-raised.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .hover-raised.testimonial-item:hover {
        -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2);
        box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2);
        cursor: pointer
    }

    .flex-card.hover-inset:hover, .network-grid .hover-inset.network-card:hover, .hover-inset.project-card:hover, .hover-inset.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .hover-inset.testimonial-item:hover {
        -webkit-box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
        box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
        cursor: pointer
    }

    .flex-card.icon-card, .network-grid .icon-card.network-card, .icon-card.project-card, .icon-card.profile-card, .carousel-wrap .testimonials-solo-carousel .icon-card.testimonial-item {
        -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
        box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
        -webkit-transition: inherit;
        transition: inherit;
        margin-bottom: 0
    }

        .flex-card.icon-card img, .network-grid .icon-card.network-card img, .icon-card.project-card img, .icon-card.profile-card img, .carousel-wrap .testimonials-solo-carousel .icon-card.testimonial-item img {
            max-height: 80px
        }

        .flex-card.icon-card .icon-card-text, .network-grid .icon-card.network-card .icon-card-text, .icon-card.project-card .icon-card-text, .icon-card.profile-card .icon-card-text, .carousel-wrap .testimonials-solo-carousel .icon-card.testimonial-item .icon-card-text {
            font-size: 1.1rem;
            color: #535555
        }

    .flex-card.icon-card-hover, .network-grid .icon-card-hover.network-card, .icon-card-hover.project-card, .icon-card-hover.profile-card, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.testimonial-item {
        height: 170px;
        padding: 20px 20px 10px 130px;
        border-radius: 8px;
        -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.04);
        box-shadow: -1px 3px 10px 0 rgba(0,0,0,.04);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        text-align: left;
        background-color: #fff
    }

        .flex-card.icon-card-hover:hover, .network-grid .icon-card-hover.network-card:hover, .icon-card-hover.project-card:hover, .icon-card-hover.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.testimonial-item:hover {
            -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.1);
            box-shadow: -1px 3px 10px 0 rgba(0,0,0,.1);
            -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px)
        }

        .flex-card.icon-card-hover.first-card, .network-grid .icon-card-hover.first-card.network-card, .icon-card-hover.first-card.project-card, .icon-card-hover.first-card.profile-card, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.first-card.testimonial-item {
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/illustrations/icons/landing-v1/chrono.svg);
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/illustrations/icons/landing-v1/chrono.svg);
            background-position: 0 0,-80px 20px;
            background-size: auto,200px;
            background-repeat: repeat,no-repeat;
            -webkit-transition: all 350ms ease;
            transition: all 350ms ease
        }

            .flex-card.icon-card-hover.first-card:hover, .network-grid .icon-card-hover.first-card.network-card:hover, .icon-card-hover.first-card.project-card:hover, .icon-card-hover.first-card.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.first-card.testimonial-item:hover {
                background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/illustrations/icons/landing-v1/chrono.svg);
                background-image: linear-gradient(180deg, transparent, transparent),url(../img/illustrations/icons/landing-v1/chrono.svg);
                background-position: 0 0,-80px -25px;
                background-size: auto,200px;
                background-repeat: repeat,no-repeat
            }

        .flex-card.icon-card-hover.second-card, .network-grid .icon-card-hover.second-card.network-card, .icon-card-hover.second-card.project-card, .icon-card-hover.second-card.profile-card, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.second-card.testimonial-item {
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/illustrations/icons/landing-v1/tablet-dots.svg);
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/illustrations/icons/landing-v1/tablet-dots.svg);
            background-position: 0 0,-80px 20px;
            background-size: auto,200px;
            background-repeat: repeat,no-repeat;
            -webkit-transition: all 350ms ease;
            transition: all 350ms ease
        }

            .flex-card.icon-card-hover.second-card:hover, .network-grid .icon-card-hover.second-card.network-card:hover, .icon-card-hover.second-card.project-card:hover, .icon-card-hover.second-card.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.second-card.testimonial-item:hover {
                background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/illustrations/icons/landing-v1/tablet-dots.svg);
                background-image: linear-gradient(180deg, transparent, transparent),url(../img/illustrations/icons/landing-v1/tablet-dots.svg);
                background-position: 0 0,-80px -25px;
                background-size: auto,200px;
                background-repeat: repeat,no-repeat
            }

        .flex-card.icon-card-hover.third-card, .network-grid .icon-card-hover.third-card.network-card, .icon-card-hover.third-card.project-card, .icon-card-hover.third-card.profile-card, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.third-card.testimonial-item {
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/illustrations/icons/landing-v1/cog.svg);
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/illustrations/icons/landing-v1/cog.svg);
            background-position: 0 0,-80px 20px;
            background-size: auto,200px;
            background-repeat: repeat,no-repeat;
            -webkit-transition: all 350ms ease;
            transition: all 350ms ease
        }

            .flex-card.icon-card-hover.third-card:hover, .network-grid .icon-card-hover.third-card.network-card:hover, .icon-card-hover.third-card.project-card:hover, .icon-card-hover.third-card.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.third-card.testimonial-item:hover {
                background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/illustrations/icons/landing-v1/cog.svg);
                background-image: linear-gradient(180deg, transparent, transparent),url(../img/illustrations/icons/landing-v1/cog.svg);
                background-position: 0 0,-80px -25px;
                background-size: auto,200px;
                background-repeat: repeat,no-repeat
            }

        .flex-card.icon-card-hover.fourth-card, .network-grid .icon-card-hover.fourth-card.network-card, .icon-card-hover.fourth-card.project-card, .icon-card-hover.fourth-card.profile-card, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.fourth-card.testimonial-item {
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/illustrations/icons/landing-v1/plane.svg);
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/illustrations/icons/landing-v1/plane.svg);
            background-position: 0 0,-80px 20px;
            background-size: auto,200px;
            background-repeat: repeat,no-repeat;
            -webkit-transition: all 350ms ease;
            transition: all 350ms ease
        }

            .flex-card.icon-card-hover.fourth-card:hover, .network-grid .icon-card-hover.fourth-card.network-card:hover, .icon-card-hover.fourth-card.project-card:hover, .icon-card-hover.fourth-card.profile-card:hover, .carousel-wrap .testimonials-solo-carousel .icon-card-hover.fourth-card.testimonial-item:hover {
                background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/illustrations/icons/landing-v1/plane.svg);
                background-image: linear-gradient(180deg, transparent, transparent),url(../img/illustrations/icons/landing-v1/plane.svg);
                background-position: 0 0,-80px -25px;
                background-size: auto,200px;
                background-repeat: repeat,no-repeat
            }

    .flex-card.auth-card, .network-grid .auth-card.network-card, .auth-card.project-card, .auth-card.profile-card, .carousel-wrap .testimonials-solo-carousel .auth-card.testimonial-item {
        padding: 0px 40px 20px 40px
    }

        .flex-card.auth-card .auth-card-header, .network-grid .auth-card.network-card .auth-card-header, .auth-card.project-card .auth-card-header, .auth-card.profile-card .auth-card-header, .carousel-wrap .testimonials-solo-carousel .auth-card.testimonial-item .auth-card-header {
            height: 5rem;
            width: 100%;
            position: relative;
            top: -2.5rem;
            left: auto !important;
            right: auto !important;
            border-radius: 4px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .flex-card.auth-card .auth-card-header img, .network-grid .auth-card.network-card .auth-card-header img, .auth-card.project-card .auth-card-header img, .auth-card.profile-card .auth-card-header img, .carousel-wrap .testimonials-solo-carousel .auth-card.testimonial-item .auth-card-header img {
                max-height: 30px
            }

            .flex-card.auth-card .auth-card-header.header-primary, .network-grid .auth-card.network-card .auth-card-header.header-primary, .auth-card.project-card .auth-card-header.header-primary, .auth-card.profile-card .auth-card-header.header-primary, .carousel-wrap .testimonials-solo-carousel .auth-card.testimonial-item .auth-card-header.header-primary {
                background-color: #039be5;
                color: #fff;
                -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
            }

            .flex-card.auth-card .auth-card-header.header-secondary, .network-grid .auth-card.network-card .auth-card-header.header-secondary, .auth-card.project-card .auth-card-header.header-secondary, .auth-card.profile-card .auth-card-header.header-secondary, .carousel-wrap .testimonials-solo-carousel .auth-card.testimonial-item .auth-card-header.header-secondary {
                background-color: #0084c4;
                color: #fff;
                -webkit-box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important;
                box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important
            }

            .flex-card.auth-card .auth-card-header.header-accent, .network-grid .auth-card.network-card .auth-card-header.header-accent, .auth-card.project-card .auth-card-header.header-accent, .auth-card.profile-card .auth-card-header.header-accent, .carousel-wrap .testimonials-solo-carousel .auth-card.testimonial-item .auth-card-header.header-accent {
                background-color: #00d1b2;
                color: #fff;
                -webkit-box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important;
                box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important
            }

    .flex-card.testimonial-card .testimonial-title, .network-grid .testimonial-card.network-card .testimonial-title, .testimonial-card.project-card .testimonial-title, .testimonial-card.profile-card .testimonial-title, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .testimonial-title {
        color: #0057AD;
        font-weight: 500;
        padding: 10px 0;
        font-size: 22px;
        line-height: 30px;
        font-family: "Nexa Bold", sans-serif;
        font-weight: 600;
    }

    .flex-card.testimonial-card .testimonial-text, .network-grid .testimonial-card.network-card .testimonial-text, .testimonial-card.project-card .testimonial-text, .testimonial-card.profile-card .testimonial-text, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .testimonial-text {
        color: #535555;
        font-size: 18px;
        font-style: italic;
        padding: 5px 0;
        font-weight: 400;
        line-height: 1.5;
    }

    .flex-card.testimonial-card .user-id, .network-grid .testimonial-card.network-card .user-id, .testimonial-card.project-card .user-id, .testimonial-card.profile-card .user-id, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .user-id {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 0
    }

        .flex-card.testimonial-card .user-id img, .network-grid .testimonial-card.network-card .user-id img, .testimonial-card.project-card .user-id img, .testimonial-card.profile-card .user-id img, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .user-id img {
            height: 50px;
            border-radius: 100px
        }

        .flex-card.testimonial-card .user-id .info, .network-grid .testimonial-card.network-card .user-id .info, .testimonial-card.project-card .user-id .info, .testimonial-card.profile-card .user-id .info, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .user-id .info {
            padding: 0
        }

            .flex-card.testimonial-card .user-id .info .name, .network-grid .testimonial-card.network-card .user-id .info .name, .testimonial-card.project-card .user-id .info .name, .testimonial-card.profile-card .user-id .info .name, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .user-id .info .name {
                font-size: 18px;
                font-weight: 600;
                color: #444f60
            }

            .flex-card.testimonial-card .user-id .info .position, .network-grid .testimonial-card.network-card .user-id .info .position, .testimonial-card.project-card .user-id .info .position, .testimonial-card.profile-card .user-id .info .position, .carousel-wrap .testimonials-solo-carousel .testimonial-card.testimonial-item .user-id .info .position {
                font-size: .9rem;
                color: #535555
            }

    .flex-card .tabs, .network-grid .network-card .tabs, .project-card .tabs, .profile-card .tabs, .carousel-wrap .testimonials-solo-carousel .testimonial-item .tabs {
        padding: 15px .7rem
    }

    .flex-card .navtab-content, .network-grid .network-card .navtab-content, .project-card .navtab-content, .profile-card .navtab-content, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navtab-content {
        min-height: 190px
    }

        .flex-card .navtab-content p, .network-grid .network-card .navtab-content p, .project-card .navtab-content p, .profile-card .navtab-content p, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navtab-content p {
            padding: 0 .8rem 20px
        }

    .flex-card .navigation-tabs.outlined-pills .tabs.tabs-header.primary, .network-grid .network-card .navigation-tabs.outlined-pills .tabs.tabs-header.primary, .project-card .navigation-tabs.outlined-pills .tabs.tabs-header.primary, .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header.primary, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navigation-tabs.outlined-pills .tabs.tabs-header.primary {
        background-color: #039be5
    }

    .flex-card .navigation-tabs.outlined-pills .tabs.tabs-header.secondary, .network-grid .network-card .navigation-tabs.outlined-pills .tabs.tabs-header.secondary, .project-card .navigation-tabs.outlined-pills .tabs.tabs-header.secondary, .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header.secondary, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navigation-tabs.outlined-pills .tabs.tabs-header.secondary {
        background-color: #0084c4
    }

    .flex-card .navigation-tabs.outlined-pills .tabs.tabs-header.accent, .network-grid .network-card .navigation-tabs.outlined-pills .tabs.tabs-header.accent, .project-card .navigation-tabs.outlined-pills .tabs.tabs-header.accent, .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header.accent, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navigation-tabs.outlined-pills .tabs.tabs-header.accent {
        background-color: #00d1b2
    }

    .flex-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li a, .network-grid .network-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li a, .project-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li a, .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li a, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navigation-tabs.outlined-pills .tabs.tabs-header ul li a {
        color: #f2f2f2
    }

    .flex-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li.is-active a, .network-grid .network-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li.is-active a, .project-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li.is-active a, .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li.is-active a, .carousel-wrap .testimonials-solo-carousel .testimonial-item .navigation-tabs.outlined-pills .tabs.tabs-header ul li.is-active a {
        color: #fff;
        border: 1px solid #fff;
        border-bottom-color: #fff !important
    }

    .flex-card .icon-group, .network-grid .network-card .icon-group, .project-card .icon-group, .profile-card .icon-group, .carousel-wrap .testimonials-solo-carousel .testimonial-item .icon-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .flex-card .icon-group img, .network-grid .network-card .icon-group img, .project-card .icon-group img, .profile-card .icon-group img, .carousel-wrap .testimonials-solo-carousel .testimonial-item .icon-group img {
            height: 60px
        }

        .flex-card .icon-group span, .network-grid .network-card .icon-group span, .project-card .icon-group span, .profile-card .icon-group span, .carousel-wrap .testimonials-solo-carousel .testimonial-item .icon-group span {
            font-size: 20px;
            margin-left: 20px;
            color: #535555;
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .flex-card .icon-group span:hover, .network-grid .network-card .icon-group span:hover, .project-card .icon-group span:hover, .profile-card .icon-group span:hover, .carousel-wrap .testimonials-solo-carousel .testimonial-item .icon-group span:hover {
                -webkit-transform: translate(10px, 0);
                transform: translate(10px, 0)
            }

    .flex-card .card-content, .network-grid .network-card .card-content, .project-card .card-content, .profile-card .card-content, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-content {
        position: relative;
        padding: 1rem !important
    }

        .flex-card .card-content .bottom-avatar img, .network-grid .network-card .card-content .bottom-avatar img, .project-card .card-content .bottom-avatar img, .profile-card .card-content .bottom-avatar img, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-content .bottom-avatar img {
            height: 50px;
            border-radius: 100px;
            position: absolute;
            right: 0;
            bottom: 0
        }

.floating-circle {
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 22px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06)
}

    .floating-circle img {
        width: 60px;
        position: relative;
        left: 20px
    }

.event-card {
    overflow: hidden;
    width: 100%;
    height: 320px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow 300ms ease-in;
    transition: -webkit-box-shadow 300ms ease-in;
    transition: box-shadow 300ms ease-in;
    transition: box-shadow 300ms ease-in, -webkit-box-shadow 300ms ease-in;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #F0F0F0
}

    .event-card:hover {
        -webkit-box-shadow: 1px 1px 8px 2px rgba(0,0,0,.1);
        box-shadow: 1px 1px 8px 2px rgba(0,0,0,.1)
    }

    .event-card .card-date {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #039be5;
        z-index: 1
    }

        .event-card .card-date .date {
            padding: 0 10px
        }

            .event-card .card-date .date .day {
                font-size: 2.7rem;
                color: #fff;
                font-weight: bold
            }

            .event-card .card-date .date .month {
                font-weight: 500;
                color: #fff
            }

.img-container {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

    .img-container img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.card-text {
    bottom: -40%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 450ms cubic-bezier(0.6, 0.06, 0.34, 0.61);
    transition: all 450ms cubic-bezier(0.6, 0.06, 0.34, 0.61)
}

@media(max-width: 768px) {
    .card-text {
        bottom: -71%
    }
}

@media(min-width: 768px) {
    .card-text {
        bottom: -60%
    }
}

@media(min-width: 1024px) {
    .card-text {
        bottom: -64%
    }
}

@media(min-width: 1420px) {
    .card-text {
        bottom: -70%
    }
}

.card-text.is-clicked, .event-card:hover .card-text {
    bottom: 0%
}

.card-text .button.is-link i {
    font-size: 10px !important;
    -webkit-transition: all .5s !important;
    transition: all .5s !important;
    margin-left: 20px;
    top: 2px
}

.card-text .text.text-container {
    padding: 20px 30px
}

    .card-text .text.text-container .text-header .text-subtitle {
        color: #039be5;
        font-family: "Nexa Light",sans-serif
    }

.card-text .text.text-title {
    font-family: "Nexa Bold",sans-serif;
    font-size: 1.15em;
    margin-bottom: .25em;
    font-weight: bold;
    text-transform: uppercase
}

.card-text .text.text-details:before {
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    background-color: #ddd;
    margin: 30px 0
}

.card-text .text.text-description {
    line-height: 1.4em
}

.card-text .text.text-link {
    text-decoration: none;
    margin-top: 1em;
    display: inline-block;
    color: #039be5
}

    .card-text .text.text-link:hover {
        color: #51c5fd
    }

.card.card-shadow, .cart-summary .card-shadow.summary-card {
    -webkit-box-shadow: 0px 5px 43px rgba(0,0,0,.18) !important;
    box-shadow: 0px 5px 43px rgba(0,0,0,.18) !important
}

.card .image, .cart-summary .summary-card .image {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card img, .cart-summary .summary-card img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.card.ressource-card, .cart-summary .ressource-card.summary-card {
    position: relative
}

    .card.ressource-card .ressource-avatar img, .cart-summary .ressource-card.summary-card .ressource-avatar img {
        position: absolute;
        top: 15px;
        right: 15px;
        height: 60px;
        width: 60px;
        border-radius: 1000px
    }

    .card.ressource-card .card-image, .cart-summary .ressource-card.summary-card .card-image {
        position: relative
    }

        .card.ressource-card .card-image figure, .cart-summary .ressource-card.summary-card .card-image figure {
            overflow: hidden
        }

            .card.ressource-card .card-image figure.zoomOut img, .cart-summary .ressource-card.summary-card .card-image figure.zoomOut img {
                -webkit-transform: scale(1.5);
                transform: scale(1.5);
                -webkit-transition: .3s ease-in-out;
                transition: .3s ease-in-out
            }

            .card.ressource-card .card-image figure.zoomIn img, .cart-summary .ressource-card.summary-card .card-image figure.zoomIn img {
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transition: .3s ease-in-out;
                transition: .3s ease-in-out
            }

        .card.ressource-card .card-image .card-image-overlay, .cart-summary .ressource-card.summary-card .card-image .card-image-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(68,79,96,.6);
            z-index: 1
        }

            .card.ressource-card .card-image .card-image-overlay.primary, .cart-summary .ressource-card.summary-card .card-image .card-image-overlay.primary {
                background: #039be5;
                opacity: .6
            }

            .card.ressource-card .card-image .card-image-overlay.secondary, .cart-summary .ressource-card.summary-card .card-image .card-image-overlay.secondary {
                background: #0084c4;
                opacity: .6
            }

            .card.ressource-card .card-image .card-image-overlay.accent, .cart-summary .ressource-card.summary-card .card-image .card-image-overlay.accent {
                background: #00d1b2;
                opacity: .6
            }

    .card.ressource-card .card-content .media-content a, .cart-summary .ressource-card.summary-card .card-content .media-content a {
        font-family: "Nexa Bold",sans-serif;
        font-size: 16px;
        color: #444f60
    }

        .card.ressource-card .card-content .media-content a:hover, .cart-summary .ressource-card.summary-card .card-content .media-content a:hover {
            color: #039be5
        }

    .card.ressource-card .card-content .media-content p, .cart-summary .ressource-card.summary-card .card-content .media-content p {
        font-family: "Nexa Light";
        font-weight: 700;
        color: #535555
    }

    .card.ressource-card .avatar-rounded img, .cart-summary .ressource-card.summary-card .avatar-rounded img {
        border-radius: 50px !important
    }

    .card.ressource-card:hover .card-image figure.zoomOut img, .cart-summary .ressource-card.summary-card:hover .card-image figure.zoomOut img {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    .card.ressource-card:hover .card-image figure.zoomIn img, .cart-summary .ressource-card.summary-card:hover .card-image figure.zoomIn img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: .8
    }

.card.card-floating-wide, .cart-summary .card-floating-wide.summary-card, .card.card-floating-boxed, .cart-summary .card-floating-boxed.summary-card {
    margin: 4%;
    border-radius: 6px
}

    .card.card-floating-wide .title, .cart-summary .card-floating-wide.summary-card .title, .card.card-floating-boxed .title, .cart-summary .card-floating-boxed.summary-card .title {
        margin: 0 !important;
        padding: 10px 0
    }

    .card.card-floating-wide .subtitle, .cart-summary .card-floating-wide.summary-card .subtitle, .card.card-floating-boxed .subtitle, .cart-summary .card-floating-boxed.summary-card .subtitle {
        font-size: .9rem;
        color: #535555;
        margin: 0 !important
    }

    .card.card-floating-wide .card-image figure img, .cart-summary .card-floating-wide.summary-card .card-image figure img {
        display: block;
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
        border-radius: 6px;
        -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
        box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
    }

    .card.card-floating-boxed .title, .cart-summary .card-floating-boxed.summary-card .title {
        margin-top: -10%
    }

    .card.card-floating-boxed .card-image figure img, .cart-summary .card-floating-boxed.summary-card .card-image figure img {
        display: block;
        -webkit-transform: scale(0.94);
        transform: scale(0.94);
        border-radius: 6px;
        -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
        box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
        margin-top: -10%
    }

    .card.card-floating-boxed .card-content, .cart-summary .card-floating-boxed.summary-card .card-content {
        margin-top: -50px
    }

.media-card {
    min-height: 260px
}

    .media-card .media-card-image {
        height: 100% !important;
        min-height: 260px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

    .media-card .mcard-content {
        padding: 20px
    }

        .media-card .mcard-content .mcard-title {
            line-height: 1.2 !important;
            font-size: 20px !important;
            font-weight: 600;
            color: #444f60
        }

            .media-card .mcard-content .mcard-title a {
                color: #444f60
            }

        .media-card .mcard-content .mcard-description {
            line-height: 1.4 !important;
            max-height: 4.2em !important;
            margin-top: 7px;
            color: #535555
        }

    .media-card .mcard-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
        position: absolute;
        bottom: 0 !important;
        width: 100%
    }

        .media-card .mcard-controls .mcard-avatar img {
            height: 40px;
            width: 40px;
            border-radius: 250px
        }

        .media-card .mcard-controls .mcard-info {
            margin-left: 15px
        }

            .media-card .mcard-controls .mcard-info span {
                font-size: 14px;
                line-height: 1.4
            }

            .media-card .mcard-controls .mcard-info div span {
                font-size: 12px;
                line-height: 1.2;
                color: #535555
            }

            .media-card .mcard-controls .mcard-info div i {
                font-size: 4px;
                position: relative;
                color: #535555;
                top: -2px;
                margin: 0 5px
            }

        .media-card .mcard-controls .mcard-actions i {
            position: relative;
            top: 5px;
            color: #535555;
            cursor: pointer
        }

            .media-card .mcard-controls .mcard-actions i:hover {
                color: #00d1b2
            }

    .media-card .content-column {
        position: relative
    }

.icon-box .box-icon {
    color: #cecece;
    font-size: 2.8rem;
    margin-bottom: 1rem
}

.icon-box .box-title {
    color: #444f60;
    margin-bottom: 10px;
    font-weight: 500
}

.icon-box .box-text {
    color: #535555;
    font-size: 13px
}

.icon-box.primary .box-icon {
    color: #039be5
}

.icon-box.primary .box-title {
    color: #039be5
}

.icon-box.secondary .box-icon {
    color: #0084c4
}

.icon-box.secondary .box-title {
    color: #0084c4
}

.icon-box.accent .box-icon {
    color: #00d1b2
}

.icon-box.accent .box-title {
    color: #00d1b2
}

.icon-box.info .box-icon {
    color: #039be5
}

.icon-box.info .box-title {
    color: #039be5
}

.icon-box.success .box-icon {
    color: #06d6a0
}

.icon-box.success .box-title {
    color: #06d6a0
}

.icon-box.warning .box-icon {
    color: #eda514
}

.icon-box.warning .box-title {
    color: #eda514
}

.icon-box.danger .box-icon {
    color: #f92b60
}

.icon-box.danger .box-title {
    color: #f92b60
}

.icon-box.compact .box-icon {
    color: #fff;
    font-size: 3rem;
    font-weight: bolder;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

    .icon-box.compact .box-icon i {
        padding: 1.4rem;
        background: #00d1b2;
        border-radius: 5px
    }

.icon-box.compact .box-text {
    padding: 0 40px 0 40px
}

.diamond-box {
    text-align: center
}

    .diamond-box .diamond-wrapper {
        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
    }

    .diamond-box .diamond {
        width: 50px;
        height: 50px;
        background-color: #535555;
        position: relative;
        border-radius: .65rem;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-bottom: 1.5rem
    }

        .diamond-box .diamond i {
            position: absolute;
            left: 12px;
            top: 6px;
            font-size: 28px;
            color: #fff;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

    .diamond-box .box-title {
        color: #444f60;
        margin-bottom: 10px;
        font-weight: 500
    }

    .diamond-box .box-text {
        color: #535555;
        font-size: 13px
    }

    .diamond-box.primary .diamond {
        background-color: #039be5;
        -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
    }

    .diamond-box.primary .box-title {
        color: #039be5
    }

    .diamond-box.secondary .diamond {
        background-color: #0084c4;
        -webkit-box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important
    }

    .diamond-box.secondary .box-title {
        color: #0084c4
    }

    .diamond-box.accent .diamond {
        background-color: #00d1b2;
        -webkit-box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important
    }

    .diamond-box.accent .box-title {
        color: #00d1b2
    }

    .diamond-box.info .diamond {
        background-color: #039be5;
        -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
    }

    .diamond-box.info .box-title {
        color: #039be5
    }

    .diamond-box.success .diamond {
        background-color: #06d6a0;
        -webkit-box-shadow: 0 14px 26px -12px rgba(0,178,137,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,178,137,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0,178,137,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,178,137,.2) !important
    }

    .diamond-box.success .box-title {
        color: #06d6a0
    }

    .diamond-box.warning .diamond {
        background-color: #eda514;
        -webkit-box-shadow: 0 14px 26px -12px rgba(237,165,20,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(237,165,20,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(237,165,20,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(237,165,20,.2) !important
    }

    .diamond-box.warning .box-title {
        color: #eda514
    }

    .diamond-box.danger .diamond {
        background-color: #f92b60;
        -webkit-box-shadow: 0 14px 26px -12px rgba(255,114,115,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(255,114,115,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(255,114,115,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(255,114,115,.2) !important
    }

    .diamond-box.danger .box-title {
        color: #f92b60
    }

.square-icon-box {
    text-align: center
}

    .square-icon-box:hover .icon-box-wrapper .icon-box:after {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .square-icon-box.rounded .icon-box {
        border-radius: 100px !important
    }

        .square-icon-box.rounded .icon-box:after {
            border-radius: 100px !important
        }

    .square-icon-box .icon-box-wrapper {
        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;
        padding: 5px
    }

        .square-icon-box .icon-box-wrapper .icon-box {
            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;
            width: 60px;
            height: 60px;
            background-color: #535555;
            position: relative;
            border-radius: .65rem;
            cursor: pointer
        }

            .square-icon-box .icon-box-wrapper .icon-box i {
                font-size: 24px;
                color: #fff
            }

            .square-icon-box .icon-box-wrapper .icon-box:after {
                width: 76px;
                height: 76px;
                content: "";
                display: block;
                position: absolute;
                z-index: 1;
                top: -8px;
                left: -8px;
                opacity: .8;
                border-radius: .85rem;
                -webkit-transform: scale(0.8);
                transform: scale(0.8);
                -webkit-transition: all .3s;
                transition: all .3s
            }

    .square-icon-box .box-title {
        color: #444f60;
        padding: 5px;
        font-weight: 500
    }

    .square-icon-box .box-text {
        color: #535555;
        padding: 0 10px;
        font-size: 13px
    }

    .square-icon-box.primary .icon-box {
        background-color: #039be5;
        -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
    }

        .square-icon-box.primary .icon-box:after {
            border: 2px solid #039be5
        }

    .square-icon-box.primary .box-title {
        color: #039be5
    }

    .square-icon-box.secondary .icon-box {
        background-color: #0084c4;
        -webkit-box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important
    }

        .square-icon-box.secondary .icon-box:after {
            border: 2px solid #0084c4
        }

    .square-icon-box.secondary .box-title {
        color: #0084c4
    }

    .square-icon-box.accent .icon-box {
        background-color: #00d1b2;
        -webkit-box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important
    }

        .square-icon-box.accent .icon-box:after {
            border: 2px solid #00d1b2
        }

    .square-icon-box.accent .box-title {
        color: #00d1b2
    }

    .square-icon-box.info .icon-box {
        background-color: #039be5;
        -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
    }

        .square-icon-box.info .icon-box:after {
            border: 2px solid #039be5
        }

    .square-icon-box.info .box-title {
        color: #039be5
    }

    .square-icon-box.success .icon-box {
        background-color: #06d6a0;
        -webkit-box-shadow: 0 14px 26px -12px rgba(0,178,137,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,178,137,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0,178,137,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,178,137,.2) !important
    }

        .square-icon-box.success .icon-box:after {
            border: 2px solid #06d6a0
        }

    .square-icon-box.success .box-title {
        color: #06d6a0
    }

    .square-icon-box.warning .icon-box {
        background-color: #eda514;
        -webkit-box-shadow: 0 14px 26px -12px rgba(237,165,20,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(237,165,20,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(237,165,20,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(237,165,20,.2) !important
    }

        .square-icon-box.warning .icon-box:after {
            border: 2px solid #eda514
        }

    .square-icon-box.warning .box-title {
        color: #eda514
    }

    .square-icon-box.danger .icon-box {
        background-color: #f92b60;
        -webkit-box-shadow: 0 14px 26px -12px rgba(255,114,115,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(255,114,115,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(255,114,115,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(255,114,115,.2) !important
    }

        .square-icon-box.danger .icon-box:after {
            border: 2px solid #f92b60
        }

    .square-icon-box.danger .box-title {
        color: #f92b60
    }

.shadow-icon-box span {
    display: block;
    position: absolute;
    height: 75px;
    width: 75px;
    color: #fff;
    text-shadow: #026899 1px 1px,#026899 2px 2px,#026899 3px 3px,#026899 4px 4px,#026899 5px 5px,#026899 6px 6px,#026899 7px 7px,#026899 8px 8px,#026899 9px 9px,#026899 10px 10px,#026899 11px 11px,#026899 12px 12px,#026899 13px 13px,#026899 14px 14px,#026899 15px 15px,#026899 16px 16px,#026899 17px 17px,#026899 18px 18px,#026899 19px 19px,#026899 20px 20px,#026899 21px 21px,#026899 22px 22px,#026899 23px 23px,#026899 24px 24px,#026899 25px 25px,#026899 26px 26px,#026899 27px 27px,#026899 28px 28px,#026899 29px 29px,#026899 30px 30px,#026899 31px 31px,#026899 32px 32px,#026899 33px 33px,#026899 34px 34px,#026899 35px 35px,#026899 36px 36px,#026899 37px 37px,#026899 38px 38px,#026899 39px 39px,#026899 40px 40px,#026899 41px 41px,#026899 42px 42px,#026899 43px 43px,#026899 44px 44px,#026899 45px 45px,#026899 46px 46px,#026899 47px 47px,#026899 48px 48px,#026899 49px 49px,#026899 50px 50px,#026899 51px 51px,#026899 52px 52px,#026899 53px 53px,#026899 54px 54px,#026899 55px 55px,#026899 56px 56px,#026899 57px 57px,#026899 58px 58px,#026899 59px 59px,#026899 60px 60px,#026899 61px 61px,#026899 62px 62px,#026899 63px 63px,#026899 64px 64px,#026899 65px 65px,#026899 66px 66px,#026899 67px 67px,#026899 68px 68px,#026899 69px 69px,#026899 70px 70px,#026899 71px 71px,#026899 72px 72px,#026899 73px 73px,#026899 74px 74px,#026899 75px 75px
}

.shadow-icon-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    width: 75px;
    height: 75px;
    font-size: 25px;
    line-height: 75px;
    background-color: #039be5;
    border-radius: 10px;
    -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
    -ms-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
    box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
}

    .shadow-icon-box.rounded {
        border-radius: 100px
    }

    .shadow-icon-box.is-secondary {
        background-color: #0084c4;
        -webkit-box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important;
        -ms-box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important
    }

        .shadow-icon-box.is-secondary span {
            text-shadow: #005078 1px 1px,#005078 2px 2px,#005078 3px 3px,#005078 4px 4px,#005078 5px 5px,#005078 6px 6px,#005078 7px 7px,#005078 8px 8px,#005078 9px 9px,#005078 10px 10px,#005078 11px 11px,#005078 12px 12px,#005078 13px 13px,#005078 14px 14px,#005078 15px 15px,#005078 16px 16px,#005078 17px 17px,#005078 18px 18px,#005078 19px 19px,#005078 20px 20px,#005078 21px 21px,#005078 22px 22px,#005078 23px 23px,#005078 24px 24px,#005078 25px 25px,#005078 26px 26px,#005078 27px 27px,#005078 28px 28px,#005078 29px 29px,#005078 30px 30px,#005078 31px 31px,#005078 32px 32px,#005078 33px 33px,#005078 34px 34px,#005078 35px 35px,#005078 36px 36px,#005078 37px 37px,#005078 38px 38px,#005078 39px 39px,#005078 40px 40px,#005078 41px 41px,#005078 42px 42px,#005078 43px 43px,#005078 44px 44px,#005078 45px 45px,#005078 46px 46px,#005078 47px 47px,#005078 48px 48px,#005078 49px 49px,#005078 50px 50px,#005078 51px 51px,#005078 52px 52px,#005078 53px 53px,#005078 54px 54px,#005078 55px 55px,#005078 56px 56px,#005078 57px 57px,#005078 58px 58px,#005078 59px 59px,#005078 60px 60px,#005078 61px 61px,#005078 62px 62px,#005078 63px 63px,#005078 64px 64px,#005078 65px 65px,#005078 66px 66px,#005078 67px 67px,#005078 68px 68px,#005078 69px 69px,#005078 70px 70px,#005078 71px 71px,#005078 72px 72px,#005078 73px 73px,#005078 74px 74px,#005078 75px 75px
        }

    .shadow-icon-box.is-accent {
        background-color: #00d1b2;
        -webkit-box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important;
        -ms-box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important
    }

        .shadow-icon-box.is-accent span {
            text-shadow: #008571 1px 1px,#008571 2px 2px,#008571 3px 3px,#008571 4px 4px,#008571 5px 5px,#008571 6px 6px,#008571 7px 7px,#008571 8px 8px,#008571 9px 9px,#008571 10px 10px,#008571 11px 11px,#008571 12px 12px,#008571 13px 13px,#008571 14px 14px,#008571 15px 15px,#008571 16px 16px,#008571 17px 17px,#008571 18px 18px,#008571 19px 19px,#008571 20px 20px,#008571 21px 21px,#008571 22px 22px,#008571 23px 23px,#008571 24px 24px,#008571 25px 25px,#008571 26px 26px,#008571 27px 27px,#008571 28px 28px,#008571 29px 29px,#008571 30px 30px,#008571 31px 31px,#008571 32px 32px,#008571 33px 33px,#008571 34px 34px,#008571 35px 35px,#008571 36px 36px,#008571 37px 37px,#008571 38px 38px,#008571 39px 39px,#008571 40px 40px,#008571 41px 41px,#008571 42px 42px,#008571 43px 43px,#008571 44px 44px,#008571 45px 45px,#008571 46px 46px,#008571 47px 47px,#008571 48px 48px,#008571 49px 49px,#008571 50px 50px,#008571 51px 51px,#008571 52px 52px,#008571 53px 53px,#008571 54px 54px,#008571 55px 55px,#008571 56px 56px,#008571 57px 57px,#008571 58px 58px,#008571 59px 59px,#008571 60px 60px,#008571 61px 61px,#008571 62px 62px,#008571 63px 63px,#008571 64px 64px,#008571 65px 65px,#008571 66px 66px,#008571 67px 67px,#008571 68px 68px,#008571 69px 69px,#008571 70px 70px,#008571 71px 71px,#008571 72px 72px,#008571 73px 73px,#008571 74px 74px,#008571 75px 75px
        }

    .shadow-icon-box.is-info {
        background-color: #039be5;
        -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        -ms-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
    }

        .shadow-icon-box.is-info span {
            text-shadow: #026899 1px 1px,#026899 2px 2px,#026899 3px 3px,#026899 4px 4px,#026899 5px 5px,#026899 6px 6px,#026899 7px 7px,#026899 8px 8px,#026899 9px 9px,#026899 10px 10px,#026899 11px 11px,#026899 12px 12px,#026899 13px 13px,#026899 14px 14px,#026899 15px 15px,#026899 16px 16px,#026899 17px 17px,#026899 18px 18px,#026899 19px 19px,#026899 20px 20px,#026899 21px 21px,#026899 22px 22px,#026899 23px 23px,#026899 24px 24px,#026899 25px 25px,#026899 26px 26px,#026899 27px 27px,#026899 28px 28px,#026899 29px 29px,#026899 30px 30px,#026899 31px 31px,#026899 32px 32px,#026899 33px 33px,#026899 34px 34px,#026899 35px 35px,#026899 36px 36px,#026899 37px 37px,#026899 38px 38px,#026899 39px 39px,#026899 40px 40px,#026899 41px 41px,#026899 42px 42px,#026899 43px 43px,#026899 44px 44px,#026899 45px 45px,#026899 46px 46px,#026899 47px 47px,#026899 48px 48px,#026899 49px 49px,#026899 50px 50px,#026899 51px 51px,#026899 52px 52px,#026899 53px 53px,#026899 54px 54px,#026899 55px 55px,#026899 56px 56px,#026899 57px 57px,#026899 58px 58px,#026899 59px 59px,#026899 60px 60px,#026899 61px 61px,#026899 62px 62px,#026899 63px 63px,#026899 64px 64px,#026899 65px 65px,#026899 66px 66px,#026899 67px 67px,#026899 68px 68px,#026899 69px 69px,#026899 70px 70px,#026899 71px 71px,#026899 72px 72px,#026899 73px 73px,#026899 74px 74px,#026899 75px 75px
        }

    .shadow-icon-box.is-success {
        background-color: #06d6a0;
        -webkit-box-shadow: 0 14px 26px -12px rgba(0,178,137,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,178,137,.2) !important;
        -ms-box-shadow: 0 14px 26px -12px rgba(0,178,137,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,178,137,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0,178,137,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,178,137,.2) !important
    }

        .shadow-icon-box.is-success span {
            text-shadow: #048c68 1px 1px,#048c68 2px 2px,#048c68 3px 3px,#048c68 4px 4px,#048c68 5px 5px,#048c68 6px 6px,#048c68 7px 7px,#048c68 8px 8px,#048c68 9px 9px,#048c68 10px 10px,#048c68 11px 11px,#048c68 12px 12px,#048c68 13px 13px,#048c68 14px 14px,#048c68 15px 15px,#048c68 16px 16px,#048c68 17px 17px,#048c68 18px 18px,#048c68 19px 19px,#048c68 20px 20px,#048c68 21px 21px,#048c68 22px 22px,#048c68 23px 23px,#048c68 24px 24px,#048c68 25px 25px,#048c68 26px 26px,#048c68 27px 27px,#048c68 28px 28px,#048c68 29px 29px,#048c68 30px 30px,#048c68 31px 31px,#048c68 32px 32px,#048c68 33px 33px,#048c68 34px 34px,#048c68 35px 35px,#048c68 36px 36px,#048c68 37px 37px,#048c68 38px 38px,#048c68 39px 39px,#048c68 40px 40px,#048c68 41px 41px,#048c68 42px 42px,#048c68 43px 43px,#048c68 44px 44px,#048c68 45px 45px,#048c68 46px 46px,#048c68 47px 47px,#048c68 48px 48px,#048c68 49px 49px,#048c68 50px 50px,#048c68 51px 51px,#048c68 52px 52px,#048c68 53px 53px,#048c68 54px 54px,#048c68 55px 55px,#048c68 56px 56px,#048c68 57px 57px,#048c68 58px 58px,#048c68 59px 59px,#048c68 60px 60px,#048c68 61px 61px,#048c68 62px 62px,#048c68 63px 63px,#048c68 64px 64px,#048c68 65px 65px,#048c68 66px 66px,#048c68 67px 67px,#048c68 68px 68px,#048c68 69px 69px,#048c68 70px 70px,#048c68 71px 71px,#048c68 72px 72px,#048c68 73px 73px,#048c68 74px 74px,#048c68 75px 75px
        }

    .shadow-icon-box.is-warning {
        background-color: #eda514;
        -webkit-box-shadow: 0 14px 26px -12px rgba(237,165,20,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(237,165,20,.2) !important;
        -ms-box-shadow: 0 14px 26px -12px rgba(237,165,20,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(237,165,20,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(237,165,20,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(237,165,20,.2) !important
    }

        .shadow-icon-box.is-warning span {
            text-shadow: #a8740d 1px 1px,#a8740d 2px 2px,#a8740d 3px 3px,#a8740d 4px 4px,#a8740d 5px 5px,#a8740d 6px 6px,#a8740d 7px 7px,#a8740d 8px 8px,#a8740d 9px 9px,#a8740d 10px 10px,#a8740d 11px 11px,#a8740d 12px 12px,#a8740d 13px 13px,#a8740d 14px 14px,#a8740d 15px 15px,#a8740d 16px 16px,#a8740d 17px 17px,#a8740d 18px 18px,#a8740d 19px 19px,#a8740d 20px 20px,#a8740d 21px 21px,#a8740d 22px 22px,#a8740d 23px 23px,#a8740d 24px 24px,#a8740d 25px 25px,#a8740d 26px 26px,#a8740d 27px 27px,#a8740d 28px 28px,#a8740d 29px 29px,#a8740d 30px 30px,#a8740d 31px 31px,#a8740d 32px 32px,#a8740d 33px 33px,#a8740d 34px 34px,#a8740d 35px 35px,#a8740d 36px 36px,#a8740d 37px 37px,#a8740d 38px 38px,#a8740d 39px 39px,#a8740d 40px 40px,#a8740d 41px 41px,#a8740d 42px 42px,#a8740d 43px 43px,#a8740d 44px 44px,#a8740d 45px 45px,#a8740d 46px 46px,#a8740d 47px 47px,#a8740d 48px 48px,#a8740d 49px 49px,#a8740d 50px 50px,#a8740d 51px 51px,#a8740d 52px 52px,#a8740d 53px 53px,#a8740d 54px 54px,#a8740d 55px 55px,#a8740d 56px 56px,#a8740d 57px 57px,#a8740d 58px 58px,#a8740d 59px 59px,#a8740d 60px 60px,#a8740d 61px 61px,#a8740d 62px 62px,#a8740d 63px 63px,#a8740d 64px 64px,#a8740d 65px 65px,#a8740d 66px 66px,#a8740d 67px 67px,#a8740d 68px 68px,#a8740d 69px 69px,#a8740d 70px 70px,#a8740d 71px 71px,#a8740d 72px 72px,#a8740d 73px 73px,#a8740d 74px 74px,#a8740d 75px 75px
        }

    .shadow-icon-box.is-danger {
        background-color: #f92b60;
        -webkit-box-shadow: 0 14px 26px -12px rgba(255,114,115,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(255,114,115,.2) !important;
        -ms-box-shadow: 0 14px 26px -12px rgba(255,114,115,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(255,114,115,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(255,114,115,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(255,114,115,.2) !important
    }

        .shadow-icon-box.is-danger span {
            text-shadow: #d2063a 1px 1px,#d2063a 2px 2px,#d2063a 3px 3px,#d2063a 4px 4px,#d2063a 5px 5px,#d2063a 6px 6px,#d2063a 7px 7px,#d2063a 8px 8px,#d2063a 9px 9px,#d2063a 10px 10px,#d2063a 11px 11px,#d2063a 12px 12px,#d2063a 13px 13px,#d2063a 14px 14px,#d2063a 15px 15px,#d2063a 16px 16px,#d2063a 17px 17px,#d2063a 18px 18px,#d2063a 19px 19px,#d2063a 20px 20px,#d2063a 21px 21px,#d2063a 22px 22px,#d2063a 23px 23px,#d2063a 24px 24px,#d2063a 25px 25px,#d2063a 26px 26px,#d2063a 27px 27px,#d2063a 28px 28px,#d2063a 29px 29px,#d2063a 30px 30px,#d2063a 31px 31px,#d2063a 32px 32px,#d2063a 33px 33px,#d2063a 34px 34px,#d2063a 35px 35px,#d2063a 36px 36px,#d2063a 37px 37px,#d2063a 38px 38px,#d2063a 39px 39px,#d2063a 40px 40px,#d2063a 41px 41px,#d2063a 42px 42px,#d2063a 43px 43px,#d2063a 44px 44px,#d2063a 45px 45px,#d2063a 46px 46px,#d2063a 47px 47px,#d2063a 48px 48px,#d2063a 49px 49px,#d2063a 50px 50px,#d2063a 51px 51px,#d2063a 52px 52px,#d2063a 53px 53px,#d2063a 54px 54px,#d2063a 55px 55px,#d2063a 56px 56px,#d2063a 57px 57px,#d2063a 58px 58px,#d2063a 59px 59px,#d2063a 60px 60px,#d2063a 61px 61px,#d2063a 62px 62px,#d2063a 63px 63px,#d2063a 64px 64px,#d2063a 65px 65px,#d2063a 66px 66px,#d2063a 67px 67px,#d2063a 68px 68px,#d2063a 69px 69px,#d2063a 70px 70px,#d2063a 71px 71px,#d2063a 72px 72px,#d2063a 73px 73px,#d2063a 74px 74px,#d2063a 75px 75px
        }

.shadow-title {
    padding-top: 10px;
    color: #444f60;
    font-weight: 500
}

.shadow-text {
    color: #535555;
    font-size: 13px
}

.simple-counter {
    position: relative
}

    .simple-counter .counter-number {
        font-family: "Roboto",sans-serif;
        font-size: 3rem;
        color: #444f60;
        z-index: 99
    }

        .simple-counter .counter-number.is-bold {
            font-weight: 700 !important
        }

    .simple-counter .counter-text {
        text-transform: uppercase;
        font-family: "Nexa Light",sans-serif;
        font-size: 1rem;
        font-weight: 900;
        color: #039be5 !important
    }

    .simple-counter .background-icon {
        position: absolute;
        font-size: 5rem;
        top: -40px !important;
        left: 0;
        right: 0;
        color: #535555;
        opacity: .1;
        z-index: 0
    }

.card-counter .flex-card, .card-counter .network-grid .network-card, .network-grid .card-counter .network-card, .card-counter .project-card, .card-counter .profile-card, .card-counter .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .card-counter .testimonial-item {
    padding: 20px;
    overflow: visible
}

    .card-counter .flex-card:hover .round-icon, .card-counter .network-grid .network-card:hover .round-icon, .network-grid .card-counter .network-card:hover .round-icon, .card-counter .project-card:hover .round-icon, .card-counter .profile-card:hover .round-icon, .card-counter .carousel-wrap .testimonials-solo-carousel .testimonial-item:hover .round-icon, .carousel-wrap .testimonials-solo-carousel .card-counter .testimonial-item:hover .round-icon {
        -webkit-transform: rotate(360deg) scale(1.05);
        transform: rotate(360deg) scale(1.05);
        background: #00d1b2;
        -webkit-box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0,209,178,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,209,178,.2) !important
    }

    .card-counter .flex-card:hover .counter-text, .card-counter .network-grid .network-card:hover .counter-text, .network-grid .card-counter .network-card:hover .counter-text, .card-counter .project-card:hover .counter-text, .card-counter .profile-card:hover .counter-text, .card-counter .carousel-wrap .testimonials-solo-carousel .testimonial-item:hover .counter-text, .carousel-wrap .testimonials-solo-carousel .card-counter .testimonial-item:hover .counter-text {
        color: #00d1b2
    }

.card-counter .round-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: -50px auto 16px auto;
    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: 2rem;
    color: #fff;
    background: #039be5;
    -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
    box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
    -webkit-transition: all .3s;
    transition: all .3s
}

.card-counter .counter-number {
    font-family: "Roboto",sans-serif;
    font-weight: bolder;
    font-size: 2.6rem;
    color: #444f60;
    line-height: 1
}

.card-counter .counter-text {
    color: #039be5;
    font-family: "Nexa Light",sans-serif;
    font-weight: 600;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 1.1rem
}

.icon-counter .counter-icon i {
    font-size: 3.4rem;
    color: #039be5
}

.icon-counter .counter-number {
    font-weight: bolder;
    font-family: "Nexa Light",sans-serif;
    font-size: 3rem;
    color: #444f60
}

.icon-counter .counter-text {
    color: #039be5;
    font-family: "Roboto",sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    -webkit-transition: all .4s;
    transition: all .4s
}

.parallax-counter.is-primary i {
    color: #039be5 !important
}

.parallax-counter .counter-icon i {
    font-size: 3.4rem;
    color: #fff
}

.parallax-counter .counter-number {
    font-weight: bolder;
    font-size: 3rem;
    color: #fff
}

.parallax-counter .counter-text {
    color: #fff;
    font-family: "Nexa Light",sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 10px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.team-classic .team-member {
    position: relative
}

    .team-classic .team-member img {
        height: 100%;
        width: 100%;
        display: block
    }

    .team-classic .team-member .item-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0);
        -webkit-transition: all .5s;
        transition: all .5s;
        overflow: hidden
    }

        .team-classic .team-member .item-overlay .overlay-quote {
            opacity: 0;
            opacity: 0;
            color: #fff;
            position: absolute;
            top: 55%;
            left: 0;
            padding: 5%;
            overflow: hidden;
            width: 100%;
            z-index: 2;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .team-classic .team-member .item-overlay .overlay-quote .quote-text i {
                font-size: 18px
            }

            .team-classic .team-member .item-overlay .overlay-quote .social-links {
                padding: 20px 0;
                -webkit-transition: all .3s;
                transition: all .3s
            }

                .team-classic .team-member .item-overlay .overlay-quote .social-links span a {
                    margin: 0 10px 0 10px;
                    color: #fff
                }

                    .team-classic .team-member .item-overlay .overlay-quote .social-links span a:hover {
                        opacity: 1
                    }

                    .team-classic .team-member .item-overlay .overlay-quote .social-links span a i {
                        font-size: 1.4em;
                        padding: 15px;
                        border-radius: 100px;
                        border: 2px dashed #fff;
                        -webkit-transition: all .1;
                        transition: all .1
                    }

                .team-classic .team-member .item-overlay .overlay-quote .social-links span:first-child a i:hover {
                    background: #1dcaff;
                    border: 2px solid #1dcaff
                }

                .team-classic .team-member .item-overlay .overlay-quote .social-links span:nth-child(2) a i:hover {
                    background: #007bb6;
                    border: 2px solid #007bb6
                }

                .team-classic .team-member .item-overlay .overlay-quote .social-links span:last-child a i:hover {
                    background: #ea4c89;
                    border: 2px solid #ea4c89
                }

    .team-classic .team-member:hover .item-overlay {
        background: rgba(0,0,0,.7)
    }

    .team-classic .team-member:hover .overlay-quote {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

.team-classic .member-name {
    font-family: "Nexa Light",sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem
}

    .team-classic .member-name .last-name {
        font-weight: bolder;
        font-family: "Nexa Bold",sans-serif
    }

    .team-classic .member-name .position {
        font-size: .9rem;
        color: #039be5;
        font-family: "Nexa Light",sans-serif
    }

.team-classic.circled .social-links span:first-child a i:hover {
    background: none !important;
    border: 2px solid #1dcaff;
    color: #1dcaff
}

.team-classic.circled .social-links span:nth-child(2) a i:hover {
    background: none !important;
    border: 2px solid #007bb6;
    color: #007bb6
}

.team-classic.circled .social-links span:last-child a i:hover {
    background: none !important;
    border: 2px solid #ea4c89;
    color: #ea4c89
}

.team-classic.squared .social-links span a i {
    border-radius: 3px !important
}

.team-classic.squared .social-links span:first-child a i:hover {
    background: none !important;
    border: 2px solid #1dcaff;
    color: #1dcaff
}

.team-classic.squared .social-links span:nth-child(2) a i:hover {
    background: none !important;
    border: 2px solid #007bb6;
    color: #007bb6
}

.team-classic.squared .social-links span:last-child a i:hover {
    background: none !important;
    border: 2px solid #ea4c89;
    color: #ea4c89
}

.modern-team {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .modern-team .modern-team-item .item-wrapper {
        position: relative
    }

    .modern-team .modern-team-item .item-img {
        position: relative;
        overflow: hidden
    }

        .modern-team .modern-team-item .item-img:before {
            content: "";
            background-color: rgba(72,27,174,.7);
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2
        }

        .modern-team .modern-team-item .item-img .member-avatar {
            display: block;
            max-width: 100%;
            position: relative;
            z-index: 1
        }

    .modern-team .modern-team-item .overlay-wrapper {
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        will-change: opacity;
        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;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3
    }

        .modern-team .modern-team-item .overlay-wrapper .social {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 42px;
            height: 42px;
            padding: 10px;
            background-color: #fff;
            border-radius: 100%;
            margin: 5px;
            position: relative;
            display: inline-block;
            vertical-align: middle
        }

            .modern-team .modern-team-item .overlay-wrapper .social i {
                position: relative;
                font-size: 1.3rem;
                color: #039be5
            }

    .modern-team .modern-team-item .member-info {
        padding: 10px 20px
    }

        .modern-team .modern-team-item .member-info .member-name {
            font-family: "Nexa Light",sans-serif;
            font-size: 1.2em;
            margin-top: 0;
            margin-bottom: 0;
            text-transform: uppercase
        }

            .modern-team .modern-team-item .member-info .member-name strong {
                font-family: "Nexa Bold",sans-serif
            }

        .modern-team .modern-team-item .member-info .member-position {
            display: block;
            margin: .5em 0;
            font-family: "Nexa Light",sans-serif;
            font-size: .8em;
            text-transform: uppercase;
            color: #039be5
        }

    .modern-team .modern-team-item:hover .overlay-wrapper {
        opacity: 1;
        height: 100%;
        -webkit-transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s;
        transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s
    }

    .modern-team .modern-team-item.circle-mask .item-img:before {
        width: 0;
        height: 0;
        padding: 25%;
        border-radius: 50%;
        -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease;
        transition: opacity .3s ease-out,-webkit-transform .3s ease;
        transition: transform .3s ease,opacity .3s ease-out;
        transition: transform .3s ease,opacity .3s ease-out,-webkit-transform .3s ease;
        will-change: opacity,transform;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0)
    }

    .modern-team .modern-team-item.circle-mask:hover .item-img:before {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(4);
        transform: translate(-50%, -50%) scale(4);
        -webkit-transition-duration: .6s;
        transition-duration: .6s
    }

    .modern-team .modern-team-item.curtain-mask .item-img:before {
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
        clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
        -webkit-transition: opacity,-webkit-transform;
        transition: opacity,-webkit-transform;
        transition: transform,opacity;
        transition: transform,opacity,-webkit-transform;
        -webkit-transition-duration: .2s,.4s;
        transition-duration: .2s,.4s;
        -webkit-transition-delay: .4s,0s;
        transition-delay: .4s,0s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        will-change: transform,opacity;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    .modern-team .modern-team-item.curtain-mask:hover .item-img:before {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(5);
        transform: translate(-50%, -50%) scale(5);
        -webkit-transition-delay: .1s,0s;
        transition-delay: .1s,0s;
        -webkit-transition-duration: .4s;
        transition-duration: .4s
    }

    .modern-team .modern-team-item.zoom-effect .member-avatar {
        -webkit-transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
        transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
        transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
        transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
        will-change: transform;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .modern-team .modern-team-item.zoom-effect:hover .member-avatar {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    .modern-team .modern-team-item.rotate-zoom-effect .member-avatar {
        -webkit-transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
        transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
        transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
        transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
        will-change: transform;
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }

    .modern-team .modern-team-item.rotate-zoom-effect:hover .member-avatar {
        -webkit-transform: scale(1.2) rotate(5deg);
        transform: scale(1.2) rotate(5deg)
    }

    .modern-team .modern-team-item.zoom-slide-effect .member-avatar {
        -webkit-transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
        transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
        transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
        transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
        will-change: transform;
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }

    .modern-team .modern-team-item.zoom-slide-effect:hover .member-avatar {
        -webkit-transform: scale(1.2) translate(4%, 4%);
        transform: scale(1.2) translate(4%, 4%)
    }

.card-team .card-team-item {
    text-align: center;
    height: 270px
}

    .card-team .card-team-item .flex-card, .card-team .card-team-item .network-grid .network-card, .network-grid .card-team .card-team-item .network-card, .card-team .card-team-item .project-card, .card-team .card-team-item .profile-card, .card-team .card-team-item .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .card-team .card-team-item .testimonial-item {
        height: 270px;
        margin-bottom: 0;
        border-radius: 0;
        border-color: #dbdbdb;
        border-collapse: collapse
    }

        .card-team .card-team-item .flex-card:hover, .card-team .card-team-item .network-grid .network-card:hover, .network-grid .card-team .card-team-item .network-card:hover, .card-team .card-team-item .project-card:hover, .card-team .card-team-item .profile-card:hover, .card-team .card-team-item .carousel-wrap .testimonials-solo-carousel .testimonial-item:hover, .carousel-wrap .testimonials-solo-carousel .card-team .card-team-item .testimonial-item:hover {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
            z-index: 1000
        }

    .card-team .card-team-item .team-avatar {
        width: 100%
    }

        .card-team .card-team-item .team-avatar img {
            width: 70px;
            height: 70px;
            border-radius: 100px
        }

    .card-team .card-team-item .member-id .name {
        font-family: "Nexa Bold",sans-serif;
        margin-top: 15px;
        font-size: 1.4rem;
        font-weight: 600;
        color: #444f60
    }

    .card-team .card-team-item .member-id .position {
        font-family: "Nexa Light",sans-serif;
        text-transform: uppercase;
        margin-top: 5px;
        font-size: .8rem;
        font-weight: 400;
        color: #039be5
    }

    .card-team .card-team-item .card-social-links {
        padding-top: 35px;
        margin-bottom: 20px
    }

        .card-team .card-team-item .card-social-links a {
            color: #535555;
            margin: 0 10px 0 10px
        }

            .card-team .card-team-item .card-social-links a:nth-child(2) i {
                -webkit-transition-delay: .05s;
                transition-delay: .05s
            }

            .card-team .card-team-item .card-social-links a:last-child i {
                -webkit-transition-delay: .1s;
                transition-delay: .1s
            }

            .card-team .card-team-item .card-social-links a:hover {
                color: #039be5
            }

            .card-team .card-team-item .card-social-links a i {
                font-size: 1.3rem;
                -webkit-transform: translateY(300px);
                transform: translateY(300px);
                -webkit-transition: all .35s;
                transition: all .35s
            }

    .card-team .card-team-item:hover .card-social-links a i {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.flip-boxes .flip-box {
    -webkit-perspective: 500px;
    perspective: 500px;
    min-height: 300px;
    cursor: pointer
}

.flip-boxes .flip-box-wrapper {
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 1px solid #F0F0F0;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2)
}

    .flip-boxes .flip-box-wrapper div {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: #fff
    }

    .flip-boxes .flip-box-wrapper .front {
        z-index: 2;
        background-color: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2);
        box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2)
    }

        .flip-boxes .flip-box-wrapper .front img {
            height: 100%;
            width: 100%;
            display: block
        }

    .flip-boxes .flip-box-wrapper .back {
        z-index: 1;
        background: #fff;
        opacity: 1;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2);
        box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2)
    }

        .flip-boxes .flip-box-wrapper .back .flip-name {
            background: #fff;
            position: absolute;
            top: -22rem !important;
            left: 0;
            min-height: 25px;
            font-size: 1.4rem;
            text-transform: uppercase
        }

            .flip-boxes .flip-box-wrapper .back .flip-name span {
                font-size: .9rem;
                text-transform: uppercase;
                color: #039be5
            }

        .flip-boxes .flip-box-wrapper .back .flip-social {
            position: absolute;
            top: -16rem
        }

            .flip-boxes .flip-box-wrapper .back .flip-social a {
                color: #535555;
                font-size: 1.4rem;
                margin: 0 10px 0 10px
            }

                .flip-boxes .flip-box-wrapper .back .flip-social a:hover {
                    color: #039be5
                }

    .flip-boxes .flip-box-wrapper:hover {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

.team-members-wrap {
    max-width: 880px;
    margin: 0 auto
}

    .team-members-wrap.is-narrow {
        max-width: 680px
    }

.rounded-team-member {
    text-align: center;
    margin-bottom: 20px
}

    .rounded-team-member .avatar-wrap {
        position: relative;
        height: 100px;
        width: 100px;
        min-width: 100px;
        margin: 0 auto 10px auto
    }

        .rounded-team-member .avatar-wrap .avatar {
            display: block;
            border-radius: 50%
        }

        .rounded-team-member .avatar-wrap .badge {
            position: absolute;
            bottom: 0;
            right: 0;
            display: block;
            height: 36px;
            width: 36px;
            border-radius: 50%;
            border: 2px solid #fff
        }

    .rounded-team-member h3 {
        font-family: "Nexa Light",sans-serif;
        font-size: 1.3rem;
        color: #444f60
    }

    .rounded-team-member p {
        font-size: .95rem;
        color: #535555;
        margin-bottom: 5px
    }

    .rounded-team-member .social-profiles {
        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
    }

        .rounded-team-member .social-profiles a {
            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: 38px;
            width: 38px;
            min-width: 38px;
            border-radius: 50%;
            border: 1px solid rgba(0,0,0,0);
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .rounded-team-member .social-profiles a:hover {
                background: #fff;
                border-color: #e7eaf3;
                -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
            }

                .rounded-team-member .social-profiles a:hover i {
                    color: #039be5
                }

            .rounded-team-member .social-profiles a i {
                font-size: 16px;
                color: #c5cbe2;
                -webkit-transition: all .3s;
                transition: all .3s
            }

.grid-clients .client {
    max-height: 70px
}

.grid-clients.three-grid .column:nth-child(2), .grid-clients.three-grid .column:nth-child(3) {
    border-right: 1px solid #F0F0F0
}

.grid-clients.three-grid .is-separator {
    border-top: 1px solid #F0F0F0
}

.grid-clients.four-grid .column:nth-child(2), .grid-clients.four-grid .column:nth-child(3) {
    border-right: 1px solid #F0F0F0
}

.grid-clients.four-grid .column:nth-child(5) {
    border-left: 1px solid #F0F0F0
}

.grid-clients.four-grid .is-separator {
    border-top: 1px solid #F0F0F0
}

.grid-clients.five-grid .column:nth-child(2), .grid-clients.five-grid .column:nth-child(3), .grid-clients.five-grid .column:nth-child(4) {
    border-right: 1px solid #F0F0F0
}

.grid-clients.five-grid .column:nth-child(5), .grid-clients.five-grid .column:nth-child(6) {
    border-left: 1px solid #F0F0F0
}

.grid-clients.five-grid .is-separator {
    border-top: 1px solid #F0F0F0
}

.grid-clients a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 767px) {
    .grid-clients.flex-mobile .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .grid-clients.flex-mobile .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.image-carousel {
    text-align: center;
    max-width: 950px;
    margin: 0 auto
}

    .image-carousel:hover .slick-custom {
        opacity: 1
    }

    .image-carousel .carousel-item {
        margin: 0 20px
    }

    .image-carousel .image-wrapper {
        position: relative
    }

        .image-carousel .image-wrapper .stack-logo {
            max-height: 130px
        }

    .image-carousel .slick-custom {
        opacity: 0
    }

        .image-carousel .slick-custom.is-prev {
            left: -4%
        }

        .image-carousel .slick-custom.is-next {
            right: -4%
        }

    .image-carousel .slick-dots {
        bottom: -60px !important
    }

    .image-carousel .slick-prev:before, .image-carousel .slick-next:before {
        color: #535555
    }

.multiple-image-carousel {
    text-align: center;
    max-width: 950px;
    margin: 0 auto
}

    .multiple-image-carousel:hover .slick-custom {
        opacity: 1
    }

    .multiple-image-carousel .carousel-item {
        margin: 0 20px
    }

    .multiple-image-carousel .image-wrapper {
        position: relative
    }

        .multiple-image-carousel .image-wrapper .stack-logo {
            max-height: 130px;
            margin: 0 auto
        }

    .multiple-image-carousel .slick-custom {
        opacity: 0;
        top: 35px
    }

    .multiple-image-carousel .slick-dots {
        bottom: -60px !important
    }

    .multiple-image-carousel .slick-prev:before, .multiple-image-carousel .slick-next:before {
        color: #535555
    }

.single-image-carousel {
    text-align: center;
    max-width: 650px;
    margin: 0 auto
}

    .single-image-carousel:hover .slick-custom {
        opacity: 1
    }

    .single-image-carousel .carousel-item {
        margin: 0 20px
    }

    .single-image-carousel .image-wrapper {
        position: relative
    }

        .single-image-carousel .image-wrapper:hover .caption {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .single-image-carousel .image-wrapper img {
            width: 100%;
            height: 100%;
            min-height: 400px
        }

        .single-image-carousel .image-wrapper .caption {
            position: absolute;
            left: 0;
            width: 100%;
            bottom: 0;
            z-index: 99;
            padding: 20px;
            background: rgba(0,0,0,.8);
            -webkit-transform: translateY(120%);
            transform: translateY(120%);
            -webkit-transition: -webkit-transform .4s;
            transition: -webkit-transform .4s;
            transition: transform .4s;
            transition: transform .4s, -webkit-transform .4s
        }

            .single-image-carousel .image-wrapper .caption span {
                color: #fff;
                font-size: 1.1rem
            }

    .single-image-carousel .slick-custom {
        opacity: 0
    }

    .single-image-carousel .slick-dots {
        bottom: -60px !important
    }

    .single-image-carousel .slick-prev:before, .single-image-carousel .slick-next:before {
        color: #535555
    }

.slick-custom {
    position: absolute;
    top: 41%;
    border: 1px solid #F0F0F0;
    width: 50px;
    height: 50px;
    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;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    color: #444f60;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 999
}

    .slick-custom i {
        position: relative
    }

    .slick-custom:hover {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        background: #039be5;
        border: 1px solid #039be5;
        color: #fff;
        -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
    }

    .slick-custom.is-prev {
        left: -6px
    }

        .slick-custom.is-prev i {
            right: 2px
        }

    .slick-custom.is-next {
        right: -6px
    }

        .slick-custom.is-next i {
            left: 2px
        }

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

    .tabs-nav .tabs-container {
        overflow: hidden;
        width: 100%
    }

        .tabs-nav .tabs-container.type-2 {
            border-radius: 3px
        }

        .tabs-nav .tabs-container.type-1 .tab-content {
            border: none;
            border-top: 1px solid #e0e0e0;
            padding: 30px 0 0 0
        }

        .tabs-nav .tabs-container .tab-content {
            padding: 28px 33px;
            position: relative;
            z-index: 10;
            display: inline-block;
            width: 100%
        }

            .tabs-nav .tabs-container .tab-content p:last-child {
                margin-bottom: 0
            }

    .tabs-nav li {
        float: left;
        line-height: 45px;
        padding: 0;
        margin-right: 4px;
        position: relative;
        z-index: 12
    }

        .tabs-nav li.active .tab-reviews {
            color: #fff;
            -webkit-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

        .tabs-nav li.active a, .tabs-nav li.active a:hover {
            border-color: #039be5;
            color: #039be5 !important;
            z-index: 11
        }

            .tabs-nav li.active a i, .tabs-nav li.active a:hover i {
                padding-right: 5px;
                font-size: 16px;
                top: 1px;
                position: relative
            }

        .tabs-nav li a {
            border-bottom: 2px solid rgba(0,0,0,0);
            color: #333;
            display: inline-block;
            outline: none;
            padding: 7px 15px;
            text-decoration: none;
            font-size: 15px;
            z-index: 11;
            position: relative;
            margin-bottom: -1px;
            -webkit-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

            .tabs-nav li a:hover {
                border-color: #66676b
            }

.navigation-tabs {
    overflow: hidden
}

    .navigation-tabs.animated-tabs .navtab-content {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }

    .navigation-tabs.translated-tabs .navtab-content {
        -webkit-animation-name: translateLeft;
        animation-name: translateLeft;
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }

    .navigation-tabs.simple-tabs .tabs ul li:hover a {
        border-bottom-color: #039be5
    }

    .navigation-tabs.simple-tabs .tabs ul li.is-active a {
        color: #444f60;
        border-bottom: 2px solid #039be5
    }

        .navigation-tabs.simple-tabs .tabs ul li.is-active a .icon i {
            color: #039be5
        }

    .navigation-tabs.simple-tabs .tabs ul li a {
        color: #535555
    }

    .navigation-tabs.boxed-tabs .tabs ul li.is-active a {
        color: #039be5
    }

    .navigation-tabs.boxed-tabs .tabs ul li a {
        color: #535555
    }

    .navigation-tabs.outlined-pills.rounded-pills .tabs ul li a {
        border-radius: 100px !important
    }

    .navigation-tabs.outlined-pills .tabs ul {
        border-bottom: 1px solid rgba(0,0,0,0) !important
    }

        .navigation-tabs.outlined-pills .tabs ul li.is-active a {
            color: #535555;
            margin-bottom: 5px;
            color: #039be5;
            border: 1px solid #039be5;
            border-radius: 3px
        }

            .navigation-tabs.outlined-pills .tabs ul li.is-active a:hover {
                border: 1px solid #039be5
            }

        .navigation-tabs.outlined-pills .tabs ul li a {
            border: 1px solid rgba(0,0,0,0)
        }

            .navigation-tabs.outlined-pills .tabs ul li a:hover {
                border: 1px solid rgba(0,0,0,0)
            }

    .navigation-tabs.full-pills.rounded .tabs ul li a {
        border-radius: 100px !important
    }

    .navigation-tabs.full-pills.custom .tabs ul li.is-active.purple-tab a {
        border: 1px solid #0084c4 !important;
        background-color: #0084c4
    }

    .navigation-tabs.full-pills.custom .tabs ul li.is-active.deep-blue-tab a {
        border: 1px solid #0082c8 !important;
        background-color: #0082c8
    }

    .navigation-tabs.full-pills.custom .tabs ul li.is-active.sky-blue-tab a {
        border: 1px solid #039be5 !important;
        background-color: #039be5
    }

    .navigation-tabs.full-pills.custom .tabs ul li.is-active.light-blue-tab a {
        border: 1px solid #0f7cff !important;
        background-color: #0f7cff
    }

    .navigation-tabs.full-pills.custom .tabs ul li.is-active.dark-blue-tab a {
        border: 1px solid #4a00e0 !important;
        background-color: #4a00e0
    }

    .navigation-tabs.full-pills.custom .tabs ul li.is-active.green-tab a {
        border: 1px solid #00b289 !important;
        background-color: #00b289
    }

    .navigation-tabs.full-pills.custom .tabs ul li.is-active.light-green-tab a {
        border: 1px solid #00d1b2 !important;
        background-color: #00d1b2
    }

    .navigation-tabs.full-pills.custom .tabs ul li.is-active.red-tab a {
        border: 1px solid #ff3131 !important;
        background-color: #ff3131
    }

    .navigation-tabs.full-pills.custom .tabs ul li.is-active a {
        color: #fff;
        border-radius: 3px;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
    }

    .navigation-tabs.full-pills.primary .tabs ul li.is-active a {
        color: #fff;
        border: 1px solid #039be5;
        background-color: #039be5;
        border-radius: 3px;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
    }

    .navigation-tabs.full-pills.secondary .tabs ul li.is-active a {
        color: #fff;
        border: 1px solid #0084c4;
        background-color: #0084c4;
        border-radius: 3px;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
    }

    .navigation-tabs.full-pills.accent .tabs ul li.is-active a {
        color: #fff;
        border: 1px solid #00d1b2;
        background-color: #00d1b2;
        border-radius: 3px;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
    }

    .navigation-tabs.full-pills .tabs ul {
        border-bottom: 1px solid rgba(0,0,0,0) !important;
        padding-bottom: 10px
    }

        .navigation-tabs.full-pills .tabs ul li a {
            border-color: rgba(0,0,0,0) !important;
            color: #535555;
            margin-bottom: 5px;
            border-radius: 100px !important
        }

    .navigation-tabs.square-pills.circle-pills .tabs ul li a {
        border-radius: 50% !important
    }

    .navigation-tabs.square-pills .tabs ul {
        padding: 20px;
        border-bottom: none !important
    }

        .navigation-tabs.square-pills .tabs ul li.is-active a {
            background-color: #039be5;
            color: #fff;
            -webkit-box-shadow: 0px 5px 16px 0px rgba(0,0,0,.18);
            box-shadow: 0px 5px 16px 0px rgba(0,0,0,.18)
        }

        .navigation-tabs.square-pills .tabs ul li a {
            border-radius: 30px;
            padding: 0 15.5px;
            text-align: center;
            height: 60px;
            width: 60px;
            border-radius: 3px;
            font-weight: 400;
            color: #9a9a9a;
            margin-right: 19px;
            background-color: rgba(222,222,222,.3);
            border-bottom: none !important;
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .navigation-tabs.square-pills .tabs ul li a:hover {
                border-bottom: none !important
            }

            .navigation-tabs.square-pills .tabs ul li a i {
                display: block;
                font-size: 18px
            }

    .navigation-tabs .navtab-content {
        display: none;
        padding: 15px;
        min-height: 190px
    }

        .navigation-tabs .navtab-content.is-active {
            display: block
        }

        .navigation-tabs .navtab-content.navtab-modal {
            max-height: 350px;
            overflow: auto
        }

.tabs.partner-tabs ul {
    border-bottom: 1px rgba(0,0,0,0) !important
}

.tab-reviews {
    color: #aaa
}

@media only screen and (max-width: 767px) {
    .vertical-tabs-wrapper .tabs ul li.is-active a {
        color: #0084c4;
        border-bottom-color: #0084c4
    }

    .vertical-tabs-wrapper .tabs ul li a {
        color: #535555
    }

    .vertical-tabs-wrapper .content-wrap .tab-content {
        padding-top: 12px;
        display: none;
        -webkit-animation: fadeInLeft .5s;
        animation: fadeInLeft .5s
    }

        .vertical-tabs-wrapper .content-wrap .tab-content.is-active {
            display: block
        }
}

@media only screen and (min-width: 768px) {
    .vertical-tabs-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .vertical-tabs-wrapper .tabs {
            min-width: 25%;
            max-width: 25%;
            margin-right: 30px
        }

            .vertical-tabs-wrapper .tabs ul {
                display: block;
                text-align: left;
                border-bottom-color: rgba(0,0,0,0) !important
            }

                .vertical-tabs-wrapper .tabs ul li {
                    display: block
                }

                    .vertical-tabs-wrapper .tabs ul li.is-active a {
                        color: #0084c4;
                        border-right-color: #0084c4
                    }

                    .vertical-tabs-wrapper .tabs ul li a {
                        display: block;
                        border-bottom-color: rgba(0,0,0,0) !important;
                        border-right: 2px solid #dbdbdb;
                        color: #535555
                    }

        .vertical-tabs-wrapper .content-wrap {
            -webkit-box-flex: 2;
            -ms-flex-positive: 2;
            flex-grow: 2
        }

            .vertical-tabs-wrapper .content-wrap .tab-content {
                display: none;
                -webkit-animation: fadeInLeft .5s;
                animation: fadeInLeft .5s
            }

                .vertical-tabs-wrapper .content-wrap .tab-content.is-active {
                    display: block
                }
}

.testimonials, .demo {
    position: relative;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .testimonials .testimonial-item, .demo .testimonial-item {
        margin: 40px;
        outline: none !important
    }

        .testimonials .testimonial-item .testimonial-avatar, .demo .testimonial-item .testimonial-avatar {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .testimonials .testimonial-item .testimonial-avatar img, .demo .testimonial-item .testimonial-avatar img {
                border-radius: 100px;
                width: 75px;
                height: 75px;
                position: relative;
                top: -40px
            }

        .testimonials .testimonial-item .testimonial-name, .demo .testimonial-item .testimonial-name {
            text-align: center
        }

            .testimonials .testimonial-item .testimonial-name h3, .demo .testimonial-item .testimonial-name h3 {
                font-family: "Nexa Bold",sans-serif;
                font-size: 18px;
                color: #039be5;
                position: relative;
                top: -20px
            }

            .testimonials .testimonial-item .testimonial-name span, .demo .testimonial-item .testimonial-name span {
                font-family: "Nexa Light",sans-serif;
                font-size: 14px;
                color: #535555;
                position: relative;
                top: -15px
            }

        .testimonials .testimonial-item .testimonial-content p, .demo .testimonial-item .testimonial-content p {
            padding: 0 30px 30px 30px
        }

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #00d1b2 !important
}

.vertical-testimonials {
    max-width: 640px;
    margin: 0 auto
}

    .vertical-testimonials .vtestimonial-item {
        margin: 5px 80px;
        border-radius: 12px;
        height: 130px !important
    }

        .vertical-testimonials .vtestimonial-item:last-child {
            margin-bottom: 100px
        }

        .vertical-testimonials .vtestimonial-item .vt-avatar {
            height: 55px;
            border-radius: 100px
        }

        .vertical-testimonials .vtestimonial-item .vt-content {
            margin: 0 10px
        }

            .vertical-testimonials .vtestimonial-item .vt-content .vt-name {
                font-family: "Nexa Bold",sans-serif;
                font-weight: 500;
                color: #039be5;
                margin-bottom: 0 !important
            }

            .vertical-testimonials .vtestimonial-item .vt-content .vt-text {
                font-family: "Roboto",sans-serif;
                padding-right: 5px;
                font-size: 12px
            }

            .vertical-testimonials .vtestimonial-item .vt-content .star-rating {
                float: right;
                position: relative;
                top: -5px;
                right: 5px;
                color: #f5c62c
            }

    .vertical-testimonials .slick-current.slick-active.slick-center {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
        box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px
    }

    .vertical-testimonials .slick-slide:not(.slick-current) {
        opacity: .1 !important
    }

.flat-testimonials .flat-testimonial-item {
    margin: 0 20px 50px 20px
}

    .flat-testimonials .flat-testimonial-item .image-container {
        position: relative;
        overflow: hidden
    }

        .flat-testimonials .flat-testimonial-item .image-container img {
            border-radius: 10px;
            -webkit-box-shadow: 0px 5px 12px rgba(0,0,0,.18);
            box-shadow: 0px 5px 12px rgba(0,0,0,.18)
        }

        .flat-testimonials .flat-testimonial-item .image-container .skewed-overlay {
            position: absolute;
            top: 95%;
            left: 0;
            height: 40%;
            width: 200%;
            -webkit-transform: skewY(8deg);
            transform: skewY(8deg);
            padding: 20px;
            background: #fff
        }

    .flat-testimonials .flat-testimonial-item .testimonial-text .quoted-text {
        color: #878787
    }

    .flat-testimonials .flat-testimonial-item .testimonial-text .client-name {
        margin-top: 20px;
        font-family: "Nexa Bold",sans-serif;
        font-weight: 400;
        font-size: 1.2rem
    }

    .flat-testimonials .flat-testimonial-item .testimonial-text .client-position {
        font-family: "Nexa Light",sans-serif;
        font-size: .9rem;
        color: #444f60
    }

    .flat-testimonials .flat-testimonial-item .testimonial-text .company {
        max-height: 60px;
        margin-right: 50px;
        float: right
    }

    .flat-testimonials .flat-testimonial-item .testimonial-text .fa-quote-left {
        margin: 20px 0 !important
    }

    .flat-testimonials .flat-testimonial-item.primary .skewed-overlay {
        background: #039be5
    }

    .flat-testimonials .flat-testimonial-item.primary .client-name {
        color: #039be5
    }

    .flat-testimonials .flat-testimonial-item.primary .fa-quote-left {
        color: #039be5
    }

    .flat-testimonials .flat-testimonial-item.secondary .skewed-overlay {
        background: #0084c4
    }

    .flat-testimonials .flat-testimonial-item.secondary .client-name {
        color: #0084c4
    }

    .flat-testimonials .flat-testimonial-item.secondary .fa-quote-left {
        color: #0084c4
    }

    .flat-testimonials .flat-testimonial-item.accent .skewed-overlay {
        background: #00d1b2
    }

    .flat-testimonials .flat-testimonial-item.accent .client-name {
        color: #00d1b2
    }

    .flat-testimonials .flat-testimonial-item.accent .fa-quote-left {
        color: #00d1b2
    }

    .flat-testimonials .flat-testimonial-item .company {
        max-width: 100px;
        margin-right: 0 !important
    }

.modal {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1000
}

    .modal .modal-content {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        z-index: 99 !important
    }

    .modal .modal-close {
        -webkit-transition: all .4s;
        transition: all .4s;
        z-index: 100 !important
    }

        .modal .modal-close:hover {
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg)
        }

    .modal a {
        border-radius: 6px
    }

    .modal.is-active {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

        .modal.is-active .modal-background {
            background: linear-gradient(45deg, #6a85b6 0%, #bac8e0 100%);
            background-color: #039be5;
            width: 1000px;
            height: 1000px;
            border-radius: 10000px;
            -webkit-transition: all .5s;
            transition: all .5s;
            -webkit-transform: scale(0);
            transform: scale(0);
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 98 !important;
            overflow: hidden !important
        }

            .modal.is-active .modal-background.scaleInCircle {
                -webkit-transform: scale(7);
                transform: scale(7)
            }

        .modal.is-active .modal-content.scaleIn {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1
        }

        .modal.is-active .modal-close {
            z-index: 100 !important
        }

        .modal.is-active.image-modal .modal-background {
            background: linear-gradient(45deg, #444f60, #444);
            background-color: #444f60
        }

        .modal.is-active.image-modal img {
            border-radius: 6px
        }

        .modal.is-active.image-modal .gallery-item figure {
            background: none
        }

        .modal.is-active .modal-card .modal-card-head, .modal.is-active .modal-card .modal-card-foot {
            padding: 15px
        }

        .modal.is-active .modal-card .modal-card-head {
            background-color: #fff
        }

            .modal.is-active .modal-card .modal-card-head p {
                color: #444f60
            }

            .modal.is-active .modal-card .modal-card-head .delete {
                background: rgba(0,0,0,0) !important;
                -webkit-transition: all .3s;
                transition: all .3s
            }

                .modal.is-active .modal-card .modal-card-head .delete:before {
                    background: #00d1b2
                }

                .modal.is-active .modal-card .modal-card-head .delete:after {
                    background: #00d1b2
                }

                .modal.is-active .modal-card .modal-card-head .delete:hover {
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg)
                }

        .modal.is-active .modal-card .modal-card-body::-webkit-scrollbar {
            width: 10px
        }

        .modal.is-active .modal-card .modal-card-body::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background: rgba(0,0,0,.2)
        }

        .modal.is-active .modal-card .modal-card-foot {
            background-color: #fff;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            border-top: none
        }

        .modal.is-active.modal-sm .modal-card-body {
            max-height: 400px
        }

        .modal.is-active.modal-hero .modal-background {
            background: -webkit-gradient(linear, left top, right top, from(#0084c4), to(#00d1b2));
            background: linear-gradient(to right, #0084c4, #00d1b2);
            background: -webkit-gradient(linear, left bottom, left top, from(#0084c4), to(#00d1b2));
            background: linear-gradient(to top, #0084c4, #00d1b2);
            background-color: #0084c4
        }

        .modal.is-active.modal-success .modal-background {
            background: #06d6a0
        }

        .modal.is-active.modal-error .modal-background {
            background: #f92b60
        }

        .modal.is-active.modal-warning .modal-background {
            background: #eda514
        }

        .modal.is-active.modal-info .modal-background {
            background: #039be5
        }

        .modal.is-active .modal-svg {
            max-width: 110px;
            margin: 0 auto !important
        }

@media screen and (min-width: 769px) {
    .modal.modal-lg .modal-card, .modal.modal-lg .modal-content {
        width: 800px !important
    }

    .modal.modal-sm .modal-card, .modal.modal-sm .modal-content {
        width: 400px !important
    }
}

form {
    width: 100%
}

.input, .textarea, select {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form-label {
    padding-bottom: 5px;
    color: #535555
}

.input {
    color: #878787;
    font-family: "Roboto",sans-serif;
    font-size: .95rem;
    height: 36px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-color: #dee2e6
}

    .input.is-small {
        height: 26px
    }

        .input.is-small ~ .icon {
            height: 26px !important;
            width: 26px !important
        }

    .input.is-medium {
        height: 44px
    }

        .input.is-medium ~ .icon {
            height: 44px !important;
            width: 44px !important
        }

    .input.is-large {
        height: 52px
    }

        .input.is-large ~ .icon {
            height: 52px !important;
            width: 52px !important
        }

    .input.custom-input {
        height: 46px;
        line-height: 46px;
        padding-left: 50px !important
    }

        .input.custom-input:focus {
            border-color: #dbdbdb !important
        }

    .input.rounded {
        border-radius: 100px
    }

    .input.is-primary-focus:focus {
        border-color: #039be5
    }

        .input.is-primary-focus:focus ~ .icon i {
            color: #039be5
        }

    .input.is-secondary-focus:focus {
        border-color: #0084c4
    }

        .input.is-secondary-focus:focus ~ .icon i {
            color: #0084c4
        }

    .input.is-accent-focus:focus {
        border-color: #00d1b2
    }

        .input.is-accent-focus:focus ~ .icon i {
            color: #00d1b2
        }

    .input.is-grey-focus:focus {
        border-color: #535555
    }

        .input.is-grey-focus:focus ~ .icon i {
            color: #535555
        }

    .input:hover {
        border-color: #d3d3d3
    }

    .input:focus, .input:active {
        border-color: #d6d6d6
    }

        .input:focus.has-shadow, .input:active.has-shadow {
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important;
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important
        }

        .input:focus ~ .icon i, .input:active ~ .icon i {
            color: #039be5
        }

    .input:focus {
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important;
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important
    }

    .input .icon {
        height: 36px !important;
        width: 36px !important
    }

        .input .icon i {
            -webkit-transition: all .3s;
            transition: all .3s
        }

.textarea {
    color: #878787;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .8s;
    transition: all .8s
}

    .textarea:focus {
        border: 1px solid #F0F0F0;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important;
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important
    }

    .textarea.is-primary-focus:focus {
        border-color: #039be5
    }

        .textarea.is-primary-focus:focus ~ span.icon i {
            color: #039be5
        }

    .textarea.is-secondary-focus:focus {
        border-color: #0084c4
    }

        .textarea.is-secondary-focus:focus ~ span.icon i {
            color: #0084c4
        }

    .textarea.is-accent-focus:focus {
        border-color: #00d1b2
    }

        .textarea.is-accent-focus:focus ~ span.icon i {
            color: #00d1b2
        }

    .textarea.is-grey-focus:focus {
        border-color: #535555
    }

        .textarea.is-grey-focus:focus ~ span.icon i {
            color: #535555
        }

    .textarea.is-default-focus:focus {
        border-color: #ccc
    }

        .textarea.is-default-focus:focus ~ span.icon i {
            color: #ccc
        }

    .textarea.is-grow {
        min-height: 40px !important;
        height: 40px;
        resize: none;
        -webkit-transition: all .5s;
        transition: all .5s;
        overflow: hidden
    }

        .textarea.is-grow:focus {
            height: 130px !important;
            border-color: #535555
        }

    .textarea.is-button {
        min-height: 50px !important;
        height: 50px !important;
        resize: none;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: none !important;
        -webkit-transition: all .6s;
        transition: all .6s
    }

        .textarea.is-button:hover {
            border-color: #ccc
        }

        .textarea.is-button:focus {
            height: 130px !important;
            padding-bottom: 40px !important;
            border-color: #ccc
        }

        .textarea.is-button + .textarea-button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            position: relative;
            border: 1px solid #ccc;
            border-top: none !important;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px
        }

            .textarea.is-button + .textarea-button button {
                margin: 10px 7px 7px 7px
            }

.control.required {
    position: relative
}

    .control.required.has-success .input {
        border-color: #06d6a0
    }

    .control.required.has-success .validation-info.is-success {
        display: block
    }

    .control.required.has-success .success {
        opacity: 1
    }

    .control.required.has-error .input {
        border-color: #f92b60
    }

    .control.required.has-error .validation-info.is-error {
        display: block
    }

    .control.required.has-error .error {
        opacity: 1
    }

    .control.required.required-small .success, .control.required.required-small .error {
        height: 26px;
        width: 26px
    }

        .control.required.required-small .success i, .control.required.required-small .error i {
            font-size: 10px
        }

    .control.required.required-small .input {
        padding-right: 26px
    }

    .control.required.required-medium .success, .control.required.required-medium .error {
        height: 44px;
        width: 44px
    }

    .control.required.required-medium .input {
        padding-right: 44px
    }

    .control.required.required-large .success, .control.required.required-large .error {
        height: 52px;
        width: 52px
    }

    .control.required.required-large .input {
        padding-right: 52px
    }

    .control.required .success, .control.required .error {
        position: absolute;
        top: 0;
        right: 0;
        height: 36px;
        width: 36px;
        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;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

        .control.required .success i {
            color: #06d6a0
        }

        .control.required .error i {
            color: #f92b60
        }

    .control.required .validation-info {
        display: none;
        font-size: .8rem
    }

        .control.required .validation-info.is-success {
            color: #06d6a0
        }

        .control.required .validation-info.is-error {
            color: #f92b60
        }

    .control.required .input {
        padding-right: 36px
    }

.control-material {
    position: relative;
    margin-bottom: 2em;
    font-family: "Roboto",sans-serif
}

    .control-material input, .control-material textarea {
        border-radius: 0 !important
    }

    .control-material.has-icon {
        position: relative
    }

        .control-material.has-icon input {
            padding-right: 54px
        }

            .control-material.has-icon input:focus ~ i, .control-material.has-icon input:valid ~ i {
                margin-left: 10px
            }

        .control-material.has-icon i {
            position: absolute;
            right: 15px;
            top: 12px;
            color: #cecece;
            -webkit-transition: all .3s;
            transition: all .3s
        }

    .control-material.required {
        position: relative
    }

        .control-material.required input {
            padding-right: 54px
        }

        .control-material.required i {
            position: absolute;
            right: 15px;
            top: 6px;
            color: #cecece;
            display: none
        }

        .control-material.required .validation-info {
            display: none;
            font-size: .8rem
        }

        .control-material.required.has-success input {
            border-bottom-color: #06d6a0 !important
        }

        .control-material.required.has-success .bar:after, .control-material.required.has-success .bar:before {
            background: #06d6a0 !important
        }

        .control-material.required.has-success .success i {
            color: #06d6a0 !important;
            display: block
        }

        .control-material.required.has-success label {
            color: #06d6a0 !important
        }

        .control-material.required.has-success small.validation-info.success {
            color: #06d6a0;
            display: block
        }

        .control-material.required.has-error input {
            border-bottom-color: #f92b60 !important
        }

        .control-material.required.has-error .bar:after, .control-material.required.has-error .bar:before {
            background: #f92b60 !important
        }

        .control-material.required.has-error .error i {
            color: #f92b60 !important;
            display: block
        }

        .control-material.required.has-error label {
            color: #f92b60 !important
        }

        .control-material.required.has-error small.validation-info.error {
            color: #f92b60;
            display: block
        }

    .control-material.is-primary input.material-input:focus ~ label, .control-material.is-primary input:valid ~ label, .control-material.is-primary textarea:focus ~ label {
        color: #039be5
    }

    .control-material.is-primary .material-input:focus ~ .caret-icon i {
        color: #039be5
    }

    .control-material.is-primary .bar:before, .control-material.is-primary .bar:after {
        background: #039be5
    }

    .control-material.is-primary.has-icon input:focus ~ i {
        color: #039be5 !important
    }

    .control-material.is-primary .dropdown-list .option.selected {
        background: #039be5;
        color: #fcfcfc
    }

    .control-material.is-secondary input.material-input:focus ~ label, .control-material.is-secondary input:valid ~ label, .control-material.is-secondary textarea:focus ~ label {
        color: #0084c4
    }

    .control-material.is-secondary .material-input:focus ~ .caret-icon i {
        color: #0084c4
    }

    .control-material.is-secondary .bar:before, .control-material.is-secondary .bar:after {
        background: #0084c4
    }

    .control-material.is-secondary.has-icon input:focus ~ i {
        color: #0084c4 !important
    }

    .control-material.is-secondary .dropdown-list .option.selected {
        background: #0084c4;
        color: #fcfcfc
    }

    .control-material.is-accent input.material-input:focus ~ label, .control-material.is-accent input:valid ~ label, .control-material.is-accent textarea:focus ~ label {
        color: #00d1b2
    }

    .control-material.is-accent .material-input:focus ~ .caret-icon i {
        color: #00d1b2
    }

    .control-material.is-accent .bar:before, .control-material.is-accent .bar:after {
        background: #00d1b2
    }

    .control-material.is-accent.has-icon input:focus ~ i {
        color: #00d1b2 !important
    }

    .control-material.is-accent .dropdown-list .option.selected {
        background: #00d1b2;
        color: #fcfcfc
    }

    .control-material.is-light input.material-input, .control-material.is-light textarea {
        color: #fff;
        border-color: #fff
    }

    .control-material.is-light label {
        color: #fff
    }

    .control-material.is-light input.material-input:focus ~ label, .control-material.is-light input:valid ~ label, .control-material.is-light textarea:focus ~ label {
        color: #fff
    }

    .control-material.is-light .bar:before, .control-material.is-light .bar:after {
        background: #fff
    }

    .control-material.is-light.has-icon input:focus ~ i {
        color: #fff !important
    }

    .control-material .material-input, .control-material textarea {
        width: 100% !important;
        font-size: 1.15rem;
        padding: .625em .625em .625em .3125em;
        display: block;
        width: 18.75em;
        border: none;
        border-bottom: 1px solid #535555;
        background-color: rgba(0,0,0,0) !important
    }

        .control-material .material-input:focus, .control-material textarea:focus {
            outline: none
        }

    .control-material label {
        font-family: "Roboto",sans-serif;
        color: #cecece;
        font-size: .9rem;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        top: 1em;
        left: .3125em;
        transition: .2s ease all;
        -moz-transition: .2s ease all;
        -webkit-transition: .2s ease all
    }

    .control-material .material-input:focus ~ label, .control-material input:valid ~ label, .control-material textarea:focus ~ label {
        top: -8px;
        left: -2px;
        font-size: 12px
    }

    .control-material .bar {
        position: relative;
        display: block
    }

        .control-material .bar:before, .control-material .bar:after {
            content: "";
            height: 2px;
            width: 0;
            bottom: 0px;
            position: absolute;
            transition: .2s ease all;
            -moz-transition: .2s ease all;
            -webkit-transition: .2s ease all
        }

        .control-material .bar:before {
            left: 50%
        }

        .control-material .bar:after {
            right: 50%
        }

    .control-material .material-input:focus ~ .bar:before, .control-material input.material-input:focus ~ .bar:after, .control-material textarea:focus ~ .bar:before, .control-material textarea:focus ~ .bar:after {
        width: 50%
    }

    .control-material .material-select.is-active .dropdown-list {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        pointer-events: all
    }

    .control-material .material-select.has-value .inner-wrap label {
        top: -8px;
        left: -2px;
        font-size: 12px
    }

    .control-material .material-select .inner-wrap .caret-icon {
        position: absolute;
        top: 10px;
        right: 0;
        height: 30px;
        width: 30px;
        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;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .control-material .material-select .inner-wrap .caret-icon i {
            color: #535555
        }

    .control-material .material-select .material-input:focus {
        pointer-events: none !important
    }

        .control-material .material-select .material-input:focus ~ .caret-icon {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

    .control-material .material-select .dropdown-list {
        background: #fff;
        border: 1px solid #F0F0F0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 15px;
        z-index: 2;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        pointer-events: none
    }

        .control-material .material-select .dropdown-list .option {
            font-size: 12px;
            cursor: pointer;
            padding: 10px
        }

            .control-material .material-select .dropdown-list .option:hover:not(.selected) {
                background: #F0F0F0
            }

.control.has-icons-left .select select {
    padding-left: 2.5rem
}

.control.has-icons-left .select.is-small select {
    padding-left: 1.75rem
}

.control.has-icons-left .select.is-medium select {
    padding-left: 3rem
}

.control.has-icons-left .select.is-large + .icon {
    font-size: 1.6rem
}

.control.has-icons-left .select.is-large select {
    padding-left: 3.3rem
}

.control .select:after {
    border: 1px solid #039be5;
    border-right: 0;
    border-top: 0
}

.control .select:hover:after {
    border: 1px solid #0279b3;
    border-right: 0;
    border-top: 0
}

.control .select select:active, .control .select select:focus {
    border-color: #039be5
}

.control .select:not(.is-multiple):not(.is-loading)::after {
    right: 1.525em;
    z-index: 4;
    font-size: .8rem;
    border: 1px solid #535555;
    border-right: 0;
    border-top: 0
}

.control .icon i {
    -webkit-transition: all .3s;
    transition: all .3s
}

.auto-cpl-control .icon {
    height: 44px !important;
    width: 44px !important
}

    .auto-cpl-control .icon i {
        font-size: 18px
    }

.auto-cpl-control .autocpl {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.auto-cpl-control .easy-autocomplete-container ul li {
    padding: 8px 12px
}

    .auto-cpl-control .easy-autocomplete-container ul li.selected {
        background: #f7f7f7 !important
    }

.auto-cpl-control .easy-autocomplete-container .template-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .auto-cpl-control .easy-autocomplete-container .template-wrapper .autocpl-avatar {
        width: 36px !important;
        height: 36px !important;
        border-radius: 100px !important
    }

    .auto-cpl-control .easy-autocomplete-container .template-wrapper .entry-text {
        margin-left: 15px
    }

        .auto-cpl-control .easy-autocomplete-container .template-wrapper .entry-text span {
            font-size: .8rem;
            color: #535555
        }

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
    background-color: #00d1b2 !important
}

.file-input-wrapper .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

    .file-input-wrapper .control .inputfile {
        width: .1px;
        height: .1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1
    }

        .file-input-wrapper .control .inputfile + label {
            max-width: 80%;
            font-size: 1.05rem;
            font-weight: 400;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer;
            display: inline-block;
            overflow: hidden;
            border-radius: 5px;
            padding: .625rem 1.45rem .8rem 1.25rem;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .file-input-wrapper .control .inputfile + label i {
                margin-right: 10px
            }

    .file-input-wrapper .control .simple-file-input + label {
        color: #fff;
        background-color: #00d1b2
    }

        .file-input-wrapper .control .simple-file-input:focus + label, .file-input-wrapper .control .simple-file-input.has-focus + label, .file-input-wrapper .control .simple-file-input + label:hover {
            background-color: #00ebc8;
            outline: none;
            -webkit-box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
            box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px
        }

.field-input-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .field-input-wrapper .field-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fcfcfc;
        border: 1px solid #F0F0F0;
        padding: 16px;
        width: 450px;
        position: relative;
        border-radius: 3px
    }

        .field-input-wrapper .field-input > [type=file] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: pointer
        }

        .field-input-wrapper .field-input > .button {
            display: inline-block;
            cursor: pointer;
            padding: 8px 16px;
            border-radius: 2px;
            margin-right: 8px;
            line-height: 1
        }

        .field-input-wrapper .field-input > .label {
            color: #444f60;
            font-weight: 400;
            white-space: nowrap;
            opacity: .3
        }

        .field-input-wrapper .field-input.-chosen > .label {
            opacity: 1
        }

.field > label {
    font-family: "Roboto",sans-serif;
    padding-bottom: 4px;
    color: #5d6c84
}

.field.has-addons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .field.has-addons input {
        margin-right: 5px
    }

    .field.has-addons .button {
        height: 36px
    }

.label--checkbox {
    position: relative;
    margin: .5rem;
    font-family: Arial,sans-serif;
    line-height: 135% !important;
    cursor: pointer;
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
}

    .label--checkbox span {
        position: relative;
        top: -7px;
        font-size: 14px;
        color: #444f60
    }

.md-checkbox {
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}

    .md-checkbox:before {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        content: "";
        position: absolute;
        left: 0;
        z-index: 1;
        width: .9rem;
        height: .9rem;
        border: 1.5px solid #ccc
    }

    .md-checkbox:checked:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: .5rem;
        border-color: #039be5;
        border-top-style: none;
        border-right-style: none
    }

    .md-checkbox:after {
        content: "";
        position: absolute;
        top: -0.125rem;
        left: 0;
        width: 1rem;
        height: 1rem;
        background: #fff;
        cursor: pointer
    }

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(6.25rem);
        transform: translateY(6.25rem)
    }

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

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(6.25rem);
        transform: translateY(6.25rem)
    }

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

@media(min-width: 769px) {
    input.md-checkbox:focus {
        border-bottom-color: rgba(0,0,0,0) !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none !important;
        outline-offset: 0 !important;
        background: #fff !important
    }
}

.radio-wrap, .checkbox-wrap {
    position: relative;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    padding: 1em
}

    .radio-wrap::-moz-selection, .checkbox-wrap::-moz-selection {
        background: rgba(0,0,0,0)
    }

    .radio-wrap::selection, .checkbox-wrap::selection {
        background: rgba(0,0,0,0)
    }

    .radio-wrap input.d-checkbox + span, .checkbox-wrap input.d-checkbox + span, .radio-wrap input.b-radio + span, .checkbox-wrap input.b-radio + span {
        background: #fff;
        content: "";
        display: inline-block;
        margin: 0 .5em 0 0;
        padding: 0;
        border: 1px solid #535555;
        vertical-align: middle;
        width: 2em;
        height: 2em
    }

        .radio-wrap input.d-checkbox + span::after, .checkbox-wrap input.d-checkbox + span::after, .radio-wrap input.b-radio + span::after, .checkbox-wrap input.b-radio + span::after {
            content: "";
            display: block;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: -webkit-transform .2s;
            transition: -webkit-transform .2s;
            transition: transform .2s;
            transition: transform .2s, -webkit-transform .2s
        }

    .radio-wrap input.d-checkbox:checked + span::after, .checkbox-wrap input.d-checkbox:checked + span::after, .radio-wrap input.b-radio:checked + span::after, .checkbox-wrap input.b-radio:checked + span::after {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .radio-wrap input.d-checkbox, .checkbox-wrap input.d-checkbox, .radio-wrap input.b-radio, .checkbox-wrap input.b-radio {
        position: absolute;
        cursor: pointer;
        opacity: 0
    }

    .checkbox-wrap input + span {
        border-radius: 2px
    }

        .checkbox-wrap input + span::after {
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
            background-size: contain;
            width: 1.9em;
            height: 1.9em
        }

    .checkbox-wrap.is-medium input + span {
        width: 1.4em;
        height: 1.4em
    }

        .checkbox-wrap.is-medium input + span::after {
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
            background-size: contain;
            width: 1.3em;
            height: 1.3em
        }

    .checkbox-wrap.is-small input + span {
        width: 1em;
        height: 1em
    }

        .checkbox-wrap.is-small input + span::after {
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
            background-size: contain;
            width: .9em;
            height: .9em
        }

    .radio-wrap input + span {
        border-radius: 1000px
    }

        .radio-wrap input + span::after {
            border-radius: 1000px;
            margin: .55em;
            width: .75em;
            height: .75em
        }

    .radio-wrap input:checked + span::after {
        background: #444f60
    }

    .radio-wrap.is-small span {
        -webkit-transform: scale(0.6) !important;
        transform: scale(0.6) !important
    }

        .radio-wrap.is-small span::after {
            margin: .54em !important
        }

    .radio-wrap.is-medium span {
        -webkit-transform: scale(0.8) !important;
        transform: scale(0.8) !important
    }

        .radio-wrap.is-medium span::after {
            margin: .58em !important
        }

    .radio-wrap.is-primary input:checked + span::after {
        background: #039be5
    }

    .radio-wrap.is-secondary input:checked + span::after {
        background: #0084c4
    }

    .radio-wrap.is-accent input:checked + span::after {
        background: #00d1b2
    }

.tagsinput {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 5px;
    width: 300px;
    height: 100px;
    overflow-y: auto
}

    .tagsinput .tag {
        position: relative;
        border: 1px solid #039be5;
        border-radius: 3px;
        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;
        float: left;
        padding: 4px 8px;
        text-decoration: none;
        background: #039be5;
        color: #fff;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 13px
    }

        .tagsinput .tag:after {
            position: absolute;
            right: 4px;
            font-family: "Material Icons";
            content: "";
            color: #fff;
            opacity: 1;
            z-index: 0
        }

        .tagsinput .tag span {
            position: relative;
            top: -2px;
            margin-right: 6px
        }

        .tagsinput .tag a {
            font-weight: 700;
            color: #fff;
            text-decoration: none;
            font-size: 11px;
            opacity: 0;
            position: relative;
            z-index: 2
        }

    .tagsinput input {
        width: 80px;
        margin: 0 5px 5px 0;
        font-family: helvetica;
        font-size: 13px;
        border: 1px solid rgba(0,0,0,0);
        padding: 5px;
        background: 0 0;
        color: #000;
        outline: 0
    }

    .tagsinput div {
        display: block;
        float: left
    }

.tags_clear {
    clear: both;
    width: 100%;
    height: 0
}

.not_valid {
    background: #fbd8db !important;
    color: #90111a !important
}

.bulma-tags .tagsinput {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    overflow-y: auto
}

    .bulma-tags .tagsinput .control {
        margin-right: .2rem !important
    }

    .bulma-tags .tagsinput .tags {
        outline: none !important
    }

        .bulma-tags .tagsinput .tags .tag:first-child {
            padding: 4px 8px 6px
        }

            .bulma-tags .tagsinput .tags .tag:first-child.is-active {
                background: #039be5
            }

            .bulma-tags .tagsinput .tags .tag:first-child:after {
                display: none !important
            }

        .bulma-tags .tagsinput .tags .is-delete {
            margin: 0;
            background: #344258
        }

.wickedpicker {
    height: 150px
}

    .wickedpicker .wickedpicker__controls {
        padding: 12px 0 !important
    }

    .wickedpicker .wickedpicker__controls__control-up:before {
        font-family: "material icons";
        content: ""
    }

    .wickedpicker .wickedpicker__controls__control-down:after {
        font-family: "material icons";
        content: "";
        top: 8px;
        position: relative
    }

.steps-wrapper {
    position: relative;
    min-height: 390px;
    padding: 40px;
    background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    -webkit-box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
    box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px
}

    .steps-wrapper .steps {
        font-size: .9rem
    }

        .steps-wrapper .steps .steps-content {
            padding-bottom: 50px
        }

        .steps-wrapper .steps .step-item.is-active .step-marker {
            border-color: #0084c4 !important;
            color: #0084c4
        }

        .steps-wrapper .steps .step-item.is-active:before {
            background-position: left bottom
        }

        .steps-wrapper .steps .step-item.is-completed .step-marker {
            background: #0084c4
        }

        .steps-wrapper .steps .step-item.is-completed:before {
            background-position: left bottom
        }

        .steps-wrapper .steps .step-item:not(:first-child):before {
            content: " ";
            display: block;
            position: absolute
        }

        .steps-wrapper .steps .step-item:before {
            background: -webkit-gradient(linear, right top, left top, color-stop(50%, #dbdbdb), color-stop(50%, #7f00ff));
            background: linear-gradient(to left, #dbdbdb 50%, #7f00ff 50%);
            background-size: 200% 100%;
            background-position: right bottom
        }

    .steps-wrapper .step-title {
        font-size: .7rem !important;
        text-transform: uppercase
    }

    .steps-wrapper .label {
        text-align: left;
        font-weight: 600 !important
    }

    .steps-wrapper .steps-actions {
        position: absolute;
        width: 100%;
        bottom: 40px;
        left: 0;
        padding: 0 40px
    }

        .steps-wrapper .steps-actions .steps-action {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            margin: 0
        }

            .steps-wrapper .steps-actions .steps-action .button {
                margin-left: 8px
            }

    .steps-wrapper .confirm-image {
        display: block;
        margin: 10px auto;
        height: 75px
    }

    .steps-wrapper.is-squared .step-marker {
        border-radius: 4px !important
    }

@media(max-width: 767px) {
    .steps-wrapper.is-double-column .steps-actions {
        bottom: 20px !important
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .steps-wrapper.is-double-column .steps-actions {
        bottom: 20px !important
    }
}

.is-combo {
    margin-bottom: 20px
}

    .is-combo .combo-label {
        font-weight: 500;
        font-size: .9rem;
        color: #535555
    }

    .is-combo .combo-box, .is-combo .image-combo-box, .is-combo .stacked-combo-box, .is-combo .user-combo-box {
        position: relative;
        background: #fff;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        height: 40px;
        margin-top: 4px;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .is-combo .combo-box.has-rounded-images .combo-item img, .is-combo .combo-box.has-rounded-images .item-icon img, .is-combo .image-combo-box.has-rounded-images .combo-item img, .is-combo .image-combo-box.has-rounded-images .item-icon img, .is-combo .stacked-combo-box.has-rounded-images .combo-item img, .is-combo .stacked-combo-box.has-rounded-images .item-icon img, .is-combo .user-combo-box.has-rounded-images .combo-item img, .is-combo .user-combo-box.has-rounded-images .item-icon img {
            border-radius: 50%
        }

        .is-combo .combo-box .box-inner, .is-combo .image-combo-box .box-inner, .is-combo .stacked-combo-box .box-inner, .is-combo .user-combo-box .box-inner {
            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
        }

            .is-combo .combo-box .box-inner .combo-item, .is-combo .image-combo-box .box-inner .combo-item, .is-combo .stacked-combo-box .box-inner .combo-item, .is-combo .user-combo-box .box-inner .combo-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                height: 40px;
                padding-left: 8px
            }

                .is-combo .combo-box .box-inner .combo-item i, .is-combo .image-combo-box .box-inner .combo-item i, .is-combo .stacked-combo-box .box-inner .combo-item i, .is-combo .user-combo-box .box-inner .combo-item i {
                    color: #0084c4;
                    font-size: 20px;
                    margin-right: 8px
                }

                .is-combo .combo-box .box-inner .combo-item .fa, .is-combo .image-combo-box .box-inner .combo-item .fa, .is-combo .stacked-combo-box .box-inner .combo-item .fa, .is-combo .user-combo-box .box-inner .combo-item .fa {
                    position: relative;
                    top: 1px;
                    font-size: 14px
                }

                    .is-combo .combo-box .box-inner .combo-item .fa.is-green, .is-combo .image-combo-box .box-inner .combo-item .fa.is-green, .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-green, .is-combo .user-combo-box .box-inner .combo-item .fa.is-green {
                        color: #06d6a0
                    }

                    .is-combo .combo-box .box-inner .combo-item .fa.is-blue, .is-combo .image-combo-box .box-inner .combo-item .fa.is-blue, .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-blue, .is-combo .user-combo-box .box-inner .combo-item .fa.is-blue {
                        color: #039be5
                    }

                    .is-combo .combo-box .box-inner .combo-item .fa.is-orange, .is-combo .image-combo-box .box-inner .combo-item .fa.is-orange, .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-orange, .is-combo .user-combo-box .box-inner .combo-item .fa.is-orange {
                        color: #eda514
                    }

                    .is-combo .combo-box .box-inner .combo-item .fa.is-red, .is-combo .image-combo-box .box-inner .combo-item .fa.is-red, .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-red, .is-combo .user-combo-box .box-inner .combo-item .fa.is-red {
                        color: #f92b60
                    }

                    .is-combo .combo-box .box-inner .combo-item .fa.is-secondary, .is-combo .image-combo-box .box-inner .combo-item .fa.is-secondary, .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-secondary, .is-combo .user-combo-box .box-inner .combo-item .fa.is-secondary {
                        color: #0084c4
                    }

                .is-combo .combo-box .box-inner .combo-item img, .is-combo .image-combo-box .box-inner .combo-item img, .is-combo .stacked-combo-box .box-inner .combo-item img, .is-combo .user-combo-box .box-inner .combo-item img {
                    display: block;
                    height: 26px;
                    width: 26px;
                    -o-object-fit: contain;
                    object-fit: contain;
                    margin-right: 8px
                }

                    .is-combo .combo-box .box-inner .combo-item img.is-stacked, .is-combo .image-combo-box .box-inner .combo-item img.is-stacked, .is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked, .is-combo .user-combo-box .box-inner .combo-item img.is-stacked {
                        height: 26px;
                        width: 26px;
                        border: 2px solid #fff;
                        margin-right: 0 !important
                    }

                        .is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1), .is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1), .is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1), .is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1) {
                            margin-left: -9px
                        }

                        .is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2), .is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2), .is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2), .is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2) {
                            margin-left: -9px
                        }

                        .is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3), .is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3), .is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3), .is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3) {
                            margin-left: -9px
                        }

                        .is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4), .is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4), .is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4), .is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4) {
                            margin-left: -9px
                        }

                        .is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5), .is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5), .is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5), .is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5) {
                            margin-left: -9px
                        }

                .is-combo .combo-box .box-inner .combo-item .avatar-container, .is-combo .image-combo-box .box-inner .combo-item .avatar-container, .is-combo .stacked-combo-box .box-inner .combo-item .avatar-container, .is-combo .user-combo-box .box-inner .combo-item .avatar-container {
                    position: relative;
                    display: block;
                    height: 26px;
                    width: 26px
                }

                    .is-combo .combo-box .box-inner .combo-item .avatar-container .avatar, .is-combo .image-combo-box .box-inner .combo-item .avatar-container .avatar, .is-combo .stacked-combo-box .box-inner .combo-item .avatar-container .avatar, .is-combo .user-combo-box .box-inner .combo-item .avatar-container .avatar {
                        display: block;
                        height: 26px;
                        width: 26px;
                        border-radius: 50%
                    }

                    .is-combo .combo-box .box-inner .combo-item .avatar-container .badge, .is-combo .image-combo-box .box-inner .combo-item .avatar-container .badge, .is-combo .stacked-combo-box .box-inner .combo-item .avatar-container .badge, .is-combo .user-combo-box .box-inner .combo-item .avatar-container .badge {
                        position: absolute;
                        bottom: 0;
                        right: -6px;
                        height: 16px;
                        width: 16px;
                        border-radius: 50%;
                        border: 2px solid #fff;
                        margin: 0
                    }

                .is-combo .combo-box .box-inner .combo-item span, .is-combo .image-combo-box .box-inner .combo-item span, .is-combo .stacked-combo-box .box-inner .combo-item span, .is-combo .user-combo-box .box-inner .combo-item span {
                    display: block;
                    color: #444f60;
                    font-size: .9rem;
                    font-weight: 500;
                    margin-left: 8px
                }

        .is-combo .combo-box .box-chevron, .is-combo .image-combo-box .box-chevron, .is-combo .stacked-combo-box .box-chevron, .is-combo .user-combo-box .box-chevron {
            position: absolute;
            top: 0;
            right: 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;
            height: 40px;
            width: 40px
        }

            .is-combo .combo-box .box-chevron i, .is-combo .image-combo-box .box-chevron i, .is-combo .stacked-combo-box .box-chevron i, .is-combo .user-combo-box .box-chevron i {
                font-size: 18px;
                stroke: #444f60;
                -webkit-transform: rotate(0);
                transform: rotate(0);
                -webkit-transition: all .3s;
                transition: all .3s
            }

            .is-combo .combo-box .box-chevron svg, .is-combo .image-combo-box .box-chevron svg, .is-combo .stacked-combo-box .box-chevron svg, .is-combo .user-combo-box .box-chevron svg {
                height: 18px;
                width: 18px;
                stroke: #444f60;
                -webkit-transform: rotate(0);
                transform: rotate(0);
                -webkit-transition: all .3s;
                transition: all .3s
            }

        .is-combo .combo-box .box-dropdown, .is-combo .image-combo-box .box-dropdown, .is-combo .stacked-combo-box .box-dropdown, .is-combo .user-combo-box .box-dropdown {
            position: absolute;
            top: 32px;
            left: 0;
            width: 100%;
            z-index: 50;
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            pointer-events: none;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .is-combo .combo-box .box-dropdown.is-dropup, .is-combo .image-combo-box .box-dropdown.is-dropup, .is-combo .stacked-combo-box .box-dropdown.is-dropup, .is-combo .user-combo-box .box-dropdown.is-dropup {
                top: -165px;
                height: 148px
            }

                .is-combo .combo-box .box-dropdown.is-dropup .dropdown-inner, .is-combo .image-combo-box .box-dropdown.is-dropup .dropdown-inner, .is-combo .stacked-combo-box .box-dropdown.is-dropup .dropdown-inner, .is-combo .user-combo-box .box-dropdown.is-dropup .dropdown-inner {
                    overflow-y: auto
                }

            .is-combo .combo-box .box-dropdown .dropdown-inner, .is-combo .image-combo-box .box-dropdown .dropdown-inner, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner, .is-combo .user-combo-box .box-dropdown .dropdown-inner {
                position: relative;
                width: 100%;
                height: 100%;
                background: #fff;
                border: 1px solid #e3e3e3;
                border-radius: 4px;
                margin-top: 10px;
                max-height: 190px;
                overflow-y: auto
            }

                .is-combo .combo-box .box-dropdown .dropdown-inner ul, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul {
                    padding: 10px 0
                }

                    .is-combo .combo-box .box-dropdown .dropdown-inner ul li, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li {
                        padding: 6px 8px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: start;
                        -ms-flex-pack: start;
                        justify-content: flex-start;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        width: 100%
                    }

                        .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon {
                            position: relative;
                            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: 30px;
                            width: 30px;
                            margin-right: 8px
                        }

                            .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon i, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon i, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon i, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon i {
                                color: #535555;
                                font-size: 20px
                            }

                            .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa {
                                font-size: 14px;
                                position: relative;
                                top: 1px
                            }

                                .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green {
                                    color: #06d6a0
                                }

                                .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue {
                                    color: #039be5
                                }

                                .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange {
                                    color: #eda514
                                }

                                .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red {
                                    color: #f92b60
                                }

                                .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-secondary, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-secondary, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-secondary, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-secondary {
                                    color: #0084c4
                                }

                            .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon img, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon img, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon img, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon img {
                                display: block;
                                height: 22px;
                                width: 22px;
                                -o-object-fit: contain;
                                object-fit: contain;
                                -webkit-transition: opacity .3s;
                                transition: opacity .3s
                            }

                                .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img {
                                    opacity: .4
                                }

                            .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar {
                                display: block;
                                height: 22px;
                                width: 22px;
                                border-radius: 50%
                            }

                            .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge {
                                position: absolute;
                                bottom: 0;
                                right: 0;
                                height: 12px;
                                width: 12px;
                                border-radius: 50%;
                                border: 2px solid #fff
                            }

                        .is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .checkmark, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .checkmark {
                            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: 16px;
                            width: 16px;
                            margin-right: 8px;
                            margin-left: auto;
                            opacity: 0;
                            -webkit-transition: all .3s;
                            transition: all .3s
                        }

                            .is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark svg, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark svg, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .checkmark svg, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .checkmark svg {
                                stroke: #0084c4;
                                stroke-width: 3px;
                                height: 16px;
                                width: 16px
                            }

                            .is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark i, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark i, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .checkmark i, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .checkmark i {
                                font-size: 16px;
                                color: #0084c4
                            }

                        .is-combo .combo-box .box-dropdown .dropdown-inner ul li span, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li span, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li span, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li span {
                            display: block;
                            color: #535555;
                            font-size: .9rem;
                            font-weight: 500
                        }

                        .is-combo .combo-box .box-dropdown .dropdown-inner ul li:hover, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li:hover, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li:hover, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li:hover {
                            background: #f2f2f2
                        }

                        .is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i {
                            color: #0084c4
                        }

                        .is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img {
                            opacity: 1
                        }

                        .is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active span, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active span, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active span, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active span {
                            color: #444f60
                        }

                        .is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark {
                            opacity: 1
                        }

        .is-combo .combo-box.is-active, .is-combo .image-combo-box.is-active, .is-combo .stacked-combo-box.is-active, .is-combo .user-combo-box.is-active {
            border-color: #0084c4
        }

            .is-combo .combo-box.is-active .box-chevron svg, .is-combo .combo-box.is-active .box-chevron i, .is-combo .image-combo-box.is-active .box-chevron svg, .is-combo .image-combo-box.is-active .box-chevron i, .is-combo .stacked-combo-box.is-active .box-chevron svg, .is-combo .stacked-combo-box.is-active .box-chevron i, .is-combo .user-combo-box.is-active .box-chevron svg, .is-combo .user-combo-box.is-active .box-chevron i {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg)
            }

            .is-combo .combo-box.is-active .box-dropdown, .is-combo .image-combo-box.is-active .box-dropdown, .is-combo .stacked-combo-box.is-active .box-dropdown, .is-combo .user-combo-box.is-active .box-dropdown {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                pointer-events: all
            }

    .is-combo .help-text {
        font-size: .75rem;
        color: #535555
    }

    .is-combo .big-combo-box {
        position: relative;
        background: #fff;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        height: 58px;
        margin-top: 4px;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .is-combo .big-combo-box .box-inner {
            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;
            height: 100%
        }

            .is-combo .big-combo-box .box-inner .combo-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                height: 58px;
                padding-left: 8px
            }

                .is-combo .big-combo-box .box-inner .combo-item i {
                    color: #0084c4;
                    font-size: 1.6rem
                }

                .is-combo .big-combo-box .box-inner .combo-item .combo-text {
                    margin-left: 16px
                }

                    .is-combo .big-combo-box .box-inner .combo-item .combo-text span {
                        display: block
                    }

                        .is-combo .big-combo-box .box-inner .combo-item .combo-text span:first-child {
                            color: #444f60;
                            font-size: .9rem;
                            font-weight: 500
                        }

                        .is-combo .big-combo-box .box-inner .combo-item .combo-text span:nth-child(2) {
                            color: #535555;
                            font-size: .8rem;
                            max-width: 330px;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis
                        }

        .is-combo .big-combo-box .box-chevron {
            position: absolute;
            top: 0;
            right: 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;
            height: 58px;
            width: 58px
        }

            .is-combo .big-combo-box .box-chevron svg {
                height: 18px;
                width: 18px;
                stroke: #444f60;
                -webkit-transform: rotate(0);
                transform: rotate(0);
                -webkit-transition: all .3s;
                transition: all .3s
            }

        .is-combo .big-combo-box .box-dropdown {
            position: absolute;
            top: 54px;
            left: 0;
            width: 100%;
            z-index: 50;
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            pointer-events: none;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .is-combo .big-combo-box .box-dropdown .dropdown-inner {
                position: relative;
                width: 100%;
                height: 100%;
                background: #fff;
                border: 1px solid #e3e3e3;
                border-radius: 4px;
                margin-top: 10px;
                max-height: 190px;
                overflow-y: auto;
                overflow-x: hidden
            }

                .is-combo .big-combo-box .box-dropdown .dropdown-inner ul {
                    padding: 10px 0
                }

                    .is-combo .big-combo-box .box-dropdown .dropdown-inner ul li {
                        padding: 6px 8px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: start;
                        -ms-flex-pack: start;
                        justify-content: flex-start;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        width: 100%
                    }

                        .is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-icon {
                            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: 30px;
                            width: 30px;
                            min-height: 30px;
                            min-width: 30px;
                            margin-right: 16px
                        }

                            .is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-icon i {
                                color: #535555;
                                font-size: 1.6rem
                            }

                        .is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-name span {
                            display: block
                        }

                            .is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-name span:first-child {
                                color: #444f60;
                                font-size: .9rem;
                                font-weight: 500
                            }

                            .is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-name span:nth-child(2) {
                                color: #535555;
                                font-size: .8rem;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis
                            }

                        .is-combo .big-combo-box .box-dropdown .dropdown-inner ul li:hover {
                            background: #f2f2f2
                        }

                        .is-combo .big-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i {
                            color: #0084c4
                        }

                        .is-combo .big-combo-box .box-dropdown .dropdown-inner ul li.is-active span {
                            color: #444f60
                        }

        .is-combo .big-combo-box.is-active {
            border-color: #0084c4
        }

            .is-combo .big-combo-box.is-active .box-chevron svg {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg)
            }

            .is-combo .big-combo-box.is-active .box-dropdown {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                pointer-events: all
            }

.table {
    width: 100%
}

    .table.device-table th, .table.device-table td {
        text-align: center !important;
        border: none
    }

        .table.device-table th i {
            font-size: 35px;
            color: #cecece
        }

    .table.device-table td {
        padding: .75em 1em
    }

        .table.device-table td:first-child {
            text-align: left !important
        }

        .table.device-table td.feature-name {
            line-height: 1.9;
            font-family: "Nexa Light",sans-serif
        }

        .table.device-table td i.im-icon-Yes {
            font-size: 24px;
            color: #039be5
        }

        .table.device-table td i.im-icon-Close {
            font-size: 24px;
            color: #cecece
        }

    .table.device-table th {
        border-bottom: 1px solid #dbdbdb
    }

    .table.compare-table th, .table.compare-table td {
        text-align: center !important;
        border: none
    }

        .table.compare-table th i {
            font-size: 35px;
            color: #cecece
        }

    .table.compare-table td {
        padding: .75em 1em
    }

        .table.compare-table td:first-child {
            text-align: left !important
        }

        .table.compare-table td.feature-name {
            line-height: 1.9;
            font-family: "Nexa Light",sans-serif
        }

        .table.compare-table td i.fa-check {
            font-size: 18px;
            color: #039be5
        }

        .table.compare-table td i.fa-close {
            font-size: 18px;
            color: #cecece
        }

    .table.compare-table th {
        border-bottom: 1px solid #dbdbdb;
        font-family: "Nexa Bold",sans-serif
    }

.responsive-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
    color: #333;
    border-radius: .2em;
    overflow: hidden;
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06)
}

    .responsive-table.is-primary tr:first-child {
        background: #039be5
    }

    .responsive-table.is-secondary tr:first-child {
        background: #0084c4
    }

    .responsive-table.is-accent tr:first-child {
        background: #00d1b2
    }

    .responsive-table tr:first-child {
        border-top: none;
        background: #535555;
        color: #fff !important
    }

    .responsive-table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
        border-color: #bfbfbf
    }

    .responsive-table:nth-child(odd):not(:first-child) {
        background-color: #fcfcfc
    }

    .responsive-table th {
        display: none;
        color: #fff
    }

    .responsive-table td {
        display: block
    }

        .responsive-table td:first-child {
            margin-top: .5em
        }

        .responsive-table td:last-child {
            margin-bottom: .5em
        }

        .responsive-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 120px;
            display: inline-block;
            color: #000
        }

    .responsive-table th, .responsive-table td {
        text-align: left;
        padding: .5em 1em
    }

@media screen and (max-width: 601px) {
    .responsive-table tr:nth-child(2) {
        border-top: none
    }

    .responsive-table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .responsive-table td::before {
            text-align: left !important
        }
}

@media screen and (min-width: 600px) {
    .responsive-table tr:hover:not(:first-child) {
        background-color: #f2f2f2
    }

    .responsive-table td:before {
        display: none
    }

    .responsive-table th, .responsive-table td {
        display: table-cell;
        padding: .25em .5em
    }

        .responsive-table th:first-child, .responsive-table td:first-child {
            padding-left: 0
        }

        .responsive-table th:last-child, .responsive-table td:last-child {
            padding-right: 0
        }

    .responsive-table th, .responsive-table td {
        padding: 1em !important
    }
}

.content ul {
    list-style-type: disc
}

.content ol {
    list-style-type: decimal
}

ul, ol {
    list-style-type: none;
    font-family: "Roboto",sans-serif
}

.icon-bullet-list {
    list-style: none;
    padding: 0;
    font-family: "Roboto",sans-serif
}

    .icon-bullet-list li {
        padding-left: 1.3em;
        padding: 3px 0 3px 1.3em
    }

        .icon-bullet-list li:before {
            content: "";
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -1.3em;
            margin-right: .7rem;
            width: 1.3em
        }

.solid-list {
    display: inline-block;
    font-family: "Roboto",sans-serif
}

    .solid-list .solid-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 5px 0
    }

        .solid-list .solid-list-item .list-bullet i {
            font-size: 1.5rem;
            margin-right: 10px;
            position: relative;
            top: 2px;
            color: #535555
        }

.inline-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Roboto",sans-serif
}

    .inline-list i.inline-bullet {
        font-size: .4rem;
        margin: 0 10px;
        color: #F0F0F0;
        position: relative;
        top: 8px
    }

.list-block {
    border: 1px solid #F0F0F0;
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06)
}

    .list-block li {
        padding: 10px 20px;
        font-family: "Roboto",sans-serif
    }

        .list-block li a {
            color: #444
        }

        .list-block li.is-active {
            background: #039be5
        }

            .list-block li.is-active:hover {
                background: #039be5
            }

            .list-block li.is-active .b-badge {
                border: 1px solid #fff;
                background: rgba(0,0,0,0)
            }

            .list-block li.is-active a {
                color: #fff
            }

        .list-block li:hover {
            background: #eff4f7
        }

    .list-block.bordered li:not(last-child) {
        border-bottom: 1px solid #F0F0F0
    }

    .list-block.minimal {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .list-block.minimal li {
            border-bottom: 1px solid #F0F0F0
        }

    .list-block .b-badge {
        float: right
    }

    .list-block.is-secondary li.is-active {
        background: #0084c4
    }

    .list-block.is-accent li.is-active {
        background: #00d1b2
    }

.level.nav-level {
    padding: 20px 40px;
    border: 1px solid #F0F0F0;
    background: #fff
}

    .level.nav-level i {
        cursor: pointer
    }

        .level.nav-level i:hover {
            color: #039be5
        }

.level.centered-level {
    padding: 20px 40px;
    border: 1px solid #F0F0F0;
    background: #fff
}

.user-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px
}

.user-list .user-list-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100px
}

.user-list .user-list-info {
    margin: 0 10px
}

    .user-list .user-list-info .name {
        font-size: 14px;
        font-weight: 500;
        color: #444f60
    }

    .user-list .user-list-info .position {
        font-size: 12px;
        color: #535555
    }

.user-list .user-list-status {
    height: 10px;
    width: 10px;
    border-radius: 100px;
    background: #535555;
    margin-left: auto
}

    .user-list .user-list-status.is-offline {
        background: #F0F0F0
    }

    .user-list .user-list-status.is-online {
        background: #06d6a0
    }

    .user-list .user-list-status.is-busy {
        background: #eda514
    }

.user-media-list li {
    margin: 15px 0
}

.user-media-list .media-left .image {
    position: relative
}

    .user-media-list .media-left .image .avatar-status {
        height: 10px;
        width: 10px;
        border-radius: 200px;
        background: #535555;
        position: absolute;
        right: 1px;
        top: 3px
    }

        .user-media-list .media-left .image .avatar-status.is-offline {
            background: #F0F0F0
        }

        .user-media-list .media-left .image .avatar-status.is-online {
            background: #06d6a0
        }

        .user-media-list .media-left .image .avatar-status.is-busy {
            background: #eda514
        }

.user-media-list .media-content span {
    color: #444f60;
    font-weight: 500
}

.b-badge {
    height: 20px;
    min-width: 20px;
    max-width: 100px;
    padding: 3px 6px;
    line-height: 1.2;
    white-space: nowrap;
    vertical-align: middle;
    font-size: .8rem;
    color: #fff;
    background: #535555;
    text-align: center;
    border-radius: 3px
}

    .b-badge.rounded {
        border-radius: 200px
    }

    .b-badge.badge-outlined {
        background: rgba(0,0,0,0);
        border: 1px solid #535555;
        color: #535555
    }

    .b-badge.is-primary {
        background: #039be5
    }

        .b-badge.is-primary.badge-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #039be5;
            color: #039be5
        }

    .b-badge.is-secondary {
        background: #0084c4
    }

        .b-badge.is-secondary.badge-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #0084c4;
            color: #0084c4
        }

    .b-badge.is-accent {
        background: #00d1b2
    }

        .b-badge.is-accent.badge-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #00d1b2;
            color: #00d1b2
        }

    .b-badge.is-success {
        background: #06d6a0
    }

        .b-badge.is-success.badge-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #06d6a0;
            color: #06d6a0
        }

    .b-badge.is-warning {
        background: #eda514
    }

        .b-badge.is-warning.badge-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #eda514;
            color: #eda514
        }

    .b-badge.is-danger {
        background: #f92b60
    }

        .b-badge.is-danger.badge-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #f92b60;
            color: #f92b60
        }

    .b-badge.is-info {
        background: #039be5
    }

        .b-badge.is-info.badge-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #039be5;
            color: #039be5
        }

.tag {
    margin-bottom: 5px;
    font-family: "Roboto",sans-serif
}

    .tag.squared {
        border-radius: 2px !important
    }

    .tag.is-outlined {
        border: 1px solid #535555
    }

    .tag.is-primary {
        background: #039be5;
        color: #fff
    }

        .tag.is-primary.is-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #039be5;
            color: #039be5
        }

    .tag.is-secondary {
        background: #0084c4;
        color: #fff
    }

        .tag.is-secondary.is-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #0084c4;
            color: #0084c4
        }

    .tag.is-accent {
        background: #00d1b2;
        color: #fff
    }

        .tag.is-accent.is-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #00d1b2;
            color: #00d1b2
        }

    .tag.is-success {
        background: #06d6a0;
        color: #fff
    }

        .tag.is-success.is-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #06d6a0;
            color: #06d6a0
        }

        .tag.is-success.is-pastel {
            background: #d3fef3;
            color: #05ae82
        }

    .tag.is-warning {
        background: #eda514 !important;
        color: #fff !important
    }

        .tag.is-warning.is-outlined {
            background: rgba(0,0,0,0) !important;
            border: 1px solid #eda514 !important;
            color: #eda514 !important
        }

        .tag.is-warning.is-pastel {
            background: #fceed1 !important;
            color: #c98b0f !important
        }

    .tag.is-danger {
        background: #f92b60;
        color: #fff
    }

        .tag.is-danger.is-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #f92b60;
            color: #f92b60
        }

        .tag.is-danger.is-pastel {
            background: #fdf2f6 !important;
            color: #ce1852 !important
        }

    .tag.is-info {
        background: #039be5;
        color: #fff
    }

        .tag.is-info.is-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #039be5;
            color: #039be5
        }

        .tag.is-info.is-pastel {
            background: #caedfe !important;
            color: #0e4a82 !important
        }

    .tag.is-purple {
        background: #8269b2;
        color: #fff
    }

        .tag.is-purple.is-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #8269b2;
            color: #8269b2
        }

        .tag.is-purple.is-pastel {
            background: #ede9f4 !important;
            color: #6d52a0 !important
        }

    .tag.is-purple {
        background: #8269b2;
        color: #fff
    }

        .tag.is-purple.is-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #8269b2;
            color: #8269b2
        }

        .tag.is-purple.is-pastel {
            background: #ede9f4 !important;
            color: #6d52a0 !important
        }

    .tag.is-yellow {
        background: #ffd66e;
        color: #fff
    }

        .tag.is-yellow.is-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #ffd66e;
            color: #ffd66e
        }

        .tag.is-yellow.is-pastel {
            background: #fff6de !important;
            color: #ffca45 !important
        }

    .tag.is-orange {
        background: #ffa981;
        color: #fff
    }

        .tag.is-orange.is-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #ffa981;
            color: #ffa981
        }

        .tag.is-orange.is-pastel {
            background: #fff6f1 !important;
            color: #ff8d58 !important
        }

    .tag.is-light {
        background: #fff;
        color: #444f60
    }

        .tag.is-light.is-outlined {
            background: rgba(0,0,0,0);
            border: 1px solid #fff;
            color: #fff
        }

    .tag span.delete {
        top: 2px
    }

.tags.has-addons span:first-child {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-right: 0
}

.tags.has-addons span:last-child {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    margin-left: -5px
}

.tags.has-addons.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.control.tag-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tag.is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em;
    border-radius: 0 2px 2px 0 !important;
    margin-left: -5px
}

    .tag.is-delete:before {
        height: 1px;
        width: 50%
    }

    .tag.is-delete:after {
        height: 50%;
        width: 1px
    }

    .tag.is-delete:before, .tag.is-delete:after {
        background-color: currentColor;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

.message .message-header {
    background: #535555
}

.message.msg-primary .message-header {
    background: #039be5
}

.message.msg-primary .message-body {
    border: 1px solid #039be5
}

.message.msg-secondary .message-header {
    background: #0084c4
}

.message.msg-secondary .message-body {
    border: 1px solid #0084c4
}

.message.msg-accent .message-header {
    background: #00d1b2
}

.message.msg-accent .message-body {
    border: 1px solid #00d1b2
}

.message.msg-info .message-header {
    background: #039be5
}

.message.msg-info .message-body {
    border: 1px solid #039be5
}

.message.msg-success .message-header {
    background: #06d6a0
}

.message.msg-success .message-body {
    border: 1px solid #06d6a0
}

.message.msg-warning .message-header {
    background: #eda514
}

.message.msg-warning .message-body {
    border: 1px solid #eda514
}

.message.msg-danger .message-header {
    background: #f92b60
}

.message.msg-danger .message-body {
    border: 1px solid #f92b60
}

.message.icon-msg {
    position: relative
}

    .message.icon-msg .message-body {
        padding: 1em 3em 1em 1.5em
    }

        .message.icon-msg .message-body h4 {
            padding-bottom: 5px;
            font-size: 1.1rem;
            font-weight: 500;
            color: #444f60
        }

    .message.icon-msg i {
        position: absolute;
        top: -18px;
        right: -20px;
        height: 60px;
        width: 60px;
        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;
        background: #535555;
        border: 5px solid #fff;
        border-radius: 50%;
        color: #fff
    }

    .message.icon-msg.primary-msg i {
        background: #039be5
    }

    .message.icon-msg.secondary-msg i {
        background: #0084c4
    }

    .message.icon-msg.accent-msg i {
        background: #00d1b2
    }

    .message.icon-msg.info-msg i {
        background: #039be5
    }

    .message.icon-msg.success-msg i {
        background: #06d6a0
    }

    .message.icon-msg.warning-msg i {
        background: #eda514
    }

    .message.icon-msg.danger-msg i {
        background: #f92b60
    }

.ggpopover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    -webkit-box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
    box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px
}

    .ggpopover.fade {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: opacity .15s linear;
        transition: opacity .15s linear
    }

        .ggpopover.fade.in {
            filter: alpha(opacity=100);
            opacity: 1
        }

    .ggpopover.top {
        margin-top: -20px
    }

        .ggpopover.top > .arrow {
            bottom: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-color: #535555;
            border-top-color: rgba(0,0,0,.25);
            border-bottom-width: 0
        }

            .ggpopover.top > .arrow > .after {
                bottom: 1px;
                margin-left: -10px;
                content: " ";
                border-top-color: #fff;
                border-bottom-width: 0
            }

    .ggpopover.right {
        margin-left: 20px
    }

        .ggpopover.right > .arrow {
            top: 50%;
            left: -11px;
            margin-top: -11px;
            border-right-color: #535555;
            border-right-color: rgba(0,0,0,.25);
            border-left-width: 0
        }

            .ggpopover.right > .arrow > .after {
                bottom: -10px;
                left: 1px;
                content: " ";
                border-right-color: #fff;
                border-left-width: 0
            }

    .ggpopover.bottom {
        margin-top: 20px
    }

        .ggpopover.bottom .arrow .after {
            border-bottom-color: #f7f7f7
        }

        .ggpopover.bottom > .arrow {
            top: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-width: 0;
            border-bottom-color: #535555;
            border-bottom-color: rgba(0,0,0,.25)
        }

            .ggpopover.bottom > .arrow > .after {
                top: 1px;
                margin-left: -10px;
                content: " ";
                border-top-width: 0;
                border-bottom-color: #fff
            }

    .ggpopover.left {
        margin-left: -20px
    }

        .ggpopover.left > .arrow {
            top: 50%;
            right: -11px;
            margin-top: -11px;
            border-right-width: 0;
            border-left-color: #535555;
            border-left-color: rgba(0,0,0,.25)
        }

            .ggpopover.left > .arrow > .after {
                right: 1px;
                bottom: -10px;
                content: " ";
                border-right-width: 0;
                border-left-color: #fff
            }

    .ggpopover .popover-title {
        padding: 8px 14px;
        margin: 0;
        font-size: 14px;
        background-color: #fff;
        border-bottom: 1px solid #000;
        border-color: #F0F0F0;
        border-radius: 4px 4px 0 0;
        color: #444f60
    }

    .ggpopover .popover-content {
        padding: 9px 14px 15px 14px;
        border-radius: 0 0 4px 4px;
        font-size: .9rem;
        color: #666 !important
    }

    .ggpopover > .arrow, .ggpopover .arrow > .after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: rgba(0,0,0,0);
        border-style: solid
    }

    .ggpopover > .arrow {
        border-width: 11px
    }

    .ggpopover .arrow > .after {
        content: "";
        border-width: 10px
    }

.ggtooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    padding: 5px;
    font-size: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

    .ggtooltip.fade {
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

        .ggtooltip.fade.in {
            opacity: 1
        }

    .ggtooltip.in {
        opacity: .8;
        filter: alpha(opacity=80)
    }

    .ggtooltip.top {
        margin-top: -15px
    }

        .ggtooltip.top .ggtooltip-arrow, .ggtooltip.top .ggtooltip-arrow-shadow {
            bottom: 1px;
            left: 50%;
            margin-left: -5px;
            border-top-color: #222 !important;
            border-width: 5px 5px 0
        }

        .ggtooltip.top .ggtooltip-arrow-shadow {
            bottom: 0
        }

    .ggtooltip.right {
        margin-left: 15px
    }

        .ggtooltip.right .ggtooltip-arrow, .ggtooltip.right .ggtooltip-arrow-shadow {
            top: 50%;
            left: 1px;
            margin-top: -5px;
            border-right-color: #222 !important;
            border-width: 5px 5px 5px 0
        }

        .ggtooltip.right .ggtooltip-arrow-shadow {
            left: 0
        }

    .ggtooltip.bottom {
        margin-top: 15px
    }

        .ggtooltip.bottom .ggtooltip-arrow, .ggtooltip.bottom .ggtooltip-arrow-shadow {
            top: 1px;
            left: 50%;
            margin-left: -5px;
            border-bottom-color: #222 !important;
            border-width: 0 5px 5px
        }

        .ggtooltip.bottom .ggtooltip-arrow-shadow {
            top: 0
        }

    .ggtooltip.left {
        margin-left: -15px
    }

        .ggtooltip.left .ggtooltip-arrow, .ggtooltip.left .ggtooltip-arrow-shadow {
            top: 50%;
            right: 1px;
            margin-top: -5px;
            border-left-color: #222 !important;
            border-width: 5px 0 5px 5px
        }

        .ggtooltip.left .ggtooltip-arrow-shadow {
            right: 0
        }

    .ggtooltip .ggtooltip-inner {
        max-width: 200px;
        padding: 8px 12px;
        color: #fff !important;
        text-align: center;
        text-decoration: none;
        background-color: #222 !important;
        border-radius: 4px;
        -webkit-box-shadow: 0 3px 10px 4px rgba(0,0,0,.04);
        box-shadow: 0 3px 10px 4px rgba(0,0,0,.04)
    }

    .ggtooltip .ggtooltip-arrow, .ggtooltip .ggtooltip-arrow-shadow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: rgba(0,0,0,0) !important;
        border-style: solid
    }

.pricing-plan .plan-header {
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: "Nexa Bold",sans-serif;
    color: #535555
}

.classic-pricing .pricing-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Roboto",sans-serif
}

    .classic-pricing .pricing-table.is-comparative .pricing-plan {
        margin: 0
    }

        .classic-pricing .pricing-table.is-comparative .pricing-plan:not(:last-child) {
            border-right: none
        }

    .classic-pricing .pricing-table.is-horizontal .pricing-plan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

        .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-header {
            width: 50%;
            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
        }

        .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-price {
            width: 100%;
            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-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-items {
            width: 100%;
            background-color: #fcfcfc;
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
            -webkit-column-gap: .1rem;
            -moz-column-gap: .1rem;
            column-gap: .1rem
        }

        .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-footer {
            width: 50%;
            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;
            margin: auto
        }

    .classic-pricing .pricing-table .pricing-plan {
        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-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #fff;
        border: .1rem solid #F0F0F0;
        border-radius: 3px;
        list-style-type: none;
        -webkit-transition: .25s;
        transition: .25s;
        margin: .5em
    }

        .classic-pricing .pricing-table .pricing-plan .plan-header {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            background-color: #fff;
            font-size: 1.1rem;
            font-weight: 700;
            padding: .75em;
            -ms-flex-line-pack: center;
            align-content: center;
            text-align: center
        }

        .classic-pricing .pricing-table .pricing-plan .plan-item {
            background: #fcfcfc;
            border-bottom: 1px solid #F0F0F0;
            padding: .75em;
            -ms-flex-line-pack: center;
            align-content: center;
            text-align: center;
            font-size: .9em;
            color: #535555
        }

            .classic-pricing .pricing-table .pricing-plan .plan-item:hover {
                background: #eff4f7
            }

        .classic-pricing .pricing-table .pricing-plan .plan-price {
            background-color: #fff;
            font-size: .8rem;
            font-weight: normal;
            padding: .75em;
            -ms-flex-line-pack: center;
            align-content: center;
            text-align: center
        }

            .classic-pricing .pricing-table .pricing-plan .plan-price .plan-price-amount {
                font-size: 3rem;
                font-weight: bolder
            }

                .classic-pricing .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
                    vertical-align: super;
                    font-size: 1.1rem !important;
                    font-weight: normal !important;
                    color: #444f60;
                    margin-right: .25rem
                }

        .classic-pricing .pricing-table .pricing-plan .plan-footer {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding: .75em;
            -ms-flex-line-pack: center;
            align-content: center;
            text-align: center;
            margin-top: auto
        }

            .classic-pricing .pricing-table .pricing-plan .plan-footer .button {
                height: 42px
            }

        .classic-pricing .pricing-table .pricing-plan.is-primary .plan-header {
            color: #039be5
        }

        .classic-pricing .pricing-table .pricing-plan.is-primary .plan-price .plan-price-amount {
            color: #039be5
        }

        .classic-pricing .pricing-table .pricing-plan.is-primary .plan-price .plan-price-currency {
            color: #039be5
        }

        .classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button {
            background-color: #039be5;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button.is-hovered {
                background-color: #0392d8;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button.is-focused {
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: 0 0 .5em rgba(3,155,229,.25);
                box-shadow: 0 0 .5em rgba(3,155,229,.25);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button.is-active {
                background-color: #038acc;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button[disabled] {
                background-color: #039be5;
                border-color: rgba(0,0,0,0)
            }

        .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-header {
            color: #0084c4
        }

        .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-price .plan-price-amount {
            color: #0084c4
        }

        .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-price .plan-price-currency {
            color: #0084c4
        }

        .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button {
            background-color: #0084c4;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button.is-hovered {
                background-color: #007bb7;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button.is-focused {
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: 0 0 .5em rgba(0,132,196,.25);
                box-shadow: 0 0 .5em rgba(0,132,196,.25);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button.is-active {
                background-color: #0073ab;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-footer .button[disabled] {
                background-color: #0084c4;
                border-color: rgba(0,0,0,0)
            }

        .classic-pricing .pricing-table .pricing-plan.is-accent .plan-header {
            color: #00d1b2
        }

        .classic-pricing .pricing-table .pricing-plan.is-accent .plan-price .plan-price-amount {
            color: #00d1b2
        }

        .classic-pricing .pricing-table .pricing-plan.is-accent .plan-price .plan-price-currency {
            color: #00d1b2
        }

        .classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button {
            background-color: #00d1b2;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button.is-hovered {
                background-color: #00c4a7;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button.is-focused {
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: 0 0 .5em rgba(0,209,178,.25);
                box-shadow: 0 0 .5em rgba(0,209,178,.25);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button.is-active {
                background-color: #00b89c;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button[disabled] {
                background-color: #00d1b2;
                border-color: rgba(0,0,0,0)
            }

        .classic-pricing .pricing-table .pricing-plan.is-success .plan-header {
            color: #06d6a0
        }

        .classic-pricing .pricing-table .pricing-plan.is-success .plan-price .plan-price-amount {
            color: #06d6a0
        }

        .classic-pricing .pricing-table .pricing-plan.is-success .plan-price .plan-price-currency {
            color: #06d6a0
        }

        .classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button {
            background-color: #06d6a0;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button.is-hovered {
                background-color: #06ca97;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button.is-focused {
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: 0 0 .5em rgba(6,214,160,.25);
                box-shadow: 0 0 .5em rgba(6,214,160,.25);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button.is-active {
                background-color: #05bd8d;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button[disabled] {
                background-color: #06d6a0;
                border-color: rgba(0,0,0,0)
            }

        .classic-pricing .pricing-table .pricing-plan.is-warning .plan-header {
            color: #eda514
        }

        .classic-pricing .pricing-table .pricing-plan.is-warning .plan-price .plan-price-amount {
            color: #eda514
        }

        .classic-pricing .pricing-table .pricing-plan.is-warning .plan-price .plan-price-currency {
            color: #eda514
        }

        .classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button {
            background-color: #eda514;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button.is-hovered {
                background-color: #e39d11;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button.is-focused {
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: 0 0 .5em rgba(237,165,20,.25);
                box-shadow: 0 0 .5em rgba(237,165,20,.25);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button.is-active {
                background-color: #d79510;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button[disabled] {
                background-color: #eda514;
                border-color: rgba(0,0,0,0)
            }

        .classic-pricing .pricing-table .pricing-plan.is-danger .plan-header {
            color: #f92b60
        }

        .classic-pricing .pricing-table .pricing-plan.is-danger .plan-price .plan-price-amount {
            color: #f92b60
        }

        .classic-pricing .pricing-table .pricing-plan.is-danger .plan-price .plan-price-currency {
            color: #f92b60
        }

        .classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button {
            background-color: #f92b60;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button.is-hovered {
                background-color: #f91f57;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button.is-focused {
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: 0 0 .5em rgba(249,43,96,.25);
                box-shadow: 0 0 .5em rgba(249,43,96,.25);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button.is-active {
                background-color: #f8124d;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button[disabled] {
                background-color: #f92b60;
                border-color: rgba(0,0,0,0)
            }

        .classic-pricing .pricing-table .pricing-plan.is-info .plan-header {
            color: #039be5
        }

        .classic-pricing .pricing-table .pricing-plan.is-info .plan-price .plan-price-amount {
            color: #039be5
        }

        .classic-pricing .pricing-table .pricing-plan.is-info .plan-price .plan-price-currency {
            color: #039be5
        }

        .classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button {
            background-color: #039be5;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button:hover, .classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button.is-hovered {
                background-color: #0392d8;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button:focus, .classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button.is-focused {
                border-color: rgba(0,0,0,0);
                -webkit-box-shadow: 0 0 .5em rgba(3,155,229,.25);
                box-shadow: 0 0 .5em rgba(3,155,229,.25);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button:active, .classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button.is-active {
                background-color: #038acc;
                border-color: rgba(0,0,0,0);
                color: #fff
            }

            .classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button[disabled] {
                background-color: #039be5;
                border-color: rgba(0,0,0,0)
            }

        .classic-pricing .pricing-table .pricing-plan.is-active {
            -webkit-box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
            box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
            -webkit-transform: scale(1.05);
            transform: scale(1.05)
        }

@media(min-width: 768px)and (max-width: 1024px) {
    .classic-pricing .pricing-table.is-comparative {
        margin: .5rem
    }

        .classic-pricing .pricing-table.is-comparative.is-features {
            display: none
        }

        .classic-pricing .pricing-table.is-comparative .plan-item::before {
            content: attr("data-feature")
        }

    .classic-pricing .pricing-table.is-horizontal .pricing-plan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

        .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-header {
            width: 50%;
            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
        }

        .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-price {
            width: 100%;
            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-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-items {
            width: 100%;
            background-color: #fcfcfc;
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
            -webkit-column-gap: .1rem;
            -moz-column-gap: .1rem;
            column-gap: .1rem
        }

        .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-footer {
            width: 50%;
            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;
            margin: auto
        }
}

@media(max-width: 767px) {
    .classic-pricing .pricing-table.is-comparative .pricing-plan {
        width: 100% !important;
        margin: .5rem
    }

        .classic-pricing .pricing-table.is-comparative .pricing-plan.is-features {
            display: none
        }

        .classic-pricing .pricing-table.is-comparative .pricing-plan .plan-item::before {
            content: attr(data-feature);
            display: block;
            font-weight: 600;
            font-size: .8rem;
            color: #eff4f7
        }

    .classic-pricing .pricing-table.is-horizontal .plan-items {
        display: none
    }

    .classic-pricing .pricing-plan.is-mobile {
        min-width: 100% !important;
        display: block !important
    }
}

.minimal-pricing {
    border: 2px solid #444f60;
    border-radius: 2px
}

    .minimal-pricing.wide-box {
        max-width: 100%;
        margin: 0 10px 0 10px;
        padding: 20px 0 20px 0
    }

    .minimal-pricing.featured {
        border: 2px solid #039be5
    }

        .minimal-pricing.featured .plan-name {
            color: #039be5
        }

        .minimal-pricing.featured .price .price-number {
            color: #039be5
        }

        .minimal-pricing.featured .price .price-currency {
            color: #039be5
        }

    .minimal-pricing.bg-secondary {
        background-color: #0084c4;
        border: 2px solid #0084c4
    }

        .minimal-pricing.bg-secondary .plan-name {
            color: #fff
        }

        .minimal-pricing.bg-secondary .price .price-number {
            color: #fff
        }

        .minimal-pricing.bg-secondary .price .price-currency {
            color: #fff
        }

        .minimal-pricing.bg-secondary .price .price-period {
            color: #fff
        }

        .minimal-pricing.bg-secondary .plan-features {
            color: #fff
        }

    .minimal-pricing .plan-name {
        color: #444f60;
        font-size: 1.3rem;
        font-weight: 500
    }

    .minimal-pricing .price {
        margin-bottom: 20px
    }

        .minimal-pricing .price .price-currency {
            font-weight: bold;
            font-size: 2rem
        }

        .minimal-pricing .price .price-number {
            font-size: 6rem;
            font-weight: bold
        }

    .minimal-pricing .plan-features {
        margin-bottom: 30px
    }

        .minimal-pricing .plan-features ul li {
            padding: 5px 10px 5px 10px
        }

    .minimal-pricing.wide-box {
        background-image: url(https://via.placeholder.com/1280x720);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

.plan-controls {
    padding: 10px 0
}

    .plan-controls span {
        margin: 0 5px 0 5px;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer
    }

        .plan-controls span.is-active {
            border: 1px solid #039be5;
            border-radius: 4px;
            color: #039be5
        }

.period-select {
    padding: 20px 0;
    max-width: 245px
}

    .period-select span {
        padding: 8px 20px;
        font-size: 14px;
        cursor: pointer;
        color: #444f60;
        border: 1px solid #444f60
    }

        .period-select span:first-child {
            border-right: 1px solid #444f60;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px
        }

        .period-select span:last-child {
            border-top-right-radius: 50px;
            border-bottom-right-radius: 50px
        }

        .period-select span.is-active {
            background: #444f60;
            color: #fff
        }

.side-pricing .pricing-card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

    .side-pricing .pricing-card .popular {
        position: absolute;
        top: 15px;
        right: 25px
    }

        .side-pricing .pricing-card .popular i {
            font-size: 26px;
            color: #039be5
        }

    .side-pricing .pricing-card .inner {
        padding: 15px
    }

        .side-pricing .pricing-card .inner .plan-name {
            font-size: .9em;
            text-transform: uppercase;
            font-weight: 500;
            color: #535555
        }

        .side-pricing .pricing-card .inner .plan-price {
            color: #444f60;
            font-weight: bolder;
            font-size: 3.8em;
            line-height: 1.15em;
            position: relative
        }

            .side-pricing .pricing-card .inner .plan-price small.currency {
                position: relative;
                top: 38px;
                left: -90px;
                font-size: 26px
            }

            .side-pricing .pricing-card .inner .plan-price small:last-child {
                font-size: 12px;
                font-weight: 400
            }

        .side-pricing .pricing-card .inner ul {
            list-style: none;
            padding: 0;
            max-width: 240px;
            margin: 10px auto
        }

            .side-pricing .pricing-card .inner ul li {
                color: #535555;
                text-align: center;
                padding: 12px 0;
                border-bottom: 1px solid rgba(153,153,153,.3)
            }

                .side-pricing .pricing-card .inner ul li b {
                    color: #3c4858
                }

        .side-pricing .pricing-card .inner a {
            margin: 10px 0
        }

    .side-pricing .pricing-card.transparent {
        background: rgba(0,0,0,0) !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .side-pricing .pricing-card.card-raised:hover {
        -webkit-box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px !important;
        box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px !important
    }

.fancy-pricing .fancy-pricing-card {
    padding: 20px;
    text-align: center;
    border-radius: 15px 15px 0 15px;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .fancy-pricing .fancy-pricing-card:hover {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

        .fancy-pricing .fancy-pricing-card:hover .plan-icon i {
            -webkit-box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
            box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px
        }

    .fancy-pricing .fancy-pricing-card .plan-name {
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: 500;
        padding: 10px 0
    }

    .fancy-pricing .fancy-pricing-card .plan-icon {
        padding: 20px 0
    }

        .fancy-pricing .fancy-pricing-card .plan-icon i {
            font-size: 3rem;
            padding: 20px;
            border: 1px solid #F0F0F0;
            color: #fff;
            border-radius: 200px;
            -webkit-transition: all .5s;
            transition: all .5s
        }

    .fancy-pricing .fancy-pricing-card .plan-price {
        font-size: 3rem;
        padding: 30px 20px;
        color: #444f60;
        font-weight: bolder
    }

        .fancy-pricing .fancy-pricing-card .plan-price small:first-child {
            font-size: 1.4rem;
            position: relative;
            top: -20px
        }

        .fancy-pricing .fancy-pricing-card .plan-price small:last-child {
            font-size: 1rem;
            font-weight: 400
        }

    .fancy-pricing .fancy-pricing-card .plan-features {
        text-align: left;
        padding: 10px 0
    }

        .fancy-pricing .fancy-pricing-card .plan-features li {
            margin: 10px 40px;
            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;
            -ms-flex-line-pack: center;
            align-content: center
        }

            .fancy-pricing .fancy-pricing-card .plan-features li .feature-count.unlimited {
                font-size: 1rem;
                font-weight: 500
            }

            .fancy-pricing .fancy-pricing-card .plan-features li .feature-count-text {
                color: #535555
            }

    .fancy-pricing .fancy-pricing-card.streched {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 40px
    }

        .fancy-pricing .fancy-pricing-card.streched .plan-name {
            font-family: "Nexa Bold",sans-serif;
            margin-bottom: 0;
            margin-right: 25px
        }

        .fancy-pricing .fancy-pricing-card.streched .plan-price {
            margin-top: 0;
            font-size: 2rem
        }

            .fancy-pricing .fancy-pricing-card.streched .plan-price small:first-child {
                position: static !important
            }

        .fancy-pricing .fancy-pricing-card.streched .large-count {
            font-size: 1.3rem;
            font-weight: 500
        }

    .fancy-pricing .fancy-pricing-card.primary .plan-name {
        color: #039be5
    }

    .fancy-pricing .fancy-pricing-card.primary .plan-icon i {
        color: #039be5
    }

    .fancy-pricing .fancy-pricing-card.primary .plan-features li .large-count {
        color: #039be5
    }

    .fancy-pricing .fancy-pricing-card.secondary .plan-name {
        color: #0084c4
    }

    .fancy-pricing .fancy-pricing-card.secondary .plan-icon i {
        color: #0084c4
    }

    .fancy-pricing .fancy-pricing-card.secondary .plan-features li .large-count {
        color: #0084c4
    }

    .fancy-pricing .fancy-pricing-card.accent .plan-name {
        color: #00d1b2
    }

    .fancy-pricing .fancy-pricing-card.accent .plan-icon i {
        color: #00d1b2
    }

    .fancy-pricing .fancy-pricing-card.accent .plan-features li .large-count {
        color: #00d1b2
    }

.header-pricing.is-wavy .flex-card, .header-pricing.is-wavy .network-grid .network-card, .network-grid .header-pricing.is-wavy .network-card, .header-pricing.is-wavy .project-card, .header-pricing.is-wavy .profile-card, .header-pricing.is-wavy .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .header-pricing.is-wavy .testimonial-item {
    border: none !important
}

    .header-pricing.is-wavy .flex-card .plan-name, .header-pricing.is-wavy .network-grid .network-card .plan-name, .network-grid .header-pricing.is-wavy .network-card .plan-name, .header-pricing.is-wavy .project-card .plan-name, .header-pricing.is-wavy .profile-card .plan-name, .header-pricing.is-wavy .carousel-wrap .testimonials-solo-carousel .testimonial-item .plan-name, .carousel-wrap .testimonials-solo-carousel .header-pricing.is-wavy .testimonial-item .plan-name {
        font-family: "Nexa Bold",sans-serif;
        text-transform: none;
        font-size: 1.4rem
    }

.header-pricing .header-pricing-card {
    text-align: center;
    border-radius: 15px 15px 0 15px;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .header-pricing .header-pricing-card .plan-name {
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: 500;
        color: #fff;
        background: #535555;
        padding: 20px
    }

    .header-pricing .header-pricing-card .pricing-card-body {
        border: 1px solid #F0F0F0;
        border-top-color: rgba(0,0,0,0)
    }

        .header-pricing .header-pricing-card .pricing-card-body .plan-price {
            font-size: 3rem;
            padding: 40px 20px;
            color: #444f60;
            font-weight: bolder
        }

            .header-pricing .header-pricing-card .pricing-card-body .plan-price small:first-child {
                font-size: 1.4rem;
                position: relative;
                top: -20px
            }

            .header-pricing .header-pricing-card .pricing-card-body .plan-price small:last-child {
                font-size: 1rem;
                font-weight: 400
            }

        .header-pricing .header-pricing-card .pricing-card-body ul {
            list-style: none;
            padding: 0;
            max-width: 240px;
            margin: 10px auto
        }

            .header-pricing .header-pricing-card .pricing-card-body ul li {
                color: #535555;
                text-align: center;
                padding: 12px 0;
                border-bottom: 1px solid rgba(153,153,153,.3)
            }

                .header-pricing .header-pricing-card .pricing-card-body ul li b {
                    color: #3c4858
                }

    .header-pricing .header-pricing-card.primary .plan-name {
        background: #039be5
    }

    .header-pricing .header-pricing-card.secondary .plan-name {
        background: #0084c4
    }

    .header-pricing .header-pricing-card.accent .plan-name {
        background: #00d1b2
    }

.switch-pricing-wrapper {
    margin-top: -125px
}

    .switch-pricing-wrapper .pricing-container {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto
    }

        .switch-pricing-wrapper .pricing-container.full-width {
            width: 100%;
            max-width: none
        }

    .switch-pricing-wrapper .pricing-switcher {
        text-align: center
    }

        .switch-pricing-wrapper .pricing-switcher .fieldset {
            display: inline-block;
            position: relative;
            padding: 2px;
            border-radius: 50em;
            border: 2px solid #2d3e50
        }

        .switch-pricing-wrapper .pricing-switcher label {
            position: relative;
            z-index: 1;
            display: inline-block;
            float: left;
            width: 90px;
            height: 40px;
            line-height: 40px;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 600;
            color: #fff
        }

        .switch-pricing-wrapper .pricing-switcher .switch {
            position: absolute;
            top: 2px;
            left: 2px;
            height: 40px;
            width: 90px;
            background-color: #2d3e50;
            border-radius: 50em;
            -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition: transform .5s;
            transition: transform .5s, -webkit-transform .5s
        }

        .switch-pricing-wrapper .pricing-switcher input[type=radio] {
            position: absolute;
            opacity: 0
        }

            .switch-pricing-wrapper .pricing-switcher input[type=radio]:checked + label + .switch, .switch-pricing-wrapper .pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .switch {
                -webkit-transform: translateX(90px);
                transform: translateX(90px)
            }

    .switch-pricing-wrapper .no-js .pricing-switcher {
        display: none
    }

    .switch-pricing-wrapper .tables-wrap {
        margin: 40px 0
    }

        .switch-pricing-wrapper .tables-wrap .flex-card, .switch-pricing-wrapper .tables-wrap .network-grid .network-card, .network-grid .switch-pricing-wrapper .tables-wrap .network-card, .switch-pricing-wrapper .tables-wrap .project-card, .switch-pricing-wrapper .tables-wrap .profile-card, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item {
            padding: 20px;
            border-radius: 8px
        }

            .switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .pricing-image-container, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .pricing-image-container, .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container, .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .pricing-image-container, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .pricing-image-container {
                position: relative;
                width: 140px;
                height: 140px;
                border-radius: 50%;
                border: 2px solid rgba(0,0,0,.05);
                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;
                margin: 0 auto
            }

                .switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container img, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .pricing-image-container img, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .pricing-image-container img, .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container img, .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container img, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .pricing-image-container img, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .pricing-image-container img {
                    height: 60px
                }

                .switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container .plan-price, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .pricing-image-container .plan-price, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .pricing-image-container .plan-price, .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container .plan-price, .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container .plan-price, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .pricing-image-container .plan-price, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .pricing-image-container .plan-price {
                    position: absolute;
                    bottom: 0;
                    right: -52px;
                    width: 80px;
                    height: 80px;
                    border-radius: 50%;
                    background: #fff;
                    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;
                    -webkit-box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
                    box-shadow: inset rgba(143,160,241,.2) 0 0 0 1px,rgba(213,220,247,.59) 0 10px 20px;
                    -webkit-transform: translateY(40px);
                    transform: translateY(40px);
                    opacity: 0;
                    -webkit-transition: all .4s ease-out;
                    transition: all .4s ease-out
                }

                    .switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container .plan-price span, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .pricing-image-container .plan-price span, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .pricing-image-container .plan-price span, .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container .plan-price span, .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container .plan-price span, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .pricing-image-container .plan-price span, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .pricing-image-container .plan-price span {
                        display: block;
                        font-weight: 700;
                        font-size: 1.6rem
                    }

                        .switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container .plan-price span:before, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .pricing-image-container .plan-price span:before, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .pricing-image-container .plan-price span:before, .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container .plan-price span:before, .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container .plan-price span:before, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .pricing-image-container .plan-price span:before, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .pricing-image-container .plan-price span:before {
                            content: "$";
                            font-size: 1rem
                        }

                    .switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container .plan-price.is-active, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .pricing-image-container .plan-price.is-active, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .pricing-image-container .plan-price.is-active, .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container .plan-price.is-active, .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container .plan-price.is-active, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .pricing-image-container .plan-price.is-active, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .pricing-image-container .plan-price.is-active {
                        -webkit-transform: translateY(0);
                        transform: translateY(0);
                        opacity: 1
                    }

            .switch-pricing-wrapper .tables-wrap .flex-card .plan-name, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .plan-name, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .plan-name, .switch-pricing-wrapper .tables-wrap .project-card .plan-name, .switch-pricing-wrapper .tables-wrap .profile-card .plan-name, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .plan-name, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .plan-name {
                margin: 20px 0
            }

                .switch-pricing-wrapper .tables-wrap .flex-card .plan-name h3, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .plan-name h3, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .plan-name h3, .switch-pricing-wrapper .tables-wrap .project-card .plan-name h3, .switch-pricing-wrapper .tables-wrap .profile-card .plan-name h3, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .plan-name h3, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .plan-name h3 {
                    text-transform: uppercase;
                    font-size: 1.1rem;
                    font-weight: 700
                }

            .switch-pricing-wrapper .tables-wrap .flex-card .plan-features, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .plan-features, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .plan-features, .switch-pricing-wrapper .tables-wrap .project-card .plan-features, .switch-pricing-wrapper .tables-wrap .profile-card .plan-features, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .plan-features, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .plan-features {
                text-align: center;
                padding: 10px 0
            }

                .switch-pricing-wrapper .tables-wrap .flex-card .plan-features li, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .plan-features li, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .plan-features li, .switch-pricing-wrapper .tables-wrap .project-card .plan-features li, .switch-pricing-wrapper .tables-wrap .profile-card .plan-features li, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .plan-features li, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .plan-features li {
                    padding: 10px 20px
                }

                    .switch-pricing-wrapper .tables-wrap .flex-card .plan-features li:hover, .switch-pricing-wrapper .tables-wrap .network-grid .network-card .plan-features li:hover, .network-grid .switch-pricing-wrapper .tables-wrap .network-card .plan-features li:hover, .switch-pricing-wrapper .tables-wrap .project-card .plan-features li:hover, .switch-pricing-wrapper .tables-wrap .profile-card .plan-features li:hover, .switch-pricing-wrapper .tables-wrap .carousel-wrap .testimonials-solo-carousel .testimonial-item .plan-features li:hover, .carousel-wrap .testimonials-solo-carousel .switch-pricing-wrapper .tables-wrap .testimonial-item .plan-features li:hover {
                        background: #F0F0F0
                    }

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .switch-pricing-wrapper {
        margin-top: -30px !important
    }
}

@media(max-width: 767px) {
    .switch-pricing-wrapper {
        margin-top: 0 !important
    }
}

.pricing-wrap {
    padding: 60px 0
}

    .pricing-wrap .pricing-card {
        position: relative;
        overflow: hidden;
        width: 100%;
        border: 1px solid #F0F0F0;
        border-radius: 8px;
        background: #fff;
        padding: 30px;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
    }

        .pricing-wrap .pricing-card:hover .pricing-overlay {
            -webkit-transform: scale(20);
            transform: scale(20)
        }

        .pricing-wrap .pricing-card:hover .pricing-head .price {
            color: #fcfcfc
        }

        .pricing-wrap .pricing-card:hover .pricing-head .meta span {
            color: #fcfcfc !important
        }

        .pricing-wrap .pricing-card:hover .pricing-desc {
            opacity: 0
        }

        .pricing-wrap .pricing-card:hover .pricing-button {
            opacity: 1;
            pointer-events: all;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .pricing-wrap .pricing-card .pricing-overlay {
            position: absolute;
            bottom: -50px;
            right: -50px;
            height: 50px;
            width: 50px;
            border-radius: 50%;
            background: #039be5;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .pricing-wrap .pricing-card .pricing-overlay.is-accent {
                background: #00d1b2
            }

            .pricing-wrap .pricing-card .pricing-overlay.is-bold {
                background: #344258
            }

        .pricing-wrap .pricing-card .pricing-head {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            z-index: 1
        }

            .pricing-wrap .pricing-card .pricing-head .price {
                font-size: 3.6rem;
                font-family: "Nexa Bold",sans-serif;
                font-weight: bolder;
                color: #444f60;
                -webkit-transition: color .3s;
                transition: color .3s
            }

                .pricing-wrap .pricing-card .pricing-head .price:before {
                    content: "$";
                    position: relative;
                    top: -20px;
                    font-size: 1.6rem
                }

            .pricing-wrap .pricing-card .pricing-head .meta span {
                display: block;
                -webkit-transition: color .3s;
                transition: color .3s
            }

                .pricing-wrap .pricing-card .pricing-head .meta span:first-child {
                    font-family: "Nexa Bold",sans-serif;
                    font-size: 1.1rem
                }

                .pricing-wrap .pricing-card .pricing-head .meta span:nth-child(2) {
                    color: #6f7592
                }

        .pricing-wrap .pricing-card .pricing-desc {
            position: relative;
            padding: 20px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            pointer-events: none;
            z-index: 1;
            -webkit-transition: opacity .3s;
            transition: opacity .3s
        }

            .pricing-wrap .pricing-card .pricing-desc p {
                color: #535555
            }

        .pricing-wrap .pricing-card .pricing-button {
            position: absolute;
            bottom: 44px;
            left: 0;
            right: 0;
            margin: 0 auto;
            max-width: 160px;
            z-index: 1;
            opacity: 0;
            pointer-events: none;
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: opacity .3s,-webkit-transform .3s;
            transition: opacity .3s,-webkit-transform .3s;
            transition: opacity .3s,transform .3s;
            transition: opacity .3s,transform .3s,-webkit-transform .3s
        }

.pricing-card {
    width: 100%;
    padding: 40px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

    .pricing-card .pricing-title {
        color: #444f60;
        font-family: "Nexa Bold",sans-serif;
        font-size: 2rem;
        margin-bottom: 20px
    }

    .pricing-card p {
        margin-bottom: 40px
    }

    .pricing-card .features {
        margin-bottom: 30px
    }

        .pricing-card .features .feature {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 20px
        }

            .pricing-card .features .feature:last-child {
                margin-bottom: 0
            }

            .pricing-card .features .feature span {
                display: block
            }

                .pricing-card .features .feature span:first-child {
                    color: #444f60;
                    font-family: "Nexa Bold",sans-serif;
                    font-size: 1.1rem
                }

                .pricing-card .features .feature span:nth-child(2) {
                    color: #444f60;
                    font-family: "Nexa Bold",sans-serif;
                    font-size: 1.1rem
                }

                .pricing-card .features .feature span.colored {
                    color: #039be5
                }

    .pricing-card .button {
        min-height: 44px;
        line-height: 2
    }

.billing-switcher-wrapper {
    padding-top: 40px;
    max-width: 200px;
    margin: 0 auto;
    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;
    position: relative
}

    .billing-switcher-wrapper .by-month {
        padding-right: 20px
    }

    .billing-switcher-wrapper .by-year {
        padding-left: 10px
    }

    .billing-switcher-wrapper .by-month, .billing-switcher-wrapper .by-year {
        color: #535555
    }

        .billing-switcher-wrapper .by-month.is-active, .billing-switcher-wrapper .by-year.is-active {
            color: #039be5
        }

    .billing-switcher-wrapper .discount {
        position: absolute;
        top: -10px;
        right: -100px
    }

        .billing-switcher-wrapper .discount img {
            max-height: 70px;
            height: 70px
        }

.pricing-wrapper {
    position: relative
}

    .pricing-wrapper .hr-bg {
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 1096px;
        width: 100%;
        z-index: 0
    }

    .pricing-wrapper .flex-card, .pricing-wrapper .network-grid .network-card, .network-grid .pricing-wrapper .network-card, .pricing-wrapper .project-card, .pricing-wrapper .profile-card, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item {
        z-index: 2
    }

        .pricing-wrapper .flex-card .condensed-plan, .pricing-wrapper .network-grid .network-card .condensed-plan, .network-grid .pricing-wrapper .network-card .condensed-plan, .pricing-wrapper .project-card .condensed-plan, .pricing-wrapper .profile-card .condensed-plan, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan {
            padding: 20px;
            text-align: center;
            border-right: 1px solid #F0F0F0
        }

            .pricing-wrapper .flex-card .condensed-plan.is-last, .pricing-wrapper .network-grid .network-card .condensed-plan.is-last, .network-grid .pricing-wrapper .network-card .condensed-plan.is-last, .pricing-wrapper .project-card .condensed-plan.is-last, .pricing-wrapper .profile-card .condensed-plan.is-last, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan.is-last, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan.is-last {
                border-right: none
            }

            .pricing-wrapper .flex-card .condensed-plan.is-switched .monthly-price, .pricing-wrapper .network-grid .network-card .condensed-plan.is-switched .monthly-price, .network-grid .pricing-wrapper .network-card .condensed-plan.is-switched .monthly-price, .pricing-wrapper .project-card .condensed-plan.is-switched .monthly-price, .pricing-wrapper .profile-card .condensed-plan.is-switched .monthly-price, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan.is-switched .monthly-price, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan.is-switched .monthly-price {
                display: none !important
            }

            .pricing-wrapper .flex-card .condensed-plan.is-switched .yearly-price, .pricing-wrapper .network-grid .network-card .condensed-plan.is-switched .yearly-price, .network-grid .pricing-wrapper .network-card .condensed-plan.is-switched .yearly-price, .pricing-wrapper .project-card .condensed-plan.is-switched .yearly-price, .pricing-wrapper .profile-card .condensed-plan.is-switched .yearly-price, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan.is-switched .yearly-price, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan.is-switched .yearly-price {
                display: block !important
            }

            .pricing-wrapper .flex-card .condensed-plan.is-switched .yearly-billed, .pricing-wrapper .network-grid .network-card .condensed-plan.is-switched .yearly-billed, .network-grid .pricing-wrapper .network-card .condensed-plan.is-switched .yearly-billed, .pricing-wrapper .project-card .condensed-plan.is-switched .yearly-billed, .pricing-wrapper .profile-card .condensed-plan.is-switched .yearly-billed, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan.is-switched .yearly-billed, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan.is-switched .yearly-billed {
                visibility: visible !important
            }

            .pricing-wrapper .flex-card .condensed-plan .plan-header, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-header, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-header, .pricing-wrapper .project-card .condensed-plan .plan-header, .pricing-wrapper .profile-card .condensed-plan .plan-header, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-header, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-header {
                font-size: 1.2rem;
                font-weight: 500;
                padding-bottom: 20px
            }

            .pricing-wrapper .flex-card .condensed-plan .plan-description, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-description, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-description, .pricing-wrapper .project-card .condensed-plan .plan-description, .pricing-wrapper .profile-card .condensed-plan .plan-description, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-description, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-description {
                color: #535555;
                padding-bottom: 20px
            }

                .pricing-wrapper .flex-card .condensed-plan .plan-description span, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-description span, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-description span, .pricing-wrapper .project-card .condensed-plan .plan-description span, .pricing-wrapper .profile-card .condensed-plan .plan-description span, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-description span, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-description span {
                    font-weight: 500;
                    color: #039be5
                }

            .pricing-wrapper .flex-card .condensed-plan .plan-price, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-price, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-price, .pricing-wrapper .project-card .condensed-plan .plan-price, .pricing-wrapper .profile-card .condensed-plan .plan-price, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-price, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-price {
                font-size: 6rem;
                font-weight: 400;
                padding-bottom: 2rem;
                border-bottom: 1px dashed #535555
            }

                .pricing-wrapper .flex-card .condensed-plan .plan-price span:after, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-price span:after, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-price span:after, .pricing-wrapper .project-card .condensed-plan .plan-price span:after, .pricing-wrapper .profile-card .condensed-plan .plan-price span:after, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-price span:after, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-price span:after {
                    content: "PER MONTH";
                    display: block;
                    margin-top: -8px;
                    font-size: .8rem;
                    line-height: 1rem;
                    font-family: inherit;
                    font-weight: 300;
                    color: #748088
                }

                .pricing-wrapper .flex-card .condensed-plan .plan-price span:before, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-price span:before, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-price span:before, .pricing-wrapper .project-card .condensed-plan .plan-price span:before, .pricing-wrapper .profile-card .condensed-plan .plan-price span:before, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-price span:before, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-price span:before {
                    content: "$";
                    display: inline-block;
                    font-weight: 700;
                    line-height: 4rem;
                    font-size: 1rem;
                    padding-top: 1rem;
                    margin-right: 0;
                    vertical-align: text-top
                }

                .pricing-wrapper .flex-card .condensed-plan .plan-price .monthly-price, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-price .monthly-price, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-price .monthly-price, .pricing-wrapper .project-card .condensed-plan .plan-price .monthly-price, .pricing-wrapper .profile-card .condensed-plan .plan-price .monthly-price, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-price .monthly-price, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-price .monthly-price {
                    display: block
                }

                .pricing-wrapper .flex-card .condensed-plan .plan-price .yearly-price, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-price .yearly-price, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-price .yearly-price, .pricing-wrapper .project-card .condensed-plan .plan-price .yearly-price, .pricing-wrapper .profile-card .condensed-plan .plan-price .yearly-price, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-price .yearly-price, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-price .yearly-price {
                    display: none
                }

                .pricing-wrapper .flex-card .condensed-plan .plan-price .yearly-billed, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-price .yearly-billed, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-price .yearly-billed, .pricing-wrapper .project-card .condensed-plan .plan-price .yearly-billed, .pricing-wrapper .profile-card .condensed-plan .plan-price .yearly-billed, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-price .yearly-billed, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-price .yearly-billed {
                    padding-top: 2rem;
                    font-size: .9rem;
                    color: #039be5;
                    visibility: hidden
                }

            .pricing-wrapper .flex-card .condensed-plan .plan-features, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-features, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-features, .pricing-wrapper .project-card .condensed-plan .plan-features, .pricing-wrapper .profile-card .condensed-plan .plan-features, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-features, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-features {
                padding-top: 3rem
            }

                .pricing-wrapper .flex-card .condensed-plan .plan-features li, .pricing-wrapper .network-grid .network-card .condensed-plan .plan-features li, .network-grid .pricing-wrapper .network-card .condensed-plan .plan-features li, .pricing-wrapper .project-card .condensed-plan .plan-features li, .pricing-wrapper .profile-card .condensed-plan .plan-features li, .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item .condensed-plan .plan-features li, .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item .condensed-plan .plan-features li {
                    padding-bottom: 20px
                }

@media(max-width: 768px) {
    .category-card .card-body {
        padding: 30px 20px !important
    }

        .category-card .card-body a {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important
        }

        .category-card .card-body .inner-content {
            padding-left: 0 !important
        }

        .category-card .card-body .icon {
            width: 100% !important;
            height: 60px !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
            justify-content: flex-start !important
        }

            .category-card .card-body .icon i {
                font-size: 2.8rem !important
            }

    .category-header {
        padding: 30px 20px !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

        .category-header .inner-content {
            padding-left: 0 !important
        }

        .category-header .icon {
            width: 100% !important;
            height: 60px !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
            justify-content: flex-start !important
        }

            .category-header .icon i {
                font-size: 2.8rem !important
            }

    .small-avatar:nth-child(2), .small-avatar:nth-child(3), .small-avatar:nth-child(4), .small-avatar.is-more {
        display: none !important
    }

    .help-article {
        padding: 30px 20px !important
    }

    .articles-list {
        margin: 20px;
        width: calc(100% - 40px)
    }

    .single-help-article {
        padding: 25px 20px
    }
}

.pricing-sub {
    font-size: 1.2rem;
    color: #535555;
    margin-bottom: 20px
}

.is-pricing-card {
    border-radius: 6px
}

    .is-pricing-card .pricing-icon {
        position: relative;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        background: #e0ecff;
        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;
        margin: 0 auto;
        z-index: 2
    }

        .is-pricing-card .pricing-icon img {
            height: 38px;
            width: 38px;
            display: block
        }

    .is-pricing-card .plan-name {
        font-family: "Nexa Bold",sans-serif;
        font-size: 1.1rem;
        padding: 20px 0;
        border-bottom: 1px solid #F0F0F0
    }

    .is-pricing-card .features-list {
        padding: 10px 0
    }

        .is-pricing-card .features-list li {
            padding: 4px 0;
            color: #535555
        }

    .is-pricing-card .plan-price {
        font-size: 2rem;
        font-weight: 500;
        color: #039be5
    }

        .is-pricing-card .plan-price:before {
            content: "$";
            font-size: 60%
        }

    .is-pricing-card .price-per {
        font-weight: 500
    }

    .is-pricing-card .plan-action {
        margin-top: 20px
    }

.pricing-wrapper {
    padding-bottom: 60px
}

    .pricing-wrapper.is-large {
        max-width: 1080px
    }

    .pricing-wrapper .pricing-tabs {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #faf8ff;
        border-radius: 100px;
        margin-bottom: 40px
    }

        .pricing-wrapper .pricing-tabs .tab-item {
            position: relative;
            width: 25%;
            height: 40px;
            margin: 16px 0;
            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;
            border-right: 1px solid #e3e3e3;
            z-index: 1
        }

            .pricing-wrapper .pricing-tabs .tab-item.is-active, .pricing-wrapper .pricing-tabs .tab-item + .is-active {
                border-color: rgba(0,0,0,0)
            }

                .pricing-wrapper .pricing-tabs .tab-item.is-active span, .pricing-wrapper .pricing-tabs .tab-item + .is-active span {
                    color: #444f60
                }

                .pricing-wrapper .pricing-tabs .tab-item.is-active img, .pricing-wrapper .pricing-tabs .tab-item + .is-active img {
                    -webkit-filter: grayscale(0);
                    filter: grayscale(0);
                    opacity: 1
                }

                .pricing-wrapper .pricing-tabs .tab-item.is-active:first-child ~ .naver {
                    margin-left: 0
                }

                .pricing-wrapper .pricing-tabs .tab-item.is-active:nth-child(2) ~ .naver {
                    margin-left: 25%
                }

                .pricing-wrapper .pricing-tabs .tab-item.is-active:nth-child(3) ~ .naver {
                    margin-left: 50%
                }

                .pricing-wrapper .pricing-tabs .tab-item.is-active:nth-child(4) ~ .naver {
                    margin-left: 75%
                }

            .pricing-wrapper .pricing-tabs .tab-item:nth-child(4) {
                border: none !important
            }

            .pricing-wrapper .pricing-tabs .tab-item img {
                display: block;
                height: 28px;
                width: 28px;
                margin-right: 4px;
                -webkit-filter: grayscale(1);
                filter: grayscale(1);
                opacity: .5;
                -webkit-transition: all .3s;
                transition: all .3s
            }

            .pricing-wrapper .pricing-tabs .tab-item span {
                display: block;
                font-weight: 500;
                color: #6a7b96;
                -webkit-transition: color .3s;
                transition: color .3s
            }

        .pricing-wrapper .pricing-tabs .naver {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 25%;
            border-radius: 100px;
            background: #fff;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            margin: 0;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out
        }

            .pricing-wrapper .pricing-tabs .naver .naver-inner {
                position: relative;
                height: 100%;
                width: 100%
            }

                .pricing-wrapper .pricing-tabs .naver .naver-inner .naver-naver {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    height: 4px;
                    width: 30px;
                    border-radius: 50px;
                    background: #039be5
                }

    .pricing-wrapper .pricing-container {
        display: none;
        -webkit-animation: fadeIn .5s;
        animation: fadeIn .5s;
        border: 1px solid #e3e3e3;
        border-radius: 1px
    }

        .pricing-wrapper .pricing-container.is-active {
            display: block
        }

        .pricing-wrapper .pricing-container .container-inner {
            padding: 40px 0
        }

            .pricing-wrapper .pricing-container .container-inner.no-padding {
                padding: 0
            }

            .pricing-wrapper .pricing-container .container-inner .solo-plans {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan {
                    min-height: 200px;
                    width: 33.3%;
                    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;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding: 0 40px
                }

                    .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan:nth-child(2) {
                        border-left: 1px solid #e3e3e3;
                        border-right: 1px solid #e3e3e3
                    }

                    .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .header {
                        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;
                        width: 100%
                    }

                        .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .header img {
                            display: block;
                            height: 40px;
                            width: 40px;
                            margin-right: 6px
                        }

                        .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .header span {
                            display: block;
                            font-size: 1.4rem;
                            font-family: "Nexa Bold",sans-serif;
                            color: #444f60;
                            -webkit-transition: color .3s;
                            transition: color .3s
                        }

                    .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .price {
                        width: 100%;
                        text-align: center;
                        padding: 16px 0
                    }

                        .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .price .amount {
                            font-size: 3rem;
                            font-weight: bold;
                            color: #444f60
                        }

                            .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .price .amount:before {
                                content: "$";
                                position: relative;
                                top: -15px;
                                left: -5px;
                                font-size: 1.2rem;
                                font-weight: 600;
                                color: #535555
                            }

                        .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .price p {
                            color: #7f8ea4
                        }

                    .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .plan-tagline {
                        text-align: center;
                        padding: 16px 0
                    }

                        .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .plan-tagline p {
                            color: #535555
                        }

                    .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .button-wrap {
                        width: 100%;
                        padding: 20px 0 20px 0
                    }

                        .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .button-wrap .button {
                            height: 44px
                        }

                            .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .button-wrap .button.is-first {
                                border-color: #e3e3e3;
                                color: #7f8ea4
                            }

                            .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .button-wrap .button.primary-btn {
                                -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                                box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                                font-weight: 500
                            }

                            .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .button-wrap .button.is-upgrade {
                                border-color: #e3e3e3;
                                color: #7f8ea4;
                                -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                                box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
                            }

                    .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .benefits li {
                        padding: 6px 0;
                        color: #7f8ea4
                    }

                        .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan .benefits li span {
                            color: #444f60;
                            font-weight: 500
                        }

            .pricing-wrapper .pricing-container .container-inner .plan-focus {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side {
                    width: 35%;
                    padding: 40px;
                    border-right: 1px solid #e3e3e3
                }

                    .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .header {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        width: 100%
                    }

                        .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .header img {
                            display: block;
                            height: 40px;
                            width: 40px;
                            margin-right: 6px
                        }

                        .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .header span {
                            display: block;
                            font-size: 1.4rem;
                            font-family: "Nexa Bold",sans-serif;
                            color: #444f60;
                            -webkit-transition: color .3s;
                            transition: color .3s
                        }

                    .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .plan-tagline {
                        padding: 16px 0
                    }

                        .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .plan-tagline p {
                            color: #535555
                        }

                    .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price {
                        width: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                        padding: 16px 0
                    }

                        .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price .control {
                            -webkit-box-flex: 2;
                            -ms-flex-positive: 2;
                            flex-grow: 2;
                            margin-right: 16px
                        }

                            .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price .control .input {
                                height: 40px;
                                font-size: 1rem;
                                padding-bottom: 8px;
                                padding-left: 22px;
                                background: #fafafa;
                                border-color: #F0F0F0
                            }

                                .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price .control .input:focus {
                                    background: #fff;
                                    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important;
                                    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important
                                }

                        .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price .amount {
                            font-size: 3rem;
                            font-weight: bold;
                            color: #444f60
                        }

                            .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price .amount:before {
                                content: "$";
                                position: relative;
                                top: -15px;
                                left: -5px;
                                font-size: 1.2rem;
                                font-weight: 600;
                                color: #535555
                            }

                    .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price-info {
                        padding: 8px 0 16px 0
                    }

                        .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price-info p {
                            color: #535555
                        }

                    .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .button-wrap {
                        width: 100%;
                        padding: 20px 0 20px 0
                    }

                        .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .button-wrap .button {
                            height: 44px;
                            -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                            box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                            font-weight: 500
                        }

                    .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .benefits {
                        padding-bottom: 20px
                    }

                        .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .benefits li {
                            padding: 6px 0;
                            color: #7f8ea4
                        }

                            .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .benefits li span {
                                color: #444f60;
                                font-weight: 500
                            }

                .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side {
                    width: 65%
                }

                    .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .feature-carousel {
                        position: relative
                    }

                        .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .feature-carousel .carousel-item {
                            padding: 40px;
                            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
                        }

                            .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .feature-carousel .carousel-item .header .header-inner .title-wrap h4 {
                                font-size: .8rem;
                                text-transform: uppercase;
                                color: #535555
                            }

                            .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .feature-carousel .carousel-item .header .header-inner .title-wrap h3 {
                                font-size: 1.4rem;
                                font-weight: 600;
                                color: #444f60;
                                margin: 0 !important
                            }

                            .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .feature-carousel .carousel-item .header .subheader p {
                                font-size: 1rem;
                                color: #535555
                            }

                            .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .feature-carousel .carousel-item .carousel-image {
                                display: block;
                                margin-top: 30px
                            }

                    .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-dots {
                        bottom: 12px !important
                    }

                    .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom {
                        position: absolute;
                        top: 40px;
                        border: 1px solid rgba(0,0,0,0);
                        width: 50px;
                        height: 50px;
                        display: none !important;
                        -webkit-box-align: center !important;
                        -ms-flex-align: center !important;
                        align-items: center !important;
                        -webkit-box-pack: center !important;
                        -ms-flex-pack: center !important;
                        justify-content: center !important;
                        background: #fff;
                        border-radius: 100px;
                        cursor: pointer;
                        color: #444f60;
                        -webkit-transition: all .3s;
                        transition: all .3s;
                        z-index: 999
                    }

                        .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom i {
                            position: relative;
                            font-size: 12px
                        }

                        .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom:hover {
                            border-color: #e5e5e5;
                            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
                        }

                        .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom.is-prev {
                            right: 100px
                        }

                            .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom.is-prev i {
                                right: 2px
                            }

                        .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom.is-next {
                            right: 40px
                        }

                            .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side .slick-custom.is-next i {
                                left: 2px
                            }

@media(max-width: 767px) {
    .pricing-wrapper .pricing-tabs .tab-item span {
        display: none
    }

    .pricing-wrapper .pricing-container .container-inner .solo-plans {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan {
            width: 100%
        }

            .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan:nth-child(2), .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan:nth-child(3) {
                margin-top: 40px;
                padding-top: 40px;
                border-top: 1px solid #e3e3e3
            }

    .pricing-wrapper .pricing-container .container-inner .plan-focus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side {
            width: 100%
        }

            .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side .price .control {
                max-width: 150px
            }

        .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side {
            width: 100%
        }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .pricing-container .container-inner .plan-focus .left-side {
        width: 45% !important
    }

    .pricing-container .container-inner .plan-focus .right-side {
        width: 55% !important
    }

        .pricing-container .container-inner .plan-focus .right-side .slick-custom {
            height: 36px !important;
            width: 36px !important;
            top: 30px !important
        }

            .pricing-container .container-inner .plan-focus .right-side .slick-custom.is-next {
                right: 12px !important
            }

            .pricing-container .container-inner .plan-focus .right-side .slick-custom.is-prev {
                right: 50px !important
            }
}

.pricing-wrapper {
    padding: 30px 0;
    max-width: 900px;
    margin: 0 auto
}

    .pricing-wrapper .pricing-box {
        padding: 20px;
        -webkit-box-shadow: 20px 20px 60px #d9d9d9,-20px -20px 60px #fff;
        box-shadow: 20px 20px 60px #d9d9d9,-20px -20px 60px #fff;
        border-radius: 10px;
        background: #fff;
        text-align: center
    }

        .pricing-wrapper .pricing-box > img {
            display: block;
            max-width: 160px;
            margin: 0 auto
        }

        .pricing-wrapper .pricing-box h3 {
            font-size: 1.2rem;
            text-transform: uppercase;
            font-weight: 600;
            color: #039be5
        }

        .pricing-wrapper .pricing-box > p {
            margin-bottom: 16px;
            color: #535555
        }

        .pricing-wrapper .pricing-box .price {
            position: relative;
            text-align: center;
            padding: 20px 0;
            border-bottom: 1px solid #e3e3e3;
            border-top: 1px solid #e3e3e3;
            margin-bottom: 16px
        }

            .pricing-wrapper .pricing-box .price .price-number {
                position: relative;
                font-size: 1.8rem;
                font-weight: 700;
                color: #444f60
            }

                .pricing-wrapper .pricing-box .price .price-number:after {
                    content: "PER MONTH";
                    position: absolute;
                    top: 6px;
                    right: 40px;
                    font-size: .8rem;
                    font-weight: 400;
                    color: #535555;
                    text-align: left;
                    text-transform: uppercase;
                    max-width: 50px;
                    line-height: 1.2
                }

        .pricing-wrapper .pricing-box .button {
            min-height: 46px;
            font-weight: 500;
            line-height: 2
        }

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .pricing-wrapper .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.clean-pricing {
    padding-top: 80px !important
}

@media(max-width: 768px) {
    .clean-pricing .column.is-5 {
        text-align: center !important
    }

    .clean-pricing .period-select {
        margin: 0 auto
    }
}

@media(max-width: 767px) {
    .is-ice-pricing .pricing-card {
        padding: 24px !important
    }
}

.is-drop {
    position: relative;
    cursor: pointer
}

    .is-drop i.sl-icon-arrow-down {
        font-size: 8px !important;
        top: 2px !important
    }

    .is-drop .drop-caret {
        position: relative;
        top: 5px
    }

    .is-drop .dropContain {
        width: 220px;
        position: absolute;
        z-index: 3;
        left: 50%;
        margin-left: -165px;
        top: -500vh
    }

        .is-drop .dropContain .dropOut {
            width: 220px;
            background: #fff;
            float: left;
            position: relative;
            margin-top: 15px;
            opacity: 0;
            border: 1px solid #F0F0F0;
            border-radius: 4px;
            -webkit-box-shadow: 0 3px 10px 4px rgba(0,0,0,.04);
            box-shadow: 0 3px 10px 4px rgba(0,0,0,.04);
            -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out
        }

            .is-drop .dropContain .dropOut .triangle {
                width: 0;
                height: 0;
                position: absolute;
                border-left: 8px solid rgba(0,0,0,0);
                border-right: 8px solid rgba(0,0,0,0);
                border-bottom: 8px solid #fff;
                top: -8px;
                left: 50%;
                margin-left: -8px
            }

            .is-drop .dropContain .dropOut ul li {
                text-align: left;
                float: left;
                width: 200px;
                padding: 12px 0 10px 15px;
                margin: 3px 10px;
                color: #777;
                border-radius: 4px;
                -webkit-transition: background-color .2s ease-out;
                transition: background-color .2s ease-out
            }

                .is-drop .dropContain .dropOut ul li:hover {
                    background: #eff4f7;
                    cursor: pointer
                }

                .is-drop .dropContain .dropOut ul li i.drop-icon {
                    position: relative;
                    top: 4px;
                    margin-right: 15px
                }

                    .is-drop .dropContain .dropOut ul li i.drop-icon.sl {
                        position: relative;
                        top: 0;
                        margin-right: 15px
                    }

            .is-drop .dropContain .dropOut ul {
                float: left;
                padding: 10px 0;
                list-style: none
            }

                .is-drop .dropContain .dropOut ul.big-icons li {
                    padding: 2px 0 10px 15px;
                    color: #535555
                }

                .is-drop .dropContain .dropOut ul.big-icons i.im {
                    font-size: 18px;
                    color: #535555;
                    margin-right: 10px;
                    position: relative;
                    top: 1px
                }

                .is-drop .dropContain .dropOut ul li.dropdown-divider {
                    padding: 0 !important;
                    border-radius: 0 !important;
                    height: 5px;
                    border-bottom: 1px solid #f2f2f2
                }

                    .is-drop .dropContain .dropOut ul li.dropdown-divider:hover {
                        background-color: #fff
                    }

            .is-drop .dropContain .dropOut.is-primary ul li:hover {
                background: #039be5;
                color: #fff
            }

            .is-drop .dropContain .dropOut.is-secondary ul li:hover {
                background: #0084c4;
                color: #fff
            }

            .is-drop .dropContain .dropOut.is-accent ul li:hover {
                background: #00d1b2;
                color: #fff
            }

    .is-drop:hover .dropContain {
        top: 30px !important
    }

        .is-drop:hover .dropContain .dropOut {
            -webkit-animation: fadeInUp .27s ease-out;
            animation: fadeInUp .27s ease-out;
            opacity: 1
        }

    .is-drop.drop-sm:hover .dropContain {
        top: 15px !important
    }

    .is-drop.is-centered .dropContain {
        margin-left: -110px
    }

    .is-drop.is-right .dropContain {
        margin-left: -55px
    }

button i.sl-icon-arrow-down {
    font-size: 8px !important;
    top: 2px !important;
    padding-left: 8px !important
}

.jq-dropdown {
    position: absolute;
    top: 5px;
    z-index: 1039;
    display: none;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .27s;
    animation-duration: .27s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

    .jq-dropdown .jq-dropdown-menu, .jq-dropdown .jq-dropdown-panel {
        min-width: 220px;
        max-width: 360px;
        list-style: none;
        background: #fff;
        border: solid 1px #ddd;
        border-radius: 4px;
        -webkit-box-shadow: 0 3px 10px 4px rgba(0,0,0,.04);
        box-shadow: 0 3px 10px 4px rgba(0,0,0,.04);
        overflow: visible;
        padding: 4px 0;
        margin: 0
    }

    .jq-dropdown .jq-dropdown-panel {
        padding: 20px
    }

    .jq-dropdown.jq-dropdown-tip {
        margin-top: 8px
    }

        .jq-dropdown.jq-dropdown-tip:before {
            position: absolute;
            top: -6px;
            left: 9px;
            content: "";
            border-left: 7px solid rgba(0,0,0,0);
            border-right: 7px solid rgba(0,0,0,0);
            border-bottom: 7px solid #ddd;
            display: inline-block
        }

        .jq-dropdown.jq-dropdown-tip:after {
            position: absolute;
            top: -5px;
            left: 10px;
            content: "";
            border-left: 6px solid rgba(0,0,0,0);
            border-right: 6px solid rgba(0,0,0,0);
            border-bottom: 6px solid #fff;
            display: inline-block
        }

        .jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
            left: auto;
            right: 9px
        }

        .jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
            left: auto;
            right: 10px
        }

    .jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu, .jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
        max-height: 180px;
        overflow: auto
    }

        .jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu::-webkit-scrollbar {
            width: 10px
        }

        .jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background: rgba(0,0,0,.2)
        }

    .jq-dropdown li {
        list-style: none;
        padding: 0 3px;
        text-indent: 0;
        margin: 0;
        line-height: 18px
    }

        .jq-dropdown li > a, .jq-dropdown label {
            display: block;
            color: inherit;
            text-decoration: none;
            line-height: 18px;
            padding: 10px 15px;
            margin: 0;
            white-space: nowrap
        }

            .jq-dropdown li > a:hover, .jq-dropdown label:hover {
                background-color: #eff4f7;
                color: inherit;
                cursor: pointer
            }

    .jq-dropdown .jq-dropdown-divider {
        font-size: 1px;
        border-top: solid 1px #e5e5e5;
        padding: 0;
        margin: 5px 0
    }

    .jq-dropdown .jq-dropdown-menu li > a:hover, .jq-dropdown .jq-dropdown .jq-dropdown-menu label:hover {
        background-color: #eff4f7;
        color: inherit
    }

    .jq-dropdown.is-primary .jq-dropdown-menu li > a:hover, .jq-dropdown.is-primary .jq-dropdown .jq-dropdown-menu label:hover {
        background-color: #039be5;
        color: #fff
    }

    .jq-dropdown.is-secondary .jq-dropdown-menu li > a:hover, .jq-dropdown.is-secondary .jq-dropdown .jq-dropdown-menu label:hover {
        background-color: #0084c4;
        color: #fff
    }

    .jq-dropdown.is-accent .jq-dropdown-menu li > a:hover, .jq-dropdown.is-accent .jq-dropdown .jq-dropdown-menu label:hover {
        background-color: #00d1b2;
        color: #fff
    }

.is-megamenu {
    padding: 0 !important
}

    .is-megamenu .mega-inner {
        position: relative;
        padding: .5rem 0
    }

        .is-megamenu .mega-inner .container {
            padding: 1rem
        }

        .is-megamenu .mega-inner .column {
            padding-left: 0;
            padding-right: 0
        }

            .is-megamenu .mega-inner .column.is-scrollable {
                height: 275px
            }

        .is-megamenu .mega-inner .scrollable-container {
            height: 275px
        }

            .is-megamenu .mega-inner .scrollable-container .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
                background-color: rgba(0,0,0,.3)
            }

        .is-megamenu .mega-inner .navbar-item.is-flex {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .is-megamenu .mega-inner .navbar-item.is-flex i {
                font-size: 2.2rem;
                font-weight: 500;
                color: #cecece;
                -webkit-transition: all .3s;
                transition: all .3s
            }

            .is-megamenu .mega-inner .navbar-item.is-flex div {
                margin: 0 10px
            }

            .is-megamenu .mega-inner .navbar-item.is-flex:hover {
                background-color: #f5f5f5
            }

                .is-megamenu .mega-inner .navbar-item.is-flex:hover i {
                    color: #039be5
                }

    .is-megamenu .menu-image {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 0;
        height: 220px
    }

        .is-megamenu .menu-image img {
            height: 220px;
            max-height: none !important
        }

    .is-megamenu .is-footer {
        padding: .375rem 1rem;
        position: relative;
        z-index: 2
    }

    .is-megamenu p.is-cta {
        padding: .5rem 1rem;
        font-size: 1rem
    }

    .is-megamenu .mega-btn.primary-btn {
        background: #039be5 !important;
        color: #fff
    }

    .is-megamenu .mega-btn.secondary-btn {
        background: #0084c4 !important;
        color: #fff
    }

    .is-megamenu .mega-btn.accent-btn {
        background: #00d1b2 !important;
        color: #fff
    }

    .is-megamenu .level-left .level-item {
        text-transform: uppercase
    }

    .is-megamenu .social-link {
        color: #fff;
        margin: 0 5px
    }

        .is-megamenu .social-link i {
            font-size: 1rem
        }

@media(max-width: 768px) {
    .is-mega .navbar-link {
        display: none
    }

    .navbar-item.is-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.media.media-notification {
    -ms-flex-line-pack: center;
    align-content: center;
    cursor: pointer
}

    .media.media-notification:hover .notification-title {
        color: #039be5
    }

    .media.media-notification .timestamp {
        color: #535555;
        position: relative;
        top: 3px;
        font-size: .7rem
    }

    .media.media-notification .notification-title {
        font-weight: 600
    }

    .media.media-notification .notification-text {
        font-size: .9rem !important;
        color: #878787
    }

.media .see-all {
    margin-top: 20px;
    font-size: .7rem;
    text-transform: uppercase
}

.media.icon-media {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

    .media.icon-media .media-left i {
        font-size: 1.8rem;
        color: #535555
    }

    .media.icon-media .timestamp {
        color: #535555;
        position: relative;
        top: 3px;
        font-size: .7rem
    }

    .media.icon-media .notification-title {
        font-weight: 600
    }

    .media.icon-media .notification-text {
        font-size: .9rem !important;
        color: #878787
    }

.b-checkbox {
    position: relative
}

    .b-checkbox.is-circular label::before {
        border-radius: 50%
    }

    .b-checkbox.is-inline {
        display: inline-block;
        font-weight: normal
    }

        .b-checkbox.is-inline + .is-inline {
            margin-left: 10px
        }

    .b-checkbox.is-primary input[type=checkbox]:checked + label::before {
        background-color: #039be5;
        border-color: #039be5
    }

    .b-checkbox.is-primary input[type=checkbox]:checked + label::after {
        color: #fff
    }

    .b-checkbox.is-secondary input[type=checkbox]:checked + label::before {
        background-color: #0084c4;
        border-color: #0084c4
    }

    .b-checkbox.is-secondary input[type=checkbox]:checked + label::after {
        color: #fff
    }

    .b-checkbox.is-accent input[type=checkbox]:checked + label::before {
        background-color: #00d1b2;
        border-color: #00d1b2
    }

    .b-checkbox.is-accent input[type=checkbox]:checked + label::after {
        color: #fff
    }

    .b-checkbox.is-danger input[type=checkbox]:checked + label::before {
        background-color: #f92b60;
        border-color: #f92b60
    }

    .b-checkbox.is-danger input[type=checkbox]:checked + label::after {
        color: #fff
    }

    .b-checkbox.is-info input[type=checkbox]:checked + label::before {
        background-color: #039be5;
        border-color: #039be5
    }

    .b-checkbox.is-info input[type=checkbox]:checked + label::after {
        color: #fff
    }

    .b-checkbox.is-warning input[type=checkbox]:checked + label::before {
        background-color: #eda514;
        border-color: #eda514
    }

    .b-checkbox.is-warning input[type=checkbox]:checked + label::after {
        color: #fff
    }

    .b-checkbox.is-success input[type=checkbox]:checked + label::before {
        background-color: #06d6a0;
        border-color: #06d6a0
    }

    .b-checkbox.is-success input[type=checkbox]:checked + label::after {
        color: #fff
    }

    .b-checkbox.is-dark input[type=checkbox]:checked + label::before {
        background-color: #444;
        border-color: #444
    }

    .b-checkbox.is-dark input[type=checkbox]:checked + label::after {
        color: #fff
    }

    .b-checkbox label {
        padding-left: 5px;
        cursor: pointer;
        font-size: 1rem;
        line-height: 1
    }

        .b-checkbox label::before {
            content: "";
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            top: 1px;
            border: 1px solid #dbdbdb;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: background-color .1s ease-in-out;
            transition: background-color .1s ease-in-out
        }

        .b-checkbox label::after {
            position: absolute;
            width: 16px;
            height: 16px;
            left: 3px;
            top: 3px;
            font-size: 12px;
            color: #363636
        }

    .b-checkbox input[type=checkbox], .b-checkbox input[type=radio] {
        opacity: 0;
        z-index: 1;
        cursor: pointer
    }

        .b-checkbox input[type=checkbox]:checked + label::after, .b-checkbox input[type=radio]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            font-size: .7rem;
            top: 2px;
            left: 1px;
            right: 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
        }

        .b-checkbox input[type=checkbox]:disabled, .b-checkbox input[type=radio]:disabled {
            cursor: not-allowed
        }

            .b-checkbox input[type=checkbox]:disabled + label, .b-checkbox input[type=radio]:disabled + label {
                opacity: .65
            }

                .b-checkbox input[type=checkbox]:disabled + label::before, .b-checkbox input[type=radio]:disabled + label::before {
                    background-color: #fcfcfc;
                    cursor: not-allowed
                }

        .b-checkbox input[type=checkbox].styled:checked + label:after {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            font-size: .7rem;
            top: 2px;
            left: 1px;
            right: 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
        }

        .b-checkbox input[type=checkbox] .styled:checked + label::before {
            color: #fff
        }

        .b-checkbox input[type=checkbox] .styled:checked + label::after {
            color: #fff
        }

.badge {
    position: relative;
    white-space: nowrap;
    position: relative
}

    .badge[data-badge]::after {
        position: absolute;
        left: 100%;
        z-index: 99;
        margin: 0;
        background: #444f60;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 1rem;
        -webkit-box-shadow: 0 0 0 .1rem #fff;
        box-shadow: 0 0 0 .1rem #fff;
        color: #fff;
        content: attr(data-badge);
        display: inline-block
    }

        .badge[data-badge]::after.is-badge-outlined {
            background: #fff;
            border: 1px solid #444f60;
            color: #444f60
        }

    .badge:not([data-badge=""])::after {
        padding: .3rem .5rem;
        text-align: center;
        white-space: nowrap
    }

    .badge[data-badge=""]::after {
        display: inline-block;
        vertical-align: inherit
    }

    .badge.is-badge-outlined[data-badge]::after {
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: .1rem solid #444f60;
        color: #444f60
    }

    .badge.is-badge-outlined.badge-primary::after {
        background: #fff;
        border: .1rem solid #039be5;
        color: #039be5
    }

    .badge.is-badge-outlined.badge-secondary::after {
        background: #fff;
        border: .1rem solid #0084c4;
        color: #0084c4
    }

    .badge.is-badge-outlined.badge-accent::after {
        background: #fff;
        border: .1rem solid #00d1b2;
        color: #00d1b2
    }

    .badge.is-badge-outlined.badge-success::after {
        background: #fff;
        border: .1rem solid #06d6a0;
        color: #06d6a0
    }

    .badge.is-badge-outlined.badge-warning::after {
        background: #fff;
        border: .1rem solid #eda514;
        color: #eda514
    }

    .badge.is-badge-outlined.badge-danger::after {
        background: #fff;
        border: .1rem solid #f92b60;
        color: #f92b60
    }

    .badge.is-badge-outlined.badge-info::after {
        background: #fff;
        border: .1rem solid #039be5;
        color: #039be5
    }

    .badge[data-badge]::after {
        top: calc(0px - (1rem / 2));
        left: calc(100% - (1rem / 2));
        min-height: 1rem;
        min-width: 1rem
    }

    .badge:not([data-badge=""])::after {
        font-size: .75rem;
        line-height: .5rem
    }

    .badge[data-badge=""]::after {
        width: 1rem
    }

    .badge.is-badge-left::after {
        left: calc(0px - (1rem / 2))
    }

    .badge.is-badge-bottom::after {
        top: calc(100% - (1rem / 2))
    }

    .badge.is-badge-bottom-left::after {
        left: calc(0px - (1rem / 2));
        top: calc(100% - (1rem / 2))
    }

    .badge.is-badge-small[data-badge]::after {
        top: calc(0px - (0.75rem / 2));
        left: calc(100% - (0.75rem / 2));
        min-height: .75rem;
        min-width: .75rem
    }

    .badge.is-badge-small:not([data-badge=""])::after {
        font-size: .5625rem;
        line-height: .375rem
    }

    .badge.is-badge-small[data-badge=""]::after {
        width: .75rem
    }

    .badge.is-badge-small.is-badge-left::after {
        left: calc(0px - (0.75rem / 2))
    }

    .badge.is-badge-small.is-badge-bottom::after {
        top: calc(100% - (0.75rem / 2))
    }

    .badge.is-badge-small.is-badge-bottom-left::after {
        left: calc(0px - (0.75rem / 2));
        top: calc(100% - (0.75rem / 2))
    }

    .badge.is-badge-medium[data-badge]::after {
        top: calc(0px - (1.25rem / 2));
        left: calc(100% - (1.25rem / 2));
        min-height: 1.25rem;
        min-width: 1.25rem
    }

    .badge.is-badge-medium:not([data-badge=""])::after {
        font-size: .9375rem;
        line-height: .625rem
    }

    .badge.is-badge-medium[data-badge=""]::after {
        width: 1.25rem
    }

    .badge.is-badge-medium.is-badge-left::after {
        left: calc(0px - (1.25rem / 2))
    }

    .badge.is-badge-medium.is-badge-bottom::after {
        top: calc(100% - (1.25rem / 2))
    }

    .badge.is-badge-medium.is-badge-bottom-left::after {
        left: calc(0px - (1.25rem / 2));
        top: calc(100% - (1.25rem / 2))
    }

    .badge.is-badge-large[data-badge]::after {
        top: calc(0px - (1.5rem / 2));
        left: calc(100% - (1.5rem / 2));
        min-height: 1.5rem;
        min-width: 1.5rem
    }

    .badge.is-badge-large:not([data-badge=""])::after {
        font-size: 1.125rem;
        line-height: .75rem
    }

    .badge.is-badge-large[data-badge=""]::after {
        width: 1.5rem
    }

    .badge.is-badge-large.is-badge-left::after {
        left: calc(0px - (1.5rem / 2))
    }

    .badge.is-badge-large.is-badge-bottom::after {
        top: calc(100% - (1.5rem / 2))
    }

    .badge.is-badge-large.is-badge-bottom-left::after {
        left: calc(0px - (1.5rem / 2));
        top: calc(100% - (1.5rem / 2))
    }

    .badge.badge-primary::after {
        background: #039be5
    }

    .badge.badge-secondary::after {
        background: #0084c4
    }

    .badge.badge-accent::after {
        background: #00d1b2
    }

    .badge.badge-success::after {
        background: #06d6a0
    }

    .badge.badge-warning::after {
        background: #eda514
    }

    .badge.badge-danger::after {
        background: #f92b60
    }

    .badge.badge-info::after {
        background: #039be5
    }

input[type=range].slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 1rem 0;
    background: rgba(0,0,0,0)
}

    input[type=range].slider.is-fullwidth {
        display: block;
        width: 100%
    }

    input[type=range].slider:focus {
        outline: none
    }

    input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track {
        width: 100%
    }

    input[type=range].slider:not([orient=vertical])::-moz-range-track {
        width: 100%
    }

    input[type=range].slider:not([orient=vertical])::-ms-track {
        width: 100%
    }

    input[type=range].slider:not([orient=vertical]).has-output + output, input[type=range].slider:not([orient=vertical]).has-output-tooltip + output {
        width: 3.1rem;
        background: #878787;
        border-radius: 3px;
        padding: .4rem .8rem;
        font-size: .9rem;
        line-height: 1rem;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
        overflow: hidden;
        pointer-events: none;
        z-index: 1
    }

    input[type=range].slider:not([orient=vertical]).has-output {
        display: inline-block;
        width: calc(100% - 4.1rem)
    }

        input[type=range].slider:not([orient=vertical]).has-output + output {
            display: inline-block;
            position: relative;
            margin-left: .75rem;
            top: -0.75rem
        }

    input[type=range].slider:not([orient=vertical]).has-output-tooltip {
        display: block
    }

        input[type=range].slider:not([orient=vertical]).has-output-tooltip + output {
            position: absolute;
            left: 0;
            top: 2rem
        }

    input[type=range].slider[orient=vertical] {
        -webkit-appearance: slider-vertical;
        -webkit-writing-mode: bt-lr;
        -ms-writing-mode: bt-lr;
        writing-mode: bt-lr
    }

        input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track {
            height: 100%
        }

        input[type=range].slider[orient=vertical]::-moz-range-track {
            height: 100%
        }

        input[type=range].slider[orient=vertical]::-ms-track {
            height: 100%
        }

        input[type=range].slider[orient=vertical]::-webkit-slider-thumb {
            position: relative;
            left: -2px;
            height: 2rem;
            width: 2rem;
            border-radius: 100px
        }

    input[type=range].slider::-webkit-slider-runnable-track {
        cursor: pointer;
        animate: .2s;
        -webkit-box-shadow: 0px 0px 0px #666;
        box-shadow: 0px 0px 0px #666;
        background: #cecece;
        border-radius: 50px;
        border: 0px solid #666
    }

    input[type=range].slider::-moz-range-track {
        cursor: pointer;
        animate: .2s;
        box-shadow: 0px 0px 0px #666;
        background: #cecece;
        border-radius: 50px;
        border: 0px solid #666
    }

    input[type=range].slider::-ms-track {
        cursor: pointer;
        animate: .2s;
        box-shadow: 0px 0px 0px #666;
        background: #cecece;
        border-radius: 50px;
        border: 0px solid #666
    }

    input[type=range].slider::-ms-fill-lower {
        background: #039be5
    }

    input[type=range].slider::-ms-fill-upper {
        background: #eff4f7
    }

    input[type=range].slider::-webkit-slider-thumb {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #c1c1c1;
        border-radius: 50px;
        background: #fff;
        cursor: pointer;
        -webkit-appearance: none;
        transition: transform .2s ease,-webkit-transform .2s ease;
        -webkit-transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease
    }

    input[type=range].slider::-moz-range-thumb {
        box-shadow: none;
        border: 1px solid #c1c1c1;
        background: #fff;
        border-radius: 50px;
        cursor: pointer;
        transition: transform .2s ease,-webkit-transform .2s ease;
        -moz-transition: transform .2s ease;
        transition: transform .2s ease;
        transition: -webkit-transform .2s ease
    }

    input[type=range].slider::-ms-thumb {
        box-shadow: none;
        border: 1px solid #c1c1c1;
        background: #fff;
        border-radius: 50px;
        cursor: pointer;
        transition: transform .2s ease,-webkit-transform .2s ease;
        -ms-transition: transform .2s ease;
        transition: transform .2s ease;
        transition: -webkit-transform .2s ease
    }

    input[type=range].slider::-webkit-slider-thumb {
        -webkit-appearance: none
    }

    input[type=range].slider:active::-webkit-slider-thumb {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

    input[type=range].slider:active::-moz-range-thumb {
        transform: scale(1.25)
    }

    input[type=range].slider:active::-ms-thumb {
        transform: scale(1.25)
    }

    input[type=range].slider:disabled {
        opacity: .5;
        cursor: not-allowed
    }

        input[type=range].slider:disabled::-webkit-slider-thumb {
            cursor: not-allowed;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        input[type=range].slider:disabled::-moz-range-thumb {
            cursor: not-allowed;
            transform: scale(1)
        }

        input[type=range].slider:disabled::-ms-thumb {
            cursor: not-allowed;
            transform: scale(1)
        }

    input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track {
        height: .6rem
    }

    input[type=range].slider:not([orient=vertical])::-moz-range-track {
        height: .6rem
    }

    input[type=range].slider:not([orient=vertical])::-ms-track {
        height: .6rem
    }

    input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track {
        width: .6rem
    }

    input[type=range].slider[orient=vertical]::-moz-range-track {
        width: .6rem
    }

    input[type=range].slider[orient=vertical]::-ms-track {
        width: .6rem
    }

    input[type=range].slider::-webkit-slider-thumb {
        height: 1.2rem;
        width: 1.2rem;
        margin-top: -0.3rem
    }

    input[type=range].slider::-moz-range-thumb {
        height: 1.2rem;
        width: 1.2rem
    }

    input[type=range].slider::-ms-thumb {
        height: 1.2rem;
        width: 1.2rem
    }

    input[type=range].slider[orient=vertical]::-webkit-slider-thumb {
        margin-top: auto;
        margin-left: -0.3rem
    }

    input[type=range].slider.is-small:not([orient=vertical])::-webkit-slider-runnable-track {
        height: .5rem
    }

    input[type=range].slider.is-small:not([orient=vertical])::-moz-range-track {
        height: .5rem
    }

    input[type=range].slider.is-small:not([orient=vertical])::-ms-track {
        height: .5rem
    }

    input[type=range].slider.is-small[orient=vertical]::-webkit-slider-runnable-track {
        width: .5rem
    }

    input[type=range].slider.is-small[orient=vertical]::-moz-range-track {
        width: .5rem
    }

    input[type=range].slider.is-small[orient=vertical]::-ms-track {
        width: .5rem
    }

    input[type=range].slider.is-small::-webkit-slider-thumb {
        height: 1rem;
        width: 1rem;
        margin-top: -0.25rem
    }

    input[type=range].slider.is-small::-moz-range-thumb {
        height: 1rem;
        width: 1rem
    }

    input[type=range].slider.is-small::-ms-thumb {
        height: 1rem;
        width: 1rem
    }

    input[type=range].slider.is-small[orient=vertical]::-webkit-slider-thumb {
        margin-top: auto;
        margin-left: -0.25rem
    }

    input[type=range].slider.is-medium:not([orient=vertical])::-webkit-slider-runnable-track {
        height: .75rem
    }

    input[type=range].slider.is-medium:not([orient=vertical])::-moz-range-track {
        height: .75rem
    }

    input[type=range].slider.is-medium:not([orient=vertical])::-ms-track {
        height: .75rem
    }

    input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-runnable-track {
        width: .75rem
    }

    input[type=range].slider.is-medium[orient=vertical]::-moz-range-track {
        width: .75rem
    }

    input[type=range].slider.is-medium[orient=vertical]::-ms-track {
        width: .75rem
    }

    input[type=range].slider.is-medium::-webkit-slider-thumb {
        height: 1.5rem;
        width: 1.5rem;
        margin-top: -0.375rem
    }

    input[type=range].slider.is-medium::-moz-range-thumb {
        height: 1.5rem;
        width: 1.5rem
    }

    input[type=range].slider.is-medium::-ms-thumb {
        height: 1.5rem;
        width: 1.5rem
    }

    input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-thumb {
        margin-top: auto;
        margin-left: -0.375rem
    }

    input[type=range].slider.is-large:not([orient=vertical])::-webkit-slider-runnable-track {
        height: .9rem
    }

    input[type=range].slider.is-large:not([orient=vertical])::-moz-range-track {
        height: .9rem
    }

    input[type=range].slider.is-large:not([orient=vertical])::-ms-track {
        height: .9rem
    }

    input[type=range].slider.is-large[orient=vertical]::-webkit-slider-runnable-track {
        width: .9rem
    }

    input[type=range].slider.is-large[orient=vertical]::-moz-range-track {
        width: .9rem
    }

    input[type=range].slider.is-large[orient=vertical]::-ms-track {
        width: .9rem
    }

    input[type=range].slider.is-large::-webkit-slider-thumb {
        height: 1.8rem;
        width: 1.8rem;
        margin-top: -0.45rem
    }

    input[type=range].slider.is-large::-moz-range-thumb {
        height: 1.8rem;
        width: 1.8rem
    }

    input[type=range].slider.is-large::-ms-thumb {
        height: 1.8rem;
        width: 1.8rem
    }

    input[type=range].slider.is-large[orient=vertical]::-webkit-slider-thumb {
        margin-top: auto;
        margin-left: -0.45rem
    }

    input[type=range].slider.is-primary::-webkit-slider-runnable-track {
        background: #039be5
    }

    input[type=range].slider.is-primary::-moz-range-track {
        background: #039be5
    }

    input[type=range].slider.is-primary::-ms-track {
        background: #039be5
    }

    input[type=range].slider.is-secondary::-webkit-slider-runnable-track {
        background: #0084c4
    }

    input[type=range].slider.is-secondary::-moz-range-track {
        background: #0084c4
    }

    input[type=range].slider.is-secondary::-ms-track {
        background: #0084c4
    }

    input[type=range].slider.is-accent::-webkit-slider-runnable-track {
        background: #00d1b2
    }

    input[type=range].slider.is-accent::-moz-range-track {
        background: #00d1b2
    }

    input[type=range].slider.is-accent::-ms-track {
        background: #00d1b2
    }

    input[type=range].slider.is-info::-webkit-slider-runnable-track {
        background: #039be5
    }

    input[type=range].slider.is-info::-moz-range-track {
        background: #039be5
    }

    input[type=range].slider.is-info::-ms-track {
        background: #039be5
    }

    input[type=range].slider.is-success::-webkit-slider-runnable-track {
        background: #06d6a0
    }

    input[type=range].slider.is-success::-moz-range-track {
        background: #06d6a0
    }

    input[type=range].slider.is-success::-ms-track {
        background: #06d6a0
    }

    input[type=range].slider.is-warning::-webkit-slider-runnable-track {
        background: #eda514
    }

    input[type=range].slider.is-warning::-moz-range-track {
        background: #eda514
    }

    input[type=range].slider.is-warning::-ms-track {
        background: #eda514
    }

    input[type=range].slider.is-danger::-webkit-slider-runnable-track {
        background: #f92b60
    }

    input[type=range].slider.is-danger::-moz-range-track {
        background: #f92b60
    }

    input[type=range].slider.is-danger::-ms-track {
        background: #f92b60
    }

.has-ribbon {
    position: relative
}

.has-ribbon-left {
    position: relative
}

    .has-ribbon-left .ribbon {
        right: auto;
        left: 0;
        border-left: none;
        border-right: .1rem solid #F0F0F0
    }

.has-ribbon-bottom {
    position: relative
}

    .has-ribbon-bottom .ribbon {
        top: auto;
        bottom: .5em
    }

.ribbon {
    background-color: #fff;
    border: .1rem solid #F0F0F0;
    border-right: none;
    color: #535555;
    font-size: 1rem !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .75em;
    padding-right: .75em;
    padding-top: .2rem;
    padding-bottom: .2rem;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: .5em;
    right: 0;
    font-weight: 400;
    z-index: 2
}

    .ribbon.is-primary {
        background-color: #039be5;
        color: #fff;
        border-color: #039be5
    }

    .ribbon.is-secondary {
        background-color: #0084c4;
        color: #fff;
        border-color: #0084c4
    }

    .ribbon.is-accent {
        background-color: #00d1b2;
        color: #fff;
        border-color: #00d1b2
    }

    .ribbon.is-success {
        background-color: #06d6a0;
        color: #fff;
        border-color: #06d6a0
    }

    .ribbon.is-warning {
        background-color: #eda514;
        color: #fff;
        border-color: #eda514
    }

    .ribbon.is-danger {
        background-color: #f92b60;
        color: #fff;
        border-color: #f92b60
    }

    .ribbon.is-info {
        background-color: #039be5;
        color: #fff;
        border-color: #039be5
    }

    .ribbon.is-small {
        font-size: .8rem !important
    }

    .ribbon.is-medium {
        font-size: 1.3rem !important
    }

    .ribbon.is-large {
        font-size: 1.6rem !important
    }

    .ribbon.is-outlined {
        background-color: rgba(0,0,0,0)
    }

.bubble-range {
    -webkit-appearance: none;
    margin: 12.5px 0;
    width: 100%
}

    .bubble-range:focus {
        outline: none
    }

    .bubble-range::-webkit-slider-thumb {
        position: relative;
        border: 5px solid rgba(255,255,255,.5);
        height: 25px;
        width: 25px;
        border-radius: 100%;
        background: #01c9ca;
        cursor: pointer;
        z-index: 1;
        -webkit-appearance: none;
        margin-top: -10px
    }

    .bubble-range:focus::-webkit-slider-runnable-track {
        background: #cecece
    }

    .bubble-range::-moz-range-thumb {
        position: relative;
        border: 5px solid rgba(255,255,255,.5);
        height: 25px;
        width: 25px;
        border-radius: 100%;
        background: #01c9ca;
        cursor: pointer;
        z-index: 1
    }

    .bubble-range::-ms-thumb {
        position: relative;
        border: 5px solid rgba(255,255,255,.5);
        height: 25px;
        width: 25px;
        border-radius: 100%;
        background: #01c9ca;
        cursor: pointer;
        z-index: 1
    }

    .bubble-range:focus::-ms-fill-lower {
        background: #cecece
    }

    .bubble-range:focus::-ms-fill-upper {
        background: #cecece
    }

    .bubble-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background: #cecece;
        border: 0px solid #000;
        border-radius: 0px
    }

    .bubble-range::-moz-range-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        background: #cecece;
        border: 0px solid #000;
        border-radius: 0px
    }

    .bubble-range::-ms-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        background: rgba(0,0,0,0);
        border-color: rgba(0,0,0,0);
        border-width: 25px 0;
        color: rgba(0,0,0,0)
    }

    .bubble-range::-ms-fill-lower {
        background: #cecece;
        border: 0px solid #000;
        border-radius: 0px
    }

    .bubble-range::-ms-fill-upper {
        background: #cecece;
        border: 0px solid #000;
        border-radius: 0px
    }

.range {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0 50px;
    width: 100%
}

    .range[data-value="0"] .bubble-label {
        left: 0%
    }

    .range[data-value="1"] .bubble-label {
        left: 1%
    }

    .range[data-value="2"] .bubble-label {
        left: 2%
    }

    .range[data-value="3"] .bubble-label {
        left: 3%
    }

    .range[data-value="4"] .bubble-label {
        left: 4%
    }

    .range[data-value="5"] .bubble-label {
        left: 5%
    }

    .range[data-value="6"] .bubble-label {
        left: 6%
    }

    .range[data-value="7"] .bubble-label {
        left: 7%
    }

    .range[data-value="8"] .bubble-label {
        left: 8%
    }

    .range[data-value="9"] .bubble-label {
        left: 9%
    }

    .range[data-value="10"] .bubble-label {
        left: 10%
    }

    .range[data-value="11"] .bubble-label {
        left: 11%
    }

    .range[data-value="12"] .bubble-label {
        left: 12%
    }

    .range[data-value="13"] .bubble-label {
        left: 13%
    }

    .range[data-value="14"] .bubble-label {
        left: 14%
    }

    .range[data-value="15"] .bubble-label {
        left: 15%
    }

    .range[data-value="16"] .bubble-label {
        left: 16%
    }

    .range[data-value="17"] .bubble-label {
        left: 17%
    }

    .range[data-value="18"] .bubble-label {
        left: 18%
    }

    .range[data-value="19"] .bubble-label {
        left: 19%
    }

    .range[data-value="20"] .bubble-label {
        left: 20%
    }

    .range[data-value="21"] .bubble-label {
        left: 21%
    }

    .range[data-value="22"] .bubble-label {
        left: 22%
    }

    .range[data-value="23"] .bubble-label {
        left: 23%
    }

    .range[data-value="24"] .bubble-label {
        left: 24%
    }

    .range[data-value="25"] .bubble-label {
        left: 25%
    }

    .range[data-value="26"] .bubble-label {
        left: 26%
    }

    .range[data-value="27"] .bubble-label {
        left: 27%
    }

    .range[data-value="28"] .bubble-label {
        left: 28%
    }

    .range[data-value="29"] .bubble-label {
        left: 29%
    }

    .range[data-value="30"] .bubble-label {
        left: 30%
    }

    .range[data-value="31"] .bubble-label {
        left: 31%
    }

    .range[data-value="32"] .bubble-label {
        left: 32%
    }

    .range[data-value="33"] .bubble-label {
        left: 33%
    }

    .range[data-value="34"] .bubble-label {
        left: 34%
    }

    .range[data-value="35"] .bubble-label {
        left: 35%
    }

    .range[data-value="36"] .bubble-label {
        left: 36%
    }

    .range[data-value="37"] .bubble-label {
        left: 37%
    }

    .range[data-value="38"] .bubble-label {
        left: 38%
    }

    .range[data-value="39"] .bubble-label {
        left: 39%
    }

    .range[data-value="40"] .bubble-label {
        left: 40%
    }

    .range[data-value="41"] .bubble-label {
        left: 41%
    }

    .range[data-value="42"] .bubble-label {
        left: 42%
    }

    .range[data-value="43"] .bubble-label {
        left: 43%
    }

    .range[data-value="44"] .bubble-label {
        left: 44%
    }

    .range[data-value="45"] .bubble-label {
        left: 45%
    }

    .range[data-value="46"] .bubble-label {
        left: 46%
    }

    .range[data-value="47"] .bubble-label {
        left: 47%
    }

    .range[data-value="48"] .bubble-label {
        left: 48%
    }

    .range[data-value="49"] .bubble-label {
        left: 49%
    }

    .range[data-value="50"] .bubble-label {
        left: 50%
    }

    .range[data-value="51"] .bubble-label {
        left: 51%
    }

    .range[data-value="52"] .bubble-label {
        left: 52%
    }

    .range[data-value="53"] .bubble-label {
        left: 53%
    }

    .range[data-value="54"] .bubble-label {
        left: 54%
    }

    .range[data-value="55"] .bubble-label {
        left: 55%
    }

    .range[data-value="56"] .bubble-label {
        left: 56%
    }

    .range[data-value="57"] .bubble-label {
        left: 57%
    }

    .range[data-value="58"] .bubble-label {
        left: 58%
    }

    .range[data-value="59"] .bubble-label {
        left: 59%
    }

    .range[data-value="60"] .bubble-label {
        left: 60%
    }

    .range[data-value="61"] .bubble-label {
        left: 61%
    }

    .range[data-value="62"] .bubble-label {
        left: 62%
    }

    .range[data-value="63"] .bubble-label {
        left: 63%
    }

    .range[data-value="64"] .bubble-label {
        left: 64%
    }

    .range[data-value="65"] .bubble-label {
        left: 65%
    }

    .range[data-value="66"] .bubble-label {
        left: 66%
    }

    .range[data-value="67"] .bubble-label {
        left: 67%
    }

    .range[data-value="68"] .bubble-label {
        left: 68%
    }

    .range[data-value="69"] .bubble-label {
        left: 69%
    }

    .range[data-value="70"] .bubble-label {
        left: 70%
    }

    .range[data-value="71"] .bubble-label {
        left: 71%
    }

    .range[data-value="72"] .bubble-label {
        left: 72%
    }

    .range[data-value="73"] .bubble-label {
        left: 73%
    }

    .range[data-value="74"] .bubble-label {
        left: 74%
    }

    .range[data-value="75"] .bubble-label {
        left: 75%
    }

    .range[data-value="76"] .bubble-label {
        left: 76%
    }

    .range[data-value="77"] .bubble-label {
        left: 77%
    }

    .range[data-value="78"] .bubble-label {
        left: 78%
    }

    .range[data-value="79"] .bubble-label {
        left: 79%
    }

    .range[data-value="80"] .bubble-label {
        left: 80%
    }

    .range[data-value="81"] .bubble-label {
        left: 81%
    }

    .range[data-value="82"] .bubble-label {
        left: 82%
    }

    .range[data-value="83"] .bubble-label {
        left: 83%
    }

    .range[data-value="84"] .bubble-label {
        left: 84%
    }

    .range[data-value="85"] .bubble-label {
        left: 85%
    }

    .range[data-value="86"] .bubble-label {
        left: 86%
    }

    .range[data-value="87"] .bubble-label {
        left: 87%
    }

    .range[data-value="88"] .bubble-label {
        left: 88%
    }

    .range[data-value="89"] .bubble-label {
        left: 89%
    }

    .range[data-value="90"] .bubble-label {
        left: 90%
    }

    .range[data-value="91"] .bubble-label {
        left: 91%
    }

    .range[data-value="92"] .bubble-label {
        left: 92%
    }

    .range[data-value="93"] .bubble-label {
        left: 93%
    }

    .range[data-value="94"] .bubble-label {
        left: 94%
    }

    .range[data-value="95"] .bubble-label {
        left: 95%
    }

    .range[data-value="96"] .bubble-label {
        left: 96%
    }

    .range[data-value="97"] .bubble-label {
        left: 97%
    }

    .range[data-value="98"] .bubble-label {
        left: 98%
    }

    .range[data-value="99"] .bubble-label {
        left: 99%
    }

    .range[data-value="100"] .bubble-label {
        left: 100%
    }

    .range.is-primary .bubble-label .drop {
        background: #039be5 !important
    }

    .range.is-primary .bubble-range::-webkit-slider-thumb {
        position: relative;
        border: 5px solid #51c5fd;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        background: #039be5;
        cursor: pointer;
        z-index: 1;
        -webkit-appearance: none;
        margin-top: -10px
    }

    .range.is-primary .bubble-range::-moz-range-thumb {
        position: relative;
        border: 5px solid #51c5fd;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        background: #039be5;
        cursor: pointer;
        z-index: 1
    }

    .range.is-primary .bubble-range::-ms-thumb {
        position: relative;
        border: 5px solid #51c5fd;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        background: #039be5;
        cursor: pointer;
        z-index: 1
    }

    .range.is-secondary .bubble-label .drop {
        background: #0084c4 !important
    }

    .range.is-secondary .bubble-range::-webkit-slider-thumb {
        position: relative;
        border: 5px solid #2bbaff;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        background: #0084c4;
        cursor: pointer;
        z-index: 1;
        -webkit-appearance: none;
        margin-top: -10px
    }

    .range.is-secondary .bubble-range::-moz-range-thumb {
        position: relative;
        border: 5px solid #2bbaff;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        background: #0084c4;
        cursor: pointer;
        z-index: 1
    }

    .range.is-secondary .bubble-range::-ms-thumb {
        position: relative;
        border: 5px solid #2bbaff;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        background: #0084c4;
        cursor: pointer;
        z-index: 1
    }

    .range.is-accent .bubble-label .drop {
        background: #00d1b2 !important
    }

    .range.is-accent .bubble-range::-webkit-slider-thumb {
        position: relative;
        border: 5px solid #38ffe1;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        background: #00d1b2;
        cursor: pointer;
        z-index: 1;
        -webkit-appearance: none;
        margin-top: -10px
    }

    .range.is-accent .bubble-range::-moz-range-thumb {
        position: relative;
        border: 5px solid #38ffe1;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        background: #00d1b2;
        cursor: pointer;
        z-index: 1
    }

    .range.is-accent .bubble-range::-ms-thumb {
        position: relative;
        border: 5px solid #38ffe1;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        background: #00d1b2;
        cursor: pointer;
        z-index: 1
    }

.bubble-label {
    position: relative;
    top: 0;
    margin-left: -40px;
    margin-bottom: 20px;
    width: 80px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

    .bubble-label .value {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        z-index: 1
    }

    .bubble-label .drop {
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important;
        width: 80px;
        height: 80px;
        border-radius: 80% 0 55% 50%/55% 0 80% 50%;
        background: #01c9ca;
        -webkit-transform: rotateZ(135deg);
        transform: rotateZ(135deg)
    }

.input-box {
    position: relative;
    margin: 0 -12.5px;
    height: 60px
}

    .input-box input[type=range] {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 60px;
        background: rgba(0,0,0,0)
    }

    .input-box .bar {
        position: absolute;
        bottom: 50%;
        left: 0;
        margin: 0 0 -2.5px;
        height: 5px;
        background: #01c9ca;
        z-index: 0
    }

    .input-box[data-value="0"] .bar {
        margin-right: 25px;
        width: calc(0% - math.div(25px, math.div(100, 0)))
    }

    .input-box[data-value="1"] .bar {
        margin-right: 25px;
        width: calc(1% - math.div(25px, math.div(100, 1)))
    }

    .input-box[data-value="2"] .bar {
        margin-right: 25px;
        width: calc(2% - math.div(25px, math.div(100, 2)))
    }

    .input-box[data-value="3"] .bar {
        margin-right: 25px;
        width: calc(3% - math.div(25px, math.div(100, 3)))
    }

    .input-box[data-value="4"] .bar {
        margin-right: 25px;
        width: calc(4% - math.div(25px, math.div(100, 4)))
    }

    .input-box[data-value="5"] .bar {
        margin-right: 25px;
        width: calc(5% - math.div(25px, math.div(100, 5)))
    }

    .input-box[data-value="6"] .bar {
        margin-right: 25px;
        width: calc(6% - math.div(25px, math.div(100, 6)))
    }

    .input-box[data-value="7"] .bar {
        margin-right: 25px;
        width: calc(7% - math.div(25px, math.div(100, 7)))
    }

    .input-box[data-value="8"] .bar {
        margin-right: 25px;
        width: calc(8% - math.div(25px, math.div(100, 8)))
    }

    .input-box[data-value="9"] .bar {
        margin-right: 25px;
        width: calc(9% - math.div(25px, math.div(100, 9)))
    }

    .input-box[data-value="10"] .bar {
        margin-right: 25px;
        width: calc(10% - math.div(25px, math.div(100, 10)))
    }

    .input-box[data-value="11"] .bar {
        margin-right: 25px;
        width: calc(11% - math.div(25px, math.div(100, 11)))
    }

    .input-box[data-value="12"] .bar {
        margin-right: 25px;
        width: calc(12% - math.div(25px, math.div(100, 12)))
    }

    .input-box[data-value="13"] .bar {
        margin-right: 25px;
        width: calc(13% - math.div(25px, math.div(100, 13)))
    }

    .input-box[data-value="14"] .bar {
        margin-right: 25px;
        width: calc(14% - math.div(25px, math.div(100, 14)))
    }

    .input-box[data-value="15"] .bar {
        margin-right: 25px;
        width: calc(15% - math.div(25px, math.div(100, 15)))
    }

    .input-box[data-value="16"] .bar {
        margin-right: 25px;
        width: calc(16% - math.div(25px, math.div(100, 16)))
    }

    .input-box[data-value="17"] .bar {
        margin-right: 25px;
        width: calc(17% - math.div(25px, math.div(100, 17)))
    }

    .input-box[data-value="18"] .bar {
        margin-right: 25px;
        width: calc(18% - math.div(25px, math.div(100, 18)))
    }

    .input-box[data-value="19"] .bar {
        margin-right: 25px;
        width: calc(19% - math.div(25px, math.div(100, 19)))
    }

    .input-box[data-value="20"] .bar {
        margin-right: 25px;
        width: calc(20% - math.div(25px, math.div(100, 20)))
    }

    .input-box[data-value="21"] .bar {
        margin-right: 25px;
        width: calc(21% - math.div(25px, math.div(100, 21)))
    }

    .input-box[data-value="22"] .bar {
        margin-right: 25px;
        width: calc(22% - math.div(25px, math.div(100, 22)))
    }

    .input-box[data-value="23"] .bar {
        margin-right: 25px;
        width: calc(23% - math.div(25px, math.div(100, 23)))
    }

    .input-box[data-value="24"] .bar {
        margin-right: 25px;
        width: calc(24% - math.div(25px, math.div(100, 24)))
    }

    .input-box[data-value="25"] .bar {
        margin-right: 25px;
        width: calc(25% - math.div(25px, math.div(100, 25)))
    }

    .input-box[data-value="26"] .bar {
        margin-right: 25px;
        width: calc(26% - math.div(25px, math.div(100, 26)))
    }

    .input-box[data-value="27"] .bar {
        margin-right: 25px;
        width: calc(27% - math.div(25px, math.div(100, 27)))
    }

    .input-box[data-value="28"] .bar {
        margin-right: 25px;
        width: calc(28% - math.div(25px, math.div(100, 28)))
    }

    .input-box[data-value="29"] .bar {
        margin-right: 25px;
        width: calc(29% - math.div(25px, math.div(100, 29)))
    }

    .input-box[data-value="30"] .bar {
        margin-right: 25px;
        width: calc(30% - math.div(25px, math.div(100, 30)))
    }

    .input-box[data-value="31"] .bar {
        margin-right: 25px;
        width: calc(31% - math.div(25px, math.div(100, 31)))
    }

    .input-box[data-value="32"] .bar {
        margin-right: 25px;
        width: calc(32% - math.div(25px, math.div(100, 32)))
    }

    .input-box[data-value="33"] .bar {
        margin-right: 25px;
        width: calc(33% - math.div(25px, math.div(100, 33)))
    }

    .input-box[data-value="34"] .bar {
        margin-right: 25px;
        width: calc(34% - math.div(25px, math.div(100, 34)))
    }

    .input-box[data-value="35"] .bar {
        margin-right: 25px;
        width: calc(35% - math.div(25px, math.div(100, 35)))
    }

    .input-box[data-value="36"] .bar {
        margin-right: 25px;
        width: calc(36% - math.div(25px, math.div(100, 36)))
    }

    .input-box[data-value="37"] .bar {
        margin-right: 25px;
        width: calc(37% - math.div(25px, math.div(100, 37)))
    }

    .input-box[data-value="38"] .bar {
        margin-right: 25px;
        width: calc(38% - math.div(25px, math.div(100, 38)))
    }

    .input-box[data-value="39"] .bar {
        margin-right: 25px;
        width: calc(39% - math.div(25px, math.div(100, 39)))
    }

    .input-box[data-value="40"] .bar {
        margin-right: 25px;
        width: calc(40% - math.div(25px, math.div(100, 40)))
    }

    .input-box[data-value="41"] .bar {
        margin-right: 25px;
        width: calc(41% - math.div(25px, math.div(100, 41)))
    }

    .input-box[data-value="42"] .bar {
        margin-right: 25px;
        width: calc(42% - math.div(25px, math.div(100, 42)))
    }

    .input-box[data-value="43"] .bar {
        margin-right: 25px;
        width: calc(43% - math.div(25px, math.div(100, 43)))
    }

    .input-box[data-value="44"] .bar {
        margin-right: 25px;
        width: calc(44% - math.div(25px, math.div(100, 44)))
    }

    .input-box[data-value="45"] .bar {
        margin-right: 25px;
        width: calc(45% - math.div(25px, math.div(100, 45)))
    }

    .input-box[data-value="46"] .bar {
        margin-right: 25px;
        width: calc(46% - math.div(25px, math.div(100, 46)))
    }

    .input-box[data-value="47"] .bar {
        margin-right: 25px;
        width: calc(47% - math.div(25px, math.div(100, 47)))
    }

    .input-box[data-value="48"] .bar {
        margin-right: 25px;
        width: calc(48% - math.div(25px, math.div(100, 48)))
    }

    .input-box[data-value="49"] .bar {
        margin-right: 25px;
        width: calc(49% - math.div(25px, math.div(100, 49)))
    }

    .input-box[data-value="50"] .bar {
        margin-right: 25px;
        width: calc(50% - math.div(25px, math.div(100, 50)))
    }

    .input-box[data-value="51"] .bar {
        margin-right: 25px;
        width: calc(51% - math.div(25px, math.div(100, 51)))
    }

    .input-box[data-value="52"] .bar {
        margin-right: 25px;
        width: calc(52% - math.div(25px, math.div(100, 52)))
    }

    .input-box[data-value="53"] .bar {
        margin-right: 25px;
        width: calc(53% - math.div(25px, math.div(100, 53)))
    }

    .input-box[data-value="54"] .bar {
        margin-right: 25px;
        width: calc(54% - math.div(25px, math.div(100, 54)))
    }

    .input-box[data-value="55"] .bar {
        margin-right: 25px;
        width: calc(55% - math.div(25px, math.div(100, 55)))
    }

    .input-box[data-value="56"] .bar {
        margin-right: 25px;
        width: calc(56% - math.div(25px, math.div(100, 56)))
    }

    .input-box[data-value="57"] .bar {
        margin-right: 25px;
        width: calc(57% - math.div(25px, math.div(100, 57)))
    }

    .input-box[data-value="58"] .bar {
        margin-right: 25px;
        width: calc(58% - math.div(25px, math.div(100, 58)))
    }

    .input-box[data-value="59"] .bar {
        margin-right: 25px;
        width: calc(59% - math.div(25px, math.div(100, 59)))
    }

    .input-box[data-value="60"] .bar {
        margin-right: 25px;
        width: calc(60% - math.div(25px, math.div(100, 60)))
    }

    .input-box[data-value="61"] .bar {
        margin-right: 25px;
        width: calc(61% - math.div(25px, math.div(100, 61)))
    }

    .input-box[data-value="62"] .bar {
        margin-right: 25px;
        width: calc(62% - math.div(25px, math.div(100, 62)))
    }

    .input-box[data-value="63"] .bar {
        margin-right: 25px;
        width: calc(63% - math.div(25px, math.div(100, 63)))
    }

    .input-box[data-value="64"] .bar {
        margin-right: 25px;
        width: calc(64% - math.div(25px, math.div(100, 64)))
    }

    .input-box[data-value="65"] .bar {
        margin-right: 25px;
        width: calc(65% - math.div(25px, math.div(100, 65)))
    }

    .input-box[data-value="66"] .bar {
        margin-right: 25px;
        width: calc(66% - math.div(25px, math.div(100, 66)))
    }

    .input-box[data-value="67"] .bar {
        margin-right: 25px;
        width: calc(67% - math.div(25px, math.div(100, 67)))
    }

    .input-box[data-value="68"] .bar {
        margin-right: 25px;
        width: calc(68% - math.div(25px, math.div(100, 68)))
    }

    .input-box[data-value="69"] .bar {
        margin-right: 25px;
        width: calc(69% - math.div(25px, math.div(100, 69)))
    }

    .input-box[data-value="70"] .bar {
        margin-right: 25px;
        width: calc(70% - math.div(25px, math.div(100, 70)))
    }

    .input-box[data-value="71"] .bar {
        margin-right: 25px;
        width: calc(71% - math.div(25px, math.div(100, 71)))
    }

    .input-box[data-value="72"] .bar {
        margin-right: 25px;
        width: calc(72% - math.div(25px, math.div(100, 72)))
    }

    .input-box[data-value="73"] .bar {
        margin-right: 25px;
        width: calc(73% - math.div(25px, math.div(100, 73)))
    }

    .input-box[data-value="74"] .bar {
        margin-right: 25px;
        width: calc(74% - math.div(25px, math.div(100, 74)))
    }

    .input-box[data-value="75"] .bar {
        margin-right: 25px;
        width: calc(75% - math.div(25px, math.div(100, 75)))
    }

    .input-box[data-value="76"] .bar {
        margin-right: 25px;
        width: calc(76% - math.div(25px, math.div(100, 76)))
    }

    .input-box[data-value="77"] .bar {
        margin-right: 25px;
        width: calc(77% - math.div(25px, math.div(100, 77)))
    }

    .input-box[data-value="78"] .bar {
        margin-right: 25px;
        width: calc(78% - math.div(25px, math.div(100, 78)))
    }

    .input-box[data-value="79"] .bar {
        margin-right: 25px;
        width: calc(79% - math.div(25px, math.div(100, 79)))
    }

    .input-box[data-value="80"] .bar {
        margin-right: 25px;
        width: calc(80% - math.div(25px, math.div(100, 80)))
    }

    .input-box[data-value="81"] .bar {
        margin-right: 25px;
        width: calc(81% - math.div(25px, math.div(100, 81)))
    }

    .input-box[data-value="82"] .bar {
        margin-right: 25px;
        width: calc(82% - math.div(25px, math.div(100, 82)))
    }

    .input-box[data-value="83"] .bar {
        margin-right: 25px;
        width: calc(83% - math.div(25px, math.div(100, 83)))
    }

    .input-box[data-value="84"] .bar {
        margin-right: 25px;
        width: calc(84% - math.div(25px, math.div(100, 84)))
    }

    .input-box[data-value="85"] .bar {
        margin-right: 25px;
        width: calc(85% - math.div(25px, math.div(100, 85)))
    }

    .input-box[data-value="86"] .bar {
        margin-right: 25px;
        width: calc(86% - math.div(25px, math.div(100, 86)))
    }

    .input-box[data-value="87"] .bar {
        margin-right: 25px;
        width: calc(87% - math.div(25px, math.div(100, 87)))
    }

    .input-box[data-value="88"] .bar {
        margin-right: 25px;
        width: calc(88% - math.div(25px, math.div(100, 88)))
    }

    .input-box[data-value="89"] .bar {
        margin-right: 25px;
        width: calc(89% - math.div(25px, math.div(100, 89)))
    }

    .input-box[data-value="90"] .bar {
        margin-right: 25px;
        width: calc(90% - math.div(25px, math.div(100, 90)))
    }

    .input-box[data-value="91"] .bar {
        margin-right: 25px;
        width: calc(91% - math.div(25px, math.div(100, 91)))
    }

    .input-box[data-value="92"] .bar {
        margin-right: 25px;
        width: calc(92% - math.div(25px, math.div(100, 92)))
    }

    .input-box[data-value="93"] .bar {
        margin-right: 25px;
        width: calc(93% - math.div(25px, math.div(100, 93)))
    }

    .input-box[data-value="94"] .bar {
        margin-right: 25px;
        width: calc(94% - math.div(25px, math.div(100, 94)))
    }

    .input-box[data-value="95"] .bar {
        margin-right: 25px;
        width: calc(95% - math.div(25px, math.div(100, 95)))
    }

    .input-box[data-value="96"] .bar {
        margin-right: 25px;
        width: calc(96% - math.div(25px, math.div(100, 96)))
    }

    .input-box[data-value="97"] .bar {
        margin-right: 25px;
        width: calc(97% - math.div(25px, math.div(100, 97)))
    }

    .input-box[data-value="98"] .bar {
        margin-right: 25px;
        width: calc(98% - math.div(25px, math.div(100, 98)))
    }

    .input-box[data-value="99"] .bar {
        margin-right: 25px;
        width: calc(99% - math.div(25px, math.div(100, 99)))
    }

    .input-box[data-value="100"] .bar {
        margin-right: 25px;
        width: calc(100% - math.div(25px, math.div(100, 100)))
    }

.switch[type=checkbox] {
    outline: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

    .switch[type=checkbox][disabled] {
        cursor: not-allowed
    }

        .switch[type=checkbox][disabled] + label {
            opacity: .5
        }

            .switch[type=checkbox][disabled] + label::before {
                opactiy: .5
            }

            .switch[type=checkbox][disabled] + label::after {
                opactiy: .5
            }

            .switch[type=checkbox][disabled] + label:hover, .switch[type=checkbox][disabled] + label.is-hovered {
                cursor: not-allowed
            }

    .switch[type=checkbox] + label {
        position: relative;
        display: initial;
        font-size: 1.2rem;
        line-height: initial;
        padding-left: 4.1rem;
        padding-top: .2rem;
        cursor: pointer
    }

        .switch[type=checkbox] + label::before {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 3.6rem;
            height: 1.8rem;
            border: .1rem solid rgba(0,0,0,0);
            border-radius: 100px;
            background: #F0F0F0;
            content: ""
        }

        .switch[type=checkbox] + label::after {
            display: block;
            position: absolute;
            top: .25rem;
            left: .25rem;
            width: 1.3rem;
            height: 1.3rem;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            border-radius: 100px;
            background: #fff;
            -webkit-transition: all .25s ease-out;
            transition: all .25s ease-out;
            content: ""
        }

    .switch[type=checkbox].is-rtl + label {
        padding-left: 0;
        padding-right: 4.1rem
    }

        .switch[type=checkbox].is-rtl + label::before {
            left: auto;
            right: 0
        }

        .switch[type=checkbox].is-rtl + label::after {
            left: auto;
            right: .25rem
        }

    .switch[type=checkbox]:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(237,237,237,.25);
        box-shadow: 0 0 0 .125em rgba(237,237,237,.25)
    }

    .switch[type=checkbox]:hover + label::before {
        background: #e7e7e7
    }

    .switch[type=checkbox]:active + label::before {
        background: #e0e0e0
    }

    .switch[type=checkbox]:checked + label::before {
        background: #878787
    }

    .switch[type=checkbox]:checked + label::after {
        left: 1.925rem
    }

    .switch[type=checkbox]:checked.is-rtl + label::after {
        left: auto;
        right: 1.925rem
    }

    .switch[type=checkbox]:checked:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(135,135,135,.25);
        box-shadow: 0 0 0 .125em rgba(135,135,135,.25)
    }

    .switch[type=checkbox]:checked:hover + label::before {
        background: #818181
    }

    .switch[type=checkbox]:checked:active + label::before {
        background: #7a7a7a
    }

    .switch[type=checkbox].is-outlined + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #F0F0F0
    }

    .switch[type=checkbox].is-outlined + label::after {
        background: #F0F0F0
    }

    .switch[type=checkbox].is-outlined:hover + label::before {
        border-color: #e7e7e7
    }

    .switch[type=checkbox].is-outlined:hover + label::after {
        background: #e7e7e7
    }

    .switch[type=checkbox].is-outlined:active + label::before {
        border-color: #e7e7e7
    }

    .switch[type=checkbox].is-outlined:active + label::after {
        background: #e0e0e0
    }

    .switch[type=checkbox].is-outlined:checked + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #878787
    }

    .switch[type=checkbox].is-outlined:checked + label::after {
        background: #878787
    }

    .switch[type=checkbox].is-outlined:checked:hover + label::before {
        border-color: #818181
    }

    .switch[type=checkbox].is-outlined:checked:hover + label::after {
        background: #818181
    }

    .switch[type=checkbox].is-outlined:checked:active + label::before {
        border-color: #818181
    }

    .switch[type=checkbox].is-outlined:checked:active + label::after {
        background: #7a7a7a
    }

    .switch[type=checkbox].is-thin + label::before {
        top: .6545454545rem;
        height: .45rem
    }

    .switch[type=checkbox].is-thin + label::after {
        -webkit-box-shadow: 0px 0px 3px #878787;
        box-shadow: 0px 0px 3px #878787
    }

    .switch[type=checkbox].is-small + label {
        position: relative;
        display: initial;
        font-size: 1rem;
        line-height: initial;
        padding-left: 3.5rem;
        padding-top: .2rem;
        cursor: pointer
    }

        .switch[type=checkbox].is-small + label::before {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 3rem;
            height: 1.5rem;
            border: .1rem solid rgba(0,0,0,0);
            border-radius: 100px;
            background: #F0F0F0;
            content: ""
        }

        .switch[type=checkbox].is-small + label::after {
            display: block;
            position: absolute;
            top: .25rem;
            left: .25rem;
            width: 1rem;
            height: 1rem;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            border-radius: 100px;
            background: #fff;
            -webkit-transition: all .25s ease-out;
            transition: all .25s ease-out;
            content: ""
        }

    .switch[type=checkbox].is-small.is-rtl + label {
        padding-left: 0;
        padding-right: 3.5rem
    }

        .switch[type=checkbox].is-small.is-rtl + label::before {
            left: auto;
            right: 0
        }

        .switch[type=checkbox].is-small.is-rtl + label::after {
            left: auto;
            right: .25rem
        }

    .switch[type=checkbox].is-small:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(237,237,237,.25);
        box-shadow: 0 0 0 .125em rgba(237,237,237,.25)
    }

    .switch[type=checkbox].is-small:hover + label::before {
        background: #e7e7e7
    }

    .switch[type=checkbox].is-small:active + label::before {
        background: #e0e0e0
    }

    .switch[type=checkbox].is-small:checked + label::before {
        background: #878787
    }

    .switch[type=checkbox].is-small:checked + label::after {
        left: 1.625rem
    }

    .switch[type=checkbox].is-small:checked.is-rtl + label::after {
        left: auto;
        right: 1.625rem
    }

    .switch[type=checkbox].is-small:checked:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(135,135,135,.25);
        box-shadow: 0 0 0 .125em rgba(135,135,135,.25)
    }

    .switch[type=checkbox].is-small:checked:hover + label::before {
        background: #818181
    }

    .switch[type=checkbox].is-small:checked:active + label::before {
        background: #7a7a7a
    }

    .switch[type=checkbox].is-small.is-outlined + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #F0F0F0
    }

    .switch[type=checkbox].is-small.is-outlined + label::after {
        background: #F0F0F0
    }

    .switch[type=checkbox].is-small.is-outlined:hover + label::before {
        border-color: #e7e7e7
    }

    .switch[type=checkbox].is-small.is-outlined:hover + label::after {
        background: #e7e7e7
    }

    .switch[type=checkbox].is-small.is-outlined:active + label::before {
        border-color: #e7e7e7
    }

    .switch[type=checkbox].is-small.is-outlined:active + label::after {
        background: #e0e0e0
    }

    .switch[type=checkbox].is-small.is-outlined:checked + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #878787
    }

    .switch[type=checkbox].is-small.is-outlined:checked + label::after {
        background: #878787
    }

    .switch[type=checkbox].is-small.is-outlined:checked:hover + label::before {
        border-color: #818181
    }

    .switch[type=checkbox].is-small.is-outlined:checked:hover + label::after {
        background: #818181
    }

    .switch[type=checkbox].is-small.is-outlined:checked:active + label::before {
        border-color: #818181
    }

    .switch[type=checkbox].is-small.is-outlined:checked:active + label::after {
        background: #7a7a7a
    }

    .switch[type=checkbox].is-small.is-thin + label::before {
        top: .5454545455rem;
        height: .375rem
    }

    .switch[type=checkbox].is-small.is-thin + label::after {
        -webkit-box-shadow: 0px 0px 3px #878787;
        box-shadow: 0px 0px 3px #878787
    }

    .switch[type=checkbox].is-medium + label {
        position: relative;
        display: initial;
        font-size: 1.5rem;
        line-height: initial;
        padding-left: 5rem;
        padding-top: .2rem;
        cursor: pointer
    }

        .switch[type=checkbox].is-medium + label::before {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 4.5rem;
            height: 2.25rem;
            border: .1rem solid rgba(0,0,0,0);
            border-radius: 100px;
            background: #F0F0F0;
            content: ""
        }

        .switch[type=checkbox].is-medium + label::after {
            display: block;
            position: absolute;
            top: .25rem;
            left: .25rem;
            width: 1.75rem;
            height: 1.75rem;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            border-radius: 100px;
            background: #fff;
            -webkit-transition: all .25s ease-out;
            transition: all .25s ease-out;
            content: ""
        }

    .switch[type=checkbox].is-medium.is-rtl + label {
        padding-left: 0;
        padding-right: 5rem
    }

        .switch[type=checkbox].is-medium.is-rtl + label::before {
            left: auto;
            right: 0
        }

        .switch[type=checkbox].is-medium.is-rtl + label::after {
            left: auto;
            right: .25rem
        }

    .switch[type=checkbox].is-medium:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(237,237,237,.25);
        box-shadow: 0 0 0 .125em rgba(237,237,237,.25)
    }

    .switch[type=checkbox].is-medium:hover + label::before {
        background: #e7e7e7
    }

    .switch[type=checkbox].is-medium:active + label::before {
        background: #e0e0e0
    }

    .switch[type=checkbox].is-medium:checked + label::before {
        background: #878787
    }

    .switch[type=checkbox].is-medium:checked + label::after {
        left: 2.375rem
    }

    .switch[type=checkbox].is-medium:checked.is-rtl + label::after {
        left: auto;
        right: 2.375rem
    }

    .switch[type=checkbox].is-medium:checked:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(135,135,135,.25);
        box-shadow: 0 0 0 .125em rgba(135,135,135,.25)
    }

    .switch[type=checkbox].is-medium:checked:hover + label::before {
        background: #818181
    }

    .switch[type=checkbox].is-medium:checked:active + label::before {
        background: #7a7a7a
    }

    .switch[type=checkbox].is-medium.is-outlined + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #F0F0F0
    }

    .switch[type=checkbox].is-medium.is-outlined + label::after {
        background: #F0F0F0
    }

    .switch[type=checkbox].is-medium.is-outlined:hover + label::before {
        border-color: #e7e7e7
    }

    .switch[type=checkbox].is-medium.is-outlined:hover + label::after {
        background: #e7e7e7
    }

    .switch[type=checkbox].is-medium.is-outlined:active + label::before {
        border-color: #e7e7e7
    }

    .switch[type=checkbox].is-medium.is-outlined:active + label::after {
        background: #e0e0e0
    }

    .switch[type=checkbox].is-medium.is-outlined:checked + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #878787
    }

    .switch[type=checkbox].is-medium.is-outlined:checked + label::after {
        background: #878787
    }

    .switch[type=checkbox].is-medium.is-outlined:checked:hover + label::before {
        border-color: #818181
    }

    .switch[type=checkbox].is-medium.is-outlined:checked:hover + label::after {
        background: #818181
    }

    .switch[type=checkbox].is-medium.is-outlined:checked:active + label::before {
        border-color: #818181
    }

    .switch[type=checkbox].is-medium.is-outlined:checked:active + label::after {
        background: #7a7a7a
    }

    .switch[type=checkbox].is-medium.is-thin + label::before {
        top: .8181818182rem;
        height: .5625rem
    }

    .switch[type=checkbox].is-medium.is-thin + label::after {
        -webkit-box-shadow: 0px 0px 3px #878787;
        box-shadow: 0px 0px 3px #878787
    }

    .switch[type=checkbox].is-large + label {
        position: relative;
        display: initial;
        font-size: 1.8rem;
        line-height: initial;
        padding-left: 5.9rem;
        padding-top: .2rem;
        cursor: pointer
    }

        .switch[type=checkbox].is-large + label::before {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 5.4rem;
            height: 2.7rem;
            border: .1rem solid rgba(0,0,0,0);
            border-radius: 100px;
            background: #F0F0F0;
            content: ""
        }

        .switch[type=checkbox].is-large + label::after {
            display: block;
            position: absolute;
            top: .25rem;
            left: .25rem;
            width: 2.2rem;
            height: 2.2rem;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            border-radius: 100px;
            background: #fff;
            -webkit-transition: all .25s ease-out;
            transition: all .25s ease-out;
            content: ""
        }

    .switch[type=checkbox].is-large.is-rtl + label {
        padding-left: 0;
        padding-right: 5.9rem
    }

        .switch[type=checkbox].is-large.is-rtl + label::before {
            left: auto;
            right: 0
        }

        .switch[type=checkbox].is-large.is-rtl + label::after {
            left: auto;
            right: .25rem
        }

    .switch[type=checkbox].is-large:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(237,237,237,.25);
        box-shadow: 0 0 0 .125em rgba(237,237,237,.25)
    }

    .switch[type=checkbox].is-large:hover + label::before {
        background: #e7e7e7
    }

    .switch[type=checkbox].is-large:active + label::before {
        background: #e0e0e0
    }

    .switch[type=checkbox].is-large:checked + label::before {
        background: #878787
    }

    .switch[type=checkbox].is-large:checked + label::after {
        left: 2.825rem
    }

    .switch[type=checkbox].is-large:checked.is-rtl + label::after {
        left: auto;
        right: 2.825rem
    }

    .switch[type=checkbox].is-large:checked:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(135,135,135,.25);
        box-shadow: 0 0 0 .125em rgba(135,135,135,.25)
    }

    .switch[type=checkbox].is-large:checked:hover + label::before {
        background: #818181
    }

    .switch[type=checkbox].is-large:checked:active + label::before {
        background: #7a7a7a
    }

    .switch[type=checkbox].is-large.is-outlined + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #F0F0F0
    }

    .switch[type=checkbox].is-large.is-outlined + label::after {
        background: #F0F0F0
    }

    .switch[type=checkbox].is-large.is-outlined:hover + label::before {
        border-color: #e7e7e7
    }

    .switch[type=checkbox].is-large.is-outlined:hover + label::after {
        background: #e7e7e7
    }

    .switch[type=checkbox].is-large.is-outlined:active + label::before {
        border-color: #e7e7e7
    }

    .switch[type=checkbox].is-large.is-outlined:active + label::after {
        background: #e0e0e0
    }

    .switch[type=checkbox].is-large.is-outlined:checked + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #878787
    }

    .switch[type=checkbox].is-large.is-outlined:checked + label::after {
        background: #878787
    }

    .switch[type=checkbox].is-large.is-outlined:checked:hover + label::before {
        border-color: #818181
    }

    .switch[type=checkbox].is-large.is-outlined:checked:hover + label::after {
        background: #818181
    }

    .switch[type=checkbox].is-large.is-outlined:checked:active + label::before {
        border-color: #818181
    }

    .switch[type=checkbox].is-large.is-outlined:checked:active + label::after {
        background: #7a7a7a
    }

    .switch[type=checkbox].is-large.is-thin + label::before {
        top: .9818181818rem;
        height: .675rem
    }

    .switch[type=checkbox].is-large.is-thin + label::after {
        -webkit-box-shadow: 0px 0px 3px #878787;
        box-shadow: 0px 0px 3px #878787
    }

    .switch[type=checkbox].is-primary:checked + label::before {
        background: #039be5
    }

    .switch[type=checkbox].is-primary:checked:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
        box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
    }

    .switch[type=checkbox].is-primary:checked:hover + label::before {
        background: #0392d8
    }

    .switch[type=checkbox].is-primary:checked:active + label::before {
        background: #038acc
    }

    .switch[type=checkbox].is-primary.is-outlined:checked + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #039be5
    }

    .switch[type=checkbox].is-primary.is-outlined:checked + label::after {
        background: #039be5
    }

    .switch[type=checkbox].is-primary.is-outlined:checked:hover + label::before {
        border-color: #0392d8
    }

    .switch[type=checkbox].is-primary.is-outlined:checked:hover + label::after {
        background: #0392d8
    }

    .switch[type=checkbox].is-primary.is-outlined:checked:active + label::before {
        border-color: #0392d8
    }

    .switch[type=checkbox].is-primary.is-outlined:checked:active + label::after {
        background: #038acc
    }

    .switch[type=checkbox].is-primary.is-thin.is-outlined + label::after {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .switch[type=checkbox].is-secondary:checked + label::before {
        background: #0084c4
    }

    .switch[type=checkbox].is-secondary:checked:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(0,132,196,.25);
        box-shadow: 0 0 0 .125em rgba(0,132,196,.25)
    }

    .switch[type=checkbox].is-secondary:checked:hover + label::before {
        background: #007bb7
    }

    .switch[type=checkbox].is-secondary:checked:active + label::before {
        background: #0073ab
    }

    .switch[type=checkbox].is-secondary.is-outlined:checked + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #0084c4
    }

    .switch[type=checkbox].is-secondary.is-outlined:checked + label::after {
        background: #0084c4
    }

    .switch[type=checkbox].is-secondary.is-outlined:checked:hover + label::before {
        border-color: #007bb7
    }

    .switch[type=checkbox].is-secondary.is-outlined:checked:hover + label::after {
        background: #007bb7
    }

    .switch[type=checkbox].is-secondary.is-outlined:checked:active + label::before {
        border-color: #007bb7
    }

    .switch[type=checkbox].is-secondary.is-outlined:checked:active + label::after {
        background: #0073ab
    }

    .switch[type=checkbox].is-secondary.is-thin.is-outlined + label::after {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .switch[type=checkbox].is-accent:checked + label::before {
        background: #00d1b2
    }

    .switch[type=checkbox].is-accent:checked:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(0,209,178,.25);
        box-shadow: 0 0 0 .125em rgba(0,209,178,.25)
    }

    .switch[type=checkbox].is-accent:checked:hover + label::before {
        background: #00c4a7
    }

    .switch[type=checkbox].is-accent:checked:active + label::before {
        background: #00b89c
    }

    .switch[type=checkbox].is-accent.is-outlined:checked + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #00d1b2
    }

    .switch[type=checkbox].is-accent.is-outlined:checked + label::after {
        background: #00d1b2
    }

    .switch[type=checkbox].is-accent.is-outlined:checked:hover + label::before {
        border-color: #00c4a7
    }

    .switch[type=checkbox].is-accent.is-outlined:checked:hover + label::after {
        background: #00c4a7
    }

    .switch[type=checkbox].is-accent.is-outlined:checked:active + label::before {
        border-color: #00c4a7
    }

    .switch[type=checkbox].is-accent.is-outlined:checked:active + label::after {
        background: #00b89c
    }

    .switch[type=checkbox].is-accent.is-thin.is-outlined + label::after {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .switch[type=checkbox].is-info:checked + label::before {
        background: #039be5
    }

    .switch[type=checkbox].is-info:checked:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(3,155,229,.25);
        box-shadow: 0 0 0 .125em rgba(3,155,229,.25)
    }

    .switch[type=checkbox].is-info:checked:hover + label::before {
        background: #0392d8
    }

    .switch[type=checkbox].is-info:checked:active + label::before {
        background: #038acc
    }

    .switch[type=checkbox].is-info.is-outlined:checked + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #039be5
    }

    .switch[type=checkbox].is-info.is-outlined:checked + label::after {
        background: #039be5
    }

    .switch[type=checkbox].is-info.is-outlined:checked:hover + label::before {
        border-color: #0392d8
    }

    .switch[type=checkbox].is-info.is-outlined:checked:hover + label::after {
        background: #0392d8
    }

    .switch[type=checkbox].is-info.is-outlined:checked:active + label::before {
        border-color: #0392d8
    }

    .switch[type=checkbox].is-info.is-outlined:checked:active + label::after {
        background: #038acc
    }

    .switch[type=checkbox].is-info.is-thin.is-outlined + label::after {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .switch[type=checkbox].is-success:checked + label::before {
        background: #06d6a0
    }

    .switch[type=checkbox].is-success:checked:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(6,214,160,.25);
        box-shadow: 0 0 0 .125em rgba(6,214,160,.25)
    }

    .switch[type=checkbox].is-success:checked:hover + label::before {
        background: #06ca97
    }

    .switch[type=checkbox].is-success:checked:active + label::before {
        background: #05bd8d
    }

    .switch[type=checkbox].is-success.is-outlined:checked + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #06d6a0
    }

    .switch[type=checkbox].is-success.is-outlined:checked + label::after {
        background: #06d6a0
    }

    .switch[type=checkbox].is-success.is-outlined:checked:hover + label::before {
        border-color: #06ca97
    }

    .switch[type=checkbox].is-success.is-outlined:checked:hover + label::after {
        background: #06ca97
    }

    .switch[type=checkbox].is-success.is-outlined:checked:active + label::before {
        border-color: #06ca97
    }

    .switch[type=checkbox].is-success.is-outlined:checked:active + label::after {
        background: #05bd8d
    }

    .switch[type=checkbox].is-success.is-thin.is-outlined + label::after {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .switch[type=checkbox].is-warning:checked + label::before {
        background: #eda514
    }

    .switch[type=checkbox].is-warning:checked:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(237,165,20,.25);
        box-shadow: 0 0 0 .125em rgba(237,165,20,.25)
    }

    .switch[type=checkbox].is-warning:checked:hover + label::before {
        background: #e39d11
    }

    .switch[type=checkbox].is-warning:checked:active + label::before {
        background: #d79510
    }

    .switch[type=checkbox].is-warning.is-outlined:checked + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #eda514
    }

    .switch[type=checkbox].is-warning.is-outlined:checked + label::after {
        background: #eda514
    }

    .switch[type=checkbox].is-warning.is-outlined:checked:hover + label::before {
        border-color: #e39d11
    }

    .switch[type=checkbox].is-warning.is-outlined:checked:hover + label::after {
        background: #e39d11
    }

    .switch[type=checkbox].is-warning.is-outlined:checked:active + label::before {
        border-color: #e39d11
    }

    .switch[type=checkbox].is-warning.is-outlined:checked:active + label::after {
        background: #d79510
    }

    .switch[type=checkbox].is-warning.is-thin.is-outlined + label::after {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .switch[type=checkbox].is-danger:checked + label::before {
        background: #f92b60
    }

    .switch[type=checkbox].is-danger:checked:focus:not(:active) + label::before {
        -webkit-box-shadow: 0 0 0 .125em rgba(249,43,96,.25);
        box-shadow: 0 0 0 .125em rgba(249,43,96,.25)
    }

    .switch[type=checkbox].is-danger:checked:hover + label::before {
        background: #f91f57
    }

    .switch[type=checkbox].is-danger:checked:active + label::before {
        background: #f8124d
    }

    .switch[type=checkbox].is-danger.is-outlined:checked + label::before {
        background-color: rgba(0,0,0,0);
        border-color: #f92b60
    }

    .switch[type=checkbox].is-danger.is-outlined:checked + label::after {
        background: #f92b60
    }

    .switch[type=checkbox].is-danger.is-outlined:checked:hover + label::before {
        border-color: #f91f57
    }

    .switch[type=checkbox].is-danger.is-outlined:checked:hover + label::after {
        background: #f91f57
    }

    .switch[type=checkbox].is-danger.is-outlined:checked:active + label::before {
        border-color: #f91f57
    }

    .switch[type=checkbox].is-danger.is-outlined:checked:active + label::after {
        background: #f8124d
    }

    .switch[type=checkbox].is-danger.is-thin.is-outlined + label::after {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .timeline *, .timeline *:before, .timeline *:after {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .timeline .timeline-item:after, .timeline .timeline-item:before {
        content: "";
        display: block;
        width: 100%;
        clear: both
    }

    .timeline:before {
        content: "";
        width: 3px;
        height: 100%;
        background: #F0F0F0;
        left: 50%;
        top: 0;
        position: absolute
    }

    .timeline:after {
        content: "";
        clear: both;
        display: table;
        width: 100%
    }

    .timeline .timeline-item {
        margin-bottom: 50px;
        position: relative
    }

        .timeline .timeline-item .timeline-icon {
            background: #00d1b2;
            width: 50px;
            height: 50px;
            position: absolute;
            top: 0;
            left: 50%;
            overflow: hidden;
            margin-left: -23px;
            cursor: pointer;
            border-radius: 50%;
            -webkit-box-shadow: 0px 5px 43px rgba(0,0,0,.18);
            box-shadow: 0px 5px 43px rgba(0,0,0,.18)
        }

            .timeline .timeline-item .timeline-icon i {
                position: relative;
                font-size: 1.6rem;
                top: 8px;
                left: 14px;
                color: #fff
            }

            .timeline .timeline-item .timeline-icon svg {
                position: relative;
                top: 14px;
                left: 14px
            }

        .timeline .timeline-item .timeline-content {
            width: 45%;
            background: #fff;
            padding: 20px;
            -webkit-box-shadow: 0px 5px 43px rgba(0,0,0,.18);
            box-shadow: 0px 5px 43px rgba(0,0,0,.18);
            border-radius: 5px;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .timeline .timeline-item .timeline-content .content-header {
                padding: 10px;
                background: #fff;
                color: #444f60;
                margin: -20px -20px 0 -20px;
                font-weight: 300;
                border-radius: 3px 3px 0 0
            }

                .timeline .timeline-item .timeline-content .content-header .timestamp {
                    font-size: .9rem;
                    color: #535555
                }

            .timeline .timeline-item .timeline-content .content-body {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%
            }

                .timeline .timeline-item .timeline-content .content-body .timeline-avatar {
                    height: 40px;
                    border-radius: 100px
                }

                .timeline .timeline-item .timeline-content .content-body .timeline-text {
                    margin: 0 10px
                }

                    .timeline .timeline-item .timeline-content .content-body .timeline-text div:first-child {
                        font-family: "Nexa Bold",sans-serif;
                        font-weight: 500;
                        color: #444f60
                    }

                    .timeline .timeline-item .timeline-content .content-body .timeline-text div:last-child {
                        color: #535555
                    }

                    .timeline .timeline-item .timeline-content .content-body .timeline-text .timestamp {
                        font-size: .9rem;
                        color: #535555
                    }

            .timeline .timeline-item .timeline-content:before {
                content: "";
                position: absolute;
                left: 45%;
                top: 20px;
                width: 0;
                height: 0;
                border-top: 7px solid rgba(0,0,0,0);
                border-bottom: 7px solid rgba(0,0,0,0);
                border-left: 7px solid #fff
            }

            .timeline .timeline-item .timeline-content.right {
                float: right
            }

                .timeline .timeline-item .timeline-content.right:before {
                    content: "";
                    right: 45%;
                    left: inherit;
                    border-left: 0;
                    border-right: 7px solid #fff
                }

    .timeline.doted .timeline-icon {
        background: #fff;
        border: 2px solid #F0F0F0;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 22%;
        overflow: hidden;
        margin: -5px;
        cursor: pointer;
        border-radius: 50%;
        -webkit-box-shadow: 0px 5px 43px rgba(0,0,0,.18);
        box-shadow: 0px 5px 43px rgba(0,0,0,.18)
    }

@media screen and (max-width: 768px) {
    .timeline {
        margin: 10px;
        padding: 0px;
        width: 100%
    }

        .timeline:before {
            left: 0
        }

        .timeline .timeline-item .timeline-content {
            width: 90%;
            float: right
        }

            .timeline .timeline-item .timeline-content:before, .timeline .timeline-item .timeline-content.right:before {
                left: 10%;
                margin-left: -6px;
                border-left: 0;
                border-right: 7px solid #fff
            }

        .timeline .timeline-item .timeline-icon {
            left: 0
        }

        .timeline.doted .timeline-icon {
            left: 0
        }
}

.simple-feed {
    padding: 15px;
    list-style: none
}

    .simple-feed a {
        color: #00d1b2
    }

    .simple-feed .feed-item {
        position: relative;
        top: -10px;
        padding-bottom: 40px;
        padding-left: 30px;
        border-left: 2px solid #F0F0F0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .simple-feed .feed-item .name {
            font-weight: 600;
            color: #444f60
        }

        .simple-feed .feed-item img {
            border-radius: 100px;
            width: 45px;
            height: 45px
        }

        .simple-feed .feed-item .feed-item-text {
            margin-left: 15px
        }

        .simple-feed .feed-item::after {
            content: "";
            display: block;
            position: absolute;
            top: 20%;
            left: -8px;
            width: 14px;
            height: 14px;
            border-radius: 100px;
            background: #fff;
            border: 2px solid #F0F0F0
        }

        .simple-feed .feed-item .date {
            display: block;
            position: relative;
            top: -5px;
            color: #535555;
            text-transform: none;
            font-size: 13px
        }

        .simple-feed .feed-item .text {
            position: relative;
            top: -3px
        }

.fileuploader-theme-onebutton .fileuploader-input {
    display: inline-block
}

    .fileuploader-theme-onebutton .fileuploader-input .fileuploader-input-caption {
        display: none
    }

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input, .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
    display: inline-block;
    width: 25%;
    height: 115px;
    line-height: 95px;
    padding: 10px;
    vertical-align: top
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
    width: 100%;
    max-width: 95px;
    height: 100%;
    border: 2px dashed #c2cdda;
    border-radius: 4px;
    text-align: center;
    font-size: 30px;
    color: #acb9c7;
    vertical-align: top;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

    .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner span {
        position: relative;
        top: -5px
    }

    .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:hover, .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:active {
        border-color: #92a7bf;
        color: #899baf
    }

.fileuploader-theme-thumbnails .fileuploader-dragging .fileuploader-thumbnails-input-inner {
    background: #fff
}

.fileuploader-theme-thumbnails .fileuploader-items-list {
    margin: -5px -10px
}

.fileuploader-theme-thumbnails .fileuploader-item {
    -webkit-animation: fileuploaderScaleIn .2s ease;
    animation: fileuploaderScaleIn .2s ease;
    border-bottom: 0
}

.fileuploader-theme-thumbnails .fileuploader-item-inner {
    position: relative;
    border-radius: 4px;
    background: rgba(255,255,255,.6);
    overflow: hidden;
    z-index: 1
}

.fileuploader-theme-thumbnails .fileuploader-item-inner, .fileuploader-theme-thumbnails fileuploader-item-inner .thumbnail-holder, .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
    width: 100%;
    height: 100%;
    min-height: 95px
}

.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
    position: relative;
    text-align: center;
    overflow: hidden
}

.fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image img, .fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image canvas {
    border-radius: 0
}

.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image img {
    max-height: 100%;
    min-height: 100%;
    max-width: none
}

.fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image.fileuploader-loading:after {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: .2
}

.fileuploader-theme-thumbnails .fileuploader-items-list .actions-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(33,33,33,.55);
    text-align: right;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
    z-index: 3
}

.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item:hover .actions-holder {
    opacity: 1
}

.fileuploader-theme-thumbnails .fileuploader-action {
    background: none;
    border: 0;
    width: 24px;
    height: 24px;
    margin: 3px 3px 0 0;
    z-index: 2
}

.fileuploader-theme-thumbnails .fileuploader-action-remove i:before, .fileuploader-theme-thumbnails .fileuploader-action-remove i:after {
    top: 4px;
    left: 10px;
    height: 14px;
    width: 3px;
    background: #fff
}

.fileuploader-theme-thumbnails .fileuploader-action-sort i {
    top: 10px;
    width: 12px
}

    .fileuploader-theme-thumbnails .fileuploader-action-sort i:before {
        top: -4px
    }

    .fileuploader-theme-thumbnails .fileuploader-action-sort i:after {
        top: 4px
    }

.fileuploader-theme-thumbnails .fileuploader-action-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1
}

.fileuploader-theme-thumbnails .fileuploader-item.upload-failed {
    background: none
}

.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item.upload-failed .fileuploader-item-icon {
    display: block !important;
    background: #db6868 !important;
    color: #fff
}

.fileuploader-theme-thumbnails .fileuploader-item.upload-pending .fileuploader-action-remove:after {
    right: 0;
    margin-top: -14px
}

.fileuploader-theme-thumbnails .fileuploader-item .progress-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

    .fileuploader-theme-thumbnails .fileuploader-item .progress-holder .fileuploader-progressbar {
        position: relative;
        top: 50%;
        width: 80%;
        height: 6px;
        margin: 0 auto;
        background: #dde4f6
    }

.fileuploader-theme-thumbnails .fileuploader-item.sorting {
    -webkit-animation: none;
    animation: none
}

.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder {
    background: none
}

    .fileuploader-theme-thumbnails .fileuploader-sorter-placeholder div {
        background: #fff
    }

.fileuploader-theme-dragdrop .fileuploader-input {
    display: block;
    padding: 60px 0;
    background: #fff;
    border: 2px dashed #c2cdda;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

    .fileuploader-theme-dragdrop .fileuploader-input .fileuploader-input-inner {
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease
    }

    .fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-input-inner {
        opacity: .4
    }

    .fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging img {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .fileuploader-theme-dragdrop .fileuploader-input img {
        display: block;
        max-width: 64px;
        margin: 0 auto;
        margin-bottom: 30px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .fileuploader-theme-dragdrop .fileuploader-input h3 {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        font-size: 18px;
        line-height: 23px;
        font-weight: bold;
        color: #555a6b;
        white-space: normal
    }

    .fileuploader-theme-dragdrop .fileuploader-input p {
        color: #74809d
    }

.fileuploader-theme-dragdrop.fileuploader-is-uploading .fileuploader-input-caption:after {
    display: none
}

.fileuploader-theme-dragdrop .fileuploader-pending-loader .right-half, .fileuploader-theme-dragdrop .fileuploader-pending-loader .spinner {
    background: #687ddb
}

.fileuploader-theme-dragdrop .fileuploader-input p {
    margin: 10px 0
}

.iconpicker-wrapper {
    padding: 20px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .iconpicker-wrapper .help {
        padding-top: 10px;
        font-weight: 500
    }

    .iconpicker-wrapper .iconpicker-preview {
        background: #039be5;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .iconpicker-wrapper .iconpicker-preview i {
            color: #fff
        }

        .iconpicker-wrapper .iconpicker-preview:hover {
            background: #0084c4
        }

    .iconpicker-wrapper:hover {
        border: 2px solid #0084c4
    }

.iconpicker-modal .iconpicker-icons a {
    color: #535555
}

    .iconpicker-modal .iconpicker-icons a:hover {
        color: #0084c4
    }

    .iconpicker-modal .iconpicker-icons a:before {
        content: "" !important
    }

.iconpicker-modal.is-active .modal-background {
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    background: rgba(0,0,0,.8) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    border-radius: 0 !important
}

.iconpicker-modal.is-active .modal-card {
    z-index: 99 !important
}

    .iconpicker-modal.is-active .modal-card .modal-card-head {
        background: #039be5
    }

        .iconpicker-modal.is-active .modal-card .modal-card-head .modal-card-title {
            color: #fff;
            font-weight: 500
        }

        .iconpicker-modal.is-active .modal-card .modal-card-head .iconpicker-search {
            background: #fff;
            color: #444f60;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .iconpicker-modal.is-active .modal-card .modal-card-head .iconpicker-search:focus {
                outline: none !important
            }

        .iconpicker-modal.is-active .modal-card .modal-card-head .delete:before, .iconpicker-modal.is-active .modal-card .modal-card-head .delete:after {
            background: #fff !important
        }

    .iconpicker-modal.is-active .modal-card .iconpicker-sets.tabs ul li a {
        border-radius: 0 !important
    }

    .iconpicker-modal.is-active .modal-card .iconpicker-sets.tabs ul li.is-active a {
        color: #0084c4;
        border-bottom: 1.4px solid #0084c4
    }

.calendar-legacy.is-centered {
    margin: 0 auto
}

.calendar-legacy.is-large .calendar-range:before {
    top: 1.6rem !important
}

.calendar-legacy.is-custom {
    border: 1px solid #F0F0F0;
    border-radius: 3px
}

    .calendar-legacy.is-custom .calendar-nav {
        background: #0084c4
    }

    .calendar-legacy.is-custom .calendar-nav-previous-month button, .calendar-legacy.is-custom .calendar-nav-next-month button {
        text-decoration: none !important
    }

        .calendar-legacy.is-custom .calendar-nav-previous-month button i, .calendar-legacy.is-custom .calendar-nav-next-month button i {
            color: #fff !important
        }

        .calendar-legacy.is-custom .calendar-nav-previous-month button:hover, .calendar-legacy.is-custom .calendar-nav-next-month button:hover {
            background: rgba(0,0,0,0) !important
        }

    .calendar-legacy.is-custom .calendar-body .date-item.is-today {
        border-color: #0084c4;
        color: #0084c4
    }

    .calendar-legacy.is-custom .calendar-body .date-item.is-active {
        background: #0084c4;
        color: #fff !important;
        border-color: #0084c4
    }

    .calendar-legacy.is-custom .calendar-body .calendar-range .date-item {
        color: #0084c4
    }

    .calendar-legacy.is-custom .calendar-body .calendar-range:before {
        background: #91dbff
    }

    .calendar-legacy.is-custom button:focus, .calendar-legacy.is-custom button:active {
        background: rgba(0,0,0,0) !important;
        border-color: rgba(0,0,0,0) !important
    }

.calendar-legacy .calendar-event {
    background: #535555;
    padding: .6rem .4rem !important
}

    .calendar-legacy .calendar-event.is-primary {
        background: #039be5 !important
    }

    .calendar-legacy .calendar-event.is-secondary {
        background: #0084c4 !important
    }

    .calendar-legacy .calendar-event.is-accent {
        background: #00d1b2 !important
    }

    .calendar-legacy .calendar-event.is-success {
        background: #06d6a0 !important
    }

    .calendar-legacy .calendar-event.is-warning {
        background: #eda514 !important;
        color: #fff !important
    }

    .calendar-legacy .calendar-event.is-danger {
        background: #f92b60 !important
    }

.datepicker-legacy.modal.is-active .modal-background, .datepicker-legacy.is-active .modal-background {
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    background: rgba(0,0,0,.8) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    border-radius: 0 !important
}

.datepicker-legacy.modal.is-active .calendar-legacy, .datepicker-legacy.is-active .calendar-legacy {
    z-index: 99 !important
}

    .datepicker-legacy.modal.is-active .calendar-legacy .calendar-nav, .datepicker-legacy.is-active .calendar-legacy .calendar-nav {
        background: #0084c4
    }

        .datepicker-legacy.modal.is-active .calendar-legacy .calendar-nav button:focus, .datepicker-legacy.modal.is-active .calendar-legacy .calendar-nav button:active, .datepicker-legacy.is-active .calendar-legacy .calendar-nav button:focus, .datepicker-legacy.is-active .calendar-legacy .calendar-nav button:active {
            background: rgba(0,0,0,0) !important;
            border-color: rgba(0,0,0,0) !important
        }

    .datepicker-legacy.modal.is-active .calendar-legacy .calendar-body, .datepicker-legacy.is-active .calendar-legacy .calendar-body {
        min-height: 266px !important
    }

        .datepicker-legacy.modal.is-active .calendar-legacy .calendar-body .date-item.is-active, .datepicker-legacy.is-active .calendar-legacy .calendar-body .date-item.is-active {
            background: #0084c4;
            border-color: #0084c4;
            color: #fff
        }

.datepicker-legacy .calendar-legacy {
    border: 1px solid #F0F0F0
}

.datetimepicker-wrapper.modal.is-active .modal-background {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    border-radius: 0;
    height: 100%;
    width: 100%;
    background: rgba(52,66,88,.6)
}

.datetimepicker-wrapper.modal.is-active .datetimepicker {
    z-index: 99
}

.datetimepicker-wrapper .datetimepicker {
    margin: 0 auto
}

.datetimepicker-dummy-wrapper {
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px;
    background: #fff;
    height: 38px !important
}

.Wallop--scale .Wallop-item--hidePrevious, .Wallop--scale .Wallop-item--hideNext {
    visibility: visible;
    -webkit-animation: scaleOut 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
    animation: scaleOut 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both
}

.Wallop--scale .Wallop-item--hidePrevious, .Wallop--scale .Wallop-item--hideNext {
    z-index: 2
}

.Wallop--scale .Wallop-item--showPrevious, .Wallop--scale .Wallop-item--showNext {
    z-index: 1
}

@-webkit-keyframes scaleOut {
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes scaleOut {
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

.Wallop--fade .Wallop-item--hidePrevious, .Wallop--fade .Wallop-item--hideNext {
    visibility: visible;
    -webkit-animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both
}

.Wallop--fade .Wallop-item--hidePrevious, .Wallop--fade .Wallop-item--hideNext {
    z-index: 2
}

.Wallop--fade .Wallop-item--showPrevious, .Wallop--fade .Wallop-item--showNext {
    z-index: 1
}

@-webkit-keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden
    }
}

.Wallop--v1 {
    top: -65px
}

    .Wallop--v1 .Wallop-list {
        width: 100%;
        height: 100%
    }

    .Wallop--v1 .Wallop-item {
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat
    }

    .Wallop--v1 .Wallop-buttonPrevious, .Wallop--v1 .Wallop-buttonNext {
        position: absolute;
        top: calc(50% - 27px);
        background: none;
        border: none;
        cursor: pointer;
        z-index: 6
    }

        .Wallop--v1 .Wallop-buttonPrevious:hover i, .Wallop--v1 .Wallop-buttonNext:hover i {
            opacity: .8;
            -webkit-transform: scale(1.05);
            transform: scale(1.05)
        }

        .Wallop--v1 .Wallop-buttonPrevious i, .Wallop--v1 .Wallop-buttonNext i {
            font-size: 3.5rem;
            color: #fff;
            -webkit-transition: all .4s;
            transition: all .4s
        }

        .Wallop--v1 .Wallop-buttonPrevious:active, .Wallop--v1 .Wallop-buttonPrevious:focus, .Wallop--v1 .Wallop-buttonNext:active, .Wallop--v1 .Wallop-buttonNext:focus {
            outline: none !important
        }

    .Wallop--v1 .Wallop-buttonPrevious {
        left: 20px
    }

    .Wallop--v1 .Wallop-buttonNext {
        right: 20px
    }

    .Wallop--v1 .Wallop-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.3);
        z-index: 1
    }

    .Wallop--v1 .Wallop-pagination {
        text-align: center;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 40px;
        z-index: 5
    }

    .Wallop--v1 .Wallop-dot {
        text-indent: -9999px;
        border: 0;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        padding: 0;
        margin: 5px;
        background-color: #ccc;
        cursor: pointer;
        -webkit-appearance: none
    }

        .Wallop--v1 .Wallop-dot:active, .Wallop--v1 .Wallop-dot:focus {
            outline: none !important
        }

    .Wallop--v1 .Wallop-dot--current {
        background-color: #039be5
    }

    .Wallop--v1 .Wallop-caption-wrapper {
        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;
        min-height: 100vh;
        position: relative
    }

    .Wallop--v1 .Wallop-caption {
        font-family: "Nexa Bold",sans-serif
    }

        .Wallop--v1 .Wallop-caption.is-centered {
            font-size: 3rem;
            height: 100%;
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            color: #fff;
            z-index: 5;
            text-align: center
        }

            .Wallop--v1 .Wallop-caption.is-centered .main-inner {
                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
            }

            .Wallop--v1 .Wallop-caption.is-centered h1 {
                font-weight: bolder !important;
                text-transform: uppercase
            }

            .Wallop--v1 .Wallop-caption.is-centered h4 {
                font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
                font-size: 40%;
                padding: 0;
                font-weight: 300
            }

    .Wallop--v1 .caption-action {
        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;
        margin-top: 20px
    }

        .Wallop--v1 .caption-action a {
            font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
        }

@media(max-width: 768px) {
    .Wallop--v1 .Wallop-caption {
        font-size: 2.8rem !important
    }

        .Wallop--v1 .Wallop-caption h1, .Wallop--v1 .Wallop-caption h4 {
            padding: 0 10% !important
        }
}

.Wallop--v2 {
    top: -65px
}

    .Wallop--v2 .Wallop-list {
        width: 100%;
        height: 100%
    }

    .Wallop--v2 .Wallop-item {
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat
    }

    .Wallop--v2 .Wallop-buttonPrevious, .Wallop--v2 .Wallop-buttonNext {
        position: absolute;
        top: 48%;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 6
    }

        .Wallop--v2 .Wallop-buttonPrevious:hover i, .Wallop--v2 .Wallop-buttonNext:hover i {
            opacity: .8;
            -webkit-transform: scale(1.05);
            transform: scale(1.05)
        }

        .Wallop--v2 .Wallop-buttonPrevious i, .Wallop--v2 .Wallop-buttonNext i {
            font-size: 3.5rem;
            color: #fff;
            -webkit-transition: all .4s;
            transition: all .4s
        }

        .Wallop--v2 .Wallop-buttonPrevious:active, .Wallop--v2 .Wallop-buttonPrevious:focus, .Wallop--v2 .Wallop-buttonNext:active, .Wallop--v2 .Wallop-buttonNext:focus {
            outline: none !important
        }

    .Wallop--v2 .Wallop-buttonPrevious {
        left: 20px
    }

    .Wallop--v2 .Wallop-buttonNext {
        right: 20px
    }

    .Wallop--v2 .Wallop-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.3);
        z-index: 1
    }

    .Wallop--v2 .Wallop-pagination {
        text-align: center;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 40px;
        z-index: 100
    }

    .Wallop--v2 .Wallop-dot {
        text-indent: -9999px;
        border: 0;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        padding: 0;
        margin: 5px;
        background-color: #ccc;
        cursor: pointer;
        -webkit-appearance: none
    }

        .Wallop--v2 .Wallop-dot:active, .Wallop--v2 .Wallop-dot:focus {
            outline: none !important
        }

    .Wallop--v2 .Wallop-dot--current {
        background-color: #039be5
    }

    .Wallop--v2 .Wallop-caption-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 100vh;
        position: relative;
        z-index: 99
    }

        .Wallop--v2 .Wallop-caption-wrapper .container {
            position: relative;
            min-height: 500px;
            height: 100vh;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .Wallop--v2 .Wallop-caption-wrapper .container .caption-inner h1 {
                font-family: "Nexa Bold",sans-serif;
                font-weight: 700;
                font-size: 3.8rem;
                line-height: 3.8rem;
                color: #fff
            }

            .Wallop--v2 .Wallop-caption-wrapper .container .caption-inner .caption-divider {
                width: 30%;
                height: 3px;
                background: #fff;
                margin: 10px 0
            }

            .Wallop--v2 .Wallop-caption-wrapper .container .caption-inner .caption-text {
                color: #fff;
                font-size: 1.25rem;
                font-weight: 400
            }

                .Wallop--v2 .Wallop-caption-wrapper .container .caption-inner .caption-text .action {
                    padding: 20px 0
                }

@media(max-width: 767px) {
    .Wallop--v2 .caption-inner {
        max-width: 100% !important;
        top: 30% !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center
    }

        .Wallop--v2 .caption-inner .caption-divider {
            height: 3px !important;
            margin: 10px auto !important
        }

        .Wallop--v2 .caption-inner h1 {
            font-size: 3.2rem !important
        }

        .Wallop--v2 .caption-inner .caption-text span {
            margin: 0 20px;
            display: block
        }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .Wallop--v2 .caption-inner {
        text-align: center;
        position: relative;
        top: 40vh !important
    }

        .Wallop--v2 .caption-inner .caption-divider {
            margin: 10px auto !important;
            height: 3px !important
        }

        .Wallop--v2 .caption-inner .caption-text {
            padding: 0 15%
        }

    .Wallop--v2 .is-tablet-padded {
        padding: 0 20% !important
    }
}

#landing-hero {
    background: #039be5 url(../img/graphics/legacy/icon-bg.webp) repeat 0 0;
    -webkit-animation: 18s linear 0s normal none infinite animate;
    animation: 18s linear 0s normal none infinite animate
}

@-webkit-keyframes animate {
    from {
        background-position: 0 0
    }

    to {
        background-position: 0 -1450px
    }
}

@keyframes animate {
    from {
        background-position: 0 0
    }

    to {
        background-position: 0 -1450px
    }
}

.has-waves-bottom {
    position: relative
}

    .has-waves-bottom:before {
        background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy.webp) no-repeat scroll 0 bottom/100% auto;
        content: "";
        height: 321px;
        width: 100%;
        z-index: 0 !important;
        position: absolute;
        bottom: -1px;
        left: 0
    }

.has-waves-bottom-dark {
    position: relative
}

    .has-waves-bottom-dark:before {
        background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-dark.webp) no-repeat scroll 0 bottom/100% auto;
        content: "";
        height: 321px;
        width: 100%;
        z-index: 0 !important;
        position: absolute;
        bottom: -1px;
        left: 0
    }

.hero.is-slant {
    position: relative
}

    .hero.is-slant:before {
        background: rgba(0,0,0,0) url(../img/graphics/legacy/slanted.svg) no-repeat scroll 0 bottom/100% auto;
        content: "";
        height: 150px;
        width: 100%;
        z-index: 1 !important;
        position: absolute;
        bottom: -1px;
        left: 0
    }

    .hero.is-slant .hero-body.pricing-hero {
        padding: 120px 0
    }

    .hero.is-slant .hero-body .clean-title {
        font-family: "Nexa Bold",sans-serif;
        font-weight: 700;
        font-size: 3.4rem;
        color: #444f60;
        padding: 0;
        line-height: 1.2
    }

    .hero.is-slant .hero-body .clean-hero-mockup {
        position: relative;
        margin-top: 80px;
        z-index: 2
    }

    .hero.is-slant .hero-body .cta-wrapper {
        padding: 20px 0
    }

@media(max-width: 768px) {
    .hero.is-slant .column.caption-column .clean-title, .hero.is-slant .column.caption-column .subtitle, .hero.is-slant .column.caption-column .cta-wrapper {
        text-align: center !important
    }
}

.has-waves-bottom-alt {
    position: relative
}

    .has-waves-bottom-alt:before {
        background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-alt.webp) no-repeat scroll 0 bottom/100% auto;
        content: "";
        height: 321px;
        width: 100%;
        z-index: 1 !important;
        position: absolute;
        bottom: -1px;
        left: 0
    }

    .has-waves-bottom-alt .columns {
        margin-top: -180px
    }

.has-wavy-footer {
    position: relative
}

    .has-wavy-footer:before {
        background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-alt.webp) no-repeat scroll 0 bottom/100% auto;
        content: "";
        height: 321px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1 !important
    }

.is-wavy-bg:before {
    background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-core.svg) no-repeat scroll 0 bottom/100% auto;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1 !important;
    position: absolute;
    bottom: 0;
    right: 0
}

body.is-theme-core .hero.is-wavy-bg:before {
    background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-core.svg) no-repeat scroll 0 bottom/100% auto
}

body.is-theme-purple .hero.is-wavy-bg:before {
    background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-purple.svg) no-repeat scroll 0 bottom/100% auto
}

body.is-theme-teal .hero.is-wavy-bg:before {
    background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-teal.svg) no-repeat scroll 0 bottom/100% auto
}

body.is-theme-green .hero.is-wavy-bg:before {
    background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-green.svg) no-repeat scroll 0 bottom/100% auto
}

body.is-theme-azur .hero.is-wavy-bg:before {
    background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-azur.svg) no-repeat scroll 0 bottom/100% auto
}

body.is-theme-blue .hero.is-wavy-bg:before {
    background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-blue.svg) no-repeat scroll 0 bottom/100% auto
}

body.is-theme-night .hero.is-wavy-bg:before {
    background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-night.svg) no-repeat scroll 0 bottom/100% auto
}

body.is-theme-yellow .hero.is-wavy-bg:before {
    background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-yellow.svg) no-repeat scroll 0 bottom/100% auto
}

body.is-theme-orange .hero.is-wavy-bg:before {
    background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-orange.svg) no-repeat scroll 0 bottom/100% auto
}

body.is-theme-red .hero.is-wavy-bg:before {
    background: rgba(0,0,0,0) url(../img/graphics/legacy/wavy-red.svg) no-repeat scroll 0 bottom/100% auto
}

.has-shape-layer-1 {
    overflow: hidden
}

    .has-shape-layer-1 .shape-layer {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        z-index: 0
    }

.has-shape-layer-2 {
    overflow: hidden
}

    .has-shape-layer-2 .shape-layer {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        z-index: 0
    }

.has-animated-waves {
    position: relative;
    z-index: 10
}

    .has-animated-waves.waves-top .animated-waves {
        top: 0
    }

    .has-animated-waves.waves-bottom .animated-waves {
        bottom: 0
    }

    .has-animated-waves .animated-waves {
        position: absolute;
        left: 0;
        width: 100%
    }

        .has-animated-waves .animated-waves.is-reversed {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

.waves-primary .animated-waves .parallax > use:first-child {
    fill: rgba(3,155,229,.7) !important
}

.waves-primary .animated-waves .parallax > use:nth-child(2) {
    fill: rgba(3,155,229,.5) !important
}

.waves-primary .animated-waves .parallax > use:nth-child(3) {
    fill: rgba(3,155,229,.3) !important
}

.waves-primary .animated-waves .parallax > use:nth-child(4) {
    fill: #039be5 !important
}

.waves-primary .animated-waves .parallax > use:last-child {
    fill: rgba(3,155,229,.7) !important
}

.waves-inverted .animated-waves .parallax > use:first-child {
    fill: rgba(255,255,255,.7) !important
}

.waves-inverted .animated-waves .parallax > use:nth-child(2) {
    fill: rgba(255,255,255,.5) !important
}

.waves-inverted .animated-waves .parallax > use:nth-child(3) {
    fill: rgba(255,255,255,.3) !important
}

.waves-inverted .animated-waves .parallax > use:nth-child(4) {
    fill: #fff !important
}

.waves-inverted .animated-waves .parallax > use:last-child {
    fill: rgba(255,255,255,.7) !important
}

.animated-waves .waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 250px
}

.animated-waves .parallax > use {
    -webkit-animation: move-forever 18s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: move-forever 18s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite
}

    .animated-waves .parallax > use:nth-child(1) {
        -webkit-animation-delay: -2s;
        animation-delay: -2s;
        -webkit-animation-duration: 7s;
        animation-duration: 7s
    }

    .animated-waves .parallax > use:nth-child(2) {
        -webkit-animation-delay: -3s;
        animation-delay: -3s;
        -webkit-animation-duration: 10s;
        animation-duration: 10s
    }

    .animated-waves .parallax > use:nth-child(3) {
        -webkit-animation-delay: -4s;
        animation-delay: -4s;
        -webkit-animation-duration: 13s;
        animation-duration: 13s
    }

    .animated-waves .parallax > use:nth-child(4) {
        -webkit-animation-delay: -5s;
        animation-delay: -5s;
        -webkit-animation-duration: 20s;
        animation-duration: 20s
    }

@-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0)
    }
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0)
    }
}

@media(max-width: 768px) {
    .animated-waves .waves {
        height: 40px;
        min-height: 40px
    }

    .animated-waves .content {
        height: 30vh
    }

    .animated-waves h1 {
        font-size: 24px
    }
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.hero.gradient-hero {
    background: #039be5;
    background: linear-gradient(-45deg, #00d1b2, #039be5, #039be5, #00d1b2);
    background-size: 400% 400%;
    -webkit-animation: gradientBG 15s ease infinite;
    animation: gradientBG 15s ease infinite
}

.hero.gradient-hero, .hero.slant-laptop-hero {
    position: relative
}

    .hero.gradient-hero .slant-shape, .hero.slant-laptop-hero .slant-shape {
        position: absolute;
        bottom: -1px;
        right: 0;
        z-index: 1 !important
    }

    .hero.gradient-hero .hero-caption, .hero.slant-laptop-hero .hero-caption {
        padding-bottom: 150px
    }

    .hero.gradient-hero .laptop-container, .hero.slant-laptop-hero .laptop-container {
        position: relative
    }

        .hero.gradient-hero .laptop-container .laptop, .hero.slant-laptop-hero .laptop-container .laptop {
            position: relative;
            z-index: 1 !important
        }

        .hero.gradient-hero .laptop-container .laptop-shadow, .hero.slant-laptop-hero .laptop-container .laptop-shadow {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 0 !important
        }

    .hero.gradient-hero .hero-foot, .hero.slant-laptop-hero .hero-foot {
        position: relative;
        z-index: 3
    }

.hero.rounded-hero {
    position: relative;
    z-index: 3
}

    .hero.rounded-hero.is-active .absolute-header {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

        .hero.rounded-hero.is-active .absolute-header .header-inner .states {
            opacity: 1;
            -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1)
        }

    .hero.rounded-hero.is-active .hero-body .hero-mockup {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        pointer-events: all
    }

    .hero.rounded-hero .hero-body .hero-mockup {
        display: block;
        max-width: 740px;
        margin: 0 auto;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        border-radius: 12px;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        pointer-events: none;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .hero.rounded-hero .hero-body .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.hero .is-hero-title {
    z-index: 2
}

    .hero .is-hero-title h1, .hero .is-hero-title h2 {
        color: #fff
    }

.absolute-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
    background: #039be5;
    background: linear-gradient(-45deg, #0280bd, #039be5, #039be5, #0280bd);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s;
    transition: all .3s
}

    .absolute-header .header-inner {
        position: relative;
        height: 100%;
        width: 100%
    }

        .absolute-header .header-inner .cut-circle {
            display: block;
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: auto
        }

@media(max-width: 767px) {
    .rounded-hero {
        min-height: 75vh !important
    }

        .rounded-hero .absolute-header {
            height: 500px
        }

        .rounded-hero .hero-body .hero-mockup {
            max-width: 340px !important
        }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .hero.gradient-hero .is-hero-title {
        text-align: center !important
    }

        .hero.gradient-hero .is-hero-title .buttons {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .hero.rounded-hero {
        min-height: 75vh !important
    }

        .hero.rounded-hero .hero-body .hero-mockup {
            max-width: 610px !important
        }
}

.blob-hero .morphing-blob-wrapper {
    position: absolute;
    opacity: .6
}

    .blob-hero .morphing-blob-wrapper.is-blob-1 {
        top: 20%;
        right: 12%
    }

    .blob-hero .morphing-blob-wrapper.is-blob-2 {
        bottom: 20%;
        left: 12%;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }

    .blob-hero .morphing-blob-wrapper.is-blob-3 {
        bottom: 10%;
        right: 5%;
        -webkit-transform: scale(0.4);
        transform: scale(0.4)
    }

    .blob-hero .morphing-blob-wrapper.is-blob-4 {
        top: 2%;
        left: 30%;
        -webkit-transform: scale(0.2);
        transform: scale(0.2)
    }

    .blob-hero .morphing-blob-wrapper.is-blob-5 {
        bottom: 45%;
        left: 10%;
        -webkit-transform: scale(0.4);
        transform: scale(0.4)
    }

    .blob-hero .morphing-blob-wrapper.is-blob-6 {
        bottom: 25%;
        left: 2%;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    .blob-hero .morphing-blob-wrapper.is-blob-7 {
        top: -12%;
        left: -8%
    }

@media(max-width: 767px) {
    .blob-hero .morphing-blob-wrapper.is-blob-1 {
        top: 17%;
        right: -27%;
        -webkit-transform: scale(0.1);
        transform: scale(0.1)
    }

    .blob-hero .morphing-blob-wrapper.is-blob-2 {
        display: none
    }

    .blob-hero .morphing-blob-wrapper.is-blob-3 {
        bottom: -1%;
        right: -26%
    }

    .blob-hero .morphing-blob-wrapper.is-blob-4 {
        top: -3%;
        left: 46%
    }

    .blob-hero .morphing-blob-wrapper.is-blob-5 {
        bottom: 45%;
        left: -38%
    }

    .blob-hero .morphing-blob-wrapper.is-blob-6 {
        bottom: -9%;
        left: -17%
    }
}

.hero {
    position: relative
}

    .hero.type-1.is-cover {
        background-size: cover !important
    }

    .hero.type-1 .hero-shape-commerce {
        position: absolute;
        top: unset;
        bottom: -1px !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        z-index: 1 !important
    }

    .hero.type-1 .is-hero-caption {
        position: relative;
        z-index: 2
    }

        .hero.type-1 .is-hero-caption .field-wrap .field {
            margin-bottom: 4px
        }

            .hero.type-1 .is-hero-caption .field-wrap .field .control:first-child {
                -webkit-box-flex: 2;
                -ms-flex-positive: 2;
                flex-grow: 2
            }

        .hero.type-1 .is-hero-caption .field-wrap .form-text {
            color: #fff
        }

    .hero.type-2.type-2-light {
        background: #f5f6fa
    }

        .hero.type-2.type-2-light .is-hero-caption .field-wrap .form-text {
            color: #535555
        }

    .hero.type-2.type-2-heavy {
        background: #039be5
    }

        .hero.type-2.type-2-heavy .is-hero-caption .field-wrap .form-text {
            color: #fff
        }

    .hero.type-2 .hero-shape-commerce {
        position: absolute;
        top: unset;
        bottom: -1px !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        z-index: 1 !important
    }

    .hero.type-2 .hero-shape {
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        z-index: 1 !important
    }

    .hero.type-2 .is-hero-caption {
        position: relative;
        z-index: 2
    }

        .hero.type-2 .is-hero-caption .field-wrap .field {
            margin-bottom: 4px
        }

            .hero.type-2 .is-hero-caption .field-wrap .field .control:first-child {
                -webkit-box-flex: 2;
                -ms-flex-positive: 2;
                flex-grow: 2
            }

    .hero .large-input {
        height: 46px
    }

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #333;
    opacity: .4
}

@media(max-width: 767px) {
    .hero.type-1 .is-hero-caption {
        text-align: center
    }

        .hero.type-1 .is-hero-caption .field-wrap .field {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .hero.type-1 .is-hero-caption .field-wrap .field .control:first-child {
                margin-bottom: 8px;
                margin-right: 0
            }

            .hero.type-1 .is-hero-caption .field-wrap .field .control .button {
                width: 100%
            }
}

.sub-hero {
    background: #f2f2fa
}

    .sub-hero.has-shapes .sub-hero-container .sub-hero-content {
        overflow: hidden;
        position: relative;
        -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
    }

        .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square {
            position: absolute
        }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-1 {
                top: -20px;
                left: -16px;
                -webkit-transform: rotate(124deg);
                transform: rotate(124deg);
                height: 68px;
                width: 68px;
                border-radius: 12px;
                background: #0387c7
            }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-2 {
                bottom: 20px;
                right: -16px;
                -webkit-transform: rotate(194deg);
                transform: rotate(194deg);
                height: 88px;
                width: 88px;
                border-radius: 16px;
                background: #0387c7
            }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-3 {
                top: -90px;
                right: 35%;
                -webkit-transform: rotate(234deg);
                transform: rotate(234deg);
                height: 160px;
                width: 160px;
                border-radius: 26px;
                background: #0387c7
            }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-4 {
                top: 50%;
                left: 15%;
                -webkit-transform: rotate(32deg);
                transform: rotate(32deg);
                height: 48px;
                width: 48px;
                border-radius: 8px;
                background: #0387c7
            }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-5 {
                top: 30%;
                left: 25%;
                -webkit-transform: rotate(60deg);
                transform: rotate(60deg);
                height: 18px;
                width: 18px;
                border-radius: 6px;
                border: 2px solid #3dbefc
            }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-6 {
                top: 28%;
                left: 32%;
                -webkit-transform: rotate(120deg);
                transform: rotate(120deg);
                height: 32px;
                width: 32px;
                border-radius: 6px;
                border: 2px solid #3dbefc
            }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-7 {
                top: 24%;
                left: 27%;
                -webkit-transform: rotate(60deg);
                transform: rotate(60deg);
                height: 10px;
                width: 10px;
                border-radius: 3px;
                border: 1.4px solid #3dbefc
            }

    .sub-hero .hero-body.is-narrow {
        padding-top: 20px
    }

    .sub-hero .sub-hero-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 12px;
        background: #039be5
    }

        .sub-hero .sub-hero-container .sub-hero-content {
            text-align: center;
            width: 100%;
            padding: 4rem;
            border-radius: 12px
        }

            .sub-hero .sub-hero-container .sub-hero-content h1, .sub-hero .sub-hero-container .sub-hero-content h3 {
                position: relative;
                z-index: 10
            }

        .sub-hero .sub-hero-container .sub-hero-search {
            position: absolute;
            bottom: -18px;
            left: 0;
            right: 0;
            width: 100%;
            max-width: 640px;
            margin: 0 auto;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            background: #fff;
            padding: 10px;
            border-radius: 10px
        }

            .sub-hero .sub-hero-container .sub-hero-search .search-inner {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .sub-hero .sub-hero-container .sub-hero-search .search-inner .control {
                    -webkit-box-flex: 2;
                    -ms-flex-positive: 2;
                    flex-grow: 2;
                    margin-right: 12px
                }

                    .sub-hero .sub-hero-container .sub-hero-search .search-inner .control:first-child {
                        border-right: 1px solid #e5e5e5
                    }

                    .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .input {
                        border: none;
                        min-height: 46px;
                        max-height: 46px;
                        padding-left: 46px
                    }

                    .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon {
                        height: 46px
                    }

                        .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon i {
                            font-size: 18px;
                            -webkit-transition: color .3s;
                            transition: color .3s
                        }

                .sub-hero .sub-hero-container .sub-hero-search .search-inner .button {
                    min-height: 46px;
                    max-height: 46px;
                    min-width: 120px;
                    font-weight: 600
                }

@media(max-width: 767px) {
    .sub-hero .sub-hero-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .sub-hero .sub-hero-container .sub-hero-content {
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 0
        }

            .sub-hero .sub-hero-container .sub-hero-content .square.square-3, .sub-hero .sub-hero-container .sub-hero-content .square.square-5, .sub-hero .sub-hero-container .sub-hero-content .square.square-6, .sub-hero .sub-hero-container .sub-hero-content .square.square-7 {
                display: none
            }

        .sub-hero .sub-hero-container .sub-hero-search {
            position: relative;
            top: 0;
            width: calc(100% - 40px);
            margin: 0 20px 20px 20px
        }

            .sub-hero .sub-hero-container .sub-hero-search .search-inner {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column
            }
}

.hero-form .flex-card, .hero-form .network-grid .network-card, .network-grid .hero-form .network-card, .hero-form .project-card, .hero-form .profile-card, .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .hero-form .testimonial-item {
    padding: 30px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    border-radius: 10px;
    max-width: 380px;
    margin: 0 auto
}

    .hero-form .flex-card .field > label, .hero-form .network-grid .network-card .field > label, .network-grid .hero-form .network-card .field > label, .hero-form .project-card .field > label, .hero-form .profile-card .field > label, .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item .field > label, .carousel-wrap .testimonials-solo-carousel .hero-form .testimonial-item .field > label {
        display: inline-block;
        font-size: .9rem;
        font-weight: 500;
        font-family: "Roboto",sans-serif;
        margin-bottom: 6px;
        padding: 0
    }

        .hero-form .flex-card .field > label small, .hero-form .network-grid .network-card .field > label small, .network-grid .hero-form .network-card .field > label small, .hero-form .project-card .field > label small, .hero-form .profile-card .field > label small, .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item .field > label small, .carousel-wrap .testimonials-solo-carousel .hero-form .testimonial-item .field > label small {
            color: #e62965
        }

    .hero-form .flex-card .field .control .input, .hero-form .network-grid .network-card .field .control .input, .network-grid .hero-form .network-card .field .control .input, .hero-form .project-card .field .control .input, .hero-form .profile-card .field .control .input, .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item .field .control .input, .carousel-wrap .testimonials-solo-carousel .hero-form .testimonial-item .field .control .input {
        font-size: 1rem;
        font-family: "Roboto",sans-serif;
        padding-left: 42px
    }

        .hero-form .flex-card .field .control .input:not(:focus), .hero-form .network-grid .network-card .field .control .input:not(:focus), .network-grid .hero-form .network-card .field .control .input:not(:focus), .hero-form .project-card .field .control .input:not(:focus), .hero-form .profile-card .field .control .input:not(:focus), .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item .field .control .input:not(:focus), .carousel-wrap .testimonials-solo-carousel .hero-form .testimonial-item .field .control .input:not(:focus) {
            border-color: #dee2e6
        }

    .hero-form .flex-card .field .control .button, .hero-form .network-grid .network-card .field .control .button, .network-grid .hero-form .network-card .field .control .button, .hero-form .project-card .field .control .button, .hero-form .profile-card .field .control .button, .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item .field .control .button, .carousel-wrap .testimonials-solo-carousel .hero-form .testimonial-item .field .control .button {
        line-height: 0
    }

.jobs-hero .hero-body {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

    .jobs-hero .hero-body .is-hero-caption .title {
        font-family: "Nexa Light",sans-serif;
        margin-bottom: 6px !important
    }

    .jobs-hero .hero-body .is-hero-caption .subtitle {
        margin-bottom: 10px !important
    }

.jobs-hero .jobs-hero-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 640px
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .jobs-hero .hero-body .container > .columns {
        padding: 0 0
    }
}

.mapbox-hero {
    position: relative
}

    .mapbox-hero .hero-map {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 0
    }

.countdown.is-light li {
    color: #fff
}

.countdown li {
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    color: #444f60
}

    .countdown li span {
        display: block;
        font-size: 4.5rem
    }

.car-hero {
    position: relative
}

    .car-hero .main-image {
        opacity: 0;
        pointer-events: none
    }

    .car-hero .left-image, .car-hero .right-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .car-hero .right-image {
        z-index: 0;
        -webkit-transition: all .55s ease-out;
        transition: all .55s ease-out
    }

        .car-hero .right-image.is-active {
            -webkit-transform: translate(-44px, -40px);
            transform: translate(-44px, -40px)
        }

    .car-hero .left-image {
        top: -4rem;
        z-index: 1;
        -webkit-transition: all .55s ease-out;
        transition: all .55s ease-out
    }

        .car-hero .left-image.is-active {
            -webkit-transform: translate(44px, 44px);
            transform: translate(44px, 44px)
        }

.is-car-layer {
    bottom: -150px !important;
    -webkit-transition: all .6s;
    transition: all .6s
}

    .is-car-layer.is-active {
        bottom: 0 !important
    }

@media(max-width: 767px) {
    .car-hero-wrap .title, .car-hero-wrap .subtitle {
        text-align: center
    }

    .car-hero-wrap .hero-form {
        margin-top: 2rem
    }

        .car-hero-wrap .hero-form .flex-card, .car-hero-wrap .hero-form .network-grid .network-card, .network-grid .car-hero-wrap .hero-form .network-card, .car-hero-wrap .hero-form .project-card, .car-hero-wrap .hero-form .profile-card, .car-hero-wrap .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .car-hero-wrap .hero-form .testimonial-item {
            padding-top: 0;
            padding-bottom: 0;
            background: rgba(0,0,0,0);
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none
        }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .car-hero-wrap .title, .car-hero-wrap .subtitle {
        text-align: center
    }

    .car-hero-wrap .hero-form {
        margin-top: 2rem
    }

        .car-hero-wrap .hero-form .flex-card, .car-hero-wrap .hero-form .network-grid .network-card, .network-grid .car-hero-wrap .hero-form .network-card, .car-hero-wrap .hero-form .project-card, .car-hero-wrap .hero-form .profile-card, .car-hero-wrap .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .car-hero-wrap .hero-form .testimonial-item {
            display: block;
            padding-top: 0;
            padding-bottom: 0;
            background: rgba(0,0,0,0);
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
            margin: 0 auto
        }
}

.hero-image-composition-1 {
    position: relative
}

    .hero-image-composition-1 .image-wrap {
        position: relative;
        margin: 0 auto;
        max-width: 420px
    }

        .hero-image-composition-1 .image-wrap .curly-image {
            max-height: 540px;
            border-radius: 0 5rem 0 5rem
        }

    .hero-image-composition-1 .floating-box {
        position: absolute;
        background: #fff;
        padding: .85rem;
        border: 1px solid #dbdbdb;
        border-radius: .75rem;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
    }

        .hero-image-composition-1 .floating-box.floating-box-1 {
            bottom: 4rem;
            right: -4rem;
            max-width: 240px;
            min-width: 240px
        }

        .hero-image-composition-1 .floating-box.floating-box-2 {
            top: 4rem;
            left: -6rem;
            max-width: 180px;
            min-width: 180px
        }

        .hero-image-composition-1 .floating-box .floating-box-content {
            width: 100%
        }

            .hero-image-composition-1 .floating-box .floating-box-content .pastel-icon {
                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;
                height: 40px;
                width: 40px;
                min-width: 40px;
                border-radius: 50%
            }

                .hero-image-composition-1 .floating-box .floating-box-content .pastel-icon.is-success {
                    background: #c4fdef;
                    color: #06d6a0
                }

                .hero-image-composition-1 .floating-box .floating-box-content .pastel-icon.is-info {
                    background: #cfeffe;
                    color: #039be5
                }

            .hero-image-composition-1 .floating-box .floating-box-content .icon-block .pastel-icon {
                margin: 1rem auto .75rem auto;
                height: 50px;
                width: 50px;
                min-width: 50px
            }

            .hero-image-composition-1 .floating-box .floating-box-content .icon-block .block-text {
                text-align: center
            }

                .hero-image-composition-1 .floating-box .floating-box-content .icon-block .block-text .block-title {
                    display: block;
                    font-family: "Nexa Bold",sans-serif;
                    font-size: 1.25rem;
                    line-height: 1;
                    color: #444f60
                }

                .hero-image-composition-1 .floating-box .floating-box-content .icon-block .block-text .block-subtitle {
                    display: block;
                    font-family: "Roboto",sans-serif;
                    font-size: .85rem;
                    color: #535555;
                    margin-bottom: .75rem
                }

            .hero-image-composition-1 .floating-box .floating-box-content .icon-header {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: .5rem;
                width: 100%
            }

                .hero-image-composition-1 .floating-box .floating-box-content .icon-header .header-text {
                    display: block;
                    font-family: "Nexa Bold",sans-serif;
                    color: #444f60;
                    margin-left: .75rem
                }

                .hero-image-composition-1 .floating-box .floating-box-content .icon-header .header-stat {
                    margin-left: auto;
                    margin-right: .5rem;
                    font-family: "Roboto",sans-serif;
                    font-weight: 600;
                    font-size: .8rem
                }

                    .hero-image-composition-1 .floating-box .floating-box-content .icon-header .header-stat.is-positive {
                        color: #06d6a0
                    }

                    .hero-image-composition-1 .floating-box .floating-box-content .icon-header .header-stat.is-negative {
                        color: #e62965
                    }

            .hero-image-composition-1 .floating-box .floating-box-content .inner-text-content {
                font-family: "Roboto",sans-serif;
                font-size: .85rem;
                color: #535555;
                text-align: left
            }

.hero-image-composition-2 {
    position: relative
}

    .hero-image-composition-2 .image-wrap {
        position: relative;
        margin: 0 auto;
        max-width: 420px
    }

        .hero-image-composition-2 .image-wrap .inner-image {
            height: 420px;
            width: 420px;
            max-width: 420px;
            border-radius: 50%
        }

        .hero-image-composition-2 .image-wrap .floating-disc {
            position: absolute
        }

            .hero-image-composition-2 .image-wrap .floating-disc.disc-1 {
                bottom: 4rem;
                right: -4rem;
                height: 42px;
                width: 42px;
                border-radius: 50%;
                border: 3px solid #039be5
            }

            .hero-image-composition-2 .image-wrap .floating-disc.disc-2 {
                top: 5rem;
                left: 1rem;
                height: 50px;
                width: 50px;
                border-radius: 50%;
                border: 3px solid #06d6a0
            }

            .hero-image-composition-2 .image-wrap .floating-disc.disc-3 {
                bottom: 2rem;
                right: 0;
                height: 24px;
                width: 24px;
                border-radius: 50%;
                border: 2px solid #e62965
            }

@media only screen and (max-width: 767px) {
    .hero-image-composition-2 .image-wrap .inner-image {
        height: 280px;
        width: 280px;
        max-width: 280px
    }
}

.hero-image-composition-3 {
    position: relative
}

    .hero-image-composition-3 .image-wrap {
        position: relative;
        margin: 0 auto;
        max-width: 380px
    }

        .hero-image-composition-3 .image-wrap .inner-image {
            height: 380px;
            width: 380px;
            max-width: 380px;
            border-radius: 50%
        }

        .hero-image-composition-3 .image-wrap .inner-image-second {
            position: absolute;
            top: -55px;
            right: -55px;
            height: 170px;
            width: 170px;
            max-width: 170px;
            border-radius: 50%
        }

        .hero-image-composition-3 .image-wrap .inner-image-third {
            position: absolute;
            top: -90px;
            right: 140px;
            height: 70px;
            width: 70px;
            max-width: 70px;
            border-radius: 50%
        }

        .hero-image-composition-3 .image-wrap .floating-dot {
            position: absolute
        }

            .hero-image-composition-3 .image-wrap .floating-dot.dot-1 {
                top: -8%;
                right: 61%;
                height: 12px;
                width: 12px;
                border-radius: 50%;
                background: #039be5
            }

            .hero-image-composition-3 .image-wrap .floating-dot.dot-2 {
                top: -30%;
                right: 58%;
                height: 16px;
                width: 16px;
                border-radius: 50%;
                background: #06d6a0
            }

            .hero-image-composition-3 .image-wrap .floating-dot.dot-3 {
                bottom: 33%;
                right: 0;
                height: 24px;
                width: 24px;
                border-radius: 50%;
                background: #e62965
            }

            .hero-image-composition-3 .image-wrap .floating-dot.dot-4 {
                bottom: 76%;
                right: -22%;
                height: 14px;
                width: 14px;
                border-radius: 50%;
                background: #039be5
            }

            .hero-image-composition-3 .image-wrap .floating-dot.dot-5 {
                bottom: 18%;
                left: -10%;
                height: 18px;
                width: 18px;
                border-radius: 50%;
                background: #eda514
            }

@media only screen and (max-width: 767px) {
    .hero-image-composition-3 .image-wrap .inner-image {
        height: 280px;
        width: 280px;
        max-width: 280px
    }

    .hero-image-composition-3 .image-wrap .inner-image-second {
        top: 8px;
        right: 10px;
        height: 90px;
        width: 90px
    }

    .hero-image-composition-3 .image-wrap .inner-image-third {
        display: none
    }

    .hero-image-composition-3 .image-wrap .floating-dot.dot-1 {
        top: 2%;
        right: 80%
    }

    .hero-image-composition-3 .image-wrap .floating-dot.dot-2 {
        top: 12%;
        right: 90%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .hero-image-composition-3 {
        margin-top: 8rem
    }
}

.has-people .hero-body {
    padding-bottom: 0
}

.hero-image-composition-4 .image-wrap {
    min-height: 580px;
    margin: 0 auto;
    width: 100%
}

    .hero-image-composition-4 .image-wrap .inner-image {
        position: absolute;
        bottom: .75rem;
        right: -10%;
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 740px;
        z-index: 2
    }

    .hero-image-composition-4 .image-wrap .perspective {
        position: absolute;
        top: 10%;
        right: -2%;
        width: 100%;
        max-width: 720px;
        min-height: 410px;
        background: #039be5;
        border-radius: 2rem;
        -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: perspective(600px) rotatey(-18deg);
        transform: perspective(600px) rotatey(-18deg);
        z-index: 1
    }

    .hero-image-composition-4 .image-wrap .person-bubble {
        position: absolute;
        background: #fff;
        padding: .85rem 1.25rem .85rem .85rem;
        border: 1px solid #dbdbdb;
        border-radius: 50rem;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 230px;
        z-index: 4
    }

        .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-1 {
            bottom: 30%;
            right: -16%
        }

        .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-2 {
            top: 44%;
            right: 38%
        }

        .hero-image-composition-4 .image-wrap .person-bubble img {
            height: 40px;
            width: 40px;
            min-width: 40px;
            border-radius: 50%
        }

        .hero-image-composition-4 .image-wrap .person-bubble .bubble-content {
            -webkit-box-flex: 2;
            -ms-flex-positive: 2;
            flex-grow: 2;
            margin-left: .75rem
        }

            .hero-image-composition-4 .image-wrap .person-bubble .bubble-content span {
                display: block;
                border-radius: 5rem;
                height: .75rem;
                background: #F0F0F0
            }

                .hero-image-composition-4 .image-wrap .person-bubble .bubble-content span:first-child {
                    margin-bottom: .25rem;
                    max-width: 80%
                }

                .hero-image-composition-4 .image-wrap .person-bubble .bubble-content span:nth-child(2) {
                    max-width: 50%
                }

    .hero-image-composition-4 .image-wrap .half-circle {
        position: absolute;
        height: 26px;
        width: 52px;
        border-top-left-radius: 52px;
        border-top-right-radius: 52px;
        z-index: 3
    }

        .hero-image-composition-4 .image-wrap .half-circle.half-circle-1 {
            top: 27%;
            right: 52%;
            -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
            background: #06d6a0
        }

        .hero-image-composition-4 .image-wrap .half-circle.half-circle-2 {
            top: 2%;
            right: 5%;
            -webkit-transform: rotate(65deg) scale(0.8);
            transform: rotate(65deg) scale(0.8);
            background: #e62965
        }

@media only screen and (max-width: 767px) {
    .hero-image-composition-4 .image-wrap {
        min-height: 280px
    }

        .hero-image-composition-4 .image-wrap .inner-image {
            right: 0
        }

        .hero-image-composition-4 .image-wrap .perspective {
            min-height: 225px;
            top: initial;
            right: 1%;
            bottom: 5%
        }

        .hero-image-composition-4 .image-wrap .half-circle {
            z-index: 0
        }

            .hero-image-composition-4 .image-wrap .half-circle.half-circle-1 {
                top: 27%;
                left: -15%;
                right: initial
            }

            .hero-image-composition-4 .image-wrap .half-circle.half-circle-2 {
                top: 12%;
                right: 5%
            }

        .hero-image-composition-4 .image-wrap .person-bubble {
            -webkit-transform: scale(0.6);
            transform: scale(0.6)
        }

            .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-1 {
                bottom: 17%;
                right: -35%
            }

            .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-2 {
                top: initial;
                bottom: 5%;
                right: 45%
            }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .hero-image-composition-4 .image-wrap .inner-image {
        right: -2%
    }

    .hero-image-composition-4 .image-wrap .perspective {
        top: 42%;
        right: 8%
    }

    .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-2 {
        top: 75%;
        left: -3%;
        right: initial
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
    .hero-image-composition-4 .image-wrap .inner-image {
        max-width: 660px
    }

    .hero-image-composition-4 .image-wrap .perspective {
        top: 20%;
        right: 2%;
        max-width: 545px;
        min-height: 400px
    }

    .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-2 {
        top: 50%;
        right: 34%
    }
}

.hero-image-composition-5 .image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .hero-image-composition-5 .image-wrap .thin-image-first, .hero-image-composition-5 .image-wrap .thin-image-second, .hero-image-composition-5 .image-wrap .thin-image-third {
        display: block;
        margin: 0 .5rem;
        width: calc(33.3% - 1rem);
        border-radius: 50rem;
        -o-object-fit: cover;
        object-fit: cover
    }

    .hero-image-composition-5 .image-wrap .thin-image-first, .hero-image-composition-5 .image-wrap .thin-image-third {
        min-height: 420px
    }

    .hero-image-composition-5 .image-wrap .thin-image-second {
        min-height: 560px
    }

@media only screen and (max-width: 767px) {
    .hero-image-composition-5 .image-wrap .thin-image-first, .hero-image-composition-5 .image-wrap .thin-image-third {
        min-height: 360px
    }

    .hero-image-composition-5 .image-wrap .thin-image-second {
        min-height: 460px
    }
}

.hero-image-composition-6 {
    min-height: 580px
}

    .hero-image-composition-6 .image-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 580px;
        margin: 0 auto;
        width: 100%
    }

        .hero-image-composition-6 .image-wrap .inner-image {
            position: relative;
            display: block;
            margin: 0 auto;
            height: 100%;
            max-height: 580px;
            width: auto;
            z-index: 2
        }

    .hero-image-composition-6 .polka-dots {
        position: absolute;
        z-index: 0
    }

        .hero-image-composition-6 .polka-dots img {
            display: block;
            width: 140px
        }

        .hero-image-composition-6 .polka-dots.polka-dots-1 {
            bottom: 48%;
            right: 7%
        }

        .hero-image-composition-6 .polka-dots.polka-dots-2 {
            bottom: 30%;
            left: 6%
        }

    .hero-image-composition-6 .element-container {
        position: absolute;
        z-index: 1
    }

        .hero-image-composition-6 .element-container.element-1 {
            bottom: 35%;
            right: 10%;
            background: #fff;
            padding: .85rem;
            height: 230px;
            max-width: 300px;
            border: 1px solid #dbdbdb;
            border-radius: 1.75rem;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
        }

            .hero-image-composition-6 .element-container.element-1 .call-container {
                position: relative;
                height: 100%;
                width: 100%
            }

                .hero-image-composition-6 .element-container.element-1 .call-container img {
                    display: block;
                    -o-object-fit: cover;
                    object-fit: cover;
                    height: 100%;
                    border-radius: 1.25rem
                }

        .hero-image-composition-6 .element-container.element-2 {
            bottom: 35%;
            left: 10%;
            background: #fff;
            padding: .85rem;
            height: 300px;
            max-width: 260px;
            border: 1px solid #dbdbdb;
            border-radius: 1.75rem;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
        }

            .hero-image-composition-6 .element-container.element-2 .call-container {
                position: relative;
                height: 100%;
                width: 100%
            }

                .hero-image-composition-6 .element-container.element-2 .call-container img {
                    display: block;
                    -o-object-fit: cover;
                    object-fit: cover;
                    height: 100%;
                    border-radius: 1.25rem
                }

@media only screen and (max-width: 767px) {
    .hero-image-composition-6 .element-container {
        display: none
    }

    .hero-image-composition-6 .polka-dots.polka-dots-1 {
        display: none
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .hero-image-composition-6 .element-container.element-1 {
        right: -18%
    }

    .hero-image-composition-6 .element-container.element-2 {
        bottom: 24%;
        left: -17%
    }
}

.title.is-bigger {
    font-size: 5rem;
    line-height: 1
}

.title.is-medium {
    font-size: 4rem;
    line-height: 1
}

.main-title {
    font-family: "Nexa Bold",sans-serif
}

.subpage-title {
    font-family: "Nexa Bold",sans-serif;
    font-weight: 600 !important
}

.centered-title {
    text-align: center
}

    .centered-title.is-inverted h2, .centered-title.is-inverted .subheading {
        color: #fff
    }

    .centered-title h2 {
        font-family: "Nexa Bold",sans-serif;
        font-size: 30px;
        font-weight: 600;
        color: #444f60
    }

    .centered-title .subheading {
        font-family: "Nexa Light",sans-serif;
        font-weight: 600;
        max-width: 70vh;
        margin: 0 auto;
        padding: 10px 20px;
        font-size: 22px;
        color: #535555
    }

    .centered-title .title-divider {
        margin: 10px auto
    }

.big-title {
    font-family: "Nexa Bold",sans-serif;
    margin-bottom: 0 !important;
    padding: 10px 0
}

.light-subtitle {
    font-size: 1.5rem;
    padding: 2% 10% 2% 10%;
    margin-bottom: 0 !important
}

@media only screen and (min-device-width: 1024px)and (max-device-width: 1366px)and (orientation: portrait)and (-webkit-min-device-pixel-ratio: 1.5) {
    .is-hero-title .is-bigger {
        font-size: 3.6rem
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .is-hero-title {
        text-align: center
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
    .is-hero-title .is-bigger {
        font-size: 4rem
    }
}

@media(max-width: 767px) {
    .is-hero-title {
        text-align: center
    }

        .is-hero-title .is-bigger {
            font-size: 3rem
        }
}

.section-title.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .section-title.is-flex .actions .link-wrap {
        position: relative
    }

        .section-title.is-flex .actions .link-wrap:after {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 0;
            width: 100%;
            height: 2px;
            border-bottom: 1.6px dashed #039be5
        }

        .section-title.is-flex .actions .link-wrap a {
            display: inline-block;
            color: #039be5;
            font-weight: 500
        }

.section-title > img {
    display: block;
    width: 40px;
    margin: 0 auto
}

.section-title .title-alt {
    color: #444f60;
    font-family: "Nexa Light",sans-serif;
    font-size: 2.2rem
}

.section-title .subtitle, .section-title .subtitle-alt {
    font-family: "Roboto",sans-serif;
    font-size: 1.2rem;
    color: #535555
}

.section-title-wrapper {
    position: relative
}

    .section-title-wrapper .slanted-container {
        padding: 40px 0
    }

    .section-title-wrapper .bg-number, .section-title-wrapper .bg-symbol {
        position: absolute;
        text-align: center;
        font-weight: bolder;
        top: -70px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        font-size: 160px;
        z-index: 0;
        opacity: .1;
        color: #535555;
        width: 160px;
        height: 160px;
        line-height: 160px
    }

        .section-title-wrapper .bg-number .material-icons, .section-title-wrapper .bg-symbol .material-icons {
            font-size: 12rem
        }

    .section-title-wrapper .clean-bg-symbol {
        position: absolute;
        font-weight: bolder;
        top: -25px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        font-size: 10rem;
        z-index: 0;
        opacity: .1;
        color: #535555;
        width: 150px;
        line-height: 1
    }

        .section-title-wrapper .clean-bg-symbol i {
            font-weight: 900
        }

    .section-title-wrapper .section-title {
        font-family: "Nexa Bold",sans-serif;
        margin-bottom: 1.5rem
    }

    .section-title-wrapper .section-subtitle {
        font-family: "Nexa Light",sans-serif;
        font-size: 1.5rem;
        line-height: 30px;
        font-weight: 400;
        color: #535555;
        line-height: 1.2;
        margin-bottom: 1rem !important
    }

    .section-title-wrapper .section-subtitle-alt {
        font-family: "Roboto",sans-serif;
        font-size: 1.3rem;
        line-height: 30px;
        font-weight: 400;
        color: #535555;
        line-height: 1.2;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem !important
    }

    .section-title-wrapper .section-title-landing {
        font-family: "Nexa Bold",sans-serif;
        font-size: 2.7rem;
        color: #444f60
    }

    .section-title-wrapper .top-subtitle {
        text-transform: uppercase;
        color: #039be5;
        font-family: "Nexa Light",sans-serif;
        font-weight: 700;
        font-size: 1.05rem
    }

    .section-title-wrapper .icon-subtitle {
        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;
        -ms-flex-line-pack: center;
        align-content: center
    }

        .section-title-wrapper .icon-subtitle.is-one i {
            margin: 10px 5px 0 5px;
            font-size: 2.2rem;
            color: #039be5
        }

        .section-title-wrapper .icon-subtitle.is-many i {
            margin: 10px 5px 0 5px;
            font-size: 1.4rem;
            color: #039be5
        }

    .section-title-wrapper h4 {
        font-family: "Nexa Light",sans-serif;
        font-weight: 300;
        font-size: 1.2rem;
        color: #535555
    }

.title + .subtitle {
    margin-left: 0 !important;
    margin-right: 0 !important
}

@media(max-width: 767px) {
    .section-title-wrapper .bg-number, .section-title-wrapper .bg-symbol {
        font-size: 110px !important
    }

        .section-title-wrapper .bg-number .material-icons, .section-title-wrapper .bg-symbol .material-icons {
            font-size: 6rem
        }

    .section-title-wrapper .section-title-landing {
        line-height: 1.1
    }

    .section-title-wrapper .subtitle {
        font-size: 1.1rem;
        line-height: 22px
    }

    .section-title.is-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        .section-title.is-flex .actions {
            margin: 10px auto
        }
}

.parallax-title {
    font-family: "Nexa Bold",sans-serif;
    font-weight: 600 !important;
    font-size: 2.4rem !important;
    margin-bottom: 0 !important;
    padding: 10px 0
}

.clean-section-title {
    font-family: "Nexa Bold",sans-serif;
    font-size: 2.6rem;
    color: #444f60
}

    .clean-section-title:before {
        content: "";
        border-top: 3px solid #F0F0F0;
        position: absolute;
        width: 100px;
        top: 40%;
        left: 15%;
        z-index: -999
    }

    .clean-section-title:after {
        content: "";
        border-top: 3px solid #F0F0F0;
        position: absolute;
        width: 100px;
        top: 40%;
        right: 15%;
        z-index: -999
    }

@media(max-width: 768px) {
    .clean-section-title:after, .clean-section-title:before {
        display: none !important
    }
}

.title-wrapper .top-subtitle {
    text-transform: uppercase;
    color: #535555;
    font-family: "Nexa Light",sans-serif;
    font-weight: 700;
    font-size: 1.05rem
}

.title-wrapper h2 {
    font-size: 2rem !important
}

.title-wrapper .is-landing {
    font-family: "Nexa Light",sans-serif !important;
    font-weight: 700
}

.title-wrap {
    position: relative
}

    .title-wrap h3, .title-wrap h2 {
        position: relative;
        z-index: 2
    }

    .title-wrap h2 {
        margin-bottom: 10px !important
    }

    .title-wrap h3 {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 480px;
        font-size: 1.3rem;
        line-height: 1;
        font-family: "Nexa Light",sans-serif;
        color: #535555
    }

    .title-wrap .special-divider {
        position: absolute;
        right: 0;
        left: 0;
        top: -10px;
        z-index: 0;
        max-width: 90px;
        margin: 0 auto
    }

.cta-text {
    font-family: "Nexa Bold",sans-serif;
    font-size: 1.5rem;
    font-weight: 700
}

.cta-block {
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #e3e3e3
}

    .cta-block.no-border {
        padding-bottom: 2rem;
        border-bottom: none
    }

    .cta-block.is-box {
        padding: 3rem 2rem;
        background: #fff;
        border-radius: 8px;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        border: 1px solid #F0F0F0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cta-block .head-text h3 {
        font-family: "Nexa Bold",sans-serif;
        font-size: 1.8rem;
        color: #444f60
    }

    .cta-block .head-text p {
        font-size: 1.1rem;
        color: #535555
    }

    .cta-block .head-action .buttons .button.action-button {
        height: 36px;
        min-width: 140px
    }

    .cta-block .head-action .buttons .button.chat-button {
        background: rgba(0,0,0,0);
        border: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #039be5;
        font-weight: 500
    }

        .cta-block .head-action .buttons .button.chat-button.is-secondary {
            color: #0084c4
        }

@media(max-width: 767px) {
    .cta-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        .cta-block .head-text {
            padding-bottom: 20px
        }
}

.section-cta {
    padding: 40px 0 0 0
}

    .section-cta .button {
        min-width: 220px
    }

    .section-cta p {
        margin-top: 12px;
        color: #535555
    }

.body-subtitle {
    font-family: "Nexa Bold",sans-serif;
    font-weight: 600;
    color: #444f60;
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: .5rem !important
}

    .body-subtitle.is-inverted {
        color: #fff
    }

.body-text {
    color: #535555;
    font-family: "Roboto",sans-serif;
    font-size: 1.2rem
}

.detailed-feature-subtitle {
    text-transform: uppercase;
    font-family: "Nexa Light",sans-serif;
    font-size: .9rem;
    letter-spacing: 3px;
    color: #535555;
    font-weight: 600
}

.quick-feature-wrap .button-wrap {
    padding: 10px 0
}

.quick-feature.has-numbers {
    font-size: 2.1rem !important;
    font-family: "Nexa Bold",sans-serif;
    font-weight: 400 !important;
    margin-bottom: .8rem !important
}

    .quick-feature.has-numbers .bg-number {
        padding-right: 10px !important;
        font-family: "Roboto",sans-serif !important
    }

.quick-feature > span {
    font-size: 2rem;
    font-family: "Nexa Bold",sans-serif
}

.small-feature {
    padding: 5px 0;
    font-family: "Nexa Bold",sans-serif;
    font-size: 1.3rem
}

.is-clean, .clean-text {
    font-family: "Nexa Bold",sans-serif !important
}

.side-feature-text {
    padding: 20px
}

    .side-feature-text h2 {
        font-size: 1.75rem;
        margin-bottom: 12px !important
    }

    .side-feature-text p {
        color: #444f60;
        margin-bottom: 12px
    }

.feature-content {
    font-family: "Roboto",sans-serif;
    color: #535555
}

.minimal-feature .minimal-title {
    font-family: "Nexa Bold",sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #444f60;
    padding: 10px 0;
    margin-bottom: 0 !important
}

.minimal-feature-image {
    position: relative
}

    .minimal-feature-image .main-image {
        position: relative;
        z-index: 2
    }

    .minimal-feature-image .image-bg {
        position: absolute;
        top: 10%;
        left: -20%;
        right: 0;
        margin: 0 auto;
        max-width: 1096px;
        width: 120%;
        z-index: 0
    }

.special-divider {
    margin: 30px auto
}

    .special-divider span {
        display: block;
        height: 2px;
        width: 60px;
        background: #039be5;
        border-radius: 50px;
        margin: 15px auto;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .special-divider.is-inverted span {
        background: #fff
    }

.title-divider {
    background: #039be5 !important;
    height: 3px;
    border-radius: 50px
}

.divider-container {
    position: relative;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .divider-container .divider-bar {
        height: 160px;
        width: 1.4px;
        background: #d9d9d9
    }

    .divider-container .divider-text {
        font-weight: 600;
        color: #444f60;
        margin: 16px
    }

.services-cards.is-minimal {
    padding: 0 8%
}

    .services-cards.is-minimal i {
        color: #444f60;
        font-size: 4.5rem
    }

    .services-cards.is-minimal .feature-card:hover i {
        color: #039be5
    }

.services-cards .feature-card {
    height: 310px;
    padding: 50px 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.services-cards .card-feature-description {
    font-size: 95%
}

.services-cards .card-icon {
    padding-top: 30px
}

    .services-cards .card-icon i {
        font-size: 5rem;
        color: #039be5
    }

@media(max-width: 768px) {
    .services-cards .is-minimal {
        padding: 0 !important
    }
}

.service-box .service-title {
    font-family: "Nexa Bold",sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #444f60
}

.service-box .service-title {
    font-family: "Nexa Bold", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #444f60;
}

.service-box p {
    padding: 5px 0
}

.service-box .action {
    padding: 10px 0
}

    .service-box .action a {
        border-width: 2px;
        font-weight: 600
    }

@media(max-width: 767px) {
    .service-box {
        padding-bottom: 20px;
        text-align: center
    }

        .service-box .title-divider {
            margin: 0 auto
        }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .service-box {
        text-align: center
    }

        .service-box .title-divider {
            margin: 0 auto
        }
}

.featured-job-box {
    padding: 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
    border-radius: 10px
}

    .featured-job-box:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
    }

    .featured-job-box .icon-container {
        background: #f5f6fa;
        height: 50px !important;
        width: 50px !important;
        min-width: 50px;
        border-radius: 50%;
        margin-bottom: 10px
    }

        .featured-job-box .icon-container img {
            border-radius: 50%
        }

    .featured-job-box h3 {
        font-family: "Nexa Bold",sans-serif;
        color: #444f60
    }

    .featured-job-box .job-summary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 16px
    }

        .featured-job-box .job-summary .company, .featured-job-box .job-summary .salary {
            margin-right: 20px;
            font-family: "Roboto",sans-serif;
            font-size: .95rem;
            color: #535555
        }

.job-categories .job-categories-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .job-categories .job-categories-inner .job-category {
        position: relative;
        width: 250px;
        height: 300px;
        margin: 10px;
        -webkit-transform: rotateX(0) rotateY(0);
        transform: rotateX(0) rotateY(0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transition-timing-function: ease !important;
        transition-timing-function: ease !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 12px;
        overflow: hidden;
        background-color: #424242;
        will-change: tranform
    }

        .job-categories .job-categories-inner .job-category.is-out {
            -webkit-transform: rotateX(0) rotateY(0) !important;
            transform: rotateX(0) rotateY(0) !important;
            -webkit-transition-duration: 1s;
            transition-duration: 1s
        }

        .job-categories .job-categories-inner .job-category:hover .job-category-overlay {
            opacity: .8
        }

        .job-categories .job-categories-inner .job-category .job-category-overlay {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 12px;
            background: url(../img/graphics/legacy/blur-overlay.webp) no-repeat center center;
            background-size: cover;
            mix-blend-mode: lighten;
            opacity: .1;
            -webkit-transition: all .3s;
            transition: all .3s
        }

        .job-categories .job-categories-inner .job-category .job-category-image img {
            max-width: 100%;
            width: 250px;
            height: 300px;
            mix-blend-mode: lighten;
            -o-object-fit: cover;
            object-fit: cover
        }

        .job-categories .job-categories-inner .job-category .job-category-heading {
            position: absolute;
            bottom: 20px;
            left: 20px;
            width: 100%;
            color: #fff
        }

            .job-categories .job-categories-inner .job-category .job-category-heading h2 {
                font-family: "Nexa Bold",sans-serif;
                font-size: 1.4rem;
                font-weight: 700;
                margin: 0;
                -webkit-transform: translateZ(30px);
                transform: translateZ(30px)
            }

            .job-categories .job-categories-inner .job-category .job-category-heading .small {
                display: inline-block;
                font-family: "Roboto",sans-serif;
                margin-bottom: 2px;
                text-transform: uppercase;
                font-size: 10px;
                -webkit-transform: translateZ(15px);
                transform: translateZ(15px)
            }

@media only screen and (max-width: 767px) {
    .job-categories .job-categories-inner .job-category {
        width: 100%
    }

        .job-categories .job-categories-inner .job-category .job-category-image img {
            width: 100%
        }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .job-categories .job-categories-inner .job-category {
        width: 280px
    }

        .job-categories .job-categories-inner .job-category .job-category-image img {
            width: 280px
        }
}

.job-topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
    padding: 20px;
    border-radius: 10px
}

    .job-topic:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
    }

    .job-topic .icon-container {
        background: #f5f6fa;
        height: 38px !important;
        width: 38px !important;
        min-width: 38px;
        border-radius: 50%
    }

        .job-topic .icon-container img {
            border-radius: 50%
        }

    .job-topic .meta {
        margin-left: 12px
    }

        .job-topic .meta h3 {
            font-family: "Nexa Bold",sans-serif;
            color: #444f60
        }

        .job-topic .meta .job-summary {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .job-topic .meta .job-summary .company, .job-topic .meta .job-summary .salary {
                margin-right: 20px;
                font-family: "Roboto",sans-serif;
                font-size: .95rem;
                color: #535555
            }

.job-user {
    text-align: center
}

    .job-user .avatar-wrap {
        position: relative;
        height: 100px;
        width: 100px;
        min-width: 100px;
        margin: 0 auto 10px auto
    }

        .job-user .avatar-wrap .avatar {
            display: block;
            border-radius: 50%
        }

        .job-user .avatar-wrap .badge {
            position: absolute;
            bottom: 0;
            right: 0;
            display: block;
            height: 36px;
            width: 36px;
            border-radius: 50%;
            border: 2px solid #fff
        }

    .job-user h3 {
        font-family: "Nexa Bold",sans-serif;
        font-size: 1.3rem;
        color: #444f60
    }

    .job-user p {
        font-size: 1rem;
        color: #535555;
        margin-bottom: 8px
    }

    .job-user .tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.benefits-card {
    padding: 40px;
    border: 1px solid #e5e5e5
}

    .benefits-card .benefits-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem
    }

        .benefits-card .benefits-header i {
            font-size: 2.8rem;
            margin-right: 1rem;
            color: #535555
        }

    .benefits-card .benefits-body .solid-list .solid-list-item {
        margin-bottom: 1rem
    }

        .benefits-card .benefits-body .solid-list .solid-list-item .list-bullet i {
            font-size: 2.5rem;
            color: #06d6a0
        }

.feature-card.is-startup {
    padding: 20px
}

    .feature-card.is-startup img {
        margin: 0
    }

.integration-cards .feature-card {
    padding: 50px 20px !important;
    margin-bottom: 20px
}

.integration-cards .brand-logo {
    padding: 10px 0
}

    .integration-cards .brand-logo img {
        max-height: 60px;
        max-width: 120px
    }

.integration-cards .card-title {
    padding: 10px 0
}

.integration-cards .card-feature-description {
    padding: 0 !important
}

.integration-cards a {
    margin: 20px 0
}

.values-cards .feature-card {
    height: 310px
}

.values-cards .card-feature-description {
    font-size: 95%
}

.values-cards .card-icon {
    padding-top: 50px
}

    .values-cards .card-icon i {
        font-size: 5rem;
        color: #039be5
    }

.values-cards.is-minimal {
    padding: 0 8%
}

    .values-cards.is-minimal i {
        color: #444f60;
        font-size: 4.5rem
    }

    .values-cards.is-minimal .feature-card:hover i {
        color: #039be5
    }

@media(max-width: 768px) {
    .values-cards.is-minimal {
        padding: 0 !important
    }
}

.event-card.is-wavy .text-title {
    font-family: "Nexa Bold",sans-serif;
    text-transform: none;
    font-size: 1.35em
}

.event-card.is-wavy .text-subtitle {
    font-family: "Nexa Light",sans-serif;
    font-size: .9rem
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .event-card.is-wavy .text-title {
        font-size: 1.5rem !important
    }
}

.icon-card {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .icon-card img {
        display: block;
        max-width: 60px;
        margin: 0 auto
    }

    .icon-card .icon-card-text {
        margin-top: 10px
    }

.boxed-features {
    padding: 40px 0
}

    .boxed-features .flex-card, .boxed-features .network-grid .network-card, .network-grid .boxed-features .network-card, .boxed-features .project-card, .boxed-features .profile-card, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item {
        padding: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .boxed-features .flex-card .flex-cell, .boxed-features .network-grid .network-card .flex-cell, .network-grid .boxed-features .network-card .flex-cell, .boxed-features .project-card .flex-cell, .boxed-features .profile-card .flex-cell, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell {
            width: 25%;
            border-right: 1px solid #e5e5e5;
            text-align: center;
            padding: 24px 16px
        }

            .boxed-features .flex-card .flex-cell.is-bordered, .boxed-features .network-grid .network-card .flex-cell.is-bordered, .network-grid .boxed-features .network-card .flex-cell.is-bordered, .boxed-features .project-card .flex-cell.is-bordered, .boxed-features .profile-card .flex-cell.is-bordered, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell.is-bordered, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell.is-bordered {
                border-bottom: 1px solid #e5e5e5
            }

            .boxed-features .flex-card .flex-cell.no-border-edge, .boxed-features .network-grid .network-card .flex-cell.no-border-edge, .network-grid .boxed-features .network-card .flex-cell.no-border-edge, .boxed-features .project-card .flex-cell.no-border-edge, .boxed-features .profile-card .flex-cell.no-border-edge, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell.no-border-edge, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell.no-border-edge {
                border-right: none
            }

            .boxed-features .flex-card .flex-cell i, .boxed-features .network-grid .network-card .flex-cell i, .network-grid .boxed-features .network-card .flex-cell i, .boxed-features .project-card .flex-cell i, .boxed-features .profile-card .flex-cell i, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell i, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell i {
                font-size: 2.2rem;
                color: #039be5
            }

            .boxed-features .flex-card .flex-cell h3, .boxed-features .network-grid .network-card .flex-cell h3, .network-grid .boxed-features .network-card .flex-cell h3, .boxed-features .project-card .flex-cell h3, .boxed-features .profile-card .flex-cell h3, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell h3, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell h3 {
                font-weight: 500;
                color: #444f60
            }

            .boxed-features .flex-card .flex-cell p, .boxed-features .network-grid .network-card .flex-cell p, .network-grid .boxed-features .network-card .flex-cell p, .boxed-features .project-card .flex-cell p, .boxed-features .profile-card .flex-cell p, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell p, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell p {
                font-size: .95rem;
                color: #535555;
                max-width: 200px;
                margin: 0 auto
            }

@media(max-width: 767px) {
    .boxed-features .flex-card .flex-cell, .boxed-features .network-grid .network-card .flex-cell, .network-grid .boxed-features .network-card .flex-cell, .boxed-features .project-card .flex-cell, .boxed-features .profile-card .flex-cell, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }

        .boxed-features .flex-card .flex-cell:last-child, .boxed-features .network-grid .network-card .flex-cell:last-child, .network-grid .boxed-features .network-card .flex-cell:last-child, .boxed-features .project-card .flex-cell:last-child, .boxed-features .profile-card .flex-cell:last-child, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell:last-child, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell:last-child {
            border-bottom: none
        }
}

.feature-line {
    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
}

    .feature-line span {
        padding: 0 16px;
        color: #535555
    }

        .feature-line span i {
            margin-right: 4px
        }

@media(max-width: 767px) {
    .feature-line > span {
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.agency-icon-box i {
    font-size: 3.4rem;
    font-weight: normal;
    color: #039be5
}

.agency-icon-box .box-title {
    padding: 10px 0;
    font-size: 22px;
    line-height: 30px;
    font-family: "Nexa Bold",sans-serif;
    font-weight: 600;
    color: #444f60
}

.agency-icon-box .box-content {
    color: #535555
}

@media(max-width: 767px) {
    .agency-icon-box {
        text-align: center
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .agency-icon-box {
        text-align: center
    }

        .agency-icon-box .title-divider {
            margin: 0 auto
        }
}

.startup-icon-box {
    padding: 20px 0
}

    .startup-icon-box i {
        font-size: 3.8rem;
        font-weight: normal;
        color: #039be5
    }

    .startup-icon-box .box-title {
        font-family: "Nexa Light",sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        color: #444f60;
        padding: 5px 0
    }

    .startup-icon-box .box-content {
        color: #535555
    }

.wavy-icon-box i {
    font-size: 3.8rem;
    font-weight: normal;
    color: #039be5
}

.wavy-icon-box .box-title {
    font-family: "Nexa Light",sans-serif;
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #039be5
}

.wavy-icon-box .box-content {
    color: #535555
}

.square-icon-box.is-landing .box-title {
    font-family: "Nexa Light",sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #444f60
}

.square-icon-box.is-landing .box-text {
    font-family: "Roboto",sans-serif !important;
    font-size: .95rem !important;
    font-weight: 400 !important;
    color: #535555 !important
}

.square-icon-box.is-chat .box-title {
    font-family: "Nexa Light";
    font-size: 1.1rem;
    font-weight: 700
}

.square-icon-box.is-chat .box-text {
    font-size: 14px
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .square-icon-box .box-text {
        padding: 0 15%
    }
}

.icon-box.is-spaced .box-icon {
    margin-bottom: 0
}

.icon-box.is-spaced .box-title {
    margin: 0;
    padding: 5px 0;
    font-weight: 700
}

.company-types {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

.chat-icon-box i {
    font-size: 3.8rem;
    font-weight: normal;
    color: #039be5
}

.chat-icon-box .box-title {
    font-family: "Nexa Light",sans-serif;
    padding: 5px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #039be5
}

.is-feature {
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    -webkit-box-shadow: inset rgba(143,160,241,.09) 0 0 0 1px,rgba(213,220,247,.22) 0 10px 20px;
    box-shadow: inset rgba(143,160,241,.09) 0 0 0 1px,rgba(213,220,247,.22) 0 10px 20px
}

    .is-feature.is-link {
        border: 1px solid #e3e3e3;
        -webkit-transition: border .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
        transition: border .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
        transition: transform .3s,box-shadow .3s,border .3s;
        transition: transform .3s,box-shadow .3s,border .3s,-webkit-transform .3s,-webkit-box-shadow .3s
    }

        .is-feature.is-link:hover {
            border-color: #039be5;
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
        }

    .is-feature .icon-container {
        height: 70px;
        width: 70px;
        border-radius: 50%;
        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;
        margin: 0 auto;
        background: #f5f6fa
    }

        .is-feature .icon-container img {
            height: 40px;
            width: 40px;
            display: block
        }

    .is-feature .image-container img {
        display: block
    }

    .is-feature .content-container h3 {
        padding: 10px 0;
        font-family: "Nexa Bold",sans-serif
    }

    .is-feature .content-container p {
        font-size: .95rem;
        font-family: "Roboto",sans-serif;
        color: #535555
    }

.icon-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

    .icon-feature:hover .icon-block .icon-inner {
        border-bottom-color: #0084c4
    }

    .icon-feature:hover .feature-text h3 {
        color: #0084c4
    }

    .icon-feature .icon-block {
        border-radius: 6px;
        height: 100px;
        width: 100px
    }

        .icon-feature .icon-block .icon-inner {
            -webkit-box-shadow: 0px 5px 43px rgba(0,0,0,.18) !important;
            box-shadow: 0px 5px 43px rgba(0,0,0,.18) !important;
            height: 100px;
            width: 100px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 6px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 3px solid rgba(0,0,0,0);
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .icon-feature .icon-block .icon-inner img {
                height: 46px;
                width: 46px
            }

    .icon-feature .feature-text {
        margin: 0 20px
    }

        .icon-feature .feature-text h3 {
            color: #444f60;
            font-family: "Nexa Bold",sans-serif;
            font-weight: 500;
            font-size: 1.2rem;
            margin-bottom: 6px;
            -webkit-transition: all .3s;
            transition: all .3s
        }

        .icon-feature .feature-text p {
            color: #535555
        }

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .icon-feature .icon-block {
        height: 70px !important;
        width: 70px !important
    }

        .icon-feature .icon-block .icon-inner {
            height: 70px !important;
            width: 70px !important
        }

            .icon-feature .icon-block .icon-inner img {
                height: 38px !important;
                width: 38px !important
            }

    .icon-feature .feature-text {
        margin-right: 0 !important;
        font-size: .95rem !important
    }
}

@media(max-width: 767px) {
    .icon-feature .icon-block {
        height: 70px !important;
        width: 70px !important
    }

        .icon-feature .icon-block .icon-inner {
            height: 70px !important;
            width: 70px !important
        }

            .icon-feature .icon-block .icon-inner img {
                height: 38px !important;
                width: 38px !important
            }

    .icon-feature .feature-text {
        margin-right: 0 !important;
        font-size: .95rem !important
    }
}

.box-wrap.is-one-page {
    margin-top: -50px;
    text-align: left
}

    .box-wrap.is-one-page .icon-box {
        text-align: left;
        width: 100%;
        border: 1px solid #F0F0F0;
        border-radius: 8px;
        background: #fff;
        padding: 30px 20px;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
    }

        .box-wrap.is-one-page .icon-box img {
            display: block;
            width: 55px;
            margin: 0
        }

        .box-wrap.is-one-page .icon-box .box-title {
            font-family: "Nexa Bold",sans-serif;
            color: #444f60;
            padding: 10px 0
        }

        .box-wrap.is-one-page .icon-box h4 {
            margin-bottom: 0
        }

        .box-wrap.is-one-page .icon-box p {
            font-size: .9rem;
            color: #535555
        }

.box-wrap.is-one-page-2 {
    margin-top: 60px
}

    .box-wrap.is-one-page-2 .icon-box {
        width: 100%;
        background: #fff;
        padding: 30px 20px;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        text-align: center
    }

        .box-wrap.is-one-page-2 .icon-box img {
            display: block;
            width: 65px;
            margin: 0 auto 6px auto
        }

        .box-wrap.is-one-page-2 .icon-box .box-title {
            font-family: "Nexa Bold",sans-serif;
            color: #444f60;
            padding: 6px 0
        }

        .box-wrap.is-one-page-2 .icon-box p {
            font-size: .9rem;
            color: #535555
        }

@media only screen and (max-width: 767px) {
    .box-wrap.is-one-page, .box-wrap.is-one-page-2 {
        margin-top: 0
    }
}

.side-title {
    position: relative
}

    .side-title .title-number {
        position: absolute;
        top: -70px;
        left: 0;
        font-size: 7rem;
        font-family: "Nexa Bold",sans-serif;
        font-weight: 700;
        color: #444f60;
        opacity: .1
    }

.side-paragraph {
    color: #535555;
    font-size: 1.3rem;
    max-width: 450px
}

    .side-paragraph.is-small {
        font-size: 1rem
    }

    .side-paragraph.has-margin {
        margin-top: 20px
    }

.side-image {
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

    .side-image.is-pulled {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px)
    }

.shadow-side-image {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    height: calc(100% - 20px);
    z-index: 1;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    -webkit-transition: all .5s;
    transition: all .5s
}

    .shadow-side-image.is-active {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

.side-card {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .side-card:last-child {
        margin-bottom: 0
    }

    .side-card:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

        .side-card:hover .round-icon {
            background: #344258 !important
        }

    .side-card .round-icon {
        height: 60px;
        width: 60px;
        min-width: 60px;
        border-radius: 14px;
        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;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .side-card .round-icon.is-primary {
            background: #039be5
        }

        .side-card .round-icon.is-accent {
            background: #00d1b2
        }

        .side-card .round-icon svg {
            height: 28px;
            width: 28px;
            stroke: #fcfcfc;
            stroke-width: 1px
        }

    .side-card .meta {
        margin-left: 16px
    }

        .side-card .meta span, .side-card .meta a {
            display: block
        }

            .side-card .meta span:first-child, .side-card .meta a:first-child {
                font-weight: 500;
                color: #444f60
            }

            .side-card .meta span:nth-child(2), .side-card .meta a:nth-child(2) {
                color: #535555;
                font-size: .9rem
            }

            .side-card .meta span:nth-child(3), .side-card .meta a:nth-child(3) {
                color: #039be5;
                font-size: .95rem
            }

                .side-card .meta span:nth-child(3):hover, .side-card .meta a:nth-child(3):hover {
                    text-decoration: underline
                }

.feature-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

    .feature-block:last-child {
        margin-bottom: 0
    }

    .feature-block .round-icon {
        height: 54px;
        width: 54px;
        min-width: 54px;
        border-radius: 16px;
        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;
        background: #252f3e;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .feature-block .round-icon img {
            display: block;
            height: 36px;
            width: 36px
        }

    .feature-block .meta {
        margin-left: 16px
    }

        .feature-block .meta span, .feature-block .meta a {
            display: block
        }

            .feature-block .meta span:first-child, .feature-block .meta a:first-child {
                font-weight: 500;
                font-size: 1rem;
                color: #fcfcfc
            }

            .feature-block .meta span:nth-child(2), .feature-block .meta a:nth-child(2) {
                color: #fcfcfc;
                font-size: .9rem;
                max-width: 350px
            }

.partner-logos {
    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;
    margin: 0 auto
}

    .partner-logos img {
        display: block;
        height: 80px;
        margin: 0 25px
    }

@media(max-width: 767px) {
    .partner-logos img {
        height: 54px !important;
        margin: 0 12px !important
    }
}

.theme-list {
    padding: 30px 0
}

    .theme-list a:hover .theme-preview {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .theme-list a .theme-preview {
        display: block;
        border-radius: 14px;
        -webkit-box-shadow: 20px 20px 60px #d9d9d9,-20px -20px 60px #fff;
        box-shadow: 20px 20px 60px #d9d9d9,-20px -20px 60px #fff;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: .6;
        -webkit-transition: all .3s;
        transition: all .3s
    }

.theme-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .theme-feature .feature-icon i {
        color: #039be5
    }

    .theme-feature h5 {
        font-weight: 500;
        color: #444f60
    }

    .theme-feature p {
        color: #535555
    }

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .theme-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .theme-list .column {
            width: 50%;
            min-width: 50%;
            -webkit-box-flex: 2;
            -ms-flex-positive: 2;
            flex-grow: 2
        }

    .theme-features {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .theme-features .theme-feature p {
            font-size: .9rem
        }
}

.is-side-feature .text-column {
    position: relative
}

    .is-side-feature .text-column h3 {
        margin-bottom: .75rem
    }

    .is-side-feature .text-column p {
        color: #535555;
        font-size: 1.1rem
    }

.is-side-feature .media-column {
    position: relative
}

    .is-side-feature .media-column .pattern {
        position: absolute;
        top: 20px;
        display: block;
        width: 130px;
        opacity: .5;
        z-index: 0
    }

        .is-side-feature .media-column .pattern.is-left {
            left: 111px
        }

        .is-side-feature .media-column .pattern.is-right {
            right: 110px
        }

    .is-side-feature .media-column .mockup {
        position: relative;
        z-index: 1
    }

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .is-side-feature {
        text-align: center;
        max-width: 500px;
        margin: 0 auto
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .presentation-tools {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .presentation-tools .content-flex {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center
        }

            .presentation-tools .content-flex > div:nth-child(2) {
                margin-left: 0 !important;
                text-align: center !important
            }
}

.stat-boxes-wrapper .stat-box {
    width: 100%;
    text-align: center
}

    .stat-boxes-wrapper .stat-box .stat-icon img {
        display: block;
        height: 80px;
        margin: 0 auto
    }

    .stat-boxes-wrapper .stat-box .stat-count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 8px 0 0 0
    }

        .stat-boxes-wrapper .stat-box .stat-count span {
            display: block;
            font-weight: 700;
            font-size: 2rem;
            color: #444f60
        }

        .stat-boxes-wrapper .stat-box .stat-count small {
            font-size: 1.4rem;
            font-weight: 700;
            margin-left: 4px;
            color: #444f60
        }

    .stat-boxes-wrapper .stat-box p {
        color: #535555;
        font-weight: 500
    }

.business-types {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0 20px 0;
    max-width: 780px;
    margin: 0 auto
}

    .business-types .business-type {
        position: relative;
        text-align: center;
        width: calc(33.3% - 24px);
        margin: 12px;
        z-index: 1
    }

        .business-types .business-type .inner {
            padding: 20px;
            border-radius: 16px;
            -webkit-box-shadow: 20px 20px 60px #d9d9d9,-20px -20px 60px #fff;
            box-shadow: 20px 20px 60px #d9d9d9,-20px -20px 60px #fff;
            background: #fff
        }

            .business-types .business-type .inner .inner-icon {
                margin: 0 auto
            }

                .business-types .business-type .inner .inner-icon img {
                    display: block;
                    margin: 0 auto;
                    max-width: 100px
                }

            .business-types .business-type .inner .inner-text {
                font-weight: 500;
                font-size: 1.2rem;
                color: #444f60
            }

.extra-word {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 540px;
    margin: 20px auto
}

    .extra-word .avatar-wrap {
        height: 100px;
        width: 100px;
        min-width: 100px;
        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;
        border-radius: 50%;
        border: 2px solid #039be5;
        -webkit-box-shadow: 20px 20px 60px #d9d9d9,-20px -20px 60px #fff;
        box-shadow: 20px 20px 60px #d9d9d9,-20px -20px 60px #fff
    }

        .extra-word .avatar-wrap img {
            display: block;
            height: 80px;
            width: 80px;
            min-width: 80px;
            border-radius: 50%
        }

    .extra-word .text {
        margin-left: 16px
    }

        .extra-word .text p {
            color: #535555;
            margin-bottom: 6px
        }

            .extra-word .text p .fa {
                color: #039be5
            }

            .extra-word .text p .fa-quote-left {
                padding-right: 5px
            }

            .extra-word .text p .fa-quote-right {
                padding-left: 5px
            }

        .extra-word .text span {
            display: block
        }

            .extra-word .text span:nth-child(2) {
                color: #444f60;
                font-weight: 500
            }

            .extra-word .text span:nth-child(3) {
                font-size: .9rem;
                color: #535555
            }

@media(max-width: 767px) {
    .business-types .business-type {
        width: calc(100% - 24px)
    }

    .extra-word {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        .extra-word .avatar-wrap {
            margin: 0 auto 12px auto
        }

        .extra-word .text {
            margin-left: 0
        }
}

.pricing-picker span {
    color: #fff;
    font-family: "Nexa Light",sans-serif;
    margin: 0 5px 0 5px;
    padding: 10px 20px 13px 20px;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
    cursor: pointer
}

    .pricing-picker span.is-active {
        border: 1px solid #fff
    }

.giant-input-wrapper.is-wavy {
    padding: 30px 40px;
    background: #efefef;
    border-radius: 100px;
    margin: 20px 0
}

    .giant-input-wrapper.is-wavy .giant-input {
        position: relative;
        min-width: 300px;
        max-width: 100%
    }

        .giant-input-wrapper.is-wavy .giant-input input {
            padding: 20px 165px 20px 20px;
            width: 100%;
            background: #fff;
            color: #535555;
            border: none;
            height: 60px;
            line-height: 60px;
            -webkit-transition: all .5s;
            transition: all .5s;
            border: 1px solid rgba(213,220,247,.59);
            border-radius: 100px
        }

            .giant-input-wrapper.is-wavy .giant-input input:focus {
                outline: none !important;
                -webkit-box-shadow: 0px 5px 43px rgba(0,0,0,.18) !important;
                box-shadow: 0px 5px 43px rgba(0,0,0,.18) !important
            }

        .giant-input-wrapper.is-wavy .giant-input button.inner {
            position: absolute;
            right: 7px;
            top: 7px
        }

.slide-toggle {
    width: 65px;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

    .slide-toggle input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

        .slide-toggle input:checked ~ .toggler {
            border-color: #039be5
        }

            .slide-toggle input:checked ~ .toggler .active, .slide-toggle input:checked ~ .toggler .inactive {
                -webkit-transform: translateX(100%) rotate(360deg);
                transform: translateX(100%) rotate(360deg)
            }

            .slide-toggle input:checked ~ .toggler .active {
                opacity: 1
            }

            .slide-toggle input:checked ~ .toggler .inactive {
                opacity: 0
            }

    .slide-toggle .toggler {
        position: relative;
        display: block;
        height: 34px;
        width: 61px;
        border: 2px solid #cecece;
        border-radius: 100px;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .slide-toggle .toggler .active, .slide-toggle .toggler .inactive {
            position: absolute;
            top: 2px;
            left: 2px;
            height: 26px;
            width: 26px;
            border-radius: 50%;
            background: #000;
            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;
            -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

            .slide-toggle .toggler .active svg, .slide-toggle .toggler .inactive svg {
                stroke: #fff;
                height: 14px;
                width: 14px;
                stroke-width: 3px
            }

            .slide-toggle .toggler .active i, .slide-toggle .toggler .inactive i {
                font-size: 14px
            }

        .slide-toggle .toggler .inactive {
            background: #cecece;
            border-color: #cecece;
            opacity: 1;
            z-index: 1
        }

        .slide-toggle .toggler .active {
            background: #039be5;
            border-color: #039be5;
            opacity: 0;
            z-index: 0
        }

.floating-circles .floating-text {
    margin-top: 20px
}

.floating-circles .button-wrap {
    padding: 40px 0
}

.feature-matrix .button-wrap {
    padding: 40px 0
}

.device-table {
    margin: 0 auto
}

#bulchat {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 85px;
    margin: 0 25px 0 0;
    z-index: 9999;
    -webkit-transition: .35s;
    transition: .35s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-animation: gelatine;
    animation: gelatine
}

    #bulchat.visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

        #bulchat.visible div {
            outline: none;
            opacity: 1;
            background: #039be5;
            cursor: pointer
        }

            #bulchat.visible div:hover {
                opacity: .8
            }

    #bulchat div {
        outline: none;
        text-decoration: none;
        border: 0 none;
        display: block;
        width: 46px;
        height: 46px;
        background-color: #66676b;
        opacity: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 50% 50% 50% 0;
        text-align: center;
        font-size: 26px
    }

body #bulchat div {
    outline: none;
    color: #fff
}

#bulchat div:after {
    outline: none;
    content: url(../img/graphics/legacy/smile.svg);
    font-family: "FontAwesome";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%)
}

#bulchat.visible.close {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#bulchat div.close:after {
    outline: none;
    content: url(../img/graphics/legacy/close.svg);
    font-family: "FontAwesome";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#chat-widget {
    display: none
}

    #chat-widget .chat-widget-body {
        background-color: #fff;
        position: fixed;
        bottom: 85px;
        right: 85px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 370px;
        height: 550px;
        border-radius: 10px 10px 0;
        -webkit-box-shadow: 0 24px 25px rgba(0,0,0,.1);
        box-shadow: 0 24px 25px rgba(0,0,0,.1);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 999
    }

        #chat-widget .chat-widget-body.is-closed {
            -webkit-animation-name: fadeOutUp;
            animation-name: fadeOutUp;
            -webkit-animation-duration: .5s;
            animation-duration: .5s
        }

        #chat-widget .chat-widget-body.is-opened {
            -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
            -webkit-animation-duration: .5s;
            animation-duration: .5s
        }

        #chat-widget .chat-widget-body .chat-header {
            padding: 20px 20px 10px 20px;
            background-color: #039be5
        }

            #chat-widget .chat-widget-body .chat-header .close-chat img {
                height: 10px
            }

            #chat-widget .chat-widget-body .chat-header .chat-title {
                text-align: center;
                color: #fff;
                font-size: 17px;
                font-weight: 400;
                margin-bottom: 20px
            }

            #chat-widget .chat-widget-body .chat-header .chat-team {
                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
            }

                #chat-widget .chat-widget-body .chat-header .chat-team .team-member {
                    margin: 0 5px 0 5px
                }

                    #chat-widget .chat-widget-body .chat-header .chat-team .team-member img {
                        height: 50px;
                        border-radius: 100px
                    }

                    #chat-widget .chat-widget-body .chat-header .chat-team .team-member div {
                        color: #fff
                    }

            #chat-widget .chat-widget-body .chat-header .response-delay {
                color: #fff;
                margin-top: 20px;
                font-size: 12px
            }

        #chat-widget .chat-widget-body .message-container {
            position: relative;
            overflow-x: hidden;
            overflow-y: scroll;
            height: 100%;
            padding-bottom: 100px
        }

            #chat-widget .chat-widget-body .message-container .chat-message {
                padding: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                #chat-widget .chat-widget-body .message-container .chat-message img {
                    height: 35px;
                    border-radius: 100px
                }

                #chat-widget .chat-widget-body .message-container .chat-message .bubble-wrapper {
                    width: 100%
                }

                    #chat-widget .chat-widget-body .message-container .chat-message .bubble-wrapper .chat-bubble {
                        padding: 10px 20px 10px 20px;
                        font-size: 12px;
                        border: 1px solid #F0F0F0;
                        position: relative;
                        top: 30px
                    }

                    #chat-widget .chat-widget-body .message-container .chat-message .bubble-wrapper .timestamp {
                        position: relative;
                        top: 8px;
                        font-size: 11px;
                        font-weight: 500;
                        color: #535555
                    }

                #chat-widget .chat-widget-body .message-container .chat-message.from .chat-bubble {
                    margin-left: 20px;
                    color: #fff;
                    background: #039be5;
                    border-radius: 0 15px 15px 15px
                }

                #chat-widget .chat-widget-body .message-container .chat-message.from .timestamp {
                    right: 10px;
                    float: right
                }

                #chat-widget .chat-widget-body .message-container .chat-message.to .chat-bubble {
                    margin-right: 20px;
                    color: #fff;
                    background: #039be5;
                    border: 1px solid #F0F0F0;
                    border-radius: 15px 0 15px 15px;
                    text-align: left !important
                }

                #chat-widget .chat-widget-body .message-container .chat-message.to .timestamp {
                    left: 0;
                    top: 23px
                }

            #chat-widget .chat-widget-body .message-container::-webkit-scrollbar {
                width: 10px
            }

            #chat-widget .chat-widget-body .message-container::-webkit-scrollbar-thumb {
                border-radius: 5px;
                background: rgba(0,0,0,.2)
            }

        #chat-widget .chat-widget-body .message-input {
            position: absolute;
            bottom: -5px !important;
            width: 100%
        }

            #chat-widget .chat-widget-body .message-input textarea {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 18px;
                padding-right: 100px;
                padding-left: 30px;
                width: 100%;
                height: 100%;
                font-family: "intercom-font","Helvetica Neue",Helvetica,Arial,sans-serif;
                font-size: 15px;
                font-weight: 400;
                line-height: 1.33;
                white-space: pre;
                white-space: pre-wrap;
                word-wrap: break-word;
                border: none !important;
                resize: none;
                background-color: #fcfcfc
            }

                #chat-widget .chat-widget-body .message-input textarea:focus {
                    outline: none !important
                }

            #chat-widget .chat-widget-body .message-input .message-options {
                position: absolute;
                right: 30px;
                top: 0
            }

                #chat-widget .chat-widget-body .message-input .message-options .emoji-button {
                    position: relative;
                    float: left;
                    display: inline-block;
                    cursor: pointer;
                    opacity: .7;
                    height: 55px;
                    width: 30px
                }

                    #chat-widget .chat-widget-body .message-input .message-options .emoji-button:before {
                        background-image: url(https://image.ibb.co/gH13KQ/emoji_icon.webp);
                        background-size: 18px 18px;
                        background-repeat: no-repeat;
                        content: " ";
                        width: 18px;
                        height: 18px;
                        left: 5px;
                        border-radius: 50%;
                        position: absolute;
                        top: 20px;
                        background-position: 50%
                    }

                #chat-widget .chat-widget-body .message-input .message-options .attach-button {
                    position: relative;
                    float: left;
                    display: inline-block;
                    cursor: pointer;
                    opacity: .7;
                    height: 55px;
                    width: 30px
                }

                    #chat-widget .chat-widget-body .message-input .message-options .attach-button:before {
                        background-image: url(https://image.ibb.co/hSE165/attach_icon.webp);
                        background-size: 16px 18px;
                        background-repeat: no-repeat;
                        content: " ";
                        width: 16px;
                        height: 18px;
                        left: 5px;
                        position: absolute;
                        top: 20px;
                        background-position: 50%
                    }

@media(max-width: 767px) {
    .chat-widget-body {
        height: 100% !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        border-radius: 0 !important;
        z-index: 99999 !important
    }

    #bulchat.visible.close {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        visibility: hidden
    }
}

a:not(.button).is-link {
    color: #039be5 !important
}

.subscription-combo {
    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;
    padding: 80px 0
}

    .subscription-combo .control input {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 0;
        font-size: 1rem;
        height: 45px;
        padding-left: 45px !important;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .subscription-combo .control input:focus {
            border-color: #039be5
        }

            .subscription-combo .control input:focus + .form-icon svg {
                stroke: #039be5
            }

    .subscription-combo .control .form-icon {
        position: absolute;
        top: 0;
        left: 0;
        height: 45px;
        width: 45px;
        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
    }

        .subscription-combo .control .form-icon svg {
            height: 20px;
            width: 20px;
            stroke: #d4d4d4;
            -webkit-transition: all .3s;
            transition: all .3s
        }

    .subscription-combo .combo-button {
        height: 48px;
        max-height: 48px;
        margin-left: 4px;
        padding-bottom: 8px
    }

.update-pill {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    margin-bottom: 1rem;
    padding: 8px 12px 8px 8px;
    border-radius: 10px;
    font-family: "Roboto",sans-serif
}

    .update-pill .inner-tag {
        height: 26px;
        background: #039be5;
        color: #fff;
        font-size: .85rem;
        font-weight: 500;
        padding: 0 8px;
        line-height: 2.2;
        border-radius: 8px
    }

    .update-pill .inner-text {
        color: #535555;
        font-size: .9rem;
        margin-left: 8px
    }

.search-box-wrapper {
    margin: 10px auto 40px auto;
    width: 100%;
    max-width: 940px;
    padding: 24px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 18px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

    .search-box-wrapper .search-box {
        height: 82px;
        padding: 10px 0 10px 10px;
        border-radius: 12px;
        text-align: left;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #dee2e6
    }

        .search-box-wrapper .search-box .search-button {
            width: 100%;
            height: 80px;
            font-family: "Roboto",sans-serif;
            font-size: 1.3rem;
            margin-top: -10px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
            background: #039be5
        }

            .search-box-wrapper .search-box .search-button:hover {
                -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
            }

    .search-box-wrapper .search-block, .search-box-wrapper .price-block, .search-box-wrapper .extras-block {
        position: relative;
        width: 100%;
        height: 80px;
        margin-top: -10px;
        border-right: 1px solid #dee2e6;
        background: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

        .search-box-wrapper .search-block.focus, .search-box-wrapper .price-block.focus, .search-box-wrapper .extras-block.focus {
            -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.15);
            box-shadow: 0 3px 4px rgba(0,0,0,.15)
        }

        .search-box-wrapper .price-block .button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            outline: none;
            border: 1px solid #b1b1b1;
            text-align: left;
            width: 100%;
            height: 100%;
            font-size: 1em;
            margin-right: 4px;
            color: #4c4c4c;
            padding: 0 .825em;
            z-index: 0;
            border-radius: 0px;
            border: 0px
        }

            .search-box-wrapper .price-block .button span {
                position: absolute;
                top: 40px;
                left: 10px;
                font-family: "Roboto",sans-serif;
                padding-bottom: 5px;
                font-size: 1.1rem;
                background: none;
                color: #535555;
                width: 90%;
                height: 30px;
                border: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                outline: none
            }

        .search-box-wrapper .price-block .dropdown-container {
            padding-bottom: 0;
            width: 100%;
            border-radius: 0;
            border-top: none;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 10;
            font-size: 14px;
            padding: 0;
            background-color: #fff;
            -webkit-box-shadow: rgba(0,0,0,.172549) 0 6px 12px 0;
            box-shadow: rgba(0,0,0,.172549) 0 6px 12px 0;
            visibility: hidden
        }

            .search-box-wrapper .price-block .dropdown-container.is-open {
                visibility: visible
            }

            .search-box-wrapper .price-block .dropdown-container .dropdown {
                display: inline-block;
                margin: 0;
                border-top: 1px solid #ccc;
                width: 100%
            }

                .search-box-wrapper .price-block .dropdown-container .dropdown .range-container {
                    height: 60px;
                    margin: 20px 0 10px;
                    border-bottom: 1px solid #ccc
                }

                    .search-box-wrapper .price-block .dropdown-container .dropdown .range-container .left-input {
                        position: relative;
                        padding-left: 15px;
                        padding-right: 15px;
                        float: left;
                        width: 50%;
                        z-index: 11
                    }

                        .search-box-wrapper .price-block .dropdown-container .dropdown .range-container .left-input input {
                            width: 100%;
                            max-width: 100% !important;
                            line-height: 26px;
                            height: 40px;
                            padding-left: 6px;
                            background-color: #fff;
                            text-align: center;
                            border: solid 1px #ccc;
                            outline-width: 1px;
                            outline-color: #009688
                        }

                    .search-box-wrapper .price-block .dropdown-container .dropdown .range-container .right-input {
                        position: relative;
                        padding-left: 15px;
                        padding-right: 15px;
                        float: left;
                        width: 50%;
                        z-index: 11
                    }

                        .search-box-wrapper .price-block .dropdown-container .dropdown .range-container .right-input input {
                            width: 100%;
                            max-width: 100% !important;
                            line-height: 26px;
                            height: 40px;
                            padding-left: 6px;
                            background-color: #fff;
                            text-align: center;
                            border: solid 1px #ccc;
                            outline: none
                        }

                    .search-box-wrapper .price-block .dropdown-container .dropdown .range-container:before {
                        content: "-";
                        color: #ccc;
                        position: absolute;
                        text-align: center;
                        width: 100%;
                        font-size: 2em;
                        left: 0;
                        z-index: 10
                    }

                .search-box-wrapper .price-block .dropdown-container .dropdown .salary-options-container {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-pack: distribute;
                    justify-content: space-around;
                    padding: 0 10px 20px 10px
                }

                    .search-box-wrapper .price-block .dropdown-container .dropdown .salary-options-container ul {
                        height: 245px;
                        overflow-y: auto;
                        text-align: center;
                        padding: 0
                    }

                        .search-box-wrapper .price-block .dropdown-container .dropdown .salary-options-container ul li {
                            font-family: "Roboto",sans-serif;
                            font-size: .95rem;
                            width: 100%;
                            height: 35px;
                            min-width: 80px;
                            line-height: 35px;
                            border-radius: 8px;
                            cursor: pointer;
                            color: #535555;
                            padding: 0;
                            -webkit-transition: all .3s;
                            transition: all .3s
                        }

                            .search-box-wrapper .price-block .dropdown-container .dropdown .salary-options-container ul li:not(.dark-text):hover {
                                background: #039be5;
                                -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                                box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                                color: #fff
                            }

                .search-box-wrapper .price-block .dropdown-container .dropdown .options-container {
                    width: 100%;
                    height: 178px;
                    margin: 0px;
                    padding: 10px 15px;
                    border-bottom: 1px solid #ccc;
                    overflow-y: auto
                }

                    .search-box-wrapper .price-block .dropdown-container .dropdown .options-container p {
                        font-weight: 500
                    }

                    .search-box-wrapper .price-block .dropdown-container .dropdown .options-container ul {
                        min-height: 245px;
                        list-style: none;
                        padding-left: 0;
                        margin: 0;
                        background-color: #fff
                    }

                        .search-box-wrapper .price-block .dropdown-container .dropdown .options-container ul li {
                            padding-left: 15px;
                            height: 35px;
                            line-height: 35px;
                            cursor: pointer
                        }

                            .search-box-wrapper .price-block .dropdown-container .dropdown .options-container ul li:hover {
                                background: rgba(0,0,0,.2)
                            }

                        .search-box-wrapper .price-block .dropdown-container .dropdown .options-container ul.max-options li {
                            padding-right: 15px;
                            text-align: right
                        }

    .search-box-wrapper .search-label, .search-box-wrapper .price-label {
        position: absolute;
        top: 15px;
        left: 10px;
        font-family: "Roboto",sans-serif;
        color: #444f60;
        z-index: 999
    }

    .search-box-wrapper .search-input {
        position: absolute;
        top: 40px;
        left: 10px;
        font-family: "Roboto",sans-serif;
        padding-bottom: 5px;
        font-size: 1.1rem;
        background: none;
        border-bottom: 1px solid rgba(0,0,0,0);
        color: #535555;
        width: 90%;
        height: 30px;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none
    }

        .search-box-wrapper .search-input::-webkit-search-cancel-button {
            -webkit-appearance: none;
            appearance: none
        }

        .search-box-wrapper .search-input:focus {
            border-bottom-color: #039be5
        }

    .search-box-wrapper .checkbox input[type=checkbox] {
        margin-left: 0px
    }

    .search-box-wrapper .checkbox {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 12px;
        cursor: pointer
    }

        .search-box-wrapper .checkbox > span {
            position: relative;
            top: 2px;
            font-size: .95rem;
            color: #535555;
            margin-left: 4px
        }

        .search-box-wrapper .checkbox .end {
            margin-left: auto
        }

            .search-box-wrapper .checkbox .end img {
                display: block;
                height: 22px;
                width: 22px;
                min-width: 22px;
                border-radius: 50%
            }

        .search-box-wrapper .checkbox input[type=checkbox], .search-box-wrapper label input[type=checkbox] {
            opacity: 0;
            position: absolute;
            margin: 0;
            z-index: -1;
            width: 0;
            height: 0;
            overflow: hidden;
            left: 0;
            pointer-events: none
        }

        .search-box-wrapper .checkbox .checkbox-material .check {
            position: relative;
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 1px solid rgba(0,0,0,.54);
            border-radius: 2px;
            overflow: hidden;
            z-index: 1
        }

        .search-box-wrapper .checkbox input[type=checkbox]:checked ~ .checkbox-material .check {
            color: #039be5;
            padding: 1px 0 0px 1px;
            cursor: pointer
        }

        .search-box-wrapper .checkbox .checkbox-material {
            vertical-align: middle;
            position: relative;
            top: 3px;
            margin-right: 5px
        }

        .search-box-wrapper .checkbox input[type=checkbox]:checked ~ .checkbox-material .check:before {
            position: relative;
            top: -2px;
            color: #039be5;
            font: normal normal normal 14px/1 FontAwesome;
            content: "";
            -webkit-font-feature-settings: "liga";
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

@media(max-width: 767px) {
    .search-box-wrapper .search-box {
        height: auto;
        padding: 10px 8px
    }

        .search-box-wrapper .search-box .search-block, .search-box-wrapper .search-box .price-block, .search-box-wrapper .search-box .extras-block {
            border-right: none
        }

        .search-box-wrapper .search-box .search-button {
            border-radius: 12px;
            margin-top: 12px
        }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .search-box-wrapper .search-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.marquee-hero {
    height: auto !important;
    max-height: initial !important
}

.marquee-container {
    position: relative;
    max-width: 980px;
    margin: 0 auto 1.5rem auto;
    padding: 4px 6px;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    z-index: 3
}

    .marquee-container.is-night {
        background: #000021;
        border-color: #00004f
    }

        .marquee-container.is-night .marquee-item span {
            color: #fff
        }

.marquee {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 5
}

    .marquee.is-app-screens {
        max-width: 100%;
        padding: .5rem 0
    }

    .marquee .marquee-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 54px
    }

        .marquee .marquee-inner.is-auto {
            height: auto
        }

    .marquee .marquee-item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 1rem
    }

        .marquee .marquee-item:last-child {
            margin-right: 0
        }

        .marquee .marquee-item.is-app-screen {
            margin: 0 .5rem
        }

        .marquee .marquee-item img {
            height: 26px;
            width: 26px;
            min-width: 26px;
            margin-right: .5rem
        }

            .marquee .marquee-item img.app-screen {
                display: inline-block;
                height: auto;
                min-width: 460px;
                max-width: 460px;
                margin-right: 0;
                border-radius: .5rem;
                -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.12);
                box-shadow: -1px 3px 15px 0 rgba(0,0,0,.12)
            }

        .marquee .marquee-item span {
            font-family: "Roboto",sans-serif;
            font-weight: 500;
            color: #444f60
        }

            .marquee .marquee-item span.positive {
                color: #06d6a0
            }

            .marquee .marquee-item span.negative {
                color: #e62965
            }

@-webkit-keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

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

@keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

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

@-webkit-keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        opacity: 0
    }

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

.SuccessAnimation-box {
    min-height: 70px;
    min-width: 70px;
    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
}

.SuccessAnimation.is-primary .SuccessAnimationCircle, .SuccessAnimation.is-primary .SuccessAnimationCheck {
    stroke: #039be5
}

.SuccessAnimation.is-primary .SuccessAnimationResult {
    fill: #039be5
}

.SuccessAnimation.is-success .SuccessAnimationCircle, .SuccessAnimation.is-success .SuccessAnimationCheck {
    stroke: #0084c4
}

.SuccessAnimation.is-success .SuccessAnimationResult {
    fill: #0084c4
}

.SuccessAnimation .SuccessAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #00d1b2
}

.SuccessAnimation .SuccessAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #00d1b2
}

.SuccessAnimation .SuccessAnimationResult {
    fill: #00d1b2;
    opacity: 0
}

.SuccessAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
    animation: 1s ease-out 0s 1 both scaleAnimation
}

    .SuccessAnimation.animated .SuccessAnimationCircle {
        -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,.3s linear .9s 1 both fadeOut;
        animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,.3s linear .9s 1 both fadeOut
    }

    .SuccessAnimation.animated .SuccessAnimationCheck {
        -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,.3s linear .9s 1 both fadeOut;
        animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,.3s linear .9s 1 both fadeOut
    }

    .SuccessAnimation.animated .SuccessAnimationResult {
        -webkit-animation: .3s linear .9s both fadeIn;
        animation: .3s linear .9s both fadeIn
    }

.featured-svg {
    max-width: 450px
}

    .featured-svg.is-large {
        max-width: 540px
    }

.featured-svg-lg {
    max-width: 550px;
    max-height: 550px
}

.vivus-svg {
    max-height: 450px;
    width: 450px
}

.featured-drawing {
    max-width: 450px;
    display: block;
    margin: 0 auto
}

@media(max-width: 767px) {
    .featured-svg, .featured-svg-lg, .featured-drawing {
        max-width: 100% !important
    }
}

.dotted-app {
    display: block;
    max-width: 940px;
    margin: 40px auto 0 auto;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

.mockup-dots .dot {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    background-color: #039be5;
    z-index: 5
}

    .mockup-dots .dot:before {
        position: absolute;
        background: #039be5;
        content: "";
        top: 0;
        left: 0;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        -webkit-animation: dotPulse 2s ease-out infinite;
        animation: dotPulse 2s ease-out infinite
    }

    .mockup-dots .dot.first {
        top: 42%;
        left: 20%
    }

        .mockup-dots .dot.first:hover + .dot-tip.tip-first {
            display: block
        }

    .mockup-dots .dot.second {
        top: 65%;
        left: 20%
    }

        .mockup-dots .dot.second:hover + .dot-tip.tip-second {
            display: block
        }

    .mockup-dots .dot.third {
        top: 55%;
        right: 20%
    }

        .mockup-dots .dot.third:hover + .dot-tip.tip-third {
            display: block
        }

.mockup-dots .dot-tip {
    padding: 15px 20px;
    background-color: #039be5;
    color: #fff;
    border-radius: 10px 10px 0 10px;
    font-size: 13px;
    display: none;
    z-index: 4
}

    .mockup-dots .dot-tip.tip-first {
        position: absolute;
        top: 38%;
        left: 0
    }

    .mockup-dots .dot-tip.tip-second {
        position: absolute;
        top: 60%;
        left: 0
    }

    .mockup-dots .dot-tip.tip-third {
        position: absolute;
        top: 50%;
        right: 24%
    }

@media(max-width: 767px) {
    .dotted-app {
        max-width: 100%
    }
}

@media only screen and (min-width: 767px)and (max-width: 1024px)and (orientation: portrait) {
    .dotted-app {
        max-width: 100%
    }
}

.mockup-wrap .image-wrap {
    max-width: 840px;
    margin: 0 auto
}

    .mockup-wrap .image-wrap img {
        display: block;
        width: 100%
    }

        .mockup-wrap .image-wrap img.full-image {
            border: 1px solid #dbdbdb;
            border-radius: 1.25rem;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            max-width: 680px;
            margin: 0 auto 40px auto
        }

        .mockup-wrap .image-wrap img.full-image-minimal {
            max-width: 680px;
            margin: 0 auto 40px auto
        }

    .mockup-wrap .image-wrap .app-features {
        max-width: 640px;
        margin: 0 auto
    }

        .mockup-wrap .image-wrap .app-features.is-pulled {
            margin-top: -30px
        }

        .mockup-wrap .image-wrap .app-features .content-flex h5 {
            margin-bottom: .35rem
        }

        .mockup-wrap .image-wrap .app-features .content-flex p {
            color: #535555;
            font-size: .9rem
        }

        .mockup-wrap .image-wrap .app-features .content-flex i {
            color: #039be5
        }

.blob-figure {
    position: relative
}

    .blob-figure .morphing-blob-wrapper {
        position: absolute
    }

        .blob-figure .morphing-blob-wrapper.sub-blob-1 {
            top: -130px;
            left: -120px
        }

        .blob-figure .morphing-blob-wrapper.sub-blob-2 {
            bottom: -130px;
            right: -120px;
            -webkit-transform: scale(0.7);
            transform: scale(0.7)
        }

        .blob-figure .morphing-blob-wrapper.sub-blob-3 {
            top: -180px;
            right: -200px;
            -webkit-transform: scale(0.3);
            transform: scale(0.3)
        }

.hero-figure {
    position: relative
}

    .hero-figure.is-pushed {
        top: 60px
    }

.mockup-section {
    padding: 5rem 1.5rem !important
}

    .mockup-section .app-mockup {
        position: relative;
        max-width: 940px;
        margin: 0 auto;
        margin-top: 5%;
        z-index: 2
    }

    .mockup-section .hr-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 1096px;
        width: 100%;
        z-index: 0
    }

.featured-ui {
    max-height: 500px;
    display: block;
    margin: 0 auto
}

.rounded-app {
    position: relative;
    border: 1px solid #dbdbdb;
    border-radius: 1.25rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

.hero-app {
    position: relative;
    text-align: center;
    z-index: 2
}

    .hero-app img {
        border-radius: 4px;
        border: 1px solid #F0F0F0;
        -webkit-box-shadow: 0 3px 10px 4px rgba(0,0,0,.04);
        box-shadow: 0 3px 10px 4px rgba(0,0,0,.04)
    }

.hero-image {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media(max-width: 767px) {
    .hero-image {
        max-width: 375px
    }

    .mockup-section .app-mockup {
        max-width: 100%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .mockup-section .app-mockup {
        max-width: 100%
    }
}

.showcase-text-wrapper {
    padding: 0 40px
}

.showcase-wrapper {
    position: relative
}

    .showcase-wrapper .showcase-wrap {
        width: 100%;
        height: 100%
    }

        .showcase-wrapper .showcase-wrap .app-showcase {
            border-radius: 4px;
            border: 1px solid #F0F0F0;
            -webkit-box-shadow: 0 3px 10px 4px rgba(0,0,0,.04);
            box-shadow: 0 3px 10px 4px rgba(0,0,0,.04);
            -webkit-transition: all .6s;
            transition: all .6s;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1
        }

        .showcase-wrapper .showcase-wrap.is-active .app-showcase {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
            position: relative;
            z-index: 0
        }

.slide-control {
    max-width: 350px;
    margin: 60px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .slide-control .slide-dot {
        width: 60px;
        height: 60px;
        margin: 0 10px;
        -webkit-transition: all .3s;
        transition: all .3s;
        cursor: pointer
    }

        .slide-control .slide-dot img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 2px solid #F0F0F0
        }

        .slide-control .slide-dot.is-active {
            -webkit-transform: scale(1.3);
            transform: scale(1.3)
        }

            .slide-control .slide-dot.is-active img {
                -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,.15);
                box-shadow: 0px 5px 25px 0px rgba(0,0,0,.15)
            }

@media only screen and (max-width: 767px) {
    .hero-figure.is-pushed {
        top: -80px !important
    }

    .slide-control {
        margin: 0 auto
    }

    .showcase-text-wrapper {
        padding: 0;
        text-align: center
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .hero-figure.is-pushed {
        top: -80px !important
    }

    .showcase-text-wrapper {
        text-align: center
    }

    .slide-control {
        margin: 30px auto
    }
}

.app-wrapper {
    padding: 80px 0 0 0
}

    .app-wrapper .app-features {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 640px;
        margin: 0 auto
    }

        .app-wrapper .app-features .app-feature {
            text-align: center;
            width: 25%
        }

            .app-wrapper .app-features .app-feature img {
                display: block;
                max-width: 48px;
                margin: 0 auto 12px auto
            }

            .app-wrapper .app-features .app-feature h3 {
                font-weight: 600;
                color: #444f60;
                margin-left: 12px;
                padding-bottom: 24px;
                border-bottom: 2px solid #c2c2c2
            }

    .app-wrapper .mockup-wrapper {
        position: relative;
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
        padding: 60px
    }

        .app-wrapper .mockup-wrapper img {
            position: relative;
            display: block;
            border: 1px solid #F0F0F0;
            border-radius: 6px;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            z-index: 3
        }

@media(max-width: 767px) {
    .app-wrapper .mockup-wrapper {
        padding: 10px;
        margin-top: 30px
    }

    .app-wrapper .app-features .app-feature h3 {
        margin-left: 0
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .app-features {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .app-features .column {
            width: 50%;
            min-width: 50%;
            -webkit-box-flex: 2;
            -ms-flex-positive: 2;
            flex-grow: 2
        }
}

#geo-canvas {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: visible;
    position: absolute;
    top: 10%
}

.starfall {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 0
}

    .starfall .falling-star {
        width: 8px;
        height: 8px;
        background: #039be5;
        position: absolute;
        border-radius: 50%;
        opacity: .5
    }

.falling-star:nth-child(1) {
    -webkit-transform: translateX(35vw) translateY(-8px);
    transform: translateX(35vw) translateY(-8px);
    -webkit-animation: anim1 4s infinite;
    animation: anim1 4s infinite;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes anim1 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(55vw) translateY(100vh);
        transform: translateX(55vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim1 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(55vw) translateY(100vh);
        transform: translateX(55vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(2) {
    -webkit-transform: translateX(35vw) translateY(-8px);
    transform: translateX(35vw) translateY(-8px);
    -webkit-animation: anim2 4s infinite;
    animation: anim2 4s infinite;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes anim2 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(55vw) translateY(100vh);
        transform: translateX(55vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim2 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(55vw) translateY(100vh);
        transform: translateX(55vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(3) {
    -webkit-transform: translateX(38vw) translateY(-8px);
    transform: translateX(38vw) translateY(-8px);
    -webkit-animation: anim3 4s infinite;
    animation: anim3 4s infinite;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes anim3 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(58vw) translateY(100vh);
        transform: translateX(58vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim3 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(58vw) translateY(100vh);
        transform: translateX(58vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(4) {
    -webkit-transform: translateX(73vw) translateY(-8px);
    transform: translateX(73vw) translateY(-8px);
    -webkit-animation: anim4 4s infinite;
    animation: anim4 4s infinite;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

@-webkit-keyframes anim4 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(93vw) translateY(100vh);
        transform: translateX(93vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim4 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(93vw) translateY(100vh);
        transform: translateX(93vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(5) {
    -webkit-transform: translateX(92vw) translateY(-8px);
    transform: translateX(92vw) translateY(-8px);
    -webkit-animation: anim5 4s infinite;
    animation: anim5 4s infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

@-webkit-keyframes anim5 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(112vw) translateY(100vh);
        transform: translateX(112vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim5 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(112vw) translateY(100vh);
        transform: translateX(112vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(6) {
    -webkit-transform: translateX(72vw) translateY(-8px);
    transform: translateX(72vw) translateY(-8px);
    -webkit-animation: anim6 4s infinite;
    animation: anim6 4s infinite;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

@-webkit-keyframes anim6 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(92vw) translateY(100vh);
        transform: translateX(92vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim6 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(92vw) translateY(100vh);
        transform: translateX(92vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(7) {
    -webkit-transform: translateX(49vw) translateY(-8px);
    transform: translateX(49vw) translateY(-8px);
    -webkit-animation: anim7 4s infinite;
    animation: anim7 4s infinite;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

@-webkit-keyframes anim7 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(69vw) translateY(100vh);
        transform: translateX(69vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim7 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(69vw) translateY(100vh);
        transform: translateX(69vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(8) {
    -webkit-transform: translateX(36vw) translateY(-8px);
    transform: translateX(36vw) translateY(-8px);
    -webkit-animation: anim8 4s infinite;
    animation: anim8 4s infinite;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

@-webkit-keyframes anim8 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(56vw) translateY(100vh);
        transform: translateX(56vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim8 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(56vw) translateY(100vh);
        transform: translateX(56vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(9) {
    -webkit-transform: translateX(11vw) translateY(-8px);
    transform: translateX(11vw) translateY(-8px);
    -webkit-animation: anim9 4s infinite;
    animation: anim9 4s infinite;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s
}

@-webkit-keyframes anim9 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(31vw) translateY(100vh);
        transform: translateX(31vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim9 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(31vw) translateY(100vh);
        transform: translateX(31vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(10) {
    -webkit-transform: translateX(2vw) translateY(-8px);
    transform: translateX(2vw) translateY(-8px);
    -webkit-animation: anim10 4s infinite;
    animation: anim10 4s infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

@-webkit-keyframes anim10 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(22vw) translateY(100vh);
        transform: translateX(22vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim10 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(22vw) translateY(100vh);
        transform: translateX(22vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(11) {
    -webkit-transform: translateX(93vw) translateY(-8px);
    transform: translateX(93vw) translateY(-8px);
    -webkit-animation: anim11 4s infinite;
    animation: anim11 4s infinite;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s
}

@-webkit-keyframes anim11 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(113vw) translateY(100vh);
        transform: translateX(113vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim11 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(113vw) translateY(100vh);
        transform: translateX(113vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(12) {
    -webkit-transform: translateX(79vw) translateY(-8px);
    transform: translateX(79vw) translateY(-8px);
    -webkit-animation: anim12 4s infinite;
    animation: anim12 4s infinite;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s
}

@-webkit-keyframes anim12 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(99vw) translateY(100vh);
        transform: translateX(99vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim12 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(99vw) translateY(100vh);
        transform: translateX(99vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(13) {
    -webkit-transform: translateX(94vw) translateY(-8px);
    transform: translateX(94vw) translateY(-8px);
    -webkit-animation: anim13 4s infinite;
    animation: anim13 4s infinite;
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s
}

@-webkit-keyframes anim13 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(114vw) translateY(100vh);
        transform: translateX(114vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim13 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(114vw) translateY(100vh);
        transform: translateX(114vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(14) {
    -webkit-transform: translateX(42vw) translateY(-8px);
    transform: translateX(42vw) translateY(-8px);
    -webkit-animation: anim14 4s infinite;
    animation: anim14 4s infinite;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s
}

@-webkit-keyframes anim14 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(62vw) translateY(100vh);
        transform: translateX(62vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim14 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(62vw) translateY(100vh);
        transform: translateX(62vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(15) {
    -webkit-transform: translateX(25vw) translateY(-8px);
    transform: translateX(25vw) translateY(-8px);
    -webkit-animation: anim15 4s infinite;
    animation: anim15 4s infinite;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

@-webkit-keyframes anim15 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(45vw) translateY(100vh);
        transform: translateX(45vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim15 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(45vw) translateY(100vh);
        transform: translateX(45vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(16) {
    -webkit-transform: translateX(82vw) translateY(-8px);
    transform: translateX(82vw) translateY(-8px);
    -webkit-animation: anim16 4s infinite;
    animation: anim16 4s infinite;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}

@-webkit-keyframes anim16 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(102vw) translateY(100vh);
        transform: translateX(102vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim16 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(102vw) translateY(100vh);
        transform: translateX(102vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(17) {
    -webkit-transform: translateX(47vw) translateY(-8px);
    transform: translateX(47vw) translateY(-8px);
    -webkit-animation: anim17 4s infinite;
    animation: anim17 4s infinite;
    -webkit-animation-delay: 5.1s;
    animation-delay: 5.1s
}

@-webkit-keyframes anim17 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(67vw) translateY(100vh);
        transform: translateX(67vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim17 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(67vw) translateY(100vh);
        transform: translateX(67vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(18) {
    -webkit-transform: translateX(29vw) translateY(-8px);
    transform: translateX(29vw) translateY(-8px);
    -webkit-animation: anim18 4s infinite;
    animation: anim18 4s infinite;
    -webkit-animation-delay: 5.4s;
    animation-delay: 5.4s
}

@-webkit-keyframes anim18 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(49vw) translateY(100vh);
        transform: translateX(49vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim18 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(49vw) translateY(100vh);
        transform: translateX(49vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(19) {
    -webkit-transform: translateX(88vw) translateY(-8px);
    transform: translateX(88vw) translateY(-8px);
    -webkit-animation: anim19 4s infinite;
    animation: anim19 4s infinite;
    -webkit-animation-delay: 5.7s;
    animation-delay: 5.7s
}

@-webkit-keyframes anim19 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(108vw) translateY(100vh);
        transform: translateX(108vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim19 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(108vw) translateY(100vh);
        transform: translateX(108vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(20) {
    -webkit-transform: translateX(53vw) translateY(-8px);
    transform: translateX(53vw) translateY(-8px);
    -webkit-animation: anim20 4s infinite;
    animation: anim20 4s infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

@-webkit-keyframes anim20 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(73vw) translateY(100vh);
        transform: translateX(73vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim20 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(73vw) translateY(100vh);
        transform: translateX(73vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(21) {
    -webkit-transform: translateX(70vw) translateY(-8px);
    transform: translateX(70vw) translateY(-8px);
    -webkit-animation: anim21 4s infinite;
    animation: anim21 4s infinite;
    -webkit-animation-delay: 6.3s;
    animation-delay: 6.3s
}

@-webkit-keyframes anim21 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(90vw) translateY(100vh);
        transform: translateX(90vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim21 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(90vw) translateY(100vh);
        transform: translateX(90vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(22) {
    -webkit-transform: translateX(85vw) translateY(-8px);
    transform: translateX(85vw) translateY(-8px);
    -webkit-animation: anim22 4s infinite;
    animation: anim22 4s infinite;
    -webkit-animation-delay: 6.6s;
    animation-delay: 6.6s
}

@-webkit-keyframes anim22 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(105vw) translateY(100vh);
        transform: translateX(105vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim22 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(105vw) translateY(100vh);
        transform: translateX(105vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(23) {
    -webkit-transform: translateX(51vw) translateY(-8px);
    transform: translateX(51vw) translateY(-8px);
    -webkit-animation: anim23 4s infinite;
    animation: anim23 4s infinite;
    -webkit-animation-delay: 6.9s;
    animation-delay: 6.9s
}

@-webkit-keyframes anim23 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(71vw) translateY(100vh);
        transform: translateX(71vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim23 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(71vw) translateY(100vh);
        transform: translateX(71vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(24) {
    -webkit-transform: translateX(75vw) translateY(-8px);
    transform: translateX(75vw) translateY(-8px);
    -webkit-animation: anim24 4s infinite;
    animation: anim24 4s infinite;
    -webkit-animation-delay: 7.2s;
    animation-delay: 7.2s
}

@-webkit-keyframes anim24 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(95vw) translateY(100vh);
        transform: translateX(95vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim24 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(95vw) translateY(100vh);
        transform: translateX(95vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(25) {
    -webkit-transform: translateX(41vw) translateY(-8px);
    transform: translateX(41vw) translateY(-8px);
    -webkit-animation: anim25 4s infinite;
    animation: anim25 4s infinite;
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s
}

@-webkit-keyframes anim25 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(61vw) translateY(100vh);
        transform: translateX(61vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim25 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(61vw) translateY(100vh);
        transform: translateX(61vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(26) {
    -webkit-transform: translateX(23vw) translateY(-8px);
    transform: translateX(23vw) translateY(-8px);
    -webkit-animation: anim26 4s infinite;
    animation: anim26 4s infinite;
    -webkit-animation-delay: 7.8s;
    animation-delay: 7.8s
}

@-webkit-keyframes anim26 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(43vw) translateY(100vh);
        transform: translateX(43vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim26 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(43vw) translateY(100vh);
        transform: translateX(43vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(27) {
    -webkit-transform: translateX(25vw) translateY(-8px);
    transform: translateX(25vw) translateY(-8px);
    -webkit-animation: anim27 4s infinite;
    animation: anim27 4s infinite;
    -webkit-animation-delay: 8.1s;
    animation-delay: 8.1s
}

@-webkit-keyframes anim27 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(45vw) translateY(100vh);
        transform: translateX(45vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim27 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(45vw) translateY(100vh);
        transform: translateX(45vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(28) {
    -webkit-transform: translateX(70vw) translateY(-8px);
    transform: translateX(70vw) translateY(-8px);
    -webkit-animation: anim28 4s infinite;
    animation: anim28 4s infinite;
    -webkit-animation-delay: 8.4s;
    animation-delay: 8.4s
}

@-webkit-keyframes anim28 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(90vw) translateY(100vh);
        transform: translateX(90vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim28 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(90vw) translateY(100vh);
        transform: translateX(90vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(29) {
    -webkit-transform: translateX(41vw) translateY(-8px);
    transform: translateX(41vw) translateY(-8px);
    -webkit-animation: anim29 4s infinite;
    animation: anim29 4s infinite;
    -webkit-animation-delay: 8.7s;
    animation-delay: 8.7s
}

@-webkit-keyframes anim29 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(61vw) translateY(100vh);
        transform: translateX(61vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim29 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(61vw) translateY(100vh);
        transform: translateX(61vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(30) {
    -webkit-transform: translateX(17vw) translateY(-8px);
    transform: translateX(17vw) translateY(-8px);
    -webkit-animation: anim30 4s infinite;
    animation: anim30 4s infinite;
    -webkit-animation-delay: 9s;
    animation-delay: 9s
}

@-webkit-keyframes anim30 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(37vw) translateY(100vh);
        transform: translateX(37vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim30 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(37vw) translateY(100vh);
        transform: translateX(37vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(31) {
    -webkit-transform: translateX(4vw) translateY(-8px);
    transform: translateX(4vw) translateY(-8px);
    -webkit-animation: anim31 4s infinite;
    animation: anim31 4s infinite;
    -webkit-animation-delay: 9.3s;
    animation-delay: 9.3s
}

@-webkit-keyframes anim31 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(24vw) translateY(100vh);
        transform: translateX(24vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim31 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(24vw) translateY(100vh);
        transform: translateX(24vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(32) {
    -webkit-transform: translateX(90vw) translateY(-8px);
    transform: translateX(90vw) translateY(-8px);
    -webkit-animation: anim32 4s infinite;
    animation: anim32 4s infinite;
    -webkit-animation-delay: 9.6s;
    animation-delay: 9.6s
}

@-webkit-keyframes anim32 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(110vw) translateY(100vh);
        transform: translateX(110vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim32 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(110vw) translateY(100vh);
        transform: translateX(110vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(33) {
    -webkit-transform: translateX(40vw) translateY(-8px);
    transform: translateX(40vw) translateY(-8px);
    -webkit-animation: anim33 4s infinite;
    animation: anim33 4s infinite;
    -webkit-animation-delay: 9.9s;
    animation-delay: 9.9s
}

@-webkit-keyframes anim33 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(60vw) translateY(100vh);
        transform: translateX(60vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim33 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(60vw) translateY(100vh);
        transform: translateX(60vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(34) {
    -webkit-transform: translateX(5vw) translateY(-8px);
    transform: translateX(5vw) translateY(-8px);
    -webkit-animation: anim34 4s infinite;
    animation: anim34 4s infinite;
    -webkit-animation-delay: 10.2s;
    animation-delay: 10.2s
}

@-webkit-keyframes anim34 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(25vw) translateY(100vh);
        transform: translateX(25vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim34 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(25vw) translateY(100vh);
        transform: translateX(25vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(35) {
    -webkit-transform: translateX(6vw) translateY(-8px);
    transform: translateX(6vw) translateY(-8px);
    -webkit-animation: anim35 4s infinite;
    animation: anim35 4s infinite;
    -webkit-animation-delay: 10.5s;
    animation-delay: 10.5s
}

@-webkit-keyframes anim35 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(26vw) translateY(100vh);
        transform: translateX(26vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim35 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(26vw) translateY(100vh);
        transform: translateX(26vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(36) {
    -webkit-transform: translateX(39vw) translateY(-8px);
    transform: translateX(39vw) translateY(-8px);
    -webkit-animation: anim36 4s infinite;
    animation: anim36 4s infinite;
    -webkit-animation-delay: 10.8s;
    animation-delay: 10.8s
}

@-webkit-keyframes anim36 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(59vw) translateY(100vh);
        transform: translateX(59vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim36 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(59vw) translateY(100vh);
        transform: translateX(59vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(37) {
    -webkit-transform: translateX(28vw) translateY(-8px);
    transform: translateX(28vw) translateY(-8px);
    -webkit-animation: anim37 4s infinite;
    animation: anim37 4s infinite;
    -webkit-animation-delay: 11.1s;
    animation-delay: 11.1s
}

@-webkit-keyframes anim37 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(48vw) translateY(100vh);
        transform: translateX(48vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim37 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(48vw) translateY(100vh);
        transform: translateX(48vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(38) {
    -webkit-transform: translateX(84vw) translateY(-8px);
    transform: translateX(84vw) translateY(-8px);
    -webkit-animation: anim38 4s infinite;
    animation: anim38 4s infinite;
    -webkit-animation-delay: 11.4s;
    animation-delay: 11.4s
}

@-webkit-keyframes anim38 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(104vw) translateY(100vh);
        transform: translateX(104vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim38 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(104vw) translateY(100vh);
        transform: translateX(104vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(39) {
    -webkit-transform: translateX(59vw) translateY(-8px);
    transform: translateX(59vw) translateY(-8px);
    -webkit-animation: anim39 4s infinite;
    animation: anim39 4s infinite;
    -webkit-animation-delay: 11.7s;
    animation-delay: 11.7s
}

@-webkit-keyframes anim39 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(79vw) translateY(100vh);
        transform: translateX(79vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim39 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(79vw) translateY(100vh);
        transform: translateX(79vw) translateY(100vh);
        opacity: 0
    }
}

.falling-star:nth-child(40) {
    -webkit-transform: translateX(22vw) translateY(-8px);
    transform: translateX(22vw) translateY(-8px);
    -webkit-animation: anim40 4s infinite;
    animation: anim40 4s infinite;
    -webkit-animation-delay: 12s;
    animation-delay: 12s
}

@-webkit-keyframes anim40 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(42vw) translateY(100vh);
        transform: translateX(42vw) translateY(100vh);
        opacity: 0
    }
}

@keyframes anim40 {
    10% {
        opacity: .5
    }

    12% {
        opacity: 1;
        -webkit-box-shadow: 0 0 3px 0 #fff;
        box-shadow: 0 0 3px 0 #fff
    }

    15% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(42vw) translateY(100vh);
        transform: translateX(42vw) translateY(100vh);
        opacity: 0
    }
}

.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    z-index: 200;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }

    10%,90% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(45vw);
        transform: translateY(45vw);
        opacity: 0
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }

    10%,90% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(45vw);
        transform: translateY(45vw);
        opacity: 0
    }
}

.ref-tabs ul, .ref-tabs li a {
    border-bottom: none !important
}

.ref-tabs img {
    display: block;
    width: 100%;
    max-width: 110px;
    max-height: 70px
}

.floating-bubbles .bubble img {
    height: 100px;
    position: absolute
}

    .floating-bubbles .bubble img.bubble-1st {
        left: 20%;
        top: -5%;
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

    .floating-bubbles .bubble img.bubble-2nd {
        left: 50%;
        top: 25%;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s
    }

    .floating-bubbles .bubble img.bubble-3rd {
        left: 15%;
        top: 75%;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s
    }

    .floating-bubbles .bubble img.bubble-4th {
        right: 15%;
        top: -15%;
        -webkit-animation-delay: 4.5s;
        animation-delay: 4.5s
    }

    .floating-bubbles .bubble img.bubble-5th {
        right: 15%;
        top: -15%;
        -webkit-animation-delay: 3.5s;
        animation-delay: 3.5s
    }

    .floating-bubbles .bubble img.bubble-6th {
        right: 50%;
        top: 20%;
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .floating-bubbles .bubble img.bubble-7th {
        right: 10%;
        top: -80%;
        -webkit-animation-delay: 1.7s;
        animation-delay: 1.7s;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }

    .floating-bubbles .bubble img.bubble-8th {
        left: 10%;
        top: -7%;
        -webkit-animation-delay: 5.3s;
        animation-delay: 5.3s
    }

    .floating-bubbles .bubble img.bubble-9th {
        left: 30%;
        top: 80%;
        -webkit-animation-delay: 5.3s;
        animation-delay: 5.3s
    }

.floating-avatars .avatar {
    height: 60px;
    border-radius: 100px;
    position: absolute
}

    .floating-avatars .avatar.avatar-1st {
        left: 50%;
        top: 64%
    }

    .floating-avatars .avatar.avatar-2nd {
        height: 40px;
        left: 80%;
        top: 45%
    }

    .floating-avatars .avatar.avatar-3rd {
        height: 50px;
        left: 68%;
        top: 60%
    }

    .floating-avatars .avatar.avatar-4th {
        left: 90%;
        top: 75%
    }

    .floating-avatars .avatar.avatar-5th {
        height: 50px;
        left: 33%;
        top: 55%
    }

    .floating-avatars .avatar.avatar-6th {
        left: 20%;
        top: 69%;
        z-index: 2
    }

    .floating-avatars .avatar.avatar-7th {
        height: 40px;
        left: 8%;
        top: 45%
    }

.city-container img {
    display: block
}

.conditions {
    position: relative;
    top: 12px;
    font-size: 85%;
    margin-left: 15px;
    color: #fff
}

.tabbed-features .navigation-tabs {
    margin-bottom: 40px
}

.tabbed-features .navtab-content .inner-content {
    padding: 20px
}

    .tabbed-features .navtab-content .inner-content .feature-headline {
        font-size: 1.75rem
    }

    .tabbed-features .navtab-content .inner-content p {
        margin-bottom: 12px
    }

.square {
    position: absolute
}

    .square.square-1 {
        bottom: 60px;
        right: 5%;
        height: 80px;
        width: 80px;
        border-radius: 12px;
        opacity: .5;
        background: #9ddefe;
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
        z-index: 2
    }

    .square.square-2 {
        bottom: 50px;
        right: 25%;
        height: 40px;
        width: 40px;
        border-radius: 20px;
        opacity: .7;
        background: #5bc8fd;
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
        z-index: 2
    }

    .square.square-3 {
        bottom: 160px;
        right: -22px;
        height: 180px;
        width: 180px;
        border-radius: 36px;
        background: #039be5;
        opacity: .2;
        -webkit-transform: rotate(24deg);
        transform: rotate(38deg);
        z-index: 2
    }

    .square.square-4 {
        top: 20px;
        left: 30%;
        height: 80px;
        width: 80px;
        border-radius: 16px;
        opacity: .5;
        background: #039be5;
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
        z-index: 2
    }

    .square.square-5 {
        top: 220px;
        left: 20%;
        height: 40px;
        width: 40px;
        border-radius: 20px;
        opacity: .7;
        background: #5bc8fd;
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
        z-index: 2
    }

    .square.square-6 {
        top: 60px;
        right: 10%;
        height: 40px;
        width: 40px;
        opacity: .5;
        border: 2px solid #039be5;
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
        z-index: 2
    }

    .square.square-7 {
        top: 80px;
        left: 15%;
        height: 30px;
        width: 30px;
        opacity: .5;
        border: 2px solid #039be5;
        -webkit-transform: rotate(146deg);
        transform: rotate(146deg);
        z-index: 2
    }

@media(max-width: 767px) {
    .square.square-1 {
        bottom: -25px;
        height: 40px;
        width: 40px
    }

    .square.square-2 {
        bottom: 23px;
        right: 25%;
        height: 25px;
        width: 25px;
        border-radius: 7px
    }

    .square.square-4 {
        top: 8px;
        left: 30%;
        height: 50px;
        width: 50px;
        border-radius: 11px
    }

    .square.square-5 {
        top: 207px;
        height: 24px;
        width: 24px;
        border-radius: 7px
    }

    .square.square-6 {
        top: 100px;
        right: 10%;
        height: 20px;
        width: 20px
    }

    .square.square-7 {
        display: none
    }
}

.has-background-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

    .has-background-image.is-contain {
        background-size: contain;
        background-repeat: repeat
    }

.partner-logos {
    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
}

    .partner-logos img {
        display: block;
        height: 80px;
        margin: 0 25px
    }

.blob-1 {
    position: absolute;
    top: 10%;
    right: -290px;
    width: 280px;
    z-index: 0;
    opacity: .15
}

.blob-2 {
    position: absolute;
    top: 10%;
    left: -190px;
    width: 380px;
    z-index: 0;
    opacity: .15
}

.blob-3 {
    position: absolute;
    top: -80px;
    left: -120px;
    width: 90px;
    z-index: 0;
    opacity: .15
}

.blob-4 {
    position: absolute;
    top: -82px;
    left: 180px;
    width: 130px;
    z-index: 0;
    opacity: .15
}

.blob-5 {
    position: absolute;
    bottom: 50px;
    right: -104px;
    width: 130px;
    z-index: 0;
    opacity: .15
}

.morphing-blob-wrapper svg, .morphing-blob-wrapper svg circle {
    fill: #039be5
}

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

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

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

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

.morphing-blob-wrapper .Circle1 {
    -webkit-animation: from0to360 3s linear infinite;
    animation: from0to360 3s linear infinite;
    cx: 150;
    cy: 145;
    r: 100;
    -webkit-transform-origin: 145px 150px;
    transform-origin: 145px 150px
}

@-webkit-keyframes from360to0 {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

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

@keyframes from360to0 {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

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

.morphing-blob-wrapper .Circle2 {
    -webkit-animation: from360to0 4s linear infinite;
    animation: from360to0 4s linear infinite;
    cx: 150;
    cy: 155;
    r: 100;
    -webkit-transform-origin: 155px 150px;
    transform-origin: 155px 150px
}

.morphing-blob-wrapper .Circle3 {
    -webkit-animation: from0to360 5s linear infinite;
    animation: from0to360 5s linear infinite;
    cx: 145;
    cy: 150;
    r: 100;
    -webkit-transform-origin: 150px 145px;
    transform-origin: 150px 145px
}

.morphing-blob-wrapper .Circle4 {
    -webkit-animation: from360to0 4.5s linear infinite;
    animation: from360to0 4.5s linear infinite;
    cx: 155;
    cy: 150;
    r: 100;
    -webkit-transform-origin: 150px 155px;
    transform-origin: 150px 155px
}

.masked-image {
    position: relative;
    max-width: 450px;
    margin: 0 auto
}

    .masked-image .main-image {
        display: block;
        -webkit-transform: scale(0.99);
        transform: scale(0.99)
    }

    .masked-image .image-mask {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%
    }

    .masked-image .dot {
        position: absolute;
        height: 48px;
        width: 48px;
        border-radius: 50%
    }

        .masked-image .dot.dot-primary {
            background: #039be5;
            -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
        }

        .masked-image .dot.dot-success {
            background: #06d6a0;
            -webkit-box-shadow: 0 14px 26px -12px rgba(6,214,160,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(6,214,160,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(6,214,160,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(6,214,160,.2) !important
        }

        .masked-image .dot.dot-info {
            background: #039be5;
            -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
        }

        .masked-image .dot.dot-1 {
            bottom: 20%;
            left: 5%
        }

        .masked-image .dot.dot-2 {
            bottom: 20%;
            right: 2%;
            height: 54px;
            width: 54px
        }

        .masked-image .dot.dot-3 {
            bottom: 10%;
            height: 32px;
            width: 32px;
            left: 15%
        }

        .masked-image .dot.dot-4 {
            top: 20%;
            left: 5%
        }

        .masked-image .dot.dot-5 {
            bottom: 22%;
            right: 5%;
            height: 54px;
            width: 54px
        }

        .masked-image .dot.dot-6 {
            top: 15%;
            left: 2%
        }

@media only screen and (max-width: 1024px) {
    .masked-image .main-image {
        -webkit-transform: scale(0.99);
        transform: scale(0.99)
    }
}

.featured-image-medium {
    display: block;
    max-width: 480px;
    margin: 0 auto
}

.featured-image-large {
    display: block;
    max-width: 580px;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .featured-image-medium, .featured-image-large {
        max-width: 100%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .stories {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .stories .column {
            min-width: 50%
        }
}

.section-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 650px
}

    .section-wrap.is-skewed-sm {
        -webkit-transform: skew(0deg, -3deg) translate(0, -45px);
        transform: skew(0deg, -3deg) translate(0, -45px)
    }

        .section-wrap.is-skewed-sm .container {
            -webkit-transform: skew(0deg, 3deg) translate(0, 45px);
            transform: skew(0deg, 3deg) translate(0, 45px);
            margin-top: -60px
        }

    .section-wrap .section.image-section {
        width: 50%;
        padding-left: 10%;
        padding-right: 5%;
        background: #252f3e
    }

        .section-wrap .section.image-section .title, .section-wrap .section.image-section .subtitle, .section-wrap .section.image-section p {
            color: #fff
        }

        .section-wrap .section.image-section .title-wrap h3 {
            margin-left: 0 !important
        }

        .section-wrap .section.image-section .support-features {
            padding: 16px 0
        }

            .section-wrap .section.image-section .support-features > p {
                margin-bottom: 16px
            }

            .section-wrap .section.image-section .support-features .support-card {
                display: inline-block;
                padding: 20px;
                width: 100%;
                border-radius: 10px;
                background: #19202b;
                border: 1px solid #212a38;
                text-align: center;
                -webkit-transition: all .3s;
                transition: all .3s
            }

                .section-wrap .section.image-section .support-features .support-card:hover {
                    border-color: #039be5 !important;
                    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
                }

                    .section-wrap .section.image-section .support-features .support-card:hover h3, .section-wrap .section.image-section .support-features .support-card:hover i {
                        color: #039be5
                    }

                .section-wrap .section.image-section .support-features .support-card i {
                    font-size: 2.8rem;
                    color: #535555;
                    -webkit-transition: color .3s;
                    transition: color .3s
                }

                .section-wrap .section.image-section .support-features .support-card h3 {
                    font-weight: 500;
                    color: #fff;
                    -webkit-transition: color .3s;
                    transition: color .3s
                }

                .section-wrap .section.image-section .support-features .support-card p {
                    font-size: .95rem;
                    color: #ddd7d7
                }

    .section-wrap .right {
        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-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        background-size: cover;
        background-repeat: no-repeat
    }

@media(max-width: 767px) {
    .section-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .section-wrap .section.image-section {
            width: 100%;
            padding-left: 10%;
            padding-right: 10%;
            text-align: center
        }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .section-wrap .section.image-section {
        padding-left: 5%;
        padding-right: 5%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
    .section-wrap .section.image-section {
        padding-left: 5%;
        padding-right: 5%
    }
}

.clients-logo-carousel {
    text-align: center;
    max-width: 950px;
    margin: 0 auto
}

    .clients-logo-carousel:hover .slick-custom {
        opacity: 1
    }

    .clients-logo-carousel .carousel-item {
        margin: 0 20px
    }

    .clients-logo-carousel .image-wrapper {
        position: relative
    }

        .clients-logo-carousel .image-wrapper .stack-logo {
            max-height: 130px;
            margin: 0 auto
        }

    .clients-logo-carousel .slick-custom {
        opacity: 0;
        top: 23px
    }

    .clients-logo-carousel .slick-dots {
        bottom: -60px !important
    }

    .clients-logo-carousel .slick-prev:before, .clients-logo-carousel .slick-next:before {
        color: #535555
    }

    .clients-logo-carousel .slick-custom.is-next {
        right: -15px
    }

    .clients-logo-carousel .slick-custom.is-prev {
        left: -15px
    }

    .clients-logo-carousel .client-logo {
        max-height: 80px
    }

@media(max-width: 768px) {
    .clients-logo-carousel .slick-dots {
        display: none !important
    }
}

.people-carousel {
    margin-bottom: 0 !important
}

    .people-carousel .people-carousel-item.slick-dotted .slick-slider {
        margin-bottom: 0 !important
    }

    .people-carousel .people-carousel-item .item-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center
    }

    .people-carousel .people-carousel-item .image-column {
        width: 60%;
        display: block;
        position: relative
    }

    .people-carousel .people-carousel-item .content-column {
        width: 40%;
        display: block;
        position: relative
    }

    .people-carousel .people-carousel-item .carousel-img {
        text-align: center
    }

        .people-carousel .people-carousel-item .carousel-img img {
            display: block;
            margin: 0 auto
        }

    .people-carousel .testimonial-title {
        font-size: 1.7rem;
        color: #444f60;
        font-family: "Nexa Bold",sans-serif;
        font-weight: 600;
        position: relative
    }

        .people-carousel .testimonial-title i {
            position: absolute;
            top: -25px;
            right: 0;
            color: #039be5
        }

    .people-carousel .testimonial-content p {
        padding-bottom: 10px
    }

    .people-carousel .customer-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .people-carousel .customer-info .customer-avatar img {
            height: 45px;
            width: 45px;
            border-radius: 50%;
            border: 1px solid #F0F0F0
        }

        .people-carousel .customer-info .customer-block {
            margin: 0 10px;
            position: relative
        }

            .people-carousel .customer-info .customer-block .name {
                font-family: "Nexa Light",sans-serif;
                font-weight: 600;
                color: #444f60
            }

            .people-carousel .customer-info .customer-block .position {
                font-size: 90%;
                color: #535555
            }

        .people-carousel .customer-info .company-logo {
            max-width: 100px !important;
            margin-left: auto
        }

    .people-carousel .mobile-spacer {
        padding-bottom: 80px
    }

    .people-carousel .slick-dots {
        bottom: 40px;
        right: 18%;
        width: auto
    }

@media(max-width: 767px) {
    .people-carousel .content-column {
        width: 100% !important
    }

    .people-carousel .testimonial-title {
        font-size: 1.4rem
    }

    .people-carousel .slick-dots {
        left: 0 !important;
        right: 0 !important
    }
}

.testimonials.is-wavy .testimonial-name h3 {
    font-family: "Nexa Bold",sans-serif
}

@media(max-width: 768px) {
    .testimonials.is-wavy .testimonial-item {
        margin: 40px 15px !important
    }

        .testimonials.is-wavy .testimonial-item .testimonial-content p {
            padding: 20px !important
        }
}

.testimonials-wrapper .testimonial .fa-quote-left {
    font-size: 1.3rem;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    background: #039be5;
    position: relative;
    left: 19px;
    -webkit-box-shadow: 0 10px 22px rgba(0,0,0,.2);
    box-shadow: 0 10px 22px rgba(0,0,0,.2)
}

.testimonials-wrapper .testimonial .testimonial-title {
    margin: 0 0 20px 22px;
    font-weight: normal;
    font-size: 22px;
    color: rgba(255,255,255,.7)
}

.testimonials-wrapper .testimonial .testimonial-quote {
    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;
    padding: 15px;
    border: none
}

    .testimonials-wrapper .testimonial .testimonial-quote footer::before {
        content: ""
    }

.testimonials-wrapper .testimonial .testimonial-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 200px;
    max-width: 500px;
    padding: 30px 70px 30px 30px;
    font-size: 16px;
    line-height: 1.55;
    color: #888;
    background: #fff;
    border-radius: 0 30px;
    -webkit-box-shadow: 0 10px 22px rgba(0,0,0,.2);
    box-shadow: 0 10px 22px rgba(0,0,0,.2)
}

.testimonials-wrapper .testimonial .testimonial-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonials-wrapper .testimonial .testimonial-img {
    position: relative;
    left: -40px;
    min-width: 80px;
    width: 80px;
    height: 80px;
    font-size: 16px;
    border-radius: 50%;
    background: #fff;
    border: solid 2px #fff;
    -webkit-box-shadow: 0 10px 22px rgba(0,0,0,.2);
    box-shadow: 0 10px 22px rgba(0,0,0,.2)
}

.testimonials-wrapper .testimonial .testimonial-author {
    font-family: "Nexa Bold",sans-serif;
    font-style: normal;
    font-size: 22px;
    line-height: 1.1;
    color: #fff
}

.testimonials-wrapper .testimonial .testimonial-position {
    font-size: 16px;
    color: rgba(255,255,255,.7)
}

.testimonials-wrapper .slick-dots .slick-active button::before {
    color: #fff !important
}

@media(min-width: 768px) {
    .testimonials-wrapper .testimonial-img {
        min-width: 116px;
        width: 116px;
        height: 116px;
        border-width: 3px
    }

    .testimonials-wrapper .testimonial-text {
        max-width: 70%;
        padding: 50px 22px;
        padding-right: 90px;
        border-radius: 0 50px
    }
}

@media(max-width: 768px) {
    .testimonials-wrapper .testimonial-text {
        margin-bottom: 20px;
        padding: 20px !important
    }

    .testimonials-wrapper .testimonial-img {
        min-width: 60px !important;
        width: 60px !important;
        height: 60px !important
    }
}

@media(max-width: 767px) {
    .testimonials-wrapper .testimonials-wrapper .slick-slide {
        height: 340px;
        min-height: 340px
    }

    .testimonials-wrapper .testimonial-quote {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .testimonials-wrapper .fa-quote-left {
        top: 20px;
        left: 0 !important
    }

    .testimonials-wrapper .testimonial-img {
        top: -40px;
        left: 0 !important
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .testimonials-wrapper .fa-quote-left {
        top: -10px !important;
        left: 12px !important
    }

    .testimonials-wrapper .testimonial-img {
        top: -10px !important;
        left: -26px !important
    }
}

.testimonials-wrapper .slick-slide {
    height: 260px;
    min-height: 260px
}

.testimonials-cover {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .testimonials-cover.is-active {
        opacity: 1
    }

.css-carousel {
    background: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4rem;
    height: 300px;
    max-width: 750px;
    margin: auto;
    position: relative;
    overflow: hidden
}

    .css-carousel h2 {
        margin: 0;
        margin-top: -1.7em;
        padding: 0;
        font-size: 1em;
        text-align: center;
        color: #bbb
    }

    .css-carousel .slides {
        width: 400%;
        left: 0;
        padding-left: 0;
        padding-top: 1em;
        overflow: hidden;
        list-style: none;
        position: relative;
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s
    }

        .css-carousel .slides li {
            width: 25%;
            position: relative;
            float: left
        }

            .css-carousel .slides li p {
                margin-top: 0
            }

            .css-carousel .slides li q {
                max-width: 90%;
                margin: auto;
                color: #666;
                font-size: 1.3em;
                font-weight: bold
            }

            .css-carousel .slides li img {
                width: 3em;
                border-radius: 50%;
                margin-left: -1.5em;
                margin-right: .5em;
                vertical-align: middle
            }

            .css-carousel .slides li .author {
                margin-top: 20px;
                font-size: 1rem;
                color: #777;
                display: block;
                font-weight: 500
            }

            .css-carousel .slides li .text {
                display: block;
                color: #535555
            }

    .css-carousel .carousel-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style: none;
        text-align: center;
        bottom: 1em;
        position: absolute;
        width: 104px;
        margin: 0 auto;
        left: 0;
        right: 0
    }

        .css-carousel .carousel-dots label {
            float: left;
            margin: 6px;
            display: block;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            border: solid 2px #039be5;
            font-size: 0
        }

            .css-carousel .carousel-dots label:hover {
                cursor: pointer
            }

    .css-carousel input {
        display: none
    }

    .css-carousel #radio-1:checked ~ .slides {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    .css-carousel #radio-2:checked ~ .slides {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%)
    }

    .css-carousel #radio-3:checked ~ .slides {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .css-carousel #radio-4:checked ~ .slides {
        -webkit-transform: translateX(-75%);
        transform: translateX(-75%)
    }

    .css-carousel #radio-1:checked ~ .carousel-dots label#dotForRadio-1, .css-carousel #radio-2:checked ~ .carousel-dots label#dotForRadio-2, .css-carousel #radio-3:checked ~ .carousel-dots label#dotForRadio-3, .css-carousel #radio-4:checked ~ .carousel-dots label#dotForRadio-4 {
        background: #039be5
    }

@media(max-width: 796px) {
    .css-carousel {
        height: 8.5em
    }
}

@media(max-width: 480px) {
    .css-carousel li p {
        padding-left: .5em;
        padding-right: .5em
    }

    .css-carousel li q {
        font-size: 1em
    }

    .css-carousel li img {
        width: 2em;
        margin-left: -1em;
        margin-right: .25em
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .css-carousel {
        padding: 4rem 2rem !important
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .css-carousel {
        padding: 10px;
        min-height: 260px;
        opacity: .9
    }
}

@media(max-width: 767px) {
    .css-carousel {
        padding: 10px;
        min-height: 200px;
        opacity: .9
    }
}

.carousel-wrap {
    padding: 40px 0;
    max-width: 840px;
    margin: 0 auto
}

    .carousel-wrap .testimonials-solo-carousel .testimonial-item {
        padding: 40px;
        border: 1px solid #e3e3e3;
        border-radius: 6px;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-container {
            position: relative;
            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;
            width: 220px;
            height: 175px;
            margin: 0 auto
        }

            .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-container img {
                display: block
            }

                .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-container img.avatar {
                    position: relative;
                    height: 140px;
                    width: 140px;
                    border-radius: 50%;
                    z-index: 1
                }

                .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-container img.dots {
                    position: absolute;
                    width: 100%;
                    max-width: 90px;
                    z-index: 0
                }

                    .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-container img.dots.is-top {
                        top: 0;
                        left: 0
                    }

                    .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-container img.dots.is-bottom {
                        bottom: 0;
                        right: 0
                    }

        .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-info {
            text-align: center;
            padding: 16px 0
        }

            .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-info h3 {
                font-family: "Nexa Bold";
                font-size: 1.2rem;
                color: #444f60
            }

            .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-info p {
                color: #535555
            }

        .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
            padding: 0 40px
        }

            .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .company-logo {
                display: block;
                width: 100%;
                max-width: 100px
            }

            .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .text-content {
                color: #4C586B;
                margin-bottom: 10px
            }

            .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .learn-more {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-weight: 500;
                color: #039be5
            }

                .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .learn-more span {
                    display: block;
                    margin-right: 4px
                }

                .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .learn-more i {
                    position: relative;
                    top: 1px
                }

            .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding-top: 16px
            }

                .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    margin-right: 30px
                }

                    .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .circle-chart__circle {
                        animation: circle-chart-fill 2s reverse;
                        -webkit-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                        -webkit-transform-origin: center;
                        transform-origin: center
                    }

                    .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .circle-chart__circle--negative {
                        -webkit-transform: rotate(-90deg) scale(1, -1);
                        transform: rotate(-90deg) scale(1, -1)
                    }

                    .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .circle-chart__info {
                        -webkit-animation: circle-chart-appear 2s forwards;
                        animation: circle-chart-appear 2s forwards;
                        opacity: 0;
                        -webkit-transform: translateY(0.3em);
                        transform: translateY(0.3em)
                    }

@-webkit-keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100
    }
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100
    }
}

@-webkit-keyframes circle-chart-appear {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .meta span {
    display: block;
    line-height: 1.2
}

    .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .meta span:first-child {
        font-weight: 600;
        color: #444f60
    }

    .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .meta span:nth-child(2) {
        color: #4C586B
    }

.carousel-wrap .slick-custom {
    position: absolute;
    top: 41%;
    border: 1px solid rgba(0,0,0,0);
    width: 50px;
    height: 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    color: #444f60;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 999
}

    .carousel-wrap .slick-custom i {
        position: relative;
        font-size: 12px
    }

    .carousel-wrap .slick-custom:hover {
        border-color: #e5e5e5;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
    }

    .carousel-wrap .slick-custom.is-prev {
        left: -60px
    }

        .carousel-wrap .slick-custom.is-prev i {
            right: 2px
        }

    .carousel-wrap .slick-custom.is-next {
        right: -60px
    }

        .carousel-wrap .slick-custom.is-next i {
            left: 2px
        }

.carousel-wrap .carousel-footer {
    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;
    max-width: 540px;
    margin: 0 auto;
    padding: 30px 0
}

    .carousel-wrap .carousel-footer > div {
        width: 50%;
        padding: 0 20px
    }

        .carousel-wrap .carousel-footer > div.rating-block {
            text-align: center;
            border-right: 1px solid #e3e3e3
        }

            .carousel-wrap .carousel-footer > div.rating-block .stars i {
                font-size: 18px;
                color: #cecece
            }

            .carousel-wrap .carousel-footer > div.rating-block p {
                color: #535555
            }

        .carousel-wrap .carousel-footer > div.support-block {
            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
        }

            .carousel-wrap .carousel-footer > div.support-block i {
                font-size: 22px;
                color: #cecece
            }

            .carousel-wrap .carousel-footer > div.support-block .meta {
                margin-left: 12px
            }

                .carousel-wrap .carousel-footer > div.support-block .meta span {
                    display: block;
                    line-height: 1.2;
                    color: #535555
                }

@media(max-width: 767px) {
    .carousel-wrap .testimonials-solo-carousel .testimonial-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side, .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
            width: 100%
        }

        .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
            padding: 0
        }

            .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .learn-more {
                margin-bottom: 20px
            }

            .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                width: 50%;
                margin: 0 auto
            }

                .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .meta {
                    margin: 0;
                    padding-top: 12px;
                    text-align: center
                }
}

.carousel-wrapper {
    max-width: 760px;
    margin: 90px auto
}

    .carousel-wrapper .carousel .slick-slide {
        outline: none !important
    }

    .carousel-wrapper .carousel .carousel-item {
        width: 100%;
        border: 1px solid #F0F0F0;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        border-radius: 8px;
        background: #fff;
        padding: 60px;
        margin: 20px
    }

        .carousel-wrapper .carousel .carousel-item.slick-current .item-footer span {
            color: #fff !important
        }

        .carousel-wrapper .carousel .carousel-item p {
            color: #535555
        }

        .carousel-wrapper .carousel .carousel-item .item-footer {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 20px
        }

            .carousel-wrapper .carousel .carousel-item .item-footer img {
                display: block;
                height: 50px;
                width: 50px;
                border-radius: 50%
            }

            .carousel-wrapper .carousel .carousel-item .item-footer span {
                display: block;
                font-size: 1.1rem;
                font-weight: 600;
                font-family: "Nexa Bold",sans-serif;
                color: #444f60;
                margin-left: 10px
            }

.customer-testimonials-wrapper {
    position: relative
}

    .customer-testimonials-wrapper .customer-testimonials {
        max-width: 840px;
        margin: 0 auto;
        padding: 40px 0
    }

        .customer-testimonials-wrapper .customer-testimonials .testimonial-item {
            outline: none
        }

            .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left {
                    width: calc(50% - 120px);
                    margin-left: 120px
                }

                    .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .rating {
                        margin-bottom: 8px
                    }

                        .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .rating i {
                            font-size: 1.3rem;
                            color: #ffc02e
                        }

                    .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left p {
                        margin-bottom: 12px
                    }

                        .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left p i {
                            color: #039be5
                        }

                        .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left p .fa-quote-left {
                            margin-right: 5px
                        }

                        .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left p .fa-quote-right {
                            margin-left: 5px
                        }

                    .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                        .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta img {
                            display: block;
                            height: 48px;
                            width: 48px;
                            min-width: 48px;
                            border-radius: 50%
                        }

                        .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta .inner-meta {
                            margin-left: 12px;
                            line-height: 1.2
                        }

                            .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta .inner-meta span {
                                display: block
                            }

                                .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta .inner-meta span:first-child {
                                    color: #444f60;
                                    font-size: 1.1rem;
                                    font-weight: 500
                                }

                                .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta .inner-meta span:nth-child(2) {
                                    color: #535555
                                }

                .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .right {
                    width: 50%
                }

                    .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .right img {
                        display: block;
                        margin: 0 auto;
                        width: auto;
                        max-height: 478px
                    }

@media(max-width: 767px) {
    .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left {
            width: 100%;
            margin-left: 0;
            margin-bottom: 30px;
            text-align: center
        }

            .customer-testimonials-wrapper .customer-testimonials .testimonial-item .item-inner .left .meta {
                text-align: left;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }
}

.carousel-wrapper {
    max-width: 620px;
    margin: 90px auto
}

    .carousel-wrapper .carousel .slick-slide {
        outline: none !important
    }

    .carousel-wrapper .carousel .carousel-item {
        width: 100%;
        border: 1px solid #F0F0F0;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        border-radius: 8px;
        background: #fff;
        padding: 60px;
        margin: 20px;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .carousel-wrapper .carousel .carousel-item.slick-current {
            background: #039be5
        }

            .carousel-wrapper .carousel .carousel-item.slick-current i, .carousel-wrapper .carousel .carousel-item.slick-current p {
                color: #fcfcfc
            }

            .carousel-wrapper .carousel .carousel-item.slick-current .item-footer .meta span {
                color: #fcfcfc !important
            }

        .carousel-wrapper .carousel .carousel-item p {
            color: #535555;
            -webkit-transition: color .3s;
            transition: color .3s
        }

        .carousel-wrapper .carousel .carousel-item i {
            -webkit-transition: color .3s;
            transition: color .3s
        }

        .carousel-wrapper .carousel .carousel-item .item-footer {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 20px
        }

            .carousel-wrapper .carousel .carousel-item .item-footer img {
                display: block;
                height: 50px;
                width: 50px;
                border-radius: 50%
            }

            .carousel-wrapper .carousel .carousel-item .item-footer .meta {
                margin-left: 10px
            }

                .carousel-wrapper .carousel .carousel-item .item-footer .meta span {
                    display: block;
                    -webkit-transition: all .3s;
                    transition: all .3s
                }

                    .carousel-wrapper .carousel .carousel-item .item-footer .meta span:first-child {
                        font-size: 1.1rem;
                        font-weight: 600;
                        font-family: "Nexa Bold",sans-serif;
                        color: #444f60
                    }

                    .carousel-wrapper .carousel .carousel-item .item-footer .meta span:nth-child(2) {
                        font-size: 1rem;
                        color: #039be5;
                        line-height: 1
                    }

@media only screen and (max-width: 767px) {
    .carousel-wrapper .carousel .carousel-item {
        padding: 30px;
        margin-left: 10px;
        margin-right: 10px
    }
}

.currencies-table {
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    max-width: 940px;
    width: 100%;
    margin: 0 auto 40px auto;
    overflow: hidden;
    border-radius: 1rem
}

    .currencies-table .responsive-table {
        max-width: 940px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        font-family: "Roboto",sans-serif
    }

        .currencies-table .responsive-table tr:first-child {
            background: #fff !important
        }

        .currencies-table .responsive-table tr:last-child {
            border-bottom: none
        }

        .currencies-table .responsive-table th, .currencies-table .responsive-table td {
            vertical-align: middle;
            border-color: #e3e3e3
        }

        .currencies-table .responsive-table th {
            color: #444f60;
            font-weight: 600;
            padding-top: 1.75rem !important;
            padding-bottom: 1.75rem !important
        }

        .currencies-table .responsive-table td.light-cell {
            color: #535555
        }

        .currencies-table .responsive-table td .currency-icon {
            height: 38px;
            width: 38px;
            min-width: 38px
        }

        .currencies-table .responsive-table td .evolution {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .currencies-table .responsive-table td .evolution.is-positive {
                color: #06d6a0
            }

            .currencies-table .responsive-table td .evolution.is-negative {
                color: #e62965
            }

            .currencies-table .responsive-table td .evolution span {
                color: #535555;
                margin-right: 8px
            }

            .currencies-table .responsive-table td .evolution svg {
                height: 18px;
                width: 18px
            }

.flex-table {
    margin-top: 20px
}

    .flex-table .flex-table-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 4px
    }

        .flex-table .flex-table-header span {
            font-family: "Nexa Bold",sans-serif;
            font-size: .7rem;
            font-weight: 600;
            color: #535555;
            text-transform: uppercase;
            padding-bottom: 10px
        }

            .flex-table .flex-table-header span.product {
                width: 40%
            }

            .flex-table .flex-table-header span.quantity {
                width: 15%;
                text-align: center
            }

            .flex-table .flex-table-header span.price {
                width: 15%;
                text-align: center
            }

            .flex-table .flex-table-header span.discount {
                width: 15%;
                text-align: center
            }

            .flex-table .flex-table-header span.total {
                width: 15%;
                text-align: center
            }

    .flex-table .flex-table-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #e3e3e3;
        padding: 8px;
        margin-bottom: 6px
    }

        .flex-table .flex-table-item.is-row {
            border: none;
            background: rgba(0,0,0,0)
        }

        .flex-table .flex-table-item .flex-table-cell {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 10px
        }

            .flex-table .flex-table-item .flex-table-cell.is-grow {
                -webkit-box-flex: 2;
                -ms-flex-positive: 2;
                flex-grow: 2
            }

            .flex-table .flex-table-item .flex-table-cell.cell-center {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

            .flex-table .flex-table-item .flex-table-cell.cell-end {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end
            }

                .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown:hover .dropdown-trigger .button {
                    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                    border-color: #e8e8e8
                }

                .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-trigger .button {
                    min-width: 150px;
                    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                    border-color: #e3e3e3;
                    color: #E8EEF2
                }

                    .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-trigger .button svg {
                        stroke: #E8EEF2;
                        stroke-width: 1.6px
                    }

                .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu {
                    margin-top: 8px;
                    width: 240px;
                    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
                }

                    .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                        .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart {
                            display: block
                        }

                            .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary {
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                padding-bottom: 12px;
                                border-bottom: 1px solid #e5e5e5
                            }

                                .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary > img {
                                    height: 28px;
                                    width: 28px;
                                    border-radius: 50%
                                }

                                .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary > .meta {
                                    margin-left: .75rem
                                }

                                    .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary > .meta span {
                                        display: block
                                    }

                                        .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary > .meta span:first-child {
                                            font-size: .9rem
                                        }

                                        .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary > .meta span:nth-child(2) {
                                            font-size: .8rem;
                                            color: #E8EEF2
                                        }

                        .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item > img {
                            height: 28px;
                            width: 28px;
                            border-radius: 50%
                        }

                        .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item > .meta {
                            margin-left: .75rem
                        }

                            .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item > .meta span {
                                display: block
                            }

                                .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item > .meta span:first-child {
                                    font-size: .9rem
                                }

                                .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item > .meta span:nth-child(2) {
                                    font-size: .8rem;
                                    color: #E8EEF2
                                }

            .flex-table .flex-table-item .flex-table-cell.light-pushed > span {
                margin-left: 16px
            }

            .flex-table .flex-table-item .flex-table-cell.is-bold > span {
                font-weight: 600
            }

            .flex-table .flex-table-item .flex-table-cell.is-meta .meta span {
                display: block;
                font-family: "Roboto",sans-serif
            }

                .flex-table .flex-table-item .flex-table-cell.is-meta .meta span:first-child {
                    text-transform: uppercase;
                    font-size: .7rem;
                    color: #E8EEF2
                }

                .flex-table .flex-table-item .flex-table-cell.is-meta .meta span:nth-child(2) {
                    font-size: .95rem;
                    color: #444f60
                }

            .flex-table .flex-table-item .flex-table-cell.is-supplier {
                -webkit-box-flex: 2;
                -ms-flex-positive: 2;
                flex-grow: 2
            }

                .flex-table .flex-table-item .flex-table-cell.is-supplier .inner .inner-label {
                    font-family: "Roboto",sans-serif;
                    text-transform: uppercase;
                    font-size: .7rem;
                    color: #E8EEF2
                }

                .flex-table .flex-table-item .flex-table-cell.is-supplier .inner .supplier {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .flex-table .flex-table-item .flex-table-cell.is-supplier .inner .supplier img {
                        display: block;
                        height: 24px;
                        width: 24px;
                        border-radius: 50%
                    }

                    .flex-table .flex-table-item .flex-table-cell.is-supplier .inner .supplier span {
                        display: block;
                        color: #E8EEF2;
                        margin-left: 8px;
                        font-family: "Roboto",sans-serif;
                        font-size: .9rem
                    }

            .flex-table .flex-table-item .flex-table-cell.is-product {
                padding-left: 0
            }

                .flex-table .flex-table-item .flex-table-cell.is-product.is-grow {
                    -webkit-box-flex: 2;
                    -ms-flex-positive: 2;
                    flex-grow: 2
                }

                .flex-table .flex-table-item .flex-table-cell.is-product .product-image-wrap {
                    position: relative;
                    height: 48px;
                    width: 48px
                }

                    .flex-table .flex-table-item .flex-table-cell.is-product .product-image-wrap .product-image {
                        display: block;
                        height: 48px;
                        width: 48px;
                        min-width: 48px;
                        border-radius: 50%
                    }

                    .flex-table .flex-table-item .flex-table-cell.is-product .product-image-wrap .product-badge {
                        position: absolute;
                        bottom: 0;
                        right: 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;
                        height: 20px;
                        width: 20px;
                        border-radius: 50%;
                        background: #0084c4;
                        border: 2px solid #fff
                    }

                        .flex-table .flex-table-item .flex-table-cell.is-product .product-image-wrap .product-badge svg {
                            stroke: #fff;
                            height: 8px;
                            width: 8px;
                            stroke-width: 3px
                        }

                .flex-table .flex-table-item .flex-table-cell.is-product > span {
                    display: block;
                    margin-left: 10px;
                    font-family: "Roboto",sans-serif;
                    font-size: .9rem;
                    font-weight: 500
                }

                .flex-table .flex-table-item .flex-table-cell.is-product .cell-image {
                    display: block;
                    width: 100%;
                    max-width: 80px
                }

                    .flex-table .flex-table-item .flex-table-cell.is-product .cell-image.is-mini {
                        max-width: 40px
                    }

            .flex-table .flex-table-item .flex-table-cell .badge, .flex-table .flex-table-item .flex-table-cell .tag {
                margin-bottom: 0 !important
            }

        .flex-table .flex-table-item .product {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 40%
        }

            .flex-table .flex-table-item .product img {
                display: block;
                -o-object-fit: contain;
                object-fit: contain;
                width: 50px;
                height: 50px;
                min-width: 50px
            }

            .flex-table .flex-table-item .product .product-name {
                display: block;
                margin-left: 12px;
                max-width: 360px;
                font-family: "Nexa Bold",sans-serif;
                font-weight: 600;
                font-size: .8rem;
                color: #444f60
            }

        .flex-table .flex-table-item .quantity span, .flex-table .flex-table-item .price span {
            display: block;
            font-family: "Nexa Bold",sans-serif;
            font-weight: 600;
            font-size: .9rem;
            color: #535555
        }

        .flex-table .flex-table-item .discount span, .flex-table .flex-table-item .total span {
            display: block;
            font-family: "Nexa Bold",sans-serif;
            font-weight: 600;
            font-size: .9rem;
            color: #444f60
        }

        .flex-table .flex-table-item .quantity {
            width: 15%;
            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;
            border-left: 1px solid #e3e3e3
        }

        .flex-table .flex-table-item .price {
            width: 15%;
            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;
            border-left: 1px solid #e3e3e3
        }

            .flex-table .flex-table-item .price span:before {
                content: "$"
            }

        .flex-table .flex-table-item .discount {
            width: 15%;
            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;
            border-left: 1px solid #e3e3e3
        }

        .flex-table .flex-table-item .total {
            width: 15%;
            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;
            border-left: 1px solid #e3e3e3
        }

            .flex-table .flex-table-item .total span:before {
                content: "$"
            }

@media(max-width: 767px) {
    .flex-table .flex-table-header {
        display: none
    }

    .flex-table .flex-table-item {
        -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;
        width: 100% !important;
        padding: 20px;
        margin-bottom: 16px
    }

        .flex-table .flex-table-item .flex-table-cell {
            position: relative;
            margin: 8px 0
        }

            .flex-table .flex-table-item .flex-table-cell:before {
                content: attr(data-th);
                font-size: .85rem;
                text-transform: uppercase;
                font-weight: 500;
                color: #E8EEF2
            }

            .flex-table .flex-table-item .flex-table-cell.no-label-mobile:before {
                display: none !important
            }

            .flex-table .flex-table-item .flex-table-cell.cell-end {
                -webkit-box-pack: start !important;
                -ms-flex-pack: start !important;
                justify-content: flex-start !important
            }

                .flex-table .flex-table-item .flex-table-cell.cell-end .btn-group {
                    margin-left: auto
                }

                .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown {
                    width: 100%
                }

                    .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-trigger {
                        width: 100%
                    }

                        .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-trigger .button {
                            width: 100%
                        }

            .flex-table .flex-table-item .flex-table-cell.is-user span {
                font-size: 1.2rem
            }

            .flex-table .flex-table-item .flex-table-cell.is-supplier .inner-label {
                display: none !important
            }

            .flex-table .flex-table-item .flex-table-cell.is-meta .meta span:first-child:not(.tag) {
                display: none
            }

            .flex-table .flex-table-item .flex-table-cell.is-meta .meta span:nth-child(2) {
                font-size: 1rem !important
            }

            .flex-table .flex-table-item .flex-table-cell.is-meta .tag {
                line-height: 2 !important;
                text-transform: capitalize !important
            }

            .flex-table .flex-table-item .flex-table-cell > span, .flex-table .flex-table-item .flex-table-cell > .pushed-mobile {
                margin-left: auto
            }

        .flex-table .flex-table-item:last-child {
            margin-bottom: 0
        }

        .flex-table .flex-table-item > div {
            border: none !important
        }

    .flex-table .product {
        width: 100% !important;
        padding-bottom: 10px
    }

    .flex-table .quantity, .flex-table .price, .flex-table .discount, .flex-table .total {
        position: relative;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        width: 100% !important;
        border: none
    }

        .flex-table .quantity:before, .flex-table .price:before, .flex-table .discount:before, .flex-table .total:before {
            text-transform: uppercase;
            font-size: .7rem;
            font-weight: 500;
            color: #535555
        }

        .flex-table .quantity:before {
            content: "Quantity";
            position: absolute;
            top: 0;
            left: 0
        }

        .flex-table .price:before {
            content: "Price";
            position: absolute;
            top: 0;
            left: 0
        }

        .flex-table .discount:before {
            content: "Discount";
            position: absolute;
            top: 0;
            left: 0
        }

        .flex-table .total:before {
            content: "Total";
            position: absolute;
            top: 0;
            left: 0
        }
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

#demo-canvas {
    position: absolute;
    bottom: 20%;
    width: 100%;
    height: 100%;
    z-index: 0
}

.hero.rounded-hero {
    position: relative;
    z-index: 3
}

    .hero.rounded-hero.is-active .absolute-header {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

        .hero.rounded-hero.is-active .absolute-header .header-inner .states {
            opacity: 1;
            -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1)
        }

    .hero.rounded-hero.is-active .hero-body .hero-mockup {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        pointer-events: all
    }

    .hero.rounded-hero .hero-body {
        position: relative;
        z-index: 1
    }

        .hero.rounded-hero .hero-body .tag {
            max-height: 18px;
            font-weight: 500
        }

        .hero.rounded-hero .hero-body .hero-mockup {
            display: block;
            max-width: 740px;
            margin: 0 auto;
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            opacity: 0;
            border-radius: 12px;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            pointer-events: none;
            -webkit-transition: all .4s;
            transition: all .4s;
            -webkit-transition-delay: .3s;
            transition-delay: .3s
        }

        .hero.rounded-hero .hero-body .buttons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

.is-hero-title {
    z-index: 2
}

    .is-hero-title h1, .is-hero-title h2 {
        color: #fff
    }

.absolute-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s;
    transition: all .3s
}

    .absolute-header.is-landing-demo {
        background: #039be5;
        background: linear-gradient(-45deg, #0084c4, #039be5, #039be5, #0084c4)
    }

    .absolute-header .header-inner {
        position: relative;
        height: 100%;
        width: 100%
    }

        .absolute-header .header-inner .cut-circle {
            display: block;
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: auto
        }

.sub-hero {
    background: #f2f2fa
}

    .sub-hero.has-shapes .sub-hero-container .sub-hero-content {
        overflow: hidden;
        position: relative;
        -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
    }

        .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square {
            position: absolute
        }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-1 {
                top: -20px;
                left: -16px;
                -webkit-transform: rotate(124deg);
                transform: rotate(124deg);
                height: 68px;
                width: 68px;
                border-radius: 12px;
                background: #0387c7
            }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-2 {
                bottom: 20px;
                right: -16px;
                -webkit-transform: rotate(194deg);
                transform: rotate(194deg);
                height: 88px;
                width: 88px;
                border-radius: 16px;
                background: #0387c7
            }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-3 {
                top: -90px;
                right: 35%;
                -webkit-transform: rotate(234deg);
                transform: rotate(234deg);
                height: 160px;
                width: 160px;
                border-radius: 26px;
                background: #0387c7
            }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-4 {
                top: 50%;
                left: 15%;
                -webkit-transform: rotate(32deg);
                transform: rotate(32deg);
                height: 48px;
                width: 48px;
                border-radius: 8px;
                background: #0387c7
            }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-5 {
                top: 30%;
                left: 25%;
                -webkit-transform: rotate(60deg);
                transform: rotate(60deg);
                height: 18px;
                width: 18px;
                border-radius: 6px;
                border: 2px solid #3dbefc
            }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-6 {
                top: 28%;
                left: 32%;
                -webkit-transform: rotate(120deg);
                transform: rotate(120deg);
                height: 32px;
                width: 32px;
                border-radius: 6px;
                border: 2px solid #3dbefc
            }

            .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-7 {
                top: 24%;
                left: 27%;
                -webkit-transform: rotate(60deg);
                transform: rotate(60deg);
                height: 10px;
                width: 10px;
                border-radius: 3px;
                border: 1.4px solid #3dbefc
            }

    .sub-hero .hero-body.is-narrow {
        padding-top: 20px
    }

    .sub-hero .sub-hero-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 12px;
        background: #039be5
    }

        .sub-hero .sub-hero-container .sub-hero-content {
            text-align: center;
            width: 100%;
            padding: 4rem;
            border-radius: 12px
        }

            .sub-hero .sub-hero-container .sub-hero-content h1, .sub-hero .sub-hero-container .sub-hero-content h3 {
                position: relative;
                z-index: 10
            }

        .sub-hero .sub-hero-container .sub-hero-search {
            position: absolute;
            bottom: -18px;
            left: 0;
            right: 0;
            width: 100%;
            max-width: 640px;
            margin: 0 auto;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            background: #fff;
            padding: 10px;
            border-radius: 10px
        }

            .sub-hero .sub-hero-container .sub-hero-search .search-inner {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .sub-hero .sub-hero-container .sub-hero-search .search-inner .control {
                    -webkit-box-flex: 2;
                    -ms-flex-positive: 2;
                    flex-grow: 2;
                    margin-right: 12px
                }

                    .sub-hero .sub-hero-container .sub-hero-search .search-inner .control:first-child {
                        border-right: 1px solid #e5e5e5
                    }

                    .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .input {
                        border: none;
                        min-height: 46px;
                        max-height: 46px;
                        padding-left: 46px
                    }

                    .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon {
                        height: 46px
                    }

                        .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon i {
                            font-size: 18px;
                            -webkit-transition: color .3s;
                            transition: color .3s
                        }

                .sub-hero .sub-hero-container .sub-hero-search .search-inner .button {
                    min-height: 46px;
                    max-height: 46px;
                    min-width: 120px;
                    font-weight: 600
                }

.title {
    font-family: "Nexa Bold",sans-serif;
    color: #444f60
}

    .title.is-bigger {
        font-size: 4rem
    }

    .title.is-medium {
        font-size: 4rem
    }

    .title.is-light {
        color: #fff
    }

.subtitle.is-light {
    color: #fff
}

.section {
    position: relative
}

    .section .section-title h2 {
        margin-bottom: 6px
    }

    .section .section-title h4 {
        color: #535555;
        font-size: 1.4rem
    }

    .section .section-feature-description {
        font-size: 1.2rem
    }

.has-background-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

    .has-background-image.is-contain {
        background-size: contain;
        background-repeat: repeat
    }

.stacks {
    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;
    max-width: 540px;
    margin: 0 auto;
    padding: 16px 0 30px 0
}

    .stacks .stack {
        height: 54px;
        width: 54px;
        min-width: 54px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #F0F0F0;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        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;
        margin: 0 6px
    }

        .stacks .stack img {
            display: block;
            height: 40px;
            width: 40px
        }

.boxed-features {
    padding: 40px 0
}

    .boxed-features .flex-card, .boxed-features .network-grid .network-card, .network-grid .boxed-features .network-card, .boxed-features .project-card, .boxed-features .profile-card, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item {
        padding: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .boxed-features .flex-card .flex-cell, .boxed-features .network-grid .network-card .flex-cell, .network-grid .boxed-features .network-card .flex-cell, .boxed-features .project-card .flex-cell, .boxed-features .profile-card .flex-cell, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell {
            width: 25%;
            border-right: 1px solid #e5e5e5;
            text-align: center;
            padding: 24px 16px
        }

            .boxed-features .flex-card .flex-cell.is-bordered, .boxed-features .network-grid .network-card .flex-cell.is-bordered, .network-grid .boxed-features .network-card .flex-cell.is-bordered, .boxed-features .project-card .flex-cell.is-bordered, .boxed-features .profile-card .flex-cell.is-bordered, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell.is-bordered, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell.is-bordered {
                border-bottom: 1px solid #e5e5e5
            }

            .boxed-features .flex-card .flex-cell.no-border-edge, .boxed-features .network-grid .network-card .flex-cell.no-border-edge, .network-grid .boxed-features .network-card .flex-cell.no-border-edge, .boxed-features .project-card .flex-cell.no-border-edge, .boxed-features .profile-card .flex-cell.no-border-edge, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell.no-border-edge, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell.no-border-edge {
                border-right: none
            }

            .boxed-features .flex-card .flex-cell i, .boxed-features .network-grid .network-card .flex-cell i, .network-grid .boxed-features .network-card .flex-cell i, .boxed-features .project-card .flex-cell i, .boxed-features .profile-card .flex-cell i, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell i, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell i {
                font-size: 2.2rem;
                color: #039be5
            }

            .boxed-features .flex-card .flex-cell h3, .boxed-features .network-grid .network-card .flex-cell h3, .network-grid .boxed-features .network-card .flex-cell h3, .boxed-features .project-card .flex-cell h3, .boxed-features .profile-card .flex-cell h3, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell h3, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell h3 {
                font-weight: 500;
                color: #444f60
            }

            .boxed-features .flex-card .flex-cell p, .boxed-features .network-grid .network-card .flex-cell p, .network-grid .boxed-features .network-card .flex-cell p, .boxed-features .project-card .flex-cell p, .boxed-features .profile-card .flex-cell p, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell p, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell p {
                font-size: .95rem;
                color: #535555;
                max-width: 200px;
                margin: 0 auto
            }

.demo-section {
    margin-bottom: 100px
}

    .demo-section .demo-section-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

        .demo-section .demo-section-title img {
            display: block;
            width: 100%;
            max-width: 100px
        }

        .demo-section .demo-section-title .title-meta {
            margin-left: 12px;
            line-height: 1.2
        }

            .demo-section .demo-section-title .title-meta h3 {
                font-family: "Nexa Bold",sans-serif;
                font-weight: 500;
                font-size: 1.3rem;
                color: #444f60
            }

            .demo-section .demo-section-title .title-meta p {
                font-family: "Roboto",sans-serif;
                font-size: 1.1rem;
                color: #535555
            }

.demo-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

    .demo-wrapper:hover .circle-overlay {
        -webkit-transform: scale(35);
        transform: scale(35)
    }

    .demo-wrapper:hover .demo-title {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0 !important;
        transition-delay: 0 !important
    }

    .demo-wrapper:hover .demo-link {
        color: #fff;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0 !important;
        transition-delay: 0 !important
    }

    .demo-wrapper .new-tag {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: red;
        color: #fff;
        font-family: "Roboto",sans-serif;
        padding: 6px 16px;
        border-radius: 8px;
        text-transform: uppercase;
        font-size: .8rem;
        z-index: 8
    }

    .demo-wrapper img {
        border-radius: 10px;
        display: block
    }

    .demo-wrapper .circle-overlay {
        position: absolute;
        top: -60px;
        left: -60px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #0084c4;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .5s;
        transition: all .5s;
        z-index: 1
    }

    .demo-wrapper .demo-info {
        position: absolute;
        margin: 0 auto;
        top: 35%;
        left: 0;
        right: 0;
        z-index: 2;
        color: #fff;
        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
    }

    .demo-wrapper .demo-title {
        color: #fff;
        font-family: "Nexa Bold",sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        padding-bottom: 0;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .demo-wrapper .demo-link {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

        .demo-wrapper .demo-link a {
            color: #fff;
            font-size: 1rem
        }

            .demo-wrapper .demo-link a i {
                position: relative;
                top: 8px;
                opacity: 0;
                -webkit-transform: translateX(0);
                transform: translateX(0);
                -webkit-transition: all .3s ease-out;
                transition: all .3s ease-out
            }

            .demo-wrapper .demo-link a:hover i {
                opacity: 1;
                -webkit-transform: translateX(10px);
                transform: translateX(10px)
            }

.cta-block {
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #e3e3e3
}

    .cta-block.no-border {
        padding-bottom: 2rem;
        border-bottom: none
    }

    .cta-block.is-box {
        padding: 3rem 2rem;
        background: #fff;
        border-radius: 8px;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        border: 1px solid #F0F0F0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cta-block .head-text h3 {
        font-family: "Nexa Bold",sans-serif;
        font-size: 1.8rem;
        color: #444f60
    }

    .cta-block .head-text p {
        font-size: 1.1rem;
        color: #535555
    }

    .cta-block .head-action .buttons .button.action-button {
        height: 36px;
        min-width: 140px
    }

    .cta-block .head-action .buttons .button.chat-button {
        background: rgba(0,0,0,0);
        border: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #039be5;
        font-weight: 500
    }

        .cta-block .head-action .buttons .button.chat-button.is-secondary {
            color: #0084c4
        }

.component-box {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

    .component-box:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        border-color: #0084c4
    }

        .component-box:hover .component img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
            opacity: 1
        }

        .component-box:hover .component-title {
            color: #444f60
        }

    .component-box .component {
        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
    }

        .component-box .component img {
            display: block;
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
            opacity: .6;
            max-height: 60px;
            -webkit-transition: all .3s;
            transition: all .3s
        }

    .component-box .component-title {
        font-size: 1.1rem;
        padding-top: 6px;
        color: #535555;
        -webkit-transition: color .3s;
        transition: color .3s
    }

.section-focus {
    background: #f2f2fa
}

.footer-light-medium-demo {
    padding-bottom: 0 !important;
    padding-top: 4rem !important;
    background: #fafafa
}

    .footer-light-medium-demo .footer-head {
        padding-bottom: 3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #e3e3e3
    }

        .footer-light-medium-demo .footer-head .head-text h3 {
            font-family: "Nexa Bold",sans-serif;
            font-size: 1.8rem;
            color: #444f60
        }

        .footer-light-medium-demo .footer-head .head-text p {
            font-size: 1.1rem;
            color: #535555
        }

        .footer-light-medium-demo .footer-head .head-action .buttons .button.action-button {
            height: 36px;
            min-width: 140px
        }

        .footer-light-medium-demo .footer-head .head-action .buttons .button.chat-button {
            background: rgba(0,0,0,0);
            border: none;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #039be5;
            font-weight: 500
        }

    .footer-light-medium-demo .footer-body {
        padding-top: 3rem
    }

        .footer-light-medium-demo .footer-body .footer-column {
            padding-top: 20px
        }

            .footer-light-medium-demo .footer-body .footer-column .column-header {
                font-family: "Nexa Light",sans-serif;
                text-transform: uppercase;
                color: #444f60;
                font-size: 1rem;
                font-weight: 700;
                margin: 10px 0
            }

            .footer-light-medium-demo .footer-body .footer-column .column-item {
                padding-bottom: 10px
            }

                .footer-light-medium-demo .footer-body .footer-column .column-item a {
                    color: #535555
                }

                    .footer-light-medium-demo .footer-body .footer-column .column-item a:hover {
                        color: #039be5
                    }

        .footer-light-medium-demo .footer-body .social-links {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .footer-light-medium-demo .footer-body .social-links a {
                color: #535555;
                margin: 0 5px
            }

                .footer-light-medium-demo .footer-body .social-links a:hover {
                    color: #039be5
                }

        .footer-light-medium-demo .footer-body .footer-description {
            color: #535555
        }

        .footer-light-medium-demo .footer-body .moto {
            color: #535555
        }

        .footer-light-medium-demo .footer-body .small-footer-logo {
            height: 24px
        }

    .footer-light-medium-demo .footer-copyright {
        color: #535555;
        padding: 4rem 0 2rem 0
    }

        .footer-light-medium-demo .footer-copyright a {
            color: #535555
        }

            .footer-light-medium-demo .footer-copyright a:hover {
                color: #039be5
            }

@media(max-width: 767px) {
    .footer-light-medium-demo .footer-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        .footer-light-medium-demo .footer-head .head-text {
            padding-bottom: 20px
        }
}

@media(max-width: 767px) {
    .main-hero .title.is-bigger {
        font-size: 3rem !important
    }

    .rounded-hero {
        min-height: 75vh !important;
        max-height: 75vh
    }

        .rounded-hero .absolute-header {
            height: 500px
        }

        .rounded-hero .hero-body .hero-mockup {
            max-width: 340px !important
        }

    .sub-hero .sub-hero-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .sub-hero .sub-hero-container .sub-hero-content {
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 0
        }

            .sub-hero .sub-hero-container .sub-hero-content .square.square-3, .sub-hero .sub-hero-container .sub-hero-content .square.square-5, .sub-hero .sub-hero-container .sub-hero-content .square.square-6, .sub-hero .sub-hero-container .sub-hero-content .square.square-7 {
                display: none
            }

        .sub-hero .sub-hero-container .sub-hero-search {
            position: relative;
            top: 0;
            width: calc(100% - 40px);
            margin: 0 20px 20px 20px
        }

            .sub-hero .sub-hero-container .sub-hero-search .search-inner {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column
            }

    .boxed-features .flex-card .flex-cell, .boxed-features .network-grid .network-card .flex-cell, .network-grid .boxed-features .network-card .flex-cell, .boxed-features .project-card .flex-cell, .boxed-features .profile-card .flex-cell, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e5e5
    }

        .boxed-features .flex-card .flex-cell:last-child, .boxed-features .network-grid .network-card .flex-cell:last-child, .network-grid .boxed-features .network-card .flex-cell:last-child, .boxed-features .project-card .flex-cell:last-child, .boxed-features .profile-card .flex-cell:last-child, .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-cell:last-child, .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item .flex-cell:last-child {
            border-bottom: none
        }

    .cta-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        .cta-block .head-text {
            padding-bottom: 20px
        }

    .app-wrapper .mockup-wrapper {
        padding: 10px;
        margin-top: 30px
    }

    .app-wrapper .app-features .app-feature h3 {
        margin-left: 0
    }

    .carousel-wrap .testimonials-solo-carousel .testimonial-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side, .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
            width: 100%
        }

        .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
            padding: 0
        }

            .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .learn-more {
                margin-bottom: 20px
            }

            .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                width: 50%;
                margin: 0 auto
            }

                .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .meta {
                    margin: 0;
                    padding-top: 12px;
                    text-align: center
                }

    .grid-clients.three-grid .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .job-results-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

        .job-results-wrapper .job-results-section h3 {
            text-align: center
        }

        .job-results-wrapper .job-results-section .result-list .result-list-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            border: 1px solid #F0F0F0;
            border-radius: 8px;
            margin-bottom: 20px
        }

            .job-results-wrapper .job-results-section .result-list .result-list-item .end {
                margin: 10px auto 0 auto
            }

    .footer-light-medium-demo .footer-body {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .main-hero .is-hero-title {
        text-align: center !important
    }

        .main-hero .is-hero-title .buttons {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .rounded-hero {
        min-height: 75vh !important
    }

        .rounded-hero .hero-body .hero-mockup {
            max-width: 610px !important
        }

    .section .featured-image {
        max-width: 540px !important;
        margin: 0 auto
    }

    .section .section-title.is-demo, .section .section-feature-description {
        max-width: 460px !important;
        margin: 0 auto !important
    }

    .presentation-tools {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .presentation-tools .content-flex {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center
        }

            .presentation-tools .content-flex > div:nth-child(2) {
                margin-left: 0 !important;
                text-align: center !important
            }

    .grid-clients.three-grid .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .stories {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .stories .column {
            min-width: 50%
        }

    .is-centered-tablet-portrait {
        text-align: center
    }

        .is-centered-tablet-portrait img {
            max-width: 380px;
            margin: 0 auto 30px auto;
            display: block
        }

        .is-centered-tablet-portrait p {
            max-width: 380px;
            margin-left: auto;
            margin-right: auto
        }

    .is-flex-portrait {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer-light-medium-demo .footer-head, .footer-light-medium-demo .footer-body {
        padding-left: 20px;
        padding-right: 20px
    }
}

.components-title, .handwritten-title, .handwritten-text {
    font-family: "Nexa Bold",cursive
}

    .components-title.is-cta, .handwritten-title.is-cta, .handwritten-text.is-cta {
        font-size: 3.4rem !important
    }

.components-title {
    margin-bottom: 0 !important
}

.components-subtitle {
    margin-bottom: 0 !important;
    padding: 20px 0;
    font-family: "Nexa Light",sans-serif
}

.info-block {
    position: relative;
    background: #fff;
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin: 0 auto 30px auto;
    max-width: 480px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

    .info-block .tag {
        position: absolute;
        top: 16px;
        right: 16px;
        height: 24px
    }

        .info-block .tag.is-secondary {
            -webkit-box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important
        }

        .info-block .tag.is-success {
            -webkit-box-shadow: 0 14px 26px -12px rgba(6,214,160,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(6,214,160,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(6,214,160,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(6,214,160,.2) !important
        }

    .info-block h4 {
        font-size: 1.4rem;
        color: #444f60;
        font-family: "Nexa Bold",sans-serif
    }

    .info-block p {
        padding: 10px 0
    }

.component-block {
    max-width: 480px;
    margin: 0 auto
}

    .component-block.is-large {
        max-width: 640px
    }

.spacer-40 {
    margin-bottom: 40px
}

.hero-heading {
    font-size: 3rem !important;
    font-family: Open Sans,sans-serif !important
}

    .hero-heading + h2 {
        padding: 0;
        margin-bottom: 0 !important
    }

.section-title.is-demo {
    font-weight: 700;
    font-size: 2rem !important
}

.vivus-svg {
    max-height: 450px;
    width: 450px
}

.feature-icon {
    height: 140px !important
}

.feature-icon-md {
    height: 110px !important
}

.feature-icon-sm {
    height: 90px !important
}

.feature-description {
    font-size: 1.2rem;
    color: #535555
}

    .feature-description span {
        display: block
    }

        .feature-description span.feature-key {
            font-size: 1.2rem;
            font-weight: 600;
            color: #0084c4;
            font-family: "Nexa Light",sans-serif
        }

.highlight {
    padding: 1.4rem;
    overflow: auto;
    background: #444f60;
    border-radius: 4px
}

    .highlight::-webkit-scrollbar {
        width: 10px
    }

    .highlight::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(0,0,0,.2)
    }

code.hljs span {
    font-family: Inconsolata,monospace !important
}

@media(max-width: 767px) {
    .components-title, .components-subtitle, .components-cta {
        text-align: center !important
    }
}

.flex-card.is-active .name, .network-grid .is-active.network-card .name, .is-active.project-card .name, .is-active.profile-card .name, .carousel-wrap .testimonials-solo-carousel .is-active.testimonial-item .name {
    color: #039be5 !important
}

.flex-card .card-avatar img, .network-grid .network-card .card-avatar img, .project-card .card-avatar img, .profile-card .card-avatar img, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-avatar img {
    width: 45px;
    border-radius: 100px
}

.flex-card .card-name, .network-grid .network-card .card-name, .project-card .card-name, .profile-card .card-name, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-name {
    margin-left: 15px
}

    .flex-card .card-name .name, .network-grid .network-card .card-name .name, .project-card .card-name .name, .profile-card .card-name .name, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-name .name {
        color: #444f60
    }

    .flex-card .card-name .position, .network-grid .network-card .card-name .position, .project-card .card-name .position, .profile-card .card-name .position, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-name .position {
        font-size: .9rem;
        color: #535555
    }

.flex-card .card-select i, .network-grid .network-card .card-select i, .project-card .card-select i, .profile-card .card-select i, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-select i {
    color: #cecece;
    border: 2px dashed #cecece;
    border-radius: 100px;
    padding: 6px;
    font-size: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

    .flex-card .card-select i:hover, .network-grid .network-card .card-select i:hover, .project-card .card-select i:hover, .profile-card .card-select i:hover, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-select i:hover, .flex-card .card-select i.is-active, .network-grid .network-card .card-select i.is-active, .project-card .card-select i.is-active, .profile-card .card-select i.is-active, .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-select i.is-active {
        color: #039be5;
        border: 2px solid #039be5
    }

.flex-card .title-bold, .network-grid .network-card .title-bold, .project-card .title-bold, .profile-card .title-bold, .carousel-wrap .testimonials-solo-carousel .testimonial-item .title-bold {
    font-family: "Nexa Bold",sans-serif
}

.flex-card .title-light, .network-grid .network-card .title-light, .project-card .title-light, .profile-card .title-light, .carousel-wrap .testimonials-solo-carousel .testimonial-item .title-light {
    font-family: "Nexa Light",sans-serif
}

.feature-card {
    padding: 20px !important
}

    .feature-card img {
        margin: 0 !important
    }

.accordion-wrapper .toggle-wrap {
    border-bottom: 1px solid #e0e0e0
}

    .accordion-wrapper .toggle-wrap .trigger a {
        display: block;
        cursor: pointer;
        position: relative;
        padding: 0;
        line-height: 26px;
        outline: none;
        color: #444f60;
        font-size: 14px;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        -webkit-transition: background-color .2s,color .2s;
        transition: background-color .2s,color .2s;
        padding: 16px 27px;
        margin: -1px 0 0 0
    }

        .accordion-wrapper .toggle-wrap .trigger a i {
            padding-right: 6px;
            margin: 0 4px 0 0;
            -webkit-transition: all .3s;
            transition: all .3s
        }

        .accordion-wrapper .toggle-wrap .trigger a .im-icon-Add {
            position: absolute;
            right: 0;
            top: 55%;
            font-size: 24px;
            -webkit-transform: translate3d(0, -50%, 0) rotate(0);
            transform: translate3d(0, -50%, 0) rotate(0);
            -webkit-transition: .2s;
            transition: .2s
        }

        .accordion-wrapper .toggle-wrap .trigger a .im-icon-Coding {
            position: relative;
            top: 7px
        }

    .accordion-wrapper .toggle-wrap .trigger a {
        text-transform: none;
        border: none;
        margin: 0;
        padding: 15px 0;
        text-transform: none;
        font-size: 11px;
        font-weight: 500;
        background-color: rgba(0,0,0,0);
        color: #00d1b2;
        padding-right: 60px;
        font-weight: 400
    }

    .accordion-wrapper .toggle-wrap .trigger.active .im-icon-Add {
        margin-top: 2px;
        -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
        transform: translate3d(0, -50%, 0) rotate(45deg);
        color: #00d1b2
    }

    .accordion-wrapper .toggle-wrap .toggle-container {
        border: none
    }

.demo-im-block:hover {
    background: #eff4f7
}

    .demo-im-block:hover .demo-im i {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        color: #00d1b2
    }

.demo-im-block .demo-im i {
    font-size: 2.6rem;
    margin: 0 15px 0 10px;
    color: #878787;
    -webkit-transition: all .4s;
    transition: all .4s
}

.demo-im-block .im-code {
    font-size: 1rem
}

    .demo-im-block .im-code code {
        color: #878787
    }

.demo-fa-block {
    padding: 10px 5px
}

    .demo-fa-block:hover {
        background: #eff4f7
    }

        .demo-fa-block:hover .demo-fa i {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            color: #00d1b2
        }

    .demo-fa-block .demo-fa i {
        font-size: 1.6rem;
        margin: 0 15px 0 10px;
        color: #878787;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .demo-fa-block .fa-embed-code {
        font-size: 1rem
    }

        .demo-fa-block .fa-embed-code code {
            color: #878787
        }

.demo-sl-block {
    padding: 10px 5px
}

    .demo-sl-block:hover {
        background: #eff4f7
    }

        .demo-sl-block:hover .demo-sl i {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            color: #00d1b2
        }

    .demo-sl-block .demo-sl i {
        font-size: 1.6rem;
        margin: 0 15px 0 10px;
        color: #878787;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .demo-sl-block .sl-embed-code {
        font-size: 1rem
    }

        .demo-sl-block .sl-embed-code code {
            color: #878787
        }

.nav-switch {
    padding: 20px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #3d4e68;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    min-width: 220px
}

    .nav-switch .panel-title {
        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
    }

        .nav-switch .panel-title h3 {
            text-transform: uppercase;
            color: #fff
        }

    .nav-switch .panel-body {
        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 0
    }

        .nav-switch .panel-body .color-dot {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid #F0F0F0;
            margin-top: 10px;
            cursor: pointer
        }

            .nav-switch .panel-body .color-dot.is-white {
                background: #fff
            }

            .nav-switch .panel-body .color-dot.is-blue {
                background: #039be5
            }

            .nav-switch .panel-body .color-dot.is-purple {
                background: #0084c4
            }

            .nav-switch .panel-body .color-dot.is-red {
                background: #f92b60
            }

            .nav-switch .panel-body .color-dot.is-reverse {
                background: #344258
            }

.flex-card.color-card .color-item, .network-grid .color-card.network-card .color-item, .color-card.project-card .color-item, .color-card.profile-card .color-item, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .flex-card.color-card .color-item .color-spot, .network-grid .color-card.network-card .color-item .color-spot, .color-card.project-card .color-item .color-spot, .color-card.profile-card .color-item .color-spot, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot {
        display: block;
        width: 40px !important;
        height: 40px !important;
        border: 1px solid #F0F0F0;
        border-radius: 100px
    }

        .flex-card.color-card .color-item .color-spot.is-white, .network-grid .color-card.network-card .color-item .color-spot.is-white, .color-card.project-card .color-item .color-spot.is-white, .color-card.profile-card .color-item .color-spot.is-white, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-white {
            background: #fff
        }

        .flex-card.color-card .color-item .color-spot.is-smoke-white, .network-grid .color-card.network-card .color-item .color-spot.is-smoke-white, .color-card.project-card .color-item .color-spot.is-smoke-white, .color-card.profile-card .color-item .color-spot.is-smoke-white, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-smoke-white {
            background: #fcfcfc
        }

        .flex-card.color-card .color-item .color-spot.is-grey-white, .network-grid .color-card.network-card .color-item .color-spot.is-grey-white, .color-card.project-card .color-item .color-spot.is-grey-white, .color-card.profile-card .color-item .color-spot.is-grey-white, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-grey-white {
            background: #f2f2f2
        }

        .flex-card.color-card .color-item .color-spot.is-grey-white-accent, .network-grid .color-card.network-card .color-item .color-spot.is-grey-white-accent, .color-card.project-card .color-item .color-spot.is-grey-white-accent, .color-card.profile-card .color-item .color-spot.is-grey-white-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-grey-white-accent {
            background: #e2e2e2
        }

        .flex-card.color-card .color-item .color-spot.is-light-grey, .network-grid .color-card.network-card .color-item .color-spot.is-light-grey, .color-card.project-card .color-item .color-spot.is-light-grey, .color-card.profile-card .color-item .color-spot.is-light-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-light-grey {
            background: #eff4f7
        }

        .flex-card.color-card .color-item .color-spot.is-ultra-light-grey, .network-grid .color-card.network-card .color-item .color-spot.is-ultra-light-grey, .color-card.project-card .color-item .color-spot.is-ultra-light-grey, .color-card.profile-card .color-item .color-spot.is-ultra-light-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-ultra-light-grey {
            background: #f7fcff
        }

        .flex-card.color-card .color-item .color-spot.is-title-grey, .network-grid .color-card.network-card .color-item .color-spot.is-title-grey, .color-card.project-card .color-item .color-spot.is-title-grey, .color-card.profile-card .color-item .color-spot.is-title-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-title-grey {
            background: #535555
        }

        .flex-card.color-card .color-item .color-spot.is-blue-grey, .network-grid .color-card.network-card .color-item .color-spot.is-blue-grey, .color-card.project-card .color-item .color-spot.is-blue-grey, .color-card.profile-card .color-item .color-spot.is-blue-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-blue-grey {
            background: #444f60
        }

        .flex-card.color-card .color-item .color-spot.is-light-blue-grey, .network-grid .color-card.network-card .color-item .color-spot.is-light-blue-grey, .color-card.project-card .color-item .color-spot.is-light-blue-grey, .color-card.profile-card .color-item .color-spot.is-light-blue-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-light-blue-grey {
            background: #E8EEF2
        }

        .flex-card.color-card .color-item .color-spot.is-medium-grey, .network-grid .color-card.network-card .color-item .color-spot.is-medium-grey, .color-card.project-card .color-item .color-spot.is-medium-grey, .color-card.profile-card .color-item .color-spot.is-medium-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-medium-grey {
            background: #66676b
        }

        .flex-card.color-card .color-item .color-spot.is-basaltic-grey, .network-grid .color-card.network-card .color-item .color-spot.is-basaltic-grey, .color-card.project-card .color-item .color-spot.is-basaltic-grey, .color-card.profile-card .color-item .color-spot.is-basaltic-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-basaltic-grey {
            background: #878787
        }

        .flex-card.color-card .color-item .color-spot.is-muted-grey, .network-grid .color-card.network-card .color-item .color-spot.is-muted-grey, .color-card.project-card .color-item .color-spot.is-muted-grey, .color-card.profile-card .color-item .color-spot.is-muted-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-muted-grey {
            background: #535555
        }

        .flex-card.color-card .color-item .color-spot.is-section-grey, .network-grid .color-card.network-card .color-item .color-spot.is-section-grey, .color-card.project-card .color-item .color-spot.is-section-grey, .color-card.profile-card .color-item .color-spot.is-section-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-section-grey {
            background: #fbfbfb
        }

        .flex-card.color-card .color-item .color-spot.is-section-grey-accent, .network-grid .color-card.network-card .color-item .color-spot.is-section-grey-accent, .color-card.project-card .color-item .color-spot.is-section-grey-accent, .color-card.profile-card .color-item .color-spot.is-section-grey-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-section-grey-accent {
            background: #efefef
        }

        .flex-card.color-card .color-item .color-spot.is-header-grey, .network-grid .color-card.network-card .color-item .color-spot.is-header-grey, .color-card.project-card .color-item .color-spot.is-header-grey, .color-card.profile-card .color-item .color-spot.is-header-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-header-grey {
            background: #f5f9fc
        }

        .flex-card.color-card .color-item .color-spot.is-default-input, .network-grid .color-card.network-card .color-item .color-spot.is-default-input, .color-card.project-card .color-item .color-spot.is-default-input, .color-card.profile-card .color-item .color-spot.is-default-input, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-default-input {
            background: #ccc
        }

        .flex-card.color-card .color-item .color-spot.is-placeholder, .network-grid .color-card.network-card .color-item .color-spot.is-placeholder, .color-card.project-card .color-item .color-spot.is-placeholder, .color-card.profile-card .color-item .color-spot.is-placeholder, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-placeholder {
            background: #cecece
        }

        .flex-card.color-card .color-item .color-spot.is-fade-grey, .network-grid .color-card.network-card .color-item .color-spot.is-fade-grey, .color-card.project-card .color-item .color-spot.is-fade-grey, .color-card.profile-card .color-item .color-spot.is-fade-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-fade-grey {
            background: #F0F0F0
        }

        .flex-card.color-card .color-item .color-spot.is-sidebar, .network-grid .color-card.network-card .color-item .color-spot.is-sidebar, .color-card.project-card .color-item .color-spot.is-sidebar, .color-card.profile-card .color-item .color-spot.is-sidebar, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-sidebar {
            background: #344258
        }

        .flex-card.color-card .color-item .color-spot.is-coal, .network-grid .color-card.network-card .color-item .color-spot.is-coal, .color-card.project-card .color-item .color-spot.is-coal, .color-card.profile-card .color-item .color-spot.is-coal, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-coal {
            background: #444
        }

        .flex-card.color-card .color-item .color-spot.is-grey-3, .network-grid .color-card.network-card .color-item .color-spot.is-grey-3, .color-card.project-card .color-item .color-spot.is-grey-3, .color-card.profile-card .color-item .color-spot.is-grey-3, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-grey-3 {
            background: #333
        }

        .flex-card.color-card .color-item .color-spot.is-grey-5, .network-grid .color-card.network-card .color-item .color-spot.is-grey-5, .color-card.project-card .color-item .color-spot.is-grey-5, .color-card.profile-card .color-item .color-spot.is-grey-5, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-grey-5 {
            background: #555
        }

        .flex-card.color-card .color-item .color-spot.is-grey-6, .network-grid .color-card.network-card .color-item .color-spot.is-grey-6, .color-card.project-card .color-item .color-spot.is-grey-6, .color-card.profile-card .color-item .color-spot.is-grey-6, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-grey-6 {
            background: #666
        }

        .flex-card.color-card .color-item .color-spot.is-cream-grey, .network-grid .color-card.network-card .color-item .color-spot.is-cream-grey, .color-card.project-card .color-item .color-spot.is-cream-grey, .color-card.profile-card .color-item .color-spot.is-cream-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-cream-grey {
            background: #f6f4ff
        }

        .flex-card.color-card .color-item .color-spot.is-icon-grey, .network-grid .color-card.network-card .color-item .color-spot.is-icon-grey, .color-card.project-card .color-item .color-spot.is-icon-grey, .color-card.profile-card .color-item .color-spot.is-icon-grey, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-icon-grey {
            background: #818a97
        }

        .flex-card.color-card .color-item .color-spot.is-blue, .network-grid .color-card.network-card .color-item .color-spot.is-blue, .color-card.project-card .color-item .color-spot.is-blue, .color-card.profile-card .color-item .color-spot.is-blue, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-blue {
            background: #039be5
        }

        .flex-card.color-card .color-item .color-spot.is-green, .network-grid .color-card.network-card .color-item .color-spot.is-green, .color-card.project-card .color-item .color-spot.is-green, .color-card.profile-card .color-item .color-spot.is-green, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-green {
            background: #06d6a0
        }

        .flex-card.color-card .color-item .color-spot.is-orange, .network-grid .color-card.network-card .color-item .color-spot.is-orange, .color-card.project-card .color-item .color-spot.is-orange, .color-card.profile-card .color-item .color-spot.is-orange, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-orange {
            background: #eda514
        }

        .flex-card.color-card .color-item .color-spot.is-red, .network-grid .color-card.network-card .color-item .color-spot.is-red, .color-card.project-card .color-item .color-spot.is-red, .color-card.profile-card .color-item .color-spot.is-red, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-red {
            background: #f92b60
        }

        .flex-card.color-card .color-item .color-spot.is-facebook, .network-grid .color-card.network-card .color-item .color-spot.is-facebook, .color-card.project-card .color-item .color-spot.is-facebook, .color-card.profile-card .color-item .color-spot.is-facebook, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-facebook {
            background: #3b5998
        }

        .flex-card.color-card .color-item .color-spot.is-twitter, .network-grid .color-card.network-card .color-item .color-spot.is-twitter, .color-card.project-card .color-item .color-spot.is-twitter, .color-card.profile-card .color-item .color-spot.is-twitter, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-twitter {
            background: #1dcaff
        }

        .flex-card.color-card .color-item .color-spot.is-linkedin, .network-grid .color-card.network-card .color-item .color-spot.is-linkedin, .color-card.project-card .color-item .color-spot.is-linkedin, .color-card.profile-card .color-item .color-spot.is-linkedin, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-linkedin {
            background: #007bb6
        }

        .flex-card.color-card .color-item .color-spot.is-tumblr, .network-grid .color-card.network-card .color-item .color-spot.is-tumblr, .color-card.project-card .color-item .color-spot.is-tumblr, .color-card.profile-card .color-item .color-spot.is-tumblr, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-tumblr {
            background: #35465c
        }

        .flex-card.color-card .color-item .color-spot.is-reddit, .network-grid .color-card.network-card .color-item .color-spot.is-reddit, .color-card.project-card .color-item .color-spot.is-reddit, .color-card.profile-card .color-item .color-spot.is-reddit, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-reddit {
            background: #ff4500
        }

        .flex-card.color-card .color-item .color-spot.is-github, .network-grid .color-card.network-card .color-item .color-spot.is-github, .color-card.project-card .color-item .color-spot.is-github, .color-card.profile-card .color-item .color-spot.is-github, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-github {
            background: #444
        }

        .flex-card.color-card .color-item .color-spot.is-dribbble, .network-grid .color-card.network-card .color-item .color-spot.is-dribbble, .color-card.project-card .color-item .color-spot.is-dribbble, .color-card.profile-card .color-item .color-spot.is-dribbble, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-dribbble {
            background: #ea4c89
        }

        .flex-card.color-card .color-item .color-spot.is-youtube, .network-grid .color-card.network-card .color-item .color-spot.is-youtube, .color-card.project-card .color-item .color-spot.is-youtube, .color-card.profile-card .color-item .color-spot.is-youtube, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-youtube {
            background: #cc181e
        }

        .flex-card.color-card .color-item .color-spot.is-google-plus, .network-grid .color-card.network-card .color-item .color-spot.is-google-plus, .color-card.project-card .color-item .color-spot.is-google-plus, .color-card.profile-card .color-item .color-spot.is-google-plus, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-google-plus {
            background: #d34836
        }

        .flex-card.color-card .color-item .color-spot.is-primary, .network-grid .color-card.network-card .color-item .color-spot.is-primary, .color-card.project-card .color-item .color-spot.is-primary, .color-card.profile-card .color-item .color-spot.is-primary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-primary {
            background: #039be5
        }

        .flex-card.color-card .color-item .color-spot.is-secondary, .network-grid .color-card.network-card .color-item .color-spot.is-secondary, .color-card.project-card .color-item .color-spot.is-secondary, .color-card.profile-card .color-item .color-spot.is-secondary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-secondary {
            background: #0084c4
        }

        .flex-card.color-card .color-item .color-spot.is-accent, .network-grid .color-card.network-card .color-item .color-spot.is-accent, .color-card.project-card .color-item .color-spot.is-accent, .color-card.profile-card .color-item .color-spot.is-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-accent {
            background: #00d1b2
        }

        .flex-card.color-card .color-item .color-spot.is-green-accent, .network-grid .color-card.network-card .color-item .color-spot.is-green-accent, .color-card.project-card .color-item .color-spot.is-green-accent, .color-card.profile-card .color-item .color-spot.is-green-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-green-accent {
            background: #06f4b6
        }

        .flex-card.color-card .color-item .color-spot.is-deep-primary, .network-grid .color-card.network-card .color-item .color-spot.is-deep-primary, .color-card.project-card .color-item .color-spot.is-deep-primary, .color-card.profile-card .color-item .color-spot.is-deep-primary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-deep-primary {
            background: #0082c8
        }

        .flex-card.color-card .color-item .color-spot.is-deep-secondary, .network-grid .color-card.network-card .color-item .color-spot.is-deep-secondary, .color-card.project-card .color-item .color-spot.is-deep-secondary, .color-card.profile-card .color-item .color-spot.is-deep-secondary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-deep-secondary {
            background: #7c4dff
        }

        .flex-card.color-card .color-item .color-spot.is-deep-accent, .network-grid .color-card.network-card .color-item .color-spot.is-deep-accent, .color-card.project-card .color-item .color-spot.is-deep-accent, .color-card.profile-card .color-item .color-spot.is-deep-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-deep-accent {
            background: #00b289
        }

        .flex-card.color-card .color-item .color-spot.is-lemonade-primary, .network-grid .color-card.network-card .color-item .color-spot.is-lemonade-primary, .color-card.project-card .color-item .color-spot.is-lemonade-primary, .color-card.profile-card .color-item .color-spot.is-lemonade-primary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-lemonade-primary {
            background: #039be5
        }

        .flex-card.color-card .color-item .color-spot.is-lemonade-secondary, .network-grid .color-card.network-card .color-item .color-spot.is-lemonade-secondary, .color-card.project-card .color-item .color-spot.is-lemonade-secondary, .color-card.profile-card .color-item .color-spot.is-lemonade-secondary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-lemonade-secondary {
            background: #0084c4
        }

        .flex-card.color-card .color-item .color-spot.is-lemonade-accent, .network-grid .color-card.network-card .color-item .color-spot.is-lemonade-accent, .color-card.project-card .color-item .color-spot.is-lemonade-accent, .color-card.profile-card .color-item .color-spot.is-lemonade-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-lemonade-accent {
            background: #00d1b2
        }

        .flex-card.color-card .color-item .color-spot.is-dashboard-primary, .network-grid .color-card.network-card .color-item .color-spot.is-dashboard-primary, .color-card.project-card .color-item .color-spot.is-dashboard-primary, .color-card.profile-card .color-item .color-spot.is-dashboard-primary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-dashboard-primary {
            background: #00d1b2
        }

        .flex-card.color-card .color-item .color-spot.is-dashboard-secondary, .network-grid .color-card.network-card .color-item .color-spot.is-dashboard-secondary, .color-card.project-card .color-item .color-spot.is-dashboard-secondary, .color-card.profile-card .color-item .color-spot.is-dashboard-secondary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-dashboard-secondary {
            background: #7f00ff
        }

        .flex-card.color-card .color-item .color-spot.is-dashboard-accent, .network-grid .color-card.network-card .color-item .color-spot.is-dashboard-accent, .color-card.project-card .color-item .color-spot.is-dashboard-accent, .color-card.profile-card .color-item .color-spot.is-dashboard-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-dashboard-accent {
            background: #536dfe
        }

    .flex-card.color-card .color-item .color-values, .network-grid .color-card.network-card .color-item .color-values, .color-card.project-card .color-item .color-values, .color-card.profile-card .color-item .color-values, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-values {
        margin: 0 20px
    }

        .flex-card.color-card .color-item .color-values .hex-value, .network-grid .color-card.network-card .color-item .color-values .hex-value, .color-card.project-card .color-item .color-values .hex-value, .color-card.profile-card .color-item .color-values .hex-value, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-values .hex-value {
            color: #535555
        }

            .flex-card.color-card .color-item .color-values .hex-value span, .network-grid .color-card.network-card .color-item .color-values .hex-value span, .color-card.project-card .color-item .color-values .hex-value span, .color-card.profile-card .color-item .color-values .hex-value span, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-values .hex-value span {
                font-weight: 600;
                color: #444f60
            }

        .flex-card.color-card .color-item .color-values .variable-value span, .network-grid .color-card.network-card .color-item .color-values .variable-value span, .color-card.project-card .color-item .color-values .variable-value span, .color-card.profile-card .color-item .color-values .variable-value span, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-values .variable-value span {
            color: #00d1b2;
            font-weight: 600
        }

.iziToast-cover {
    width: 60px !important;
    background-size: cover !important
}

.grid-system .columns .column p {
    padding: 40px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 4px
}

    .grid-system .columns .column p.is-blue {
        background: #039be5
    }

    .grid-system .columns .column p.is-green {
        background: #06d6a0
    }

    .grid-system .columns .column p.is-orange {
        background: #eda514
    }

    .grid-system .columns .column p.is-red {
        background: #f92b60
    }

.grid-system.is-medium .column p {
    padding: 25px
}

.parallax-hero-title {
    font-size: 6rem !important;
    font-family: "Nexa Bold",cursive !important
}

    .parallax-hero-title.is-smaller {
        font-size: 4rem !important;
        line-height: 1
    }

    .parallax-hero-title + h2 {
        padding: 0 20%;
        margin-bottom: 0 !important
    }

.tag.is-bold {
    border-width: 2px !important;
    font-weight: 700 !important
}

.small-footer-logo {
    height: 38px
}

span.more-info {
    font-size: 22px
}

span.more-info-email {
    font-size: 26px;
    margin-top: 20px;
    color: #039be5
}

pre {
    background-color: rgba(0,0,0,0) !important;
    color: unset;
    font-size: .875em;
    overflow-x: auto;
    padding: 0 !important;
    white-space: pre;
    word-wrap: normal
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: 1.5em;
    background: #444f60;
    color: #fff
}

.hljs-name, .hljs-strong {
    font-weight: bold;
    color: #4fc1ea
}

.hljs-code, .hljs-emphasis {
    font-style: italic
}

.hljs-tag {
    color: #909090
}

.hljs-variable, .hljs-template-variable, .hljs-selector-id, .hljs-selector-class {
    color: #ade5fc
}

.hljs-string, .hljs-bullet {
    color: #f39200 !important
}

.hljs-type, .hljs-title, .hljs-section, .hljs-attribute, .hljs-quote, .hljs-built_in, .hljs-builtin-name {
    color: #ffa
}

.hljs-attr {
    color: #68bb88
}

.hljs-number, .hljs-symbol, .hljs-bullet {
    color: #d36363
}

.hljs-keyword, .hljs-selector-tag, .hljs-literal {
    color: #fcc28c
}

.hljs-comment, .hljs-deletion, .hljs-code {
    color: #888
}

.hljs-regexp, .hljs-link {
    color: #c6b4f0
}

.hljs-meta {
    color: #fc9b9b
}

.hljs-deletion {
    background-color: #fc9b9b;
    color: #333
}

.hljs-addition {
    background-color: #a2fca2;
    color: #333
}

.hljs a {
    color: inherit
}

    .hljs a:focus, .hljs a:hover {
        color: inherit;
        text-decoration: underline
    }

@media(max-width: 767px) {
    #main-landing-title {
        top: -60px
    }

        #main-landing-title h1:after {
            right: 3px
        }

    #main-landing-mockup {
        margin-top: -16rem
    }

    .parallax-hero-title {
        font-size: 4rem !important
    }

        .parallax-hero-title.is-smaller {
            font-size: 3rem !important
        }

        .parallax-hero-title + h2 {
            padding: 0 8%;
            margin-bottom: 0 !important
        }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    #main-landing-mockup {
        margin-top: -28rem
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
    #main-landing-title h1:after {
        right: 3px
    }
}

.hero-heading {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0
}

    .hero-heading .auth-logo .top-logo {
        height: 32px
    }

.login {
    padding: 10px 0
}

.login-wrapper {
    overflow: hidden !important;
    height: 100%;
    padding: 0;
    margin: 0
}

    .login-wrapper.is-gapless:not(:last-child) {
        margin-bottom: 0 !important
    }

    .login-wrapper .column .login-column {
        padding: 0 !important
    }

    .login-wrapper .hero.login-hero, .login-wrapper .hero.signup-hero {
        background-position: center;
        background-size: auto
    }

    .login-wrapper #signup-banner .hero {
        background: url("https://source.unsplash.com/DWui9DmfCXA/");
        background-position: center;
        background-size: cover;
        background-blend-mode: screen
    }

.hero-body .auth-content {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: 40px
}

    .hero-body .auth-content h2 {
        font-size: 2rem;
        font-family: "Nexa Bold",sans-serif;
        line-height: 1
    }

    .hero-body .auth-content p {
        font-size: 1.2rem;
        margin-bottom: 8px;
        color: #535555
    }

    .hero-body .auth-content a {
        font-size: .9rem;
        font-family: "Roboto",sans-serif;
        font-weight: 500;
        color: #039be5
    }

.hero-body .auth-form-wrapper {
    max-width: 320px;
    width: 100%;
    margin: 0 auto
}

.hero-banner .title {
    padding: 25px;
    padding-top: 25%
}

.hero-banner .subtitle {
    padding: 0 30px
}

.hero-banner img.login-city {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0
}

.hero-banner .button {
    position: relative;
    z-index: 2
}

.signup-hero {
    overflow: hidden
}

    .signup-hero .title {
        padding: 25px;
        padding-top: 15%
    }

    .signup-hero .subtitle {
        padding: 0 22%
    }

    .signup-hero img.mockup {
        position: absolute;
        bottom: -15%;
        left: 0;
        right: 0;
        z-index: 0;
        max-width: 80%;
        margin: 0 auto
    }

    .signup-hero .already {
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px
    }

        .signup-hero .already span {
            margin-right: 15px;
            color: #fff
        }

        .signup-hero .already a {
            min-width: 80px
        }

.forgot, .no-account, .return {
    color: #535555 !important;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

    .forgot:hover, .no-account:hover, .return:hover {
        opacity: .8;
        color: #039be5 !important
    }

    .forgot.is-secondary, .no-account.is-secondary, .return.is-secondary {
        color: #0084c4 !important
    }

    .forgot.is-accent, .no-account.is-accent, .return.is-accent {
        color: #00d1b2 !important
    }

.forgot-password a {
    color: #95a5a6;
    font-weight: normal;
    padding-right: 20px;
    -webkit-transition: all .6s;
    transition: all .6s
}

    .forgot-password a:hover {
        color: #039be5
    }

.no-account-link a {
    color: #535555;
    font-weight: 500
}

    .no-account-link a:hover {
        color: #039be5
    }

.icon.user, .icon.password {
    margin: 5px 10px 0 0
}

.checkbox-wrap {
    color: #535555;
    margin-bottom: 10px
}

    .checkbox-wrap span {
        position: relative;
        top: -2px
    }

.signup-block.is-rounded .input, .signup-block.is-rounded button {
    border-radius: 100px
}

.signup-block.is-rounded .input {
    padding-left: 20px !important
}

.signup-block .control {
    position: relative;
    width: 80%
}

    .signup-block .control .input {
        height: 50px;
        padding-left: 10px;
        padding-right: 140px;
        font-size: 1rem
    }

        .signup-block .control .input:focus {
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important;
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important
        }

        .signup-block .control .input::-webkit-input-placeholder {
            color: #cecece
        }

        .signup-block .control .input::-moz-placeholder {
            color: #cecece
        }

        .signup-block .control .input:-ms-input-placeholder {
            color: #cecece
        }

        .signup-block .control .input::-ms-input-placeholder {
            color: #cecece
        }

        .signup-block .control .input::placeholder {
            color: #cecece
        }

    .signup-block .control button {
        position: absolute;
        top: 4px;
        right: 5px;
        height: 42px;
        width: 120px;
        font-weight: 600
    }

@media(max-width: 768px) {
    .signup-column {
        margin-top: 0 !important;
        text-align: center !important
    }

    .signup-block .control {
        width: 100%
    }
}

.contact-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .contact-card .icon i {
        font-size: 26px;
        color: #039be5;
        position: relative
    }

    .contact-card .contact-info {
        margin: 0 30px;
        font-family: "Roboto",sans-serif
    }

        .contact-card .contact-info .contact-name {
            color: #cecece
        }

        .contact-card .contact-info .contact-details .details-text {
            font-size: 16px;
            font-weight: 400;
            color: #444f60 !important
        }

.wavy-login-card, .wavy-signup-card, .clean-login-card, .clean-signup-card, .quick-signup {
    padding: 40px;
    border-radius: 6px;
    max-width: 400px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ecf0f1;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.05);
    box-shadow: 0 1px 5px rgba(0,0,0,.05)
}

    .wavy-login-card h2, .wavy-signup-card h2, .clean-login-card h2, .clean-signup-card h2, .quick-signup h2 {
        font-size: 22px;
        margin-bottom: 40px;
        font-weight: 700 !important;
        font-family: "Nexa Light",sans-serif
    }

    .quick-signup.is-landing {
        width: 100%;
        background: #fff;
        border-radius: 6px;
        padding: 40px;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2);
        box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2)
    }

    .quick-signup.is-field {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .quick-signup.is-field .control {
            position: relative
        }

            .quick-signup.is-field .control .button {
                position: absolute;
                top: 1px;
                right: 0
            }

.trial-features {
    padding: 40px;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,.2)
}

    .trial-features img {
        margin-top: 20px
    }

.remember-wrap .control:last-child, .switch-toggle-wrap .control:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.remember-wrap .control > span, .switch-toggle-wrap .control > span {
    font-family: "Roboto",sans-serif;
    font-size: .9rem;
    color: #535555 !important;
    max-width: 70%
}

    .remember-wrap .control > span a, .switch-toggle-wrap .control > span a {
        color: #039be5
    }

.clean-signup-info {
    padding: 40px
}

    .clean-signup-info h2 {
        font-size: 25px;
        margin-bottom: 20px;
        font-weight: 300
    }

    .clean-signup-info .feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

        .clean-signup-info .feature img {
            height: 48px !important;
            width: 48px !important
        }

        .clean-signup-info .feature .feature-text {
            margin-left: 20px;
            color: #535555
        }

.signup-context {
    border: none !important;
    border-radius: 6px
}

    .signup-context .subtitle {
        color: #fff !important
    }

    .signup-context .argument {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        padding-top: 30px
    }

        .signup-context .argument .icon i {
            font-size: 2.4rem;
            color: #fff
        }

        .signup-context .argument .argument-text {
            margin-left: 22px;
            color: #fff
        }

.login-register-wrapper {
    height: 100vh;
    position: relative
}

    .login-register-wrapper .backRight {
        position: absolute;
        right: 0;
        width: 50%;
        height: 100%;
        background: #0084c4
    }

    .login-register-wrapper .backLeft {
        position: absolute;
        left: 0;
        width: 50%;
        height: 100%;
        background: #039be5
    }

    .login-register-wrapper #back {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -999
    }

    .login-register-wrapper .canvas-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10
    }

    .login-register-wrapper #slideBox {
        width: 50%;
        max-height: 100%;
        height: 100%;
        overflow: hidden;
        margin-left: 50%;
        position: absolute;
        -webkit-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
        box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)
    }

    .login-register-wrapper .topLayer {
        width: 200%;
        height: 100%;
        position: relative;
        left: 0;
        left: -100%
    }

    .login-register-wrapper label {
        font-size: .8em;
        text-transform: uppercase
    }

    .login-register-wrapper .left {
        width: 50%;
        height: 100%;
        overflow: hidden;
        background: #344258;
        left: 0;
        position: absolute
    }

        .login-register-wrapper .left label {
            color: #fcfcfc
        }

        .login-register-wrapper .left input {
            background: rgba(0,0,0,0);
            color: #fcfcfc;
            border: 1px solid #475a78;
            -webkit-transition: border .3s;
            transition: border .3s
        }

            .login-register-wrapper .left input:focus {
                border-color: #5a7298
            }

    .login-register-wrapper .right {
        width: 50%;
        height: 100%;
        overflow: hidden;
        background: #f9f9f9;
        right: 0;
        position: absolute
    }

        .login-register-wrapper .right label {
            color: #f9f9f9
        }

    .login-register-wrapper .content {
        position: relative;
        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;
        min-height: 100%;
        width: 55%;
        margin: 0 auto;
        position: relative
    }

        .login-register-wrapper .content .brand {
            position: absolute;
            top: 65px;
            left: 0
        }

            .login-register-wrapper .content .brand a:hover {
                -webkit-box-shadow: none !important;
                box-shadow: none !important
            }

            .login-register-wrapper .content .brand img {
                height: 30px
            }

        .login-register-wrapper .content h2 {
            font-weight: 300;
            font-size: 2.2em;
            margin: .2em 0 .1em
        }

    .login-register-wrapper .left .content h2 {
        color: #fcfcfc;
        font-family: "Nexa Light",sans-serif
    }

    .login-register-wrapper .right .content h2 {
        color: #444f60;
        font-family: "Nexa Light",sans-serif
    }

    .login-register-wrapper .form-element {
        margin: 1.6em 0
    }

        .login-register-wrapper .form-element.form-submit {
            margin: 1.6em 0 0
        }

    .login-register-wrapper .form-stack {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .login-register-wrapper button, .login-register-wrapper .is-trigger {
        padding: .9em 1.4em;
        margin: 0 10px 0 0;
        width: auto;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1em;
        color: #fff;
        line-height: 1em;
        letter-spacing: .6px;
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.1);
        box-shadow: 0 2px 6px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.1);
        border: 0;
        outline: 0;
        -webkit-transition: all .25s;
        transition: all .25s;
        cursor: pointer
    }

        .login-register-wrapper button.signup, .login-register-wrapper .is-trigger.signup {
            background: #0084c4
        }

        .login-register-wrapper button.login, .login-register-wrapper .is-trigger.login {
            background: #039be5
        }

        .login-register-wrapper button.off, .login-register-wrapper .is-trigger.off {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0
        }

            .login-register-wrapper button.off.signup, .login-register-wrapper .is-trigger.off.signup {
                color: #0084c4
            }

            .login-register-wrapper button.off.login, .login-register-wrapper .is-trigger.off.login {
                color: #039be5
            }

        .login-register-wrapper button:focus, .login-register-wrapper button:active, .login-register-wrapper button:hover, .login-register-wrapper a:focus, .login-register-wrapper a:active, .login-register-wrapper a:hover {
            -webkit-box-shadow: 0 4px 7px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.1);
            box-shadow: 0 4px 7px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.1)
        }

            .login-register-wrapper button:focus.signup, .login-register-wrapper button:active.signup, .login-register-wrapper button:hover.signup, .login-register-wrapper a:focus.signup, .login-register-wrapper a:active.signup, .login-register-wrapper a:hover.signup {
                background: #0073ab
            }

            .login-register-wrapper button:focus.login, .login-register-wrapper button:active.login, .login-register-wrapper button:hover.login, .login-register-wrapper a:focus.login, .login-register-wrapper a:active.login, .login-register-wrapper a:hover.login {
                background: #038acc
            }

            .login-register-wrapper button:focus.off, .login-register-wrapper button:active.off, .login-register-wrapper button:hover.off, .login-register-wrapper a:focus.off, .login-register-wrapper a:active.off, .login-register-wrapper a:hover.off {
                -webkit-box-shadow: none;
                box-shadow: none
            }

                .login-register-wrapper button:focus.off.signup, .login-register-wrapper button:active.off.signup, .login-register-wrapper button:hover.off.signup, .login-register-wrapper a:focus.off.signup, .login-register-wrapper a:active.off.signup, .login-register-wrapper a:hover.off.signup {
                    color: #0084c4;
                    background: #2b3648
                }

                .login-register-wrapper button:focus.off.login, .login-register-wrapper button:active.off.login, .login-register-wrapper button:hover.off.login, .login-register-wrapper a:focus.off.login, .login-register-wrapper a:active.off.login, .login-register-wrapper a:hover.off.login {
                    color: #038acc;
                    background: #e3e3e3
                }

@media only screen and (max-width: 768px) {
    .login-register-wrapper #slideBox {
        width: 80%;
        margin-left: 20%
    }

    .login-register-wrapper .signup-info, .login-register-wrapper .login-info {
        display: none
    }

    .login-register-wrapper .content {
        width: 80%
    }
}

.auth-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #F0F0F0;
    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;
    z-index: 10
}

    .auth-nav a:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1
    }

    .auth-nav a img {
        display: block;
        width: 100%;
        max-width: 90px;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: .4;
        -webkit-transition: all .3s;
        transition: all .3s
    }

.auth-outer {
    position: relative;
    margin-top: 60px;
    background: #f2f2f2;
    min-height: calc(100vh - 60px);
    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
}

    .auth-outer .mobile-auth-toggle {
        display: none
    }

    .auth-outer .shadow {
        -webkit-box-shadow: 0 .125rem .8rem rgba(0,0,0,.1) !important;
        box-shadow: 0 .125rem .8rem rgba(0,0,0,.1) !important
    }

    .auth-outer .auth-box {
        width: 760px;
        min-height: 480px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .auth-outer .auth-box .form-wrapper {
            position: relative;
            width: 380px;
            height: 480px;
            overflow: hidden
        }

            .auth-outer .auth-box .form-wrapper.is-active .register {
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }

            .auth-outer .auth-box .form-wrapper.is-active .login {
                -webkit-transform: translateY(-100%);
                transform: translateY(-100%)
            }

            .auth-outer .auth-box .form-wrapper .register {
                -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

            .auth-outer .auth-box .form-wrapper .login {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

            .auth-outer .auth-box .form-wrapper .login, .auth-outer .auth-box .form-wrapper .register {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: #fff;
                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
            }

                .auth-outer .auth-box .form-wrapper .login .header, .auth-outer .auth-box .form-wrapper .register .header {
                    width: 100%;
                    height: 50px;
                    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
                }

                .auth-outer .auth-box .form-wrapper .login .item-list, .auth-outer .auth-box .form-wrapper .register .item-list {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    margin-top: 20px
                }

                    .auth-outer .auth-box .form-wrapper .login .item-list .item, .auth-outer .auth-box .form-wrapper .register .item-list .item {
                        width: 140px;
                        height: 50px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        font-size: 21px;
                        -webkit-box-pack: space-evenly;
                        -ms-flex-pack: space-evenly;
                        justify-content: space-evenly;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                        .auth-outer .auth-box .form-wrapper .login .item-list .item a, .auth-outer .auth-box .form-wrapper .register .item-list .item a {
                            color: #444f60
                        }

                            .auth-outer .auth-box .form-wrapper .login .item-list .item a:hover, .auth-outer .auth-box .form-wrapper .register .item-list .item a:hover {
                                color: #039be5
                            }

                .auth-outer .auth-box .form-wrapper .login .body, .auth-outer .auth-box .form-wrapper .register .body {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    width: 100%;
                    margin-top: 50px
                }

                    .auth-outer .auth-box .form-wrapper .login .body form, .auth-outer .auth-box .form-wrapper .register .body form {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        width: 100%;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                    .auth-outer .auth-box .form-wrapper .login .body .control, .auth-outer .auth-box .form-wrapper .register .body .control {
                        position: relative
                    }

                        .auth-outer .auth-box .form-wrapper .login .body .control input, .auth-outer .auth-box .form-wrapper .register .body .control input {
                            width: 290px;
                            height: 40px;
                            padding-left: 40px;
                            padding-bottom: 6px;
                            border: 1px solid #e5e5e5;
                            background: #f2f2f2;
                            border-radius: 4px
                        }

                            .auth-outer .auth-box .form-wrapper .login .body .control input:focus, .auth-outer .auth-box .form-wrapper .register .body .control input:focus {
                                background: #fff;
                                -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important;
                                box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important
                            }

                                .auth-outer .auth-box .form-wrapper .login .body .control input:focus + .form-icon i, .auth-outer .auth-box .form-wrapper .register .body .control input:focus + .form-icon i {
                                    color: #039be5
                                }

                        .auth-outer .auth-box .form-wrapper .login .body .control .form-icon, .auth-outer .auth-box .form-wrapper .register .body .control .form-icon {
                            position: absolute;
                            top: 0;
                            left: 0;
                            height: 40px;
                            width: 40px;
                            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
                        }

                            .auth-outer .auth-box .form-wrapper .login .body .control .form-icon i, .auth-outer .auth-box .form-wrapper .register .body .control .form-icon i {
                                color: #cecece;
                                -webkit-transition: color .3s;
                                transition: color .3s
                            }

                    .auth-outer .auth-box .form-wrapper .login .body button[type=submit], .auth-outer .auth-box .form-wrapper .register .body button[type=submit] {
                        width: 290px;
                        height: 44px;
                        border: none;
                        margin-top: 35px;
                        color: #fff
                    }

                    .auth-outer .auth-box .form-wrapper .login .body button, .auth-outer .auth-box .form-wrapper .register .body button {
                        width: 290px;
                        height: 44px;
                        border: none;
                        margin-top: 35px;
                        color: #fff;
                        cursor: pointer
                    }

        .auth-outer .auth-box .side-box {
            width: 380px;
            height: 480px;
            z-index: 1;
            -webkit-transition: 2s;
            transition: 2s;
            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;
            color: #fff;
            background: linear-gradient(-45deg, #00d1b2, #039be5, #039be5, #00d1b2);
            background-size: 200% 200%;
            -webkit-animation: gradientBG 15s ease infinite;
            animation: gradientBG 15s ease infinite
        }

            .auth-outer .auth-box .side-box .login-btn, .auth-outer .auth-box .side-box .title2 {
                display: none
            }

            .auth-outer .auth-box .side-box .action-btn {
                height: 40px;
                min-width: 160px;
                color: #039be5;
                font-weight: 500
            }

    .auth-outer .forgot-password {
        margin-top: 12px;
        font-size: .9rem;
        font-weight: 500
    }

    .auth-outer .d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .auth-outer .flex-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

@media(max-width: 767px) {
    .auth-outer .mobile-auth-toggle {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        text-align: center
    }

        .auth-outer .mobile-auth-toggle h3 {
            margin-bottom: 0
        }

        .auth-outer .mobile-auth-toggle .button {
            font-size: 1.2rem;
            border: none;
            background: rgba(0,0,0,0);
            color: #039be5;
            font-weight: 500
        }

    .auth-outer .auth-box {
        max-width: 340px
    }

        .auth-outer .auth-box .side-box {
            display: none
        }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .auth-outer .auth-box {
        max-width: 720px
    }
}

.auth-nav-alt {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    padding: 0 20px;
    background: #f2f2fa;
    border-bottom: 1px solid #F0F0F0;
    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;
    z-index: 10
}

    .auth-nav-alt .start a, .auth-nav-alt .end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .auth-nav-alt .start a {
        color: #535555
    }

    .auth-nav-alt .end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }

        .auth-nav-alt .end .button {
            font-weight: 500;
            color: #0084c4;
            border-color: #0084c4;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
        }

.auth-outer-alt {
    position: relative;
    margin-top: 60px;
    background: #f2f2fa;
    min-height: calc(100vh - 60px);
    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
}

    .auth-outer-alt .form-wrapper {
        max-width: 400px;
        margin: 0 auto 0 auto;
        padding: 20px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #e8e8e8;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
    }

        .auth-outer-alt .form-wrapper .form-title {
            text-align: center
        }

            .auth-outer-alt .form-wrapper .form-title h3 {
                font-size: 1.6rem;
                color: #444f60
            }

            .auth-outer-alt .form-wrapper .form-title h4 {
                color: #535555;
                max-width: 240px;
                margin: 0 auto
            }

        .auth-outer-alt .form-wrapper .form-inner {
            padding: 20px
        }

            .auth-outer-alt .form-wrapper .form-inner .field .control .button {
                height: 42px;
                font-weight: 600
            }

            .auth-outer-alt .form-wrapper .form-inner .field .control .input:focus {
                -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important;
                box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important
            }

            .auth-outer-alt .form-wrapper .form-inner .form-divider {
                position: relative;
                margin: 40px 0;
                border-top: 1px solid #F0F0F0
            }

                .auth-outer-alt .form-wrapper .form-inner .form-divider .divider-circle {
                    position: absolute;
                    top: -20px;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    height: 40px;
                    width: 40px;
                    border-radius: 50%;
                    border: 1px solid #e8e8e8;
                    background: #fff;
                    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;
                    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
                }

                    .auth-outer-alt .form-wrapper .form-inner .form-divider .divider-circle i {
                        color: #444f60
                    }

            .auth-outer-alt .form-wrapper .form-inner .social-login h4 {
                text-align: center;
                color: #535555;
                max-width: 240px;
                margin: 0 auto
            }

            .auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding-top: 20px
            }

                .auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons .button-wrap {
                    width: 33.3%;
                    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
                }

                    .auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons .button-wrap .button-inner {
                        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: 50px;
                        width: 50px;
                        border-radius: 50%;
                        border: 1px solid #e8e8e8;
                        background: #fff;
                        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                        -webkit-transition: all .3s;
                        transition: all .3s
                    }

                        .auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons .button-wrap .button-inner:hover {
                            border-color: #0084c4;
                            background: #0084c4;
                            -webkit-box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important;
                            box-shadow: 0 14px 26px -12px rgba(0,132,196,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,132,196,.2) !important
                        }

                            .auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons .button-wrap .button-inner:hover i {
                                color: #fff
                            }

                        .auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons .button-wrap .button-inner i {
                            color: #444f60;
                            font-size: 1.3rem;
                            -webkit-transition: color .3s;
                            transition: color .3s
                        }

    .auth-outer-alt > div {
        width: 100%
    }

.login-hero {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .login-hero .circles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 99
    }

        .login-hero .circles li {
            position: absolute;
            display: block;
            list-style: none;
            width: 20px;
            height: 20px;
            background: rgba(255,255,255,.2);
            -webkit-animation: animateCircles 25s linear infinite;
            animation: animateCircles 25s linear infinite;
            bottom: -150px
        }

            .login-hero .circles li:nth-child(1) {
                left: 25%;
                width: 80px;
                height: 80px;
                -webkit-animation-delay: 0s;
                animation-delay: 0s
            }

            .login-hero .circles li:nth-child(2) {
                left: 10%;
                width: 20px;
                height: 20px;
                -webkit-animation-delay: 2s;
                animation-delay: 2s;
                -webkit-animation-duration: 12s;
                animation-duration: 12s
            }

            .login-hero .circles li:nth-child(3) {
                left: 70%;
                width: 20px;
                height: 20px;
                -webkit-animation-delay: 4s;
                animation-delay: 4s
            }

            .login-hero .circles li:nth-child(4) {
                left: 40%;
                width: 60px;
                height: 60px;
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
                -webkit-animation-duration: 18s;
                animation-duration: 18s
            }

            .login-hero .circles li:nth-child(5) {
                left: 65%;
                width: 20px;
                height: 20px;
                -webkit-animation-delay: 0s;
                animation-delay: 0s
            }

            .login-hero .circles li:nth-child(6) {
                left: 75%;
                width: 110px;
                height: 110px;
                -webkit-animation-delay: 3s;
                animation-delay: 3s
            }

            .login-hero .circles li:nth-child(7) {
                left: 35%;
                width: 150px;
                height: 150px;
                -webkit-animation-delay: 7s;
                animation-delay: 7s
            }

            .login-hero .circles li:nth-child(8) {
                left: 50%;
                width: 25px;
                height: 25px;
                -webkit-animation-delay: 15s;
                animation-delay: 15s;
                -webkit-animation-duration: 45s;
                animation-duration: 45s
            }

            .login-hero .circles li:nth-child(9) {
                left: 20%;
                width: 15px;
                height: 15px;
                -webkit-animation-delay: 2s;
                animation-delay: 2s;
                -webkit-animation-duration: 35s;
                animation-duration: 35s
            }

            .login-hero .circles li:nth-child(10) {
                left: 85%;
                width: 150px;
                height: 150px;
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
                -webkit-animation-duration: 11s;
                animation-duration: 11s
            }

@-webkit-keyframes animateCircles {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0
    }

    100% {
        -webkit-transform: translateY(-1000px) rotate(720deg);
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%
    }
}

@keyframes animateCircles {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0
    }

    100% {
        -webkit-transform: translateY(-1000px) rotate(720deg);
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%
    }
}

.login-image {
    max-width: 380px;
    display: block;
    margin: 0 auto
}

.login-subtitle {
    color: #535555 !important;
    padding: 20px 15% !important
}

.quick-landing-signup {
    padding: 30px 0;
    width: 100%;
    max-width: 640px;
    margin: 0 auto
}

    .quick-landing-signup .control {
        position: relative
    }

        .quick-landing-signup .control .input {
            height: 46px;
            padding-left: 20px;
            padding-bottom: 8px;
            font-size: 1.2rem;
            border: 1px solid #e5e5e5;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important;
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important
        }

        .quick-landing-signup .control .button {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            height: 46px;
            min-width: 160px;
            background: #039be5;
            border-color: #039be5;
            color: #fff;
            font-weight: 500
        }

.profile-header {
    background: #fff
}

    .profile-header .profile-header-inner {
        position: relative;
        text-align: center;
        padding: 2rem 0 6rem 0
    }

        .profile-header .profile-header-inner .profile-avatar {
            position: relative
        }

            .profile-header .profile-header-inner .profile-avatar .avatar {
                display: block;
                height: 100px;
                width: 100px;
                border-radius: 50%;
                margin: 0 auto 1rem auto
            }

            .profile-header .profile-header-inner .profile-avatar p {
                color: #535555
            }

        .profile-header .profile-header-inner .tabs {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            margin: 0 auto
        }

            .profile-header .profile-header-inner .tabs ul {
                border: none
            }

                .profile-header .profile-header-inner .tabs ul li.is-active a {
                    color: #039be5;
                    border-color: #039be5
                }

                .profile-header .profile-header-inner .tabs ul li a {
                    border-color: rgba(0,0,0,0);
                    border-width: 3px;
                    margin-bottom: 0;
                    color: #535555
                }

.profile-wrapper {
    width: 100%;
    max-width: 780px;
    margin: 0 auto
}

    .profile-wrapper.is-larger {
        max-width: 890px
    }

.profile-card {
    border-color: #e5e5e5;
    padding: 2rem
}

    .profile-card:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .profile-card .profile-card-head {
        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;
        margin-bottom: 1.5rem
    }

        .profile-card .profile-card-head h3 {
            font-family: "Nexa Bold",sans-serif;
            font-size: 1.2rem;
            color: #444f60
        }

        .profile-card .profile-card-head > a {
            font-family: "Roboto",sans-serif;
            font-weight: 500;
            color: #039be5
        }

    .profile-card .profile-card-body > p {
        color: #535555
    }

    .profile-card .profile-card-body .projects .project h3 {
        font-family: "Nexa Bold",sans-serif;
        font-size: 1.2rem;
        color: #444f60
    }

    .profile-card .profile-card-body .projects .project > p {
        font-family: "Roboto",sans-serif;
        color: #535555
    }

    .profile-card .profile-card-body .projects .project .project-members {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 1rem
    }

        .profile-card .profile-card-body .projects .project .project-members img {
            display: block;
            height: 32px;
            width: 32px;
            border-radius: 50%;
            margin: 0 .35rem
        }

    .profile-card .profile-card-body .skills .skill-box {
        padding: 1.5rem;
        border: 1px solid #e5e5e5
    }

        .profile-card .profile-card-body .skills .skill-box h3 {
            font-family: "Nexa Bold",sans-serif;
            font-size: 1.1rem;
            color: #444f60;
            margin-bottom: .75rem
        }

        .profile-card .profile-card-body .skills .skill-box > p {
            font-family: "Roboto",sans-serif;
            color: #535555;
            margin-bottom: .75rem
        }

        .profile-card .profile-card-body .skills .skill-box .skill-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-top: 1rem;
            padding: .75rem 0 0 0
        }

            .profile-card .profile-card-body .skills .skill-box .skill-list img {
                display: block;
                height: 26px;
                width: 26px;
                border-radius: 50%;
                margin: 0 .35rem
            }

    .profile-card .profile-card-body .experiences .experience, .profile-card .profile-card-body .experiences .education, .profile-card .profile-card-body .educations .experience, .profile-card .profile-card-body .educations .education {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .profile-card .profile-card-body .experiences .experience + .experience, .profile-card .profile-card-body .experiences .experience + .education, .profile-card .profile-card-body .experiences .education + .experience, .profile-card .profile-card-body .experiences .education + .education, .profile-card .profile-card-body .educations .experience + .experience, .profile-card .profile-card-body .educations .experience + .education, .profile-card .profile-card-body .educations .education + .experience, .profile-card .profile-card-body .educations .education + .education {
            margin-top: 1.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid #e5e5e5
        }

        .profile-card .profile-card-body .experiences .experience > img, .profile-card .profile-card-body .experiences .education > img, .profile-card .profile-card-body .educations .experience > img, .profile-card .profile-card-body .educations .education > img {
            display: block;
            height: 44px;
            width: 44px;
            border-radius: 50%
        }

        .profile-card .profile-card-body .experiences .experience .meta, .profile-card .profile-card-body .experiences .education .meta, .profile-card .profile-card-body .educations .experience .meta, .profile-card .profile-card-body .educations .education .meta {
            margin-left: 1rem
        }

            .profile-card .profile-card-body .experiences .experience .meta h3, .profile-card .profile-card-body .experiences .education .meta h3, .profile-card .profile-card-body .educations .experience .meta h3, .profile-card .profile-card-body .educations .education .meta h3 {
                font-family: "Nexa Bold",sans-serif;
                font-size: 1.1rem;
                color: #444f60
            }

            .profile-card .profile-card-body .experiences .experience .meta span, .profile-card .profile-card-body .experiences .education .meta span, .profile-card .profile-card-body .educations .experience .meta span, .profile-card .profile-card-body .educations .education .meta span {
                display: block;
                font-family: "Roboto",sans-serif;
                color: #535555
            }

            .profile-card .profile-card-body .experiences .experience .meta p, .profile-card .profile-card-body .experiences .education .meta p, .profile-card .profile-card-body .educations .experience .meta p, .profile-card .profile-card-body .educations .education .meta p {
                margin-top: .75rem
            }

.project-card {
    border-color: #e5e5e5;
    margin-bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .project-card:hover {
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
    }

    .project-card .project-card-content {
        padding: 1.25rem
    }

        .project-card .project-card-content h3 {
            font-family: "Nexa Bold",sans-serif;
            font-size: 1.1rem;
            color: #444f60;
            margin-bottom: .25rem
        }

        .project-card .project-card-content p {
            font-family: "Roboto",sans-serif;
            color: #535555
        }

        .project-card .project-card-content .project-members {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding-top: 1rem
        }

            .project-card .project-card-content .project-members img {
                display: block;
                height: 32px;
                width: 32px;
                border-radius: 50%;
                margin: 0 .35rem
            }

.network-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .network-stats .network-stat {
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

        .network-stats .network-stat.is-centered {
            border-left: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5
        }

        .network-stats .network-stat span {
            display: block
        }

            .network-stats .network-stat span:first-child {
                font-family: "Nexa Bold",sans-serif;
                font-size: 1.8rem;
                color: #444f60
            }

            .network-stats .network-stat span:nth-child(2) {
                font-family: "Roboto",sans-serif;
                font-size: 1.2rem;
                color: #535555
            }

.network-toolbar {
    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;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem
}

    .network-toolbar h3 {
        font-family: "Nexa Bold",sans-serif;
        font-size: 1.2rem;
        color: #444f60
    }

    .network-toolbar > a {
        font-family: "Roboto",sans-serif;
        font-weight: 500;
        color: #039be5
    }

.network-grid .network-card {
    border-color: #e5e5e5;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .network-grid .network-card:hover {
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
    }

    .network-grid .network-card .network-avatar {
        position: relative
    }

        .network-grid .network-card .network-avatar .avatar {
            display: block;
            height: 60px;
            width: 60px;
            border-radius: 50%;
            margin: 0 auto 1rem auto
        }

    .network-grid .network-card p {
        color: #535555
    }

    .network-grid .network-card .network-stats {
        margin-bottom: 1.5rem
    }

        .network-grid .network-card .network-stats .network-stat:first-child {
            border-right: 1px solid #e5e5e5
        }

        .network-grid .network-card .network-stats .network-stat span:first-child {
            font-size: 1rem !important
        }

        .network-grid .network-card .network-stats .network-stat span:nth-child(2) {
            font-size: .9rem
        }

    .network-grid .network-card > a {
        font-family: "Roboto",sans-serif;
        font-size: .9rem;
        font-weight: 500;
        color: #039be5
    }

.network-grid .load-more {
    text-align: center
}

    .network-grid .load-more .button {
        height: 42px;
        min-width: 140px
    }

.profile-form, .account-form {
    width: 100%;
    max-width: 460px;
    margin: 0 auto
}

    .profile-form .form-section-title, .account-form .form-section-title {
        font-family: "Roboto",sans-serif;
        font-weight: 500;
        color: #444f60
    }

    .profile-form .input, .account-form .input {
        background: #fff;
        border-radius: .5rem
    }

    .profile-form .select, .account-form .select {
        width: 100%
    }

        .profile-form .select select, .account-form .select select {
            width: 100%
        }

    .profile-form .form-button, .account-form .form-button {
        font-size: 1.1rem;
        font-family: "Roboto",sans-serif;
        min-height: 48px;
        min-width: 180px;
        border-radius: .65rem
    }

.addresses .addresses-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1rem
}

.addresses .addresses-grid .addresses-grid-item {
    position: relative;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: .65rem;
    padding: 2.5rem;
    -webkit-transition: border .3s,-webkit-box-shadow .3s;
    transition: border .3s,-webkit-box-shadow .3s;
    transition: box-shadow .3s,border .3s;
    transition: box-shadow .3s,border .3s,-webkit-box-shadow .3s
}

    .addresses .addresses-grid .addresses-grid-item:hover {
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        border-color: #039be5
    }

        .addresses .addresses-grid .addresses-grid-item:hover .edit-link {
            opacity: 1;
            pointer-events: all
        }

    .addresses .addresses-grid .addresses-grid-item .edit-link {
        position: absolute;
        top: 1rem;
        right: 1rem;
        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: 36px;
        width: 36px;
        border: 1px solid #e1e8ee;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .3s,border .3s,-webkit-box-shadow .3s;
        transition: opacity .3s,border .3s,-webkit-box-shadow .3s;
        transition: opacity .3s,box-shadow .3s,border .3s;
        transition: opacity .3s,box-shadow .3s,border .3s,-webkit-box-shadow .3s;
        color: #444f60;
        border-radius: 50%;
        font-size: .8rem
    }

        .addresses .addresses-grid .addresses-grid-item .edit-link:hover {
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            border-color: #039be5
        }

        .addresses .addresses-grid .addresses-grid-item .edit-link svg {
            height: 16px;
            width: 16px
        }

    .addresses .addresses-grid .addresses-grid-item .address {
        margin-bottom: 1rem
    }

        .addresses .addresses-grid .addresses-grid-item .address p:first-child {
            font-weight: 500;
            margin-bottom: .25rem
        }

    .addresses .addresses-grid .addresses-grid-item .checkbox-wrap {
        padding: 0
    }

.account-orders .flex-table .flex-table-item {
    padding-top: .7rem;
    padding-bottom: .75rem
}

    .account-orders .flex-table .flex-table-item .flex-table-cell.cell-end {
        padding-right: 0
    }

@media(max-width: 767px) {
    .account-orders .flex-table .flex-table-item .flex-table-cell.cell-end {
        padding-right: 10px
    }

    .account-orders .flex-table .flex-table-item .is-details {
        width: 100%;
        min-height: 48px;
        font-size: 1.25rem;
        border-radius: .55rem;
        margin-top: 1rem
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .profile-wrapper > .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }

        .profile-wrapper > .columns .column.is-4 {
            min-width: 33.3%
        }

    .profile-wrapper .projects > .columns, .profile-wrapper .skills > .columns, .profile-wrapper .network-grid > .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }

        .profile-wrapper .projects > .columns .column.is-4, .profile-wrapper .skills > .columns .column.is-4, .profile-wrapper .network-grid > .columns .column.is-4 {
            min-width: 33.3%
        }

    .addresses .addresses-title {
        padding: 0 10%
    }
}

.modern-team .modern-team-item {
    padding: 0 5px;
    width: 33%
}

    .modern-team .modern-team-item .item-img:before {
        content: "";
        background-color: rgba(3,155,229,.9)
    }

    .modern-team .modern-team-item img {
        border-radius: 10px
    }

    .modern-team .modern-team-item:hover .item-img {
        border-radius: 10px
    }

@media(max-width: 767px) {
    .modern-team .modern-team-item {
        width: auto !important
    }
}

.modern-team.startup-team .modern-team-item {
    padding: 0 5px;
    width: 33%
}

    .modern-team.startup-team .modern-team-item .item-wrapper {
        border: 1px solid #F0F0F0;
        -webkit-box-shadow: 0 3px 10px 4px rgba(0,0,0,.04);
        box-shadow: 0 3px 10px 4px rgba(0,0,0,.04)
    }

    .modern-team.startup-team .modern-team-item img {
        border-radius: 10px
    }

    .modern-team.startup-team .modern-team-item:hover .item-img {
        border-radius: 10px
    }

    .modern-team.startup-team .modern-team-item a i {
        color: #039be5
    }

    .modern-team.startup-team .modern-team-item a:hover i {
        color: #444f60
    }

@media(max-width: 767px) {
    .modern-team.startup-team .modern-team-item {
        width: auto !important
    }
}

.hero-box {
    padding: 20px;
    border-radius: 6px;
    width: 100%;
    background: #fff;
    border: 1px solid #F0F0F0
}

    .hero-box img {
        height: 50px;
        display: block;
        margin: 10px auto
    }

    .hero-box .name {
        font-family: "Roboto",sans-serif;
        font-weight: 600
    }

    .hero-box .position {
        font-size: .9rem;
        font-weight: 600;
        color: #0084c4
    }

    .hero-box .social {
        padding: 10px 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
    }

        .hero-box .social a {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            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;
            margin: 0 2px;
            color: #039be5;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .hero-box .social a i {
                font-size: 18px;
                -webkit-transition: all .3s;
                transition: all .3s
            }

            .hero-box .social a:hover {
                background: #039be5
            }

                .hero-box .social a:hover i {
                    color: #fff
                }

    .hero-box p {
        padding: 10px 0;
        color: #535555
    }

.help-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .help-header img {
        max-height: 45px;
        max-width: 45px;
        padding-right: 20px;
        border-right: 1px solid #fff
    }

    .help-header .title {
        color: #fff;
        padding-left: 20px;
        position: relative;
        top: -2px
    }

.help-subheader {
    padding: 20px 0 30px 0
}

.help-search-wrapper {
    position: relative;
    width: 100%
}

    .help-search-wrapper input {
        width: 100%;
        padding: 20px 32px 21px 59px;
        background: rgba(255,255,255,.2);
        border: none;
        outline: none;
        color: rgba(255,255,255,.7);
        font-size: 18px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.03);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.03);
        -webkit-transition: background .4s,box-shadow .2s;
        -webkit-transition: background .4s,-webkit-box-shadow .2s;
        transition: background .4s,-webkit-box-shadow .2s;
        transition: background .4s,box-shadow .2s;
        transition: background .4s,box-shadow .2s,-webkit-box-shadow .2s
    }

        .help-search-wrapper input::-webkit-input-placeholder {
            color: rgba(255,255,255,.7) !important
        }

        .help-search-wrapper input::-moz-placeholder {
            color: rgba(255,255,255,.7) !important
        }

        .help-search-wrapper input:-ms-input-placeholder {
            color: rgba(255,255,255,.7) !important
        }

        .help-search-wrapper input:-moz-placeholder {
            color: rgba(255,255,255,.7) !important
        }

        .help-search-wrapper input:focus {
            -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.14);
            box-shadow: 0 10px 20px rgba(0,0,0,.14);
            background: #fff;
            color: #444f60
        }

            .help-search-wrapper input:focus + i {
                color: #535555
            }

            .help-search-wrapper input:focus::-webkit-input-placeholder {
                color: #cecece !important
            }

            .help-search-wrapper input:focus::-moz-placeholder {
                color: #cecece !important
            }

            .help-search-wrapper input:focus:-ms-input-placeholder {
                color: #cecece !important
            }

            .help-search-wrapper input:focus:-moz-placeholder {
                color: #cecece !important
            }

    .help-search-wrapper i {
        font-size: 2rem;
        color: rgba(255,255,255,.7);
        position: absolute;
        top: 12px;
        left: 16px
    }

.section.help-section {
    background: #f3f5f7
}

    .section.help-section .category-card {
        -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.03);
        box-shadow: 0 3px 8px 0 rgba(0,0,0,.03)
    }

        .section.help-section .category-card .card-body a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .section.help-section .category-card .card-body a .icon {
                width: 110px;
                height: 110px;
                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
            }

                .section.help-section .category-card .card-body a .icon i {
                    font-size: 3.5rem;
                    color: #818a97 !important
                }

            .section.help-section .category-card .card-body a .inner-content {
                padding-left: 25px
            }

                .section.help-section .category-card .card-body a .inner-content .title {
                    margin-bottom: 10px !important;
                    font-weight: 400;
                    color: #039be5
                }

                .section.help-section .category-card .card-body a .inner-content .inner-text {
                    color: #535555 !important
                }

                .section.help-section .category-card .card-body a .inner-content .card-meta {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    margin-top: 12px
                }

                    .section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar {
                        height: 34px;
                        width: 34px;
                        border-radius: 50%;
                        margin-right: 10px;
                        border: 2px solid #fff;
                        position: relative
                    }

                        .section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar:not(:first-child) {
                            margin-left: -19px
                        }

                        .section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar:first-child {
                            z-index: 3
                        }

                        .section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar:nth-child(2) {
                            z-index: 2
                        }

                        .section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar:nth-child(3) {
                            z-index: 1
                        }

                        .section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar:nth-child(4) {
                            z-index: 0
                        }

                        .section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar.is-more {
                            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;
                            background: #535555;
                            font-weight: 500;
                            font-size: 13px
                        }

                            .section.help-section .category-card .card-body a .inner-content .card-meta .small-avatar.is-more span {
                                position: relative;
                                top: -2px;
                                left: -1px
                            }

                    .section.help-section .category-card .card-body a .inner-content .card-meta .meta-info {
                        color: #535555 !important
                    }

                        .section.help-section .category-card .card-body a .inner-content .card-meta .meta-info .articles-number {
                            font-size: 13px
                        }

                        .section.help-section .category-card .card-body a .inner-content .card-meta .meta-info .authors {
                            font-size: 13px
                        }

                            .section.help-section .category-card .card-body a .inner-content .card-meta .meta-info .authors span {
                                color: #039be5
                            }

.breadcrumbs {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #535555
}

    .breadcrumbs ul {
        margin: 0 !important
    }

        .breadcrumbs ul li {
            display: inline-block;
            list-style: none;
            margin: 0 0 0 10px
        }

            .breadcrumbs ul li:first-child:before {
                content: "";
                margin-left: -20px
            }

            .breadcrumbs ul li:before {
                content: "";
                font-family: "FontAwesome";
                color: #a0a0a0;
                font-size: 14px;
                margin-right: 15px
            }

    .breadcrumbs a {
        font-weight: 500;
        color: #039be5
    }

.help-container {
    position: relative
}

    .help-container .shadow-bg {
        width: 100%
    }

        .help-container .shadow-bg:before {
            content: " ";
            position: absolute;
            display: block;
            top: 50px;
            left: 0;
            bottom: 0;
            right: 0;
            background: #ebeef1;
            border-radius: 4px;
            -webkit-transition: background .3s;
            transition: background .3s;
            z-index: 0;
            margin: 0 10px
        }

    .help-container .category-header {
        padding: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        top: 20px;
        z-index: 2
    }

        .help-container .category-header .icon {
            width: 110px;
            height: 110px;
            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
        }

            .help-container .category-header .icon i {
                font-size: 3.5rem;
                color: #818a97 !important
            }

        .help-container .category-header .inner-content {
            padding-left: 25px
        }

            .help-container .category-header .inner-content .title {
                margin-bottom: 10px !important;
                font-weight: 400;
                color: #039be5
            }

            .help-container .category-header .inner-content .inner-text {
                color: #535555 !important
            }

            .help-container .category-header .inner-content .card-meta {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                margin-top: 12px
            }

                .help-container .category-header .inner-content .card-meta .small-avatar {
                    height: 34px;
                    width: 34px;
                    border-radius: 50%;
                    margin-right: 10px;
                    border: 2px solid #fff
                }

                    .help-container .category-header .inner-content .card-meta .small-avatar:not(:first-child) {
                        margin-left: -19px
                    }

                    .help-container .category-header .inner-content .card-meta .small-avatar:first-child {
                        z-index: 3
                    }

                    .help-container .category-header .inner-content .card-meta .small-avatar:nth-child(2) {
                        z-index: 2
                    }

                    .help-container .category-header .inner-content .card-meta .small-avatar:nth-child(3) {
                        z-index: 1
                    }

                    .help-container .category-header .inner-content .card-meta .small-avatar:nth-child(4) {
                        z-index: 0
                    }

                    .help-container .category-header .inner-content .card-meta .small-avatar.is-more {
                        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;
                        background: #535555;
                        font-weight: 500;
                        font-size: 13px
                    }

                        .help-container .category-header .inner-content .card-meta .small-avatar.is-more span {
                            position: relative;
                            top: -2px;
                            left: -1px
                        }

                .help-container .category-header .inner-content .card-meta .meta-info {
                    color: #535555 !important
                }

                    .help-container .category-header .inner-content .card-meta .meta-info .articles-number {
                        font-size: 13px
                    }

                    .help-container .category-header .inner-content .card-meta .meta-info .authors {
                        font-size: 13px
                    }

                        .help-container .category-header .inner-content .card-meta .meta-info .authors span {
                            color: #039be5
                        }

    .help-container .articles-list {
        position: relative;
        margin: 30px;
        background: #fff;
        width: calc(100% - 60px);
        border-radius: 4px;
        border: 1px solid #d4dadf;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.05);
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.05)
    }

        .help-container .articles-list .help-article {
            padding: 30px
        }

            .help-container .articles-list .help-article a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .help-container .articles-list .help-article a .inner-content .title {
                    margin-bottom: 10px !important;
                    font-weight: 400;
                    color: #039be5
                }

                .help-container .articles-list .help-article a .inner-content .inner-text {
                    color: #535555 !important
                }

                .help-container .articles-list .help-article a .inner-content .card-meta {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    margin-top: 12px
                }

                    .help-container .articles-list .help-article a .inner-content .card-meta .small-avatar {
                        height: 34px;
                        width: 34px;
                        border-radius: 50%;
                        margin-right: 10px;
                        border: 2px solid #fff;
                        position: relative
                    }

                    .help-container .articles-list .help-article a .inner-content .card-meta .meta-info {
                        color: #535555 !important;
                        line-height: 1.1rem
                    }

                        .help-container .articles-list .help-article a .inner-content .card-meta .meta-info .author {
                            font-size: 13px
                        }

                            .help-container .articles-list .help-article a .inner-content .card-meta .meta-info .author span {
                                color: #039be5
                            }

                        .help-container .articles-list .help-article a .inner-content .card-meta .meta-info .status {
                            font-size: 12px;
                            color: #535555
                        }

            .help-container .articles-list .help-article:not(:last-child) {
                border-bottom: 1px solid #d4dadf
            }

.single-help-article {
    border-radius: 4px;
    border: 1px solid #d4dadf;
    margin-top: 20px;
    padding: 60px
}

    .single-help-article .article-inner {
        max-width: 640px;
        margin: 0 auto
    }

        .single-help-article .article-inner h2 {
            font-weight: 500
        }

        .single-help-article .article-inner h3 {
            padding-top: 20px;
            color: #535555;
            font-weight: 500;
            margin-bottom: 1rem
        }

        .single-help-article .article-inner .article-meta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #535555 !important;
            line-height: 1.1rem
        }

            .single-help-article .article-inner .article-meta .small-avatar {
                width: 32px;
                height: 32px;
                border-radius: 50%
            }

            .single-help-article .article-inner .article-meta .meta-info {
                color: #535555 !important;
                line-height: 1.1rem;
                margin-left: 15px
            }

                .single-help-article .article-inner .article-meta .meta-info .author {
                    font-size: 13px
                }

                    .single-help-article .article-inner .article-meta .meta-info .author span {
                        color: #039be5
                    }

                .single-help-article .article-inner .article-meta .meta-info .status {
                    font-size: 12px;
                    color: #535555
                }

        .single-help-article .article-inner .content {
            padding-top: 30px
        }

            .single-help-article .article-inner .content p {
                font-size: 16px;
                color: #444f60
            }

            .single-help-article .article-inner .content h4 {
                padding-top: 10px;
                font-weight: 500
            }

            .single-help-article .article-inner .content ul {
                font-size: 16px
            }

        .single-help-article .article-inner .rating-section {
            width: 100%;
            text-align: center
        }

            .single-help-article .article-inner .rating-section .question {
                padding-top: 25px;
                font-size: 1.1rem;
                font-weight: 500;
                color: #535555
            }

            .single-help-article .article-inner .rating-section .rating-buttons {
                position: relative;
                top: 18px
            }

            .single-help-article .article-inner .rating-section .rating-button {
                max-width: 60px;
                max-height: 60px;
                cursor: pointer
            }

                .single-help-article .article-inner .rating-section .rating-button i {
                    font-size: 50px;
                    font-weight: 200;
                    color: #535555;
                    -webkit-transition: all .3s;
                    transition: all .3s
                }

                .single-help-article .article-inner .rating-section .rating-button:hover i {
                    color: #039be5;
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1)
                }

.faq-wrapper {
    padding: 50px 0
}

    .faq-wrapper .faq-block {
        margin: 0 0 50px 0;
        padding: 0 16px
    }

        .faq-wrapper .faq-block:last-child {
            margin-bottom: 0
        }

        .faq-wrapper .faq-block .block-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            cursor: auto
        }

            .faq-wrapper .faq-block .block-header.is-active .header-icon {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            .faq-wrapper .faq-block .block-header .header-icon {
                height: 24px;
                width: 24px;
                min-width: 24px;
                background: #039be5;
                border-radius: 50%;
                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;
                -webkit-transition: all .4s;
                transition: all .4s
            }

                .faq-wrapper .faq-block .block-header .header-icon i {
                    color: #fcfcfc;
                    font-size: 12px
                }

            .faq-wrapper .faq-block .block-header h3 {
                font-size: 1.2rem;
                font-weight: 500;
                color: #444f60;
                margin-left: 12px
            }

        .faq-wrapper .faq-block .block-body {
            display: none;
            padding-top: 16px
        }

            .faq-wrapper .faq-block .block-body p {
                color: #4C586B
            }

@media(max-width: 767px) {
    .faq-wrapper .faq-block {
        margin: 25px 0
    }
}

.portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    max-height: 800px;
    height: auto;
    margin: 20px 10px
}

    .portfolio .portfolio-item:hover .circle-overlay {
        -webkit-transform: scale(35);
        transform: scale(35)
    }

    .portfolio .portfolio-item:hover .project-title {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0 !important;
        transition-delay: 0 !important
    }

    .portfolio .portfolio-item:hover .project-link {
        color: #fff;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0 !important;
        transition-delay: 0 !important
    }

    .portfolio .portfolio-item img {
        border-radius: 10px;
        max-height: 800px;
        display: block
    }

    .portfolio .portfolio-item .circle-overlay {
        position: absolute;
        top: -60px;
        left: -60px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #039be5;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .5s;
        transition: all .5s;
        z-index: 1
    }

    .portfolio .portfolio-item .project-info {
        position: absolute;
        margin: 0 auto;
        top: 40%;
        left: 0;
        right: 0;
        z-index: 2;
        color: #fff;
        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
    }

    .portfolio .portfolio-item .project-title {
        font-family: "Nexa Bold",sans-serif;
        font-size: 1.6rem;
        font-weight: 600;
        padding-bottom: 0;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .portfolio .portfolio-item .project-link {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

        .portfolio .portfolio-item .project-link a {
            color: #fff;
            font-family: "Nexa Light",sans-serif;
            font-size: 1.2rem
        }

            .portfolio .portfolio-item .project-link a i {
                position: relative;
                top: 8px;
                opacity: 0;
                -webkit-transform: translateX(0);
                transform: translateX(0);
                -webkit-transition: all .3s ease-out;
                transition: all .3s ease-out
            }

            .portfolio .portfolio-item .project-link a:hover i {
                opacity: 1;
                -webkit-transform: translateX(10px);
                transform: translateX(10px)
            }

.portfolio-item .item-title {
    font-family: "Nexa Bold",sans-serif;
    font-size: 2.3rem
}

.portfolio-item .project-description p {
    padding-bottom: 10px
}

.portfolio-item .made-for {
    font-family: "Nexa Bold",sans-serif;
    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
}

    .portfolio-item .made-for img {
        max-height: 300px
    }

.portfolio-item label {
    font-family: "Nexa Light",sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 90%;
    color: #535555
}

.portfolio-item .project-category {
    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
}

    .portfolio-item .project-category span {
        font-family: "Nexa Bold",sans-serif
    }

    .portfolio-item .project-category i {
        font-size: 1.8rem;
        color: #039be5
    }

.portfolio-item .inline-list {
    padding: 10px 0
}

.portfolio-item .project-date {
    padding: 10px 0;
    font-family: "Nexa Bold",sans-serif
}

.portfolio-item .fa-social {
    font-size: 1.4rem;
    color: #535555;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s
}

    .portfolio-item .fa-social:hover {
        color: #039be5
    }

.portfolio-item .navigation {
    padding: 20px 0;
    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
}

    .portfolio-item .navigation a {
        width: 146px;
        margin: 0 5px
    }

        .portfolio-item .navigation a i {
            font-size: 18px
        }

            .portfolio-item .navigation a i.is-right {
                position: relative;
                right: -14px
            }

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .portfolio-item img {
        width: 100%
    }
}

.latest-posts .card, .latest-posts .cart-summary .summary-card, .cart-summary .latest-posts .summary-card {
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 10px 4px rgba(0,0,0,.04);
    box-shadow: 0 3px 10px 4px rgba(0,0,0,.04);
    border: 1px solid #F0F0F0
}

    .latest-posts .card .card-image figure img, .latest-posts .cart-summary .summary-card .card-image figure img, .cart-summary .latest-posts .summary-card .card-image figure img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .latest-posts .card figure.author, .latest-posts .cart-summary .summary-card figure.author, .cart-summary .latest-posts .summary-card figure.author {
        position: absolute;
        bottom: -24px;
        right: 20px
    }

        .latest-posts .card figure.author .img-circle, .latest-posts .cart-summary .summary-card figure.author .img-circle, .cart-summary .latest-posts .summary-card figure.author .img-circle {
            border: 2px solid #fff;
            border-radius: 50%
        }

    .latest-posts .card .media, .latest-posts .cart-summary .summary-card .media, .cart-summary .latest-posts .summary-card .media {
        margin: 0
    }

    .latest-posts .card .title, .latest-posts .cart-summary .summary-card .title, .cart-summary .latest-posts .summary-card .title {
        font-family: "Nexa Bold",sans-serif;
        font-weight: 600
    }

    .latest-posts .card .timestamp, .latest-posts .cart-summary .summary-card .timestamp, .cart-summary .latest-posts .summary-card .timestamp {
        font-size: 85%;
        color: #535555;
        padding: 5px 0
    }

        .latest-posts .card .timestamp i, .latest-posts .cart-summary .summary-card .timestamp i, .cart-summary .latest-posts .summary-card .timestamp i {
            margin-right: 7px
        }

    .latest-posts .card .post-exerpt, .latest-posts .cart-summary .summary-card .post-exerpt, .cart-summary .latest-posts .summary-card .post-exerpt {
        padding: 10px 0 20px 0;
        font-family: "Roboto",sans-serif
    }

.blog-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.is-post {
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    width: 100%;
    max-width: 760px;
    margin: 0 auto 50px auto
}

    .is-post:last-child {
        margin-bottom: 0
    }

    .is-post .featured-post-image {
        position: relative
    }

        .is-post .featured-post-image img {
            display: block;
            border-radius: 4px 4px 0 0
        }

        .is-post .featured-post-image .post-date {
            position: absolute;
            bottom: -28px;
            right: 28px;
            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;
            height: 56px;
            width: 56px;
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 10px;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            text-align: center
        }

            .is-post .featured-post-image .post-date .post-date-inner {
                line-height: 1;
                text-align: center
            }

                .is-post .featured-post-image .post-date .post-date-inner span {
                    font-family: "Roboto",sans-serif;
                    display: block
                }

                    .is-post .featured-post-image .post-date .post-date-inner span:first-child {
                        font-size: .8rem;
                        letter-spacing: 2px;
                        text-transform: uppercase;
                        color: #444f60
                    }

                    .is-post .featured-post-image .post-date .post-date-inner span:nth-child(2) {
                        font-weight: 700;
                        font-size: 1.8rem;
                        color: #039be5
                    }

    .is-post .featured-post-body {
        border: 1px solid #e5e5e5;
        padding: 30px;
        border-radius: 0 0 6px 6px
    }

        .is-post .featured-post-body .featured-post-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 1rem
        }

            .is-post .featured-post-body .featured-post-title .title-avatar {
                width: 60px;
                min-width: 60px;
                height: 60px;
                border-radius: 50%;
                border: 2px solid #fff;
                z-index: 1;
                display: block
            }

                .is-post .featured-post-body .featured-post-title .title-avatar img {
                    border-radius: 50%
                }

            .is-post .featured-post-body .featured-post-title .title-meta {
                margin-left: 12px
            }

                .is-post .featured-post-body .featured-post-title .title-meta .post-title {
                    font-family: "Nexa Bold",sans-serif;
                    color: #444f60;
                    font-size: 1.4rem;
                    line-height: 1
                }

                .is-post .featured-post-body .featured-post-title .title-meta .post-subtitle {
                    font-family: "Roboto",sans-serif;
                    color: #535555
                }

                    .is-post .featured-post-body .featured-post-title .title-meta .post-subtitle a {
                        color: #039be5
                    }

                    .is-post .featured-post-body .featured-post-title .title-meta .post-subtitle i {
                        position: relative;
                        top: -4px;
                        font-size: 4px;
                        margin: 0 5px
                    }

        .is-post .featured-post-body p {
            color: #535555;
            margin-bottom: 1.5rem
        }

        .is-post .featured-post-body .read-more-link {
            font-family: "Roboto",sans-serif;
            letter-spacing: 1px;
            color: #039be5;
            font-size: 1.1rem
        }

            .is-post .featured-post-body .read-more-link span {
                position: relative;
                top: 2px;
                font-size: 1.6rem;
                margin-left: 4px
            }

.load-more {
    padding: 60px 0
}

    .load-more .button {
        font-family: "Nexa Bold",sans-serif;
        color: #444f60
    }

.blog-grid-item.is-masonry {
    margin-bottom: 1.5rem
}

    .blog-grid-item.is-masonry:last-child {
        margin-bottom: 0
    }

.blog-grid-item.masonry-size-1 .card-image .item-featured-image {
    height: 140px
}

.blog-grid-item.masonry-size-2 .card-image .item-featured-image {
    height: 240px
}

.blog-grid-item.masonry-size-3 .card-image .item-featured-image {
    height: 290px
}

.blog-grid-item.is-related .card-content {
    padding: 16px
}

    .blog-grid-item.is-related .card-content .featured-post-title .title-meta {
        margin-left: 0
    }

        .blog-grid-item.is-related .card-content .featured-post-title .title-meta .post-title {
            font-size: 1.3rem
        }

        .blog-grid-item.is-related .card-content .featured-post-title .title-meta .post-subtitle {
            font-size: 1rem
        }

.blog-grid-item .card-image .item-featured-image {
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-grid-item .card-image .post-date {
    position: absolute;
    bottom: 12px;
    right: 12px;
    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;
    height: 50px;
    width: 50px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    text-align: center
}

    .blog-grid-item .card-image .post-date .post-date-inner {
        line-height: 1;
        text-align: center
    }

        .blog-grid-item .card-image .post-date .post-date-inner span {
            font-family: "Roboto",sans-serif;
            display: block
        }

            .blog-grid-item .card-image .post-date .post-date-inner span:first-child {
                font-size: .75rem;
                letter-spacing: 2px;
                text-transform: uppercase;
                color: #444f60
            }

            .blog-grid-item .card-image .post-date .post-date-inner span:nth-child(2) {
                font-weight: 700;
                font-size: 1.5rem;
                color: #039be5
            }

.blog-grid-item .card-content {
    padding: 26px
}

    .blog-grid-item .card-content .featured-post-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem
    }

        .blog-grid-item .card-content .featured-post-title .title-avatar {
            width: 50px;
            min-width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 2px solid #fff;
            z-index: 1;
            display: block
        }

            .blog-grid-item .card-content .featured-post-title .title-avatar img {
                border-radius: 50%
            }

        .blog-grid-item .card-content .featured-post-title .title-meta {
            margin-left: 12px
        }

            .blog-grid-item .card-content .featured-post-title .title-meta .post-title {
                font-family: "Nexa Bold",sans-serif;
                color: #444f60;
                font-size: 1.1rem;
                line-height: 1.2
            }

            .blog-grid-item .card-content .featured-post-title .title-meta .post-subtitle {
                font-family: "Roboto",sans-serif;
                font-size: .9rem;
                color: #535555
            }

                .blog-grid-item .card-content .featured-post-title .title-meta .post-subtitle a {
                    color: #039be5
                }

                .blog-grid-item .card-content .featured-post-title .title-meta .post-subtitle i {
                    position: relative;
                    top: -4px;
                    font-size: 4px;
                    margin: 0 5px
                }

    .blog-grid-item .card-content p {
        color: #535555;
        margin-bottom: 1rem
    }

    .blog-grid-item .card-content .read-more-link {
        font-family: "Roboto",sans-serif;
        letter-spacing: 1px;
        color: #039be5;
        font-size: 1rem
    }

        .blog-grid-item .card-content .read-more-link span {
            position: relative;
            top: 2px;
            font-size: 1.6rem;
            margin-left: 4px
        }

.blog-sidebar {
    padding: 0 30px
}

    .blog-sidebar .blog-sidebar-search {
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        margin-bottom: 2.5rem
    }

        .blog-sidebar .blog-sidebar-search .input {
            border-color: #e7eaed;
            font-size: 1.2rem
        }

    .blog-sidebar .blog-sidebar-posts {
        margin-bottom: 3.5rem
    }

        .blog-sidebar .blog-sidebar-posts h4 {
            font-family: "Nexa Bold",sans-serif;
            color: #444f60;
            font-size: 1.5rem;
            margin-bottom: 20px
        }

        .blog-sidebar .blog-sidebar-posts .blog-sidebar-post {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-bottom: 30px
        }

            .blog-sidebar .blog-sidebar-posts .blog-sidebar-post:last-child {
                margin-bottom: 0
            }

            .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-image {
                position: relative
            }

                .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-image img {
                    display: block;
                    width: 70px;
                    min-width: 70px;
                    height: 70px;
                    min-height: 70px;
                    -o-object-fit: cover;
                    object-fit: cover;
                    border-radius: 6px;
                    object-fit: cover;
                    -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                    box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
                }

            .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content {
                -webkit-box-flex: 2;
                -ms-flex-positive: 2;
                flex-grow: 2;
                padding: 0 20px
            }

                .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content h3 {
                    font-family: "Roboto",sans-serif;
                    font-size: 1.1rem;
                    font-weight: 500;
                    color: #444f60;
                    margin-bottom: 6px;
                    line-height: 1.2
                }

                .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content .meta {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content .meta img {
                        display: block;
                        height: 24px;
                        width: 24px;
                        min-width: 24px;
                        border-radius: 50%
                    }

                    .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content .meta span {
                        color: #535555;
                        font-family: "Roboto",sans-serif;
                        font-size: .9rem;
                        margin-left: 8px
                    }

    .blog-sidebar .blog-sidebar-categories {
        margin-bottom: 3.5rem
    }

        .blog-sidebar .blog-sidebar-categories h4 {
            font-family: "Nexa Bold",sans-serif;
            color: #444f60;
            font-size: 1.5rem;
            margin-bottom: 20px
        }

        .blog-sidebar .blog-sidebar-categories .blog-sidebar-category {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

            .blog-sidebar .blog-sidebar-categories .blog-sidebar-category:last-child {
                margin-bottom: 0
            }

            .blog-sidebar .blog-sidebar-categories .blog-sidebar-category:hover > span {
                color: #039be5
            }

            .blog-sidebar .blog-sidebar-categories .blog-sidebar-category:hover .post-count {
                border-color: #e7eaed;
                -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
            }

                .blog-sidebar .blog-sidebar-categories .blog-sidebar-category:hover .post-count span {
                    color: #039be5
                }

            .blog-sidebar .blog-sidebar-categories .blog-sidebar-category > span {
                font-family: "Roboto",sans-serif;
                font-size: 1.15rem;
                font-weight: 300;
                color: #535555;
                line-height: 1.2;
                -webkit-transition: color .3s;
                transition: color .3s
            }

            .blog-sidebar .blog-sidebar-categories .blog-sidebar-category .post-count {
                height: 35px;
                width: 35px;
                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;
                border-radius: 50%;
                border: 1px solid rgba(0,0,0,0);
                -webkit-transition: all .3s;
                transition: all .3s
            }

                .blog-sidebar .blog-sidebar-categories .blog-sidebar-category .post-count span {
                    font-weight: 600;
                    font-size: 1rem;
                    color: #444f60;
                    -webkit-transition: color .3s;
                    transition: color .3s
                }

    .blog-sidebar .blog-sidebar-tags {
        margin-bottom: 3.5rem
    }

        .blog-sidebar .blog-sidebar-tags h4 {
            font-family: "Nexa Bold",sans-serif;
            color: #444f60;
            font-size: 1.5rem;
            margin-bottom: 20px
        }

        .blog-sidebar .blog-sidebar-tags .tags .tag {
            height: 3em;
            padding-left: 1em;
            padding-right: 1em;
            font-size: .9rem;
            background: #fff;
            color: #535555;
            border: 1px solid #e7eaed;
            border-radius: 8px;
            text-decoration: none !important;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .blog-sidebar .blog-sidebar-tags .tags .tag:hover {
                color: #039be5;
                -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
            }

.is-single-post {
    border-radius: 6px;
    background: #fff;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 50px auto
}

    .is-single-post:last-child {
        margin-bottom: 0
    }

    .is-single-post .featured-post-image {
        position: relative
    }

        .is-single-post .featured-post-image img {
            display: block;
            border-radius: 4px 4px 0 0
        }

        .is-single-post .featured-post-image .post-date {
            position: absolute;
            bottom: -28px;
            right: 28px;
            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;
            height: 56px;
            width: 56px;
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 10px;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            text-align: center
        }

            .is-single-post .featured-post-image .post-date .post-date-inner {
                line-height: 1;
                text-align: center
            }

                .is-single-post .featured-post-image .post-date .post-date-inner span {
                    font-family: "Roboto",sans-serif;
                    display: block
                }

                    .is-single-post .featured-post-image .post-date .post-date-inner span:first-child {
                        font-size: .8rem;
                        letter-spacing: 2px;
                        text-transform: uppercase;
                        color: #444f60
                    }

                    .is-single-post .featured-post-image .post-date .post-date-inner span:nth-child(2) {
                        font-weight: 700;
                        font-size: 1.8rem;
                        color: #039be5
                    }

    .is-single-post .featured-post-body {
        padding: 30px 0
    }

        .is-single-post .featured-post-body .featured-post-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 1rem
        }

            .is-single-post .featured-post-body .featured-post-title .title-meta .post-title {
                font-family: "Nexa Bold",sans-serif;
                color: #444f60;
                font-size: 1.8rem;
                line-height: 1;
                margin-bottom: 8px
            }

            .is-single-post .featured-post-body .featured-post-title .title-meta .post-subtitle {
                font-family: "Roboto",sans-serif;
                font-size: 1.2rem;
                color: #535555;
                margin-bottom: 1rem
            }

                .is-single-post .featured-post-body .featured-post-title .title-meta .post-subtitle a {
                    color: #039be5
                }

                .is-single-post .featured-post-body .featured-post-title .title-meta .post-subtitle i {
                    position: relative;
                    top: -4px;
                    font-size: 4px;
                    margin: 0 5px
                }

        .is-single-post .featured-post-body p {
            font-size: 1.2rem;
            color: #535555;
            margin-bottom: 1.5rem
        }

        .is-single-post .featured-post-body blockquote {
            font-family: "Roboto",sans-serif;
            font-size: 1.1rem;
            background: #f5f6fa;
            border-color: #039be5;
            color: #8593a9
        }

    .is-single-post .sharing-links, .is-single-post .post-tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-family: "Roboto",sans-serif;
        letter-spacing: 1px;
        font-size: 1.1rem;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid #dee2e6
    }

        .is-single-post .sharing-links > span, .is-single-post .post-tags > span {
            position: relative;
            top: 2px;
            color: #444f60;
            font-size: 1.3rem;
            margin-left: 4px
        }

        .is-single-post .sharing-links .social-links, .is-single-post .post-tags .social-links {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .is-single-post .sharing-links .social-links a, .is-single-post .post-tags .social-links a {
                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: 38px;
                width: 38px;
                min-width: 38px;
                border-radius: 50%;
                border: 1px solid rgba(0,0,0,0);
                -webkit-transition: all .3s;
                transition: all .3s
            }

                .is-single-post .sharing-links .social-links a:hover, .is-single-post .post-tags .social-links a:hover {
                    background: #fff;
                    border-color: #e7eaf3;
                    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
                }

                    .is-single-post .sharing-links .social-links a:hover i, .is-single-post .post-tags .social-links a:hover i {
                        color: #039be5
                    }

                .is-single-post .sharing-links .social-links a i, .is-single-post .post-tags .social-links a i {
                    font-size: 16px;
                    color: #c5cbe2;
                    -webkit-transition: all .3s;
                    transition: all .3s
                }

    .is-single-post .sharing-links {
        margin-bottom: 1.5rem
    }

    .is-single-post .post-tags {
        border-bottom: none
    }

        .is-single-post .post-tags .tags .tag {
            height: 3em;
            padding-left: 1em;
            padding-right: 1em;
            font-size: .9rem;
            background: #fff;
            color: #535555;
            border: 1px solid #e7eaed;
            border-radius: 8px;
            text-decoration: none !important;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .is-single-post .post-tags .tags .tag:hover {
                color: #039be5;
                -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
            }

    .is-single-post .post-author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem;
        margin: 40px 0;
        padding: 30px;
        border: 1px solid #e4e7ea;
        border-radius: 12px;
        background: #fff;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .is-single-post .post-author:hover {
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
        }

        .is-single-post .post-author .post-author-avatar {
            width: 90px;
            min-width: 90px;
            height: 90px;
            border-radius: 50%;
            border: 2px solid #fff;
            z-index: 1;
            display: block
        }

            .is-single-post .post-author .post-author-avatar img {
                border-radius: 50%
            }

        .is-single-post .post-author .post-author-meta {
            margin-left: 12px
        }

            .is-single-post .post-author .post-author-meta .post-author-title a {
                font-family: "Nexa Bold",sans-serif;
                color: #444f60;
                font-size: 1.4rem;
                line-height: 1.2;
                -webkit-transition: all .3s;
                transition: all .3s
            }

                .is-single-post .post-author .post-author-meta .post-author-title a:hover {
                    color: #039be5
                }

            .is-single-post .post-author .post-author-meta h4 {
                font-family: "Nexa Light",sans-serif;
                color: #535555;
                font-size: 1.1rem;
                margin-bottom: .5rem
            }

            .is-single-post .post-author .post-author-meta p {
                font-size: 1.1rem;
                color: #535555;
                margin-bottom: 0
            }

@media(max-width: 768px) {
    .is-single-post .post-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        .is-single-post .post-author .post-author-avatar {
            margin: 0 auto 16px auto
        }
}

.related-posts {
    margin-bottom: 3.5rem
}

    .related-posts .related-posts-head {
        font-family: "Nexa Bold",sans-serif;
        color: #444f60;
        font-size: 1.6rem;
        margin: 20px 0
    }

.single-comments .single-comments-head {
    font-family: "Nexa Bold",sans-serif;
    color: #444f60;
    font-size: 1.6rem;
    margin: 20px 0
}

.single-comments .comments-list .media {
    font-family: "Roboto",sans-serif;
    margin: 0 !important;
    padding: 1.5rem 0 !important;
    border-color: #e4e7ea;
    max-width: 640px
}

    .single-comments .comments-list .media .media-left img {
        border-radius: 50%
    }

    .single-comments .comments-list .media .media-content .content .title {
        color: #444f60;
        font-size: 1.2rem
    }

    .single-comments .comments-list .media .media-content .content .timestamp {
        display: block;
        color: #535555;
        margin-bottom: .5rem
    }

    .single-comments .comments-list .media .media-content .content p {
        font-size: 1.1rem;
        margin-bottom: .5rem
    }

    .single-comments .comments-list .media .media-content .content .controls i {
        color: #f92b60;
        font-size: 12px
    }

    .single-comments .comments-list .media .media-content .content .controls .count {
        color: #444f60;
        font-weight: 500
    }

    .single-comments .comments-list .media .media-content .content .controls .reply {
        font-family: "Roboto",sans-serif;
        margin-left: 20px
    }

        .single-comments .comments-list .media .media-content .content .controls .reply a {
            color: #039be5
        }

.single-comments .publish-comment {
    margin-bottom: 3.5rem
}

    .single-comments .publish-comment .publish-comment-head {
        font-family: "Nexa Bold",sans-serif;
        color: #444f60;
        font-size: 1.6rem;
        margin: 20px 0
    }

    .single-comments .publish-comment form .field .textarea {
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important;
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important;
        border-color: #dee2e6;
        font-size: 1.2rem;
        font-family: "Roboto",sans-serif
    }

    .single-comments .publish-comment form .field .input {
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important;
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06) !important;
        height: 50px;
        font-size: 1.2rem
    }

    .single-comments .publish-comment form .field .submit-wrap .button {
        height: 55px;
        min-width: 240px
    }

.comment-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 6px
}

    .comment-count i {
        font-size: 2rem;
        font-weight: 500;
        color: #535555
    }

    .comment-count .text {
        font-size: 1.1rem;
        font-weight: 400;
        color: #535555;
        margin-left: 20px
    }

        .comment-count .text span.count-number {
            font-size: 1.1rem
        }

    .comment-count button {
        margin-left: auto;
        color: #535555 !important
    }

.compose-card {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

    .compose-card .control-wrapper {
        width: 100%;
        padding-left: 20px
    }

        .compose-card .control-wrapper .textarea-button {
            background: #f5f6fa
        }

.main-post .post-image {
    position: relative;
    border-radius: 6px
}

    .main-post .post-image img {
        display: block;
        border-radius: 6px;
        -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
    }

    .main-post .post-image .image-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(3,155,229,.8);
        border-radius: 6px;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .main-post .post-image:hover .image-overlay {
        background: rgba(3,155,229,.6)
    }

.main-post .post-content {
    padding: 20px
}

    .main-post .post-content h3 {
        font-family: "Nexa Bold",sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
        color: #039be5;
        margin: 10px 0 0 0
    }

        .main-post .post-content h3 a {
            color: #039be5;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .main-post .post-content h3 a:hover {
                opacity: .7
            }

    .main-post .post-content .time {
        display: block;
        font-size: 1.1rem;
        font-weight: 500;
        color: #535555;
        margin-bottom: 16px
    }

    .main-post .post-content p {
        font-size: 1.1rem;
        color: #535555
    }

.side-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
}

    .side-post .post-image {
        position: relative
    }

        .side-post .post-image img {
            display: block;
            width: 100px;
            min-width: 100px;
            height: 100px;
            min-height: 100px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 6px;
            -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
        }

        .side-post .post-image .image-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(3,155,229,.8);
            border-radius: 6px;
            -webkit-transition: all .3s;
            transition: all .3s
        }

        .side-post .post-image:hover .image-overlay {
            background: rgba(3,155,229,.6)
        }

    .side-post .post-content {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        padding: 0 20px
    }

        .side-post .post-content h3 {
            font-family: "Nexa Bold",sans-serif;
            font-size: 1.2rem;
            font-weight: 500;
            color: #039be5;
            margin-bottom: 6px
        }

            .side-post .post-content h3 a {
                color: #039be5;
                -webkit-transition: all .3s;
                transition: all .3s
            }

                .side-post .post-content h3 a:hover {
                    opacity: .7
                }

        .side-post .post-content p {
            font-size: 1rem;
            color: #535555
        }

.no-credit-card {
    color: #535555;
    font-size: .8rem
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .side-post .post-image img {
        width: 90px !important;
        min-width: 90px !important;
        height: 90px !important;
        min-height: 90px !important
    }

    .side-post .post-content {
        padding-right: 0 !important
    }

        .side-post .post-content h3 {
            font-size: 1rem !important
        }

        .side-post .post-content p {
            font-size: .9rem !important
        }
}

@media(max-width: 767px) {
    .main-post .post-content {
        padding: 20px 0
    }

    .side-post .post-image img {
        width: 60px !important;
        min-width: 60px !important;
        height: 60px !important;
        min-height: 60px !important
    }

    .side-post .post-content {
        padding-right: 0 !important
    }

        .side-post .post-content h3 {
            font-size: 1rem !important
        }

        .side-post .post-content p {
            font-size: .9rem !important
        }
}

.contact-form-wrapper {
    min-height: 500px;
    padding: 50px 0;
    background: #F0F0F0
}

    .contact-form-wrapper .container {
        padding: 50px 0
    }

    .contact-form-wrapper .columns {
        padding: 30px 0
    }

    .contact-form-wrapper .form-title {
        font-family: "Nexa Bold",sans-serif;
        font-size: 1.8rem;
        font-weight: 700;
        color: #444f60
    }

.shadow-title {
    font-family: "Nexa Light",sans-serif;
    font-size: 1.3rem;
    padding-top: 10px
}

.shadow-description {
    font-family: "Roboto",sans-serif;
    color: #535555
}

.contact-title {
    margin-top: 200px
}

.contact-form {
    width: 100%;
    padding: 40px 20px
}

    .contact-form.is-bigger {
        width: 100%;
        border: 1px solid #F0F0F0;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        border-radius: 8px;
        background: #fff;
        padding: 50px
    }

        .contact-form.is-bigger p {
            color: #6f7592;
            font-size: .9rem;
            margin-bottom: 40px
        }

        .contact-form.is-bigger .button-wrap {
            margin-top: 50px;
            text-transform: uppercase;
            font-weight: 600;
            font-family: "Nexa Bold",sans-serif
        }

            .contact-form.is-bigger .button-wrap .button {
                height: 54px;
                line-height: 1 !important
            }

    .contact-form label {
        font-weight: 500;
        color: #444f60
    }

    .contact-form .submit-wrapper {
        text-align: right
    }

.contact-toggler {
    padding: 40px 0
}

    .contact-toggler .tabbed-links li {
        display: inline-block;
        padding: 10px;
        color: #cecece;
        border-top: 2px solid rgba(0,0,0,0);
        cursor: pointer
    }

        .contact-toggler .tabbed-links li.is-active {
            color: #444f60;
            font-weight: 500;
            border-top: 2px solid #039be5
        }

    .contact-toggler .contact-blocks .contact-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0
    }

        .contact-toggler .contact-blocks .contact-block .contact-icon {
            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;
            background: #039be5;
            width: 40px;
            height: 40px;
            border-radius: 50%
        }

            .contact-toggler .contact-blocks .contact-block .contact-icon i {
                font-size: 1.3rem;
                color: #fff
            }

        .contact-toggler .contact-blocks .contact-block .contact-info {
            padding: 0 10px
        }

            .contact-toggler .contact-blocks .contact-block .contact-info span {
                display: block
            }

                .contact-toggler .contact-blocks .contact-block .contact-info span:first-child {
                    font-weight: 500;
                    color: #444f60
                }

                .contact-toggler .contact-blocks .contact-block .contact-info span:nth-child(2) {
                    font-weight: 500;
                    color: #039be5
                }

@media(max-width: 767px) {
    .submit-wrapper {
        text-align: center !important
    }

    .contact-form.is-bigger {
        padding: 30px
    }
}

.contact-title-2 {
    margin-top: 200px
}

.contact-form-2 {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 60px auto;
    border: 1px solid #F0F0F0;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    border-radius: 8px;
    background: #fff;
    padding: 50px
}

    .contact-form-2 p {
        color: #6f7592;
        font-size: .9rem;
        margin-bottom: 40px
    }

    .contact-form-2 .b-checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .contact-form-2 .b-checkbox label {
            padding-left: 1rem;
            color: #535555
        }

    .contact-form-2 .button-wrap {
        margin-top: 50px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Nexa Bold",sans-serif
    }

        .contact-form-2 .button-wrap .button {
            height: 54px;
            line-height: 3 !important
        }

.half-map {
    min-height: 550px
}

@media(max-width: 767px) {
    #google-map {
        min-height: 50vh
    }
}

.mapbox-map.map-1 {
    width: 100%;
    height: 100%
}

    .mapbox-map.map-1 canvas {
        height: 100% !important
    }

.startup-contact-button {
    max-width: 320px;
    margin: 0 auto;
    height: 44px
}

.contact-page-form {
    display: block;
    padding: 40px;
    border: 1px solid #eaecef;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    border-radius: 6px;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    text-align: left
}

    .contact-page-form.is-pushed-right {
        margin-right: 0
    }

    .contact-page-form > h3 {
        font-family: "Nexa Bold",sans-serif;
        font-size: 1.4rem;
        color: #444f60
    }

    .contact-page-form > p {
        color: #535555;
        margin-bottom: 2rem
    }

    .contact-page-form .column {
        padding: .5rem
    }

    .contact-page-form .field > label {
        font-size: .95rem
    }

    .contact-page-form .field .control .input, .contact-page-form .field .control .textarea {
        font-size: 1.1rem
    }

.map-block {
    border-radius: 2rem;
    margin: 3rem auto 5rem auto;
    max-width: 1040px
}

    .map-block .map-block-inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 3rem;
        min-height: 400px;
        z-index: 1
    }

        .map-block .map-block-inner .card, .map-block .map-block-inner .cart-summary .summary-card, .cart-summary .map-block .map-block-inner .summary-card {
            min-width: 340px;
            border-radius: 1rem;
            background: #fff;
            border: 1px solid #dbdbdb
        }

            .map-block .map-block-inner .card .card-content, .map-block .map-block-inner .cart-summary .summary-card .card-content, .cart-summary .map-block .map-block-inner .summary-card .card-content {
                padding: 2.5rem
            }

                .map-block .map-block-inner .card .card-content h4, .map-block .map-block-inner .cart-summary .summary-card .card-content h4, .cart-summary .map-block .map-block-inner .summary-card .card-content h4 {
                    font-family: "Nexa Bold",sans-serif;
                    font-size: 1.2rem;
                    color: #444f60
                }

                .map-block .map-block-inner .card .card-content p, .map-block .map-block-inner .cart-summary .summary-card .card-content p, .cart-summary .map-block .map-block-inner .summary-card .card-content p {
                    font-family: "Roboto",sans-serif;
                    color: #535555;
                    font-size: 1rem;
                    margin-bottom: 1rem
                }

                .map-block .map-block-inner .card .card-content .control, .map-block .map-block-inner .cart-summary .summary-card .card-content .control, .cart-summary .map-block .map-block-inner .summary-card .card-content .control {
                    position: relative
                }

                    .map-block .map-block-inner .card .card-content .control .form-icon, .map-block .map-block-inner .cart-summary .summary-card .card-content .control .form-icon, .cart-summary .map-block .map-block-inner .summary-card .card-content .control .form-icon {
                        position: absolute;
                        top: 0;
                        left: 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;
                        height: 42px;
                        width: 42px
                    }

                        .map-block .map-block-inner .card .card-content .control .form-icon svg, .map-block .map-block-inner .cart-summary .summary-card .card-content .control .form-icon svg, .cart-summary .map-block .map-block-inner .summary-card .card-content .control .form-icon svg {
                            height: 18px;
                            width: 18px;
                            stroke: #039be5
                        }

                .map-block .map-block-inner .card .card-content .input, .map-block .map-block-inner .cart-summary .summary-card .card-content .input, .cart-summary .map-block .map-block-inner .summary-card .card-content .input, .map-block .map-block-inner .card .card-content .textarea, .map-block .map-block-inner .cart-summary .summary-card .card-content .textarea, .cart-summary .map-block .map-block-inner .summary-card .card-content .textarea {
                    font-family: "Roboto",sans-serif;
                    font-size: .9rem;
                    border-radius: .5rem;
                    -webkit-transition: border-color .3s;
                    transition: border-color .3s
                }

                    .map-block .map-block-inner .card .card-content .input:focus, .map-block .map-block-inner .cart-summary .summary-card .card-content .input:focus, .cart-summary .map-block .map-block-inner .summary-card .card-content .input:focus, .map-block .map-block-inner .card .card-content .textarea:focus, .map-block .map-block-inner .cart-summary .summary-card .card-content .textarea:focus, .cart-summary .map-block .map-block-inner .summary-card .card-content .textarea:focus {
                        border-color: #039be5
                    }

                .map-block .map-block-inner .card .card-content .input, .map-block .map-block-inner .cart-summary .summary-card .card-content .input, .cart-summary .map-block .map-block-inner .summary-card .card-content .input {
                    height: 42px;
                    padding-left: 42px;
                    border-radius: .55rem
                }

                .map-block .map-block-inner .card .card-content .button, .map-block .map-block-inner .cart-summary .summary-card .card-content .button, .cart-summary .map-block .map-block-inner .summary-card .card-content .button {
                    height: 42px;
                    border-radius: .55rem
                }

@media only screen and (max-width: 767px) {
    .map-block .map-block-inner {
        padding: 1.5rem !important
    }

        .map-block .map-block-inner .card, .map-block .map-block-inner .cart-summary .summary-card, .cart-summary .map-block .map-block-inner .summary-card {
            min-width: 100% !important
        }
}

.case-study-logo-container {
    position: relative
}

    .case-study-logo-container .case-study-logo {
        position: absolute;
        bottom: -50px;
        left: 0;
        right: 0;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        border: 6px solid #fff;
        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;
        margin: 0 auto;
        background: #f5f6fa
    }

        .case-study-logo-container .case-study-logo img {
            height: 32px;
            width: 32px;
            display: block
        }

.case-study-colors {
    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;
    margin-top: -40px
}

    .case-study-colors .color-dot-container {
        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: 50px;
        width: 50px;
        min-width: 50px;
        background: #fff;
        border: 1px solid #e4e7ea;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        margin: 0 10px;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .case-study-colors .color-dot-container:hover {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px)
        }

        .case-study-colors .color-dot-container .color-dot-inner {
            height: 35px;
            width: 35px;
            min-width: 35px;
            background: #fff;
            border-radius: 50%
        }

            .case-study-colors .color-dot-container .color-dot-inner.primary-color {
                background: #039be5
            }

            .case-study-colors .color-dot-container .color-dot-inner.secondary-color {
                background: #0084c4
            }

            .case-study-colors .color-dot-container .color-dot-inner.accent-color {
                background: #00d1b2
            }

            .case-study-colors .color-dot-container .color-dot-inner.fade-grey-color {
                background: #F0F0F0
            }

            .case-study-colors .color-dot-container .color-dot-inner.blue-grey-color {
                background: #444f60
            }

            .case-study-colors .color-dot-container .color-dot-inner.blue-grey-light-color {
                background: #535555
            }

@media only screen and (max-width: 767px) {
    .case-study-colors {
        padding: 80px 0 30px 0
    }

        .case-study-colors .color-dot-container {
            margin: 0 4px
        }
}

@media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
    .case-study-colors {
        padding: 80px 0 30px 0
    }
}

.case-study-tools .case-study-tools-card {
    padding: 30px;
    border: 1px solid #e4e7ea;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

    .case-study-tools .case-study-tools-card:not(:last-child) {
        margin-bottom: 30px
    }

    .case-study-tools .case-study-tools-card:nth-child(2) {
        position: relative;
        right: -40px
    }

    .case-study-tools .case-study-tools-card h4 {
        font-family: "Nexa Bold",sans-serif;
        font-size: 1.3rem;
        color: #444f60
    }

    .case-study-tools .case-study-tools-card p {
        font-family: "Roboto",sans-serif;
        color: #535555;
        margin-bottom: 1.5rem
    }

    .case-study-tools .case-study-tools-card .tools-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .case-study-tools .case-study-tools-card .tools-list .tool-container {
            width: 20%;
            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
        }

            .case-study-tools .case-study-tools-card .tools-list .tool-container .inner-wrap {
                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: 52px;
                width: 52px;
                min-width: 52px;
                border: 1px solid #e4e7ea;
                -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                border-radius: 50%
            }

                .case-study-tools .case-study-tools-card .tools-list .tool-container .inner-wrap img {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    height: 42px;
                    width: 42px;
                    min-width: 42px;
                    border-radius: 50%
                }

.code-container-wrapper {
    padding-top: 40px
}

    .code-container-wrapper .code-container {
        border-radius: 6px;
        min-height: 300px;
        border-radius: 6px;
        position: relative;
        will-change: height;
        margin-bottom: 2.5rem;
        background-color: #050f2c !important
    }

        .code-container-wrapper .code-container:after {
            top: 22%;
            width: 90%;
            height: 80%;
            left: 5%;
            content: "";
            position: absolute;
            background-color: rgba(62,57,107,.5);
            z-index: -1;
            -webkit-filter: blur(20px);
            filter: blur(20px)
        }

        .code-container-wrapper .code-container header {
            border-radius: 6px 6px 0 0;
            padding: 0 16px;
            height: 40px;
            color: #8994c6;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            background-color: #3e396b !important
        }

            .code-container-wrapper .code-container header .dots {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .code-container-wrapper .code-container header .dots .dot {
                    height: 6px;
                    width: 6px;
                    border-radius: 50%;
                    margin: 0 2px;
                    background: #039be5
                }

                    .code-container-wrapper .code-container header .dots .dot:hover {
                        stroke: #3e396b;
                        stroke-width: 4px
                    }

    .code-container-wrapper .tabs-title {
        padding-bottom: 16px;
        border-bottom: 1px solid #e3e3e3
    }

    .code-container-wrapper [data-backend-sample], .code-container-wrapper [data-frontend-sample] {
        display: none
    }

        .code-container-wrapper [data-backend-sample].active, .code-container-wrapper [data-frontend-sample].active {
            display: block
        }

            .code-container-wrapper [data-backend-sample].active pre, .code-container-wrapper [data-frontend-sample].active pre {
                opacity: 1 !important
            }

        .code-container-wrapper [data-backend-sample] pre, .code-container-wrapper [data-frontend-sample] pre {
            border-radius: 0;
            background-color: rgba(0,0,0,0);
            position: absolute;
            width: 100%;
            opacity: 0;
            height: calc(100% - 40px);
            max-height: calc(100% - 40px);
            padding: 15px 15px 40px 15px;
            width: 100%
        }

            .code-container-wrapper [data-backend-sample] pre::-webkit-scrollbar, .code-container-wrapper [data-frontend-sample] pre::-webkit-scrollbar {
                width: 6px !important
            }

            .code-container-wrapper [data-backend-sample] pre::-webkit-scrollbar-thumb, .code-container-wrapper [data-frontend-sample] pre::-webkit-scrollbar-thumb {
                border-radius: 10px !important;
                background: rgba(0,0,0,.2) !important
            }

            .code-container-wrapper [data-backend-sample] pre code, .code-container-wrapper [data-frontend-sample] pre code {
                height: 100%;
                display: block;
                overflow: auto
            }

    .code-container-wrapper .backend-languages, .code-container-wrapper .frontend-languages {
        margin: 40px 0 0 0
    }

        .code-container-wrapper .backend-languages ul, .code-container-wrapper .frontend-languages ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-left: -8px;
            margin-right: -8px
        }

            .code-container-wrapper .backend-languages ul li, .code-container-wrapper .frontend-languages ul li {
                margin: 0 8px 12px 8px;
                width: calc(16.6% - 16px);
                text-align: center;
                color: #8994c6;
                cursor: pointer
            }

                .code-container-wrapper .backend-languages ul li.is-active.ruby, .code-container-wrapper .frontend-languages ul li.is-active.ruby {
                    opacity: 1;
                    color: #a62c46 !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.rails, .code-container-wrapper .frontend-languages ul li.is-active.rails {
                    opacity: 1;
                    color: #d1405f !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.django, .code-container-wrapper .frontend-languages ul li.is-active.django {
                    opacity: 1;
                    color: #326543 !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.python, .code-container-wrapper .frontend-languages ul li.is-active.python {
                    opacity: 1;
                    color: #3770a0 !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.php, .code-container-wrapper .frontend-languages ul li.is-active.php {
                    opacity: 1;
                    color: #6c7eb7 !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.symfony, .code-container-wrapper .frontend-languages ul li.is-active.symfony {
                    opacity: 1;
                    color: #000 !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.java, .code-container-wrapper .frontend-languages ul li.is-active.java {
                    opacity: 1;
                    color: #3694d6 !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.go, .code-container-wrapper .frontend-languages ul li.is-active.go {
                    opacity: 1;
                    color: #3770a0 !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.javascript, .code-container-wrapper .frontend-languages ul li.is-active.javascript {
                    opacity: 1;
                    color: #ffd141 !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.scala, .code-container-wrapper .frontend-languages ul li.is-active.scala {
                    opacity: 1;
                    color: #dc332d !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.csharp, .code-container-wrapper .frontend-languages ul li.is-active.csharp {
                    opacity: 1;
                    color: #00adef !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.apple, .code-container-wrapper .frontend-languages ul li.is-active.apple {
                    opacity: 1;
                    color: #fe6c34 !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.android, .code-container-wrapper .frontend-languages ul li.is-active.android {
                    opacity: 1;
                    color: #a4c145 !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.vue, .code-container-wrapper .frontend-languages ul li.is-active.vue {
                    opacity: 1;
                    color: #4dba87 !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.react, .code-container-wrapper .frontend-languages ul li.is-active.react {
                    opacity: 1;
                    color: #00aeff !important
                }

                .code-container-wrapper .backend-languages ul li.is-active.angular, .code-container-wrapper .frontend-languages ul li.is-active.angular {
                    opacity: 1;
                    color: #c5002f !important
                }

                .code-container-wrapper .backend-languages ul li span, .code-container-wrapper .backend-languages ul li small, .code-container-wrapper .frontend-languages ul li span, .code-container-wrapper .frontend-languages ul li small {
                    display: block
                }

                .code-container-wrapper .backend-languages ul li svg, .code-container-wrapper .frontend-languages ul li svg {
                    height: 48px;
                    width: 48px
                }

    .code-container-wrapper .hljs {
        background: rgba(0,0,0,0) !important;
        overflow-x: initial !important
    }

.process-wrap {
    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
}

    .process-wrap .process-block {
        position: relative
    }

        .process-wrap .process-block:after {
            content: "";
            position: absolute;
            top: 20%;
            right: 0;
            height: 2px;
            width: 50%;
            background: #e0ecff
        }

        .process-wrap .process-block:before {
            content: "";
            position: absolute;
            top: 20%;
            left: 0;
            height: 2px;
            width: 50%;
            background: #e0ecff
        }

        .process-wrap .process-block:first-child:before {
            display: none
        }

        .process-wrap .process-block:last-child:after {
            display: none
        }

        .process-wrap .process-block .process-icon {
            position: relative;
            height: 70px;
            width: 70px;
            border-radius: 50%;
            background: #e0ecff;
            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;
            margin: 0 auto;
            z-index: 2
        }

            .process-wrap .process-block .process-icon img {
                height: 40px;
                width: 40px;
                display: block
            }

        .process-wrap .process-block .text-block {
            padding: 16px
        }

            .process-wrap .process-block .text-block p {
                margin-top: 2px;
                padding: 0 16px;
                color: #535555
            }

@media(max-width: 767px) {
    .process-wrap {
        display: block
    }

        .process-wrap .process-block {
            margin-bottom: 20px
        }

            .process-wrap .process-block:before, .process-wrap .process-block:after {
                display: block !important
            }
}

.vertical-process .vertical-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

    .vertical-process .vertical-block:before {
        position: absolute;
        left: -24px;
        bottom: 3px;
        content: "";
        height: 1px;
        width: 88px;
        background: #cecece;
        -webkit-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important
    }

    .vertical-process .vertical-block:last-child:before {
        display: none
    }

    .vertical-process .vertical-block:hover .process-icon {
        background: #0084c4;
        border-color: #0084c4
    }

        .vertical-process .vertical-block:hover .process-icon i {
            color: #fcfcfc
        }

    .vertical-process .vertical-block:hover .vertical-text h4 {
        color: #0084c4
    }

    .vertical-process .vertical-block .process-icon {
        position: relative;
        z-index: 2;
        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: 40px;
        width: 40px;
        min-width: 40px;
        border-radius: 50%;
        border: 1px solid #cecece;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .vertical-process .vertical-block .process-icon i {
            color: #0084c4;
            font-size: 22px;
            font-weight: 600;
            -webkit-transition: all .3s;
            transition: all .3s
        }

    .vertical-process .vertical-block .vertical-text {
        margin: 0 20px
    }

        .vertical-process .vertical-block .vertical-text h4 {
            font-family: "Nexa Bold",sans-serif;
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 6px;
            -webkit-transition: all .3s;
            transition: all .3s
        }

        .vertical-process .vertical-block .vertical-text p {
            font-size: .95rem;
            color: #535555
        }

.process-block {
    position: relative;
    text-align: center;
    border: 2px dashed #8080803b
}

    .process-block .process-icon {
        position: relative;
        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: 5rem
    }

        .process-block .process-icon .icon-wrapper {
            position: relative;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            background: #f7f5f5;
            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
        }

@media screen and (min-width: 769px) {
    .process-block.has-line::before {
        content: "";
        position: absolute;
        top: 86px;
        right: calc(-2vw);
        border-left: 12px solid #8f8f8f;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }

    .process-block.has-line:after {
        content: "";
        height: 4px;
        width: calc(2.4vw);
        background: #8f8f8f;
        position: absolute;
        top: 90px;
        right: calc(-2vw + 4px);
    }
}

    .process-block .process-number {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        font-size: 14px;
        font-weight: bolder;
        position: absolute;
        top: 13px;
        right: 0;
        background: #0057AD;
        color: #fff;
        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
    }

    .process-block .process-info {
        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
    }

        .process-block .process-info .step-number {
            font-size: 5rem;
            font-weight: bolder;
            color: #74757B;
            margin-right: 30px
        }

        .process-block .process-info .details {
            text-align: left
        }

        .process-block .process-info .motto {
            font-size: 2.4rem;
            font-weight: 700;
            color: #444f60
        }

        .process-block .process-info .description {
            font-size: 95%;
            color: #535555
        }

    body.is-theme-core .phone-slide {
        background-position: center left;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        vertical-align: top;
        padding: 800px 30px 30px 30px
    }

        body.is-theme-core .phone-slide.is-first {
            background-image: url(../img/graphics/compositions/phone-slide-1-core.webp)
        }

        body.is-theme-core .phone-slide.is-second {
            background-image: url(../img/graphics/compositions/phone-slide-2-core.webp)
        }

        body.is-theme-core .phone-slide.is-third {
            background-image: url(../img/graphics/compositions/phone-slide-3-core.webp)
        }

        body.is-theme-core .phone-slide.is-fourth {
            background-image: url(../img/graphics/compositions/phone-slide-4-core.webp)
        }

    body.is-theme-purple .phone-slide {
        background-position: center left;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        vertical-align: top;
        padding: 800px 30px 30px 30px
    }

        body.is-theme-purple .phone-slide.is-first {
            background-image: url(../img/graphics/compositions/phone-slide-1-purple.webp)
        }

        body.is-theme-purple .phone-slide.is-second {
            background-image: url(../img/graphics/compositions/phone-slide-2-purple.webp)
        }

        body.is-theme-purple .phone-slide.is-third {
            background-image: url(../img/graphics/compositions/phone-slide-3-purple.webp)
        }

        body.is-theme-purple .phone-slide.is-fourth {
            background-image: url(../img/graphics/compositions/phone-slide-4-purple.webp)
        }

    body.is-theme-teal .phone-slide {
        background-position: center left;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        vertical-align: top;
        padding: 800px 30px 30px 30px
    }

        body.is-theme-teal .phone-slide.is-first {
            background-image: url(../img/graphics/compositions/phone-slide-1-teal.webp)
        }

        body.is-theme-teal .phone-slide.is-second {
            background-image: url(../img/graphics/compositions/phone-slide-2-teal.webp)
        }

        body.is-theme-teal .phone-slide.is-third {
            background-image: url(../img/graphics/compositions/phone-slide-3-teal.webp)
        }

        body.is-theme-teal .phone-slide.is-fourth {
            background-image: url(../img/graphics/compositions/phone-slide-4-teal.webp)
        }

    body.is-theme-green .phone-slide {
        background-position: center left;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        vertical-align: top;
        padding: 800px 30px 30px 30px
    }

        body.is-theme-green .phone-slide.is-first {
            background-image: url(../img/graphics/compositions/phone-slide-1-green.webp)
        }

        body.is-theme-green .phone-slide.is-second {
            background-image: url(../img/graphics/compositions/phone-slide-2-green.webp)
        }

        body.is-theme-green .phone-slide.is-third {
            background-image: url(../img/graphics/compositions/phone-slide-3-green.webp)
        }

        body.is-theme-green .phone-slide.is-fourth {
            background-image: url(../img/graphics/compositions/phone-slide-4-green.webp)
        }

    body.is-theme-azur .phone-slide {
        background-position: center left;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        vertical-align: top;
        padding: 800px 30px 30px 30px
    }

        body.is-theme-azur .phone-slide.is-first {
            background-image: url(../img/graphics/compositions/phone-slide-1-azur.webp)
        }

        body.is-theme-azur .phone-slide.is-second {
            background-image: url(../img/graphics/compositions/phone-slide-2-azur.webp)
        }

        body.is-theme-azur .phone-slide.is-third {
            background-image: url(../img/graphics/compositions/phone-slide-3-azur.webp)
        }

        body.is-theme-azur .phone-slide.is-fourth {
            background-image: url(../img/graphics/compositions/phone-slide-4-azur.webp)
        }

    body.is-theme-blue .phone-slide {
        background-position: center left;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        vertical-align: top;
        padding: 800px 30px 30px 30px
    }

        body.is-theme-blue .phone-slide.is-first {
            background-image: url(../img/graphics/compositions/phone-slide-1-blue.webp)
        }

        body.is-theme-blue .phone-slide.is-second {
            background-image: url(../img/graphics/compositions/phone-slide-2-blue.webp)
        }

        body.is-theme-blue .phone-slide.is-third {
            background-image: url(../img/graphics/compositions/phone-slide-3-blue.webp)
        }

        body.is-theme-blue .phone-slide.is-fourth {
            background-image: url(../img/graphics/compositions/phone-slide-4-blue.webp)
        }

    body.is-theme-night .phone-slide {
        background-position: center left;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        vertical-align: top;
        padding: 800px 30px 30px 30px
    }

        body.is-theme-night .phone-slide.is-first {
            background-image: url(../img/graphics/compositions/phone-slide-1-night.webp)
        }

        body.is-theme-night .phone-slide.is-second {
            background-image: url(../img/graphics/compositions/phone-slide-2-night.webp)
        }

        body.is-theme-night .phone-slide.is-third {
            background-image: url(../img/graphics/compositions/phone-slide-3-night.webp)
        }

        body.is-theme-night .phone-slide.is-fourth {
            background-image: url(../img/graphics/compositions/phone-slide-4-night.webp)
        }

    body.is-theme-yellow .phone-slide {
        background-position: center left;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        vertical-align: top;
        padding: 800px 30px 30px 30px
    }

        body.is-theme-yellow .phone-slide.is-first {
            background-image: url(../img/graphics/compositions/phone-slide-1-yellow.webp)
        }

        body.is-theme-yellow .phone-slide.is-second {
            background-image: url(../img/graphics/compositions/phone-slide-2-yellow.webp)
        }

        body.is-theme-yellow .phone-slide.is-third {
            background-image: url(../img/graphics/compositions/phone-slide-3-yellow.webp)
        }

        body.is-theme-yellow .phone-slide.is-fourth {
            background-image: url(../img/graphics/compositions/phone-slide-4-yellow.webp)
        }

    body.is-theme-orange .phone-slide {
        background-position: center left;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        vertical-align: top;
        padding: 800px 30px 30px 30px
    }

        body.is-theme-orange .phone-slide.is-first {
            background-image: url(../img/graphics/compositions/phone-slide-1-orange.webp)
        }

        body.is-theme-orange .phone-slide.is-second {
            background-image: url(../img/graphics/compositions/phone-slide-2-orange.webp)
        }

        body.is-theme-orange .phone-slide.is-third {
            background-image: url(../img/graphics/compositions/phone-slide-3-orange.webp)
        }

        body.is-theme-orange .phone-slide.is-fourth {
            background-image: url(../img/graphics/compositions/phone-slide-4-orange.webp)
        }

    body.is-theme-red .phone-slide {
        background-position: center left;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        vertical-align: top;
        padding: 800px 30px 30px 30px
    }

        body.is-theme-red .phone-slide.is-first {
            background-image: url(../img/graphics/compositions/phone-slide-1-red.webp)
        }

        body.is-theme-red .phone-slide.is-second {
            background-image: url(../img/graphics/compositions/phone-slide-2-red.webp)
        }

        body.is-theme-red .phone-slide.is-third {
            background-image: url(../img/graphics/compositions/phone-slide-3-red.webp)
        }

        body.is-theme-red .phone-slide.is-fourth {
            background-image: url(../img/graphics/compositions/phone-slide-4-red.webp)
        }

    @media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
        .column.slide-description {
            padding: 40px 0 !important
        }
    }

    .hover-cards .icon-card-hover {
        height: 170px;
        padding: 20px 20px 10px 130px;
        border-radius: 8px;
        -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.04);
        box-shadow: -1px 3px 10px 0 rgba(0,0,0,.04);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        text-align: left;
        background-color: #fff
    }

        .hover-cards .icon-card-hover:hover {
            -webkit-box-shadow: -1px 3px 10px 0 rgba(0,0,0,.1);
            box-shadow: -1px 3px 10px 0 rgba(0,0,0,.1);
            -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px)
        }

        .hover-cards .icon-card-hover.first-card {
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-1-core.svg);
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-1-core.svg);
            background-position: 0 0,-80px 20px;
            background-size: auto,200px;
            background-repeat: repeat,no-repeat;
            -webkit-transition: all 350ms ease;
            transition: all 350ms ease
        }

            .hover-cards .icon-card-hover.first-card:hover {
                background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-1-core.svg);
                background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-1-core.svg);
                background-position: 0 0,-80px -25px;
                background-size: auto,200px;
                background-repeat: repeat,no-repeat
            }

        .hover-cards .icon-card-hover.second-card {
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-2-core.svg);
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-2-core.svg);
            background-position: 0 0,-80px 20px;
            background-size: auto,200px;
            background-repeat: repeat,no-repeat;
            -webkit-transition: all 350ms ease;
            transition: all 350ms ease
        }

            .hover-cards .icon-card-hover.second-card:hover {
                background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-2-core.svg);
                background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-2-core.svg);
                background-position: 0 0,-80px -25px;
                background-size: auto,200px;
                background-repeat: repeat,no-repeat
            }

        .hover-cards .icon-card-hover.third-card {
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-3-core.svg);
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-3-core.svg);
            background-position: 0 0,-80px 20px;
            background-size: auto,200px;
            background-repeat: repeat,no-repeat;
            -webkit-transition: all 350ms ease;
            transition: all 350ms ease
        }

            .hover-cards .icon-card-hover.third-card:hover {
                background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-3-core.svg);
                background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-3-core.svg);
                background-position: 0 0,-80px -25px;
                background-size: auto,200px;
                background-repeat: repeat,no-repeat
            }

        .hover-cards .icon-card-hover.fourth-card {
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-4-core.svg);
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-4-core.svg);
            background-position: 0 0,-80px 20px;
            background-size: auto,200px;
            background-repeat: repeat,no-repeat;
            -webkit-transition: all 350ms ease;
            transition: all 350ms ease
        }

            .hover-cards .icon-card-hover.fourth-card:hover {
                background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-4-core.svg);
                background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-4-core.svg);
                background-position: 0 0,-80px -25px;
                background-size: auto,200px;
                background-repeat: repeat,no-repeat
            }

    .hover-cards .button-wrap {
        padding: 40px 0
    }

    body.is-theme-core .hover-cards .icon-card-hover.first-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-1-core.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-1-core.svg)
    }

        body.is-theme-core .hover-cards .icon-card-hover.first-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-1-core.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-1-core.svg)
        }

    body.is-theme-core .hover-cards .icon-card-hover.second-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-2-core.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-2-core.svg)
    }

        body.is-theme-core .hover-cards .icon-card-hover.second-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-2-core.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-2-core.svg)
        }

    body.is-theme-core .hover-cards .icon-card-hover.third-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-3-core.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-3-core.svg)
    }

        body.is-theme-core .hover-cards .icon-card-hover.third-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-3-core.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-3-core.svg)
        }

    body.is-theme-core .hover-cards .icon-card-hover.fourth-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-4-core.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-4-core.svg)
    }

        body.is-theme-core .hover-cards .icon-card-hover.fourth-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-4-core.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-4-core.svg)
        }

    body.is-theme-purple .hover-cards .icon-card-hover.first-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-1-purple.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-1-purple.svg)
    }

        body.is-theme-purple .hover-cards .icon-card-hover.first-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-1-purple.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-1-purple.svg)
        }

    body.is-theme-purple .hover-cards .icon-card-hover.second-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-2-purple.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-2-purple.svg)
    }

        body.is-theme-purple .hover-cards .icon-card-hover.second-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-2-purple.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-2-purple.svg)
        }

    body.is-theme-purple .hover-cards .icon-card-hover.third-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-3-purple.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-3-purple.svg)
    }

        body.is-theme-purple .hover-cards .icon-card-hover.third-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-3-purple.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-3-purple.svg)
        }

    body.is-theme-purple .hover-cards .icon-card-hover.fourth-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-4-purple.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-4-purple.svg)
    }

        body.is-theme-purple .hover-cards .icon-card-hover.fourth-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-4-purple.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-4-purple.svg)
        }

    body.is-theme-teal .hover-cards .icon-card-hover.first-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-1-teal.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-1-teal.svg)
    }

        body.is-theme-teal .hover-cards .icon-card-hover.first-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-1-teal.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-1-teal.svg)
        }

    body.is-theme-teal .hover-cards .icon-card-hover.second-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-2-teal.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-2-teal.svg)
    }

        body.is-theme-teal .hover-cards .icon-card-hover.second-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-2-teal.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-2-teal.svg)
        }

    body.is-theme-teal .hover-cards .icon-card-hover.third-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-3-teal.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-3-teal.svg)
    }

        body.is-theme-teal .hover-cards .icon-card-hover.third-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-3-teal.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-3-teal.svg)
        }

    body.is-theme-teal .hover-cards .icon-card-hover.fourth-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-4-teal.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-4-teal.svg)
    }

        body.is-theme-teal .hover-cards .icon-card-hover.fourth-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-4-teal.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-4-teal.svg)
        }

    body.is-theme-green .hover-cards .icon-card-hover.first-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-1-green.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-1-green.svg)
    }

        body.is-theme-green .hover-cards .icon-card-hover.first-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-1-green.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-1-green.svg)
        }

    body.is-theme-green .hover-cards .icon-card-hover.second-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-2-green.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-2-green.svg)
    }

        body.is-theme-green .hover-cards .icon-card-hover.second-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-2-green.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-2-green.svg)
        }

    body.is-theme-green .hover-cards .icon-card-hover.third-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-3-green.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-3-green.svg)
    }

        body.is-theme-green .hover-cards .icon-card-hover.third-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-3-green.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-3-green.svg)
        }

    body.is-theme-green .hover-cards .icon-card-hover.fourth-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-4-green.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-4-green.svg)
    }

        body.is-theme-green .hover-cards .icon-card-hover.fourth-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-4-green.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-4-green.svg)
        }

    body.is-theme-azur .hover-cards .icon-card-hover.first-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-1-azur.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-1-azur.svg)
    }

        body.is-theme-azur .hover-cards .icon-card-hover.first-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-1-azur.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-1-azur.svg)
        }

    body.is-theme-azur .hover-cards .icon-card-hover.second-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-2-azur.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-2-azur.svg)
    }

        body.is-theme-azur .hover-cards .icon-card-hover.second-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-2-azur.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-2-azur.svg)
        }

    body.is-theme-azur .hover-cards .icon-card-hover.third-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-3-azur.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-3-azur.svg)
    }

        body.is-theme-azur .hover-cards .icon-card-hover.third-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-3-azur.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-3-azur.svg)
        }

    body.is-theme-azur .hover-cards .icon-card-hover.fourth-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-4-azur.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-4-azur.svg)
    }

        body.is-theme-azur .hover-cards .icon-card-hover.fourth-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-4-azur.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-4-azur.svg)
        }

    body.is-theme-blue .hover-cards .icon-card-hover.first-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-1-blue.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-1-blue.svg)
    }

        body.is-theme-blue .hover-cards .icon-card-hover.first-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-1-blue.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-1-blue.svg)
        }

    body.is-theme-blue .hover-cards .icon-card-hover.second-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-2-blue.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-2-blue.svg)
    }

        body.is-theme-blue .hover-cards .icon-card-hover.second-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-2-blue.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-2-blue.svg)
        }

    body.is-theme-blue .hover-cards .icon-card-hover.third-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-3-blue.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-3-blue.svg)
    }

        body.is-theme-blue .hover-cards .icon-card-hover.third-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-3-blue.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-3-blue.svg)
        }

    body.is-theme-blue .hover-cards .icon-card-hover.fourth-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-4-blue.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-4-blue.svg)
    }

        body.is-theme-blue .hover-cards .icon-card-hover.fourth-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-4-blue.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-4-blue.svg)
        }

    body.is-theme-night .hover-cards .icon-card-hover.first-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-1-night.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-1-night.svg)
    }

        body.is-theme-night .hover-cards .icon-card-hover.first-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-1-night.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-1-night.svg)
        }

    body.is-theme-night .hover-cards .icon-card-hover.second-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-2-night.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-2-night.svg)
    }

        body.is-theme-night .hover-cards .icon-card-hover.second-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-2-night.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-2-night.svg)
        }

    body.is-theme-night .hover-cards .icon-card-hover.third-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-3-night.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-3-night.svg)
    }

        body.is-theme-night .hover-cards .icon-card-hover.third-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-3-night.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-3-night.svg)
        }

    body.is-theme-night .hover-cards .icon-card-hover.fourth-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-4-night.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-4-night.svg)
    }

        body.is-theme-night .hover-cards .icon-card-hover.fourth-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-4-night.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-4-night.svg)
        }

    body.is-theme-yellow .hover-cards .icon-card-hover.first-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-1-yellow.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-1-yellow.svg)
    }

        body.is-theme-yellow .hover-cards .icon-card-hover.first-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-1-yellow.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-1-yellow.svg)
        }

    body.is-theme-yellow .hover-cards .icon-card-hover.second-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-2-yellow.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-2-yellow.svg)
    }

        body.is-theme-yellow .hover-cards .icon-card-hover.second-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-2-yellow.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-2-yellow.svg)
        }

    body.is-theme-yellow .hover-cards .icon-card-hover.third-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-3-yellow.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-3-yellow.svg)
    }

        body.is-theme-yellow .hover-cards .icon-card-hover.third-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-3-yellow.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-3-yellow.svg)
        }

    body.is-theme-yellow .hover-cards .icon-card-hover.fourth-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-4-yellow.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-4-yellow.svg)
    }

        body.is-theme-yellow .hover-cards .icon-card-hover.fourth-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-4-yellow.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-4-yellow.svg)
        }

    body.is-theme-orange .hover-cards .icon-card-hover.first-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-1-orange.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-1-orange.svg)
    }

        body.is-theme-orange .hover-cards .icon-card-hover.first-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-1-orange.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-1-orange.svg)
        }

    body.is-theme-orange .hover-cards .icon-card-hover.second-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-2-orange.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-2-orange.svg)
    }

        body.is-theme-orange .hover-cards .icon-card-hover.second-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-2-orange.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-2-orange.svg)
        }

    body.is-theme-orange .hover-cards .icon-card-hover.third-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-3-orange.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-3-orange.svg)
    }

        body.is-theme-orange .hover-cards .icon-card-hover.third-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-3-orange.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-3-orange.svg)
        }

    body.is-theme-orange .hover-cards .icon-card-hover.fourth-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-4-orange.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-4-orange.svg)
    }

        body.is-theme-orange .hover-cards .icon-card-hover.fourth-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-4-orange.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-4-orange.svg)
        }

    body.is-theme-red .hover-cards .icon-card-hover.first-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-1-red.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-1-red.svg)
    }

        body.is-theme-red .hover-cards .icon-card-hover.first-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-1-red.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-1-red.svg)
        }

    body.is-theme-red .hover-cards .icon-card-hover.second-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-2-red.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-2-red.svg)
    }

        body.is-theme-red .hover-cards .icon-card-hover.second-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-2-red.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-2-red.svg)
        }

    body.is-theme-red .hover-cards .icon-card-hover.third-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-3-red.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-3-red.svg)
    }

        body.is-theme-red .hover-cards .icon-card-hover.third-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-3-red.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-3-red.svg)
        }

    body.is-theme-red .hover-cards .icon-card-hover.fourth-card {
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))),url(../img/graphics/icons/motion-icon-4-red.svg);
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)),url(../img/graphics/icons/motion-icon-4-red.svg)
    }

        body.is-theme-red .hover-cards .icon-card-hover.fourth-card:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../img/graphics/icons/motion-icon-4-red.svg);
            background-image: linear-gradient(180deg, transparent, transparent),url(../img/graphics/icons/motion-icon-4-red.svg)
        }

    @media(max-width: 767px) {
        .hover-cards .icon-card-hover {
            padding: 20px 20px 10px 100px !important
        }

            .hover-cards .icon-card-hover .card-description {
                font-size: 14px
            }
    }

    .job-results-wrapper {
        padding: 40px 0
    }

        .job-results-wrapper .job-results-filter .checkbox-list label {
            padding: 0 !important
        }

        .job-results-wrapper .job-results .job-results-section {
            padding-bottom: 60px
        }

            .job-results-wrapper .job-results .job-results-section h3 {
                margin-bottom: 30px;
                padding: 0 16px
            }

            .job-results-wrapper .job-results .job-results-section .result-list .result-list-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 16px;
                border-radius: 10px;
                -webkit-transition: all .3s;
                transition: all .3s;
                cursor: pointer
            }

                .job-results-wrapper .job-results .job-results-section .result-list .result-list-item:hover {
                    background: #f6f6fb
                }

                    .job-results-wrapper .job-results .job-results-section .result-list .result-list-item:hover img {
                        -webkit-filter: grayscale(0);
                        filter: grayscale(0);
                        opacity: 1
                    }

                    .job-results-wrapper .job-results .job-results-section .result-list .result-list-item:hover .end .tag:not(.is-secondary) {
                        background: #fff
                    }

                .job-results-wrapper .job-results .job-results-section .result-list .result-list-item img {
                    display: block;
                    height: 48px;
                    width: 48px;
                    border-radius: 50%;
                    -webkit-filter: grayscale(1);
                    filter: grayscale(1);
                    opacity: .6;
                    -webkit-transition: all .3s;
                    transition: all .3s
                }

                .job-results-wrapper .job-results .job-results-section .result-list .result-list-item .meta {
                    margin-left: 12px
                }

                    .job-results-wrapper .job-results .job-results-section .result-list .result-list-item .meta > span {
                        font-size: 1.2rem;
                        font-weight: 500;
                        color: #444f60
                    }

                    .job-results-wrapper .job-results .job-results-section .result-list .result-list-item .meta .details span {
                        color: #535555
                    }

                        .job-results-wrapper .job-results .job-results-section .result-list .result-list-item .meta .details span.spacer {
                            padding: 0 10px;
                            opacity: .6
                        }

                .job-results-wrapper .job-results .job-results-section .result-list .result-list-item .end {
                    margin-left: auto
                }

                    .job-results-wrapper .job-results .job-results-section .result-list .result-list-item .end .tag {
                        -webkit-transition: all .3s;
                        transition: all .3s
                    }

                    .job-results-wrapper .job-results .job-results-section .result-list .result-list-item .end .time {
                        display: block;
                        font-size: .95rem;
                        color: #535555
                    }

    @media(max-width: 767px) {
        .job-results-wrapper {
            padding-top: 0;
            padding-bottom: 0
        }

            .job-results-wrapper .job-results-section h3 {
                text-align: center
            }

            .job-results-wrapper .job-results-section .result-list .result-list-item {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                text-align: center;
                border: 1px solid #F0F0F0;
                border-radius: 8px;
                margin-bottom: 20px
            }

                .job-results-wrapper .job-results-section .result-list .result-list-item .end {
                    margin: 10px auto 0 auto
                }
    }

    .conference-event-card {
        width: 100%;
        max-width: 960px;
        min-height: 540px;
        height: 540px;
        background-color: #fff;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        border: 1px solid #e1e8ee;
        overflow: hidden;
        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;
        margin: 0 auto
    }

        .conference-event-card .card-container {
            height: 100%;
            width: 50%;
            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-direction: column;
            flex-direction: column
        }

            .conference-event-card .card-container .card-container-content {
                width: 100%;
                height: 100%;
                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
            }

            .conference-event-card .card-container .text h1 {
                font-family: "Nexa Bold",sans-serif;
                font-size: 2.5em;
                line-height: 1;
                color: #444f60;
                margin-bottom: .75rem
            }

            .conference-event-card .card-container .text p {
                font-family: "Roboto",sans-serif;
                color: #E8EEF2;
                margin-bottom: 1rem
            }

            .conference-event-card .card-container .text a {
                font-weight: 600;
                text-decoration: none;
                padding: 10px 20px
            }

        .conference-event-card .photo {
            height: 100%;
            width: 50%;
            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;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50% 50%
        }

    .conference-schedule {
        width: 100%;
        max-width: 880px;
        margin: 0 auto;
        padding-bottom: 4rem
    }

        .conference-schedule .tabs ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #ebedf5;
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
            padding: .5rem !important;
            border-radius: 100px
        }

            .conference-schedule .tabs ul li {
                width: 33.3%
            }

                .conference-schedule .tabs ul li a {
                    margin-bottom: 0 !important;
                    min-height: 42px
                }

        .conference-schedule .schedule-box {
            position: relative;
            border: 1px solid #e1e8ee;
            border-radius: .65rem;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            padding: 2rem
        }

            .conference-schedule .schedule-box .speaker {
                position: absolute;
                top: 1.5rem;
                right: 1.5rem;
                height: 42px;
                width: 42px;
                border-radius: 50%
            }

            .conference-schedule .schedule-box h4 {
                text-transform: uppercase;
                font-family: "Roboto",sans-serif;
                font-size: .8rem;
                font-weight: 500;
                color: #039be5
            }

            .conference-schedule .schedule-box h3 {
                font-family: "Nexa Bold",sans-serif;
                font-size: 1.25rem;
                color: #444f60;
                margin-bottom: .5rem
            }

            .conference-schedule .schedule-box p {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: #444f60
            }

                .conference-schedule .schedule-box p:not(:last-child) {
                    margin-bottom: .25rem
                }

                .conference-schedule .schedule-box p span {
                    font-size: .9rem
                }

                .conference-schedule .schedule-box p svg {
                    height: 18px;
                    width: 18px;
                    margin-right: .5rem;
                    stroke-width: 1px;
                    stroke: #E8EEF2
                }

    @media only screen and (max-width: 767px) {
        .conference-event-card {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
        }

            .conference-event-card .card-container {
                width: 100%;
                padding: 2rem
            }

                .conference-event-card .card-container .button {
                    width: 100%
                }

            .conference-event-card .photo {
                width: 100%
            }
    }

    .error-wrap {
        position: relative
    }

        .error-wrap.error-centered .bg-404 {
            position: absolute;
            top: 40%;
            left: 0;
            right: 0;
            margin: 0 auto;
            font-size: 25rem;
            font-weight: 700;
            color: rgba(68,79,96,.15);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 0
        }

        .error-wrap.error-centered img {
            position: relative;
            display: block;
            margin: 0 auto;
            max-width: 660px;
            z-index: 1
        }

        .error-wrap.error-centered .error-caption h2 {
            color: #444f60;
            font-family: "Nexa Bold",sans-serif;
            font-size: 2rem;
            max-width: 560px;
            margin: 0 auto
        }

        .error-wrap.error-centered .error-caption p {
            color: #535555;
            font-size: 1.2rem
        }

        .error-wrap.error-centered .error-caption .button-wrap {
            margin: 20px 0
        }

    @media only screen and (max-width: 767px) {
        .error-wrap.error-centered .bg-404 {
            top: 28%;
            font-size: 11rem
        }
    }

    .commerce-toolbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 3rem 0 2rem 0;
        border-bottom: 1px solid #e1e8ee;
        margin-bottom: 2rem
    }

        .commerce-toolbar.is-docked {
            padding-top: 0
        }

        .commerce-toolbar .breadcrumb {
            margin-bottom: 0
        }

        .commerce-toolbar .actions {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end
        }

            .commerce-toolbar .actions a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-left: 20px;
                color: #444f60
            }

                .commerce-toolbar .actions a:hover {
                    text-decoration: underline;
                    color: #039be5
                }

                .commerce-toolbar .actions a svg {
                    height: 18px;
                    width: 18px;
                    stroke-width: 1.2px;
                    stroke: #535555;
                    margin-right: 4px
                }

    @media only screen and (max-width: 767px) {
        .commerce-toolbar {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

            .commerce-toolbar .breadcrumb {
                margin-bottom: 1rem
            }

                .commerce-toolbar .breadcrumb ul li a .icon.is-solo {
                    margin-left: 0
                }

            .commerce-toolbar .actions a:first-child {
                margin-left: 0
            }
    }

    .parallax-rounded-section {
        border-radius: 1.75rem;
        overflow: hidden
    }

    .shop-hero {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .shop-hero .shop-hero-box {
            position: relative;
            width: 33.33%;
            padding: 0;
            overflow: hidden;
            border-radius: 0;
            border: none;
            background: none
        }

            .shop-hero .shop-hero-box img {
                display: block;
                width: 100%;
                height: 100%
            }

            .shop-hero .shop-hero-box .overlay-layer {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                z-index: 2
            }

                .shop-hero .shop-hero-box .overlay-layer .overlay-content {
                    position: relative;
                    height: 100%;
                    width: 100%;
                    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: end;
                    -ms-flex-pack: end;
                    justify-content: flex-end
                }

                    .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content {
                        padding: 40px;
                        color: #fff
                    }

                        .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-title {
                            font-family: "Nexa Bold",sans-serif;
                            font-size: 3.5rem;
                            font-weight: bolder;
                            line-height: 43px;
                            color: #fcfcfc;
                            margin-bottom: 6px
                        }

                        .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center
                        }

                            .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta img {
                                display: block;
                                height: 30px;
                                width: 30px;
                                min-width: 30px;
                                border-radius: 50%;
                                margin-right: 6px
                            }

                            .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta .meta-item {
                                display: block;
                                font-size: .82rem;
                                font-weight: 500;
                                color: #e8e8e8;
                                -webkit-transition: color .3s;
                                transition: color .3s
                            }

                                .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta .meta-item.is-hoverable:hover {
                                    color: #039be5
                                }

                            .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta .separator {
                                padding: 0 10px;
                                font-size: .8rem;
                                color: #e3e3e3;
                                opacity: .6;
                                text-align: center;
                                color: #fcfcfc
                            }

            .shop-hero .shop-hero-box .box-overlay {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: -webkit-gradient(linear, left bottom, left top, from(#161616), to(rgba(255, 0, 0, 0)));
                background: linear-gradient(to top, #161616, rgba(255, 0, 0, 0));
                z-index: 0
            }

    .shop-toolbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 3rem
    }

        .shop-toolbar h4 {
            font-family: "Nexa Bold",sans-serif;
            font-weight: 600;
            font-size: 2rem;
            color: #444f60
        }

        .shop-toolbar .links .link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #E8EEF2
        }

            .shop-toolbar .links .link:hover {
                color: #039be5
            }

                .shop-toolbar .links .link:hover svg {
                    -webkit-transform: translateX(5px);
                    transform: translateX(5px)
                }

            .shop-toolbar .links .link span {
                font-family: "Roboto",sans-serif;
                font-size: 1.25rem;
                font-weight: 500
            }

            .shop-toolbar .links .link svg {
                height: 20px;
                width: 20px;
                margin-left: .5rem;
                -webkit-transition: stroke .3s,-webkit-transform .3s;
                transition: stroke .3s,-webkit-transform .3s;
                transition: transform .3s,stroke .3s;
                transition: transform .3s,stroke .3s,-webkit-transform .3s
            }

    .popular-categories .box.is-category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #e1e8ee;
        border-radius: .75rem;
        padding: 1.75rem;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        -webkit-transition: background-color .3s,border .3s,-webkit-box-shadow .3s;
        transition: background-color .3s,border .3s,-webkit-box-shadow .3s;
        transition: background-color .3s,border .3s,box-shadow .3s;
        transition: background-color .3s,border .3s,box-shadow .3s,-webkit-box-shadow .3s;
        cursor: pointer;
        margin-bottom: 1.5rem
    }

        .popular-categories .box.is-category:hover {
            background: #039be5;
            border-color: #039be5;
            -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
            box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
        }

            .popular-categories .box.is-category:hover .left h3, .popular-categories .box.is-category:hover .left p {
                color: #fff
            }

            .popular-categories .box.is-category:hover .left p {
                color: #fff !important;
                opacity: .75
            }

            .popular-categories .box.is-category:hover .right img {
                -webkit-transform: scale(1.25) translateY(-5px);
                transform: scale(1.25) translateY(-5px)
            }

        .popular-categories .box.is-category .left {
            width: 60%
        }

            .popular-categories .box.is-category .left h3 {
                font-family: "Nexa Bold",sans-serif;
                font-size: 1.25rem;
                color: #444f60
            }

            .popular-categories .box.is-category .left p {
                font-family: "Roboto",sans-serif;
                font-size: .9rem;
                color: #444f60
            }

                .popular-categories .box.is-category .left p:last-child {
                    font-weight: 500;
                    margin-top: .55rem;
                    color: #E8EEF2
                }

        .popular-categories .box.is-category .right {
            position: relative;
            width: 40%;
            min-height: 120px
        }

            .popular-categories .box.is-category .right img {
                position: absolute;
                top: -20%;
                right: 0;
                width: 100%;
                -webkit-transform: scale(1.25);
                transform: scale(1.25);
                -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition: transform .3s;
                transition: transform .3s, -webkit-transform .3s
            }

    .grid-products .grid-products-inner.is-carousel .grid-product {
        margin: 0 .75rem
    }

    .grid-products .grid-products-inner .grid-product {
        position: relative;
        padding: 1.5rem;
        border: 1px solid #e1e8ee;
        background: #fff;
        border-radius: .65rem;
        -webkit-transition: -webkit-box-shadow .3s;
        transition: -webkit-box-shadow .3s;
        transition: box-shadow .3s;
        transition: box-shadow .3s, -webkit-box-shadow .3s
    }

        .grid-products .grid-products-inner .grid-product:hover {
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
        }

            .grid-products .grid-products-inner .grid-product:hover .grid-product-rating {
                opacity: 1
            }

            .grid-products .grid-products-inner .grid-product:hover .buttons .button {
                background: #039be5;
                border-color: #039be5;
                color: #fff;
                -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
            }

        .grid-products .grid-products-inner .grid-product .grid-product-price {
            position: absolute;
            top: 1rem;
            left: 1.5rem;
            font-family: "Nexa Bold",sans-serif;
            font-size: 1.1rem;
            color: #444f60
        }

            .grid-products .grid-products-inner .grid-product .grid-product-price::before {
                content: "$"
            }

        .grid-products .grid-products-inner .grid-product .grid-product-rating {
            position: absolute;
            top: .8rem;
            right: 1.5rem;
            font-family: "Nexa Bold",sans-serif;
            font-size: 1.1rem;
            opacity: 0;
            -webkit-transition: opacity .3s;
            transition: opacity .3s
        }

            .grid-products .grid-products-inner .grid-product .grid-product-rating i {
                font-size: 10px;
                color: #e4e7f2
            }

                .grid-products .grid-products-inner .grid-product .grid-product-rating i.highlighted {
                    color: #ffd663
                }

        .grid-products .grid-products-inner .grid-product .grid-product-image {
            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;
            margin-top: 1.5rem
        }

            .grid-products .grid-products-inner .grid-product .grid-product-image img {
                display: block;
                -o-object-fit: contain;
                object-fit: contain;
                max-width: 150px;
                min-height: 150px;
                max-height: 150px;
                margin: 0 auto 1rem auto
            }

        .grid-products .grid-products-inner .grid-product .grid-product-info {
            display: block;
            margin-bottom: 1rem
        }

            .grid-products .grid-products-inner .grid-product .grid-product-info h4 {
                font-family: "Roboto",sans-serif;
                font-size: .8rem;
                text-transform: uppercase;
                color: #039be5
            }

            .grid-products .grid-products-inner .grid-product .grid-product-info h3 {
                font-size: 1.1rem;
                font-family: "Nexa Bold",sans-serif;
                color: #444f60;
                margin-bottom: .5rem
            }

            .grid-products .grid-products-inner .grid-product .grid-product-info p {
                color: #535555;
                font-family: "Roboto",sans-serif;
                font-size: .95rem
            }

        .grid-products .grid-products-inner .grid-product .buttons .button {
            font-family: "Roboto",sans-serif;
            min-height: 42px;
            line-height: 2
        }

    .brands {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px
    }

        .brands .brand {
            display: block;
            width: 20%;
            text-align: center
        }

            .brands .brand img {
                display: block;
                height: 100px;
                width: 100px;
                margin: 0 auto
            }

            .brands .brand h3 {
                font-family: "Nexa Bold",sans-serif;
                font-weight: 600;
                font-size: .95rem;
                color: #444f60;
                margin-top: 10px
            }

            .brands .brand span {
                font-size: .85rem;
                color: #535555;
                font-weight: 500
            }

    .supported-providers {
        display: block;
        border: 1px solid #e1e8ee;
        border-radius: .5rem;
        text-align: center;
        max-width: 580px;
        padding: 3rem;
        margin: 2rem auto 0 auto
    }

        .supported-providers h4 {
            font-family: "Nexa Bold",sans-serif;
            font-weight: 500;
            color: #444f60
        }

        .supported-providers p {
            color: #4f5b6f
        }

        .supported-providers .providers {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .supported-providers .providers img {
                display: block;
                max-height: 30px;
                max-width: 70px;
                margin-right: 1rem
            }

    .has-section-image {
        position: relative;
        min-height: 750px
    }

        .has-section-image img {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 100%;
            max-width: 1040px
        }

    @media(max-width: 767px) {
        .shop-hero {
            overflow: hidden
        }

            .shop-hero .shop-hero-box {
                min-width: 100vw
            }

                .shop-hero .shop-hero-box:not(:first-child) {
                    display: none
                }

                .shop-hero .shop-hero-box .overlay-layer .inner-content {
                    padding: 25px !important
                }

                    .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
                        font-size: 2.8rem !important;
                        line-height: 40px !important
                    }

                    .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-meta .meta-item {
                        font-size: .75rem !important
                    }

        .shop-toolbar h4 {
            font-size: 1.4rem
        }

        .brands {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .brands .brand {
                width: 50% !important;
                margin-bottom: 16px
            }

        .has-section-image {
            min-height: 580px
        }

        .rounded-section {
            text-align: center
        }

            .rounded-section .buttons {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }
    }

    @media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
        .shop-hero {
            overflow: hidden
        }

            .shop-hero .shop-hero-box {
                min-width: 50vw
            }

                .shop-hero .shop-hero-box:nth-child(3) {
                    display: none
                }

                .shop-hero .shop-hero-box .overlay-layer .inner-content {
                    padding: 25px !important
                }

                    .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
                        font-size: 1.8rem !important;
                        line-height: 28px !important
                    }

                    .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-meta .meta-item {
                        font-size: .75rem !important
                    }

        .popular-categories .columns, .grid-products .columns {
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .popular-categories .columns .column, .grid-products .columns .column {
                min-width: 50%
            }

        .shop-icon-features {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .has-section-image {
            min-height: 620px
        }
    }

    @media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
        .shop-hero {
            overflow: hidden
        }

            .shop-hero .shop-hero-box .overlay-layer .inner-content {
                padding: 25px !important
            }

                .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
                    font-size: 2rem !important;
                    line-height: 26px !important
                }

                .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-meta .meta-item {
                    font-size: .68rem !important
                }
    }

    .product-mockup {
        max-height: 640px;
        width: auto;
        margin: 0 auto
    }

    @media only screen and (max-width: 767px) {
        .product-mockup {
            max-height: 290px
        }
    }

    @media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
        .product-mockup {
            max-height: 440px
        }
    }

    .gallery-wrapper .gallery {
        display: grid;
        grid-template-columns: repeat(5, 1fr)
    }

        .gallery-wrapper .gallery img, .gallery-wrapper .gallery a {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

            .gallery-wrapper .gallery a:first-child {
                grid-row: 1/3;
                grid-column: 1/3
            }

            .gallery-wrapper .gallery a:nth-child(2) {
                grid-column-start: 3;
                grid-column-end: 5
            }

    .product-page-section {
        padding-top: 0
    }

    .product-page-v1 .product-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #e1e8ee;
        margin-bottom: 2rem;
        padding-bottom: 2rem
    }

        .product-page-v1 .product-head .left {
            position: relative;
            width: 60%;
            overflow: hidden
        }

            .product-page-v1 .product-head .left .product-thumbs {
                position: absolute;
                top: 0;
                left: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column
            }

                .product-page-v1 .product-head .left .product-thumbs .product-thumb {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    background: #fff;
                    border: 1px solid #dbdbdb;
                    border-radius: .5rem;
                    height: 70px;
                    width: 70px;
                    margin-bottom: .75rem
                }

                    .product-page-v1 .product-head .left .product-thumbs .product-thumb.is-active {
                        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
                    }

                        .product-page-v1 .product-head .left .product-thumbs .product-thumb.is-active img {
                            opacity: 1;
                            -webkit-filter: grayscale(0);
                            filter: grayscale(0)
                        }

                    .product-page-v1 .product-head .left .product-thumbs .product-thumb img {
                        display: block;
                        width: 100%;
                        -o-object-fit: contain;
                        object-fit: contain;
                        -webkit-filter: grayscale(1);
                        filter: grayscale(1);
                        opacity: .6;
                        -webkit-transition: opacity .3s,-webkit-filter .3s;
                        transition: opacity .3s,-webkit-filter .3s;
                        transition: filter .3s,opacity .3s;
                        transition: filter .3s,opacity .3s,-webkit-filter .3s
                    }

            .product-page-v1 .product-head .left .product-image {
                width: 100%;
                height: 100%;
                max-width: 100%;
                position: absolute;
                left: 0;
                top: 0;
                opacity: 0;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                -o-object-fit: contain;
                object-fit: contain
            }

                .product-page-v1 .product-head .left .product-image.is-active {
                    opacity: 1
                }

        .product-page-v1 .product-head .right {
            width: 40%
        }

            .product-page-v1 .product-head .right .product-description {
                border-bottom: 1px solid #e1e8ee;
                margin-bottom: 1.5rem;
                padding-bottom: 1.5rem
            }

                .product-page-v1 .product-head .right .product-description > span {
                    font-size: .9rem;
                    color: #039be5;
                    font-family: "Roboto",sans-serif;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                    text-decoration: none
                }

                .product-page-v1 .product-head .right .product-description h1 {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between
                }

                    .product-page-v1 .product-head .right .product-description h1 .product-name {
                        font-family: "Nexa Light",sans-serif;
                        font-size: 2.75rem;
                        color: #444f60;
                        letter-spacing: -2px
                    }

                    .product-page-v1 .product-head .right .product-description h1 .product-price {
                        font-family: "Nexa Bold",sans-serif;
                        font-size: 2rem;
                        color: #444f60
                    }

                        .product-page-v1 .product-head .right .product-description h1 .product-price::before {
                            content: "$"
                        }

                .product-page-v1 .product-head .right .product-description p {
                    font-family: "Roboto",sans-serif;
                    font-size: 1.15rem;
                    font-weight: 300;
                    color: #E8EEF2;
                    line-height: 24px
                }

            .product-page-v1 .product-head .right .product-colors {
                margin-bottom: 30px
            }

                .product-page-v1 .product-head .right .product-colors > span {
                    font-size: .9rem;
                    font-family: "Roboto",sans-serif;
                    font-weight: 400;
                    color: #E8EEF2;
                    margin-bottom: 20px;
                    display: inline-block
                }

                .product-page-v1 .product-head .right .product-colors .color-selector div {
                    display: inline-block
                }

                .product-page-v1 .product-head .right .product-colors .color-selector input[type=radio] {
                    display: none
                }

                    .product-page-v1 .product-head .right .product-colors .color-selector input[type=radio] + label {
                        position: relative;
                        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;
                        width: 48px;
                        height: 48px;
                        border: 1px solid #e1e8ee;
                        border-radius: 50%
                    }

                        .product-page-v1 .product-head .right .product-colors .color-selector input[type=radio] + label .indicator {
                            position: absolute;
                            top: -2px;
                            right: -2px;
                            display: none;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            width: 20px;
                            height: 20px;
                            border: 2px solid #fff;
                            border-radius: 50%;
                            background: #06d6a0 !important;
                            color: #fff
                        }

                            .product-page-v1 .product-head .right .product-colors .color-selector input[type=radio] + label .indicator svg {
                                height: 10px;
                                width: 10px;
                                stroke-width: 4px
                            }

                        .product-page-v1 .product-head .right .product-colors .color-selector input[type=radio] + label span:not(.indicator) {
                            display: inline-block;
                            width: 34px;
                            height: 34px;
                            vertical-align: middle;
                            cursor: pointer;
                            border-radius: 50%
                        }

                    .product-page-v1 .product-head .right .product-colors .color-selector input[type=radio]:checked + label .indicator {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex
                    }

                    .product-page-v1 .product-head .right .product-colors .color-selector input[type=radio]#red + label span {
                        background-color: #c91524
                    }

                    .product-page-v1 .product-head .right .product-colors .color-selector input[type=radio]#blue + label span {
                        background-color: #314780
                    }

                    .product-page-v1 .product-head .right .product-colors .color-selector input[type=radio]#black + label span {
                        background-color: #323232
                    }

            .product-page-v1 .product-head .right .product-options {
                border-bottom: 1px solid #e1e8ee;
                margin-bottom: 2rem
            }

                .product-page-v1 .product-head .right .product-options > span {
                    font-size: .9rem;
                    font-family: "Roboto",sans-serif;
                    font-weight: 400;
                    color: #E8EEF2;
                    margin-bottom: 20px;
                    display: inline-block
                }

                .product-page-v1 .product-head .right .product-options a {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    margin: 10px 0
                }

                    .product-page-v1 .product-head .right .product-options a svg {
                        height: 18px;
                        width: 18px;
                        stroke: #E8EEF2;
                        margin-right: .5rem
                    }

                    .product-page-v1 .product-head .right .product-options a span {
                        color: #E8EEF2;
                        text-decoration: none;
                        font-family: "Roboto",sans-serif;
                        font-size: .9rem;
                        position: relative;
                        display: inline-block
                    }

                .product-page-v1 .product-head .right .product-options .option-selector {
                    margin-bottom: 20px
                }

                    .product-page-v1 .product-head .right .product-options .option-selector button {
                        border: 2px solid #e1e8ee;
                        border-radius: .5rem;
                        padding: .75rem 1rem;
                        font-size: .9rem;
                        font-family: "Roboto",sans-serif;
                        color: #5e6977;
                        background-color: #fff;
                        cursor: pointer;
                        -webkit-transition: all .5s;
                        transition: all .5s
                    }

                        .product-page-v1 .product-head .right .product-options .option-selector button:hover, .product-page-v1 .product-head .right .product-options .option-selector button:active, .product-page-v1 .product-head .right .product-options .option-selector button:focus {
                            border: 2px solid #86939e;
                            outline: none
                        }

            .product-page-v1 .product-head .right .product-actions {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between
            }

                .product-page-v1 .product-head .right .product-actions .cart-btn {
                    display: inline-block;
                    background-color: #039be5;
                    min-width: 140px;
                    border-radius: 6px;
                    font-size: 1rem;
                    font-family: "Roboto",sans-serif;
                    text-align: center;
                    color: #fff;
                    text-decoration: none;
                    padding: 12px 30px;
                    -webkit-transition: background-color .5s;
                    transition: background-color .5s
                }

                    .product-page-v1 .product-head .right .product-actions .cart-btn:hover {
                        background-color: #06abfc
                    }

                .product-page-v1 .product-head .right .product-actions .wishlist-btn {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding: 12px 30px;
                    border-radius: 6px;
                    background: #fff;
                    border: 1px solid #e1e8ee;
                    -webkit-transition: border .3s,-webkit-box-shadow .3s;
                    transition: border .3s,-webkit-box-shadow .3s;
                    transition: border .3s,box-shadow .3s;
                    transition: border .3s,box-shadow .3s,-webkit-box-shadow .3s
                }

                    .product-page-v1 .product-head .right .product-actions .wishlist-btn:hover {
                        border-color: #e62965;
                        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
                    }

                        .product-page-v1 .product-head .right .product-actions .wishlist-btn:hover span:first-child small {
                            color: #444f60
                        }

                        .product-page-v1 .product-head .right .product-actions .wishlist-btn:hover span:nth-child(2) {
                            color: #e62965
                        }

                    .product-page-v1 .product-head .right .product-actions .wishlist-btn span:first-child {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        margin-right: 1rem
                    }

                        .product-page-v1 .product-head .right .product-actions .wishlist-btn span:first-child svg {
                            height: 18px;
                            width: 18px;
                            stroke: #e62965;
                            fill: #e62965;
                            margin-right: .25rem
                        }

                        .product-page-v1 .product-head .right .product-actions .wishlist-btn span:first-child small {
                            font-size: .9rem;
                            font-weight: 500;
                            font-family: "Roboto",sans-serif;
                            color: #E8EEF2
                        }

                    .product-page-v1 .product-head .right .product-actions .wishlist-btn span:nth-child(2) {
                        position: relative;
                        font-size: 1rem;
                        font-family: "Roboto",sans-serif;
                        font-weight: 500;
                        color: #444f60;
                        -webkit-transition: color .3s;
                        transition: color .3s
                    }

    .product-page-v1 .product-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 5rem;
        border-bottom: 1px solid #e1e8ee
    }

        .product-page-v1 .product-body .product-info {
            width: 60%;
            padding-right: 3rem
        }

            .product-page-v1 .product-body .product-info .tabs ul {
                padding-bottom: 0
            }

            .product-page-v1 .product-body .product-info .navtab-content {
                padding: 0
            }

            .product-page-v1 .product-body .product-info .content {
                margin-top: 1.5rem;
                padding: 4rem;
                border: 1px solid #e1e8ee;
                border-radius: .5rem
            }

                .product-page-v1 .product-body .product-info .content h4 {
                    font-family: "Nexa Bold",sans-serif;
                    font-weight: 500;
                    color: #444f60
                }

                .product-page-v1 .product-body .product-info .content p {
                    font-size: 1.1rem;
                    color: #4f5b6f
                }

                    .product-page-v1 .product-body .product-info .content p + h4 {
                        margin-top: 2.5rem
                    }

                .product-page-v1 .product-body .product-info .content .product-specs {
                    padding-top: 2rem
                }

                    .product-page-v1 .product-body .product-info .content .product-specs .table td {
                        font-family: "Roboto",sans-serif;
                        color: #444f60
                    }

                        .product-page-v1 .product-body .product-info .content .product-specs .table td:first-child {
                            font-weight: 500
                        }

                .product-page-v1 .product-body .product-info .content .product-reviews {
                    padding-top: 2rem
                }

                    .product-page-v1 .product-body .product-info .content .product-reviews .product-review:not(:last-child) {
                        margin-bottom: 2.5rem
                    }

                    .product-page-v1 .product-body .product-info .content .product-reviews .media .media-left {
                        margin-left: 0;
                        margin-right: .75rem
                    }

                    .product-page-v1 .product-body .product-info .content .product-reviews .media .media-content i {
                        font-size: 12px;
                        color: #e4e7f2
                    }

                        .product-page-v1 .product-body .product-info .content .product-reviews .media .media-content i.highlighted {
                            color: #ffd663
                        }

        .product-page-v1 .product-body .product-meta {
            width: 40%;
            padding-left: 4rem
        }

            .product-page-v1 .product-body .product-meta .flex-card, .product-page-v1 .product-body .product-meta .carousel-wrap .testimonials-solo-carousel .testimonial-item, .carousel-wrap .testimonials-solo-carousel .product-page-v1 .product-body .product-meta .testimonial-item, .product-page-v1 .product-body .product-meta .profile-card, .product-page-v1 .product-body .product-meta .project-card, .product-page-v1 .product-body .product-meta .network-grid .network-card, .network-grid .product-page-v1 .product-body .product-meta .network-card {
                border: 1px solid #e1e8ee;
                border-radius: .5rem
            }

                .product-page-v1 .product-body .product-meta .flex-card h4, .product-page-v1 .product-body .product-meta .carousel-wrap .testimonials-solo-carousel .testimonial-item h4, .carousel-wrap .testimonials-solo-carousel .product-page-v1 .product-body .product-meta .testimonial-item h4, .product-page-v1 .product-body .product-meta .profile-card h4, .product-page-v1 .product-body .product-meta .project-card h4, .product-page-v1 .product-body .product-meta .network-grid .network-card h4, .network-grid .product-page-v1 .product-body .product-meta .network-card h4 {
                    font-family: "Nexa Bold",sans-serif;
                    font-weight: 500;
                    color: #444f60
                }

                .product-page-v1 .product-body .product-meta .flex-card p, .product-page-v1 .product-body .product-meta .carousel-wrap .testimonials-solo-carousel .testimonial-item p, .carousel-wrap .testimonials-solo-carousel .product-page-v1 .product-body .product-meta .testimonial-item p, .product-page-v1 .product-body .product-meta .profile-card p, .product-page-v1 .product-body .product-meta .project-card p, .product-page-v1 .product-body .product-meta .network-grid .network-card p, .network-grid .product-page-v1 .product-body .product-meta .network-card p {
                    color: #4f5b6f
                }

                .product-page-v1 .product-body .product-meta .flex-card .providers, .product-page-v1 .product-body .product-meta .carousel-wrap .testimonials-solo-carousel .testimonial-item .providers, .carousel-wrap .testimonials-solo-carousel .product-page-v1 .product-body .product-meta .testimonial-item .providers, .product-page-v1 .product-body .product-meta .profile-card .providers, .product-page-v1 .product-body .product-meta .project-card .providers, .product-page-v1 .product-body .product-meta .network-grid .network-card .providers, .network-grid .product-page-v1 .product-body .product-meta .network-card .providers {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: end;
                    -ms-flex-align: end;
                    align-items: flex-end;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap
                }

                    .product-page-v1 .product-body .product-meta .flex-card .providers img, .product-page-v1 .product-body .product-meta .carousel-wrap .testimonials-solo-carousel .testimonial-item .providers img, .carousel-wrap .testimonials-solo-carousel .product-page-v1 .product-body .product-meta .testimonial-item .providers img, .product-page-v1 .product-body .product-meta .profile-card .providers img, .product-page-v1 .product-body .product-meta .project-card .providers img, .product-page-v1 .product-body .product-meta .network-grid .network-card .providers img, .network-grid .product-page-v1 .product-body .product-meta .network-card .providers img {
                        display: block;
                        max-height: 30px;
                        max-width: 70px;
                        margin-right: 1rem
                    }

    .product-page-v1 .product-footer {
        padding: 5rem 0
    }

        .product-page-v1 .product-footer .footer-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 2rem
        }

            .product-page-v1 .product-footer .footer-title h2 {
                font-family: "Nexa Bold",sans-serif;
                font-size: 1.5rem;
                color: #444f60
            }

        .product-page-v1 .product-footer .related-products .related-products-inner .related-product {
            position: relative;
            padding: 1.5rem;
            border: 1px solid #e1e8ee;
            background: #fff;
            border-radius: .65rem;
            margin: 0 .75rem;
            -webkit-transition: -webkit-box-shadow .3s;
            transition: -webkit-box-shadow .3s;
            transition: box-shadow .3s;
            transition: box-shadow .3s, -webkit-box-shadow .3s
        }

            .product-page-v1 .product-footer .related-products .related-products-inner .related-product:hover {
                -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
            }

                .product-page-v1 .product-footer .related-products .related-products-inner .related-product:hover .related-product-rating {
                    opacity: 1
                }

                .product-page-v1 .product-footer .related-products .related-products-inner .related-product:hover .buttons .button {
                    background: #039be5;
                    border-color: #039be5;
                    color: #fff;
                    -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
                    box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
                }

            .product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-price {
                position: absolute;
                top: 1rem;
                left: 1.5rem;
                font-family: "Nexa Bold",sans-serif;
                font-size: 1.1rem;
                color: #444f60
            }

                .product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-price::before {
                    content: "$"
                }

            .product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-rating {
                position: absolute;
                top: .8rem;
                right: 1.5rem;
                font-family: "Nexa Bold",sans-serif;
                font-size: 1.1rem;
                opacity: 0;
                -webkit-transition: opacity .3s;
                transition: opacity .3s
            }

                .product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-rating i {
                    font-size: 10px;
                    color: #e4e7f2
                }

                    .product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-rating i.highlighted {
                        color: #ffd663
                    }

            .product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-image {
                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;
                margin-top: 1.5rem
            }

                .product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-image img {
                    display: block;
                    -o-object-fit: contain;
                    object-fit: contain;
                    max-width: 120px;
                    min-height: 120px;
                    max-height: 120px;
                    margin: 0 auto
                }

            .product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-info {
                margin-bottom: 1rem
            }

                .product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-info h4 {
                    font-family: "Roboto",sans-serif;
                    font-size: .8rem;
                    text-transform: uppercase;
                    color: #039be5
                }

                .product-page-v1 .product-footer .related-products .related-products-inner .related-product .related-product-info h3 {
                    font-size: 1.1rem;
                    font-family: "Nexa Bold",sans-serif
                }

            .product-page-v1 .product-footer .related-products .related-products-inner .related-product .buttons .button {
                font-family: "Roboto",sans-serif
            }

    @media only screen and (max-width: 767px) {
        .product-page-v1 {
            margin-top: 2rem
        }

            .product-page-v1 .product-head {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column
            }

                .product-page-v1 .product-head .left {
                    width: 100%;
                    min-height: 300px
                }

                    .product-page-v1 .product-head .left .product-thumbs .product-thumb {
                        height: 40px;
                        width: 40px
                    }

                .product-page-v1 .product-head .right {
                    width: 100%
                }

                    .product-page-v1 .product-head .right .product-description h1 {
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        -webkit-box-align: start;
                        -ms-flex-align: start;
                        align-items: flex-start
                    }

                        .product-page-v1 .product-head .right .product-description h1 .product-price {
                            margin-bottom: 1rem
                        }

                    .product-page-v1 .product-head .right .product-actions .wishlist-btn span:first-child {
                        display: none
                    }

            .product-page-v1 .product-body {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column
            }

                .product-page-v1 .product-body .product-info {
                    width: 100%;
                    padding-right: 0
                }

                    .product-page-v1 .product-body .product-info .content {
                        padding: 2rem;
                        margin-bottom: 2.5rem
                    }

                .product-page-v1 .product-body .product-meta {
                    width: 100%;
                    padding-left: 0
                }
    }

    @media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
        .product-page-v1 {
            margin-top: 2rem
        }

            .product-page-v1 .product-head .left {
                width: 44%
            }

                .product-page-v1 .product-head .left .product-thumbs .product-thumb {
                    height: 50px;
                    width: 50px
                }

            .product-page-v1 .product-head .right {
                width: 56%;
                padding-left: 3rem
            }

            .product-page-v1 .product-body {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column
            }

                .product-page-v1 .product-body .product-info {
                    width: 100%;
                    padding-right: 0
                }

                    .product-page-v1 .product-body .product-info .content {
                        padding: 2rem;
                        margin-bottom: 2.5rem
                    }

                .product-page-v1 .product-body .product-meta {
                    width: 100%;
                    padding-left: 0
                }
    }

    .coupon-area {
        margin-top: 2rem
    }

        .coupon-area h3 {
            font-family: "Nexa Bold",sans-serif;
            font-size: .9rem;
            font-weight: 600;
            color: #444f60
        }

        .coupon-area p {
            color: #535555;
            font-size: .95rem
        }

        .coupon-area .field {
            margin-top: 10px;
            max-width: 580px
        }

            .coupon-area .field .control {
                position: relative
            }

                .coupon-area .field .control .form-icon {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 58px;
                    width: 58px;
                    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
                }

                    .coupon-area .field .control .form-icon i {
                        font-size: 1.55rem;
                        color: #cecece
                    }

                .coupon-area .field .control .input {
                    padding-left: 58px;
                    height: 58px;
                    border-radius: .65rem;
                    font-size: 1.1rem
                }

                .coupon-area .field .control .button {
                    position: absolute;
                    top: 50%;
                    right: 6px;
                    height: 44px;
                    min-width: 164px;
                    font-size: .9rem;
                    font-weight: 500;
                    border-radius: .5rem;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

                    .coupon-area .field .control .button:hover {
                        background: #06d6a0;
                        border-color: #06d6a0;
                        color: #fff
                    }

    @media(max-width: 767px) {
        .coupon-area .field .control .button {
            position: static;
            margin-top: 42px;
            height: 54px;
            width: 100%;
            font-size: 1.2rem
        }
    }

    .cart-summary {
        padding-left: 20px
    }

        .cart-summary .summary-header h3 {
            font-family: "Nexa Bold",sans-serif;
            font-size: .7rem;
            font-weight: 600;
            color: #535555;
            text-transform: uppercase;
            margin-top: 1.25rem;
            padding-bottom: 14px
        }

        .cart-summary .summary-card {
            position: relative;
            padding: 2rem;
            border-radius: .65rem;
            border: 1px solid #e5e5e5;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
            box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
        }

            .cart-summary .summary-card:not(:last-child) {
                margin-bottom: 1.5rem
            }

            .cart-summary .summary-card > h3 {
                font-family: "Nexa Bold",sans-serif;
                font-size: 1rem;
                font-weight: 500;
                color: #535555;
                text-transform: uppercase;
                padding-bottom: 14px
            }

            .cart-summary .summary-card > p {
                color: #8896ab !important
            }

            .cart-summary .summary-card .shipping-logo {
                display: block;
                position: absolute;
                top: 12px;
                right: 16px;
                width: 28px;
                opacity: 0;
                pointer-events: none;
                -webkit-transition: all .3s;
                transition: all .3s
            }

                .cart-summary .summary-card .shipping-logo.is-active {
                    opacity: 1
                }

            .cart-summary .summary-card .order-line {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between
            }

                .cart-summary .summary-card .order-line:not(:last-child) {
                    margin-bottom: 12px
                }

                .cart-summary .summary-card .order-line span {
                    display: block;
                    font-family: "Roboto",sans-serif
                }

                    .cart-summary .summary-card .order-line span:first-child {
                        font-size: 1rem;
                        font-weight: 400;
                        color: #E8EEF2
                    }

                        .cart-summary .summary-card .order-line span:first-child.is-total {
                            color: #444f60
                        }

                    .cart-summary .summary-card .order-line span:nth-child(2) {
                        font-size: 1.1rem;
                        font-weight: 500;
                        color: #444f60
                    }

                        .cart-summary .summary-card .order-line span:nth-child(2):before {
                            content: "$"
                        }

                        .cart-summary .summary-card .order-line span:nth-child(2).is-total {
                            font-weight: 700;
                            font-size: 1.5rem
                        }

                        .cart-summary .summary-card .order-line span:nth-child(2).is-text {
                            font-family: "Roboto",sans-serif;
                            font-weight: 400 !important;
                            font-size: .9rem;
                            color: #E8EEF2
                        }

                            .cart-summary .summary-card .order-line span:nth-child(2).is-text:before {
                                content: ""
                            }

            .cart-summary .summary-card img {
                display: block;
                max-width: 60px;
                margin: 0 auto 20px auto
            }

            .cart-summary .summary-card h4 {
                font-family: "Nexa Bold",sans-serif;
                font-weight: 600;
                color: #444f60;
                font-size: 1.1rem;
                margin-bottom: .75rem
            }

            .cart-summary .summary-card p {
                font-size: .9rem;
                color: #535555
            }

            .cart-summary .summary-card .button.is-loading {
                color: rgba(0,0,0,0) !important
            }

    @media only screen and (max-width: 767px) {
        .cart-summary {
            padding-left: 0
        }
    }

    @media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
        .cart-summary {
            padding-left: 0
        }
    }

    .payment-process {
        text-align: left
    }

        .payment-process .payment-process-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .payment-process .payment-process-block.has-padding-bottom {
                padding-bottom: 5rem
            }

            .payment-process .payment-process-block + .payment-process-block {
                margin-top: 10rem
            }

            .payment-process .payment-process-block .payment-process-left, .payment-process .payment-process-block .payment-process-right {
                width: 50%
            }

            .payment-process .payment-process-block .payment-process-left {
                padding-right: 3rem
            }

            .payment-process .payment-process-block .payment-process-right {
                padding-left: 3rem
            }

        .payment-process .action-box.is-pushed {
            padding-left: 5rem
        }

        .payment-process .intructions-block {
            max-width: 450px
        }

            .payment-process .intructions-block h2 {
                font-family: "Nexa Bold",sans-serif;
                font-size: 1.75rem;
                color: #444f60
            }

            .payment-process .intructions-block p {
                font-family: "Roboto",sans-serif;
                margin-bottom: .75rem
            }

            .payment-process .intructions-block .checkbox-wrap {
                padding: 0
            }

                .payment-process .intructions-block .checkbox-wrap a {
                    color: #039be5
                }

        .payment-process .shipping-methods-grid, .payment-process .payment-methods-grid, .payment-process .order-summary-grid {
            margin: 20px 0
        }

            .payment-process .shipping-methods-grid .summary-label, .payment-process .payment-methods-grid .summary-label, .payment-process .order-summary-grid .summary-label {
                display: block;
                font-family: "Nexa Bold",sans-serif;
                font-size: .7rem;
                font-weight: 600;
                color: #535555;
                text-transform: uppercase;
                padding-bottom: 8px
            }

            .payment-process .shipping-methods-grid .method-card, .payment-process .payment-methods-grid .method-card, .payment-process .order-summary-grid .method-card {
                position: relative;
                width: 100%
            }

                .payment-process .shipping-methods-grid .method-card:hover .method-card-inner, .payment-process .payment-methods-grid .method-card:hover .method-card-inner, .payment-process .order-summary-grid .method-card:hover .method-card-inner {
                    border-color: #444f60
                }

                .payment-process .shipping-methods-grid .method-card.is-readonly .method-card-inner, .payment-process .payment-methods-grid .method-card.is-readonly .method-card-inner, .payment-process .order-summary-grid .method-card.is-readonly .method-card-inner {
                    min-height: 100px
                }

                .payment-process .shipping-methods-grid .method-card .change-link, .payment-process .payment-methods-grid .method-card .change-link, .payment-process .order-summary-grid .method-card .change-link {
                    position: absolute;
                    top: 10px;
                    right: 14px;
                    font-size: .65rem;
                    color: #cecece;
                    font-family: "Nexa Bold",sans-serif;
                    font-weight: 600;
                    text-transform: uppercase;
                    -webkit-transition: color .3s;
                    transition: color .3s
                }

                    .payment-process .shipping-methods-grid .method-card .change-link:hover, .payment-process .payment-methods-grid .method-card .change-link:hover, .payment-process .order-summary-grid .method-card .change-link:hover {
                        color: #039be5;
                        text-decoration: underline
                    }

                .payment-process .shipping-methods-grid .method-card > input, .payment-process .payment-methods-grid .method-card > input, .payment-process .order-summary-grid .method-card > input {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    opacity: 0;
                    cursor: pointer
                }

                    .payment-process .shipping-methods-grid .method-card > input:checked ~ .method-card-inner, .payment-process .payment-methods-grid .method-card > input:checked ~ .method-card-inner, .payment-process .order-summary-grid .method-card > input:checked ~ .method-card-inner {
                        border-color: #039be5;
                        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
                        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
                    }

                        .payment-process .shipping-methods-grid .method-card > input:checked ~ .method-card-inner .icon-container img, .payment-process .payment-methods-grid .method-card > input:checked ~ .method-card-inner .icon-container img, .payment-process .order-summary-grid .method-card > input:checked ~ .method-card-inner .icon-container img {
                            -webkit-filter: grayscale(0);
                            filter: grayscale(0);
                            opacity: 1
                        }

                        .payment-process .shipping-methods-grid .method-card > input:checked ~ .method-card-inner .icon-container .indicator, .payment-process .payment-methods-grid .method-card > input:checked ~ .method-card-inner .icon-container .indicator, .payment-process .order-summary-grid .method-card > input:checked ~ .method-card-inner .icon-container .indicator {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex
                        }

                .payment-process .shipping-methods-grid .method-card .method-card-inner, .payment-process .payment-methods-grid .method-card .method-card-inner, .payment-process .order-summary-grid .method-card .method-card-inner {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding: 20px;
                    border-radius: 8px;
                    border: 1px solid #cecece;
                    background: #fff;
                    -webkit-transition: all .3s;
                    transition: all .3s
                }

                .payment-process .shipping-methods-grid .method-card .icon-container, .payment-process .payment-methods-grid .method-card .icon-container, .payment-process .order-summary-grid .method-card .icon-container {
                    position: relative;
                    height: 48px;
                    width: 48px;
                    min-width: 48px;
                    margin: 0 auto
                }

                    .payment-process .shipping-methods-grid .method-card .icon-container img, .payment-process .payment-methods-grid .method-card .icon-container img, .payment-process .order-summary-grid .method-card .icon-container img {
                        display: block;
                        -webkit-filter: grayscale(1);
                        filter: grayscale(1);
                        opacity: .6
                    }

                    .payment-process .shipping-methods-grid .method-card .icon-container .indicator, .payment-process .payment-methods-grid .method-card .icon-container .indicator, .payment-process .order-summary-grid .method-card .icon-container .indicator {
                        position: absolute;
                        bottom: -18px;
                        left: -12px;
                        height: 26px;
                        width: 26px;
                        display: none;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        background: #039be5;
                        border-radius: 50%;
                        border: 2px solid #fff
                    }

                        .payment-process .shipping-methods-grid .method-card .icon-container .indicator svg, .payment-process .payment-methods-grid .method-card .icon-container .indicator svg, .payment-process .order-summary-grid .method-card .icon-container .indicator svg {
                            height: 10px;
                            width: 10px;
                            stroke-width: 5px;
                            stroke: #fff
                        }

                .payment-process .shipping-methods-grid .method-card .meta, .payment-process .payment-methods-grid .method-card .meta, .payment-process .order-summary-grid .method-card .meta {
                    margin-left: 16px
                }

                    .payment-process .shipping-methods-grid .method-card .meta h3, .payment-process .payment-methods-grid .method-card .meta h3, .payment-process .order-summary-grid .method-card .meta h3 {
                        font-weight: 600;
                        font-size: 1rem;
                        color: #444f60
                    }

                    .payment-process .shipping-methods-grid .method-card .meta p, .payment-process .payment-methods-grid .method-card .meta p, .payment-process .order-summary-grid .method-card .meta p {
                        line-height: 1.2;
                        font-size: .9rem
                    }

        .payment-process .payment-form {
            width: 100%;
            max-width: 400px;
            margin: 0 auto
        }

            .payment-process .payment-form .input {
                background: #fff
            }

            .payment-process .payment-form .select {
                width: 100%
            }

                .payment-process .payment-form .select select {
                    width: 100%
                }

            .payment-process .payment-form .payment-button {
                font-size: 1.25rem;
                font-family: "Roboto",sans-serif;
                min-height: 54px;
                min-width: 180px;
                border-radius: .65rem
            }

        .payment-process .payment-process-navigation {
            padding: 4rem 0
        }

            .payment-process .payment-process-navigation .button {
                font-size: 1.25rem;
                font-family: "Roboto",sans-serif;
                min-height: 54px;
                min-width: 180px;
                border-radius: .65rem
            }

        .payment-process .checkout-success {
            min-height: calc(80vh - 60px);
            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
        }

            .payment-process .checkout-success .success-card {
                position: relative;
                width: 100%;
                max-width: 520px;
                margin: 0 auto;
                background: #fff;
                border-radius: 8px;
                border: 1px solid #cecece;
                padding: 40px;
                -webkit-animation: fadeInUp .5s;
                animation: fadeInUp .5s
            }

                .payment-process .checkout-success .success-card .success-content {
                    max-width: 400px;
                    margin: 0 auto
                }

                    .payment-process .checkout-success .success-card .success-content h3 {
                        font-family: "Nexa Bold",sans-serif;
                        font-size: 1.5rem;
                        color: #444f60;
                        font-weight: 600
                    }

                    .payment-process .checkout-success .success-card .success-content p {
                        font-family: "Roboto",sans-serif;
                        margin-bottom: 20px;
                        color: #535555
                    }

                    .payment-process .checkout-success .success-card .success-content .button-wrap .button {
                        font-size: 1.25rem;
                        font-family: "Roboto",sans-serif;
                        min-height: 54px;
                        min-width: 180px;
                        border-radius: .65rem
                    }

    @media only screen and (max-width: 767px) {
        .payment-process .payment-process-block + .payment-process-block {
            margin-top: 5rem
        }

        .payment-process .payment-process-block:nth-child(odd) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
        }

        .payment-process .payment-process-block:nth-child(even) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .payment-process .payment-process-block .payment-process-left, .payment-process .payment-process-block .payment-process-right {
            width: 100%;
            padding: 0
        }

        .payment-process .payment-process-block .action-box.is-pushed {
            padding-left: 0
        }

        .payment-process .payment-process-block .payment-form {
            margin-top: 2rem
        }

        .payment-process .shipping-methods-grid .columns, .payment-process .payment-methods-grid .columns {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .payment-process .shipping-methods-grid .columns .column, .payment-process .payment-methods-grid .columns .column {
                min-width: 50%;
                max-width: 50%
            }

                .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner, .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    padding: 1.25rem;
                    text-align: center
                }

                    .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner .icon-container, .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner .icon-container {
                        height: 32px;
                        width: 32px;
                        max-width: 32px;
                        margin-bottom: 1.75rem
                    }

                        .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner .icon-container img, .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner .icon-container img {
                            width: 100%;
                            max-width: 100%
                        }

                    .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner .meta, .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner .meta {
                        margin-left: 0
                    }
    }

    @media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
        .payment-process .payment-process-block + .payment-process-block {
            margin-top: 5rem
        }

        .payment-process .payment-process-block:nth-child(odd) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
        }

        .payment-process .payment-process-block:nth-child(even) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .payment-process .payment-process-block .payment-process-left, .payment-process .payment-process-block .payment-process-right {
            width: 100%;
            padding: 0
        }

        .payment-process .payment-process-block .action-box.is-pushed {
            padding-left: 0
        }

        .payment-process .payment-process-block .payment-form {
            margin-top: 2rem
        }

        .payment-process .payment-process-block .intructions-block.is-tablet-p-centered {
            margin: 0 auto !important;
            text-align: center
        }

        .payment-process .shipping-methods-grid .columns, .payment-process .payment-methods-grid .columns {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-left: 0 !important;
            padding-right: 0 !important
        }

            .payment-process .shipping-methods-grid .columns .column, .payment-process .payment-methods-grid .columns .column {
                min-width: 33.3%;
                max-width: 33.3%
            }

                .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner, .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    text-align: center
                }

                    .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner .icon-container, .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner .icon-container {
                        margin-bottom: 1rem
                    }

                        .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner .icon-container img, .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner .icon-container img {
                            width: 100%;
                            max-width: 100%
                        }

                    .payment-process .shipping-methods-grid .columns .column .method-card .method-card-inner .meta, .payment-process .payment-methods-grid .columns .column .method-card .method-card-inner .meta {
                        margin-left: 0
                    }
    }

    @media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
        .payment-process .payment-process-block:nth-child(odd) .payment-process-left {
            width: 60%
        }

        .payment-process .payment-process-block:nth-child(odd) .payment-process-right {
            width: 40%
        }

        .payment-process .payment-process-block:nth-child(even) .payment-process-left {
            width: 40%
        }

        .payment-process .payment-process-block:nth-child(even) .payment-process-right {
            width: 60%
        }
    }

    .image-grid .image-title {
        font-size: 1.1rem;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 2rem;
        color: #444f60
    }

    .image-grid figure {
        position: relative;
        overflow: hidden;
        background: rgba(0,0,0,0);
        text-align: center;
        cursor: pointer;
        -webkit-box-shadow: 0px 5px 12px rgba(0,0,0,.18);
        box-shadow: 0px 5px 12px rgba(0,0,0,.18)
    }

        .image-grid figure img {
            position: relative;
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: .8
        }

        .image-grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

            .image-grid figure figcaption:before, .image-grid figure figcaption:after {
                pointer-events: none
            }

            .image-grid figure figcaption a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0
            }

        .image-grid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
            margin: 0
        }

            .image-grid figure h2 span {
                font-weight: 800
            }

        .image-grid figure p {
            margin: 0;
            letter-spacing: 1px;
            font-size: 68.5%
        }

            .image-grid figure p span {
                font-size: 75% !important;
                color: #fff
            }

    figure.round-corner {
        background: linear-gradient(-45deg, #000 0%, #fff 100%);
        border-radius: 5px;
        -webkit-box-shadow: 0 3px 10px 4px rgba(0,0,0,.04);
        box-shadow: 0 3px 10px 4px rgba(0,0,0,.04)
    }

        figure.round-corner img {
            margin: -10px 0 0 -10px;
            max-width: none;
            width: calc(100% + 10px);
            opacity: .9;
            -webkit-transition: opacity .35s,-webkit-transform .35s;
            transition: opacity .35s,-webkit-transform .35s;
            transition: opacity .35s,transform .35s;
            transition: opacity .35s,transform .35s,-webkit-transform .35s;
            -webkit-transform: translate3d(10px, 10px, 0);
            transform: translate3d(10px, 10px, 0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

        figure.round-corner figcaption:before {
            -webkit-transition: opacity .35s,-webkit-transform .35s;
            transition: opacity .35s,-webkit-transform .35s;
            transition: opacity .35s,transform .35s;
            transition: opacity .35s,transform .35s,-webkit-transform .35s;
            position: absolute;
            right: -100px;
            bottom: -100px;
            width: 300px;
            height: 300px;
            border: 2px solid #fff;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 0 900px rgba(255,255,255,.2);
            box-shadow: 0 0 0 900px rgba(255,255,255,.2);
            content: "";
            opacity: 0;
            -webkit-transform: scale3d(0.5, 0.5, 1);
            transform: scale3d(0.5, 0.5, 1);
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%
        }

        figure.round-corner p {
            -webkit-transition: opacity .35s,-webkit-transform .35s;
            transition: opacity .35s,-webkit-transform .35s;
            transition: opacity .35s,transform .35s;
            transition: opacity .35s,transform .35s,-webkit-transform .35s;
            position: absolute;
            right: 0;
            bottom: 0;
            padding: 0 1.5em 1.5em 0;
            width: 140px;
            text-align: right;
            opacity: 0;
            -webkit-transform: translate3d(20px, 20px, 0);
            transform: translate3d(20px, 20px, 0)
        }

        figure.round-corner:hover img {
            opacity: .6;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        figure.round-corner:hover figcaption::before {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }

        figure.round-corner:hover h2, figure.round-corner:hover p {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        figure.round-corner h2 {
            text-align: left;
            -webkit-transition: -webkit-transform .35s;
            transition: -webkit-transform .35s;
            transition: transform .35s;
            transition: transform .35s, -webkit-transform .35s;
            -webkit-transform: translate3d(5px, 5px, 0);
            transform: translate3d(5px, 5px, 0)
        }

    figure.cornered img {
        max-width: none;
        width: calc(100% + 60px);
        opacity: 1;
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        transition: opacity .35s,transform .35s,-webkit-transform .35s;
        -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
        transform: translate3d(-30px, 0, 0) scale(1.12);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    figure.cornered h2 {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 1em 1.2em
    }

    figure.cornered:hover img {
        opacity: .5;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }

    figure.cornered:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    figure.cornered p {
        padding: 0 10px 0 0;
        width: 50%;
        border-right: 1px solid #fff;
        text-align: right;
        opacity: 0;
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        transition: opacity .35s,transform .35s,-webkit-transform .35s;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
    }

    figure.team-hover figcaption {
        top: auto;
        bottom: 0;
        padding: 1em;
        height: 3.75em;
        background: #fff;
        color: #3c4a50;
        -webkit-transition: -webkit-transform .35s;
        transition: -webkit-transform .35s;
        transition: transform .35s;
        transition: transform .35s, -webkit-transform .35s;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    figure.team-hover h2 {
        float: left;
        display: inline-block
    }

    figure.team-hover p.icon-links a {
        float: right !important;
        color: #3c4a50;
        font-size: 1.4em
    }

        figure.team-hover p.icon-links a:hover span::before {
            color: #039be5
        }

    figure.team-hover p.description {
        position: absolute;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.3);
        bottom: 65px;
        padding: 1em;
        color: #fff;
        text-transform: none;
        font-size: 90%;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        -webkit-transition: opacity .35s;
        transition: opacity .35s;
        -webkit-backface-visibility: hidden
    }

    figure.team-hover h2, figure.team-hover p.icon-links a {
        position: static;
        width: auto;
        height: auto;
        z-index: 1000;
        text-indent: 0 !important;
        white-space: nowrap;
        opacity: inherit;
        -webkit-transition: -webkit-transform .35s;
        transition: -webkit-transform .35s;
        transition: transform .35s;
        transition: transform .35s, -webkit-transform .35s;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0)
    }

        figure.team-hover p.icon-links a span::before {
            display: inline-block;
            font-size: 1.2rem;
            margin-top: -5px;
            padding: 8px 10px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: #444f60;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

    figure.team-hover .icon-twitter::before {
        content: ""
    }

    figure.team-hover .icon-linkedin::before {
        content: ""
    }

    figure.team-hover .icon-dribbble::before {
        content: ""
    }

    figure.team-hover:hover p.icon-links a:hover, figure.team-hover:hover p.icon-links a:focus {
        color: #252d31
    }

    figure.team-hover:hover p.description {
        opacity: 1
    }

    figure.team-hover:hover figcaption, figure.team-hover:hover h2, figure.team-hover:hover p.icon-links a {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    figure.team-hover:hover h2 {
        -webkit-transition-delay: .05s;
        transition-delay: .05s
    }

    figure.team-hover:hover p.icon-links a:nth-child(3) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    figure.team-hover:hover p.icon-links a:nth-child(2) {
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

    figure.team-hover:hover p.icon-links a:first-child {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    figure.team-slanted {
        background: #162633;
        text-align: left
    }

        figure.team-slanted img {
            -webkit-transition: opacity .45s;
            transition: opacity .45s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

        figure.team-slanted figcaption::before {
            position: absolute;
            top: 95%;
            left: 10%;
            width: 200%;
            height: 100%;
            opacity: 0;
            background: rgba(255,255,255,.8) no-repeat center center;
            background-size: 100% 100%;
            content: "";
            -webkit-transition: opacity .45s,-webkit-transform .45s;
            transition: opacity .45s,-webkit-transform .45s;
            transition: opacity .45s,transform .45s;
            transition: opacity .45s,transform .45s,-webkit-transform .45s;
            -webkit-transform: rotate3d(0, 0, 1, 0);
            transform: rotate3d(0, 0, 1, 0);
            -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%
        }

        figure.team-slanted .member-position {
            position: static !important;
            font-size: .9rem;
            opacity: 0;
            -webkit-transition: all .5s;
            transition: all .5s
        }

        figure.team-slanted h2 {
            -webkit-transition: -webkit-transform .35s;
            transition: -webkit-transform .35s;
            transition: transform .35s;
            transition: transform .35s, -webkit-transform .35s;
            -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0)
        }

        figure.team-slanted p {
            position: absolute;
            right: 0;
            bottom: -5px;
            padding: 0 1.5em 7% 0
        }

        figure.team-slanted a {
            margin: 0 10px;
            color: #5d504f;
            font-size: 170% !important;
            position: static !important;
            width: auto;
            height: auto;
            text-indent: 0 !important;
            white-space: nowrap;
            opacity: 1 !important
        }

            figure.team-slanted a:hover, figure.team-slanted a:focus {
                color: #039be5
            }

        figure.team-slanted p a i {
            opacity: 0;
            -webkit-transition: opacity .35s,-webkit-transform .35s;
            transition: opacity .35s,-webkit-transform .35s;
            transition: opacity .35s,transform .35s;
            transition: opacity .35s,transform .35s,-webkit-transform .35s;
            -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0)
        }

        figure.team-slanted:hover img {
            opacity: .6
        }

        figure.team-slanted:hover h2 {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        figure.team-slanted:hover figcaption::before {
            opacity: .9;
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg)
        }

        figure.team-slanted:hover p i {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        figure.team-slanted:hover p a:nth-child(3) i {
            -webkit-transition-delay: .05s;
            transition-delay: .05s
        }

        figure.team-slanted:hover p a:nth-child(2) i {
            -webkit-transition-delay: .1s;
            transition-delay: .1s
        }

        figure.team-slanted:hover p a:first-child i {
            -webkit-transition-delay: .15s;
            transition-delay: .15s
        }

        figure.team-slanted:hover .member-position {
            opacity: 1
        }

    .shadow-z-1 {
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.37)
    }

    .shadow-z-2 {
        -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.3),0 2px 2px 0 rgba(0,0,0,.2);
        box-shadow: 0 6px 10px 0 rgba(0,0,0,.3),0 2px 2px 0 rgba(0,0,0,.2)
    }

    .shadow-z-3 {
        -webkit-box-shadow: 0 13px 25px 0 rgba(0,0,0,.3),0 7px 7px 0 rgba(0,0,0,.19);
        box-shadow: 0 13px 25px 0 rgba(0,0,0,.3),0 7px 7px 0 rgba(0,0,0,.19)
    }

    .shadow-z-4 {
        -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.3),0 14px 12px 0 rgba(0,0,0,.17);
        box-shadow: 0 20px 40px 0 rgba(0,0,0,.3),0 14px 12px 0 rgba(0,0,0,.17)
    }

    .shadow-z-5 {
        -webkit-box-shadow: 0 27px 55px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15);
        box-shadow: 0 27px 55px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15)
    }

    .side-block {
        width: 100%;
        height: 100%;
        position: relative;
        background-color: rgba(0,0,0,0);
        overflow: visible;
        z-index: 2
    }

        .side-block .background-wrapper {
            background-color: #344258;
            border-radius: 10px;
            overflow: visible
        }

            .side-block .background-wrapper .video-wrapper {
                position: relative;
                height: 0;
                max-width: 100%;
                padding-bottom: 56.25%;
                margin-bottom: 0;
                overflow: hidden;
                cursor: pointer;
                display: block
            }

                .side-block .background-wrapper .video-wrapper iframe {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    border-radius: 10px;
                    overflow: hidden
                }

                .side-block .background-wrapper .video-wrapper .video-overlay {
                    position: absolute;
                    width: 100%;
                    background-size: cover;
                    filter: alpha(opacity=35);
                    opacity: .2
                }

                .side-block .background-wrapper .video-wrapper .playbutton {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-left: -40px;
                    margin-top: -63px;
                    cursor: pointer
                }

                    .side-block .background-wrapper .video-wrapper .playbutton .icon-play i {
                        font-size: 6rem;
                        color: #039be5;
                        -webkit-transition: all .5s;
                        transition: all .5s
                    }

                        .side-block .background-wrapper .video-wrapper .playbutton .icon-play i:hover {
                            color: #0084c4
                        }

    .bulkit-player-container {
        margin: 0 auto;
        overflow: hidden
    }

        .bulkit-player-container.is-square {
            position: relative;
            height: 440px;
            width: 480px
        }

            .bulkit-player-container.is-square .plyr {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                display: block
            }

            .bulkit-player-container.is-square .plyr__video-wrapper {
                height: 440px;
                width: 480px
            }

        .bulkit-player-container.is-4by3 {
            position: relative;
            padding-top: 75%;
            width: 100%;
            max-width: 840px
        }

            .bulkit-player-container.is-4by3 .plyr {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                display: block
            }

        .bulkit-player-container.is-16by9 {
            position: relative;
            padding-top: 56.25%;
            width: 100%;
            max-width: 840px
        }

            .bulkit-player-container.is-16by9 .plyr {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                display: block
            }

        .bulkit-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid {
            background: #fff !important;
            border: 1px solid #039be5;
            color: #039be5 !important
        }

            .bulkit-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid:hover {
                background: #039be5 !important;
                border-color: #039be5 !important;
                color: #fff !important
            }

                .bulkit-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid:hover svg {
                    fill: #fff !important;
                    stroke: #fff !important
                }

            .bulkit-player-container.reversed-play .plyr--full-ui.plyr--video .plyr__control--overlaid svg {
                fill: none;
                stroke: #039be5;
                stroke-width: 1.6px
            }

        .bulkit-player-container video, .bulkit-player-container > div {
            background-color: rgba(0,0,0,0) !important
        }

        .bulkit-player-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .bulkit-player-container .plyr__video-wrapper {
            position: static
        }

    .plyr--full-ui.plyr--video .plyr__control--overlaid {
        background: #039be5 !important;
        -webkit-box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important
    }

    .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true], .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
        background: #039be5
    }

    .plyr--full-ui input[type=range] {
        color: #039be5
    }

    .plyr__controls {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .plyr--paused .plyr__controls, .plyr--stopped .plyr__controls {
        opacity: 0;
        pointer-events: none
    }

    @media only screen and (max-width: 767px) {
        .bulkit-player-container.is-square {
            height: 303px;
            width: 330px
        }
    }

    .covervid-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

        .covervid-wrapper .videobg-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(3,155,229,.5);
            z-index: 1
        }

        .covervid-wrapper .video-caption {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0 auto;
            z-index: 3
        }

            .covervid-wrapper .video-caption .content {
                position: relative;
                top: 35%
            }

            .covervid-wrapper .video-caption h1 {
                font-family: "Nexa Bold",sans-serif;
                font-size: 3.5rem;
                font-weight: 600;
                margin-bottom: 10px
            }

            .covervid-wrapper .video-caption p {
                font-size: 1.5rem;
                font-family: "Nexa Light",sans-serif
            }

        .covervid-wrapper video {
            display: inline-block;
            max-width: none !important
        }

    @media(max-width: 767px) {
        .navbar.is-dark-mobile .navbar-item.is-mega .is-megamenu .mega-inner .is-mega-menu-title {
            color: #fff
        }

        .navbar.is-dark-mobile .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item:active, .navbar.is-dark-mobile .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item:focus {
            background: #3c4c65
        }

        .navbar .navbar-item.mobile-account {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important
        }

            .navbar .navbar-item.mobile-account .account-dropdown .dropdown-menu {
                width: calc(100vw - 20px)
            }

            .navbar .navbar-item.mobile-account .account-dropdown .dropdown-item {
                padding-top: .5rem;
                padding-bottom: .5rem;
                font-size: 1rem
            }

        .navbar .navbar-item.mobile-cart, .navbar .navbar-item.mobile-wishlist {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important
        }

            .navbar .navbar-item.mobile-cart .shopping-cart, .navbar .navbar-item.mobile-cart .shopping-wishlist, .navbar .navbar-item.mobile-wishlist .shopping-cart, .navbar .navbar-item.mobile-wishlist .shopping-wishlist {
                width: calc(100vw - 20px);
                position: fixed;
                top: 68px;
                left: 10px
            }

                .navbar .navbar-item.mobile-cart .shopping-cart::before, .navbar .navbar-item.mobile-cart .shopping-cart::after, .navbar .navbar-item.mobile-wishlist .shopping-cart::before, .navbar .navbar-item.mobile-wishlist .shopping-cart::after {
                    left: 79%
                }

                .navbar .navbar-item.mobile-cart .shopping-wishlist::before, .navbar .navbar-item.mobile-cart .shopping-wishlist::after, .navbar .navbar-item.mobile-wishlist .shopping-wishlist::before, .navbar .navbar-item.mobile-wishlist .shopping-wishlist::after {
                    left: 62%
                }

        .navbar .navbar-item.is-mega .is-megamenu {
            max-height: 275px;
            overflow-y: auto;
            border-bottom: 1px solid #F0F0F0
        }

            .navbar .navbar-item.is-mega .is-megamenu .mega-inner .column:last-child {
                display: none
            }

            .navbar .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item {
                width: 49%;
                max-width: 49%;
                display: inline-block !important
            }

            .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-left {
                display: none
            }

            .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-right .level-item {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

        .is-flex-center-mobile {
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important
        }

        .is-centered-mobile {
            text-align: center
        }

            .is-centered-mobile .button-wrap {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

        form button[type=submit] {
            width: 100% !important
        }
    }

    @media(max-width: 768px) {
        .nav-item.is-tab {
            padding-top: 8px;
            padding-bottom: 8px
        }

        .nav .nav-item.is-tab.is-active, .nav-menu.is-active .nav-item.is-tab.is-active {
            border-bottom: none !important;
            color: #039be5 !important
        }

        .nav-item.nav-inner {
            padding-top: 15px !important;
            padding-bottom: 15px !important
        }

        a.nav-item.is-not-mobile {
            display: none !important
        }

        .nav-item.is-menu-mobile {
            display: block !important;
            color: #7a7a7a !important
        }

        .navbar.navbar-light.is-dark-mobile {
            background: #344258 !important
        }

            .navbar.navbar-light.is-dark-mobile .navbar-menu {
                background: #344258 !important
            }

                .navbar.navbar-light.is-dark-mobile .navbar-menu a {
                    color: #fff
                }

                .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
                    opacity: .9
                }

                    .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
                        -webkit-transform: rotate(90deg);
                        transform: rotate(90deg)
                    }

                .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .mobile-drop-trigger {
                    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;
                    padding: 10px;
                    -webkit-transition: all .3s;
                    transition: all .3s
                }

                    .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .mobile-drop-trigger i {
                        position: relative;
                        top: 2px;
                        font-size: 16px;
                        margin-left: 4px;
                        -webkit-transition: all .3s;
                        transition: all .3s
                    }

                .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu {
                    display: none;
                    border-top: 1px solid #fff;
                    border-bottom: 1px solid #fff
                }

                    .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu ul li a {
                        display: block;
                        width: 100%;
                        padding: 10px;
                        font-size: .9rem;
                        text-align: center;
                        color: #d9d9d9
                    }

        .navbar .navbar-menu .navbar-link, .navbar .navbar-menu .navbar-item, .navbar .navbar-menu .navbar-dropdown {
            width: 100%;
            text-align: center
        }

            .navbar .navbar-menu .navbar-link:after {
                display: block !important;
                right: 43%
            }

        .navbar .navbar-menu .button {
            width: 100%
        }

        .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
            opacity: .9
        }

            .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg)
            }

        .navbar .navbar-menu .mobile-drop .mobile-drop-trigger {
            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: #333;
            padding: 10px;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .navbar .navbar-menu .mobile-drop .mobile-drop-trigger i {
                position: relative;
                top: 2px;
                font-size: 16px;
                margin-left: 4px;
                -webkit-transition: all .3s;
                transition: all .3s
            }

        .navbar .navbar-menu .mobile-drop .child-menu {
            display: none;
            border-top: 1px solid #F0F0F0;
            border-bottom: 1px solid #F0F0F0
        }

            .navbar .navbar-menu .mobile-drop .child-menu ul li a {
                display: block;
                width: 100%;
                padding: 10px;
                font-size: .9rem;
                text-align: center;
                color: #535555
            }

        .navbar-brand {
            min-height: 4.6rem
        }

        .custom-burger {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important
        }

        .navbar-burger {
            height: 4.6rem;
            width: 4.6rem
        }

        .level-left.level-social {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

            .level-left.level-social .level-item:last-child .icon i {
                position: relative !important
            }

        #main-hero {
            max-height: 100vh;
            background-position-x: 55% !important
        }

        .parallax-overlay {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0 !important
        }

        .title.section-title {
            font-size: 2rem !important
        }

        .hero.is-fullheight.is-halfed-mobile {
            height: 35vh !important
        }

        .three-grid .column, .four-grid .column, .five-grid .column {
            border: none !important
        }

        .three-grid .is-separator, .four-grid .is-separator, .five-grid .is-separator {
            border: none !important
        }

        .single-image-carousel .image-wrapper img {
            min-height: 50px !important
        }

        .single-image-carousel .image-wrapper .caption {
            display: none
        }

        .video-caption {
            left: 5%
        }

        #navigation-trigger, .navigation-close {
            opacity: 1 !important
        }

        .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark {
            background-color: #344258 !important
        }

            .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active {
                background-color: #344258 !important
            }

                .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active .nav-inner.is-menu-mobile {
                    color: #fff !important
                }

                    .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active .nav-inner.is-menu-mobile.is-active {
                        color: #039be5 !important
                    }

        .navbar-wrapper.navbar-fade.mobile-menu-dark {
            background-color: #fff !important
        }
    }

    @media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: portrait) {
        .navbar.is-dark-mobile .navbar-item.is-mega .is-megamenu .mega-inner .is-mega-menu-title {
            color: #fff
        }

        .navbar.is-dark-mobile .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item:active, .navbar.is-dark-mobile .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item:focus {
            background: #3c4c65
        }

        .navbar .navbar-item.mobile-account, .navbar .navbar-item.mobile-cart, .navbar .navbar-item.mobile-wishlist {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important
        }

        .navbar .navbar-item.is-mega .is-megamenu {
            max-height: 275px;
            overflow-y: auto;
            border-bottom: 1px solid #F0F0F0
        }

            .navbar .navbar-item.is-mega .is-megamenu .mega-inner .column:last-child {
                display: none
            }

            .navbar .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item {
                width: 49%;
                max-width: 49%;
                display: inline-block !important
            }

            .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

                .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-left {
                    display: none
                }

                .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-right .level-item {
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center
                }

        .columns {
            padding: 0 10%
        }

            .columns.is-tablet-portrait {
                padding: 10%
            }

            .columns.is-not-tablet-portrait {
                padding: 0 !important
            }

        p.is-tablet-padded {
            padding: 0 10%
        }

        .is-flex-center-mobile {
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important
        }

        .is-centered-mobile {
            text-align: center
        }

            .is-centered-mobile .button-wrap {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

        .is-centered-tablet-portrait {
            text-align: center
        }

        .is-flex-portrait {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .is-flex-portrait .flex-portrait-4 {
                min-width: 33.3%
            }

        #component-page .hero .hero-body .column.is-4 {
            text-align: center !important
        }
    }

    @media(max-width: 1007px) {
        .column.slide-description > *:first-child {
            padding-top: 60px
        }

        .column.slide-description > *:last-child {
            padding-bottom: 60px
        }

        .account {
            display: none
        }

        .media-card {
            min-height: 300px !important
        }

        .column.is-4.media-stretch {
            width: 100% !important
        }

            .column.is-4.media-stretch .media-card-image {
                min-height: 150px
            }

        .mcard-controls {
            position: relative !important
        }
    }

    @media only screen and (min-width: 768px)and (max-width: 1024px)and (orientation: landscape) {
        .navbar-brand {
            min-height: 4.6rem;
            height: 4.6rem
        }

        .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark {
            background-color: #344258 !important
        }

            .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active {
                background-color: #344258 !important
            }

                .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active .nav-inner.is-menu-mobile {
                    color: #fff !important
                }

                    .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active .nav-inner.is-menu-mobile.is-active {
                        color: #039be5 !important
                    }

        .navbar-wrapper.navbar-fade.mobile-menu-dark {
            background-color: #fff !important
        }

        .navbar.navbar-light.is-dark-mobile {
            background: #344258
        }

            .navbar.navbar-light.is-dark-mobile .navbar-menu {
                background: #344258
            }

                .navbar.navbar-light.is-dark-mobile .navbar-menu a {
                    color: #fff
                }

                .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
                    opacity: .9
                }

                    .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
                        -webkit-transform: rotate(90deg);
                        transform: rotate(90deg)
                    }

                .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .mobile-drop-trigger {
                    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;
                    padding: 10px;
                    -webkit-transition: all .3s;
                    transition: all .3s
                }

                    .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .mobile-drop-trigger i {
                        position: relative;
                        top: 2px;
                        font-size: 16px;
                        margin-left: 4px;
                        -webkit-transition: all .3s;
                        transition: all .3s
                    }

                .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu {
                    display: none;
                    border-top: 1px solid #fff;
                    border-bottom: 1px solid #fff
                }

                    .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu ul li a {
                        display: block;
                        width: 100%;
                        padding: 10px;
                        font-size: .9rem;
                        text-align: center;
                        color: #d9d9d9
                    }

        .navbar .navbar-item.has-dropdown .navbar-link:after {
            right: 20%
        }

        .navbar .navbar-menu .navbar-link, .navbar .navbar-menu .navbar-item, .navbar .navbar-menu .navbar-dropdown {
            text-align: center
        }

            .navbar .navbar-menu .navbar-link:after {
                display: block !important
            }

        .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
            opacity: .9
        }

            .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg)
            }

        .navbar .navbar-menu .mobile-drop .mobile-drop-trigger {
            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: #333;
            padding: 10px;
            -webkit-transition: all .3s;
            transition: all .3s
        }

            .navbar .navbar-menu .mobile-drop .mobile-drop-trigger i {
                position: relative;
                top: 2px;
                font-size: 16px;
                margin-left: 4px;
                -webkit-transition: all .3s;
                transition: all .3s
            }

        .navbar .navbar-menu .mobile-drop .child-menu {
            display: none;
            border-top: 1px solid #F0F0F0;
            border-bottom: 1px solid #F0F0F0
        }

            .navbar .navbar-menu .mobile-drop .child-menu ul li a {
                display: block;
                width: 100%;
                padding: 10px;
                font-size: .9rem;
                text-align: center;
                color: #535555
            }

        .navbar .navbar-menu .button {
            width: 100%
        }

        .navbar .navbar-menu #signup-btn, .navbar .navbar-menu #signup-btn-alt {
            width: 30% !important
        }
    }

    .navbar .navbar-menu.is-active .navbar-item.has-dropdown.is-hidden-mobile {
        display: none !important
    }

    @media only screen and (max-width: 1023px) {
        .custom-burger {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important
        }
    }

    .slick-slider {
        position: relative;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: rgba(0,0,0,0)
    }

    .slick-list {
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0;
        padding: 0
    }

        .slick-list:focus {
            outline: none
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand
        }

    .slick-slider .slick-track, .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .slick-track {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

        .slick-track:before, .slick-track:after {
            content: "";
            display: table
        }

        .slick-track:after {
            clear: both
        }

    .slick-loading .slick-track {
        visibility: hidden
    }

    .slick-slide {
        float: left;
        height: 100%;
        min-height: 1px;
        display: none
    }

    [dir=rtl] .slick-slide {
        float: right
    }

    .slick-slide img {
        display: block
    }

    .slick-slide.slick-loading img {
        display: none
    }

    .slick-slide.dragging img {
        pointer-events: none
    }

    .slick-initialized .slick-slide {
        display: block
    }

    .slick-loading .slick-slide {
        visibility: hidden
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid rgba(0,0,0,0)
    }

    .slick-arrow.slick-hidden {
        display: none
    }

    .slick-loading .slick-list {
        background: #fff url("/assets/fonts/ajax-loader.gif") center center no-repeat
    }

    @font-face {
        font-family: "slick";
        src: url("/assets/fonts/slick.eot");
        src: url("/assets/fonts/slick.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/slick.woff") format("woff"),url("/assets/fonts/slick.ttf") format("truetype"),url("/assets/fonts/slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal
    }

    .slick-prev, .slick-next {
        position: absolute;
        display: block;
        height: 20px;
        width: 20px;
        line-height: 0px;
        font-size: 0px;
        cursor: pointer;
        background: rgba(0,0,0,0);
        color: rgba(0,0,0,0);
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding: 0;
        border: none;
        outline: none
    }

        .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
            outline: none;
            background: rgba(0,0,0,0);
            color: rgba(0,0,0,0)
        }

            .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
                opacity: 1
            }

        .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
            opacity: .25
        }

        .slick-prev:before, .slick-next:before {
            font-family: "slick";
            font-size: 20px;
            line-height: 1;
            color: #fff;
            opacity: .75;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

    .slick-prev {
        left: -25px
    }

    [dir=rtl] .slick-prev {
        left: auto;
        right: -25px
    }

    .slick-prev:before {
        content: "←"
    }

    [dir=rtl] .slick-prev:before {
        content: "→"
    }

    .slick-next {
        right: -25px
    }

    [dir=rtl] .slick-next {
        left: -25px;
        right: auto
    }

    .slick-next:before {
        content: "→"
    }

    [dir=rtl] .slick-next:before {
        content: "←"
    }

    .slick-dotted.slick-slider {
        margin-bottom: 30px
    }

    .slick-dots {
        position: absolute;
        bottom: -25px;
        list-style: none;
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%
    }

        .slick-dots li {
            position: relative;
            display: inline-block;
            height: 20px;
            width: 20px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer
        }

            .slick-dots li button {
                border: 0;
                background: rgba(0,0,0,0);
                display: block;
                height: 20px;
                width: 20px;
                outline: none;
                line-height: 0px;
                font-size: 0px;
                color: rgba(0,0,0,0);
                padding: 5px;
                cursor: pointer
            }

                .slick-dots li button:hover, .slick-dots li button:focus {
                    outline: none
                }

                    .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                        opacity: 1
                    }

                .slick-dots li button:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "•";
                    width: 20px;
                    height: 20px;
                    font-family: "slick";
                    font-size: 6px;
                    line-height: 20px;
                    text-align: center;
                    color: #000;
                    opacity: .25;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

            .slick-dots li.slick-active button:before {
                color: #000;
                opacity: .75
            }