/* _content/PromptEditor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dxqh7vc8ps] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dxqh7vc8ps] {
    flex: 1;
}

.sidebar[b-dxqh7vc8ps] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dxqh7vc8ps] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dxqh7vc8ps]  a, .top-row[b-dxqh7vc8ps]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dxqh7vc8ps]  a:hover, .top-row[b-dxqh7vc8ps]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dxqh7vc8ps]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dxqh7vc8ps] {
        justify-content: space-between;
    }

    .top-row[b-dxqh7vc8ps]  a, .top-row[b-dxqh7vc8ps]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dxqh7vc8ps] {
        flex-direction: row;
    }

    .sidebar[b-dxqh7vc8ps] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dxqh7vc8ps] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dxqh7vc8ps]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dxqh7vc8ps], article[b-dxqh7vc8ps] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-dxqh7vc8ps] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-dxqh7vc8ps] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PromptEditor/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-z5lurp37tf] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-z5lurp37tf] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-z5lurp37tf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-z5lurp37tf] {
    font-size: 1.1rem;
}

.bi[b-z5lurp37tf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-z5lurp37tf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-z5lurp37tf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-z5lurp37tf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-z5lurp37tf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-z5lurp37tf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-z5lurp37tf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-z5lurp37tf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-z5lurp37tf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-z5lurp37tf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-z5lurp37tf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-z5lurp37tf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-z5lurp37tf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-z5lurp37tf]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-z5lurp37tf]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-z5lurp37tf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-z5lurp37tf] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-z5lurp37tf] {
        display: none;
    }

    .nav-scrollable[b-z5lurp37tf] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/PromptEditor/Shared/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-myjq4givcu] .sortable-ghost {
    visibility: hidden;
}

[b-myjq4givcu] .sortable-fallback {
    opacity: 1 !important
}

/*! bulma.io v0.9.1 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes spinAround-b-myjq4givcu {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.breadcrumb[b-myjq4givcu], .button[b-myjq4givcu], .delete[b-myjq4givcu], .file[b-myjq4givcu], .is-unselectable[b-myjq4givcu], .modal-close[b-myjq4givcu], .pagination-ellipsis[b-myjq4givcu], .pagination-link[b-myjq4givcu], .pagination-next[b-myjq4givcu], .pagination-previous[b-myjq4givcu], .tabs[b-myjq4givcu] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

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

.delete[b-myjq4givcu], .modal-close[b-myjq4givcu] {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10,10,10,.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: 0;
    position: relative;
    vertical-align: top;
    width: 20px
}

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

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

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

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

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

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

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

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

.button.is-loading[b-myjq4givcu]::after, .control.is-loading[b-myjq4givcu]::after, .loader[b-myjq4givcu], .select.is-loading[b-myjq4givcu]::after {
    -webkit-animation: spinAround .5s infinite linear;
    animation: spinAround-b-myjq4givcu .5s infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

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

.button[b-myjq4givcu], .file-cta[b-myjq4givcu], .file-name[b-myjq4givcu], .input[b-myjq4givcu], .pagination-ellipsis[b-myjq4givcu], .pagination-link[b-myjq4givcu], .pagination-next[b-myjq4givcu], .pagination-previous[b-myjq4givcu], .select select[b-myjq4givcu], .textarea[b-myjq4givcu] {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    vertical-align: top
}

    .button:active[b-myjq4givcu], .button:focus[b-myjq4givcu], .file-cta:active[b-myjq4givcu], .file-cta:focus[b-myjq4givcu], .file-name:active[b-myjq4givcu], .file-name:focus[b-myjq4givcu], .input:active[b-myjq4givcu], .input:focus[b-myjq4givcu], .is-active.button[b-myjq4givcu], .is-active.file-cta[b-myjq4givcu], .is-active.file-name[b-myjq4givcu], .is-active.input[b-myjq4givcu], .is-active.pagination-ellipsis[b-myjq4givcu], .is-active.pagination-link[b-myjq4givcu], .is-active.pagination-next[b-myjq4givcu], .is-active.pagination-previous[b-myjq4givcu], .is-active.textarea[b-myjq4givcu], .is-focused.button[b-myjq4givcu], .is-focused.file-cta[b-myjq4givcu], .is-focused.file-name[b-myjq4givcu], .is-focused.input[b-myjq4givcu], .is-focused.pagination-ellipsis[b-myjq4givcu], .is-focused.pagination-link[b-myjq4givcu], .is-focused.pagination-next[b-myjq4givcu], .is-focused.pagination-previous[b-myjq4givcu], .is-focused.textarea[b-myjq4givcu], .pagination-ellipsis:active[b-myjq4givcu], .pagination-ellipsis:focus[b-myjq4givcu], .pagination-link:active[b-myjq4givcu], .pagination-link:focus[b-myjq4givcu], .pagination-next:active[b-myjq4givcu], .pagination-next:focus[b-myjq4givcu], .pagination-previous:active[b-myjq4givcu], .pagination-previous:focus[b-myjq4givcu], .select select.is-active[b-myjq4givcu], .select select.is-focused[b-myjq4givcu], .select select:active[b-myjq4givcu], .select select:focus[b-myjq4givcu], .textarea:active[b-myjq4givcu], .textarea:focus[b-myjq4givcu] {
        outline: 0
    }

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

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
blockquote[b-myjq4givcu], body[b-myjq4givcu], dd[b-myjq4givcu], dl[b-myjq4givcu], dt[b-myjq4givcu], fieldset[b-myjq4givcu], figure[b-myjq4givcu], h1[b-myjq4givcu], h2[b-myjq4givcu], h3[b-myjq4givcu], h4[b-myjq4givcu], h5[b-myjq4givcu], h6[b-myjq4givcu], hr[b-myjq4givcu], html[b-myjq4givcu], iframe[b-myjq4givcu], legend[b-myjq4givcu], li[b-myjq4givcu], ol[b-myjq4givcu], p[b-myjq4givcu], pre[b-myjq4givcu], textarea[b-myjq4givcu], ul[b-myjq4givcu] {
    margin: 0;
    padding: 0
}

h1[b-myjq4givcu], h2[b-myjq4givcu], h3[b-myjq4givcu], h4[b-myjq4givcu], h5[b-myjq4givcu], h6[b-myjq4givcu] {
    font-size: 100%;
    font-weight: 400
}

ul[b-myjq4givcu] {
    list-style: none
}

button[b-myjq4givcu], input[b-myjq4givcu], select[b-myjq4givcu], textarea[b-myjq4givcu] {
    margin: 0
}

html[b-myjq4givcu] {
    box-sizing: border-box
}

*[b-myjq4givcu], [b-myjq4givcu]::after, [b-myjq4givcu]::before {
    box-sizing: inherit
}

img[b-myjq4givcu], video[b-myjq4givcu] {
    height: auto;
    max-width: 100%
}

iframe[b-myjq4givcu] {
    border: 0
}

table[b-myjq4givcu] {
    border-collapse: collapse;
    border-spacing: 0
}

td[b-myjq4givcu], th[b-myjq4givcu] {
    padding: 0
}

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

html[b-myjq4givcu] {
    background-color: #fff;
    font-size: 16px;
    -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[b-myjq4givcu], aside[b-myjq4givcu], figure[b-myjq4givcu], footer[b-myjq4givcu], header[b-myjq4givcu], hgroup[b-myjq4givcu], section[b-myjq4givcu] {
    display: block
}

body[b-myjq4givcu], button[b-myjq4givcu], input[b-myjq4givcu], optgroup[b-myjq4givcu], select[b-myjq4givcu], textarea[b-myjq4givcu] {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif
}

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

body[b-myjq4givcu] {
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5
}

a[b-myjq4givcu] {
    color: #3273dc;
    cursor: pointer;
    text-decoration: none
}

    a strong[b-myjq4givcu] {
        color: currentColor
    }

    a:hover[b-myjq4givcu] {
        color: #363636
    }

code[b-myjq4givcu] {
    background-color: #f5f5f5;
    color: #da1039;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em .25em
}

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

img[b-myjq4givcu] {
    height: auto;
    max-width: 100%
}

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

small[b-myjq4givcu] {
    font-size: .875em
}

span[b-myjq4givcu] {
    font-style: inherit;
    font-weight: inherit
}

strong[b-myjq4givcu] {
    color: #363636;
    font-weight: 700
}

fieldset[b-myjq4givcu] {
    border: none
}

pre[b-myjq4givcu] {
    -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[b-myjq4givcu] {
        background-color: transparent;
        color: currentColor;
        font-size: 1em;
        padding: 0
    }

table td[b-myjq4givcu], table th[b-myjq4givcu] {
    vertical-align: top
}

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

table th[b-myjq4givcu] {
    color: #363636
}

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

a.box:focus[b-myjq4givcu], a.box:hover[b-myjq4givcu] {
    box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px #3273dc
}

a.box:active[b-myjq4givcu] {
    box-shadow: inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #3273dc
}

.button[b-myjq4givcu] {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    white-space: nowrap
}

    .button strong[b-myjq4givcu] {
        color: inherit
    }

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

        .button .icon:first-child:not(:last-child)[b-myjq4givcu] {
            margin-left: calc(-.5em - 1px);
            margin-right: .25em
        }

        .button .icon:last-child:not(:first-child)[b-myjq4givcu] {
            margin-left: .25em;
            margin-right: calc(-.5em - 1px)
        }

        .button .icon:first-child:last-child[b-myjq4givcu] {
            margin-left: calc(-.5em - 1px);
            margin-right: calc(-.5em - 1px)
        }

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

    .button.is-focused[b-myjq4givcu], .button:focus[b-myjq4givcu] {
        border-color: #3273dc;
        color: #363636
    }

        .button.is-focused:not(:active)[b-myjq4givcu], .button:focus:not(:active)[b-myjq4givcu] {
            box-shadow: 0 0 0 .125em rgba(50,115,220,.25)
        }

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

    .button.is-text[b-myjq4givcu] {
        background-color: transparent;
        border-color: transparent;
        color: #4a4a4a;
        text-decoration: underline
    }

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

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

        .button.is-text[disabled][b-myjq4givcu], fieldset[disabled] .button.is-text[b-myjq4givcu] {
            background-color: transparent;
            border-color: transparent;
            box-shadow: none
        }

    .button.is-white[b-myjq4givcu] {
        background-color: #fff;
        border-color: transparent;
        color: #0a0a0a
    }

        .button.is-white.is-hovered[b-myjq4givcu], .button.is-white:hover[b-myjq4givcu] {
            background-color: #f9f9f9;
            border-color: transparent;
            color: #0a0a0a
        }

        .button.is-white.is-focused[b-myjq4givcu], .button.is-white:focus[b-myjq4givcu] {
            border-color: transparent;
            color: #0a0a0a
        }

            .button.is-white.is-focused:not(:active)[b-myjq4givcu], .button.is-white:focus:not(:active)[b-myjq4givcu] {
                box-shadow: 0 0 0 .125em rgba(255,255,255,.25)
            }

        .button.is-white.is-active[b-myjq4givcu], .button.is-white:active[b-myjq4givcu] {
            background-color: #f2f2f2;
            border-color: transparent;
            color: #0a0a0a
        }

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

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

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

            .button.is-white.is-inverted[disabled][b-myjq4givcu], fieldset[disabled] .button.is-white.is-inverted[b-myjq4givcu] {
                background-color: #0a0a0a;
                border-color: transparent;
                box-shadow: none;
                color: #fff
            }

        .button.is-white.is-loading[b-myjq4givcu]::after {
            border-color: transparent transparent #0a0a0a #0a0a0a !important
        }

        .button.is-white.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

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

            .button.is-white.is-outlined.is-loading[b-myjq4givcu]::after {
                border-color: transparent transparent #fff #fff !important
            }

            .button.is-white.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-white.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-white.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-white.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #0a0a0a #0a0a0a !important
            }

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

        .button.is-white.is-inverted.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #0a0a0a;
            color: #0a0a0a
        }

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

            .button.is-white.is-inverted.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-white.is-inverted.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-white.is-inverted.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #fff #fff !important
            }

            .button.is-white.is-inverted.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-white.is-inverted.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #0a0a0a;
                box-shadow: none;
                color: #0a0a0a
            }

    .button.is-black[b-myjq4givcu] {
        background-color: #0a0a0a;
        border-color: transparent;
        color: #fff
    }

        .button.is-black.is-hovered[b-myjq4givcu], .button.is-black:hover[b-myjq4givcu] {
            background-color: #040404;
            border-color: transparent;
            color: #fff
        }

        .button.is-black.is-focused[b-myjq4givcu], .button.is-black:focus[b-myjq4givcu] {
            border-color: transparent;
            color: #fff
        }

            .button.is-black.is-focused:not(:active)[b-myjq4givcu], .button.is-black:focus:not(:active)[b-myjq4givcu] {
                box-shadow: 0 0 0 .125em rgba(10,10,10,.25)
            }

        .button.is-black.is-active[b-myjq4givcu], .button.is-black:active[b-myjq4givcu] {
            background-color: #000;
            border-color: transparent;
            color: #fff
        }

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

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

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

            .button.is-black.is-inverted[disabled][b-myjq4givcu], fieldset[disabled] .button.is-black.is-inverted[b-myjq4givcu] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #0a0a0a
            }

        .button.is-black.is-loading[b-myjq4givcu]::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-black.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #0a0a0a;
            color: #0a0a0a
        }

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

            .button.is-black.is-outlined.is-loading[b-myjq4givcu]::after {
                border-color: transparent transparent #0a0a0a #0a0a0a !important
            }

            .button.is-black.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-black.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-black.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-black.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #fff #fff !important
            }

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

        .button.is-black.is-inverted.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

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

            .button.is-black.is-inverted.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-black.is-inverted.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-black.is-inverted.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #0a0a0a #0a0a0a !important
            }

            .button.is-black.is-inverted.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-black.is-inverted.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

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

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

        .button.is-light.is-focused[b-myjq4givcu], .button.is-light:focus[b-myjq4givcu] {
            border-color: transparent;
            color: rgba(0,0,0,.7)
        }

            .button.is-light.is-focused:not(:active)[b-myjq4givcu], .button.is-light:focus:not(:active)[b-myjq4givcu] {
                box-shadow: 0 0 0 .125em rgba(245,245,245,.25)
            }

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

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

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

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

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

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

        .button.is-light.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #f5f5f5;
            color: #f5f5f5
        }

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

            .button.is-light.is-outlined.is-loading[b-myjq4givcu]::after {
                border-color: transparent transparent #f5f5f5 #f5f5f5 !important
            }

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

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

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

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

            .button.is-light.is-inverted.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-light.is-inverted.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-light.is-inverted.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #f5f5f5 #f5f5f5 !important
            }

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

    .button.is-dark[b-myjq4givcu] {
        background-color: #363636;
        border-color: transparent;
        color: #fff
    }

        .button.is-dark.is-hovered[b-myjq4givcu], .button.is-dark:hover[b-myjq4givcu] {
            background-color: #2f2f2f;
            border-color: transparent;
            color: #fff
        }

        .button.is-dark.is-focused[b-myjq4givcu], .button.is-dark:focus[b-myjq4givcu] {
            border-color: transparent;
            color: #fff
        }

            .button.is-dark.is-focused:not(:active)[b-myjq4givcu], .button.is-dark:focus:not(:active)[b-myjq4givcu] {
                box-shadow: 0 0 0 .125em rgba(54,54,54,.25)
            }

        .button.is-dark.is-active[b-myjq4givcu], .button.is-dark:active[b-myjq4givcu] {
            background-color: #292929;
            border-color: transparent;
            color: #fff
        }

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

        .button.is-dark.is-inverted[b-myjq4givcu] {
            background-color: #fff;
            color: #363636
        }

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

            .button.is-dark.is-inverted[disabled][b-myjq4givcu], fieldset[disabled] .button.is-dark.is-inverted[b-myjq4givcu] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #363636
            }

        .button.is-dark.is-loading[b-myjq4givcu]::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-dark.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #363636;
            color: #363636
        }

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

            .button.is-dark.is-outlined.is-loading[b-myjq4givcu]::after {
                border-color: transparent transparent #363636 #363636 !important
            }

            .button.is-dark.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-dark.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-dark.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-dark.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #fff #fff !important
            }

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

        .button.is-dark.is-inverted.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

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

            .button.is-dark.is-inverted.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-dark.is-inverted.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #363636 #363636 !important
            }

            .button.is-dark.is-inverted.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-dark.is-inverted.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

    .button.is-primary[b-myjq4givcu] {
        background-color: #00d1b2;
        border-color: transparent;
        color: #fff
    }

        .button.is-primary.is-hovered[b-myjq4givcu], .button.is-primary:hover[b-myjq4givcu] {
            background-color: #00c4a7;
            border-color: transparent;
            color: #fff
        }

        .button.is-primary.is-focused[b-myjq4givcu], .button.is-primary:focus[b-myjq4givcu] {
            border-color: transparent;
            color: #fff
        }

            .button.is-primary.is-focused:not(:active)[b-myjq4givcu], .button.is-primary:focus:not(:active)[b-myjq4givcu] {
                box-shadow: 0 0 0 .125em rgba(0,209,178,.25)
            }

        .button.is-primary.is-active[b-myjq4givcu], .button.is-primary:active[b-myjq4givcu] {
            background-color: #00b89c;
            border-color: transparent;
            color: #fff
        }

        .button.is-primary[disabled][b-myjq4givcu], fieldset[disabled] .button.is-primary[b-myjq4givcu] {
            background-color: #00d1b2;
            border-color: transparent;
            box-shadow: none
        }

        .button.is-primary.is-inverted[b-myjq4givcu] {
            background-color: #fff;
            color: #00d1b2
        }

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

            .button.is-primary.is-inverted[disabled][b-myjq4givcu], fieldset[disabled] .button.is-primary.is-inverted[b-myjq4givcu] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #00d1b2
            }

        .button.is-primary.is-loading[b-myjq4givcu]::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-primary.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #00d1b2;
            color: #00d1b2
        }

            .button.is-primary.is-outlined.is-focused[b-myjq4givcu], .button.is-primary.is-outlined.is-hovered[b-myjq4givcu], .button.is-primary.is-outlined:focus[b-myjq4givcu], .button.is-primary.is-outlined:hover[b-myjq4givcu] {
                background-color: #00d1b2;
                border-color: #00d1b2;
                color: #fff
            }

            .button.is-primary.is-outlined.is-loading[b-myjq4givcu]::after {
                border-color: transparent transparent #00d1b2 #00d1b2 !important
            }

            .button.is-primary.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-primary.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-primary.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-primary.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #fff #fff !important
            }

            .button.is-primary.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-primary.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #00d1b2;
                box-shadow: none;
                color: #00d1b2
            }

        .button.is-primary.is-inverted.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .button.is-primary.is-inverted.is-outlined.is-focused[b-myjq4givcu], .button.is-primary.is-inverted.is-outlined.is-hovered[b-myjq4givcu], .button.is-primary.is-inverted.is-outlined:focus[b-myjq4givcu], .button.is-primary.is-inverted.is-outlined:hover[b-myjq4givcu] {
                background-color: #fff;
                color: #00d1b2
            }

            .button.is-primary.is-inverted.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-primary.is-inverted.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #00d1b2 #00d1b2 !important
            }

            .button.is-primary.is-inverted.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-primary.is-inverted.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

        .button.is-primary.is-light[b-myjq4givcu] {
            background-color: #ebfffc;
            color: #00947e
        }

            .button.is-primary.is-light.is-hovered[b-myjq4givcu], .button.is-primary.is-light:hover[b-myjq4givcu] {
                background-color: #defffa;
                border-color: transparent;
                color: #00947e
            }

            .button.is-primary.is-light.is-active[b-myjq4givcu], .button.is-primary.is-light:active[b-myjq4givcu] {
                background-color: #d1fff8;
                border-color: transparent;
                color: #00947e
            }

    .button.is-link[b-myjq4givcu] {
        background-color: #3273dc;
        border-color: transparent;
        color: #fff
    }

        .button.is-link.is-hovered[b-myjq4givcu], .button.is-link:hover[b-myjq4givcu] {
            background-color: #276cda;
            border-color: transparent;
            color: #fff
        }

        .button.is-link.is-focused[b-myjq4givcu], .button.is-link:focus[b-myjq4givcu] {
            border-color: transparent;
            color: #fff
        }

            .button.is-link.is-focused:not(:active)[b-myjq4givcu], .button.is-link:focus:not(:active)[b-myjq4givcu] {
                box-shadow: 0 0 0 .125em rgba(50,115,220,.25)
            }

        .button.is-link.is-active[b-myjq4givcu], .button.is-link:active[b-myjq4givcu] {
            background-color: #2366d1;
            border-color: transparent;
            color: #fff
        }

        .button.is-link[disabled][b-myjq4givcu], fieldset[disabled] .button.is-link[b-myjq4givcu] {
            background-color: #3273dc;
            border-color: transparent;
            box-shadow: none
        }

        .button.is-link.is-inverted[b-myjq4givcu] {
            background-color: #fff;
            color: #3273dc
        }

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

            .button.is-link.is-inverted[disabled][b-myjq4givcu], fieldset[disabled] .button.is-link.is-inverted[b-myjq4givcu] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #3273dc
            }

        .button.is-link.is-loading[b-myjq4givcu]::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-link.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #3273dc;
            color: #3273dc
        }

            .button.is-link.is-outlined.is-focused[b-myjq4givcu], .button.is-link.is-outlined.is-hovered[b-myjq4givcu], .button.is-link.is-outlined:focus[b-myjq4givcu], .button.is-link.is-outlined:hover[b-myjq4givcu] {
                background-color: #3273dc;
                border-color: #3273dc;
                color: #fff
            }

            .button.is-link.is-outlined.is-loading[b-myjq4givcu]::after {
                border-color: transparent transparent #3273dc #3273dc !important
            }

            .button.is-link.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-link.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-link.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-link.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #fff #fff !important
            }

            .button.is-link.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-link.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #3273dc;
                box-shadow: none;
                color: #3273dc
            }

        .button.is-link.is-inverted.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .button.is-link.is-inverted.is-outlined.is-focused[b-myjq4givcu], .button.is-link.is-inverted.is-outlined.is-hovered[b-myjq4givcu], .button.is-link.is-inverted.is-outlined:focus[b-myjq4givcu], .button.is-link.is-inverted.is-outlined:hover[b-myjq4givcu] {
                background-color: #fff;
                color: #3273dc
            }

            .button.is-link.is-inverted.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-link.is-inverted.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-link.is-inverted.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #3273dc #3273dc !important
            }

            .button.is-link.is-inverted.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-link.is-inverted.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

        .button.is-link.is-light[b-myjq4givcu] {
            background-color: #eef3fc;
            color: #2160c4
        }

            .button.is-link.is-light.is-hovered[b-myjq4givcu], .button.is-link.is-light:hover[b-myjq4givcu] {
                background-color: #e3ecfa;
                border-color: transparent;
                color: #2160c4
            }

            .button.is-link.is-light.is-active[b-myjq4givcu], .button.is-link.is-light:active[b-myjq4givcu] {
                background-color: #d8e4f8;
                border-color: transparent;
                color: #2160c4
            }

    .button.is-info[b-myjq4givcu] {
        background-color: #3298dc;
        border-color: transparent;
        color: #fff
    }

        .button.is-info.is-hovered[b-myjq4givcu], .button.is-info:hover[b-myjq4givcu] {
            background-color: #2793da;
            border-color: transparent;
            color: #fff
        }

        .button.is-info.is-focused[b-myjq4givcu], .button.is-info:focus[b-myjq4givcu] {
            border-color: transparent;
            color: #fff
        }

            .button.is-info.is-focused:not(:active)[b-myjq4givcu], .button.is-info:focus:not(:active)[b-myjq4givcu] {
                box-shadow: 0 0 0 .125em rgba(50,152,220,.25)
            }

        .button.is-info.is-active[b-myjq4givcu], .button.is-info:active[b-myjq4givcu] {
            background-color: #238cd1;
            border-color: transparent;
            color: #fff
        }

        .button.is-info[disabled][b-myjq4givcu], fieldset[disabled] .button.is-info[b-myjq4givcu] {
            background-color: #3298dc;
            border-color: transparent;
            box-shadow: none
        }

        .button.is-info.is-inverted[b-myjq4givcu] {
            background-color: #fff;
            color: #3298dc
        }

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

            .button.is-info.is-inverted[disabled][b-myjq4givcu], fieldset[disabled] .button.is-info.is-inverted[b-myjq4givcu] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #3298dc
            }

        .button.is-info.is-loading[b-myjq4givcu]::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-info.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #3298dc;
            color: #3298dc
        }

            .button.is-info.is-outlined.is-focused[b-myjq4givcu], .button.is-info.is-outlined.is-hovered[b-myjq4givcu], .button.is-info.is-outlined:focus[b-myjq4givcu], .button.is-info.is-outlined:hover[b-myjq4givcu] {
                background-color: #3298dc;
                border-color: #3298dc;
                color: #fff
            }

            .button.is-info.is-outlined.is-loading[b-myjq4givcu]::after {
                border-color: transparent transparent #3298dc #3298dc !important
            }

            .button.is-info.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-info.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-info.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-info.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #fff #fff !important
            }

            .button.is-info.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-info.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #3298dc;
                box-shadow: none;
                color: #3298dc
            }

        .button.is-info.is-inverted.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .button.is-info.is-inverted.is-outlined.is-focused[b-myjq4givcu], .button.is-info.is-inverted.is-outlined.is-hovered[b-myjq4givcu], .button.is-info.is-inverted.is-outlined:focus[b-myjq4givcu], .button.is-info.is-inverted.is-outlined:hover[b-myjq4givcu] {
                background-color: #fff;
                color: #3298dc
            }

            .button.is-info.is-inverted.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-info.is-inverted.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-info.is-inverted.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #3298dc #3298dc !important
            }

            .button.is-info.is-inverted.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-info.is-inverted.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

        .button.is-info.is-light[b-myjq4givcu] {
            background-color: #eef6fc;
            color: #1d72aa
        }

            .button.is-info.is-light.is-hovered[b-myjq4givcu], .button.is-info.is-light:hover[b-myjq4givcu] {
                background-color: #e3f1fa;
                border-color: transparent;
                color: #1d72aa
            }

            .button.is-info.is-light.is-active[b-myjq4givcu], .button.is-info.is-light:active[b-myjq4givcu] {
                background-color: #d8ebf8;
                border-color: transparent;
                color: #1d72aa
            }

    .button.is-success[b-myjq4givcu] {
        background-color: #48c774;
        border-color: transparent;
        color: #fff
    }

        .button.is-success.is-hovered[b-myjq4givcu], .button.is-success:hover[b-myjq4givcu] {
            background-color: #3ec46d;
            border-color: transparent;
            color: #fff
        }

        .button.is-success.is-focused[b-myjq4givcu], .button.is-success:focus[b-myjq4givcu] {
            border-color: transparent;
            color: #fff
        }

            .button.is-success.is-focused:not(:active)[b-myjq4givcu], .button.is-success:focus:not(:active)[b-myjq4givcu] {
                box-shadow: 0 0 0 .125em rgba(72,199,116,.25)
            }

        .button.is-success.is-active[b-myjq4givcu], .button.is-success:active[b-myjq4givcu] {
            background-color: #3abb67;
            border-color: transparent;
            color: #fff
        }

        .button.is-success[disabled][b-myjq4givcu], fieldset[disabled] .button.is-success[b-myjq4givcu] {
            background-color: #48c774;
            border-color: transparent;
            box-shadow: none
        }

        .button.is-success.is-inverted[b-myjq4givcu] {
            background-color: #fff;
            color: #48c774
        }

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

            .button.is-success.is-inverted[disabled][b-myjq4givcu], fieldset[disabled] .button.is-success.is-inverted[b-myjq4givcu] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #48c774
            }

        .button.is-success.is-loading[b-myjq4givcu]::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-success.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #48c774;
            color: #48c774
        }

            .button.is-success.is-outlined.is-focused[b-myjq4givcu], .button.is-success.is-outlined.is-hovered[b-myjq4givcu], .button.is-success.is-outlined:focus[b-myjq4givcu], .button.is-success.is-outlined:hover[b-myjq4givcu] {
                background-color: #48c774;
                border-color: #48c774;
                color: #fff
            }

            .button.is-success.is-outlined.is-loading[b-myjq4givcu]::after {
                border-color: transparent transparent #48c774 #48c774 !important
            }

            .button.is-success.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-success.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-success.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-success.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #fff #fff !important
            }

            .button.is-success.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-success.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #48c774;
                box-shadow: none;
                color: #48c774
            }

        .button.is-success.is-inverted.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .button.is-success.is-inverted.is-outlined.is-focused[b-myjq4givcu], .button.is-success.is-inverted.is-outlined.is-hovered[b-myjq4givcu], .button.is-success.is-inverted.is-outlined:focus[b-myjq4givcu], .button.is-success.is-inverted.is-outlined:hover[b-myjq4givcu] {
                background-color: #fff;
                color: #48c774
            }

            .button.is-success.is-inverted.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-success.is-inverted.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-success.is-inverted.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #48c774 #48c774 !important
            }

            .button.is-success.is-inverted.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-success.is-inverted.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

        .button.is-success.is-light[b-myjq4givcu] {
            background-color: #effaf3;
            color: #257942
        }

            .button.is-success.is-light.is-hovered[b-myjq4givcu], .button.is-success.is-light:hover[b-myjq4givcu] {
                background-color: #e6f7ec;
                border-color: transparent;
                color: #257942
            }

            .button.is-success.is-light.is-active[b-myjq4givcu], .button.is-success.is-light:active[b-myjq4givcu] {
                background-color: #dcf4e4;
                border-color: transparent;
                color: #257942
            }

    .button.is-warning[b-myjq4givcu] {
        background-color: #ffdd57;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

        .button.is-warning.is-hovered[b-myjq4givcu], .button.is-warning:hover[b-myjq4givcu] {
            background-color: #ffdb4a;
            border-color: transparent;
            color: rgba(0,0,0,.7)
        }

        .button.is-warning.is-focused[b-myjq4givcu], .button.is-warning:focus[b-myjq4givcu] {
            border-color: transparent;
            color: rgba(0,0,0,.7)
        }

            .button.is-warning.is-focused:not(:active)[b-myjq4givcu], .button.is-warning:focus:not(:active)[b-myjq4givcu] {
                box-shadow: 0 0 0 .125em rgba(255,221,87,.25)
            }

        .button.is-warning.is-active[b-myjq4givcu], .button.is-warning:active[b-myjq4givcu] {
            background-color: #ffd83d;
            border-color: transparent;
            color: rgba(0,0,0,.7)
        }

        .button.is-warning[disabled][b-myjq4givcu], fieldset[disabled] .button.is-warning[b-myjq4givcu] {
            background-color: #ffdd57;
            border-color: transparent;
            box-shadow: none
        }

        .button.is-warning.is-inverted[b-myjq4givcu] {
            background-color: rgba(0,0,0,.7);
            color: #ffdd57
        }

            .button.is-warning.is-inverted.is-hovered[b-myjq4givcu], .button.is-warning.is-inverted:hover[b-myjq4givcu] {
                background-color: rgba(0,0,0,.7)
            }

            .button.is-warning.is-inverted[disabled][b-myjq4givcu], fieldset[disabled] .button.is-warning.is-inverted[b-myjq4givcu] {
                background-color: rgba(0,0,0,.7);
                border-color: transparent;
                box-shadow: none;
                color: #ffdd57
            }

        .button.is-warning.is-loading[b-myjq4givcu]::after {
            border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7) !important
        }

        .button.is-warning.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #ffdd57;
            color: #ffdd57
        }

            .button.is-warning.is-outlined.is-focused[b-myjq4givcu], .button.is-warning.is-outlined.is-hovered[b-myjq4givcu], .button.is-warning.is-outlined:focus[b-myjq4givcu], .button.is-warning.is-outlined:hover[b-myjq4givcu] {
                background-color: #ffdd57;
                border-color: #ffdd57;
                color: rgba(0,0,0,.7)
            }

            .button.is-warning.is-outlined.is-loading[b-myjq4givcu]::after {
                border-color: transparent transparent #ffdd57 #ffdd57 !important
            }

            .button.is-warning.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-warning.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-warning.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-warning.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7) !important
            }

            .button.is-warning.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-warning.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #ffdd57;
                box-shadow: none;
                color: #ffdd57
            }

        .button.is-warning.is-inverted.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: rgba(0,0,0,.7);
            color: rgba(0,0,0,.7)
        }

            .button.is-warning.is-inverted.is-outlined.is-focused[b-myjq4givcu], .button.is-warning.is-inverted.is-outlined.is-hovered[b-myjq4givcu], .button.is-warning.is-inverted.is-outlined:focus[b-myjq4givcu], .button.is-warning.is-inverted.is-outlined:hover[b-myjq4givcu] {
                background-color: rgba(0,0,0,.7);
                color: #ffdd57
            }

            .button.is-warning.is-inverted.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-warning.is-inverted.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #ffdd57 #ffdd57 !important
            }

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

        .button.is-warning.is-light[b-myjq4givcu] {
            background-color: #fffbeb;
            color: #947600
        }

            .button.is-warning.is-light.is-hovered[b-myjq4givcu], .button.is-warning.is-light:hover[b-myjq4givcu] {
                background-color: #fff8de;
                border-color: transparent;
                color: #947600
            }

            .button.is-warning.is-light.is-active[b-myjq4givcu], .button.is-warning.is-light:active[b-myjq4givcu] {
                background-color: #fff6d1;
                border-color: transparent;
                color: #947600
            }

    .button.is-danger[b-myjq4givcu] {
        background-color: #f14668;
        border-color: transparent;
        color: #fff
    }

        .button.is-danger.is-hovered[b-myjq4givcu], .button.is-danger:hover[b-myjq4givcu] {
            background-color: #f03a5f;
            border-color: transparent;
            color: #fff
        }

        .button.is-danger.is-focused[b-myjq4givcu], .button.is-danger:focus[b-myjq4givcu] {
            border-color: transparent;
            color: #fff
        }

            .button.is-danger.is-focused:not(:active)[b-myjq4givcu], .button.is-danger:focus:not(:active)[b-myjq4givcu] {
                box-shadow: 0 0 0 .125em rgba(241,70,104,.25)
            }

        .button.is-danger.is-active[b-myjq4givcu], .button.is-danger:active[b-myjq4givcu] {
            background-color: #ef2e55;
            border-color: transparent;
            color: #fff
        }

        .button.is-danger[disabled][b-myjq4givcu], fieldset[disabled] .button.is-danger[b-myjq4givcu] {
            background-color: #f14668;
            border-color: transparent;
            box-shadow: none
        }

        .button.is-danger.is-inverted[b-myjq4givcu] {
            background-color: #fff;
            color: #f14668
        }

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

            .button.is-danger.is-inverted[disabled][b-myjq4givcu], fieldset[disabled] .button.is-danger.is-inverted[b-myjq4givcu] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #f14668
            }

        .button.is-danger.is-loading[b-myjq4givcu]::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-danger.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #f14668;
            color: #f14668
        }

            .button.is-danger.is-outlined.is-focused[b-myjq4givcu], .button.is-danger.is-outlined.is-hovered[b-myjq4givcu], .button.is-danger.is-outlined:focus[b-myjq4givcu], .button.is-danger.is-outlined:hover[b-myjq4givcu] {
                background-color: #f14668;
                border-color: #f14668;
                color: #fff
            }

            .button.is-danger.is-outlined.is-loading[b-myjq4givcu]::after {
                border-color: transparent transparent #f14668 #f14668 !important
            }

            .button.is-danger.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-danger.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-danger.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-danger.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #fff #fff !important
            }

            .button.is-danger.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-danger.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #f14668;
                box-shadow: none;
                color: #f14668
            }

        .button.is-danger.is-inverted.is-outlined[b-myjq4givcu] {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .button.is-danger.is-inverted.is-outlined.is-focused[b-myjq4givcu], .button.is-danger.is-inverted.is-outlined.is-hovered[b-myjq4givcu], .button.is-danger.is-inverted.is-outlined:focus[b-myjq4givcu], .button.is-danger.is-inverted.is-outlined:hover[b-myjq4givcu] {
                background-color: #fff;
                color: #f14668
            }

            .button.is-danger.is-inverted.is-outlined.is-loading.is-focused[b-myjq4givcu]::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered[b-myjq4givcu]::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus[b-myjq4givcu]::after, .button.is-danger.is-inverted.is-outlined.is-loading:hover[b-myjq4givcu]::after {
                border-color: transparent transparent #f14668 #f14668 !important
            }

            .button.is-danger.is-inverted.is-outlined[disabled][b-myjq4givcu], fieldset[disabled] .button.is-danger.is-inverted.is-outlined[b-myjq4givcu] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

        .button.is-danger.is-light[b-myjq4givcu] {
            background-color: #feecf0;
            color: #cc0f35
        }

            .button.is-danger.is-light.is-hovered[b-myjq4givcu], .button.is-danger.is-light:hover[b-myjq4givcu] {
                background-color: #fde0e6;
                border-color: transparent;
                color: #cc0f35
            }

            .button.is-danger.is-light.is-active[b-myjq4givcu], .button.is-danger.is-light:active[b-myjq4givcu] {
                background-color: #fcd4dc;
                border-color: transparent;
                color: #cc0f35
            }

    .button.is-small[b-myjq4givcu] {
        border-radius: 2px;
        font-size: .75rem
    }

    .button.is-normal[b-myjq4givcu] {
        font-size: 1rem
    }

    .button.is-medium[b-myjq4givcu] {
        font-size: 1.25rem
    }

    .button.is-large[b-myjq4givcu] {
        font-size: 1.5rem
    }

    .button[disabled][b-myjq4givcu], fieldset[disabled] .button[b-myjq4givcu] {
        background-color: #fff;
        border-color: #dbdbdb;
        box-shadow: none;
        opacity: .5
    }

    .button.is-fullwidth[b-myjq4givcu] {
        display: flex;
        width: 100%
    }

    .button.is-loading[b-myjq4givcu] {
        color: transparent !important;
        pointer-events: none
    }

        .button.is-loading[b-myjq4givcu]::after {
            position: absolute;
            left: calc(50% - (1em / 2));
            top: calc(50% - (1em / 2));
            position: absolute !important
        }

    .button.is-static[b-myjq4givcu] {
        background-color: #f5f5f5;
        border-color: #dbdbdb;
        color: #7a7a7a;
        box-shadow: none;
        pointer-events: none
    }

    .button.is-rounded[b-myjq4givcu] {
        border-radius: 290486px;
        padding-left: calc(1em + .25em);
        padding-right: calc(1em + .25em)
    }

.buttons[b-myjq4givcu] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .buttons .button[b-myjq4givcu] {
        margin-bottom: .5rem
    }

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

    .buttons:last-child[b-myjq4givcu] {
        margin-bottom: -.5rem
    }

    .buttons:not(:last-child)[b-myjq4givcu] {
        margin-bottom: 1rem
    }

    .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large)[b-myjq4givcu] {
        border-radius: 2px;
        font-size: .75rem
    }

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

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

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

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

    .buttons.has-addons .button:last-child[b-myjq4givcu] {
        margin-right: 0
    }

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

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

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

    .buttons.has-addons .button.is-expanded[b-myjq4givcu] {
        flex-grow: 1;
        flex-shrink: 1
    }

    .buttons.is-centered[b-myjq4givcu] {
        justify-content: center
    }

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

    .buttons.is-right[b-myjq4givcu] {
        justify-content: flex-end
    }

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

.container[b-myjq4givcu] {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto
}

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

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

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

@media screen and (max-width: 1407px) {
    .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen)[b-myjq4givcu] {
        max-width: 1344px
    }
}

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

@media screen and (min-width: 1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen)[b-myjq4givcu] {
        max-width: 1344px
    }
}

.content li + li[b-myjq4givcu] {
    margin-top: .25em
}

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

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

.content h1[b-myjq4givcu] {
    font-size: 2em;
    margin-bottom: .5em
}

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

.content h2[b-myjq4givcu] {
    font-size: 1.75em;
    margin-bottom: .5714em
}

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

.content h3[b-myjq4givcu] {
    font-size: 1.5em;
    margin-bottom: .6666em
}

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

.content h4[b-myjq4givcu] {
    font-size: 1.25em;
    margin-bottom: .8em
}

.content h5[b-myjq4givcu] {
    font-size: 1.125em;
    margin-bottom: .8888em
}

.content h6[b-myjq4givcu] {
    font-size: 1em;
    margin-bottom: 1em
}

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

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

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

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

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

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

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

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

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

        .content ul ul ul[b-myjq4givcu] {
            list-style-type: square
        }

.content dd[b-myjq4givcu] {
    margin-left: 2em
}

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

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

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

    .content figure img[b-myjq4givcu] {
        display: inline-block
    }

    .content figure figcaption[b-myjq4givcu] {
        font-style: italic
    }

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

.content sub[b-myjq4givcu], .content sup[b-myjq4givcu] {
    font-size: 75%
}

.content table[b-myjq4givcu] {
    width: 100%
}

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

    .content table th[b-myjq4givcu] {
        color: #363636
    }

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

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

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

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

.content .tabs li + li[b-myjq4givcu] {
    margin-top: 0
}

.content.is-small[b-myjq4givcu] {
    font-size: .75rem
}

.content.is-medium[b-myjq4givcu] {
    font-size: 1.25rem
}

.content.is-large[b-myjq4givcu] {
    font-size: 1.5rem
}

.icon[b-myjq4givcu] {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem
}

    .icon.is-small[b-myjq4givcu] {
        height: 1rem;
        width: 1rem
    }

    .icon.is-medium[b-myjq4givcu] {
        height: 2rem;
        width: 2rem
    }

    .icon.is-large[b-myjq4givcu] {
        height: 3rem;
        width: 3rem
    }

.image[b-myjq4givcu] {
    display: block;
    position: relative
}

    .image img[b-myjq4givcu] {
        display: block;
        height: auto;
        width: 100%
    }

        .image img.is-rounded[b-myjq4givcu] {
            border-radius: 290486px
        }

    .image.is-fullwidth[b-myjq4givcu] {
        width: 100%
    }

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

    .image.is-1by1[b-myjq4givcu], .image.is-square[b-myjq4givcu] {
        padding-top: 100%
    }

    .image.is-5by4[b-myjq4givcu] {
        padding-top: 80%
    }

    .image.is-4by3[b-myjq4givcu] {
        padding-top: 75%
    }

    .image.is-3by2[b-myjq4givcu] {
        padding-top: 66.6666%
    }

    .image.is-5by3[b-myjq4givcu] {
        padding-top: 60%
    }

    .image.is-16by9[b-myjq4givcu] {
        padding-top: 56.25%
    }

    .image.is-2by1[b-myjq4givcu] {
        padding-top: 50%
    }

    .image.is-3by1[b-myjq4givcu] {
        padding-top: 33.3333%
    }

    .image.is-4by5[b-myjq4givcu] {
        padding-top: 125%
    }

    .image.is-3by4[b-myjq4givcu] {
        padding-top: 133.3333%
    }

    .image.is-2by3[b-myjq4givcu] {
        padding-top: 150%
    }

    .image.is-3by5[b-myjq4givcu] {
        padding-top: 166.6666%
    }

    .image.is-9by16[b-myjq4givcu] {
        padding-top: 177.7777%
    }

    .image.is-1by2[b-myjq4givcu] {
        padding-top: 200%
    }

    .image.is-1by3[b-myjq4givcu] {
        padding-top: 300%
    }

    .image.is-16x16[b-myjq4givcu] {
        height: 16px;
        width: 16px
    }

    .image.is-24x24[b-myjq4givcu] {
        height: 24px;
        width: 24px
    }

    .image.is-32x32[b-myjq4givcu] {
        height: 32px;
        width: 32px
    }

    .image.is-48x48[b-myjq4givcu] {
        height: 48px;
        width: 48px
    }

    .image.is-64x64[b-myjq4givcu] {
        height: 64px;
        width: 64px
    }

    .image.is-96x96[b-myjq4givcu] {
        height: 96px;
        width: 96px
    }

    .image.is-128x128[b-myjq4givcu] {
        height: 128px;
        width: 128px
    }

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

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

    .notification strong[b-myjq4givcu] {
        color: currentColor
    }

    .notification code[b-myjq4givcu], .notification pre[b-myjq4givcu] {
        background: #fff
    }

        .notification pre code[b-myjq4givcu] {
            background: 0 0
        }

    .notification > .delete[b-myjq4givcu] {
        right: .5rem;
        position: absolute;
        top: .5rem
    }

    .notification .content[b-myjq4givcu], .notification .subtitle[b-myjq4givcu], .notification .title[b-myjq4givcu] {
        color: currentColor
    }

    .notification.is-white[b-myjq4givcu] {
        background-color: #fff;
        color: #0a0a0a
    }

    .notification.is-black[b-myjq4givcu] {
        background-color: #0a0a0a;
        color: #fff
    }

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

    .notification.is-dark[b-myjq4givcu] {
        background-color: #363636;
        color: #fff
    }

    .notification.is-primary[b-myjq4givcu] {
        background-color: #00d1b2;
        color: #fff
    }

        .notification.is-primary.is-light[b-myjq4givcu] {
            background-color: #ebfffc;
            color: #00947e
        }

    .notification.is-link[b-myjq4givcu] {
        background-color: #3273dc;
        color: #fff
    }

        .notification.is-link.is-light[b-myjq4givcu] {
            background-color: #eef3fc;
            color: #2160c4
        }

    .notification.is-info[b-myjq4givcu] {
        background-color: #3298dc;
        color: #fff
    }

        .notification.is-info.is-light[b-myjq4givcu] {
            background-color: #eef6fc;
            color: #1d72aa
        }

    .notification.is-success[b-myjq4givcu] {
        background-color: #48c774;
        color: #fff
    }

        .notification.is-success.is-light[b-myjq4givcu] {
            background-color: #effaf3;
            color: #257942
        }

    .notification.is-warning[b-myjq4givcu] {
        background-color: #ffdd57;
        color: rgba(0,0,0,.7)
    }

        .notification.is-warning.is-light[b-myjq4givcu] {
            background-color: #fffbeb;
            color: #947600
        }

    .notification.is-danger[b-myjq4givcu] {
        background-color: #f14668;
        color: #fff
    }

        .notification.is-danger.is-light[b-myjq4givcu] {
            background-color: #feecf0;
            color: #cc0f35
        }

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

    .progress[b-myjq4givcu]::-webkit-progress-bar {
        background-color: #ededed
    }

    .progress[b-myjq4givcu]::-webkit-progress-value {
        background-color: #4a4a4a
    }

    .progress[b-myjq4givcu]::-moz-progress-bar {
        background-color: #4a4a4a
    }

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

    .progress.is-white[b-myjq4givcu]::-webkit-progress-value {
        background-color: #fff
    }

    .progress.is-white[b-myjq4givcu]::-moz-progress-bar {
        background-color: #fff
    }

    .progress.is-white[b-myjq4givcu]::-ms-fill {
        background-color: #fff
    }

    .progress.is-white:indeterminate[b-myjq4givcu] {
        background-image: linear-gradient(to right,#fff 30%,#ededed 30%)
    }

    .progress.is-black[b-myjq4givcu]::-webkit-progress-value {
        background-color: #0a0a0a
    }

    .progress.is-black[b-myjq4givcu]::-moz-progress-bar {
        background-color: #0a0a0a
    }

    .progress.is-black[b-myjq4givcu]::-ms-fill {
        background-color: #0a0a0a
    }

    .progress.is-black:indeterminate[b-myjq4givcu] {
        background-image: linear-gradient(to right,#0a0a0a 30%,#ededed 30%)
    }

    .progress.is-light[b-myjq4givcu]::-webkit-progress-value {
        background-color: #f5f5f5
    }

    .progress.is-light[b-myjq4givcu]::-moz-progress-bar {
        background-color: #f5f5f5
    }

    .progress.is-light[b-myjq4givcu]::-ms-fill {
        background-color: #f5f5f5
    }

    .progress.is-light:indeterminate[b-myjq4givcu] {
        background-image: linear-gradient(to right,#f5f5f5 30%,#ededed 30%)
    }

    .progress.is-dark[b-myjq4givcu]::-webkit-progress-value {
        background-color: #363636
    }

    .progress.is-dark[b-myjq4givcu]::-moz-progress-bar {
        background-color: #363636
    }

    .progress.is-dark[b-myjq4givcu]::-ms-fill {
        background-color: #363636
    }

    .progress.is-dark:indeterminate[b-myjq4givcu] {
        background-image: linear-gradient(to right,#363636 30%,#ededed 30%)
    }

    .progress.is-primary[b-myjq4givcu]::-webkit-progress-value {
        background-color: #00d1b2
    }

    .progress.is-primary[b-myjq4givcu]::-moz-progress-bar {
        background-color: #00d1b2
    }

    .progress.is-primary[b-myjq4givcu]::-ms-fill {
        background-color: #00d1b2
    }

    .progress.is-primary:indeterminate[b-myjq4givcu] {
        background-image: linear-gradient(to right,#00d1b2 30%,#ededed 30%)
    }

    .progress.is-link[b-myjq4givcu]::-webkit-progress-value {
        background-color: #3273dc
    }

    .progress.is-link[b-myjq4givcu]::-moz-progress-bar {
        background-color: #3273dc
    }

    .progress.is-link[b-myjq4givcu]::-ms-fill {
        background-color: #3273dc
    }

    .progress.is-link:indeterminate[b-myjq4givcu] {
        background-image: linear-gradient(to right,#3273dc 30%,#ededed 30%)
    }

    .progress.is-info[b-myjq4givcu]::-webkit-progress-value {
        background-color: #3298dc
    }

    .progress.is-info[b-myjq4givcu]::-moz-progress-bar {
        background-color: #3298dc
    }

    .progress.is-info[b-myjq4givcu]::-ms-fill {
        background-color: #3298dc
    }

    .progress.is-info:indeterminate[b-myjq4givcu] {
        background-image: linear-gradient(to right,#3298dc 30%,#ededed 30%)
    }

    .progress.is-success[b-myjq4givcu]::-webkit-progress-value {
        background-color: #48c774
    }

    .progress.is-success[b-myjq4givcu]::-moz-progress-bar {
        background-color: #48c774
    }

    .progress.is-success[b-myjq4givcu]::-ms-fill {
        background-color: #48c774
    }

    .progress.is-success:indeterminate[b-myjq4givcu] {
        background-image: linear-gradient(to right,#48c774 30%,#ededed 30%)
    }

    .progress.is-warning[b-myjq4givcu]::-webkit-progress-value {
        background-color: #ffdd57
    }

    .progress.is-warning[b-myjq4givcu]::-moz-progress-bar {
        background-color: #ffdd57
    }

    .progress.is-warning[b-myjq4givcu]::-ms-fill {
        background-color: #ffdd57
    }

    .progress.is-warning:indeterminate[b-myjq4givcu] {
        background-image: linear-gradient(to right,#ffdd57 30%,#ededed 30%)
    }

    .progress.is-danger[b-myjq4givcu]::-webkit-progress-value {
        background-color: #f14668
    }

    .progress.is-danger[b-myjq4givcu]::-moz-progress-bar {
        background-color: #f14668
    }

    .progress.is-danger[b-myjq4givcu]::-ms-fill {
        background-color: #f14668
    }

    .progress.is-danger:indeterminate[b-myjq4givcu] {
        background-image: linear-gradient(to right,#f14668 30%,#ededed 30%)
    }

    .progress:indeterminate[b-myjq4givcu] {
        -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-b-myjq4givcu;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        background-color: #ededed;
        background-image: linear-gradient(to right,#4a4a4a 30%,#ededed 30%);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 150% 150%
    }

        .progress:indeterminate[b-myjq4givcu]::-webkit-progress-bar {
            background-color: transparent
        }

        .progress:indeterminate[b-myjq4givcu]::-moz-progress-bar {
            background-color: transparent
        }

        .progress:indeterminate[b-myjq4givcu]::-ms-fill {
            animation-name: none
        }

    .progress.is-small[b-myjq4givcu] {
        height: .75rem
    }

    .progress.is-medium[b-myjq4givcu] {
        height: 1.25rem
    }

    .progress.is-large[b-myjq4givcu] {
        height: 1.5rem
    }

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

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

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

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

.table[b-myjq4givcu] {
    background-color: #fff;
    color: #363636
}

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

        .table td.is-white[b-myjq4givcu], .table th.is-white[b-myjq4givcu] {
            background-color: #fff;
            border-color: #fff;
            color: #0a0a0a
        }

        .table td.is-black[b-myjq4givcu], .table th.is-black[b-myjq4givcu] {
            background-color: #0a0a0a;
            border-color: #0a0a0a;
            color: #fff
        }

        .table td.is-light[b-myjq4givcu], .table th.is-light[b-myjq4givcu] {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            color: rgba(0,0,0,.7)
        }

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

        .table td.is-primary[b-myjq4givcu], .table th.is-primary[b-myjq4givcu] {
            background-color: #00d1b2;
            border-color: #00d1b2;
            color: #fff
        }

        .table td.is-link[b-myjq4givcu], .table th.is-link[b-myjq4givcu] {
            background-color: #3273dc;
            border-color: #3273dc;
            color: #fff
        }

        .table td.is-info[b-myjq4givcu], .table th.is-info[b-myjq4givcu] {
            background-color: #3298dc;
            border-color: #3298dc;
            color: #fff
        }

        .table td.is-success[b-myjq4givcu], .table th.is-success[b-myjq4givcu] {
            background-color: #48c774;
            border-color: #48c774;
            color: #fff
        }

        .table td.is-warning[b-myjq4givcu], .table th.is-warning[b-myjq4givcu] {
            background-color: #ffdd57;
            border-color: #ffdd57;
            color: rgba(0,0,0,.7)
        }

        .table td.is-danger[b-myjq4givcu], .table th.is-danger[b-myjq4givcu] {
            background-color: #f14668;
            border-color: #f14668;
            color: #fff
        }

        .table td.is-narrow[b-myjq4givcu], .table th.is-narrow[b-myjq4givcu] {
            white-space: nowrap;
            width: 1%
        }

        .table td.is-selected[b-myjq4givcu], .table th.is-selected[b-myjq4givcu] {
            background-color: #00d1b2;
            color: #fff
        }

            .table td.is-selected a[b-myjq4givcu], .table td.is-selected strong[b-myjq4givcu], .table th.is-selected a[b-myjq4givcu], .table th.is-selected strong[b-myjq4givcu] {
                color: currentColor
            }

        .table td.is-vcentered[b-myjq4givcu], .table th.is-vcentered[b-myjq4givcu] {
            vertical-align: middle
        }

    .table th[b-myjq4givcu] {
        color: #363636
    }

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

    .table tr.is-selected[b-myjq4givcu] {
        background-color: #00d1b2;
        color: #fff
    }

        .table tr.is-selected a[b-myjq4givcu], .table tr.is-selected strong[b-myjq4givcu] {
            color: currentColor
        }

        .table tr.is-selected td[b-myjq4givcu], .table tr.is-selected th[b-myjq4givcu] {
            border-color: #fff;
            color: currentColor
        }

    .table thead[b-myjq4givcu] {
        background-color: transparent
    }

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

    .table tfoot[b-myjq4givcu] {
        background-color: transparent
    }

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

    .table tbody[b-myjq4givcu] {
        background-color: transparent
    }

        .table tbody tr:last-child td[b-myjq4givcu], .table tbody tr:last-child th[b-myjq4givcu] {
            border-bottom-width: 0
        }

    .table.is-bordered td[b-myjq4givcu], .table.is-bordered th[b-myjq4givcu] {
        border-width: 1px
    }

    .table.is-bordered tr:last-child td[b-myjq4givcu], .table.is-bordered tr:last-child th[b-myjq4givcu] {
        border-bottom-width: 1px
    }

    .table.is-fullwidth[b-myjq4givcu] {
        width: 100%
    }

    .table.is-hoverable tbody tr:not(.is-selected):hover[b-myjq4givcu] {
        background-color: #fafafa
    }

    .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover[b-myjq4givcu] {
        background-color: #fafafa
    }

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

    .table.is-narrow td[b-myjq4givcu], .table.is-narrow th[b-myjq4givcu] {
        padding: .25em .5em
    }

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

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

.tags[b-myjq4givcu] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .tags .tag[b-myjq4givcu] {
        margin-bottom: .5rem
    }

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

    .tags:last-child[b-myjq4givcu] {
        margin-bottom: -.5rem
    }

    .tags:not(:last-child)[b-myjq4givcu] {
        margin-bottom: 1rem
    }

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

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

    .tags.is-centered[b-myjq4givcu] {
        justify-content: center
    }

        .tags.is-centered .tag[b-myjq4givcu] {
            margin-right: .25rem;
            margin-left: .25rem
        }

    .tags.is-right[b-myjq4givcu] {
        justify-content: flex-end
    }

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

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

    .tags.has-addons .tag[b-myjq4givcu] {
        margin-right: 0
    }

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

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

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

    .tag:not(body) .delete[b-myjq4givcu] {
        margin-left: .25rem;
        margin-right: -.375rem
    }

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

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

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

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

    .tag:not(body).is-primary[b-myjq4givcu] {
        background-color: #00d1b2;
        color: #fff
    }

        .tag:not(body).is-primary.is-light[b-myjq4givcu] {
            background-color: #ebfffc;
            color: #00947e
        }

    .tag:not(body).is-link[b-myjq4givcu] {
        background-color: #3273dc;
        color: #fff
    }

        .tag:not(body).is-link.is-light[b-myjq4givcu] {
            background-color: #eef3fc;
            color: #2160c4
        }

    .tag:not(body).is-info[b-myjq4givcu] {
        background-color: #3298dc;
        color: #fff
    }

        .tag:not(body).is-info.is-light[b-myjq4givcu] {
            background-color: #eef6fc;
            color: #1d72aa
        }

    .tag:not(body).is-success[b-myjq4givcu] {
        background-color: #48c774;
        color: #fff
    }

        .tag:not(body).is-success.is-light[b-myjq4givcu] {
            background-color: #effaf3;
            color: #257942
        }

    .tag:not(body).is-warning[b-myjq4givcu] {
        background-color: #ffdd57;
        color: rgba(0,0,0,.7)
    }

        .tag:not(body).is-warning.is-light[b-myjq4givcu] {
            background-color: #fffbeb;
            color: #947600
        }

    .tag:not(body).is-danger[b-myjq4givcu] {
        background-color: #f14668;
        color: #fff
    }

        .tag:not(body).is-danger.is-light[b-myjq4givcu] {
            background-color: #feecf0;
            color: #cc0f35
        }

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

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

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

    .tag:not(body) .icon:first-child:not(:last-child)[b-myjq4givcu] {
        margin-left: -.375em;
        margin-right: .1875em
    }

    .tag:not(body) .icon:last-child:not(:first-child)[b-myjq4givcu] {
        margin-left: .1875em;
        margin-right: -.375em
    }

    .tag:not(body) .icon:first-child:last-child[b-myjq4givcu] {
        margin-left: -.375em;
        margin-right: -.375em
    }

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

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

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

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

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

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

    .tag:not(body).is-rounded[b-myjq4givcu] {
        border-radius: 290486px
    }

a.tag:hover[b-myjq4givcu] {
    text-decoration: underline
}

.subtitle[b-myjq4givcu], .title[b-myjq4givcu] {
    word-break: break-word
}

    .subtitle em[b-myjq4givcu], .subtitle span[b-myjq4givcu], .title em[b-myjq4givcu], .title span[b-myjq4givcu] {
        font-weight: inherit
    }

    .subtitle sub[b-myjq4givcu], .title sub[b-myjq4givcu] {
        font-size: .75em
    }

    .subtitle sup[b-myjq4givcu], .title sup[b-myjq4givcu] {
        font-size: .75em
    }

    .subtitle .tag[b-myjq4givcu], .title .tag[b-myjq4givcu] {
        vertical-align: middle
    }

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

    .title strong[b-myjq4givcu] {
        color: inherit;
        font-weight: inherit
    }

    .title + .highlight[b-myjq4givcu] {
        margin-top: -.75rem
    }

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

    .title.is-1[b-myjq4givcu] {
        font-size: 3rem
    }

    .title.is-2[b-myjq4givcu] {
        font-size: 2.5rem
    }

    .title.is-3[b-myjq4givcu] {
        font-size: 2rem
    }

    .title.is-4[b-myjq4givcu] {
        font-size: 1.5rem
    }

    .title.is-5[b-myjq4givcu] {
        font-size: 1.25rem
    }

    .title.is-6[b-myjq4givcu] {
        font-size: 1rem
    }

    .title.is-7[b-myjq4givcu] {
        font-size: .75rem
    }

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

    .subtitle strong[b-myjq4givcu] {
        color: #363636;
        font-weight: 600
    }

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

    .subtitle.is-1[b-myjq4givcu] {
        font-size: 3rem
    }

    .subtitle.is-2[b-myjq4givcu] {
        font-size: 2.5rem
    }

    .subtitle.is-3[b-myjq4givcu] {
        font-size: 2rem
    }

    .subtitle.is-4[b-myjq4givcu] {
        font-size: 1.5rem
    }

    .subtitle.is-5[b-myjq4givcu] {
        font-size: 1.25rem
    }

    .subtitle.is-6[b-myjq4givcu] {
        font-size: 1rem
    }

    .subtitle.is-7[b-myjq4givcu] {
        font-size: .75rem
    }

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

.highlight[b-myjq4givcu] {
    font-weight: 400;
    max-width: 100%;
    overflow: hidden;
    padding: 0
}

    .highlight pre[b-myjq4givcu] {
        overflow: auto;
        max-width: 100%
    }

.number[b-myjq4givcu] {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 290486px;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2em;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: .25rem .5rem;
    text-align: center;
    vertical-align: top
}

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

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

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

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

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

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

    .input:active[b-myjq4givcu], .input:focus[b-myjq4givcu], .is-active.input[b-myjq4givcu], .is-active.textarea[b-myjq4givcu], .is-focused.input[b-myjq4givcu], .is-focused.textarea[b-myjq4givcu], .select select.is-active[b-myjq4givcu], .select select.is-focused[b-myjq4givcu], .select select:active[b-myjq4givcu], .select select:focus[b-myjq4givcu], .textarea:active[b-myjq4givcu], .textarea:focus[b-myjq4givcu] {
        border-color: #3273dc;
        box-shadow: 0 0 0 .125em rgba(50,115,220,.25)
    }

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

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

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

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

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

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

    .input[readonly][b-myjq4givcu], .textarea[readonly][b-myjq4givcu] {
        box-shadow: none
    }

.is-white.input[b-myjq4givcu], .is-white.textarea[b-myjq4givcu] {
    border-color: #fff
}

    .is-white.input:active[b-myjq4givcu], .is-white.input:focus[b-myjq4givcu], .is-white.is-active.input[b-myjq4givcu], .is-white.is-active.textarea[b-myjq4givcu], .is-white.is-focused.input[b-myjq4givcu], .is-white.is-focused.textarea[b-myjq4givcu], .is-white.textarea:active[b-myjq4givcu], .is-white.textarea:focus[b-myjq4givcu] {
        box-shadow: 0 0 0 .125em rgba(255,255,255,.25)
    }

.is-black.input[b-myjq4givcu], .is-black.textarea[b-myjq4givcu] {
    border-color: #0a0a0a
}

    .is-black.input:active[b-myjq4givcu], .is-black.input:focus[b-myjq4givcu], .is-black.is-active.input[b-myjq4givcu], .is-black.is-active.textarea[b-myjq4givcu], .is-black.is-focused.input[b-myjq4givcu], .is-black.is-focused.textarea[b-myjq4givcu], .is-black.textarea:active[b-myjq4givcu], .is-black.textarea:focus[b-myjq4givcu] {
        box-shadow: 0 0 0 .125em rgba(10,10,10,.25)
    }

.is-light.input[b-myjq4givcu], .is-light.textarea[b-myjq4givcu] {
    border-color: #f5f5f5
}

    .is-light.input:active[b-myjq4givcu], .is-light.input:focus[b-myjq4givcu], .is-light.is-active.input[b-myjq4givcu], .is-light.is-active.textarea[b-myjq4givcu], .is-light.is-focused.input[b-myjq4givcu], .is-light.is-focused.textarea[b-myjq4givcu], .is-light.textarea:active[b-myjq4givcu], .is-light.textarea:focus[b-myjq4givcu] {
        box-shadow: 0 0 0 .125em rgba(245,245,245,.25)
    }

.is-dark.input[b-myjq4givcu], .is-dark.textarea[b-myjq4givcu] {
    border-color: #363636
}

    .is-dark.input:active[b-myjq4givcu], .is-dark.input:focus[b-myjq4givcu], .is-dark.is-active.input[b-myjq4givcu], .is-dark.is-active.textarea[b-myjq4givcu], .is-dark.is-focused.input[b-myjq4givcu], .is-dark.is-focused.textarea[b-myjq4givcu], .is-dark.textarea:active[b-myjq4givcu], .is-dark.textarea:focus[b-myjq4givcu] {
        box-shadow: 0 0 0 .125em rgba(54,54,54,.25)
    }

.is-primary.input[b-myjq4givcu], .is-primary.textarea[b-myjq4givcu] {
    border-color: #00d1b2
}

    .is-primary.input:active[b-myjq4givcu], .is-primary.input:focus[b-myjq4givcu], .is-primary.is-active.input[b-myjq4givcu], .is-primary.is-active.textarea[b-myjq4givcu], .is-primary.is-focused.input[b-myjq4givcu], .is-primary.is-focused.textarea[b-myjq4givcu], .is-primary.textarea:active[b-myjq4givcu], .is-primary.textarea:focus[b-myjq4givcu] {
        box-shadow: 0 0 0 .125em rgba(0,209,178,.25)
    }

.is-link.input[b-myjq4givcu], .is-link.textarea[b-myjq4givcu] {
    border-color: #3273dc
}

    .is-link.input:active[b-myjq4givcu], .is-link.input:focus[b-myjq4givcu], .is-link.is-active.input[b-myjq4givcu], .is-link.is-active.textarea[b-myjq4givcu], .is-link.is-focused.input[b-myjq4givcu], .is-link.is-focused.textarea[b-myjq4givcu], .is-link.textarea:active[b-myjq4givcu], .is-link.textarea:focus[b-myjq4givcu] {
        box-shadow: 0 0 0 .125em rgba(50,115,220,.25)
    }

.is-info.input[b-myjq4givcu], .is-info.textarea[b-myjq4givcu] {
    border-color: #3298dc
}

    .is-info.input:active[b-myjq4givcu], .is-info.input:focus[b-myjq4givcu], .is-info.is-active.input[b-myjq4givcu], .is-info.is-active.textarea[b-myjq4givcu], .is-info.is-focused.input[b-myjq4givcu], .is-info.is-focused.textarea[b-myjq4givcu], .is-info.textarea:active[b-myjq4givcu], .is-info.textarea:focus[b-myjq4givcu] {
        box-shadow: 0 0 0 .125em rgba(50,152,220,.25)
    }

.is-success.input[b-myjq4givcu], .is-success.textarea[b-myjq4givcu] {
    border-color: #48c774
}

    .is-success.input:active[b-myjq4givcu], .is-success.input:focus[b-myjq4givcu], .is-success.is-active.input[b-myjq4givcu], .is-success.is-active.textarea[b-myjq4givcu], .is-success.is-focused.input[b-myjq4givcu], .is-success.is-focused.textarea[b-myjq4givcu], .is-success.textarea:active[b-myjq4givcu], .is-success.textarea:focus[b-myjq4givcu] {
        box-shadow: 0 0 0 .125em rgba(72,199,116,.25)
    }

.is-warning.input[b-myjq4givcu], .is-warning.textarea[b-myjq4givcu] {
    border-color: #ffdd57
}

    .is-warning.input:active[b-myjq4givcu], .is-warning.input:focus[b-myjq4givcu], .is-warning.is-active.input[b-myjq4givcu], .is-warning.is-active.textarea[b-myjq4givcu], .is-warning.is-focused.input[b-myjq4givcu], .is-warning.is-focused.textarea[b-myjq4givcu], .is-warning.textarea:active[b-myjq4givcu], .is-warning.textarea:focus[b-myjq4givcu] {
        box-shadow: 0 0 0 .125em rgba(255,221,87,.25)
    }

.is-danger.input[b-myjq4givcu], .is-danger.textarea[b-myjq4givcu] {
    border-color: #f14668
}

    .is-danger.input:active[b-myjq4givcu], .is-danger.input:focus[b-myjq4givcu], .is-danger.is-active.input[b-myjq4givcu], .is-danger.is-active.textarea[b-myjq4givcu], .is-danger.is-focused.input[b-myjq4givcu], .is-danger.is-focused.textarea[b-myjq4givcu], .is-danger.textarea:active[b-myjq4givcu], .is-danger.textarea:focus[b-myjq4givcu] {
        box-shadow: 0 0 0 .125em rgba(241,70,104,.25)
    }

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

.is-medium.input[b-myjq4givcu], .is-medium.textarea[b-myjq4givcu] {
    font-size: 1.25rem
}

.is-large.input[b-myjq4givcu], .is-large.textarea[b-myjq4givcu] {
    font-size: 1.5rem
}

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

.is-inline.input[b-myjq4givcu], .is-inline.textarea[b-myjq4givcu] {
    display: inline;
    width: auto
}

.input.is-rounded[b-myjq4givcu] {
    border-radius: 290486px;
    padding-left: calc(calc(.75em - 1px) + .375em);
    padding-right: calc(calc(.75em - 1px) + .375em)
}

.input.is-static[b-myjq4givcu] {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}

.textarea[b-myjq4givcu] {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: calc(.75em - 1px);
    resize: vertical
}

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

    .textarea[rows][b-myjq4givcu] {
        height: initial
    }

    .textarea.has-fixed-size[b-myjq4givcu] {
        resize: none
    }

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

    .checkbox input[b-myjq4givcu], .radio input[b-myjq4givcu] {
        cursor: pointer
    }

    .checkbox:hover[b-myjq4givcu], .radio:hover[b-myjq4givcu] {
        color: #363636
    }

    .checkbox input[disabled][b-myjq4givcu], .checkbox[disabled][b-myjq4givcu], .radio input[disabled][b-myjq4givcu], .radio[disabled][b-myjq4givcu], fieldset[disabled] .checkbox[b-myjq4givcu], fieldset[disabled] .radio[b-myjq4givcu] {
        color: #7a7a7a;
        cursor: not-allowed
    }

    .radio + .radio[b-myjq4givcu] {
        margin-left: .5em
    }

.select[b-myjq4givcu] {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

    .select:not(.is-multiple)[b-myjq4givcu] {
        height: 2.5em
    }

        .select:not(.is-multiple):not(.is-loading)[b-myjq4givcu]::after {
            border-color: #3273dc;
            right: 1.125em;
            z-index: 4
        }

    .select.is-rounded select[b-myjq4givcu] {
        border-radius: 290486px;
        padding-left: 1em
    }

    .select select[b-myjq4givcu] {
        cursor: pointer;
        display: block;
        font-size: 1em;
        max-width: 100%;
        outline: 0
    }

        .select select[b-myjq4givcu]::-ms-expand {
            display: none
        }

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

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

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

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

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

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

    .select.is-white select[b-myjq4givcu] {
        border-color: #fff
    }

        .select.is-white select.is-hovered[b-myjq4givcu], .select.is-white select:hover[b-myjq4givcu] {
            border-color: #f2f2f2
        }

        .select.is-white select.is-active[b-myjq4givcu], .select.is-white select.is-focused[b-myjq4givcu], .select.is-white select:active[b-myjq4givcu], .select.is-white select:focus[b-myjq4givcu] {
            box-shadow: 0 0 0 .125em rgba(255,255,255,.25)
        }

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

    .select.is-black select[b-myjq4givcu] {
        border-color: #0a0a0a
    }

        .select.is-black select.is-hovered[b-myjq4givcu], .select.is-black select:hover[b-myjq4givcu] {
            border-color: #000
        }

        .select.is-black select.is-active[b-myjq4givcu], .select.is-black select.is-focused[b-myjq4givcu], .select.is-black select:active[b-myjq4givcu], .select.is-black select:focus[b-myjq4givcu] {
            box-shadow: 0 0 0 .125em rgba(10,10,10,.25)
        }

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

    .select.is-light select[b-myjq4givcu] {
        border-color: #f5f5f5
    }

        .select.is-light select.is-hovered[b-myjq4givcu], .select.is-light select:hover[b-myjq4givcu] {
            border-color: #e8e8e8
        }

        .select.is-light select.is-active[b-myjq4givcu], .select.is-light select.is-focused[b-myjq4givcu], .select.is-light select:active[b-myjq4givcu], .select.is-light select:focus[b-myjq4givcu] {
            box-shadow: 0 0 0 .125em rgba(245,245,245,.25)
        }

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

    .select.is-dark select[b-myjq4givcu] {
        border-color: #363636
    }

        .select.is-dark select.is-hovered[b-myjq4givcu], .select.is-dark select:hover[b-myjq4givcu] {
            border-color: #292929
        }

        .select.is-dark select.is-active[b-myjq4givcu], .select.is-dark select.is-focused[b-myjq4givcu], .select.is-dark select:active[b-myjq4givcu], .select.is-dark select:focus[b-myjq4givcu] {
            box-shadow: 0 0 0 .125em rgba(54,54,54,.25)
        }

    .select.is-primary:not(:hover)[b-myjq4givcu]::after {
        border-color: #00d1b2
    }

    .select.is-primary select[b-myjq4givcu] {
        border-color: #00d1b2
    }

        .select.is-primary select.is-hovered[b-myjq4givcu], .select.is-primary select:hover[b-myjq4givcu] {
            border-color: #00b89c
        }

        .select.is-primary select.is-active[b-myjq4givcu], .select.is-primary select.is-focused[b-myjq4givcu], .select.is-primary select:active[b-myjq4givcu], .select.is-primary select:focus[b-myjq4givcu] {
            box-shadow: 0 0 0 .125em rgba(0,209,178,.25)
        }

    .select.is-link:not(:hover)[b-myjq4givcu]::after {
        border-color: #3273dc
    }

    .select.is-link select[b-myjq4givcu] {
        border-color: #3273dc
    }

        .select.is-link select.is-hovered[b-myjq4givcu], .select.is-link select:hover[b-myjq4givcu] {
            border-color: #2366d1
        }

        .select.is-link select.is-active[b-myjq4givcu], .select.is-link select.is-focused[b-myjq4givcu], .select.is-link select:active[b-myjq4givcu], .select.is-link select:focus[b-myjq4givcu] {
            box-shadow: 0 0 0 .125em rgba(50,115,220,.25)
        }

    .select.is-info:not(:hover)[b-myjq4givcu]::after {
        border-color: #3298dc
    }

    .select.is-info select[b-myjq4givcu] {
        border-color: #3298dc
    }

        .select.is-info select.is-hovered[b-myjq4givcu], .select.is-info select:hover[b-myjq4givcu] {
            border-color: #238cd1
        }

        .select.is-info select.is-active[b-myjq4givcu], .select.is-info select.is-focused[b-myjq4givcu], .select.is-info select:active[b-myjq4givcu], .select.is-info select:focus[b-myjq4givcu] {
            box-shadow: 0 0 0 .125em rgba(50,152,220,.25)
        }

    .select.is-success:not(:hover)[b-myjq4givcu]::after {
        border-color: #48c774
    }

    .select.is-success select[b-myjq4givcu] {
        border-color: #48c774
    }

        .select.is-success select.is-hovered[b-myjq4givcu], .select.is-success select:hover[b-myjq4givcu] {
            border-color: #3abb67
        }

        .select.is-success select.is-active[b-myjq4givcu], .select.is-success select.is-focused[b-myjq4givcu], .select.is-success select:active[b-myjq4givcu], .select.is-success select:focus[b-myjq4givcu] {
            box-shadow: 0 0 0 .125em rgba(72,199,116,.25)
        }

    .select.is-warning:not(:hover)[b-myjq4givcu]::after {
        border-color: #ffdd57
    }

    .select.is-warning select[b-myjq4givcu] {
        border-color: #ffdd57
    }

        .select.is-warning select.is-hovered[b-myjq4givcu], .select.is-warning select:hover[b-myjq4givcu] {
            border-color: #ffd83d
        }

        .select.is-warning select.is-active[b-myjq4givcu], .select.is-warning select.is-focused[b-myjq4givcu], .select.is-warning select:active[b-myjq4givcu], .select.is-warning select:focus[b-myjq4givcu] {
            box-shadow: 0 0 0 .125em rgba(255,221,87,.25)
        }

    .select.is-danger:not(:hover)[b-myjq4givcu]::after {
        border-color: #f14668
    }

    .select.is-danger select[b-myjq4givcu] {
        border-color: #f14668
    }

        .select.is-danger select.is-hovered[b-myjq4givcu], .select.is-danger select:hover[b-myjq4givcu] {
            border-color: #ef2e55
        }

        .select.is-danger select.is-active[b-myjq4givcu], .select.is-danger select.is-focused[b-myjq4givcu], .select.is-danger select:active[b-myjq4givcu], .select.is-danger select:focus[b-myjq4givcu] {
            box-shadow: 0 0 0 .125em rgba(241,70,104,.25)
        }

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

    .select.is-medium[b-myjq4givcu] {
        font-size: 1.25rem
    }

    .select.is-large[b-myjq4givcu] {
        font-size: 1.5rem
    }

    .select.is-disabled[b-myjq4givcu]::after {
        border-color: #7a7a7a
    }

    .select.is-fullwidth[b-myjq4givcu] {
        width: 100%
    }

        .select.is-fullwidth select[b-myjq4givcu] {
            width: 100%
        }

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

    .select.is-loading.is-small[b-myjq4givcu]:after {
        font-size: .75rem
    }

    .select.is-loading.is-medium[b-myjq4givcu]:after {
        font-size: 1.25rem
    }

    .select.is-loading.is-large[b-myjq4givcu]:after {
        font-size: 1.5rem
    }

.file[b-myjq4givcu] {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    position: relative
}

    .file.is-white .file-cta[b-myjq4givcu] {
        background-color: #fff;
        border-color: transparent;
        color: #0a0a0a
    }

    .file.is-white.is-hovered .file-cta[b-myjq4givcu], .file.is-white:hover .file-cta[b-myjq4givcu] {
        background-color: #f9f9f9;
        border-color: transparent;
        color: #0a0a0a
    }

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

    .file.is-white.is-active .file-cta[b-myjq4givcu], .file.is-white:active .file-cta[b-myjq4givcu] {
        background-color: #f2f2f2;
        border-color: transparent;
        color: #0a0a0a
    }

    .file.is-black .file-cta[b-myjq4givcu] {
        background-color: #0a0a0a;
        border-color: transparent;
        color: #fff
    }

    .file.is-black.is-hovered .file-cta[b-myjq4givcu], .file.is-black:hover .file-cta[b-myjq4givcu] {
        background-color: #040404;
        border-color: transparent;
        color: #fff
    }

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

    .file.is-black.is-active .file-cta[b-myjq4givcu], .file.is-black:active .file-cta[b-myjq4givcu] {
        background-color: #000;
        border-color: transparent;
        color: #fff
    }

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

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

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

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

    .file.is-dark .file-cta[b-myjq4givcu] {
        background-color: #363636;
        border-color: transparent;
        color: #fff
    }

    .file.is-dark.is-hovered .file-cta[b-myjq4givcu], .file.is-dark:hover .file-cta[b-myjq4givcu] {
        background-color: #2f2f2f;
        border-color: transparent;
        color: #fff
    }

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

    .file.is-dark.is-active .file-cta[b-myjq4givcu], .file.is-dark:active .file-cta[b-myjq4givcu] {
        background-color: #292929;
        border-color: transparent;
        color: #fff
    }

    .file.is-primary .file-cta[b-myjq4givcu] {
        background-color: #00d1b2;
        border-color: transparent;
        color: #fff
    }

    .file.is-primary.is-hovered .file-cta[b-myjq4givcu], .file.is-primary:hover .file-cta[b-myjq4givcu] {
        background-color: #00c4a7;
        border-color: transparent;
        color: #fff
    }

    .file.is-primary.is-focused .file-cta[b-myjq4givcu], .file.is-primary:focus .file-cta[b-myjq4givcu] {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(0,209,178,.25);
        color: #fff
    }

    .file.is-primary.is-active .file-cta[b-myjq4givcu], .file.is-primary:active .file-cta[b-myjq4givcu] {
        background-color: #00b89c;
        border-color: transparent;
        color: #fff
    }

    .file.is-link .file-cta[b-myjq4givcu] {
        background-color: #3273dc;
        border-color: transparent;
        color: #fff
    }

    .file.is-link.is-hovered .file-cta[b-myjq4givcu], .file.is-link:hover .file-cta[b-myjq4givcu] {
        background-color: #276cda;
        border-color: transparent;
        color: #fff
    }

    .file.is-link.is-focused .file-cta[b-myjq4givcu], .file.is-link:focus .file-cta[b-myjq4givcu] {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(50,115,220,.25);
        color: #fff
    }

    .file.is-link.is-active .file-cta[b-myjq4givcu], .file.is-link:active .file-cta[b-myjq4givcu] {
        background-color: #2366d1;
        border-color: transparent;
        color: #fff
    }

    .file.is-info .file-cta[b-myjq4givcu] {
        background-color: #3298dc;
        border-color: transparent;
        color: #fff
    }

    .file.is-info.is-hovered .file-cta[b-myjq4givcu], .file.is-info:hover .file-cta[b-myjq4givcu] {
        background-color: #2793da;
        border-color: transparent;
        color: #fff
    }

    .file.is-info.is-focused .file-cta[b-myjq4givcu], .file.is-info:focus .file-cta[b-myjq4givcu] {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(50,152,220,.25);
        color: #fff
    }

    .file.is-info.is-active .file-cta[b-myjq4givcu], .file.is-info:active .file-cta[b-myjq4givcu] {
        background-color: #238cd1;
        border-color: transparent;
        color: #fff
    }

    .file.is-success .file-cta[b-myjq4givcu] {
        background-color: #48c774;
        border-color: transparent;
        color: #fff
    }

    .file.is-success.is-hovered .file-cta[b-myjq4givcu], .file.is-success:hover .file-cta[b-myjq4givcu] {
        background-color: #3ec46d;
        border-color: transparent;
        color: #fff
    }

    .file.is-success.is-focused .file-cta[b-myjq4givcu], .file.is-success:focus .file-cta[b-myjq4givcu] {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(72,199,116,.25);
        color: #fff
    }

    .file.is-success.is-active .file-cta[b-myjq4givcu], .file.is-success:active .file-cta[b-myjq4givcu] {
        background-color: #3abb67;
        border-color: transparent;
        color: #fff
    }

    .file.is-warning .file-cta[b-myjq4givcu] {
        background-color: #ffdd57;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .file.is-warning.is-hovered .file-cta[b-myjq4givcu], .file.is-warning:hover .file-cta[b-myjq4givcu] {
        background-color: #ffdb4a;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .file.is-warning.is-focused .file-cta[b-myjq4givcu], .file.is-warning:focus .file-cta[b-myjq4givcu] {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(255,221,87,.25);
        color: rgba(0,0,0,.7)
    }

    .file.is-warning.is-active .file-cta[b-myjq4givcu], .file.is-warning:active .file-cta[b-myjq4givcu] {
        background-color: #ffd83d;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .file.is-danger .file-cta[b-myjq4givcu] {
        background-color: #f14668;
        border-color: transparent;
        color: #fff
    }

    .file.is-danger.is-hovered .file-cta[b-myjq4givcu], .file.is-danger:hover .file-cta[b-myjq4givcu] {
        background-color: #f03a5f;
        border-color: transparent;
        color: #fff
    }

    .file.is-danger.is-focused .file-cta[b-myjq4givcu], .file.is-danger:focus .file-cta[b-myjq4givcu] {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(241,70,104,.25);
        color: #fff
    }

    .file.is-danger.is-active .file-cta[b-myjq4givcu], .file.is-danger:active .file-cta[b-myjq4givcu] {
        background-color: #ef2e55;
        border-color: transparent;
        color: #fff
    }

    .file.is-small[b-myjq4givcu] {
        font-size: .75rem
    }

    .file.is-medium[b-myjq4givcu] {
        font-size: 1.25rem
    }

        .file.is-medium .file-icon .fa[b-myjq4givcu] {
            font-size: 21px
        }

    .file.is-large[b-myjq4givcu] {
        font-size: 1.5rem
    }

        .file.is-large .file-icon .fa[b-myjq4givcu] {
            font-size: 28px
        }

    .file.has-name .file-cta[b-myjq4givcu] {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .file.has-name .file-name[b-myjq4givcu] {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .file.has-name.is-empty .file-cta[b-myjq4givcu] {
        border-radius: 4px
    }

    .file.has-name.is-empty .file-name[b-myjq4givcu] {
        display: none
    }

    .file.is-boxed .file-label[b-myjq4givcu] {
        flex-direction: column
    }

    .file.is-boxed .file-cta[b-myjq4givcu] {
        flex-direction: column;
        height: auto;
        padding: 1em 3em
    }

    .file.is-boxed .file-name[b-myjq4givcu] {
        border-width: 0 1px 1px
    }

    .file.is-boxed .file-icon[b-myjq4givcu] {
        height: 1.5em;
        width: 1.5em
    }

        .file.is-boxed .file-icon .fa[b-myjq4givcu] {
            font-size: 21px
        }

    .file.is-boxed.is-small .file-icon .fa[b-myjq4givcu] {
        font-size: 14px
    }

    .file.is-boxed.is-medium .file-icon .fa[b-myjq4givcu] {
        font-size: 28px
    }

    .file.is-boxed.is-large .file-icon .fa[b-myjq4givcu] {
        font-size: 35px
    }

    .file.is-boxed.has-name .file-cta[b-myjq4givcu] {
        border-radius: 4px 4px 0 0
    }

    .file.is-boxed.has-name .file-name[b-myjq4givcu] {
        border-radius: 0 0 4px 4px;
        border-width: 0 1px 1px
    }

    .file.is-centered[b-myjq4givcu] {
        justify-content: center
    }

    .file.is-fullwidth .file-label[b-myjq4givcu] {
        width: 100%
    }

    .file.is-fullwidth .file-name[b-myjq4givcu] {
        flex-grow: 1;
        max-width: none
    }

    .file.is-right[b-myjq4givcu] {
        justify-content: flex-end
    }

        .file.is-right .file-cta[b-myjq4givcu] {
            border-radius: 0 4px 4px 0
        }

        .file.is-right .file-name[b-myjq4givcu] {
            border-radius: 4px 0 0 4px;
            border-width: 1px 0 1px 1px;
            order: -1
        }

.file-label[b-myjq4givcu] {
    align-items: stretch;
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    overflow: hidden;
    position: relative
}

    .file-label:hover .file-cta[b-myjq4givcu] {
        background-color: #eee;
        color: #363636
    }

    .file-label:hover .file-name[b-myjq4givcu] {
        border-color: #d5d5d5
    }

    .file-label:active .file-cta[b-myjq4givcu] {
        background-color: #e8e8e8;
        color: #363636
    }

    .file-label:active .file-name[b-myjq4givcu] {
        border-color: #cfcfcf
    }

.file-input[b-myjq4givcu] {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 100%
}

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

.file-cta[b-myjq4givcu] {
    background-color: #f5f5f5;
    color: #4a4a4a
}

.file-name[b-myjq4givcu] {
    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[b-myjq4givcu] {
    align-items: center;
    display: flex;
    height: 1em;
    justify-content: center;
    margin-right: .5em;
    width: 1em
}

    .file-icon .fa[b-myjq4givcu] {
        font-size: 14px
    }

.label[b-myjq4givcu] {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700
}

    .label:not(:last-child)[b-myjq4givcu] {
        margin-bottom: .5em
    }

    .label.is-small[b-myjq4givcu] {
        font-size: .75rem
    }

    .label.is-medium[b-myjq4givcu] {
        font-size: 1.25rem
    }

    .label.is-large[b-myjq4givcu] {
        font-size: 1.5rem
    }

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

    .help.is-white[b-myjq4givcu] {
        color: #fff
    }

    .help.is-black[b-myjq4givcu] {
        color: #0a0a0a
    }

    .help.is-light[b-myjq4givcu] {
        color: #f5f5f5
    }

    .help.is-dark[b-myjq4givcu] {
        color: #363636
    }

    .help.is-primary[b-myjq4givcu] {
        color: #00d1b2
    }

    .help.is-link[b-myjq4givcu] {
        color: #3273dc
    }

    .help.is-info[b-myjq4givcu] {
        color: #3298dc
    }

    .help.is-success[b-myjq4givcu] {
        color: #48c774
    }

    .help.is-warning[b-myjq4givcu] {
        color: #ffdd57
    }

    .help.is-danger[b-myjq4givcu] {
        color: #f14668
    }

.field:not(:last-child)[b-myjq4givcu] {
    margin-bottom: .75rem
}

.field.has-addons[b-myjq4givcu] {
    display: flex;
    justify-content: flex-start
}

    .field.has-addons .control:not(:last-child)[b-myjq4givcu] {
        margin-right: -1px
    }

    .field.has-addons .control:not(:first-child):not(:last-child) .button[b-myjq4givcu], .field.has-addons .control:not(:first-child):not(:last-child) .input[b-myjq4givcu], .field.has-addons .control:not(:first-child):not(:last-child) .select select[b-myjq4givcu] {
        border-radius: 0
    }

    .field.has-addons .control:first-child:not(:only-child) .button[b-myjq4givcu], .field.has-addons .control:first-child:not(:only-child) .input[b-myjq4givcu], .field.has-addons .control:first-child:not(:only-child) .select select[b-myjq4givcu] {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

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

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

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

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

    .field.has-addons .control.is-expanded[b-myjq4givcu] {
        flex-grow: 1;
        flex-shrink: 1
    }

    .field.has-addons.has-addons-centered[b-myjq4givcu] {
        justify-content: center
    }

    .field.has-addons.has-addons-right[b-myjq4givcu] {
        justify-content: flex-end
    }

    .field.has-addons.has-addons-fullwidth .control[b-myjq4givcu] {
        flex-grow: 1;
        flex-shrink: 0
    }

.field.is-grouped[b-myjq4givcu] {
    display: flex;
    justify-content: flex-start
}

    .field.is-grouped > .control[b-myjq4givcu] {
        flex-shrink: 0
    }

        .field.is-grouped > .control:not(:last-child)[b-myjq4givcu] {
            margin-bottom: 0;
            margin-right: .75rem
        }

        .field.is-grouped > .control.is-expanded[b-myjq4givcu] {
            flex-grow: 1;
            flex-shrink: 1
        }

    .field.is-grouped.is-grouped-centered[b-myjq4givcu] {
        justify-content: center
    }

    .field.is-grouped.is-grouped-right[b-myjq4givcu] {
        justify-content: flex-end
    }

    .field.is-grouped.is-grouped-multiline[b-myjq4givcu] {
        flex-wrap: wrap
    }

        .field.is-grouped.is-grouped-multiline > .control:last-child[b-myjq4givcu], .field.is-grouped.is-grouped-multiline > .control:not(:last-child)[b-myjq4givcu] {
            margin-bottom: .75rem
        }

        .field.is-grouped.is-grouped-multiline:last-child[b-myjq4givcu] {
            margin-bottom: -.75rem
        }

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

@media screen and (min-width: 769px),print {
    .field.is-horizontal[b-myjq4givcu] {
        display: flex
    }
}

.field-label .label[b-myjq4givcu] {
    font-size: inherit
}

@media screen and (max-width: 768px) {
    .field-label[b-myjq4givcu] {
        margin-bottom: .5rem
    }
}

@media screen and (min-width: 769px),print {
    .field-label[b-myjq4givcu] {
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right
    }

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

        .field-label.is-normal[b-myjq4givcu] {
            padding-top: .375em
        }

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

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

.field-body .field .field[b-myjq4givcu] {
    margin-bottom: 0
}

@media screen and (min-width: 769px),print {
    .field-body[b-myjq4givcu] {
        display: flex;
        flex-basis: 0;
        flex-grow: 5;
        flex-shrink: 1
    }

        .field-body .field[b-myjq4givcu] {
            margin-bottom: 0
        }

        .field-body > .field[b-myjq4givcu] {
            flex-shrink: 1
        }

            .field-body > .field:not(.is-narrow)[b-myjq4givcu] {
                flex-grow: 1
            }

            .field-body > .field:not(:last-child)[b-myjq4givcu] {
                margin-right: .75rem
            }
}

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

    .control.has-icons-left .input:focus ~ .icon[b-myjq4givcu], .control.has-icons-left .select:focus ~ .icon[b-myjq4givcu], .control.has-icons-right .input:focus ~ .icon[b-myjq4givcu], .control.has-icons-right .select:focus ~ .icon[b-myjq4givcu] {
        color: #4a4a4a
    }

    .control.has-icons-left .input.is-small ~ .icon[b-myjq4givcu], .control.has-icons-left .select.is-small ~ .icon[b-myjq4givcu], .control.has-icons-right .input.is-small ~ .icon[b-myjq4givcu], .control.has-icons-right .select.is-small ~ .icon[b-myjq4givcu] {
        font-size: .75rem
    }

    .control.has-icons-left .input.is-medium ~ .icon[b-myjq4givcu], .control.has-icons-left .select.is-medium ~ .icon[b-myjq4givcu], .control.has-icons-right .input.is-medium ~ .icon[b-myjq4givcu], .control.has-icons-right .select.is-medium ~ .icon[b-myjq4givcu] {
        font-size: 1.25rem
    }

    .control.has-icons-left .input.is-large ~ .icon[b-myjq4givcu], .control.has-icons-left .select.is-large ~ .icon[b-myjq4givcu], .control.has-icons-right .input.is-large ~ .icon[b-myjq4givcu], .control.has-icons-right .select.is-large ~ .icon[b-myjq4givcu] {
        font-size: 1.5rem
    }

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

    .control.has-icons-left .input[b-myjq4givcu], .control.has-icons-left .select select[b-myjq4givcu] {
        padding-left: 2.5em
    }

    .control.has-icons-left .icon.is-left[b-myjq4givcu] {
        left: 0
    }

    .control.has-icons-right .input[b-myjq4givcu], .control.has-icons-right .select select[b-myjq4givcu] {
        padding-right: 2.5em
    }

    .control.has-icons-right .icon.is-right[b-myjq4givcu] {
        right: 0
    }

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

    .control.is-loading.is-small[b-myjq4givcu]:after {
        font-size: .75rem
    }

    .control.is-loading.is-medium[b-myjq4givcu]:after {
        font-size: 1.25rem
    }

    .control.is-loading.is-large[b-myjq4givcu]:after {
        font-size: 1.5rem
    }

.breadcrumb[b-myjq4givcu] {
    font-size: 1rem;
    white-space: nowrap
}

    .breadcrumb a[b-myjq4givcu] {
        align-items: center;
        color: #3273dc;
        display: flex;
        justify-content: center;
        padding: 0 .75em
    }

        .breadcrumb a:hover[b-myjq4givcu] {
            color: #363636
        }

    .breadcrumb li[b-myjq4givcu] {
        align-items: center;
        display: flex
    }

        .breadcrumb li:first-child a[b-myjq4givcu] {
            padding-left: 0
        }

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

        .breadcrumb li + li[b-myjq4givcu]::before {
            color: #b5b5b5;
            content: "\0002f"
        }

    .breadcrumb ol[b-myjq4givcu], .breadcrumb ul[b-myjq4givcu] {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .breadcrumb .icon:first-child[b-myjq4givcu] {
        margin-right: .5em
    }

    .breadcrumb .icon:last-child[b-myjq4givcu] {
        margin-left: .5em
    }

    .breadcrumb.is-centered ol[b-myjq4givcu], .breadcrumb.is-centered ul[b-myjq4givcu] {
        justify-content: center
    }

    .breadcrumb.is-right ol[b-myjq4givcu], .breadcrumb.is-right ul[b-myjq4givcu] {
        justify-content: flex-end
    }

    .breadcrumb.is-small[b-myjq4givcu] {
        font-size: .75rem
    }

    .breadcrumb.is-medium[b-myjq4givcu] {
        font-size: 1.25rem
    }

    .breadcrumb.is-large[b-myjq4givcu] {
        font-size: 1.5rem
    }

    .breadcrumb.has-arrow-separator li + li[b-myjq4givcu]::before {
        content: "\02192"
    }

    .breadcrumb.has-bullet-separator li + li[b-myjq4givcu]::before {
        content: "\02022"
    }

    .breadcrumb.has-dot-separator li + li[b-myjq4givcu]::before {
        content: "\000b7"
    }

    .breadcrumb.has-succeeds-separator li + li[b-myjq4givcu]::before {
        content: "\0227B"
    }

.card[b-myjq4givcu] {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    color: #4a4a4a;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.card-header[b-myjq4givcu] {
    background-color: transparent;
    align-items: stretch;
    box-shadow: 0 .125em .25em rgba(10,10,10,.1);
    display: flex
}

.card-header-title[b-myjq4givcu] {
    align-items: center;
    color: #363636;
    display: flex;
    flex-grow: 1;
    font-weight: 700;
    padding: .75rem 1rem
}

    .card-header-title.is-centered[b-myjq4givcu] {
        justify-content: center
    }

.card-header-icon[b-myjq4givcu] {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: .75rem 1rem
}

.card-image[b-myjq4givcu] {
    display: block;
    position: relative
}

.card-content[b-myjq4givcu] {
    background-color: transparent;
    padding: 1.5rem
}

.card-footer[b-myjq4givcu] {
    background-color: transparent;
    border-top: 1px solid #ededed;
    align-items: stretch;
    display: flex
}

.card-footer-item[b-myjq4givcu] {
    align-items: center;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    padding: .75rem
}

    .card-footer-item:not(:last-child)[b-myjq4givcu] {
        border-right: 1px solid #ededed
    }

.card .media:not(:last-child)[b-myjq4givcu] {
    margin-bottom: 1.5rem
}

.dropdown[b-myjq4givcu] {
    display: inline-flex;
    position: relative;
    vertical-align: top
}

    .dropdown.is-active .dropdown-menu[b-myjq4givcu], .dropdown.is-hoverable:hover .dropdown-menu[b-myjq4givcu] {
        display: block
    }

    .dropdown.is-right .dropdown-menu[b-myjq4givcu] {
        left: auto;
        right: 0
    }

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

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

.dropdown-content[b-myjq4givcu] {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.dropdown-item[b-myjq4givcu] {
    color: #4a4a4a;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    padding: .375rem 1rem;
    position: relative
}

a.dropdown-item[b-myjq4givcu], button.dropdown-item[b-myjq4givcu] {
    padding-right: 3rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

    a.dropdown-item:hover[b-myjq4givcu], button.dropdown-item:hover[b-myjq4givcu] {
        background-color: #f5f5f5;
        color: #0a0a0a
    }

    a.dropdown-item.is-active[b-myjq4givcu], button.dropdown-item.is-active[b-myjq4givcu] {
        background-color: #3273dc;
        color: #fff
    }

.dropdown-divider[b-myjq4givcu] {
    background-color: #ededed;
    border: none;
    display: block;
    height: 1px;
    margin: .5rem 0
}

.level[b-myjq4givcu] {
    align-items: center;
    justify-content: space-between
}

    .level code[b-myjq4givcu] {
        border-radius: 4px
    }

    .level img[b-myjq4givcu] {
        display: inline-block;
        vertical-align: top
    }

    .level.is-mobile[b-myjq4givcu] {
        display: flex
    }

        .level.is-mobile .level-left[b-myjq4givcu], .level.is-mobile .level-right[b-myjq4givcu] {
            display: flex
        }

            .level.is-mobile .level-left + .level-right[b-myjq4givcu] {
                margin-top: 0
            }

        .level.is-mobile .level-item:not(:last-child)[b-myjq4givcu] {
            margin-bottom: 0;
            margin-right: .75rem
        }

        .level.is-mobile .level-item:not(.is-narrow)[b-myjq4givcu] {
            flex-grow: 1
        }

@media screen and (min-width: 769px),print {
    .level[b-myjq4givcu] {
        display: flex
    }

        .level > .level-item:not(.is-narrow)[b-myjq4givcu] {
            flex-grow: 1
        }
}

.level-item[b-myjq4givcu] {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center
}

    .level-item .subtitle[b-myjq4givcu], .level-item .title[b-myjq4givcu] {
        margin-bottom: 0
    }

@media screen and (max-width: 768px) {
    .level-item:not(:last-child)[b-myjq4givcu] {
        margin-bottom: .75rem
    }
}

.level-left[b-myjq4givcu], .level-right[b-myjq4givcu] {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0
}

    .level-left .level-item.is-flexible[b-myjq4givcu], .level-right .level-item.is-flexible[b-myjq4givcu] {
        flex-grow: 1
    }

@media screen and (min-width: 769px),print {
    .level-left .level-item:not(:last-child)[b-myjq4givcu], .level-right .level-item:not(:last-child)[b-myjq4givcu] {
        margin-right: .75rem
    }
}

.level-left[b-myjq4givcu] {
    align-items: center;
    justify-content: flex-start
}

@media screen and (max-width: 768px) {
    .level-left + .level-right[b-myjq4givcu] {
        margin-top: 1.5rem
    }
}

@media screen and (min-width: 769px),print {
    .level-left[b-myjq4givcu] {
        display: flex
    }
}

.level-right[b-myjq4givcu] {
    align-items: center;
    justify-content: flex-end
}

@media screen and (min-width: 769px),print {
    .level-right[b-myjq4givcu] {
        display: flex
    }
}

.media[b-myjq4givcu] {
    align-items: flex-start;
    display: flex;
    text-align: inherit
}

    .media .content:not(:last-child)[b-myjq4givcu] {
        margin-bottom: .75rem
    }

    .media .media[b-myjq4givcu] {
        border-top: 1px solid rgba(219,219,219,.5);
        display: flex;
        padding-top: .75rem
    }

        .media .media .content:not(:last-child)[b-myjq4givcu], .media .media .control:not(:last-child)[b-myjq4givcu] {
            margin-bottom: .5rem
        }

        .media .media .media[b-myjq4givcu] {
            padding-top: .5rem
        }

            .media .media .media + .media[b-myjq4givcu] {
                margin-top: .5rem
            }

    .media + .media[b-myjq4givcu] {
        border-top: 1px solid rgba(219,219,219,.5);
        margin-top: 1rem;
        padding-top: 1rem
    }

    .media.is-large + .media[b-myjq4givcu] {
        margin-top: 1.5rem;
        padding-top: 1.5rem
    }

.media-left[b-myjq4givcu], .media-right[b-myjq4givcu] {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0
}

.media-left[b-myjq4givcu] {
    margin-right: 1rem
}

.media-right[b-myjq4givcu] {
    margin-left: 1rem
}

.media-content[b-myjq4givcu] {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: inherit
}

@media screen and (max-width: 768px) {
    .media-content[b-myjq4givcu] {
        overflow-x: auto
    }
}

.menu[b-myjq4givcu] {
    font-size: 1rem
}

    .menu.is-small[b-myjq4givcu] {
        font-size: .75rem
    }

    .menu.is-medium[b-myjq4givcu] {
        font-size: 1.25rem
    }

    .menu.is-large[b-myjq4givcu] {
        font-size: 1.5rem
    }

.menu-list[b-myjq4givcu] {
    line-height: 1.25
}

    .menu-list a[b-myjq4givcu] {
        border-radius: 2px;
        color: #4a4a4a;
        display: block;
        padding: .5em .75em
    }

        .menu-list a:hover[b-myjq4givcu] {
            background-color: #f5f5f5;
            color: #363636
        }

        .menu-list a.is-active[b-myjq4givcu] {
            background-color: #3273dc;
            color: #fff
        }

    .menu-list li ul[b-myjq4givcu] {
        border-left: 1px solid #dbdbdb;
        margin: .75em;
        padding-left: .75em
    }

.menu-label[b-myjq4givcu] {
    color: #7a7a7a;
    font-size: .75em;
    letter-spacing: .1em;
    text-transform: uppercase
}

    .menu-label:not(:first-child)[b-myjq4givcu] {
        margin-top: 1em
    }

    .menu-label:not(:last-child)[b-myjq4givcu] {
        margin-bottom: 1em
    }

.message[b-myjq4givcu] {
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 1rem
}

    .message strong[b-myjq4givcu] {
        color: currentColor
    }

    .message a:not(.button):not(.tag):not(.dropdown-item)[b-myjq4givcu] {
        color: currentColor;
        text-decoration: underline
    }

    .message.is-small[b-myjq4givcu] {
        font-size: .75rem
    }

    .message.is-medium[b-myjq4givcu] {
        font-size: 1.25rem
    }

    .message.is-large[b-myjq4givcu] {
        font-size: 1.5rem
    }

    .message.is-white[b-myjq4givcu] {
        background-color: #fff
    }

        .message.is-white .message-header[b-myjq4givcu] {
            background-color: #fff;
            color: #0a0a0a
        }

        .message.is-white .message-body[b-myjq4givcu] {
            border-color: #fff
        }

    .message.is-black[b-myjq4givcu] {
        background-color: #fafafa
    }

        .message.is-black .message-header[b-myjq4givcu] {
            background-color: #0a0a0a;
            color: #fff
        }

        .message.is-black .message-body[b-myjq4givcu] {
            border-color: #0a0a0a
        }

    .message.is-light[b-myjq4givcu] {
        background-color: #fafafa
    }

        .message.is-light .message-header[b-myjq4givcu] {
            background-color: #f5f5f5;
            color: rgba(0,0,0,.7)
        }

        .message.is-light .message-body[b-myjq4givcu] {
            border-color: #f5f5f5
        }

    .message.is-dark[b-myjq4givcu] {
        background-color: #fafafa
    }

        .message.is-dark .message-header[b-myjq4givcu] {
            background-color: #363636;
            color: #fff
        }

        .message.is-dark .message-body[b-myjq4givcu] {
            border-color: #363636
        }

    .message.is-primary[b-myjq4givcu] {
        background-color: #ebfffc
    }

        .message.is-primary .message-header[b-myjq4givcu] {
            background-color: #00d1b2;
            color: #fff
        }

        .message.is-primary .message-body[b-myjq4givcu] {
            border-color: #00d1b2;
            color: #00947e
        }

    .message.is-link[b-myjq4givcu] {
        background-color: #eef3fc
    }

        .message.is-link .message-header[b-myjq4givcu] {
            background-color: #3273dc;
            color: #fff
        }

        .message.is-link .message-body[b-myjq4givcu] {
            border-color: #3273dc;
            color: #2160c4
        }

    .message.is-info[b-myjq4givcu] {
        background-color: #eef6fc
    }

        .message.is-info .message-header[b-myjq4givcu] {
            background-color: #3298dc;
            color: #fff
        }

        .message.is-info .message-body[b-myjq4givcu] {
            border-color: #3298dc;
            color: #1d72aa
        }

    .message.is-success[b-myjq4givcu] {
        background-color: #effaf3
    }

        .message.is-success .message-header[b-myjq4givcu] {
            background-color: #48c774;
            color: #fff
        }

        .message.is-success .message-body[b-myjq4givcu] {
            border-color: #48c774;
            color: #257942
        }

    .message.is-warning[b-myjq4givcu] {
        background-color: #fffbeb
    }

        .message.is-warning .message-header[b-myjq4givcu] {
            background-color: #ffdd57;
            color: rgba(0,0,0,.7)
        }

        .message.is-warning .message-body[b-myjq4givcu] {
            border-color: #ffdd57;
            color: #947600
        }

    .message.is-danger[b-myjq4givcu] {
        background-color: #feecf0
    }

        .message.is-danger .message-header[b-myjq4givcu] {
            background-color: #f14668;
            color: #fff
        }

        .message.is-danger .message-body[b-myjq4givcu] {
            border-color: #f14668;
            color: #cc0f35
        }

.message-header[b-myjq4givcu] {
    align-items: center;
    background-color: #4a4a4a;
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.25;
    padding: .75em 1em;
    position: relative
}

    .message-header .delete[b-myjq4givcu] {
        flex-grow: 0;
        flex-shrink: 0;
        margin-left: .75em
    }

    .message-header + .message-body[b-myjq4givcu] {
        border-width: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.message-body[b-myjq4givcu] {
    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[b-myjq4givcu], .message-body pre[b-myjq4givcu] {
        background-color: #fff
    }

        .message-body pre code[b-myjq4givcu] {
            background-color: transparent
        }

.modal[b-myjq4givcu] {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40
}

    .modal.is-active[b-myjq4givcu] {
        display: flex
    }

.modal-background[b-myjq4givcu] {
    background-color: rgba(10,10,10,.86)
}

.modal-card[b-myjq4givcu], .modal-content[b-myjq4givcu] {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%
}

@media screen and (min-width: 769px) {
    .modal-card[b-myjq4givcu], .modal-content[b-myjq4givcu] {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 640px
    }
}

.modal-close[b-myjq4givcu] {
    background: 0 0;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px
}

.modal-card[b-myjq4givcu] {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    -ms-overflow-y: visible
}

.modal-card-foot[b-myjq4givcu], .modal-card-head[b-myjq4givcu] {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 20px;
    position: relative
}

.modal-card-head[b-myjq4givcu] {
    border-bottom: 1px solid #dbdbdb;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.modal-card-title[b-myjq4givcu] {
    color: #363636;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1
}

.modal-card-foot[b-myjq4givcu] {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #dbdbdb
}

    .modal-card-foot .button:not(:last-child)[b-myjq4givcu] {
        margin-right: .5em
    }

.modal-card-body[b-myjq4givcu] {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px
}

.navbar[b-myjq4givcu] {
    background-color: #fff;
    min-height: 3.25rem;
    position: relative;
    z-index: 30
}

    .navbar.is-white[b-myjq4givcu] {
        background-color: #fff;
        color: #0a0a0a
    }

        .navbar.is-white .navbar-brand .navbar-link[b-myjq4givcu], .navbar.is-white .navbar-brand > .navbar-item[b-myjq4givcu] {
            color: #0a0a0a
        }

            .navbar.is-white .navbar-brand .navbar-link.is-active[b-myjq4givcu], .navbar.is-white .navbar-brand .navbar-link:focus[b-myjq4givcu], .navbar.is-white .navbar-brand .navbar-link:hover[b-myjq4givcu], .navbar.is-white .navbar-brand > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-white .navbar-brand > a.navbar-item:focus[b-myjq4givcu], .navbar.is-white .navbar-brand > a.navbar-item:hover[b-myjq4givcu] {
                background-color: #f2f2f2;
                color: #0a0a0a
            }

            .navbar.is-white .navbar-brand .navbar-link[b-myjq4givcu]::after {
                border-color: #0a0a0a
            }

        .navbar.is-white .navbar-burger[b-myjq4givcu] {
            color: #0a0a0a
        }

@media screen and (min-width: 1024px) {
    .navbar.is-white .navbar-end .navbar-link[b-myjq4givcu], .navbar.is-white .navbar-end > .navbar-item[b-myjq4givcu], .navbar.is-white .navbar-start .navbar-link[b-myjq4givcu], .navbar.is-white .navbar-start > .navbar-item[b-myjq4givcu] {
        color: #0a0a0a
    }

        .navbar.is-white .navbar-end .navbar-link.is-active[b-myjq4givcu], .navbar.is-white .navbar-end .navbar-link:focus[b-myjq4givcu], .navbar.is-white .navbar-end .navbar-link:hover[b-myjq4givcu], .navbar.is-white .navbar-end > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-white .navbar-end > a.navbar-item:focus[b-myjq4givcu], .navbar.is-white .navbar-end > a.navbar-item:hover[b-myjq4givcu], .navbar.is-white .navbar-start .navbar-link.is-active[b-myjq4givcu], .navbar.is-white .navbar-start .navbar-link:focus[b-myjq4givcu], .navbar.is-white .navbar-start .navbar-link:hover[b-myjq4givcu], .navbar.is-white .navbar-start > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-white .navbar-start > a.navbar-item:focus[b-myjq4givcu], .navbar.is-white .navbar-start > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #f2f2f2;
            color: #0a0a0a
        }

        .navbar.is-white .navbar-end .navbar-link[b-myjq4givcu]::after, .navbar.is-white .navbar-start .navbar-link[b-myjq4givcu]::after {
            border-color: #0a0a0a
        }

    .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link[b-myjq4givcu], .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link[b-myjq4givcu], .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link[b-myjq4givcu] {
        background-color: #f2f2f2;
        color: #0a0a0a
    }

    .navbar.is-white .navbar-dropdown a.navbar-item.is-active[b-myjq4givcu] {
        background-color: #fff;
        color: #0a0a0a
    }
}

.navbar.is-black[b-myjq4givcu] {
    background-color: #0a0a0a;
    color: #fff
}

    .navbar.is-black .navbar-brand .navbar-link[b-myjq4givcu], .navbar.is-black .navbar-brand > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-black .navbar-brand .navbar-link.is-active[b-myjq4givcu], .navbar.is-black .navbar-brand .navbar-link:focus[b-myjq4givcu], .navbar.is-black .navbar-brand .navbar-link:hover[b-myjq4givcu], .navbar.is-black .navbar-brand > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-black .navbar-brand > a.navbar-item:focus[b-myjq4givcu], .navbar.is-black .navbar-brand > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #000;
            color: #fff
        }

        .navbar.is-black .navbar-brand .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-black .navbar-burger[b-myjq4givcu] {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-black .navbar-end .navbar-link[b-myjq4givcu], .navbar.is-black .navbar-end > .navbar-item[b-myjq4givcu], .navbar.is-black .navbar-start .navbar-link[b-myjq4givcu], .navbar.is-black .navbar-start > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-black .navbar-end .navbar-link.is-active[b-myjq4givcu], .navbar.is-black .navbar-end .navbar-link:focus[b-myjq4givcu], .navbar.is-black .navbar-end .navbar-link:hover[b-myjq4givcu], .navbar.is-black .navbar-end > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-black .navbar-end > a.navbar-item:focus[b-myjq4givcu], .navbar.is-black .navbar-end > a.navbar-item:hover[b-myjq4givcu], .navbar.is-black .navbar-start .navbar-link.is-active[b-myjq4givcu], .navbar.is-black .navbar-start .navbar-link:focus[b-myjq4givcu], .navbar.is-black .navbar-start .navbar-link:hover[b-myjq4givcu], .navbar.is-black .navbar-start > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-black .navbar-start > a.navbar-item:focus[b-myjq4givcu], .navbar.is-black .navbar-start > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #000;
            color: #fff
        }

        .navbar.is-black .navbar-end .navbar-link[b-myjq4givcu]::after, .navbar.is-black .navbar-start .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link[b-myjq4givcu], .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link[b-myjq4givcu], .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link[b-myjq4givcu] {
        background-color: #000;
        color: #fff
    }

    .navbar.is-black .navbar-dropdown a.navbar-item.is-active[b-myjq4givcu] {
        background-color: #0a0a0a;
        color: #fff
    }
}

.navbar.is-light[b-myjq4givcu] {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.7)
}

    .navbar.is-light .navbar-brand .navbar-link[b-myjq4givcu], .navbar.is-light .navbar-brand > .navbar-item[b-myjq4givcu] {
        color: rgba(0,0,0,.7)
    }

        .navbar.is-light .navbar-brand .navbar-link.is-active[b-myjq4givcu], .navbar.is-light .navbar-brand .navbar-link:focus[b-myjq4givcu], .navbar.is-light .navbar-brand .navbar-link:hover[b-myjq4givcu], .navbar.is-light .navbar-brand > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-light .navbar-brand > a.navbar-item:focus[b-myjq4givcu], .navbar.is-light .navbar-brand > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #e8e8e8;
            color: rgba(0,0,0,.7)
        }

        .navbar.is-light .navbar-brand .navbar-link[b-myjq4givcu]::after {
            border-color: rgba(0,0,0,.7)
        }

    .navbar.is-light .navbar-burger[b-myjq4givcu] {
        color: rgba(0,0,0,.7)
    }

@media screen and (min-width: 1024px) {
    .navbar.is-light .navbar-end .navbar-link[b-myjq4givcu], .navbar.is-light .navbar-end > .navbar-item[b-myjq4givcu], .navbar.is-light .navbar-start .navbar-link[b-myjq4givcu], .navbar.is-light .navbar-start > .navbar-item[b-myjq4givcu] {
        color: rgba(0,0,0,.7)
    }

        .navbar.is-light .navbar-end .navbar-link.is-active[b-myjq4givcu], .navbar.is-light .navbar-end .navbar-link:focus[b-myjq4givcu], .navbar.is-light .navbar-end .navbar-link:hover[b-myjq4givcu], .navbar.is-light .navbar-end > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-light .navbar-end > a.navbar-item:focus[b-myjq4givcu], .navbar.is-light .navbar-end > a.navbar-item:hover[b-myjq4givcu], .navbar.is-light .navbar-start .navbar-link.is-active[b-myjq4givcu], .navbar.is-light .navbar-start .navbar-link:focus[b-myjq4givcu], .navbar.is-light .navbar-start .navbar-link:hover[b-myjq4givcu], .navbar.is-light .navbar-start > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-light .navbar-start > a.navbar-item:focus[b-myjq4givcu], .navbar.is-light .navbar-start > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #e8e8e8;
            color: rgba(0,0,0,.7)
        }

        .navbar.is-light .navbar-end .navbar-link[b-myjq4givcu]::after, .navbar.is-light .navbar-start .navbar-link[b-myjq4givcu]::after {
            border-color: rgba(0,0,0,.7)
        }

    .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link[b-myjq4givcu], .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link[b-myjq4givcu], .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link[b-myjq4givcu] {
        background-color: #e8e8e8;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-light .navbar-dropdown a.navbar-item.is-active[b-myjq4givcu] {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }
}

.navbar.is-dark[b-myjq4givcu] {
    background-color: #363636;
    color: #fff
}

    .navbar.is-dark .navbar-brand .navbar-link[b-myjq4givcu], .navbar.is-dark .navbar-brand > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-dark .navbar-brand .navbar-link.is-active[b-myjq4givcu], .navbar.is-dark .navbar-brand .navbar-link:focus[b-myjq4givcu], .navbar.is-dark .navbar-brand .navbar-link:hover[b-myjq4givcu], .navbar.is-dark .navbar-brand > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-dark .navbar-brand > a.navbar-item:focus[b-myjq4givcu], .navbar.is-dark .navbar-brand > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #292929;
            color: #fff
        }

        .navbar.is-dark .navbar-brand .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-dark .navbar-burger[b-myjq4givcu] {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-dark .navbar-end .navbar-link[b-myjq4givcu], .navbar.is-dark .navbar-end > .navbar-item[b-myjq4givcu], .navbar.is-dark .navbar-start .navbar-link[b-myjq4givcu], .navbar.is-dark .navbar-start > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-dark .navbar-end .navbar-link.is-active[b-myjq4givcu], .navbar.is-dark .navbar-end .navbar-link:focus[b-myjq4givcu], .navbar.is-dark .navbar-end .navbar-link:hover[b-myjq4givcu], .navbar.is-dark .navbar-end > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-dark .navbar-end > a.navbar-item:focus[b-myjq4givcu], .navbar.is-dark .navbar-end > a.navbar-item:hover[b-myjq4givcu], .navbar.is-dark .navbar-start .navbar-link.is-active[b-myjq4givcu], .navbar.is-dark .navbar-start .navbar-link:focus[b-myjq4givcu], .navbar.is-dark .navbar-start .navbar-link:hover[b-myjq4givcu], .navbar.is-dark .navbar-start > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-dark .navbar-start > a.navbar-item:focus[b-myjq4givcu], .navbar.is-dark .navbar-start > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #292929;
            color: #fff
        }

        .navbar.is-dark .navbar-end .navbar-link[b-myjq4givcu]::after, .navbar.is-dark .navbar-start .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link[b-myjq4givcu], .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link[b-myjq4givcu], .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link[b-myjq4givcu] {
        background-color: #292929;
        color: #fff
    }

    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active[b-myjq4givcu] {
        background-color: #363636;
        color: #fff
    }
}

.navbar.is-primary[b-myjq4givcu] {
    background-color: #00d1b2;
    color: #fff
}

    .navbar.is-primary .navbar-brand .navbar-link[b-myjq4givcu], .navbar.is-primary .navbar-brand > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-primary .navbar-brand .navbar-link.is-active[b-myjq4givcu], .navbar.is-primary .navbar-brand .navbar-link:focus[b-myjq4givcu], .navbar.is-primary .navbar-brand .navbar-link:hover[b-myjq4givcu], .navbar.is-primary .navbar-brand > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-primary .navbar-brand > a.navbar-item:focus[b-myjq4givcu], .navbar.is-primary .navbar-brand > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #00b89c;
            color: #fff
        }

        .navbar.is-primary .navbar-brand .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-primary .navbar-burger[b-myjq4givcu] {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-primary .navbar-end .navbar-link[b-myjq4givcu], .navbar.is-primary .navbar-end > .navbar-item[b-myjq4givcu], .navbar.is-primary .navbar-start .navbar-link[b-myjq4givcu], .navbar.is-primary .navbar-start > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-primary .navbar-end .navbar-link.is-active[b-myjq4givcu], .navbar.is-primary .navbar-end .navbar-link:focus[b-myjq4givcu], .navbar.is-primary .navbar-end .navbar-link:hover[b-myjq4givcu], .navbar.is-primary .navbar-end > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-primary .navbar-end > a.navbar-item:focus[b-myjq4givcu], .navbar.is-primary .navbar-end > a.navbar-item:hover[b-myjq4givcu], .navbar.is-primary .navbar-start .navbar-link.is-active[b-myjq4givcu], .navbar.is-primary .navbar-start .navbar-link:focus[b-myjq4givcu], .navbar.is-primary .navbar-start .navbar-link:hover[b-myjq4givcu], .navbar.is-primary .navbar-start > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-primary .navbar-start > a.navbar-item:focus[b-myjq4givcu], .navbar.is-primary .navbar-start > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #00b89c;
            color: #fff
        }

        .navbar.is-primary .navbar-end .navbar-link[b-myjq4givcu]::after, .navbar.is-primary .navbar-start .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link[b-myjq4givcu], .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link[b-myjq4givcu], .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link[b-myjq4givcu] {
        background-color: #00b89c;
        color: #fff
    }

    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active[b-myjq4givcu] {
        background-color: #00d1b2;
        color: #fff
    }
}

.navbar.is-link[b-myjq4givcu] {
    background-color: #3273dc;
    color: #fff
}

    .navbar.is-link .navbar-brand .navbar-link[b-myjq4givcu], .navbar.is-link .navbar-brand > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-link .navbar-brand .navbar-link.is-active[b-myjq4givcu], .navbar.is-link .navbar-brand .navbar-link:focus[b-myjq4givcu], .navbar.is-link .navbar-brand .navbar-link:hover[b-myjq4givcu], .navbar.is-link .navbar-brand > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-link .navbar-brand > a.navbar-item:focus[b-myjq4givcu], .navbar.is-link .navbar-brand > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #2366d1;
            color: #fff
        }

        .navbar.is-link .navbar-brand .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-link .navbar-burger[b-myjq4givcu] {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-link .navbar-end .navbar-link[b-myjq4givcu], .navbar.is-link .navbar-end > .navbar-item[b-myjq4givcu], .navbar.is-link .navbar-start .navbar-link[b-myjq4givcu], .navbar.is-link .navbar-start > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-link .navbar-end .navbar-link.is-active[b-myjq4givcu], .navbar.is-link .navbar-end .navbar-link:focus[b-myjq4givcu], .navbar.is-link .navbar-end .navbar-link:hover[b-myjq4givcu], .navbar.is-link .navbar-end > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-link .navbar-end > a.navbar-item:focus[b-myjq4givcu], .navbar.is-link .navbar-end > a.navbar-item:hover[b-myjq4givcu], .navbar.is-link .navbar-start .navbar-link.is-active[b-myjq4givcu], .navbar.is-link .navbar-start .navbar-link:focus[b-myjq4givcu], .navbar.is-link .navbar-start .navbar-link:hover[b-myjq4givcu], .navbar.is-link .navbar-start > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-link .navbar-start > a.navbar-item:focus[b-myjq4givcu], .navbar.is-link .navbar-start > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #2366d1;
            color: #fff
        }

        .navbar.is-link .navbar-end .navbar-link[b-myjq4givcu]::after, .navbar.is-link .navbar-start .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link[b-myjq4givcu], .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link[b-myjq4givcu], .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link[b-myjq4givcu] {
        background-color: #2366d1;
        color: #fff
    }

    .navbar.is-link .navbar-dropdown a.navbar-item.is-active[b-myjq4givcu] {
        background-color: #3273dc;
        color: #fff
    }
}

.navbar.is-info[b-myjq4givcu] {
    background-color: #3298dc;
    color: #fff
}

    .navbar.is-info .navbar-brand .navbar-link[b-myjq4givcu], .navbar.is-info .navbar-brand > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-info .navbar-brand .navbar-link.is-active[b-myjq4givcu], .navbar.is-info .navbar-brand .navbar-link:focus[b-myjq4givcu], .navbar.is-info .navbar-brand .navbar-link:hover[b-myjq4givcu], .navbar.is-info .navbar-brand > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-info .navbar-brand > a.navbar-item:focus[b-myjq4givcu], .navbar.is-info .navbar-brand > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #238cd1;
            color: #fff
        }

        .navbar.is-info .navbar-brand .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-info .navbar-burger[b-myjq4givcu] {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-info .navbar-end .navbar-link[b-myjq4givcu], .navbar.is-info .navbar-end > .navbar-item[b-myjq4givcu], .navbar.is-info .navbar-start .navbar-link[b-myjq4givcu], .navbar.is-info .navbar-start > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-info .navbar-end .navbar-link.is-active[b-myjq4givcu], .navbar.is-info .navbar-end .navbar-link:focus[b-myjq4givcu], .navbar.is-info .navbar-end .navbar-link:hover[b-myjq4givcu], .navbar.is-info .navbar-end > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-info .navbar-end > a.navbar-item:focus[b-myjq4givcu], .navbar.is-info .navbar-end > a.navbar-item:hover[b-myjq4givcu], .navbar.is-info .navbar-start .navbar-link.is-active[b-myjq4givcu], .navbar.is-info .navbar-start .navbar-link:focus[b-myjq4givcu], .navbar.is-info .navbar-start .navbar-link:hover[b-myjq4givcu], .navbar.is-info .navbar-start > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-info .navbar-start > a.navbar-item:focus[b-myjq4givcu], .navbar.is-info .navbar-start > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #238cd1;
            color: #fff
        }

        .navbar.is-info .navbar-end .navbar-link[b-myjq4givcu]::after, .navbar.is-info .navbar-start .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link[b-myjq4givcu], .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link[b-myjq4givcu], .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link[b-myjq4givcu] {
        background-color: #238cd1;
        color: #fff
    }

    .navbar.is-info .navbar-dropdown a.navbar-item.is-active[b-myjq4givcu] {
        background-color: #3298dc;
        color: #fff
    }
}

.navbar.is-success[b-myjq4givcu] {
    background-color: #48c774;
    color: #fff
}

    .navbar.is-success .navbar-brand .navbar-link[b-myjq4givcu], .navbar.is-success .navbar-brand > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-success .navbar-brand .navbar-link.is-active[b-myjq4givcu], .navbar.is-success .navbar-brand .navbar-link:focus[b-myjq4givcu], .navbar.is-success .navbar-brand .navbar-link:hover[b-myjq4givcu], .navbar.is-success .navbar-brand > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-success .navbar-brand > a.navbar-item:focus[b-myjq4givcu], .navbar.is-success .navbar-brand > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #3abb67;
            color: #fff
        }

        .navbar.is-success .navbar-brand .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-success .navbar-burger[b-myjq4givcu] {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-success .navbar-end .navbar-link[b-myjq4givcu], .navbar.is-success .navbar-end > .navbar-item[b-myjq4givcu], .navbar.is-success .navbar-start .navbar-link[b-myjq4givcu], .navbar.is-success .navbar-start > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-success .navbar-end .navbar-link.is-active[b-myjq4givcu], .navbar.is-success .navbar-end .navbar-link:focus[b-myjq4givcu], .navbar.is-success .navbar-end .navbar-link:hover[b-myjq4givcu], .navbar.is-success .navbar-end > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-success .navbar-end > a.navbar-item:focus[b-myjq4givcu], .navbar.is-success .navbar-end > a.navbar-item:hover[b-myjq4givcu], .navbar.is-success .navbar-start .navbar-link.is-active[b-myjq4givcu], .navbar.is-success .navbar-start .navbar-link:focus[b-myjq4givcu], .navbar.is-success .navbar-start .navbar-link:hover[b-myjq4givcu], .navbar.is-success .navbar-start > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-success .navbar-start > a.navbar-item:focus[b-myjq4givcu], .navbar.is-success .navbar-start > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #3abb67;
            color: #fff
        }

        .navbar.is-success .navbar-end .navbar-link[b-myjq4givcu]::after, .navbar.is-success .navbar-start .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link[b-myjq4givcu], .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link[b-myjq4givcu], .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link[b-myjq4givcu] {
        background-color: #3abb67;
        color: #fff
    }

    .navbar.is-success .navbar-dropdown a.navbar-item.is-active[b-myjq4givcu] {
        background-color: #48c774;
        color: #fff
    }
}

.navbar.is-warning[b-myjq4givcu] {
    background-color: #ffdd57;
    color: rgba(0,0,0,.7)
}

    .navbar.is-warning .navbar-brand .navbar-link[b-myjq4givcu], .navbar.is-warning .navbar-brand > .navbar-item[b-myjq4givcu] {
        color: rgba(0,0,0,.7)
    }

        .navbar.is-warning .navbar-brand .navbar-link.is-active[b-myjq4givcu], .navbar.is-warning .navbar-brand .navbar-link:focus[b-myjq4givcu], .navbar.is-warning .navbar-brand .navbar-link:hover[b-myjq4givcu], .navbar.is-warning .navbar-brand > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-warning .navbar-brand > a.navbar-item:focus[b-myjq4givcu], .navbar.is-warning .navbar-brand > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #ffd83d;
            color: rgba(0,0,0,.7)
        }

        .navbar.is-warning .navbar-brand .navbar-link[b-myjq4givcu]::after {
            border-color: rgba(0,0,0,.7)
        }

    .navbar.is-warning .navbar-burger[b-myjq4givcu] {
        color: rgba(0,0,0,.7)
    }

@media screen and (min-width: 1024px) {
    .navbar.is-warning .navbar-end .navbar-link[b-myjq4givcu], .navbar.is-warning .navbar-end > .navbar-item[b-myjq4givcu], .navbar.is-warning .navbar-start .navbar-link[b-myjq4givcu], .navbar.is-warning .navbar-start > .navbar-item[b-myjq4givcu] {
        color: rgba(0,0,0,.7)
    }

        .navbar.is-warning .navbar-end .navbar-link.is-active[b-myjq4givcu], .navbar.is-warning .navbar-end .navbar-link:focus[b-myjq4givcu], .navbar.is-warning .navbar-end .navbar-link:hover[b-myjq4givcu], .navbar.is-warning .navbar-end > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-warning .navbar-end > a.navbar-item:focus[b-myjq4givcu], .navbar.is-warning .navbar-end > a.navbar-item:hover[b-myjq4givcu], .navbar.is-warning .navbar-start .navbar-link.is-active[b-myjq4givcu], .navbar.is-warning .navbar-start .navbar-link:focus[b-myjq4givcu], .navbar.is-warning .navbar-start .navbar-link:hover[b-myjq4givcu], .navbar.is-warning .navbar-start > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-warning .navbar-start > a.navbar-item:focus[b-myjq4givcu], .navbar.is-warning .navbar-start > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #ffd83d;
            color: rgba(0,0,0,.7)
        }

        .navbar.is-warning .navbar-end .navbar-link[b-myjq4givcu]::after, .navbar.is-warning .navbar-start .navbar-link[b-myjq4givcu]::after {
            border-color: rgba(0,0,0,.7)
        }

    .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link[b-myjq4givcu], .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link[b-myjq4givcu], .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link[b-myjq4givcu] {
        background-color: #ffd83d;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active[b-myjq4givcu] {
        background-color: #ffdd57;
        color: rgba(0,0,0,.7)
    }
}

.navbar.is-danger[b-myjq4givcu] {
    background-color: #f14668;
    color: #fff
}

    .navbar.is-danger .navbar-brand .navbar-link[b-myjq4givcu], .navbar.is-danger .navbar-brand > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-danger .navbar-brand .navbar-link.is-active[b-myjq4givcu], .navbar.is-danger .navbar-brand .navbar-link:focus[b-myjq4givcu], .navbar.is-danger .navbar-brand .navbar-link:hover[b-myjq4givcu], .navbar.is-danger .navbar-brand > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-danger .navbar-brand > a.navbar-item:focus[b-myjq4givcu], .navbar.is-danger .navbar-brand > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #ef2e55;
            color: #fff
        }

        .navbar.is-danger .navbar-brand .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-danger .navbar-burger[b-myjq4givcu] {
        color: #fff
    }

@media screen and (min-width: 1024px) {
    .navbar.is-danger .navbar-end .navbar-link[b-myjq4givcu], .navbar.is-danger .navbar-end > .navbar-item[b-myjq4givcu], .navbar.is-danger .navbar-start .navbar-link[b-myjq4givcu], .navbar.is-danger .navbar-start > .navbar-item[b-myjq4givcu] {
        color: #fff
    }

        .navbar.is-danger .navbar-end .navbar-link.is-active[b-myjq4givcu], .navbar.is-danger .navbar-end .navbar-link:focus[b-myjq4givcu], .navbar.is-danger .navbar-end .navbar-link:hover[b-myjq4givcu], .navbar.is-danger .navbar-end > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-danger .navbar-end > a.navbar-item:focus[b-myjq4givcu], .navbar.is-danger .navbar-end > a.navbar-item:hover[b-myjq4givcu], .navbar.is-danger .navbar-start .navbar-link.is-active[b-myjq4givcu], .navbar.is-danger .navbar-start .navbar-link:focus[b-myjq4givcu], .navbar.is-danger .navbar-start .navbar-link:hover[b-myjq4givcu], .navbar.is-danger .navbar-start > a.navbar-item.is-active[b-myjq4givcu], .navbar.is-danger .navbar-start > a.navbar-item:focus[b-myjq4givcu], .navbar.is-danger .navbar-start > a.navbar-item:hover[b-myjq4givcu] {
            background-color: #ef2e55;
            color: #fff
        }

        .navbar.is-danger .navbar-end .navbar-link[b-myjq4givcu]::after, .navbar.is-danger .navbar-start .navbar-link[b-myjq4givcu]::after {
            border-color: #fff
        }

    .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link[b-myjq4givcu], .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link[b-myjq4givcu], .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link[b-myjq4givcu] {
        background-color: #ef2e55;
        color: #fff
    }

    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active[b-myjq4givcu] {
        background-color: #f14668;
        color: #fff
    }
}

.navbar > .container[b-myjq4givcu] {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%
}

.navbar.has-shadow[b-myjq4givcu] {
    box-shadow: 0 2px 0 0 #f5f5f5
}

.navbar.is-fixed-bottom[b-myjq4givcu], .navbar.is-fixed-top[b-myjq4givcu] {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30
}

.navbar.is-fixed-bottom[b-myjq4givcu] {
    bottom: 0
}

    .navbar.is-fixed-bottom.has-shadow[b-myjq4givcu] {
        box-shadow: 0 -2px 0 0 #f5f5f5
    }

.navbar.is-fixed-top[b-myjq4givcu] {
    top: 0
}

body.has-navbar-fixed-top[b-myjq4givcu], html.has-navbar-fixed-top[b-myjq4givcu] {
    padding-top: 3.25rem
}

body.has-navbar-fixed-bottom[b-myjq4givcu], html.has-navbar-fixed-bottom[b-myjq4givcu] {
    padding-bottom: 3.25rem
}

.navbar-brand[b-myjq4givcu], .navbar-tabs[b-myjq4givcu] {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 3.25rem
}

    .navbar-brand a.navbar-item:focus[b-myjq4givcu], .navbar-brand a.navbar-item:hover[b-myjq4givcu] {
        background-color: transparent
    }

.navbar-tabs[b-myjq4givcu] {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden
}

.navbar-burger[b-myjq4givcu] {
    color: #4a4a4a;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto
}

    .navbar-burger span[b-myjq4givcu] {
        background-color: currentColor;
        display: block;
        height: 1px;
        left: calc(50% - 8px);
        position: absolute;
        transform-origin: center;
        transition-duration: 86ms;
        transition-property: background-color,opacity,transform;
        transition-timing-function: ease-out;
        width: 16px
    }

        .navbar-burger span:nth-child(1)[b-myjq4givcu] {
            top: calc(50% - 6px)
        }

        .navbar-burger span:nth-child(2)[b-myjq4givcu] {
            top: calc(50% - 1px)
        }

        .navbar-burger span:nth-child(3)[b-myjq4givcu] {
            top: calc(50% + 4px)
        }

    .navbar-burger:hover[b-myjq4givcu] {
        background-color: rgba(0,0,0,.05)
    }

    .navbar-burger.is-active span:nth-child(1)[b-myjq4givcu] {
        transform: translateY(5px) rotate(45deg)
    }

    .navbar-burger.is-active span:nth-child(2)[b-myjq4givcu] {
        opacity: 0
    }

    .navbar-burger.is-active span:nth-child(3)[b-myjq4givcu] {
        transform: translateY(-5px) rotate(-45deg)
    }

.navbar-menu[b-myjq4givcu] {
    display: none
}

.navbar-item[b-myjq4givcu], .navbar-link[b-myjq4givcu] {
    color: #4a4a4a;
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

    .navbar-item .icon:only-child[b-myjq4givcu], .navbar-link .icon:only-child[b-myjq4givcu] {
        margin-left: -.25rem;
        margin-right: -.25rem
    }

.navbar-link[b-myjq4givcu], a.navbar-item[b-myjq4givcu] {
    cursor: pointer
}

    .navbar-link.is-active[b-myjq4givcu], .navbar-link:focus[b-myjq4givcu], .navbar-link:focus-within[b-myjq4givcu], .navbar-link:hover[b-myjq4givcu], a.navbar-item.is-active[b-myjq4givcu], a.navbar-item:focus[b-myjq4givcu], a.navbar-item:focus-within[b-myjq4givcu], a.navbar-item:hover[b-myjq4givcu] {
        background-color: #fafafa;
        color: #3273dc
    }

.navbar-item[b-myjq4givcu] {
    flex-grow: 0;
    flex-shrink: 0
}

    .navbar-item img[b-myjq4givcu] {
        max-height: 1.75rem
    }

    .navbar-item.has-dropdown[b-myjq4givcu] {
        padding: 0
    }

    .navbar-item.is-expanded[b-myjq4givcu] {
        flex-grow: 1;
        flex-shrink: 1
    }

    .navbar-item.is-tab[b-myjq4givcu] {
        border-bottom: 1px solid transparent;
        min-height: 3.25rem;
        padding-bottom: calc(.5rem - 1px)
    }

        .navbar-item.is-tab:focus[b-myjq4givcu], .navbar-item.is-tab:hover[b-myjq4givcu] {
            background-color: transparent;
            border-bottom-color: #3273dc
        }

        .navbar-item.is-tab.is-active[b-myjq4givcu] {
            background-color: transparent;
            border-bottom-color: #3273dc;
            border-bottom-style: solid;
            border-bottom-width: 3px;
            color: #3273dc;
            padding-bottom: calc(.5rem - 3px)
        }

.navbar-content[b-myjq4givcu] {
    flex-grow: 1;
    flex-shrink: 1
}

.navbar-link:not(.is-arrowless)[b-myjq4givcu] {
    padding-right: 2.5em
}

    .navbar-link:not(.is-arrowless)[b-myjq4givcu]::after {
        border-color: #3273dc;
        margin-top: -.375em;
        right: 1.125em
    }

.navbar-dropdown[b-myjq4givcu] {
    font-size: .875rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

    .navbar-dropdown .navbar-item[b-myjq4givcu] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

.navbar-divider[b-myjq4givcu] {
    background-color: #f5f5f5;
    border: none;
    display: none;
    height: 2px;
    margin: .5rem 0
}

@media screen and (max-width: 1023px) {
    .navbar > .container[b-myjq4givcu] {
        display: block
    }

    .navbar-brand .navbar-item[b-myjq4givcu], .navbar-tabs .navbar-item[b-myjq4givcu] {
        align-items: center;
        display: flex
    }

    .navbar-link[b-myjq4givcu]::after {
        display: none
    }

    .navbar-menu[b-myjq4givcu] {
        background-color: #fff;
        box-shadow: 0 8px 16px rgba(10,10,10,.1);
        padding: .5rem 0
    }

        .navbar-menu.is-active[b-myjq4givcu] {
            display: block
        }

    .navbar.is-fixed-bottom-touch[b-myjq4givcu], .navbar.is-fixed-top-touch[b-myjq4givcu] {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-touch[b-myjq4givcu] {
        bottom: 0
    }

        .navbar.is-fixed-bottom-touch.has-shadow[b-myjq4givcu] {
            box-shadow: 0 -2px 3px rgba(10,10,10,.1)
        }

    .navbar.is-fixed-top-touch[b-myjq4givcu] {
        top: 0
    }

        .navbar.is-fixed-top .navbar-menu[b-myjq4givcu], .navbar.is-fixed-top-touch .navbar-menu[b-myjq4givcu] {
            -webkit-overflow-scrolling: touch;
            max-height: calc(100vh - 3.25rem);
            overflow: auto
        }

    body.has-navbar-fixed-top-touch[b-myjq4givcu], html.has-navbar-fixed-top-touch[b-myjq4givcu] {
        padding-top: 3.25rem
    }

    body.has-navbar-fixed-bottom-touch[b-myjq4givcu], html.has-navbar-fixed-bottom-touch[b-myjq4givcu] {
        padding-bottom: 3.25rem
    }
}

@media screen and (min-width: 1024px) {
    .navbar[b-myjq4givcu], .navbar-end[b-myjq4givcu], .navbar-menu[b-myjq4givcu], .navbar-start[b-myjq4givcu] {
        align-items: stretch;
        display: flex
    }

    .navbar[b-myjq4givcu] {
        min-height: 3.25rem
    }

        .navbar.is-spaced[b-myjq4givcu] {
            padding: 1rem 2rem
        }

            .navbar.is-spaced .navbar-end[b-myjq4givcu], .navbar.is-spaced .navbar-start[b-myjq4givcu] {
                align-items: center
            }

            .navbar.is-spaced .navbar-link[b-myjq4givcu], .navbar.is-spaced a.navbar-item[b-myjq4givcu] {
                border-radius: 4px
            }

        .navbar.is-transparent .navbar-link.is-active[b-myjq4givcu], .navbar.is-transparent .navbar-link:focus[b-myjq4givcu], .navbar.is-transparent .navbar-link:hover[b-myjq4givcu], .navbar.is-transparent a.navbar-item.is-active[b-myjq4givcu], .navbar.is-transparent a.navbar-item:focus[b-myjq4givcu], .navbar.is-transparent a.navbar-item:hover[b-myjq4givcu] {
            background-color: transparent !important
        }

        .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link[b-myjq4givcu], .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link[b-myjq4givcu], .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link[b-myjq4givcu], .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link[b-myjq4givcu] {
            background-color: transparent !important
        }

        .navbar.is-transparent .navbar-dropdown a.navbar-item:focus[b-myjq4givcu], .navbar.is-transparent .navbar-dropdown a.navbar-item:hover[b-myjq4givcu] {
            background-color: #f5f5f5;
            color: #0a0a0a
        }

        .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active[b-myjq4givcu] {
            background-color: #f5f5f5;
            color: #3273dc
        }

    .navbar-burger[b-myjq4givcu] {
        display: none
    }

    .navbar-item[b-myjq4givcu], .navbar-link[b-myjq4givcu] {
        align-items: center;
        display: flex
    }

        .navbar-item.has-dropdown[b-myjq4givcu] {
            align-items: stretch
        }

        .navbar-item.has-dropdown-up .navbar-link[b-myjq4givcu]::after {
            transform: rotate(135deg) translate(.25em,-.25em)
        }

        .navbar-item.has-dropdown-up .navbar-dropdown[b-myjq4givcu] {
            border-bottom: 2px solid #dbdbdb;
            border-radius: 6px 6px 0 0;
            border-top: none;
            bottom: 100%;
            box-shadow: 0 -8px 8px rgba(10,10,10,.1);
            top: auto
        }

        .navbar-item.is-active .navbar-dropdown[b-myjq4givcu], .navbar-item.is-hoverable:focus .navbar-dropdown[b-myjq4givcu], .navbar-item.is-hoverable:focus-within .navbar-dropdown[b-myjq4givcu], .navbar-item.is-hoverable:hover .navbar-dropdown[b-myjq4givcu] {
            display: block
        }

            .navbar-item.is-active .navbar-dropdown.is-boxed[b-myjq4givcu], .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed[b-myjq4givcu], .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed[b-myjq4givcu], .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed[b-myjq4givcu], .navbar.is-spaced .navbar-item.is-active .navbar-dropdown[b-myjq4givcu], .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown[b-myjq4givcu], .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown[b-myjq4givcu], .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown[b-myjq4givcu] {
                opacity: 1;
                pointer-events: auto;
                transform: translateY(0)
            }

    .navbar-menu[b-myjq4givcu] {
        flex-grow: 1;
        flex-shrink: 0
    }

    .navbar-start[b-myjq4givcu] {
        justify-content: flex-start;
        margin-right: auto
    }

    .navbar-end[b-myjq4givcu] {
        justify-content: flex-end;
        margin-left: auto
    }

    .navbar-dropdown[b-myjq4givcu] {
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #dbdbdb;
        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[b-myjq4givcu] {
            padding: .375rem 1rem;
            white-space: nowrap
        }

        .navbar-dropdown a.navbar-item[b-myjq4givcu] {
            padding-right: 3rem
        }

            .navbar-dropdown a.navbar-item:focus[b-myjq4givcu], .navbar-dropdown a.navbar-item:hover[b-myjq4givcu] {
                background-color: #f5f5f5;
                color: #0a0a0a
            }

            .navbar-dropdown a.navbar-item.is-active[b-myjq4givcu] {
                background-color: #f5f5f5;
                color: #3273dc
            }

        .navbar-dropdown.is-boxed[b-myjq4givcu], .navbar.is-spaced .navbar-dropdown[b-myjq4givcu] {
            border-radius: 6px;
            border-top: none;
            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));
            transform: translateY(-5px);
            transition-duration: 86ms;
            transition-property: opacity,transform
        }

        .navbar-dropdown.is-right[b-myjq4givcu] {
            left: auto;
            right: 0
        }

    .navbar-divider[b-myjq4givcu] {
        display: block
    }

    .container > .navbar .navbar-brand[b-myjq4givcu], .navbar > .container .navbar-brand[b-myjq4givcu] {
        margin-left: -.75rem
    }

    .container > .navbar .navbar-menu[b-myjq4givcu], .navbar > .container .navbar-menu[b-myjq4givcu] {
        margin-right: -.75rem
    }

    .navbar.is-fixed-bottom-desktop[b-myjq4givcu], .navbar.is-fixed-top-desktop[b-myjq4givcu] {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-desktop[b-myjq4givcu] {
        bottom: 0
    }

        .navbar.is-fixed-bottom-desktop.has-shadow[b-myjq4givcu] {
            box-shadow: 0 -2px 3px rgba(10,10,10,.1)
        }

    .navbar.is-fixed-top-desktop[b-myjq4givcu] {
        top: 0
    }

    body.has-navbar-fixed-top-desktop[b-myjq4givcu], html.has-navbar-fixed-top-desktop[b-myjq4givcu] {
        padding-top: 3.25rem
    }

    body.has-navbar-fixed-bottom-desktop[b-myjq4givcu], html.has-navbar-fixed-bottom-desktop[b-myjq4givcu] {
        padding-bottom: 3.25rem
    }

    body.has-spaced-navbar-fixed-top[b-myjq4givcu], html.has-spaced-navbar-fixed-top[b-myjq4givcu] {
        padding-top: 5.25rem
    }

    body.has-spaced-navbar-fixed-bottom[b-myjq4givcu], html.has-spaced-navbar-fixed-bottom[b-myjq4givcu] {
        padding-bottom: 5.25rem
    }

    .navbar-link.is-active[b-myjq4givcu], a.navbar-item.is-active[b-myjq4givcu] {
        color: #0a0a0a
    }

        .navbar-link.is-active:not(:focus):not(:hover)[b-myjq4givcu], a.navbar-item.is-active:not(:focus):not(:hover)[b-myjq4givcu] {
            background-color: transparent
        }

    .navbar-item.has-dropdown.is-active .navbar-link[b-myjq4givcu], .navbar-item.has-dropdown:focus .navbar-link[b-myjq4givcu], .navbar-item.has-dropdown:hover .navbar-link[b-myjq4givcu] {
        background-color: #fafafa
    }
}

.hero.is-fullheight-with-navbar[b-myjq4givcu] {
    min-height: calc(100vh - 3.25rem)
}

.pagination[b-myjq4givcu] {
    font-size: 1rem;
    margin: -.25rem
}

    .pagination.is-small[b-myjq4givcu] {
        font-size: .75rem
    }

    .pagination.is-medium[b-myjq4givcu] {
        font-size: 1.25rem
    }

    .pagination.is-large[b-myjq4givcu] {
        font-size: 1.5rem
    }

    .pagination.is-rounded .pagination-next[b-myjq4givcu], .pagination.is-rounded .pagination-previous[b-myjq4givcu] {
        padding-left: 1em;
        padding-right: 1em;
        border-radius: 290486px
    }

    .pagination.is-rounded .pagination-link[b-myjq4givcu] {
        border-radius: 290486px
    }

.pagination[b-myjq4givcu], .pagination-list[b-myjq4givcu] {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.pagination-ellipsis[b-myjq4givcu], .pagination-link[b-myjq4givcu], .pagination-next[b-myjq4givcu], .pagination-previous[b-myjq4givcu] {
    font-size: 1em;
    justify-content: center;
    margin: .25rem;
    padding-left: .5em;
    padding-right: .5em;
    text-align: center
}

.pagination-link[b-myjq4givcu], .pagination-next[b-myjq4givcu], .pagination-previous[b-myjq4givcu] {
    border-color: #dbdbdb;
    color: #363636;
    min-width: 2.5em
}

    .pagination-link:hover[b-myjq4givcu], .pagination-next:hover[b-myjq4givcu], .pagination-previous:hover[b-myjq4givcu] {
        border-color: #b5b5b5;
        color: #363636
    }

    .pagination-link:focus[b-myjq4givcu], .pagination-next:focus[b-myjq4givcu], .pagination-previous:focus[b-myjq4givcu] {
        border-color: #3273dc
    }

    .pagination-link:active[b-myjq4givcu], .pagination-next:active[b-myjq4givcu], .pagination-previous:active[b-myjq4givcu] {
        box-shadow: inset 0 1px 2px rgba(10,10,10,.2)
    }

    .pagination-link[disabled][b-myjq4givcu], .pagination-next[disabled][b-myjq4givcu], .pagination-previous[disabled][b-myjq4givcu] {
        background-color: #dbdbdb;
        border-color: #dbdbdb;
        box-shadow: none;
        color: #7a7a7a;
        opacity: .5
    }

.pagination-next[b-myjq4givcu], .pagination-previous[b-myjq4givcu] {
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.pagination-link.is-current[b-myjq4givcu] {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff
}

.pagination-ellipsis[b-myjq4givcu] {
    color: #b5b5b5;
    pointer-events: none
}

.pagination-list[b-myjq4givcu] {
    flex-wrap: wrap
}

@media screen and (max-width: 768px) {
    .pagination[b-myjq4givcu] {
        flex-wrap: wrap
    }

    .pagination-next[b-myjq4givcu], .pagination-previous[b-myjq4givcu] {
        flex-grow: 1;
        flex-shrink: 1
    }

    .pagination-list li[b-myjq4givcu] {
        flex-grow: 1;
        flex-shrink: 1
    }
}

@media screen and (min-width: 769px),print {
    .pagination-list[b-myjq4givcu] {
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: flex-start;
        order: 1
    }

    .pagination-previous[b-myjq4givcu] {
        order: 2
    }

    .pagination-next[b-myjq4givcu] {
        order: 3
    }

    .pagination[b-myjq4givcu] {
        justify-content: space-between
    }

        .pagination.is-centered .pagination-previous[b-myjq4givcu] {
            order: 1
        }

        .pagination.is-centered .pagination-list[b-myjq4givcu] {
            justify-content: center;
            order: 2
        }

        .pagination.is-centered .pagination-next[b-myjq4givcu] {
            order: 3
        }

        .pagination.is-right .pagination-previous[b-myjq4givcu] {
            order: 1
        }

        .pagination.is-right .pagination-next[b-myjq4givcu] {
            order: 2
        }

        .pagination.is-right .pagination-list[b-myjq4givcu] {
            justify-content: flex-end;
            order: 3
        }
}

.panel[b-myjq4givcu] {
    border-radius: 6px;
    box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    font-size: 1rem
}

    .panel:not(:last-child)[b-myjq4givcu] {
        margin-bottom: 1.5rem
    }

    .panel.is-white .panel-heading[b-myjq4givcu] {
        background-color: #fff;
        color: #0a0a0a
    }

    .panel.is-white .panel-tabs a.is-active[b-myjq4givcu] {
        border-bottom-color: #fff
    }

    .panel.is-white .panel-block.is-active .panel-icon[b-myjq4givcu] {
        color: #fff
    }

    .panel.is-black .panel-heading[b-myjq4givcu] {
        background-color: #0a0a0a;
        color: #fff
    }

    .panel.is-black .panel-tabs a.is-active[b-myjq4givcu] {
        border-bottom-color: #0a0a0a
    }

    .panel.is-black .panel-block.is-active .panel-icon[b-myjq4givcu] {
        color: #0a0a0a
    }

    .panel.is-light .panel-heading[b-myjq4givcu] {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

    .panel.is-light .panel-tabs a.is-active[b-myjq4givcu] {
        border-bottom-color: #f5f5f5
    }

    .panel.is-light .panel-block.is-active .panel-icon[b-myjq4givcu] {
        color: #f5f5f5
    }

    .panel.is-dark .panel-heading[b-myjq4givcu] {
        background-color: #363636;
        color: #fff
    }

    .panel.is-dark .panel-tabs a.is-active[b-myjq4givcu] {
        border-bottom-color: #363636
    }

    .panel.is-dark .panel-block.is-active .panel-icon[b-myjq4givcu] {
        color: #363636
    }

    .panel.is-primary .panel-heading[b-myjq4givcu] {
        background-color: #00d1b2;
        color: #fff
    }

    .panel.is-primary .panel-tabs a.is-active[b-myjq4givcu] {
        border-bottom-color: #00d1b2
    }

    .panel.is-primary .panel-block.is-active .panel-icon[b-myjq4givcu] {
        color: #00d1b2
    }

    .panel.is-link .panel-heading[b-myjq4givcu] {
        background-color: #3273dc;
        color: #fff
    }

    .panel.is-link .panel-tabs a.is-active[b-myjq4givcu] {
        border-bottom-color: #3273dc
    }

    .panel.is-link .panel-block.is-active .panel-icon[b-myjq4givcu] {
        color: #3273dc
    }

    .panel.is-info .panel-heading[b-myjq4givcu] {
        background-color: #3298dc;
        color: #fff
    }

    .panel.is-info .panel-tabs a.is-active[b-myjq4givcu] {
        border-bottom-color: #3298dc
    }

    .panel.is-info .panel-block.is-active .panel-icon[b-myjq4givcu] {
        color: #3298dc
    }

    .panel.is-success .panel-heading[b-myjq4givcu] {
        background-color: #48c774;
        color: #fff
    }

    .panel.is-success .panel-tabs a.is-active[b-myjq4givcu] {
        border-bottom-color: #48c774
    }

    .panel.is-success .panel-block.is-active .panel-icon[b-myjq4givcu] {
        color: #48c774
    }

    .panel.is-warning .panel-heading[b-myjq4givcu] {
        background-color: #ffdd57;
        color: rgba(0,0,0,.7)
    }

    .panel.is-warning .panel-tabs a.is-active[b-myjq4givcu] {
        border-bottom-color: #ffdd57
    }

    .panel.is-warning .panel-block.is-active .panel-icon[b-myjq4givcu] {
        color: #ffdd57
    }

    .panel.is-danger .panel-heading[b-myjq4givcu] {
        background-color: #f14668;
        color: #fff
    }

    .panel.is-danger .panel-tabs a.is-active[b-myjq4givcu] {
        border-bottom-color: #f14668
    }

    .panel.is-danger .panel-block.is-active .panel-icon[b-myjq4givcu] {
        color: #f14668
    }

.panel-block:not(:last-child)[b-myjq4givcu], .panel-tabs:not(:last-child)[b-myjq4givcu] {
    border-bottom: 1px solid #ededed
}

.panel-heading[b-myjq4givcu] {
    background-color: #ededed;
    border-radius: 6px 6px 0 0;
    color: #363636;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25;
    padding: .75em 1em
}

.panel-tabs[b-myjq4givcu] {
    align-items: flex-end;
    display: flex;
    font-size: .875em;
    justify-content: center
}

    .panel-tabs a[b-myjq4givcu] {
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: -1px;
        padding: .5em
    }

        .panel-tabs a.is-active[b-myjq4givcu] {
            border-bottom-color: #4a4a4a;
            color: #363636
        }

.panel-list a[b-myjq4givcu] {
    color: #4a4a4a
}

    .panel-list a:hover[b-myjq4givcu] {
        color: #3273dc
    }

.panel-block[b-myjq4givcu] {
    align-items: center;
    color: #363636;
    display: flex;
    justify-content: flex-start;
    padding: .5em .75em
}

    .panel-block input[type=checkbox][b-myjq4givcu] {
        margin-right: .75em
    }

    .panel-block > .control[b-myjq4givcu] {
        flex-grow: 1;
        flex-shrink: 1;
        width: 100%
    }

    .panel-block.is-wrapped[b-myjq4givcu] {
        flex-wrap: wrap
    }

    .panel-block.is-active[b-myjq4givcu] {
        border-left-color: #3273dc;
        color: #363636
    }

        .panel-block.is-active .panel-icon[b-myjq4givcu] {
            color: #3273dc
        }

    .panel-block:last-child[b-myjq4givcu] {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px
    }

a.panel-block[b-myjq4givcu], label.panel-block[b-myjq4givcu] {
    cursor: pointer
}

    a.panel-block:hover[b-myjq4givcu], label.panel-block:hover[b-myjq4givcu] {
        background-color: #f5f5f5
    }

.panel-icon[b-myjq4givcu] {
    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[b-myjq4givcu] {
        font-size: inherit;
        line-height: inherit
    }

.tabs[b-myjq4givcu] {
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}

    .tabs a[b-myjq4givcu] {
        align-items: center;
        border-bottom-color: #dbdbdb;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        color: #4a4a4a;
        display: flex;
        justify-content: center;
        margin-bottom: -1px;
        padding: .5em 1em;
        vertical-align: top
    }

        .tabs a:hover[b-myjq4givcu] {
            border-bottom-color: #363636;
            color: #363636
        }

    .tabs li[b-myjq4givcu] {
        display: block
    }

        .tabs li.is-active a[b-myjq4givcu] {
            border-bottom-color: #3273dc;
            color: #3273dc
        }

    .tabs ul[b-myjq4givcu] {
        align-items: center;
        border-bottom-color: #dbdbdb;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        display: flex;
        flex-grow: 1;
        flex-shrink: 0;
        justify-content: flex-start
    }

        .tabs ul.is-left[b-myjq4givcu] {
            padding-right: .75em
        }

        .tabs ul.is-center[b-myjq4givcu] {
            flex: none;
            justify-content: center;
            padding-left: .75em;
            padding-right: .75em
        }

        .tabs ul.is-right[b-myjq4givcu] {
            justify-content: flex-end;
            padding-left: .75em
        }

    .tabs .icon:first-child[b-myjq4givcu] {
        margin-right: .5em
    }

    .tabs .icon:last-child[b-myjq4givcu] {
        margin-left: .5em
    }

    .tabs.is-centered ul[b-myjq4givcu] {
        justify-content: center
    }

    .tabs.is-right ul[b-myjq4givcu] {
        justify-content: flex-end
    }

    .tabs.is-boxed a[b-myjq4givcu] {
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0
    }

        .tabs.is-boxed a:hover[b-myjq4givcu] {
            background-color: #f5f5f5;
            border-bottom-color: #dbdbdb
        }

    .tabs.is-boxed li.is-active a[b-myjq4givcu] {
        background-color: #fff;
        border-color: #dbdbdb;
        border-bottom-color: transparent !important
    }

    .tabs.is-fullwidth li[b-myjq4givcu] {
        flex-grow: 1;
        flex-shrink: 0
    }

    .tabs.is-toggle a[b-myjq4givcu] {
        border-color: #dbdbdb;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 0;
        position: relative
    }

        .tabs.is-toggle a:hover[b-myjq4givcu] {
            background-color: #f5f5f5;
            border-color: #b5b5b5;
            z-index: 2
        }

    .tabs.is-toggle li + li[b-myjq4givcu] {
        margin-left: -1px
    }

    .tabs.is-toggle li:first-child a[b-myjq4givcu] {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .tabs.is-toggle li:last-child a[b-myjq4givcu] {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .tabs.is-toggle li.is-active a[b-myjq4givcu] {
        background-color: #3273dc;
        border-color: #3273dc;
        color: #fff;
        z-index: 1
    }

    .tabs.is-toggle ul[b-myjq4givcu] {
        border-bottom: none
    }

    .tabs.is-toggle.is-toggle-rounded li:first-child a[b-myjq4givcu] {
        border-bottom-left-radius: 290486px;
        border-top-left-radius: 290486px;
        padding-left: 1.25em
    }

    .tabs.is-toggle.is-toggle-rounded li:last-child a[b-myjq4givcu] {
        border-bottom-right-radius: 290486px;
        border-top-right-radius: 290486px;
        padding-right: 1.25em
    }

    .tabs.is-small[b-myjq4givcu] {
        font-size: .75rem
    }

    .tabs.is-medium[b-myjq4givcu] {
        font-size: 1.25rem
    }

    .tabs.is-large[b-myjq4givcu] {
        font-size: 1.5rem
    }

.column[b-myjq4givcu] {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem
}

.columns.is-mobile > .column.is-narrow[b-myjq4givcu] {
    flex: none
}

.columns.is-mobile > .column.is-full[b-myjq4givcu] {
    flex: none;
    width: 100%
}

.columns.is-mobile > .column.is-three-quarters[b-myjq4givcu] {
    flex: none;
    width: 75%
}

.columns.is-mobile > .column.is-two-thirds[b-myjq4givcu] {
    flex: none;
    width: 66.6666%
}

.columns.is-mobile > .column.is-half[b-myjq4givcu] {
    flex: none;
    width: 50%
}

.columns.is-mobile > .column.is-one-third[b-myjq4givcu] {
    flex: none;
    width: 33.3333%
}

.columns.is-mobile > .column.is-one-quarter[b-myjq4givcu] {
    flex: none;
    width: 25%
}

.columns.is-mobile > .column.is-one-fifth[b-myjq4givcu] {
    flex: none;
    width: 20%
}

.columns.is-mobile > .column.is-two-fifths[b-myjq4givcu] {
    flex: none;
    width: 40%
}

.columns.is-mobile > .column.is-three-fifths[b-myjq4givcu] {
    flex: none;
    width: 60%
}

.columns.is-mobile > .column.is-four-fifths[b-myjq4givcu] {
    flex: none;
    width: 80%
}

.columns.is-mobile > .column.is-offset-three-quarters[b-myjq4givcu] {
    margin-left: 75%
}

.columns.is-mobile > .column.is-offset-two-thirds[b-myjq4givcu] {
    margin-left: 66.6666%
}

.columns.is-mobile > .column.is-offset-half[b-myjq4givcu] {
    margin-left: 50%
}

.columns.is-mobile > .column.is-offset-one-third[b-myjq4givcu] {
    margin-left: 33.3333%
}

.columns.is-mobile > .column.is-offset-one-quarter[b-myjq4givcu] {
    margin-left: 25%
}

.columns.is-mobile > .column.is-offset-one-fifth[b-myjq4givcu] {
    margin-left: 20%
}

.columns.is-mobile > .column.is-offset-two-fifths[b-myjq4givcu] {
    margin-left: 40%
}

.columns.is-mobile > .column.is-offset-three-fifths[b-myjq4givcu] {
    margin-left: 60%
}

.columns.is-mobile > .column.is-offset-four-fifths[b-myjq4givcu] {
    margin-left: 80%
}

.columns.is-mobile > .column.is-0[b-myjq4givcu] {
    flex: none;
    width: 0%
}

.columns.is-mobile > .column.is-offset-0[b-myjq4givcu] {
    margin-left: 0
}

.columns.is-mobile > .column.is-1[b-myjq4givcu] {
    flex: none;
    width: 8.33333%
}

.columns.is-mobile > .column.is-offset-1[b-myjq4givcu] {
    margin-left: 8.33333%
}

.columns.is-mobile > .column.is-2[b-myjq4givcu] {
    flex: none;
    width: 16.66667%
}

.columns.is-mobile > .column.is-offset-2[b-myjq4givcu] {
    margin-left: 16.66667%
}

.columns.is-mobile > .column.is-3[b-myjq4givcu] {
    flex: none;
    width: 25%
}

.columns.is-mobile > .column.is-offset-3[b-myjq4givcu] {
    margin-left: 25%
}

.columns.is-mobile > .column.is-4[b-myjq4givcu] {
    flex: none;
    width: 33.33333%
}

.columns.is-mobile > .column.is-offset-4[b-myjq4givcu] {
    margin-left: 33.33333%
}

.columns.is-mobile > .column.is-5[b-myjq4givcu] {
    flex: none;
    width: 41.66667%
}

.columns.is-mobile > .column.is-offset-5[b-myjq4givcu] {
    margin-left: 41.66667%
}

.columns.is-mobile > .column.is-6[b-myjq4givcu] {
    flex: none;
    width: 50%
}

.columns.is-mobile > .column.is-offset-6[b-myjq4givcu] {
    margin-left: 50%
}

.columns.is-mobile > .column.is-7[b-myjq4givcu] {
    flex: none;
    width: 58.33333%
}

.columns.is-mobile > .column.is-offset-7[b-myjq4givcu] {
    margin-left: 58.33333%
}

.columns.is-mobile > .column.is-8[b-myjq4givcu] {
    flex: none;
    width: 66.66667%
}

.columns.is-mobile > .column.is-offset-8[b-myjq4givcu] {
    margin-left: 66.66667%
}

.columns.is-mobile > .column.is-9[b-myjq4givcu] {
    flex: none;
    width: 75%
}

.columns.is-mobile > .column.is-offset-9[b-myjq4givcu] {
    margin-left: 75%
}

.columns.is-mobile > .column.is-10[b-myjq4givcu] {
    flex: none;
    width: 83.33333%
}

.columns.is-mobile > .column.is-offset-10[b-myjq4givcu] {
    margin-left: 83.33333%
}

.columns.is-mobile > .column.is-11[b-myjq4givcu] {
    flex: none;
    width: 91.66667%
}

.columns.is-mobile > .column.is-offset-11[b-myjq4givcu] {
    margin-left: 91.66667%
}

.columns.is-mobile > .column.is-12[b-myjq4givcu] {
    flex: none;
    width: 100%
}

.columns.is-mobile > .column.is-offset-12[b-myjq4givcu] {
    margin-left: 100%
}

@media screen and (max-width: 768px) {
    .column.is-narrow-mobile[b-myjq4givcu] {
        flex: none
    }

    .column.is-full-mobile[b-myjq4givcu] {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-mobile[b-myjq4givcu] {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-mobile[b-myjq4givcu] {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-mobile[b-myjq4givcu] {
        flex: none;
        width: 50%
    }

    .column.is-one-third-mobile[b-myjq4givcu] {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-mobile[b-myjq4givcu] {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-mobile[b-myjq4givcu] {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-mobile[b-myjq4givcu] {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-mobile[b-myjq4givcu] {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-mobile[b-myjq4givcu] {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-mobile[b-myjq4givcu] {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-mobile[b-myjq4givcu] {
        margin-left: 66.6666%
    }

    .column.is-offset-half-mobile[b-myjq4givcu] {
        margin-left: 50%
    }

    .column.is-offset-one-third-mobile[b-myjq4givcu] {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-mobile[b-myjq4givcu] {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-mobile[b-myjq4givcu] {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-mobile[b-myjq4givcu] {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-mobile[b-myjq4givcu] {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-mobile[b-myjq4givcu] {
        margin-left: 80%
    }

    .column.is-0-mobile[b-myjq4givcu] {
        flex: none;
        width: 0%
    }

    .column.is-offset-0-mobile[b-myjq4givcu] {
        margin-left: 0
    }

    .column.is-1-mobile[b-myjq4givcu] {
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-mobile[b-myjq4givcu] {
        margin-left: 8.33333%
    }

    .column.is-2-mobile[b-myjq4givcu] {
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-mobile[b-myjq4givcu] {
        margin-left: 16.66667%
    }

    .column.is-3-mobile[b-myjq4givcu] {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-mobile[b-myjq4givcu] {
        margin-left: 25%
    }

    .column.is-4-mobile[b-myjq4givcu] {
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-mobile[b-myjq4givcu] {
        margin-left: 33.33333%
    }

    .column.is-5-mobile[b-myjq4givcu] {
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-mobile[b-myjq4givcu] {
        margin-left: 41.66667%
    }

    .column.is-6-mobile[b-myjq4givcu] {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-mobile[b-myjq4givcu] {
        margin-left: 50%
    }

    .column.is-7-mobile[b-myjq4givcu] {
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-mobile[b-myjq4givcu] {
        margin-left: 58.33333%
    }

    .column.is-8-mobile[b-myjq4givcu] {
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-mobile[b-myjq4givcu] {
        margin-left: 66.66667%
    }

    .column.is-9-mobile[b-myjq4givcu] {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-mobile[b-myjq4givcu] {
        margin-left: 75%
    }

    .column.is-10-mobile[b-myjq4givcu] {
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-mobile[b-myjq4givcu] {
        margin-left: 83.33333%
    }

    .column.is-11-mobile[b-myjq4givcu] {
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-mobile[b-myjq4givcu] {
        margin-left: 91.66667%
    }

    .column.is-12-mobile[b-myjq4givcu] {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile[b-myjq4givcu] {
        margin-left: 100%
    }
}

@media screen and (min-width: 769px),print {
    .column.is-narrow[b-myjq4givcu], .column.is-narrow-tablet[b-myjq4givcu] {
        flex: none
    }

    .column.is-full[b-myjq4givcu], .column.is-full-tablet[b-myjq4givcu] {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters[b-myjq4givcu], .column.is-three-quarters-tablet[b-myjq4givcu] {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds[b-myjq4givcu], .column.is-two-thirds-tablet[b-myjq4givcu] {
        flex: none;
        width: 66.6666%
    }

    .column.is-half[b-myjq4givcu], .column.is-half-tablet[b-myjq4givcu] {
        flex: none;
        width: 50%
    }

    .column.is-one-third[b-myjq4givcu], .column.is-one-third-tablet[b-myjq4givcu] {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter[b-myjq4givcu], .column.is-one-quarter-tablet[b-myjq4givcu] {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth[b-myjq4givcu], .column.is-one-fifth-tablet[b-myjq4givcu] {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths[b-myjq4givcu], .column.is-two-fifths-tablet[b-myjq4givcu] {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths[b-myjq4givcu], .column.is-three-fifths-tablet[b-myjq4givcu] {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths[b-myjq4givcu], .column.is-four-fifths-tablet[b-myjq4givcu] {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters[b-myjq4givcu], .column.is-offset-three-quarters-tablet[b-myjq4givcu] {
        margin-left: 75%
    }

    .column.is-offset-two-thirds[b-myjq4givcu], .column.is-offset-two-thirds-tablet[b-myjq4givcu] {
        margin-left: 66.6666%
    }

    .column.is-offset-half[b-myjq4givcu], .column.is-offset-half-tablet[b-myjq4givcu] {
        margin-left: 50%
    }

    .column.is-offset-one-third[b-myjq4givcu], .column.is-offset-one-third-tablet[b-myjq4givcu] {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter[b-myjq4givcu], .column.is-offset-one-quarter-tablet[b-myjq4givcu] {
        margin-left: 25%
    }

    .column.is-offset-one-fifth[b-myjq4givcu], .column.is-offset-one-fifth-tablet[b-myjq4givcu] {
        margin-left: 20%
    }

    .column.is-offset-two-fifths[b-myjq4givcu], .column.is-offset-two-fifths-tablet[b-myjq4givcu] {
        margin-left: 40%
    }

    .column.is-offset-three-fifths[b-myjq4givcu], .column.is-offset-three-fifths-tablet[b-myjq4givcu] {
        margin-left: 60%
    }

    .column.is-offset-four-fifths[b-myjq4givcu], .column.is-offset-four-fifths-tablet[b-myjq4givcu] {
        margin-left: 80%
    }

    .column.is-0[b-myjq4givcu], .column.is-0-tablet[b-myjq4givcu] {
        flex: none;
        width: 0%
    }

    .column.is-offset-0[b-myjq4givcu], .column.is-offset-0-tablet[b-myjq4givcu] {
        margin-left: 0
    }

    .column.is-1[b-myjq4givcu], .column.is-1-tablet[b-myjq4givcu] {
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1[b-myjq4givcu], .column.is-offset-1-tablet[b-myjq4givcu] {
        margin-left: 8.33333%
    }

    .column.is-2[b-myjq4givcu], .column.is-2-tablet[b-myjq4givcu] {
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2[b-myjq4givcu], .column.is-offset-2-tablet[b-myjq4givcu] {
        margin-left: 16.66667%
    }

    .column.is-3[b-myjq4givcu], .column.is-3-tablet[b-myjq4givcu] {
        flex: none;
        width: 25%
    }

    .column.is-offset-3[b-myjq4givcu], .column.is-offset-3-tablet[b-myjq4givcu] {
        margin-left: 25%
    }

    .column.is-4[b-myjq4givcu], .column.is-4-tablet[b-myjq4givcu] {
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4[b-myjq4givcu], .column.is-offset-4-tablet[b-myjq4givcu] {
        margin-left: 33.33333%
    }

    .column.is-5[b-myjq4givcu], .column.is-5-tablet[b-myjq4givcu] {
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5[b-myjq4givcu], .column.is-offset-5-tablet[b-myjq4givcu] {
        margin-left: 41.66667%
    }

    .column.is-6[b-myjq4givcu], .column.is-6-tablet[b-myjq4givcu] {
        flex: none;
        width: 50%
    }

    .column.is-offset-6[b-myjq4givcu], .column.is-offset-6-tablet[b-myjq4givcu] {
        margin-left: 50%
    }

    .column.is-7[b-myjq4givcu], .column.is-7-tablet[b-myjq4givcu] {
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7[b-myjq4givcu], .column.is-offset-7-tablet[b-myjq4givcu] {
        margin-left: 58.33333%
    }

    .column.is-8[b-myjq4givcu], .column.is-8-tablet[b-myjq4givcu] {
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8[b-myjq4givcu], .column.is-offset-8-tablet[b-myjq4givcu] {
        margin-left: 66.66667%
    }

    .column.is-9[b-myjq4givcu], .column.is-9-tablet[b-myjq4givcu] {
        flex: none;
        width: 75%
    }

    .column.is-offset-9[b-myjq4givcu], .column.is-offset-9-tablet[b-myjq4givcu] {
        margin-left: 75%
    }

    .column.is-10[b-myjq4givcu], .column.is-10-tablet[b-myjq4givcu] {
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10[b-myjq4givcu], .column.is-offset-10-tablet[b-myjq4givcu] {
        margin-left: 83.33333%
    }

    .column.is-11[b-myjq4givcu], .column.is-11-tablet[b-myjq4givcu] {
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11[b-myjq4givcu], .column.is-offset-11-tablet[b-myjq4givcu] {
        margin-left: 91.66667%
    }

    .column.is-12[b-myjq4givcu], .column.is-12-tablet[b-myjq4givcu] {
        flex: none;
        width: 100%
    }

    .column.is-offset-12[b-myjq4givcu], .column.is-offset-12-tablet[b-myjq4givcu] {
        margin-left: 100%
    }
}

@media screen and (max-width: 1023px) {
    .column.is-narrow-touch[b-myjq4givcu] {
        flex: none
    }

    .column.is-full-touch[b-myjq4givcu] {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-touch[b-myjq4givcu] {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-touch[b-myjq4givcu] {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-touch[b-myjq4givcu] {
        flex: none;
        width: 50%
    }

    .column.is-one-third-touch[b-myjq4givcu] {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-touch[b-myjq4givcu] {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-touch[b-myjq4givcu] {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-touch[b-myjq4givcu] {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-touch[b-myjq4givcu] {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-touch[b-myjq4givcu] {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-touch[b-myjq4givcu] {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-touch[b-myjq4givcu] {
        margin-left: 66.6666%
    }

    .column.is-offset-half-touch[b-myjq4givcu] {
        margin-left: 50%
    }

    .column.is-offset-one-third-touch[b-myjq4givcu] {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-touch[b-myjq4givcu] {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-touch[b-myjq4givcu] {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-touch[b-myjq4givcu] {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-touch[b-myjq4givcu] {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-touch[b-myjq4givcu] {
        margin-left: 80%
    }

    .column.is-0-touch[b-myjq4givcu] {
        flex: none;
        width: 0%
    }

    .column.is-offset-0-touch[b-myjq4givcu] {
        margin-left: 0
    }

    .column.is-1-touch[b-myjq4givcu] {
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-touch[b-myjq4givcu] {
        margin-left: 8.33333%
    }

    .column.is-2-touch[b-myjq4givcu] {
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-touch[b-myjq4givcu] {
        margin-left: 16.66667%
    }

    .column.is-3-touch[b-myjq4givcu] {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-touch[b-myjq4givcu] {
        margin-left: 25%
    }

    .column.is-4-touch[b-myjq4givcu] {
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-touch[b-myjq4givcu] {
        margin-left: 33.33333%
    }

    .column.is-5-touch[b-myjq4givcu] {
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-touch[b-myjq4givcu] {
        margin-left: 41.66667%
    }

    .column.is-6-touch[b-myjq4givcu] {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-touch[b-myjq4givcu] {
        margin-left: 50%
    }

    .column.is-7-touch[b-myjq4givcu] {
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-touch[b-myjq4givcu] {
        margin-left: 58.33333%
    }

    .column.is-8-touch[b-myjq4givcu] {
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-touch[b-myjq4givcu] {
        margin-left: 66.66667%
    }

    .column.is-9-touch[b-myjq4givcu] {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-touch[b-myjq4givcu] {
        margin-left: 75%
    }

    .column.is-10-touch[b-myjq4givcu] {
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-touch[b-myjq4givcu] {
        margin-left: 83.33333%
    }

    .column.is-11-touch[b-myjq4givcu] {
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-touch[b-myjq4givcu] {
        margin-left: 91.66667%
    }

    .column.is-12-touch[b-myjq4givcu] {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-touch[b-myjq4givcu] {
        margin-left: 100%
    }
}

@media screen and (min-width: 1024px) {
    .column.is-narrow-desktop[b-myjq4givcu] {
        flex: none
    }

    .column.is-full-desktop[b-myjq4givcu] {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-desktop[b-myjq4givcu] {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-desktop[b-myjq4givcu] {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-desktop[b-myjq4givcu] {
        flex: none;
        width: 50%
    }

    .column.is-one-third-desktop[b-myjq4givcu] {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-desktop[b-myjq4givcu] {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-desktop[b-myjq4givcu] {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-desktop[b-myjq4givcu] {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-desktop[b-myjq4givcu] {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-desktop[b-myjq4givcu] {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-desktop[b-myjq4givcu] {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-desktop[b-myjq4givcu] {
        margin-left: 66.6666%
    }

    .column.is-offset-half-desktop[b-myjq4givcu] {
        margin-left: 50%
    }

    .column.is-offset-one-third-desktop[b-myjq4givcu] {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-desktop[b-myjq4givcu] {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-desktop[b-myjq4givcu] {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-desktop[b-myjq4givcu] {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-desktop[b-myjq4givcu] {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-desktop[b-myjq4givcu] {
        margin-left: 80%
    }

    .column.is-0-desktop[b-myjq4givcu] {
        flex: none;
        width: 0%
    }

    .column.is-offset-0-desktop[b-myjq4givcu] {
        margin-left: 0
    }

    .column.is-1-desktop[b-myjq4givcu] {
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-desktop[b-myjq4givcu] {
        margin-left: 8.33333%
    }

    .column.is-2-desktop[b-myjq4givcu] {
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-desktop[b-myjq4givcu] {
        margin-left: 16.66667%
    }

    .column.is-3-desktop[b-myjq4givcu] {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-desktop[b-myjq4givcu] {
        margin-left: 25%
    }

    .column.is-4-desktop[b-myjq4givcu] {
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-desktop[b-myjq4givcu] {
        margin-left: 33.33333%
    }

    .column.is-5-desktop[b-myjq4givcu] {
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-desktop[b-myjq4givcu] {
        margin-left: 41.66667%
    }

    .column.is-6-desktop[b-myjq4givcu] {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-desktop[b-myjq4givcu] {
        margin-left: 50%
    }

    .column.is-7-desktop[b-myjq4givcu] {
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-desktop[b-myjq4givcu] {
        margin-left: 58.33333%
    }

    .column.is-8-desktop[b-myjq4givcu] {
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-desktop[b-myjq4givcu] {
        margin-left: 66.66667%
    }

    .column.is-9-desktop[b-myjq4givcu] {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-desktop[b-myjq4givcu] {
        margin-left: 75%
    }

    .column.is-10-desktop[b-myjq4givcu] {
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-desktop[b-myjq4givcu] {
        margin-left: 83.33333%
    }

    .column.is-11-desktop[b-myjq4givcu] {
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-desktop[b-myjq4givcu] {
        margin-left: 91.66667%
    }

    .column.is-12-desktop[b-myjq4givcu] {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-desktop[b-myjq4givcu] {
        margin-left: 100%
    }
}

@media screen and (min-width: 1216px) {
    .column.is-narrow-widescreen[b-myjq4givcu] {
        flex: none
    }

    .column.is-full-widescreen[b-myjq4givcu] {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-widescreen[b-myjq4givcu] {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-widescreen[b-myjq4givcu] {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-widescreen[b-myjq4givcu] {
        flex: none;
        width: 50%
    }

    .column.is-one-third-widescreen[b-myjq4givcu] {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-widescreen[b-myjq4givcu] {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-widescreen[b-myjq4givcu] {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-widescreen[b-myjq4givcu] {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-widescreen[b-myjq4givcu] {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-widescreen[b-myjq4givcu] {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-widescreen[b-myjq4givcu] {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-widescreen[b-myjq4givcu] {
        margin-left: 66.6666%
    }

    .column.is-offset-half-widescreen[b-myjq4givcu] {
        margin-left: 50%
    }

    .column.is-offset-one-third-widescreen[b-myjq4givcu] {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-widescreen[b-myjq4givcu] {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-widescreen[b-myjq4givcu] {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-widescreen[b-myjq4givcu] {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-widescreen[b-myjq4givcu] {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-widescreen[b-myjq4givcu] {
        margin-left: 80%
    }

    .column.is-0-widescreen[b-myjq4givcu] {
        flex: none;
        width: 0%
    }

    .column.is-offset-0-widescreen[b-myjq4givcu] {
        margin-left: 0
    }

    .column.is-1-widescreen[b-myjq4givcu] {
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-widescreen[b-myjq4givcu] {
        margin-left: 8.33333%
    }

    .column.is-2-widescreen[b-myjq4givcu] {
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-widescreen[b-myjq4givcu] {
        margin-left: 16.66667%
    }

    .column.is-3-widescreen[b-myjq4givcu] {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-widescreen[b-myjq4givcu] {
        margin-left: 25%
    }

    .column.is-4-widescreen[b-myjq4givcu] {
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-widescreen[b-myjq4givcu] {
        margin-left: 33.33333%
    }

    .column.is-5-widescreen[b-myjq4givcu] {
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-widescreen[b-myjq4givcu] {
        margin-left: 41.66667%
    }

    .column.is-6-widescreen[b-myjq4givcu] {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-widescreen[b-myjq4givcu] {
        margin-left: 50%
    }

    .column.is-7-widescreen[b-myjq4givcu] {
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-widescreen[b-myjq4givcu] {
        margin-left: 58.33333%
    }

    .column.is-8-widescreen[b-myjq4givcu] {
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-widescreen[b-myjq4givcu] {
        margin-left: 66.66667%
    }

    .column.is-9-widescreen[b-myjq4givcu] {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-widescreen[b-myjq4givcu] {
        margin-left: 75%
    }

    .column.is-10-widescreen[b-myjq4givcu] {
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-widescreen[b-myjq4givcu] {
        margin-left: 83.33333%
    }

    .column.is-11-widescreen[b-myjq4givcu] {
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-widescreen[b-myjq4givcu] {
        margin-left: 91.66667%
    }

    .column.is-12-widescreen[b-myjq4givcu] {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen[b-myjq4givcu] {
        margin-left: 100%
    }
}

@media screen and (min-width: 1408px) {
    .column.is-narrow-fullhd[b-myjq4givcu] {
        flex: none
    }

    .column.is-full-fullhd[b-myjq4givcu] {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-fullhd[b-myjq4givcu] {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-fullhd[b-myjq4givcu] {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-fullhd[b-myjq4givcu] {
        flex: none;
        width: 50%
    }

    .column.is-one-third-fullhd[b-myjq4givcu] {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-fullhd[b-myjq4givcu] {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-fullhd[b-myjq4givcu] {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-fullhd[b-myjq4givcu] {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-fullhd[b-myjq4givcu] {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-fullhd[b-myjq4givcu] {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-fullhd[b-myjq4givcu] {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-fullhd[b-myjq4givcu] {
        margin-left: 66.6666%
    }

    .column.is-offset-half-fullhd[b-myjq4givcu] {
        margin-left: 50%
    }

    .column.is-offset-one-third-fullhd[b-myjq4givcu] {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-fullhd[b-myjq4givcu] {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-fullhd[b-myjq4givcu] {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-fullhd[b-myjq4givcu] {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-fullhd[b-myjq4givcu] {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-fullhd[b-myjq4givcu] {
        margin-left: 80%
    }

    .column.is-0-fullhd[b-myjq4givcu] {
        flex: none;
        width: 0%
    }

    .column.is-offset-0-fullhd[b-myjq4givcu] {
        margin-left: 0
    }

    .column.is-1-fullhd[b-myjq4givcu] {
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-fullhd[b-myjq4givcu] {
        margin-left: 8.33333%
    }

    .column.is-2-fullhd[b-myjq4givcu] {
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-fullhd[b-myjq4givcu] {
        margin-left: 16.66667%
    }

    .column.is-3-fullhd[b-myjq4givcu] {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-fullhd[b-myjq4givcu] {
        margin-left: 25%
    }

    .column.is-4-fullhd[b-myjq4givcu] {
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-fullhd[b-myjq4givcu] {
        margin-left: 33.33333%
    }

    .column.is-5-fullhd[b-myjq4givcu] {
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-fullhd[b-myjq4givcu] {
        margin-left: 41.66667%
    }

    .column.is-6-fullhd[b-myjq4givcu] {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-fullhd[b-myjq4givcu] {
        margin-left: 50%
    }

    .column.is-7-fullhd[b-myjq4givcu] {
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-fullhd[b-myjq4givcu] {
        margin-left: 58.33333%
    }

    .column.is-8-fullhd[b-myjq4givcu] {
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-fullhd[b-myjq4givcu] {
        margin-left: 66.66667%
    }

    .column.is-9-fullhd[b-myjq4givcu] {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-fullhd[b-myjq4givcu] {
        margin-left: 75%
    }

    .column.is-10-fullhd[b-myjq4givcu] {
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-fullhd[b-myjq4givcu] {
        margin-left: 83.33333%
    }

    .column.is-11-fullhd[b-myjq4givcu] {
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-fullhd[b-myjq4givcu] {
        margin-left: 91.66667%
    }

    .column.is-12-fullhd[b-myjq4givcu] {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-fullhd[b-myjq4givcu] {
        margin-left: 100%
    }
}

.columns[b-myjq4givcu] {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

    .columns:last-child[b-myjq4givcu] {
        margin-bottom: -.75rem
    }

    .columns:not(:last-child)[b-myjq4givcu] {
        margin-bottom: calc(1.5rem - .75rem)
    }

    .columns.is-centered[b-myjq4givcu] {
        justify-content: center
    }

    .columns.is-gapless[b-myjq4givcu] {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }

        .columns.is-gapless > .column[b-myjq4givcu] {
            margin: 0;
            padding: 0 !important
        }

        .columns.is-gapless:not(:last-child)[b-myjq4givcu] {
            margin-bottom: 1.5rem
        }

        .columns.is-gapless:last-child[b-myjq4givcu] {
            margin-bottom: 0
        }

    .columns.is-mobile[b-myjq4givcu] {
        display: flex
    }

    .columns.is-multiline[b-myjq4givcu] {
        flex-wrap: wrap
    }

    .columns.is-vcentered[b-myjq4givcu] {
        align-items: center
    }

@media screen and (min-width: 769px),print {
    .columns:not(.is-desktop)[b-myjq4givcu] {
        display: flex
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-desktop[b-myjq4givcu] {
        display: flex
    }
}

.columns.is-variable[b-myjq4givcu] {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap))
}

    .columns.is-variable .column[b-myjq4givcu] {
        padding-left: var(--columnGap);
        padding-right: var(--columnGap)
    }

    .columns.is-variable.is-0[b-myjq4givcu] {
        --columnGap: 0rem
    }

@media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile[b-myjq4givcu] {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-0-tablet[b-myjq4givcu] {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .columns.is-variable.is-0-tablet-only[b-myjq4givcu] {
        --columnGap: 0rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-0-touch[b-myjq4givcu] {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-0-desktop[b-myjq4givcu] {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .columns.is-variable.is-0-desktop-only[b-myjq4givcu] {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-0-widescreen[b-myjq4givcu] {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .columns.is-variable.is-0-widescreen-only[b-myjq4givcu] {
        --columnGap: 0rem
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-0-fullhd[b-myjq4givcu] {
        --columnGap: 0rem
    }
}

.columns.is-variable.is-1[b-myjq4givcu] {
    --columnGap: 0.25rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile[b-myjq4givcu] {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-1-tablet[b-myjq4givcu] {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .columns.is-variable.is-1-tablet-only[b-myjq4givcu] {
        --columnGap: 0.25rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-1-touch[b-myjq4givcu] {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-1-desktop[b-myjq4givcu] {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .columns.is-variable.is-1-desktop-only[b-myjq4givcu] {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-1-widescreen[b-myjq4givcu] {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .columns.is-variable.is-1-widescreen-only[b-myjq4givcu] {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-1-fullhd[b-myjq4givcu] {
        --columnGap: 0.25rem
    }
}

.columns.is-variable.is-2[b-myjq4givcu] {
    --columnGap: 0.5rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile[b-myjq4givcu] {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-2-tablet[b-myjq4givcu] {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .columns.is-variable.is-2-tablet-only[b-myjq4givcu] {
        --columnGap: 0.5rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-2-touch[b-myjq4givcu] {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-2-desktop[b-myjq4givcu] {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .columns.is-variable.is-2-desktop-only[b-myjq4givcu] {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-2-widescreen[b-myjq4givcu] {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .columns.is-variable.is-2-widescreen-only[b-myjq4givcu] {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-2-fullhd[b-myjq4givcu] {
        --columnGap: 0.5rem
    }
}

.columns.is-variable.is-3[b-myjq4givcu] {
    --columnGap: 0.75rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile[b-myjq4givcu] {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-3-tablet[b-myjq4givcu] {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .columns.is-variable.is-3-tablet-only[b-myjq4givcu] {
        --columnGap: 0.75rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-3-touch[b-myjq4givcu] {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-3-desktop[b-myjq4givcu] {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .columns.is-variable.is-3-desktop-only[b-myjq4givcu] {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-3-widescreen[b-myjq4givcu] {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .columns.is-variable.is-3-widescreen-only[b-myjq4givcu] {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-3-fullhd[b-myjq4givcu] {
        --columnGap: 0.75rem
    }
}

.columns.is-variable.is-4[b-myjq4givcu] {
    --columnGap: 1rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile[b-myjq4givcu] {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-4-tablet[b-myjq4givcu] {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .columns.is-variable.is-4-tablet-only[b-myjq4givcu] {
        --columnGap: 1rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-4-touch[b-myjq4givcu] {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-4-desktop[b-myjq4givcu] {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .columns.is-variable.is-4-desktop-only[b-myjq4givcu] {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-4-widescreen[b-myjq4givcu] {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .columns.is-variable.is-4-widescreen-only[b-myjq4givcu] {
        --columnGap: 1rem
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-4-fullhd[b-myjq4givcu] {
        --columnGap: 1rem
    }
}

.columns.is-variable.is-5[b-myjq4givcu] {
    --columnGap: 1.25rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile[b-myjq4givcu] {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-5-tablet[b-myjq4givcu] {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .columns.is-variable.is-5-tablet-only[b-myjq4givcu] {
        --columnGap: 1.25rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-5-touch[b-myjq4givcu] {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-5-desktop[b-myjq4givcu] {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .columns.is-variable.is-5-desktop-only[b-myjq4givcu] {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-5-widescreen[b-myjq4givcu] {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .columns.is-variable.is-5-widescreen-only[b-myjq4givcu] {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-5-fullhd[b-myjq4givcu] {
        --columnGap: 1.25rem
    }
}

.columns.is-variable.is-6[b-myjq4givcu] {
    --columnGap: 1.5rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile[b-myjq4givcu] {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-6-tablet[b-myjq4givcu] {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .columns.is-variable.is-6-tablet-only[b-myjq4givcu] {
        --columnGap: 1.5rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-6-touch[b-myjq4givcu] {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-6-desktop[b-myjq4givcu] {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .columns.is-variable.is-6-desktop-only[b-myjq4givcu] {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-6-widescreen[b-myjq4givcu] {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .columns.is-variable.is-6-widescreen-only[b-myjq4givcu] {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-6-fullhd[b-myjq4givcu] {
        --columnGap: 1.5rem
    }
}

.columns.is-variable.is-7[b-myjq4givcu] {
    --columnGap: 1.75rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile[b-myjq4givcu] {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-7-tablet[b-myjq4givcu] {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .columns.is-variable.is-7-tablet-only[b-myjq4givcu] {
        --columnGap: 1.75rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-7-touch[b-myjq4givcu] {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-7-desktop[b-myjq4givcu] {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .columns.is-variable.is-7-desktop-only[b-myjq4givcu] {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-7-widescreen[b-myjq4givcu] {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .columns.is-variable.is-7-widescreen-only[b-myjq4givcu] {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-7-fullhd[b-myjq4givcu] {
        --columnGap: 1.75rem
    }
}

.columns.is-variable.is-8[b-myjq4givcu] {
    --columnGap: 2rem
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile[b-myjq4givcu] {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 769px),print {
    .columns.is-variable.is-8-tablet[b-myjq4givcu] {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .columns.is-variable.is-8-tablet-only[b-myjq4givcu] {
        --columnGap: 2rem
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-8-touch[b-myjq4givcu] {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-8-desktop[b-myjq4givcu] {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .columns.is-variable.is-8-desktop-only[b-myjq4givcu] {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-8-widescreen[b-myjq4givcu] {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .columns.is-variable.is-8-widescreen-only[b-myjq4givcu] {
        --columnGap: 2rem
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-8-fullhd[b-myjq4givcu] {
        --columnGap: 2rem
    }
}

.tile[b-myjq4givcu] {
    align-items: stretch;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content
}

    .tile.is-ancestor[b-myjq4givcu] {
        margin-left: -.75rem;
        margin-right: -.75rem;
        margin-top: -.75rem
    }

        .tile.is-ancestor:last-child[b-myjq4givcu] {
            margin-bottom: -.75rem
        }

        .tile.is-ancestor:not(:last-child)[b-myjq4givcu] {
            margin-bottom: .75rem
        }

    .tile.is-child[b-myjq4givcu] {
        margin: 0 !important
    }

    .tile.is-parent[b-myjq4givcu] {
        padding: .75rem
    }

    .tile.is-vertical[b-myjq4givcu] {
        flex-direction: column
    }

        .tile.is-vertical > .tile.is-child:not(:last-child)[b-myjq4givcu] {
            margin-bottom: 1.5rem !important
        }

@media screen and (min-width: 769px),print {
    .tile:not(.is-child)[b-myjq4givcu] {
        display: flex
    }

    .tile.is-1[b-myjq4givcu] {
        flex: none;
        width: 8.33333%
    }

    .tile.is-2[b-myjq4givcu] {
        flex: none;
        width: 16.66667%
    }

    .tile.is-3[b-myjq4givcu] {
        flex: none;
        width: 25%
    }

    .tile.is-4[b-myjq4givcu] {
        flex: none;
        width: 33.33333%
    }

    .tile.is-5[b-myjq4givcu] {
        flex: none;
        width: 41.66667%
    }

    .tile.is-6[b-myjq4givcu] {
        flex: none;
        width: 50%
    }

    .tile.is-7[b-myjq4givcu] {
        flex: none;
        width: 58.33333%
    }

    .tile.is-8[b-myjq4givcu] {
        flex: none;
        width: 66.66667%
    }

    .tile.is-9[b-myjq4givcu] {
        flex: none;
        width: 75%
    }

    .tile.is-10[b-myjq4givcu] {
        flex: none;
        width: 83.33333%
    }

    .tile.is-11[b-myjq4givcu] {
        flex: none;
        width: 91.66667%
    }

    .tile.is-12[b-myjq4givcu] {
        flex: none;
        width: 100%
    }
}

.has-text-white[b-myjq4givcu] {
    color: #fff !important
}

a.has-text-white:focus[b-myjq4givcu], a.has-text-white:hover[b-myjq4givcu] {
    color: #e6e6e6 !important
}

.has-background-white[b-myjq4givcu] {
    background-color: #fff !important
}

.has-text-black[b-myjq4givcu] {
    color: #0a0a0a !important
}

a.has-text-black:focus[b-myjq4givcu], a.has-text-black:hover[b-myjq4givcu] {
    color: #000 !important
}

.has-background-black[b-myjq4givcu] {
    background-color: #0a0a0a !important
}

.has-text-light[b-myjq4givcu] {
    color: #f5f5f5 !important
}

a.has-text-light:focus[b-myjq4givcu], a.has-text-light:hover[b-myjq4givcu] {
    color: #dbdbdb !important
}

.has-background-light[b-myjq4givcu] {
    background-color: #f5f5f5 !important
}

.has-text-dark[b-myjq4givcu] {
    color: #363636 !important
}

a.has-text-dark:focus[b-myjq4givcu], a.has-text-dark:hover[b-myjq4givcu] {
    color: #1c1c1c !important
}

.has-background-dark[b-myjq4givcu] {
    background-color: #363636 !important
}

.has-text-primary[b-myjq4givcu] {
    color: #00d1b2 !important
}

a.has-text-primary:focus[b-myjq4givcu], a.has-text-primary:hover[b-myjq4givcu] {
    color: #009e86 !important
}

.has-background-primary[b-myjq4givcu] {
    background-color: #00d1b2 !important
}

.has-text-primary-light[b-myjq4givcu] {
    color: #ebfffc !important
}

a.has-text-primary-light:focus[b-myjq4givcu], a.has-text-primary-light:hover[b-myjq4givcu] {
    color: #b8fff4 !important
}

.has-background-primary-light[b-myjq4givcu] {
    background-color: #ebfffc !important
}

.has-text-primary-dark[b-myjq4givcu] {
    color: #00947e !important
}

a.has-text-primary-dark:focus[b-myjq4givcu], a.has-text-primary-dark:hover[b-myjq4givcu] {
    color: #00c7a9 !important
}

.has-background-primary-dark[b-myjq4givcu] {
    background-color: #00947e !important
}

.has-text-link[b-myjq4givcu] {
    color: #3273dc !important
}

a.has-text-link:focus[b-myjq4givcu], a.has-text-link:hover[b-myjq4givcu] {
    color: #205bbc !important
}

.has-background-link[b-myjq4givcu] {
    background-color: #3273dc !important
}

.has-text-link-light[b-myjq4givcu] {
    color: #eef3fc !important
}

a.has-text-link-light:focus[b-myjq4givcu], a.has-text-link-light:hover[b-myjq4givcu] {
    color: #c2d5f5 !important
}

.has-background-link-light[b-myjq4givcu] {
    background-color: #eef3fc !important
}

.has-text-link-dark[b-myjq4givcu] {
    color: #2160c4 !important
}

a.has-text-link-dark:focus[b-myjq4givcu], a.has-text-link-dark:hover[b-myjq4givcu] {
    color: #3b79de !important
}

.has-background-link-dark[b-myjq4givcu] {
    background-color: #2160c4 !important
}

.has-text-info[b-myjq4givcu] {
    color: #3298dc !important
}

a.has-text-info:focus[b-myjq4givcu], a.has-text-info:hover[b-myjq4givcu] {
    color: #207dbc !important
}

.has-background-info[b-myjq4givcu] {
    background-color: #3298dc !important
}

.has-text-info-light[b-myjq4givcu] {
    color: #eef6fc !important
}

a.has-text-info-light:focus[b-myjq4givcu], a.has-text-info-light:hover[b-myjq4givcu] {
    color: #c2e0f5 !important
}

.has-background-info-light[b-myjq4givcu] {
    background-color: #eef6fc !important
}

.has-text-info-dark[b-myjq4givcu] {
    color: #1d72aa !important
}

a.has-text-info-dark:focus[b-myjq4givcu], a.has-text-info-dark:hover[b-myjq4givcu] {
    color: #248fd6 !important
}

.has-background-info-dark[b-myjq4givcu] {
    background-color: #1d72aa !important
}

.has-text-success[b-myjq4givcu] {
    color: #48c774 !important
}

a.has-text-success:focus[b-myjq4givcu], a.has-text-success:hover[b-myjq4givcu] {
    color: #34a85c !important
}

.has-background-success[b-myjq4givcu] {
    background-color: #48c774 !important
}

.has-text-success-light[b-myjq4givcu] {
    color: #effaf3 !important
}

a.has-text-success-light:focus[b-myjq4givcu], a.has-text-success-light:hover[b-myjq4givcu] {
    color: #c8eed6 !important
}

.has-background-success-light[b-myjq4givcu] {
    background-color: #effaf3 !important
}

.has-text-success-dark[b-myjq4givcu] {
    color: #257942 !important
}

a.has-text-success-dark:focus[b-myjq4givcu], a.has-text-success-dark:hover[b-myjq4givcu] {
    color: #31a058 !important
}

.has-background-success-dark[b-myjq4givcu] {
    background-color: #257942 !important
}

.has-text-warning[b-myjq4givcu] {
    color: #ffdd57 !important
}

a.has-text-warning:focus[b-myjq4givcu], a.has-text-warning:hover[b-myjq4givcu] {
    color: #ffd324 !important
}

.has-background-warning[b-myjq4givcu] {
    background-color: #ffdd57 !important
}

.has-text-warning-light[b-myjq4givcu] {
    color: #fffbeb !important
}

a.has-text-warning-light:focus[b-myjq4givcu], a.has-text-warning-light:hover[b-myjq4givcu] {
    color: #fff1b8 !important
}

.has-background-warning-light[b-myjq4givcu] {
    background-color: #fffbeb !important
}

.has-text-warning-dark[b-myjq4givcu] {
    color: #947600 !important
}

a.has-text-warning-dark:focus[b-myjq4givcu], a.has-text-warning-dark:hover[b-myjq4givcu] {
    color: #c79f00 !important
}

.has-background-warning-dark[b-myjq4givcu] {
    background-color: #947600 !important
}

.has-text-danger[b-myjq4givcu] {
    color: #f14668 !important
}

a.has-text-danger:focus[b-myjq4givcu], a.has-text-danger:hover[b-myjq4givcu] {
    color: #ee1742 !important
}

.has-background-danger[b-myjq4givcu] {
    background-color: #f14668 !important
}

.has-text-danger-light[b-myjq4givcu] {
    color: #feecf0 !important
}

a.has-text-danger-light:focus[b-myjq4givcu], a.has-text-danger-light:hover[b-myjq4givcu] {
    color: #fabdc9 !important
}

.has-background-danger-light[b-myjq4givcu] {
    background-color: #feecf0 !important
}

.has-text-danger-dark[b-myjq4givcu] {
    color: #cc0f35 !important
}

a.has-text-danger-dark:focus[b-myjq4givcu], a.has-text-danger-dark:hover[b-myjq4givcu] {
    color: #ee2049 !important
}

.has-background-danger-dark[b-myjq4givcu] {
    background-color: #cc0f35 !important
}

.has-text-black-bis[b-myjq4givcu] {
    color: #121212 !important
}

.has-background-black-bis[b-myjq4givcu] {
    background-color: #121212 !important
}

.has-text-black-ter[b-myjq4givcu] {
    color: #242424 !important
}

.has-background-black-ter[b-myjq4givcu] {
    background-color: #242424 !important
}

.has-text-grey-darker[b-myjq4givcu] {
    color: #363636 !important
}

.has-background-grey-darker[b-myjq4givcu] {
    background-color: #363636 !important
}

.has-text-grey-dark[b-myjq4givcu] {
    color: #4a4a4a !important
}

.has-background-grey-dark[b-myjq4givcu] {
    background-color: #4a4a4a !important
}

.has-text-grey[b-myjq4givcu] {
    color: #7a7a7a !important
}

.has-background-grey[b-myjq4givcu] {
    background-color: #7a7a7a !important
}

.has-text-grey-light[b-myjq4givcu] {
    color: #b5b5b5 !important
}

.has-background-grey-light[b-myjq4givcu] {
    background-color: #b5b5b5 !important
}

.has-text-grey-lighter[b-myjq4givcu] {
    color: #dbdbdb !important
}

.has-background-grey-lighter[b-myjq4givcu] {
    background-color: #dbdbdb !important
}

.has-text-white-ter[b-myjq4givcu] {
    color: #f5f5f5 !important
}

.has-background-white-ter[b-myjq4givcu] {
    background-color: #f5f5f5 !important
}

.has-text-white-bis[b-myjq4givcu] {
    color: #fafafa !important
}

.has-background-white-bis[b-myjq4givcu] {
    background-color: #fafafa !important
}

.is-flex-direction-row[b-myjq4givcu] {
    flex-direction: row !important
}

.is-flex-direction-row-reverse[b-myjq4givcu] {
    flex-direction: row-reverse !important
}

.is-flex-direction-column[b-myjq4givcu] {
    flex-direction: column !important
}

.is-flex-direction-column-reverse[b-myjq4givcu] {
    flex-direction: column-reverse !important
}

.is-flex-wrap-nowrap[b-myjq4givcu] {
    flex-wrap: nowrap !important
}

.is-flex-wrap-wrap[b-myjq4givcu] {
    flex-wrap: wrap !important
}

.is-flex-wrap-wrap-reverse[b-myjq4givcu] {
    flex-wrap: wrap-reverse !important
}

.is-justify-content-flex-start[b-myjq4givcu] {
    justify-content: flex-start !important
}

.is-justify-content-flex-end[b-myjq4givcu] {
    justify-content: flex-end !important
}

.is-justify-content-center[b-myjq4givcu] {
    justify-content: center !important
}

.is-justify-content-space-between[b-myjq4givcu] {
    justify-content: space-between !important
}

.is-justify-content-space-around[b-myjq4givcu] {
    justify-content: space-around !important
}

.is-justify-content-space-evenly[b-myjq4givcu] {
    justify-content: space-evenly !important
}

.is-justify-content-start[b-myjq4givcu] {
    justify-content: start !important
}

.is-justify-content-end[b-myjq4givcu] {
    justify-content: end !important
}

.is-justify-content-left[b-myjq4givcu] {
    justify-content: left !important
}

.is-justify-content-right[b-myjq4givcu] {
    justify-content: right !important
}

.is-align-content-flex-start[b-myjq4givcu] {
    align-content: flex-start !important
}

.is-align-content-flex-end[b-myjq4givcu] {
    align-content: flex-end !important
}

.is-align-content-center[b-myjq4givcu] {
    align-content: center !important
}

.is-align-content-space-between[b-myjq4givcu] {
    align-content: space-between !important
}

.is-align-content-space-around[b-myjq4givcu] {
    align-content: space-around !important
}

.is-align-content-space-evenly[b-myjq4givcu] {
    align-content: space-evenly !important
}

.is-align-content-stretch[b-myjq4givcu] {
    align-content: stretch !important
}

.is-align-content-start[b-myjq4givcu] {
    align-content: start !important
}

.is-align-content-end[b-myjq4givcu] {
    align-content: end !important
}

.is-align-content-baseline[b-myjq4givcu] {
    align-content: baseline !important
}

.is-align-items-stretch[b-myjq4givcu] {
    align-items: stretch !important
}

.is-align-items-flex-start[b-myjq4givcu] {
    align-items: flex-start !important
}

.is-align-items-flex-end[b-myjq4givcu] {
    align-items: flex-end !important
}

.is-align-items-center[b-myjq4givcu] {
    align-items: center !important
}

.is-align-items-baseline[b-myjq4givcu] {
    align-items: baseline !important
}

.is-align-items-start[b-myjq4givcu] {
    align-items: start !important
}

.is-align-items-end[b-myjq4givcu] {
    align-items: end !important
}

.is-align-items-self-start[b-myjq4givcu] {
    align-items: self-start !important
}

.is-align-items-self-end[b-myjq4givcu] {
    align-items: self-end !important
}

.is-align-self-auto[b-myjq4givcu] {
    align-self: auto !important
}

.is-align-self-flex-start[b-myjq4givcu] {
    align-self: flex-start !important
}

.is-align-self-flex-end[b-myjq4givcu] {
    align-self: flex-end !important
}

.is-align-self-center[b-myjq4givcu] {
    align-self: center !important
}

.is-align-self-baseline[b-myjq4givcu] {
    align-self: baseline !important
}

.is-align-self-stretch[b-myjq4givcu] {
    align-self: stretch !important
}

.is-flex-grow-0[b-myjq4givcu] {
    flex-grow: 0 !important
}

.is-flex-grow-1[b-myjq4givcu] {
    flex-grow: 1 !important
}

.is-flex-grow-2[b-myjq4givcu] {
    flex-grow: 2 !important
}

.is-flex-grow-3[b-myjq4givcu] {
    flex-grow: 3 !important
}

.is-flex-grow-4[b-myjq4givcu] {
    flex-grow: 4 !important
}

.is-flex-grow-5[b-myjq4givcu] {
    flex-grow: 5 !important
}

.is-flex-shrink-0[b-myjq4givcu] {
    flex-shrink: 0 !important
}

.is-flex-shrink-1[b-myjq4givcu] {
    flex-shrink: 1 !important
}

.is-flex-shrink-2[b-myjq4givcu] {
    flex-shrink: 2 !important
}

.is-flex-shrink-3[b-myjq4givcu] {
    flex-shrink: 3 !important
}

.is-flex-shrink-4[b-myjq4givcu] {
    flex-shrink: 4 !important
}

.is-flex-shrink-5[b-myjq4givcu] {
    flex-shrink: 5 !important
}

.is-clearfix[b-myjq4givcu]::after {
    clear: both;
    content: " ";
    display: table
}

.is-pulled-left[b-myjq4givcu] {
    float: left !important
}

.is-pulled-right[b-myjq4givcu] {
    float: right !important
}

.is-radiusless[b-myjq4givcu] {
    border-radius: 0 !important
}

.is-shadowless[b-myjq4givcu] {
    box-shadow: none !important
}

.is-clickable[b-myjq4givcu] {
    cursor: pointer !important
}

.is-clipped[b-myjq4givcu] {
    overflow: hidden !important
}

.is-relative[b-myjq4givcu] {
    position: relative !important
}

.is-marginless[b-myjq4givcu] {
    margin: 0 !important
}

.is-paddingless[b-myjq4givcu] {
    padding: 0 !important
}

.m-0[b-myjq4givcu] {
    margin: 0 !important
}

.mt-0[b-myjq4givcu] {
    margin-top: 0 !important
}

.mr-0[b-myjq4givcu] {
    margin-right: 0 !important
}

.mb-0[b-myjq4givcu] {
    margin-bottom: 0 !important
}

.ml-0[b-myjq4givcu] {
    margin-left: 0 !important
}

.mx-0[b-myjq4givcu] {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.my-0[b-myjq4givcu] {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1[b-myjq4givcu] {
    margin: .25rem !important
}

.mt-1[b-myjq4givcu] {
    margin-top: .25rem !important
}

.mr-1[b-myjq4givcu] {
    margin-right: .25rem !important
}

.mb-1[b-myjq4givcu] {
    margin-bottom: .25rem !important
}

.ml-1[b-myjq4givcu] {
    margin-left: .25rem !important
}

.mx-1[b-myjq4givcu] {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.my-1[b-myjq4givcu] {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2[b-myjq4givcu] {
    margin: .5rem !important
}

.mt-2[b-myjq4givcu] {
    margin-top: .5rem !important
}

.mr-2[b-myjq4givcu] {
    margin-right: .5rem !important
}

.mb-2[b-myjq4givcu] {
    margin-bottom: .5rem !important
}

.ml-2[b-myjq4givcu] {
    margin-left: .5rem !important
}

.mx-2[b-myjq4givcu] {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.my-2[b-myjq4givcu] {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3[b-myjq4givcu] {
    margin: .75rem !important
}

.mt-3[b-myjq4givcu] {
    margin-top: .75rem !important
}

.mr-3[b-myjq4givcu] {
    margin-right: .75rem !important
}

.mb-3[b-myjq4givcu] {
    margin-bottom: .75rem !important
}

.ml-3[b-myjq4givcu] {
    margin-left: .75rem !important
}

.mx-3[b-myjq4givcu] {
    margin-left: .75rem !important;
    margin-right: .75rem !important
}

.my-3[b-myjq4givcu] {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
}

.m-4[b-myjq4givcu] {
    margin: 1rem !important
}

.mt-4[b-myjq4givcu] {
    margin-top: 1rem !important
}

.mr-4[b-myjq4givcu] {
    margin-right: 1rem !important
}

.mb-4[b-myjq4givcu] {
    margin-bottom: 1rem !important
}

.ml-4[b-myjq4givcu] {
    margin-left: 1rem !important
}

.mx-4[b-myjq4givcu] {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.my-4[b-myjq4givcu] {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-5[b-myjq4givcu] {
    margin: 1.5rem !important
}

.mt-5[b-myjq4givcu] {
    margin-top: 1.5rem !important
}

.mr-5[b-myjq4givcu] {
    margin-right: 1.5rem !important
}

.mb-5[b-myjq4givcu] {
    margin-bottom: 1.5rem !important
}

.ml-5[b-myjq4givcu] {
    margin-left: 1.5rem !important
}

.mx-5[b-myjq4givcu] {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.my-5[b-myjq4givcu] {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-6[b-myjq4givcu] {
    margin: 3rem !important
}

.mt-6[b-myjq4givcu] {
    margin-top: 3rem !important
}

.mr-6[b-myjq4givcu] {
    margin-right: 3rem !important
}

.mb-6[b-myjq4givcu] {
    margin-bottom: 3rem !important
}

.ml-6[b-myjq4givcu] {
    margin-left: 3rem !important
}

.mx-6[b-myjq4givcu] {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.my-6[b-myjq4givcu] {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0[b-myjq4givcu] {
    padding: 0 !important
}

.pt-0[b-myjq4givcu] {
    padding-top: 0 !important
}

.pr-0[b-myjq4givcu] {
    padding-right: 0 !important
}

.pb-0[b-myjq4givcu] {
    padding-bottom: 0 !important
}

.pl-0[b-myjq4givcu] {
    padding-left: 0 !important
}

.px-0[b-myjq4givcu] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.py-0[b-myjq4givcu] {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1[b-myjq4givcu] {
    padding: .25rem !important
}

.pt-1[b-myjq4givcu] {
    padding-top: .25rem !important
}

.pr-1[b-myjq4givcu] {
    padding-right: .25rem !important
}

.pb-1[b-myjq4givcu] {
    padding-bottom: .25rem !important
}

.pl-1[b-myjq4givcu] {
    padding-left: .25rem !important
}

.px-1[b-myjq4givcu] {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.py-1[b-myjq4givcu] {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2[b-myjq4givcu] {
    padding: .5rem !important
}

.pt-2[b-myjq4givcu] {
    padding-top: .5rem !important
}

.pr-2[b-myjq4givcu] {
    padding-right: .5rem !important
}

.pb-2[b-myjq4givcu] {
    padding-bottom: .5rem !important
}

.pl-2[b-myjq4givcu] {
    padding-left: .5rem !important
}

.px-2[b-myjq4givcu] {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.py-2[b-myjq4givcu] {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3[b-myjq4givcu] {
    padding: .75rem !important
}

.pt-3[b-myjq4givcu] {
    padding-top: .75rem !important
}

.pr-3[b-myjq4givcu] {
    padding-right: .75rem !important
}

.pb-3[b-myjq4givcu] {
    padding-bottom: .75rem !important
}

.pl-3[b-myjq4givcu] {
    padding-left: .75rem !important
}

.px-3[b-myjq4givcu] {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.py-3[b-myjq4givcu] {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.p-4[b-myjq4givcu] {
    padding: 1rem !important
}

.pt-4[b-myjq4givcu] {
    padding-top: 1rem !important
}

.pr-4[b-myjq4givcu] {
    padding-right: 1rem !important
}

.pb-4[b-myjq4givcu] {
    padding-bottom: 1rem !important
}

.pl-4[b-myjq4givcu] {
    padding-left: 1rem !important
}

.px-4[b-myjq4givcu] {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.py-4[b-myjq4givcu] {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-5[b-myjq4givcu] {
    padding: 1.5rem !important
}

.pt-5[b-myjq4givcu] {
    padding-top: 1.5rem !important
}

.pr-5[b-myjq4givcu] {
    padding-right: 1.5rem !important
}

.pb-5[b-myjq4givcu] {
    padding-bottom: 1.5rem !important
}

.pl-5[b-myjq4givcu] {
    padding-left: 1.5rem !important
}

.px-5[b-myjq4givcu] {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.py-5[b-myjq4givcu] {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-6[b-myjq4givcu] {
    padding: 3rem !important
}

.pt-6[b-myjq4givcu] {
    padding-top: 3rem !important
}

.pr-6[b-myjq4givcu] {
    padding-right: 3rem !important
}

.pb-6[b-myjq4givcu] {
    padding-bottom: 3rem !important
}

.pl-6[b-myjq4givcu] {
    padding-left: 3rem !important
}

.px-6[b-myjq4givcu] {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-6[b-myjq4givcu] {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.is-size-1[b-myjq4givcu] {
    font-size: 3rem !important
}

.is-size-2[b-myjq4givcu] {
    font-size: 2.5rem !important
}

.is-size-3[b-myjq4givcu] {
    font-size: 2rem !important
}

.is-size-4[b-myjq4givcu] {
    font-size: 1.5rem !important
}

.is-size-5[b-myjq4givcu] {
    font-size: 1.25rem !important
}

.is-size-6[b-myjq4givcu] {
    font-size: 1rem !important
}

.is-size-7[b-myjq4givcu] {
    font-size: .75rem !important
}

@media screen and (max-width: 768px) {
    .is-size-1-mobile[b-myjq4givcu] {
        font-size: 3rem !important
    }

    .is-size-2-mobile[b-myjq4givcu] {
        font-size: 2.5rem !important
    }

    .is-size-3-mobile[b-myjq4givcu] {
        font-size: 2rem !important
    }

    .is-size-4-mobile[b-myjq4givcu] {
        font-size: 1.5rem !important
    }

    .is-size-5-mobile[b-myjq4givcu] {
        font-size: 1.25rem !important
    }

    .is-size-6-mobile[b-myjq4givcu] {
        font-size: 1rem !important
    }

    .is-size-7-mobile[b-myjq4givcu] {
        font-size: .75rem !important
    }
}

@media screen and (min-width: 769px),print {
    .is-size-1-tablet[b-myjq4givcu] {
        font-size: 3rem !important
    }

    .is-size-2-tablet[b-myjq4givcu] {
        font-size: 2.5rem !important
    }

    .is-size-3-tablet[b-myjq4givcu] {
        font-size: 2rem !important
    }

    .is-size-4-tablet[b-myjq4givcu] {
        font-size: 1.5rem !important
    }

    .is-size-5-tablet[b-myjq4givcu] {
        font-size: 1.25rem !important
    }

    .is-size-6-tablet[b-myjq4givcu] {
        font-size: 1rem !important
    }

    .is-size-7-tablet[b-myjq4givcu] {
        font-size: .75rem !important
    }
}

@media screen and (max-width: 1023px) {
    .is-size-1-touch[b-myjq4givcu] {
        font-size: 3rem !important
    }

    .is-size-2-touch[b-myjq4givcu] {
        font-size: 2.5rem !important
    }

    .is-size-3-touch[b-myjq4givcu] {
        font-size: 2rem !important
    }

    .is-size-4-touch[b-myjq4givcu] {
        font-size: 1.5rem !important
    }

    .is-size-5-touch[b-myjq4givcu] {
        font-size: 1.25rem !important
    }

    .is-size-6-touch[b-myjq4givcu] {
        font-size: 1rem !important
    }

    .is-size-7-touch[b-myjq4givcu] {
        font-size: .75rem !important
    }
}

@media screen and (min-width: 1024px) {
    .is-size-1-desktop[b-myjq4givcu] {
        font-size: 3rem !important
    }

    .is-size-2-desktop[b-myjq4givcu] {
        font-size: 2.5rem !important
    }

    .is-size-3-desktop[b-myjq4givcu] {
        font-size: 2rem !important
    }

    .is-size-4-desktop[b-myjq4givcu] {
        font-size: 1.5rem !important
    }

    .is-size-5-desktop[b-myjq4givcu] {
        font-size: 1.25rem !important
    }

    .is-size-6-desktop[b-myjq4givcu] {
        font-size: 1rem !important
    }

    .is-size-7-desktop[b-myjq4givcu] {
        font-size: .75rem !important
    }
}

@media screen and (min-width: 1216px) {
    .is-size-1-widescreen[b-myjq4givcu] {
        font-size: 3rem !important
    }

    .is-size-2-widescreen[b-myjq4givcu] {
        font-size: 2.5rem !important
    }

    .is-size-3-widescreen[b-myjq4givcu] {
        font-size: 2rem !important
    }

    .is-size-4-widescreen[b-myjq4givcu] {
        font-size: 1.5rem !important
    }

    .is-size-5-widescreen[b-myjq4givcu] {
        font-size: 1.25rem !important
    }

    .is-size-6-widescreen[b-myjq4givcu] {
        font-size: 1rem !important
    }

    .is-size-7-widescreen[b-myjq4givcu] {
        font-size: .75rem !important
    }
}

@media screen and (min-width: 1408px) {
    .is-size-1-fullhd[b-myjq4givcu] {
        font-size: 3rem !important
    }

    .is-size-2-fullhd[b-myjq4givcu] {
        font-size: 2.5rem !important
    }

    .is-size-3-fullhd[b-myjq4givcu] {
        font-size: 2rem !important
    }

    .is-size-4-fullhd[b-myjq4givcu] {
        font-size: 1.5rem !important
    }

    .is-size-5-fullhd[b-myjq4givcu] {
        font-size: 1.25rem !important
    }

    .is-size-6-fullhd[b-myjq4givcu] {
        font-size: 1rem !important
    }

    .is-size-7-fullhd[b-myjq4givcu] {
        font-size: .75rem !important
    }
}

.has-text-centered[b-myjq4givcu] {
    text-align: center !important
}

.has-text-justified[b-myjq4givcu] {
    text-align: justify !important
}

.has-text-left[b-myjq4givcu] {
    text-align: left !important
}

.has-text-right[b-myjq4givcu] {
    text-align: right !important
}

@media screen and (max-width: 768px) {
    .has-text-centered-mobile[b-myjq4givcu] {
        text-align: center !important
    }
}

@media screen and (min-width: 769px),print {
    .has-text-centered-tablet[b-myjq4givcu] {
        text-align: center !important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .has-text-centered-tablet-only[b-myjq4givcu] {
        text-align: center !important
    }
}

@media screen and (max-width: 1023px) {
    .has-text-centered-touch[b-myjq4givcu] {
        text-align: center !important
    }
}

@media screen and (min-width: 1024px) {
    .has-text-centered-desktop[b-myjq4givcu] {
        text-align: center !important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .has-text-centered-desktop-only[b-myjq4givcu] {
        text-align: center !important
    }
}

@media screen and (min-width: 1216px) {
    .has-text-centered-widescreen[b-myjq4givcu] {
        text-align: center !important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .has-text-centered-widescreen-only[b-myjq4givcu] {
        text-align: center !important
    }
}

@media screen and (min-width: 1408px) {
    .has-text-centered-fullhd[b-myjq4givcu] {
        text-align: center !important
    }
}

@media screen and (max-width: 768px) {
    .has-text-justified-mobile[b-myjq4givcu] {
        text-align: justify !important
    }
}

@media screen and (min-width: 769px),print {
    .has-text-justified-tablet[b-myjq4givcu] {
        text-align: justify !important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .has-text-justified-tablet-only[b-myjq4givcu] {
        text-align: justify !important
    }
}

@media screen and (max-width: 1023px) {
    .has-text-justified-touch[b-myjq4givcu] {
        text-align: justify !important
    }
}

@media screen and (min-width: 1024px) {
    .has-text-justified-desktop[b-myjq4givcu] {
        text-align: justify !important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .has-text-justified-desktop-only[b-myjq4givcu] {
        text-align: justify !important
    }
}

@media screen and (min-width: 1216px) {
    .has-text-justified-widescreen[b-myjq4givcu] {
        text-align: justify !important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .has-text-justified-widescreen-only[b-myjq4givcu] {
        text-align: justify !important
    }
}

@media screen and (min-width: 1408px) {
    .has-text-justified-fullhd[b-myjq4givcu] {
        text-align: justify !important
    }
}

@media screen and (max-width: 768px) {
    .has-text-left-mobile[b-myjq4givcu] {
        text-align: left !important
    }
}

@media screen and (min-width: 769px),print {
    .has-text-left-tablet[b-myjq4givcu] {
        text-align: left !important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .has-text-left-tablet-only[b-myjq4givcu] {
        text-align: left !important
    }
}

@media screen and (max-width: 1023px) {
    .has-text-left-touch[b-myjq4givcu] {
        text-align: left !important
    }
}

@media screen and (min-width: 1024px) {
    .has-text-left-desktop[b-myjq4givcu] {
        text-align: left !important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .has-text-left-desktop-only[b-myjq4givcu] {
        text-align: left !important
    }
}

@media screen and (min-width: 1216px) {
    .has-text-left-widescreen[b-myjq4givcu] {
        text-align: left !important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .has-text-left-widescreen-only[b-myjq4givcu] {
        text-align: left !important
    }
}

@media screen and (min-width: 1408px) {
    .has-text-left-fullhd[b-myjq4givcu] {
        text-align: left !important
    }
}

@media screen and (max-width: 768px) {
    .has-text-right-mobile[b-myjq4givcu] {
        text-align: right !important
    }
}

@media screen and (min-width: 769px),print {
    .has-text-right-tablet[b-myjq4givcu] {
        text-align: right !important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .has-text-right-tablet-only[b-myjq4givcu] {
        text-align: right !important
    }
}

@media screen and (max-width: 1023px) {
    .has-text-right-touch[b-myjq4givcu] {
        text-align: right !important
    }
}

@media screen and (min-width: 1024px) {
    .has-text-right-desktop[b-myjq4givcu] {
        text-align: right !important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .has-text-right-desktop-only[b-myjq4givcu] {
        text-align: right !important
    }
}

@media screen and (min-width: 1216px) {
    .has-text-right-widescreen[b-myjq4givcu] {
        text-align: right !important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .has-text-right-widescreen-only[b-myjq4givcu] {
        text-align: right !important
    }
}

@media screen and (min-width: 1408px) {
    .has-text-right-fullhd[b-myjq4givcu] {
        text-align: right !important
    }
}

.is-capitalized[b-myjq4givcu] {
    text-transform: capitalize !important
}

.is-lowercase[b-myjq4givcu] {
    text-transform: lowercase !important
}

.is-uppercase[b-myjq4givcu] {
    text-transform: uppercase !important
}

.is-italic[b-myjq4givcu] {
    font-style: italic !important
}

.has-text-weight-light[b-myjq4givcu] {
    font-weight: 300 !important
}

.has-text-weight-normal[b-myjq4givcu] {
    font-weight: 400 !important
}

.has-text-weight-medium[b-myjq4givcu] {
    font-weight: 500 !important
}

.has-text-weight-semibold[b-myjq4givcu] {
    font-weight: 600 !important
}

.has-text-weight-bold[b-myjq4givcu] {
    font-weight: 700 !important
}

.is-family-primary[b-myjq4givcu] {
    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[b-myjq4givcu] {
    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[b-myjq4givcu] {
    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[b-myjq4givcu] {
    font-family: monospace !important
}

.is-family-code[b-myjq4givcu] {
    font-family: monospace !important
}

.is-block[b-myjq4givcu] {
    display: block !important
}

@media screen and (max-width: 768px) {
    .is-block-mobile[b-myjq4givcu] {
        display: block !important
    }
}

@media screen and (min-width: 769px),print {
    .is-block-tablet[b-myjq4givcu] {
        display: block !important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .is-block-tablet-only[b-myjq4givcu] {
        display: block !important
    }
}

@media screen and (max-width: 1023px) {
    .is-block-touch[b-myjq4givcu] {
        display: block !important
    }
}

@media screen and (min-width: 1024px) {
    .is-block-desktop[b-myjq4givcu] {
        display: block !important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .is-block-desktop-only[b-myjq4givcu] {
        display: block !important
    }
}

@media screen and (min-width: 1216px) {
    .is-block-widescreen[b-myjq4givcu] {
        display: block !important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .is-block-widescreen-only[b-myjq4givcu] {
        display: block !important
    }
}

@media screen and (min-width: 1408px) {
    .is-block-fullhd[b-myjq4givcu] {
        display: block !important
    }
}

.is-flex[b-myjq4givcu] {
    display: flex !important
}

@media screen and (max-width: 768px) {
    .is-flex-mobile[b-myjq4givcu] {
        display: flex !important
    }
}

@media screen and (min-width: 769px),print {
    .is-flex-tablet[b-myjq4givcu] {
        display: flex !important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .is-flex-tablet-only[b-myjq4givcu] {
        display: flex !important
    }
}

@media screen and (max-width: 1023px) {
    .is-flex-touch[b-myjq4givcu] {
        display: flex !important
    }
}

@media screen and (min-width: 1024px) {
    .is-flex-desktop[b-myjq4givcu] {
        display: flex !important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .is-flex-desktop-only[b-myjq4givcu] {
        display: flex !important
    }
}

@media screen and (min-width: 1216px) {
    .is-flex-widescreen[b-myjq4givcu] {
        display: flex !important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .is-flex-widescreen-only[b-myjq4givcu] {
        display: flex !important
    }
}

@media screen and (min-width: 1408px) {
    .is-flex-fullhd[b-myjq4givcu] {
        display: flex !important
    }
}

.is-inline[b-myjq4givcu] {
    display: inline !important
}

@media screen and (max-width: 768px) {
    .is-inline-mobile[b-myjq4givcu] {
        display: inline !important
    }
}

@media screen and (min-width: 769px),print {
    .is-inline-tablet[b-myjq4givcu] {
        display: inline !important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .is-inline-tablet-only[b-myjq4givcu] {
        display: inline !important
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-touch[b-myjq4givcu] {
        display: inline !important
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-desktop[b-myjq4givcu] {
        display: inline !important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .is-inline-desktop-only[b-myjq4givcu] {
        display: inline !important
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-widescreen[b-myjq4givcu] {
        display: inline !important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .is-inline-widescreen-only[b-myjq4givcu] {
        display: inline !important
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-fullhd[b-myjq4givcu] {
        display: inline !important
    }
}

.is-inline-block[b-myjq4givcu] {
    display: inline-block !important
}

@media screen and (max-width: 768px) {
    .is-inline-block-mobile[b-myjq4givcu] {
        display: inline-block !important
    }
}

@media screen and (min-width: 769px),print {
    .is-inline-block-tablet[b-myjq4givcu] {
        display: inline-block !important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .is-inline-block-tablet-only[b-myjq4givcu] {
        display: inline-block !important
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-block-touch[b-myjq4givcu] {
        display: inline-block !important
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-block-desktop[b-myjq4givcu] {
        display: inline-block !important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .is-inline-block-desktop-only[b-myjq4givcu] {
        display: inline-block !important
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-block-widescreen[b-myjq4givcu] {
        display: inline-block !important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .is-inline-block-widescreen-only[b-myjq4givcu] {
        display: inline-block !important
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-block-fullhd[b-myjq4givcu] {
        display: inline-block !important
    }
}

.is-inline-flex[b-myjq4givcu] {
    display: inline-flex !important
}

@media screen and (max-width: 768px) {
    .is-inline-flex-mobile[b-myjq4givcu] {
        display: inline-flex !important
    }
}

@media screen and (min-width: 769px),print {
    .is-inline-flex-tablet[b-myjq4givcu] {
        display: inline-flex !important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .is-inline-flex-tablet-only[b-myjq4givcu] {
        display: inline-flex !important
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-flex-touch[b-myjq4givcu] {
        display: inline-flex !important
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-flex-desktop[b-myjq4givcu] {
        display: inline-flex !important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .is-inline-flex-desktop-only[b-myjq4givcu] {
        display: inline-flex !important
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-flex-widescreen[b-myjq4givcu] {
        display: inline-flex !important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .is-inline-flex-widescreen-only[b-myjq4givcu] {
        display: inline-flex !important
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-flex-fullhd[b-myjq4givcu] {
        display: inline-flex !important
    }
}

.is-hidden[b-myjq4givcu] {
    display: none !important
}

.is-sr-only[b-myjq4givcu] {
    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[b-myjq4givcu] {
        display: none !important
    }
}

@media screen and (min-width: 769px),print {
    .is-hidden-tablet[b-myjq4givcu] {
        display: none !important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .is-hidden-tablet-only[b-myjq4givcu] {
        display: none !important
    }
}

@media screen and (max-width: 1023px) {
    .is-hidden-touch[b-myjq4givcu] {
        display: none !important
    }
}

@media screen and (min-width: 1024px) {
    .is-hidden-desktop[b-myjq4givcu] {
        display: none !important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .is-hidden-desktop-only[b-myjq4givcu] {
        display: none !important
    }
}

@media screen and (min-width: 1216px) {
    .is-hidden-widescreen[b-myjq4givcu] {
        display: none !important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .is-hidden-widescreen-only[b-myjq4givcu] {
        display: none !important
    }
}

@media screen and (min-width: 1408px) {
    .is-hidden-fullhd[b-myjq4givcu] {
        display: none !important
    }
}

.is-invisible[b-myjq4givcu] {
    visibility: hidden !important
}

@media screen and (max-width: 768px) {
    .is-invisible-mobile[b-myjq4givcu] {
        visibility: hidden !important
    }
}

@media screen and (min-width: 769px),print {
    .is-invisible-tablet[b-myjq4givcu] {
        visibility: hidden !important
    }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
    .is-invisible-tablet-only[b-myjq4givcu] {
        visibility: hidden !important
    }
}

@media screen and (max-width: 1023px) {
    .is-invisible-touch[b-myjq4givcu] {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1024px) {
    .is-invisible-desktop[b-myjq4givcu] {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .is-invisible-desktop-only[b-myjq4givcu] {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1216px) {
    .is-invisible-widescreen[b-myjq4givcu] {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .is-invisible-widescreen-only[b-myjq4givcu] {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1408px) {
    .is-invisible-fullhd[b-myjq4givcu] {
        visibility: hidden !important
    }
}

.hero[b-myjq4givcu] {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .hero .navbar[b-myjq4givcu] {
        background: 0 0
    }

    .hero .tabs ul[b-myjq4givcu] {
        border-bottom: none
    }

    .hero.is-white[b-myjq4givcu] {
        background-color: #fff;
        color: #0a0a0a
    }

        .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current)[b-myjq4givcu], .hero.is-white strong[b-myjq4givcu] {
            color: inherit
        }

        .hero.is-white .title[b-myjq4givcu] {
            color: #0a0a0a
        }

        .hero.is-white .subtitle[b-myjq4givcu] {
            color: rgba(10,10,10,.9)
        }

            .hero.is-white .subtitle a:not(.button)[b-myjq4givcu], .hero.is-white .subtitle strong[b-myjq4givcu] {
                color: #0a0a0a
            }

@media screen and (max-width: 1023px) {
    .hero.is-white .navbar-menu[b-myjq4givcu] {
        background-color: #fff
    }
}

.hero.is-white .navbar-item[b-myjq4givcu], .hero.is-white .navbar-link[b-myjq4givcu] {
    color: rgba(10,10,10,.7)
}

    .hero.is-white .navbar-link.is-active[b-myjq4givcu], .hero.is-white .navbar-link:hover[b-myjq4givcu], .hero.is-white a.navbar-item.is-active[b-myjq4givcu], .hero.is-white a.navbar-item:hover[b-myjq4givcu] {
        background-color: #f2f2f2;
        color: #0a0a0a
    }

.hero.is-white .tabs a[b-myjq4givcu] {
    color: #0a0a0a;
    opacity: .9
}

    .hero.is-white .tabs a:hover[b-myjq4givcu] {
        opacity: 1
    }

.hero.is-white .tabs li.is-active a[b-myjq4givcu] {
    opacity: 1
}

.hero.is-white .tabs.is-boxed a[b-myjq4givcu], .hero.is-white .tabs.is-toggle a[b-myjq4givcu] {
    color: #0a0a0a
}

    .hero.is-white .tabs.is-boxed a:hover[b-myjq4givcu], .hero.is-white .tabs.is-toggle a:hover[b-myjq4givcu] {
        background-color: rgba(10,10,10,.1)
    }

.hero.is-white .tabs.is-boxed li.is-active a[b-myjq4givcu], .hero.is-white .tabs.is-boxed li.is-active a:hover[b-myjq4givcu], .hero.is-white .tabs.is-toggle li.is-active a[b-myjq4givcu], .hero.is-white .tabs.is-toggle li.is-active a:hover[b-myjq4givcu] {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff
}

.hero.is-white.is-bold[b-myjq4givcu] {
    background-image: linear-gradient(141deg,#e6e6e6 0,#fff 71%,#fff 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-white.is-bold .navbar-menu[b-myjq4givcu] {
        background-image: linear-gradient(141deg,#e6e6e6 0,#fff 71%,#fff 100%)
    }
}

.hero.is-black[b-myjq4givcu] {
    background-color: #0a0a0a;
    color: #fff
}

    .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current)[b-myjq4givcu], .hero.is-black strong[b-myjq4givcu] {
        color: inherit
    }

    .hero.is-black .title[b-myjq4givcu] {
        color: #fff
    }

    .hero.is-black .subtitle[b-myjq4givcu] {
        color: rgba(255,255,255,.9)
    }

        .hero.is-black .subtitle a:not(.button)[b-myjq4givcu], .hero.is-black .subtitle strong[b-myjq4givcu] {
            color: #fff
        }

@media screen and (max-width: 1023px) {
    .hero.is-black .navbar-menu[b-myjq4givcu] {
        background-color: #0a0a0a
    }
}

.hero.is-black .navbar-item[b-myjq4givcu], .hero.is-black .navbar-link[b-myjq4givcu] {
    color: rgba(255,255,255,.7)
}

    .hero.is-black .navbar-link.is-active[b-myjq4givcu], .hero.is-black .navbar-link:hover[b-myjq4givcu], .hero.is-black a.navbar-item.is-active[b-myjq4givcu], .hero.is-black a.navbar-item:hover[b-myjq4givcu] {
        background-color: #000;
        color: #fff
    }

.hero.is-black .tabs a[b-myjq4givcu] {
    color: #fff;
    opacity: .9
}

    .hero.is-black .tabs a:hover[b-myjq4givcu] {
        opacity: 1
    }

.hero.is-black .tabs li.is-active a[b-myjq4givcu] {
    opacity: 1
}

.hero.is-black .tabs.is-boxed a[b-myjq4givcu], .hero.is-black .tabs.is-toggle a[b-myjq4givcu] {
    color: #fff
}

    .hero.is-black .tabs.is-boxed a:hover[b-myjq4givcu], .hero.is-black .tabs.is-toggle a:hover[b-myjq4givcu] {
        background-color: rgba(10,10,10,.1)
    }

.hero.is-black .tabs.is-boxed li.is-active a[b-myjq4givcu], .hero.is-black .tabs.is-boxed li.is-active a:hover[b-myjq4givcu], .hero.is-black .tabs.is-toggle li.is-active a[b-myjq4givcu], .hero.is-black .tabs.is-toggle li.is-active a:hover[b-myjq4givcu] {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a
}

.hero.is-black.is-bold[b-myjq4givcu] {
    background-image: linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-black.is-bold .navbar-menu[b-myjq4givcu] {
        background-image: linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%)
    }
}

.hero.is-light[b-myjq4givcu] {
    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)[b-myjq4givcu], .hero.is-light strong[b-myjq4givcu] {
        color: inherit
    }

    .hero.is-light .title[b-myjq4givcu] {
        color: rgba(0,0,0,.7)
    }

    .hero.is-light .subtitle[b-myjq4givcu] {
        color: rgba(0,0,0,.9)
    }

        .hero.is-light .subtitle a:not(.button)[b-myjq4givcu], .hero.is-light .subtitle strong[b-myjq4givcu] {
            color: rgba(0,0,0,.7)
        }

@media screen and (max-width: 1023px) {
    .hero.is-light .navbar-menu[b-myjq4givcu] {
        background-color: #f5f5f5
    }
}

.hero.is-light .navbar-item[b-myjq4givcu], .hero.is-light .navbar-link[b-myjq4givcu] {
    color: rgba(0,0,0,.7)
}

    .hero.is-light .navbar-link.is-active[b-myjq4givcu], .hero.is-light .navbar-link:hover[b-myjq4givcu], .hero.is-light a.navbar-item.is-active[b-myjq4givcu], .hero.is-light a.navbar-item:hover[b-myjq4givcu] {
        background-color: #e8e8e8;
        color: rgba(0,0,0,.7)
    }

.hero.is-light .tabs a[b-myjq4givcu] {
    color: rgba(0,0,0,.7);
    opacity: .9
}

    .hero.is-light .tabs a:hover[b-myjq4givcu] {
        opacity: 1
    }

.hero.is-light .tabs li.is-active a[b-myjq4givcu] {
    opacity: 1
}

.hero.is-light .tabs.is-boxed a[b-myjq4givcu], .hero.is-light .tabs.is-toggle a[b-myjq4givcu] {
    color: rgba(0,0,0,.7)
}

    .hero.is-light .tabs.is-boxed a:hover[b-myjq4givcu], .hero.is-light .tabs.is-toggle a:hover[b-myjq4givcu] {
        background-color: rgba(10,10,10,.1)
    }

.hero.is-light .tabs.is-boxed li.is-active a[b-myjq4givcu], .hero.is-light .tabs.is-boxed li.is-active a:hover[b-myjq4givcu], .hero.is-light .tabs.is-toggle li.is-active a[b-myjq4givcu], .hero.is-light .tabs.is-toggle li.is-active a:hover[b-myjq4givcu] {
    background-color: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.7);
    color: #f5f5f5
}

.hero.is-light.is-bold[b-myjq4givcu] {
    background-image: linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-light.is-bold .navbar-menu[b-myjq4givcu] {
        background-image: linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%)
    }
}

.hero.is-dark[b-myjq4givcu] {
    background-color: #363636;
    color: #fff
}

    .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current)[b-myjq4givcu], .hero.is-dark strong[b-myjq4givcu] {
        color: inherit
    }

    .hero.is-dark .title[b-myjq4givcu] {
        color: #fff
    }

    .hero.is-dark .subtitle[b-myjq4givcu] {
        color: rgba(255,255,255,.9)
    }

        .hero.is-dark .subtitle a:not(.button)[b-myjq4givcu], .hero.is-dark .subtitle strong[b-myjq4givcu] {
            color: #fff
        }

@media screen and (max-width: 1023px) {
    .hero.is-dark .navbar-menu[b-myjq4givcu] {
        background-color: #363636
    }
}

.hero.is-dark .navbar-item[b-myjq4givcu], .hero.is-dark .navbar-link[b-myjq4givcu] {
    color: rgba(255,255,255,.7)
}

    .hero.is-dark .navbar-link.is-active[b-myjq4givcu], .hero.is-dark .navbar-link:hover[b-myjq4givcu], .hero.is-dark a.navbar-item.is-active[b-myjq4givcu], .hero.is-dark a.navbar-item:hover[b-myjq4givcu] {
        background-color: #292929;
        color: #fff
    }

.hero.is-dark .tabs a[b-myjq4givcu] {
    color: #fff;
    opacity: .9
}

    .hero.is-dark .tabs a:hover[b-myjq4givcu] {
        opacity: 1
    }

.hero.is-dark .tabs li.is-active a[b-myjq4givcu] {
    opacity: 1
}

.hero.is-dark .tabs.is-boxed a[b-myjq4givcu], .hero.is-dark .tabs.is-toggle a[b-myjq4givcu] {
    color: #fff
}

    .hero.is-dark .tabs.is-boxed a:hover[b-myjq4givcu], .hero.is-dark .tabs.is-toggle a:hover[b-myjq4givcu] {
        background-color: rgba(10,10,10,.1)
    }

.hero.is-dark .tabs.is-boxed li.is-active a[b-myjq4givcu], .hero.is-dark .tabs.is-boxed li.is-active a:hover[b-myjq4givcu], .hero.is-dark .tabs.is-toggle li.is-active a[b-myjq4givcu], .hero.is-dark .tabs.is-toggle li.is-active a:hover[b-myjq4givcu] {
    background-color: #fff;
    border-color: #fff;
    color: #363636
}

.hero.is-dark.is-bold[b-myjq4givcu] {
    background-image: linear-gradient(141deg,#1f191a 0,#363636 71%,#46403f 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-dark.is-bold .navbar-menu[b-myjq4givcu] {
        background-image: linear-gradient(141deg,#1f191a 0,#363636 71%,#46403f 100%)
    }
}

.hero.is-primary[b-myjq4givcu] {
    background-color: #00d1b2;
    color: #fff
}

    .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current)[b-myjq4givcu], .hero.is-primary strong[b-myjq4givcu] {
        color: inherit
    }

    .hero.is-primary .title[b-myjq4givcu] {
        color: #fff
    }

    .hero.is-primary .subtitle[b-myjq4givcu] {
        color: rgba(255,255,255,.9)
    }

        .hero.is-primary .subtitle a:not(.button)[b-myjq4givcu], .hero.is-primary .subtitle strong[b-myjq4givcu] {
            color: #fff
        }

@media screen and (max-width: 1023px) {
    .hero.is-primary .navbar-menu[b-myjq4givcu] {
        background-color: #00d1b2
    }
}

.hero.is-primary .navbar-item[b-myjq4givcu], .hero.is-primary .navbar-link[b-myjq4givcu] {
    color: rgba(255,255,255,.7)
}

    .hero.is-primary .navbar-link.is-active[b-myjq4givcu], .hero.is-primary .navbar-link:hover[b-myjq4givcu], .hero.is-primary a.navbar-item.is-active[b-myjq4givcu], .hero.is-primary a.navbar-item:hover[b-myjq4givcu] {
        background-color: #00b89c;
        color: #fff
    }

.hero.is-primary .tabs a[b-myjq4givcu] {
    color: #fff;
    opacity: .9
}

    .hero.is-primary .tabs a:hover[b-myjq4givcu] {
        opacity: 1
    }

.hero.is-primary .tabs li.is-active a[b-myjq4givcu] {
    opacity: 1
}

.hero.is-primary .tabs.is-boxed a[b-myjq4givcu], .hero.is-primary .tabs.is-toggle a[b-myjq4givcu] {
    color: #fff
}

    .hero.is-primary .tabs.is-boxed a:hover[b-myjq4givcu], .hero.is-primary .tabs.is-toggle a:hover[b-myjq4givcu] {
        background-color: rgba(10,10,10,.1)
    }

.hero.is-primary .tabs.is-boxed li.is-active a[b-myjq4givcu], .hero.is-primary .tabs.is-boxed li.is-active a:hover[b-myjq4givcu], .hero.is-primary .tabs.is-toggle li.is-active a[b-myjq4givcu], .hero.is-primary .tabs.is-toggle li.is-active a:hover[b-myjq4givcu] {
    background-color: #fff;
    border-color: #fff;
    color: #00d1b2
}

.hero.is-primary.is-bold[b-myjq4givcu] {
    background-image: linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e7eb 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-primary.is-bold .navbar-menu[b-myjq4givcu] {
        background-image: linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e7eb 100%)
    }
}

.hero.is-link[b-myjq4givcu] {
    background-color: #3273dc;
    color: #fff
}

    .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current)[b-myjq4givcu], .hero.is-link strong[b-myjq4givcu] {
        color: inherit
    }

    .hero.is-link .title[b-myjq4givcu] {
        color: #fff
    }

    .hero.is-link .subtitle[b-myjq4givcu] {
        color: rgba(255,255,255,.9)
    }

        .hero.is-link .subtitle a:not(.button)[b-myjq4givcu], .hero.is-link .subtitle strong[b-myjq4givcu] {
            color: #fff
        }

@media screen and (max-width: 1023px) {
    .hero.is-link .navbar-menu[b-myjq4givcu] {
        background-color: #3273dc
    }
}

.hero.is-link .navbar-item[b-myjq4givcu], .hero.is-link .navbar-link[b-myjq4givcu] {
    color: rgba(255,255,255,.7)
}

    .hero.is-link .navbar-link.is-active[b-myjq4givcu], .hero.is-link .navbar-link:hover[b-myjq4givcu], .hero.is-link a.navbar-item.is-active[b-myjq4givcu], .hero.is-link a.navbar-item:hover[b-myjq4givcu] {
        background-color: #2366d1;
        color: #fff
    }

.hero.is-link .tabs a[b-myjq4givcu] {
    color: #fff;
    opacity: .9
}

    .hero.is-link .tabs a:hover[b-myjq4givcu] {
        opacity: 1
    }

.hero.is-link .tabs li.is-active a[b-myjq4givcu] {
    opacity: 1
}

.hero.is-link .tabs.is-boxed a[b-myjq4givcu], .hero.is-link .tabs.is-toggle a[b-myjq4givcu] {
    color: #fff
}

    .hero.is-link .tabs.is-boxed a:hover[b-myjq4givcu], .hero.is-link .tabs.is-toggle a:hover[b-myjq4givcu] {
        background-color: rgba(10,10,10,.1)
    }

.hero.is-link .tabs.is-boxed li.is-active a[b-myjq4givcu], .hero.is-link .tabs.is-boxed li.is-active a:hover[b-myjq4givcu], .hero.is-link .tabs.is-toggle li.is-active a[b-myjq4givcu], .hero.is-link .tabs.is-toggle li.is-active a:hover[b-myjq4givcu] {
    background-color: #fff;
    border-color: #fff;
    color: #3273dc
}

.hero.is-link.is-bold[b-myjq4givcu] {
    background-image: linear-gradient(141deg,#1577c6 0,#3273dc 71%,#4366e5 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-link.is-bold .navbar-menu[b-myjq4givcu] {
        background-image: linear-gradient(141deg,#1577c6 0,#3273dc 71%,#4366e5 100%)
    }
}

.hero.is-info[b-myjq4givcu] {
    background-color: #3298dc;
    color: #fff
}

    .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current)[b-myjq4givcu], .hero.is-info strong[b-myjq4givcu] {
        color: inherit
    }

    .hero.is-info .title[b-myjq4givcu] {
        color: #fff
    }

    .hero.is-info .subtitle[b-myjq4givcu] {
        color: rgba(255,255,255,.9)
    }

        .hero.is-info .subtitle a:not(.button)[b-myjq4givcu], .hero.is-info .subtitle strong[b-myjq4givcu] {
            color: #fff
        }

@media screen and (max-width: 1023px) {
    .hero.is-info .navbar-menu[b-myjq4givcu] {
        background-color: #3298dc
    }
}

.hero.is-info .navbar-item[b-myjq4givcu], .hero.is-info .navbar-link[b-myjq4givcu] {
    color: rgba(255,255,255,.7)
}

    .hero.is-info .navbar-link.is-active[b-myjq4givcu], .hero.is-info .navbar-link:hover[b-myjq4givcu], .hero.is-info a.navbar-item.is-active[b-myjq4givcu], .hero.is-info a.navbar-item:hover[b-myjq4givcu] {
        background-color: #238cd1;
        color: #fff
    }

.hero.is-info .tabs a[b-myjq4givcu] {
    color: #fff;
    opacity: .9
}

    .hero.is-info .tabs a:hover[b-myjq4givcu] {
        opacity: 1
    }

.hero.is-info .tabs li.is-active a[b-myjq4givcu] {
    opacity: 1
}

.hero.is-info .tabs.is-boxed a[b-myjq4givcu], .hero.is-info .tabs.is-toggle a[b-myjq4givcu] {
    color: #fff
}

    .hero.is-info .tabs.is-boxed a:hover[b-myjq4givcu], .hero.is-info .tabs.is-toggle a:hover[b-myjq4givcu] {
        background-color: rgba(10,10,10,.1)
    }

.hero.is-info .tabs.is-boxed li.is-active a[b-myjq4givcu], .hero.is-info .tabs.is-boxed li.is-active a:hover[b-myjq4givcu], .hero.is-info .tabs.is-toggle li.is-active a[b-myjq4givcu], .hero.is-info .tabs.is-toggle li.is-active a:hover[b-myjq4givcu] {
    background-color: #fff;
    border-color: #fff;
    color: #3298dc
}

.hero.is-info.is-bold[b-myjq4givcu] {
    background-image: linear-gradient(141deg,#159dc6 0,#3298dc 71%,#4389e5 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-info.is-bold .navbar-menu[b-myjq4givcu] {
        background-image: linear-gradient(141deg,#159dc6 0,#3298dc 71%,#4389e5 100%)
    }
}

.hero.is-success[b-myjq4givcu] {
    background-color: #48c774;
    color: #fff
}

    .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current)[b-myjq4givcu], .hero.is-success strong[b-myjq4givcu] {
        color: inherit
    }

    .hero.is-success .title[b-myjq4givcu] {
        color: #fff
    }

    .hero.is-success .subtitle[b-myjq4givcu] {
        color: rgba(255,255,255,.9)
    }

        .hero.is-success .subtitle a:not(.button)[b-myjq4givcu], .hero.is-success .subtitle strong[b-myjq4givcu] {
            color: #fff
        }

@media screen and (max-width: 1023px) {
    .hero.is-success .navbar-menu[b-myjq4givcu] {
        background-color: #48c774
    }
}

.hero.is-success .navbar-item[b-myjq4givcu], .hero.is-success .navbar-link[b-myjq4givcu] {
    color: rgba(255,255,255,.7)
}

    .hero.is-success .navbar-link.is-active[b-myjq4givcu], .hero.is-success .navbar-link:hover[b-myjq4givcu], .hero.is-success a.navbar-item.is-active[b-myjq4givcu], .hero.is-success a.navbar-item:hover[b-myjq4givcu] {
        background-color: #3abb67;
        color: #fff
    }

.hero.is-success .tabs a[b-myjq4givcu] {
    color: #fff;
    opacity: .9
}

    .hero.is-success .tabs a:hover[b-myjq4givcu] {
        opacity: 1
    }

.hero.is-success .tabs li.is-active a[b-myjq4givcu] {
    opacity: 1
}

.hero.is-success .tabs.is-boxed a[b-myjq4givcu], .hero.is-success .tabs.is-toggle a[b-myjq4givcu] {
    color: #fff
}

    .hero.is-success .tabs.is-boxed a:hover[b-myjq4givcu], .hero.is-success .tabs.is-toggle a:hover[b-myjq4givcu] {
        background-color: rgba(10,10,10,.1)
    }

.hero.is-success .tabs.is-boxed li.is-active a[b-myjq4givcu], .hero.is-success .tabs.is-boxed li.is-active a:hover[b-myjq4givcu], .hero.is-success .tabs.is-toggle li.is-active a[b-myjq4givcu], .hero.is-success .tabs.is-toggle li.is-active a:hover[b-myjq4givcu] {
    background-color: #fff;
    border-color: #fff;
    color: #48c774
}

.hero.is-success.is-bold[b-myjq4givcu] {
    background-image: linear-gradient(141deg,#29b342 0,#48c774 71%,#56d296 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-success.is-bold .navbar-menu[b-myjq4givcu] {
        background-image: linear-gradient(141deg,#29b342 0,#48c774 71%,#56d296 100%)
    }
}

.hero.is-warning[b-myjq4givcu] {
    background-color: #ffdd57;
    color: rgba(0,0,0,.7)
}

    .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current)[b-myjq4givcu], .hero.is-warning strong[b-myjq4givcu] {
        color: inherit
    }

    .hero.is-warning .title[b-myjq4givcu] {
        color: rgba(0,0,0,.7)
    }

    .hero.is-warning .subtitle[b-myjq4givcu] {
        color: rgba(0,0,0,.9)
    }

        .hero.is-warning .subtitle a:not(.button)[b-myjq4givcu], .hero.is-warning .subtitle strong[b-myjq4givcu] {
            color: rgba(0,0,0,.7)
        }

@media screen and (max-width: 1023px) {
    .hero.is-warning .navbar-menu[b-myjq4givcu] {
        background-color: #ffdd57
    }
}

.hero.is-warning .navbar-item[b-myjq4givcu], .hero.is-warning .navbar-link[b-myjq4givcu] {
    color: rgba(0,0,0,.7)
}

    .hero.is-warning .navbar-link.is-active[b-myjq4givcu], .hero.is-warning .navbar-link:hover[b-myjq4givcu], .hero.is-warning a.navbar-item.is-active[b-myjq4givcu], .hero.is-warning a.navbar-item:hover[b-myjq4givcu] {
        background-color: #ffd83d;
        color: rgba(0,0,0,.7)
    }

.hero.is-warning .tabs a[b-myjq4givcu] {
    color: rgba(0,0,0,.7);
    opacity: .9
}

    .hero.is-warning .tabs a:hover[b-myjq4givcu] {
        opacity: 1
    }

.hero.is-warning .tabs li.is-active a[b-myjq4givcu] {
    opacity: 1
}

.hero.is-warning .tabs.is-boxed a[b-myjq4givcu], .hero.is-warning .tabs.is-toggle a[b-myjq4givcu] {
    color: rgba(0,0,0,.7)
}

    .hero.is-warning .tabs.is-boxed a:hover[b-myjq4givcu], .hero.is-warning .tabs.is-toggle a:hover[b-myjq4givcu] {
        background-color: rgba(10,10,10,.1)
    }

.hero.is-warning .tabs.is-boxed li.is-active a[b-myjq4givcu], .hero.is-warning .tabs.is-boxed li.is-active a:hover[b-myjq4givcu], .hero.is-warning .tabs.is-toggle li.is-active a[b-myjq4givcu], .hero.is-warning .tabs.is-toggle li.is-active a:hover[b-myjq4givcu] {
    background-color: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.7);
    color: #ffdd57
}

.hero.is-warning.is-bold[b-myjq4givcu] {
    background-image: linear-gradient(141deg,#ffaf24 0,#ffdd57 71%,#fffa70 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-warning.is-bold .navbar-menu[b-myjq4givcu] {
        background-image: linear-gradient(141deg,#ffaf24 0,#ffdd57 71%,#fffa70 100%)
    }
}

.hero.is-danger[b-myjq4givcu] {
    background-color: #f14668;
    color: #fff
}

    .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current)[b-myjq4givcu], .hero.is-danger strong[b-myjq4givcu] {
        color: inherit
    }

    .hero.is-danger .title[b-myjq4givcu] {
        color: #fff
    }

    .hero.is-danger .subtitle[b-myjq4givcu] {
        color: rgba(255,255,255,.9)
    }

        .hero.is-danger .subtitle a:not(.button)[b-myjq4givcu], .hero.is-danger .subtitle strong[b-myjq4givcu] {
            color: #fff
        }

@media screen and (max-width: 1023px) {
    .hero.is-danger .navbar-menu[b-myjq4givcu] {
        background-color: #f14668
    }
}

.hero.is-danger .navbar-item[b-myjq4givcu], .hero.is-danger .navbar-link[b-myjq4givcu] {
    color: rgba(255,255,255,.7)
}

    .hero.is-danger .navbar-link.is-active[b-myjq4givcu], .hero.is-danger .navbar-link:hover[b-myjq4givcu], .hero.is-danger a.navbar-item.is-active[b-myjq4givcu], .hero.is-danger a.navbar-item:hover[b-myjq4givcu] {
        background-color: #ef2e55;
        color: #fff
    }

.hero.is-danger .tabs a[b-myjq4givcu] {
    color: #fff;
    opacity: .9
}

    .hero.is-danger .tabs a:hover[b-myjq4givcu] {
        opacity: 1
    }

.hero.is-danger .tabs li.is-active a[b-myjq4givcu] {
    opacity: 1
}

.hero.is-danger .tabs.is-boxed a[b-myjq4givcu], .hero.is-danger .tabs.is-toggle a[b-myjq4givcu] {
    color: #fff
}

    .hero.is-danger .tabs.is-boxed a:hover[b-myjq4givcu], .hero.is-danger .tabs.is-toggle a:hover[b-myjq4givcu] {
        background-color: rgba(10,10,10,.1)
    }

.hero.is-danger .tabs.is-boxed li.is-active a[b-myjq4givcu], .hero.is-danger .tabs.is-boxed li.is-active a:hover[b-myjq4givcu], .hero.is-danger .tabs.is-toggle li.is-active a[b-myjq4givcu], .hero.is-danger .tabs.is-toggle li.is-active a:hover[b-myjq4givcu] {
    background-color: #fff;
    border-color: #fff;
    color: #f14668
}

.hero.is-danger.is-bold[b-myjq4givcu] {
    background-image: linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-danger.is-bold .navbar-menu[b-myjq4givcu] {
        background-image: linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)
    }
}

.hero.is-small .hero-body[b-myjq4givcu] {
    padding: 1.5rem
}

@media screen and (min-width: 769px),print {
    .hero.is-medium .hero-body[b-myjq4givcu] {
        padding: 9rem 1.5rem
    }
}

@media screen and (min-width: 769px),print {
    .hero.is-large .hero-body[b-myjq4givcu] {
        padding: 18rem 1.5rem
    }
}

.hero.is-fullheight .hero-body[b-myjq4givcu], .hero.is-fullheight-with-navbar .hero-body[b-myjq4givcu], .hero.is-halfheight .hero-body[b-myjq4givcu] {
    align-items: center;
    display: flex
}

    .hero.is-fullheight .hero-body > .container[b-myjq4givcu], .hero.is-fullheight-with-navbar .hero-body > .container[b-myjq4givcu], .hero.is-halfheight .hero-body > .container[b-myjq4givcu] {
        flex-grow: 1;
        flex-shrink: 1
    }

.hero.is-halfheight[b-myjq4givcu] {
    min-height: 50vh
}

.hero.is-fullheight[b-myjq4givcu] {
    min-height: 100vh
}

.hero-video[b-myjq4givcu] {
    overflow: hidden
}

    .hero-video video[b-myjq4givcu] {
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate3d(-50%,-50%,0)
    }

    .hero-video.is-transparent[b-myjq4givcu] {
        opacity: .3
    }

@media screen and (max-width: 768px) {
    .hero-video[b-myjq4givcu] {
        display: none
    }
}

.hero-buttons[b-myjq4givcu] {
    margin-top: 1.5rem
}

@media screen and (max-width: 768px) {
    .hero-buttons .button[b-myjq4givcu] {
        display: flex
    }

        .hero-buttons .button:not(:last-child)[b-myjq4givcu] {
            margin-bottom: .75rem
        }
}

@media screen and (min-width: 769px),print {
    .hero-buttons[b-myjq4givcu] {
        display: flex;
        justify-content: center
    }

        .hero-buttons .button:not(:last-child)[b-myjq4givcu] {
            margin-right: 1.5rem
        }
}

.hero-foot[b-myjq4givcu], .hero-head[b-myjq4givcu] {
    flex-grow: 0;
    flex-shrink: 0
}

.hero-body[b-myjq4givcu] {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 3rem 1.5rem
}

.section[b-myjq4givcu] {
    padding: 3rem 1.5rem
}

@media screen and (min-width: 1024px) {
    .section.is-medium[b-myjq4givcu] {
        padding: 9rem 1.5rem
    }

    .section.is-large[b-myjq4givcu] {
        padding: 18rem 1.5rem
    }
}

.footer[b-myjq4givcu] {
    background-color: #fafafa;
    padding: 3rem 1.5rem 6rem
}

