@charset "UTF-8";

.bg-light {
    background-color: #f0f0f0
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-prev-next {
    background-color: #6037b3
}

.bg-hero {
    background: url(../img/bg_splash.html) #6037b3 no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover
}

.bg-primary {
    background-color: #4675d3 !important
}

.bg-secondary {
    background-color: #6037b3 !important
}

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

    to {
        transform: rotate(359deg)
    }
}

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

.file {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html {
    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;
    text-size-adjust: 100%
}

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

body, button, input, select, textarea {
    font-family: "Source Sans Pro",BlinkMacSystemFont,-apple-system,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif
}

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

body {
    color: #484848;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #4372d6;
    cursor: pointer;
    text-decoration: none
}

    a strong {
        color: currentColor
    }

    a:hover {
        color: #3a79ff
    }

code {
    background-color: #f5f5f5;
    color: #ff3860;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em .25em;
    white-space: pre-wrap
}

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

img {
    max-width: 100%
}

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

small {
    font-size: .875em
}

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

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

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

    pre code {
        background-color: transparent;
        color: currentColor;
        font-size: 1em;
        padding: 0
    }

table td, table th {
    text-align: left;
    vertical-align: top
}

table th {
    color: #323232
}

.is-clearfix:after {
    clear: both;
    content: " ";
    display: table
}

.is-pulled-left {
    float: left !important
}

.is-pulled-right {
    float: right !important
}

.is-clipped {
    overflow: hidden !important
}

.is-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.is-size-1 {
    font-size: 3rem !important
}

.is-size-2 {
    font-size: 2.5rem !important
}

.is-size-3 {
    font-size: 2rem !important
}

.is-size-4 {
    font-size: 1.5rem !important
}

.is-size-5 {
    font-size: 1.375rem !important
}

.is-size-6 {
    font-size: 1rem !important
}

.is-size-7 {
    font-size: .75rem !important
}

@media screen and (max-width:768px) {
    .is-size-1-mobile {
        font-size: 3rem !important
    }

    .is-size-2-mobile {
        font-size: 2.5rem !important
    }

    .is-size-3-mobile {
        font-size: 2rem !important
    }

    .is-size-4-mobile {
        font-size: 1.5rem !important
    }

    .is-size-5-mobile {
        font-size: 1.375rem !important
    }

    .is-size-6-mobile {
        font-size: 1rem !important
    }

    .is-size-7-mobile {
        font-size: .75rem !important
    }
}

@media screen and (min-width:769px),print {
    .is-size-1-tablet {
        font-size: 3rem !important
    }

    .is-size-2-tablet {
        font-size: 2.5rem !important
    }

    .is-size-3-tablet {
        font-size: 2rem !important
    }

    .is-size-4-tablet {
        font-size: 1.5rem !important
    }

    .is-size-5-tablet {
        font-size: 1.375rem !important
    }

    .is-size-6-tablet {
        font-size: 1rem !important
    }

    .is-size-7-tablet {
        font-size: .75rem !important
    }
}

@media screen and (max-width:1023px) {
    .is-size-1-touch {
        font-size: 3rem !important
    }

    .is-size-2-touch {
        font-size: 2.5rem !important
    }

    .is-size-3-touch {
        font-size: 2rem !important
    }

    .is-size-4-touch {
        font-size: 1.5rem !important
    }

    .is-size-5-touch {
        font-size: 1.375rem !important
    }

    .is-size-6-touch {
        font-size: 1rem !important
    }

    .is-size-7-touch {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1024px) {
    .is-size-1-desktop {
        font-size: 3rem !important
    }

    .is-size-2-desktop {
        font-size: 2.5rem !important
    }

    .is-size-3-desktop {
        font-size: 2rem !important
    }

    .is-size-4-desktop {
        font-size: 1.5rem !important
    }

    .is-size-5-desktop {
        font-size: 1.375rem !important
    }

    .is-size-6-desktop {
        font-size: 1rem !important
    }

    .is-size-7-desktop {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1216px) {
    .is-size-1-widescreen {
        font-size: 3rem !important
    }

    .is-size-2-widescreen {
        font-size: 2.5rem !important
    }

    .is-size-3-widescreen {
        font-size: 2rem !important
    }

    .is-size-4-widescreen {
        font-size: 1.5rem !important
    }

    .is-size-5-widescreen {
        font-size: 1.375rem !important
    }

    .is-size-6-widescreen {
        font-size: 1rem !important
    }

    .is-size-7-widescreen {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1408px) {
    .is-size-1-fullhd {
        font-size: 3rem !important
    }

    .is-size-2-fullhd {
        font-size: 2.5rem !important
    }

    .is-size-3-fullhd {
        font-size: 2rem !important
    }

    .is-size-4-fullhd {
        font-size: 1.5rem !important
    }

    .is-size-5-fullhd {
        font-size: 1.375rem !important
    }

    .is-size-6-fullhd {
        font-size: 1rem !important
    }

    .is-size-7-fullhd {
        font-size: .75rem !important
    }
}

.has-text-centered {
    text-align: center !important
}

@media screen and (max-width:768px) {
    .has-text-centered-mobile {
        text-align: center !important
    }
}

@media screen and (min-width:769px),print {
    .has-text-centered-tablet {
        text-align: center !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .has-text-centered-tablet-only {
        text-align: center !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-centered-touch {
        text-align: center !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-centered-desktop {
        text-align: center !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-centered-desktop-only {
        text-align: center !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-centered-widescreen {
        text-align: center !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-centered-widescreen-only {
        text-align: center !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-centered-fullhd {
        text-align: center !important
    }
}

.has-text-justified {
    text-align: justify !important
}

@media screen and (max-width:768px) {
    .has-text-justified-mobile {
        text-align: justify !important
    }
}

@media screen and (min-width:769px),print {
    .has-text-justified-tablet {
        text-align: justify !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .has-text-justified-tablet-only {
        text-align: justify !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-justified-touch {
        text-align: justify !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-justified-desktop {
        text-align: justify !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-justified-desktop-only {
        text-align: justify !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-justified-widescreen {
        text-align: justify !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-justified-widescreen-only {
        text-align: justify !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-justified-fullhd {
        text-align: justify !important
    }
}

.bottom-navigation a.is-left, .has-text-left {
    text-align: left !important
}

@media screen and (max-width:768px) {
    .has-text-left-mobile {
        text-align: left !important
    }
}

@media screen and (min-width:769px),print {
    .has-text-left-tablet {
        text-align: left !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .has-text-left-tablet-only {
        text-align: left !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-left-touch {
        text-align: left !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-left-desktop {
        text-align: left !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-left-desktop-only {
        text-align: left !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-left-widescreen {
        text-align: left !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-left-widescreen-only {
        text-align: left !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-left-fullhd {
        text-align: left !important
    }
}

.bottom-navigation a.is-right, .has-text-right {
    text-align: right !important
}

@media screen and (max-width:768px) {
    .has-text-right-mobile {
        text-align: right !important
    }
}

@media screen and (min-width:769px),print {
    .has-text-right-tablet {
        text-align: right !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .has-text-right-tablet-only {
        text-align: right !important
    }
}

@media screen and (max-width:1023px) {
    .has-text-right-touch {
        text-align: right !important
    }
}

@media screen and (min-width:1024px) {
    .has-text-right-desktop {
        text-align: right !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .has-text-right-desktop-only {
        text-align: right !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-right-widescreen {
        text-align: right !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-right-widescreen-only {
        text-align: right !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-right-fullhd {
        text-align: right !important
    }
}

.is-capitalized {
    text-transform: capitalize !important
}

.is-lowercase {
    text-transform: lowercase !important
}

.is-uppercase {
    text-transform: uppercase !important
}

.is-italic {
    font-style: italic !important
}

.has-text-white {
    color: #fff !important
}

a.has-text-white:focus, a.has-text-white:hover {
    color: #e6e6e6 !important
}

.has-background-white {
    background-color: #fff !important
}

.has-text-black {
    color: #0a0a0a !important
}

a.has-text-black:focus, a.has-text-black:hover {
    color: #000 !important
}

.has-background-black {
    background-color: #0a0a0a !important
}

.has-text-light {
    color: #f5f5f5 !important
}

a.has-text-light:focus, a.has-text-light:hover {
    color: #dbdbdb !important
}

.has-background-light {
    background-color: #f5f5f5 !important
}

.has-text-dark {
    color: #323232 !important
}

a.has-text-dark:focus, a.has-text-dark:hover {
    color: #191919 !important
}

.has-background-dark {
    background-color: #323232 !important
}

.has-text-primary {
    color: #4675d3 !important
}

a.has-text-primary:focus, a.has-text-primary:hover {
    color: #2c5bba !important
}

.has-background-primary {
    background-color: #4675d3 !important
}

.has-text-secondary {
    color: #6037b3 !important
}

a.has-text-secondary:focus, a.has-text-secondary:hover {
    color: #4b2b8c !important
}

.has-background-secondary {
    background-color: #6037b3 !important
}

.has-text-link {
    color: #4372d6 !important
}

a.has-text-link:focus, a.has-text-link:hover {
    color: #2958bd !important
}

.has-background-link {
    background-color: #4372d6 !important
}

.has-text-info {
    color: #209cee !important
}

a.has-text-info:focus, a.has-text-info:hover {
    color: #0f81cc !important
}

.has-background-info {
    background-color: #209cee !important
}

.has-text-success {
    color: #23d160 !important
}

a.has-text-success:focus, a.has-text-success:hover {
    color: #1ca64c !important
}

.has-background-success {
    background-color: #23d160 !important
}

.has-text-warning {
    color: #ffdd57 !important
}

a.has-text-warning:focus, a.has-text-warning:hover {
    color: #ffd324 !important
}

.has-background-warning {
    background-color: #ffdd57 !important
}

.has-text-danger {
    color: #ff3860 !important
}

a.has-text-danger:focus, a.has-text-danger:hover {
    color: #ff0537 !important
}

.has-background-danger {
    background-color: #ff3860 !important
}

.has-text-black-bis {
    color: #121212 !important
}

.has-text-black-ter {
    color: #242424 !important
}

.has-text-grey-darker {
    color: #323232 !important
}

.has-text-grey-dark {
    color: #484848 !important
}

.has-text-grey {
    color: #767676 !important
}

.has-text-grey-light {
    color: #d6d6d6 !important
}

.has-text-grey-lighter {
    color: #f0f0f0 !important
}

.has-text-white-ter {
    color: #f5f5f5 !important
}

.has-text-white-bis {
    color: #fafafa !important
}

.has-text-white-trans {
    color: rgba(255,255,255,.7) !important
}

.has-text-weight-light {
    font-weight: 300 !important
}

.has-text-weight-normal {
    font-weight: 400 !important
}

.has-text-weight-semibold {
    font-weight: 600 !important
}

.has-text-weight-bold {
    font-weight: 700 !important
}

.is-block {
    display: block !important
}

@media screen and (max-width:768px) {
    .is-block-mobile {
        display: block !important
    }
}

@media screen and (min-width:769px),print {
    .is-block-tablet {
        display: block !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-block-tablet-only {
        display: block !important
    }
}

@media screen and (max-width:1023px) {
    .is-block-touch {
        display: block !important
    }
}

@media screen and (min-width:1024px) {
    .is-block-desktop {
        display: block !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-block-desktop-only {
        display: block !important
    }
}

@media screen and (min-width:1216px) {
    .is-block-widescreen {
        display: block !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-block-widescreen-only {
        display: block !important
    }
}

@media screen and (min-width:1408px) {
    .is-block-fullhd {
        display: block !important
    }
}

.is-flex {
    display: flex !important
}

@media screen and (max-width:768px) {
    .is-flex-mobile {
        display: flex !important
    }
}

@media screen and (min-width:769px),print {
    .is-flex-tablet {
        display: flex !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-flex-tablet-only {
        display: flex !important
    }
}

@media screen and (max-width:1023px) {
    .is-flex-touch {
        display: flex !important
    }
}

@media screen and (min-width:1024px) {
    .is-flex-desktop {
        display: flex !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-flex-desktop-only {
        display: flex !important
    }
}

@media screen and (min-width:1216px) {
    .is-flex-widescreen {
        display: flex !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-flex-widescreen-only {
        display: flex !important
    }
}

@media screen and (min-width:1408px) {
    .is-flex-fullhd {
        display: flex !important
    }
}

.is-inline {
    display: inline !important
}

@media screen and (max-width:768px) {
    .is-inline-mobile {
        display: inline !important
    }
}

@media screen and (min-width:769px),print {
    .is-inline-tablet {
        display: inline !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-inline-tablet-only {
        display: inline !important
    }
}

@media screen and (max-width:1023px) {
    .is-inline-touch {
        display: inline !important
    }
}

@media screen and (min-width:1024px) {
    .is-inline-desktop {
        display: inline !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-inline-desktop-only {
        display: inline !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-widescreen {
        display: inline !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-widescreen-only {
        display: inline !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-fullhd {
        display: inline !important
    }
}

.is-inline-block {
    display: inline-block !important
}

@media screen and (max-width:768px) {
    .is-inline-block-mobile {
        display: inline-block !important
    }
}

@media screen and (min-width:769px),print {
    .is-inline-block-tablet {
        display: inline-block !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-inline-block-tablet-only {
        display: inline-block !important
    }
}

@media screen and (max-width:1023px) {
    .is-inline-block-touch {
        display: inline-block !important
    }
}

@media screen and (min-width:1024px) {
    .is-inline-block-desktop {
        display: inline-block !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-inline-block-desktop-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-block-widescreen {
        display: inline-block !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-block-fullhd {
        display: inline-block !important
    }
}

.is-inline-flex {
    display: inline-flex !important
}

@media screen and (max-width:768px) {
    .is-inline-flex-mobile {
        display: inline-flex !important
    }
}

@media screen and (min-width:769px),print {
    .is-inline-flex-tablet {
        display: inline-flex !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-inline-flex-tablet-only {
        display: inline-flex !important
    }
}

@media screen and (max-width:1023px) {
    .is-inline-flex-touch {
        display: inline-flex !important
    }
}

@media screen and (min-width:1024px) {
    .is-inline-flex-desktop {
        display: inline-flex !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-inline-flex-desktop-only {
        display: inline-flex !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-flex-widescreen {
        display: inline-flex !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-flex-widescreen-only {
        display: inline-flex !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-flex-fullhd {
        display: inline-flex !important
    }
}

.is-hidden {
    display: none !important
}

@media screen and (max-width:768px) {
    .is-hidden-mobile {
        display: none !important
    }
}

@media screen and (min-width:769px),print {
    .is-hidden-tablet {
        display: none !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-hidden-tablet-only {
        display: none !important
    }
}

@media screen and (max-width:1023px) {
    .is-hidden-touch {
        display: none !important
    }
}

@media screen and (min-width:1024px) {
    .is-hidden-desktop {
        display: none !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-hidden-desktop-only {
        display: none !important
    }
}

@media screen and (min-width:1216px) {
    .is-hidden-widescreen {
        display: none !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-hidden-widescreen-only {
        display: none !important
    }
}

@media screen and (min-width:1408px) {
    .is-hidden-fullhd {
        display: none !important
    }
}

.is-invisible {
    visibility: hidden !important
}

@media screen and (max-width:768px) {
    .is-invisible-mobile {
        visibility: hidden !important
    }
}

@media screen and (min-width:769px),print {
    .is-invisible-tablet {
        visibility: hidden !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-invisible-tablet-only {
        visibility: hidden !important
    }
}

@media screen and (max-width:1023px) {
    .is-invisible-touch {
        visibility: hidden !important
    }
}

@media screen and (min-width:1024px) {
    .is-invisible-desktop {
        visibility: hidden !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-invisible-desktop-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1216px) {
    .is-invisible-widescreen {
        visibility: hidden !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1408px) {
    .is-invisible-fullhd {
        visibility: hidden !important
    }
}

.is-marginless {
    margin: 0 !important
}

.bottom-navigation, .is-paddingless {
    padding: 0 !important
}

.is-radiusless {
    border-radius: 0 !important
}

.is-shadowless {
    box-shadow: none !important
}

.is-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.is-stretched {
    align-items: stretch !important
}

.is-wrapped {
    white-space: normal !important
}

.hide {
    display: none;
    visibility: hidden
}

.show {
    display: block;
    visibility: visible
}

.is-position-relative, .touch .is-offset-sideNav {
    position: relative !important
}

.is-overflow-hidden {
    overflow: hidden
}

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

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

ul {
    list-style: none
}

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

html {
    box-sizing: border-box
}

* {
    box-sizing: inherit
}

:after, :before {
    box-sizing: inherit
}

audio, embed, img, object, video {
    max-width: 100%
}

iframe {
    border: 0
}

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

td, th {
    padding: 0;
    text-align: left
}

.highlight {
    background: #f5f5f5;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #ddd
}

    .highlight pre {
        max-height: 300px
    }

    .highlight .c {
        color: #998;
        font-style: italic
    }

    .highlight .err {
        color: #a61717;
        background-color: #e3d2d2
    }

    .highlight .k {
        font-weight: 700
    }

    .highlight .o {
        font-weight: 700
    }

    .highlight .cm {
        color: #998;
        font-style: italic
    }

    .highlight .cp {
        color: #999;
        font-weight: 700
    }

    .highlight .c1 {
        color: #998;
        font-style: italic
    }

    .highlight .cs {
        color: #999;
        font-weight: 700;
        font-style: italic
    }

    .highlight .gd {
        color: #000;
        background-color: #fdd
    }

        .highlight .gd .x {
            color: #000;
            background-color: #faa
        }

    .highlight .ge {
        font-style: italic
    }

    .highlight .gr {
        color: #a00
    }

    .highlight .gh {
        color: #999
    }

    .highlight .gi {
        color: #000;
        background-color: #dfd
    }

        .highlight .gi .x {
            color: #000;
            background-color: #afa
        }

    .highlight .go {
        color: #888
    }

    .highlight .gp {
        color: #555
    }

    .highlight .gs {
        font-weight: 700
    }

    .highlight .gu {
        color: #aaa
    }

    .highlight .gt {
        color: #a00
    }

    .highlight .kc {
        font-weight: 700
    }

    .highlight .kd {
        font-weight: 700
    }

    .highlight .kp {
        font-weight: 700
    }

    .highlight .kr {
        font-weight: 700
    }

    .highlight .kt {
        color: #458;
        font-weight: 700
    }

    .highlight .m {
        color: #099
    }

    .highlight .s {
        color: #d14
    }

    .highlight .na {
        color: teal
    }

    .highlight .nb {
        color: #0086b3
    }

    .highlight .nc {
        color: #458;
        font-weight: 700
    }

    .highlight .no {
        color: teal
    }

    .highlight .ni {
        color: purple
    }

    .highlight .ne {
        color: #900;
        font-weight: 700
    }

    .highlight .nf {
        color: #900;
        font-weight: 700
    }

    .highlight .nn {
        color: #555
    }

    .highlight .nt {
        color: navy
    }

    .highlight .nv {
        color: teal
    }

    .highlight .ow {
        font-weight: 700
    }

    .highlight .w {
        color: #bbb
    }

    .highlight .mf {
        color: #099
    }

    .highlight .mh {
        color: #099
    }

    .highlight .mi {
        color: #099
    }

    .highlight .mo {
        color: #099
    }

    .highlight .sb {
        color: #d14
    }

    .highlight .sc {
        color: #d14
    }

    .highlight .sd {
        color: #d14
    }

    .highlight .s2 {
        color: #d14
    }

    .highlight .se {
        color: #d14
    }

    .highlight .sh {
        color: #d14
    }

    .highlight .si {
        color: #d14
    }

    .highlight .sx {
        color: #d14
    }

    .highlight .sr {
        color: #009926
    }

    .highlight .s1 {
        color: #d14
    }

    .highlight .ss {
        color: #990073
    }

    .highlight .sgds {
        color: #999
    }

    .highlight .vc {
        color: teal
    }

    .highlight .vg {
        color: teal
    }

    .highlight .vi {
        color: teal
    }

    .highlight .il {
        color: #099
    }

.display {
    font-size: 5.25rem;
    letter-spacing: -1.5px;
    line-height: 4.75rem
}

@media screen and (max-width:1023px) {
    .display {
        font-size: 4rem
    }
}

h1 {
    font-size: 3rem;
    line-height: 3.75rem;
    letter-spacing: -1.5px
}

@media screen and (max-width:1023px) {
    h1 {
        font-size: 3rem
    }
}

h2 {
    font-size: 2.5rem;
    line-height: 3.75rem
}

@media screen and (max-width:1023px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: 2rem;
    line-height: 2.8125rem
}

@media screen and (max-width:1023px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: 1.5rem;
    line-height: 2.2rem
}

@media screen and (max-width:1023px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.375rem;
    line-height: 1.875rem
}

@media screen and (max-width:1023px) {
    h5 {
        font-size: 1.375rem
    }
}

h6 {
    font-size: 1rem;
    line-height: 1.25rem
}

@media screen and (max-width:1023px) {
    h6 {
        font-size: 1rem
    }
}

small {
    font-size: .9375rem !important;
    letter-spacing: .2px
}

b, strong {
    font-weight: 600
}

.is-vh-10 {
    height: 10vh
}

.is-vh-20 {
    height: 20vh
}

.is-vh-30 {
    height: 30vh
}

.is-vh-40 {
    height: 40vh
}

.is-vh-50 {
    height: 50vh
}

.is-vh-60 {
    height: 60vh
}

.is-vh-70 {
    height: 70vh
}

.is-vh-80 {
    height: 80vh
}

.is-vh-90 {
    height: 90vh
}

.is-vh-100 {
    height: 100vh
}

.no-margin {
    margin: 0 !important
}

.margin {
    margin: 1rem !important
}

.margin--xs {
    margin: .25rem !important
}

.margin--sm {
    margin: .5rem !important
}

.margin--lg {
    margin: 2rem !important
}

.margin--xl {
    margin: 4rem !important
}

.margin--none {
    margin: 0 !important
}

.margin--top {
    margin-top: 1rem !important
}

.margin--top--xs {
    margin-top: .25rem !important
}

.margin--top--sm {
    margin-top: .5rem !important
}

.margin--top--lg {
    margin-top: 2rem !important
}

.margin--top--xl {
    margin-top: 4rem !important
}

.margin--top--none {
    margin-top: 0 !important
}

.margin--right {
    margin-right: 1rem !important
}

.margin--right--xs {
    margin-right: .25rem !important
}

.margin--right--sm {
    margin-right: .5rem !important
}

.margin--right--lg {
    margin-right: 2rem !important
}

.margin--right--xl {
    margin-right: 4rem !important
}

.margin--right--none {
    margin-right: 0 !important
}

.margin--bottom {
    margin-bottom: 1rem !important
}

.margin--bottom--xs {
    margin-bottom: .25rem !important
}

.margin--bottom--sm {
    margin-bottom: .5rem !important
}

.margin--bottom--lg {
    margin-bottom: 2rem !important
}

.margin--bottom--xl {
    margin-bottom: 4rem !important
}

.margin--bottom--none {
    margin-bottom: 0 !important
}

.margin--left {
    margin-left: 1rem !important
}

.margin--left--xs {
    margin-left: .25rem !important
}

.margin--left--sm {
    margin-left: .5rem !important
}

.margin--left--lg {
    margin-left: 2rem !important
}

.margin--left--xl {
    margin-left: 4rem !important
}

.margin--left--none {
    margin-left: 0 !important
}

.padding {
    padding: 1rem !important
}

.padding--xs {
    padding: .25rem !important
}

.padding--sm {
    padding: .5rem !important
}

.padding--lg {
    padding: 2rem !important
}

.padding--xl {
    padding: 4rem !important
}

.padding--none {
    padding: 0 !important
}

.padding--top {
    padding-top: 1rem !important
}

.padding--top--xs {
    padding-top: .25rem !important
}

.padding--top--sm {
    padding-top: .5rem !important
}

.padding--top--lg {
    padding-top: 2rem !important
}

.padding--top--xl {
    padding-top: 4rem !important
}

.padding--top--none {
    padding-top: 0 !important
}

.padding--right {
    padding-right: 1rem !important
}

.padding--right--xs {
    padding-right: .25rem !important
}

.padding--right--sm {
    padding-right: .5rem !important
}

.padding--right--lg {
    padding-right: 2rem !important
}

.padding--right--xl {
    padding-right: 4rem !important
}

.padding--right--none {
    padding-right: 0 !important
}

.padding--bottom {
    padding-bottom: 1rem !important
}

.padding--bottom--xs {
    padding-bottom: .25rem !important
}

.padding--bottom--sm {
    padding-bottom: .5rem !important
}

.padding--bottom--lg {
    padding-bottom: 2rem !important
}

.padding--bottom--xl {
    padding-bottom: 4rem !important
}

.padding--bottom--none {
    padding-bottom: 0 !important
}

.padding--left {
    padding-left: 1rem !important
}

.padding--left--xs {
    padding-left: .25rem !important
}

.padding--left--sm {
    padding-left: .5rem !important
}

.padding--left--lg {
    padding-left: 2rem !important
}

.padding--left--xl {
    padding-left: 4rem !important
}

.padding--left--none {
    padding-left: 0 !important
}

.is-offset-sideNav {
    position: fixed;
    width: 22%;
    top: 40px
}

.touch .is-offset-sideNav {
    width: 100%
}

.col {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem
}

    .col.is-boxed {
        border: 1px solid #f0f0f0
    }

    .col.has-carousel {
        min-width: 0
    }

.row.is-mobile > .col.is-narrow {
    flex: none
}

.row.is-mobile > .col.is-full {
    flex: none;
    width: 100%
}

.row.is-mobile > .col.is-three-quarters {
    flex: none;
    width: 75%
}

.row.is-mobile > .col.is-two-thirds {
    flex: none;
    width: 66.6666%
}

.row.is-mobile > .col.is-half {
    flex: none;
    width: 50%
}

.row.is-mobile > .col.is-one-third {
    flex: none;
    width: 33.3333%
}

.row.is-mobile > .col.is-one-quarter {
    flex: none;
    width: 25%
}

.row.is-mobile > .col.is-one-fifth {
    flex: none;
    width: 20%
}

.row.is-mobile > .col.is-two-fifths {
    flex: none;
    width: 40%
}

.row.is-mobile > .col.is-three-fifths {
    flex: none;
    width: 60%
}

.row.is-mobile > .col.is-four-fifths {
    flex: none;
    width: 80%
}

.row.is-mobile > .col.is-offset-three-quarters {
    margin-left: 75%
}

.row.is-mobile > .col.is-offset-two-thirds {
    margin-left: 66.6666%
}

.row.is-mobile > .col.is-offset-half {
    margin-left: 50%
}

.row.is-mobile > .col.is-offset-one-third {
    margin-left: 33.3333%
}

.row.is-mobile > .col.is-offset-one-quarter {
    margin-left: 25%
}

.row.is-mobile > .col.is-offset-one-fifth {
    margin-left: 20%
}

.row.is-mobile > .col.is-offset-two-fifths {
    margin-left: 40%
}

.row.is-mobile > .col.is-offset-three-fifths {
    margin-left: 60%
}

.row.is-mobile > .col.is-offset-four-fifths {
    margin-left: 80%
}

.row.is-mobile > .col.is-1 {
    flex: none;
    width: 8.3333333333%
}

.row.is-mobile > .col.is-offset-1 {
    margin-left: 8.3333333333%
}

.row.is-mobile > .col.is-2 {
    flex: none;
    width: 16.6666666667%
}

.row.is-mobile > .col.is-offset-2 {
    margin-left: 16.6666666667%
}

.row.is-mobile > .col.is-3 {
    flex: none;
    width: 25%
}

.row.is-mobile > .col.is-offset-3 {
    margin-left: 25%
}

.row.is-mobile > .col.is-4 {
    flex: none;
    width: 33.3333333333%
}

.row.is-mobile > .col.is-offset-4 {
    margin-left: 33.3333333333%
}

.row.is-mobile > .col.is-5 {
    flex: none;
    width: 41.6666666667%
}

.row.is-mobile > .col.is-offset-5 {
    margin-left: 41.6666666667%
}

.row.is-mobile > .col.is-6 {
    flex: none;
    width: 50%
}

.row.is-mobile > .col.is-offset-6 {
    margin-left: 50%
}

.row.is-mobile > .col.is-7 {
    flex: none;
    width: 58.3333333333%
}

.row.is-mobile > .col.is-offset-7 {
    margin-left: 58.3333333333%
}

.row.is-mobile > .col.is-8 {
    flex: none;
    width: 66.6666666667%
}

.row.is-mobile > .col.is-offset-8 {
    margin-left: 66.6666666667%
}

.row.is-mobile > .col.is-9 {
    flex: none;
    width: 75%
}

.row.is-mobile > .col.is-offset-9 {
    margin-left: 75%
}

.row.is-mobile > .col.is-10 {
    flex: none;
    width: 83.3333333333%
}

.row.is-mobile > .col.is-offset-10 {
    margin-left: 83.3333333333%
}

.row.is-mobile > .col.is-11 {
    flex: none;
    width: 91.6666666667%
}

.row.is-mobile > .col.is-offset-11 {
    margin-left: 91.6666666667%
}

.row.is-mobile > .col.is-12 {
    flex: none;
    width: 100%
}

.row.is-mobile > .col.is-offset-12 {
    margin-left: 100%
}

@media screen and (max-width:768px) {
    .col.is-narrow-mobile {
        flex: none
    }

    .col.is-full-mobile {
        flex: none;
        width: 100%
    }

    .col.is-three-quarters-mobile {
        flex: none;
        width: 75%
    }

    .col.is-two-thirds-mobile {
        flex: none;
        width: 66.6666%
    }

    .col.is-half-mobile {
        flex: none;
        width: 50%
    }

    .col.is-one-third-mobile {
        flex: none;
        width: 33.3333%
    }

    .col.is-one-quarter-mobile {
        flex: none;
        width: 25%
    }

    .col.is-one-fifth-mobile {
        flex: none;
        width: 20%
    }

    .col.is-two-fifths-mobile {
        flex: none;
        width: 40%
    }

    .col.is-three-fifths-mobile {
        flex: none;
        width: 60%
    }

    .col.is-four-fifths-mobile {
        flex: none;
        width: 80%
    }

    .col.is-offset-three-quarters-mobile {
        margin-left: 75%
    }

    .col.is-offset-two-thirds-mobile {
        margin-left: 66.6666%
    }

    .col.is-offset-half-mobile {
        margin-left: 50%
    }

    .col.is-offset-one-third-mobile {
        margin-left: 33.3333%
    }

    .col.is-offset-one-quarter-mobile {
        margin-left: 25%
    }

    .col.is-offset-one-fifth-mobile {
        margin-left: 20%
    }

    .col.is-offset-two-fifths-mobile {
        margin-left: 40%
    }

    .col.is-offset-three-fifths-mobile {
        margin-left: 60%
    }

    .col.is-offset-four-fifths-mobile {
        margin-left: 80%
    }

    .col.is-1-mobile {
        flex: none;
        width: 8.3333333333%
    }

    .col.is-offset-1-mobile {
        margin-left: 8.3333333333%
    }

    .col.is-2-mobile {
        flex: none;
        width: 16.6666666667%
    }

    .col.is-offset-2-mobile {
        margin-left: 16.6666666667%
    }

    .col.is-3-mobile {
        flex: none;
        width: 25%
    }

    .col.is-offset-3-mobile {
        margin-left: 25%
    }

    .col.is-4-mobile {
        flex: none;
        width: 33.3333333333%
    }

    .col.is-offset-4-mobile {
        margin-left: 33.3333333333%
    }

    .col.is-5-mobile {
        flex: none;
        width: 41.6666666667%
    }

    .col.is-offset-5-mobile {
        margin-left: 41.6666666667%
    }

    .col.is-6-mobile {
        flex: none;
        width: 50%
    }

    .col.is-offset-6-mobile {
        margin-left: 50%
    }

    .col.is-7-mobile {
        flex: none;
        width: 58.3333333333%
    }

    .col.is-offset-7-mobile {
        margin-left: 58.3333333333%
    }

    .col.is-8-mobile {
        flex: none;
        width: 66.6666666667%
    }

    .col.is-offset-8-mobile {
        margin-left: 66.6666666667%
    }

    .col.is-9-mobile {
        flex: none;
        width: 75%
    }

    .col.is-offset-9-mobile {
        margin-left: 75%
    }

    .col.is-10-mobile {
        flex: none;
        width: 83.3333333333%
    }

    .col.is-offset-10-mobile {
        margin-left: 83.3333333333%
    }

    .col.is-11-mobile {
        flex: none;
        width: 91.6666666667%
    }

    .col.is-offset-11-mobile {
        margin-left: 91.6666666667%
    }

    .col.is-12-mobile {
        flex: none;
        width: 100%
    }

    .col.is-offset-12-mobile {
        margin-left: 100%
    }
}

@media screen and (min-width:769px),print {
    .col.is-narrow, .col.is-narrow-tablet {
        flex: none
    }

    .col.is-full, .col.is-full-tablet {
        flex: none;
        width: 100%
    }

    .col.is-three-quarters, .col.is-three-quarters-tablet {
        flex: none;
        width: 75%
    }

    .col.is-two-thirds, .col.is-two-thirds-tablet {
        flex: none;
        width: 66.6666%
    }

    .col.is-half, .col.is-half-tablet {
        flex: none;
        width: 50%
    }

    .col.is-one-third, .col.is-one-third-tablet {
        flex: none;
        width: 33.3333%
    }

    .col.is-one-quarter, .col.is-one-quarter-tablet {
        flex: none;
        width: 25%
    }

    .col.is-one-fifth, .col.is-one-fifth-tablet {
        flex: none;
        width: 20%
    }

    .col.is-two-fifths, .col.is-two-fifths-tablet {
        flex: none;
        width: 40%
    }

    .col.is-three-fifths, .col.is-three-fifths-tablet {
        flex: none;
        width: 60%
    }

    .col.is-four-fifths, .col.is-four-fifths-tablet {
        flex: none;
        width: 80%
    }

    .col.is-offset-three-quarters, .col.is-offset-three-quarters-tablet {
        margin-left: 75%
    }

    .col.is-offset-two-thirds, .col.is-offset-two-thirds-tablet {
        margin-left: 66.6666%
    }

    .col.is-offset-half, .col.is-offset-half-tablet {
        margin-left: 50%
    }

    .col.is-offset-one-third, .col.is-offset-one-third-tablet {
        margin-left: 33.3333%
    }

    .col.is-offset-one-quarter, .col.is-offset-one-quarter-tablet {
        margin-left: 25%
    }

    .col.is-offset-one-fifth, .col.is-offset-one-fifth-tablet {
        margin-left: 20%
    }

    .col.is-offset-two-fifths, .col.is-offset-two-fifths-tablet {
        margin-left: 40%
    }

    .col.is-offset-three-fifths, .col.is-offset-three-fifths-tablet {
        margin-left: 60%
    }

    .col.is-offset-four-fifths, .col.is-offset-four-fifths-tablet {
        margin-left: 80%
    }

    .col.is-1, .col.is-1-tablet {
        flex: none;
        width: 8.3333333333%
    }

    .col.is-offset-1, .col.is-offset-1-tablet {
        margin-left: 8.3333333333%
    }

    .col.is-2, .col.is-2-tablet {
        flex: none;
        width: 16.6666666667%
    }

    .col.is-offset-2, .col.is-offset-2-tablet {
        margin-left: 16.6666666667%
    }

    .col.is-3, .col.is-3-tablet {
        flex: none;
        width: 25%
    }

    .col.is-offset-3, .col.is-offset-3-tablet {
        margin-left: 25%
    }

    .col.is-4, .col.is-4-tablet {
        flex: none;
        width: 33.3333333333%
    }

    .col.is-offset-4, .col.is-offset-4-tablet {
        margin-left: 33.3333333333%
    }

    .col.is-5, .col.is-5-tablet {
        flex: none;
        width: 41.6666666667%
    }

    .col.is-offset-5, .col.is-offset-5-tablet {
        margin-left: 41.6666666667%
    }

    .col.is-6, .col.is-6-tablet {
        flex: none;
        width: 50%
    }

    .col.is-offset-6, .col.is-offset-6-tablet {
        margin-left: 50%
    }

    .col.is-7, .col.is-7-tablet {
        flex: none;
        width: 58.3333333333%
    }

    .col.is-offset-7, .col.is-offset-7-tablet {
        margin-left: 58.3333333333%
    }

    .col.is-8, .col.is-8-tablet {
        flex: none;
        width: 66.6666666667%
    }

    .col.is-offset-8, .col.is-offset-8-tablet {
        margin-left: 66.6666666667%
    }

    .col.is-9, .col.is-9-tablet {
        flex: none;
        width: 75%
    }

    .col.is-offset-9, .col.is-offset-9-tablet {
        margin-left: 75%
    }

    .col.is-10, .col.is-10-tablet {
        flex: none;
        width: 83.3333333333%
    }

    .col.is-offset-10, .col.is-offset-10-tablet {
        margin-left: 83.3333333333%
    }

    .col.is-11, .col.is-11-tablet {
        flex: none;
        width: 91.6666666667%
    }

    .col.is-offset-11, .col.is-offset-11-tablet {
        margin-left: 91.6666666667%
    }

    .col.is-12, .col.is-12-tablet {
        flex: none;
        width: 100%
    }

    .col.is-offset-12, .col.is-offset-12-tablet {
        margin-left: 100%
    }
}

@media screen and (max-width:1023px) {
    .col.is-narrow-touch {
        flex: none
    }

    .col.is-full-touch {
        flex: none;
        width: 100%
    }

    .col.is-three-quarters-touch {
        flex: none;
        width: 75%
    }

    .col.is-two-thirds-touch {
        flex: none;
        width: 66.6666%
    }

    .col.is-half-touch {
        flex: none;
        width: 50%
    }

    .col.is-one-third-touch {
        flex: none;
        width: 33.3333%
    }

    .col.is-one-quarter-touch {
        flex: none;
        width: 25%
    }

    .col.is-one-fifth-touch {
        flex: none;
        width: 20%
    }

    .col.is-two-fifths-touch {
        flex: none;
        width: 40%
    }

    .col.is-three-fifths-touch {
        flex: none;
        width: 60%
    }

    .col.is-four-fifths-touch {
        flex: none;
        width: 80%
    }

    .col.is-offset-three-quarters-touch {
        margin-left: 75%
    }

    .col.is-offset-two-thirds-touch {
        margin-left: 66.6666%
    }

    .col.is-offset-half-touch {
        margin-left: 50%
    }

    .col.is-offset-one-third-touch {
        margin-left: 33.3333%
    }

    .col.is-offset-one-quarter-touch {
        margin-left: 25%
    }

    .col.is-offset-one-fifth-touch {
        margin-left: 20%
    }

    .col.is-offset-two-fifths-touch {
        margin-left: 40%
    }

    .col.is-offset-three-fifths-touch {
        margin-left: 60%
    }

    .col.is-offset-four-fifths-touch {
        margin-left: 80%
    }

    .col.is-1-touch {
        flex: none;
        width: 8.3333333333%
    }

    .col.is-offset-1-touch {
        margin-left: 8.3333333333%
    }

    .col.is-2-touch {
        flex: none;
        width: 16.6666666667%
    }

    .col.is-offset-2-touch {
        margin-left: 16.6666666667%
    }

    .col.is-3-touch {
        flex: none;
        width: 25%
    }

    .col.is-offset-3-touch {
        margin-left: 25%
    }

    .col.is-4-touch {
        flex: none;
        width: 33.3333333333%
    }

    .col.is-offset-4-touch {
        margin-left: 33.3333333333%
    }

    .col.is-5-touch {
        flex: none;
        width: 41.6666666667%
    }

    .col.is-offset-5-touch {
        margin-left: 41.6666666667%
    }

    .col.is-6-touch {
        flex: none;
        width: 50%
    }

    .col.is-offset-6-touch {
        margin-left: 50%
    }

    .col.is-7-touch {
        flex: none;
        width: 58.3333333333%
    }

    .col.is-offset-7-touch {
        margin-left: 58.3333333333%
    }

    .col.is-8-touch {
        flex: none;
        width: 66.6666666667%
    }

    .col.is-offset-8-touch {
        margin-left: 66.6666666667%
    }

    .col.is-9-touch {
        flex: none;
        width: 75%
    }

    .col.is-offset-9-touch {
        margin-left: 75%
    }

    .col.is-10-touch {
        flex: none;
        width: 83.3333333333%
    }

    .col.is-offset-10-touch {
        margin-left: 83.3333333333%
    }

    .col.is-11-touch {
        flex: none;
        width: 91.6666666667%
    }

    .col.is-offset-11-touch {
        margin-left: 91.6666666667%
    }

    .col.is-12-touch {
        flex: none;
        width: 100%
    }

    .col.is-offset-12-touch {
        margin-left: 100%
    }
}

@media screen and (min-width:1024px) {
    .col.is-narrow-desktop {
        flex: none
    }

    .col.is-full-desktop {
        flex: none;
        width: 100%
    }

    .col.is-three-quarters-desktop {
        flex: none;
        width: 75%
    }

    .col.is-two-thirds-desktop {
        flex: none;
        width: 66.6666%
    }

    .col.is-half-desktop {
        flex: none;
        width: 50%
    }

    .col.is-one-third-desktop {
        flex: none;
        width: 33.3333%
    }

    .col.is-one-quarter-desktop {
        flex: none;
        width: 25%
    }

    .col.is-one-fifth-desktop {
        flex: none;
        width: 20%
    }

    .col.is-two-fifths-desktop {
        flex: none;
        width: 40%
    }

    .col.is-three-fifths-desktop {
        flex: none;
        width: 60%
    }

    .col.is-four-fifths-desktop {
        flex: none;
        width: 80%
    }

    .col.is-offset-three-quarters-desktop {
        margin-left: 75%
    }

    .col.is-offset-two-thirds-desktop {
        margin-left: 66.6666%
    }

    .col.is-offset-half-desktop {
        margin-left: 50%
    }

    .col.is-offset-one-third-desktop {
        margin-left: 33.3333%
    }

    .col.is-offset-one-quarter-desktop {
        margin-left: 25%
    }

    .col.is-offset-one-fifth-desktop {
        margin-left: 20%
    }

    .col.is-offset-two-fifths-desktop {
        margin-left: 40%
    }

    .col.is-offset-three-fifths-desktop {
        margin-left: 60%
    }

    .col.is-offset-four-fifths-desktop {
        margin-left: 80%
    }

    .col.is-1-desktop {
        flex: none;
        width: 8.3333333333%
    }

    .col.is-offset-1-desktop {
        margin-left: 8.3333333333%
    }

    .col.is-2-desktop {
        flex: none;
        width: 16.6666666667%
    }

    .col.is-offset-2-desktop {
        margin-left: 16.6666666667%
    }

    .col.is-3-desktop {
        flex: none;
        width: 25%
    }

    .col.is-offset-3-desktop {
        margin-left: 25%
    }

    .col.is-4-desktop {
        flex: none;
        width: 33.3333333333%
    }

    .col.is-offset-4-desktop {
        margin-left: 33.3333333333%
    }

    .col.is-5-desktop {
        flex: none;
        width: 41.6666666667%
    }

    .col.is-offset-5-desktop {
        margin-left: 41.6666666667%
    }

    .col.is-6-desktop {
        flex: none;
        width: 50%
    }

    .col.is-offset-6-desktop {
        margin-left: 50%
    }

    .col.is-7-desktop {
        flex: none;
        width: 58.3333333333%
    }

    .col.is-offset-7-desktop {
        margin-left: 58.3333333333%
    }

    .col.is-8-desktop {
        flex: none;
        width: 66.6666666667%
    }

    .col.is-offset-8-desktop {
        margin-left: 66.6666666667%
    }

    .col.is-9-desktop {
        flex: none;
        width: 75%
    }

    .col.is-offset-9-desktop {
        margin-left: 75%
    }

    .col.is-10-desktop {
        flex: none;
        width: 83.3333333333%
    }

    .col.is-offset-10-desktop {
        margin-left: 83.3333333333%
    }

    .col.is-11-desktop {
        flex: none;
        width: 91.6666666667%
    }

    .col.is-offset-11-desktop {
        margin-left: 91.6666666667%
    }

    .col.is-12-desktop {
        flex: none;
        width: 100%
    }

    .col.is-offset-12-desktop {
        margin-left: 100%
    }
}

@media screen and (min-width:1216px) {
    .col.is-narrow-widescreen {
        flex: none
    }

    .col.is-full-widescreen {
        flex: none;
        width: 100%
    }

    .col.is-three-quarters-widescreen {
        flex: none;
        width: 75%
    }

    .col.is-two-thirds-widescreen {
        flex: none;
        width: 66.6666%
    }

    .col.is-half-widescreen {
        flex: none;
        width: 50%
    }

    .col.is-one-third-widescreen {
        flex: none;
        width: 33.3333%
    }

    .col.is-one-quarter-widescreen {
        flex: none;
        width: 25%
    }

    .col.is-one-fifth-widescreen {
        flex: none;
        width: 20%
    }

    .col.is-two-fifths-widescreen {
        flex: none;
        width: 40%
    }

    .col.is-three-fifths-widescreen {
        flex: none;
        width: 60%
    }

    .col.is-four-fifths-widescreen {
        flex: none;
        width: 80%
    }

    .col.is-offset-three-quarters-widescreen {
        margin-left: 75%
    }

    .col.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%
    }

    .col.is-offset-half-widescreen {
        margin-left: 50%
    }

    .col.is-offset-one-third-widescreen {
        margin-left: 33.3333%
    }

    .col.is-offset-one-quarter-widescreen {
        margin-left: 25%
    }

    .col.is-offset-one-fifth-widescreen {
        margin-left: 20%
    }

    .col.is-offset-two-fifths-widescreen {
        margin-left: 40%
    }

    .col.is-offset-three-fifths-widescreen {
        margin-left: 60%
    }

    .col.is-offset-four-fifths-widescreen {
        margin-left: 80%
    }

    .col.is-1-widescreen {
        flex: none;
        width: 8.3333333333%
    }

    .col.is-offset-1-widescreen {
        margin-left: 8.3333333333%
    }

    .col.is-2-widescreen {
        flex: none;
        width: 16.6666666667%
    }

    .col.is-offset-2-widescreen {
        margin-left: 16.6666666667%
    }

    .col.is-3-widescreen {
        flex: none;
        width: 25%
    }

    .col.is-offset-3-widescreen {
        margin-left: 25%
    }

    .col.is-4-widescreen {
        flex: none;
        width: 33.3333333333%
    }

    .col.is-offset-4-widescreen {
        margin-left: 33.3333333333%
    }

    .col.is-5-widescreen {
        flex: none;
        width: 41.6666666667%
    }

    .col.is-offset-5-widescreen {
        margin-left: 41.6666666667%
    }

    .col.is-6-widescreen {
        flex: none;
        width: 50%
    }

    .col.is-offset-6-widescreen {
        margin-left: 50%
    }

    .col.is-7-widescreen {
        flex: none;
        width: 58.3333333333%
    }

    .col.is-offset-7-widescreen {
        margin-left: 58.3333333333%
    }

    .col.is-8-widescreen {
        flex: none;
        width: 66.6666666667%
    }

    .col.is-offset-8-widescreen {
        margin-left: 66.6666666667%
    }

    .col.is-9-widescreen {
        flex: none;
        width: 75%
    }

    .col.is-offset-9-widescreen {
        margin-left: 75%
    }

    .col.is-10-widescreen {
        flex: none;
        width: 83.3333333333%
    }

    .col.is-offset-10-widescreen {
        margin-left: 83.3333333333%
    }

    .col.is-11-widescreen {
        flex: none;
        width: 91.6666666667%
    }

    .col.is-offset-11-widescreen {
        margin-left: 91.6666666667%
    }

    .col.is-12-widescreen {
        flex: none;
        width: 100%
    }

    .col.is-offset-12-widescreen {
        margin-left: 100%
    }
}

@media screen and (min-width:1408px) {
    .col.is-narrow-fullhd {
        flex: none
    }

    .col.is-full-fullhd {
        flex: none;
        width: 100%
    }

    .col.is-three-quarters-fullhd {
        flex: none;
        width: 75%
    }

    .col.is-two-thirds-fullhd {
        flex: none;
        width: 66.6666%
    }

    .col.is-half-fullhd {
        flex: none;
        width: 50%
    }

    .col.is-one-third-fullhd {
        flex: none;
        width: 33.3333%
    }

    .col.is-one-quarter-fullhd {
        flex: none;
        width: 25%
    }

    .col.is-one-fifth-fullhd {
        flex: none;
        width: 20%
    }

    .col.is-two-fifths-fullhd {
        flex: none;
        width: 40%
    }

    .col.is-three-fifths-fullhd {
        flex: none;
        width: 60%
    }

    .col.is-four-fifths-fullhd {
        flex: none;
        width: 80%
    }

    .col.is-offset-three-quarters-fullhd {
        margin-left: 75%
    }

    .col.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%
    }

    .col.is-offset-half-fullhd {
        margin-left: 50%
    }

    .col.is-offset-one-third-fullhd {
        margin-left: 33.3333%
    }

    .col.is-offset-one-quarter-fullhd {
        margin-left: 25%
    }

    .col.is-offset-one-fifth-fullhd {
        margin-left: 20%
    }

    .col.is-offset-two-fifths-fullhd {
        margin-left: 40%
    }

    .col.is-offset-three-fifths-fullhd {
        margin-left: 60%
    }

    .col.is-offset-four-fifths-fullhd {
        margin-left: 80%
    }

    .col.is-1-fullhd {
        flex: none;
        width: 8.3333333333%
    }

    .col.is-offset-1-fullhd {
        margin-left: 8.3333333333%
    }

    .col.is-2-fullhd {
        flex: none;
        width: 16.6666666667%
    }

    .col.is-offset-2-fullhd {
        margin-left: 16.6666666667%
    }

    .col.is-3-fullhd {
        flex: none;
        width: 25%
    }

    .col.is-offset-3-fullhd {
        margin-left: 25%
    }

    .col.is-4-fullhd {
        flex: none;
        width: 33.3333333333%
    }

    .col.is-offset-4-fullhd {
        margin-left: 33.3333333333%
    }

    .col.is-5-fullhd {
        flex: none;
        width: 41.6666666667%
    }

    .col.is-offset-5-fullhd {
        margin-left: 41.6666666667%
    }

    .col.is-6-fullhd {
        flex: none;
        width: 50%
    }

    .col.is-offset-6-fullhd {
        margin-left: 50%
    }

    .col.is-7-fullhd {
        flex: none;
        width: 58.3333333333%
    }

    .col.is-offset-7-fullhd {
        margin-left: 58.3333333333%
    }

    .col.is-8-fullhd {
        flex: none;
        width: 66.6666666667%
    }

    .col.is-offset-8-fullhd {
        margin-left: 66.6666666667%
    }

    .col.is-9-fullhd {
        flex: none;
        width: 75%
    }

    .col.is-offset-9-fullhd {
        margin-left: 75%
    }

    .col.is-10-fullhd {
        flex: none;
        width: 83.3333333333%
    }

    .col.is-offset-10-fullhd {
        margin-left: 83.3333333333%
    }

    .col.is-11-fullhd {
        flex: none;
        width: 91.6666666667%
    }

    .col.is-offset-11-fullhd {
        margin-left: 91.6666666667%
    }

    .col.is-12-fullhd {
        flex: none;
        width: 100%
    }

    .col.is-offset-12-fullhd {
        margin-left: 100%
    }
}

.row {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

    .row:last-child {
        margin-bottom: -.75rem
    }

    .row:not(:last-child) {
        margin-bottom: calc(1.5rem - .75rem)
    }

    .row.is-centered {
        justify-content: center
    }

    .row.is-gapless {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }

        .row.is-gapless > .col {
            margin: 0;
            padding: 0 !important
        }

        .row.is-gapless:not(:last-child) {
            margin-bottom: 1.5rem
        }

        .row.is-gapless:last-child {
            margin-bottom: 0
        }

    .row.is-mobile {
        display: flex
    }

    .row.is-multiline {
        flex-wrap: wrap
    }

    .row.is-vcentered {
        align-items: center
    }

@media screen and (min-width:769px),print {
    .row:not(.is-desktop) {
        display: flex
    }
}

@media screen and (min-width:1024px) {
    .row.is-desktop {
        display: flex
    }
}

.row.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap))
}

    .row.is-variable .col {
        padding-left: var(--columnGap);
        padding-right: var(--columnGap)
    }

    .row.is-variable.is-0 {
        --columnGap: 0rem
    }

    .row.is-variable.is-1 {
        --columnGap: 0.25rem
    }

    .row.is-variable.is-2 {
        --columnGap: 0.5rem
    }

    .row.is-variable.is-3 {
        --columnGap: 0.75rem
    }

    .row.is-variable.is-4 {
        --columnGap: 1rem
    }

    .row.is-variable.is-5 {
        --columnGap: 1.25rem
    }

    .row.is-variable.is-6 {
        --columnGap: 1.5rem
    }

    .row.is-variable.is-7 {
        --columnGap: 1.75rem
    }

    .row.is-variable.is-8 {
        --columnGap: 2rem
    }

.sgds-container {
    margin: 0 auto;
    position: relative;
}

    .sgds-container.is-full {
        margin: 0
    }

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

        .sgds-container.is-fluid {
            margin-left: 32px;
            margin-right: 32px;
            max-width: none;
            width: auto
        }
}

@media screen and (max-width:1215px) {
    .sgds-container.is-widescreen {
        max-width: 1152px;
        width: auto
    }
}

@media screen and (max-width:1407px) {
    .sgds-container.is-fullhd {
        max-width: 1344px;
        width: auto
    }
}

@media screen and (min-width:1216px) {
    .sgds-container {
        max-width: 1152px;
        width: 1152px
    }
}

@media screen and (min-width:1408px) {
    .sgds-container {
        max-width: 1344px;
        width: 1344px
    }
}

.sgds-container.is-boxed {
    border: 1px solid #d6d6d6
}

.sgds-section {
    padding: 3rem 1.5rem
}

@media screen and (min-width:1024px) {
    .sgds-section.is-small {
        padding: 1.5rem 1.5rem
    }

    .sgds-section.is-xsmall {
        padding: 1rem 1.5rem
    }

    .sgds-section.is-medium {
        padding: 9rem 1.5rem
    }

    .sgds-section.is-large {
        padding: 18rem 1.5rem
    }

    .sgds-section.is-full {
        padding: 0
    }
}

@media screen and (max-width:768px) {
    .sgds-section.is-small {
        padding: 1.5rem 1.5rem
    }
}

.sgds-tile {
    align-items: stretch;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: min-content
}

    .sgds-tile.is-ancestor {
        margin-left: -.75rem;
        margin-right: -.75rem;
        margin-top: -.75rem
    }

        .sgds-tile.is-ancestor:last-child {
            margin-bottom: -.75rem
        }

        .sgds-tile.is-ancestor:not(:last-child) {
            margin-bottom: .75rem
        }

    .sgds-tile.is-child {
        margin: 0 !important
    }

    .sgds-tile.is-parent {
        padding: .75rem
    }

    .sgds-tile.is-vertical {
        flex-direction: column
    }

        .sgds-tile.is-vertical > .sgds-tile.is-child:not(:last-child) {
            margin-bottom: 1.5rem !important
        }

@media screen and (min-width:769px),print {
    .sgds-tile:not(.is-child) {
        display: flex
    }

    .sgds-tile.is-1 {
        flex: none;
        width: 8.3333333333%
    }

    .sgds-tile.is-2 {
        flex: none;
        width: 16.6666666667%
    }

    .sgds-tile.is-3 {
        flex: none;
        width: 25%
    }

    .sgds-tile.is-4 {
        flex: none;
        width: 33.3333333333%
    }

    .sgds-tile.is-5 {
        flex: none;
        width: 41.6666666667%
    }

    .sgds-tile.is-6 {
        flex: none;
        width: 50%
    }

    .sgds-tile.is-7 {
        flex: none;
        width: 58.3333333333%
    }

    .sgds-tile.is-8 {
        flex: none;
        width: 66.6666666667%
    }

    .sgds-tile.is-9 {
        flex: none;
        width: 75%
    }

    .sgds-tile.is-10 {
        flex: none;
        width: 83.3333333333%
    }

    .sgds-tile.is-11 {
        flex: none;
        width: 91.6666666667%
    }

    .sgds-tile.is-12 {
        flex: none;
        width: 100%
    }
}

.sgds-agencyhead {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0
}

    .sgds-agencyhead img {
        width: 240px;
        height: auto
    }

.bottom-navigation {
    height: 95px
}

@media screen and (max-width:768px) {
    .bottom-navigation {
        height: 64px
    }
}

.bottom-navigation a {
    color: #fff;
    background-color: #6037b3;
    display: block;
    width: 50%;
    padding: 1rem 5rem
}

    .bottom-navigation a.is-full {
        width: 100%
    }

    .bottom-navigation a.is-half {
        width: 50%
    }

    .bottom-navigation a.is-left {
        float: left
    }

    .bottom-navigation a.is-right {
        float: right
    }

@media screen and (max-width:1023px) {
    .bottom-navigation a {
        padding-left: 1.5em;
        padding-right: 1.5rem
    }
}

.bottom-navigation a:hover {
    background-color: #4b2b8c
}

.bottom-navigation p:first-child {
    font-size: 1rem !important
}

.sgds-box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
    color: #484848;
    display: block;
    padding: 1.25rem
}

    .sgds-box:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .sgds-box.is-white {
        border: 1px solid #fff
    }

    .sgds-box.is-black {
        border: 1px solid #0a0a0a
    }

    .sgds-box.is-light {
        border: 1px solid #f5f5f5
    }

    .sgds-box.is-dark {
        border: 1px solid #323232
    }

    .sgds-box.is-primary {
        border: 1px solid #4675d3
    }

    .sgds-box.is-secondary {
        border: 1px solid #6037b3
    }

    .sgds-box.is-link {
        border: 1px solid #4372d6
    }

    .sgds-box.is-info {
        border: 1px solid #209cee
    }

    .sgds-box.is-success {
        border: 1px solid #23d160
    }

    .sgds-box.is-warning {
        border: 1px solid #ffdd57
    }

    .sgds-box.is-danger {
        border: 1px solid #ff3860
    }

.sgds a.sgds-box:focus, .sgds a.sgds-box:hover {
    box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px #4372d6
}

.sgds a.sgds-box:active {
    box-shadow: inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #4372d6
}

.sgds-breadcrumb {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: stretch;
    display: flex;
    font-size: .9375rem;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: .625rem
}

    .sgds-breadcrumb:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .sgds-breadcrumb a {
        align-items: center;
        color: #fff;
        display: flex;
        justify-content: center;
        padding: .5em .75em
    }

        .sgds-breadcrumb a:hover {
            color: #d6d6d6
        }

.is-inverted .sgds-breadcrumb a:hover {
    color: #484848
}

.is-inverted .sgds-breadcrumb a {
    color: #767676
}

.sgds-breadcrumb li {
    align-items: center;
    display: flex
}

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

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

    .sgds-breadcrumb li + li::before {
        font-size: .9375rem;
        color: #fff;
        content: "/"
    }

.is-inverted .sgds-breadcrumb li + li::before {
    color: #767676
}

.sgds-breadcrumb ol, .sgds-breadcrumb ul {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start
}

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

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

.sgds-breadcrumb.is-centered ol, .sgds-breadcrumb.is-centered ul {
    justify-content: center
}

.sgds-breadcrumb.is-right ol, .sgds-breadcrumb.is-right ul {
    justify-content: flex-end
}

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

.sgds-breadcrumb.is-medium {
    font-size: 1.375rem
}

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

.sgds-breadcrumb.has-arrow-separator {
    font-size: .9375rem
}

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

.sgds-breadcrumb.has-bullet-separator {
    font-size: .9375rem
}

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

.sgds-breadcrumb.has-dot-separator {
    font-size: .9375rem
}

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

.sgds-breadcrumb.has-succeeds-separator {
    font-size: .9375rem
}

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

.button, .sgds-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.375em - 1px);
    padding-left: calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border-color: #f0f0f0;
    border-width: 1px;
    color: #323232;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.375em - 1px);
    padding-left: .75em;
    padding-right: .75em;
    padding-top: calc(.375em - 1px);
    text-align: center;
    white-space: nowrap
}

    .button.is-active, .button.is-focused, .button:active, .button:focus, .sgds-button.is-active, .sgds-button.is-focused, .sgds-button:active, .sgds-button:focus {
        outline: 0
    }

    .button[disabled], .sgds-button[disabled] {
        cursor: not-allowed
    }

    .button strong, .sgds-button strong {
        color: inherit
    }

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

        .button .sgds-icon:first-child:not(:last-child), .sgds-button .sgds-icon:first-child:not(:last-child) {
            margin-left: calc(-.375em - 1px);
            margin-right: .1875em
        }

        .button .sgds-icon:last-child:not(:first-child), .sgds-button .sgds-icon:last-child:not(:first-child) {
            margin-left: .1875em;
            margin-right: calc(-.375em - 1px)
        }

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

    .button.is-hovered, .button:hover, .sgds-button.is-hovered, .sgds-button:hover {
        border-color: #d6d6d6;
        color: #3a79ff
    }

    .button.is-focused, .button:focus, .sgds-button.is-focused, .sgds-button:focus {
        border-color: #4372d6;
        color: #3a79ff
    }

        .button.is-focused:not(:active), .button:focus:not(:active), .sgds-button.is-focused:not(:active), .sgds-button:focus:not(:active) {
            box-shadow: 0 0 0 .125em rgba(67,114,214,.25)
        }

    .button.is-active, .button:active, .sgds-button.is-active, .sgds-button:active {
        border-color: #484848;
        color: #323232
    }

    .button.is-text, .sgds-button.is-text {
        background-color: transparent;
        border-color: transparent;
        color: #484848;
        text-decoration: underline
    }

        .button.is-text.is-focused, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text:hover, .sgds-button.is-text.is-focused, .sgds-button.is-text.is-hovered, .sgds-button.is-text:focus, .sgds-button.is-text:hover {
            background-color: transparent;
            color: #6037b3
        }

        .button.is-text.is-active, .button.is-text:active, .sgds-button.is-text.is-active, .sgds-button.is-text:active {
            background-color: rgba(0,0,0,0);
            color: #6037b3
        }

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

    .button.is-white, .sgds-button.is-white {
        background-color: #fff;
        border-color: transparent;
        color: #0a0a0a
    }

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

        .button.is-white.is-focused, .button.is-white:focus, .sgds-button.is-white.is-focused, .sgds-button.is-white:focus {
            border-color: transparent;
            color: #0a0a0a
        }

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

        .button.is-white.is-active, .button.is-white:active, .sgds-button.is-white.is-active, .sgds-button.is-white:active {
            background-color: #f2f2f2;
            border-color: transparent;
            color: #0a0a0a
        }

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

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

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

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

        .button.is-white.is-loading::after, .sgds-button.is-white.is-loading::after {
            border-color: transparent transparent #0a0a0a #0a0a0a !important
        }

        .button.is-white.is-outlined, .sgds-button.is-white.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

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

            .button.is-white.is-outlined.is-loading::after, .sgds-button.is-white.is-outlined.is-loading::after {
                border-color: transparent transparent #fff #fff !important
            }

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

        .button.is-white.is-inverted.is-outlined, .sgds-button.is-white.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #0a0a0a;
            color: #0a0a0a
        }

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

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

    .button.is-black, .sgds-button.is-black {
        background-color: #0a0a0a;
        border-color: transparent;
        color: #fff
    }

        .button.is-black.is-hovered, .button.is-black:hover, .sgds-button.is-black.is-hovered, .sgds-button.is-black:hover {
            background-color: #040404;
            border-color: transparent;
            color: #fff
        }

        .button.is-black.is-focused, .button.is-black:focus, .sgds-button.is-black.is-focused, .sgds-button.is-black:focus {
            border-color: transparent;
            color: #fff
        }

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

        .button.is-black.is-active, .button.is-black:active, .sgds-button.is-black.is-active, .sgds-button.is-black:active {
            background-color: #000;
            border-color: transparent;
            color: #fff
        }

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

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

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

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

        .button.is-black.is-loading::after, .sgds-button.is-black.is-loading::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-black.is-outlined, .sgds-button.is-black.is-outlined {
            background-color: transparent;
            border-color: #0a0a0a;
            color: #0a0a0a
        }

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

            .button.is-black.is-outlined.is-loading::after, .sgds-button.is-black.is-outlined.is-loading::after {
                border-color: transparent transparent #0a0a0a #0a0a0a !important
            }

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

        .button.is-black.is-inverted.is-outlined, .sgds-button.is-black.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

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

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

    .button.is-light, .sgds-button.is-light {
        background-color: #f5f5f5;
        border-color: transparent;
        color: #323232
    }

        .button.is-light.is-hovered, .button.is-light:hover, .sgds-button.is-light.is-hovered, .sgds-button.is-light:hover {
            background-color: #eee;
            border-color: transparent;
            color: #323232
        }

        .button.is-light.is-focused, .button.is-light:focus, .sgds-button.is-light.is-focused, .sgds-button.is-light:focus {
            border-color: transparent;
            color: #323232
        }

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

        .button.is-light.is-active, .button.is-light:active, .sgds-button.is-light.is-active, .sgds-button.is-light:active {
            background-color: #e8e8e8;
            border-color: transparent;
            color: #323232
        }

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

        .button.is-light.is-inverted, .sgds-button.is-light.is-inverted {
            background-color: #323232;
            color: #f5f5f5
        }

            .button.is-light.is-inverted:hover, .sgds-button.is-light.is-inverted:hover {
                background-color: #252525
            }

            .button.is-light.is-inverted[disabled], .sgds-button.is-light.is-inverted[disabled] {
                background-color: #323232;
                border-color: transparent;
                box-shadow: none;
                color: #f5f5f5
            }

        .button.is-light.is-loading::after, .sgds-button.is-light.is-loading::after {
            border-color: transparent transparent #323232 #323232 !important
        }

        .button.is-light.is-outlined, .sgds-button.is-light.is-outlined {
            background-color: transparent;
            border-color: #f5f5f5;
            color: #f5f5f5
        }

            .button.is-light.is-outlined:focus, .button.is-light.is-outlined:hover, .sgds-button.is-light.is-outlined:focus, .sgds-button.is-light.is-outlined:hover {
                background-color: #f5f5f5;
                border-color: #f5f5f5;
                color: #323232
            }

            .button.is-light.is-outlined.is-loading::after, .sgds-button.is-light.is-outlined.is-loading::after {
                border-color: transparent transparent #f5f5f5 #f5f5f5 !important
            }

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

        .button.is-light.is-inverted.is-outlined, .sgds-button.is-light.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #323232;
            color: #323232
        }

            .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined:hover, .sgds-button.is-light.is-inverted.is-outlined:focus, .sgds-button.is-light.is-inverted.is-outlined:hover {
                background-color: #323232;
                color: #f5f5f5
            }

            .button.is-light.is-inverted.is-outlined[disabled], .sgds-button.is-light.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: #323232;
                box-shadow: none;
                color: #323232
            }

    .button.is-dark, .sgds-button.is-dark {
        background-color: #323232;
        border-color: transparent;
        color: #f5f5f5
    }

        .button.is-dark.is-hovered, .button.is-dark:hover, .sgds-button.is-dark.is-hovered, .sgds-button.is-dark:hover {
            background-color: #2c2c2c;
            border-color: transparent;
            color: #f5f5f5
        }

        .button.is-dark.is-focused, .button.is-dark:focus, .sgds-button.is-dark.is-focused, .sgds-button.is-dark:focus {
            border-color: transparent;
            color: #f5f5f5
        }

            .button.is-dark.is-focused:not(:active), .button.is-dark:focus:not(:active), .sgds-button.is-dark.is-focused:not(:active), .sgds-button.is-dark:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(50,50,50,.25)
            }

        .button.is-dark.is-active, .button.is-dark:active, .sgds-button.is-dark.is-active, .sgds-button.is-dark:active {
            background-color: #252525;
            border-color: transparent;
            color: #f5f5f5
        }

        .button.is-dark[disabled], .sgds-button.is-dark[disabled] {
            background-color: #323232;
            border-color: transparent;
            box-shadow: none
        }

        .button.is-dark.is-inverted, .sgds-button.is-dark.is-inverted {
            background-color: #f5f5f5;
            color: #323232
        }

            .button.is-dark.is-inverted:hover, .sgds-button.is-dark.is-inverted:hover {
                background-color: #e8e8e8
            }

            .button.is-dark.is-inverted[disabled], .sgds-button.is-dark.is-inverted[disabled] {
                background-color: #f5f5f5;
                border-color: transparent;
                box-shadow: none;
                color: #323232
            }

        .button.is-dark.is-loading::after, .sgds-button.is-dark.is-loading::after {
            border-color: transparent transparent #f5f5f5 #f5f5f5 !important
        }

        .button.is-dark.is-outlined, .sgds-button.is-dark.is-outlined {
            background-color: transparent;
            border-color: #323232;
            color: #323232
        }

            .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined:hover, .sgds-button.is-dark.is-outlined:focus, .sgds-button.is-dark.is-outlined:hover {
                background-color: #323232;
                border-color: #323232;
                color: #f5f5f5
            }

            .button.is-dark.is-outlined.is-loading::after, .sgds-button.is-dark.is-outlined.is-loading::after {
                border-color: transparent transparent #323232 #323232 !important
            }

            .button.is-dark.is-outlined[disabled], .sgds-button.is-dark.is-outlined[disabled] {
                background-color: transparent;
                border-color: #323232;
                box-shadow: none;
                color: #323232
            }

        .button.is-dark.is-inverted.is-outlined, .sgds-button.is-dark.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #f5f5f5;
            color: #f5f5f5
        }

            .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined:hover, .sgds-button.is-dark.is-inverted.is-outlined:focus, .sgds-button.is-dark.is-inverted.is-outlined:hover {
                background-color: #f5f5f5;
                color: #323232
            }

            .button.is-dark.is-inverted.is-outlined[disabled], .sgds-button.is-dark.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: #f5f5f5;
                box-shadow: none;
                color: #f5f5f5
            }

    .button.is-primary, .sgds-button.is-primary {
        background-color: #4675d3;
        border-color: transparent;
        color: #fff
    }

        .button.is-primary.is-hovered, .button.is-primary:hover, .sgds-button.is-primary.is-hovered, .sgds-button.is-primary:hover {
            background-color: #3c6dd1;
            border-color: transparent;
            color: #fff
        }

        .button.is-primary.is-focused, .button.is-primary:focus, .sgds-button.is-primary.is-focused, .sgds-button.is-primary:focus {
            border-color: transparent;
            color: #fff
        }

            .button.is-primary.is-focused:not(:active), .button.is-primary:focus:not(:active), .sgds-button.is-primary.is-focused:not(:active), .sgds-button.is-primary:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(70,117,211,.25)
            }

        .button.is-primary.is-active, .button.is-primary:active, .sgds-button.is-primary.is-active, .sgds-button.is-primary:active {
            background-color: #3166ce;
            border-color: transparent;
            color: #fff
        }

        .button.is-primary[disabled], .sgds-button.is-primary[disabled] {
            background-color: #4675d3;
            border-color: transparent;
            box-shadow: none
        }

        .button.is-primary.is-inverted, .sgds-button.is-primary.is-inverted {
            background-color: #fff;
            color: #4675d3
        }

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

            .button.is-primary.is-inverted[disabled], .sgds-button.is-primary.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #4675d3
            }

        .button.is-primary.is-loading::after, .sgds-button.is-primary.is-loading::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-primary.is-outlined, .sgds-button.is-primary.is-outlined {
            background-color: transparent;
            border-color: #4675d3;
            color: #4675d3
        }

            .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined:hover, .sgds-button.is-primary.is-outlined:focus, .sgds-button.is-primary.is-outlined:hover {
                background-color: #4675d3;
                border-color: #4675d3;
                color: #fff
            }

            .button.is-primary.is-outlined.is-loading::after, .sgds-button.is-primary.is-outlined.is-loading::after {
                border-color: transparent transparent #4675d3 #4675d3 !important
            }

            .button.is-primary.is-outlined[disabled], .sgds-button.is-primary.is-outlined[disabled] {
                background-color: transparent;
                border-color: #4675d3;
                box-shadow: none;
                color: #4675d3
            }

        .button.is-primary.is-inverted.is-outlined, .sgds-button.is-primary.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined:hover, .sgds-button.is-primary.is-inverted.is-outlined:focus, .sgds-button.is-primary.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #4675d3
            }

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

    .button.is-secondary, .sgds-button.is-secondary {
        background-color: #6037b3;
        border-color: transparent;
        color: #fff
    }

        .button.is-secondary.is-hovered, .button.is-secondary:hover, .sgds-button.is-secondary.is-hovered, .sgds-button.is-secondary:hover {
            background-color: #5b34a9;
            border-color: transparent;
            color: #fff
        }

        .button.is-secondary.is-focused, .button.is-secondary:focus, .sgds-button.is-secondary.is-focused, .sgds-button.is-secondary:focus {
            border-color: transparent;
            color: #fff
        }

            .button.is-secondary.is-focused:not(:active), .button.is-secondary:focus:not(:active), .sgds-button.is-secondary.is-focused:not(:active), .sgds-button.is-secondary:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(96,55,179,.25)
            }

        .button.is-secondary.is-active, .button.is-secondary:active, .sgds-button.is-secondary.is-active, .sgds-button.is-secondary:active {
            background-color: #56319f;
            border-color: transparent;
            color: #fff
        }

        .button.is-secondary[disabled], .sgds-button.is-secondary[disabled] {
            background-color: #6037b3;
            border-color: transparent;
            box-shadow: none
        }

        .button.is-secondary.is-inverted, .sgds-button.is-secondary.is-inverted {
            background-color: #fff;
            color: #6037b3
        }

            .button.is-secondary.is-inverted:hover, .sgds-button.is-secondary.is-inverted:hover {
                background-color: #f2f2f2
            }

            .button.is-secondary.is-inverted[disabled], .sgds-button.is-secondary.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #6037b3
            }

        .button.is-secondary.is-loading::after, .sgds-button.is-secondary.is-loading::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-secondary.is-outlined, .sgds-button.is-secondary.is-outlined {
            background-color: transparent;
            border-color: #6037b3;
            color: #6037b3
        }

            .button.is-secondary.is-outlined:focus, .button.is-secondary.is-outlined:hover, .sgds-button.is-secondary.is-outlined:focus, .sgds-button.is-secondary.is-outlined:hover {
                background-color: #6037b3;
                border-color: #6037b3;
                color: #fff
            }

            .button.is-secondary.is-outlined.is-loading::after, .sgds-button.is-secondary.is-outlined.is-loading::after {
                border-color: transparent transparent #6037b3 #6037b3 !important
            }

            .button.is-secondary.is-outlined[disabled], .sgds-button.is-secondary.is-outlined[disabled] {
                background-color: transparent;
                border-color: #6037b3;
                box-shadow: none;
                color: #6037b3
            }

        .button.is-secondary.is-inverted.is-outlined, .sgds-button.is-secondary.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .button.is-secondary.is-inverted.is-outlined:focus, .button.is-secondary.is-inverted.is-outlined:hover, .sgds-button.is-secondary.is-inverted.is-outlined:focus, .sgds-button.is-secondary.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #6037b3
            }

            .button.is-secondary.is-inverted.is-outlined[disabled], .sgds-button.is-secondary.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

    .button.is-link, .sgds-button.is-link {
        background-color: #4372d6;
        border-color: transparent;
        color: #fff
    }

        .button.is-link.is-hovered, .button.is-link:hover, .sgds-button.is-link.is-hovered, .sgds-button.is-link:hover {
            background-color: #396ad4;
            border-color: transparent;
            color: #fff
        }

        .button.is-link.is-focused, .button.is-link:focus, .sgds-button.is-link.is-focused, .sgds-button.is-link:focus {
            border-color: transparent;
            color: #fff
        }

            .button.is-link.is-focused:not(:active), .button.is-link:focus:not(:active), .sgds-button.is-link.is-focused:not(:active), .sgds-button.is-link:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(67,114,214,.25)
            }

        .button.is-link.is-active, .button.is-link:active, .sgds-button.is-link.is-active, .sgds-button.is-link:active {
            background-color: #2e62d1;
            border-color: transparent;
            color: #fff
        }

        .button.is-link[disabled], .sgds-button.is-link[disabled] {
            background-color: #4372d6;
            border-color: transparent;
            box-shadow: none
        }

        .button.is-link.is-inverted, .sgds-button.is-link.is-inverted {
            background-color: #fff;
            color: #4372d6
        }

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

            .button.is-link.is-inverted[disabled], .sgds-button.is-link.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #4372d6
            }

        .button.is-link.is-loading::after, .sgds-button.is-link.is-loading::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-link.is-outlined, .sgds-button.is-link.is-outlined {
            background-color: transparent;
            border-color: #4372d6;
            color: #4372d6
        }

            .button.is-link.is-outlined:focus, .button.is-link.is-outlined:hover, .sgds-button.is-link.is-outlined:focus, .sgds-button.is-link.is-outlined:hover {
                background-color: #4372d6;
                border-color: #4372d6;
                color: #fff
            }

            .button.is-link.is-outlined.is-loading::after, .sgds-button.is-link.is-outlined.is-loading::after {
                border-color: transparent transparent #4372d6 #4372d6 !important
            }

            .button.is-link.is-outlined[disabled], .sgds-button.is-link.is-outlined[disabled] {
                background-color: transparent;
                border-color: #4372d6;
                box-shadow: none;
                color: #4372d6
            }

        .button.is-link.is-inverted.is-outlined, .sgds-button.is-link.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined:hover, .sgds-button.is-link.is-inverted.is-outlined:focus, .sgds-button.is-link.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #4372d6
            }

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

    .button.is-info, .sgds-button.is-info {
        background-color: #209cee;
        border-color: transparent;
        color: #fff
    }

        .button.is-info.is-hovered, .button.is-info:hover, .sgds-button.is-info.is-hovered, .sgds-button.is-info:hover {
            background-color: #1496ed;
            border-color: transparent;
            color: #fff
        }

        .button.is-info.is-focused, .button.is-info:focus, .sgds-button.is-info.is-focused, .sgds-button.is-info:focus {
            border-color: transparent;
            color: #fff
        }

            .button.is-info.is-focused:not(:active), .button.is-info:focus:not(:active), .sgds-button.is-info.is-focused:not(:active), .sgds-button.is-info:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(32,156,238,.25)
            }

        .button.is-info.is-active, .button.is-info:active, .sgds-button.is-info.is-active, .sgds-button.is-info:active {
            background-color: #118fe4;
            border-color: transparent;
            color: #fff
        }

        .button.is-info[disabled], .sgds-button.is-info[disabled] {
            background-color: #209cee;
            border-color: transparent;
            box-shadow: none
        }

        .button.is-info.is-inverted, .sgds-button.is-info.is-inverted {
            background-color: #fff;
            color: #209cee
        }

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

            .button.is-info.is-inverted[disabled], .sgds-button.is-info.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #209cee
            }

        .button.is-info.is-loading::after, .sgds-button.is-info.is-loading::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-info.is-outlined, .sgds-button.is-info.is-outlined {
            background-color: transparent;
            border-color: #209cee;
            color: #209cee
        }

            .button.is-info.is-outlined:focus, .button.is-info.is-outlined:hover, .sgds-button.is-info.is-outlined:focus, .sgds-button.is-info.is-outlined:hover {
                background-color: #209cee;
                border-color: #209cee;
                color: #fff
            }

            .button.is-info.is-outlined.is-loading::after, .sgds-button.is-info.is-outlined.is-loading::after {
                border-color: transparent transparent #209cee #209cee !important
            }

            .button.is-info.is-outlined[disabled], .sgds-button.is-info.is-outlined[disabled] {
                background-color: transparent;
                border-color: #209cee;
                box-shadow: none;
                color: #209cee
            }

        .button.is-info.is-inverted.is-outlined, .sgds-button.is-info.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined:hover, .sgds-button.is-info.is-inverted.is-outlined:focus, .sgds-button.is-info.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #209cee
            }

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

    .button.is-success, .sgds-button.is-success {
        background-color: #23d160;
        border-color: transparent;
        color: #fff
    }

        .button.is-success.is-hovered, .button.is-success:hover, .sgds-button.is-success.is-hovered, .sgds-button.is-success:hover {
            background-color: #22c65b;
            border-color: transparent;
            color: #fff
        }

        .button.is-success.is-focused, .button.is-success:focus, .sgds-button.is-success.is-focused, .sgds-button.is-success:focus {
            border-color: transparent;
            color: #fff
        }

            .button.is-success.is-focused:not(:active), .button.is-success:focus:not(:active), .sgds-button.is-success.is-focused:not(:active), .sgds-button.is-success:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(35,209,96,.25)
            }

        .button.is-success.is-active, .button.is-success:active, .sgds-button.is-success.is-active, .sgds-button.is-success:active {
            background-color: #20bc56;
            border-color: transparent;
            color: #fff
        }

        .button.is-success[disabled], .sgds-button.is-success[disabled] {
            background-color: #23d160;
            border-color: transparent;
            box-shadow: none
        }

        .button.is-success.is-inverted, .sgds-button.is-success.is-inverted {
            background-color: #fff;
            color: #23d160
        }

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

            .button.is-success.is-inverted[disabled], .sgds-button.is-success.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #23d160
            }

        .button.is-success.is-loading::after, .sgds-button.is-success.is-loading::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-success.is-outlined, .sgds-button.is-success.is-outlined {
            background-color: transparent;
            border-color: #23d160;
            color: #23d160
        }

            .button.is-success.is-outlined:focus, .button.is-success.is-outlined:hover, .sgds-button.is-success.is-outlined:focus, .sgds-button.is-success.is-outlined:hover {
                background-color: #23d160;
                border-color: #23d160;
                color: #fff
            }

            .button.is-success.is-outlined.is-loading::after, .sgds-button.is-success.is-outlined.is-loading::after {
                border-color: transparent transparent #23d160 #23d160 !important
            }

            .button.is-success.is-outlined[disabled], .sgds-button.is-success.is-outlined[disabled] {
                background-color: transparent;
                border-color: #23d160;
                box-shadow: none;
                color: #23d160
            }

        .button.is-success.is-inverted.is-outlined, .sgds-button.is-success.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined:hover, .sgds-button.is-success.is-inverted.is-outlined:focus, .sgds-button.is-success.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #23d160
            }

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

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

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

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

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

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

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

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

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

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

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

        .button.is-warning.is-outlined, .sgds-button.is-warning.is-outlined {
            background-color: transparent;
            border-color: #ffdd57;
            color: #ffdd57
        }

            .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined:hover, .sgds-button.is-warning.is-outlined:focus, .sgds-button.is-warning.is-outlined:hover {
                background-color: #ffdd57;
                border-color: #ffdd57;
                color: rgba(0,0,0,.7)
            }

            .button.is-warning.is-outlined.is-loading::after, .sgds-button.is-warning.is-outlined.is-loading::after {
                border-color: transparent transparent #ffdd57 #ffdd57 !important
            }

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

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

            .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined:hover, .sgds-button.is-warning.is-inverted.is-outlined:focus, .sgds-button.is-warning.is-inverted.is-outlined:hover {
                background-color: rgba(0,0,0,.7);
                color: #ffdd57
            }

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

    .button.is-danger, .sgds-button.is-danger {
        background-color: #ff3860;
        border-color: transparent;
        color: #fff
    }

        .button.is-danger.is-hovered, .button.is-danger:hover, .sgds-button.is-danger.is-hovered, .sgds-button.is-danger:hover {
            background-color: #ff2b56;
            border-color: transparent;
            color: #fff
        }

        .button.is-danger.is-focused, .button.is-danger:focus, .sgds-button.is-danger.is-focused, .sgds-button.is-danger:focus {
            border-color: transparent;
            color: #fff
        }

            .button.is-danger.is-focused:not(:active), .button.is-danger:focus:not(:active), .sgds-button.is-danger.is-focused:not(:active), .sgds-button.is-danger:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(255,56,96,.25)
            }

        .button.is-danger.is-active, .button.is-danger:active, .sgds-button.is-danger.is-active, .sgds-button.is-danger:active {
            background-color: #ff1f4b;
            border-color: transparent;
            color: #fff
        }

        .button.is-danger[disabled], .sgds-button.is-danger[disabled] {
            background-color: #ff3860;
            border-color: transparent;
            box-shadow: none
        }

        .button.is-danger.is-inverted, .sgds-button.is-danger.is-inverted {
            background-color: #fff;
            color: #ff3860
        }

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

            .button.is-danger.is-inverted[disabled], .sgds-button.is-danger.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #ff3860
            }

        .button.is-danger.is-loading::after, .sgds-button.is-danger.is-loading::after {
            border-color: transparent transparent #fff #fff !important
        }

        .button.is-danger.is-outlined, .sgds-button.is-danger.is-outlined {
            background-color: transparent;
            border-color: #ff3860;
            color: #ff3860
        }

            .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined:hover, .sgds-button.is-danger.is-outlined:focus, .sgds-button.is-danger.is-outlined:hover {
                background-color: #ff3860;
                border-color: #ff3860;
                color: #fff
            }

            .button.is-danger.is-outlined.is-loading::after, .sgds-button.is-danger.is-outlined.is-loading::after {
                border-color: transparent transparent #ff3860 #ff3860 !important
            }

            .button.is-danger.is-outlined[disabled], .sgds-button.is-danger.is-outlined[disabled] {
                background-color: transparent;
                border-color: #ff3860;
                box-shadow: none;
                color: #ff3860
            }

        .button.is-danger.is-inverted.is-outlined, .sgds-button.is-danger.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined:hover, .sgds-button.is-danger.is-inverted.is-outlined:focus, .sgds-button.is-danger.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #ff3860
            }

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

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

    .button.is-medium, .sgds-button.is-medium {
        font-size: 1.375rem
    }

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

    .button[disabled], .sgds-button[disabled] {
        background-color: #fff;
        border-color: #f0f0f0;
        box-shadow: none;
        opacity: .5
    }

    .button.is-fullwidth, .sgds-button.is-fullwidth {
        display: flex;
        width: 100%
    }

    .button.is-loading, .sgds-button.is-loading {
        color: transparent !important;
        pointer-events: none
    }

        .button.is-loading::after, .sgds-button.is-loading::after {
            animation: spinAround .5s infinite linear;
            border: 2px solid #d6d6d6;
            border-radius: 290486px;
            border-right-color: transparent;
            border-top-color: transparent;
            content: "";
            display: block;
            height: 1em;
            position: relative;
            width: 1em;
            position: absolute;
            left: calc(50% - (1em/2));
            top: calc(50% - (1em/2));
            position: absolute !important
        }

    .button.is-static, .sgds-button.is-static {
        background-color: #f5f5f5;
        border-color: #f0f0f0;
        color: #767676;
        box-shadow: none;
        pointer-events: none
    }

    .button.is-rounded, .sgds-button.is-rounded {
        border-radius: 290486px;
        padding-left: 1em;
        padding-right: 1em
    }

.sgds-buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .sgds-buttons .sgds-button {
        margin-bottom: .5rem
    }

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

    .sgds-buttons:last-child {
        margin-bottom: -.5rem
    }

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

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

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

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

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

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

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

    .sgds-buttons.has-addons .sgds-button.is-expanded {
        flex-grow: 1
    }

    .sgds-buttons.is-centered {
        justify-content: center
    }

    .sgds-buttons.is-right {
        justify-content: flex-end
    }

.sgds-card {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
    color: #484848;
    width: 100%;
    position: relative
}

.sgds-card-header {
    align-items: stretch;
    box-shadow: 0 1px 2px rgba(10,10,10,.1);
    display: flex
}

.sgds-card-header-title {
    align-items: center;
    color: #323232;
    display: flex;
    flex-grow: 1;
    font-weight: 700;
    padding: .75rem
}

    .sgds-card-header-title.is-centered {
        justify-content: center
    }

.sgds-card-header-icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: .75rem
}

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

.sgds-card-content {
    padding: 1.5rem
}

.sgds-card-footer {
    border-top: 1px solid #d6d6d6;
    align-items: stretch;
    display: flex
}

.sgds-card-footer-item {
    align-items: center;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    padding: .75rem
}

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

.sgds-card-button:hover {
    cursor: pointer;
    color: #4675d3;
    box-shadow: 0 2px 3px rgba(70,117,211,.1),0 0 0 1px rgba(70,117,211,.1)
}

.sgds-card .media:not(:last-child) {
    margin-bottom: .75rem
}

.content:not(:last-child) {
    margin-bottom: 1.5rem
}

.content li {
    margin-top: 1em
}

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

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

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

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

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

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

.content dd {
    margin-left: 2em
}

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

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

.content figure img {
    display: inline-block
}

.content figure figcaption {
    font-style: italic
}

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

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

.content table {
    width: 100%
}

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

    .content table th {
        color: #323232;
        text-align: left
    }

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

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

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

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

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

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

.sgds-dropdown {
    display: inline-flex;
    position: relative;
    vertical-align: top
}

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

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

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

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

.sgds-dropdown-content {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.sgds-dropdown-item {
    color: #484848;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    padding: .375rem 1rem;
    position: relative
}

.sgds a.sgds-dropdown-item {
    padding-right: 3rem;
    white-space: nowrap
}

    .sgds a.sgds-dropdown-item:hover {
        background-color: #f5f5f5;
        color: #0a0a0a
    }

    .sgds a.sgds-dropdown-item.is-active {
        background-color: #4372d6;
        color: #fff
    }

.sgds-dropdown-divider {
    background-color: #d6d6d6;
    border: none;
    display: block;
    height: 1px;
    margin: .5rem 0
}

.sgds-example {
    width: 100%;
    margin: .75rem;
    cursor: pointer;
    padding: .3rem;
    border: 1px solid #ffdd57
}

@media screen and (max-width:768px) {
    .sgds-example {
        margin: 0
    }
}

.sgds-example .sgds-section {
    border: 1px dotted #209cee;
    padding: auto;
    background-color: rgba(32,156,238,.2);
    position: relative;
    text-align: center
}

    .sgds-example .sgds-section:before {
        content: ".sgds-section";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .sgds-section.is-small:before {
        content: ".sgds-section.is-small" !important
    }

    .sgds-example .sgds-section.is-medium:before {
        content: ".sgds-section.is-medium" !important
    }

    .sgds-example .sgds-section.is-large:before {
        content: ".sgds-section.is-large" !important
    }

.sgds-example .sgds-container {
    width: inherit;
    border: 1px dotted #209cee;
    padding: 2.5rem;
    background-color: rgba(32,156,238,.2);
    position: relative;
    text-align: center
}

    .sgds-example .sgds-container:before {
        content: ".sgds-container";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .sgds-container.is-fluid:before {
        content: ".sgds-container.is-fluid"
    }

.sgds-example .row {
    border: 1px dotted #209cee;
    padding: 1.5rem;
    background-color: rgba(32,156,238,.2);
    position: relative;
    text-align: center
}

    .sgds-example .row:before {
        content: ".row";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .row.has-text-centered {
        text-align: center
    }

.sgds-example .col {
    border: 1px dotted #209cee;
    padding: 0;
    background-color: rgba(32,156,238,.2);
    position: relative;
    text-align: left;
    color: #000;
    text-align: center
}

    .sgds-example .col:before {
        content: ".col";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-2:before {
        content: ".col.is-2";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-6.is-offset-2:before {
        content: ".col.is-6.is-offset-2";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-5.is-offset-2:before {
        content: ".col.is-5.is-offset-2";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-3.is-offset-2:before {
        content: ".col.is-3.is-offset-2";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-3:before {
        content: ".col.is-3";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-6.is-offset-3:before {
        content: ".col.is-6.is-offset-3";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-5.is-offset-3:before {
        content: ".col.is-5.is-offset-3";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-3.is-offset-3:before {
        content: ".col.is-3.is-offset-3";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-4:before {
        content: ".col.is-4";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-6.is-offset-4:before {
        content: ".col.is-6.is-offset-4";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-5.is-offset-4:before {
        content: ".col.is-5.is-offset-4";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-3.is-offset-4:before {
        content: ".col.is-3.is-offset-4";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-5:before {
        content: ".col.is-5";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-6.is-offset-5:before {
        content: ".col.is-6.is-offset-5";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-5.is-offset-5:before {
        content: ".col.is-5.is-offset-5";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-3.is-offset-5:before {
        content: ".col.is-3.is-offset-5";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-6:before {
        content: ".col.is-6";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-6.is-offset-6:before {
        content: ".col.is-6.is-offset-6";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-5.is-offset-6:before {
        content: ".col.is-5.is-offset-6";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-3.is-offset-6:before {
        content: ".col.is-3.is-offset-6";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-7:before {
        content: ".col.is-7";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-6.is-offset-7:before {
        content: ".col.is-6.is-offset-7";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-5.is-offset-7:before {
        content: ".col.is-5.is-offset-7";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-3.is-offset-7:before {
        content: ".col.is-3.is-offset-7";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-8:before {
        content: ".col.is-8";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-6.is-offset-8:before {
        content: ".col.is-6.is-offset-8";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-5.is-offset-8:before {
        content: ".col.is-5.is-offset-8";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-3.is-offset-8:before {
        content: ".col.is-3.is-offset-8";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-9:before {
        content: ".col.is-9";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-6.is-offset-9:before {
        content: ".col.is-6.is-offset-9";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-5.is-offset-9:before {
        content: ".col.is-5.is-offset-9";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-3.is-offset-9:before {
        content: ".col.is-3.is-offset-9";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-10:before {
        content: ".col.is-10";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-6.is-offset-10:before {
        content: ".col.is-6.is-offset-10";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-5.is-offset-10:before {
        content: ".col.is-5.is-offset-10";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-3.is-offset-10:before {
        content: ".col.is-3.is-offset-10";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-11:before {
        content: ".col.is-11";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-6.is-offset-11:before {
        content: ".col.is-6.is-offset-11";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-5.is-offset-11:before {
        content: ".col.is-5.is-offset-11";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-3.is-offset-11:before {
        content: ".col.is-3.is-offset-11";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-12:before {
        content: ".col.is-12";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-6.is-offset-12:before {
        content: ".col.is-6.is-offset-12";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-5.is-offset-12:before {
        content: ".col.is-5.is-offset-12";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-3.is-offset-12:before {
        content: ".col.is-3.is-offset-12";
        position: absolute;
        top: 0;
        left: 0;
        padding: .05rem .5rem;
        font-size: .7rem;
        background: #ffdd57;
        color: #000 !important
    }

    .sgds-example .col.is-nested {
        padding: 2rem
    }

.sgds-example.no-styling div, .sgds-example.no-styling section {
    background-color: #fff !important;
    border: 0 !important
}

    .sgds-example.no-styling div:before, .sgds-example.no-styling section:before {
        display: none
    }

.sgds-example.no-styling section {
    padding: 3rem 1.5rem !important
}

.sgds-footer {
    padding: 2rem;
    background-color: #323232
}

    .sgds-footer .title {
        color: #fff
    }

    .sgds-footer .divider {
        border-top: 1px solid #484848
    }

    .sgds-footer a {
        color: #b7b7b7;
        font-size: 17px;
        padding-right: 12px;
        line-height: 20px !important
    }

        .sgds-footer a:hover {
            color: #fff
        }

        .sgds-footer a:last-child {
            padding-right: 0
        }

    .sgds-footer p {
        color: #b7b7b7;
        line-height: 25px !important
    }

        .sgds-footer p + p {
            margin-top: 15px
        }

    .sgds-footer ul li {
        display: inline-block
    }

@media screen and (max-width:768px) {
    .sgds-footer ul li {
        display: block
    }
}

.sgds-footer ul li.icons {
    margin-right: 10px
}

.sgds-footer ul li a {
    color: #b7b7b7
}

    .sgds-footer ul li a:hover {
        color: #fff
    }

.sgds-footer ul li + li:not(.icons) {
    margin-left: 15px
}

@media screen and (max-width:768px) {
    .sgds-footer ul li + li:not(.icons) {
        margin-left: 0;
        margin-top: 15px
    }
}

.sgds-footer.sgds-footer-links li + li {
    margin-left: 10px
}

.sgds-footer .is-right-desktop-only {
    text-align: right;
    padding-top: 4px
}

@media screen and (max-width:769px) {
    .sgds-footer .is-right-desktop-only {
        text-align: left
    }
}

.sgds-footer.top-section {
    padding-bottom: 16px
}

.sgds-footer.bottom-section {
    padding-bottom: 24px
}

    .sgds-footer.bottom-section a, .sgds-footer.bottom-section p {
        font-size: 16px !important
    }

.is-hidden-desktop.last-updated {
    margin-top: 2px !important
}

.input, .textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.375em - 1px);
    padding-left: calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top;
    background-color: #fff;
    border-color: #f0f0f0;
    color: #323232;
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    max-width: 100%;
    width: 100%
}

    .input.is-active, .input.is-focused, .input:active, .input:focus, .textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus {
        outline: 0
    }

    .input[disabled], .textarea[disabled] {
        cursor: not-allowed
    }

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

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

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

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

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

    .input.is-active, .input.is-focused, .input:active, .input:focus, .textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus {
        border-color: #4372d6;
        box-shadow: 0 0 0 .125em rgba(67,114,214,.25)
    }

    .input[disabled], .textarea[disabled] {
        background-color: #f5f5f5;
        border-color: #f5f5f5;
        box-shadow: none;
        color: #767676
    }

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

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

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

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

    .input.is-borderless, .textarea.is-borderless {
        border-color: transparent
    }

    .input.is-shadowless, .textarea.is-shadowless {
        box-shadow: 0
    }

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

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

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

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

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

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

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

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

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

    .input.is-primary, .textarea.is-primary {
        border-color: #4675d3
    }

        .input.is-primary.is-active, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary:focus, .textarea.is-primary.is-active, .textarea.is-primary.is-focused, .textarea.is-primary:active, .textarea.is-primary:focus {
            box-shadow: 0 0 0 .125em rgba(70,117,211,.25)
        }

    .input.is-secondary, .textarea.is-secondary {
        border-color: #6037b3
    }

        .input.is-secondary.is-active, .input.is-secondary.is-focused, .input.is-secondary:active, .input.is-secondary:focus, .textarea.is-secondary.is-active, .textarea.is-secondary.is-focused, .textarea.is-secondary:active, .textarea.is-secondary:focus {
            box-shadow: 0 0 0 .125em rgba(96,55,179,.25)
        }

    .input.is-link, .textarea.is-link {
        border-color: #4372d6
    }

        .input.is-link.is-active, .input.is-link.is-focused, .input.is-link:active, .input.is-link:focus, .textarea.is-link.is-active, .textarea.is-link.is-focused, .textarea.is-link:active, .textarea.is-link:focus {
            box-shadow: 0 0 0 .125em rgba(67,114,214,.25)
        }

    .input.is-info, .textarea.is-info {
        border-color: #209cee
    }

        .input.is-info.is-active, .input.is-info.is-focused, .input.is-info:active, .input.is-info:focus, .textarea.is-info.is-active, .textarea.is-info.is-focused, .textarea.is-info:active, .textarea.is-info:focus {
            box-shadow: 0 0 0 .125em rgba(32,156,238,.25)
        }

    .input.is-success, .textarea.is-success {
        border-color: #23d160
    }

        .input.is-success.is-active, .input.is-success.is-focused, .input.is-success:active, .input.is-success:focus, .textarea.is-success.is-active, .textarea.is-success.is-focused, .textarea.is-success:active, .textarea.is-success:focus {
            box-shadow: 0 0 0 .125em rgba(35,209,96,.25)
        }

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

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

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

        .input.is-danger.is-active, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger:focus, .textarea.is-danger.is-active, .textarea.is-danger.is-focused, .textarea.is-danger:active, .textarea.is-danger:focus {
            box-shadow: 0 0 0 .125em rgba(255,56,96,.25)
        }

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

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

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

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

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

.input {
    border-radius: 5px
}

    .input.is-rounded {
        border-radius: 290486px;
        padding-left: 1em;
        padding-right: 1em
    }

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

.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: .625em;
    resize: vertical
}

    .textarea:not([rows]) {
        max-height: 600px;
        min-height: 120px
    }

    .textarea[rows] {
        height: initial
    }

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

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

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

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

    .checkbox[disabled], .radio[disabled] {
        color: #767676;
        cursor: not-allowed
    }

    .radio + .radio {
        margin-left: .5em
    }

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

    .select:not(.is-multiple) {
        height: 2.25em
    }

        .select:not(.is-multiple):not(.is-loading)::after {
            border: 3px solid #4372d6;
            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;
            right: 1.125em;
            z-index: 4
        }

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

    .select select {
        -moz-appearance: none;
        -webkit-appearance: none;
        align-items: center;
        border: 1px solid transparent;
        border-radius: 0;
        box-shadow: none;
        display: inline-flex;
        font-size: 1rem;
        height: 2.25em;
        justify-content: flex-start;
        line-height: 1.5;
        padding-bottom: calc(.375em - 1px);
        padding-left: calc(.625em - 1px);
        padding-right: calc(.625em - 1px);
        padding-top: calc(.375em - 1px);
        position: relative;
        vertical-align: top;
        background-color: #fff;
        border-color: #f0f0f0;
        color: #323232;
        cursor: pointer;
        display: block;
        font-size: 1em;
        max-width: 100%;
        outline: 0
    }

        .select select.is-active, .select select.is-focused, .select select:active, .select select:focus {
            outline: 0
        }

        .select select[disabled] {
            cursor: not-allowed
        }

        .select select::-moz-placeholder {
            color: rgba(50,50,50,.3)
        }

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

        .select select:-moz-placeholder {
            color: rgba(50,50,50,.3)
        }

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

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

        .select select.is-active, .select select.is-focused, .select select:active, .select select:focus {
            border-color: #4372d6;
            box-shadow: 0 0 0 .125em rgba(67,114,214,.25)
        }

        .select select[disabled] {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            box-shadow: none;
            color: #767676
        }

            .select select[disabled]::-moz-placeholder {
                color: rgba(118,118,118,.3)
            }

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

            .select select[disabled]:-moz-placeholder {
                color: rgba(118,118,118,.3)
            }

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

        .select select.is-borderless {
            border-color: transparent
        }

        .select select.is-shadowless {
            box-shadow: 0
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .select.is-dark select.is-active, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select:focus {
            box-shadow: 0 0 0 .125em rgba(50,50,50,.25)
        }

    .select.is-primary:not(:hover)::after {
        border-color: #4675d3
    }

    .select.is-primary select {
        border-color: #4675d3
    }

        .select.is-primary select.is-hovered, .select.is-primary select:hover {
            border-color: #3166ce
        }

        .select.is-primary select.is-active, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select:focus {
            box-shadow: 0 0 0 .125em rgba(70,117,211,.25)
        }

    .select.is-secondary:not(:hover)::after {
        border-color: #6037b3
    }

    .select.is-secondary select {
        border-color: #6037b3
    }

        .select.is-secondary select.is-hovered, .select.is-secondary select:hover {
            border-color: #56319f
        }

        .select.is-secondary select.is-active, .select.is-secondary select.is-focused, .select.is-secondary select:active, .select.is-secondary select:focus {
            box-shadow: 0 0 0 .125em rgba(96,55,179,.25)
        }

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

    .select.is-link select {
        border-color: #4372d6
    }

        .select.is-link select.is-hovered, .select.is-link select:hover {
            border-color: #2e62d1
        }

        .select.is-link select.is-active, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select:focus {
            box-shadow: 0 0 0 .125em rgba(67,114,214,.25)
        }

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

    .select.is-info select {
        border-color: #209cee
    }

        .select.is-info select.is-hovered, .select.is-info select:hover {
            border-color: #118fe4
        }

        .select.is-info select.is-active, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select:focus {
            box-shadow: 0 0 0 .125em rgba(32,156,238,.25)
        }

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

    .select.is-success select {
        border-color: #23d160
    }

        .select.is-success select.is-hovered, .select.is-success select:hover {
            border-color: #20bc56
        }

        .select.is-success select.is-active, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select:focus {
            box-shadow: 0 0 0 .125em rgba(35,209,96,.25)
        }

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

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

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

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

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

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

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

        .select.is-danger select.is-active, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select:focus {
            box-shadow: 0 0 0 .125em rgba(255,56,96,.25)
        }

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

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

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

    .select.is-disabled::after {
        border-color: #767676
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .file.is-light .file-cta {
        background-color: #f5f5f5;
        border-color: transparent;
        color: #323232
    }

    .file.is-light.is-hovered .file-cta, .file.is-light:hover .file-cta {
        background-color: #eee;
        border-color: transparent;
        color: #323232
    }

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

    .file.is-light.is-active .file-cta, .file.is-light:active .file-cta {
        background-color: #e8e8e8;
        border-color: transparent;
        color: #323232
    }

    .file.is-dark .file-cta {
        background-color: #323232;
        border-color: transparent;
        color: #f5f5f5
    }

    .file.is-dark.is-hovered .file-cta, .file.is-dark:hover .file-cta {
        background-color: #2c2c2c;
        border-color: transparent;
        color: #f5f5f5
    }

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

    .file.is-dark.is-active .file-cta, .file.is-dark:active .file-cta {
        background-color: #252525;
        border-color: transparent;
        color: #f5f5f5
    }

    .file.is-primary .file-cta {
        background-color: #4675d3;
        border-color: transparent;
        color: #fff
    }

    .file.is-primary.is-hovered .file-cta, .file.is-primary:hover .file-cta {
        background-color: #3c6dd1;
        border-color: transparent;
        color: #fff
    }

    .file.is-primary.is-focused .file-cta, .file.is-primary:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(70,117,211,.25);
        color: #fff
    }

    .file.is-primary.is-active .file-cta, .file.is-primary:active .file-cta {
        background-color: #3166ce;
        border-color: transparent;
        color: #fff
    }

    .file.is-secondary .file-cta {
        background-color: #6037b3;
        border-color: transparent;
        color: #fff
    }

    .file.is-secondary.is-hovered .file-cta, .file.is-secondary:hover .file-cta {
        background-color: #5b34a9;
        border-color: transparent;
        color: #fff
    }

    .file.is-secondary.is-focused .file-cta, .file.is-secondary:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(96,55,179,.25);
        color: #fff
    }

    .file.is-secondary.is-active .file-cta, .file.is-secondary:active .file-cta {
        background-color: #56319f;
        border-color: transparent;
        color: #fff
    }

    .file.is-link .file-cta {
        background-color: #4372d6;
        border-color: transparent;
        color: #fff
    }

    .file.is-link.is-hovered .file-cta, .file.is-link:hover .file-cta {
        background-color: #396ad4;
        border-color: transparent;
        color: #fff
    }

    .file.is-link.is-focused .file-cta, .file.is-link:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(67,114,214,.25);
        color: #fff
    }

    .file.is-link.is-active .file-cta, .file.is-link:active .file-cta {
        background-color: #2e62d1;
        border-color: transparent;
        color: #fff
    }

    .file.is-info .file-cta {
        background-color: #209cee;
        border-color: transparent;
        color: #fff
    }

    .file.is-info.is-hovered .file-cta, .file.is-info:hover .file-cta {
        background-color: #1496ed;
        border-color: transparent;
        color: #fff
    }

    .file.is-info.is-focused .file-cta, .file.is-info:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(32,156,238,.25);
        color: #fff
    }

    .file.is-info.is-active .file-cta, .file.is-info:active .file-cta {
        background-color: #118fe4;
        border-color: transparent;
        color: #fff
    }

    .file.is-success .file-cta {
        background-color: #23d160;
        border-color: transparent;
        color: #fff
    }

    .file.is-success.is-hovered .file-cta, .file.is-success:hover .file-cta {
        background-color: #22c65b;
        border-color: transparent;
        color: #fff
    }

    .file.is-success.is-focused .file-cta, .file.is-success:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(35,209,96,.25);
        color: #fff
    }

    .file.is-success.is-active .file-cta, .file.is-success:active .file-cta {
        background-color: #20bc56;
        border-color: transparent;
        color: #fff
    }

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

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

    .file.is-warning.is-focused .file-cta, .file.is-warning:focus .file-cta {
        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, .file.is-warning:active .file-cta {
        background-color: #ffd83d;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .file.is-danger .file-cta {
        background-color: #ff3860;
        border-color: transparent;
        color: #fff
    }

    .file.is-danger.is-hovered .file-cta, .file.is-danger:hover .file-cta {
        background-color: #ff2b56;
        border-color: transparent;
        color: #fff
    }

    .file.is-danger.is-focused .file-cta, .file.is-danger:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(255,56,96,.25);
        color: #fff
    }

    .file.is-danger.is-active .file-cta, .file.is-danger:active .file-cta {
        background-color: #ff1f4b;
        border-color: transparent;
        color: #fff
    }

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

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

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

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

        .file.is-large .file-icon .fa {
            font-size: 28px
        }

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

    .file.has-name .file-name {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .file.has-name.is-empty .file-cta {
        border-radius: 0
    }

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

    .file.is-boxed .file-label {
        flex-direction: column
    }

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

    .file.is-boxed .file-name {
        border-width: 0 1px 1px
    }

    .file.is-boxed .file-icon {
        height: 1.5em;
        width: 1.5em
    }

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

    .file.is-boxed.is-small .file-icon .fa {
        font-size: 14px
    }

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

    .file.is-boxed.is-large .file-icon .fa {
        font-size: 35px
    }

    .file.is-boxed.has-name .file-cta {
        border-radius: 0
    }

    .file.is-boxed.has-name .file-name {
        border-radius: 0;
        border-width: 0 1px 1px
    }

    .file.is-centered {
        justify-content: center
    }

    .file.is-fullwidth .file-label {
        width: 100%
    }

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

    .file.is-right {
        justify-content: flex-end
    }

        .file.is-right .file-cta {
            border-radius: 0
        }

        .file.is-right .file-name {
            border-radius: 0;
            border-width: 1px 0 1px 1px;
            order: -1
        }

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

    .file-label:hover .file-cta {
        background-color: #eee;
        color: #323232
    }

    .file-label:hover .file-name {
        border-color: #d0d0d0
    }

    .file-label:active .file-cta {
        background-color: #e8e8e8;
        color: #323232
    }

    .file-label:active .file-name {
        border-color: #c9c9c9
    }

.file-input {
    height: .01em;
    left: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: .01em
}

.file-cta, .file-name {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.375em - 1px);
    padding-left: calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top;
    border-color: #d6d6d6;
    border-radius: 0;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap
}

    .file-cta.is-active, .file-cta.is-focused, .file-cta:active, .file-cta:focus, .file-name.is-active, .file-name.is-focused, .file-name:active, .file-name:focus {
        outline: 0
    }

    .file-cta[disabled], .file-name[disabled] {
        cursor: not-allowed
    }

.file-cta {
    background-color: #f5f5f5;
    color: #484848
}

.file-name {
    border-color: #d6d6d6;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: block;
    max-width: 16em;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis
}

.file-icon {
    align-items: center;
    display: flex;
    height: 1em;
    justify-content: center;
    margin-right: .5em;
    width: 1em
}

    .file-icon .fa {
        font-size: 14px
    }

.label {
    color: #323232;
    display: block;
    font-size: 1rem;
    font-weight: 700
}

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

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

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

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

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

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

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

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

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

    .help.is-primary {
        color: #4675d3
    }

    .help.is-secondary {
        color: #6037b3
    }

    .help.is-link {
        color: #4372d6
    }

    .help.is-info {
        color: #209cee
    }

    .help.is-success {
        color: #23d160
    }

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

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

.field:not(:last-child) {
    margin-bottom: .75rem
}

.field.has-addons {
    display: flex;
    justify-content: flex-start
}

    .field.has-addons .control:not(:last-child) {
        margin-right: -1px
    }

    .field.has-addons .control:not(:first-child):not(:last-child) .button, .field.has-addons .control:not(:first-child):not(:last-child) .input, .field.has-addons .control:not(:first-child):not(:last-child) .select select {
        border-radius: 0
    }

    .field.has-addons .control:first-child .button, .field.has-addons .control:first-child .input, .field.has-addons .control:first-child .select select {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

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

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

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

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

    .field.has-addons .control.is-expanded {
        flex-grow: 1
    }

    .field.has-addons.has-addons-centered {
        justify-content: center
    }

    .field.has-addons.has-addons-right {
        justify-content: flex-end
    }

    .field.has-addons.has-addons-fullwidth .control {
        flex-grow: 1;
        flex-shrink: 0
    }

.field.is-grouped {
    display: flex;
    justify-content: flex-start
}

    .field.is-grouped > .control {
        flex-shrink: 0
    }

        .field.is-grouped > .control:not(:last-child) {
            margin-bottom: 0;
            margin-right: .75rem
        }

        .field.is-grouped > .control.is-expanded {
            flex-grow: 1;
            flex-shrink: 1
        }

    .field.is-grouped.is-grouped-centered {
        justify-content: center
    }

    .field.is-grouped.is-grouped-right {
        justify-content: flex-end
    }

    .field.is-grouped.is-grouped-multiline {
        flex-wrap: wrap
    }

        .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
            margin-bottom: .75rem
        }

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

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

@media screen and (min-width:769px),print {
    .field.is-horizontal {
        display: flex
    }
}

.field-label .label {
    font-size: inherit
}

@media screen and (max-width:768px) {
    .field-label {
        margin-bottom: .5rem
    }
}

@media screen and (min-width:769px),print {
    .field-label {
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right
    }

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

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

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

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

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

@media screen and (min-width:769px),print {
    .field-body {
        display: flex;
        flex-basis: 0;
        flex-grow: 5;
        flex-shrink: 1
    }

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

        .field-body > .field {
            flex-shrink: 1
        }

            .field-body > .field:not(.is-narrow) {
                flex-grow: 1
            }

            .field-body > .field:not(:last-child) {
                margin-right: .75rem
            }
}

.control {
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: left
}

    .control.has-icon .icon {
        color: #d6d6d6;
        height: 2.25em;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 2.25em;
        z-index: 4
    }

    .control.has-icon .input:focus + .icon {
        color: #767676
    }

    .control.has-icon .input.is-small + .icon {
        font-size: .75rem
    }

    .control.has-icon .input.is-medium + .icon {
        font-size: 1.375rem
    }

    .control.has-icon .input.is-large + .icon {
        font-size: 1.5rem
    }

    .control.has-icon:not(.has-icon-right) .icon {
        left: 0
    }

    .control.has-icon:not(.has-icon-right) .input {
        padding-left: 2.25em
    }

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

    .control.has-icon.has-icon-right .input {
        padding-right: 2.25em
    }

    .control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .select:focus ~ .icon {
        color: #767676
    }

    .control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .select.is-small ~ .icon {
        font-size: .75rem
    }

    .control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right .select.is-medium ~ .icon {
        font-size: 1.375rem
    }

    .control.has-icons-left .input.is-large ~ .icon, .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-right .select.is-large ~ .icon {
        font-size: 1.5rem
    }

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

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

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

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

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

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

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

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

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

.sgds-hero {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .sgds-hero .navbar {
        background: 0 0
    }

    .sgds-hero .tabs ul {
        border-bottom: none
    }

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

        .sgds-hero.is-white a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag), .sgds-hero.is-white strong {
            color: inherit
        }

        .sgds-hero.is-white .title {
            color: #0a0a0a
        }

        .sgds-hero.is-white .subtitle {
            color: rgba(10,10,10,.9)
        }

            .sgds-hero.is-white .subtitle a:not(.sgds-button), .sgds-hero.is-white .subtitle strong {
                color: #0a0a0a
            }

@media screen and (max-width:1023px) {
    .sgds-hero.is-white .navbar-menu {
        background-color: #fff
    }
}

.sgds-hero.is-white .navbar-item, .sgds-hero.is-white .navbar-link {
    color: rgba(10,10,10,.7)
}

    .sgds-hero.is-white .navbar-link.is-active, .sgds-hero.is-white .navbar-link:hover, .sgds-hero.is-white a.navbar-item.is-active, .sgds-hero.is-white a.navbar-item:hover {
        background-color: #f2f2f2;
        color: #0a0a0a
    }

.sgds-hero.is-white .tabs a {
    color: #0a0a0a;
    opacity: .9
}

    .sgds-hero.is-white .tabs a:hover {
        opacity: 1
    }

.sgds-hero.is-white .tabs li.is-active a {
    opacity: 1
}

.sgds-hero.is-white .tabs.is-boxed a, .sgds-hero.is-white .tabs.is-toggle a {
    color: #0a0a0a
}

    .sgds-hero.is-white .tabs.is-boxed a:hover, .sgds-hero.is-white .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.1)
    }

.sgds-hero.is-white .tabs.is-boxed li.is-active a, .sgds-hero.is-white .tabs.is-boxed li.is-active a:hover, .sgds-hero.is-white .tabs.is-toggle li.is-active a, .sgds-hero.is-white .tabs.is-toggle li.is-active a:hover {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff
}

.sgds-hero.is-white.is-bold {
    background-image: linear-gradient(141deg,#e8e3e4 0,#fff 71%,#fff 100%)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-white.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#e8e3e4 0,#fff 71%,#fff 100%)
    }
}

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

    .sgds-hero.is-black a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag), .sgds-hero.is-black strong {
        color: inherit
    }

    .sgds-hero.is-black .title {
        color: #fff
    }

    .sgds-hero.is-black .subtitle {
        color: rgba(255,255,255,.9)
    }

        .sgds-hero.is-black .subtitle a:not(.sgds-button), .sgds-hero.is-black .subtitle strong {
            color: #fff
        }

@media screen and (max-width:1023px) {
    .sgds-hero.is-black .navbar-menu {
        background-color: #0a0a0a
    }
}

.sgds-hero.is-black .navbar-item, .sgds-hero.is-black .navbar-link {
    color: rgba(255,255,255,.7)
}

    .sgds-hero.is-black .navbar-link.is-active, .sgds-hero.is-black .navbar-link:hover, .sgds-hero.is-black a.navbar-item.is-active, .sgds-hero.is-black a.navbar-item:hover {
        background-color: #000;
        color: #fff
    }

.sgds-hero.is-black .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-black .tabs a:hover {
        opacity: 1
    }

.sgds-hero.is-black .tabs li.is-active a {
    opacity: 1
}

.sgds-hero.is-black .tabs.is-boxed a, .sgds-hero.is-black .tabs.is-toggle a {
    color: #fff
}

    .sgds-hero.is-black .tabs.is-boxed a:hover, .sgds-hero.is-black .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.1)
    }

.sgds-hero.is-black .tabs.is-boxed li.is-active a, .sgds-hero.is-black .tabs.is-boxed li.is-active a:hover, .sgds-hero.is-black .tabs.is-toggle li.is-active a, .sgds-hero.is-black .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a
}

.sgds-hero.is-black.is-bold {
    background-image: linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-black.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%)
    }
}

.sgds-hero.is-light {
    background-color: #f5f5f5;
    color: #323232
}

    .sgds-hero.is-light a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag), .sgds-hero.is-light strong {
        color: inherit
    }

    .sgds-hero.is-light .title {
        color: #323232
    }

    .sgds-hero.is-light .subtitle {
        color: rgba(50,50,50,.9)
    }

        .sgds-hero.is-light .subtitle a:not(.sgds-button), .sgds-hero.is-light .subtitle strong {
            color: #323232
        }

@media screen and (max-width:1023px) {
    .sgds-hero.is-light .navbar-menu {
        background-color: #f5f5f5
    }
}

.sgds-hero.is-light .navbar-item, .sgds-hero.is-light .navbar-link {
    color: rgba(50,50,50,.7)
}

    .sgds-hero.is-light .navbar-link.is-active, .sgds-hero.is-light .navbar-link:hover, .sgds-hero.is-light a.navbar-item.is-active, .sgds-hero.is-light a.navbar-item:hover {
        background-color: #e8e8e8;
        color: #323232
    }

.sgds-hero.is-light .tabs a {
    color: #323232;
    opacity: .9
}

    .sgds-hero.is-light .tabs a:hover {
        opacity: 1
    }

.sgds-hero.is-light .tabs li.is-active a {
    opacity: 1
}

.sgds-hero.is-light .tabs.is-boxed a, .sgds-hero.is-light .tabs.is-toggle a {
    color: #323232
}

    .sgds-hero.is-light .tabs.is-boxed a:hover, .sgds-hero.is-light .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.1)
    }

.sgds-hero.is-light .tabs.is-boxed li.is-active a, .sgds-hero.is-light .tabs.is-boxed li.is-active a:hover, .sgds-hero.is-light .tabs.is-toggle li.is-active a, .sgds-hero.is-light .tabs.is-toggle li.is-active a:hover {
    background-color: #323232;
    border-color: #323232;
    color: #f5f5f5
}

.sgds-hero.is-light.is-bold {
    background-image: linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-light.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%)
    }
}

.sgds-hero.is-dark {
    background-color: #323232;
    color: #f5f5f5
}

    .sgds-hero.is-dark a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag), .sgds-hero.is-dark strong {
        color: inherit
    }

    .sgds-hero.is-dark .title {
        color: #f5f5f5
    }

    .sgds-hero.is-dark .subtitle {
        color: rgba(245,245,245,.9)
    }

        .sgds-hero.is-dark .subtitle a:not(.sgds-button), .sgds-hero.is-dark .subtitle strong {
            color: #f5f5f5
        }

@media screen and (max-width:1023px) {
    .sgds-hero.is-dark .navbar-menu {
        background-color: #323232
    }
}

.sgds-hero.is-dark .navbar-item, .sgds-hero.is-dark .navbar-link {
    color: rgba(245,245,245,.7)
}

    .sgds-hero.is-dark .navbar-link.is-active, .sgds-hero.is-dark .navbar-link:hover, .sgds-hero.is-dark a.navbar-item.is-active, .sgds-hero.is-dark a.navbar-item:hover {
        background-color: #252525;
        color: #f5f5f5
    }

.sgds-hero.is-dark .tabs a {
    color: #f5f5f5;
    opacity: .9
}

    .sgds-hero.is-dark .tabs a:hover {
        opacity: 1
    }

.sgds-hero.is-dark .tabs li.is-active a {
    opacity: 1
}

.sgds-hero.is-dark .tabs.is-boxed a, .sgds-hero.is-dark .tabs.is-toggle a {
    color: #f5f5f5
}

    .sgds-hero.is-dark .tabs.is-boxed a:hover, .sgds-hero.is-dark .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.1)
    }

.sgds-hero.is-dark .tabs.is-boxed li.is-active a, .sgds-hero.is-dark .tabs.is-boxed li.is-active a:hover, .sgds-hero.is-dark .tabs.is-toggle li.is-active a, .sgds-hero.is-dark .tabs.is-toggle li.is-active a:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #323232
}

.sgds-hero.is-dark.is-bold {
    background-image: linear-gradient(141deg,#1b1617 0,#323232 71%,#423d3c 100%)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-dark.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#1b1617 0,#323232 71%,#423d3c 100%)
    }
}

.sgds-hero.is-primary {
    background-color: #4675d3;
    color: #fff
}

    .sgds-hero.is-primary a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag), .sgds-hero.is-primary strong {
        color: inherit
    }

    .sgds-hero.is-primary .title {
        color: #fff
    }

    .sgds-hero.is-primary .subtitle {
        color: rgba(255,255,255,.9)
    }

        .sgds-hero.is-primary .subtitle a:not(.sgds-button), .sgds-hero.is-primary .subtitle strong {
            color: #fff
        }

@media screen and (max-width:1023px) {
    .sgds-hero.is-primary .navbar-menu {
        background-color: #4675d3
    }
}

.sgds-hero.is-primary .navbar-item, .sgds-hero.is-primary .navbar-link {
    color: rgba(255,255,255,.7)
}

    .sgds-hero.is-primary .navbar-link.is-active, .sgds-hero.is-primary .navbar-link:hover, .sgds-hero.is-primary a.navbar-item.is-active, .sgds-hero.is-primary a.navbar-item:hover {
        background-color: #3166ce;
        color: #fff
    }

.sgds-hero.is-primary .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-primary .tabs a:hover {
        opacity: 1
    }

.sgds-hero.is-primary .tabs li.is-active a {
    opacity: 1
}

.sgds-hero.is-primary .tabs.is-boxed a, .sgds-hero.is-primary .tabs.is-toggle a {
    color: #fff
}

    .sgds-hero.is-primary .tabs.is-boxed a:hover, .sgds-hero.is-primary .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.1)
    }

.sgds-hero.is-primary .tabs.is-boxed li.is-active a, .sgds-hero.is-primary .tabs.is-boxed li.is-active a:hover, .sgds-hero.is-primary .tabs.is-toggle li.is-active a, .sgds-hero.is-primary .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #4675d3
}

.sgds-hero.is-primary.is-bold {
    background-image: linear-gradient(141deg,#2173c5 0,#4675d3 71%,#566cdd 100%)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-primary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#2173c5 0,#4675d3 71%,#566cdd 100%)
    }
}

.sgds-hero.is-secondary {
    background-color: #6037b3;
    color: #fff
}

    .sgds-hero.is-secondary a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag), .sgds-hero.is-secondary strong {
        color: inherit
    }

    .sgds-hero.is-secondary .title {
        color: #fff
    }

    .sgds-hero.is-secondary .subtitle {
        color: rgba(255,255,255,.9)
    }

        .sgds-hero.is-secondary .subtitle a:not(.sgds-button), .sgds-hero.is-secondary .subtitle strong {
            color: #fff
        }

@media screen and (max-width:1023px) {
    .sgds-hero.is-secondary .navbar-menu {
        background-color: #6037b3
    }
}

.sgds-hero.is-secondary .navbar-item, .sgds-hero.is-secondary .navbar-link {
    color: rgba(255,255,255,.7)
}

    .sgds-hero.is-secondary .navbar-link.is-active, .sgds-hero.is-secondary .navbar-link:hover, .sgds-hero.is-secondary a.navbar-item.is-active, .sgds-hero.is-secondary a.navbar-item:hover {
        background-color: #56319f;
        color: #fff
    }

.sgds-hero.is-secondary .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-secondary .tabs a:hover {
        opacity: 1
    }

.sgds-hero.is-secondary .tabs li.is-active a {
    opacity: 1
}

.sgds-hero.is-secondary .tabs.is-boxed a, .sgds-hero.is-secondary .tabs.is-toggle a {
    color: #fff
}

    .sgds-hero.is-secondary .tabs.is-boxed a:hover, .sgds-hero.is-secondary .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.1)
    }

.sgds-hero.is-secondary .tabs.is-boxed li.is-active a, .sgds-hero.is-secondary .tabs.is-boxed li.is-active a:hover, .sgds-hero.is-secondary .tabs.is-toggle li.is-active a, .sgds-hero.is-secondary .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #6037b3
}

.sgds-hero.is-secondary.is-bold {
    background-image: linear-gradient(141deg,#352295 0,#6037b3 71%,#8139ca 100%)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-secondary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#352295 0,#6037b3 71%,#8139ca 100%)
    }
}

.sgds-hero.is-link {
    background-color: #4372d6;
    color: #fff
}

    .sgds-hero.is-link a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag), .sgds-hero.is-link strong {
        color: inherit
    }

    .sgds-hero.is-link .title {
        color: #fff
    }

    .sgds-hero.is-link .subtitle {
        color: rgba(255,255,255,.9)
    }

        .sgds-hero.is-link .subtitle a:not(.sgds-button), .sgds-hero.is-link .subtitle strong {
            color: #fff
        }

@media screen and (max-width:1023px) {
    .sgds-hero.is-link .navbar-menu {
        background-color: #4372d6
    }
}

.sgds-hero.is-link .navbar-item, .sgds-hero.is-link .navbar-link {
    color: rgba(255,255,255,.7)
}

    .sgds-hero.is-link .navbar-link.is-active, .sgds-hero.is-link .navbar-link:hover, .sgds-hero.is-link a.navbar-item.is-active, .sgds-hero.is-link a.navbar-item:hover {
        background-color: #2e62d1;
        color: #fff
    }

.sgds-hero.is-link .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-link .tabs a:hover {
        opacity: 1
    }

.sgds-hero.is-link .tabs li.is-active a {
    opacity: 1
}

.sgds-hero.is-link .tabs.is-boxed a, .sgds-hero.is-link .tabs.is-toggle a {
    color: #fff
}

    .sgds-hero.is-link .tabs.is-boxed a:hover, .sgds-hero.is-link .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.1)
    }

.sgds-hero.is-link .tabs.is-boxed li.is-active a, .sgds-hero.is-link .tabs.is-boxed li.is-active a:hover, .sgds-hero.is-link .tabs.is-toggle li.is-active a, .sgds-hero.is-link .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #4372d6
}

.sgds-hero.is-link.is-bold {
    background-image: linear-gradient(141deg,#1e71c8 0,#4372d6 71%,#5368e0 100%)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-link.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#1e71c8 0,#4372d6 71%,#5368e0 100%)
    }
}

.sgds-hero.is-info {
    background-color: #209cee;
    color: #fff
}

    .sgds-hero.is-info a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag), .sgds-hero.is-info strong {
        color: inherit
    }

    .sgds-hero.is-info .title {
        color: #fff
    }

    .sgds-hero.is-info .subtitle {
        color: rgba(255,255,255,.9)
    }

        .sgds-hero.is-info .subtitle a:not(.sgds-button), .sgds-hero.is-info .subtitle strong {
            color: #fff
        }

@media screen and (max-width:1023px) {
    .sgds-hero.is-info .navbar-menu {
        background-color: #209cee
    }
}

.sgds-hero.is-info .navbar-item, .sgds-hero.is-info .navbar-link {
    color: rgba(255,255,255,.7)
}

    .sgds-hero.is-info .navbar-link.is-active, .sgds-hero.is-info .navbar-link:hover, .sgds-hero.is-info a.navbar-item.is-active, .sgds-hero.is-info a.navbar-item:hover {
        background-color: #118fe4;
        color: #fff
    }

.sgds-hero.is-info .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-info .tabs a:hover {
        opacity: 1
    }

.sgds-hero.is-info .tabs li.is-active a {
    opacity: 1
}

.sgds-hero.is-info .tabs.is-boxed a, .sgds-hero.is-info .tabs.is-toggle a {
    color: #fff
}

    .sgds-hero.is-info .tabs.is-boxed a:hover, .sgds-hero.is-info .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.1)
    }

.sgds-hero.is-info .tabs.is-boxed li.is-active a, .sgds-hero.is-info .tabs.is-boxed li.is-active a:hover, .sgds-hero.is-info .tabs.is-toggle li.is-active a, .sgds-hero.is-info .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #209cee
}

.sgds-hero.is-info.is-bold {
    background-image: linear-gradient(141deg,#04a6d7 0,#209cee 71%,#3287f5 100%)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-info.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#04a6d7 0,#209cee 71%,#3287f5 100%)
    }
}

.sgds-hero.is-success {
    background-color: #23d160;
    color: #fff
}

    .sgds-hero.is-success a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag), .sgds-hero.is-success strong {
        color: inherit
    }

    .sgds-hero.is-success .title {
        color: #fff
    }

    .sgds-hero.is-success .subtitle {
        color: rgba(255,255,255,.9)
    }

        .sgds-hero.is-success .subtitle a:not(.sgds-button), .sgds-hero.is-success .subtitle strong {
            color: #fff
        }

@media screen and (max-width:1023px) {
    .sgds-hero.is-success .navbar-menu {
        background-color: #23d160
    }
}

.sgds-hero.is-success .navbar-item, .sgds-hero.is-success .navbar-link {
    color: rgba(255,255,255,.7)
}

    .sgds-hero.is-success .navbar-link.is-active, .sgds-hero.is-success .navbar-link:hover, .sgds-hero.is-success a.navbar-item.is-active, .sgds-hero.is-success a.navbar-item:hover {
        background-color: #20bc56;
        color: #fff
    }

.sgds-hero.is-success .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-success .tabs a:hover {
        opacity: 1
    }

.sgds-hero.is-success .tabs li.is-active a {
    opacity: 1
}

.sgds-hero.is-success .tabs.is-boxed a, .sgds-hero.is-success .tabs.is-toggle a {
    color: #fff
}

    .sgds-hero.is-success .tabs.is-boxed a:hover, .sgds-hero.is-success .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.1)
    }

.sgds-hero.is-success .tabs.is-boxed li.is-active a, .sgds-hero.is-success .tabs.is-boxed li.is-active a:hover, .sgds-hero.is-success .tabs.is-toggle li.is-active a, .sgds-hero.is-success .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #23d160
}

.sgds-hero.is-success.is-bold {
    background-image: linear-gradient(141deg,#12af2f 0,#23d160 71%,#2ce28a 100%)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-success.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#12af2f 0,#23d160 71%,#2ce28a 100%)
    }
}

.sgds-hero.is-warning {
    background-color: #ffdd57;
    color: rgba(0,0,0,.7)
}

    .sgds-hero.is-warning a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag), .sgds-hero.is-warning strong {
        color: inherit
    }

    .sgds-hero.is-warning .title {
        color: rgba(0,0,0,.7)
    }

    .sgds-hero.is-warning .subtitle {
        color: rgba(0,0,0,.9)
    }

        .sgds-hero.is-warning .subtitle a:not(.sgds-button), .sgds-hero.is-warning .subtitle strong {
            color: rgba(0,0,0,.7)
        }

@media screen and (max-width:1023px) {
    .sgds-hero.is-warning .navbar-menu {
        background-color: #ffdd57
    }
}

.sgds-hero.is-warning .navbar-item, .sgds-hero.is-warning .navbar-link {
    color: rgba(0,0,0,.7)
}

    .sgds-hero.is-warning .navbar-link.is-active, .sgds-hero.is-warning .navbar-link:hover, .sgds-hero.is-warning a.navbar-item.is-active, .sgds-hero.is-warning a.navbar-item:hover {
        background-color: #ffd83d;
        color: rgba(0,0,0,.7)
    }

.sgds-hero.is-warning .tabs a {
    color: rgba(0,0,0,.7);
    opacity: .9
}

    .sgds-hero.is-warning .tabs a:hover {
        opacity: 1
    }

.sgds-hero.is-warning .tabs li.is-active a {
    opacity: 1
}

.sgds-hero.is-warning .tabs.is-boxed a, .sgds-hero.is-warning .tabs.is-toggle a {
    color: rgba(0,0,0,.7)
}

    .sgds-hero.is-warning .tabs.is-boxed a:hover, .sgds-hero.is-warning .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.1)
    }

.sgds-hero.is-warning .tabs.is-boxed li.is-active a, .sgds-hero.is-warning .tabs.is-boxed li.is-active a:hover, .sgds-hero.is-warning .tabs.is-toggle li.is-active a, .sgds-hero.is-warning .tabs.is-toggle li.is-active a:hover {
    background-color: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.7);
    color: #ffdd57
}

.sgds-hero.is-warning.is-bold {
    background-image: linear-gradient(141deg,#ffaf24 0,#ffdd57 71%,#fffa70 100%)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-warning.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#ffaf24 0,#ffdd57 71%,#fffa70 100%)
    }
}

.sgds-hero.is-danger {
    background-color: #ff3860;
    color: #fff
}

    .sgds-hero.is-danger a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag), .sgds-hero.is-danger strong {
        color: inherit
    }

    .sgds-hero.is-danger .title {
        color: #fff
    }

    .sgds-hero.is-danger .subtitle {
        color: rgba(255,255,255,.9)
    }

        .sgds-hero.is-danger .subtitle a:not(.sgds-button), .sgds-hero.is-danger .subtitle strong {
            color: #fff
        }

@media screen and (max-width:1023px) {
    .sgds-hero.is-danger .navbar-menu {
        background-color: #ff3860
    }
}

.sgds-hero.is-danger .navbar-item, .sgds-hero.is-danger .navbar-link {
    color: rgba(255,255,255,.7)
}

    .sgds-hero.is-danger .navbar-link.is-active, .sgds-hero.is-danger .navbar-link:hover, .sgds-hero.is-danger a.navbar-item.is-active, .sgds-hero.is-danger a.navbar-item:hover {
        background-color: #ff1f4b;
        color: #fff
    }

.sgds-hero.is-danger .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-danger .tabs a:hover {
        opacity: 1
    }

.sgds-hero.is-danger .tabs li.is-active a {
    opacity: 1
}

.sgds-hero.is-danger .tabs.is-boxed a, .sgds-hero.is-danger .tabs.is-toggle a {
    color: #fff
}

    .sgds-hero.is-danger .tabs.is-boxed a:hover, .sgds-hero.is-danger .tabs.is-toggle a:hover {
        background-color: rgba(10,10,10,.1)
    }

.sgds-hero.is-danger .tabs.is-boxed li.is-active a, .sgds-hero.is-danger .tabs.is-boxed li.is-active a:hover, .sgds-hero.is-danger .tabs.is-toggle li.is-active a, .sgds-hero.is-danger .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ff3860
}

.sgds-hero.is-danger.is-bold {
    background-image: linear-gradient(141deg,#ff0561 0,#ff3860 71%,#ff5257 100%)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-danger.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#ff0561 0,#ff3860 71%,#ff5257 100%)
    }
}

.sgds-hero.is-small .sgds-hero-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media screen and (min-width:769px),print {
    .sgds-hero.is-medium .sgds-hero-body {
        padding-bottom: 9rem;
        padding-top: 9rem
    }
}

@media screen and (min-width:769px),print {
    .sgds-hero.is-large .sgds-hero-body {
        padding-bottom: 18rem;
        padding-top: 18rem
    }
}

.sgds-hero.is-fullheight .sgds-hero-body, .sgds-hero.is-halfheight .sgds-hero-body {
    align-items: center;
    display: flex
}

    .sgds-hero.is-fullheight .sgds-hero-body > .container, .sgds-hero.is-halfheight .sgds-hero-body > .container {
        flex-grow: 1;
        flex-shrink: 1
    }

.sgds-hero.is-halfheight {
    min-height: 50vh
}

.sgds-hero.is-fullheight {
    min-height: 100vh
}

.sgds-hero-video {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden
}

    .sgds-hero-video video {
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate3d(-50%,-50%,0)
    }

    .sgds-hero-video.is-transparent {
        opacity: .3
    }

@media screen and (max-width:768px) {
    .sgds-hero-video {
        display: none
    }
}

.sgds-hero-buttons {
    margin-top: 1.5rem
}

@media screen and (max-width:768px) {
    .sgds-hero-buttons .button {
        display: flex
    }

        .sgds-hero-buttons .button:not(:last-child) {
            margin-bottom: .75rem
        }
}

@media screen and (min-width:769px),print {
    .sgds-hero-buttons {
        display: flex;
        justify-content: center
    }

        .sgds-hero-buttons .button:not(:last-child) {
            margin-right: 1.5rem
        }
}

.sgds-hero-foot, .sgds-hero-head {
    flex-grow: 0;
    flex-shrink: 0
}

.sgds-hero-body {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 3rem 1.5rem
}

@media screen and (min-width:1024px) {
    .sgds-hero-body .row {
        height: 391px;
        min-height: 360px
    }
}

#key-highlights {
    background-color: #4675d3;
    color: #fff
}

    #key-highlights .col {
        padding: 1.2rem 2rem !important;
        cursor: pointer;
        transition: all .5s;
        border-left: 1px solid #2c5bba
    }

@media screen and (max-width:768px) {
    #key-highlights .col {
        border-left: 0;
        border-top: 1px solid #2c5bba
    }
}

#key-highlights .col:hover {
    color: #e6e6e6;
    background-color: #2c5bba
}

#key-highlights .col:first-child {
    border-left: 0
}

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

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

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

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

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

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

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

    .sgds-image.is-16by9 img, .sgds-image.is-1by1 img, .sgds-image.is-2by1 img, .sgds-image.is-3by2 img, .sgds-image.is-4by3 img, .sgds-image.is-square img {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

.level {
    align-items: center;
    justify-content: space-between
}

    .level:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .level code {
        border-radius: 0
    }

    .level img {
        display: inline-block;
        vertical-align: top
    }

    .level.is-mobile {
        display: flex
    }

        .level.is-mobile .level-left, .level.is-mobile .level-right {
            display: flex
        }

            .level.is-mobile .level-left + .level-right {
                margin-top: 0
            }

        .level.is-mobile .level-item {
            margin-right: .75rem
        }

            .level.is-mobile .level-item:not(:last-child) {
                margin-bottom: 0
            }

            .level.is-mobile .level-item:not(.is-narrow) {
                flex-grow: 1
            }

@media screen and (min-width:769px),print {
    .level {
        display: flex
    }

        .level > .level-item:not(.is-narrow) {
            flex-grow: 1
        }
}

.level-item {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center
}

    .level-item .subtitle, .level-item .title {
        margin-bottom: 0
    }

@media screen and (max-width:768px) {
    .level-item:not(:last-child) {
        margin-bottom: .75rem
    }
}

.level-left, .level-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0
}

    .level-left .level-item.is-flexible, .level-right .level-item.is-flexible {
        flex-grow: 1
    }

@media screen and (min-width:769px),print {
    .level-left .level-item:not(:last-child), .level-right .level-item:not(:last-child) {
        margin-right: .75rem
    }
}

.level-left {
    align-items: center;
    justify-content: flex-start
}

@media screen and (max-width:768px) {
    .level-left + .level-right {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:769px),print {
    .level-left {
        display: flex
    }
}

.level-right {
    align-items: center;
    justify-content: flex-end
}

@media screen and (min-width:769px),print {
    .level-right {
        display: flex
    }
}

.sgds-masthead {
    background-color: #f0f0f0;
    padding: 2px 0
}

    .sgds-masthead .is-text {
        position: relative;
        top: -2px;
        font-size: 14px
    }

    .sgds-masthead a {
        color: #484848
    }

        .sgds-masthead a:hover {
            color: #4675d3
        }

.media {
    align-items: flex-start;
    display: flex;
    text-align: left
}

    .media .content:not(:last-child) {
        margin-bottom: .75rem
    }

    .media .media {
        border-top: 1px solid rgba(214,214,214,.5);
        display: flex;
        padding-top: .75rem
    }

        .media .media .content:not(:last-child), .media .media .control:not(:last-child) {
            margin-bottom: .5rem
        }

        .media .media .media {
            padding-top: .5rem
        }

            .media .media .media + .media {
                margin-top: .5rem
            }

    .media + .media {
        border-top: 1px solid rgba(214,214,214,.5);
        margin-top: 1rem;
        padding-top: 1rem
    }

    .media.is-large + .media {
        margin-top: 1.5rem;
        padding-top: 1.5rem
    }

.media-left, .media-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0
}

.media-left {
    margin-right: 1rem
}

.media-right {
    margin-left: 1rem
}

.media-content {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    text-align: left
}

.sgds-menu {
    font-size: 1rem
}

    .sgds-menu.is-small {
        font-size: .75rem
    }

    .sgds-menu.is-medium {
        font-size: 1.375rem
    }

    .sgds-menu.is-large {
        font-size: 1.5rem
    }

.sgds-menu-list {
    line-height: 1.25
}

    .sgds-menu-list a {
        font-size: 1.0625rem;
        color: #323232;
        display: block;
        padding: 1rem 0
    }

        .sgds-menu-list a:hover {
            color: #6037b3
        }

        .sgds-menu-list a.is-active {
            color: #6037b3;
            font-weight: 600;
            border-color: #6037b3
        }

    .sgds-menu-list li ul {
        border-left: 1px solid #d6d6d6
    }

        .sgds-menu-list li ul li a {
            padding-left: .75em
        }

            .sgds-menu-list li ul li a.is-active {
                border-left: 2px solid #6037b3
            }

.sgds-menu-label {
    color: #767676;
    font-size: .75em;
    letter-spacing: .1em;
    text-transform: uppercase
}

    .sgds-menu-label:not(:first-child) {
        margin-top: 1em
    }

    .sgds-menu-label:not(:last-child) {
        margin-bottom: 1em
    }

.sgds-message {
    background-color: #f5f5f5;
    border-radius: 0;
    font-size: 1rem
}

    .sgds-message:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .sgds-message strong {
        color: currentColor
    }

    .sgds-message a:not(.sgds-button):not(.sgds-tag) {
        color: currentColor;
        text-decoration: underline
    }

    .sgds-message.is-small {
        font-size: .75rem
    }

    .sgds-message.is-medium {
        font-size: 1.375rem
    }

    .sgds-message.is-large {
        font-size: 1.5rem
    }

    .sgds-message.is-white {
        background-color: #fff
    }

        .sgds-message.is-white .sgds-message-header {
            background-color: #fff;
            color: #0a0a0a
        }

        .sgds-message.is-white .sgds-message-body {
            border-color: #fff;
            color: #4d4d4d
        }

    .sgds-message.is-black {
        background-color: #fafafa
    }

        .sgds-message.is-black .sgds-message-header {
            background-color: #0a0a0a;
            color: #fff
        }

        .sgds-message.is-black .sgds-message-body {
            border-color: #0a0a0a;
            color: #0a0a0a
        }

    .sgds-message.is-light {
        background-color: #fafafa
    }

        .sgds-message.is-light .sgds-message-header {
            background-color: #f5f5f5;
            color: #323232
        }

        .sgds-message.is-light .sgds-message-body {
            border-color: #f5f5f5;
            color: #4f4f4f
        }

    .sgds-message.is-dark {
        background-color: #fafafa
    }

        .sgds-message.is-dark .sgds-message-header {
            background-color: #323232;
            color: #f5f5f5
        }

        .sgds-message.is-dark .sgds-message-body {
            border-color: #323232;
            color: #282828
        }

    .sgds-message.is-primary {
        background-color: #f7f9fd
    }

        .sgds-message.is-primary .sgds-message-header {
            background-color: #4675d3;
            color: #fff
        }

        .sgds-message.is-primary .sgds-message-body {
            border-color: #4675d3;
            color: #2d5096
        }

    .sgds-message.is-secondary {
        background-color: #f9f7fd
    }

        .sgds-message.is-secondary .sgds-message-header {
            background-color: #6037b3;
            color: #fff
        }

        .sgds-message.is-secondary .sgds-message-body {
            border-color: #6037b3;
            color: #50308f
        }

    .sgds-message.is-link {
        background-color: #f7f9fd
    }

        .sgds-message.is-link .sgds-message-header {
            background-color: #4372d6;
            color: #fff
        }

        .sgds-message.is-link .sgds-message-body {
            border-color: #4372d6;
            color: #2a4e9b
        }

    .sgds-message.is-info {
        background-color: #f6fbfe
    }

        .sgds-message.is-info .sgds-message-header {
            background-color: #209cee;
            color: #fff
        }

        .sgds-message.is-info .sgds-message-body {
            border-color: #209cee;
            color: #12537e
        }

    .sgds-message.is-success {
        background-color: #f6fef9
    }

        .sgds-message.is-success .sgds-message-header {
            background-color: #23d160;
            color: #fff
        }

        .sgds-message.is-success .sgds-message-body {
            border-color: #23d160;
            color: #0e311a
        }

    .sgds-message.is-warning {
        background-color: #fffdf5
    }

        .sgds-message.is-warning .sgds-message-header {
            background-color: #ffdd57;
            color: rgba(0,0,0,.7)
        }

        .sgds-message.is-warning .sgds-message-body {
            border-color: #ffdd57;
            color: #3c3108
        }

    .sgds-message.is-danger {
        background-color: #fff5f7
    }

        .sgds-message.is-danger .sgds-message-header {
            background-color: #ff3860;
            color: #fff
        }

        .sgds-message.is-danger .sgds-message-body {
            border-color: #ff3860;
            color: #cd0930
        }

.sgds-message-header {
    align-items: center;
    background-color: #484848;
    border-radius: 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    line-height: 1.25;
    padding: .5em .75em;
    position: relative
}

    .sgds-message-header .delete {
        flex-grow: 0;
        flex-shrink: 0;
        margin-left: .75em
    }

    .sgds-message-header + .sgds-message-body {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none
    }

.sgds-message-body {
    border: 1px solid #d6d6d6;
    border-radius: 0;
    color: #484848;
    padding: 1em 1.25em
}

    .sgds-message-body code, .sgds-message-body pre {
        background-color: #fff
    }

        .sgds-message-body pre code {
            background-color: transparent
        }

.sgds-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    display: none;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40
}

    .sgds-modal.is-active {
        display: flex
    }

.sgds-modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(10,10,10,.86)
}

.sgds-modal-card, .sgds-modal-content {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%
}

@media screen and (min-width:769px),print {
    .sgds-modal-card, .sgds-modal-content {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 640px
    }
}

.sgds-modal-close {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10,10,10,.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    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;
    background: 0 0;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px
}

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

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

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

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

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

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

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

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

.sgds-modal-card {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden
}

.sgds-modal-card-foot, .sgds-modal-card-head {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 20px;
    position: relative
}

.sgds-modal-card-head {
    border-bottom: 1px solid #d6d6d6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.sgds-modal-card-title {
    color: #323232;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1
}

.sgds-modal-card-foot {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #d6d6d6
}

    .sgds-modal-card-foot .button:not(:last-child) {
        margin-right: 10px
    }

.sgds-modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px
}

.navbar {
    background-color: #fff;
    min-height: 6.25rem;
    position: relative
}

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

        .navbar.is-white .navbar-brand .navbar-link, .navbar.is-white .navbar-brand > .navbar-item {
            color: #0a0a0a
        }

            .navbar.is-white .navbar-brand .navbar-link.is-active, .navbar.is-white .navbar-brand .navbar-link:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, .navbar.is-white .navbar-brand > a.navbar-item:hover {
                background-color: #f2f2f2;
                color: #0a0a0a
            }

            .navbar.is-white .navbar-brand .navbar-link::after {
                border-color: #0a0a0a
            }

@media screen and (min-width:1024px) {
    .navbar.is-white .navbar-end .navbar-link, .navbar.is-white .navbar-end > .navbar-item, .navbar.is-white .navbar-start .navbar-link, .navbar.is-white .navbar-start > .navbar-item {
        color: #0a0a0a
    }

        .navbar.is-white .navbar-end .navbar-link.is-active, .navbar.is-white .navbar-end .navbar-link:hover, .navbar.is-white .navbar-end > a.navbar-item.is-active, .navbar.is-white .navbar-end > a.navbar-item:hover, .navbar.is-white .navbar-start .navbar-link.is-active, .navbar.is-white .navbar-start .navbar-link:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, .navbar.is-white .navbar-start > a.navbar-item:hover {
            background-color: #f2f2f2;
            color: #0a0a0a
        }

        .navbar.is-white .navbar-end .navbar-link::after, .navbar.is-white .navbar-start .navbar-link::after {
            border-color: #0a0a0a
        }

    .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a
    }

    .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: #0a0a0a
    }
}

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

    .navbar.is-black .navbar-brand .navbar-link, .navbar.is-black .navbar-brand > .navbar-item {
        color: #fff
    }

        .navbar.is-black .navbar-brand .navbar-link.is-active, .navbar.is-black .navbar-brand .navbar-link:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, .navbar.is-black .navbar-brand > a.navbar-item:hover {
            background-color: #000;
            color: #fff
        }

        .navbar.is-black .navbar-brand .navbar-link::after {
            border-color: #fff
        }

@media screen and (min-width:1024px) {
    .navbar.is-black .navbar-end .navbar-link, .navbar.is-black .navbar-end > .navbar-item, .navbar.is-black .navbar-start .navbar-link, .navbar.is-black .navbar-start > .navbar-item {
        color: #fff
    }

        .navbar.is-black .navbar-end .navbar-link.is-active, .navbar.is-black .navbar-end .navbar-link:hover, .navbar.is-black .navbar-end > a.navbar-item.is-active, .navbar.is-black .navbar-end > a.navbar-item:hover, .navbar.is-black .navbar-start .navbar-link.is-active, .navbar.is-black .navbar-start .navbar-link:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, .navbar.is-black .navbar-start > a.navbar-item:hover {
            background-color: #000;
            color: #fff
        }

        .navbar.is-black .navbar-end .navbar-link::after, .navbar.is-black .navbar-start .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #000;
        color: #fff
    }

    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: #fff
    }
}

.navbar.is-light {
    background-color: #f5f5f5;
    color: #323232
}

    .navbar.is-light .navbar-brand .navbar-link, .navbar.is-light .navbar-brand > .navbar-item {
        color: #323232
    }

        .navbar.is-light .navbar-brand .navbar-link.is-active, .navbar.is-light .navbar-brand .navbar-link:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, .navbar.is-light .navbar-brand > a.navbar-item:hover {
            background-color: #e8e8e8;
            color: #323232
        }

        .navbar.is-light .navbar-brand .navbar-link::after {
            border-color: #323232
        }

@media screen and (min-width:1024px) {
    .navbar.is-light .navbar-end .navbar-link, .navbar.is-light .navbar-end > .navbar-item, .navbar.is-light .navbar-start .navbar-link, .navbar.is-light .navbar-start > .navbar-item {
        color: #323232
    }

        .navbar.is-light .navbar-end .navbar-link.is-active, .navbar.is-light .navbar-end .navbar-link:hover, .navbar.is-light .navbar-end > a.navbar-item.is-active, .navbar.is-light .navbar-end > a.navbar-item:hover, .navbar.is-light .navbar-start .navbar-link.is-active, .navbar.is-light .navbar-start .navbar-link:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, .navbar.is-light .navbar-start > a.navbar-item:hover {
            background-color: #e8e8e8;
            color: #323232
        }

        .navbar.is-light .navbar-end .navbar-link::after, .navbar.is-light .navbar-start .navbar-link::after {
            border-color: #323232
        }

    .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #e8e8e8;
        color: #323232
    }

    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: #323232
    }
}

.navbar.is-dark {
    background-color: #323232;
    color: #f5f5f5
}

    .navbar.is-dark .navbar-brand .navbar-link, .navbar.is-dark .navbar-brand > .navbar-item {
        color: #f5f5f5
    }

        .navbar.is-dark .navbar-brand .navbar-link.is-active, .navbar.is-dark .navbar-brand .navbar-link:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, .navbar.is-dark .navbar-brand > a.navbar-item:hover {
            background-color: #252525;
            color: #f5f5f5
        }

        .navbar.is-dark .navbar-brand .navbar-link::after {
            border-color: #f5f5f5
        }

@media screen and (min-width:1024px) {
    .navbar.is-dark .navbar-end .navbar-link, .navbar.is-dark .navbar-end > .navbar-item, .navbar.is-dark .navbar-start .navbar-link, .navbar.is-dark .navbar-start > .navbar-item {
        color: #f5f5f5
    }

        .navbar.is-dark .navbar-end .navbar-link.is-active, .navbar.is-dark .navbar-end .navbar-link:hover, .navbar.is-dark .navbar-end > a.navbar-item.is-active, .navbar.is-dark .navbar-end > a.navbar-item:hover, .navbar.is-dark .navbar-start .navbar-link.is-active, .navbar.is-dark .navbar-start .navbar-link:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, .navbar.is-dark .navbar-start > a.navbar-item:hover {
            background-color: #252525;
            color: #f5f5f5
        }

        .navbar.is-dark .navbar-end .navbar-link::after, .navbar.is-dark .navbar-start .navbar-link::after {
            border-color: #f5f5f5
        }

    .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #252525;
        color: #f5f5f5
    }

    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #323232;
        color: #f5f5f5
    }
}

.navbar.is-primary {
    background-color: #4675d3;
    color: #fff
}

    .navbar.is-primary .navbar-brand .navbar-link, .navbar.is-primary .navbar-brand > .navbar-item {
        color: #fff
    }

        .navbar.is-primary .navbar-brand .navbar-link.is-active, .navbar.is-primary .navbar-brand .navbar-link:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, .navbar.is-primary .navbar-brand > a.navbar-item:hover {
            background-color: #3166ce;
            color: #fff
        }

        .navbar.is-primary .navbar-brand .navbar-link::after {
            border-color: #fff
        }

@media screen and (min-width:1024px) {
    .navbar.is-primary .navbar-end .navbar-link, .navbar.is-primary .navbar-end > .navbar-item, .navbar.is-primary .navbar-start .navbar-link, .navbar.is-primary .navbar-start > .navbar-item {
        color: #fff
    }

        .navbar.is-primary .navbar-end .navbar-link.is-active, .navbar.is-primary .navbar-end .navbar-link:hover, .navbar.is-primary .navbar-end > a.navbar-item.is-active, .navbar.is-primary .navbar-end > a.navbar-item:hover, .navbar.is-primary .navbar-start .navbar-link.is-active, .navbar.is-primary .navbar-start .navbar-link:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, .navbar.is-primary .navbar-start > a.navbar-item:hover {
            background-color: #3166ce;
            color: #fff
        }

        .navbar.is-primary .navbar-end .navbar-link::after, .navbar.is-primary .navbar-start .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #3166ce;
        color: #fff
    }

    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #4675d3;
        color: #fff
    }
}

.navbar.is-secondary {
    background-color: #6037b3;
    color: #fff
}

    .navbar.is-secondary .navbar-brand .navbar-link, .navbar.is-secondary .navbar-brand > .navbar-item {
        color: #fff
    }

        .navbar.is-secondary .navbar-brand .navbar-link.is-active, .navbar.is-secondary .navbar-brand .navbar-link:hover, .navbar.is-secondary .navbar-brand > a.navbar-item.is-active, .navbar.is-secondary .navbar-brand > a.navbar-item:hover {
            background-color: #56319f;
            color: #fff
        }

        .navbar.is-secondary .navbar-brand .navbar-link::after {
            border-color: #fff
        }

@media screen and (min-width:1024px) {
    .navbar.is-secondary .navbar-end .navbar-link, .navbar.is-secondary .navbar-end > .navbar-item, .navbar.is-secondary .navbar-start .navbar-link, .navbar.is-secondary .navbar-start > .navbar-item {
        color: #fff
    }

        .navbar.is-secondary .navbar-end .navbar-link.is-active, .navbar.is-secondary .navbar-end .navbar-link:hover, .navbar.is-secondary .navbar-end > a.navbar-item.is-active, .navbar.is-secondary .navbar-end > a.navbar-item:hover, .navbar.is-secondary .navbar-start .navbar-link.is-active, .navbar.is-secondary .navbar-start .navbar-link:hover, .navbar.is-secondary .navbar-start > a.navbar-item.is-active, .navbar.is-secondary .navbar-start > a.navbar-item:hover {
            background-color: #56319f;
            color: #fff
        }

        .navbar.is-secondary .navbar-end .navbar-link::after, .navbar.is-secondary .navbar-start .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-secondary .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-secondary .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #56319f;
        color: #fff
    }

    .navbar.is-secondary .navbar-dropdown a.navbar-item.is-active {
        background-color: #6037b3;
        color: #fff
    }
}

.navbar.is-link {
    background-color: #4372d6;
    color: #fff
}

    .navbar.is-link .navbar-brand .navbar-link, .navbar.is-link .navbar-brand > .navbar-item {
        color: #fff
    }

        .navbar.is-link .navbar-brand .navbar-link.is-active, .navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, .navbar.is-link .navbar-brand > a.navbar-item:hover {
            background-color: #2e62d1;
            color: #fff
        }

        .navbar.is-link .navbar-brand .navbar-link::after {
            border-color: #fff
        }

@media screen and (min-width:1024px) {
    .navbar.is-link .navbar-end .navbar-link, .navbar.is-link .navbar-end > .navbar-item, .navbar.is-link .navbar-start .navbar-link, .navbar.is-link .navbar-start > .navbar-item {
        color: #fff
    }

        .navbar.is-link .navbar-end .navbar-link.is-active, .navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-end > a.navbar-item.is-active, .navbar.is-link .navbar-end > a.navbar-item:hover, .navbar.is-link .navbar-start .navbar-link.is-active, .navbar.is-link .navbar-start .navbar-link:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, .navbar.is-link .navbar-start > a.navbar-item:hover {
            background-color: #2e62d1;
            color: #fff
        }

        .navbar.is-link .navbar-end .navbar-link::after, .navbar.is-link .navbar-start .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #2e62d1;
        color: #fff
    }

    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #4372d6;
        color: #fff
    }
}

.navbar.is-info {
    background-color: #209cee;
    color: #fff
}

    .navbar.is-info .navbar-brand .navbar-link, .navbar.is-info .navbar-brand > .navbar-item {
        color: #fff
    }

        .navbar.is-info .navbar-brand .navbar-link.is-active, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, .navbar.is-info .navbar-brand > a.navbar-item:hover {
            background-color: #118fe4;
            color: #fff
        }

        .navbar.is-info .navbar-brand .navbar-link::after {
            border-color: #fff
        }

@media screen and (min-width:1024px) {
    .navbar.is-info .navbar-end .navbar-link, .navbar.is-info .navbar-end > .navbar-item, .navbar.is-info .navbar-start .navbar-link, .navbar.is-info .navbar-start > .navbar-item {
        color: #fff
    }

        .navbar.is-info .navbar-end .navbar-link.is-active, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-end > a.navbar-item.is-active, .navbar.is-info .navbar-end > a.navbar-item:hover, .navbar.is-info .navbar-start .navbar-link.is-active, .navbar.is-info .navbar-start .navbar-link:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, .navbar.is-info .navbar-start > a.navbar-item:hover {
            background-color: #118fe4;
            color: #fff
        }

        .navbar.is-info .navbar-end .navbar-link::after, .navbar.is-info .navbar-start .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #118fe4;
        color: #fff
    }

    .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #209cee;
        color: #fff
    }
}

.navbar.is-success {
    background-color: #23d160;
    color: #fff
}

    .navbar.is-success .navbar-brand .navbar-link, .navbar.is-success .navbar-brand > .navbar-item {
        color: #fff
    }

        .navbar.is-success .navbar-brand .navbar-link.is-active, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, .navbar.is-success .navbar-brand > a.navbar-item:hover {
            background-color: #20bc56;
            color: #fff
        }

        .navbar.is-success .navbar-brand .navbar-link::after {
            border-color: #fff
        }

@media screen and (min-width:1024px) {
    .navbar.is-success .navbar-end .navbar-link, .navbar.is-success .navbar-end > .navbar-item, .navbar.is-success .navbar-start .navbar-link, .navbar.is-success .navbar-start > .navbar-item {
        color: #fff
    }

        .navbar.is-success .navbar-end .navbar-link.is-active, .navbar.is-success .navbar-end .navbar-link:hover, .navbar.is-success .navbar-end > a.navbar-item.is-active, .navbar.is-success .navbar-end > a.navbar-item:hover, .navbar.is-success .navbar-start .navbar-link.is-active, .navbar.is-success .navbar-start .navbar-link:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, .navbar.is-success .navbar-start > a.navbar-item:hover {
            background-color: #20bc56;
            color: #fff
        }

        .navbar.is-success .navbar-end .navbar-link::after, .navbar.is-success .navbar-start .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #20bc56;
        color: #fff
    }

    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #23d160;
        color: #fff
    }
}

.navbar.is-warning {
    background-color: #ffdd57;
    color: rgba(0,0,0,.7)
}

    .navbar.is-warning .navbar-brand .navbar-link, .navbar.is-warning .navbar-brand > .navbar-item {
        color: rgba(0,0,0,.7)
    }

        .navbar.is-warning .navbar-brand .navbar-link.is-active, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, .navbar.is-warning .navbar-brand > a.navbar-item:hover {
            background-color: #ffd83d;
            color: rgba(0,0,0,.7)
        }

        .navbar.is-warning .navbar-brand .navbar-link::after {
            border-color: rgba(0,0,0,.7)
        }

@media screen and (min-width:1024px) {
    .navbar.is-warning .navbar-end .navbar-link, .navbar.is-warning .navbar-end > .navbar-item, .navbar.is-warning .navbar-start .navbar-link, .navbar.is-warning .navbar-start > .navbar-item {
        color: rgba(0,0,0,.7)
    }

        .navbar.is-warning .navbar-end .navbar-link.is-active, .navbar.is-warning .navbar-end .navbar-link:hover, .navbar.is-warning .navbar-end > a.navbar-item.is-active, .navbar.is-warning .navbar-end > a.navbar-item:hover, .navbar.is-warning .navbar-start .navbar-link.is-active, .navbar.is-warning .navbar-start .navbar-link:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, .navbar.is-warning .navbar-start > a.navbar-item:hover {
            background-color: #ffd83d;
            color: rgba(0,0,0,.7)
        }

        .navbar.is-warning .navbar-end .navbar-link::after, .navbar.is-warning .navbar-start .navbar-link::after {
            border-color: rgba(0,0,0,.7)
        }

    .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #ffd83d;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffdd57;
        color: rgba(0,0,0,.7)
    }
}

.navbar.is-danger {
    background-color: #ff3860;
    color: #fff
}

    .navbar.is-danger .navbar-brand .navbar-link, .navbar.is-danger .navbar-brand > .navbar-item {
        color: #fff
    }

        .navbar.is-danger .navbar-brand .navbar-link.is-active, .navbar.is-danger .navbar-brand .navbar-link:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, .navbar.is-danger .navbar-brand > a.navbar-item:hover {
            background-color: #ff1f4b;
            color: #fff
        }

        .navbar.is-danger .navbar-brand .navbar-link::after {
            border-color: #fff
        }

@media screen and (min-width:1024px) {
    .navbar.is-danger .navbar-end .navbar-link, .navbar.is-danger .navbar-end > .navbar-item, .navbar.is-danger .navbar-start .navbar-link, .navbar.is-danger .navbar-start > .navbar-item {
        color: #fff
    }

        .navbar.is-danger .navbar-end .navbar-link.is-active, .navbar.is-danger .navbar-end .navbar-link:hover, .navbar.is-danger .navbar-end > a.navbar-item.is-active, .navbar.is-danger .navbar-end > a.navbar-item:hover, .navbar.is-danger .navbar-start .navbar-link.is-active, .navbar.is-danger .navbar-start .navbar-link:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, .navbar.is-danger .navbar-start > a.navbar-item:hover {
            background-color: #ff1f4b;
            color: #fff
        }

        .navbar.is-danger .navbar-end .navbar-link::after, .navbar.is-danger .navbar-start .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #ff1f4b;
        color: #fff
    }

    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #ff3860;
        color: #fff
    }
}

.navbar > .sgds-container {
    align-items: stretch;
    display: flex;
    min-height: 6.25rem;
    width: 100%
}

.navbar.has-shadow {
    box-shadow: 0 2px 3px rgba(10,10,10,.1)
}

.navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30
}

.navbar.is-fixed-bottom {
    bottom: 0
}

    .navbar.is-fixed-bottom.has-shadow {
        box-shadow: 0 -2px 3px rgba(10,10,10,.1)
    }

.navbar.is-fixed-top {
    top: 0
}

html.has-navbar-fixed-top {
    padding-top: 6.25rem
}

html.has-navbar-fixed-bottom {
    padding-bottom: 6.25rem
}

.navbar-brand, .navbar-tabs {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 6.25rem
}

.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden
}

.navbar-burger {
    cursor: pointer;
    display: block;
    height: 6.25rem;
    position: relative;
    width: 6.25rem;
    margin-left: auto
}

    .navbar-burger span {
        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) {
            top: calc(50% - 6px)
        }

        .navbar-burger span:nth-child(2) {
            top: calc(50% - 1px)
        }

        .navbar-burger span:nth-child(3) {
            top: calc(50% + 4px)
        }

    .navbar-burger:hover {
        background-color: rgba(0,0,0,.05)
    }

    .navbar-burger.is-active span:nth-child(1) {
        transform: translateY(5px) rotate(45deg)
    }

    .navbar-burger.is-active span:nth-child(2) {
        opacity: 0
    }

    .navbar-burger.is-active span:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg)
    }

.navbar-menu {
    display: none
}

.navbar-item, .navbar-link {
    color: #484848;
    display: block;
    line-height: 1.5;
    padding: .5rem .5rem;
    position: relative
}

a.navbar-item.is-active, a.navbar-item:hover, a.navbar-link.is-active, a.navbar-link:hover {
    background-color: #f5f5f5;
    color: #6037b3
}

a.navbar-item.is-active, a.navbar-link.is-active {
    color: #6037b3 !important;
    border-bottom: 2px solid #6037b3
}

.navbar-item {
    flex-grow: 0;
    flex-shrink: 0
}

    .navbar-item img {
        max-height: 2.5rem
    }

    .navbar-item.is-mega {
        position: static
    }

    .navbar-item.has-dropdown {
        padding: 0
    }

    .navbar-item.is-expanded {
        flex-grow: 1;
        flex-shrink: 1
    }

    .navbar-item.is-tab {
        border-bottom: 1px solid transparent;
        min-height: 6.25rem;
        padding-bottom: calc(.5rem - 1px)
    }

        .navbar-item.is-tab:hover {
            background-color: transparent;
            border-bottom-color: #4372d6
        }

        .navbar-item.is-tab.is-active {
            background-color: transparent;
            border-bottom-color: #4372d6;
            border-bottom-style: solid;
            border-bottom-width: 3px;
            color: #4372d6;
            padding-bottom: calc(.5rem - 3px)
        }

.navbar-content {
    flex-grow: 1;
    flex-shrink: 1
}

.navbar-link h6 {
    font-weight: 600
}

.navbar-dropdown {
    font-size: .875rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

    .navbar-dropdown .navbar-item {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

.navbar-divider {
    background-color: #d6d6d6;
    border: none;
    display: none;
    height: 1px;
    margin: .5rem 0
}

.is-title {
    color: #6037b3;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #f0f0f0
}

@media screen and (max-width:1023px) {
    .navbar > .sgds-container {
        display: block
    }

    .navbar-brand .navbar-item, .navbar-tabs .navbar-item {
        align-items: center;
        display: flex
    }

    .navbar-menu {
        background-color: #fff;
        box-shadow: 0 8px 16px rgba(10,10,10,.1);
        padding: .5rem 0
    }

        .navbar-menu.is-active {
            display: block
        }

    .navbar-item.is-mega .has-dropdown::after {
        right: 1.125em
    }

    .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-touch {
        bottom: 0
    }

        .navbar.is-fixed-bottom-touch.has-shadow {
            box-shadow: 0 -2px 3px rgba(10,10,10,.1)
        }

    .navbar.is-fixed-top-touch {
        top: 0
    }

        .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
            -webkit-overflow-scrolling: touch;
            max-height: calc(100vh - 6.25rem);
            overflow: auto
        }

    html.has-navbar-fixed-top-touch {
        padding-top: 6.25rem
    }

    html.has-navbar-fixed-bottom-touch {
        padding-bottom: 6.25rem
    }
}

@media screen and (min-width:1024px) {
    .masthead-offset-top {
        padding-top: 128px
    }

    .masthead-container {
        background-color: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 900;
        transition: top .5s;
        box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
    }

    .navbar, .navbar-end, .navbar-menu, .navbar-start {
        align-items: stretch;
        display: flex
    }

    .navbar {
        min-height: 6.25rem
    }

        .navbar.is-transparent a.navbar-item.is-active, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-link.is-active, .navbar.is-transparent a.navbar-link:hover {
            background-color: transparent !important
        }

        .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
            background-color: transparent !important
        }

        .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
            background-color: #f5f5f5;
            color: #4675d3
        }

        .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
            background-color: #f5f5f5;
            color: #4372d6
        }

    .navbar-burger {
        display: none
    }

    .navbar-item, .navbar-link {
        align-items: center;
        display: flex
    }

        .navbar-item.has-dropdown {
            align-items: stretch
        }

        .navbar-item.is-mega .has-dropdown::after {
            right: 0
        }

        .navbar-item.has-dropdown-up .navbar-link::after {
            transform: rotate(135deg) translate(.25em,-.25em)
        }

        .navbar-item.has-dropdown-up .navbar-dropdown {
            border-bottom: 1px solid #d6d6d6;
            border-radius: 5px 5px 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, .navbar-item.is-hoverable:hover .navbar-dropdown {
            display: block
        }

            .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
                opacity: 1;
                pointer-events: auto;
                transform: translateY(0)
            }

    .navbar-menu {
        flex-grow: 1;
        flex-shrink: initial;
        flex-wrap: wrap
    }

    .navbar-start {
        justify-content: flex-start;
        margin-right: auto
    }

    .navbar-end {
        justify-content: flex-end;
        margin-left: auto
    }

    .navbar-dropdown {
        background-color: #fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: 1px solid #d6d6d6;
        box-shadow: 0 8px 8px rgba(10,10,10,.1);
        display: none;
        font-size: .875rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 100%;
        z-index: 20
    }

        .navbar-dropdown .navbar-item {
            padding: .375rem 1rem;
            white-space: nowrap
        }

        .navbar-dropdown a.navbar-item {
            padding-right: 3rem
        }

            .navbar-dropdown a.navbar-item:hover {
                background-color: #f5f5f5;
                color: #4675d3
            }

            .navbar-dropdown a.navbar-item.is-active {
                background-color: #f5f5f5;
                color: #4372d6
            }

        .navbar-dropdown.is-boxed {
            border-radius: 5px;
            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 {
            left: auto;
            right: 0
        }

    .navbar-divider {
        display: block
    }

    .navbar > .sgds-container .navbar-brand, .sgds-container > .navbar .navbar-brand {
        margin-left: -.5rem
    }

    .navbar > .sgds-container .navbar-menu, .sgds-container > .navbar .navbar-menu {
        margin-right: -.5rem
    }

    .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-desktop {
        bottom: 0
    }

        .navbar.is-fixed-bottom-desktop.has-shadow {
            box-shadow: 0 -2px 3px rgba(10,10,10,.1)
        }

    .navbar.is-fixed-top-desktop {
        top: 0
    }

    html.has-navbar-fixed-top-desktop {
        padding-top: 6.25rem
    }

    html.has-navbar-fixed-bottom-desktop {
        padding-bottom: 6.25rem
    }

    a.navbar-item.is-active, a.navbar-link.is-active {
        color: #0a0a0a
    }

        a.navbar-item.is-active:not(:hover), a.navbar-link.is-active:not(:hover) {
            background-color: transparent
        }

    .navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #f5f5f5
    }
}

.sgds-notification {
    background-color: #f5f5f5;
    border-radius: 0;
    padding: .9375rem;
    width: 100%;
    z-index: 2
}

    .sgds-notification:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .sgds-notification.is-pos-abs {
        position: absolute
    }

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

    .sgds-notification strong {
        color: currentColor
    }

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

        .sgds-notification pre code {
            background: 0 0
        }

    .sgds-notification > .delete {
        position: absolute;
        right: .5rem;
        top: 1rem;
        font-size: 1.5rem;
        background-color: transparent;
        color: #fff;
        border: 0
    }

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

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

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

    .sgds-notification.is-light {
        background-color: #f5f5f5;
        color: #323232
    }

    .sgds-notification.is-dark {
        background-color: #323232;
        color: #f5f5f5
    }

    .sgds-notification.is-primary {
        background-color: #4675d3;
        color: #fff
    }

    .sgds-notification.is-secondary {
        background-color: #6037b3;
        color: #fff
    }

    .sgds-notification.is-link {
        background-color: #4372d6;
        color: #fff
    }

    .sgds-notification.is-info {
        background-color: #209cee;
        color: #fff
    }

    .sgds-notification.is-success {
        background-color: #23d160;
        color: #fff
    }

    .sgds-notification.is-warning {
        background-color: #ffdd57;
        color: rgba(0,0,0,.7)
    }

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

.sgds-notification-flex.field {
    justify-content: space-between;
    align-items: center
}

.block:not(:last-child) {
    margin-bottom: 1.5rem
}

.delete {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10,10,10,.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    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:after, .delete: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:before {
        height: 2px;
        width: 50%
    }

    .delete:after {
        height: 50%;
        width: 2px
    }

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

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

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

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

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

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

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

    .highlight:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .highlight pre {
        overflow: auto;
        max-width: 100%
    }

.loader {
    animation: spinAround .5s infinite linear;
    border: 2px solid #d6d6d6;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

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

.sgds-section.is-small.sgds-section-pagetitle {
    background-color: #6037b3
}

.sgds-pagination {
    font-size: 1rem;
    margin: -.25rem
}

    .sgds-pagination.is-small {
        font-size: .75rem
    }

    .sgds-pagination.is-medium {
        font-size: 1.375rem
    }

    .sgds-pagination.is-large {
        font-size: 1.5rem
    }

    .sgds-pagination.is-rounded .sgds-pagination-next, .sgds-pagination.is-rounded .sgds-pagination-previous {
        padding-left: 1em;
        padding-right: 1em;
        border-radius: 290486px
    }

    .sgds-pagination.is-rounded .sgds-pagination-link {
        border-radius: 290486px
    }

.sgds-pagination, .sgds-pagination-list {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.sgds-pagination-ellipsis, .sgds-pagination-link, .sgds-pagination-next, .sgds-pagination-previous {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.375em - 1px);
    padding-left: calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1em;
    padding-left: .5em;
    padding-right: .5em;
    justify-content: center;
    margin: .25rem;
    text-align: center
}

    .sgds-pagination-ellipsis.is-active, .sgds-pagination-ellipsis.is-focused, .sgds-pagination-ellipsis:active, .sgds-pagination-ellipsis:focus, .sgds-pagination-link.is-active, .sgds-pagination-link.is-focused, .sgds-pagination-link:active, .sgds-pagination-link:focus, .sgds-pagination-next.is-active, .sgds-pagination-next.is-focused, .sgds-pagination-next:active, .sgds-pagination-next:focus, .sgds-pagination-previous.is-active, .sgds-pagination-previous.is-focused, .sgds-pagination-previous:active, .sgds-pagination-previous:focus {
        outline: 0
    }

    .sgds-pagination-ellipsis[disabled], .sgds-pagination-link[disabled], .sgds-pagination-next[disabled], .sgds-pagination-previous[disabled] {
        cursor: not-allowed
    }

.sgds-pagination-link, .sgds-pagination-next, .sgds-pagination-previous {
    border-color: #f0f0f0;
    color: #323232;
    min-width: 2.25em
}

    .sgds-pagination-link:hover, .sgds-pagination-next:hover, .sgds-pagination-previous:hover {
        border-color: #d6d6d6;
        color: #3a79ff
    }

    .sgds-pagination-link:focus, .sgds-pagination-next:focus, .sgds-pagination-previous:focus {
        border-color: #4372d6
    }

    .sgds-pagination-link:active, .sgds-pagination-next:active, .sgds-pagination-previous:active {
        box-shadow: inset 0 1px 2px rgba(10,10,10,.2)
    }

    .sgds-pagination-link[disabled], .sgds-pagination-next[disabled], .sgds-pagination-previous[disabled] {
        background-color: #f0f0f0;
        border-color: #f0f0f0;
        box-shadow: none;
        color: #767676;
        opacity: .5
    }

.sgds-pagination-next, .sgds-pagination-previous {
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.sgds-pagination-link.is-current {
    background-color: #4372d6;
    border-color: #4372d6;
    color: #fff
}

.sgds-pagination-ellipsis {
    color: #d6d6d6;
    pointer-events: none
}

.sgds-pagination-list {
    flex-wrap: wrap
}

@media screen and (max-width:768px) {
    .sgds .sgds-pagination {
        flex-wrap: wrap
    }

    .sgds .sgds-pagination-next, .sgds .sgds-pagination-previous {
        flex-grow: 1;
        flex-shrink: 1
    }

    .sgds .sgds-pagination-list li {
        flex-grow: 1;
        flex-shrink: 1
    }
}

@media screen and (min-width:769px),print {
    .sgds .sgds-pagination-list {
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: flex-start;
        order: 1
    }

    .sgds .sgds-pagination-previous {
        order: 2
    }

    .sgds .sgds-pagination-next {
        order: 3
    }

    .sgds .sgds-pagination {
        justify-content: space-between
    }

        .sgds .sgds-pagination.is-centered .sgds-pagination-previous {
            order: 1
        }

        .sgds .sgds-pagination.is-centered .sgds-pagination-list {
            justify-content: center;
            order: 2
        }

        .sgds .sgds-pagination.is-centered .sgds-pagination-next {
            order: 3
        }

        .sgds .sgds-pagination.is-right .sgds-pagination-previous {
            order: 1
        }

        .sgds .sgds-pagination.is-right .sgds-pagination-next {
            order: 2
        }

        .sgds .sgds-pagination.is-right .sgds-pagination-list {
            justify-content: flex-end;
            order: 3
        }
}

.pagination {
    text-align: center;
    vertical-align: middle;
    text-decoration: none
}

    .pagination span {
        width: 3rem;
        line-height: 3rem;
        border: 1px solid #d6d6d6;
        display: inline-block;
        margin: 0 .25rem;
        color: #484848;
        font-size: 17px
    }

        .pagination span:hover {
            background-color: inherit;
            border: 1px solid #6037b3;
            color: #6037b3
        }

        .pagination span.selected-page:hover {
            background-color: #6037b3;
            color: #fff;
            border: 1px solid #6037b3
        }

        .pagination span.sgds-icon-disabled:hover {
            background-color: #fff;
            color: #d6d6d6;
            border: 1px solid #d6d6d6
        }

        .pagination span.sgds-icon {
            padding: 0 3rem 0 2rem;
            margin: 0 .75rem
        }

    .pagination .selected-page {
        background-color: #6037b3;
        color: #fff;
        border: 1px solid #6037b3
    }

    .pagination .sgds-icon-disabled {
        color: #d6d6d6
    }

.sgds-panel {
    font-size: 1rem
}

    .sgds-panel:not(:last-child) {
        margin-bottom: 1.5rem
    }

.sgds-panel-block, .sgds-panel-heading, .sgds-panel-tabs {
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6
}

    .sgds-panel-block:first-child, .sgds-panel-heading:first-child, .sgds-panel-tabs:first-child {
        border-top: 1px solid #d6d6d6
    }

.sgds-panel-heading {
    background-color: #f5f5f5;
    border-radius: 0;
    color: #323232;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.25;
    padding: .5em .75em
}

.sgds-panel-tabs {
    align-items: flex-end;
    display: flex;
    font-size: .875em;
    justify-content: center
}

    .sgds-panel-tabs a {
        border-bottom: 1px solid #d6d6d6;
        margin-bottom: -1px;
        padding: .5em
    }

        .sgds-panel-tabs a.is-active {
            border-bottom-color: #484848;
            color: #323232
        }

.sgds-panel-list a {
    color: #484848
}

    .sgds-panel-list a:hover {
        color: #4372d6
    }

.sgds-panel-block {
    align-items: center;
    color: #323232;
    display: flex;
    justify-content: flex-start;
    padding: .5em .75em
}

    .sgds-panel-block input[type=checkbox] {
        margin-right: .75em
    }

    .sgds-panel-block > .control {
        flex-grow: 1;
        flex-shrink: 1;
        width: 100%
    }

    .sgds-panel-block.is-wrapped {
        flex-wrap: wrap
    }

    .sgds-panel-block.is-active {
        border-left-color: #4372d6;
        color: #323232
    }

        .sgds-panel-block.is-active .sgds-panel-icon {
            color: #4372d6
        }

.sgds a.sgds-panel-block, .sgds label.sgds-panel-block {
    cursor: pointer
}

    .sgds a.sgds-panel-block:hover, .sgds label.sgds-panel-block:hover {
        background-color: #f5f5f5
    }

.sgds-panel-icon {
    display: inline-block;
    font-size: 14px;
    height: 1em;
    line-height: 1em;
    text-align: center;
    vertical-align: top;
    width: 1em;
    color: #767676;
    margin-right: .75em
}

    .sgds-panel-icon .fa {
        font-size: inherit;
        line-height: inherit
    }

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

    .sgds-progress:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .sgds-progress::-webkit-progress-bar {
        background-color: #d6d6d6
    }

    .sgds-progress::-webkit-progress-value {
        background-color: #484848
    }

    .sgds-progress::-moz-progress-bar {
        background-color: #484848
    }

    .sgds-progress::-ms-fill {
        background-color: #484848;
        border: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .sgds-progress.is-primary::-webkit-progress-value {
        background-color: #4675d3
    }

    .sgds-progress.is-primary::-moz-progress-bar {
        background-color: #4675d3
    }

    .sgds-progress.is-primary::-ms-fill {
        background-color: #4675d3
    }

    .sgds-progress.is-secondary::-webkit-progress-value {
        background-color: #6037b3
    }

    .sgds-progress.is-secondary::-moz-progress-bar {
        background-color: #6037b3
    }

    .sgds-progress.is-secondary::-ms-fill {
        background-color: #6037b3
    }

    .sgds-progress.is-link::-webkit-progress-value {
        background-color: #4372d6
    }

    .sgds-progress.is-link::-moz-progress-bar {
        background-color: #4372d6
    }

    .sgds-progress.is-link::-ms-fill {
        background-color: #4372d6
    }

    .sgds-progress.is-info::-webkit-progress-value {
        background-color: #209cee
    }

    .sgds-progress.is-info::-moz-progress-bar {
        background-color: #209cee
    }

    .sgds-progress.is-info::-ms-fill {
        background-color: #209cee
    }

    .sgds-progress.is-success::-webkit-progress-value {
        background-color: #23d160
    }

    .sgds-progress.is-success::-moz-progress-bar {
        background-color: #23d160
    }

    .sgds-progress.is-success::-ms-fill {
        background-color: #23d160
    }

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

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

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

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

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

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

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

    .sgds-progress.is-medium {
        height: 1.375rem
    }

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

.search-content {
    line-height: 1.5em
}

    .search-content a {
        text-decoration: underline
    }

    .search-content .permalink {
        color: #767676
    }

    .search-content p:last-child {
        margin-bottom: .8rem
    }

.sgds-section.sgds-section-pagetitle.search-section {
    padding-top: 60px;
    padding-bottom: 60px
}

    .sgds-section.sgds-section-pagetitle.search-section nav.sgds-breadcrumb {
        margin-bottom: -5px
    }

    .sgds-section.sgds-section-pagetitle.search-section #search-title {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .sgds-section.sgds-section-pagetitle.search-section #search-container {
        padding-top: 24px;
        padding-bottom: 24px
    }

.search-bar.sgds-icon.sgds-icon-search {
    top: 14px;
    display: block;
    visibility: initial
}

.sgds-sec-button {
    display: block;
    text-transform: uppercase;
    color: #6037b3;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 1.5px;
    margin: 15px 0
}

    .sgds-sec-button.is-small {
        font-size: .875rem
    }

    .sgds-sec-button.is-large {
        font-size: 1.2rem
    }

    .sgds-sec-button.is-active {
        text-decoration: underline
    }

    .sgds-sec-button span {
        margin-right: .8rem;
        border-bottom: 2px solid #6037b3
    }

    .sgds-sec-button:hover span {
        border-color: #4b2b8c
    }

    .sgds-sec-button i {
        font-size: 1rem
    }

    .sgds-sec-button.is-white {
        color: #fff
    }

        .sgds-sec-button.is-white span {
            border-color: #fff
        }

        .sgds-sec-button.is-white:hover {
            color: #e6e6e6
        }

            .sgds-sec-button.is-white:hover span {
                border-color: #e6e6e6
            }

    .sgds-sec-button.is-black {
        color: #0a0a0a
    }

        .sgds-sec-button.is-black span {
            border-color: #0a0a0a
        }

        .sgds-sec-button.is-black:hover {
            color: #000
        }

            .sgds-sec-button.is-black:hover span {
                border-color: #000
            }

    .sgds-sec-button.is-light {
        color: #f5f5f5
    }

        .sgds-sec-button.is-light span {
            border-color: #f5f5f5
        }

        .sgds-sec-button.is-light:hover {
            color: #dbdbdb
        }

            .sgds-sec-button.is-light:hover span {
                border-color: #dbdbdb
            }

    .sgds-sec-button.is-dark {
        color: #323232
    }

        .sgds-sec-button.is-dark span {
            border-color: #323232
        }

        .sgds-sec-button.is-dark:hover {
            color: #191919
        }

            .sgds-sec-button.is-dark:hover span {
                border-color: #191919
            }

    .sgds-sec-button.is-primary {
        color: #4675d3
    }

        .sgds-sec-button.is-primary span {
            border-color: #4675d3
        }

        .sgds-sec-button.is-primary:hover {
            color: #2c5bba
        }

            .sgds-sec-button.is-primary:hover span {
                border-color: #2c5bba
            }

    .sgds-sec-button.is-secondary {
        color: #6037b3
    }

        .sgds-sec-button.is-secondary span {
            border-color: #6037b3
        }

        .sgds-sec-button.is-secondary:hover {
            color: #4b2b8c
        }

            .sgds-sec-button.is-secondary:hover span {
                border-color: #4b2b8c
            }

    .sgds-sec-button.is-link {
        color: #4372d6
    }

        .sgds-sec-button.is-link span {
            border-color: #4372d6
        }

        .sgds-sec-button.is-link:hover {
            color: #2958bd
        }

            .sgds-sec-button.is-link:hover span {
                border-color: #2958bd
            }

    .sgds-sec-button.is-info {
        color: #209cee
    }

        .sgds-sec-button.is-info span {
            border-color: #209cee
        }

        .sgds-sec-button.is-info:hover {
            color: #0f81cc
        }

            .sgds-sec-button.is-info:hover span {
                border-color: #0f81cc
            }

    .sgds-sec-button.is-success {
        color: #23d160
    }

        .sgds-sec-button.is-success span {
            border-color: #23d160
        }

        .sgds-sec-button.is-success:hover {
            color: #1ca64c
        }

            .sgds-sec-button.is-success:hover span {
                border-color: #1ca64c
            }

    .sgds-sec-button.is-warning {
        color: #ffdd57
    }

        .sgds-sec-button.is-warning span {
            border-color: #ffdd57
        }

        .sgds-sec-button.is-warning:hover {
            color: #ffd324
        }

            .sgds-sec-button.is-warning:hover span {
                border-color: #ffd324
            }

    .sgds-sec-button.is-danger {
        color: #ff3860
    }

        .sgds-sec-button.is-danger span {
            border-color: #ff3860
        }

        .sgds-sec-button.is-danger:hover {
            color: #ff0537
        }

            .sgds-sec-button.is-danger:hover span {
                border-color: #ff0537
            }

    .sgds-sec-button .sgds-icon {
        text-decoration: none
    }

.content .sgds-sec-button {
    text-decoration: none;
    color: #6037b3
}

.sgds-table {
    background-color: #fff;
    color: #323232;
    margin-bottom: 1.5rem
}

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

        .sgds-table td.is-white, .sgds-table th.is-white {
            background-color: #fff;
            border-color: #fff;
            color: #0a0a0a
        }

        .sgds-table td.is-black, .sgds-table th.is-black {
            background-color: #0a0a0a;
            border-color: #0a0a0a;
            color: #fff
        }

        .sgds-table td.is-light, .sgds-table th.is-light {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            color: #323232
        }

        .sgds-table td.is-dark, .sgds-table th.is-dark {
            background-color: #323232;
            border-color: #323232;
            color: #f5f5f5
        }

        .sgds-table td.is-primary, .sgds-table th.is-primary {
            background-color: #4675d3;
            border-color: #4675d3;
            color: #fff
        }

        .sgds-table td.is-secondary, .sgds-table th.is-secondary {
            background-color: #6037b3;
            border-color: #6037b3;
            color: #fff
        }

        .sgds-table td.is-link, .sgds-table th.is-link {
            background-color: #4372d6;
            border-color: #4372d6;
            color: #fff
        }

        .sgds-table td.is-info, .sgds-table th.is-info {
            background-color: #209cee;
            border-color: #209cee;
            color: #fff
        }

        .sgds-table td.is-success, .sgds-table th.is-success {
            background-color: #23d160;
            border-color: #23d160;
            color: #fff
        }

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

        .sgds-table td.is-danger, .sgds-table th.is-danger {
            background-color: #ff3860;
            border-color: #ff3860;
            color: #fff
        }

        .sgds-table td.is-narrow, .sgds-table th.is-narrow {
            white-space: nowrap;
            width: 1%
        }

        .sgds-table td.is-selected, .sgds-table th.is-selected {
            background-color: #4675d3;
            color: #fff
        }

            .sgds-table td.is-selected a, .sgds-table td.is-selected strong, .sgds-table th.is-selected a, .sgds-table th.is-selected strong {
                color: currentColor
            }

    .sgds-table th {
        color: #323232;
        text-align: left
    }

    .sgds-table tr.is-selected {
        background-color: #4675d3;
        color: #fff
    }

        .sgds-table tr.is-selected a, .sgds-table tr.is-selected strong {
            color: currentColor
        }

        .sgds-table tr.is-selected td, .sgds-table tr.is-selected th {
            border-color: #fff;
            color: currentColor
        }

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

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

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

    .sgds-table.is-bordered td, .sgds-table.is-bordered th {
        border-width: 1px
    }

    .sgds-table.is-bordered tr:last-child td, .sgds-table.is-bordered tr:last-child th {
        border-bottom-width: 1px
    }

    .sgds-table.is-fullwidth {
        width: 100%
    }

    .sgds-table.is-hoverable tbody tr:not(.is-selected):hover {
        background-color: #fafafa
    }

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

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

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

.sgds-tabs {
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: stretch;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}

    .sgds-tabs:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .sgds-tabs a {
        align-items: center;
        border-bottom-color: #d6d6d6;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        color: #484848;
        display: flex;
        justify-content: center;
        margin-bottom: -1px;
        padding: .5em 1em;
        vertical-align: top
    }

        .sgds-tabs a:hover {
            border-bottom-color: #323232;
            color: #323232
        }

    .sgds-tabs li {
        display: block
    }

        .sgds-tabs li.is-active a {
            border-bottom-color: #4372d6;
            color: #4372d6
        }

    .sgds-tabs ul {
        align-items: center;
        border-bottom-color: #d6d6d6;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        display: flex;
        flex-grow: 1;
        flex-shrink: 0;
        justify-content: flex-start
    }

        .sgds-tabs ul.is-left {
            padding-right: .75em
        }

        .sgds-tabs ul.is-center {
            flex: none;
            justify-content: center;
            padding-left: .75em;
            padding-right: .75em
        }

        .sgds-tabs ul.is-right {
            justify-content: flex-end;
            padding-left: .75em
        }

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

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

    .sgds-tabs.is-centered ul {
        justify-content: center
    }

    .sgds-tabs.is-right ul {
        justify-content: flex-end
    }

    .sgds-tabs.is-boxed a {
        border: 1px solid transparent;
        border-radius: 0
    }

        .sgds-tabs.is-boxed a:hover {
            background-color: #f5f5f5;
            border-bottom-color: #d6d6d6
        }

    .sgds-tabs.is-boxed li.is-active a {
        background-color: #fff;
        border-color: #d6d6d6;
        border-bottom-color: transparent !important
    }

    .sgds-tabs.is-fullwidth li {
        flex-grow: 1;
        flex-shrink: 0
    }

    .sgds-tabs.is-toggle a {
        border-color: #d6d6d6;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 0;
        position: relative
    }

        .sgds-tabs.is-toggle a:hover {
            background-color: #f5f5f5;
            border-color: #6037b3;
            z-index: 2
        }

    .sgds-tabs.is-toggle li + li {
        margin-left: -1px
    }

    .sgds-tabs.is-toggle li:first-child a {
        border-radius: 0
    }

    .sgds-tabs.is-toggle li:last-child a {
        border-radius: 0
    }

    .sgds-tabs.is-toggle li.is-active a {
        background-color: #4372d6;
        border-color: #4372d6;
        color: #fff;
        z-index: 1
    }

    .sgds-tabs.is-toggle ul {
        border-bottom: none
    }

    .sgds-tabs.is-toggle.is-toggle-rounded li:first-child a {
        border-bottom-left-radius: 290486px;
        border-top-left-radius: 290486px;
        padding-left: 1.25em
    }

    .sgds-tabs.is-toggle.is-toggle-rounded li:last-child a {
        border-bottom-right-radius: 290486px;
        border-top-right-radius: 290486px;
        padding-right: 1.25em
    }

    .sgds-tabs.is-small {
        font-size: .75rem
    }

    .sgds-tabs.is-medium {
        font-size: 1.375rem
    }

    .sgds-tabs.is-large {
        font-size: 1.5rem
    }

.sgds-tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

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

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

    .sgds-tags:last-child {
        margin-bottom: -.5rem
    }

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

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

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

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

    .sgds-tags.is-centered {
        justify-content: center
    }

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

    .sgds-tags.is-right {
        justify-content: flex-end
    }

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

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

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

    .sgds-tag:not(body) .delete {
        margin-left: .25em;
        margin-right: -.375em
    }

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

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

    .sgds-tag:not(body).is-light {
        background-color: #f5f5f5;
        color: #323232
    }

    .sgds-tag:not(body).is-dark {
        background-color: #323232;
        color: #f5f5f5
    }

    .sgds-tag:not(body).is-primary {
        background-color: #4675d3;
        color: #fff
    }

    .sgds-tag:not(body).is-secondary {
        background-color: #6037b3;
        color: #fff
    }

    .sgds-tag:not(body).is-link {
        background-color: #4372d6;
        color: #fff
    }

    .sgds-tag:not(body).is-info {
        background-color: #209cee;
        color: #fff
    }

    .sgds-tag:not(body).is-success {
        background-color: #23d160;
        color: #fff
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .subtitle:not(:last-child), .title:not(:last-child) {
        margin-bottom: 1.5rem
    }

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

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

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

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

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

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

    .title + .highlight {
        margin-top: -.75rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sgds-accordion-set + .sgds-accordion-set {
    margin-top: 5px
}

.sgds-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    color: #4675d3;
    background-color: #f0f4f6
}

.content .sgds-accordion-header {
    text-decoration: none;
    margin-bottom: 0
}

.sgds-accordion-header:hover {
    background-color: #d0dde3;
    color: currentColor
}

.sgds-accordion-header.active {
    background-color: #d0dde3
}

.sgds-accordion-body {
    padding: 1rem;
    display: none
}

    .sgds-accordion-body.is-open {
        display: block
    }

leftpanel {
    display: block;
    width: 250px;
    height: 100vh;
    float: left;
    background-color: #2751a5;
    overflow-x: hidden
}

rightpanel {
    display: block;
    width: calc(100vw - $leftpanel-width);
    height: 100vh;
    overflow-y: auto
}

.sgds-side-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #4675d3
}

    .sgds-side-navigation > li {
        position: relative;
        margin: 0;
        padding: 0
    }

        .sgds-side-navigation > li > a {
            padding: 12px 5px 12px 15px;
            display: block;
            border-left: 3px solid transparent;
            color: #fff
        }

            .sgds-side-navigation > li > a > .fa {
                width: 20px
            }

        .sgds-side-navigation > li.active > a, .sgds-side-navigation > li:hover > a {
            color: #fff;
            background: #3e6fd1;
            border-left-color: #3c8dbc
        }

        .sgds-side-navigation > li .badge, .sgds-side-navigation > li .label {
            margin-top: 8px;
            margin-right: 5px
        }

    .sgds-side-navigation li.header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
        color: #98b2e7;
        background: #3669cf
    }

    .sgds-side-navigation li > a > .sgds-icon-chevron-down {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 8px
    }

    .sgds-side-navigation li.active > a > .sgds-icon-chevron-down {
        transform: rotate(180deg)
    }

    .sgds-side-navigation li.active > .submenu {
        display: block
    }

    .sgds-side-navigation a {
        color: #fff;
        text-decoration: none
    }

    .sgds-side-navigation .submenu {
        display: none;
        list-style: none;
        padding-left: 5px;
        margin: 0 1px;
        background: #5b84d8
    }

        .sgds-side-navigation .submenu .submenu {
            padding-left: 20px
        }

        .sgds-side-navigation .submenu > li > a {
            padding: 5px 5px 5px 15px;
            display: block;
            font-size: 14px;
            color: #fff
        }

            .sgds-side-navigation .submenu > li > a > .sgds-icon {
                width: 20px
            }

            .sgds-side-navigation .submenu > li > a > .sgds-icon-chevron-down {
                width: auto
            }

            .sgds-side-navigation .submenu > li.active > a, .sgds-side-navigation .submenu > li > a:hover {
                color: #fff
            }

@font-face {
    font-family: sgds-icons;
    src: url(../fonts/sgds-iconse87b.ttf?742wbr) format("truetype"),url(../fonts/sgds-iconse87b.woff?742wbr) format("woff"),url(../fonts/sgds-iconse87b.svg?742wbr#sgds-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.sgds-icon {
    font-family: sgds-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sgds-icon-breadcrumb:before {
    content: ""
}

.sgds-icon-callout:before {
    content: ""
}

.sgds-icon-hero:before {
    content: ""
}

.sgds-icon-mainnav:before {
    content: ""
}

.sgds-icon-sidenav:before {
    content: ""
}

.sgds-icon-table:before {
    content: ""
}

.sgds-icon-typography:before {
    content: ""
}

.sgds-icon-delete:before {
    content: ""
}

.sgds-icon-grid-alt:before {
    content: ""
}

.sgds-icon-pause-alt:before {
    content: ""
}

.sgds-icon-pause:before {
    content: ""
}

.sgds-icon-pencil:before {
    content: ""
}

.sgds-icon-play-alt:before {
    content: ""
}

.sgds-icon-play:before {
    content: ""
}

.sgds-icon-privacy-alt:before {
    content: ""
}

.sgds-icon-privacy:before {
    content: ""
}

.sgds-icon-signal:before {
    content: ""
}

.sgds-icon-stop:before {
    content: ""
}

.sgds-icon-telephone:before {
    content: ""
}

.sgds-icon-bookmark-alt:before {
    content: ""
}

.sgds-icon-star-alt:before {
    content: ""
}

.sgds-icon-guides:before {
    content: ""
}

.sgds-icon-sentimeter:before {
    content: ""
}

.sgds-icon-sharepoint:before {
    content: ""
}

.sgds-icon-sitecore:before {
    content: ""
}

.sgds-icon-sitefinity:before {
    content: ""
}

.sgds-icon-swiit:before {
    content: ""
}

.sgds-icon-wordpress:before {
    content: ""
}

.sgds-icon-accordion:before {
    content: ""
}

.sgds-icon-button:before {
    content: ""
}

.sgds-icon-card:before {
    content: ""
}

.sgds-icon-checklist:before {
    content: ""
}

.sgds-icon-container:before {
    content: ""
}

.sgds-icon-dropdown:before {
    content: ""
}

.sgds-icon-footer:before {
    content: ""
}

.sgds-icon-grid:before {
    content: ""
}

.sgds-icon-icons:before {
    content: ""
}

.sgds-icon-masthead:before {
    content: ""
}

.sgds-icon-section:before {
    content: ""
}

.sgds-icon-tab:before {
    content: ""
}

.sgds-icon-atom:before {
    content: ""
}

.sgds-icon-molecule:before {
    content: ""
}

.sgds-icon-organism:before {
    content: ""
}

.sgds-icon-page:before {
    content: ""
}

.sgds-icon-template:before {
    content: ""
}

.sgds-icon-add-image:before {
    content: ""
}

.sgds-icon-attachment:before {
    content: ""
}

.sgds-icon-cloud:before {
    content: ""
}

.sgds-icon-contact:before {
    content: ""
}

.sgds-icon-create-folder:before {
    content: ""
}

.sgds-icon-delay:before {
    content: ""
}

.sgds-icon-file-copy:before {
    content: ""
}

.sgds-icon-file-pdf:before {
    content: ""
}

.sgds-icon-folder:before {
    content: ""
}

.sgds-icon-add-photo:before {
    content: ""
}

.sgds-icon-browser:before {
    content: ""
}

.sgds-icon-calculator:before {
    content: ""
}

.sgds-icon-camera:before {
    content: ""
}

.sgds-icon-clock:before {
    content: ""
}

.sgds-icon-cloud-download:before {
    content: ""
}

.sgds-icon-cloud-success:before {
    content: ""
}

.sgds-icon-cloud-upload:before {
    content: ""
}

.sgds-icon-database:before {
    content: ""
}

.sgds-icon-download:before {
    content: ""
}

.sgds-icon-file-add:before {
    content: ""
}

.sgds-icon-file-alt:before {
    content: ""
}

.sgds-icon-file:before {
    content: ""
}

.sgds-icon-hdd:before {
    content: ""
}

.sgds-icon-image:before {
    content: ""
}

.sgds-icon-link:before {
    content: ""
}

.sgds-icon-lock:before {
    content: ""
}

.sgds-icon-mail:before {
    content: ""
}

.sgds-icon-print:before {
    content: ""
}

.sgds-icon-radar:before {
    content: ""
}

.sgds-icon-save:before {
    content: ""
}

.sgds-icon-share:before {
    content: ""
}

.sgds-icon-unlock:before {
    content: ""
}

.sgds-icon-upload:before {
    content: ""
}

.sgds-icon-volume-mute:before {
    content: ""
}

.sgds-icon-volume:before {
    content: ""
}

.sgds-icon-docker:before {
    content: ""
}

.sgds-icon-facebook-alt:before {
    content: ""
}

.sgds-icon-facebook:before {
    content: ""
}

.sgds-icon-google:before {
    content: ""
}

.sgds-icon-instagram:before {
    content: ""
}

.sgds-icon-linkedin-alt:before {
    content: ""
}

.sgds-icon-linkedin:before {
    content: ""
}

.sgds-icon-person-add:before {
    content: ""
}

.sgds-icon-person-cancel:before {
    content: ""
}

.sgds-icon-person-remove:before {
    content: ""
}

.sgds-icon-person:before {
    content: ""
}

.sgds-icon-rss:before {
    content: ""
}

.sgds-icon-thumbs-down:before {
    content: ""
}

.sgds-icon-thumbs-up:before {
    content: ""
}

.sgds-icon-twitter:before {
    content: ""
}

.sgds-icon-youtube:before {
    content: ""
}

.sgds-icon-add-place:before {
    content: ""
}

.sgds-icon-boat:before {
    content: ""
}

.sgds-icon-bus:before {
    content: ""
}

.sgds-icon-car:before {
    content: ""
}

.sgds-icon-layers:before {
    content: ""
}

.sgds-icon-map:before {
    content: ""
}

.sgds-icon-my-location:before {
    content: ""
}

.sgds-icon-place:before {
    content: ""
}

.sgds-icon-taxi:before {
    content: ""
}

.sgds-icon-traffic:before {
    content: ""
}

.sgds-icon-train:before {
    content: ""
}

.sgds-icon-arrow-down:before {
    content: ""
}

.sgds-icon-arrow-left:before {
    content: ""
}

.sgds-icon-arrow-right:before {
    content: ""
}

.sgds-icon-arrow-top-left:before {
    content: ""
}

.sgds-icon-arrow-top-right:before {
    content: ""
}

.sgds-icon-arrow-up:before {
    content: ""
}

.sgds-icon-check:before {
    content: ""
}

.sgds-icon-chevron-down:before {
    content: ""
}

.sgds-icon-chevron-left:before {
    content: ""
}

.sgds-icon-chevron-right:before {
    content: ""
}

.sgds-icon-chevron-up:before {
    content: ""
}

.sgds-icon-cog:before {
    content: ""
}

.sgds-icon-cross:before {
    content: ""
}

.sgds-icon-ellipsis:before {
    content: ""
}

.sgds-icon-home:before {
    content: ""
}

.sgds-icon-menu:before {
    content: ""
}

.sgds-icon-minus:before {
    content: ""
}

.sgds-icon-notification:before {
    content: ""
}

.sgds-icon-plus:before {
    content: ""
}

.sgds-icon-sg-crest:before {
    content: "";
    color: #db0000
}

.sgds-icon-text-center:before {
    content: ""
}

.sgds-icon-text-justify:before {
    content: ""
}

.sgds-icon-text-left:before {
    content: ""
}

.sgds-icon-text-right:before {
    content: ""
}

.sgds-icon-add-comment:before {
    content: ""
}

.sgds-icon-ban:before {
    content: ""
}

.sgds-icon-bookmark:before {
    content: ""
}

.sgds-icon-calendar:before {
    content: ""
}

.sgds-icon-chat:before {
    content: ""
}

.sgds-icon-circle-info:before {
    content: ""
}

.sgds-icon-circle-minus:before {
    content: ""
}

.sgds-icon-circle-plus:before {
    content: ""
}

.sgds-icon-circle-question:before {
    content: ""
}

.sgds-icon-circle-warning:before {
    content: ""
}

.sgds-icon-compress-alt:before {
    content: ""
}

.sgds-icon-compress:before {
    content: ""
}

.sgds-icon-edit:before {
    content: ""
}

.sgds-icon-expand-alt:before {
    content: ""
}

.sgds-icon-expand:before {
    content: ""
}

.sgds-icon-external:before {
    content: ""
}

.sgds-icon-feedback:before {
    content: ""
}

.sgds-icon-filter:before {
    content: ""
}

.sgds-icon-info:before {
    content: ""
}

.sgds-icon-list:before {
    content: ""
}

.sgds-icon-pin:before {
    content: ""
}

.sgds-icon-question:before {
    content: ""
}

.sgds-icon-refresh:before {
    content: ""
}

.sgds-icon-rsvp-no:before {
    content: ""
}

.sgds-icon-rsvp-yes:before {
    content: ""
}

.sgds-icon-search:before {
    content: ""
}

.sgds-icon-slider-horizontal:before {
    content: ""
}

.sgds-icon-slider-vertical:before {
    content: ""
}

.sgds-icon-star:before {
    content: ""
}

.sgds-icon-sync:before {
    content: ""
}

.sgds-icon-toggle-minus:before {
    content: ""
}

.sgds-icon-toggle-off:before {
    content: ""
}

.sgds-icon-toggle-on:before {
    content: ""
}

.sgds-icon-toggle-plus:before {
    content: ""
}

.sgds-icon-triangle-warning:before {
    content: ""
}

.sgds-icon-warning:before {
    content: ""
}

.sgds-icon-zoom-in:before {
    content: ""
}

.sgds-icon-zoom-out:before {
    content: ""
}

#panel1 {
    display: none
}
