.SGWidget {
    /*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
    overflow: auto
}

.SGWidget :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.SGWidget *,
.SGWidget *::before,
.SGWidget *::after {
    box-sizing: border-box
}

.SGWidget html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.SGWidget article,
.SGWidget aside,
.SGWidget figcaption,
.SGWidget figure,
.SGWidget footer,
.SGWidget header,
.SGWidget hgroup,
.SGWidget main,
.SGWidget nav,
.SGWidget section {
    display: block
}

.SGWidget body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

.SGWidget [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

.SGWidget hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.SGWidget h1,
.SGWidget h2,
.SGWidget h3,
.SGWidget h4,
.SGWidget h5,
.SGWidget h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

.SGWidget p {
    margin-top: 0;
    margin-bottom: 1rem
}

.SGWidget abbr[title],
.SGWidget abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

.SGWidget address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

.SGWidget ol,
.SGWidget ul,
.SGWidget dl {
    margin-top: 0;
    margin-bottom: 1rem
}

.SGWidget ol ol,
.SGWidget ul ul,
.SGWidget ol ul,
.SGWidget ul ol {
    margin-bottom: 0
}

.SGWidget dt {
    font-weight: 700
}

.SGWidget dd {
    margin-bottom: .5rem;
    margin-left: 0
}

.SGWidget blockquote {
    margin: 0 0 1rem
}

.SGWidget b,
.SGWidget strong {
    font-weight: bolder
}

.SGWidget small {
    font-size: 80%
}

.SGWidget sub,
.SGWidget sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

.SGWidget sub {
    bottom: -0.25em
}

.SGWidget sup {
    top: -0.5em
}

.SGWidget a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

.SGWidget a:hover {
    color: #0056b3;
    text-decoration: underline
}

.SGWidget a:not([href]) {
    color: inherit;
    text-decoration: none
}

.SGWidget a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

.SGWidget pre,
.SGWidget code,
.SGWidget kbd,
.SGWidget samp {
    font-family: Nunito, sans-serif;
    font-size: 1em
}

.SGWidget pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

.SGWidget figure {
    margin: 0 0 1rem
}

.SGWidget img {
    vertical-align: middle;
    border-style: none
}

.SGWidget svg {
    overflow: hidden;
    vertical-align: middle
}

.SGWidget table {
    border-collapse: collapse
}

.SGWidget caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

.SGWidget th {
    text-align: inherit
}

.SGWidget label {
    display: inline-block;
    margin-bottom: .5rem
}

.SGWidget button {
    border-radius: 0
}

.SGWidget button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.SGWidget input,
.SGWidget button,
.SGWidget select,
.SGWidget optgroup,
.SGWidget textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.SGWidget button,
.SGWidget input {
    overflow: visible
}

.SGWidget button,
.SGWidget select {
    text-transform: none
}

.SGWidget [role=button] {
    cursor: pointer
}

.SGWidget select {
    word-wrap: normal
}

.SGWidget button,
.SGWidget [type=button],
.SGWidget [type=reset],
.SGWidget [type=submit] {
    -webkit-appearance: button
}

.SGWidget button:not(:disabled),
.SGWidget [type=button]:not(:disabled),
.SGWidget [type=reset]:not(:disabled),
.SGWidget [type=submit]:not(:disabled) {
    cursor: pointer
}

.SGWidget button::-moz-focus-inner,
.SGWidget [type=button]::-moz-focus-inner,
.SGWidget [type=reset]::-moz-focus-inner,
.SGWidget [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.SGWidget input[type=radio],
.SGWidget input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

.SGWidget textarea {
    overflow: auto;
    resize: vertical
}

.SGWidget fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.SGWidget legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

.SGWidget progress {
    vertical-align: baseline
}

.SGWidget [type=number]::-webkit-inner-spin-button,
.SGWidget [type=number]::-webkit-outer-spin-button {
    height: auto
}

.SGWidget [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

.SGWidget [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.SGWidget ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.SGWidget output {
    display: inline-block
}

.SGWidget summary {
    display: list-item;
    cursor: pointer
}

.SGWidget template {
    display: none
}

.SGWidget [hidden] {
    display: none !important
}

.SGWidget h1,
.SGWidget h2,
.SGWidget h3,
.SGWidget h4,
.SGWidget h5,
.SGWidget h6,
.SGWidget .h1,
.SGWidget .h2,
.SGWidget .h3,
.SGWidget .h4,
.SGWidget .h5,
.SGWidget .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.SGWidget h1,
.SGWidget .h1 {
    font-size: 2.5rem
}

.SGWidget h2,
.SGWidget .h2 {
    font-size: 2rem
}

.SGWidget h3,
.SGWidget .h3 {
    font-size: 1.75rem
}

.SGWidget h4,
.SGWidget .h4 {
    font-size: 1.5rem
}

.SGWidget h5,
.SGWidget .h5 {
    font-size: 1.25rem
}

.SGWidget h6,
.SGWidget .h6 {
    font-size: 1rem
}

.SGWidget .lead {
    font-size: 1.25rem;
    font-weight: 300
}

.SGWidget .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.SGWidget .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.SGWidget .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.SGWidget .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

.SGWidget hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.SGWidget small,
.SGWidget .small {
    font-size: 80%;
    font-weight: 400
}

.SGWidget mark,
.SGWidget .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.SGWidget .list-unstyled {
    padding-left: 0;
    list-style: none
}

.SGWidget .list-inline {
    padding-left: 0;
    list-style: none
}

.SGWidget .list-inline-item {
    display: inline-block
}

.SGWidget .list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.SGWidget .initialism {
    font-size: 90%;
    text-transform: uppercase
}

.SGWidget .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.SGWidget .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.SGWidget .blockquote-footer::before {
    content: "—&nbsp;"
}

.SGWidget .img-fluid {
    max-width: 100%;
    height: auto
}

.SGWidget .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto
}

.SGWidget .figure {
    display: inline-block
}

.SGWidget .figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.SGWidget .figure-caption {
    font-size: 90%;
    color: #6c757d
}

.SGWidget .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .SGWidget .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .SGWidget .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .SGWidget .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .SGWidget .container {
        max-width: 1140px
    }
}

.SGWidget .container-fluid,
.SGWidget .container-xl,
.SGWidget .container-lg,
.SGWidget .container-md,
.SGWidget .container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {

    .SGWidget .container-sm,
    .SGWidget .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .SGWidget .container-md,
    .SGWidget .container-sm,
    .SGWidget .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .SGWidget .container-lg,
    .SGWidget .container-md,
    .SGWidget .container-sm,
    .SGWidget .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .SGWidget .container-xl,
    .SGWidget .container-lg,
    .SGWidget .container-md,
    .SGWidget .container-sm,
    .SGWidget .container {
        max-width: 1140px
    }
}

.SGWidget .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.SGWidget .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.SGWidget .no-gutters>.col,
.SGWidget .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.SGWidget .col-xl,
.SGWidget .col-xl-auto,
.SGWidget .col-xl-12,
.SGWidget .col-xl-11,
.SGWidget .col-xl-10,
.SGWidget .col-xl-9,
.SGWidget .col-xl-8,
.SGWidget .col-xl-7,
.SGWidget .col-xl-6,
.SGWidget .col-xl-5,
.SGWidget .col-xl-4,
.SGWidget .col-xl-3,
.SGWidget .col-xl-2,
.SGWidget .col-xl-1,
.SGWidget .col-lg,
.SGWidget .col-lg-auto,
.SGWidget .col-lg-12,
.SGWidget .col-lg-11,
.SGWidget .col-lg-10,
.SGWidget .col-lg-9,
.SGWidget .col-lg-8,
.SGWidget .col-lg-7,
.SGWidget .col-lg-6,
.SGWidget .col-lg-5,
.SGWidget .col-lg-4,
.SGWidget .col-lg-3,
.SGWidget .col-lg-2,
.SGWidget .col-lg-1,
.SGWidget .col-md,
.SGWidget .col-md-auto,
.SGWidget .col-md-12,
.SGWidget .col-md-11,
.SGWidget .col-md-10,
.SGWidget .col-md-9,
.SGWidget .col-md-8,
.SGWidget .col-md-7,
.SGWidget .col-md-6,
.SGWidget .col-md-5,
.SGWidget .col-md-4,
.SGWidget .col-md-3,
.SGWidget .col-md-2,
.SGWidget .col-md-1,
.SGWidget .col-sm,
.SGWidget .col-sm-auto,
.SGWidget .col-sm-12,
.SGWidget .col-sm-11,
.SGWidget .col-sm-10,
.SGWidget .col-sm-9,
.SGWidget .col-sm-8,
.SGWidget .col-sm-7,
.SGWidget .col-sm-6,
.SGWidget .col-sm-5,
.SGWidget .col-sm-4,
.SGWidget .col-sm-3,
.SGWidget .col-sm-2,
.SGWidget .col-sm-1,
.SGWidget .col,
.SGWidget .col-auto,
.SGWidget .col-12,
.SGWidget .col-11,
.SGWidget .col-10,
.SGWidget .col-9,
.SGWidget .col-8,
.SGWidget .col-7,
.SGWidget .col-6,
.SGWidget .col-5,
.SGWidget .col-4,
.SGWidget .col-3,
.SGWidget .col-2,
.SGWidget .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.SGWidget .col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.SGWidget .row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.SGWidget .row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.SGWidget .row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.SGWidget .row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.SGWidget .row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.SGWidget .row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.SGWidget .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.SGWidget .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.SGWidget .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.SGWidget .col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.SGWidget .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.SGWidget .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.SGWidget .col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.SGWidget .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.SGWidget .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.SGWidget .col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.SGWidget .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.SGWidget .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.SGWidget .col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.SGWidget .order-first {
    order: -1
}

.SGWidget .order-last {
    order: 13
}

.SGWidget .order-0 {
    order: 0
}

.SGWidget .order-1 {
    order: 1
}

.SGWidget .order-2 {
    order: 2
}

.SGWidget .order-3 {
    order: 3
}

.SGWidget .order-4 {
    order: 4
}

.SGWidget .order-5 {
    order: 5
}

.SGWidget .order-6 {
    order: 6
}

.SGWidget .order-7 {
    order: 7
}

.SGWidget .order-8 {
    order: 8
}

.SGWidget .order-9 {
    order: 9
}

.SGWidget .order-10 {
    order: 10
}

.SGWidget .order-11 {
    order: 11
}

.SGWidget .order-12 {
    order: 12
}

.SGWidget .offset-1 {
    margin-left: 8.3333333333%
}

.SGWidget .offset-2 {
    margin-left: 16.6666666667%
}

.SGWidget .offset-3 {
    margin-left: 25%
}

.SGWidget .offset-4 {
    margin-left: 33.3333333333%
}

.SGWidget .offset-5 {
    margin-left: 41.6666666667%
}

.SGWidget .offset-6 {
    margin-left: 50%
}

.SGWidget .offset-7 {
    margin-left: 58.3333333333%
}

.SGWidget .offset-8 {
    margin-left: 66.6666666667%
}

.SGWidget .offset-9 {
    margin-left: 75%
}

.SGWidget .offset-10 {
    margin-left: 83.3333333333%
}

.SGWidget .offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width: 576px) {
    .SGWidget .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .SGWidget .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .SGWidget .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .SGWidget .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .SGWidget .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .SGWidget .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .SGWidget .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .SGWidget .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .SGWidget .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .SGWidget .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .SGWidget .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .SGWidget .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .SGWidget .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .SGWidget .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .SGWidget .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .SGWidget .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .SGWidget .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .SGWidget .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .SGWidget .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .SGWidget .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .SGWidget .order-sm-first {
        order: -1
    }

    .SGWidget .order-sm-last {
        order: 13
    }

    .SGWidget .order-sm-0 {
        order: 0
    }

    .SGWidget .order-sm-1 {
        order: 1
    }

    .SGWidget .order-sm-2 {
        order: 2
    }

    .SGWidget .order-sm-3 {
        order: 3
    }

    .SGWidget .order-sm-4 {
        order: 4
    }

    .SGWidget .order-sm-5 {
        order: 5
    }

    .SGWidget .order-sm-6 {
        order: 6
    }

    .SGWidget .order-sm-7 {
        order: 7
    }

    .SGWidget .order-sm-8 {
        order: 8
    }

    .SGWidget .order-sm-9 {
        order: 9
    }

    .SGWidget .order-sm-10 {
        order: 10
    }

    .SGWidget .order-sm-11 {
        order: 11
    }

    .SGWidget .order-sm-12 {
        order: 12
    }

    .SGWidget .offset-sm-0 {
        margin-left: 0
    }

    .SGWidget .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .SGWidget .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .SGWidget .offset-sm-3 {
        margin-left: 25%
    }

    .SGWidget .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .SGWidget .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .SGWidget .offset-sm-6 {
        margin-left: 50%
    }

    .SGWidget .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .SGWidget .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .SGWidget .offset-sm-9 {
        margin-left: 75%
    }

    .SGWidget .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .SGWidget .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 768px) {
    .SGWidget .col-md {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .SGWidget .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .SGWidget .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .SGWidget .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .SGWidget .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .SGWidget .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .SGWidget .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .SGWidget .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .SGWidget .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .SGWidget .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .SGWidget .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .SGWidget .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .SGWidget .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .SGWidget .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .SGWidget .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .SGWidget .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .SGWidget .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .SGWidget .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .SGWidget .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .SGWidget .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .SGWidget .order-md-first {
        order: -1
    }

    .SGWidget .order-md-last {
        order: 13
    }

    .SGWidget .order-md-0 {
        order: 0
    }

    .SGWidget .order-md-1 {
        order: 1
    }

    .SGWidget .order-md-2 {
        order: 2
    }

    .SGWidget .order-md-3 {
        order: 3
    }

    .SGWidget .order-md-4 {
        order: 4
    }

    .SGWidget .order-md-5 {
        order: 5
    }

    .SGWidget .order-md-6 {
        order: 6
    }

    .SGWidget .order-md-7 {
        order: 7
    }

    .SGWidget .order-md-8 {
        order: 8
    }

    .SGWidget .order-md-9 {
        order: 9
    }

    .SGWidget .order-md-10 {
        order: 10
    }

    .SGWidget .order-md-11 {
        order: 11
    }

    .SGWidget .order-md-12 {
        order: 12
    }

    .SGWidget .offset-md-0 {
        margin-left: 0
    }

    .SGWidget .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .SGWidget .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .SGWidget .offset-md-3 {
        margin-left: 25%
    }

    .SGWidget .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .SGWidget .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .SGWidget .offset-md-6 {
        margin-left: 50%
    }

    .SGWidget .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .SGWidget .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .SGWidget .offset-md-9 {
        margin-left: 75%
    }

    .SGWidget .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .SGWidget .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 992px) {
    .SGWidget .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .SGWidget .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .SGWidget .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .SGWidget .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .SGWidget .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .SGWidget .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .SGWidget .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .SGWidget .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .SGWidget .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .SGWidget .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .SGWidget .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .SGWidget .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .SGWidget .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .SGWidget .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .SGWidget .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .SGWidget .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .SGWidget .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .SGWidget .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .SGWidget .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .SGWidget .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .SGWidget .order-lg-first {
        order: -1
    }

    .SGWidget .order-lg-last {
        order: 13
    }

    .SGWidget .order-lg-0 {
        order: 0
    }

    .SGWidget .order-lg-1 {
        order: 1
    }

    .SGWidget .order-lg-2 {
        order: 2
    }

    .SGWidget .order-lg-3 {
        order: 3
    }

    .SGWidget .order-lg-4 {
        order: 4
    }

    .SGWidget .order-lg-5 {
        order: 5
    }

    .SGWidget .order-lg-6 {
        order: 6
    }

    .SGWidget .order-lg-7 {
        order: 7
    }

    .SGWidget .order-lg-8 {
        order: 8
    }

    .SGWidget .order-lg-9 {
        order: 9
    }

    .SGWidget .order-lg-10 {
        order: 10
    }

    .SGWidget .order-lg-11 {
        order: 11
    }

    .SGWidget .order-lg-12 {
        order: 12
    }

    .SGWidget .offset-lg-0 {
        margin-left: 0
    }

    .SGWidget .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .SGWidget .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .SGWidget .offset-lg-3 {
        margin-left: 25%
    }

    .SGWidget .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .SGWidget .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .SGWidget .offset-lg-6 {
        margin-left: 50%
    }

    .SGWidget .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .SGWidget .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .SGWidget .offset-lg-9 {
        margin-left: 75%
    }

    .SGWidget .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .SGWidget .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 1200px) {
    .SGWidget .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .SGWidget .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .SGWidget .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .SGWidget .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .SGWidget .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .SGWidget .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .SGWidget .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .SGWidget .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .SGWidget .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .SGWidget .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .SGWidget .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .SGWidget .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .SGWidget .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .SGWidget .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .SGWidget .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .SGWidget .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .SGWidget .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .SGWidget .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .SGWidget .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .SGWidget .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .SGWidget .order-xl-first {
        order: -1
    }

    .SGWidget .order-xl-last {
        order: 13
    }

    .SGWidget .order-xl-0 {
        order: 0
    }

    .SGWidget .order-xl-1 {
        order: 1
    }

    .SGWidget .order-xl-2 {
        order: 2
    }

    .SGWidget .order-xl-3 {
        order: 3
    }

    .SGWidget .order-xl-4 {
        order: 4
    }

    .SGWidget .order-xl-5 {
        order: 5
    }

    .SGWidget .order-xl-6 {
        order: 6
    }

    .SGWidget .order-xl-7 {
        order: 7
    }

    .SGWidget .order-xl-8 {
        order: 8
    }

    .SGWidget .order-xl-9 {
        order: 9
    }

    .SGWidget .order-xl-10 {
        order: 10
    }

    .SGWidget .order-xl-11 {
        order: 11
    }

    .SGWidget .order-xl-12 {
        order: 12
    }

    .SGWidget .offset-xl-0 {
        margin-left: 0
    }

    .SGWidget .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .SGWidget .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .SGWidget .offset-xl-3 {
        margin-left: 25%
    }

    .SGWidget .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .SGWidget .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .SGWidget .offset-xl-6 {
        margin-left: 50%
    }

    .SGWidget .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .SGWidget .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .SGWidget .offset-xl-9 {
        margin-left: 75%
    }

    .SGWidget .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .SGWidget .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.SGWidget .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.SGWidget .table th,
.SGWidget .table td {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.SGWidget .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.SGWidget .table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.SGWidget .table-sm th,
.SGWidget .table-sm td {
    padding: .3rem
}

.SGWidget .table-bordered {
    border: 1px solid #dee2e6
}

.SGWidget .table-bordered th,
.SGWidget .table-bordered td {
    border: 1px solid #dee2e6
}

.SGWidget .table-bordered thead th,
.SGWidget .table-bordered thead td {
    border-bottom-width: 2px
}

.SGWidget .table-borderless th,
.SGWidget .table-borderless td,
.SGWidget .table-borderless thead th,
.SGWidget .table-borderless tbody+tbody {
    border: 0
}

.SGWidget .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.SGWidget .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.SGWidget .table-primary,
.SGWidget .table-primary>th,
.SGWidget .table-primary>td {
    background-color: #b8daff
}

.SGWidget .table-primary th,
.SGWidget .table-primary td,
.SGWidget .table-primary thead th,
.SGWidget .table-primary tbody+tbody {
    border-color: #7abaff
}

.SGWidget .table-hover .table-primary:hover {
    background-color: #9fcdff
}

.SGWidget .table-hover .table-primary:hover>td,
.SGWidget .table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.SGWidget .table-secondary,
.SGWidget .table-secondary>th,
.SGWidget .table-secondary>td {
    background-color: #d6d8db
}

.SGWidget .table-secondary th,
.SGWidget .table-secondary td,
.SGWidget .table-secondary thead th,
.SGWidget .table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.SGWidget .table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.SGWidget .table-hover .table-secondary:hover>td,
.SGWidget .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.SGWidget .table-success,
.SGWidget .table-success>th,
.SGWidget .table-success>td {
    background-color: #c3e6cb
}

.SGWidget .table-success th,
.SGWidget .table-success td,
.SGWidget .table-success thead th,
.SGWidget .table-success tbody+tbody {
    border-color: #8fd19e
}

.SGWidget .table-hover .table-success:hover {
    background-color: #b1dfbb
}

.SGWidget .table-hover .table-success:hover>td,
.SGWidget .table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.SGWidget .table-info,
.SGWidget .table-info>th,
.SGWidget .table-info>td {
    background-color: #bee5eb
}

.SGWidget .table-info th,
.SGWidget .table-info td,
.SGWidget .table-info thead th,
.SGWidget .table-info tbody+tbody {
    border-color: #86cfda
}

.SGWidget .table-hover .table-info:hover {
    background-color: #abdde5
}

.SGWidget .table-hover .table-info:hover>td,
.SGWidget .table-hover .table-info:hover>th {
    background-color: #abdde5
}

.SGWidget .table-warning,
.SGWidget .table-warning>th,
.SGWidget .table-warning>td {
    background-color: #ffeeba
}

.SGWidget .table-warning th,
.SGWidget .table-warning td,
.SGWidget .table-warning thead th,
.SGWidget .table-warning tbody+tbody {
    border-color: #ffdf7e
}

.SGWidget .table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.SGWidget .table-hover .table-warning:hover>td,
.SGWidget .table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.SGWidget .table-danger,
.SGWidget .table-danger>th,
.SGWidget .table-danger>td {
    background-color: #f5c6cb
}

.SGWidget .table-danger th,
.SGWidget .table-danger td,
.SGWidget .table-danger thead th,
.SGWidget .table-danger tbody+tbody {
    border-color: #ed969e
}

.SGWidget .table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.SGWidget .table-hover .table-danger:hover>td,
.SGWidget .table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.SGWidget .table-light,
.SGWidget .table-light>th,
.SGWidget .table-light>td {
    background-color: #fdfdfe
}

.SGWidget .table-light th,
.SGWidget .table-light td,
.SGWidget .table-light thead th,
.SGWidget .table-light tbody+tbody {
    border-color: #fbfcfc
}

.SGWidget .table-hover .table-light:hover {
    background-color: #ececf6
}

.SGWidget .table-hover .table-light:hover>td,
.SGWidget .table-hover .table-light:hover>th {
    background-color: #ececf6
}

.SGWidget .table-dark,
.SGWidget .table-dark>th,
.SGWidget .table-dark>td {
    background-color: #c6c8ca
}

.SGWidget .table-dark th,
.SGWidget .table-dark td,
.SGWidget .table-dark thead th,
.SGWidget .table-dark tbody+tbody {
    border-color: #95999c
}

.SGWidget .table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.SGWidget .table-hover .table-dark:hover>td,
.SGWidget .table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.SGWidget .table-active,
.SGWidget .table-active>th,
.SGWidget .table-active>td {
    background-color: rgba(0, 0, 0, .075)
}

.SGWidget .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.SGWidget .table-hover .table-active:hover>td,
.SGWidget .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.SGWidget .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.SGWidget .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    font-size: 11px;
}

.SGWidget .table-dark {
    color: #fff;
    background-color: #343a40
}

.SGWidget .table-dark th,
.SGWidget .table-dark td,
.SGWidget .table-dark thead th {
    border-color: #454d55
}

.SGWidget .table-dark.table-bordered {
    border: 0
}

.SGWidget .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.SGWidget .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media(max-width: 575.98px) {
    .SGWidget .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .SGWidget .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width: 767.98px) {
    .SGWidget .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .SGWidget .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width: 991.98px) {
    .SGWidget .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .SGWidget .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width: 1199.98px) {
    .SGWidget .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .SGWidget .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.SGWidget .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.SGWidget .table-responsive>.table-bordered {
    border: 0
}

.SGWidget .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .SGWidget .form-control {
        transition: none
    }
}

.SGWidget .form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.SGWidget .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.SGWidget .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.SGWidget .form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.SGWidget .form-control:disabled,
.SGWidget .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.SGWidget input[type=date].form-control,
.SGWidget input[type=time].form-control,
.SGWidget input[type=datetime-local].form-control,
.SGWidget input[type=month].form-control {
    appearance: none
}

.SGWidget select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.SGWidget .form-control-file,
.SGWidget .form-control-range {
    display: block;
    width: 100%
}

.SGWidget .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.SGWidget .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.SGWidget .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5
}

.SGWidget .form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.SGWidget .form-control-plaintext.form-control-sm,
.SGWidget .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.SGWidget .form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.875rem;
    line-height: 1.5
}

.SGWidget .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.SGWidget select.form-control[size],
.SGWidget select.form-control[multiple] {
    height: auto
}

.SGWidget textarea.form-control {
    height: auto
}

.SGWidget .form-group {
    margin-bottom: 1rem
}

.SGWidget .form-text {
    display: block;
    margin-top: .25rem
}

.SGWidget .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.SGWidget .form-row>.col,
.SGWidget .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.SGWidget .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.SGWidget .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.SGWidget .form-check-input[disabled]~.form-check-label,
.SGWidget .form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.SGWidget .form-check-label {
    margin-bottom: 0
}

.SGWidget .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.SGWidget .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.SGWidget .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.SGWidget .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9)
}

.was-validated .SGWidget:valid~.valid-feedback,
.was-validated .SGWidget:valid~.valid-tooltip,
.SGWidget.is-valid~.valid-feedback,
.SGWidget.is-valid~.valid-tooltip {
    display: block
}

.was-validated .SGWidget .form-control:valid,
.SGWidget .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .SGWidget .form-control:valid:focus,
.SGWidget .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .SGWidget textarea.form-control:valid,
.SGWidget textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .SGWidget .custom-select:valid,
.SGWidget .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .SGWidget .custom-select:valid:focus,
.SGWidget .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .SGWidget .form-check-input:valid~.form-check-label,
.SGWidget .form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .SGWidget .form-check-input:valid~.valid-feedback,
.was-validated .SGWidget .form-check-input:valid~.valid-tooltip,
.SGWidget .form-check-input.is-valid~.valid-feedback,
.SGWidget .form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .SGWidget .custom-control-input:valid~.custom-control-label,
.SGWidget .custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .SGWidget .custom-control-input:valid~.custom-control-label::before,
.SGWidget .custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .SGWidget .custom-control-input:valid:checked~.custom-control-label::before,
.SGWidget .custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .SGWidget .custom-control-input:valid:focus~.custom-control-label::before,
.SGWidget .custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .SGWidget .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.SGWidget .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .SGWidget .custom-file-input:valid~.custom-file-label,
.SGWidget .custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .SGWidget .custom-file-input:valid:focus~.custom-file-label,
.SGWidget .custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.SGWidget .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.SGWidget .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9)
}

.was-validated .SGWidget:invalid~.invalid-feedback,
.was-validated .SGWidget:invalid~.invalid-tooltip,
.SGWidget.is-invalid~.invalid-feedback,
.SGWidget.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .SGWidget .form-control:invalid,
.SGWidget .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .SGWidget .form-control:invalid:focus,
.SGWidget .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .SGWidget textarea.form-control:invalid,
.SGWidget textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .SGWidget .custom-select:invalid,
.SGWidget .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .SGWidget .custom-select:invalid:focus,
.SGWidget .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .SGWidget .form-check-input:invalid~.form-check-label,
.SGWidget .form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .SGWidget .form-check-input:invalid~.invalid-feedback,
.was-validated .SGWidget .form-check-input:invalid~.invalid-tooltip,
.SGWidget .form-check-input.is-invalid~.invalid-feedback,
.SGWidget .form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .SGWidget .custom-control-input:invalid~.custom-control-label,
.SGWidget .custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .SGWidget .custom-control-input:invalid~.custom-control-label::before,
.SGWidget .custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .SGWidget .custom-control-input:invalid:checked~.custom-control-label::before,
.SGWidget .custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .SGWidget .custom-control-input:invalid:focus~.custom-control-label::before,
.SGWidget .custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .SGWidget .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.SGWidget .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .SGWidget .custom-file-input:invalid~.custom-file-label,
.SGWidget .custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .SGWidget .custom-file-input:invalid:focus~.custom-file-label,
.SGWidget .custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.SGWidget .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.SGWidget .form-inline .form-check {
    width: 100%
}

@media(min-width: 576px) {
    .SGWidget .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .SGWidget .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .SGWidget .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .SGWidget .form-inline .form-control-plaintext {
        display: inline-block
    }

    .SGWidget .form-inline .input-group,
    .SGWidget .form-inline .custom-select {
        width: auto
    }

    .SGWidget .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .SGWidget .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .SGWidget .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .SGWidget .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.SGWidget .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .SGWidget .btn {
        transition: none
    }
}

.SGWidget .btn:hover {
    color: #212529;
    text-decoration: none
}

.SGWidget .btn:focus,
.SGWidget .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.SGWidget .btn.disabled,
.SGWidget .btn:disabled {
    opacity: .65
}

.SGWidget .btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.SGWidget a.btn.disabled,
.SGWidget fieldset:disabled a.btn {
    pointer-events: none
}

.SGWidget .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.SGWidget .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.SGWidget .btn-primary:focus,
.SGWidget .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.SGWidget .btn-primary.disabled,
.SGWidget .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.SGWidget .btn-primary:not(:disabled):not(.disabled):active,
.SGWidget .btn-primary:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.SGWidget .btn-primary:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.SGWidget .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.SGWidget .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.SGWidget .btn-secondary:focus,
.SGWidget .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.SGWidget .btn-secondary.disabled,
.SGWidget .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.SGWidget .btn-secondary:not(:disabled):not(.disabled):active,
.SGWidget .btn-secondary:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.SGWidget .btn-secondary:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.SGWidget .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.SGWidget .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.SGWidget .btn-success:focus,
.SGWidget .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.SGWidget .btn-success.disabled,
.SGWidget .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.SGWidget .btn-success:not(:disabled):not(.disabled):active,
.SGWidget .btn-success:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.SGWidget .btn-success:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-success:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.SGWidget .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.SGWidget .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.SGWidget .btn-info:focus,
.SGWidget .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.SGWidget .btn-info.disabled,
.SGWidget .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.SGWidget .btn-info:not(:disabled):not(.disabled):active,
.SGWidget .btn-info:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.SGWidget .btn-info:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-info:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.SGWidget .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.SGWidget .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.SGWidget .btn-warning:focus,
.SGWidget .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.SGWidget .btn-warning.disabled,
.SGWidget .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.SGWidget .btn-warning:not(:disabled):not(.disabled):active,
.SGWidget .btn-warning:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.SGWidget .btn-warning:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.SGWidget .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.SGWidget .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.SGWidget .btn-danger:focus,
.SGWidget .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.SGWidget .btn-danger.disabled,
.SGWidget .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.SGWidget .btn-danger:not(:disabled):not(.disabled):active,
.SGWidget .btn-danger:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.SGWidget .btn-danger:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.SGWidget .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.SGWidget .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.SGWidget .btn-light:focus,
.SGWidget .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.SGWidget .btn-light.disabled,
.SGWidget .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.SGWidget .btn-light:not(:disabled):not(.disabled):active,
.SGWidget .btn-light:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.SGWidget .btn-light:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-light:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.SGWidget .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.SGWidget .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.SGWidget .btn-dark:focus,
.SGWidget .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.SGWidget .btn-dark.disabled,
.SGWidget .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.SGWidget .btn-dark:not(:disabled):not(.disabled):active,
.SGWidget .btn-dark:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.SGWidget .btn-dark:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.SGWidget .btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.SGWidget .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.SGWidget .btn-outline-primary:focus,
.SGWidget .btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.SGWidget .btn-outline-primary.disabled,
.SGWidget .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.SGWidget .btn-outline-primary:not(:disabled):not(.disabled):active,
.SGWidget .btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.SGWidget .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.SGWidget .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.SGWidget .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.SGWidget .btn-outline-secondary:focus,
.SGWidget .btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.SGWidget .btn-outline-secondary.disabled,
.SGWidget .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.SGWidget .btn-outline-secondary:not(:disabled):not(.disabled):active,
.SGWidget .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.SGWidget .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.SGWidget .btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.SGWidget .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.SGWidget .btn-outline-success:focus,
.SGWidget .btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.SGWidget .btn-outline-success.disabled,
.SGWidget .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.SGWidget .btn-outline-success:not(:disabled):not(.disabled):active,
.SGWidget .btn-outline-success:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.SGWidget .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.SGWidget .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.SGWidget .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.SGWidget .btn-outline-info:focus,
.SGWidget .btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.SGWidget .btn-outline-info.disabled,
.SGWidget .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.SGWidget .btn-outline-info:not(:disabled):not(.disabled):active,
.SGWidget .btn-outline-info:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.SGWidget .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.SGWidget .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.SGWidget .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.SGWidget .btn-outline-warning:focus,
.SGWidget .btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.SGWidget .btn-outline-warning.disabled,
.SGWidget .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.SGWidget .btn-outline-warning:not(:disabled):not(.disabled):active,
.SGWidget .btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.SGWidget .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.SGWidget .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.SGWidget .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.SGWidget .btn-outline-danger:focus,
.SGWidget .btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.SGWidget .btn-outline-danger.disabled,
.SGWidget .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.SGWidget .btn-outline-danger:not(:disabled):not(.disabled):active,
.SGWidget .btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.SGWidget .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.SGWidget .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.SGWidget .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.SGWidget .btn-outline-light:focus,
.SGWidget .btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.SGWidget .btn-outline-light.disabled,
.SGWidget .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.SGWidget .btn-outline-light:not(:disabled):not(.disabled):active,
.SGWidget .btn-outline-light:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.SGWidget .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.SGWidget .btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.SGWidget .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.SGWidget .btn-outline-dark:focus,
.SGWidget .btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.SGWidget .btn-outline-dark.disabled,
.SGWidget .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.SGWidget .btn-outline-dark:not(:disabled):not(.disabled):active,
.SGWidget .btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.SGWidget .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.SGWidget .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.SGWidget .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.SGWidget .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.SGWidget .btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.SGWidget .btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.SGWidget .btn-link:focus,
.SGWidget .btn-link.focus {
    text-decoration: underline
}

.SGWidget .btn-link:disabled,
.SGWidget .btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.SGWidget .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

.SGWidget .btn-sm {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0
}

.SGWidget .btn-block {
    display: block;
    width: 100%
}

.SGWidget .btn-block+.btn-block {
    margin-top: .5rem
}

.SGWidget input[type=submit].btn-block,
.SGWidget input[type=reset].btn-block,
.SGWidget input[type=button].btn-block {
    width: 100%
}

.SGWidget .fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .SGWidget .fade {
        transition: none
    }
}

.SGWidget .fade:not(.show) {
    opacity: 0
}

.SGWidget .collapse:not(.show) {
    display: none
}

.SGWidget .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .SGWidget .collapsing {
        transition: none
    }
}

.SGWidget .dropup,
.SGWidget .dropright,
.SGWidget .dropdown,
.SGWidget .dropleft {
    position: relative
}

.SGWidget .dropdown-toggle {
    white-space: nowrap
}

.SGWidget .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.SGWidget .dropdown-toggle:empty::after {
    margin-left: 0
}

.SGWidget .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 980;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15)
}

.SGWidget .dropdown-menu-left {
    right: auto;
    left: 0
}

.SGWidget .dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width: 576px) {
    .SGWidget .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .SGWidget .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width: 768px) {
    .SGWidget .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .SGWidget .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width: 992px) {
    .SGWidget .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .SGWidget .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width: 1200px) {
    .SGWidget .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .SGWidget .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.SGWidget .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.SGWidget .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.SGWidget .dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.SGWidget .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.SGWidget .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.SGWidget .dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.SGWidget .dropright .dropdown-toggle::after {
    vertical-align: 0
}

.SGWidget .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.SGWidget .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.SGWidget .dropleft .dropdown-toggle::after {
    display: none
}

.SGWidget .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.SGWidget .dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.SGWidget .dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.SGWidget .dropdown-menu[x-placement^=top],
.SGWidget .dropdown-menu[x-placement^=right],
.SGWidget .dropdown-menu[x-placement^=bottom],
.SGWidget .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto
}

.SGWidget .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.SGWidget .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.SGWidget .dropdown-item:hover,
.SGWidget .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.SGWidget .dropdown-item.active,
.SGWidget .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.SGWidget .dropdown-item.disabled,
.SGWidget .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.SGWidget .dropdown-menu.show {
    display: block
}

.SGWidget .dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap
}

.SGWidget .dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.SGWidget .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.SGWidget .input-group>.form-control,
.SGWidget .input-group>.form-control-plaintext,
.SGWidget .input-group>.custom-select,
.SGWidget .input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.SGWidget .input-group>.form-control+.form-control,
.SGWidget .input-group>.form-control+.custom-select,
.SGWidget .input-group>.form-control+.custom-file,
.SGWidget .input-group>.form-control-plaintext+.form-control,
.SGWidget .input-group>.form-control-plaintext+.custom-select,
.SGWidget .input-group>.form-control-plaintext+.custom-file,
.SGWidget .input-group>.custom-select+.form-control,
.SGWidget .input-group>.custom-select+.custom-select,
.SGWidget .input-group>.custom-select+.custom-file,
.SGWidget .input-group>.custom-file+.form-control,
.SGWidget .input-group>.custom-file+.custom-select,
.SGWidget .input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.SGWidget .input-group>.form-control:focus,
.SGWidget .input-group>.custom-select:focus,
.SGWidget .input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.SGWidget .input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.SGWidget .input-group>.custom-file {
    display: flex;
    align-items: center
}

.SGWidget .input-group-prepend,
.SGWidget .input-group-append {
    display: flex
}

.SGWidget .input-group-prepend .btn,
.SGWidget .input-group-append .btn {
    position: relative;
    z-index: 2
}

.SGWidget .input-group-prepend .btn:focus,
.SGWidget .input-group-append .btn:focus {
    z-index: 3
}

.SGWidget .input-group-prepend .btn+.btn,
.SGWidget .input-group-prepend .btn+.input-group-text,
.SGWidget .input-group-prepend .input-group-text+.input-group-text,
.SGWidget .input-group-prepend .input-group-text+.btn,
.SGWidget .input-group-append .btn+.btn,
.SGWidget .input-group-append .btn+.input-group-text,
.SGWidget .input-group-append .input-group-text+.input-group-text,
.SGWidget .input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.SGWidget .input-group-prepend {
    margin-right: -1px
}

.SGWidget .input-group-append {
    margin-left: -1px
}

.SGWidget .input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da
}

.SGWidget .input-group-text input[type=radio],
.SGWidget .input-group-text input[type=checkbox] {
    margin-top: 0
}

.SGWidget .input-group-lg>.form-control:not(textarea),
.SGWidget .input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.SGWidget .input-group-lg>.form-control,
.SGWidget .input-group-lg>.custom-select,
.SGWidget .input-group-lg>.input-group-prepend>.input-group-text,
.SGWidget .input-group-lg>.input-group-append>.input-group-text,
.SGWidget .input-group-lg>.input-group-prepend>.btn,
.SGWidget .input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.SGWidget .input-group-sm>.form-control:not(textarea),
.SGWidget .input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 2px)
}

.SGWidget .input-group-sm>.form-control,
.SGWidget .input-group-sm>.custom-select,
.SGWidget .input-group-sm>.input-group-prepend>.input-group-text,
.SGWidget .input-group-sm>.input-group-append>.input-group-text,
.SGWidget .input-group-sm>.input-group-prepend>.btn,
.SGWidget .input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    line-height: 1.5
}

.SGWidget .input-group-lg>.custom-select,
.SGWidget .input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.SGWidget .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.SGWidget .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.SGWidget .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.SGWidget .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.SGWidget .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.SGWidget .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.SGWidget .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.SGWidget .custom-control-input[disabled]~.custom-control-label,
.SGWidget .custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.SGWidget .custom-control-input[disabled]~.custom-control-label::before,
.SGWidget .custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.SGWidget .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.SGWidget .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.SGWidget .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.SGWidget .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.SGWidget .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.SGWidget .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.SGWidget .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.SGWidget .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.SGWidget .custom-radio .custom-control-label::before {
    border-radius: 50%
}

.SGWidget .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.SGWidget .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.SGWidget .custom-switch {
    padding-left: 2.25rem
}

.SGWidget .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.SGWidget .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .SGWidget .custom-switch .custom-control-label::after {
        transition: none
    }
}

.SGWidget .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

.SGWidget .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.SGWidget .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none
}

.SGWidget .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.SGWidget .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.SGWidget .custom-select[multiple],
.SGWidget .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.SGWidget .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.SGWidget .custom-select::-ms-expand {
    display: none
}

.SGWidget .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.SGWidget .custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem
}

.SGWidget .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.SGWidget .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0
}

.SGWidget .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0
}

.SGWidget .custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.SGWidget .custom-file-input[disabled]~.custom-file-label,
.SGWidget .custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.SGWidget .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.SGWidget .custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.SGWidget .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da
}

.SGWidget .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit
}

.SGWidget .custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.SGWidget .custom-range:focus {
    outline: none
}

.SGWidget .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.SGWidget .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.SGWidget .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.SGWidget .custom-range::-moz-focus-outer {
    border: 0
}

.SGWidget .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .SGWidget .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.SGWidget .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.SGWidget .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent
}

.SGWidget .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .SGWidget .custom-range::-moz-range-thumb {
        transition: none
    }
}

.SGWidget .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.SGWidget .custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent
}

.SGWidget .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .SGWidget .custom-range::-ms-thumb {
        transition: none
    }
}

.SGWidget .custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.SGWidget .custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.SGWidget .custom-range::-ms-fill-lower {
    background-color: #dee2e6
}

.SGWidget .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6
}

.SGWidget .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.SGWidget .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.SGWidget .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.SGWidget .custom-range:disabled::-moz-range-track {
    cursor: default
}

.SGWidget .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.SGWidget .custom-control-label::before,
.SGWidget .custom-file-label,
.SGWidget .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

    .SGWidget .custom-control-label::before,
    .SGWidget .custom-file-label,
    .SGWidget .custom-select {
        transition: none
    }
}

.SGWidget .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.SGWidget .nav-link {
    display: block;
    padding: .5rem 1rem
}

.SGWidget .nav-link:hover,
.SGWidget .nav-link:focus {
    text-decoration: none
}

.SGWidget .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.SGWidget .nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.SGWidget .nav-tabs .nav-item {
    margin-bottom: -1px
}

.SGWidget .nav-tabs .nav-link {
    border: 1px solid transparent
}

.SGWidget .nav-tabs .nav-link:hover,
.SGWidget .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.SGWidget .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.SGWidget .nav-tabs .nav-link.active,
.SGWidget .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.SGWidget .nav-tabs .dropdown-menu {
    margin-top: -1px
}

.SGWidget .nav-pills .nav-link.active,
.SGWidget .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.SGWidget .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.SGWidget .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.SGWidget .tab-content>.tab-pane {
    display: none
}

.SGWidget .tab-content>.active {
    display: block
}

.SGWidget .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent
}

.SGWidget .alert-heading {
    color: inherit
}

.SGWidget .alert-link {
    font-weight: 700
}

.SGWidget .alert-dismissible {
    padding-right: 4rem
}

.SGWidget .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.SGWidget .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.SGWidget .alert-primary hr {
    border-top-color: #9fcdff
}

.SGWidget .alert-primary .alert-link {
    color: #002752
}

.SGWidget .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.SGWidget .alert-secondary hr {
    border-top-color: #c8cbcf
}

.SGWidget .alert-secondary .alert-link {
    color: #202326
}

.SGWidget .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.SGWidget .alert-success hr {
    border-top-color: #b1dfbb
}

.SGWidget .alert-success .alert-link {
    color: #0b2e13
}

.SGWidget .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.SGWidget .alert-info hr {
    border-top-color: #abdde5
}

.SGWidget .alert-info .alert-link {
    color: #062c33
}

.SGWidget .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.SGWidget .alert-warning hr {
    border-top-color: #ffe8a1
}

.SGWidget .alert-warning .alert-link {
    color: #533f03
}

.SGWidget .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.SGWidget .alert-danger hr {
    border-top-color: #f1b0b7
}

.SGWidget .alert-danger .alert-link {
    color: #491217
}

.SGWidget .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.SGWidget .alert-light hr {
    border-top-color: #ececf6
}

.SGWidget .alert-light .alert-link {
    color: #686868
}

.SGWidget .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.SGWidget .alert-dark hr {
    border-top-color: #b9bbbe
}

.SGWidget .alert-dark .alert-link {
    color: #040505
}

.SGWidget .media {
    display: flex;
    align-items: flex-start
}

.SGWidget .media-body {
    flex: 1
}

.SGWidget .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.SGWidget .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.SGWidget .list-group-item-action:hover,
.SGWidget .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.SGWidget .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.SGWidget .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.SGWidget .list-group-item.disabled,
.SGWidget .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.SGWidget .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.SGWidget .list-group-item+.SGWidget .list-group-item {
    border-top-width: 0
}

.SGWidget .list-group-item+.SGWidget .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.SGWidget .list-group-horizontal {
    flex-direction: row
}

.SGWidget .list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.SGWidget .list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.SGWidget .list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width: 576px) {
    .SGWidget .list-group-horizontal-sm {
        flex-direction: row
    }

    .SGWidget .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .SGWidget .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .SGWidget .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 768px) {
    .SGWidget .list-group-horizontal-md {
        flex-direction: row
    }

    .SGWidget .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .SGWidget .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .SGWidget .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 992px) {
    .SGWidget .list-group-horizontal-lg {
        flex-direction: row
    }

    .SGWidget .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .SGWidget .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .SGWidget .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 1200px) {
    .SGWidget .list-group-horizontal-xl {
        flex-direction: row
    }

    .SGWidget .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .SGWidget .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .SGWidget .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.SGWidget .list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.SGWidget .list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.SGWidget .list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.SGWidget .list-group-item-primary.list-group-item-action:hover,
.SGWidget .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff
}

.SGWidget .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.SGWidget .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.SGWidget .list-group-item-secondary.list-group-item-action:hover,
.SGWidget .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf
}

.SGWidget .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.SGWidget .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.SGWidget .list-group-item-success.list-group-item-action:hover,
.SGWidget .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb
}

.SGWidget .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.SGWidget .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.SGWidget .list-group-item-info.list-group-item-action:hover,
.SGWidget .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.SGWidget .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.SGWidget .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.SGWidget .list-group-item-warning.list-group-item-action:hover,
.SGWidget .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

.SGWidget .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.SGWidget .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.SGWidget .list-group-item-danger.list-group-item-action:hover,
.SGWidget .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7
}

.SGWidget .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.SGWidget .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.SGWidget .list-group-item-light.list-group-item-action:hover,
.SGWidget .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6
}

.SGWidget .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.SGWidget .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.SGWidget .list-group-item-dark.list-group-item-action:hover,
.SGWidget .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}

.SGWidget .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.SGWidget .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.SGWidget .close:hover {
    color: #000;
    text-decoration: none
}

.SGWidget .close:not(:disabled):not(.disabled):hover,
.SGWidget .close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

.SGWidget button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

.SGWidget a.close.disabled {
    pointer-events: none
}

.SGWidget .toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px);
    opacity: 0
}

.SGWidget .toast:not(:last-child) {
    margin-bottom: .75rem
}

.SGWidget .toast.showing {
    opacity: 1
}

.SGWidget .toast.show {
    display: block;
    opacity: 1
}

.SGWidget .toast.hide {
    display: none
}

.SGWidget .toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.SGWidget .toast-body {
    padding: .75rem
}

.SGWidget .align-baseline {
    vertical-align: baseline !important
}

.SGWidget .align-top {
    vertical-align: top !important
}

.SGWidget .align-middle {
    vertical-align: middle !important
}

.SGWidget .align-bottom {
    vertical-align: bottom !important
}

.SGWidget .align-text-bottom {
    vertical-align: text-bottom !important
}

.SGWidget .align-text-top {
    vertical-align: text-top !important
}

.SGWidget .bg-primary {
    background-color: #007bff !important
}

.SGWidget a.bg-primary:hover,
.SGWidget a.bg-primary:focus,
.SGWidget button.bg-primary:hover,
.SGWidget button.bg-primary:focus {
    background-color: #0062cc !important
}

.SGWidget .bg-secondary {
    background-color: #6c757d !important
}

.SGWidget a.bg-secondary:hover,
.SGWidget a.bg-secondary:focus,
.SGWidget button.bg-secondary:hover,
.SGWidget button.bg-secondary:focus {
    background-color: #545b62 !important
}

.SGWidget .bg-success {
    background-color: #28a745 !important
}

.SGWidget a.bg-success:hover,
.SGWidget a.bg-success:focus,
.SGWidget button.bg-success:hover,
.SGWidget button.bg-success:focus {
    background-color: #1e7e34 !important
}

.SGWidget .bg-info {
    background-color: #17a2b8 !important
}

.SGWidget a.bg-info:hover,
.SGWidget a.bg-info:focus,
.SGWidget button.bg-info:hover,
.SGWidget button.bg-info:focus {
    background-color: #117a8b !important
}

.SGWidget .bg-warning {
    background-color: #ffc107 !important
}

.SGWidget a.bg-warning:hover,
.SGWidget a.bg-warning:focus,
.SGWidget button.bg-warning:hover,
.SGWidget button.bg-warning:focus {
    background-color: #d39e00 !important
}

.SGWidget .bg-danger {
    background-color: #dc3545 !important
}

.SGWidget a.bg-danger:hover,
.SGWidget a.bg-danger:focus,
.SGWidget button.bg-danger:hover,
.SGWidget button.bg-danger:focus {
    background-color: #bd2130 !important
}

.SGWidget .bg-light {
    background-color: #f8f9fa !important
}

.SGWidget a.bg-light:hover,
.SGWidget a.bg-light:focus,
.SGWidget button.bg-light:hover,
.SGWidget button.bg-light:focus {
    background-color: #dae0e5 !important
}

.SGWidget .bg-dark {
    background-color: #343a40 !important
}

.SGWidget a.bg-dark:hover,
.SGWidget a.bg-dark:focus,
.SGWidget button.bg-dark:hover,
.SGWidget button.bg-dark:focus {
    background-color: #1d2124 !important
}

.SGWidget .bg-white {
    background-color: #fff !important
}

.SGWidget .bg-transparent {
    background-color: transparent !important
}

.SGWidget .border {
    border: 1px solid #dee2e6 !important
}

.SGWidget .border-top {
    border-top: 1px solid #dee2e6 !important
}

.SGWidget .border-right {
    border-right: 1px solid #dee2e6 !important
}

.SGWidget .border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.SGWidget .border-left {
    border-left: 1px solid #dee2e6 !important
}

.SGWidget .border-0 {
    border: 0 !important
}

.SGWidget .border-top-0 {
    border-top: 0 !important
}

.SGWidget .border-right-0 {
    border-right: 0 !important
}

.SGWidget .border-bottom-0 {
    border-bottom: 0 !important
}

.SGWidget .border-left-0 {
    border-left: 0 !important
}

.SGWidget .border-primary {
    border-color: #007bff !important
}

.SGWidget .border-secondary {
    border-color: #6c757d !important
}

.SGWidget .border-success {
    border-color: #28a745 !important
}

.SGWidget .border-info {
    border-color: #17a2b8 !important
}

.SGWidget .border-warning {
    border-color: #ffc107 !important
}

.SGWidget .border-danger {
    border-color: #dc3545 !important
}

.SGWidget .border-light {
    border-color: #f8f9fa !important
}

.SGWidget .border-dark {
    border-color: #343a40 !important
}

.SGWidget .border-white {
    border-color: #fff !important
}

.SGWidget .rounded-sm {
    border-radius: .2rem !important
}

.SGWidget .rounded {
    border-radius: .25rem !important
}

.SGWidget .rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.SGWidget .rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.SGWidget .rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.SGWidget .rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.SGWidget .rounded-lg {
    border-radius: .3rem !important
}

.SGWidget .rounded-circle {
    border-radius: 50% !important
}

.SGWidget .rounded-pill {
    border-radius: 50rem !important
}

.SGWidget .rounded-0 {
    border-radius: 0 !important
}

.SGWidget .clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.SGWidget .d-none {
    display: none !important
}

.SGWidget .d-inline {
    display: inline !important
}

.SGWidget .d-inline-block {
    display: inline-block !important
}

.SGWidget .d-block {
    display: block !important
}

.SGWidget .d-table {
    display: table !important
}

.SGWidget .d-table-row {
    display: table-row !important
}

.SGWidget .d-table-cell {
    display: table-cell !important
}

.SGWidget .d-flex {
    display: flex !important
}

.SGWidget .d-inline-flex {
    display: inline-flex !important
}

@media(min-width: 576px) {
    .SGWidget .d-sm-none {
        display: none !important
    }

    .SGWidget .d-sm-inline {
        display: inline !important
    }

    .SGWidget .d-sm-inline-block {
        display: inline-block !important
    }

    .SGWidget .d-sm-block {
        display: block !important
    }

    .SGWidget .d-sm-table {
        display: table !important
    }

    .SGWidget .d-sm-table-row {
        display: table-row !important
    }

    .SGWidget .d-sm-table-cell {
        display: table-cell !important
    }

    .SGWidget .d-sm-flex {
        display: flex !important
    }

    .SGWidget .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width: 768px) {
    .SGWidget .d-md-none {
        display: none !important
    }

    .SGWidget .d-md-inline {
        display: inline !important
    }

    .SGWidget .d-md-inline-block {
        display: inline-block !important
    }

    .SGWidget .d-md-block {
        display: block !important
    }

    .SGWidget .d-md-table {
        display: table !important
    }

    .SGWidget .d-md-table-row {
        display: table-row !important
    }

    .SGWidget .d-md-table-cell {
        display: table-cell !important
    }

    .SGWidget .d-md-flex {
        display: flex !important
    }

    .SGWidget .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width: 992px) {
    .SGWidget .d-lg-none {
        display: none !important
    }

    .SGWidget .d-lg-inline {
        display: inline !important
    }

    .SGWidget .d-lg-inline-block {
        display: inline-block !important
    }

    .SGWidget .d-lg-block {
        display: block !important
    }

    .SGWidget .d-lg-table {
        display: table !important
    }

    .SGWidget .d-lg-table-row {
        display: table-row !important
    }

    .SGWidget .d-lg-table-cell {
        display: table-cell !important
    }

    .SGWidget .d-lg-flex {
        display: flex !important
    }

    .SGWidget .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width: 1200px) {
    .SGWidget .d-xl-none {
        display: none !important
    }

    .SGWidget .d-xl-inline {
        display: inline !important
    }

    .SGWidget .d-xl-inline-block {
        display: inline-block !important
    }

    .SGWidget .d-xl-block {
        display: block !important
    }

    .SGWidget .d-xl-table {
        display: table !important
    }

    .SGWidget .d-xl-table-row {
        display: table-row !important
    }

    .SGWidget .d-xl-table-cell {
        display: table-cell !important
    }

    .SGWidget .d-xl-flex {
        display: flex !important
    }

    .SGWidget .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .SGWidget .d-print-none {
        display: none !important
    }

    .SGWidget .d-print-inline {
        display: inline !important
    }

    .SGWidget .d-print-inline-block {
        display: inline-block !important
    }

    .SGWidget .d-print-block {
        display: block !important
    }

    .SGWidget .d-print-table {
        display: table !important
    }

    .SGWidget .d-print-table-row {
        display: table-row !important
    }

    .SGWidget .d-print-table-cell {
        display: table-cell !important
    }

    .SGWidget .d-print-flex {
        display: flex !important
    }

    .SGWidget .d-print-inline-flex {
        display: inline-flex !important
    }
}

.SGWidget .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.SGWidget .embed-responsive::before {
    display: block;
    content: ""
}

.SGWidget .embed-responsive .embed-responsive-item,
.SGWidget .embed-responsive iframe,
.SGWidget .embed-responsive embed,
.SGWidget .embed-responsive object,
.SGWidget .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.SGWidget .embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.SGWidget .embed-responsive-16by9::before {
    padding-top: 56.25%
}

.SGWidget .embed-responsive-4by3::before {
    padding-top: 75%
}

.SGWidget .embed-responsive-1by1::before {
    padding-top: 100%
}

.SGWidget .flex-row {
    flex-direction: row !important
}

.SGWidget .flex-column {
    flex-direction: column !important
}

.SGWidget .flex-row-reverse {
    flex-direction: row-reverse !important
}

.SGWidget .flex-column-reverse {
    flex-direction: column-reverse !important
}

.SGWidget .flex-wrap {
    flex-wrap: wrap !important
}

.SGWidget .flex-nowrap {
    flex-wrap: nowrap !important
}

.SGWidget .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.SGWidget .flex-fill {
    flex: 1 1 auto !important
}

.SGWidget .flex-grow-0 {
    flex-grow: 0 !important
}

.SGWidget .flex-grow-1 {
    flex-grow: 1 !important
}

.SGWidget .flex-shrink-0 {
    flex-shrink: 0 !important
}

.SGWidget .flex-shrink-1 {
    flex-shrink: 1 !important
}

.SGWidget .justify-content-start {
    justify-content: flex-start !important
}

.SGWidget .justify-content-end {
    justify-content: flex-end !important
}

.SGWidget .justify-content-center {
    justify-content: center !important
}

.SGWidget .justify-content-between {
    justify-content: space-between !important
}

.SGWidget .justify-content-around {
    justify-content: space-around !important
}

.SGWidget .align-items-start {
    align-items: flex-start !important
}

.SGWidget .align-items-end {
    align-items: flex-end !important
}

.SGWidget .align-items-center {
    align-items: center !important
}

.SGWidget .align-items-baseline {
    align-items: baseline !important
}

.SGWidget .align-items-stretch {
    align-items: stretch !important
}

.SGWidget .align-content-start {
    align-content: flex-start !important
}

.SGWidget .align-content-end {
    align-content: flex-end !important
}

.SGWidget .align-content-center {
    align-content: center !important
}

.SGWidget .align-content-between {
    align-content: space-between !important
}

.SGWidget .align-content-around {
    align-content: space-around !important
}

.SGWidget .align-content-stretch {
    align-content: stretch !important
}

.SGWidget .align-self-auto {
    align-self: auto !important
}

.SGWidget .align-self-start {
    align-self: flex-start !important
}

.SGWidget .align-self-end {
    align-self: flex-end !important
}

.SGWidget .align-self-center {
    align-self: center !important
}

.SGWidget .align-self-baseline {
    align-self: baseline !important
}

.SGWidget .align-self-stretch {
    align-self: stretch !important
}

@media(min-width: 576px) {
    .SGWidget .flex-sm-row {
        flex-direction: row !important
    }

    .SGWidget .flex-sm-column {
        flex-direction: column !important
    }

    .SGWidget .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .SGWidget .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .SGWidget .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .SGWidget .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .SGWidget .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .SGWidget .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .SGWidget .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .SGWidget .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .SGWidget .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .SGWidget .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .SGWidget .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .SGWidget .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .SGWidget .justify-content-sm-center {
        justify-content: center !important
    }

    .SGWidget .justify-content-sm-between {
        justify-content: space-between !important
    }

    .SGWidget .justify-content-sm-around {
        justify-content: space-around !important
    }

    .SGWidget .align-items-sm-start {
        align-items: flex-start !important
    }

    .SGWidget .align-items-sm-end {
        align-items: flex-end !important
    }

    .SGWidget .align-items-sm-center {
        align-items: center !important
    }

    .SGWidget .align-items-sm-baseline {
        align-items: baseline !important
    }

    .SGWidget .align-items-sm-stretch {
        align-items: stretch !important
    }

    .SGWidget .align-content-sm-start {
        align-content: flex-start !important
    }

    .SGWidget .align-content-sm-end {
        align-content: flex-end !important
    }

    .SGWidget .align-content-sm-center {
        align-content: center !important
    }

    .SGWidget .align-content-sm-between {
        align-content: space-between !important
    }

    .SGWidget .align-content-sm-around {
        align-content: space-around !important
    }

    .SGWidget .align-content-sm-stretch {
        align-content: stretch !important
    }

    .SGWidget .align-self-sm-auto {
        align-self: auto !important
    }

    .SGWidget .align-self-sm-start {
        align-self: flex-start !important
    }

    .SGWidget .align-self-sm-end {
        align-self: flex-end !important
    }

    .SGWidget .align-self-sm-center {
        align-self: center !important
    }

    .SGWidget .align-self-sm-baseline {
        align-self: baseline !important
    }

    .SGWidget .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width: 768px) {
    .SGWidget .flex-md-row {
        flex-direction: row !important
    }

    .SGWidget .flex-md-column {
        flex-direction: column !important
    }

    .SGWidget .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .SGWidget .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .SGWidget .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .SGWidget .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .SGWidget .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .SGWidget .flex-md-fill {
        flex: 1 1 auto !important
    }

    .SGWidget .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .SGWidget .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .SGWidget .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .SGWidget .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .SGWidget .justify-content-md-start {
        justify-content: flex-start !important
    }

    .SGWidget .justify-content-md-end {
        justify-content: flex-end !important
    }

    .SGWidget .justify-content-md-center {
        justify-content: center !important
    }

    .SGWidget .justify-content-md-between {
        justify-content: space-between !important
    }

    .SGWidget .justify-content-md-around {
        justify-content: space-around !important
    }

    .SGWidget .align-items-md-start {
        align-items: flex-start !important
    }

    .SGWidget .align-items-md-end {
        align-items: flex-end !important
    }

    .SGWidget .align-items-md-center {
        align-items: center !important
    }

    .SGWidget .align-items-md-baseline {
        align-items: baseline !important
    }

    .SGWidget .align-items-md-stretch {
        align-items: stretch !important
    }

    .SGWidget .align-content-md-start {
        align-content: flex-start !important
    }

    .SGWidget .align-content-md-end {
        align-content: flex-end !important
    }

    .SGWidget .align-content-md-center {
        align-content: center !important
    }

    .SGWidget .align-content-md-between {
        align-content: space-between !important
    }

    .SGWidget .align-content-md-around {
        align-content: space-around !important
    }

    .SGWidget .align-content-md-stretch {
        align-content: stretch !important
    }

    .SGWidget .align-self-md-auto {
        align-self: auto !important
    }

    .SGWidget .align-self-md-start {
        align-self: flex-start !important
    }

    .SGWidget .align-self-md-end {
        align-self: flex-end !important
    }

    .SGWidget .align-self-md-center {
        align-self: center !important
    }

    .SGWidget .align-self-md-baseline {
        align-self: baseline !important
    }

    .SGWidget .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width: 992px) {
    .SGWidget .flex-lg-row {
        flex-direction: row !important
    }

    .SGWidget .flex-lg-column {
        flex-direction: column !important
    }

    .SGWidget .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .SGWidget .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .SGWidget .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .SGWidget .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .SGWidget .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .SGWidget .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .SGWidget .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .SGWidget .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .SGWidget .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .SGWidget .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .SGWidget .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .SGWidget .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .SGWidget .justify-content-lg-center {
        justify-content: center !important
    }

    .SGWidget .justify-content-lg-between {
        justify-content: space-between !important
    }

    .SGWidget .justify-content-lg-around {
        justify-content: space-around !important
    }

    .SGWidget .align-items-lg-start {
        align-items: flex-start !important
    }

    .SGWidget .align-items-lg-end {
        align-items: flex-end !important
    }

    .SGWidget .align-items-lg-center {
        align-items: center !important
    }

    .SGWidget .align-items-lg-baseline {
        align-items: baseline !important
    }

    .SGWidget .align-items-lg-stretch {
        align-items: stretch !important
    }

    .SGWidget .align-content-lg-start {
        align-content: flex-start !important
    }

    .SGWidget .align-content-lg-end {
        align-content: flex-end !important
    }

    .SGWidget .align-content-lg-center {
        align-content: center !important
    }

    .SGWidget .align-content-lg-between {
        align-content: space-between !important
    }

    .SGWidget .align-content-lg-around {
        align-content: space-around !important
    }

    .SGWidget .align-content-lg-stretch {
        align-content: stretch !important
    }

    .SGWidget .align-self-lg-auto {
        align-self: auto !important
    }

    .SGWidget .align-self-lg-start {
        align-self: flex-start !important
    }

    .SGWidget .align-self-lg-end {
        align-self: flex-end !important
    }

    .SGWidget .align-self-lg-center {
        align-self: center !important
    }

    .SGWidget .align-self-lg-baseline {
        align-self: baseline !important
    }

    .SGWidget .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width: 1200px) {
    .SGWidget .flex-xl-row {
        flex-direction: row !important
    }

    .SGWidget .flex-xl-column {
        flex-direction: column !important
    }

    .SGWidget .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .SGWidget .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .SGWidget .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .SGWidget .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .SGWidget .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .SGWidget .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .SGWidget .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .SGWidget .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .SGWidget .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .SGWidget .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .SGWidget .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .SGWidget .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .SGWidget .justify-content-xl-center {
        justify-content: center !important
    }

    .SGWidget .justify-content-xl-between {
        justify-content: space-between !important
    }

    .SGWidget .justify-content-xl-around {
        justify-content: space-around !important
    }

    .SGWidget .align-items-xl-start {
        align-items: flex-start !important
    }

    .SGWidget .align-items-xl-end {
        align-items: flex-end !important
    }

    .SGWidget .align-items-xl-center {
        align-items: center !important
    }

    .SGWidget .align-items-xl-baseline {
        align-items: baseline !important
    }

    .SGWidget .align-items-xl-stretch {
        align-items: stretch !important
    }

    .SGWidget .align-content-xl-start {
        align-content: flex-start !important
    }

    .SGWidget .align-content-xl-end {
        align-content: flex-end !important
    }

    .SGWidget .align-content-xl-center {
        align-content: center !important
    }

    .SGWidget .align-content-xl-between {
        align-content: space-between !important
    }

    .SGWidget .align-content-xl-around {
        align-content: space-around !important
    }

    .SGWidget .align-content-xl-stretch {
        align-content: stretch !important
    }

    .SGWidget .align-self-xl-auto {
        align-self: auto !important
    }

    .SGWidget .align-self-xl-start {
        align-self: flex-start !important
    }

    .SGWidget .align-self-xl-end {
        align-self: flex-end !important
    }

    .SGWidget .align-self-xl-center {
        align-self: center !important
    }

    .SGWidget .align-self-xl-baseline {
        align-self: baseline !important
    }

    .SGWidget .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.SGWidget .float-left {
    float: left !important
}

.SGWidget .float-right {
    float: right !important
}

.SGWidget .float-none {
    float: none !important
}

@media(min-width: 576px) {
    .SGWidget .float-sm-left {
        float: left !important
    }

    .SGWidget .float-sm-right {
        float: right !important
    }

    .SGWidget .float-sm-none {
        float: none !important
    }
}

@media(min-width: 768px) {
    .SGWidget .float-md-left {
        float: left !important
    }

    .SGWidget .float-md-right {
        float: right !important
    }

    .SGWidget .float-md-none {
        float: none !important
    }
}

@media(min-width: 992px) {
    .SGWidget .float-lg-left {
        float: left !important
    }

    .SGWidget .float-lg-right {
        float: right !important
    }

    .SGWidget .float-lg-none {
        float: none !important
    }
}

@media(min-width: 1200px) {
    .SGWidget .float-xl-left {
        float: left !important
    }

    .SGWidget .float-xl-right {
        float: right !important
    }

    .SGWidget .float-xl-none {
        float: none !important
    }
}

.SGWidget .user-select-all {
    user-select: all !important
}

.SGWidget .user-select-auto {
    user-select: auto !important
}

.SGWidget .user-select-none {
    user-select: none !important
}

.SGWidget .overflow-auto {
    overflow: auto !important
}

.SGWidget .overflow-hidden {
    overflow: hidden !important
}

.SGWidget .position-static {
    position: static !important
}

.SGWidget .position-relative {
    position: relative !important
}

.SGWidget .position-absolute {
    position: absolute !important
}

.SGWidget .position-fixed {
    position: fixed !important
}

.SGWidget .position-sticky {
    position: sticky !important
}

.SGWidget .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 990
}

.SGWidget .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

@supports(position: sticky) {
    .SGWidget .sticky-top {
        position: sticky;
        top: 0;
        z-index: 980
    }
}

.SGWidget .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.SGWidget .sr-only-focusable:active,
.SGWidget .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.SGWidget .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.SGWidget .shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.SGWidget .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.SGWidget .shadow-none {
    box-shadow: none !important
}

.SGWidget .w-25 {
    width: 25% !important
}

.SGWidget .w-50 {
    width: 50% !important
}

.SGWidget .w-75 {
    width: 75% !important
}

.SGWidget .w-100 {
    width: 100% !important
}

.SGWidget .w-auto {
    width: auto !important
}

.SGWidget .h-25 {
    height: 25% !important
}

.SGWidget .h-50 {
    height: 50% !important
}

.SGWidget .h-75 {
    height: 75% !important
}

.SGWidget .h-100 {
    height: 100% !important
}

.SGWidget .h-auto {
    height: auto !important
}

.SGWidget .mw-100 {
    max-width: 100% !important
}

.SGWidget .mh-100 {
    max-height: 100% !important
}

.SGWidget .min-vw-100 {
    min-width: 100vw !important
}

.SGWidget .min-vh-100 {
    min-height: 100vh !important
}

.SGWidget .vw-100 {
    width: 100vw !important
}

.SGWidget .vh-100 {
    height: 100vh !important
}

.SGWidget .m-0 {
    margin: 0 !important
}

.SGWidget .mt-0,
.SGWidget .my-0 {
    margin-top: 0 !important
}

.SGWidget .mr-0,
.SGWidget .mx-0 {
    margin-right: 0 !important
}

.SGWidget .mb-0,
.SGWidget .my-0 {
    margin-bottom: 0 !important
}

.SGWidget .ml-0,
.SGWidget .mx-0 {
    margin-left: 0 !important
}

.SGWidget .m-1 {
    margin: .25rem !important
}

.SGWidget .mt-1,
.SGWidget .my-1 {
    margin-top: .25rem !important
}

.SGWidget .mr-1,
.SGWidget .mx-1 {
    margin-right: .25rem !important
}

.SGWidget .mb-1,
.SGWidget .my-1 {
    margin-bottom: .25rem !important
}

.SGWidget .ml-1,
.SGWidget .mx-1 {
    margin-left: .25rem !important
}

.SGWidget .m-2 {
    margin: .5rem !important
}

.SGWidget .mt-2,
.SGWidget .my-2 {
    margin-top: .5rem !important
}

.SGWidget .mr-2,
.SGWidget .mx-2 {
    margin-right: .5rem !important
}

.SGWidget .mb-2,
.SGWidget .my-2 {
    margin-bottom: .5rem !important
}

.SGWidget .ml-2,
.SGWidget .mx-2 {
    margin-left: .5rem !important
}

.SGWidget .m-3 {
    margin: 1rem !important
}

.SGWidget .mt-3,
.SGWidget .my-3 {
    margin-top: 1rem !important
}

.SGWidget .mr-3,
.SGWidget .mx-3 {
    margin-right: 1rem !important
}

.SGWidget .mb-3,
.SGWidget .my-3 {
    margin-bottom: 1rem !important
}

.SGWidget .ml-3,
.SGWidget .mx-3 {
    margin-left: 1rem !important
}

.SGWidget .m-4 {
    margin: 1.5rem !important
}

.SGWidget .mt-4,
.SGWidget .my-4 {
    margin-top: 1.5rem !important
}

.SGWidget .mr-4,
.SGWidget .mx-4 {
    margin-right: 1.5rem !important
}

.SGWidget .mb-4,
.SGWidget .my-4 {
    margin-bottom: 1.5rem !important
}

.SGWidget .ml-4,
.SGWidget .mx-4 {
    margin-left: 1.5rem !important
}

.SGWidget .m-5 {
    margin: 3rem !important
}

.SGWidget .mt-5,
.SGWidget .my-5 {
    margin-top: 3rem !important
}

.SGWidget .mr-5,
.SGWidget .mx-5 {
    margin-right: 3rem !important
}

.SGWidget .mb-5,
.SGWidget .my-5 {
    margin-bottom: 3rem !important
}

.SGWidget .ml-5,
.SGWidget .mx-5 {
    margin-left: 3rem !important
}

.SGWidget .p-0 {
    padding: 0 !important
}

.SGWidget .pt-0,
.SGWidget .py-0 {
    padding-top: 0 !important
}

.SGWidget .pr-0,
.SGWidget .px-0 {
    padding-right: 0 !important
}

.SGWidget .pb-0,
.SGWidget .py-0 {
    padding-bottom: 0 !important
}

.SGWidget .pl-0,
.SGWidget .px-0 {
    padding-left: 0 !important
}

.SGWidget .p-1 {
    padding: .25rem !important
}

.SGWidget .pt-1,
.SGWidget .py-1 {
    padding-top: .25rem !important
}

.SGWidget .pr-1,
.SGWidget .px-1 {
    padding-right: .25rem !important
}

.SGWidget .pb-1,
.SGWidget .py-1 {
    padding-bottom: .25rem !important
}

.SGWidget .pl-1,
.SGWidget .px-1 {
    padding-left: .25rem !important
}

.SGWidget .p-2 {
    padding: .5rem !important
}

.SGWidget .pt-2,
.SGWidget .py-2 {
    padding-top: .5rem !important
}

.SGWidget .pr-2,
.SGWidget .px-2 {
    padding-right: .5rem !important
}

.SGWidget .pb-2,
.SGWidget .py-2 {
    padding-bottom: .5rem !important
}

.SGWidget .pl-2,
.SGWidget .px-2 {
    padding-left: .5rem !important
}

.SGWidget .p-3 {
    padding: 1rem !important
}

.SGWidget .pt-3,
.SGWidget .py-3 {
    padding-top: 1rem !important
}

.SGWidget .pr-3,
.SGWidget .px-3 {
    padding-right: 1rem !important
}

.SGWidget .pb-3,
.SGWidget .py-3 {
    padding-bottom: 1rem !important
}

.SGWidget .pl-3,
.SGWidget .px-3 {
    padding-left: 1rem !important
}

.SGWidget .p-4 {
    padding: 1.5rem !important
}

.SGWidget .pt-4,
.SGWidget .py-4 {
    padding-top: 1.5rem !important
}

.SGWidget .pr-4,
.SGWidget .px-4 {
    padding-right: 1.5rem !important
}

.SGWidget .pb-4,
.SGWidget .py-4 {
    padding-bottom: 1.5rem !important
}

.SGWidget .pl-4,
.SGWidget .px-4 {
    padding-left: 1.5rem !important
}

.SGWidget .p-5 {
    padding: 3rem !important
}

.SGWidget .pt-5,
.SGWidget .py-5 {
    padding-top: 3rem !important
}

.SGWidget .pr-5,
.SGWidget .px-5 {
    padding-right: 3rem !important
}

.SGWidget .pb-5,
.SGWidget .py-5 {
    padding-bottom: 3rem !important
}

.SGWidget .pl-5,
.SGWidget .px-5 {
    padding-left: 3rem !important
}

.SGWidget .m-n1 {
    margin: -0.25rem !important
}

.SGWidget .mt-n1,
.SGWidget .my-n1 {
    margin-top: -0.25rem !important
}

.SGWidget .mr-n1,
.SGWidget .mx-n1 {
    margin-right: -0.25rem !important
}

.SGWidget .mb-n1,
.SGWidget .my-n1 {
    margin-bottom: -0.25rem !important
}

.SGWidget .ml-n1,
.SGWidget .mx-n1 {
    margin-left: -0.25rem !important
}

.SGWidget .m-n2 {
    margin: -0.5rem !important
}

.SGWidget .mt-n2,
.SGWidget .my-n2 {
    margin-top: -0.5rem !important
}

.SGWidget .mr-n2,
.SGWidget .mx-n2 {
    margin-right: -0.5rem !important
}

.SGWidget .mb-n2,
.SGWidget .my-n2 {
    margin-bottom: -0.5rem !important
}

.SGWidget .ml-n2,
.SGWidget .mx-n2 {
    margin-left: -0.5rem !important
}

.SGWidget .m-n3 {
    margin: -1rem !important
}

.SGWidget .mt-n3,
.SGWidget .my-n3 {
    margin-top: -1rem !important
}

.SGWidget .mr-n3,
.SGWidget .mx-n3 {
    margin-right: -1rem !important
}

.SGWidget .mb-n3,
.SGWidget .my-n3 {
    margin-bottom: -1rem !important
}

.SGWidget .ml-n3,
.SGWidget .mx-n3 {
    margin-left: -1rem !important
}

.SGWidget .m-n4 {
    margin: -1.5rem !important
}

.SGWidget .mt-n4,
.SGWidget .my-n4 {
    margin-top: -1.5rem !important
}

.SGWidget .mr-n4,
.SGWidget .mx-n4 {
    margin-right: -1.5rem !important
}

.SGWidget .mb-n4,
.SGWidget .my-n4 {
    margin-bottom: -1.5rem !important
}

.SGWidget .ml-n4,
.SGWidget .mx-n4 {
    margin-left: -1.5rem !important
}

.SGWidget .m-n5 {
    margin: -3rem !important
}

.SGWidget .mt-n5,
.SGWidget .my-n5 {
    margin-top: -3rem !important
}

.SGWidget .mr-n5,
.SGWidget .mx-n5 {
    margin-right: -3rem !important
}

.SGWidget .mb-n5,
.SGWidget .my-n5 {
    margin-bottom: -3rem !important
}

.SGWidget .ml-n5,
.SGWidget .mx-n5 {
    margin-left: -3rem !important
}

.SGWidget .m-auto {
    margin: auto !important
}

.SGWidget .mt-auto,
.SGWidget .my-auto {
    margin-top: auto !important
}

.SGWidget .mr-auto,
.SGWidget .mx-auto {
    margin-right: auto !important
}

.SGWidget .mb-auto,
.SGWidget .my-auto {
    margin-bottom: auto !important
}

.SGWidget .ml-auto,
.SGWidget .mx-auto {
    margin-left: auto !important
}

@media(min-width: 576px) {
    .SGWidget .m-sm-0 {
        margin: 0 !important
    }

    .SGWidget .mt-sm-0,
    .SGWidget .my-sm-0 {
        margin-top: 0 !important
    }

    .SGWidget .mr-sm-0,
    .SGWidget .mx-sm-0 {
        margin-right: 0 !important
    }

    .SGWidget .mb-sm-0,
    .SGWidget .my-sm-0 {
        margin-bottom: 0 !important
    }

    .SGWidget .ml-sm-0,
    .SGWidget .mx-sm-0 {
        margin-left: 0 !important
    }

    .SGWidget .m-sm-1 {
        margin: .25rem !important
    }

    .SGWidget .mt-sm-1,
    .SGWidget .my-sm-1 {
        margin-top: .25rem !important
    }

    .SGWidget .mr-sm-1,
    .SGWidget .mx-sm-1 {
        margin-right: .25rem !important
    }

    .SGWidget .mb-sm-1,
    .SGWidget .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .SGWidget .ml-sm-1,
    .SGWidget .mx-sm-1 {
        margin-left: .25rem !important
    }

    .SGWidget .m-sm-2 {
        margin: .5rem !important
    }

    .SGWidget .mt-sm-2,
    .SGWidget .my-sm-2 {
        margin-top: .5rem !important
    }

    .SGWidget .mr-sm-2,
    .SGWidget .mx-sm-2 {
        margin-right: .5rem !important
    }

    .SGWidget .mb-sm-2,
    .SGWidget .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .SGWidget .ml-sm-2,
    .SGWidget .mx-sm-2 {
        margin-left: .5rem !important
    }

    .SGWidget .m-sm-3 {
        margin: 1rem !important
    }

    .SGWidget .mt-sm-3,
    .SGWidget .my-sm-3 {
        margin-top: 1rem !important
    }

    .SGWidget .mr-sm-3,
    .SGWidget .mx-sm-3 {
        margin-right: 1rem !important
    }

    .SGWidget .mb-sm-3,
    .SGWidget .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .SGWidget .ml-sm-3,
    .SGWidget .mx-sm-3 {
        margin-left: 1rem !important
    }

    .SGWidget .m-sm-4 {
        margin: 1.5rem !important
    }

    .SGWidget .mt-sm-4,
    .SGWidget .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .SGWidget .mr-sm-4,
    .SGWidget .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .SGWidget .mb-sm-4,
    .SGWidget .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .SGWidget .ml-sm-4,
    .SGWidget .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .SGWidget .m-sm-5 {
        margin: 3rem !important
    }

    .SGWidget .mt-sm-5,
    .SGWidget .my-sm-5 {
        margin-top: 3rem !important
    }

    .SGWidget .mr-sm-5,
    .SGWidget .mx-sm-5 {
        margin-right: 3rem !important
    }

    .SGWidget .mb-sm-5,
    .SGWidget .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .SGWidget .ml-sm-5,
    .SGWidget .mx-sm-5 {
        margin-left: 3rem !important
    }

    .SGWidget .p-sm-0 {
        padding: 0 !important
    }

    .SGWidget .pt-sm-0,
    .SGWidget .py-sm-0 {
        padding-top: 0 !important
    }

    .SGWidget .pr-sm-0,
    .SGWidget .px-sm-0 {
        padding-right: 0 !important
    }

    .SGWidget .pb-sm-0,
    .SGWidget .py-sm-0 {
        padding-bottom: 0 !important
    }

    .SGWidget .pl-sm-0,
    .SGWidget .px-sm-0 {
        padding-left: 0 !important
    }

    .SGWidget .p-sm-1 {
        padding: .25rem !important
    }

    .SGWidget .pt-sm-1,
    .SGWidget .py-sm-1 {
        padding-top: .25rem !important
    }

    .SGWidget .pr-sm-1,
    .SGWidget .px-sm-1 {
        padding-right: .25rem !important
    }

    .SGWidget .pb-sm-1,
    .SGWidget .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .SGWidget .pl-sm-1,
    .SGWidget .px-sm-1 {
        padding-left: .25rem !important
    }

    .SGWidget .p-sm-2 {
        padding: .5rem !important
    }

    .SGWidget .pt-sm-2,
    .SGWidget .py-sm-2 {
        padding-top: .5rem !important
    }

    .SGWidget .pr-sm-2,
    .SGWidget .px-sm-2 {
        padding-right: .5rem !important
    }

    .SGWidget .pb-sm-2,
    .SGWidget .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .SGWidget .pl-sm-2,
    .SGWidget .px-sm-2 {
        padding-left: .5rem !important
    }

    .SGWidget .p-sm-3 {
        padding: 1rem !important
    }

    .SGWidget .pt-sm-3,
    .SGWidget .py-sm-3 {
        padding-top: 1rem !important
    }

    .SGWidget .pr-sm-3,
    .SGWidget .px-sm-3 {
        padding-right: 1rem !important
    }

    .SGWidget .pb-sm-3,
    .SGWidget .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .SGWidget .pl-sm-3,
    .SGWidget .px-sm-3 {
        padding-left: 1rem !important
    }

    .SGWidget .p-sm-4 {
        padding: 1.5rem !important
    }

    .SGWidget .pt-sm-4,
    .SGWidget .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .SGWidget .pr-sm-4,
    .SGWidget .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .SGWidget .pb-sm-4,
    .SGWidget .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .SGWidget .pl-sm-4,
    .SGWidget .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .SGWidget .p-sm-5 {
        padding: 3rem !important
    }

    .SGWidget .pt-sm-5,
    .SGWidget .py-sm-5 {
        padding-top: 3rem !important
    }

    .SGWidget .pr-sm-5,
    .SGWidget .px-sm-5 {
        padding-right: 3rem !important
    }

    .SGWidget .pb-sm-5,
    .SGWidget .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .SGWidget .pl-sm-5,
    .SGWidget .px-sm-5 {
        padding-left: 3rem !important
    }

    .SGWidget .m-sm-n1 {
        margin: -0.25rem !important
    }

    .SGWidget .mt-sm-n1,
    .SGWidget .my-sm-n1 {
        margin-top: -0.25rem !important
    }

    .SGWidget .mr-sm-n1,
    .SGWidget .mx-sm-n1 {
        margin-right: -0.25rem !important
    }

    .SGWidget .mb-sm-n1,
    .SGWidget .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .SGWidget .ml-sm-n1,
    .SGWidget .mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .SGWidget .m-sm-n2 {
        margin: -0.5rem !important
    }

    .SGWidget .mt-sm-n2,
    .SGWidget .my-sm-n2 {
        margin-top: -0.5rem !important
    }

    .SGWidget .mr-sm-n2,
    .SGWidget .mx-sm-n2 {
        margin-right: -0.5rem !important
    }

    .SGWidget .mb-sm-n2,
    .SGWidget .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .SGWidget .ml-sm-n2,
    .SGWidget .mx-sm-n2 {
        margin-left: -0.5rem !important
    }

    .SGWidget .m-sm-n3 {
        margin: -1rem !important
    }

    .SGWidget .mt-sm-n3,
    .SGWidget .my-sm-n3 {
        margin-top: -1rem !important
    }

    .SGWidget .mr-sm-n3,
    .SGWidget .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .SGWidget .mb-sm-n3,
    .SGWidget .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .SGWidget .ml-sm-n3,
    .SGWidget .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .SGWidget .m-sm-n4 {
        margin: -1.5rem !important
    }

    .SGWidget .mt-sm-n4,
    .SGWidget .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .SGWidget .mr-sm-n4,
    .SGWidget .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .SGWidget .mb-sm-n4,
    .SGWidget .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .SGWidget .ml-sm-n4,
    .SGWidget .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .SGWidget .m-sm-n5 {
        margin: -3rem !important
    }

    .SGWidget .mt-sm-n5,
    .SGWidget .my-sm-n5 {
        margin-top: -3rem !important
    }

    .SGWidget .mr-sm-n5,
    .SGWidget .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .SGWidget .mb-sm-n5,
    .SGWidget .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .SGWidget .ml-sm-n5,
    .SGWidget .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .SGWidget .m-sm-auto {
        margin: auto !important
    }

    .SGWidget .mt-sm-auto,
    .SGWidget .my-sm-auto {
        margin-top: auto !important
    }

    .SGWidget .mr-sm-auto,
    .SGWidget .mx-sm-auto {
        margin-right: auto !important
    }

    .SGWidget .mb-sm-auto,
    .SGWidget .my-sm-auto {
        margin-bottom: auto !important
    }

    .SGWidget .ml-sm-auto,
    .SGWidget .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width: 768px) {
    .SGWidget .m-md-0 {
        margin: 0 !important
    }

    .SGWidget .mt-md-0,
    .SGWidget .my-md-0 {
        margin-top: 0 !important
    }

    .SGWidget .mr-md-0,
    .SGWidget .mx-md-0 {
        margin-right: 0 !important
    }

    .SGWidget .mb-md-0,
    .SGWidget .my-md-0 {
        margin-bottom: 0 !important
    }

    .SGWidget .ml-md-0,
    .SGWidget .mx-md-0 {
        margin-left: 0 !important
    }

    .SGWidget .m-md-1 {
        margin: .25rem !important
    }

    .SGWidget .mt-md-1,
    .SGWidget .my-md-1 {
        margin-top: .25rem !important
    }

    .SGWidget .mr-md-1,
    .SGWidget .mx-md-1 {
        margin-right: .25rem !important
    }

    .SGWidget .mb-md-1,
    .SGWidget .my-md-1 {
        margin-bottom: .25rem !important
    }

    .SGWidget .ml-md-1,
    .SGWidget .mx-md-1 {
        margin-left: .25rem !important
    }

    .SGWidget .m-md-2 {
        margin: .5rem !important
    }

    .SGWidget .mt-md-2,
    .SGWidget .my-md-2 {
        margin-top: .5rem !important
    }

    .SGWidget .mr-md-2,
    .SGWidget .mx-md-2 {
        margin-right: .5rem !important
    }

    .SGWidget .mb-md-2,
    .SGWidget .my-md-2 {
        margin-bottom: .5rem !important
    }

    .SGWidget .ml-md-2,
    .SGWidget .mx-md-2 {
        margin-left: .5rem !important
    }

    .SGWidget .m-md-3 {
        margin: 1rem !important
    }

    .SGWidget .mt-md-3,
    .SGWidget .my-md-3 {
        margin-top: 1rem !important
    }

    .SGWidget .mr-md-3,
    .SGWidget .mx-md-3 {
        margin-right: 1rem !important
    }

    .SGWidget .mb-md-3,
    .SGWidget .my-md-3 {
        margin-bottom: 1rem !important
    }

    .SGWidget .ml-md-3,
    .SGWidget .mx-md-3 {
        margin-left: 1rem !important
    }

    .SGWidget .m-md-4 {
        margin: 1.5rem !important
    }

    .SGWidget .mt-md-4,
    .SGWidget .my-md-4 {
        margin-top: 1.5rem !important
    }

    .SGWidget .mr-md-4,
    .SGWidget .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .SGWidget .mb-md-4,
    .SGWidget .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .SGWidget .ml-md-4,
    .SGWidget .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .SGWidget .m-md-5 {
        margin: 3rem !important
    }

    .SGWidget .mt-md-5,
    .SGWidget .my-md-5 {
        margin-top: 3rem !important
    }

    .SGWidget .mr-md-5,
    .SGWidget .mx-md-5 {
        margin-right: 3rem !important
    }

    .SGWidget .mb-md-5,
    .SGWidget .my-md-5 {
        margin-bottom: 3rem !important
    }

    .SGWidget .ml-md-5,
    .SGWidget .mx-md-5 {
        margin-left: 3rem !important
    }

    .SGWidget .p-md-0 {
        padding: 0 !important
    }

    .SGWidget .pt-md-0,
    .SGWidget .py-md-0 {
        padding-top: 0 !important
    }

    .SGWidget .pr-md-0,
    .SGWidget .px-md-0 {
        padding-right: 0 !important
    }

    .SGWidget .pb-md-0,
    .SGWidget .py-md-0 {
        padding-bottom: 0 !important
    }

    .SGWidget .pl-md-0,
    .SGWidget .px-md-0 {
        padding-left: 0 !important
    }

    .SGWidget .p-md-1 {
        padding: .25rem !important
    }

    .SGWidget .pt-md-1,
    .SGWidget .py-md-1 {
        padding-top: .25rem !important
    }

    .SGWidget .pr-md-1,
    .SGWidget .px-md-1 {
        padding-right: .25rem !important
    }

    .SGWidget .pb-md-1,
    .SGWidget .py-md-1 {
        padding-bottom: .25rem !important
    }

    .SGWidget .pl-md-1,
    .SGWidget .px-md-1 {
        padding-left: .25rem !important
    }

    .SGWidget .p-md-2 {
        padding: .5rem !important
    }

    .SGWidget .pt-md-2,
    .SGWidget .py-md-2 {
        padding-top: .5rem !important
    }

    .SGWidget .pr-md-2,
    .SGWidget .px-md-2 {
        padding-right: .5rem !important
    }

    .SGWidget .pb-md-2,
    .SGWidget .py-md-2 {
        padding-bottom: .5rem !important
    }

    .SGWidget .pl-md-2,
    .SGWidget .px-md-2 {
        padding-left: .5rem !important
    }

    .SGWidget .p-md-3 {
        padding: 1rem !important
    }

    .SGWidget .pt-md-3,
    .SGWidget .py-md-3 {
        padding-top: 1rem !important
    }

    .SGWidget .pr-md-3,
    .SGWidget .px-md-3 {
        padding-right: 1rem !important
    }

    .SGWidget .pb-md-3,
    .SGWidget .py-md-3 {
        padding-bottom: 1rem !important
    }

    .SGWidget .pl-md-3,
    .SGWidget .px-md-3 {
        padding-left: 1rem !important
    }

    .SGWidget .p-md-4 {
        padding: 1.5rem !important
    }

    .SGWidget .pt-md-4,
    .SGWidget .py-md-4 {
        padding-top: 1.5rem !important
    }

    .SGWidget .pr-md-4,
    .SGWidget .px-md-4 {
        padding-right: 1.5rem !important
    }

    .SGWidget .pb-md-4,
    .SGWidget .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .SGWidget .pl-md-4,
    .SGWidget .px-md-4 {
        padding-left: 1.5rem !important
    }

    .SGWidget .p-md-5 {
        padding: 3rem !important
    }

    .SGWidget .pt-md-5,
    .SGWidget .py-md-5 {
        padding-top: 3rem !important
    }

    .SGWidget .pr-md-5,
    .SGWidget .px-md-5 {
        padding-right: 3rem !important
    }

    .SGWidget .pb-md-5,
    .SGWidget .py-md-5 {
        padding-bottom: 3rem !important
    }

    .SGWidget .pl-md-5,
    .SGWidget .px-md-5 {
        padding-left: 3rem !important
    }

    .SGWidget .m-md-n1 {
        margin: -0.25rem !important
    }

    .SGWidget .mt-md-n1,
    .SGWidget .my-md-n1 {
        margin-top: -0.25rem !important
    }

    .SGWidget .mr-md-n1,
    .SGWidget .mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .SGWidget .mb-md-n1,
    .SGWidget .my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .SGWidget .ml-md-n1,
    .SGWidget .mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .SGWidget .m-md-n2 {
        margin: -0.5rem !important
    }

    .SGWidget .mt-md-n2,
    .SGWidget .my-md-n2 {
        margin-top: -0.5rem !important
    }

    .SGWidget .mr-md-n2,
    .SGWidget .mx-md-n2 {
        margin-right: -0.5rem !important
    }

    .SGWidget .mb-md-n2,
    .SGWidget .my-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .SGWidget .ml-md-n2,
    .SGWidget .mx-md-n2 {
        margin-left: -0.5rem !important
    }

    .SGWidget .m-md-n3 {
        margin: -1rem !important
    }

    .SGWidget .mt-md-n3,
    .SGWidget .my-md-n3 {
        margin-top: -1rem !important
    }

    .SGWidget .mr-md-n3,
    .SGWidget .mx-md-n3 {
        margin-right: -1rem !important
    }

    .SGWidget .mb-md-n3,
    .SGWidget .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .SGWidget .ml-md-n3,
    .SGWidget .mx-md-n3 {
        margin-left: -1rem !important
    }

    .SGWidget .m-md-n4 {
        margin: -1.5rem !important
    }

    .SGWidget .mt-md-n4,
    .SGWidget .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .SGWidget .mr-md-n4,
    .SGWidget .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .SGWidget .mb-md-n4,
    .SGWidget .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .SGWidget .ml-md-n4,
    .SGWidget .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .SGWidget .m-md-n5 {
        margin: -3rem !important
    }

    .SGWidget .mt-md-n5,
    .SGWidget .my-md-n5 {
        margin-top: -3rem !important
    }

    .SGWidget .mr-md-n5,
    .SGWidget .mx-md-n5 {
        margin-right: -3rem !important
    }

    .SGWidget .mb-md-n5,
    .SGWidget .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .SGWidget .ml-md-n5,
    .SGWidget .mx-md-n5 {
        margin-left: -3rem !important
    }

    .SGWidget .m-md-auto {
        margin: auto !important
    }

    .SGWidget .mt-md-auto,
    .SGWidget .my-md-auto {
        margin-top: auto !important
    }

    .SGWidget .mr-md-auto,
    .SGWidget .mx-md-auto {
        margin-right: auto !important
    }

    .SGWidget .mb-md-auto,
    .SGWidget .my-md-auto {
        margin-bottom: auto !important
    }

    .SGWidget .ml-md-auto,
    .SGWidget .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width: 992px) {
    .SGWidget .m-lg-0 {
        margin: 0 !important
    }

    .SGWidget .mt-lg-0,
    .SGWidget .my-lg-0 {
        margin-top: 0 !important
    }

    .SGWidget .mr-lg-0,
    .SGWidget .mx-lg-0 {
        margin-right: 0 !important
    }

    .SGWidget .mb-lg-0,
    .SGWidget .my-lg-0 {
        margin-bottom: 0 !important
    }

    .SGWidget .ml-lg-0,
    .SGWidget .mx-lg-0 {
        margin-left: 0 !important
    }

    .SGWidget .m-lg-1 {
        margin: .25rem !important
    }

    .SGWidget .mt-lg-1,
    .SGWidget .my-lg-1 {
        margin-top: .25rem !important
    }

    .SGWidget .mr-lg-1,
    .SGWidget .mx-lg-1 {
        margin-right: .25rem !important
    }

    .SGWidget .mb-lg-1,
    .SGWidget .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .SGWidget .ml-lg-1,
    .SGWidget .mx-lg-1 {
        margin-left: .25rem !important
    }

    .SGWidget .m-lg-2 {
        margin: .5rem !important
    }

    .SGWidget .mt-lg-2,
    .SGWidget .my-lg-2 {
        margin-top: .5rem !important
    }

    .SGWidget .mr-lg-2,
    .SGWidget .mx-lg-2 {
        margin-right: .5rem !important
    }

    .SGWidget .mb-lg-2,
    .SGWidget .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .SGWidget .ml-lg-2,
    .SGWidget .mx-lg-2 {
        margin-left: .5rem !important
    }

    .SGWidget .m-lg-3 {
        margin: 1rem !important
    }

    .SGWidget .mt-lg-3,
    .SGWidget .my-lg-3 {
        margin-top: 1rem !important
    }

    .SGWidget .mr-lg-3,
    .SGWidget .mx-lg-3 {
        margin-right: 1rem !important
    }

    .SGWidget .mb-lg-3,
    .SGWidget .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .SGWidget .ml-lg-3,
    .SGWidget .mx-lg-3 {
        margin-left: 1rem !important
    }

    .SGWidget .m-lg-4 {
        margin: 1.5rem !important
    }

    .SGWidget .mt-lg-4,
    .SGWidget .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .SGWidget .mr-lg-4,
    .SGWidget .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .SGWidget .mb-lg-4,
    .SGWidget .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .SGWidget .ml-lg-4,
    .SGWidget .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .SGWidget .m-lg-5 {
        margin: 3rem !important
    }

    .SGWidget .mt-lg-5,
    .SGWidget .my-lg-5 {
        margin-top: 3rem !important
    }

    .SGWidget .mr-lg-5,
    .SGWidget .mx-lg-5 {
        margin-right: 3rem !important
    }

    .SGWidget .mb-lg-5,
    .SGWidget .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .SGWidget .ml-lg-5,
    .SGWidget .mx-lg-5 {
        margin-left: 3rem !important
    }

    .SGWidget .p-lg-0 {
        padding: 0 !important
    }

    .SGWidget .pt-lg-0,
    .SGWidget .py-lg-0 {
        padding-top: 0 !important
    }

    .SGWidget .pr-lg-0,
    .SGWidget .px-lg-0 {
        padding-right: 0 !important
    }

    .SGWidget .pb-lg-0,
    .SGWidget .py-lg-0 {
        padding-bottom: 0 !important
    }

    .SGWidget .pl-lg-0,
    .SGWidget .px-lg-0 {
        padding-left: 0 !important
    }

    .SGWidget .p-lg-1 {
        padding: .25rem !important
    }

    .SGWidget .pt-lg-1,
    .SGWidget .py-lg-1 {
        padding-top: .25rem !important
    }

    .SGWidget .pr-lg-1,
    .SGWidget .px-lg-1 {
        padding-right: .25rem !important
    }

    .SGWidget .pb-lg-1,
    .SGWidget .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .SGWidget .pl-lg-1,
    .SGWidget .px-lg-1 {
        padding-left: .25rem !important
    }

    .SGWidget .p-lg-2 {
        padding: .5rem !important
    }

    .SGWidget .pt-lg-2,
    .SGWidget .py-lg-2 {
        padding-top: .5rem !important
    }

    .SGWidget .pr-lg-2,
    .SGWidget .px-lg-2 {
        padding-right: .5rem !important
    }

    .SGWidget .pb-lg-2,
    .SGWidget .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .SGWidget .pl-lg-2,
    .SGWidget .px-lg-2 {
        padding-left: .5rem !important
    }

    .SGWidget .p-lg-3 {
        padding: 1rem !important
    }

    .SGWidget .pt-lg-3,
    .SGWidget .py-lg-3 {
        padding-top: 1rem !important
    }

    .SGWidget .pr-lg-3,
    .SGWidget .px-lg-3 {
        padding-right: 1rem !important
    }

    .SGWidget .pb-lg-3,
    .SGWidget .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .SGWidget .pl-lg-3,
    .SGWidget .px-lg-3 {
        padding-left: 1rem !important
    }

    .SGWidget .p-lg-4 {
        padding: 1.5rem !important
    }

    .SGWidget .pt-lg-4,
    .SGWidget .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .SGWidget .pr-lg-4,
    .SGWidget .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .SGWidget .pb-lg-4,
    .SGWidget .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .SGWidget .pl-lg-4,
    .SGWidget .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .SGWidget .p-lg-5 {
        padding: 3rem !important
    }

    .SGWidget .pt-lg-5,
    .SGWidget .py-lg-5 {
        padding-top: 3rem !important
    }

    .SGWidget .pr-lg-5,
    .SGWidget .px-lg-5 {
        padding-right: 3rem !important
    }

    .SGWidget .pb-lg-5,
    .SGWidget .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .SGWidget .pl-lg-5,
    .SGWidget .px-lg-5 {
        padding-left: 3rem !important
    }

    .SGWidget .m-lg-n1 {
        margin: -0.25rem !important
    }

    .SGWidget .mt-lg-n1,
    .SGWidget .my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .SGWidget .mr-lg-n1,
    .SGWidget .mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .SGWidget .mb-lg-n1,
    .SGWidget .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .SGWidget .ml-lg-n1,
    .SGWidget .mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .SGWidget .m-lg-n2 {
        margin: -0.5rem !important
    }

    .SGWidget .mt-lg-n2,
    .SGWidget .my-lg-n2 {
        margin-top: -0.5rem !important
    }

    .SGWidget .mr-lg-n2,
    .SGWidget .mx-lg-n2 {
        margin-right: -0.5rem !important
    }

    .SGWidget .mb-lg-n2,
    .SGWidget .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .SGWidget .ml-lg-n2,
    .SGWidget .mx-lg-n2 {
        margin-left: -0.5rem !important
    }

    .SGWidget .m-lg-n3 {
        margin: -1rem !important
    }

    .SGWidget .mt-lg-n3,
    .SGWidget .my-lg-n3 {
        margin-top: -1rem !important
    }

    .SGWidget .mr-lg-n3,
    .SGWidget .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .SGWidget .mb-lg-n3,
    .SGWidget .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .SGWidget .ml-lg-n3,
    .SGWidget .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .SGWidget .m-lg-n4 {
        margin: -1.5rem !important
    }

    .SGWidget .mt-lg-n4,
    .SGWidget .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .SGWidget .mr-lg-n4,
    .SGWidget .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .SGWidget .mb-lg-n4,
    .SGWidget .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .SGWidget .ml-lg-n4,
    .SGWidget .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .SGWidget .m-lg-n5 {
        margin: -3rem !important
    }

    .SGWidget .mt-lg-n5,
    .SGWidget .my-lg-n5 {
        margin-top: -3rem !important
    }

    .SGWidget .mr-lg-n5,
    .SGWidget .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .SGWidget .mb-lg-n5,
    .SGWidget .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .SGWidget .ml-lg-n5,
    .SGWidget .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .SGWidget .m-lg-auto {
        margin: auto !important
    }

    .SGWidget .mt-lg-auto,
    .SGWidget .my-lg-auto {
        margin-top: auto !important
    }

    .SGWidget .mr-lg-auto,
    .SGWidget .mx-lg-auto {
        margin-right: auto !important
    }

    .SGWidget .mb-lg-auto,
    .SGWidget .my-lg-auto {
        margin-bottom: auto !important
    }

    .SGWidget .ml-lg-auto,
    .SGWidget .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width: 1200px) {
    .SGWidget .m-xl-0 {
        margin: 0 !important
    }

    .SGWidget .mt-xl-0,
    .SGWidget .my-xl-0 {
        margin-top: 0 !important
    }

    .SGWidget .mr-xl-0,
    .SGWidget .mx-xl-0 {
        margin-right: 0 !important
    }

    .SGWidget .mb-xl-0,
    .SGWidget .my-xl-0 {
        margin-bottom: 0 !important
    }

    .SGWidget .ml-xl-0,
    .SGWidget .mx-xl-0 {
        margin-left: 0 !important
    }

    .SGWidget .m-xl-1 {
        margin: .25rem !important
    }

    .SGWidget .mt-xl-1,
    .SGWidget .my-xl-1 {
        margin-top: .25rem !important
    }

    .SGWidget .mr-xl-1,
    .SGWidget .mx-xl-1 {
        margin-right: .25rem !important
    }

    .SGWidget .mb-xl-1,
    .SGWidget .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .SGWidget .ml-xl-1,
    .SGWidget .mx-xl-1 {
        margin-left: .25rem !important
    }

    .SGWidget .m-xl-2 {
        margin: .5rem !important
    }

    .SGWidget .mt-xl-2,
    .SGWidget .my-xl-2 {
        margin-top: .5rem !important
    }

    .SGWidget .mr-xl-2,
    .SGWidget .mx-xl-2 {
        margin-right: .5rem !important
    }

    .SGWidget .mb-xl-2,
    .SGWidget .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .SGWidget .ml-xl-2,
    .SGWidget .mx-xl-2 {
        margin-left: .5rem !important
    }

    .SGWidget .m-xl-3 {
        margin: 1rem !important
    }

    .SGWidget .mt-xl-3,
    .SGWidget .my-xl-3 {
        margin-top: 1rem !important
    }

    .SGWidget .mr-xl-3,
    .SGWidget .mx-xl-3 {
        margin-right: 1rem !important
    }

    .SGWidget .mb-xl-3,
    .SGWidget .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .SGWidget .ml-xl-3,
    .SGWidget .mx-xl-3 {
        margin-left: 1rem !important
    }

    .SGWidget .m-xl-4 {
        margin: 1.5rem !important
    }

    .SGWidget .mt-xl-4,
    .SGWidget .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .SGWidget .mr-xl-4,
    .SGWidget .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .SGWidget .mb-xl-4,
    .SGWidget .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .SGWidget .ml-xl-4,
    .SGWidget .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .SGWidget .m-xl-5 {
        margin: 3rem !important
    }

    .SGWidget .mt-xl-5,
    .SGWidget .my-xl-5 {
        margin-top: 3rem !important
    }

    .SGWidget .mr-xl-5,
    .SGWidget .mx-xl-5 {
        margin-right: 3rem !important
    }

    .SGWidget .mb-xl-5,
    .SGWidget .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .SGWidget .ml-xl-5,
    .SGWidget .mx-xl-5 {
        margin-left: 3rem !important
    }

    .SGWidget .p-xl-0 {
        padding: 0 !important
    }

    .SGWidget .pt-xl-0,
    .SGWidget .py-xl-0 {
        padding-top: 0 !important
    }

    .SGWidget .pr-xl-0,
    .SGWidget .px-xl-0 {
        padding-right: 0 !important
    }

    .SGWidget .pb-xl-0,
    .SGWidget .py-xl-0 {
        padding-bottom: 0 !important
    }

    .SGWidget .pl-xl-0,
    .SGWidget .px-xl-0 {
        padding-left: 0 !important
    }

    .SGWidget .p-xl-1 {
        padding: .25rem !important
    }

    .SGWidget .pt-xl-1,
    .SGWidget .py-xl-1 {
        padding-top: .25rem !important
    }

    .SGWidget .pr-xl-1,
    .SGWidget .px-xl-1 {
        padding-right: .25rem !important
    }

    .SGWidget .pb-xl-1,
    .SGWidget .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .SGWidget .pl-xl-1,
    .SGWidget .px-xl-1 {
        padding-left: .25rem !important
    }

    .SGWidget .p-xl-2 {
        padding: .5rem !important
    }

    .SGWidget .pt-xl-2,
    .SGWidget .py-xl-2 {
        padding-top: .5rem !important
    }

    .SGWidget .pr-xl-2,
    .SGWidget .px-xl-2 {
        padding-right: .5rem !important
    }

    .SGWidget .pb-xl-2,
    .SGWidget .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .SGWidget .pl-xl-2,
    .SGWidget .px-xl-2 {
        padding-left: .5rem !important
    }

    .SGWidget .p-xl-3 {
        padding: 1rem !important
    }

    .SGWidget .pt-xl-3,
    .SGWidget .py-xl-3 {
        padding-top: 1rem !important
    }

    .SGWidget .pr-xl-3,
    .SGWidget .px-xl-3 {
        padding-right: 1rem !important
    }

    .SGWidget .pb-xl-3,
    .SGWidget .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .SGWidget .pl-xl-3,
    .SGWidget .px-xl-3 {
        padding-left: 1rem !important
    }

    .SGWidget .p-xl-4 {
        padding: 1.5rem !important
    }

    .SGWidget .pt-xl-4,
    .SGWidget .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .SGWidget .pr-xl-4,
    .SGWidget .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .SGWidget .pb-xl-4,
    .SGWidget .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .SGWidget .pl-xl-4,
    .SGWidget .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .SGWidget .p-xl-5 {
        padding: 3rem !important
    }

    .SGWidget .pt-xl-5,
    .SGWidget .py-xl-5 {
        padding-top: 3rem !important
    }

    .SGWidget .pr-xl-5,
    .SGWidget .px-xl-5 {
        padding-right: 3rem !important
    }

    .SGWidget .pb-xl-5,
    .SGWidget .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .SGWidget .pl-xl-5,
    .SGWidget .px-xl-5 {
        padding-left: 3rem !important
    }

    .SGWidget .m-xl-n1 {
        margin: -0.25rem !important
    }

    .SGWidget .mt-xl-n1,
    .SGWidget .my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .SGWidget .mr-xl-n1,
    .SGWidget .mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .SGWidget .mb-xl-n1,
    .SGWidget .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .SGWidget .ml-xl-n1,
    .SGWidget .mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .SGWidget .m-xl-n2 {
        margin: -0.5rem !important
    }

    .SGWidget .mt-xl-n2,
    .SGWidget .my-xl-n2 {
        margin-top: -0.5rem !important
    }

    .SGWidget .mr-xl-n2,
    .SGWidget .mx-xl-n2 {
        margin-right: -0.5rem !important
    }

    .SGWidget .mb-xl-n2,
    .SGWidget .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .SGWidget .ml-xl-n2,
    .SGWidget .mx-xl-n2 {
        margin-left: -0.5rem !important
    }

    .SGWidget .m-xl-n3 {
        margin: -1rem !important
    }

    .SGWidget .mt-xl-n3,
    .SGWidget .my-xl-n3 {
        margin-top: -1rem !important
    }

    .SGWidget .mr-xl-n3,
    .SGWidget .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .SGWidget .mb-xl-n3,
    .SGWidget .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .SGWidget .ml-xl-n3,
    .SGWidget .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .SGWidget .m-xl-n4 {
        margin: -1.5rem !important
    }

    .SGWidget .mt-xl-n4,
    .SGWidget .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .SGWidget .mr-xl-n4,
    .SGWidget .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .SGWidget .mb-xl-n4,
    .SGWidget .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .SGWidget .ml-xl-n4,
    .SGWidget .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .SGWidget .m-xl-n5 {
        margin: -3rem !important
    }

    .SGWidget .mt-xl-n5,
    .SGWidget .my-xl-n5 {
        margin-top: -3rem !important
    }

    .SGWidget .mr-xl-n5,
    .SGWidget .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .SGWidget .mb-xl-n5,
    .SGWidget .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .SGWidget .ml-xl-n5,
    .SGWidget .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .SGWidget .m-xl-auto {
        margin: auto !important
    }

    .SGWidget .mt-xl-auto,
    .SGWidget .my-xl-auto {
        margin-top: auto !important
    }

    .SGWidget .mr-xl-auto,
    .SGWidget .mx-xl-auto {
        margin-right: auto !important
    }

    .SGWidget .mb-xl-auto,
    .SGWidget .my-xl-auto {
        margin-bottom: auto !important
    }

    .SGWidget .ml-xl-auto,
    .SGWidget .mx-xl-auto {
        margin-left: auto !important
    }
}

.SGWidget .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.SGWidget .text-monospace {
    font-family: Nunito, sans-serif
}

.SGWidget .text-justify {
    text-align: justify !important
}

.SGWidget .text-wrap {
    white-space: normal !important
}

.SGWidget .text-nowrap {
    white-space: nowrap !important
}

.SGWidget .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.SGWidget .text-left {
    text-align: left !important
}

.SGWidget .text-right {
    text-align: right !important
}

.SGWidget .text-center {
    text-align: center !important
}

@media(min-width: 576px) {
    .SGWidget .text-sm-left {
        text-align: left !important
    }

    .SGWidget .text-sm-right {
        text-align: right !important
    }

    .SGWidget .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .SGWidget .text-md-left {
        text-align: left !important
    }

    .SGWidget .text-md-right {
        text-align: right !important
    }

    .SGWidget .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .SGWidget .text-lg-left {
        text-align: left !important
    }

    .SGWidget .text-lg-right {
        text-align: right !important
    }

    .SGWidget .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .SGWidget .text-xl-left {
        text-align: left !important
    }

    .SGWidget .text-xl-right {
        text-align: right !important
    }

    .SGWidget .text-xl-center {
        text-align: center !important
    }
}

.SGWidget .text-lowercase {
    text-transform: lowercase !important
}

.SGWidget .text-uppercase {
    text-transform: uppercase !important
}

.SGWidget .text-capitalize {
    text-transform: capitalize !important
}

.SGWidget .font-weight-light {
    font-weight: 300 !important
}

.SGWidget .font-weight-lighter {
    font-weight: lighter !important
}

.SGWidget .font-weight-normal {
    font-weight: 400 !important
}

.SGWidget .font-weight-bold {
    font-weight: 700 !important
}

.SGWidget .font-weight-bolder {
    font-weight: bolder !important
}

.SGWidget .font-italic {
    font-style: italic !important
}

.SGWidget .text-white {
    color: #fff !important
}

.SGWidget .text-primary {
    color: #007bff !important
}

.SGWidget a.text-primary:hover,
.SGWidget a.text-primary:focus {
    color: #0056b3 !important
}

.SGWidget .text-secondary {
    color: #6c757d !important
}

.SGWidget a.text-secondary:hover,
.SGWidget a.text-secondary:focus {
    color: #494f54 !important
}

.SGWidget .text-success {
    color: #28a745 !important
}

.SGWidget a.text-success:hover,
.SGWidget a.text-success:focus {
    color: #19692c !important
}

.SGWidget .text-info {
    color: #17a2b8 !important
}

.SGWidget a.text-info:hover,
.SGWidget a.text-info:focus {
    color: #0f6674 !important
}

.SGWidget .text-warning {
    color: #ffc107 !important
}

.SGWidget a.text-warning:hover,
.SGWidget a.text-warning:focus {
    color: #ba8b00 !important
}

.SGWidget .text-danger {
    color: #dc3545 !important
}

.SGWidget a.text-danger:hover,
.SGWidget a.text-danger:focus {
    color: #a71d2a !important
}

.SGWidget .text-light {
    color: #f8f9fa !important
}

.SGWidget a.text-light:hover,
.SGWidget a.text-light:focus {
    color: #cbd3da !important
}

.SGWidget .text-dark {
    color: #343a40 !important
}

.SGWidget a.text-dark:hover,
.SGWidget a.text-dark:focus {
    color: #121416 !important
}

.SGWidget .text-body {
    color: #212529 !important
}

.SGWidget .text-muted {
    color: #6c757d !important
}

.SGWidget .text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.SGWidget .text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.SGWidget .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.SGWidget .text-decoration-none {
    text-decoration: none !important
}

.SGWidget .text-break {
    word-wrap: break-word !important
}

.SGWidget .text-reset {
    color: inherit !important
}

.SGWidget .visible {
    visibility: visible !important
}

.SGWidget .invisible {
    visibility: hidden !important
}

@media print {

    .SGWidget *,
    .SGWidget *::before,
    .SGWidget *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    .SGWidget a:not(.btn) {
        text-decoration: underline
    }

    .SGWidget abbr[title]::after {
        content: " (" attr(title) ")"
    }

    .SGWidget pre {
        white-space: pre-wrap !important
    }

    .SGWidget pre,
    .SGWidget blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    .SGWidget thead {
        display: table-header-group
    }

    .SGWidget tr,
    .SGWidget img {
        page-break-inside: avoid
    }

    .SGWidget p,
    .SGWidget h2,
    .SGWidget h3 {
        orphans: 3;
        widows: 3
    }

    .SGWidget h2,
    .SGWidget h3 {
        page-break-after: avoid
    }

    @page {
        .SGWidget {
            size: a3
        }
    }

    .SGWidget body {
        min-width: 992px !important
    }

    .SGWidget .container {
        min-width: 992px !important
    }

    .SGWidget .navbar {
        display: none
    }

    .SGWidget .badge {
        border: 1px solid #000
    }

    .SGWidget .table {
        border-collapse: collapse !important
    }

    .SGWidget .table td,
    .SGWidget .table th {
        background-color: #fff !important
    }

    .SGWidget .table-bordered th,
    .SGWidget .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .SGWidget .table-dark {
        color: inherit
    }

    .SGWidget .table-dark th,
    .SGWidget .table-dark td,
    .SGWidget .table-dark thead th,
    .SGWidget .table-dark tbody+tbody {
        border-color: #dee2e6
    }

    .SGWidget .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.SGWidget * {
    font-family: Nunito, sans-serif
}

.SGWidget ::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.SGWidget ::-webkit-scrollbar-track {
    background: #fff
}

.SGWidget ::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 3px
}

.SGWidget ::-webkit-scrollbar-thumb:hover {
    background: #888
}

.SGWidget .bootstrap-select {
    z-index: 991
}

.SGWidget .dropdown.show {
    z-index: 992
}

.SGWidget .nav-item .nav-link {
    font-weight: 500
}

.SGWidget tr td,
.SGWidget tr th {
    vertical-align: middle !important
}

.SGWidget tr .arrow {
    display: inline-block;
    width: 10px;
    height: 14px;
    margin-right: .2rem
}

.SGWidget tr .symbol,
.SGWidget tr .bid,
.SGWidget tr .ask,
.SGWidget tr .spread {
    font-weight: 600;
    font-size: 12px;
}

.SGWidget tr.green .arrow {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMS4wICg0MDM1YTRmYjQ5LCAyMDIwLTA1LTAxKSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iYXJyb3ctZ3JlZW4uc3ZnIgogICBoZWlnaHQ9IjUxMnB4IgogICB3aWR0aD0iNTEycHgiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4xNzEgNTEyLjE3MTsiCiAgIHZpZXdCb3g9IjAgMCA1MTIuMTcxIDUxMi4xNzEiCiAgIHk9IjBweCIKICAgeD0iMHB4IgogICBpZD0iQ2FwYV8xIgogICB2ZXJzaW9uPSIxLjEiPjxtZXRhZGF0YQogICBpZD0ibWV0YWRhdGExNSI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPjxkYzp0aXRsZSAvPjwvY2M6V29yaz48L3JkZjpSREY+PC9tZXRhZGF0YT48ZGVmcwogICBpZD0iZGVmczEzIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0iQ2FwYV8xIgogICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiCiAgIGlua3NjYXBlOndpbmRvdy14PSItOCIKICAgaW5rc2NhcGU6Y3k9IjM0Ni4xOTA1OCIKICAgaW5rc2NhcGU6Y3g9IjI2Ni4zNjA2MSIKICAgaW5rc2NhcGU6em9vbT0iMS4xODQ5NTYzIgogICBzaG93Z3JpZD0iZmFsc2UiCiAgIGlkPSJuYW1lZHZpZXcxMSIKICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTAxNyIKICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgZ3VpZGV0b2xlcmFuY2U9IjEwIgogICBncmlkdG9sZXJhbmNlPSIxMCIKICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIKICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgaW5rc2NhcGU6ZG9jdW1lbnQtcm90YXRpb249IjAiIC8+IDxwYXRoCiAgIGlua3NjYXBlOnRyYW5zZm9ybS1jZW50ZXIteT0iLTUwLjAxNjY5NiIKICAgaW5rc2NhcGU6dHJhbnNmb3JtLWNlbnRlci14PSItMS43NTA4MzQ3ZS0wNSIKICAgZD0ibSA0MjkuMzQ4NDQsNDA2LjEzNTYxIC0xNzMuMjYyOTMsLTEwZS02IC0xNzMuMjYyOTM0LDAgODYuNjMxNDY0LC0xNTAuMDUwMSA4Ni42MzE0NywtMTUwLjA1MDEgODYuNjMxNDcsMTUwLjA1MDEgeiIKICAgaW5rc2NhcGU6cmFuZG9taXplZD0iMCIKICAgaW5rc2NhcGU6cm91bmRlZD0iMCIKICAgaW5rc2NhcGU6ZmxhdHNpZGVkPSJmYWxzZSIKICAgc29kaXBvZGk6YXJnMj0iMS41NzA3OTYzIgogICBzb2RpcG9kaTphcmcxPSIwLjUyMzU5ODc4IgogICBzb2RpcG9kaTpyMj0iMTAwLjAzMzQiCiAgIHNvZGlwb2RpOnIxPSIyMDAuMDY2OCIKICAgc29kaXBvZGk6Y3k9IjMwNi4xMDIyIgogICBzb2RpcG9kaTpjeD0iMjU2LjA4NTUxIgogICBzb2RpcG9kaTpzaWRlcz0iMyIKICAgaWQ9InBhdGgxMCIKICAgc3R5bGU9ImZpbGw6IzI4YTc0NTtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6ZXZlbm9kZDtzdHJva2Utd2lkdGg6MS4xOTc1NiIKICAgc29kaXBvZGk6dHlwZT0ic3RhciIgLz48L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -2px
}

.SGWidget tr.green .bid,
.SGWidget tr.green .ask {
    color: #28a745;
    font-size: 12px;
}

.SGWidget tr.red .arrow {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMS4wICg0MDM1YTRmYjQ5LCAyMDIwLTA1LTAxKSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iYXJyb3ctcmVkLnN2ZyIKICAgaGVpZ2h0PSI1MTJweCIKICAgd2lkdGg9IjUxMnB4IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMTcxIDUxMi4xNzE7IgogICB2aWV3Qm94PSIwIDAgNTEyLjE3MSA1MTIuMTcxIgogICB5PSIwcHgiCiAgIHg9IjBweCIKICAgaWQ9IkNhcGFfMSIKICAgdmVyc2lvbj0iMS4xIj48bWV0YWRhdGEKICAgaWQ9Im1ldGFkYXRhMTUiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUKICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz48ZGM6dGl0bGUgLz48L2NjOldvcms+PC9yZGY6UkRGPjwvbWV0YWRhdGE+PGRlZnMKICAgaWQ9ImRlZnMxMyIgLz48c29kaXBvZGk6bmFtZWR2aWV3CiAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9IkNhcGFfMSIKICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgaW5rc2NhcGU6d2luZG93LXk9Ii04IgogICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiCiAgIGlua3NjYXBlOmN5PSI2Ny42NDg3NDgiCiAgIGlua3NjYXBlOmN4PSIzODcuNjg2MjUiCiAgIGlua3NjYXBlOnpvb209IjAuNTkyNDc4MTQiCiAgIHNob3dncmlkPSJmYWxzZSIKICAgaWQ9Im5hbWVkdmlldzExIgogICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDE3IgogICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE5MjAiCiAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIgogICBndWlkZXRvbGVyYW5jZT0iMTAiCiAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICBib3JkZXJvcGFjaXR5PSIxIgogICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICBpbmtzY2FwZTpkb2N1bWVudC1yb3RhdGlvbj0iMCIgLz4gPHBhdGgKICAgdHJhbnNmb3JtPSJzY2FsZSgxLC0xKSIKICAgc29kaXBvZGk6dHlwZT0ic3RhciIKICAgc3R5bGU9ImZpbGw6I2RjMzU0NTtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6ZXZlbm9kZDtzdHJva2Utd2lkdGg6MS4xOTc1NiIKICAgaWQ9InBhdGgxMCIKICAgc29kaXBvZGk6c2lkZXM9IjMiCiAgIHNvZGlwb2RpOmN4PSIyNTYuMDg1NTEiCiAgIHNvZGlwb2RpOmN5PSItMjA2LjA2ODgiCiAgIHNvZGlwb2RpOnIxPSIyMDAuMDY2OCIKICAgc29kaXBvZGk6cjI9IjEwMC4wMzM0IgogICBzb2RpcG9kaTphcmcxPSIwLjUyMzU5ODc4IgogICBzb2RpcG9kaTphcmcyPSIxLjU3MDc5NjMiCiAgIGlua3NjYXBlOmZsYXRzaWRlZD0iZmFsc2UiCiAgIGlua3NjYXBlOnJvdW5kZWQ9IjAiCiAgIGlua3NjYXBlOnJhbmRvbWl6ZWQ9IjAiCiAgIGQ9Im0gNDI5LjM0ODQ0LC0xMDYuMDM1NCAtMTczLjI2MjkzLDAgLTE3My4yNjI5MzQsMCA4Ni42MzE0NjQsLTE1MC4wNTAxIDg2LjYzMTQ3LC0xNTAuMDUwMSA4Ni42MzE0NywxNTAuMDUwMSB6IgogICBpbmtzY2FwZTp0cmFuc2Zvcm0tY2VudGVyLXg9Ii0xLjc1MDgzNDdlLTA1IgogICBpbmtzY2FwZTp0cmFuc2Zvcm0tY2VudGVyLXk9IjUwLjAxNjY5MiIgLz48L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -2px
}

.SGWidget tr.red .bid,
.SGWidget tr.red .ask {
    color: #dc3545;
    font-size: 12px;
}

.SGWidget .static-ticker-wrap {
    overflow-x: auto
}

.SGWidget .static-ticker-wrap .static-ticker {
    position: relative;
    margin: .5rem;
    border: 1px solid #c4c4c4;
    border-radius: .3333333333rem;
    padding: .25rem .25rem .7rem;
    min-width: 250px;
    color: #676665;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75)
}

.SGWidget .static-ticker-wrap .static-ticker .top-bar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: linear-gradient(0deg, #e2e2e2, transparent);
    border-radius: .25rem .25rem 0 0;
    font-weight: 600;
    margin-bottom: .25rem
}

.SGWidget .static-ticker-wrap .static-ticker .top-bar .price-type {
    font-size: .7rem
}

.SGWidget .static-ticker-wrap .static-ticker .top-bar .symbol {
    display: flex;
    align-items: center
}

.SGWidget .static-ticker-wrap .static-ticker .top-bar .symbol .arrow {
    width: 12px;
    height: 12px;
    margin: 0 .2rem 0 0
}

.SGWidget .static-ticker-wrap .static-ticker .prices {
    position: relative;
    display: flex;
    align-items: flex-end
}

.SGWidget .static-ticker-wrap .static-ticker .prices .price-bar {
    flex-grow: 1;
    background-color: #fff;
    height: 1rem;
    margin-left: -1px;
    margin-right: -1px;
    z-index: 10;
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4
}

.SGWidget .static-ticker-wrap .static-ticker .prices .price {
    flex-grow: 1;
    padding: 1rem .25rem;
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 35%;
    font-weight: 600;
    border: 1px solid #c4c4c4
}

.SGWidget .static-ticker-wrap .static-ticker .prices .arrow {
    position: absolute;
    left: 50%;
    top: 37%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px
}

.SGWidget .static-ticker-wrap .static-ticker .spread-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: .25rem;
    top: 65%;
    border: 1px solid #aaa;
    font-size: .7rem;
    font-weight: 600
}

.SGWidget .static-ticker-wrap .static-ticker .spread-wrap .spread {
    font-size: 1.2rem;
    font-weight: 700
}

.SGWidget .static-ticker-wrap .static-ticker.green .price {
    background: linear-gradient(0deg, #a7df89, #fff)
}

.SGWidget .static-ticker-wrap .static-ticker.green .price-bar {
    background: linear-gradient(0deg, #a7df89, #fff 400%)
}

.SGWidget .static-ticker-wrap .static-ticker.green .arrow {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMS4wICg0MDM1YTRmYjQ5LCAyMDIwLTA1LTAxKSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iYXJyb3ctZ3JlZW4uc3ZnIgogICBoZWlnaHQ9IjUxMnB4IgogICB3aWR0aD0iNTEycHgiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4xNzEgNTEyLjE3MTsiCiAgIHZpZXdCb3g9IjAgMCA1MTIuMTcxIDUxMi4xNzEiCiAgIHk9IjBweCIKICAgeD0iMHB4IgogICBpZD0iQ2FwYV8xIgogICB2ZXJzaW9uPSIxLjEiPjxtZXRhZGF0YQogICBpZD0ibWV0YWRhdGExNSI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPjxkYzp0aXRsZSAvPjwvY2M6V29yaz48L3JkZjpSREY+PC9tZXRhZGF0YT48ZGVmcwogICBpZD0iZGVmczEzIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0iQ2FwYV8xIgogICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiCiAgIGlua3NjYXBlOndpbmRvdy14PSItOCIKICAgaW5rc2NhcGU6Y3k9IjM0Ni4xOTA1OCIKICAgaW5rc2NhcGU6Y3g9IjI2Ni4zNjA2MSIKICAgaW5rc2NhcGU6em9vbT0iMS4xODQ5NTYzIgogICBzaG93Z3JpZD0iZmFsc2UiCiAgIGlkPSJuYW1lZHZpZXcxMSIKICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTAxNyIKICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgZ3VpZGV0b2xlcmFuY2U9IjEwIgogICBncmlkdG9sZXJhbmNlPSIxMCIKICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIKICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgaW5rc2NhcGU6ZG9jdW1lbnQtcm90YXRpb249IjAiIC8+IDxwYXRoCiAgIGlua3NjYXBlOnRyYW5zZm9ybS1jZW50ZXIteT0iLTUwLjAxNjY5NiIKICAgaW5rc2NhcGU6dHJhbnNmb3JtLWNlbnRlci14PSItMS43NTA4MzQ3ZS0wNSIKICAgZD0ibSA0MjkuMzQ4NDQsNDA2LjEzNTYxIC0xNzMuMjYyOTMsLTEwZS02IC0xNzMuMjYyOTM0LDAgODYuNjMxNDY0LC0xNTAuMDUwMSA4Ni42MzE0NywtMTUwLjA1MDEgODYuNjMxNDcsMTUwLjA1MDEgeiIKICAgaW5rc2NhcGU6cmFuZG9taXplZD0iMCIKICAgaW5rc2NhcGU6cm91bmRlZD0iMCIKICAgaW5rc2NhcGU6ZmxhdHNpZGVkPSJmYWxzZSIKICAgc29kaXBvZGk6YXJnMj0iMS41NzA3OTYzIgogICBzb2RpcG9kaTphcmcxPSIwLjUyMzU5ODc4IgogICBzb2RpcG9kaTpyMj0iMTAwLjAzMzQiCiAgIHNvZGlwb2RpOnIxPSIyMDAuMDY2OCIKICAgc29kaXBvZGk6Y3k9IjMwNi4xMDIyIgogICBzb2RpcG9kaTpjeD0iMjU2LjA4NTUxIgogICBzb2RpcG9kaTpzaWRlcz0iMyIKICAgaWQ9InBhdGgxMCIKICAgc3R5bGU9ImZpbGw6IzI4YTc0NTtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6ZXZlbm9kZDtzdHJva2Utd2lkdGg6MS4xOTc1NiIKICAgc29kaXBvZGk6dHlwZT0ic3RhciIgLz48L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -2px
}

.SGWidget .static-ticker-wrap .static-ticker.red .price {
    background: linear-gradient(0deg, #f8a58d, #fff)
}

.SGWidget .static-ticker-wrap .static-ticker.red .price-bar {
    background: linear-gradient(0deg, #f8a58d, #fff 400%)
}

.SGWidget .static-ticker-wrap .static-ticker.red .arrow {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMS4wICg0MDM1YTRmYjQ5LCAyMDIwLTA1LTAxKSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iYXJyb3ctcmVkLnN2ZyIKICAgaGVpZ2h0PSI1MTJweCIKICAgd2lkdGg9IjUxMnB4IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMTcxIDUxMi4xNzE7IgogICB2aWV3Qm94PSIwIDAgNTEyLjE3MSA1MTIuMTcxIgogICB5PSIwcHgiCiAgIHg9IjBweCIKICAgaWQ9IkNhcGFfMSIKICAgdmVyc2lvbj0iMS4xIj48bWV0YWRhdGEKICAgaWQ9Im1ldGFkYXRhMTUiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUKICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz48ZGM6dGl0bGUgLz48L2NjOldvcms+PC9yZGY6UkRGPjwvbWV0YWRhdGE+PGRlZnMKICAgaWQ9ImRlZnMxMyIgLz48c29kaXBvZGk6bmFtZWR2aWV3CiAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9IkNhcGFfMSIKICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgaW5rc2NhcGU6d2luZG93LXk9Ii04IgogICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiCiAgIGlua3NjYXBlOmN5PSI2Ny42NDg3NDgiCiAgIGlua3NjYXBlOmN4PSIzODcuNjg2MjUiCiAgIGlua3NjYXBlOnpvb209IjAuNTkyNDc4MTQiCiAgIHNob3dncmlkPSJmYWxzZSIKICAgaWQ9Im5hbWVkdmlldzExIgogICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDE3IgogICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE5MjAiCiAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIgogICBndWlkZXRvbGVyYW5jZT0iMTAiCiAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICBib3JkZXJvcGFjaXR5PSIxIgogICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICBpbmtzY2FwZTpkb2N1bWVudC1yb3RhdGlvbj0iMCIgLz4gPHBhdGgKICAgdHJhbnNmb3JtPSJzY2FsZSgxLC0xKSIKICAgc29kaXBvZGk6dHlwZT0ic3RhciIKICAgc3R5bGU9ImZpbGw6I2RjMzU0NTtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6ZXZlbm9kZDtzdHJva2Utd2lkdGg6MS4xOTc1NiIKICAgaWQ9InBhdGgxMCIKICAgc29kaXBvZGk6c2lkZXM9IjMiCiAgIHNvZGlwb2RpOmN4PSIyNTYuMDg1NTEiCiAgIHNvZGlwb2RpOmN5PSItMjA2LjA2ODgiCiAgIHNvZGlwb2RpOnIxPSIyMDAuMDY2OCIKICAgc29kaXBvZGk6cjI9IjEwMC4wMzM0IgogICBzb2RpcG9kaTphcmcxPSIwLjUyMzU5ODc4IgogICBzb2RpcG9kaTphcmcyPSIxLjU3MDc5NjMiCiAgIGlua3NjYXBlOmZsYXRzaWRlZD0iZmFsc2UiCiAgIGlua3NjYXBlOnJvdW5kZWQ9IjAiCiAgIGlua3NjYXBlOnJhbmRvbWl6ZWQ9IjAiCiAgIGQ9Im0gNDI5LjM0ODQ0LC0xMDYuMDM1NCAtMTczLjI2MjkzLDAgLTE3My4yNjI5MzQsMCA4Ni42MzE0NjQsLTE1MC4wNTAxIDg2LjYzMTQ3LC0xNTAuMDUwMSA4Ni42MzE0NywxNTAuMDUwMSB6IgogICBpbmtzY2FwZTp0cmFuc2Zvcm0tY2VudGVyLXg9Ii0xLjc1MDgzNDdlLTA1IgogICBpbmtzY2FwZTp0cmFuc2Zvcm0tY2VudGVyLXk9IjUwLjAxNjY5MiIgLz48L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -2px
}

.SGWidget #scrolling-ticker {
    display: flex;
    overflow: hidden;
    color: #676665
}

.SGWidget #scrolling-ticker .asset {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 600;
    padding: 0 .5rem;
    font-family: Nunito, sans-serif;
    border-right: 1px solid #c4c4c4
}

.SGWidget #scrolling-ticker .asset .symbol {
    display: flex;
    align-items: center;
    margin-right: .5rem
}

.SGWidget #scrolling-ticker .asset .symbol .arrow {
    width: 12px;
    height: 12px;
    margin-right: .25rem
}

.SGWidget #scrolling-ticker .asset .prices {
    display: flex;
    align-items: center;
    line-height: 1rem
}

.SGWidget #scrolling-ticker .asset.green .price {
    color: #dc3545
}

.SGWidget #scrolling-ticker .asset.green .arrow {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMS4wICg0MDM1YTRmYjQ5LCAyMDIwLTA1LTAxKSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iYXJyb3ctcmVkLnN2ZyIKICAgaGVpZ2h0PSI1MTJweCIKICAgd2lkdGg9IjUxMnB4IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMTcxIDUxMi4xNzE7IgogICB2aWV3Qm94PSIwIDAgNTEyLjE3MSA1MTIuMTcxIgogICB5PSIwcHgiCiAgIHg9IjBweCIKICAgaWQ9IkNhcGFfMSIKICAgdmVyc2lvbj0iMS4xIj48bWV0YWRhdGEKICAgaWQ9Im1ldGFkYXRhMTUiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUKICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz48ZGM6dGl0bGUgLz48L2NjOldvcms+PC9yZGY6UkRGPjwvbWV0YWRhdGE+PGRlZnMKICAgaWQ9ImRlZnMxMyIgLz48c29kaXBvZGk6bmFtZWR2aWV3CiAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9IkNhcGFfMSIKICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgaW5rc2NhcGU6d2luZG93LXk9Ii04IgogICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiCiAgIGlua3NjYXBlOmN5PSI2Ny42NDg3NDgiCiAgIGlua3NjYXBlOmN4PSIzODcuNjg2MjUiCiAgIGlua3NjYXBlOnpvb209IjAuNTkyNDc4MTQiCiAgIHNob3dncmlkPSJmYWxzZSIKICAgaWQ9Im5hbWVkdmlldzExIgogICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDE3IgogICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE5MjAiCiAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIgogICBndWlkZXRvbGVyYW5jZT0iMTAiCiAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICBib3JkZXJvcGFjaXR5PSIxIgogICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICBpbmtzY2FwZTpkb2N1bWVudC1yb3RhdGlvbj0iMCIgLz4gPHBhdGgKICAgdHJhbnNmb3JtPSJzY2FsZSgxLC0xKSIKICAgc29kaXBvZGk6dHlwZT0ic3RhciIKICAgc3R5bGU9ImZpbGw6I2RjMzU0NTtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6ZXZlbm9kZDtzdHJva2Utd2lkdGg6MS4xOTc1NiIKICAgaWQ9InBhdGgxMCIKICAgc29kaXBvZGk6c2lkZXM9IjMiCiAgIHNvZGlwb2RpOmN4PSIyNTYuMDg1NTEiCiAgIHNvZGlwb2RpOmN5PSItMjA2LjA2ODgiCiAgIHNvZGlwb2RpOnIxPSIyMDAuMDY2OCIKICAgc29kaXBvZGk6cjI9IjEwMC4wMzM0IgogICBzb2RpcG9kaTphcmcxPSIwLjUyMzU5ODc4IgogICBzb2RpcG9kaTphcmcyPSIxLjU3MDc5NjMiCiAgIGlua3NjYXBlOmZsYXRzaWRlZD0iZmFsc2UiCiAgIGlua3NjYXBlOnJvdW5kZWQ9IjAiCiAgIGlua3NjYXBlOnJhbmRvbWl6ZWQ9IjAiCiAgIGQ9Im0gNDI5LjM0ODQ0LC0xMDYuMDM1NCAtMTczLjI2MjkzLDAgLTE3My4yNjI5MzQsMCA4Ni42MzE0NjQsLTE1MC4wNTAxIDg2LjYzMTQ3LC0xNTAuMDUwMSA4Ni42MzE0NywxNTAuMDUwMSB6IgogICBpbmtzY2FwZTp0cmFuc2Zvcm0tY2VudGVyLXg9Ii0xLjc1MDgzNDdlLTA1IgogICBpbmtzY2FwZTp0cmFuc2Zvcm0tY2VudGVyLXk9IjUwLjAxNjY5MiIgLz48L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2px
}

.SGWidget #scrolling-ticker .asset.red .price {
    color: #28a745
}

.SGWidget #scrolling-ticker .asset.red .arrow {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMS4wICg0MDM1YTRmYjQ5LCAyMDIwLTA1LTAxKSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iYXJyb3ctZ3JlZW4uc3ZnIgogICBoZWlnaHQ9IjUxMnB4IgogICB3aWR0aD0iNTEycHgiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4xNzEgNTEyLjE3MTsiCiAgIHZpZXdCb3g9IjAgMCA1MTIuMTcxIDUxMi4xNzEiCiAgIHk9IjBweCIKICAgeD0iMHB4IgogICBpZD0iQ2FwYV8xIgogICB2ZXJzaW9uPSIxLjEiPjxtZXRhZGF0YQogICBpZD0ibWV0YWRhdGExNSI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPjxkYzp0aXRsZSAvPjwvY2M6V29yaz48L3JkZjpSREY+PC9tZXRhZGF0YT48ZGVmcwogICBpZD0iZGVmczEzIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0iQ2FwYV8xIgogICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiCiAgIGlua3NjYXBlOndpbmRvdy14PSItOCIKICAgaW5rc2NhcGU6Y3k9IjM0Ni4xOTA1OCIKICAgaW5rc2NhcGU6Y3g9IjI2Ni4zNjA2MSIKICAgaW5rc2NhcGU6em9vbT0iMS4xODQ5NTYzIgogICBzaG93Z3JpZD0iZmFsc2UiCiAgIGlkPSJuYW1lZHZpZXcxMSIKICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTAxNyIKICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgZ3VpZGV0b2xlcmFuY2U9IjEwIgogICBncmlkdG9sZXJhbmNlPSIxMCIKICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIKICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgaW5rc2NhcGU6ZG9jdW1lbnQtcm90YXRpb249IjAiIC8+IDxwYXRoCiAgIGlua3NjYXBlOnRyYW5zZm9ybS1jZW50ZXIteT0iLTUwLjAxNjY5NiIKICAgaW5rc2NhcGU6dHJhbnNmb3JtLWNlbnRlci14PSItMS43NTA4MzQ3ZS0wNSIKICAgZD0ibSA0MjkuMzQ4NDQsNDA2LjEzNTYxIC0xNzMuMjYyOTMsLTEwZS02IC0xNzMuMjYyOTM0LDAgODYuNjMxNDY0LC0xNTAuMDUwMSA4Ni42MzE0NywtMTUwLjA1MDEgODYuNjMxNDcsMTUwLjA1MDEgeiIKICAgaW5rc2NhcGU6cmFuZG9taXplZD0iMCIKICAgaW5rc2NhcGU6cm91bmRlZD0iMCIKICAgaW5rc2NhcGU6ZmxhdHNpZGVkPSJmYWxzZSIKICAgc29kaXBvZGk6YXJnMj0iMS41NzA3OTYzIgogICBzb2RpcG9kaTphcmcxPSIwLjUyMzU5ODc4IgogICBzb2RpcG9kaTpyMj0iMTAwLjAzMzQiCiAgIHNvZGlwb2RpOnIxPSIyMDAuMDY2OCIKICAgc29kaXBvZGk6Y3k9IjMwNi4xMDIyIgogICBzb2RpcG9kaTpjeD0iMjU2LjA4NTUxIgogICBzb2RpcG9kaTpzaWRlcz0iMyIKICAgaWQ9InBhdGgxMCIKICAgc3R5bGU9ImZpbGw6IzI4YTc0NTtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6ZXZlbm9kZDtzdHJva2Utd2lkdGg6MS4xOTc1NiIKICAgc29kaXBvZGk6dHlwZT0ic3RhciIgLz48L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2px
}

.SGWidget #preloader {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 993
}

/*# sourceMappingURL=style.css.map */
</style></tr></tbody></table></div></div></div>