:root {
    --font-size-h1-display: 5.25rem;
    --font-size-h1-mobile: 2.75rem;
    --font-size-h1-display-mobile: 3.5rem;
    --font-size-h1: 3.375rem;
    --font-size-h1-lh: 3.75rem;
    --font-size-h2: 2.75rem;
    --font-size-h2-lh: 3.75rem;
    --font-size-h2-mobile: 2rem;
    --font-size-h3: 2rem;
    --font-size-h3-lh: 2.8125rem;
    --font-size-h3-mobile: 1.75rem;
    --font-size-h4: 1.625rem;
    --font-size-h4-lh: 2.25rem;
    --font-size-h4-mobile: 1.5rem;
    --font-size-h5: 1.375rem;
    --font-size-h5-lh: 1.875rem;
    --font-size-h6: 1.3rem;
    --font-size-h6-lh: 1.5rem;
    --font-size-p: 1.125rem;
    --font-size-p-lh: 2rem;
    --font-size-p-lh-content: 2.2rem;
    --font-size-small: 1rem;
    --card-variant-highlight-margin-top: 80px;
    --global-alignment: 1rem;
    --global-alignment-multiplier-xs: 0.25;
    --global-alignment-multiplier-sm: 0.5;
    --global-alignment-multiplier-lg: 2;
    --global-alignment-multiplier-xl: 4;
    --timepicker-height: 70px;
    --radius: 0;
    --radius-sm: 2px;
    --radius-lg: 5px
}

@keyframes spinAround {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.control.is-loading:after, .select.is-loading:after {
    animation: spinAround .5s linear infinite;
    border-radius: 290486px;
    border-color: transparent transparent #d6d6d6 #d6d6d6;
    border-style: solid;
    border-width: 2px;
    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: Lato,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: #474747;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #0070f0;
    cursor: pointer;
    text-decoration: none
}

    a strong {
        color: currentColor
    }

    a:hover {
        color: #0a7cff
    }

code {
    background-color: #f5f5f5;
    color: #cf021a;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em;
    white-space: pre-wrap
}

hr {
    background-color: #d6d6d6;
    border: none;
    display: block;
    height: 1px;
    margin: 1.5rem 0
}

img {
    height: auto;
    max-width: 100%
}

input[type=checkbox], input[type=radio] {
    vertical-align: baseline
}

span {
    font-style: inherit;
    font-weight: inherit
}

strong {
    color: #333;
    font-weight: 700
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #474747;
    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: #333
}

.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-0 {
    font-size: var(--font-size-h1-display) !important
}

.is-size-1 {
    font-size: var(--font-size-h1) !important
}

.is-size-2 {
    font-size: var(--font-size-h2) !important
}

.is-size-3 {
    font-size: var(--font-size-h3) !important
}

.is-size-4 {
    font-size: var(--font-size-h4) !important
}

.is-size-5 {
    font-size: var(--font-size-h5) !important
}

.is-size-6 {
    font-size: var(--font-size-h6) !important
}

.is-size-7 {
    font-size: var(--font-size-p) !important
}

.is-size-8 {
    font-size: var(--font-size-small) !important
}

@media screen and (max-width:768px) {
    .is-size-0-mobile {
        font-size: var(--font-size-h1-display) !important
    }

    .is-size-1-mobile {
        font-size: var(--font-size-h1) !important
    }

    .is-size-2-mobile {
        font-size: var(--font-size-h2) !important
    }

    .is-size-3-mobile {
        font-size: var(--font-size-h3) !important
    }

    .is-size-4-mobile {
        font-size: var(--font-size-h4) !important
    }

    .is-size-5-mobile {
        font-size: var(--font-size-h5) !important
    }

    .is-size-6-mobile {
        font-size: var(--font-size-h6) !important
    }

    .is-size-7-mobile {
        font-size: var(--font-size-p) !important
    }

    .is-size-8-mobile {
        font-size: var(--font-size-small) !important
    }
}

@media print,screen and (min-width:769px) {
    .is-size-0-tablet {
        font-size: var(--font-size-h1-display) !important
    }

    .is-size-1-tablet {
        font-size: var(--font-size-h1) !important
    }

    .is-size-2-tablet {
        font-size: var(--font-size-h2) !important
    }

    .is-size-3-tablet {
        font-size: var(--font-size-h3) !important
    }

    .is-size-4-tablet {
        font-size: var(--font-size-h4) !important
    }

    .is-size-5-tablet {
        font-size: var(--font-size-h5) !important
    }

    .is-size-6-tablet {
        font-size: var(--font-size-h6) !important
    }

    .is-size-7-tablet {
        font-size: var(--font-size-p) !important
    }

    .is-size-8-tablet {
        font-size: var(--font-size-small) !important
    }
}

@media screen and (max-width:1023px) {
    .is-size-0-touch {
        font-size: var(--font-size-h1-display) !important
    }

    .is-size-1-touch {
        font-size: var(--font-size-h1) !important
    }

    .is-size-2-touch {
        font-size: var(--font-size-h2) !important
    }

    .is-size-3-touch {
        font-size: var(--font-size-h3) !important
    }

    .is-size-4-touch {
        font-size: var(--font-size-h4) !important
    }

    .is-size-5-touch {
        font-size: var(--font-size-h5) !important
    }

    .is-size-6-touch {
        font-size: var(--font-size-h6) !important
    }

    .is-size-7-touch {
        font-size: var(--font-size-p) !important
    }

    .is-size-8-touch {
        font-size: var(--font-size-small) !important
    }
}

@media screen and (min-width:1024px) {
    .is-size-0-desktop {
        font-size: var(--font-size-h1-display) !important
    }

    .is-size-1-desktop {
        font-size: var(--font-size-h1) !important
    }

    .is-size-2-desktop {
        font-size: var(--font-size-h2) !important
    }

    .is-size-3-desktop {
        font-size: var(--font-size-h3) !important
    }

    .is-size-4-desktop {
        font-size: var(--font-size-h4) !important
    }

    .is-size-5-desktop {
        font-size: var(--font-size-h5) !important
    }

    .is-size-6-desktop {
        font-size: var(--font-size-h6) !important
    }

    .is-size-7-desktop {
        font-size: var(--font-size-p) !important
    }

    .is-size-8-desktop {
        font-size: var(--font-size-small) !important
    }
}

@media screen and (min-width:1216px) {
    .is-size-0-widescreen {
        font-size: var(--font-size-h1-display) !important
    }

    .is-size-1-widescreen {
        font-size: var(--font-size-h1) !important
    }

    .is-size-2-widescreen {
        font-size: var(--font-size-h2) !important
    }

    .is-size-3-widescreen {
        font-size: var(--font-size-h3) !important
    }

    .is-size-4-widescreen {
        font-size: var(--font-size-h4) !important
    }

    .is-size-5-widescreen {
        font-size: var(--font-size-h5) !important
    }

    .is-size-6-widescreen {
        font-size: var(--font-size-h6) !important
    }

    .is-size-7-widescreen {
        font-size: var(--font-size-p) !important
    }

    .is-size-8-widescreen {
        font-size: var(--font-size-small) !important
    }
}

@media screen and (min-width:1408px) {
    .is-size-0-fullhd {
        font-size: var(--font-size-h1-display) !important
    }

    .is-size-1-fullhd {
        font-size: var(--font-size-h1) !important
    }

    .is-size-2-fullhd {
        font-size: var(--font-size-h2) !important
    }

    .is-size-3-fullhd {
        font-size: var(--font-size-h3) !important
    }

    .is-size-4-fullhd {
        font-size: var(--font-size-h4) !important
    }

    .is-size-5-fullhd {
        font-size: var(--font-size-h5) !important
    }

    .is-size-6-fullhd {
        font-size: var(--font-size-h6) !important
    }

    .is-size-7-fullhd {
        font-size: var(--font-size-p) !important
    }

    .is-size-8-fullhd {
        font-size: var(--font-size-small) !important
    }
}

.has-text-centered, .sgds-card-variant-highlight .sgds-card-content, .sgds-card-variant-highlight .sgds-card-image {
    text-align: center !important
}

@media screen and (max-width:768px) {
    .has-text-centered-mobile {
        text-align: center !important
    }
}

@media print,screen and (min-width:769px) {
    .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 print,screen and (min-width:769px) {
    .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
    }
}

.has-text-left, .sgds-bottom-navigation a.is-left {
    text-align: left !important
}

@media screen and (max-width:768px) {
    .has-text-left-mobile {
        text-align: left !important
    }
}

@media print,screen and (min-width:769px) {
    .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
    }
}

.has-text-right, .sgds-bottom-navigation a.is-right {
    text-align: right !important
}

@media screen and (max-width:768px) {
    .has-text-right-mobile {
        text-align: right !important
    }
}

@media print,screen and (min-width:769px) {
    .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-primary {
    color: #6137b3 !important
}

a.has-text-primary:focus, a.has-text-primary:hover {
    color: #4c2b8c !important
}

.has-background-primary {
    background-color: #6137b3 !important
}

.has-text-secondary {
    color: #3d68bd !important
}

a.has-text-secondary:focus, a.has-text-secondary:hover {
    color: #315396 !important
}

.has-background-secondary {
    background-color: #3d68bd !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: #333 !important
}

a.has-text-dark:focus, a.has-text-dark:hover {
    color: #1a1a1a !important
}

.has-background-dark {
    background-color: #333 !important
}

.has-text-link {
    color: #0070f0 !important
}

a.has-text-link:focus, a.has-text-link:hover {
    color: #0058bd !important
}

.has-background-link {
    background-color: #0070f0 !important
}

.has-text-info {
    color: #008094 !important
}

a.has-text-info:focus, a.has-text-info:hover {
    color: #005461 !important
}

.has-background-info {
    background-color: #008094 !important
}

.has-text-success {
    color: #008549 !important
}

a.has-text-success:focus, a.has-text-success:hover {
    color: #00522d !important
}

.has-background-success {
    background-color: #008549 !important
}

.has-text-warning {
    color: #f5a524 !important
}

a.has-text-warning:focus, a.has-text-warning:hover {
    color: #db8b0a !important
}

.has-background-warning {
    background-color: #f5a524 !important
}

.has-text-danger {
    color: #cf021a !important
}

a.has-text-danger:focus, a.has-text-danger:hover {
    color: #9d0214 !important
}

.has-background-danger {
    background-color: #cf021a !important
}

.has-text-black-bis {
    color: #121212 !important
}

.has-text-black-ter {
    color: #242424 !important
}

.has-text-grey-darker {
    color: #333 !important
}

.has-text-grey-dark {
    color: #474747 !important
}

.has-text-grey {
    color: #757575 !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-weight-light {
    font-weight: 300 !important
}

.has-text-weight-normal {
    font-weight: 400 !important
}

.has-text-weight-medium {
    font-weight: 500 !important
}

.has-text-weight-semibold {
    font-weight: 600 !important
}

.has-text-weight-bold {
    font-weight: 700 !important
}

.has-text-weight-extrabold {
    font-weight: 800 !important
}

.has-text-weight-black {
    font-weight: 900 !important
}

.is-block {
    display: block !important
}

@media screen and (max-width:768px) {
    .is-block-mobile {
        display: block !important
    }
}

@media print,screen and (min-width:769px) {
    .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 print,screen and (min-width:769px) {
    .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 print,screen and (min-width:769px) {
    .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 print,screen and (min-width:769px) {
    .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 print,screen and (min-width:769px) {
    .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 print,screen and (min-width:769px) {
    .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 print,screen and (min-width:769px) {
    .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
}

.is-paddingless, .sgds-bottom-navigation {
    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-vcentered {
    align-items: center !important
}

.is-wrapped {
    white-space: normal !important
}

.hide {
    display: none !important;
    visibility: hidden !important
}

.show {
    display: block;
    visibility: visible
}

.is-position-relative, .touch .is-offset-sidenav {
    position: relative !important
}

.is-overflow-hidden {
    overflow: hidden
}

.is-flex-justify-fs {
    justify-content: flex-start !important
}

.is-flex-justify-fe {
    justify-content: flex-end !important
}

.is-flex-justify-c {
    justify-content: center !important
}

.is-flex-justify-sb {
    justify-content: space-between !important
}

.is-flex-justify-sa {
    justify-content: space-around !important
}

.is-flex-justify-initial {
    justify-content: normal !important
}

.is-flex-justify-inherit {
    justify-content: inherit !important
}

.is-flex-alignitems-fs {
    align-items: flex-start !important
}

.is-flex-alignitems-fe {
    align-items: flex-end !important
}

.is-flex-alignitems-c {
    align-items: center !important
}

.is-flex-alignitems-s {
    align-items: stretch !important
}

.is-flex-alignitems-b {
    align-items: baseline !important
}
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */

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
}

*, :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
}

h1 {
    font-size: var(--font-size-h1);
    line-height: var(--font-size-h1-lh);
    letter-spacing: -.09375rem
}

@media screen and (max-width:1023px) {
    h1 {
        font-size: var(--font-size-h1-mobile)
    }
}

h1.display {
    font-size: var(--font-size-h1-display);
    line-height: var(--font-size-h1-display)
}

@media screen and (max-width:1023px) {
    h1.display {
        font-size: var(--font-size-h1-display-mobile)
    }
}

h2 {
    font-size: var(--font-size-h2);
    line-height: var(--font-size-h2-lh)
}

@media screen and (max-width:1023px) {
    h2 {
        font-size: var(--font-size-h2-mobile)
    }
}

h3 {
    font-size: var(--font-size-h3);
    line-height: var(--font-size-h3-lh)
}

@media screen and (max-width:1023px) {
    h3 {
        font-size: var(--font-size-h3-mobile)
    }
}

h4 {
    font-size: var(--font-size-h4);
    line-height: var(--font-size-h4-lh)
}

@media screen and (max-width:1023px) {
    h4 {
        font-size: var(--font-size-h4-mobile)
    }
}

h5 {
    font-size: var(--font-size-h5);
    line-height: var(--font-size-h5-lh)
}

h6 {
    font-size: var(--font-size-h6);
    line-height: var(--font-size-h6-lh)
}

center, li, p {
    font-size: var(--font-size-p);
    line-height: var(--font-size-p-lh)
}

.content center, .content li, .content p {
    line-height: var(--font-size-p-lh-content)
}

small {
    font-size: var(--font-size-small);
    line-height: var(--font-size-p)
}

b, strong {
    font-weight: 600
}

.eyebrow {
    font-size: var(--font-size-small);
    letter-spacing: .09375rem;
    line-height: 1.375rem
}

@font-face {
    font-family: sgds-icons;
    src: url(../fonts/sgds-icons.ttf) format("truetype"),url(../fonts/sgds-icons.woff) format("woff"),url(../fonts/sgds-icons.svg?#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: "\e9a2"
}

.sgds-icon-callout:before {
    content: "\e9a3"
}

.sgds-icon-hero:before {
    content: "\e9a4"
}

.sgds-icon-mainnav:before {
    content: "\e9a5"
}

.sgds-icon-sidenav:before {
    content: "\e9a6"
}

.sgds-icon-table:before {
    content: "\e9a7"
}

.sgds-icon-typography:before {
    content: "\e9a8"
}

.sgds-icon-delete:before {
    content: "\e997"
}

.sgds-icon-grid-alt:before {
    content: "\e998"
}

.sgds-icon-pause-alt:before {
    content: "\e999"
}

.sgds-icon-pause:before {
    content: "\e99a"
}

.sgds-icon-pencil:before {
    content: "\e99b"
}

.sgds-icon-play-alt:before {
    content: "\e99c"
}

.sgds-icon-play:before {
    content: "\e99d"
}

.sgds-icon-privacy-alt:before {
    content: "\e99e"
}

.sgds-icon-privacy:before {
    content: "\e99f"
}

.sgds-icon-signal:before {
    content: "\e9a0"
}

.sgds-icon-stop:before {
    content: "\e9a1"
}

.sgds-icon-telephone:before {
    content: "\e97c"
}

.sgds-icon-bookmark-alt:before {
    content: "\e995"
}

.sgds-icon-star-alt:before {
    content: "\e996"
}

.sgds-icon-guides:before {
    content: "\e97d"
}

.sgds-icon-sentimeter:before {
    content: "\e97e"
}

.sgds-icon-sharepoint:before {
    content: "\e97f"
}

.sgds-icon-sitecore:before {
    content: "\e980"
}

.sgds-icon-sitefinity:before {
    content: "\e981"
}

.sgds-icon-swiit:before {
    content: "\e982"
}

.sgds-icon-wordpress:before {
    content: "\e983"
}

.sgds-icon-accordion:before {
    content: "\e984"
}

.sgds-icon-button:before {
    content: "\e985"
}

.sgds-icon-card:before {
    content: "\e986"
}

.sgds-icon-checklist:before {
    content: "\e987"
}

.sgds-icon-container:before {
    content: "\e988"
}

.sgds-icon-dropdown:before {
    content: "\e989"
}

.sgds-icon-footer:before {
    content: "\e98a"
}

.sgds-icon-grid:before {
    content: "\e98b"
}

.sgds-icon-icons:before {
    content: "\e98c"
}

.sgds-icon-masthead:before {
    content: "\e98d"
}

.sgds-icon-section:before {
    content: "\e98e"
}

.sgds-icon-tab:before {
    content: "\e98f"
}

.sgds-icon-atom:before {
    content: "\e990"
}

.sgds-icon-molecule:before {
    content: "\e991"
}

.sgds-icon-organism:before {
    content: "\e992"
}

.sgds-icon-page:before {
    content: "\e993"
}

.sgds-icon-template:before {
    content: "\e994"
}

.sgds-icon-add-image:before {
    content: "\e973"
}

.sgds-icon-attachment:before {
    content: "\e974"
}

.sgds-icon-cloud:before {
    content: "\e975"
}

.sgds-icon-contact:before {
    content: "\e976"
}

.sgds-icon-create-folder:before {
    content: "\e977"
}

.sgds-icon-delay:before {
    content: "\e978"
}

.sgds-icon-file-copy:before {
    content: "\e979"
}

.sgds-icon-file-pdf:before {
    content: "\e97a"
}

.sgds-icon-folder:before {
    content: "\e97b"
}

.sgds-icon-add-photo:before {
    content: "\e900"
}

.sgds-icon-browser:before {
    content: "\e901"
}

.sgds-icon-calculator:before {
    content: "\e902"
}

.sgds-icon-camera:before {
    content: "\e903"
}

.sgds-icon-clock:before {
    content: "\e904"
}

.sgds-icon-cloud-download:before {
    content: "\e905"
}

.sgds-icon-cloud-success:before {
    content: "\e906"
}

.sgds-icon-cloud-upload:before {
    content: "\e907"
}

.sgds-icon-database:before {
    content: "\e908"
}

.sgds-icon-download:before {
    content: "\e909"
}

.sgds-icon-file-add:before {
    content: "\e90a"
}

.sgds-icon-file-alt:before {
    content: "\e90b"
}

.sgds-icon-file:before {
    content: "\e90c"
}

.sgds-icon-hdd:before {
    content: "\e90d"
}

.sgds-icon-image:before {
    content: "\e90e"
}

.sgds-icon-link:before {
    content: "\e90f"
}

.sgds-icon-lock:before {
    content: "\e910"
}

.sgds-icon-mail:before {
    content: "\e911"
}

.sgds-icon-print:before {
    content: "\e912"
}

.sgds-icon-radar:before {
    content: "\e913"
}

.sgds-icon-save:before {
    content: "\e914"
}

.sgds-icon-share:before {
    content: "\e915"
}

.sgds-icon-unlock:before {
    content: "\e916"
}

.sgds-icon-upload:before {
    content: "\e917"
}

.sgds-icon-volume-mute:before {
    content: "\e918"
}

.sgds-icon-volume:before {
    content: "\e919"
}

.sgds-icon-docker:before {
    content: "\e91a"
}

.sgds-icon-facebook-alt:before {
    content: "\e91b"
}

.sgds-icon-facebook:before {
    content: "\e91c"
}

.sgds-icon-google:before {
    content: "\e91d"
}

.sgds-icon-instagram:before {
    content: "\e91e"
}

.sgds-icon-linkedin-alt:before {
    content: "\e91f"
}

.sgds-icon-linkedin:before {
    content: "\e920"
}

.sgds-icon-person-add:before {
    content: "\e921"
}

.sgds-icon-person-cancel:before {
    content: "\e922"
}

.sgds-icon-person-remove:before {
    content: "\e923"
}

.sgds-icon-person:before {
    content: "\e924"
}

.sgds-icon-rss:before {
    content: "\e925"
}

.sgds-icon-thumbs-down:before {
    content: "\e926"
}

.sgds-icon-thumbs-up:before {
    content: "\e927"
}

.sgds-icon-twitter:before {
    content: "\e928"
}

.sgds-icon-youtube:before {
    content: "\e929"
}

.sgds-icon-add-place:before {
    content: "\e92a"
}

.sgds-icon-boat:before {
    content: "\e92b"
}

.sgds-icon-bus:before {
    content: "\e92c"
}

.sgds-icon-car:before {
    content: "\e92d"
}

.sgds-icon-layers:before {
    content: "\e92e"
}

.sgds-icon-map:before {
    content: "\e92f"
}

.sgds-icon-my-location:before {
    content: "\e930"
}

.sgds-icon-place:before {
    content: "\e931"
}

.sgds-icon-taxi:before {
    content: "\e932"
}

.sgds-icon-traffic:before {
    content: "\e933"
}

.sgds-icon-train:before {
    content: "\e934"
}

.sgds-icon-arrow-down:before {
    content: "\e935"
}

.sgds-icon-arrow-left:before {
    content: "\e936"
}

.sgds-icon-arrow-right:before {
    content: "\e937"
}

.sgds-icon-arrow-top-left:before {
    content: "\e938"
}

.sgds-icon-arrow-top-right:before {
    content: "\e939"
}

.sgds-icon-arrow-up:before {
    content: "\e93a"
}

.sgds-icon-check:before {
    content: "\e93b"
}

.sgds-icon-chevron-down:before {
    content: "\e93c"
}

.sgds-icon-chevron-left:before {
    content: "\e93d"
}

.sgds-icon-chevron-right:before {
    content: "\e93e"
}

.sgds-icon-chevron-up:before {
    content: "\e93f"
}

.sgds-icon-cog:before {
    content: "\e940"
}

.sgds-icon-cross:before {
    content: "\e941"
}

.sgds-icon-ellipsis:before {
    content: "\e942"
}

.sgds-icon-home:before {
    content: "\e943"
}

.sgds-icon-menu:before {
    content: "\e944"
}

.sgds-icon-minus:before {
    content: "\e945"
}

.sgds-icon-notification:before {
    content: "\e946"
}

.sgds-icon-plus:before {
    content: "\e947"
}

.sgds-icon-sg-crest:before {
    content: "\e948";
    color: #db0000
}

.sgds-icon-text-center:before {
    content: "\e949"
}

.sgds-icon-text-justify:before {
    content: "\e94a"
}

.sgds-icon-text-left:before {
    content: "\e94b"
}

.sgds-icon-text-right:before {
    content: "\e94c"
}

.sgds-icon-add-comment:before {
    content: "\e94d"
}

.sgds-icon-ban:before {
    content: "\e94e"
}

.sgds-icon-bookmark:before {
    content: "\e94f"
}

.sgds-icon-calendar:before {
    content: "\e950"
}

.sgds-icon-chat:before {
    content: "\e951"
}

.sgds-icon-circle-info:before {
    content: "\e952"
}

.sgds-icon-circle-minus:before {
    content: "\e953"
}

.sgds-icon-circle-plus:before {
    content: "\e954"
}

.sgds-icon-circle-question:before {
    content: "\e955"
}

.sgds-icon-circle-warning:before {
    content: "\e956"
}

.sgds-icon-compress-alt:before {
    content: "\e957"
}

.sgds-icon-compress:before {
    content: "\e958"
}

.sgds-icon-edit:before {
    content: "\e959"
}

.sgds-icon-expand-alt:before {
    content: "\e95a"
}

.sgds-icon-expand:before {
    content: "\e95b"
}

.sgds-icon-external:before {
    content: "\e95c"
}

.sgds-icon-feedback:before {
    content: "\e95d"
}

.sgds-icon-filter:before {
    content: "\e95e"
}

.sgds-icon-info:before {
    content: "\e95f"
}

.sgds-icon-list:before {
    content: "\e960"
}

.sgds-icon-pin:before {
    content: "\e961"
}

.sgds-icon-question:before {
    content: "\e962"
}

.sgds-icon-refresh:before {
    content: "\e963"
}

.sgds-icon-rsvp-no:before {
    content: "\e964"
}

.sgds-icon-rsvp-yes:before {
    content: "\e965"
}

.sgds-icon-search:before {
    content: "\e966"
}

.sgds-icon-slider-horizontal:before {
    content: "\e967"
}

.sgds-icon-slider-vertical:before {
    content: "\e968"
}

.sgds-icon-star:before {
    content: "\e969"
}

.sgds-icon-sync:before {
    content: "\e96a"
}

.sgds-icon-toggle-minus:before {
    content: "\e96b"
}

.sgds-icon-toggle-off:before {
    content: "\e96c"
}

.sgds-icon-toggle-on:before {
    content: "\e96d"
}

.sgds-icon-toggle-plus:before {
    content: "\e96e"
}

.sgds-icon-triangle-warning:before {
    content: "\e96f"
}

.sgds-icon-warning:before {
    content: "\e970"
}

.sgds-icon-zoom-in:before {
    content: "\e971"
}

.sgds-icon-zoom-out:before {
    content: "\e972"
}

.sgds-bottom-navigation {
    height: 95px
}

@media screen and (max-width:768px) {
    .sgds-bottom-navigation {
        height: 64px
    }
}

.sgds-bottom-navigation a {
    color: #fff;
    background-color: #3d68bd;
    display: block;
    width: 50%;
    padding: 1rem 5rem
}

    .sgds-bottom-navigation a.is-full {
        width: 100%
    }

    .sgds-bottom-navigation a.is-half {
        width: 50%
    }

    .sgds-bottom-navigation a.is-left {
        float: left
    }

    .sgds-bottom-navigation a.is-right {
        float: right
    }

@media screen and (max-width:1023px) {
    .sgds-bottom-navigation a {
        padding-left: 1.5em;
        padding-right: 1.5rem
    }
}

.sgds-bottom-navigation a:hover {
    background-color: #315396
}

.sgds-bottom-navigation p {
    font-size: 1.25rem;
    line-height: 2rem
}

    .sgds-bottom-navigation p:first-child {
        font-size: 1rem !important
    }

.sgds-box {
    background-color: #fff;
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
    color: #474747;
    display: block;
    padding: 1.25rem
}

    .sgds-box:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .sgds-box.is-primary {
        border: 1px solid #6137b3
    }

    .sgds-box.is-secondary {
        border: 1px solid #3d68bd
    }

    .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 #333
    }

    .sgds-box.is-link {
        border: 1px solid #0070f0
    }

    .sgds-box.is-info {
        border: 1px solid #008094
    }

    .sgds-box.is-success {
        border: 1px solid #008549
    }

    .sgds-box.is-warning {
        border: 1px solid #f5a524
    }

    .sgds-box.is-danger {
        border: 1px solid #cf021a
    }

.sgds a.sgds-box:focus, .sgds a.sgds-box:hover {
    box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px #0070f0
}

.sgds a.sgds-box:active {
    box-shadow: inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #0070f0
}

.sgds-breadcrumb {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .sgds-breadcrumb:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .sgds-breadcrumb a {
        align-items: center;
        color: #0070f0;
        display: flex;
        justify-content: center;
        padding: 0 .75em;
        font-size: var(--font-size-small)
    }

        .sgds-breadcrumb a:hover {
            color: #0a7cff
        }

    .sgds-breadcrumb li {
        align-items: center;
        display: flex
    }

        .sgds-breadcrumb li:first-child a {
            padding-left: 0
        }

        .sgds-breadcrumb li.is-active a {
            color: #333;
            cursor: default;
            pointer-events: none
        }

        .sgds-breadcrumb li + li:before {
            color: #474747;
            content: "/"
        }

    .sgds-breadcrumb ol, .sgds-breadcrumb ul {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        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: var(--font-size-small)
    }

    .sgds-breadcrumb.is-medium {
        font-size: var(--font-size-h6)
    }

    .sgds-breadcrumb.is-large {
        font-size: var(--font-size-h5)
    }

    .sgds-breadcrumb.has-arrow-separator li + li:before {
        content: "→"
    }

    .sgds-breadcrumb.has-bullet-separator li + li:before {
        content: "•"
    }

    .sgds-breadcrumb.has-dot-separator li + li:before {
        content: "·"
    }

    .sgds-breadcrumb.has-succeeds-separator li + li:before {
        content: "≻"
    }

.sgds-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border-radius: var(--radius);
    box-shadow: none;
    display: inline-flex;
    font-size: var(--font-size-p);
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    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: 1px solid #f0f0f0;
    color: #333;
    cursor: pointer;
    justify-content: center;
    padding: calc(.375em - 1px) .75em;
    text-align: center;
    white-space: nowrap
}

    .sgds-button.is-active, .sgds-button.is-focused, .sgds-button:active, .sgds-button:focus {
        outline: none
    }

    .sgds-button[disabled] {
        cursor: not-allowed
    }

    .sgds-button strong {
        color: inherit
    }

    .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
    }

        .sgds-button .sgds-icon:first-child:not(:last-child) {
            margin-left: calc(-.375em - 1px);
            margin-right: .1875em
        }

        .sgds-button .sgds-icon:last-child:not(:first-child) {
            margin-left: .1875em;
            margin-right: calc(-.375em - 1px)
        }

        .sgds-button .sgds-icon:first-child:last-child {
            margin-left: calc(-.375em - 1px);
            margin-right: calc(-.375em - 1px)
        }

    .sgds-button.is-hovered, .sgds-button:hover {
        border-color: #d6d6d6;
        color: #0a7cff
    }

    .sgds-button.is-focused, .sgds-button:focus {
        border-color: #0070f0;
        color: #0a7cff
    }

        .sgds-button.is-focused:not(:active), .sgds-button:focus:not(:active) {
            box-shadow: 0 0 0 .125em rgba(0,112,240,.25)
        }

    .sgds-button.is-active, .sgds-button:active {
        border-color: #474747;
        color: #333
    }

    .sgds-button.is-text {
        background-color: transparent;
        border-color: transparent;
        color: #474747;
        text-decoration: underline
    }

        .sgds-button.is-text.is-active, .sgds-button.is-text.is-focused, .sgds-button.is-text.is-hovered, .sgds-button.is-text:active, .sgds-button.is-text:focus, .sgds-button.is-text:hover {
            background-color: transparent;
            color: #0a7cff
        }

        .sgds-button.is-text[disabled] {
            background-color: transparent;
            border-color: transparent;
            box-shadow: none
        }

    .sgds-button.is-primary {
        background-color: #6137b3;
        border-color: transparent;
        color: #fff
    }

        .sgds-button.is-primary.is-hovered, .sgds-button.is-primary:hover {
            background-color: #502e94;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-primary.is-focused, .sgds-button.is-primary:focus {
            border-color: transparent;
            color: #fff
        }

            .sgds-button.is-primary.is-focused:not(:active), .sgds-button.is-primary:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(97,55,179,.25)
            }

        .sgds-button.is-primary.is-active, .sgds-button.is-primary:active {
            background-color: #754cc8;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-primary[disabled] {
            background-color: #6137b3;
            border-color: transparent;
            box-shadow: none
        }

        .sgds-button.is-primary.is-inverted {
            background-color: #fff;
            color: #6137b3
        }

            .sgds-button.is-primary.is-inverted:hover {
                background-color: #ebebeb
            }

            .sgds-button.is-primary.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #6137b3
            }

        .sgds-button.is-primary.is-loading:after {
            border-color: transparent transparent #fff #fff !important
        }

        .sgds-button.is-primary.is-outlined {
            background-color: transparent;
            border-color: #6137b3;
            color: #6137b3
        }

            .sgds-button.is-primary.is-outlined.is-focused, .sgds-button.is-primary.is-outlined.is-hovered, .sgds-button.is-primary.is-outlined:focus, .sgds-button.is-primary.is-outlined:hover {
                background-color: #502e94;
                border-color: #6137b3;
                color: #fff
            }

            .sgds-button.is-primary.is-outlined.is-active, .sgds-button.is-primary.is-outlined:active {
                background-color: #754cc8;
                border-color: transparent;
                color: #fff
            }

            .sgds-button.is-primary.is-outlined.is-loading:after {
                border-color: transparent transparent #6137b3 #6137b3 !important
            }

            .sgds-button.is-primary.is-outlined[disabled] {
                background-color: transparent;
                border-color: #6137b3;
                box-shadow: none;
                color: #6137b3
            }

        .sgds-button.is-primary.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .sgds-button.is-primary.is-inverted.is-outlined:focus, .sgds-button.is-primary.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #6137b3
            }

            .sgds-button.is-primary.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

    .sgds-button.is-secondary {
        background-color: #3d68bd;
        border-color: transparent;
        color: #fff
    }

        .sgds-button.is-secondary.is-hovered, .sgds-button.is-secondary:hover {
            background-color: #33579e;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-secondary.is-focused, .sgds-button.is-secondary:focus {
            border-color: transparent;
            color: #fff
        }

            .sgds-button.is-secondary.is-focused:not(:active), .sgds-button.is-secondary:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(61,104,189,.25)
            }

        .sgds-button.is-secondary.is-active, .sgds-button.is-secondary:active {
            background-color: #597fc9;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-secondary[disabled] {
            background-color: #3d68bd;
            border-color: transparent;
            box-shadow: none
        }

        .sgds-button.is-secondary.is-inverted {
            background-color: #fff;
            color: #3d68bd
        }

            .sgds-button.is-secondary.is-inverted:hover {
                background-color: #ebebeb
            }

            .sgds-button.is-secondary.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #3d68bd
            }

        .sgds-button.is-secondary.is-loading:after {
            border-color: transparent transparent #fff #fff !important
        }

        .sgds-button.is-secondary.is-outlined {
            background-color: transparent;
            border-color: #3d68bd;
            color: #3d68bd
        }

            .sgds-button.is-secondary.is-outlined.is-focused, .sgds-button.is-secondary.is-outlined.is-hovered, .sgds-button.is-secondary.is-outlined:focus, .sgds-button.is-secondary.is-outlined:hover {
                background-color: #33579e;
                border-color: #3d68bd;
                color: #fff
            }

            .sgds-button.is-secondary.is-outlined.is-active, .sgds-button.is-secondary.is-outlined:active {
                background-color: #597fc9;
                border-color: transparent;
                color: #fff
            }

            .sgds-button.is-secondary.is-outlined.is-loading:after {
                border-color: transparent transparent #3d68bd #3d68bd !important
            }

            .sgds-button.is-secondary.is-outlined[disabled] {
                background-color: transparent;
                border-color: #3d68bd;
                box-shadow: none;
                color: #3d68bd
            }

        .sgds-button.is-secondary.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .sgds-button.is-secondary.is-inverted.is-outlined:focus, .sgds-button.is-secondary.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #3d68bd
            }

            .sgds-button.is-secondary.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

    .sgds-button.is-white {
        background-color: #fff;
        border-color: transparent;
        color: #0a0a0a
    }

        .sgds-button.is-white.is-hovered, .sgds-button.is-white:hover {
            background-color: #ebebeb;
            border-color: transparent;
            color: #0a0a0a
        }

        .sgds-button.is-white.is-focused, .sgds-button.is-white:focus {
            border-color: transparent;
            color: #0a0a0a
        }

            .sgds-button.is-white.is-focused:not(:active), .sgds-button.is-white:focus:not(:active) {
                box-shadow: 0 0 0 .125em hsla(0,0%,100%,.25)
            }

        .sgds-button.is-white.is-active, .sgds-button.is-white:active {
            background-color: #fff;
            border-color: transparent;
            color: #0a0a0a
        }

        .sgds-button.is-white[disabled] {
            background-color: #fff;
            border-color: transparent;
            box-shadow: none
        }

        .sgds-button.is-white.is-inverted {
            background-color: #0a0a0a;
            color: #fff
        }

            .sgds-button.is-white.is-inverted:hover {
                background-color: #000
            }

            .sgds-button.is-white.is-inverted[disabled] {
                background-color: #0a0a0a;
                border-color: transparent;
                box-shadow: none;
                color: #fff
            }

        .sgds-button.is-white.is-loading:after {
            border-color: transparent transparent #0a0a0a #0a0a0a !important
        }

        .sgds-button.is-white.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .sgds-button.is-white.is-outlined.is-focused, .sgds-button.is-white.is-outlined.is-hovered, .sgds-button.is-white.is-outlined:focus, .sgds-button.is-white.is-outlined:hover {
                background-color: #ebebeb;
                border-color: #fff;
                color: #0a0a0a
            }

            .sgds-button.is-white.is-outlined.is-active, .sgds-button.is-white.is-outlined:active {
                background-color: #fff;
                border-color: transparent;
                color: #0a0a0a
            }

            .sgds-button.is-white.is-outlined.is-loading:after {
                border-color: transparent transparent #fff #fff !important
            }

            .sgds-button.is-white.is-outlined[disabled] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

        .sgds-button.is-white.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #0a0a0a;
            color: #0a0a0a
        }

            .sgds-button.is-white.is-inverted.is-outlined:focus, .sgds-button.is-white.is-inverted.is-outlined:hover {
                background-color: #0a0a0a;
                color: #fff
            }

            .sgds-button.is-white.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: #0a0a0a;
                box-shadow: none;
                color: #0a0a0a
            }

    .sgds-button.is-black {
        background-color: #0a0a0a;
        border-color: transparent;
        color: #fff
    }

        .sgds-button.is-black.is-hovered, .sgds-button.is-black:hover {
            background-color: #000;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-black.is-focused, .sgds-button.is-black:focus {
            border-color: transparent;
            color: #fff
        }

            .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)
            }

        .sgds-button.is-black.is-active, .sgds-button.is-black:active {
            background-color: #1f1f1f;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-black[disabled] {
            background-color: #0a0a0a;
            border-color: transparent;
            box-shadow: none
        }

        .sgds-button.is-black.is-inverted {
            background-color: #fff;
            color: #0a0a0a
        }

            .sgds-button.is-black.is-inverted:hover {
                background-color: #ebebeb
            }

            .sgds-button.is-black.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #0a0a0a
            }

        .sgds-button.is-black.is-loading:after {
            border-color: transparent transparent #fff #fff !important
        }

        .sgds-button.is-black.is-outlined {
            background-color: transparent;
            border-color: #0a0a0a;
            color: #0a0a0a
        }

            .sgds-button.is-black.is-outlined.is-focused, .sgds-button.is-black.is-outlined.is-hovered, .sgds-button.is-black.is-outlined:focus, .sgds-button.is-black.is-outlined:hover {
                background-color: #000;
                border-color: #0a0a0a;
                color: #fff
            }

            .sgds-button.is-black.is-outlined.is-active, .sgds-button.is-black.is-outlined:active {
                background-color: #1f1f1f;
                border-color: transparent;
                color: #fff
            }

            .sgds-button.is-black.is-outlined.is-loading:after {
                border-color: transparent transparent #0a0a0a #0a0a0a !important
            }

            .sgds-button.is-black.is-outlined[disabled] {
                background-color: transparent;
                border-color: #0a0a0a;
                box-shadow: none;
                color: #0a0a0a
            }

        .sgds-button.is-black.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .sgds-button.is-black.is-inverted.is-outlined:focus, .sgds-button.is-black.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #0a0a0a
            }

            .sgds-button.is-black.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

    .sgds-button.is-light {
        background-color: #f5f5f5;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

        .sgds-button.is-light.is-hovered, .sgds-button.is-light:hover {
            background-color: #e0e0e0;
            border-color: transparent;
            color: rgba(0,0,0,.7)
        }

        .sgds-button.is-light.is-focused, .sgds-button.is-light:focus {
            border-color: transparent;
            color: rgba(0,0,0,.7)
        }

            .sgds-button.is-light.is-focused:not(:active), .sgds-button.is-light:focus:not(:active) {
                box-shadow: 0 0 0 .125em hsla(0,0%,96.1%,.25)
            }

        .sgds-button.is-light.is-active, .sgds-button.is-light:active {
            background-color: #fff;
            border-color: transparent;
            color: rgba(0,0,0,.7)
        }

        .sgds-button.is-light[disabled] {
            background-color: #f5f5f5;
            border-color: transparent;
            box-shadow: none
        }

        .sgds-button.is-light.is-inverted {
            background-color: rgba(0,0,0,.7);
            color: #f5f5f5
        }

            .sgds-button.is-light.is-inverted:hover {
                background-color: rgba(0,0,0,.7)
            }

            .sgds-button.is-light.is-inverted[disabled] {
                background-color: rgba(0,0,0,.7);
                border-color: transparent;
                box-shadow: none;
                color: #f5f5f5
            }

        .sgds-button.is-light.is-loading:after {
            border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7) !important
        }

        .sgds-button.is-light.is-outlined {
            background-color: transparent;
            border-color: #f5f5f5;
            color: #f5f5f5
        }

            .sgds-button.is-light.is-outlined.is-focused, .sgds-button.is-light.is-outlined.is-hovered, .sgds-button.is-light.is-outlined:focus, .sgds-button.is-light.is-outlined:hover {
                background-color: #e0e0e0;
                border-color: #f5f5f5;
                color: rgba(0,0,0,.7)
            }

            .sgds-button.is-light.is-outlined.is-active, .sgds-button.is-light.is-outlined:active {
                background-color: #fff;
                border-color: transparent;
                color: rgba(0,0,0,.7)
            }

            .sgds-button.is-light.is-outlined.is-loading:after {
                border-color: transparent transparent #f5f5f5 #f5f5f5 !important
            }

            .sgds-button.is-light.is-outlined[disabled] {
                background-color: transparent;
                border-color: #f5f5f5;
                box-shadow: none;
                color: #f5f5f5
            }

        .sgds-button.is-light.is-inverted.is-outlined {
            background-color: transparent;
            border-color: rgba(0,0,0,.7);
            color: rgba(0,0,0,.7)
        }

            .sgds-button.is-light.is-inverted.is-outlined:focus, .sgds-button.is-light.is-inverted.is-outlined:hover {
                background-color: rgba(0,0,0,.7);
                color: #f5f5f5
            }

            .sgds-button.is-light.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: rgba(0,0,0,.7);
                box-shadow: none;
                color: rgba(0,0,0,.7)
            }

    .sgds-button.is-dark {
        background-color: #333;
        border-color: transparent;
        color: #fff
    }

        .sgds-button.is-dark.is-hovered, .sgds-button.is-dark:hover {
            background-color: #1f1f1f;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-dark.is-focused, .sgds-button.is-dark:focus {
            border-color: transparent;
            color: #fff
        }

            .sgds-button.is-dark.is-focused:not(:active), .sgds-button.is-dark:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(51,51,51,.25)
            }

        .sgds-button.is-dark.is-active, .sgds-button.is-dark:active {
            background-color: #474747;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-dark[disabled] {
            background-color: #333;
            border-color: transparent;
            box-shadow: none
        }

        .sgds-button.is-dark.is-inverted {
            background-color: #fff;
            color: #333
        }

            .sgds-button.is-dark.is-inverted:hover {
                background-color: #ebebeb
            }

            .sgds-button.is-dark.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #333
            }

        .sgds-button.is-dark.is-loading:after {
            border-color: transparent transparent #fff #fff !important
        }

        .sgds-button.is-dark.is-outlined {
            background-color: transparent;
            border-color: #333;
            color: #333
        }

            .sgds-button.is-dark.is-outlined.is-focused, .sgds-button.is-dark.is-outlined.is-hovered, .sgds-button.is-dark.is-outlined:focus, .sgds-button.is-dark.is-outlined:hover {
                background-color: #1f1f1f;
                border-color: #333;
                color: #fff
            }

            .sgds-button.is-dark.is-outlined.is-active, .sgds-button.is-dark.is-outlined:active {
                background-color: #474747;
                border-color: transparent;
                color: #fff
            }

            .sgds-button.is-dark.is-outlined.is-loading:after {
                border-color: transparent transparent #333 #333 !important
            }

            .sgds-button.is-dark.is-outlined[disabled] {
                background-color: transparent;
                border-color: #333;
                box-shadow: none;
                color: #333
            }

        .sgds-button.is-dark.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .sgds-button.is-dark.is-inverted.is-outlined:focus, .sgds-button.is-dark.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #333
            }

            .sgds-button.is-dark.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

    .sgds-button.is-link {
        background-color: #0070f0;
        border-color: transparent;
        color: #fff
    }

        .sgds-button.is-link.is-hovered, .sgds-button.is-link:hover {
            background-color: #005dc7;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-link.is-focused, .sgds-button.is-link:focus {
            border-color: transparent;
            color: #fff
        }

            .sgds-button.is-link.is-focused:not(:active), .sgds-button.is-link:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(0,112,240,.25)
            }

        .sgds-button.is-link.is-active, .sgds-button.is-link:active {
            background-color: #1a85ff;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-link[disabled] {
            background-color: #0070f0;
            border-color: transparent;
            box-shadow: none
        }

        .sgds-button.is-link.is-inverted {
            background-color: #fff;
            color: #0070f0
        }

            .sgds-button.is-link.is-inverted:hover {
                background-color: #ebebeb
            }

            .sgds-button.is-link.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #0070f0
            }

        .sgds-button.is-link.is-loading:after {
            border-color: transparent transparent #fff #fff !important
        }

        .sgds-button.is-link.is-outlined {
            background-color: transparent;
            border-color: #0070f0;
            color: #0070f0
        }

            .sgds-button.is-link.is-outlined.is-focused, .sgds-button.is-link.is-outlined.is-hovered, .sgds-button.is-link.is-outlined:focus, .sgds-button.is-link.is-outlined:hover {
                background-color: #005dc7;
                border-color: #0070f0;
                color: #fff
            }

            .sgds-button.is-link.is-outlined.is-active, .sgds-button.is-link.is-outlined:active {
                background-color: #1a85ff;
                border-color: transparent;
                color: #fff
            }

            .sgds-button.is-link.is-outlined.is-loading:after {
                border-color: transparent transparent #0070f0 #0070f0 !important
            }

            .sgds-button.is-link.is-outlined[disabled] {
                background-color: transparent;
                border-color: #0070f0;
                box-shadow: none;
                color: #0070f0
            }

        .sgds-button.is-link.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .sgds-button.is-link.is-inverted.is-outlined:focus, .sgds-button.is-link.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #0070f0
            }

            .sgds-button.is-link.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

    .sgds-button.is-info {
        background-color: #008094;
        border-color: transparent;
        color: #fff
    }

        .sgds-button.is-info.is-hovered, .sgds-button.is-info:hover {
            background-color: #005d6b;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-info.is-focused, .sgds-button.is-info:focus {
            border-color: transparent;
            color: #fff
        }

            .sgds-button.is-info.is-focused:not(:active), .sgds-button.is-info:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(0,128,148,.25)
            }

        .sgds-button.is-info.is-active, .sgds-button.is-info:active {
            background-color: #00a4bd;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-info[disabled] {
            background-color: #008094;
            border-color: transparent;
            box-shadow: none
        }

        .sgds-button.is-info.is-inverted {
            background-color: #fff;
            color: #008094
        }

            .sgds-button.is-info.is-inverted:hover {
                background-color: #ebebeb
            }

            .sgds-button.is-info.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #008094
            }

        .sgds-button.is-info.is-loading:after {
            border-color: transparent transparent #fff #fff !important
        }

        .sgds-button.is-info.is-outlined {
            background-color: transparent;
            border-color: #008094;
            color: #008094
        }

            .sgds-button.is-info.is-outlined.is-focused, .sgds-button.is-info.is-outlined.is-hovered, .sgds-button.is-info.is-outlined:focus, .sgds-button.is-info.is-outlined:hover {
                background-color: #005d6b;
                border-color: #008094;
                color: #fff
            }

            .sgds-button.is-info.is-outlined.is-active, .sgds-button.is-info.is-outlined:active {
                background-color: #00a4bd;
                border-color: transparent;
                color: #fff
            }

            .sgds-button.is-info.is-outlined.is-loading:after {
                border-color: transparent transparent #008094 #008094 !important
            }

            .sgds-button.is-info.is-outlined[disabled] {
                background-color: transparent;
                border-color: #008094;
                box-shadow: none;
                color: #008094
            }

        .sgds-button.is-info.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .sgds-button.is-info.is-inverted.is-outlined:focus, .sgds-button.is-info.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #008094
            }

            .sgds-button.is-info.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

    .sgds-button.is-success {
        background-color: #008549;
        border-color: transparent;
        color: #fff
    }

        .sgds-button.is-success.is-hovered, .sgds-button.is-success:hover {
            background-color: #005c32;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-success.is-focused, .sgds-button.is-success:focus {
            border-color: transparent;
            color: #fff
        }

            .sgds-button.is-success.is-focused:not(:active), .sgds-button.is-success:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(0,133,73,.25)
            }

        .sgds-button.is-success.is-active, .sgds-button.is-success:active {
            background-color: #00ad5f;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-success[disabled] {
            background-color: #008549;
            border-color: transparent;
            box-shadow: none
        }

        .sgds-button.is-success.is-inverted {
            background-color: #fff;
            color: #008549
        }

            .sgds-button.is-success.is-inverted:hover {
                background-color: #ebebeb
            }

            .sgds-button.is-success.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #008549
            }

        .sgds-button.is-success.is-loading:after {
            border-color: transparent transparent #fff #fff !important
        }

        .sgds-button.is-success.is-outlined {
            background-color: transparent;
            border-color: #008549;
            color: #008549
        }

            .sgds-button.is-success.is-outlined.is-focused, .sgds-button.is-success.is-outlined.is-hovered, .sgds-button.is-success.is-outlined:focus, .sgds-button.is-success.is-outlined:hover {
                background-color: #005c32;
                border-color: #008549;
                color: #fff
            }

            .sgds-button.is-success.is-outlined.is-active, .sgds-button.is-success.is-outlined:active {
                background-color: #00ad5f;
                border-color: transparent;
                color: #fff
            }

            .sgds-button.is-success.is-outlined.is-loading:after {
                border-color: transparent transparent #008549 #008549 !important
            }

            .sgds-button.is-success.is-outlined[disabled] {
                background-color: transparent;
                border-color: #008549;
                box-shadow: none;
                color: #008549
            }

        .sgds-button.is-success.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .sgds-button.is-success.is-inverted.is-outlined:focus, .sgds-button.is-success.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #008549
            }

            .sgds-button.is-success.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

    .sgds-button.is-warning {
        background-color: #f5a524;
        border-color: transparent;
        color: #fff
    }

        .sgds-button.is-warning.is-hovered, .sgds-button.is-warning:hover {
            background-color: #e5910b;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-warning.is-focused, .sgds-button.is-warning:focus {
            border-color: transparent;
            color: #fff
        }

            .sgds-button.is-warning.is-focused:not(:active), .sgds-button.is-warning:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(245,165,36,.25)
            }

        .sgds-button.is-warning.is-active, .sgds-button.is-warning:active {
            background-color: #f7b54b;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-warning[disabled] {
            background-color: #f5a524;
            border-color: transparent;
            box-shadow: none
        }

        .sgds-button.is-warning.is-inverted {
            background-color: #fff;
            color: #f5a524
        }

            .sgds-button.is-warning.is-inverted:hover {
                background-color: #ebebeb
            }

            .sgds-button.is-warning.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #f5a524
            }

        .sgds-button.is-warning.is-loading:after {
            border-color: transparent transparent #fff #fff !important
        }

        .sgds-button.is-warning.is-outlined {
            background-color: transparent;
            border-color: #f5a524;
            color: #f5a524
        }

            .sgds-button.is-warning.is-outlined.is-focused, .sgds-button.is-warning.is-outlined.is-hovered, .sgds-button.is-warning.is-outlined:focus, .sgds-button.is-warning.is-outlined:hover {
                background-color: #e5910b;
                border-color: #f5a524;
                color: #fff
            }

            .sgds-button.is-warning.is-outlined.is-active, .sgds-button.is-warning.is-outlined:active {
                background-color: #f7b54b;
                border-color: transparent;
                color: #fff
            }

            .sgds-button.is-warning.is-outlined.is-loading:after {
                border-color: transparent transparent #f5a524 #f5a524 !important
            }

            .sgds-button.is-warning.is-outlined[disabled] {
                background-color: transparent;
                border-color: #f5a524;
                box-shadow: none;
                color: #f5a524
            }

        .sgds-button.is-warning.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .sgds-button.is-warning.is-inverted.is-outlined:focus, .sgds-button.is-warning.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #f5a524
            }

            .sgds-button.is-warning.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

    .sgds-button.is-danger {
        background-color: #cf021a;
        border-color: transparent;
        color: #fff
    }

        .sgds-button.is-danger.is-hovered, .sgds-button.is-danger:hover {
            background-color: #a70215;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-danger.is-focused, .sgds-button.is-danger:focus {
            border-color: transparent;
            color: #fff
        }

            .sgds-button.is-danger.is-focused:not(:active), .sgds-button.is-danger:focus:not(:active) {
                box-shadow: 0 0 0 .125em rgba(207,2,26,.25)
            }

        .sgds-button.is-danger.is-active, .sgds-button.is-danger:active {
            background-color: #f7021f;
            border-color: transparent;
            color: #fff
        }

        .sgds-button.is-danger[disabled] {
            background-color: #cf021a;
            border-color: transparent;
            box-shadow: none
        }

        .sgds-button.is-danger.is-inverted {
            background-color: #fff;
            color: #cf021a
        }

            .sgds-button.is-danger.is-inverted:hover {
                background-color: #ebebeb
            }

            .sgds-button.is-danger.is-inverted[disabled] {
                background-color: #fff;
                border-color: transparent;
                box-shadow: none;
                color: #cf021a
            }

        .sgds-button.is-danger.is-loading:after {
            border-color: transparent transparent #fff #fff !important
        }

        .sgds-button.is-danger.is-outlined {
            background-color: transparent;
            border-color: #cf021a;
            color: #cf021a
        }

            .sgds-button.is-danger.is-outlined.is-focused, .sgds-button.is-danger.is-outlined.is-hovered, .sgds-button.is-danger.is-outlined:focus, .sgds-button.is-danger.is-outlined:hover {
                background-color: #a70215;
                border-color: #cf021a;
                color: #fff
            }

            .sgds-button.is-danger.is-outlined.is-active, .sgds-button.is-danger.is-outlined:active {
                background-color: #f7021f;
                border-color: transparent;
                color: #fff
            }

            .sgds-button.is-danger.is-outlined.is-loading:after {
                border-color: transparent transparent #cf021a #cf021a !important
            }

            .sgds-button.is-danger.is-outlined[disabled] {
                background-color: transparent;
                border-color: #cf021a;
                box-shadow: none;
                color: #cf021a
            }

        .sgds-button.is-danger.is-inverted.is-outlined {
            background-color: transparent;
            border-color: #fff;
            color: #fff
        }

            .sgds-button.is-danger.is-inverted.is-outlined:focus, .sgds-button.is-danger.is-inverted.is-outlined:hover {
                background-color: #fff;
                color: #cf021a
            }

            .sgds-button.is-danger.is-inverted.is-outlined[disabled] {
                background-color: transparent;
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

    .sgds-button.is-small {
        border-radius: var(--radius-sm);
        font-size: var(--font-size-small)
    }

    .sgds-button.is-medium {
        font-size: var(--font-size-h6)
    }

    .sgds-button.is-large {
        font-size: var(--font-size-h5)
    }

    .sgds-button[disabled] {
        background-color: #fff;
        border-color: #f0f0f0;
        box-shadow: none;
        opacity: .5
    }

    .sgds-button.is-fullwidth {
        display: flex;
        width: 100%
    }

    .sgds-button.is-loading {
        color: transparent !important;
        pointer-events: none
    }

        .sgds-button.is-loading:after {
            animation: spinAround .5s linear infinite;
            border-radius: 290486px;
            border-color: transparent transparent #d6d6d6 #d6d6d6;
            border-style: solid;
            border-width: 2px;
            content: "";
            display: block;
            height: 1em;
            position: relative;
            width: 1em;
            position: absolute;
            left: calc(50% - .5em);
            top: calc(50% - .5em);
            position: absolute !important
        }

    .sgds-button.is-static {
        background-color: #f5f5f5;
        border-color: #f0f0f0;
        color: #757575;
        box-shadow: none;
        pointer-events: none
    }

    .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-sec-button {
    color: #6137b3;
    display: block;
    font-size: var(--font-size-p);
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1;
    background-color: transparent;
    border: none
}

    .sgds-sec-button.is-small {
        border-radius: var(--radius-sm);
        font-size: var(--font-size-small)
    }

    .sgds-sec-button.is-medium {
        font-size: var(--font-size-h6)
    }

    .sgds-sec-button.is-large {
        font-size: var(--font-size-h5)
    }

    .sgds-sec-button:after {
        font-family: sgds-icons;
        content: \e937
    }

    .sgds-sec-button:hover {
        color: #4c2b8c;
        border-color: #4c2b8c
    }

    .sgds-sec-button span {
        margin-right: .5rem;
        border-bottom: 2px solid #6137b3
    }

        .sgds-sec-button span:hover {
            color: #4c2b8c;
            border-color: #4c2b8c
        }

    .sgds-sec-button.is-not-underlined:after {
        content: none
    }

    .sgds-sec-button.is-not-underlined span {
        margin: 0;
        border: 0
    }

    .sgds-sec-button.is-not-underlined.is-active span {
        border-bottom: 2px solid #6137b3
    }

    .sgds-sec-button.is-primary {
        color: #6137b3
    }

        .sgds-sec-button.is-primary:hover {
            color: #4c2b8c;
            border-color: #4c2b8c
        }

        .sgds-sec-button.is-primary span {
            border-color: #6137b3
        }

            .sgds-sec-button.is-primary span:hover {
                color: #4c2b8c;
                border-color: #4c2b8c
            }

.content .sgds-sec-button.is-primary.is-active span {
    border-bottom: 2px solid #6137b3
}

.sgds-sec-button.is-secondary {
    color: #3d68bd
}

    .sgds-sec-button.is-secondary:hover {
        color: #315396;
        border-color: #315396
    }

    .sgds-sec-button.is-secondary span {
        border-color: #3d68bd
    }

        .sgds-sec-button.is-secondary span:hover {
            color: #315396;
            border-color: #315396
        }

.content .sgds-sec-button.is-secondary.is-active span {
    border-bottom: 2px solid #3d68bd
}

.sgds-sec-button.is-white {
    color: #fff
}

    .sgds-sec-button.is-white:hover {
        color: #e6e6e6;
        border-color: #e6e6e6
    }

    .sgds-sec-button.is-white span {
        border-color: #fff
    }

        .sgds-sec-button.is-white span:hover {
            color: #e6e6e6;
            border-color: #e6e6e6
        }

.content .sgds-sec-button.is-white.is-active span {
    border-bottom: 2px solid #fff
}

.sgds-sec-button.is-black {
    color: #0a0a0a
}

    .sgds-sec-button.is-black:hover {
        color: #000;
        border-color: #000
    }

    .sgds-sec-button.is-black span {
        border-color: #0a0a0a
    }

        .sgds-sec-button.is-black span:hover {
            color: #000;
            border-color: #000
        }

.content .sgds-sec-button.is-black.is-active span {
    border-bottom: 2px solid #0a0a0a
}

.sgds-sec-button.is-light {
    color: #f5f5f5
}

    .sgds-sec-button.is-light:hover {
        color: #dbdbdb;
        border-color: #dbdbdb
    }

    .sgds-sec-button.is-light span {
        border-color: #f5f5f5
    }

        .sgds-sec-button.is-light span:hover {
            color: #dbdbdb;
            border-color: #dbdbdb
        }

.content .sgds-sec-button.is-light.is-active span {
    border-bottom: 2px solid #f5f5f5
}

.sgds-sec-button.is-dark {
    color: #333
}

    .sgds-sec-button.is-dark:hover {
        color: #1a1a1a;
        border-color: #1a1a1a
    }

    .sgds-sec-button.is-dark span {
        border-color: #333
    }

        .sgds-sec-button.is-dark span:hover {
            color: #1a1a1a;
            border-color: #1a1a1a
        }

.content .sgds-sec-button.is-dark.is-active span {
    border-bottom: 2px solid #333
}

.sgds-sec-button.is-link {
    color: #0070f0
}

    .sgds-sec-button.is-link:hover {
        color: #0058bd;
        border-color: #0058bd
    }

    .sgds-sec-button.is-link span {
        border-color: #0070f0
    }

        .sgds-sec-button.is-link span:hover {
            color: #0058bd;
            border-color: #0058bd
        }

.content .sgds-sec-button.is-link.is-active span {
    border-bottom: 2px solid #0070f0
}

.sgds-sec-button.is-info {
    color: #008094
}

    .sgds-sec-button.is-info:hover {
        color: #005461;
        border-color: #005461
    }

    .sgds-sec-button.is-info span {
        border-color: #008094
    }

        .sgds-sec-button.is-info span:hover {
            color: #005461;
            border-color: #005461
        }

.content .sgds-sec-button.is-info.is-active span {
    border-bottom: 2px solid #008094
}

.sgds-sec-button.is-success {
    color: #008549
}

    .sgds-sec-button.is-success:hover {
        color: #00522d;
        border-color: #00522d
    }

    .sgds-sec-button.is-success span {
        border-color: #008549
    }

        .sgds-sec-button.is-success span:hover {
            color: #00522d;
            border-color: #00522d
        }

.content .sgds-sec-button.is-success.is-active span {
    border-bottom: 2px solid #008549
}

.sgds-sec-button.is-warning {
    color: #f5a524
}

    .sgds-sec-button.is-warning:hover {
        color: #db8b0a;
        border-color: #db8b0a
    }

    .sgds-sec-button.is-warning span {
        border-color: #f5a524
    }

        .sgds-sec-button.is-warning span:hover {
            color: #db8b0a;
            border-color: #db8b0a
        }

.content .sgds-sec-button.is-warning.is-active span {
    border-bottom: 2px solid #f5a524
}

.sgds-sec-button.is-danger {
    color: #cf021a
}

    .sgds-sec-button.is-danger:hover {
        color: #9d0214;
        border-color: #9d0214
    }

    .sgds-sec-button.is-danger span {
        border-color: #cf021a
    }

        .sgds-sec-button.is-danger span:hover {
            color: #9d0214;
            border-color: #9d0214
        }

.content .sgds-sec-button.is-danger.is-active span {
    border-bottom: 2px solid #cf021a
}

.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: #474747;
    width: 100%;
    position: relative
}

.is-media-card .sgds-card:hover {
    background-color: #f9f9f9
}

.is-media-card .sgds-card .sgds-card-content {
    display: flex;
    height: 21rem;
    max-height: 21rem;
    flex-direction: column;
    justify-content: space-between
}

.is-media-card .sgds-card footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sgds-card.is-primary {
    color: #fff;
    background-color: #6137b3;
    border-color: transparent
}

    .sgds-card.is-primary:hover {
        background-color: #5b34aa
    }

    .sgds-card.is-primary .sgds-card-footer, .sgds-card.is-primary .sgds-card-footer-item {
        border-color: #997ad6
    }

.sgds-card.is-secondary {
    color: #fff;
    background-color: #3d68bd;
    border-color: transparent
}

    .sgds-card.is-secondary:hover {
        background-color: #3a62b3
    }

    .sgds-card.is-secondary .sgds-card-footer, .sgds-card.is-secondary .sgds-card-footer-item {
        border-color: #88a3d8
    }

.sgds-card.is-white {
    color: #0a0a0a;
    background-color: #fff;
    border-color: transparent
}

    .sgds-card.is-white:hover {
        background-color: #f9f9f9
    }

    .sgds-card.is-white .sgds-card-footer, .sgds-card.is-white .sgds-card-footer-item {
        border-color: #fff
    }

.sgds-card.is-black {
    color: #fff;
    background-color: #0a0a0a;
    border-color: transparent
}

    .sgds-card.is-black:hover {
        background-color: #040404
    }

    .sgds-card.is-black .sgds-card-footer, .sgds-card.is-black .sgds-card-footer-item {
        border-color: #3d3d3d
    }

.sgds-card.is-light {
    color: rgba(0,0,0,.7);
    background-color: #f5f5f5;
    border-color: transparent
}

    .sgds-card.is-light:hover {
        background-color: #eee
    }

    .sgds-card.is-light .sgds-card-footer, .sgds-card.is-light .sgds-card-footer-item {
        border-color: #fff
    }

.sgds-card.is-dark {
    color: #fff;
    background-color: #333;
    border-color: transparent
}

    .sgds-card.is-dark:hover {
        background-color: #2d2d2d
    }

    .sgds-card.is-dark .sgds-card-footer, .sgds-card.is-dark .sgds-card-footer-item {
        border-color: #666
    }

.sgds-card.is-link {
    color: #fff;
    background-color: #0070f0;
    border-color: transparent
}

    .sgds-card.is-link:hover {
        background-color: #006ae3
    }

    .sgds-card.is-link .sgds-card-footer, .sgds-card.is-link .sgds-card-footer-item {
        border-color: #57a5ff
    }

.sgds-card.is-info {
    color: #fff;
    background-color: #008094;
    border-color: transparent
}

    .sgds-card.is-info:hover {
        background-color: #007587
    }

    .sgds-card.is-info .sgds-card-footer, .sgds-card.is-info .sgds-card-footer-item {
        border-color: #00d9fa
    }

.sgds-card.is-success {
    color: #fff;
    background-color: #008549;
    border-color: transparent
}

    .sgds-card.is-success:hover {
        background-color: #007842
    }

    .sgds-card.is-success .sgds-card-footer, .sgds-card.is-success .sgds-card-footer-item {
        border-color: #00eb81
    }

.sgds-card.is-warning {
    color: #fff;
    background-color: #f5a524;
    border-color: transparent
}

    .sgds-card.is-warning:hover {
        background-color: #f4a018
    }

    .sgds-card.is-warning .sgds-card-footer, .sgds-card.is-warning .sgds-card-footer-item {
        border-color: #f9cd85
    }

.sgds-card.is-danger {
    color: #fff;
    background-color: #cf021a;
    border-color: transparent
}

    .sgds-card.is-danger:hover {
        background-color: #c20218
    }

    .sgds-card.is-danger .sgds-card-footer, .sgds-card.is-danger .sgds-card-footer-item {
        border-color: #fd3a51
    }

.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;
    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.is-primary {
        background-color: #6137b3;
        color: #fff
    }

        .sgds-card-footer-item.is-primary.is-hovered, .sgds-card-footer-item.is-primary:hover {
            background-color: #502e94;
            color: #fff
        }

        .sgds-card-footer-item.is-primary.is-active, .sgds-card-footer-item.is-primary:active {
            background-color: #754cc8;
            color: #fff
        }

        .sgds-card-footer-item.is-primary[disabled] {
            background-color: #6137b3;
            box-shadow: none
        }

    .sgds-card-footer-item.is-secondary {
        background-color: #3d68bd;
        color: #fff
    }

        .sgds-card-footer-item.is-secondary.is-hovered, .sgds-card-footer-item.is-secondary:hover {
            background-color: #33579e;
            color: #fff
        }

        .sgds-card-footer-item.is-secondary.is-active, .sgds-card-footer-item.is-secondary:active {
            background-color: #597fc9;
            color: #fff
        }

        .sgds-card-footer-item.is-secondary[disabled] {
            background-color: #3d68bd;
            box-shadow: none
        }

    .sgds-card-footer-item.is-white {
        background-color: #fff;
        color: #0a0a0a
    }

        .sgds-card-footer-item.is-white.is-hovered, .sgds-card-footer-item.is-white:hover {
            background-color: #ebebeb;
            color: #0a0a0a
        }

        .sgds-card-footer-item.is-white.is-active, .sgds-card-footer-item.is-white:active {
            background-color: #fff;
            color: #0a0a0a
        }

        .sgds-card-footer-item.is-white[disabled] {
            background-color: #fff;
            box-shadow: none
        }

    .sgds-card-footer-item.is-black {
        background-color: #0a0a0a;
        color: #fff
    }

        .sgds-card-footer-item.is-black.is-hovered, .sgds-card-footer-item.is-black:hover {
            background-color: #000;
            color: #fff
        }

        .sgds-card-footer-item.is-black.is-active, .sgds-card-footer-item.is-black:active {
            background-color: #1f1f1f;
            color: #fff
        }

        .sgds-card-footer-item.is-black[disabled] {
            background-color: #0a0a0a;
            box-shadow: none
        }

    .sgds-card-footer-item.is-light {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

        .sgds-card-footer-item.is-light.is-hovered, .sgds-card-footer-item.is-light:hover {
            background-color: #e0e0e0;
            color: rgba(0,0,0,.7)
        }

        .sgds-card-footer-item.is-light.is-active, .sgds-card-footer-item.is-light:active {
            background-color: #fff;
            color: rgba(0,0,0,.7)
        }

        .sgds-card-footer-item.is-light[disabled] {
            background-color: #f5f5f5;
            box-shadow: none
        }

    .sgds-card-footer-item.is-dark {
        background-color: #333;
        color: #fff
    }

        .sgds-card-footer-item.is-dark.is-hovered, .sgds-card-footer-item.is-dark:hover {
            background-color: #1f1f1f;
            color: #fff
        }

        .sgds-card-footer-item.is-dark.is-active, .sgds-card-footer-item.is-dark:active {
            background-color: #474747;
            color: #fff
        }

        .sgds-card-footer-item.is-dark[disabled] {
            background-color: #333;
            box-shadow: none
        }

    .sgds-card-footer-item.is-link {
        background-color: #0070f0;
        color: #fff
    }

        .sgds-card-footer-item.is-link.is-hovered, .sgds-card-footer-item.is-link:hover {
            background-color: #005dc7;
            color: #fff
        }

        .sgds-card-footer-item.is-link.is-active, .sgds-card-footer-item.is-link:active {
            background-color: #1a85ff;
            color: #fff
        }

        .sgds-card-footer-item.is-link[disabled] {
            background-color: #0070f0;
            box-shadow: none
        }

    .sgds-card-footer-item.is-info {
        background-color: #008094;
        color: #fff
    }

        .sgds-card-footer-item.is-info.is-hovered, .sgds-card-footer-item.is-info:hover {
            background-color: #005d6b;
            color: #fff
        }

        .sgds-card-footer-item.is-info.is-active, .sgds-card-footer-item.is-info:active {
            background-color: #00a4bd;
            color: #fff
        }

        .sgds-card-footer-item.is-info[disabled] {
            background-color: #008094;
            box-shadow: none
        }

    .sgds-card-footer-item.is-success {
        background-color: #008549;
        color: #fff
    }

        .sgds-card-footer-item.is-success.is-hovered, .sgds-card-footer-item.is-success:hover {
            background-color: #005c32;
            color: #fff
        }

        .sgds-card-footer-item.is-success.is-active, .sgds-card-footer-item.is-success:active {
            background-color: #00ad5f;
            color: #fff
        }

        .sgds-card-footer-item.is-success[disabled] {
            background-color: #008549;
            box-shadow: none
        }

    .sgds-card-footer-item.is-warning {
        background-color: #f5a524;
        color: #fff
    }

        .sgds-card-footer-item.is-warning.is-hovered, .sgds-card-footer-item.is-warning:hover {
            background-color: #e5910b;
            color: #fff
        }

        .sgds-card-footer-item.is-warning.is-active, .sgds-card-footer-item.is-warning:active {
            background-color: #f7b54b;
            color: #fff
        }

        .sgds-card-footer-item.is-warning[disabled] {
            background-color: #f5a524;
            box-shadow: none
        }

    .sgds-card-footer-item.is-danger {
        background-color: #cf021a;
        color: #fff
    }

        .sgds-card-footer-item.is-danger.is-hovered, .sgds-card-footer-item.is-danger:hover {
            background-color: #a70215;
            color: #fff
        }

        .sgds-card-footer-item.is-danger.is-active, .sgds-card-footer-item.is-danger:active {
            background-color: #f7021f;
            color: #fff
        }

        .sgds-card-footer-item.is-danger[disabled] {
            background-color: #cf021a;
            box-shadow: none
        }

    .sgds-card-footer-item:not(:last-child) {
        border-right: 1px solid #d6d6d6
    }

.sgds-card-button:active, .sgds-card-button:hover {
    cursor: pointer;
    color: #6137b3;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
}

.sgds-card .media:not(:last-child) {
    margin-bottom: .75rem
}

.sgds-card-variant-highlight {
    margin-top: var(--card-variant-highlight-margin-top);
    display: flex;
    flex-flow: column
}

    .sgds-card-variant-highlight .sgds-card-image {
        margin-top: calc(var(--card-variant-highlight-margin-top)*-1)
    }

        .sgds-card-variant-highlight .sgds-card-image img {
            margin-bottom: 0
        }

    .sgds-card-variant-highlight .sgds-card-content {
        flex-grow: 1
    }

        .sgds-card-variant-highlight .sgds-card-content h3 {
            margin-bottom: 0
        }

.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, .content ul {
    margin-left: 2em;
    margin-top: 1em
}

.content ul {
    list-style: disc outside
}

    .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: solid #d6d6d6;
        border-width: 0 0 1px;
        padding: .5em .75em;
        vertical-align: top
    }

    .content table th {
        color: #333;
        text-align: left
    }

    .content table thead td, .content table thead th {
        border-width: 0 0 2px;
        color: #333
    }

    .content table tfoot td, .content table tfoot th {
        border-width: 2px 0 0;
        color: #333
    }

    .content table tbody tr:last-child td, .content table tbody tr:last-child th {
        border-bottom-width: 0
    }

.content.has-default-header-styles h1, .content.has-default-header-styles h2, .content.has-default-header-styles h3, .content.has-default-header-styles h4, .content.has-default-header-styles h5, .content.has-default-header-styles h6 {
    font-weight: 600;
    line-height: 1.5
}

.content.has-default-header-styles h1 {
    margin-bottom: .5em
}

    .content.has-default-header-styles h1:not(:first-child) {
        margin-top: 1em
    }

.content.has-default-header-styles h2 {
    margin-bottom: .5714em
}

    .content.has-default-header-styles h2:not(:first-child) {
        margin-top: 1.1428em
    }

.content.has-default-header-styles h3 {
    margin-bottom: .6666em
}

    .content.has-default-header-styles h3:not(:first-child) {
        margin-top: 1.3333em
    }

.content.has-default-header-styles h4 {
    margin-bottom: .8em
}

.content.has-default-header-styles h5 {
    margin-bottom: .8888em
}

.content.has-default-header-styles h6 {
    margin-bottom: 1em
}

.content.is-small {
    font-size: var(--font-size-small)
}

.content.is-medium {
    font-size: var(--font-size-h6)
}

.content.is-large {
    font-size: var(--font-size-h5)
}

.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.is-menu-centered .sgds-dropdown-menu {
        top: 50%;
        transform: translateY(-50%)
    }

    .sgds-dropdown.is-menu-centered .sgds-dropdown-content {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .sgds-dropdown.is-menu-centered .sgds-dropdown-item {
        padding: .75rem 1.5rem
    }

    .sgds-dropdown.is-fullwidth {
        display: block;
        width: 100%
    }

        .sgds-dropdown.is-fullwidth .sgds-button {
            width: 100%;
            justify-content: space-between
        }

        .sgds-dropdown.is-fullwidth .sgds-dropdown-menu {
            width: 100%
        }

.sgds-dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    position: absolute;
    top: 100%;
    z-index: 20
}

    .sgds-dropdown-menu.is-multiselect {
        white-space: nowrap
    }

.sgds-dropdown-content {
    background-color: #fff;
    border-radius: var(--radius);
    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: #474747;
    display: block;
    font-size: var(--font-size-p);
    line-height: 1.5;
    padding: .5rem 1rem;
    position: relative
}

.sgds-hero .sgds-dropdown-item {
    font-size: var(--font-size-h6);
    text-align: left
}

.sgds-dropdown-item.is-active {
    background-color: #0070f0;
    color: #fff
}

.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: #0070f0;
        color: #fff
    }

.sgds-dropdown-divider {
    background-color: #d6d6d6;
    border: none;
    display: block;
    height: 1px;
    margin: .5rem 0
}

.sgds-file-upload .sgds-input-file {
    position: absolute;
    overflow: hidden;
    width: .1px;
    height: .1px;
    opacity: 0;
    z-index: -1
}

    .sgds-file-upload .sgds-input-file + .sgds-file-label {
        font-size: var(--font-size-p);
        color: #000;
        background-color: #e6e6e6;
        display: inline-block;
        padding: calc(.375em - 1px) .75em;
        border: 1px solid #e6e6e6
    }

        .sgds-file-upload .sgds-input-file + .sgds-file-label i {
            color: #000;
            margin-right: .625rem
        }

        .sgds-file-upload .sgds-input-file + .sgds-file-label:hover {
            background-color: #bfbfbf;
            cursor: pointer
        }

.sgds-file-upload.is-primary .sgds-file-label {
    background-color: #6137b3;
    color: #fff;
    border-color: #6137b3
}

    .sgds-file-upload.is-primary .sgds-file-label .sgds-icon {
        color: #fff
    }

    .sgds-file-upload.is-primary .sgds-file-label.is-hovered, .sgds-file-upload.is-primary .sgds-file-label:hover {
        background-color: #502e94;
        border-color: transparent;
        color: #fff
    }

.sgds-file-upload.is-secondary .sgds-file-label {
    background-color: #3d68bd;
    color: #fff;
    border-color: #3d68bd
}

    .sgds-file-upload.is-secondary .sgds-file-label .sgds-icon {
        color: #fff
    }

    .sgds-file-upload.is-secondary .sgds-file-label.is-hovered, .sgds-file-upload.is-secondary .sgds-file-label:hover {
        background-color: #33579e;
        border-color: transparent;
        color: #fff
    }

.sgds-file-upload.is-white .sgds-file-label {
    background-color: #fff;
    color: #0a0a0a;
    border-color: #fff
}

    .sgds-file-upload.is-white .sgds-file-label .sgds-icon {
        color: #0a0a0a
    }

    .sgds-file-upload.is-white .sgds-file-label.is-hovered, .sgds-file-upload.is-white .sgds-file-label:hover {
        background-color: #ebebeb;
        border-color: transparent;
        color: #0a0a0a
    }

.sgds-file-upload.is-black .sgds-file-label {
    background-color: #0a0a0a;
    color: #fff;
    border-color: #0a0a0a
}

    .sgds-file-upload.is-black .sgds-file-label .sgds-icon {
        color: #fff
    }

    .sgds-file-upload.is-black .sgds-file-label.is-hovered, .sgds-file-upload.is-black .sgds-file-label:hover {
        background-color: #000;
        border-color: transparent;
        color: #fff
    }

.sgds-file-upload.is-light .sgds-file-label {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.7);
    border-color: #f5f5f5
}

    .sgds-file-upload.is-light .sgds-file-label .sgds-icon {
        color: rgba(0,0,0,.7)
    }

    .sgds-file-upload.is-light .sgds-file-label.is-hovered, .sgds-file-upload.is-light .sgds-file-label:hover {
        background-color: #e0e0e0;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

.sgds-file-upload.is-dark .sgds-file-label {
    background-color: #333;
    color: #fff;
    border-color: #333
}

    .sgds-file-upload.is-dark .sgds-file-label .sgds-icon {
        color: #fff
    }

    .sgds-file-upload.is-dark .sgds-file-label.is-hovered, .sgds-file-upload.is-dark .sgds-file-label:hover {
        background-color: #1f1f1f;
        border-color: transparent;
        color: #fff
    }

.sgds-file-upload.is-link .sgds-file-label {
    background-color: #0070f0;
    color: #fff;
    border-color: #0070f0
}

    .sgds-file-upload.is-link .sgds-file-label .sgds-icon {
        color: #fff
    }

    .sgds-file-upload.is-link .sgds-file-label.is-hovered, .sgds-file-upload.is-link .sgds-file-label:hover {
        background-color: #005dc7;
        border-color: transparent;
        color: #fff
    }

.sgds-file-upload.is-info .sgds-file-label {
    background-color: #008094;
    color: #fff;
    border-color: #008094
}

    .sgds-file-upload.is-info .sgds-file-label .sgds-icon {
        color: #fff
    }

    .sgds-file-upload.is-info .sgds-file-label.is-hovered, .sgds-file-upload.is-info .sgds-file-label:hover {
        background-color: #005d6b;
        border-color: transparent;
        color: #fff
    }

.sgds-file-upload.is-success .sgds-file-label {
    background-color: #008549;
    color: #fff;
    border-color: #008549
}

    .sgds-file-upload.is-success .sgds-file-label .sgds-icon {
        color: #fff
    }

    .sgds-file-upload.is-success .sgds-file-label.is-hovered, .sgds-file-upload.is-success .sgds-file-label:hover {
        background-color: #005c32;
        border-color: transparent;
        color: #fff
    }

.sgds-file-upload.is-warning .sgds-file-label {
    background-color: #f5a524;
    color: #fff;
    color: #000;
    border-color: #f5a524
}

    .sgds-file-upload.is-warning .sgds-file-label .sgds-icon {
        color: #fff;
        color: #000
    }

    .sgds-file-upload.is-warning .sgds-file-label.is-hovered, .sgds-file-upload.is-warning .sgds-file-label:hover {
        background-color: #e5910b;
        border-color: transparent;
        color: #fff;
        color: #000
    }

.sgds-file-upload.is-danger .sgds-file-label {
    background-color: #cf021a;
    color: #fff;
    border-color: #cf021a
}

    .sgds-file-upload.is-danger .sgds-file-label .sgds-icon {
        color: #fff
    }

    .sgds-file-upload.is-danger .sgds-file-label.is-hovered, .sgds-file-upload.is-danger .sgds-file-label:hover {
        background-color: #a70215;
        border-color: transparent;
        color: #fff
    }

.sgds-file-upload-selectedFiles {
    border: 1px solid #fcfcfc;
    display: hidden;
    visibility: hidden
}

    .sgds-file-upload-selectedFiles.hasFiles {
        margin-top: 1rem;
        display: block;
        visibility: visible;
        padding: calc(.375em - 1px) .75em
    }

.sgds-footer > .top-section {
    padding: 2rem;
    background-color: #333
}

.sgds-footer .footer-link-title {
    color: #fff
}

.sgds-footer a {
    color: #b8b8b8;
    font-size: 17px;
    padding-right: 12px;
    line-height: 20px
}

    .sgds-footer a:hover {
        color: #fff
    }

    .sgds-footer a:last-child {
        padding-right: 0
    }

.sgds-footer p {
    color: #b8b8b8;
    line-height: 25px;
    font-size: 1.0625rem
}

    .sgds-footer p + p {
        margin-top: 15px
    }

.sgds-footer ul {
    margin: 0
}

    .sgds-footer ul li {
        display: inline-block;
        margin-top: 0
    }

@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: #b8b8b8
}

    .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 > .bottom-section {
    padding: 1rem 2rem;
    background-color: #1a1a1a
}

    .sgds-footer > .bottom-section .row {
        display: flex;
        align-items: center
    }

@media screen and (max-width:769px) {
    .sgds-footer > .bottom-section .row {
        display: block
    }
}

.sgds-footer > .bottom-section .row .col {
    padding-top: .5rem
}

    .sgds-footer > .bottom-section .row .col:last-child {
        padding-top: 0
    }

.sgds-footer > .bottom-section p {
    font-size: 1.0625rem;
    margin-bottom: 0
}

.is-hidden-desktop.last-updated {
    margin-top: 2px
}

.input, .textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border-radius: var(--radius);
    box-shadow: none;
    display: inline-flex;
    font-size: var(--font-size-p);
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.375em - 1px) calc(.625em - 1px);
    position: relative;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    color: #333;
    box-shadow: 0;
    max-width: 100%;
    width: 100%
}

    .input.is-active, .input.is-focused, .input:active, .input:focus, .textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus {
        outline: none
    }

    .input[disabled], .textarea[disabled] {
        cursor: not-allowed
    }

    .input::-moz-placeholder, .textarea::-moz-placeholder {
        color: rgba(51,51,51,.3)
    }

    .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
        color: rgba(51,51,51,.3)
    }

    .input:-moz-placeholder, .textarea:-moz-placeholder {
        color: rgba(51,51,51,.3)
    }

    .input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
        color: rgba(51,51,51,.3)
    }

    .input.is-hovered, .input:hover, .textarea.is-hovered, .textarea:hover {
        border-color: #474747
    }

    .input.is-active, .input.is-focused, .input:active, .input:focus, .textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus {
        border-color: #0070f0;
        box-shadow: 0 0 0 .125em rgba(0,112,240,.25)
    }

    .input[disabled], .textarea[disabled] {
        background-color: #f5f5f5;
        border-color: #f5f5f5;
        box-shadow: none;
        color: #757575
    }

        .input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
            color: hsla(0,0%,45.9%,.3)
        }

        .input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder {
            color: hsla(0,0%,45.9%,.3)
        }

        .input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder {
            color: hsla(0,0%,45.9%,.3)
        }

        .input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder {
            color: hsla(0,0%,45.9%,.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-primary, .textarea.is-primary {
        border-color: #6137b3
    }

        .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(97,55,179,.25)
        }

    .input.is-secondary, .textarea.is-secondary {
        border-color: #3d68bd
    }

        .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(61,104,189,.25)
        }

    .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 hsla(0,0%,100%,.25)
        }

    .input.is-black, .textarea.is-black {
        border-color: #0a0a0a
    }

        .input.is-black.is-active, .input.is-black.is-focused, .input.is-black:active, .input.is-black:focus, .textarea.is-black.is-active, .textarea.is-black.is-focused, .textarea.is-black:active, .textarea.is-black:focus {
            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 hsla(0,0%,96.1%,.25)
        }

    .input.is-dark, .textarea.is-dark {
        border-color: #333
    }

        .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(51,51,51,.25)
        }

    .input.is-link, .textarea.is-link {
        border-color: #0070f0
    }

        .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(0,112,240,.25)
        }

    .input.is-info, .textarea.is-info {
        border-color: #008094
    }

        .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(0,128,148,.25)
        }

    .input.is-success, .textarea.is-success {
        border-color: #008549
    }

        .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(0,133,73,.25)
        }

    .input.is-warning, .textarea.is-warning {
        border-color: #f5a524
    }

        .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(245,165,36,.25)
        }

    .input.is-danger, .textarea.is-danger {
        border-color: #cf021a
    }

        .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(207,2,26,.25)
        }

    .input.is-small, .textarea.is-small {
        border-radius: var(--radius-sm);
        font-size: var(--font-size-small)
    }

    .input.is-medium, .textarea.is-medium {
        font-size: var(--font-size-h6)
    }

    .input.is-large, .textarea.is-large {
        font-size: var(--font-size-h5)
    }

    .input.is-fullwidth, .textarea.is-fullwidth {
        display: block;
        width: 100%
    }

    .input.is-inline, .textarea.is-inline {
        display: inline;
        width: auto
    }

.input {
    border-radius: var(--radius)
}

    .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: auto
    }

    .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: #474747
    }

    .checkbox[disabled], .radio[disabled] {
        color: #757575;
        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 {
            font-family: sgds-icons;
            content: "";
            display: block;
            height: .625em;
            margin-top: -.7em;
            pointer-events: none;
            position: absolute;
            top: 50%;
            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-radius: var(--radius);
        box-shadow: none;
        display: inline-flex;
        font-size: var(--font-size-p);
        height: 2.25em;
        justify-content: flex-start;
        line-height: 1.5;
        padding: calc(.375em - 1px) calc(.625em - 1px);
        position: relative;
        vertical-align: top;
        background-color: #fff;
        border: 1px solid #d6d6d6;
        color: #333;
        cursor: pointer;
        display: block;
        font-size: 1em;
        max-width: 100%;
        outline: none
    }

        .select select.is-active, .select select.is-focused, .select select:active, .select select:focus {
            outline: none
        }

        .select select[disabled] {
            cursor: not-allowed
        }

        .select select::-moz-placeholder {
            color: rgba(51,51,51,.3)
        }

        .select select::-webkit-input-placeholder {
            color: rgba(51,51,51,.3)
        }

        .select select:-moz-placeholder {
            color: rgba(51,51,51,.3)
        }

        .select select:-ms-input-placeholder {
            color: rgba(51,51,51,.3)
        }

        .select select.is-hovered, .select select:hover {
            border-color: #474747
        }

        .select select.is-active, .select select.is-focused, .select select:active, .select select:focus {
            border-color: #0070f0;
            box-shadow: 0 0 0 .125em rgba(0,112,240,.25)
        }

        .select select[disabled] {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            box-shadow: none;
            color: #757575
        }

            .select select[disabled]::-moz-placeholder {
                color: hsla(0,0%,45.9%,.3)
            }

            .select select[disabled]::-webkit-input-placeholder {
                color: hsla(0,0%,45.9%,.3)
            }

            .select select[disabled]:-moz-placeholder {
                color: hsla(0,0%,45.9%,.3)
            }

            .select select[disabled]:-ms-input-placeholder {
                color: hsla(0,0%,45.9%,.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: #474747
    }

    .select.is-primary:not(:hover):after, .select.is-primary select {
        border-color: #6137b3
    }

        .select.is-primary select.is-hovered, .select.is-primary select:hover {
            border-color: #5631a0
        }

        .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(97,55,179,.25)
        }

    .select.is-secondary:not(:hover):after, .select.is-secondary select {
        border-color: #3d68bd
    }

        .select.is-secondary select.is-hovered, .select.is-secondary select:hover {
            border-color: #375da9
        }

        .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(61,104,189,.25)
        }

    .select.is-white:not(:hover):after, .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 hsla(0,0%,100%,.25)
        }

    .select.is-black:not(:hover):after, .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, .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 hsla(0,0%,96.1%,.25)
        }

    .select.is-dark:not(:hover):after, .select.is-dark select {
        border-color: #333
    }

        .select.is-dark select.is-hovered, .select.is-dark select:hover {
            border-color: #262626
        }

        .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(51,51,51,.25)
        }

    .select.is-link:not(:hover):after, .select.is-link select {
        border-color: #0070f0
    }

        .select.is-link select.is-hovered, .select.is-link select:hover {
            border-color: #0064d6
        }

        .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(0,112,240,.25)
        }

    .select.is-info:not(:hover):after, .select.is-info select {
        border-color: #008094
    }

        .select.is-info select.is-hovered, .select.is-info select:hover {
            border-color: #006a7a
        }

        .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(0,128,148,.25)
        }

    .select.is-success:not(:hover):after, .select.is-success select {
        border-color: #008549
    }

        .select.is-success select.is-hovered, .select.is-success select:hover {
            border-color: #006b3b
        }

        .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(0,133,73,.25)
        }

    .select.is-warning:not(:hover):after, .select.is-warning select {
        border-color: #f5a524
    }

        .select.is-warning select.is-hovered, .select.is-warning select:hover {
            border-color: #f49b0b
        }

        .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(245,165,36,.25)
        }

    .select.is-danger:not(:hover):after, .select.is-danger select {
        border-color: #cf021a
    }

        .select.is-danger select.is-hovered, .select.is-danger select:hover {
            border-color: #b60217
        }

        .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(207,2,26,.25)
        }

    .select.is-small {
        border-radius: var(--radius-sm);
        font-size: var(--font-size-small)
    }

    .select.is-medium {
        font-size: var(--font-size-h6)
    }

    .select.is-large {
        font-size: var(--font-size-h5)
    }

    .select.is-disabled:after {
        border-color: #757575
    }

    .select.is-fullwidth, .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: var(--font-size-small)
    }

    .select.is-loading.is-medium:after {
        font-size: var(--font-size-h6)
    }

    .select.is-loading.is-large:after {
        font-size: var(--font-size-h5)
    }

.file {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    position: relative
}

    .file.is-primary .file-cta {
        background-color: #6137b3;
        border-color: transparent;
        color: #fff
    }

    .file.is-primary.is-hovered .file-cta, .file.is-primary:hover .file-cta {
        background-color: #5b34aa;
        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(97,55,179,.25);
        color: #fff
    }

    .file.is-primary.is-active .file-cta, .file.is-primary:active .file-cta {
        background-color: #5631a0;
        border-color: transparent;
        color: #fff
    }

    .file.is-secondary .file-cta {
        background-color: #3d68bd;
        border-color: transparent;
        color: #fff
    }

    .file.is-secondary.is-hovered .file-cta, .file.is-secondary:hover .file-cta {
        background-color: #3a62b3;
        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(61,104,189,.25);
        color: #fff
    }

    .file.is-secondary.is-active .file-cta, .file.is-secondary:active .file-cta {
        background-color: #375da9;
        border-color: transparent;
        color: #fff
    }

    .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 hsla(0,0%,100%,.25);
        color: #0a0a0a
    }

    .file.is-white.is-active .file-cta, .file.is-white:active .file-cta {
        background-color: #f2f2f2;
        border-color: transparent;
        color: #0a0a0a
    }

    .file.is-black .file-cta {
        background-color: #0a0a0a;
        border-color: transparent;
        color: #fff
    }

    .file.is-black.is-hovered .file-cta, .file.is-black:hover .file-cta {
        background-color: #040404;
        border-color: transparent;
        color: #fff
    }

    .file.is-black.is-focused .file-cta, .file.is-black:focus .file-cta {
        border-color: transparent;
        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: rgba(0,0,0,.7)
    }

    .file.is-light.is-hovered .file-cta, .file.is-light:hover .file-cta {
        background-color: #eee;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .file.is-light.is-focused .file-cta, .file.is-light:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em hsla(0,0%,96.1%,.25);
        color: rgba(0,0,0,.7)
    }

    .file.is-light.is-active .file-cta, .file.is-light:active .file-cta {
        background-color: #e8e8e8;
        border-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .file.is-dark .file-cta {
        background-color: #333;
        border-color: transparent;
        color: #fff
    }

    .file.is-dark.is-hovered .file-cta, .file.is-dark:hover .file-cta {
        background-color: #2d2d2d;
        border-color: transparent;
        color: #fff
    }

    .file.is-dark.is-focused .file-cta, .file.is-dark:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(51,51,51,.25);
        color: #fff
    }

    .file.is-dark.is-active .file-cta, .file.is-dark:active .file-cta {
        background-color: #262626;
        border-color: transparent;
        color: #fff
    }

    .file.is-link .file-cta {
        background-color: #0070f0;
        border-color: transparent;
        color: #fff
    }

    .file.is-link.is-hovered .file-cta, .file.is-link:hover .file-cta {
        background-color: #006ae3;
        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(0,112,240,.25);
        color: #fff
    }

    .file.is-link.is-active .file-cta, .file.is-link:active .file-cta {
        background-color: #0064d6;
        border-color: transparent;
        color: #fff
    }

    .file.is-info .file-cta {
        background-color: #008094;
        border-color: transparent;
        color: #fff
    }

    .file.is-info.is-hovered .file-cta, .file.is-info:hover .file-cta {
        background-color: #007587;
        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(0,128,148,.25);
        color: #fff
    }

    .file.is-info.is-active .file-cta, .file.is-info:active .file-cta {
        background-color: #006a7a;
        border-color: transparent;
        color: #fff
    }

    .file.is-success .file-cta {
        background-color: #008549;
        border-color: transparent;
        color: #fff
    }

    .file.is-success.is-hovered .file-cta, .file.is-success:hover .file-cta {
        background-color: #007842;
        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(0,133,73,.25);
        color: #fff
    }

    .file.is-success.is-active .file-cta, .file.is-success:active .file-cta {
        background-color: #006b3b;
        border-color: transparent;
        color: #fff
    }

    .file.is-warning .file-cta {
        background-color: #f5a524;
        border-color: transparent;
        color: #fff
    }

    .file.is-warning.is-hovered .file-cta, .file.is-warning:hover .file-cta {
        background-color: #f4a018;
        border-color: transparent;
        color: #fff
    }

    .file.is-warning.is-focused .file-cta, .file.is-warning:focus .file-cta {
        border-color: transparent;
        box-shadow: 0 0 .5em rgba(245,165,36,.25);
        color: #fff
    }

    .file.is-warning.is-active .file-cta, .file.is-warning:active .file-cta {
        background-color: #f49b0b;
        border-color: transparent;
        color: #fff
    }

    .file.is-danger .file-cta {
        background-color: #cf021a;
        border-color: transparent;
        color: #fff
    }

    .file.is-danger.is-hovered .file-cta, .file.is-danger:hover .file-cta {
        background-color: #c20218;
        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(207,2,26,.25);
        color: #fff
    }

    .file.is-danger.is-active .file-cta, .file.is-danger:active .file-cta {
        background-color: #b60217;
        border-color: transparent;
        color: #fff
    }

    .file.is-small {
        font-size: var(--font-size-small)
    }

    .file.is-medium {
        font-size: var(--font-size-h6)
    }

        .file.is-medium .file-icon .fa {
            font-size: 21px
        }

    .file.is-large {
        font-size: var(--font-size-h5)
    }

        .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: var(--radius)
    }

    .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: var(--radius) var(--radius) 0 0
    }

    .file.is-boxed.has-name .file-name {
        border-radius: 0 0 var(--radius) var(--radius);
        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 var(--radius) var(--radius) 0
        }

        .file.is-right .file-name {
            border-radius: var(--radius) 0 0 var(--radius);
            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: #333
    }

    .file-label:hover .file-name {
        border-color: #d0d0d0
    }

    .file-label:active .file-cta {
        background-color: #e8e8e8;
        color: #333
    }

    .file-label:active .file-name {
        border-color: #c9c9c9
    }

.file-input {
    height: .01em;
    left: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: .01em
}

.file-cta, .file-name {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    box-shadow: none;
    display: inline-flex;
    font-size: var(--font-size-p);
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
    border: 1px solid #d6d6d6;
    border-radius: var(--radius);
    font-size: 1em;
    padding: calc(.375em - 1px) 1em;
    white-space: nowrap
}

    .file-cta.is-active, .file-cta.is-focused, .file-cta:active, .file-cta:focus, .file-name.is-active, .file-name.is-focused, .file-name:active, .file-name:focus {
        outline: none
    }

    .file-cta[disabled], .file-name[disabled] {
        cursor: not-allowed
    }

.file-cta {
    background-color: #f5f5f5;
    color: #474747
}

.file-name {
    border: 1px solid #d6d6d6;
    border-left-width: 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: #333;
    display: block;
    font-size: var(--font-size-p);
    font-weight: 700
}

    .label:not(:last-child) {
        margin-bottom: .5em
    }

    .label.is-small {
        font-size: var(--font-size-small)
    }

    .label.is-medium {
        font-size: var(--font-size-h6)
    }

    .label.is-large {
        font-size: var(--font-size-h5)
    }

.hint {
    display: block;
    font-size: var(--font-size-p);
    font-weight: lighter;
    margin-bottom: .5em;
    color: #757575
}

    .hint.is-primary {
        color: #6137b3
    }

    .hint.is-secondary {
        color: #3d68bd
    }

    .hint.is-white {
        color: #fff
    }

    .hint.is-black {
        color: #0a0a0a
    }

    .hint.is-light {
        color: #f5f5f5
    }

    .hint.is-dark {
        color: #333
    }

    .hint.is-link {
        color: #0070f0
    }

    .hint.is-info {
        color: #008094
    }

    .hint.is-success {
        color: #008549
    }

    .hint.is-warning {
        color: #f5a524
    }

    .hint.is-danger {
        color: #cf021a
    }

.help {
    display: block;
    font-size: var(--font-size-small);
    margin-top: .25rem
}

    .help.is-primary {
        color: #6137b3
    }

    .help.is-secondary {
        color: #3d68bd
    }

    .help.is-white {
        color: #fff
    }

    .help.is-black {
        color: #0a0a0a
    }

    .help.is-light {
        color: #f5f5f5
    }

    .help.is-dark {
        color: #333
    }

    .help.is-link {
        color: #0070f0
    }

    .help.is-info {
        color: #008094
    }

    .help.is-success {
        color: #008549
    }

    .help.is-warning {
        color: #f5a524
    }

    .help.is-danger {
        color: #cf021a
    }

.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) .input, .field.has-addons .control:not(:first-child):not(:last-child) .select select, .field.has-addons .control:not(:first-child):not(:last-child) .sgds-button {
        border-radius: 0
    }

    .field.has-addons .control:first-child .input, .field.has-addons .control:first-child .select select, .field.has-addons .control:first-child .sgds-button {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .field.has-addons .control:last-child .input, .field.has-addons .control:last-child .select select, .field.has-addons .control:last-child .sgds-button {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .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, .field.has-addons .control .sgds-button:not([disabled]).is-hovered, .field.has-addons .control .sgds-button:not([disabled]):hover {
        z-index: 2
    }

    .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, .field.has-addons .control .sgds-button:not([disabled]).is-active, .field.has-addons .control .sgds-button:not([disabled]).is-focused, .field.has-addons .control .sgds-button:not([disabled]):active, .field.has-addons .control .sgds-button:not([disabled]):focus {
        z-index: 3
    }

        .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, .field.has-addons .control .sgds-button:not([disabled]).is-active:hover, .field.has-addons .control .sgds-button:not([disabled]).is-focused:hover, .field.has-addons .control .sgds-button:not([disabled]):active:hover, .field.has-addons .control .sgds-button: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 print,screen and (min-width:769px) {
    .field.is-horizontal {
        display: flex
    }
}

.field-label .label {
    font-size: inherit
}

@media screen and (max-width:768px) {
    .field-label {
        margin-bottom: .5rem
    }
}

@media print,screen and (min-width:769px) {
    .field-label {
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right
    }

        .field-label.is-small {
            font-size: var(--font-size-small);
            padding-top: .375em
        }

        .field-label.is-normal {
            padding-top: .375em
        }

        .field-label.is-medium {
            font-size: var(--font-size-h6);
            padding-top: .375em
        }

        .field-label.is-large {
            font-size: var(--font-size-h5);
            padding-top: .375em
        }
}

.field-body .field .field {
    margin-bottom: 0
}

@media print,screen and (min-width:769px) {
    .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: var(--font-size-p);
    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: #757575
    }

    .control.has-icon .input.is-small + .icon {
        font-size: var(--font-size-small)
    }

    .control.has-icon .input.is-medium + .icon {
        font-size: var(--font-size-h6)
    }

    .control.has-icon .input.is-large + .icon {
        font-size: var(--font-size-h5)
    }

    .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: #757575
    }

    .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: var(--font-size-small)
    }

    .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: var(--font-size-h6)
    }

    .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: var(--font-size-h5)
    }

    .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: var(--font-size-small)
    }

    .control.is-loading.is-medium:after {
        font-size: var(--font-size-h6)
    }

    .control.is-loading.is-large:after {
        font-size: var(--font-size-h5)
    }

.sgds-hero {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .sgds-hero .navbar {
        background: none
    }

    .sgds-hero .tabs ul {
        border-bottom: none
    }

    .sgds-hero.is-primary {
        background-color: #6137b3;
        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: hsla(0,0%,100%,.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: #6137b3
    }
}

.sgds-hero.is-primary .navbar-item, .sgds-hero.is-primary .navbar-link {
    color: hsla(0,0%,100%,.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: #5631a0;
        color: #fff
    }

.sgds-hero.is-primary .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-primary .tabs a:hover, .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: #6137b3
}

.sgds-hero.is-primary.is-bold {
    background-image: linear-gradient(141deg,#352296,#6137b3 71%,#823acb)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-primary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#352296,#6137b3 71%,#823acb)
    }
}

.sgds-hero.is-secondary {
    background-color: #3d68bd;
    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: hsla(0,0%,100%,.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: #3d68bd
    }
}

.sgds-hero.is-secondary .navbar-item, .sgds-hero.is-secondary .navbar-link {
    color: hsla(0,0%,100%,.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: #375da9;
        color: #fff
    }

.sgds-hero.is-secondary .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-secondary .tabs a:hover, .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: #3d68bd
}

.sgds-hero.is-secondary.is-bold {
    background-image: linear-gradient(141deg,#2763a0,#3d68bd 71%,#485ecb)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-secondary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#2763a0,#3d68bd 71%,#485ecb)
    }
}

.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, .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,#e6e6e6,#fff 71%,#fff)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-white.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#e6e6e6,#fff 71%,#fff)
    }
}

.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: hsla(0,0%,100%,.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: hsla(0,0%,100%,.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, .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,#0a0a0a 71%,#181616)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-black.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#000,#0a0a0a 71%,#181616)
    }
}

.sgds-hero.is-light {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.7)
}

    .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: rgba(0,0,0,.7)
    }

    .sgds-hero.is-light .subtitle {
        color: rgba(0,0,0,.9)
    }

        .sgds-hero.is-light .subtitle a:not(.sgds-button), .sgds-hero.is-light .subtitle strong {
            color: rgba(0,0,0,.7)
        }

@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(0,0,0,.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: rgba(0,0,0,.7)
    }

.sgds-hero.is-light .tabs a {
    color: rgba(0,0,0,.7);
    opacity: .9
}

    .sgds-hero.is-light .tabs a:hover, .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: rgba(0,0,0,.7)
}

    .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: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.7);
    color: #f5f5f5
}

.sgds-hero.is-light.is-bold {
    background-image: linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-light.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)
    }
}

.sgds-hero.is-dark {
    background-color: #333;
    color: #fff
}

    .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: #fff
    }

    .sgds-hero.is-dark .subtitle {
        color: hsla(0,0%,100%,.9)
    }

        .sgds-hero.is-dark .subtitle a:not(.sgds-button), .sgds-hero.is-dark .subtitle strong {
            color: #fff
        }

@media screen and (max-width:1023px) {
    .sgds-hero.is-dark .navbar-menu {
        background-color: #333
    }
}

.sgds-hero.is-dark .navbar-item, .sgds-hero.is-dark .navbar-link {
    color: hsla(0,0%,100%,.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: #262626;
        color: #fff
    }

.sgds-hero.is-dark .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-dark .tabs a:hover, .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: #fff
}

    .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: #fff;
    border-color: #fff;
    color: #333
}

.sgds-hero.is-dark.is-bold {
    background-image: linear-gradient(141deg,#1c1718,#333 71%,#433e3d)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-dark.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#1c1718,#333 71%,#433e3d)
    }
}

.sgds-hero.is-link {
    background-color: #0070f0;
    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: hsla(0,0%,100%,.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: #0070f0
    }
}

.sgds-hero.is-link .navbar-item, .sgds-hero.is-link .navbar-link {
    color: hsla(0,0%,100%,.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: #0064d6;
        color: #fff
    }

.sgds-hero.is-link .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-link .tabs a:hover, .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: #0070f0
}

.sgds-hero.is-link.is-bold {
    background-image: linear-gradient(141deg,#0078bd,#0070f0 71%,#0a54ff)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-link.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#0078bd,#0070f0 71%,#0a54ff)
    }
}

.sgds-hero.is-info {
    background-color: #008094;
    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: hsla(0,0%,100%,.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: #008094
    }
}

.sgds-hero.is-info .navbar-item, .sgds-hero.is-info .navbar-link {
    color: hsla(0,0%,100%,.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: #006a7a;
        color: #fff
    }

.sgds-hero.is-info .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-info .tabs a:hover, .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: #008094
}

.sgds-hero.is-info.is-bold {
    background-image: linear-gradient(141deg,#00615e,#008094 71%,#0079ad)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-info.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#00615e,#008094 71%,#0079ad)
    }
}

.sgds-hero.is-success {
    background-color: #008549;
    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: hsla(0,0%,100%,.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: #008549
    }
}

.sgds-hero.is-success .navbar-item, .sgds-hero.is-success .navbar-link {
    color: hsla(0,0%,100%,.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: #006b3b;
        color: #fff
    }

.sgds-hero.is-success .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-success .tabs a:hover, .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: #008549
}

.sgds-hero.is-success.is-bold {
    background-image: linear-gradient(141deg,#00521f,#008549 71%,#009e71)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-success.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#00521f,#008549 71%,#009e71)
    }
}

.sgds-hero.is-warning {
    background-color: #f5a524;
    color: #fff
}

    .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: #fff
    }

    .sgds-hero.is-warning .subtitle {
        color: hsla(0,0%,100%,.9)
    }

        .sgds-hero.is-warning .subtitle a:not(.sgds-button), .sgds-hero.is-warning .subtitle strong {
            color: #fff
        }

@media screen and (max-width:1023px) {
    .sgds-hero.is-warning .navbar-menu {
        background-color: #f5a524
    }
}

.sgds-hero.is-warning .navbar-item, .sgds-hero.is-warning .navbar-link {
    color: hsla(0,0%,100%,.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: #f49b0b;
        color: #fff
    }

.sgds-hero.is-warning .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-warning .tabs a:hover, .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: #fff
}

    .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: #fff;
    border-color: #fff;
    color: #f5a524
}

.sgds-hero.is-warning.is-bold {
    background-image: linear-gradient(141deg,#e66700,#f5a524 71%,#fbd037)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-warning.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#e66700,#f5a524 71%,#fbd037)
    }
}

.sgds-hero.is-danger {
    background-color: #cf021a;
    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: hsla(0,0%,100%,.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: #cf021a
    }
}

.sgds-hero.is-danger .navbar-item, .sgds-hero.is-danger .navbar-link {
    color: hsla(0,0%,100%,.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: #b60217;
        color: #fff
    }

.sgds-hero.is-danger .tabs a {
    color: #fff;
    opacity: .9
}

    .sgds-hero.is-danger .tabs a:hover, .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: #cf021a
}

.sgds-hero.is-danger.is-bold {
    background-image: linear-gradient(141deg,#9e002d,#cf021a 71%,#eb0c00)
}

@media screen and (max-width:768px) {
    .sgds-hero.is-danger.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#9e002d,#cf021a 71%,#eb0c00)
    }
}

.sgds-hero.is-small .sgds-hero-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media print,screen and (min-width:769px) {
    .sgds-hero.is-medium .sgds-hero-body {
        padding-bottom: 9rem;
        padding-top: 9rem
    }
}

@media print,screen and (min-width:769px) {
    .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 print,screen and (min-width:769px) {
    .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: #3d68bd;
    color: #fff
}

    #key-highlights .col {
        padding: 1.2rem 2rem !important;
        cursor: pointer;
        transition: all .5s;
        border-left: 1px solid #315396
    }

@media screen and (max-width:768px) {
    #key-highlights .col {
        border-left: 0;
        border-top: 1px solid #315396
    }
}

#key-highlights .col:hover {
    color: #e6e6e6;
    background-color: #315396
}

#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-1by1 img, .sgds-image.is-2by1 img, .sgds-image.is-3by2 img, .sgds-image.is-4by3 img, .sgds-image.is-16by9 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: var(--radius)
    }

    .level img {
        display: inline-block;
        vertical-align: top
    }

    .level.is-mobile, .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 print,screen and (min-width:769px) {
    .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 print,screen and (min-width:769px) {
    .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 print,screen and (min-width:769px) {
    .level-left {
        display: flex
    }
}

.level-right {
    align-items: center;
    justify-content: flex-end
}

@media print,screen and (min-width:769px) {
    .level-right {
        display: flex
    }
}

.masthead-layout-container {
    display: flex;
    margin-left: 0;
    margin-right: 0
}

.sgds-masthead {
    padding: 0;
    background-color: #f0f0f0;
    color: #484848
}

    .sgds-masthead p {
        margin-bottom: none
    }

    .sgds-masthead .masthead-layout {
        display: table;
        min-height: 1.75rem;
        color: #484848;
        font-size: .875rem
    }

    .sgds-masthead .masthead-divider {
        width: 100%;
        border-bottom: 0 solid #ccc
    }

        .sgds-masthead .masthead-divider.is-hidden {
            display: none
        }

@media screen and (max-width:1023px) {
    .sgds-masthead .masthead-layout {
        text-align: left
    }
}

.sgds-masthead .is-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: .25rem
}

.sgds-masthead .row.is-multiline.is-vcentered {
    margin-right: 0
}

.sgds-masthead .banner-text-layout {
    display: table
}

.sgds-masthead .sgds-icon-chevron-down, .sgds-masthead .sgds-icon-chevron-up, .sgds-masthead .sgds-icon-sg-crest {
    display: table-cell;
    vertical-align: middle
}

.sgds-icon-sg-crest {
    font-size: 1.25rem
}

.sgds-icon-chevron-down, .sgds-icon-chevron-up {
    font-size: .75rem
}

.sgds-masthead .sgds-icon-chevron-down, .sgds-masthead .sgds-icon-chevron-up {
    margin-left: .125rem
}

.sgds-masthead .sgds-masthead-button {
    display: table-cell;
    cursor: pointer;
    color: #2f60ce
}

    .sgds-masthead .sgds-masthead-button:hover {
        color: #23489b
    }

.sgds-masthead .sgds-masthead-button-text {
    text-decoration-line: underline;
    padding-left: 0
}

.sgds-masthead .banner-content-layout {
    flex: none;
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 2.75rem
}

    .sgds-masthead .banner-content-layout.is-hidden {
        display: none
    }

.sgds-masthead .banner-icon {
    float: left;
    margin-right: .75rem;
    align-self: flex-start;
    margin-top: .5625rem;
    height: 1.125rem
}

.sgds-masthead .inline-banner-icon {
    height: .8125rem;
    display: inline
}

.sgds-masthead .banner-content {
    float: left;
    display: inline-flex;
    max-width: min(40%,31.5rem)
}

.sgds-masthead .banner-content-text {
    display: contents;
    font-size: inherit
}

    .sgds-masthead .banner-content-text:after {
        padding-left: 2px
    }

.sgds-masthead .banner-content:first-child {
    margin-right: min(12%,12.5rem)
}

.sgds-masthead .banner-content div {
    font-size: 1rem;
    line-height: 2.25rem;
    letter-spacing: 0
}

.sgds-masthead .banner-content p {
    line-height: 1.5rem;
    font-size: inherit
}

@media screen and (max-width:1023px) {
    .sgds-masthead .banner-content-layout {
        padding-bottom: 2rem;
        padding-top: .25rem
    }

    .sgds-masthead .sgds-container {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .sgds-masthead .masthead-layout {
        font-size: .75rem;
        cursor: pointer
    }

    .sgds-masthead .masthead-divider {
        border-bottom-width: 1px
    }

    .sgds-masthead .banner-content {
        max-width: unset
    }

        .sgds-masthead .banner-content:first-child {
            margin-right: unset;
            margin-bottom: 1rem
        }

    .sgds-masthead .banner-icon {
        margin-left: .1875rem;
        margin-right: .1875rem;
        margin-top: .5rem;
        height: .875rem
    }

    .sgds-masthead .banner-content-text-container {
        padding-left: .25rem
    }

    .sgds-masthead .inline-banner-icon {
        height: .625rem
    }

    .sgds-masthead .banner-content div {
        font-size: .75rem;
        line-height: 1.75rem
    }

    .sgds-masthead .banner-content p {
        line-height: 1rem
    }
}

@media screen and (max-width:364px) {
    .sgds-masthead .masthead-layout {
        font-size: .6875rem;
        cursor: pointer
    }
}

@media screen and (max-width:340px) {
    .sgds-masthead .masthead-layout {
        font-size: .625rem;
        cursor: pointer
    }
}

.avoidwrap {
    display: inline-block
}

.media {
    align-items: flex-start;
    display: flex;
    text-align: left
}

    .media .content:not(:last-child) {
        margin-bottom: .75rem
    }

    .media .media {
        border-top: 1px solid hsla(0,0%,83.9%,.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 hsla(0,0%,83.9%,.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
}

.sidebar {
    will-change: min-height
}

.sidebar__inner {
    transform: translate(0);
    transform: translateZ(0);
    will-change: position,transform
}

.sgds-menu-list {
    margin: 0;
    list-style-type: none
}

.content .sgds-menu-list {
    list-style: none
}

.sgds-menu-list a {
    color: #333;
    display: flex;
    font-size: 1.0625rem;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 0
}

    .sgds-menu-list a .sgds-icon {
        font-size: 1.5rem
    }

    .sgds-menu-list a:hover {
        color: #6137b3
    }

    .sgds-menu-list a.is-active {
        color: #6137b3;
        font-weight: 600;
        border-color: #6137b3;
        border-bottom: 2px solid #6137b3
    }

    .sgds-menu-list a.second-level-nav-header, .sgds-menu-list a.second-level-nav-header.is-active, .sgds-menu-list a.second-level-nav-header.is-active:hover, .sgds-menu-list a.second-level-nav-header:hover {
        border-bottom: 1px solid #fff !important
    }

.sgds-menu-list li {
    font-size: var(--font-size-h6);
    line-height: 2rem;
    margin: 0
}

    .sgds-menu-list li.second-level-nav-header.is-active + div.second-level-nav-div {
        display: block;
        visibility: visible
    }

        .sgds-menu-list li.second-level-nav-header.is-active + div.second-level-nav-div.is-hidden {
            display: none;
            visibility: hidden
        }

    .sgds-menu-list li.second-level-nav-header:active + div.second-level-nav-div, .sgds-menu-list li.second-level-nav-header:hover + div.second-level-nav-div {
        display: block;
        visibility: visible
    }

        .sgds-menu-list li.second-level-nav-header:active + div.second-level-nav-div.is-hidden, .sgds-menu-list li.second-level-nav-header:hover + div.second-level-nav-div.is-hidden {
            display: none;
            visibility: hidden
        }

    .sgds-menu-list li a.second-level-nav-item {
        border: 0 !important;
        padding-left: 1.5rem;
        padding-top: 0
    }

    .sgds-menu-list li:not(:first-child) a {
        border-top: 1px solid #767676
    }

.sgds-menu-list-label {
    color: #767676;
    font-size: .75em;
    letter-spacing: .1em;
    text-transform: uppercase
}

    .sgds-menu-list-label:not(:first-child) {
        margin-top: 1em
    }

    .sgds-menu-list-label:not(:last-child) {
        margin-bottom: 1em
    }

.sgds-menu.variant-simple .sgds-menu-list li:not(:first-child) a {
    border: none
}

.sgds-menu.variant-simple .sgds-menu-list a {
    padding-top: 0;
    padding-bottom: 0
}

.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: 9999
}

    .sgds-modal.is-active {
        display: flex
    }

    .sgds-modal.is-small .sgds-modal-card {
        width: 30vw
    }

    .sgds-modal.is-large .sgds-modal-card {
        width: 70vw
    }

    .sgds-modal.is-fullwidth .sgds-modal-card {
        width: 95vw
    }

.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
}

.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: none;
    position: relative;
    vertical-align: top;
    width: 20px;
    background: none;
    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;
    width: 50vw;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden
}

.sgds-modal-card-foot, .sgds-modal-card-head {
    align-items: center;
    background-color: #fff;
    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: var(--radius-lg);
    border-top-right-radius: var(--radius-lg)
}

.sgds-modal-card-title {
    color: #333;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: var(--font-size-h4);
    line-height: 1
}

.sgds-modal-card-foot {
    border-bottom-left-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg)
}

    .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
}

.sgds-navbar {
    background-color: #fff;
    min-height: 5.25rem;
    position: relative;
    z-index: 30
}

    .sgds-navbar.is-primary {
        background-color: #6137b3;
        color: #fff
    }

        .sgds-navbar.is-primary .sgds-navbar-brand .sgds-navbar-link, .sgds-navbar.is-primary .sgds-navbar-brand > .sgds-navbar-item {
            color: #fff
        }

            .sgds-navbar.is-primary .sgds-navbar-brand .sgds-navbar-link.is-active, .sgds-navbar.is-primary .sgds-navbar-brand .sgds-navbar-link:focus, .sgds-navbar.is-primary .sgds-navbar-brand .sgds-navbar-link:hover, .sgds-navbar.is-primary .sgds-navbar-brand > a.sgds-navbar-item.is-active, .sgds-navbar.is-primary .sgds-navbar-brand > a.sgds-navbar-item:focus, .sgds-navbar.is-primary .sgds-navbar-brand > a.sgds-navbar-item:hover {
                background-color: #5631a0;
                color: #fff
            }

            .sgds-navbar.is-primary .sgds-navbar-brand .sgds-navbar-link:after {
                border-color: #fff
            }

        .sgds-navbar.is-primary .sgds-navbar-burger {
            color: #fff
        }

@media screen and (min-width:1024px) {
    .sgds-navbar.is-primary .sgds-navbar-end .sgds-navbar-link, .sgds-navbar.is-primary .sgds-navbar-end > .sgds-navbar-item, .sgds-navbar.is-primary .sgds-navbar-start .sgds-navbar-link, .sgds-navbar.is-primary .sgds-navbar-start > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-primary .sgds-navbar-end .sgds-navbar-link.is-active, .sgds-navbar.is-primary .sgds-navbar-end .sgds-navbar-link:focus, .sgds-navbar.is-primary .sgds-navbar-end .sgds-navbar-link:hover, .sgds-navbar.is-primary .sgds-navbar-end > a.sgds-navbar-item.is-active, .sgds-navbar.is-primary .sgds-navbar-end > a.sgds-navbar-item:focus, .sgds-navbar.is-primary .sgds-navbar-end > a.sgds-navbar-item:hover, .sgds-navbar.is-primary .sgds-navbar-start .sgds-navbar-link.is-active, .sgds-navbar.is-primary .sgds-navbar-start .sgds-navbar-link:focus, .sgds-navbar.is-primary .sgds-navbar-start .sgds-navbar-link:hover, .sgds-navbar.is-primary .sgds-navbar-start > a.sgds-navbar-item.is-active, .sgds-navbar.is-primary .sgds-navbar-start > a.sgds-navbar-item:focus, .sgds-navbar.is-primary .sgds-navbar-start > a.sgds-navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .sgds-navbar.is-primary .sgds-navbar-end .sgds-navbar-link:after, .sgds-navbar.is-primary .sgds-navbar-start .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-primary .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link, .sgds-navbar.is-primary .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link, .sgds-navbar.is-primary .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #5631a0;
        color: #fff
    }

    .sgds-navbar.is-primary .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.sgds-navbar.is-secondary {
    background-color: #3d68bd;
    color: #fff
}

    .sgds-navbar.is-secondary .sgds-navbar-brand .sgds-navbar-link, .sgds-navbar.is-secondary .sgds-navbar-brand > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-secondary .sgds-navbar-brand .sgds-navbar-link.is-active, .sgds-navbar.is-secondary .sgds-navbar-brand .sgds-navbar-link:focus, .sgds-navbar.is-secondary .sgds-navbar-brand .sgds-navbar-link:hover, .sgds-navbar.is-secondary .sgds-navbar-brand > a.sgds-navbar-item.is-active, .sgds-navbar.is-secondary .sgds-navbar-brand > a.sgds-navbar-item:focus, .sgds-navbar.is-secondary .sgds-navbar-brand > a.sgds-navbar-item:hover {
            background-color: #375da9;
            color: #fff
        }

        .sgds-navbar.is-secondary .sgds-navbar-brand .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-secondary .sgds-navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .sgds-navbar.is-secondary .sgds-navbar-end .sgds-navbar-link, .sgds-navbar.is-secondary .sgds-navbar-end > .sgds-navbar-item, .sgds-navbar.is-secondary .sgds-navbar-start .sgds-navbar-link, .sgds-navbar.is-secondary .sgds-navbar-start > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-secondary .sgds-navbar-end .sgds-navbar-link.is-active, .sgds-navbar.is-secondary .sgds-navbar-end .sgds-navbar-link:focus, .sgds-navbar.is-secondary .sgds-navbar-end .sgds-navbar-link:hover, .sgds-navbar.is-secondary .sgds-navbar-end > a.sgds-navbar-item.is-active, .sgds-navbar.is-secondary .sgds-navbar-end > a.sgds-navbar-item:focus, .sgds-navbar.is-secondary .sgds-navbar-end > a.sgds-navbar-item:hover, .sgds-navbar.is-secondary .sgds-navbar-start .sgds-navbar-link.is-active, .sgds-navbar.is-secondary .sgds-navbar-start .sgds-navbar-link:focus, .sgds-navbar.is-secondary .sgds-navbar-start .sgds-navbar-link:hover, .sgds-navbar.is-secondary .sgds-navbar-start > a.sgds-navbar-item.is-active, .sgds-navbar.is-secondary .sgds-navbar-start > a.sgds-navbar-item:focus, .sgds-navbar.is-secondary .sgds-navbar-start > a.sgds-navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .sgds-navbar.is-secondary .sgds-navbar-end .sgds-navbar-link:after, .sgds-navbar.is-secondary .sgds-navbar-start .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-secondary .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link, .sgds-navbar.is-secondary .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link, .sgds-navbar.is-secondary .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #375da9;
        color: #fff
    }

    .sgds-navbar.is-secondary .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.sgds-navbar.is-white {
    background-color: #fff;
    color: #0a0a0a
}

    .sgds-navbar.is-white .sgds-navbar-brand .sgds-navbar-link, .sgds-navbar.is-white .sgds-navbar-brand > .sgds-navbar-item {
        color: #0a0a0a
    }

        .sgds-navbar.is-white .sgds-navbar-brand .sgds-navbar-link.is-active, .sgds-navbar.is-white .sgds-navbar-brand .sgds-navbar-link:focus, .sgds-navbar.is-white .sgds-navbar-brand .sgds-navbar-link:hover, .sgds-navbar.is-white .sgds-navbar-brand > a.sgds-navbar-item.is-active, .sgds-navbar.is-white .sgds-navbar-brand > a.sgds-navbar-item:focus, .sgds-navbar.is-white .sgds-navbar-brand > a.sgds-navbar-item:hover {
            background-color: #f2f2f2;
            color: #0a0a0a
        }

        .sgds-navbar.is-white .sgds-navbar-brand .sgds-navbar-link:after {
            border-color: #0a0a0a
        }

    .sgds-navbar.is-white .sgds-navbar-burger {
        color: #0a0a0a
    }

@media screen and (min-width:1024px) {
    .sgds-navbar.is-white .sgds-navbar-end .sgds-navbar-link, .sgds-navbar.is-white .sgds-navbar-end > .sgds-navbar-item, .sgds-navbar.is-white .sgds-navbar-start .sgds-navbar-link, .sgds-navbar.is-white .sgds-navbar-start > .sgds-navbar-item {
        color: #0a0a0a
    }

        .sgds-navbar.is-white .sgds-navbar-end .sgds-navbar-link.is-active, .sgds-navbar.is-white .sgds-navbar-end .sgds-navbar-link:focus, .sgds-navbar.is-white .sgds-navbar-end .sgds-navbar-link:hover, .sgds-navbar.is-white .sgds-navbar-end > a.sgds-navbar-item.is-active, .sgds-navbar.is-white .sgds-navbar-end > a.sgds-navbar-item:focus, .sgds-navbar.is-white .sgds-navbar-end > a.sgds-navbar-item:hover, .sgds-navbar.is-white .sgds-navbar-start .sgds-navbar-link.is-active, .sgds-navbar.is-white .sgds-navbar-start .sgds-navbar-link:focus, .sgds-navbar.is-white .sgds-navbar-start .sgds-navbar-link:hover, .sgds-navbar.is-white .sgds-navbar-start > a.sgds-navbar-item.is-active, .sgds-navbar.is-white .sgds-navbar-start > a.sgds-navbar-item:focus, .sgds-navbar.is-white .sgds-navbar-start > a.sgds-navbar-item:hover {
            background-color: transparent;
            color: #0a0a0a
        }

        .sgds-navbar.is-white .sgds-navbar-end .sgds-navbar-link:after, .sgds-navbar.is-white .sgds-navbar-start .sgds-navbar-link:after {
            border-color: #0a0a0a
        }

    .sgds-navbar.is-white .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link, .sgds-navbar.is-white .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link, .sgds-navbar.is-white .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a
    }

    .sgds-navbar.is-white .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.sgds-navbar.is-black {
    background-color: #0a0a0a;
    color: #fff
}

    .sgds-navbar.is-black .sgds-navbar-brand .sgds-navbar-link, .sgds-navbar.is-black .sgds-navbar-brand > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-black .sgds-navbar-brand .sgds-navbar-link.is-active, .sgds-navbar.is-black .sgds-navbar-brand .sgds-navbar-link:focus, .sgds-navbar.is-black .sgds-navbar-brand .sgds-navbar-link:hover, .sgds-navbar.is-black .sgds-navbar-brand > a.sgds-navbar-item.is-active, .sgds-navbar.is-black .sgds-navbar-brand > a.sgds-navbar-item:focus, .sgds-navbar.is-black .sgds-navbar-brand > a.sgds-navbar-item:hover {
            background-color: #000;
            color: #fff
        }

        .sgds-navbar.is-black .sgds-navbar-brand .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-black .sgds-navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .sgds-navbar.is-black .sgds-navbar-end .sgds-navbar-link, .sgds-navbar.is-black .sgds-navbar-end > .sgds-navbar-item, .sgds-navbar.is-black .sgds-navbar-start .sgds-navbar-link, .sgds-navbar.is-black .sgds-navbar-start > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-black .sgds-navbar-end .sgds-navbar-link.is-active, .sgds-navbar.is-black .sgds-navbar-end .sgds-navbar-link:focus, .sgds-navbar.is-black .sgds-navbar-end .sgds-navbar-link:hover, .sgds-navbar.is-black .sgds-navbar-end > a.sgds-navbar-item.is-active, .sgds-navbar.is-black .sgds-navbar-end > a.sgds-navbar-item:focus, .sgds-navbar.is-black .sgds-navbar-end > a.sgds-navbar-item:hover, .sgds-navbar.is-black .sgds-navbar-start .sgds-navbar-link.is-active, .sgds-navbar.is-black .sgds-navbar-start .sgds-navbar-link:focus, .sgds-navbar.is-black .sgds-navbar-start .sgds-navbar-link:hover, .sgds-navbar.is-black .sgds-navbar-start > a.sgds-navbar-item.is-active, .sgds-navbar.is-black .sgds-navbar-start > a.sgds-navbar-item:focus, .sgds-navbar.is-black .sgds-navbar-start > a.sgds-navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .sgds-navbar.is-black .sgds-navbar-end .sgds-navbar-link:after, .sgds-navbar.is-black .sgds-navbar-start .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-black .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link, .sgds-navbar.is-black .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link, .sgds-navbar.is-black .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #000;
        color: #fff
    }

    .sgds-navbar.is-black .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.sgds-navbar.is-light {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.7)
}

    .sgds-navbar.is-light .sgds-navbar-brand .sgds-navbar-link, .sgds-navbar.is-light .sgds-navbar-brand > .sgds-navbar-item {
        color: rgba(0,0,0,.7)
    }

        .sgds-navbar.is-light .sgds-navbar-brand .sgds-navbar-link.is-active, .sgds-navbar.is-light .sgds-navbar-brand .sgds-navbar-link:focus, .sgds-navbar.is-light .sgds-navbar-brand .sgds-navbar-link:hover, .sgds-navbar.is-light .sgds-navbar-brand > a.sgds-navbar-item.is-active, .sgds-navbar.is-light .sgds-navbar-brand > a.sgds-navbar-item:focus, .sgds-navbar.is-light .sgds-navbar-brand > a.sgds-navbar-item:hover {
            background-color: #e8e8e8;
            color: rgba(0,0,0,.7)
        }

        .sgds-navbar.is-light .sgds-navbar-brand .sgds-navbar-link:after {
            border-color: rgba(0,0,0,.7)
        }

    .sgds-navbar.is-light .sgds-navbar-burger {
        color: rgba(0,0,0,.7)
    }

@media screen and (min-width:1024px) {
    .sgds-navbar.is-light .sgds-navbar-end .sgds-navbar-link, .sgds-navbar.is-light .sgds-navbar-end > .sgds-navbar-item, .sgds-navbar.is-light .sgds-navbar-start .sgds-navbar-link, .sgds-navbar.is-light .sgds-navbar-start > .sgds-navbar-item {
        color: rgba(0,0,0,.7)
    }

        .sgds-navbar.is-light .sgds-navbar-end .sgds-navbar-link.is-active, .sgds-navbar.is-light .sgds-navbar-end .sgds-navbar-link:focus, .sgds-navbar.is-light .sgds-navbar-end .sgds-navbar-link:hover, .sgds-navbar.is-light .sgds-navbar-end > a.sgds-navbar-item.is-active, .sgds-navbar.is-light .sgds-navbar-end > a.sgds-navbar-item:focus, .sgds-navbar.is-light .sgds-navbar-end > a.sgds-navbar-item:hover, .sgds-navbar.is-light .sgds-navbar-start .sgds-navbar-link.is-active, .sgds-navbar.is-light .sgds-navbar-start .sgds-navbar-link:focus, .sgds-navbar.is-light .sgds-navbar-start .sgds-navbar-link:hover, .sgds-navbar.is-light .sgds-navbar-start > a.sgds-navbar-item.is-active, .sgds-navbar.is-light .sgds-navbar-start > a.sgds-navbar-item:focus, .sgds-navbar.is-light .sgds-navbar-start > a.sgds-navbar-item:hover {
            background-color: transparent;
            color: rgba(0,0,0,.7)
        }

        .sgds-navbar.is-light .sgds-navbar-end .sgds-navbar-link:after, .sgds-navbar.is-light .sgds-navbar-start .sgds-navbar-link:after {
            border-color: rgba(0,0,0,.7)
        }

    .sgds-navbar.is-light .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link, .sgds-navbar.is-light .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link, .sgds-navbar.is-light .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #e8e8e8;
        color: rgba(0,0,0,.7)
    }

    .sgds-navbar.is-light .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.sgds-navbar.is-dark {
    background-color: #333;
    color: #fff
}

    .sgds-navbar.is-dark .sgds-navbar-brand .sgds-navbar-link, .sgds-navbar.is-dark .sgds-navbar-brand > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-dark .sgds-navbar-brand .sgds-navbar-link.is-active, .sgds-navbar.is-dark .sgds-navbar-brand .sgds-navbar-link:focus, .sgds-navbar.is-dark .sgds-navbar-brand .sgds-navbar-link:hover, .sgds-navbar.is-dark .sgds-navbar-brand > a.sgds-navbar-item.is-active, .sgds-navbar.is-dark .sgds-navbar-brand > a.sgds-navbar-item:focus, .sgds-navbar.is-dark .sgds-navbar-brand > a.sgds-navbar-item:hover {
            background-color: #262626;
            color: #fff
        }

        .sgds-navbar.is-dark .sgds-navbar-brand .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-dark .sgds-navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .sgds-navbar.is-dark .sgds-navbar-end .sgds-navbar-link, .sgds-navbar.is-dark .sgds-navbar-end > .sgds-navbar-item, .sgds-navbar.is-dark .sgds-navbar-start .sgds-navbar-link, .sgds-navbar.is-dark .sgds-navbar-start > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-dark .sgds-navbar-end .sgds-navbar-link.is-active, .sgds-navbar.is-dark .sgds-navbar-end .sgds-navbar-link:focus, .sgds-navbar.is-dark .sgds-navbar-end .sgds-navbar-link:hover, .sgds-navbar.is-dark .sgds-navbar-end > a.sgds-navbar-item.is-active, .sgds-navbar.is-dark .sgds-navbar-end > a.sgds-navbar-item:focus, .sgds-navbar.is-dark .sgds-navbar-end > a.sgds-navbar-item:hover, .sgds-navbar.is-dark .sgds-navbar-start .sgds-navbar-link.is-active, .sgds-navbar.is-dark .sgds-navbar-start .sgds-navbar-link:focus, .sgds-navbar.is-dark .sgds-navbar-start .sgds-navbar-link:hover, .sgds-navbar.is-dark .sgds-navbar-start > a.sgds-navbar-item.is-active, .sgds-navbar.is-dark .sgds-navbar-start > a.sgds-navbar-item:focus, .sgds-navbar.is-dark .sgds-navbar-start > a.sgds-navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .sgds-navbar.is-dark .sgds-navbar-end .sgds-navbar-link:after, .sgds-navbar.is-dark .sgds-navbar-start .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-dark .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link, .sgds-navbar.is-dark .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link, .sgds-navbar.is-dark .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #262626;
        color: #fff
    }

    .sgds-navbar.is-dark .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.sgds-navbar.is-link {
    background-color: #0070f0;
    color: #fff
}

    .sgds-navbar.is-link .sgds-navbar-brand .sgds-navbar-link, .sgds-navbar.is-link .sgds-navbar-brand > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-link .sgds-navbar-brand .sgds-navbar-link.is-active, .sgds-navbar.is-link .sgds-navbar-brand .sgds-navbar-link:focus, .sgds-navbar.is-link .sgds-navbar-brand .sgds-navbar-link:hover, .sgds-navbar.is-link .sgds-navbar-brand > a.sgds-navbar-item.is-active, .sgds-navbar.is-link .sgds-navbar-brand > a.sgds-navbar-item:focus, .sgds-navbar.is-link .sgds-navbar-brand > a.sgds-navbar-item:hover {
            background-color: #0064d6;
            color: #fff
        }

        .sgds-navbar.is-link .sgds-navbar-brand .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-link .sgds-navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .sgds-navbar.is-link .sgds-navbar-end .sgds-navbar-link, .sgds-navbar.is-link .sgds-navbar-end > .sgds-navbar-item, .sgds-navbar.is-link .sgds-navbar-start .sgds-navbar-link, .sgds-navbar.is-link .sgds-navbar-start > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-link .sgds-navbar-end .sgds-navbar-link.is-active, .sgds-navbar.is-link .sgds-navbar-end .sgds-navbar-link:focus, .sgds-navbar.is-link .sgds-navbar-end .sgds-navbar-link:hover, .sgds-navbar.is-link .sgds-navbar-end > a.sgds-navbar-item.is-active, .sgds-navbar.is-link .sgds-navbar-end > a.sgds-navbar-item:focus, .sgds-navbar.is-link .sgds-navbar-end > a.sgds-navbar-item:hover, .sgds-navbar.is-link .sgds-navbar-start .sgds-navbar-link.is-active, .sgds-navbar.is-link .sgds-navbar-start .sgds-navbar-link:focus, .sgds-navbar.is-link .sgds-navbar-start .sgds-navbar-link:hover, .sgds-navbar.is-link .sgds-navbar-start > a.sgds-navbar-item.is-active, .sgds-navbar.is-link .sgds-navbar-start > a.sgds-navbar-item:focus, .sgds-navbar.is-link .sgds-navbar-start > a.sgds-navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .sgds-navbar.is-link .sgds-navbar-end .sgds-navbar-link:after, .sgds-navbar.is-link .sgds-navbar-start .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-link .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link, .sgds-navbar.is-link .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link, .sgds-navbar.is-link .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #0064d6;
        color: #fff
    }

    .sgds-navbar.is-link .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.sgds-navbar.is-info {
    background-color: #008094;
    color: #fff
}

    .sgds-navbar.is-info .sgds-navbar-brand .sgds-navbar-link, .sgds-navbar.is-info .sgds-navbar-brand > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-info .sgds-navbar-brand .sgds-navbar-link.is-active, .sgds-navbar.is-info .sgds-navbar-brand .sgds-navbar-link:focus, .sgds-navbar.is-info .sgds-navbar-brand .sgds-navbar-link:hover, .sgds-navbar.is-info .sgds-navbar-brand > a.sgds-navbar-item.is-active, .sgds-navbar.is-info .sgds-navbar-brand > a.sgds-navbar-item:focus, .sgds-navbar.is-info .sgds-navbar-brand > a.sgds-navbar-item:hover {
            background-color: #006a7a;
            color: #fff
        }

        .sgds-navbar.is-info .sgds-navbar-brand .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-info .sgds-navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .sgds-navbar.is-info .sgds-navbar-end .sgds-navbar-link, .sgds-navbar.is-info .sgds-navbar-end > .sgds-navbar-item, .sgds-navbar.is-info .sgds-navbar-start .sgds-navbar-link, .sgds-navbar.is-info .sgds-navbar-start > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-info .sgds-navbar-end .sgds-navbar-link.is-active, .sgds-navbar.is-info .sgds-navbar-end .sgds-navbar-link:focus, .sgds-navbar.is-info .sgds-navbar-end .sgds-navbar-link:hover, .sgds-navbar.is-info .sgds-navbar-end > a.sgds-navbar-item.is-active, .sgds-navbar.is-info .sgds-navbar-end > a.sgds-navbar-item:focus, .sgds-navbar.is-info .sgds-navbar-end > a.sgds-navbar-item:hover, .sgds-navbar.is-info .sgds-navbar-start .sgds-navbar-link.is-active, .sgds-navbar.is-info .sgds-navbar-start .sgds-navbar-link:focus, .sgds-navbar.is-info .sgds-navbar-start .sgds-navbar-link:hover, .sgds-navbar.is-info .sgds-navbar-start > a.sgds-navbar-item.is-active, .sgds-navbar.is-info .sgds-navbar-start > a.sgds-navbar-item:focus, .sgds-navbar.is-info .sgds-navbar-start > a.sgds-navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .sgds-navbar.is-info .sgds-navbar-end .sgds-navbar-link:after, .sgds-navbar.is-info .sgds-navbar-start .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-info .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link, .sgds-navbar.is-info .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link, .sgds-navbar.is-info .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #006a7a;
        color: #fff
    }

    .sgds-navbar.is-info .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.sgds-navbar.is-success {
    background-color: #008549;
    color: #fff
}

    .sgds-navbar.is-success .sgds-navbar-brand .sgds-navbar-link, .sgds-navbar.is-success .sgds-navbar-brand > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-success .sgds-navbar-brand .sgds-navbar-link.is-active, .sgds-navbar.is-success .sgds-navbar-brand .sgds-navbar-link:focus, .sgds-navbar.is-success .sgds-navbar-brand .sgds-navbar-link:hover, .sgds-navbar.is-success .sgds-navbar-brand > a.sgds-navbar-item.is-active, .sgds-navbar.is-success .sgds-navbar-brand > a.sgds-navbar-item:focus, .sgds-navbar.is-success .sgds-navbar-brand > a.sgds-navbar-item:hover {
            background-color: #006b3b;
            color: #fff
        }

        .sgds-navbar.is-success .sgds-navbar-brand .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-success .sgds-navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .sgds-navbar.is-success .sgds-navbar-end .sgds-navbar-link, .sgds-navbar.is-success .sgds-navbar-end > .sgds-navbar-item, .sgds-navbar.is-success .sgds-navbar-start .sgds-navbar-link, .sgds-navbar.is-success .sgds-navbar-start > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-success .sgds-navbar-end .sgds-navbar-link.is-active, .sgds-navbar.is-success .sgds-navbar-end .sgds-navbar-link:focus, .sgds-navbar.is-success .sgds-navbar-end .sgds-navbar-link:hover, .sgds-navbar.is-success .sgds-navbar-end > a.sgds-navbar-item.is-active, .sgds-navbar.is-success .sgds-navbar-end > a.sgds-navbar-item:focus, .sgds-navbar.is-success .sgds-navbar-end > a.sgds-navbar-item:hover, .sgds-navbar.is-success .sgds-navbar-start .sgds-navbar-link.is-active, .sgds-navbar.is-success .sgds-navbar-start .sgds-navbar-link:focus, .sgds-navbar.is-success .sgds-navbar-start .sgds-navbar-link:hover, .sgds-navbar.is-success .sgds-navbar-start > a.sgds-navbar-item.is-active, .sgds-navbar.is-success .sgds-navbar-start > a.sgds-navbar-item:focus, .sgds-navbar.is-success .sgds-navbar-start > a.sgds-navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .sgds-navbar.is-success .sgds-navbar-end .sgds-navbar-link:after, .sgds-navbar.is-success .sgds-navbar-start .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-success .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link, .sgds-navbar.is-success .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link, .sgds-navbar.is-success .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #006b3b;
        color: #fff
    }

    .sgds-navbar.is-success .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.sgds-navbar.is-warning {
    background-color: #f5a524;
    color: #fff
}

    .sgds-navbar.is-warning .sgds-navbar-brand .sgds-navbar-link, .sgds-navbar.is-warning .sgds-navbar-brand > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-warning .sgds-navbar-brand .sgds-navbar-link.is-active, .sgds-navbar.is-warning .sgds-navbar-brand .sgds-navbar-link:focus, .sgds-navbar.is-warning .sgds-navbar-brand .sgds-navbar-link:hover, .sgds-navbar.is-warning .sgds-navbar-brand > a.sgds-navbar-item.is-active, .sgds-navbar.is-warning .sgds-navbar-brand > a.sgds-navbar-item:focus, .sgds-navbar.is-warning .sgds-navbar-brand > a.sgds-navbar-item:hover {
            background-color: #f49b0b;
            color: #fff
        }

        .sgds-navbar.is-warning .sgds-navbar-brand .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-warning .sgds-navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .sgds-navbar.is-warning .sgds-navbar-end .sgds-navbar-link, .sgds-navbar.is-warning .sgds-navbar-end > .sgds-navbar-item, .sgds-navbar.is-warning .sgds-navbar-start .sgds-navbar-link, .sgds-navbar.is-warning .sgds-navbar-start > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-warning .sgds-navbar-end .sgds-navbar-link.is-active, .sgds-navbar.is-warning .sgds-navbar-end .sgds-navbar-link:focus, .sgds-navbar.is-warning .sgds-navbar-end .sgds-navbar-link:hover, .sgds-navbar.is-warning .sgds-navbar-end > a.sgds-navbar-item.is-active, .sgds-navbar.is-warning .sgds-navbar-end > a.sgds-navbar-item:focus, .sgds-navbar.is-warning .sgds-navbar-end > a.sgds-navbar-item:hover, .sgds-navbar.is-warning .sgds-navbar-start .sgds-navbar-link.is-active, .sgds-navbar.is-warning .sgds-navbar-start .sgds-navbar-link:focus, .sgds-navbar.is-warning .sgds-navbar-start .sgds-navbar-link:hover, .sgds-navbar.is-warning .sgds-navbar-start > a.sgds-navbar-item.is-active, .sgds-navbar.is-warning .sgds-navbar-start > a.sgds-navbar-item:focus, .sgds-navbar.is-warning .sgds-navbar-start > a.sgds-navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .sgds-navbar.is-warning .sgds-navbar-end .sgds-navbar-link:after, .sgds-navbar.is-warning .sgds-navbar-start .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-warning .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link, .sgds-navbar.is-warning .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link, .sgds-navbar.is-warning .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #f49b0b;
        color: #fff
    }

    .sgds-navbar.is-warning .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.sgds-navbar.is-danger {
    background-color: #cf021a;
    color: #fff
}

    .sgds-navbar.is-danger .sgds-navbar-brand .sgds-navbar-link, .sgds-navbar.is-danger .sgds-navbar-brand > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-danger .sgds-navbar-brand .sgds-navbar-link.is-active, .sgds-navbar.is-danger .sgds-navbar-brand .sgds-navbar-link:focus, .sgds-navbar.is-danger .sgds-navbar-brand .sgds-navbar-link:hover, .sgds-navbar.is-danger .sgds-navbar-brand > a.sgds-navbar-item.is-active, .sgds-navbar.is-danger .sgds-navbar-brand > a.sgds-navbar-item:focus, .sgds-navbar.is-danger .sgds-navbar-brand > a.sgds-navbar-item:hover {
            background-color: #b60217;
            color: #fff
        }

        .sgds-navbar.is-danger .sgds-navbar-brand .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-danger .sgds-navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .sgds-navbar.is-danger .sgds-navbar-end .sgds-navbar-link, .sgds-navbar.is-danger .sgds-navbar-end > .sgds-navbar-item, .sgds-navbar.is-danger .sgds-navbar-start .sgds-navbar-link, .sgds-navbar.is-danger .sgds-navbar-start > .sgds-navbar-item {
        color: #fff
    }

        .sgds-navbar.is-danger .sgds-navbar-end .sgds-navbar-link.is-active, .sgds-navbar.is-danger .sgds-navbar-end .sgds-navbar-link:focus, .sgds-navbar.is-danger .sgds-navbar-end .sgds-navbar-link:hover, .sgds-navbar.is-danger .sgds-navbar-end > a.sgds-navbar-item.is-active, .sgds-navbar.is-danger .sgds-navbar-end > a.sgds-navbar-item:focus, .sgds-navbar.is-danger .sgds-navbar-end > a.sgds-navbar-item:hover, .sgds-navbar.is-danger .sgds-navbar-start .sgds-navbar-link.is-active, .sgds-navbar.is-danger .sgds-navbar-start .sgds-navbar-link:focus, .sgds-navbar.is-danger .sgds-navbar-start .sgds-navbar-link:hover, .sgds-navbar.is-danger .sgds-navbar-start > a.sgds-navbar-item.is-active, .sgds-navbar.is-danger .sgds-navbar-start > a.sgds-navbar-item:focus, .sgds-navbar.is-danger .sgds-navbar-start > a.sgds-navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .sgds-navbar.is-danger .sgds-navbar-end .sgds-navbar-link:after, .sgds-navbar.is-danger .sgds-navbar-start .sgds-navbar-link:after {
            border-color: #fff
        }

    .sgds-navbar.is-danger .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link, .sgds-navbar.is-danger .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link, .sgds-navbar.is-danger .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #b60217;
        color: #fff
    }

    .sgds-navbar.is-danger .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.sgds-navbar > .sgds-container {
    align-items: stretch;
    display: flex;
    min-height: 5.25rem;
    width: 100%
}

.sgds-navbar.has-shadow {
    box-shadow: 0 2px 0 0 #f5f5f5
}

.sgds-navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
    top: 0
}

.sgds-navbar-brand, .sgds-navbar-tabs {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 5.25rem
}

    .sgds-navbar-brand a.sgds-navbar-item:focus, .sgds-navbar-brand a.sgds-navbar-item:hover {
        background-color: transparent
    }

.sgds-navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden
}

.sgds-navbar-burger {
    color: #474747;
    cursor: pointer;
    display: block;
    height: 5.25rem;
    position: relative;
    width: 5.25rem;
    margin-left: auto
}

    .sgds-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
    }

        .sgds-navbar-burger span:first-child {
            top: calc(50% - 6px)
        }

        .sgds-navbar-burger span:nth-child(2) {
            top: calc(50% - 1px)
        }

        .sgds-navbar-burger span:nth-child(3) {
            top: calc(50% + 4px)
        }

    .sgds-navbar-burger:hover {
        background-color: rgba(0,0,0,.05)
    }

    .sgds-navbar-burger.is-active span:first-child {
        transform: translateY(5px) rotate(45deg)
    }

    .sgds-navbar-burger.is-active span:nth-child(2) {
        opacity: 0
    }

    .sgds-navbar-burger.is-active span:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg)
    }

.sgds-navbar-menu {
    display: none
}

.sgds-navbar-item, .sgds-navbar-link {
    color: #474747;
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

    .sgds-navbar-item .sgds-icon:only-child, .sgds-navbar-link .sgds-icon:only-child {
        margin-left: .5rem;
        margin-right: .5rem
    }

.sgds-navbar-link, a.sgds-navbar-item {
    cursor: pointer
}

    .sgds-navbar-link.is-active, .sgds-navbar-link:focus, .sgds-navbar-link:focus-within, .sgds-navbar-link:hover, a.sgds-navbar-item.is-active, a.sgds-navbar-item:focus, a.sgds-navbar-item:focus-within, a.sgds-navbar-item:hover {
        background-color: transparent;
        color: #6137b3
    }

.sgds-navbar-item {
    display: block;
    flex-grow: 0;
    flex-shrink: 0
}

    .sgds-navbar-item img {
        max-height: 2.5rem
    }

    .sgds-navbar-item.has-dropdown {
        padding: 0
    }

    .sgds-navbar-item.is-expanded {
        flex-grow: 1;
        flex-shrink: 1
    }

    .sgds-navbar-item.is-mega {
        position: static
    }

        .sgds-navbar-item.is-mega .has-dropdown:after {
            color: #6137b3;
            content: "";
            display: block;
            font-family: sgds-icons;
            pointer-events: none;
            position: absolute;
            right: .5rem;
            border: 0;
            margin-top: -.375em;
            top: 50%
        }

    .sgds-navbar-item.is-tab {
        border-bottom: 1px solid transparent;
        min-height: 5.25rem;
        padding-bottom: calc(.5rem - 1px)
    }

@media screen and (max-width:1023px) {
    .sgds-navbar-item.is-tab {
        min-height: 0
    }
}

.sgds-navbar-item.is-tab:focus, .sgds-navbar-item.is-tab:hover {
    background-color: transparent;
    border-bottom-color: #6137b3;
    border-bottom-width: 5px;
    padding-bottom: calc(.5rem - 5px)
}

@media screen and (max-width:1023px) {
    .sgds-navbar-item.is-tab:focus, .sgds-navbar-item.is-tab:hover {
        border-bottom-color: transparent
    }
}

.sgds-navbar-item.is-tab.is-active {
    background-color: transparent;
    border-bottom: 5px solid #6137b3;
    color: #6137b3;
    padding-bottom: calc(.5rem - 1px)
}

@media screen and (max-width:1023px) {
    .sgds-navbar-item.is-tab.is-active {
        border-bottom: 1px solid transparent
    }
}

.sgds-navbar-content {
    flex-grow: 1;
    flex-shrink: 1
}

.sgds-navbar-link:not(.is-arrowless) {
    padding-right: 2.5em
}

    .sgds-navbar-link:not(.is-arrowless):after {
        color: #6137b3;
        content: "";
        display: block;
        font-family: sgds-icons;
        margin-top: -.7rem;
        pointer-events: none;
        position: absolute;
        top: 50%;
        right: .5rem;
        border: 0;
        border-color: #6137b3
    }

.sgds-navbar-dropdown {
    padding-bottom: .5rem;
    padding-top: .5rem
}

    .sgds-navbar-dropdown .sgds-navbar-item {
        font-size: 1.125rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

.sgds-navbar-divider {
    background-color: #f5f5f5;
    border: none;
    height: 2px;
    margin: .5rem 0
}

@media screen and (max-width:1023px) {
    .sgds-navbar > .sgds-container {
        display: block
    }

    .sgds-navbar-brand .sgds-navbar-item, .sgds-navbar-tabs .sgds-navbar-item {
        align-items: center;
        display: flex
    }

    .sgds-navbar-link:after {
        display: none
    }

    .sgds-navbar-menu {
        background-color: transparent;
        box-shadow: 0 4px 8px rgba(10,10,10,.1)
    }

        .sgds-navbar-menu.is-active {
            display: block;
            padding-bottom: 1rem
        }

    .sgds-navbar-item {
        padding: .75rem 1rem
    }

    .sgds-navbar-dropdown .sgds-navbar-item {
        padding-left: 1.875rem
    }

    .sgds-navbar-item.is-mega .has-dropdown:after {
        right: 1.125em
    }

    .sgds-navbar.is-fixed-bottom-touch, .sgds-navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .sgds-navbar.is-fixed-bottom-touch {
        bottom: 0
    }

        .sgds-navbar.is-fixed-bottom-touch.has-shadow {
            box-shadow: 0 -2px 3px rgba(10,10,10,.1)
        }

    .sgds-navbar.is-fixed-top-touch {
        top: 0
    }

        .sgds-navbar.is-fixed-top-touch .sgds-navbar-menu, .sgds-navbar.is-fixed-top .sgds-navbar-menu {
            -webkit-overflow-scrolling: touch;
            max-height: calc(100vh - 5.25rem);
            overflow: auto
        }

    .sgds-navbar .field {
        border-top: 1px solid rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

        .sgds-navbar .field .control {
            padding-bottom: 0 !important
        }

    body.has-navbar-fixed-top-touch, html.has-navbar-fixed-top-touch {
        padding-top: 5.25rem
    }

    body.has-navbar-fixed-bottom-touch, html.has-navbar-fixed-bottom-touch {
        padding-bottom: 5.25rem
    }
}

@media screen and (min-width:1024px) {
    .sgds-navbar, .sgds-navbar-end, .sgds-navbar-menu, .sgds-navbar-start {
        align-items: stretch;
        display: flex
    }

    .sgds-navbar {
        min-height: 5.25rem
    }

        .sgds-navbar.is-spaced {
            padding: 1rem 2rem
        }

            .sgds-navbar.is-spaced .sgds-navbar-end, .sgds-navbar.is-spaced .sgds-navbar-start {
                align-items: center
            }

            .sgds-navbar.is-spaced .sgds-navbar-link, .sgds-navbar.is-spaced a.sgds-navbar-item {
                border-radius: var(--radius)
            }

    .sgds-navbar-burger {
        display: none
    }

    .sgds-navbar-item, .sgds-navbar-link {
        align-items: center;
        display: flex
    }

    .sgds-navbar-item {
        display: flex
    }

        .sgds-navbar-item.has-dropdown {
            align-items: stretch
        }

            .sgds-navbar-item.has-dropdown > a.sgds-navbar-link {
                padding: .5rem 2rem .5rem .5rem
            }

        .sgds-navbar-item.is-mega .has-dropdown:after {
            right: 0
        }

        .sgds-navbar-item.has-dropdown-up .sgds-navbar-link:after {
            transform: rotate(135deg) translate(.25em,-.25em)
        }

        .sgds-navbar-item.has-dropdown-up .sgds-navbar-dropdown {
            border-bottom: 2px solid #d6d6d6;
            border-radius: 0 0 0 0;
            border-top: none;
            bottom: 100%;
            box-shadow: 0 -8px 8px rgba(10,10,10,.1);
            top: auto
        }

        .sgds-navbar-item.is-active .sgds-navbar-dropdown, .sgds-navbar-item.is-hoverable:focus-within .sgds-navbar-dropdown, .sgds-navbar-item.is-hoverable:focus .sgds-navbar-dropdown, .sgds-navbar-item.is-hoverable:hover .sgds-navbar-dropdown {
            display: block
        }

            .sgds-navbar-item.is-active .sgds-navbar-dropdown.is-boxed, .sgds-navbar-item.is-hoverable:focus-within .sgds-navbar-dropdown.is-boxed, .sgds-navbar-item.is-hoverable:focus .sgds-navbar-dropdown.is-boxed, .sgds-navbar-item.is-hoverable:hover .sgds-navbar-dropdown.is-boxed, .sgds-navbar.is-spaced .sgds-navbar-item.is-active .sgds-navbar-dropdown, .sgds-navbar.is-spaced .sgds-navbar-item.is-hoverable:focus-within .sgds-navbar-dropdown, .sgds-navbar.is-spaced .sgds-navbar-item.is-hoverable:focus .sgds-navbar-dropdown, .sgds-navbar.is-spaced .sgds-navbar-item.is-hoverable:hover .sgds-navbar-dropdown {
                opacity: 1;
                pointer-events: auto;
                transform: translateY(0)
            }

    .sgds-navbar-menu {
        flex-grow: 1;
        flex-shrink: 0
    }

    .sgds-navbar-start {
        justify-content: flex-start;
        margin-right: auto
    }

    .sgds-navbar-end {
        justify-content: flex-end;
        margin-left: auto
    }

    .sgds-navbar-dropdown {
        background-color: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top: 2px solid #d6d6d6;
        box-shadow: 0 4px 4px rgba(10,10,10,.1);
        display: none;
        left: 0;
        min-width: 100%;
        padding: 1rem .5rem;
        position: absolute;
        top: 100%;
        z-index: 20
    }

        .sgds-navbar-dropdown .sgds-navbar-item {
            padding: .5rem 1rem;
            white-space: nowrap
        }

        .sgds-navbar-dropdown a.sgds-navbar-item {
            padding-right: 3rem
        }

            .sgds-navbar-dropdown a.sgds-navbar-item.is-active, .sgds-navbar-dropdown a.sgds-navbar-item:focus, .sgds-navbar-dropdown a.sgds-navbar-item:hover {
                background-color: transparent;
                color: #6137b3;
                border: 0
            }

        .sgds-navbar-dropdown.is-boxed, .sgds-navbar.is-spaced .sgds-navbar-dropdown {
            border-radius: var(--radius-lg);
            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
        }

        .sgds-navbar-dropdown.is-right {
            left: auto;
            right: 0
        }

    .sgds-navbar-divider {
        display: block
    }

    .sgds-container > .sgds-navbar .sgds-navbar-brand, .sgds-navbar > .sgds-container .sgds-navbar-brand {
        margin-left: -.75rem
    }

    .sgds-container > .sgds-navbar .sgds-navbar-menu, .sgds-navbar > .sgds-container .sgds-navbar-menu {
        margin-right: -.75rem
    }

    .sgds-navbar.is-fixed-bottom-desktop, .sgds-navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .sgds-navbar.is-fixed-bottom-desktop {
        bottom: 0
    }

        .sgds-navbar.is-fixed-bottom-desktop.has-shadow {
            box-shadow: 0 -2px 3px rgba(10,10,10,.1)
        }

    .sgds-navbar.is-fixed-top-desktop {
        top: 0
    }

    body.has-navbar-fixed-top-desktop, html.has-navbar-fixed-top-desktop {
        padding-top: calc(5.25rem + 29px)
    }

    body.has-spaced-navbar-fixed-top, html.has-spaced-navbar-fixed-top {
        padding-top: 7.25rem
    }

    .sgds-navbar-link.is-active, a.sgds-navbar-item.is-active {
        color: #6137b3;
        border-bottom: 5px solid #6137b3;
        margin-top: 5px;
        font-weight: 600
    }

        .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link, .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link, .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link, .sgds-navbar-link.is-active:not(:focus):not(:hover), a.sgds-navbar-item.is-active:not(:focus):not(:hover) {
            background-color: transparent
        }
}

@media screen and (min-width:1024px) {
    .sgds-navbar-end.has-item-max-width .sgds-navbar-item, .sgds-navbar-start.has-item-max-width .sgds-navbar-item {
        max-width: 140px
    }

    .sgds-navbar-item.is-hoverable:hover .sgds-navbar-dropdown {
        display: block
    }
}

@media screen and (max-width:1023px) {
    .sgds-navbar-end .sgds-navbar-item, .sgds-navbar-start .sgds-navbar-item {
        max-width: none
    }
}

.navbar {
    background-color: #fff;
    min-height: 5.25rem;
    position: relative;
    z-index: 30;
    font-size: .9375rem
}

    .navbar.is-primary {
        background-color: #6137b3;
        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:focus, .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:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover {
                background-color: transparent;
                color: #fff
            }

            .navbar.is-primary .navbar-brand .navbar-link:after {
                border-color: #fff
            }

        .navbar.is-primary .navbar-burger {
            color: #fff
        }

@media screen and (min-width:1024px) {
    .navbar.is-primary .navbar-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:focus, .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:focus, .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:focus, .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:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover {
            background-color: transparent;
            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:focus .navbar-link, .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff
    }

    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.navbar.is-secondary {
    background-color: #3d68bd;
    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:focus, .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:focus, .navbar.is-secondary .navbar-brand > a.navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .navbar.is-secondary .navbar-brand .navbar-link:after {
            border-color: #fff
        }

    .navbar.is-secondary .navbar-burger {
        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:focus, .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:focus, .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:focus, .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:focus, .navbar.is-secondary .navbar-start > a.navbar-item:hover {
            background-color: transparent;
            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:focus .navbar-link, .navbar.is-secondary .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff
    }

    .navbar.is-secondary .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.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:focus, .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:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover {
            background-color: transparent;
            color: #0a0a0a
        }

        .navbar.is-white .navbar-brand .navbar-link:after {
            border-color: #0a0a0a
        }

    .navbar.is-white .navbar-burger {
        color: #0a0a0a
    }

@media screen and (min-width:1024px) {
    .navbar.is-white .navbar-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:focus, .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:focus, .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:focus, .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:focus, .navbar.is-white .navbar-start > a.navbar-item:hover {
            background-color: transparent;
            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:focus .navbar-link, .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #0a0a0a
    }

    .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.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:focus, .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:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .navbar.is-black .navbar-brand .navbar-link:after {
            border-color: #fff
        }

    .navbar.is-black .navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .navbar.is-black .navbar-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:focus, .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:focus, .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:focus, .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:focus, .navbar.is-black .navbar-start > a.navbar-item:hover {
            background-color: transparent;
            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:focus .navbar-link, .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff
    }

    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.navbar.is-light {
    background-color: #f5f5f5
}

    .navbar.is-light, .navbar.is-light .navbar-brand .navbar-link, .navbar.is-light .navbar-brand > .navbar-item {
        color: rgba(0,0,0,.7)
    }

        .navbar.is-light .navbar-brand .navbar-link.is-active, .navbar.is-light .navbar-brand .navbar-link:focus, .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:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover {
            background-color: transparent;
            color: rgba(0,0,0,.7)
        }

        .navbar.is-light .navbar-brand .navbar-link:after {
            border-color: rgba(0,0,0,.7)
        }

        .navbar.is-light .navbar-burger {
            color: rgba(0,0,0,.7)
        }

@media screen and (min-width:1024px) {
    .navbar.is-light .navbar-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: rgba(0,0,0,.7)
    }

        .navbar.is-light .navbar-end .navbar-link.is-active, .navbar.is-light .navbar-end .navbar-link:focus, .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:focus, .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:focus, .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:focus, .navbar.is-light .navbar-start > a.navbar-item:hover {
            background-color: transparent;
            color: rgba(0,0,0,.7)
        }

        .navbar.is-light .navbar-end .navbar-link:after, .navbar.is-light .navbar-start .navbar-link:after {
            border-color: rgba(0,0,0,.7)
        }

    .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.navbar.is-dark {
    background-color: #333;
    color: #fff
}

    .navbar.is-dark .navbar-brand .navbar-link, .navbar.is-dark .navbar-brand > .navbar-item {
        color: #fff
    }

        .navbar.is-dark .navbar-brand .navbar-link.is-active, .navbar.is-dark .navbar-brand .navbar-link:focus, .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:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .navbar.is-dark .navbar-brand .navbar-link:after {
            border-color: #fff
        }

    .navbar.is-dark .navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .navbar.is-dark .navbar-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: #fff
    }

        .navbar.is-dark .navbar-end .navbar-link.is-active, .navbar.is-dark .navbar-end .navbar-link:focus, .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:focus, .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:focus, .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:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .navbar.is-dark .navbar-end .navbar-link:after, .navbar.is-dark .navbar-start .navbar-link:after {
            border-color: #fff
        }

    .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff
    }

    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.navbar.is-link {
    background-color: #0070f0;
    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:focus, .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:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .navbar.is-link .navbar-brand .navbar-link:after {
            border-color: #fff
        }

    .navbar.is-link .navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .navbar.is-link .navbar-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:focus, .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:focus, .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:focus, .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:focus, .navbar.is-link .navbar-start > a.navbar-item:hover {
            background-color: transparent;
            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:focus .navbar-link, .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff
    }

    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.navbar.is-info {
    background-color: #008094;
    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:focus, .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:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .navbar.is-info .navbar-brand .navbar-link:after {
            border-color: #fff
        }

    .navbar.is-info .navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .navbar.is-info .navbar-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:focus, .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:focus, .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:focus, .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:focus, .navbar.is-info .navbar-start > a.navbar-item:hover {
            background-color: transparent;
            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:focus .navbar-link, .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff
    }

    .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.navbar.is-success {
    background-color: #008549;
    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:focus, .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:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .navbar.is-success .navbar-brand .navbar-link:after {
            border-color: #fff
        }

    .navbar.is-success .navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .navbar.is-success .navbar-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:focus, .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:focus, .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:focus, .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:focus, .navbar.is-success .navbar-start > a.navbar-item:hover {
            background-color: transparent;
            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:focus .navbar-link, .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff
    }

    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.navbar.is-warning {
    background-color: #f5a524;
    color: #fff
}

    .navbar.is-warning .navbar-brand .navbar-link, .navbar.is-warning .navbar-brand > .navbar-item {
        color: #fff
    }

        .navbar.is-warning .navbar-brand .navbar-link.is-active, .navbar.is-warning .navbar-brand .navbar-link:focus, .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:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .navbar.is-warning .navbar-brand .navbar-link:after {
            border-color: #fff
        }

    .navbar.is-warning .navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .navbar.is-warning .navbar-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: #fff
    }

        .navbar.is-warning .navbar-end .navbar-link.is-active, .navbar.is-warning .navbar-end .navbar-link:focus, .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:focus, .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:focus, .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:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .navbar.is-warning .navbar-end .navbar-link:after, .navbar.is-warning .navbar-start .navbar-link:after {
            border-color: #fff
        }

    .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff
    }

    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.navbar.is-danger {
    background-color: #cf021a;
    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:focus, .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:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover {
            background-color: transparent;
            color: #fff
        }

        .navbar.is-danger .navbar-brand .navbar-link:after {
            border-color: #fff
        }

    .navbar.is-danger .navbar-burger {
        color: #fff
    }

@media screen and (min-width:1024px) {
    .navbar.is-danger .navbar-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:focus, .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:focus, .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:focus, .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:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover {
            background-color: transparent;
            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:focus .navbar-link, .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff
    }

    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6137b3;
        border: 0
    }
}

.navbar > .sgds-container {
    align-items: stretch;
    display: flex;
    min-height: 5.25rem;
    width: 100%
}

.navbar.has-shadow {
    box-shadow: 0 2px 0 0 #f5f5f5
}

.navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
    top: 0
}

body.has-navbar-fixed-top, html.has-navbar-fixed-top {
    padding-top: calc(5.25rem + 29px)
}

.navbar-brand, .navbar-tabs {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 5.25rem
}

    .navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
        background-color: transparent
    }

.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden
}

.navbar-burger {
    color: #474747;
    cursor: pointer;
    display: block;
    height: 5.25rem;
    position: relative;
    width: 5.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:first-child {
            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:first-child {
        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: #474747;
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

    .navbar-item .sgds-icon:only-child, .navbar-link .sgds-icon:only-child {
        margin-left: .5rem;
        margin-right: .5rem
    }

.navbar-link, a.navbar-item {
    cursor: pointer
}

    .navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
        background-color: transparent;
        color: #6137b3;
        font-weight: 600
    }

.navbar-item {
    display: block;
    flex-grow: 0;
    flex-shrink: 0
}

    .navbar-item img {
        max-height: 2.5rem
    }

    .navbar-item.has-dropdown {
        padding: 0
    }

    .navbar-item.is-expanded {
        flex-grow: 1;
        flex-shrink: 1
    }

    .navbar-item.is-mega {
        position: static
    }

        .navbar-item.is-mega .has-dropdown:after {
            color: #6137b3;
            content: "";
            display: block;
            font-family: sgds-icons;
            pointer-events: none;
            position: absolute;
            right: .5rem;
            border: 0;
            margin-top: -.375em;
            top: 50%
        }

    .navbar-item.is-tab {
        border-bottom: 1px solid transparent;
        min-height: 5.25rem;
        padding-bottom: calc(.5rem - 1px)
    }

@media screen and (max-width:1023px) {
    .navbar-item.is-tab {
        min-height: 0
    }
}

.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
    background-color: transparent;
    border-bottom: 5px solid #6137b3;
    padding-bottom: calc(.5rem - 5px)
}

@media screen and (max-width:1023px) {
    .navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
        border-bottom-color: transparent
    }
}

.navbar-item.is-tab.is-active {
    background-color: transparent;
    border-bottom: 5px solid #6137b3;
    color: #6137b3;
    padding-bottom: calc(.5rem - 1px)
}

@media screen and (max-width:1023px) {
    .navbar-item.is-tab.is-active {
        border-bottom: 1px solid transparent
    }
}

.navbar-content {
    flex-grow: 1;
    flex-shrink: 1
}

.navbar-link:not(.is-arrowless) {
    padding-right: 2.5em
}

    .navbar-link:not(.is-arrowless):after {
        color: #6137b3;
        content: "";
        display: block;
        font-family: sgds-icons;
        margin-top: -.7rem;
        pointer-events: none;
        position: absolute;
        top: 50%;
        right: .5rem;
        border: 0;
        border-color: #6137b3
    }

.navbar-dropdown {
    padding-bottom: .5rem;
    padding-top: .5rem
}

    .navbar-dropdown .navbar-item {
        font-size: 1.125rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

.navbar-divider {
    background-color: #f5f5f5;
    border: none;
    display: none;
    height: 2px;
    margin: .5rem 0
}

@media screen and (max-width:1023px) {
    .navbar > .sgds-container {
        display: block
    }

    .navbar-brand .navbar-item, .navbar-tabs .navbar-item {
        align-items: center;
        display: flex
    }

    .navbar-link:after {
        display: none
    }

    .navbar-menu {
        background-color: transparent;
        box-shadow: 0 4px 8px rgba(10,10,10,.1)
    }

        .navbar-menu.is-active {
            display: block;
            padding-bottom: 1rem
        }

    .navbar-item {
        padding: .75rem 1rem
    }

    .navbar-dropdown .navbar-item {
        padding-left: 1.875rem
    }

    .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-touch .navbar-menu, .navbar.is-fixed-top .navbar-menu {
            -webkit-overflow-scrolling: touch;
            max-height: calc(100vh - 5.25rem);
            overflow: auto
        }

    .navbar .field {
        border-top: 1px solid rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

        .navbar .field .control {
            padding-bottom: 0 !important
        }

    body.has-navbar-fixed-top-touch, html.has-navbar-fixed-top-touch {
        padding-top: 5.25rem
    }

    body.has-navbar-fixed-bottom-touch, html.has-navbar-fixed-bottom-touch {
        padding-bottom: 5.25rem
    }
}

@media screen and (min-width:1024px) {
    .navbar, .navbar-end, .navbar-menu, .navbar-start {
        align-items: stretch;
        display: flex
    }

    .navbar {
        min-height: 5.25rem
    }

        .navbar.is-spaced {
            padding: 1rem 2rem
        }

            .navbar.is-spaced .navbar-end, .navbar.is-spaced .navbar-start {
                align-items: center
            }

            .navbar.is-spaced .navbar-link, .navbar.is-spaced a.navbar-item {
                border-radius: var(--radius)
            }

    .navbar-burger {
        display: none
    }

    .navbar-item, .navbar-link {
        align-items: center;
        display: flex
    }

    .navbar-item {
        display: flex
    }

        .navbar-item.has-dropdown {
            align-items: stretch
        }

            .navbar-item.has-dropdown > a.navbar-link {
                padding: .5rem 2rem .5rem .5rem
            }

        .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: 2px solid #d6d6d6;
            border-radius: 0 0 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:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
            display: block
        }

            .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
                opacity: 1;
                pointer-events: auto;
                transform: translateY(0)
            }

    .navbar-menu {
        flex-grow: 1;
        flex-shrink: 0
    }

    .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: 0;
        border-bottom-right-radius: 0;
        border-top: 2px solid #d6d6d6;
        box-shadow: 0 4px 4px rgba(10,10,10,.1);
        display: none;
        left: 0;
        min-width: 100%;
        padding: 1rem .5rem;
        position: absolute;
        top: 100%;
        z-index: 20
    }

        .navbar-dropdown .navbar-item {
            padding: .5rem 1rem;
            white-space: nowrap
        }

        .navbar-dropdown a.navbar-item {
            padding-right: 3rem
        }

            .navbar-dropdown a.navbar-item.is-active, .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
                background-color: transparent;
                color: #6137b3;
                border: 0
            }

        .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-dropdown {
            border-radius: var(--radius-lg);
            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: -.75rem
    }

    .navbar > .sgds-container .navbar-menu, .sgds-container > .navbar .navbar-menu {
        margin-right: -.75rem
    }

    .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-desktop {
        bottom: 0
    }

        .navbar.is-fixed-bottom-desktop.has-shadow {
            box-shadow: 0 -2px 3px rgba(10,10,10,.1)
        }

    .navbar.is-fixed-top-desktop {
        top: 0
    }

    body.has-navbar-fixed-top-desktop, html.has-navbar-fixed-top-desktop {
        padding-top: calc(5.25rem + 29px)
    }

    body.has-spaced-navbar-fixed-top, html.has-spaced-navbar-fixed-top {
        padding-top: 7.25rem
    }

    .navbar-link.is-active, a.navbar-item.is-active {
        color: #6137b3;
        border-bottom: 5px solid #6137b3;
        margin-top: 5px;
        font-weight: 600
    }

        .navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-link.is-active:not(:focus):not(:hover), a.navbar-item.is-active:not(:focus):not(:hover) {
            background-color: transparent
        }
}

.hero.is-fullheight-with-navbar {
    min-height: calc(100vh - 5.25rem)
}

.masthead-container {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

    .masthead-container.is-fixed {
        z-index: 20;
        position: fixed;
        top: 0;
        width: 100%
    }

@media screen and (min-width:1024px) {
    .navbar-start.has-item-max-width .navbar-item {
        max-width: 140px
    }

    .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block
    }
}

@media screen and (max-width:1023px) {
    .navbar-start .navbar-item {
        max-width: none
    }
}

.sgds-notification {
    background-color: #f5f5f5;
    border-radius: 0;
    padding: 1rem;
    position: relative;
    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: transparent
        }

    .sgds-notification .content, .sgds-notification .subtitle, .sgds-notification .title {
        color: currentColor
    }

    .sgds-notification.is-toast {
        background-color: transparent;
        border: 1px solid;
        border-left: 5px solid;
        color: currentColor
    }

    .sgds-notification.is-primary {
        background-color: #6137b3;
        color: #fff
    }

    .sgds-notification.is-toast-primary {
        background-color: transparent;
        border: 1px solid #6137b3;
        border-left-width: 5px
    }

        .sgds-notification.is-toast-primary .sgds-icon {
            color: #6137b3
        }

    .sgds-notification.is-secondary {
        background-color: #3d68bd;
        color: #fff
    }

    .sgds-notification.is-toast-secondary {
        background-color: transparent;
        border: 1px solid #3d68bd;
        border-left-width: 5px
    }

        .sgds-notification.is-toast-secondary .sgds-icon {
            color: #3d68bd
        }

    .sgds-notification.is-white {
        background-color: #fff;
        color: #0a0a0a
    }

    .sgds-notification.is-toast-white {
        background-color: transparent;
        border: 1px solid #fff;
        border-left-width: 5px
    }

        .sgds-notification.is-toast-white .sgds-icon {
            color: #fff
        }

    .sgds-notification.is-black {
        background-color: #0a0a0a;
        color: #fff
    }

    .sgds-notification.is-toast-black {
        background-color: transparent;
        border: 1px solid #0a0a0a;
        border-left-width: 5px
    }

        .sgds-notification.is-toast-black .sgds-icon {
            color: #0a0a0a
        }

    .sgds-notification.is-light {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

    .sgds-notification.is-toast-light {
        background-color: transparent;
        border: 1px solid #f5f5f5;
        border-left-width: 5px
    }

        .sgds-notification.is-toast-light .sgds-icon {
            color: #f5f5f5
        }

    .sgds-notification.is-dark {
        background-color: #333;
        color: #fff
    }

    .sgds-notification.is-toast-dark {
        background-color: transparent;
        border: 1px solid #333;
        border-left-width: 5px
    }

        .sgds-notification.is-toast-dark .sgds-icon {
            color: #333
        }

    .sgds-notification.is-link {
        background-color: #0070f0;
        color: #fff
    }

    .sgds-notification.is-toast-link {
        background-color: transparent;
        border: 1px solid #0070f0;
        border-left-width: 5px
    }

        .sgds-notification.is-toast-link .sgds-icon {
            color: #0070f0
        }

    .sgds-notification.is-info {
        background-color: #008094;
        color: #fff
    }

    .sgds-notification.is-toast-info {
        background-color: transparent;
        border: 1px solid #008094;
        border-left-width: 5px
    }

        .sgds-notification.is-toast-info .sgds-icon {
            color: #008094
        }

    .sgds-notification.is-success {
        background-color: #008549;
        color: #fff
    }

    .sgds-notification.is-toast-success {
        background-color: transparent;
        border: 1px solid #008549;
        border-left-width: 5px
    }

        .sgds-notification.is-toast-success .sgds-icon {
            color: #008549
        }

    .sgds-notification.is-warning {
        background-color: #f5a524;
        color: #fff;
        color: #0a0a0a
    }

    .sgds-notification.is-toast-warning {
        background-color: transparent;
        border: 1px solid #f5a524;
        border-left-width: 5px
    }

        .sgds-notification.is-toast-warning .sgds-icon {
            color: #f5a524
        }

    .sgds-notification.is-danger {
        background-color: #cf021a;
        color: #fff
    }

    .sgds-notification.is-toast-danger {
        background-color: transparent;
        border: 1px solid #cf021a;
        border-left-width: 5px
    }

        .sgds-notification.is-toast-danger .sgds-icon {
            color: #cf021a
        }

.sgds-notification-detail {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 2rem
}

    .sgds-notification-detail .sgds-icon {
        margin-left: 1rem;
        margin-right: 2rem
    }

    .sgds-notification-detail .delete {
        position: absolute;
        top: 0;
        right: 0
    }

.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: none;
    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 linear infinite;
    border-color: transparent transparent #d6d6d6 #d6d6d6;
    border-style: solid;
    border-width: 2px;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.loader, .number {
    border-radius: 290486px
}

.number {
    align-items: center;
    background-color: #f5f5f5;
    display: inline-flex;
    font-size: var(--font-size-h6);
    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: #3d68bd
}

.sgds-pagination {
    font-size: var(--font-size-p);
    margin: -.25rem
}

    .sgds-pagination ul.sgds-pagination-list {
        margin-left: .25rem;
        margin-right: .25rem
    }

    .sgds-pagination li.sgds-pagination-link {
        margin-top: .25rem
    }

    .sgds-pagination.is-small {
        font-size: var(--font-size-small)
    }

    .sgds-pagination.is-medium {
        font-size: var(--font-size-h6)
    }

    .sgds-pagination.is-large {
        font-size: var(--font-size-h5)
    }

    .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: var(--radius);
    box-shadow: none;
    display: inline-flex;
    font-size: var(--font-size-p);
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    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: calc(.375em - 1px) .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: none
    }

    .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: #333;
    min-width: 2.25em
}

    .sgds-pagination-link:hover, .sgds-pagination-next:hover, .sgds-pagination-previous:hover {
        border-color: #d6d6d6;
        color: #0a7cff
    }

    .sgds-pagination-link:focus, .sgds-pagination-next:focus, .sgds-pagination-previous:focus {
        border-color: #0070f0
    }

    .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: #757575;
        opacity: .5;
        cursor: not-allowed;
        pointer-events: none
    }

.sgds-pagination-next, .sgds-pagination-previous {
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.sgds-pagination-link.is-current {
    background-color: #0070f0;
    border-color: #0070f0;
    color: #fff
}

.sgds-pagination-ellipsis {
    color: #d6d6d6;
    pointer-events: none
}

.sgds-pagination-list {
    flex-wrap: wrap
}

@media screen and (max-width:768px) {
    .sgds-pagination {
        flex-wrap: wrap
    }

    .sgds-pagination-list li, .sgds-pagination-next, .sgds-pagination-previous {
        flex-grow: 1;
        flex-shrink: 1
    }
}

@media print,screen and (min-width:769px) {
    .sgds-pagination-list {
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: flex-start;
        order: 1
    }

    .sgds-pagination-previous {
        order: 2
    }

    .sgds-pagination-next {
        order: 3
    }

    .sgds-pagination {
        justify-content: space-between
    }

        .sgds-pagination.is-centered .sgds-pagination-previous {
            order: 1
        }

        .sgds-pagination.is-centered .sgds-pagination-list {
            justify-content: center;
            order: 2
        }

        .sgds-pagination.is-centered .sgds-pagination-next {
            order: 3
        }

        .sgds-pagination.is-right .sgds-pagination-previous {
            order: 1
        }

        .sgds-pagination.is-right .sgds-pagination-next {
            order: 2
        }

        .sgds-pagination.is-right .sgds-pagination-list {
            justify-content: flex-end;
            order: 3
        }
}

.sgds-panel {
    font-size: var(--font-size-p)
}

    .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: var(--radius) var(--radius) 0 0;
    color: #333;
    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: #474747;
            color: #333
        }

.sgds-panel-list a {
    color: #474747
}

    .sgds-panel-list a:hover {
        color: #0070f0
    }

.sgds-panel-block {
    align-items: center;
    color: #333;
    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: #0070f0;
        color: #333
    }

        .sgds-panel-block.is-active .sgds-panel-icon {
            color: #0070f0
        }

.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: #757575;
    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: var(--font-size-p);
    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: #474747
    }

    .sgds-progress::-moz-progress-bar {
        background-color: #474747
    }

    .sgds-progress::-ms-fill {
        background-color: #474747;
        border: none
    }

    .sgds-progress.is-primary::-webkit-progress-value {
        background-color: #6137b3
    }

    .sgds-progress.is-primary::-moz-progress-bar {
        background-color: #6137b3
    }

    .sgds-progress.is-primary::-ms-fill {
        background-color: #6137b3
    }

    .sgds-progress.is-secondary::-webkit-progress-value {
        background-color: #3d68bd
    }

    .sgds-progress.is-secondary::-moz-progress-bar {
        background-color: #3d68bd
    }

    .sgds-progress.is-secondary::-ms-fill {
        background-color: #3d68bd
    }

    .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: #333
    }

    .sgds-progress.is-dark::-moz-progress-bar {
        background-color: #333
    }

    .sgds-progress.is-dark::-ms-fill {
        background-color: #333
    }

    .sgds-progress.is-link::-webkit-progress-value {
        background-color: #0070f0
    }

    .sgds-progress.is-link::-moz-progress-bar {
        background-color: #0070f0
    }

    .sgds-progress.is-link::-ms-fill {
        background-color: #0070f0
    }

    .sgds-progress.is-info::-webkit-progress-value {
        background-color: #008094
    }

    .sgds-progress.is-info::-moz-progress-bar {
        background-color: #008094
    }

    .sgds-progress.is-info::-ms-fill {
        background-color: #008094
    }

    .sgds-progress.is-success::-webkit-progress-value {
        background-color: #008549
    }

    .sgds-progress.is-success::-moz-progress-bar {
        background-color: #008549
    }

    .sgds-progress.is-success::-ms-fill {
        background-color: #008549
    }

    .sgds-progress.is-warning::-webkit-progress-value {
        background-color: #f5a524
    }

    .sgds-progress.is-warning::-moz-progress-bar {
        background-color: #f5a524
    }

    .sgds-progress.is-warning::-ms-fill {
        background-color: #f5a524
    }

    .sgds-progress.is-danger::-webkit-progress-value {
        background-color: #cf021a
    }

    .sgds-progress.is-danger::-moz-progress-bar {
        background-color: #cf021a
    }

    .sgds-progress.is-danger::-ms-fill {
        background-color: #cf021a
    }

    .sgds-progress.is-small {
        height: var(--font-size-small)
    }

    .sgds-progress.is-medium {
        height: var(--font-size-h6)
    }

    .sgds-progress.is-large {
        height: var(--font-size-h5)
    }

.search-content {
    line-height: 1.5em
}

    .search-content a {
        text-decoration: underline
    }

    .search-content .permalink {
        color: #757575
    }

    .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-icon.sgds-icon.sgds-icon-search {
    top: 14px;
    display: block;
    visibility: initial
}

.table {
    background-color: #fff;
    color: #333;
    margin-bottom: 1.5rem;
    font-size: var(--font-size-p)
}

    .table td, .table th {
        border: solid #f0f0f0;
        border-width: 0 0 1px;
        padding: .5em .75em;
        vertical-align: top
    }

        .table td.is-primary, .table th.is-primary {
            background-color: #6137b3;
            border-color: #6137b3;
            color: #fff
        }

        .table td.is-secondary, .table th.is-secondary {
            background-color: #3d68bd;
            border-color: #3d68bd;
            color: #fff
        }

        .table td.is-white, .table th.is-white {
            background-color: #fff;
            border-color: #fff;
            color: #0a0a0a
        }

        .table td.is-black, .table th.is-black {
            background-color: #0a0a0a;
            border-color: #0a0a0a;
            color: #fff
        }

        .table td.is-light, .table th.is-light {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            color: rgba(0,0,0,.7)
        }

        .table td.is-dark, .table th.is-dark {
            background-color: #333;
            border-color: #333;
            color: #fff
        }

        .table td.is-link, .table th.is-link {
            background-color: #0070f0;
            border-color: #0070f0;
            color: #fff
        }

        .table td.is-info, .table th.is-info {
            background-color: #008094;
            border-color: #008094;
            color: #fff
        }

        .table td.is-success, .table th.is-success {
            background-color: #008549;
            border-color: #008549;
            color: #fff
        }

        .table td.is-warning, .table th.is-warning {
            background-color: #f5a524;
            border-color: #f5a524;
            color: #fff
        }

        .table td.is-danger, .table th.is-danger {
            background-color: #cf021a;
            border-color: #cf021a;
            color: #fff
        }

        .table td.is-narrow, .table th.is-narrow {
            white-space: nowrap;
            width: 1%
        }

        .table td.is-selected, .table th.is-selected {
            background-color: #6137b3;
            color: #fff
        }

            .table td.is-selected a, .table td.is-selected strong, .table th.is-selected a, .table th.is-selected strong {
                color: currentColor
            }

    .table th {
        color: #333;
        text-align: left
    }

    .table tr.is-selected {
        background-color: #6137b3;
        color: #fff
    }

        .table tr.is-selected a, .table tr.is-selected strong {
            color: currentColor
        }

        .table tr.is-selected td, .table tr.is-selected th {
            border-color: #fff;
            color: currentColor
        }

    .table thead td, .table thead th {
        border-width: 0 0 2px;
        color: #333
    }

    .table tfoot td, .table tfoot th {
        border-width: 2px 0 0;
        color: #333
    }

    .table tbody tr:last-child td, .table tbody tr:last-child th {
        border-bottom-width: 0
    }

    .table.is-bordered td, .table.is-bordered th {
        border-width: 1px
    }

    .table.is-bordered tr:last-child td, .table.is-bordered tr:last-child th {
        border-bottom-width: 1px
    }

    .table.is-fullwidth {
        width: 100%
    }

    .table.is-hoverable tbody tr:not(.is-selected):hover {
        background-color: #fafafa
    }

    .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
        background-color: #f5f5f5
    }

    .table.is-narrow td, .table.is-narrow th {
        padding: .25em .5em
    }

    .table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
        background-color: #fafafa
    }

table.table-h tbody tr:nth-of-type(odd) {
    background-color: #eff3f5
}

table.table-h tbody tr td {
    border-bottom: 1px solid #f0f0f0;
    padding: var(--font-size-p);
    vertical-align: top
}

table.table-v tbody tr:first-child td {
    border-top: 1px solid #f0f0f0
}

table.table-v tbody td {
    border-bottom: 1px solid #f0f0f0;
    padding: var(--font-size-p);
    vertical-align: top
}

    table.table-v tbody td:first-child {
        background-color: #eff3f5;
        border-bottom-color: #fff;
        font-weight: 700;
        width: 20%
    }

.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: var(--font-size-p);
    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: 1px solid #d6d6d6;
        color: #474747;
        display: flex;
        justify-content: center;
        margin-bottom: -1px;
        padding: .5em 1em;
        vertical-align: top
    }

        .sgds-tabs a:hover {
            border-bottom-color: #333;
            color: #333
        }

    .sgds-tabs li {
        display: block
    }

        .sgds-tabs li.is-active a {
            border-bottom-color: #0070f0;
            color: #0070f0
        }

    .sgds-tabs ul {
        align-items: center;
        border-bottom: 1px solid #d6d6d6;
        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: var(--radius) var(--radius) 0 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: 1px solid #d6d6d6;
        margin-bottom: 0;
        position: relative
    }

        .sgds-tabs.is-toggle a:hover {
            background-color: #f5f5f5;
            border-color: #3d68bd;
            z-index: 2
        }

    .sgds-tabs.is-toggle li + li {
        margin-left: -1px
    }

    .sgds-tabs.is-toggle li:first-child a {
        border-radius: var(--radius) 0 0 var(--radius)
    }

    .sgds-tabs.is-toggle li:last-child a {
        border-radius: 0 var(--radius) var(--radius) 0
    }

    .sgds-tabs.is-toggle li.is-active a {
        background-color: #0070f0;
        border-color: #0070f0;
        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: var(--font-size-small)
    }

    .sgds-tabs.is-medium {
        font-size: var(--font-size-h6)
    }

    .sgds-tabs.is-large {
        font-size: var(--font-size-h5)
    }

.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.are-medium .sgds-tag:not(.is-normal) {
        font-size: var(--font-size-p)
    }

    .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: 5px;
    color: #474747;
    display: inline-flex;
    font-size: var(--font-size-small);
    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-primary {
        background-color: #6137b3;
        color: #fff
    }

        .sgds-tag:not(body).is-primary.is-light {
            background-color: #efebf7;
            color: #6137b3
        }

    .sgds-tag:not(body).is-secondary {
        background-color: #3d68bd;
        color: #fff
    }

        .sgds-tag:not(body).is-secondary.is-light {
            background-color: #ecf0f8;
            color: #3d68bd
        }

    .sgds-tag:not(body).is-white {
        background-color: #fff;
        color: #0a0a0a
    }

        .sgds-tag:not(body).is-white.is-light {
            background-color: #fff;
            color: #fff
        }

    .sgds-tag:not(body).is-black {
        background-color: #0a0a0a;
        color: #fff
    }

        .sgds-tag:not(body).is-black.is-light {
            background-color: #e7e7e7;
            color: #0a0a0a
        }

    .sgds-tag:not(body).is-light {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

    .sgds-tag:not(body).is-dark {
        background-color: #333;
        color: #fff
    }

        .sgds-tag:not(body).is-dark.is-light {
            background-color: #ebebeb;
            color: #333
        }

    .sgds-tag:not(body).is-link {
        background-color: #0070f0;
        color: #fff
    }

        .sgds-tag:not(body).is-link.is-light {
            background-color: #e6f1fd;
            color: #0070f0
        }

    .sgds-tag:not(body).is-info {
        background-color: #008094;
        color: #fff
    }

        .sgds-tag:not(body).is-info.is-light {
            background-color: #e6f2f4;
            color: #008094
        }

    .sgds-tag:not(body).is-success {
        background-color: #008549;
        color: #fff
    }

        .sgds-tag:not(body).is-success.is-light {
            background-color: #e6f3ed;
            color: #008549
        }

    .sgds-tag:not(body).is-warning {
        background-color: #f5a524;
        color: #fff;
        color: #000
    }

        .sgds-tag:not(body).is-warning.is-light {
            background-color: #fef6e9;
            color: #f5a524;
            color: #925d07
        }

    .sgds-tag:not(body).is-danger {
        background-color: #cf021a;
        color: #fff
    }

        .sgds-tag:not(body).is-danger.is-light {
            background-color: #fae6e8;
            color: #cf021a
        }

    .sgds-tag:not(body).is-medium {
        font-size: var(--font-size-p)
    }

    .sgds-tag:not(body).is-large {
        font-size: var(--font-size-h6)
    }

    .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, .subtitle sup, .title sub, .title sup {
        font-size: .75em
    }

    .subtitle .tag, .title .tag {
        vertical-align: middle
    }

.title {
    color: #333;
    font-size: var(--font-size-h3);
    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: var(--font-size-h1-display)
    }

    .title.is-2 {
        font-size: var(--font-size-h1)
    }

    .title.is-3 {
        font-size: var(--font-size-h2)
    }

    .title.is-4 {
        font-size: var(--font-size-h3)
    }

    .title.is-5 {
        font-size: var(--font-size-h4)
    }

    .title.is-6 {
        font-size: var(--font-size-h5)
    }

    .title.is-7 {
        font-size: var(--font-size-h6)
    }

    .title.is-8 {
        font-size: var(--font-size-p)
    }

    .title.is-9 {
        font-size: var(--font-size-small)
    }

.subtitle {
    color: #474747;
    font-size: var(--font-size-h5);
    font-weight: 400;
    line-height: 1.25
}

    .subtitle strong {
        color: #333;
        font-weight: 600
    }

    .subtitle:not(.is-spaced) + .title {
        margin-top: -1.5rem
    }

    .subtitle.is-0 {
        font-size: var(--font-size-h1-display)
    }

    .subtitle.is-1 {
        font-size: var(--font-size-h1)
    }

    .subtitle.is-2 {
        font-size: var(--font-size-h2)
    }

    .subtitle.is-3 {
        font-size: var(--font-size-h3)
    }

    .subtitle.is-4 {
        font-size: var(--font-size-h4)
    }

    .subtitle.is-5 {
        font-size: var(--font-size-h5)
    }

    .subtitle.is-6 {
        font-size: var(--font-size-h6)
    }

    .subtitle.is-7 {
        font-size: var(--font-size-p)
    }

    .subtitle.is-8 {
        font-size: var(--font-size-small)
    }

.sgds-accordion + .sgds-accordion {
    margin-top: .5rem
}

.sgds-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(.375em - 1px) .75em;
    background-color: #fff;
    font-size: var(--font-size-p);
    border: 1px solid #d6d6d6
}

.content .sgds-accordion-header {
    text-decoration: none;
    margin-bottom: 0
}

.sgds-accordion-header:hover {
    background-color: #f9f9f9
}

.sgds-accordion-header.is-active {
    background-color: #f2f2f2
}

.sgds-accordion-body {
    padding: 1rem;
    display: none;
    border: 1px solid #d6d6d6;
    border-top: 0
}

.sgds-accordion.is-primary .sgds-accordion-header {
    background-color: #6137b3;
    color: #fff;
    border: 1px solid #6137b3
}

    .sgds-accordion.is-primary .sgds-accordion-header.is-active, .sgds-accordion.is-primary .sgds-accordion-header:hover {
        background-color: #5b34aa;
        color: #fff
    }

.sgds-accordion.is-secondary .sgds-accordion-header {
    background-color: #3d68bd;
    color: #fff;
    border: 1px solid #3d68bd
}

    .sgds-accordion.is-secondary .sgds-accordion-header.is-active, .sgds-accordion.is-secondary .sgds-accordion-header:hover {
        background-color: #3a62b3;
        color: #fff
    }

.sgds-accordion.is-white .sgds-accordion-header {
    background-color: #fff;
    color: #0a0a0a;
    border: 1px solid #fff
}

    .sgds-accordion.is-white .sgds-accordion-header.is-active, .sgds-accordion.is-white .sgds-accordion-header:hover {
        background-color: #f9f9f9;
        color: #0a0a0a
    }

.sgds-accordion.is-black .sgds-accordion-header {
    background-color: #0a0a0a;
    color: #fff;
    border: 1px solid #0a0a0a
}

    .sgds-accordion.is-black .sgds-accordion-header.is-active, .sgds-accordion.is-black .sgds-accordion-header:hover {
        background-color: #040404;
        color: #fff
    }

.sgds-accordion.is-light .sgds-accordion-header {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.7);
    border: 1px solid #f5f5f5
}

    .sgds-accordion.is-light .sgds-accordion-header.is-active, .sgds-accordion.is-light .sgds-accordion-header:hover {
        background-color: #eee;
        color: rgba(0,0,0,.7)
    }

.sgds-accordion.is-dark .sgds-accordion-header {
    background-color: #333;
    color: #fff;
    border: 1px solid #333
}

    .sgds-accordion.is-dark .sgds-accordion-header.is-active, .sgds-accordion.is-dark .sgds-accordion-header:hover {
        background-color: #2d2d2d;
        color: #fff
    }

.sgds-accordion.is-link .sgds-accordion-header {
    background-color: #0070f0;
    color: #fff;
    border: 1px solid #0070f0
}

    .sgds-accordion.is-link .sgds-accordion-header.is-active, .sgds-accordion.is-link .sgds-accordion-header:hover {
        background-color: #006ae3;
        color: #fff
    }

.sgds-accordion.is-info .sgds-accordion-header {
    background-color: #008094;
    color: #fff;
    border: 1px solid #008094
}

    .sgds-accordion.is-info .sgds-accordion-header.is-active, .sgds-accordion.is-info .sgds-accordion-header:hover {
        background-color: #007587;
        color: #fff
    }

.sgds-accordion.is-success .sgds-accordion-header {
    background-color: #008549;
    color: #fff;
    border: 1px solid #008549
}

    .sgds-accordion.is-success .sgds-accordion-header.is-active, .sgds-accordion.is-success .sgds-accordion-header:hover {
        background-color: #007842;
        color: #fff
    }

.sgds-accordion.is-warning .sgds-accordion-header {
    background-color: #f5a524;
    color: #fff;
    border: 1px solid #f5a524
}

    .sgds-accordion.is-warning .sgds-accordion-header.is-active, .sgds-accordion.is-warning .sgds-accordion-header:hover {
        background-color: #f4a018;
        color: #fff
    }

.sgds-accordion.is-danger .sgds-accordion-header {
    background-color: #cf021a;
    color: #fff;
    border: 1px solid #cf021a
}

    .sgds-accordion.is-danger .sgds-accordion-header.is-active, .sgds-accordion.is-danger .sgds-accordion-header:hover {
        background-color: #c20218;
        color: #fff
    }

.sgds-accordion.is-borderless .sgds-accordion-body, .sgds-accordion.is-borderless .sgds-accordion-header {
    border: 0
}

.sgds-accordion.is-small .sgds-accordion-header {
    font-size: var(--font-size-small)
}

.sgds-accordion.is-medium .sgds-accordion-header {
    font-size: var(--font-size-h6)
}

.sgds-accordion.is-large .sgds-accordion-header {
    font-size: var(--font-size-h5)
}

.sgds-accordion.is-open .sgds-accordion-body {
    display: block
}

.sgds-tooltip {
    position: relative
}

    .sgds-tooltip.is-tooltip-active:before, .sgds-tooltip.is-tooltip-active:not(.is-loading):after, .sgds-tooltip:hover:before, .sgds-tooltip:hover:not(.is-loading):after {
        z-index: 99999;
        position: absolute;
        display: inline-block;
        pointer-events: none
    }

    .sgds-tooltip.is-tooltip-active:not(.is-loading):after, .sgds-tooltip:hover:not(.is-loading):after {
        content: "";
        border-style: solid;
        border-width: .5rem
    }

    .sgds-tooltip.is-tooltip-active:before, .sgds-tooltip:hover:before {
        opacity: 0;
        content: attr(data-tooltip);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: var(--font-size-p);
        padding: .4rem .8rem;
        background: rgba(71,71,71,.9);
        border-radius: var(--radius);
        color: #fff;
        max-width: 24rem
    }

    .sgds-tooltip.is-tooltip-active:not(.is-loading):after, .sgds-tooltip:focus:not(.is-loading):after, .sgds-tooltip:hover:not(.is-loading):after {
        opacity: 1;
        margin-left: -.5rem;
        margin-top: -.5rem
    }

    .sgds-tooltip.is-tooltip-active:before, .sgds-tooltip:focus:before, .sgds-tooltip:hover:before {
        opacity: 1
    }

    .sgds-tooltip:before {
        top: auto;
        bottom: 100%;
        left: 50%;
        right: auto
    }

    .sgds-tooltip.is-tooltip-active:not(.is-loading):after, .sgds-tooltip:focus:not(.is-loading):after, .sgds-tooltip:hover:not(.is-loading):after {
        top: 0;
        bottom: auto;
        left: 50%;
        right: auto;
        border-color: rgba(71,71,71,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-active:before, .sgds-tooltip:focus:before, .sgds-tooltip:hover:before {
        transform: translate(-50%,-.5rem)
    }

    .sgds-tooltip.is-tooltip-right:before {
        top: auto;
        bottom: 50%;
        left: 100%;
        right: auto;
        transform: translate(-1rem,50%)
    }

    .sgds-tooltip.is-tooltip-right.is-tooltip-active:not(.is-loading):after, .sgds-tooltip.is-tooltip-right:focus:not(.is-loading):after, .sgds-tooltip.is-tooltip-right:hover:not(.is-loading):after {
        top: 50%;
        left: 100%;
        right: auto;
        border-color: transparent rgba(71,71,71,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-right.is-tooltip-active:before, .sgds-tooltip.is-tooltip-right:focus:before, .sgds-tooltip.is-tooltip-right:hover:before {
        transform: translate(.5rem,50%)
    }

    .sgds-tooltip.is-tooltip-bottom:before {
        top: 100%;
        bottom: auto;
        left: 50%;
        right: auto;
        transform: translate(-50%,-1rem)
    }

    .sgds-tooltip.is-tooltip-bottom.is-tooltip-active:not(.is-loading):after, .sgds-tooltip.is-tooltip-bottom:focus:not(.is-loading):after, .sgds-tooltip.is-tooltip-bottom:hover:not(.is-loading):after {
        top: 100%;
        bottom: auto;
        left: 50%;
        right: auto;
        border-color: transparent transparent rgba(71,71,71,.9)
    }

    .sgds-tooltip.is-tooltip-bottom.is-tooltip-active:before, .sgds-tooltip.is-tooltip-bottom:focus:before, .sgds-tooltip.is-tooltip-bottom:hover:before {
        transform: translate(-50%,.5rem)
    }

    .sgds-tooltip.is-tooltip-left:before {
        top: auto;
        bottom: 50%;
        left: auto;
        right: 100%;
        transform: translate(1rem,50%)
    }

    .sgds-tooltip.is-tooltip-left.is-tooltip-active:not(.is-loading):after, .sgds-tooltip.is-tooltip-left:focus:not(.is-loading):after, .sgds-tooltip.is-tooltip-left:hover:not(.is-loading):after {
        top: 50%;
        bottom: auto;
        left: auto;
        right: calc(100% - .5rem);
        border-color: transparent transparent transparent rgba(71,71,71,.9)
    }

    .sgds-tooltip.is-tooltip-left.is-tooltip-active:before, .sgds-tooltip.is-tooltip-left:focus:before, .sgds-tooltip.is-tooltip-left:hover:before {
        transform: translate(-.5rem,50%)
    }

    .sgds-tooltip.is-tooltip-multiline:before {
        min-width: 24rem;
        text-overflow: clip;
        white-space: normal;
        word-break: keep-all
    }

    .sgds-tooltip.is-tooltip-primary:not(.is-loading):after {
        border-color: rgba(97,55,179,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-primary.is-tooltip-right:not(.is-loading):after {
        border-color: transparent rgba(97,55,179,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-primary.is-tooltip-bottom:not(.is-loading):after {
        border-color: transparent transparent rgba(97,55,179,.9)
    }

    .sgds-tooltip.is-tooltip-primary.is-tooltip-left:not(.is-loading):after {
        border-color: transparent transparent transparent rgba(97,55,179,.9)
    }

    .sgds-tooltip.is-tooltip-primary:before {
        background: rgba(97,55,179,.9);
        color: #fff
    }

    .sgds-tooltip.is-tooltip-secondary:not(.is-loading):after {
        border-color: rgba(61,104,189,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-secondary.is-tooltip-right:not(.is-loading):after {
        border-color: transparent rgba(61,104,189,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-secondary.is-tooltip-bottom:not(.is-loading):after {
        border-color: transparent transparent rgba(61,104,189,.9)
    }

    .sgds-tooltip.is-tooltip-secondary.is-tooltip-left:not(.is-loading):after {
        border-color: transparent transparent transparent rgba(61,104,189,.9)
    }

    .sgds-tooltip.is-tooltip-secondary:before {
        background: rgba(61,104,189,.9);
        color: #fff
    }

    .sgds-tooltip.is-tooltip-white:not(.is-loading):after {
        border-color: hsla(0,0%,100%,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-white.is-tooltip-right:not(.is-loading):after {
        border-color: transparent hsla(0,0%,100%,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-white.is-tooltip-bottom:not(.is-loading):after {
        border-color: transparent transparent hsla(0,0%,100%,.9)
    }

    .sgds-tooltip.is-tooltip-white.is-tooltip-left:not(.is-loading):after {
        border-color: transparent transparent transparent hsla(0,0%,100%,.9)
    }

    .sgds-tooltip.is-tooltip-white:before {
        background: hsla(0,0%,100%,.9);
        color: #0a0a0a
    }

    .sgds-tooltip.is-tooltip-black:not(.is-loading):after {
        border-color: rgba(10,10,10,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-black.is-tooltip-right:not(.is-loading):after {
        border-color: transparent rgba(10,10,10,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-black.is-tooltip-bottom:not(.is-loading):after {
        border-color: transparent transparent rgba(10,10,10,.9)
    }

    .sgds-tooltip.is-tooltip-black.is-tooltip-left:not(.is-loading):after {
        border-color: transparent transparent transparent rgba(10,10,10,.9)
    }

    .sgds-tooltip.is-tooltip-black:before {
        background: rgba(10,10,10,.9);
        color: #fff
    }

    .sgds-tooltip.is-tooltip-light:not(.is-loading):after {
        border-color: hsla(0,0%,96.1%,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-light.is-tooltip-right:not(.is-loading):after {
        border-color: transparent hsla(0,0%,96.1%,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-light.is-tooltip-bottom:not(.is-loading):after {
        border-color: transparent transparent hsla(0,0%,96.1%,.9)
    }

    .sgds-tooltip.is-tooltip-light.is-tooltip-left:not(.is-loading):after {
        border-color: transparent transparent transparent hsla(0,0%,96.1%,.9)
    }

    .sgds-tooltip.is-tooltip-light:before {
        background: hsla(0,0%,96.1%,.9);
        color: rgba(0,0,0,.7)
    }

    .sgds-tooltip.is-tooltip-dark:not(.is-loading):after {
        border-color: rgba(51,51,51,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-dark.is-tooltip-right:not(.is-loading):after {
        border-color: transparent rgba(51,51,51,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-dark.is-tooltip-bottom:not(.is-loading):after {
        border-color: transparent transparent rgba(51,51,51,.9)
    }

    .sgds-tooltip.is-tooltip-dark.is-tooltip-left:not(.is-loading):after {
        border-color: transparent transparent transparent rgba(51,51,51,.9)
    }

    .sgds-tooltip.is-tooltip-dark:before {
        background: rgba(51,51,51,.9);
        color: #fff
    }

    .sgds-tooltip.is-tooltip-link:not(.is-loading):after {
        border-color: rgba(0,112,240,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-link.is-tooltip-right:not(.is-loading):after {
        border-color: transparent rgba(0,112,240,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-link.is-tooltip-bottom:not(.is-loading):after {
        border-color: transparent transparent rgba(0,112,240,.9)
    }

    .sgds-tooltip.is-tooltip-link.is-tooltip-left:not(.is-loading):after {
        border-color: transparent transparent transparent rgba(0,112,240,.9)
    }

    .sgds-tooltip.is-tooltip-link:before {
        background: rgba(0,112,240,.9);
        color: #fff
    }

    .sgds-tooltip.is-tooltip-info:not(.is-loading):after {
        border-color: rgba(0,128,148,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-info.is-tooltip-right:not(.is-loading):after {
        border-color: transparent rgba(0,128,148,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-info.is-tooltip-bottom:not(.is-loading):after {
        border-color: transparent transparent rgba(0,128,148,.9)
    }

    .sgds-tooltip.is-tooltip-info.is-tooltip-left:not(.is-loading):after {
        border-color: transparent transparent transparent rgba(0,128,148,.9)
    }

    .sgds-tooltip.is-tooltip-info:before {
        background: rgba(0,128,148,.9);
        color: #fff
    }

    .sgds-tooltip.is-tooltip-success:not(.is-loading):after {
        border-color: rgba(0,133,73,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-success.is-tooltip-right:not(.is-loading):after {
        border-color: transparent rgba(0,133,73,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-success.is-tooltip-bottom:not(.is-loading):after {
        border-color: transparent transparent rgba(0,133,73,.9)
    }

    .sgds-tooltip.is-tooltip-success.is-tooltip-left:not(.is-loading):after {
        border-color: transparent transparent transparent rgba(0,133,73,.9)
    }

    .sgds-tooltip.is-tooltip-success:before {
        background: rgba(0,133,73,.9);
        color: #fff
    }

    .sgds-tooltip.is-tooltip-warning:not(.is-loading):after {
        border-color: rgba(245,165,36,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-warning.is-tooltip-right:not(.is-loading):after {
        border-color: transparent rgba(245,165,36,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-warning.is-tooltip-bottom:not(.is-loading):after {
        border-color: transparent transparent rgba(245,165,36,.9)
    }

    .sgds-tooltip.is-tooltip-warning.is-tooltip-left:not(.is-loading):after {
        border-color: transparent transparent transparent rgba(245,165,36,.9)
    }

    .sgds-tooltip.is-tooltip-warning:before {
        background: rgba(245,165,36,.9);
        color: #fff
    }

    .sgds-tooltip.is-tooltip-danger:not(.is-loading):after {
        border-color: rgba(207,2,26,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-danger.is-tooltip-right:not(.is-loading):after {
        border-color: transparent rgba(207,2,26,.9) transparent transparent
    }

    .sgds-tooltip.is-tooltip-danger.is-tooltip-bottom:not(.is-loading):after {
        border-color: transparent transparent rgba(207,2,26,.9)
    }

    .sgds-tooltip.is-tooltip-danger.is-tooltip-left:not(.is-loading):after {
        border-color: transparent transparent transparent rgba(207,2,26,.9)
    }

    .sgds-tooltip.is-tooltip-danger:before {
        background: rgba(207,2,26,.9);
        color: #fff
    }

@media screen and (max-width:768px) {
    .is-tooltip-top-mobile:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important
    }

    .is-tooltip-top-mobile.is-tooltip-active:not(.is-loading):after, .is-tooltip-top-mobile:focus:not(.is-loading):after, .is-tooltip-top-mobile:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-top-mobile.is-tooltip-active:before, .is-tooltip-top-mobile:focus:before, .is-tooltip-top-mobile:hover:before {
        transform: translate(-50%,-.5rem) !important
    }
}

@media print,screen and (min-width:769px) {
    .is-tooltip-top-tablet:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important
    }

    .is-tooltip-top-tablet.is-tooltip-active:not(.is-loading):after, .is-tooltip-top-tablet:focus:not(.is-loading):after, .is-tooltip-top-tablet:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-top-tablet.is-tooltip-active:before, .is-tooltip-top-tablet:focus:before, .is-tooltip-top-tablet:hover:before {
        transform: translate(-50%,-.5rem) !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-tooltip-top-tablet-only:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important
    }

    .is-tooltip-top-tablet-only.is-tooltip-active:not(.is-loading):after, .is-tooltip-top-tablet-only:focus:not(.is-loading):after, .is-tooltip-top-tablet-only:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-top-tablet-only.is-tooltip-active:before, .is-tooltip-top-tablet-only:focus:before, .is-tooltip-top-tablet-only:hover:before {
        transform: translate(-50%,-.5rem) !important
    }
}

@media screen and (max-width:1023px) {
    .is-tooltip-top-touch:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important
    }

    .is-tooltip-top-touch.is-tooltip-active:not(.is-loading):after, .is-tooltip-top-touch:focus:not(.is-loading):after, .is-tooltip-top-touch:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-top-touch.is-tooltip-active:before, .is-tooltip-top-touch:focus:before, .is-tooltip-top-touch:hover:before {
        transform: translate(-50%,-.5rem) !important
    }
}

@media screen and (min-width:1024px) {
    .is-tooltip-top-desktop:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important
    }

    .is-tooltip-top-desktop.is-tooltip-active:not(.is-loading):after, .is-tooltip-top-desktop:focus:not(.is-loading):after, .is-tooltip-top-desktop:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-top-desktop.is-tooltip-active:before, .is-tooltip-top-desktop:focus:before, .is-tooltip-top-desktop:hover:before {
        transform: translate(-50%,-.5rem) !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-tooltip-top-desktop-only:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important
    }

    .is-tooltip-top-desktop-only.is-tooltip-active:not(.is-loading):after, .is-tooltip-top-desktop-only:focus:not(.is-loading):after, .is-tooltip-top-desktop-only:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-top-desktop-only.is-tooltip-active:before, .is-tooltip-top-desktop-only:focus:before, .is-tooltip-top-desktop-only:hover:before {
        transform: translate(-50%,-.5rem) !important
    }
}

@media screen and (min-width:1216px) {
    .is-tooltip-top-widescreen:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important
    }

    .is-tooltip-top-widescreen.is-tooltip-active:not(.is-loading):after, .is-tooltip-top-widescreen:focus:not(.is-loading):after, .is-tooltip-top-widescreen:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-top-widescreen.is-tooltip-active:before, .is-tooltip-top-widescreen:focus:before, .is-tooltip-top-widescreen:hover:before {
        transform: translate(-50%,-.5rem) !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-tooltip-top-widescreen-only:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important
    }

    .is-tooltip-top-widescreen-only.is-tooltip-active:not(.is-loading):after, .is-tooltip-top-widescreen-only:focus:not(.is-loading):after, .is-tooltip-top-widescreen-only:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-top-widescreen-only.is-tooltip-active:before, .is-tooltip-top-widescreen-only:focus:before, .is-tooltip-top-widescreen-only:hover:before {
        transform: translate(-50%,-.5rem) !important
    }
}

@media screen and (min-width:1408px) {
    .is-tooltip-top-fullhd:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important
    }

    .is-tooltip-top-fullhd.is-tooltip-active:not(.is-loading):after, .is-tooltip-top-fullhd:focus:not(.is-loading):after, .is-tooltip-top-fullhd:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-top-fullhd.is-tooltip-active:before, .is-tooltip-top-fullhd:focus:before, .is-tooltip-top-fullhd:hover:before {
        transform: translate(-50%,-.5rem) !important
    }
}

@media screen and (max-width:768px) {
    .is-tooltip-right-mobile:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem,50%) !important
    }

    .is-tooltip-right-mobile.is-tooltip-active:not(.is-loading):after, .is-tooltip-right-mobile:focus:not(.is-loading):after, .is-tooltip-right-mobile:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-right-mobile.is-tooltip-active:before, .is-tooltip-right-mobile:focus:before, .is-tooltip-right-mobile:hover:before {
        transform: translate(.5rem,50%) !important
    }
}

@media print,screen and (min-width:769px) {
    .is-tooltip-right-tablet:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem,50%) !important
    }

    .is-tooltip-right-tablet.is-tooltip-active:not(.is-loading):after, .is-tooltip-right-tablet:focus:not(.is-loading):after, .is-tooltip-right-tablet:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-right-tablet.is-tooltip-active:before, .is-tooltip-right-tablet:focus:before, .is-tooltip-right-tablet:hover:before {
        transform: translate(.5rem,50%) !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-tooltip-right-tablet-only:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem,50%) !important
    }

    .is-tooltip-right-tablet-only.is-tooltip-active:not(.is-loading):after, .is-tooltip-right-tablet-only:focus:not(.is-loading):after, .is-tooltip-right-tablet-only:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-right-tablet-only.is-tooltip-active:before, .is-tooltip-right-tablet-only:focus:before, .is-tooltip-right-tablet-only:hover:before {
        transform: translate(.5rem,50%) !important
    }
}

@media screen and (max-width:1023px) {
    .is-tooltip-right-touch:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem,50%) !important
    }

    .is-tooltip-right-touch.is-tooltip-active:not(.is-loading):after, .is-tooltip-right-touch:focus:not(.is-loading):after, .is-tooltip-right-touch:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-right-touch.is-tooltip-active:before, .is-tooltip-right-touch:focus:before, .is-tooltip-right-touch:hover:before {
        transform: translate(.5rem,50%) !important
    }
}

@media screen and (min-width:1024px) {
    .is-tooltip-right-desktop:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem,50%) !important
    }

    .is-tooltip-right-desktop.is-tooltip-active:not(.is-loading):after, .is-tooltip-right-desktop:focus:not(.is-loading):after, .is-tooltip-right-desktop:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-right-desktop.is-tooltip-active:before, .is-tooltip-right-desktop:focus:before, .is-tooltip-right-desktop:hover:before {
        transform: translate(.5rem,50%) !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-tooltip-right-desktop-only:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem,50%) !important
    }

    .is-tooltip-right-desktop-only.is-tooltip-active:not(.is-loading):after, .is-tooltip-right-desktop-only:focus:not(.is-loading):after, .is-tooltip-right-desktop-only:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-right-desktop-only.is-tooltip-active:before, .is-tooltip-right-desktop-only:focus:before, .is-tooltip-right-desktop-only:hover:before {
        transform: translate(.5rem,50%) !important
    }
}

@media screen and (min-width:1216px) {
    .is-tooltip-right-widescreen:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem,50%) !important
    }

    .is-tooltip-right-widescreen.is-tooltip-active:not(.is-loading):after, .is-tooltip-right-widescreen:focus:not(.is-loading):after, .is-tooltip-right-widescreen:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-right-widescreen.is-tooltip-active:before, .is-tooltip-right-widescreen:focus:before, .is-tooltip-right-widescreen:hover:before {
        transform: translate(.5rem,50%) !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-tooltip-right-widescreen-only:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem,50%) !important
    }

    .is-tooltip-right-widescreen-only.is-tooltip-active:not(.is-loading):after, .is-tooltip-right-widescreen-only:focus:not(.is-loading):after, .is-tooltip-right-widescreen-only:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-right-widescreen-only.is-tooltip-active:before, .is-tooltip-right-widescreen-only:focus:before, .is-tooltip-right-widescreen-only:hover:before {
        transform: translate(.5rem,50%) !important
    }
}

@media screen and (min-width:1408px) {
    .is-tooltip-right-fullhd:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem,50%) !important
    }

    .is-tooltip-right-fullhd.is-tooltip-active:not(.is-loading):after, .is-tooltip-right-fullhd:focus:not(.is-loading):after, .is-tooltip-right-fullhd:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(71,71,71,.9) transparent transparent !important
    }

    .is-tooltip-right-fullhd.is-tooltip-active:before, .is-tooltip-right-fullhd:focus:before, .is-tooltip-right-fullhd:hover:before {
        transform: translate(.5rem,50%) !important
    }
}

@media screen and (max-width:768px) {
    .is-tooltip-bottom-mobile:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%,-1rem) !important
    }

    .is-tooltip-bottom-mobile.is-tooltip-active:not(.is-loading):after, .is-tooltip-bottom-mobile:focus:not(.is-loading):after, .is-tooltip-bottom-mobile:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-bottom-mobile.is-tooltip-active:before, .is-tooltip-bottom-mobile:focus:before, .is-tooltip-bottom-mobile:hover:before {
        transform: translate(-50%,.5rem) !important
    }
}

@media print,screen and (min-width:769px) {
    .is-tooltip-bottom-tablet:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%,-1rem) !important
    }

    .is-tooltip-bottom-tablet.is-tooltip-active:not(.is-loading):after, .is-tooltip-bottom-tablet:focus:not(.is-loading):after, .is-tooltip-bottom-tablet:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-bottom-tablet.is-tooltip-active:before, .is-tooltip-bottom-tablet:focus:before, .is-tooltip-bottom-tablet:hover:before {
        transform: translate(-50%,.5rem) !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-tooltip-bottom-tablet-only:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%,-1rem) !important
    }

    .is-tooltip-bottom-tablet-only.is-tooltip-active:not(.is-loading):after, .is-tooltip-bottom-tablet-only:focus:not(.is-loading):after, .is-tooltip-bottom-tablet-only:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-bottom-tablet-only.is-tooltip-active:before, .is-tooltip-bottom-tablet-only:focus:before, .is-tooltip-bottom-tablet-only:hover:before {
        transform: translate(-50%,.5rem) !important
    }
}

@media screen and (max-width:1023px) {
    .is-tooltip-bottom-touch:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%,-1rem) !important
    }

    .is-tooltip-bottom-touch.is-tooltip-active:not(.is-loading):after, .is-tooltip-bottom-touch:focus:not(.is-loading):after, .is-tooltip-bottom-touch:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-bottom-touch.is-tooltip-active:before, .is-tooltip-bottom-touch:focus:before, .is-tooltip-bottom-touch:hover:before {
        transform: translate(-50%,.5rem) !important
    }
}

@media screen and (min-width:1024px) {
    .is-tooltip-bottom-desktop:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%,-1rem) !important
    }

    .is-tooltip-bottom-desktop.is-tooltip-active:not(.is-loading):after, .is-tooltip-bottom-desktop:focus:not(.is-loading):after, .is-tooltip-bottom-desktop:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-bottom-desktop.is-tooltip-active:before, .is-tooltip-bottom-desktop:focus:before, .is-tooltip-bottom-desktop:hover:before {
        transform: translate(-50%,.5rem) !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-tooltip-bottom-desktop-only:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%,-1rem) !important
    }

    .is-tooltip-bottom-desktop-only.is-tooltip-active:not(.is-loading):after, .is-tooltip-bottom-desktop-only:focus:not(.is-loading):after, .is-tooltip-bottom-desktop-only:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-bottom-desktop-only.is-tooltip-active:before, .is-tooltip-bottom-desktop-only:focus:before, .is-tooltip-bottom-desktop-only:hover:before {
        transform: translate(-50%,.5rem) !important
    }
}

@media screen and (min-width:1216px) {
    .is-tooltip-bottom-widescreen:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%,-1rem) !important
    }

    .is-tooltip-bottom-widescreen.is-tooltip-active:not(.is-loading):after, .is-tooltip-bottom-widescreen:focus:not(.is-loading):after, .is-tooltip-bottom-widescreen:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-bottom-widescreen.is-tooltip-active:before, .is-tooltip-bottom-widescreen:focus:before, .is-tooltip-bottom-widescreen:hover:before {
        transform: translate(-50%,.5rem) !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-tooltip-bottom-widescreen-only:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%,-1rem) !important
    }

    .is-tooltip-bottom-widescreen-only.is-tooltip-active:not(.is-loading):after, .is-tooltip-bottom-widescreen-only:focus:not(.is-loading):after, .is-tooltip-bottom-widescreen-only:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-bottom-widescreen-only.is-tooltip-active:before, .is-tooltip-bottom-widescreen-only:focus:before, .is-tooltip-bottom-widescreen-only:hover:before {
        transform: translate(-50%,.5rem) !important
    }
}

@media screen and (min-width:1408px) {
    .is-tooltip-bottom-fullhd:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%,-1rem) !important
    }

    .is-tooltip-bottom-fullhd.is-tooltip-active:not(.is-loading):after, .is-tooltip-bottom-fullhd:focus:not(.is-loading):after, .is-tooltip-bottom-fullhd:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-bottom-fullhd.is-tooltip-active:before, .is-tooltip-bottom-fullhd:focus:before, .is-tooltip-bottom-fullhd:hover:before {
        transform: translate(-50%,.5rem) !important
    }
}

@media screen and (max-width:768px) {
    .is-tooltip-left-mobile:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem,50%) !important
    }

    .is-tooltip-left-mobile.is-tooltip-active:not(.is-loading):after, .is-tooltip-left-mobile:focus:not(.is-loading):after, .is-tooltip-left-mobile:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - .5rem) !important;
        border-color: transparent transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-left-mobile.is-tooltip-active:before, .is-tooltip-left-mobile:focus:before, .is-tooltip-left-mobile:hover:before {
        transform: translate(-.5rem,50%) !important
    }
}

@media print,screen and (min-width:769px) {
    .is-tooltip-left-tablet:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem,50%) !important
    }

    .is-tooltip-left-tablet.is-tooltip-active:not(.is-loading):after, .is-tooltip-left-tablet:focus:not(.is-loading):after, .is-tooltip-left-tablet:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - .5rem) !important;
        border-color: transparent transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-left-tablet.is-tooltip-active:before, .is-tooltip-left-tablet:focus:before, .is-tooltip-left-tablet:hover:before {
        transform: translate(-.5rem,50%) !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .is-tooltip-left-tablet-only:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem,50%) !important
    }

    .is-tooltip-left-tablet-only.is-tooltip-active:not(.is-loading):after, .is-tooltip-left-tablet-only:focus:not(.is-loading):after, .is-tooltip-left-tablet-only:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - .5rem) !important;
        border-color: transparent transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-left-tablet-only.is-tooltip-active:before, .is-tooltip-left-tablet-only:focus:before, .is-tooltip-left-tablet-only:hover:before {
        transform: translate(-.5rem,50%) !important
    }
}

@media screen and (max-width:1023px) {
    .is-tooltip-left-touch:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem,50%) !important
    }

    .is-tooltip-left-touch.is-tooltip-active:not(.is-loading):after, .is-tooltip-left-touch:focus:not(.is-loading):after, .is-tooltip-left-touch:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - .5rem) !important;
        border-color: transparent transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-left-touch.is-tooltip-active:before, .is-tooltip-left-touch:focus:before, .is-tooltip-left-touch:hover:before {
        transform: translate(-.5rem,50%) !important
    }
}

@media screen and (min-width:1024px) {
    .is-tooltip-left-desktop:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem,50%) !important
    }

    .is-tooltip-left-desktop.is-tooltip-active:not(.is-loading):after, .is-tooltip-left-desktop:focus:not(.is-loading):after, .is-tooltip-left-desktop:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - .5rem) !important;
        border-color: transparent transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-left-desktop.is-tooltip-active:before, .is-tooltip-left-desktop:focus:before, .is-tooltip-left-desktop:hover:before {
        transform: translate(-.5rem,50%) !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    .is-tooltip-left-desktop-only:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem,50%) !important
    }

    .is-tooltip-left-desktop-only.is-tooltip-active:not(.is-loading):after, .is-tooltip-left-desktop-only:focus:not(.is-loading):after, .is-tooltip-left-desktop-only:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - .5rem) !important;
        border-color: transparent transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-left-desktop-only.is-tooltip-active:before, .is-tooltip-left-desktop-only:focus:before, .is-tooltip-left-desktop-only:hover:before {
        transform: translate(-.5rem,50%) !important
    }
}

@media screen and (min-width:1216px) {
    .is-tooltip-left-widescreen:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem,50%) !important
    }

    .is-tooltip-left-widescreen.is-tooltip-active:not(.is-loading):after, .is-tooltip-left-widescreen:focus:not(.is-loading):after, .is-tooltip-left-widescreen:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - .5rem) !important;
        border-color: transparent transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-left-widescreen.is-tooltip-active:before, .is-tooltip-left-widescreen:focus:before, .is-tooltip-left-widescreen:hover:before {
        transform: translate(-.5rem,50%) !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-tooltip-left-widescreen-only:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem,50%) !important
    }

    .is-tooltip-left-widescreen-only.is-tooltip-active:not(.is-loading):after, .is-tooltip-left-widescreen-only:focus:not(.is-loading):after, .is-tooltip-left-widescreen-only:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - .5rem) !important;
        border-color: transparent transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-left-widescreen-only.is-tooltip-active:before, .is-tooltip-left-widescreen-only:focus:before, .is-tooltip-left-widescreen-only:hover:before {
        transform: translate(-.5rem,50%) !important
    }
}

@media screen and (min-width:1408px) {
    .is-tooltip-left-fullhd:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem,50%) !important
    }

    .is-tooltip-left-fullhd.is-tooltip-active:not(.is-loading):after, .is-tooltip-left-fullhd:focus:not(.is-loading):after, .is-tooltip-left-fullhd:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - .5rem) !important;
        border-color: transparent transparent transparent rgba(71,71,71,.9) !important
    }

    .is-tooltip-left-fullhd.is-tooltip-active:before, .is-tooltip-left-fullhd:focus:before, .is-tooltip-left-fullhd:hover:before {
        transform: translate(-.5rem,50%) !important
    }
}

.sgds-steps {
    display: flex;
    flex-wrap: wrap;
    font-size: var(--font-size-p);
    min-height: calc(var(--font-size-p)*2rem)
}

    .sgds-steps:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .sgds-steps .sgds-step-item {
        margin-top: 0;
        position: relative;
        flex-grow: 1;
        flex-basis: 0
    }

        .sgds-steps .sgds-step-item:not(:first-child) {
            flex-basis: 1em;
            flex-grow: 1;
            flex-shrink: 1
        }

            .sgds-steps .sgds-step-item:not(:first-child):before {
                content: " ";
                position: absolute
            }

        .sgds-steps .sgds-step-item:before {
            background: linear-gradient(270deg,#f0f0f0 50%,#6137b3 0);
            background-size: 200% 100%;
            background-position: 100% 100%
        }

            .sgds-steps .sgds-step-item:before .step-marker {
                color: #fff
            }

        .sgds-steps .sgds-step-item.is-active:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-active .sgds-step-marker {
            background-color: #fff;
            border-color: #6137b3;
            color: #6137b3
        }

        .sgds-steps .sgds-step-item.is-completed:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-completed .sgds-step-marker {
            color: #fff;
            background-color: #6137b3;
            border-color: #6137b3
        }

        .sgds-steps .sgds-step-item .sgds-step-marker {
            align-items: center;
            display: flex;
            border-radius: 50%;
            font-weight: 700;
            justify-content: center;
            background: #d6d6d6;
            color: #fff;
            border: .25rem solid #fff;
            z-index: 1
        }

        .sgds-steps .sgds-step-item .sgds-step-details {
            text-align: center
        }

        .sgds-steps .sgds-step-item.is-primary:before {
            background: linear-gradient(270deg,#f0f0f0 50%,#6137b3 0);
            background-size: 200% 100%;
            background-position: 100% 100%
        }

        .sgds-steps .sgds-step-item.is-primary.is-active:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-primary.is-active .sgds-step-marker {
            background-color: #6137b3;
            border-color: #6137b3;
            color: #fff
        }

        .sgds-steps .sgds-step-item.is-primary.is-completed:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-primary.is-completed .sgds-step-marker {
            color: #fff;
            background-color: #6137b3;
            border-color: #6137b3
        }

        .sgds-steps .sgds-step-item.is-secondary:before {
            background: linear-gradient(270deg,#f0f0f0 50%,#3d68bd 0);
            background-size: 200% 100%;
            background-position: 100% 100%
        }

        .sgds-steps .sgds-step-item.is-secondary.is-active:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-secondary.is-active .sgds-step-marker {
            background-color: #3d68bd;
            border-color: #3d68bd;
            color: #fff
        }

        .sgds-steps .sgds-step-item.is-secondary.is-completed:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-secondary.is-completed .sgds-step-marker {
            color: #fff;
            background-color: #3d68bd;
            border-color: #3d68bd
        }

        .sgds-steps .sgds-step-item.is-white:before {
            background: linear-gradient(270deg,#f0f0f0 50%,#fff 0);
            background-size: 200% 100%;
            background-position: 100% 100%
        }

        .sgds-steps .sgds-step-item.is-white.is-active:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-white.is-active .sgds-step-marker {
            background-color: #fff;
            border-color: #fff;
            color: #fff
        }

        .sgds-steps .sgds-step-item.is-white.is-completed:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-white.is-completed .sgds-step-marker {
            color: #0a0a0a;
            background-color: #fff;
            border-color: #fff
        }

        .sgds-steps .sgds-step-item.is-black:before {
            background: linear-gradient(270deg,#f0f0f0 50%,#0a0a0a 0);
            background-size: 200% 100%;
            background-position: 100% 100%
        }

        .sgds-steps .sgds-step-item.is-black.is-active:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-black.is-active .sgds-step-marker {
            background-color: #0a0a0a;
            border-color: #0a0a0a;
            color: #fff
        }

        .sgds-steps .sgds-step-item.is-black.is-completed:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-black.is-completed .sgds-step-marker {
            color: #fff;
            background-color: #0a0a0a;
            border-color: #0a0a0a
        }

        .sgds-steps .sgds-step-item.is-light:before {
            background: linear-gradient(270deg,#f0f0f0 50%,#f5f5f5 0);
            background-size: 200% 100%;
            background-position: 100% 100%
        }

        .sgds-steps .sgds-step-item.is-light.is-active:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-light.is-active .sgds-step-marker {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            color: #fff
        }

        .sgds-steps .sgds-step-item.is-light.is-completed:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-light.is-completed .sgds-step-marker {
            color: rgba(0,0,0,.7);
            background-color: #f5f5f5;
            border-color: #f5f5f5
        }

        .sgds-steps .sgds-step-item.is-dark:before {
            background: linear-gradient(270deg,#f0f0f0 50%,#333 0);
            background-size: 200% 100%;
            background-position: 100% 100%
        }

        .sgds-steps .sgds-step-item.is-dark.is-active:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-dark.is-active .sgds-step-marker {
            background-color: #333;
            border-color: #333;
            color: #fff
        }

        .sgds-steps .sgds-step-item.is-dark.is-completed:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-dark.is-completed .sgds-step-marker {
            color: #fff;
            background-color: #333;
            border-color: #333
        }

        .sgds-steps .sgds-step-item.is-link:before {
            background: linear-gradient(270deg,#f0f0f0 50%,#0070f0 0);
            background-size: 200% 100%;
            background-position: 100% 100%
        }

        .sgds-steps .sgds-step-item.is-link.is-active:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-link.is-active .sgds-step-marker {
            background-color: #0070f0;
            border-color: #0070f0;
            color: #fff
        }

        .sgds-steps .sgds-step-item.is-link.is-completed:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-link.is-completed .sgds-step-marker {
            color: #fff;
            background-color: #0070f0;
            border-color: #0070f0
        }

        .sgds-steps .sgds-step-item.is-info:before {
            background: linear-gradient(270deg,#f0f0f0 50%,#008094 0);
            background-size: 200% 100%;
            background-position: 100% 100%
        }

        .sgds-steps .sgds-step-item.is-info.is-active:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-info.is-active .sgds-step-marker {
            background-color: #008094;
            border-color: #008094;
            color: #fff
        }

        .sgds-steps .sgds-step-item.is-info.is-completed:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-info.is-completed .sgds-step-marker {
            color: #fff;
            background-color: #008094;
            border-color: #008094
        }

        .sgds-steps .sgds-step-item.is-success:before {
            background: linear-gradient(270deg,#f0f0f0 50%,#008549 0);
            background-size: 200% 100%;
            background-position: 100% 100%
        }

        .sgds-steps .sgds-step-item.is-success.is-active:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-success.is-active .sgds-step-marker {
            background-color: #008549;
            border-color: #008549;
            color: #fff
        }

        .sgds-steps .sgds-step-item.is-success.is-completed:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-success.is-completed .sgds-step-marker {
            color: #fff;
            background-color: #008549;
            border-color: #008549
        }

        .sgds-steps .sgds-step-item.is-warning:before {
            background: linear-gradient(270deg,#f0f0f0 50%,#f5a524 0);
            background-size: 200% 100%;
            background-position: 100% 100%
        }

        .sgds-steps .sgds-step-item.is-warning.is-active:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-warning.is-active .sgds-step-marker {
            background-color: #f5a524;
            border-color: #f5a524;
            color: #fff
        }

        .sgds-steps .sgds-step-item.is-warning.is-completed:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-warning.is-completed .sgds-step-marker {
            color: #fff;
            background-color: #f5a524;
            border-color: #f5a524
        }

        .sgds-steps .sgds-step-item.is-danger:before {
            background: linear-gradient(270deg,#f0f0f0 50%,#cf021a 0);
            background-size: 200% 100%;
            background-position: 100% 100%
        }

        .sgds-steps .sgds-step-item.is-danger.is-active:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-danger.is-active .sgds-step-marker {
            background-color: #cf021a;
            border-color: #cf021a;
            color: #fff
        }

        .sgds-steps .sgds-step-item.is-danger.is-completed:before {
            background-position: 0 100%
        }

        .sgds-steps .sgds-step-item.is-danger.is-completed .sgds-step-marker {
            color: #fff;
            background-color: #cf021a;
            border-color: #cf021a
        }

    .sgds-steps .sgds-steps-content {
        align-items: stretch;
        flex-basis: 100%;
        margin: 2rem 0
    }

        .sgds-steps .sgds-steps-content .step-content {
            display: none
        }

            .sgds-steps .sgds-steps-content .step-content.is-active {
                display: block
            }

    .sgds-steps .sgds-step-item:not(:first-child):before {
        height: .25rem;
        width: 100%;
        bottom: 0;
        left: -50%;
        top: var(--font-size-p)
    }

    .sgds-steps .sgds-step-item .sgds-step-marker {
        height: calc(var(--font-size-p)*2);
        width: calc(var(--font-size-p)*2);
        position: absolute;
        left: calc(50% - var(--font-size-p))
    }

        .sgds-steps .sgds-step-item .sgds-step-marker .icon * {
            font-size: var(--font-size-p)
        }

    .sgds-steps .sgds-step-item .sgds-step-details {
        margin-top: calc(var(--font-size-p)*2);
        margin-left: .5rem;
        margin-right: .5rem
    }

    .sgds-steps.is-small {
        font-size: var(--font-size-small);
        min-height: calc(var(--font-size-small)*2rem)
    }

        .sgds-steps.is-small .sgds-step-item:not(:first-child):before {
            height: .25rem;
            width: 100%;
            bottom: 0;
            left: -50%;
            top: var(--font-size-small)
        }

        .sgds-steps.is-small .sgds-step-item .sgds-step-marker {
            height: calc(var(--font-size-small)*2);
            width: calc(var(--font-size-small)*2);
            position: absolute;
            left: calc(50% - var(--font-size-small))
        }

            .sgds-steps.is-small .sgds-step-item .sgds-step-marker .icon * {
                font-size: var(--font-size-small)
            }

        .sgds-steps.is-small .sgds-step-item .sgds-step-details {
            margin-top: calc(var(--font-size-small)*2);
            margin-left: .5rem;
            margin-right: .5rem
        }

    .sgds-steps.is-medium {
        font-size: var(--font-size-h6);
        min-height: calc(var(--font-size-h6)*2rem)
    }

        .sgds-steps.is-medium .sgds-step-item:not(:first-child):before {
            height: .25rem;
            width: 100%;
            bottom: 0;
            left: -50%;
            top: var(--font-size-h6)
        }

        .sgds-steps.is-medium .sgds-step-item .sgds-step-marker {
            height: calc(var(--font-size-h6)*2);
            width: calc(var(--font-size-h6)*2);
            position: absolute;
            left: calc(50% - var(--font-size-h6))
        }

            .sgds-steps.is-medium .sgds-step-item .sgds-step-marker .icon * {
                font-size: var(--font-size-h6)
            }

        .sgds-steps.is-medium .sgds-step-item .sgds-step-details {
            margin-top: calc(var(--font-size-h6)*2);
            margin-left: .5rem;
            margin-right: .5rem
        }

    .sgds-steps.is-large {
        font-size: var(--font-size-h5);
        min-height: calc(var(--font-size-h5)*2rem)
    }

        .sgds-steps.is-large .sgds-step-item:not(:first-child):before {
            height: .25rem;
            width: 100%;
            bottom: 0;
            left: -50%;
            top: var(--font-size-h5)
        }

        .sgds-steps.is-large .sgds-step-item .sgds-step-marker {
            height: calc(var(--font-size-h5)*2);
            width: calc(var(--font-size-h5)*2);
            position: absolute;
            left: calc(50% - var(--font-size-h5))
        }

            .sgds-steps.is-large .sgds-step-item .sgds-step-marker .icon * {
                font-size: var(--font-size-h5)
            }

        .sgds-steps.is-large .sgds-step-item .sgds-step-details {
            margin-top: calc(var(--font-size-h5)*2);
            margin-left: .5rem;
            margin-right: .5rem
        }

.flatpickr-calendar {
    font-size: var(--font-size-p)
}

    .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
        height: var(--timepicker-height)
    }

.flatpickr-time {
    max-height: var(--timepicker-height)
}

    .flatpickr-time .numInputWrapper {
        height: var(--timepicker-height)
    }

        .flatpickr-time .numInputWrapper span {
            opacity: 1;
            width: 100%;
            height: 20px;
            display: flex;
            justify-content: center;
            border: 0
        }

            .flatpickr-time .numInputWrapper span.arrowDown {
                top: unset;
                bottom: 0
            }

                .flatpickr-time .numInputWrapper span.arrowDown:after, .flatpickr-time .numInputWrapper span.arrowUp:after {
                    top: 40%
                }

        .flatpickr-time .numInputWrapper input {
            font-size: var(--font-size-h6)
        }

    .flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
        height: auto
    }

.is-vh-10 {
    height: 10vh
}

.is-vw-10 {
    width: 10vh
}

.is-vh-20 {
    height: 20vh
}

.is-vw-20 {
    width: 20vh
}

.is-vh-30 {
    height: 30vh
}

.is-vw-30 {
    width: 30vh
}

.is-vh-40 {
    height: 40vh
}

.is-vw-40 {
    width: 40vh
}

.is-vh-50 {
    height: 50vh
}

.is-vw-50 {
    width: 50vh
}

.is-vh-60 {
    height: 60vh
}

.is-vw-60 {
    width: 60vh
}

.is-vh-70 {
    height: 70vh
}

.is-vw-70 {
    width: 70vh
}

.is-vh-80 {
    height: 80vh
}

.is-vw-80 {
    width: 80vh
}

.is-vh-90 {
    height: 90vh
}

.is-vw-90 {
    width: 90vh
}

.is-vh-100 {
    height: 100vh
}

.is-vw-100 {
    width: 100vh
}

.padding {
    padding: var(--global-alignment) !important
}

.padding--xs {
    padding: calc(var(--global-alignment)*var(--global-alignment-multiplier-xs)) !important
}

.padding--sm {
    padding: calc(var(--global-alignment)*var(--global-alignment-multiplier-sm)) !important
}

.padding--lg {
    padding: calc(var(--global-alignment)*var(--global-alignment-multiplier-lg)) !important
}

.padding--xl {
    padding: calc(var(--global-alignment)*var(--global-alignment-multiplier-xl)) !important
}

.no-padding, .padding--none {
    padding: 0 !important
}

.padding--top {
    padding-top: var(--global-alignment) !important
}

.padding--top--xs {
    padding-top: calc(var(--global-alignment)*var(--global-alignment-multiplier-xs)) !important
}

.padding--top--sm {
    padding-top: calc(var(--global-alignment)*var(--global-alignment-multiplier-sm)) !important
}

.padding--top--lg {
    padding-top: calc(var(--global-alignment)*var(--global-alignment-multiplier-lg)) !important
}

.padding--top--xl {
    padding-top: calc(var(--global-alignment)*var(--global-alignment-multiplier-xl)) !important
}

.padding--top--none {
    padding-top: 0 !important
}

.padding--right {
    padding-right: var(--global-alignment) !important
}

.padding--right--xs {
    padding-right: calc(var(--global-alignment)*var(--global-alignment-multiplier-xs)) !important
}

.padding--right--sm {
    padding-right: calc(var(--global-alignment)*var(--global-alignment-multiplier-sm)) !important
}

.padding--right--lg {
    padding-right: calc(var(--global-alignment)*var(--global-alignment-multiplier-lg)) !important
}

.padding--right--xl {
    padding-right: calc(var(--global-alignment)*var(--global-alignment-multiplier-xl)) !important
}

.padding--right--none {
    padding-right: 0 !important
}

.padding--bottom {
    padding-bottom: var(--global-alignment) !important
}

.padding--bottom--xs {
    padding-bottom: calc(var(--global-alignment)*var(--global-alignment-multiplier-xs)) !important
}

.padding--bottom--sm {
    padding-bottom: calc(var(--global-alignment)*var(--global-alignment-multiplier-sm)) !important
}

.padding--bottom--lg {
    padding-bottom: calc(var(--global-alignment)*var(--global-alignment-multiplier-lg)) !important
}

.padding--bottom--xl {
    padding-bottom: calc(var(--global-alignment)*var(--global-alignment-multiplier-xl)) !important
}

.padding--bottom--none {
    padding-bottom: 0 !important
}

.padding--left {
    padding-left: var(--global-alignment) !important
}

.padding--left--xs {
    padding-left: calc(var(--global-alignment)*var(--global-alignment-multiplier-xs)) !important
}

.padding--left--sm {
    padding-left: calc(var(--global-alignment)*var(--global-alignment-multiplier-sm)) !important
}

.padding--left--lg {
    padding-left: calc(var(--global-alignment)*var(--global-alignment-multiplier-lg)) !important
}

.padding--left--xl {
    padding-left: calc(var(--global-alignment)*var(--global-alignment-multiplier-xl)) !important
}

.padding--left--none {
    padding-left: 0 !important
}

.margin {
    margin: var(--global-alignment) !important
}

.margin--xs {
    margin: calc(var(--global-alignment)*var(--global-alignment-multiplier-xs)) !important
}

.margin--sm {
    margin: calc(var(--global-alignment)*var(--global-alignment-multiplier-sm)) !important
}

.margin--lg {
    margin: calc(var(--global-alignment)*var(--global-alignment-multiplier-lg)) !important
}

.margin--xl {
    margin: calc(var(--global-alignment)*var(--global-alignment-multiplier-xl)) !important
}

.margin--none, .no-margin {
    margin: 0 !important
}

.margin--top {
    margin-top: var(--global-alignment) !important
}

.margin--top--xs {
    margin-top: calc(var(--global-alignment)*var(--global-alignment-multiplier-xs)) !important
}

.margin--top--sm {
    margin-top: calc(var(--global-alignment)*var(--global-alignment-multiplier-sm)) !important
}

.content hr, .margin--top--lg {
    margin-top: calc(var(--global-alignment)*var(--global-alignment-multiplier-lg)) !important
}

.margin--top--xl {
    margin-top: calc(var(--global-alignment)*var(--global-alignment-multiplier-xl)) !important
}

.margin--top--none {
    margin-top: 0 !important
}

.margin--right {
    margin-right: var(--global-alignment) !important
}

.margin--right--xs {
    margin-right: calc(var(--global-alignment)*var(--global-alignment-multiplier-xs)) !important
}

.margin--right--sm {
    margin-right: calc(var(--global-alignment)*var(--global-alignment-multiplier-sm)) !important
}

.margin--right--lg {
    margin-right: calc(var(--global-alignment)*var(--global-alignment-multiplier-lg)) !important
}

.margin--right--xl {
    margin-right: calc(var(--global-alignment)*var(--global-alignment-multiplier-xl)) !important
}

.margin--right--none {
    margin-right: 0 !important
}

.margin--bottom {
    margin-bottom: var(--global-alignment) !important
}

.margin--bottom--xs {
    margin-bottom: calc(var(--global-alignment)*var(--global-alignment-multiplier-xs)) !important
}

.margin--bottom--sm {
    margin-bottom: calc(var(--global-alignment)*var(--global-alignment-multiplier-sm)) !important
}

.content hr, .margin--bottom--lg {
    margin-bottom: calc(var(--global-alignment)*var(--global-alignment-multiplier-lg)) !important
}

.margin--bottom--xl {
    margin-bottom: calc(var(--global-alignment)*var(--global-alignment-multiplier-xl)) !important
}

.margin--bottom--none {
    margin-bottom: 0 !important
}

.margin--left {
    margin-left: var(--global-alignment) !important
}

.margin--left--xs {
    margin-left: calc(var(--global-alignment)*var(--global-alignment-multiplier-xs)) !important
}

.margin--left--sm {
    margin-left: calc(var(--global-alignment)*var(--global-alignment-multiplier-sm)) !important
}

.margin--left--lg {
    margin-left: calc(var(--global-alignment)*var(--global-alignment-multiplier-lg)) !important
}

.margin--left--xl {
    margin-left: calc(var(--global-alignment)*var(--global-alignment-multiplier-xl)) !important
}

.margin--left--none {
    margin-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.33333%
}

.row.is-mobile > .col.is-offset-1 {
    margin-left: 8.33333%
}

.row.is-mobile > .col.is-2 {
    flex: none;
    width: 16.66667%
}

.row.is-mobile > .col.is-offset-2 {
    margin-left: 16.66667%
}

.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.33333%
}

.row.is-mobile > .col.is-offset-4 {
    margin-left: 33.33333%
}

.row.is-mobile > .col.is-5 {
    flex: none;
    width: 41.66667%
}

.row.is-mobile > .col.is-offset-5 {
    margin-left: 41.66667%
}

.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.33333%
}

.row.is-mobile > .col.is-offset-7 {
    margin-left: 58.33333%
}

.row.is-mobile > .col.is-8 {
    flex: none;
    width: 66.66667%
}

.row.is-mobile > .col.is-offset-8 {
    margin-left: 66.66667%
}

.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.33333%
}

.row.is-mobile > .col.is-offset-10 {
    margin-left: 83.33333%
}

.row.is-mobile > .col.is-11 {
    flex: none;
    width: 91.66667%
}

.row.is-mobile > .col.is-offset-11 {
    margin-left: 91.66667%
}

.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.33333%
    }

    .col.is-offset-1-mobile {
        margin-left: 8.33333%
    }

    .col.is-2-mobile {
        flex: none;
        width: 16.66667%
    }

    .col.is-offset-2-mobile {
        margin-left: 16.66667%
    }

    .col.is-3-mobile {
        flex: none;
        width: 25%
    }

    .col.is-offset-3-mobile {
        margin-left: 25%
    }

    .col.is-4-mobile {
        flex: none;
        width: 33.33333%
    }

    .col.is-offset-4-mobile {
        margin-left: 33.33333%
    }

    .col.is-5-mobile {
        flex: none;
        width: 41.66667%
    }

    .col.is-offset-5-mobile {
        margin-left: 41.66667%
    }

    .col.is-6-mobile {
        flex: none;
        width: 50%
    }

    .col.is-offset-6-mobile {
        margin-left: 50%
    }

    .col.is-7-mobile {
        flex: none;
        width: 58.33333%
    }

    .col.is-offset-7-mobile {
        margin-left: 58.33333%
    }

    .col.is-8-mobile {
        flex: none;
        width: 66.66667%
    }

    .col.is-offset-8-mobile {
        margin-left: 66.66667%
    }

    .col.is-9-mobile {
        flex: none;
        width: 75%
    }

    .col.is-offset-9-mobile {
        margin-left: 75%
    }

    .col.is-10-mobile {
        flex: none;
        width: 83.33333%
    }

    .col.is-offset-10-mobile {
        margin-left: 83.33333%
    }

    .col.is-11-mobile {
        flex: none;
        width: 91.66667%
    }

    .col.is-offset-11-mobile {
        margin-left: 91.66667%
    }

    .col.is-12-mobile {
        flex: none;
        width: 100%
    }

    .col.is-offset-12-mobile {
        margin-left: 100%
    }
}

@media print,screen and (min-width:769px) {
    .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.33333%
    }

    .col.is-offset-1, .col.is-offset-1-tablet {
        margin-left: 8.33333%
    }

    .col.is-2, .col.is-2-tablet {
        flex: none;
        width: 16.66667%
    }

    .col.is-offset-2, .col.is-offset-2-tablet {
        margin-left: 16.66667%
    }

    .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.33333%
    }

    .col.is-offset-4, .col.is-offset-4-tablet {
        margin-left: 33.33333%
    }

    .col.is-5, .col.is-5-tablet {
        flex: none;
        width: 41.66667%
    }

    .col.is-offset-5, .col.is-offset-5-tablet {
        margin-left: 41.66667%
    }

    .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.33333%
    }

    .col.is-offset-7, .col.is-offset-7-tablet {
        margin-left: 58.33333%
    }

    .col.is-8, .col.is-8-tablet {
        flex: none;
        width: 66.66667%
    }

    .col.is-offset-8, .col.is-offset-8-tablet {
        margin-left: 66.66667%
    }

    .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.33333%
    }

    .col.is-offset-10, .col.is-offset-10-tablet {
        margin-left: 83.33333%
    }

    .col.is-11, .col.is-11-tablet {
        flex: none;
        width: 91.66667%
    }

    .col.is-offset-11, .col.is-offset-11-tablet {
        margin-left: 91.66667%
    }

    .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.33333%
    }

    .col.is-offset-1-touch {
        margin-left: 8.33333%
    }

    .col.is-2-touch {
        flex: none;
        width: 16.66667%
    }

    .col.is-offset-2-touch {
        margin-left: 16.66667%
    }

    .col.is-3-touch {
        flex: none;
        width: 25%
    }

    .col.is-offset-3-touch {
        margin-left: 25%
    }

    .col.is-4-touch {
        flex: none;
        width: 33.33333%
    }

    .col.is-offset-4-touch {
        margin-left: 33.33333%
    }

    .col.is-5-touch {
        flex: none;
        width: 41.66667%
    }

    .col.is-offset-5-touch {
        margin-left: 41.66667%
    }

    .col.is-6-touch {
        flex: none;
        width: 50%
    }

    .col.is-offset-6-touch {
        margin-left: 50%
    }

    .col.is-7-touch {
        flex: none;
        width: 58.33333%
    }

    .col.is-offset-7-touch {
        margin-left: 58.33333%
    }

    .col.is-8-touch {
        flex: none;
        width: 66.66667%
    }

    .col.is-offset-8-touch {
        margin-left: 66.66667%
    }

    .col.is-9-touch {
        flex: none;
        width: 75%
    }

    .col.is-offset-9-touch {
        margin-left: 75%
    }

    .col.is-10-touch {
        flex: none;
        width: 83.33333%
    }

    .col.is-offset-10-touch {
        margin-left: 83.33333%
    }

    .col.is-11-touch {
        flex: none;
        width: 91.66667%
    }

    .col.is-offset-11-touch {
        margin-left: 91.66667%
    }

    .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.33333%
    }

    .col.is-offset-1-desktop {
        margin-left: 8.33333%
    }

    .col.is-2-desktop {
        flex: none;
        width: 16.66667%
    }

    .col.is-offset-2-desktop {
        margin-left: 16.66667%
    }

    .col.is-3-desktop {
        flex: none;
        width: 25%
    }

    .col.is-offset-3-desktop {
        margin-left: 25%
    }

    .col.is-4-desktop {
        flex: none;
        width: 33.33333%
    }

    .col.is-offset-4-desktop {
        margin-left: 33.33333%
    }

    .col.is-5-desktop {
        flex: none;
        width: 41.66667%
    }

    .col.is-offset-5-desktop {
        margin-left: 41.66667%
    }

    .col.is-6-desktop {
        flex: none;
        width: 50%
    }

    .col.is-offset-6-desktop {
        margin-left: 50%
    }

    .col.is-7-desktop {
        flex: none;
        width: 58.33333%
    }

    .col.is-offset-7-desktop {
        margin-left: 58.33333%
    }

    .col.is-8-desktop {
        flex: none;
        width: 66.66667%
    }

    .col.is-offset-8-desktop {
        margin-left: 66.66667%
    }

    .col.is-9-desktop {
        flex: none;
        width: 75%
    }

    .col.is-offset-9-desktop {
        margin-left: 75%
    }

    .col.is-10-desktop {
        flex: none;
        width: 83.33333%
    }

    .col.is-offset-10-desktop {
        margin-left: 83.33333%
    }

    .col.is-11-desktop {
        flex: none;
        width: 91.66667%
    }

    .col.is-offset-11-desktop {
        margin-left: 91.66667%
    }

    .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.33333%
    }

    .col.is-offset-1-widescreen {
        margin-left: 8.33333%
    }

    .col.is-2-widescreen {
        flex: none;
        width: 16.66667%
    }

    .col.is-offset-2-widescreen {
        margin-left: 16.66667%
    }

    .col.is-3-widescreen {
        flex: none;
        width: 25%
    }

    .col.is-offset-3-widescreen {
        margin-left: 25%
    }

    .col.is-4-widescreen {
        flex: none;
        width: 33.33333%
    }

    .col.is-offset-4-widescreen {
        margin-left: 33.33333%
    }

    .col.is-5-widescreen {
        flex: none;
        width: 41.66667%
    }

    .col.is-offset-5-widescreen {
        margin-left: 41.66667%
    }

    .col.is-6-widescreen {
        flex: none;
        width: 50%
    }

    .col.is-offset-6-widescreen {
        margin-left: 50%
    }

    .col.is-7-widescreen {
        flex: none;
        width: 58.33333%
    }

    .col.is-offset-7-widescreen {
        margin-left: 58.33333%
    }

    .col.is-8-widescreen {
        flex: none;
        width: 66.66667%
    }

    .col.is-offset-8-widescreen {
        margin-left: 66.66667%
    }

    .col.is-9-widescreen {
        flex: none;
        width: 75%
    }

    .col.is-offset-9-widescreen {
        margin-left: 75%
    }

    .col.is-10-widescreen {
        flex: none;
        width: 83.33333%
    }

    .col.is-offset-10-widescreen {
        margin-left: 83.33333%
    }

    .col.is-11-widescreen {
        flex: none;
        width: 91.66667%
    }

    .col.is-offset-11-widescreen {
        margin-left: 91.66667%
    }

    .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.33333%
    }

    .col.is-offset-1-fullhd {
        margin-left: 8.33333%
    }

    .col.is-2-fullhd {
        flex: none;
        width: 16.66667%
    }

    .col.is-offset-2-fullhd {
        margin-left: 16.66667%
    }

    .col.is-3-fullhd {
        flex: none;
        width: 25%
    }

    .col.is-offset-3-fullhd {
        margin-left: 25%
    }

    .col.is-4-fullhd {
        flex: none;
        width: 33.33333%
    }

    .col.is-offset-4-fullhd {
        margin-left: 33.33333%
    }

    .col.is-5-fullhd {
        flex: none;
        width: 41.66667%
    }

    .col.is-offset-5-fullhd {
        margin-left: 41.66667%
    }

    .col.is-6-fullhd {
        flex: none;
        width: 50%
    }

    .col.is-offset-6-fullhd {
        margin-left: 50%
    }

    .col.is-7-fullhd {
        flex: none;
        width: 58.33333%
    }

    .col.is-offset-7-fullhd {
        margin-left: 58.33333%
    }

    .col.is-8-fullhd {
        flex: none;
        width: 66.66667%
    }

    .col.is-offset-8-fullhd {
        margin-left: 66.66667%
    }

    .col.is-9-fullhd {
        flex: none;
        width: 75%
    }

    .col.is-offset-9-fullhd {
        margin-left: 75%
    }

    .col.is-10-fullhd {
        flex: none;
        width: 83.33333%
    }

    .col.is-offset-10-fullhd {
        margin-left: 83.33333%
    }

    .col.is-11-fullhd {
        flex: none;
        width: 91.66667%
    }

    .col.is-offset-11-fullhd {
        margin-left: 91.66667%
    }

    .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: .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 print,screen and (min-width:769px) {
    .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(var(--columnGap)*-1);
    margin-right: calc(var(--columnGap)*-1)
}

    .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: .25rem
    }

    .row.is-variable.is-2 {
        --columnGap: .5rem
    }

    .row.is-variable.is-3 {
        --columnGap: .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 {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto
}

    .sgds-container.is-fluid {
        max-width: none;
        padding-left: 32px;
        padding-right: 32px;
        width: 100%
    }

    .sgds-container.is-full {
        margin: 0
    }

@media screen and (min-width:1024px) {
    .sgds-container {
        max-width: 960px
    }
}

@media screen and (max-width:1215px) {
    .sgds-container.is-widescreen {
        max-width: 1152px
    }
}

@media screen and (max-width:1407px) {
    .sgds-container.is-fullhd {
        max-width: 1344px
    }
}

@media screen and (min-width:1216px) {
    .sgds-container {
        max-width: 1152px
    }
}

@media screen and (min-width:1408px) {
    .sgds-container {
        max-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
    }

    .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
    }
}

.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 print,screen and (min-width:769px) {
    .sgds-tile:not(.is-child) {
        display: flex
    }

    .sgds-tile.is-1 {
        flex: none;
        width: 8.33333%
    }

    .sgds-tile.is-2 {
        flex: none;
        width: 16.66667%
    }

    .sgds-tile.is-3 {
        flex: none;
        width: 25%
    }

    .sgds-tile.is-4 {
        flex: none;
        width: 33.33333%
    }

    .sgds-tile.is-5 {
        flex: none;
        width: 41.66667%
    }

    .sgds-tile.is-6 {
        flex: none;
        width: 50%
    }

    .sgds-tile.is-7 {
        flex: none;
        width: 58.33333%
    }

    .sgds-tile.is-8 {
        flex: none;
        width: 66.66667%
    }

    .sgds-tile.is-9 {
        flex: none;
        width: 75%
    }

    .sgds-tile.is-10 {
        flex: none;
        width: 83.33333%
    }

    .sgds-tile.is-11 {
        flex: none;
        width: 91.66667%
    }

    .sgds-tile.is-12 {
        flex: none;
        width: 100%
    }
}
