    *,
    :after,
    :before {
        box-sizing: border-box
    }

    html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent
    }

    article,
    footer,
    header,
    main,
    nav,
    section {
        display: block
    }

    body {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation 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
    }

    [tabindex="-1"]:focus {
        outline: 0
    }

    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: .5rem
    }

    p {
        margin-top: 0
    }

    address,
    p {
        margin-bottom: 1rem
    }

    address {
        font-style: normal;
        line-height: inherit
    }

    dl,
    ol,
    ul {
        margin-top: 0;
        margin-bottom: 1rem
    }

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

    dt {
        font-weight: 700
    }

    blockquote {
        margin: 0 0 1rem
    }

    b,
    strong {
        font-weight: bolder
    }

    small {
        font-size: 80%
    }

    sub {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline;
        bottom: -.25em
    }

    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent
    }

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]),
    a:not([href]):not([tabindex]):focus,
    a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none
    }

    a:not([href]):not([tabindex]):focus {
        outline: 0
    }

    code {
        font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
        font-size: 1em
    }

    img {
        border-style: none
    }

    img,
    svg {
        vertical-align: middle
    }

    svg {
        overflow: hidden
    }

    table {
        border-collapse: collapse
    }

    caption {
        padding-top: .75rem;
        padding-bottom: .75rem;
        color: #6c757d;
        text-align: left;
        caption-side: bottom
    }

    label {
        display: inline-block;
        margin-bottom: .5rem
    }

    button {
        border-radius: 0
    }

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

    button,
    input,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit
    }

    button,
    input {
        overflow: visible
    }

    button,
    select {
        text-transform: none
    }

    select {
        word-wrap: normal
    }

    [type=button],
    [type=reset],
    [type=submit],
    button {
        -webkit-appearance: button
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer
    }

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

    input[type=checkbox],
    input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=date],
    input[type=datetime-local],
    input[type=month],
    input[type=time] {
        -webkit-appearance: listbox
    }

    textarea {
        overflow: auto;
        resize: vertical
    }

    fieldset {
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0
    }

    progress {
        vertical-align: baseline
    }

    [type=number]::-webkit-inner-spin-button,
    [type=number]::-webkit-outer-spin-button {
        height: auto
    }

    [type=search] {
        outline-offset: -2px;
        -webkit-appearance: none
    }

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-file-upload-button {
        font: inherit;
        -webkit-appearance: button
    }

    output {
        display: inline-block
    }

    summary {
        display: list-item;
        cursor: pointer
    }

    [hidden],
    template {
        display: none
    }

    code {
        font-size: 87.5%;
        color: #e83e8c;
        word-wrap: break-word
    }

    a>code {
        color: inherit
    }

    .container,
    .container-fluid,
    .container-md {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }

    @media (min-width:576px) {
        .container {
            max-width: 540px
        }
    }

    @media (min-width:768px) {

        .container,
        .container-md {
            max-width: 720px
        }
    }

    @media (min-width:992px) {

        .container,
        .container-md {
            max-width: 960px
        }
    }

    @media (min-width:1200px) {

        .container,
        .container-md {
            max-width: 1140px
        }
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .no-gutters {
        margin-right: 0;
        margin-left: 0
    }

    .no-gutters>.col,
    .no-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }

    .col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-2 {
        order: 2
    }

    .order-3 {
        order: 3
    }

    .offset-1 {
        margin-left: 8.33333333%
    }

    .offset-2 {
        margin-left: 16.66666667%
    }

    .offset-3 {
        margin-left: 25%
    }

    .offset-4 {
        margin-left: 33.33333333%
    }

    .offset-5 {
        margin-left: 41.66666667%
    }

    .offset-6 {
        margin-left: 50%
    }

    .offset-7 {
        margin-left: 58.33333333%
    }

    .offset-8 {
        margin-left: 66.66666667%
    }

    .offset-9 {
        margin-left: 75%
    }

    .offset-10 {
        margin-left: 83.33333333%
    }

    .offset-11 {
        margin-left: 91.66666667%
    }

    @media (min-width:576px) {
        .col-sm {
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%
        }

        .row-cols-sm-6>* {
            flex: 0 0 16.66666667%;
            max-width: 16.66666667%
        }

        .col-sm-auto {
            flex: 0 0 auto;
            width: auto;
            max-width: 100%
        }

        .col-sm-1 {
            flex: 0 0 8.33333333%;
            max-width: 8.33333333%
        }

        .col-sm-2 {
            flex: 0 0 16.66666667%;
            max-width: 16.66666667%
        }

        .col-sm-3 {
            flex: 0 0 25%;
            max-width: 25%
        }

        .col-sm-4 {
            flex: 0 0 33.33333333%;
            max-width: 33.33333333%
        }

        .col-sm-5 {
            flex: 0 0 41.66666667%;
            max-width: 41.66666667%
        }

        .col-sm-6 {
            flex: 0 0 50%;
            max-width: 50%
        }

        .col-sm-7 {
            flex: 0 0 58.33333333%;
            max-width: 58.33333333%
        }

        .col-sm-8 {
            flex: 0 0 66.66666667%;
            max-width: 66.66666667%
        }

        .col-sm-9 {
            flex: 0 0 75%;
            max-width: 75%
        }

        .col-sm-10 {
            flex: 0 0 83.33333333%;
            max-width: 83.33333333%
        }

        .col-sm-11 {
            flex: 0 0 91.66666667%;
            max-width: 91.66666667%
        }

        .col-sm-12 {
            flex: 0 0 100%;
            max-width: 100%
        }

        .order-sm-0 {
            order: 0
        }

        .order-sm-2 {
            order: 2
        }

        .offset-sm-0 {
            margin-left: 0
        }

        .offset-sm-1 {
            margin-left: 8.33333333%
        }

        .offset-sm-2 {
            margin-left: 16.66666667%
        }

        .offset-sm-3 {
            margin-left: 25%
        }

        .offset-sm-4 {
            margin-left: 33.33333333%
        }

        .offset-sm-5 {
            margin-left: 41.66666667%
        }

        .offset-sm-6 {
            margin-left: 50%
        }

        .offset-sm-7 {
            margin-left: 58.33333333%
        }

        .offset-sm-8 {
            margin-left: 66.66666667%
        }

        .offset-sm-9 {
            margin-left: 75%
        }

        .offset-sm-10 {
            margin-left: 83.33333333%
        }

        .offset-sm-11 {
            margin-left: 91.66666667%
        }
    }

    @media (min-width:768px) {
        .col-md {
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%
        }

        .col-md-auto {
            flex: 0 0 auto;
            width: auto;
            max-width: 100%
        }

        .col-md-1 {
            flex: 0 0 8.33333333%;
            max-width: 8.33333333%
        }

        .col-md-2 {
            flex: 0 0 16.66666667%;
            max-width: 16.66666667%
        }

        .col-md-3 {
            flex: 0 0 25%;
            max-width: 25%
        }

        .col-md-4 {
            flex: 0 0 33.33333333%;
            max-width: 33.33333333%
        }

        .col-md-5 {
            flex: 0 0 41.66666667%;
            max-width: 41.66666667%
        }

        .col-md-6 {
            flex: 0 0 50%;
            max-width: 50%
        }

        .col-md-7 {
            flex: 0 0 58.33333333%;
            max-width: 58.33333333%
        }

        .col-md-8 {
            flex: 0 0 66.66666667%;
            max-width: 66.66666667%
        }

        .col-md-9 {
            flex: 0 0 75%;
            max-width: 75%
        }

        .col-md-10 {
            flex: 0 0 83.33333333%;
            max-width: 83.33333333%
        }

        .col-md-11 {
            flex: 0 0 91.66666667%;
            max-width: 91.66666667%
        }

        .col-md-12 {
            flex: 0 0 100%;
            max-width: 100%
        }

        .order-md-1 {
            order: 1
        }

        .offset-md-0 {
            margin-left: 0
        }

        .offset-md-1 {
            margin-left: 8.33333333%
        }

        .offset-md-2 {
            margin-left: 16.66666667%
        }

        .offset-md-3 {
            margin-left: 25%
        }

        .offset-md-4 {
            margin-left: 33.33333333%
        }

        .offset-md-5 {
            margin-left: 41.66666667%
        }

        .offset-md-6 {
            margin-left: 50%
        }

        .offset-md-7 {
            margin-left: 58.33333333%
        }

        .offset-md-8 {
            margin-left: 66.66666667%
        }

        .offset-md-9 {
            margin-left: 75%
        }

        .offset-md-10 {
            margin-left: 83.33333333%
        }

        .offset-md-11 {
            margin-left: 91.66666667%
        }
    }

    @media (min-width:992px) {
        .col-lg {
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%
        }

        .col-lg-auto {
            flex: 0 0 auto;
            width: auto;
            max-width: 100%
        }

        .col-lg-1 {
            flex: 0 0 8.33333333%;
            max-width: 8.33333333%
        }

        .col-lg-2 {
            flex: 0 0 16.66666667%;
            max-width: 16.66666667%
        }

        .col-lg-3 {
            flex: 0 0 25%;
            max-width: 25%
        }

        .col-lg-4 {
            flex: 0 0 33.33333333%;
            max-width: 33.33333333%
        }

        .col-lg-5 {
            flex: 0 0 41.66666667%;
            max-width: 41.66666667%
        }

        .col-lg-6 {
            flex: 0 0 50%;
            max-width: 50%
        }

        .col-lg-7 {
            flex: 0 0 58.33333333%;
            max-width: 58.33333333%
        }

        .col-lg-8 {
            flex: 0 0 66.66666667%;
            max-width: 66.66666667%
        }

        .col-lg-9 {
            flex: 0 0 75%;
            max-width: 75%
        }

        .col-lg-10 {
            flex: 0 0 83.33333333%;
            max-width: 83.33333333%
        }

        .col-lg-11 {
            flex: 0 0 91.66666667%;
            max-width: 91.66666667%
        }

        .col-lg-12 {
            flex: 0 0 100%;
            max-width: 100%
        }

        .offset-lg-0 {
            margin-left: 0
        }

        .offset-lg-1 {
            margin-left: 8.33333333%
        }

        .offset-lg-2 {
            margin-left: 16.66666667%
        }

        .offset-lg-3 {
            margin-left: 25%
        }

        .offset-lg-4 {
            margin-left: 33.33333333%
        }

        .offset-lg-5 {
            margin-left: 41.66666667%
        }

        .offset-lg-6 {
            margin-left: 50%
        }

        .offset-lg-7 {
            margin-left: 58.33333333%
        }

        .offset-lg-8 {
            margin-left: 66.66666667%
        }

        .offset-lg-9 {
            margin-left: 75%
        }

        .offset-lg-10 {
            margin-left: 83.33333333%
        }

        .offset-lg-11 {
            margin-left: 91.66666667%
        }
    }

    @media (min-width:1200px) {
        .col-xl {
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%
        }

        .col-xl-auto {
            flex: 0 0 auto;
            width: auto;
            max-width: 100%
        }

        .col-xl-1 {
            flex: 0 0 8.33333333%;
            max-width: 8.33333333%
        }

        .col-xl-2 {
            flex: 0 0 16.66666667%;
            max-width: 16.66666667%
        }

        .col-xl-3 {
            flex: 0 0 25%;
            max-width: 25%
        }

        .col-xl-4 {
            flex: 0 0 33.33333333%;
            max-width: 33.33333333%
        }

        .col-xl-5 {
            flex: 0 0 41.66666667%;
            max-width: 41.66666667%
        }

        .col-xl-6 {
            flex: 0 0 50%;
            max-width: 50%
        }

        .col-xl-7 {
            flex: 0 0 58.33333333%;
            max-width: 58.33333333%
        }

        .col-xl-8 {
            flex: 0 0 66.66666667%;
            max-width: 66.66666667%
        }

        .col-xl-9 {
            flex: 0 0 75%;
            max-width: 75%
        }

        .col-xl-10 {
            flex: 0 0 83.33333333%;
            max-width: 83.33333333%
        }

        .col-xl-11 {
            flex: 0 0 91.66666667%;
            max-width: 91.66666667%
        }

        .col-xl-12 {
            flex: 0 0 100%;
            max-width: 100%
        }

        .offset-xl-0 {
            margin-left: 0
        }

        .offset-xl-1 {
            margin-left: 8.33333333%
        }

        .offset-xl-2 {
            margin-left: 16.66666667%
        }

        .offset-xl-3 {
            margin-left: 25%
        }

        .offset-xl-4 {
            margin-left: 33.33333333%
        }

        .offset-xl-5 {
            margin-left: 41.66666667%
        }

        .offset-xl-6 {
            margin-left: 50%
        }

        .offset-xl-7 {
            margin-left: 58.33333333%
        }

        .offset-xl-8 {
            margin-left: 66.66666667%
        }

        .offset-xl-9 {
            margin-left: 75%
        }

        .offset-xl-10 {
            margin-left: 83.33333333%
        }

        .offset-xl-11 {
            margin-left: 91.66666667%
        }
    }

    .table {
        width: 100%;
        margin-bottom: 1rem;
        color: #212529
    }

    .table-bordered {
        border: 1px solid #dee2e6
    }

    .table-dark {
        background-color: #c6c8ca
    }

    .table-hover .table-dark:hover {
        background-color: #b9bbbe
    }

    .table-dark {
        color: #fff;
        background-color: #343a40
    }

    .table-dark.table-bordered {
        border: 0
    }

    @media (max-width:767.98px) {
        .table-responsive-md {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch
        }

        .table-responsive-md>.table-bordered {
            border: 0
        }
    }

    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .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: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .form-control {
            transition: none
        }
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #495057
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1
    }

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        -webkit-appearance: none;
        appearance: none
    }

    select.form-control:focus::-ms-value {
        color: #495057;
        background-color: #fff
    }

    .form-control-file,
    .form-control-range {
        display: block;
        width: 100%
    }

    .col-form-label {
        padding-top: calc(.375rem + 1px);
        padding-bottom: calc(.375rem + 1px);
        margin-bottom: 0;
        font-size: inherit;
        line-height: 1.5
    }

    .col-form-label-lg {
        padding-top: calc(.5rem + 1px);
        padding-bottom: calc(.5rem + 1px);
        font-size: 1.25rem;
        line-height: 1.5
    }

    .col-form-label-sm {
        padding-top: calc(.25rem + 1px);
        padding-bottom: calc(.25rem + 1px);
        font-size: .875rem;
        line-height: 1.5
    }

    .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
    }

    .form-control-plaintext.form-control-lg,
    .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

    .form-control-sm {
        height: calc(1.5em + .5rem + 2px);
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem
    }

    .form-control-lg {
        height: calc(1.5em + 1rem + 2px);
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem
    }

    select.form-control[multiple],
    select.form-control[size],
    textarea.form-control {
        height: auto
    }

    .form-group {
        margin-bottom: 1rem
    }

    .form-text {
        display: block;
        margin-top: .25rem
    }

    .form-row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px
    }

    .form-row>.col,
    .form-row>[class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

    .form-check {
        position: relative;
        display: block;
        padding-left: 1.25rem
    }

    .form-check-input {
        position: absolute;
        margin-top: .3rem;
        margin-left: -1.25rem
    }

    .form-check-input:disabled~.form-check-label,
    .form-check-input[disabled]~.form-check-label {
        color: #6c757d
    }

    .form-check-label {
        margin-bottom: 0
    }

    .form-check-inline {
        display: inline-flex;
        align-items: center;
        padding-left: 0;
        margin-right: .75rem
    }

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

    .valid-feedback {
        display: none;
        width: 100%;
        margin-top: .25rem;
        font-size: 80%;
        color: #28a745
    }

    .valid-tooltip {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 5;
        display: none;
        max-width: 100%;
        padding: .25rem .5rem;
        margin-top: .1rem;
        font-size: .875rem;
        line-height: 1.5;
        color: #fff;
        background-color: rgba(40, 167, 69, .9);
        border-radius: .25rem
    }

    .form-row>.col>.valid-tooltip,
    .form-row>[class*=col-]>.valid-tooltip {
        left: 5px
    }

    .is-valid~.valid-feedback,
    .is-valid~.valid-tooltip {
        display: block
    }

    .form-control.is-valid {
        border-color: #28a745;
        padding-right: calc(1.5em + .75rem);
        background-image: url("data:image/svg+xml;charset=utf-8,%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(.375em + .1875rem) center;
        background-size: calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-control.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
    }

    textarea.form-control.is-valid {
        padding-right: calc(1.5em + .75rem);
        background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
    }

    .custom-select.is-valid {
        border-color: #28a745;
        padding-right: calc(.75em + 2.3125rem);
        background: url("data:image/svg+xml;charset=utf-8,%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") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
    }

    .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
    }

    .form-check-input.is-valid~.form-check-label {
        color: #28a745
    }

    .form-check-input.is-valid~.valid-feedback,
    .form-check-input.is-valid~.valid-tooltip {
        display: block
    }

    .custom-control-input.is-valid~.custom-control-label {
        color: #28a745
    }

    .custom-control-input.is-valid~.custom-control-label:before {
        border-color: #28a745
    }

    .custom-control-input.is-valid:checked~.custom-control-label:before {
        border-color: #34ce57;
        background-color: #34ce57
    }

    .custom-control-input.is-valid:focus~.custom-control-label:before {
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
    }

    .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
    .custom-file-input.is-valid~.custom-file-label {
        border-color: #28a745
    }

    .custom-file-input.is-valid:focus~.custom-file-label {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
    }

    .invalid-feedback {
        display: none;
        width: 100%;
        margin-top: .25rem;
        font-size: 80%;
        color: #dc3545
    }

    .is-invalid~.invalid-feedback {
        display: block
    }

    .form-control.is-invalid {
        border-color: #dc3545;
        padding-right: calc(1.5em + .75rem);
        background-image: url("data:image/svg+xml;charset=utf-8,%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(.375em + .1875rem) center;
        background-size: calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
    }

    textarea.form-control.is-invalid {
        padding-right: calc(1.5em + .75rem);
        background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
    }

    .custom-select.is-invalid {
        border-color: #dc3545;
        padding-right: calc(.75em + 2.3125rem);
        background: url("data:image/svg+xml;charset=utf-8,%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") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
    }

    .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
    }

    .form-check-input.is-invalid~.form-check-label {
        color: #dc3545
    }

    .form-check-input.is-invalid~.invalid-feedback {
        display: block
    }

    .custom-control-input.is-invalid~.custom-control-label {
        color: #dc3545
    }

    .custom-control-input.is-invalid~.custom-control-label:before {
        border-color: #dc3545
    }

    .custom-control-input.is-invalid:checked~.custom-control-label:before {
        border-color: #e4606d;
        background-color: #e4606d
    }

    .custom-control-input.is-invalid:focus~.custom-control-label:before {
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
    }

    .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
    .custom-file-input.is-invalid~.custom-file-label {
        border-color: #dc3545
    }

    .custom-file-input.is-invalid:focus~.custom-file-label {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
    }

    .form-inline {
        display: flex;
        flex-flow: row wrap;
        align-items: center
    }

    .form-inline .form-check {
        width: 100%
    }

    @media (min-width:576px) {
        .form-inline label {
            justify-content: center
        }

        .form-inline .form-group,
        .form-inline label {
            display: flex;
            align-items: center;
            margin-bottom: 0
        }

        .form-inline .form-group {
            flex: 0 0 auto;
            flex-flow: row wrap
        }

        .form-inline .form-control {
            display: inline-block;
            width: auto;
            vertical-align: middle
        }

        .form-inline .form-control-plaintext {
            display: inline-block
        }

        .form-inline .custom-select,
        .form-inline .input-group {
            width: auto
        }

        .form-inline .form-check {
            display: flex;
            align-items: center;
            justify-content: center;
            width: auto;
            padding-left: 0
        }

        .form-inline .form-check-input {
            position: relative;
            flex-shrink: 0;
            margin-top: 0;
            margin-right: .25rem;
            margin-left: 0
        }

        .form-inline .custom-control {
            align-items: center;
            justify-content: center
        }

        .form-inline .custom-control-label {
            margin-bottom: 0
        }
    }

    .btn {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        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) {
        .btn {
            transition: none
        }
    }

    .btn:hover {
        color: #212529;
        text-decoration: none
    }

    .btn.focus,
    .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .btn.disabled,
    .btn:disabled {
        opacity: .65
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer
    }

    a.btn.disabled,
    fieldset:disabled a.btn {
        pointer-events: none
    }

    .btn-primary {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary.focus,
    .btn-primary:focus,
    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus,
    .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show>.btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .show>.btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
    }

    .btn-secondary {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary.focus,
    .btn-secondary:focus,
    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus,
    .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show>.btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

    .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .btn-secondary:not(:disabled):not(.disabled):active:focus,
    .show>.btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
    }

    .btn-success {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success.focus,
    .btn-success:focus,
    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus,
    .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active,
    .btn-success:not(:disabled):not(.disabled):active,
    .show>.btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

    .btn-success:not(:disabled):not(.disabled).active:focus,
    .btn-success:not(:disabled):not(.disabled):active:focus,
    .show>.btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
    }

    .btn-danger {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger.focus,
    .btn-danger:focus,
    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus,
    .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
    }

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled).active,
    .btn-danger:not(:disabled):not(.disabled):active,
    .show>.btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

    .btn-danger:not(:disabled):not(.disabled).active:focus,
    .btn-danger:not(:disabled):not(.disabled):active:focus,
    .show>.btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
    }

    .btn-outline-secondary {
        color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus,
    .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
    }

    .btn-outline-secondary.disabled,
    .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .btn-outline-secondary:not(:disabled):not(.disabled):active,
    .show>.btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
    .show>.btn-outline-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
    }

    .btn-outline-info {
        color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus,
    .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
    }

    .btn-outline-info.disabled,
    .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active,
    .btn-outline-info:not(:disabled):not(.disabled):active,
    .show>.btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .btn-outline-info:not(:disabled):not(.disabled):active:focus,
    .show>.btn-outline-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
    }

    .btn-lg {
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem
    }

    .btn-sm {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem
    }

    .btn-block {
        display: block;
        width: 100%
    }

    .btn-block+.btn-block {
        margin-top: .5rem
    }

    input[type=button].btn-block,
    input[type=reset].btn-block,
    input[type=submit].btn-block {
        width: 100%
    }

    .fade {
        transition: opacity .15s linear
    }

    @media (prefers-reduced-motion:reduce) {
        .fade {
            transition: none
        }
    }

    .fade:not(.show) {
        opacity: 0
    }

    .collapse:not(.show) {
        display: none
    }

    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        transition: height .35s ease
    }

    @media (prefers-reduced-motion:reduce) {
        .collapsing {
            transition: none
        }
    }

    .nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .nav-link {
        display: block;
        padding: .5rem 1rem
    }

    .nav-link:focus,
    .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

    .nav-tabs {
        border-bottom: 1px solid #dee2e6
    }

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border-color: #e9ecef #e9ecef #dee2e6
    }

    .nav-tabs .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff
    }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .nav-pills .nav-link {
        border-radius: .25rem
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #fff;
        background-color: #007bff
    }

    .nav-fill .nav-item,
    .nav-fill>.nav-link {
        flex: 1 1 auto;
        text-align: center
    }

    .nav-justified .nav-item,
    .nav-justified>.nav-link {
        flex-basis: 0;
        flex-grow: 1;
        text-align: center
    }

    .tab-content>.tab-pane {
        display: none
    }

    .tab-content>.active {
        display: block
    }

    .navbar {
        position: relative;
        padding: .5rem 1rem
    }

    .navbar,
    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-md {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

    .navbar-brand {
        display: inline-block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap
    }

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-text {
        display: inline-block;
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center
    }

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem
    }

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat 50%;
        background-size: 100% 100%
    }

    @media (max-width:575.98px) {

        .navbar-expand-sm>.container,
        .navbar-expand-sm>.container-fluid,
        .navbar-expand-sm>.container-md {
            padding-right: 0;
            padding-left: 0
        }
    }

    @media (min-width:576px) {
        .navbar-expand-sm {
            flex-flow: row nowrap;
            justify-content: flex-start
        }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

        .navbar-expand-sm .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand-sm .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

        .navbar-expand-sm>.container,
        .navbar-expand-sm>.container-fluid,
        .navbar-expand-sm>.container-md {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
    }

    @media (max-width:767.98px) {

        .navbar-expand-md>.container,
        .navbar-expand-md>.container-fluid,
        .navbar-expand-md>.container-md {
            padding-right: 0;
            padding-left: 0
        }
    }

    @media (min-width:768px) {
        .navbar-expand-md {
            flex-flow: row nowrap;
            justify-content: flex-start
        }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

        .navbar-expand-md .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand-md .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

        .navbar-expand-md>.container,
        .navbar-expand-md>.container-fluid,
        .navbar-expand-md>.container-md {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: flex;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
    }

    .navbar-expand {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand>.container,
    .navbar-expand>.container-fluid,
    .navbar-expand>.container-md {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

    .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand>.container,
    .navbar-expand>.container-fluid,
    .navbar-expand>.container-md {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: flex;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

    .navbar-light .navbar-brand,
    .navbar-light .navbar-brand:focus,
    .navbar-light .navbar-brand:hover {
        color: rgba(0, 0, 0, .9)
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, .5)
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, .7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, .3)
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color: rgba(0, 0, 0, .9)
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .1)
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path stroke="rgba(0,0,0,0.5)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>')
    }

    .navbar-light .navbar-text {
        color: rgba(0, 0, 0, .5)
    }

    .navbar-light .navbar-text a,
    .navbar-light .navbar-text a:focus,
    .navbar-light .navbar-text a:hover {
        color: rgba(0, 0, 0, .9)
    }

    .navbar-dark .navbar-brand,
    .navbar-dark .navbar-brand:focus,
    .navbar-dark .navbar-brand:hover {
        color: #fff
    }

    .navbar-dark .navbar-nav .nav-link {
        color: hsla(0, 0%, 100%, .5)
    }

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: hsla(0, 0%, 100%, .75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: hsla(0, 0%, 100%, .25)
    }

    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
        color: #fff
    }

    .navbar-dark .navbar-toggler {
        color: hsla(0, 0%, 100%, .5);
        border-color: hsla(0, 0%, 100%, .1)
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path stroke="rgba(255,255,255,0.5)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>')
    }

    .navbar-dark .navbar-text {
        color: hsla(0, 0%, 100%, .5)
    }

    .navbar-dark .navbar-text a,
    .navbar-dark .navbar-text a:focus,
    .navbar-dark .navbar-text a:hover {
        color: #fff
    }

    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem
    }

    .card>hr {
        margin-right: 0;
        margin-left: 0
    }

    .card>.list-group {
        border-top: inherit;
        border-bottom: inherit
    }

    .card>.list-group:first-child {
        border-top-width: 0;
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    .card>.list-group:last-child {
        border-bottom-width: 0;
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px)
    }

    .card>.card-header+.list-group,
    .card>.list-group+.card-footer {
        border-top: 0
    }

    .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem
    }

    .card-title {
        margin-bottom: .75rem
    }

    .card-subtitle {
        margin-top: -.375rem
    }

    .card-subtitle,
    .card-text:last-child {
        margin-bottom: 0
    }

    .card-link:hover {
        text-decoration: none
    }

    .card-link+.card-link {
        margin-left: 1.25rem
    }

    .card-header {
        padding: .75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, .03);
        border-bottom: 1px solid rgba(0, 0, 0, .125)
    }

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-footer {
        padding: .75rem 1.25rem;
        background-color: rgba(0, 0, 0, .03);
        border-top: 1px solid rgba(0, 0, 0, .125)
    }

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

    .card-header-tabs {
        margin-bottom: -.75rem;
        border-bottom: 0
    }

    .card-header-pills,
    .card-header-tabs {
        margin-right: -.625rem;
        margin-left: -.625rem
    }

    .card-img-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        border-radius: calc(.25rem - 1px)
    }

    .card-img,
    .card-img-bottom,
    .card-img-top {
        flex-shrink: 0;
        width: 100%
    }

    .card-img,
    .card-img-top {
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    .card-img,
    .card-img-bottom {
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px)
    }

    .card-deck .card {
        margin-bottom: 15px
    }

    @media (min-width:576px) {
        .card-deck {
            display: flex;
            flex-flow: row wrap;
            margin-right: -15px;
            margin-left: -15px
        }

        .card-deck .card {
            flex: 1 0;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
    }

    .card-group>.card {
        margin-bottom: 15px
    }

    @media (min-width:576px) {
        .card-group {
            display: flex;
            flex-flow: row wrap
        }

        .card-group>.card {
            flex: 1 0;
            margin-bottom: 0
        }

        .card-group>.card+.card {
            margin-left: 0;
            border-left: 0
        }

        .card-group>.card:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .card-group>.card:not(:last-child) .card-header,
        .card-group>.card:not(:last-child) .card-img-top {
            border-top-right-radius: 0
        }

        .card-group>.card:not(:last-child) .card-footer,
        .card-group>.card:not(:last-child) .card-img-bottom {
            border-bottom-right-radius: 0
        }

        .card-group>.card:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .card-group>.card:not(:first-child) .card-header,
        .card-group>.card:not(:first-child) .card-img-top {
            border-top-left-radius: 0
        }

        .card-group>.card:not(:first-child) .card-footer,
        .card-group>.card:not(:first-child) .card-img-bottom {
            border-bottom-left-radius: 0
        }
    }

    .card-columns .card {
        margin-bottom: .75rem
    }

    @media (min-width:576px) {
        .card-columns {
            -webkit-column-count: 3;
            column-count: 3;
            -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
            orphans: 1;
            widows: 1
        }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
    }

    .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        padding: .75rem 1rem;
        margin-bottom: 1rem;
        list-style: none;
        background-color: #e9ecef;
        border-radius: .25rem
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: .5rem
    }

    .breadcrumb-item+.breadcrumb-item:before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item+.breadcrumb-item:hover:before {
        text-decoration: underline;
        text-decoration: none
    }

    .breadcrumb-item.active {
        color: #6c757d
    }

    .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
        border-radius: .25rem
    }

    .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6
    }

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
    }

    .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .page-item:last-child .page-link {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

    .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .page-item.disabled .page-link {
        color: #6c757d;
        pointer-events: none;
        cursor: auto;
        background-color: #fff;
        border-color: #dee2e6
    }

    .pagination-lg .page-link {
        padding: .75rem 1.5rem;
        font-size: 1.25rem;
        line-height: 1.5
    }

    .pagination-lg .page-item:first-child .page-link {
        border-top-left-radius: .3rem;
        border-bottom-left-radius: .3rem
    }

    .pagination-lg .page-item:last-child .page-link {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem
    }

    .pagination-sm .page-link {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5
    }

    .pagination-sm .page-item:first-child .page-link {
        border-top-left-radius: .2rem;
        border-bottom-left-radius: .2rem
    }

    .pagination-sm .page-item:last-child .page-link {
        border-top-right-radius: .2rem;
        border-bottom-right-radius: .2rem
    }

    .badge {
        display: inline-block;
        padding: .25em .4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        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) {
        .badge {
            transition: none
        }
    }

    a.badge:focus,
    a.badge:hover {
        text-decoration: none
    }

    .badge:empty {
        display: none
    }

    .btn .badge {
        position: relative;
        top: -1px
    }

    .badge-pill {
        padding-right: .6em;
        padding-left: .6em;
        border-radius: 10rem
    }

    .badge-secondary {
        color: #fff;
        background-color: #6c757d
    }

    a.badge-secondary:focus,
    a.badge-secondary:hover {
        color: #fff;
        background-color: #545b62
    }

    a.badge-secondary.focus,
    a.badge-secondary:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
    }

    .badge-danger {
        color: #fff;
        background-color: #dc3545
    }

    a.badge-danger:focus,
    a.badge-danger:hover {
        color: #fff;
        background-color: #bd2130
    }

    a.badge-danger.focus,
    a.badge-danger:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
    }

    .App {
        display: flex;
        flex-direction: column
    }

    .App>.pageContent {
        flex: 1 1;
        overflow: auto;
        padding-top: 10px
    }

    .navbar-nav {
        flex-direction: row
    }

    .navbar-nav>* {
        padding-left: 10px
    }

    .container {
        width: 100%;
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px
    }

    @media only screen and (min-width:768px) {
        .container {
            display: flex;
            flex-wrap: wrap;
            padding-left: 30px;
            padding-right: 30px
        }

        .container.dir-column {
            flex-direction: column
        }
    }

    .irkojW {
        padding-bottom: 60px;
        padding-top: 30px;
        border-top: 2px solid #dddfe8;
        margin-top: 30px;
        font-size: 13px;
        line-height: 1.75;
        color: #a6a8bf
    }

    .irkojW.dark {
        background: #202438;
        border-top: none;
        margin-top: 0;
        padding-top: 60px
    }

    .irkojW.dark .monster {
        opacity: .5
    }

    .irkojW .footer-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: top;
        -webkit-box-align: top;
        -ms-flex-align: top;
        align-items: top;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .irkojW .footer-col {
        display: inline-block;
        vertical-align: top;
        min-width: 140px;
        margin-bottom: 20px
    }

    @media only screen and (min-width:768px) {
        .irkojW .footer-col.right {
            text-align: right
        }
    }

    .irkojW .footer-col img {
        display: inline
    }

    .irkojW .footer-col a {
        color: inherit;
        cursor: pointer
    }

    .irkojW h5 {
        margin: 0;
        font-size: inherit
    }

    .irkojW hr {
        margin-top: 0
    }

    .irkojW .footer-show-qr {
        position: relative
    }

    .irkojW .footer-show-qr img {
        display: none;
        background: #fff;
        position: absolute;
        bottom: 100%;
        margin-bottom: 2px;
        left: 0;
        padding: 20px;
        border: 1px solid #a6a8bf
    }

    .irkojW .footer-show-qr mip-img {
        max-width: 100px
    }

    .irkojW .footer-show-qr mip-img img {
        display: block;
        bottom: auto
    }

    .irkojW .footer-show-qr:hover {
        color: #404458
    }

    .irkojW .footer-show-qr:hover img {
        display: block
    }

    .iDJCiE {
        height: 66px
    }

    .lWSEr {
        background: 0 0;
        padding: 0;
        margin-bottom: 50px
    }

    .lWSEr.narrow-nav {
        margin-bottom: 0
    }

    .lWSEr.narrow-nav .navbar {
        border-bottom: none;
        padding: 15px 0
    }

    .lWSEr.sticky-nav {
        position: fixed;
        z-index: 100;
        background: #fff;
        width: 100%;
        top: 0;
        box-shadow: 0 1px 8px rgba(0, 0, 0, .2)
    }

    .lWSEr .navbar {
        padding: 30px 0 20px;
        border-bottom: 2px solid #606478;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .lWSEr .navbar-nav {
        margin-right: 0;
        margin-left: auto;
        text-align: right
    }

    .lWSEr amp-sidebar .navbar-nav .nav-item {
        display: block;
        padding-left: 40px;
        padding-right: 40px;
        text-align: left;
        line-height: 40px
    }

    .lWSEr amp-sidebar .navbar-nav .nav-item:last-child {
        padding-right: 40px
    }

    .lWSEr .navbar-brand,
    .lWSEr .navbar-light .navbar-brand {
        color: #f67001;
        font-family: "segoe ui", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px
    }

    .lWSEr .navbar-brand:hover,
    .lWSEr .navbar-light .navbar-brand:hover {
        color: #f67001
    }

    .lWSEr .navbar-label {
        vertical-align: middle;top:3px;position: relative;
    }

    .lWSEr .navbar-nav {
        color: #404458;
        vertical-align: middle;
        display: block
    }

    .lWSEr .navbar-nav .nav-link {
        padding: 5px;
        margin: -5px
    }

    .lWSEr .navbar-nav .nav-item {
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
        font-size: 14px;
        padding-left: 25px
    }

    @media (max-width:1180px) {
        .lWSEr .navbar-nav .nav-item {
            padding-left: 21px
        }
    }

    @media (max-width:1080px) {
        .lWSEr .navbar-nav .nav-item {
            padding-left: 18px
        }
    }

    @media (max-width:980px) {
        .lWSEr .navbar-nav .nav-item {
            padding-left: 15px
        }
    }

    .lWSEr .navbar-nav .nav-item a:not(.btn) {
        color: inherit
    }

    .lWSEr .navbar-nav .nav-item a:not(.btn):hover {
        color: #f67001
    }

    .lWSEr img.navbar-logo {
        max-height: 25px;
        margin: 0 4px;
        display: inline
    }


    .lWSEr .mobile-show {
        display: none
    }

    @media only screen and (max-width:767px) {
        .lWSEr {
            margin-bottom: 30px
        }

        .lWSEr .mobile-hidden {
            display: none
        }

        .lWSEr .mobile-show {
            display: block
        }
    }

    body,
    html {
        min-height: 100%;
        background: #fff
    }

    .dwTHlo {
        color: #404458;
        font-family: "segoe ui", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif
    }

    .dwTHlo .clearfix::after {
        content: "";
        clear: both;
        display: table
    }

    .dwTHlo::selection {
        background: rgba(183, 154, 218, .99);
        color: #fff;
        text-shadow: none;
        opacity: 1
    }

    .dwTHlo::-moz-selection {
        background: rgba(183, 154, 218, .99);
        color: #fff;
        text-shadow: none;
        opacity: 1
    }

    .dwTHlo p {
        line-height: 1.75;
        margin-bottom: 1.25rem
    }

    .dwTHlo img {
        max-width: 100%;
        display: block;
        border-radius: 2px
    }

    .dwTHlo a {
        color: #1bb0e6
    }

    .dwTHlo a:hover {
        color: #1fccff
    }

    .dwTHlo hr {
        border: none;
        border-top: 1px solid #c6c8d8;
        height: 0;
        outline: 0;
        box-shadow: none;
        margin: 20px 0
    }

    .dwTHlo .btn,
    .dwTHlo .btn.btn-primary {
        color: #fff;
        background: #f67001;
        border: none;
        font-weight: 700
    }

    .dwTHlo .btn.btn-primary:active,
    .dwTHlo .btn.btn-primary:focus,
    .dwTHlo .btn.btn-primary:focus:active,
    .dwTHlo .btn.btn-primary:hover,
    .dwTHlo .btn.btn-primary:hover:active,
    .dwTHlo .btn:active,
    .dwTHlo .btn:focus,
    .dwTHlo .btn:focus:active,
    .dwTHlo .btn:hover,
    .dwTHlo .btn:hover:active {
        background: #ff6a00;
        outline: 0;
        box-shadow: none;
        color: #fff
    }

    .dwTHlo .display-3 {
        line-height: 1.1;
        font-size: 3.2em
    }

    @media (max-width:1023px) {
        .dwTHlo .display-3 {
            font-size: 2.8em
        }
    }

    @media (max-width:727px) {
        .dwTHlo .display-3 {
            font-size: 2.4em
        }
    }

    .dwTHlo .page-link {
        color: #1bb0e6
    }

    .dwTHlo .page-link:hover {
        color: #1fccff;
        background: #fff
    }

    .dwTHlo .page-link:focus {
        box-shadow: none
    }

    .dwTHlo h1,
    .dwTHlo h2 {
        font-weight: 300;
        line-height: 1.1
    }

    .dwTHlo h1.smallcaps,
    .dwTHlo h2.smallcaps,
    .dwTHlo h3.smallcaps,
    .dwTHlo h4.smallcaps,
    .dwTHlo h5.smallcaps,
    .dwTHlo h6.smallcaps {
        font-size: 14px;
        text-transform: uppercase;
        -webkit-letter-spacing: 1px;
        -moz-letter-spacing: 1px;
        -ms-letter-spacing: 1px;
        letter-spacing: 1px;
        font-weight: 400;
        color: #86889a;
        font-family: "segoe ui", "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
        margin-bottom: 20px
    }

    .dwTHlo .pageContent {
        margin-bottom: 50px
    }

    .dwTHlo .pageContent.noFooter {
        margin-bottom: 0
    }

    .dwTHlo .badge,
    .dwTHlo a.badge-secondary {
        background: 0 0;
        color: #f67001;
        border: 1px solid #f67001;
        font-weight: 400;
        margin-right: 4px;
        margin: 0 4px 4px 0;
        padding: .5em .8em
    }

    .dwTHlo .badge a,
    .dwTHlo a.badge-secondary a {
        color: inherit
    }

    .dwTHlo .badge:hover,
    .dwTHlo a.badge-secondary:hover {
        color: #fff;
        background: #f67001
    }

    .dwTHlo .badge:active,
    .dwTHlo .badge:focus,
    .dwTHlo .badge:focus:active,
    .dwTHlo a.badge-secondary:active,
    .dwTHlo a.badge-secondary:focus,
    .dwTHlo a.badge-secondary:focus:active {
        color: #fff;
        background: #f67001;
        box-shadow: none
    }

    .dwTHlo .badge.big,
    .dwTHlo a.badge-secondary.big {
        padding: .9em 1.6em;
        font-size: 100%;
        border: 2px solid #f67001;
        font-weight: 700
    }

    .dwTHlo .tag-header {
        background: #f67001;
        color: #fff;
        padding: 20px 30px;
        border-radius: 2px;
        margin-bottom: 40px
    }

    .dwTHlo .tag-header a {
        color: inherit;
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    @media only screen and (max-width:767px) {
        .dwTHlo .tag-header {
            padding: 15px 20px
        }

        .dwTHlo .tag-header h1 {
            font-size: 1.5em
        }
    }

    .dwTHlo .dark-footer-container {
        background: #202438
    }

    .dwTHlo .mobile-show {
        display: none
    }

    @media (max-width:768px) {
        .dwTHlo .mobile-show {
            display: block
        }

        .dwTHlo .mobile-hide {
            display: none
        }
    }

    .dwTHlo .mobile-hide .banner a.banner-link {
        border-radius: 0 0 6px 6px
    }

    .bpGihR .subtitle {
        color: #f67001;
        margin-bottom: 10px;
        margin-top: 5px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-letter-spacing: 1px;
        -moz-letter-spacing: 1px;
        -ms-letter-spacing: 1px;
        letter-spacing: 1px
    }

    .bpGihR .subtitle a {
        color: #f67001;
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    .iOvbDG {
        margin-bottom: 60px;
        border: none;
        border-radius: 0;
        padding: 0 0 50px 0;
        border-bottom: 1px solid #dddfe8
    }

    @media (max-width:1023px) {
        .iOvbDG {
            margin-bottom: 45px;
            padding: 0 0 40px 0
        }
    }

    .iOvbDG .card-body {
        padding: 0
    }

    .iOvbDG .card-title {
        margin-bottom: 20px;
        font-size: 2.6em;
        -webkit-letter-spacing: -1px;
        -moz-letter-spacing: -1px;
        -ms-letter-spacing: -1px;
        letter-spacing: -1px;
        line-height: 1.1;
        font-weight: 300;
        color: #202438
    }

    .iOvbDG .card-title a {
        color: inherit
    }

    .iOvbDG .card-title a:hover {
        -webkit-text-decoration: none;
        text-decoration: none;
        color: #f67001;
        -webkit-transition: .2s color ease-Out;
        transition: .2s color ease-Out
    }

    @media (max-width:1023px) {
        .iOvbDG .card-title {
            font-size: 2.3em
        }
    }

    @media (max-width:727px) {
        .iOvbDG .card-title {
            font-size: 1.8em
        }
    }

    .iOvbDG .post-image-wrapper {
        max-height: 280px;
        overflow: hidden;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .iOvbDG .post-image-wrapper a {
        width: 100%;
        display: block
    }

    .iOvbDG .post-image-wrapper .post-image {
        max-width: 800px
    }

    @media (max-width:1023px) {
        .iOvbDG .post-image-wrapper {
            max-height: 220px
        }
    }

    @media (max-width:727px) {
        .iOvbDG .post-image-wrapper {
            max-height: 180px
        }
    }

    .iOvbDG .post-image-wrapper .gatsby-image-wrapper,
    .iOvbDG .post-image-wrapper img {
        box-shadow: 0 0 2px rgba(0, 0, 0, .1)
    }

    .iOvbDG.sm {
        border-bottom: none;
        margin-bottom: 20px
    }

    .iOvbDG.sm .card-title {
        margin-bottom: 10px;
        font-size: 1.8em;
        line-height: 1.25
    }

    @media (max-width:1023px) {
        .iOvbDG.sm .card-title {
            font-size: 1.5em
        }
    }

    @media (max-width:727px) {
        .iOvbDG.sm .card-title {
            font-size: 1.5em
        }
    }

    .iOvbDG.sm .post-image-wrapper {
        max-height: 160px;
        margin-bottom: 10px
    }

    @media (max-width:1023px) {
        .iOvbDG.sm .post-image-wrapper {
            max-height: 140px
        }
    }

    @media (max-width:727px) {
        .iOvbDG.sm .post-image-wrapper {
            max-height: 120px
        }
    }

    .iOvbDG.xs {
        margin-bottom: 25px;
        padding-bottom: 15px
    }

    .iOvbDG.xs .card-title {
        font-size: 1.4em;
        line-height: 1.25;
        -webkit-letter-spacing: 0;
        -moz-letter-spacing: 0;
        -ms-letter-spacing: 0;
        letter-spacing: 0;
        font-weight: 400;
        margin-bottom: 10px
    }

    .iOvbDG.xs:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .iOvbDG.xs .post-image-wrapper {
        width: 100px;
        margin-bottom: 8px;
        position: relative
    }

    .iOvbDG.xs .post-image-wrapper .gatsby-image-wrapper {
        max-width: 100px
    }

    .iOvbDG.no-margin {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0
    }

    .iOvbDG.no-border {
        border: none
    }

    @media (min-width:500px) {
        .iOvbDG.float .post-image-wrapper {
            float: left;
            min-width: 160px;
            margin-right: 25px
        }
    }

    .fYQXVq .phone_select,
    .fYQXVq input {
        width: 100%;
        box-sizing: border-box;
        height: 46px
    }

    .fYQXVq input:focus {
        outline: 0;
        background-color: transparent
    }

    .fYQXVq .show-register {
        display: none
    }

    .fYQXVq .terms {
        font-size: 14px
    }

    .fYQXVq .terms,
    .fYQXVq .terms a {
        color: #b4b7c1
    }

    .fYQXVq .terms a {
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    .fYQXVq .close-modal {
        position: absolute;
        top: 15px;
        right: 15px;
        height: 25px;
        line-height: 21px;
        font-size: 25px;
        cursor: pointer;
        color: #999;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .fYQXVq .register-dark {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        display: none;
        background-color: rgba(0, 0, 0, .5);
        z-index: 9999
    }

    .fYQXVq .register-inner {
        margin: auto
    }

    .fYQXVq .field {
        zoom: 1;
        margin: 0 auto;
        margin-bottom: 10px;
        position: relative
    }

    .fYQXVq .send-verification-code {
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #29aad8;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .fYQXVq .input-phone {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        color: #444;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .25) inset
    }

    .fYQXVq .input-phone-number {
        position: relative;
        -webkit-flex: 6;
        -ms-flex: 6;
        flex: 6;
        border-radius: 0 5px 5px 0;
        overflow: hidden
    }

    .fYQXVq .phone-signup,
    .fYQXVq .simple_form {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        background-color: #fff;
        border-radius: 10px
    }

    .fYQXVq .simple_form {
        max-width: 410px;
        box-sizing: border-box;
        padding: 50px
    }

    @media (max-width:720px) {
        .fYQXVq .simple_form {
            padding: 40px 30px
        }
    }

    .fYQXVq .simple_form h3 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .fYQXVq .phone-signup {
        margin-top: 20px
    }

    .fYQXVq .register-bottom {
        margin-top: 10px
    }

    .fYQXVq .input-phone {
        font-size: 16px;
        position: relative
    }

    .fYQXVq .input-phone .select-custom {
        width: 100%
    }

    .fYQXVq .input-phone .select-custom .select__control {
        position: relative;
        border-radius: 4px
    }

    .fYQXVq .input-phone .select-custom .select__control .select__indicators {
        position: absolute;
        top: 50%;
        left: 50px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        border-right: 1px solid #ccc;
        height: 100%
    }

    .fYQXVq .input-phone .select-custom .select__control .select__indicators .select__indicator-separator {
        display: none
    }

    .fYQXVq .input-phone .input-phone-number {
        position: absolute;
        top: 50%;
        left: 95px;
        -webkit-transform: translate(0, -49%);
        -ms-transform: translate(0, -49%);
        transform: translate(0, -49%)
    }

    .fYQXVq .input-phone .input-phone-number input::-webkit-input-placeholder {
        color: #b4b7c1
    }

    .fYQXVq .input-phone .input-phone-number input {
        border: 0
    }

    .fYQXVq .verification-code-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 4px
    }

    .fYQXVq .verification-code-content .clear-default-input {
        border: 0;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
        border-radius: 4px;
        padding-left: 10px
    }

    .fYQXVq .verification-code-content .clear-default-input::-webkit-input-placeholder {
        color: #b4b7c1
    }

    .fYQXVq .verification-code-content .send-verification-code {
        display: inline-block;
        -webkit-flex: 1 0 100px;
        -ms-flex: 1 0 100px;
        flex: 1 0 100px;
        color: #29aad8;
        cursor: pointer;
        text-align: center
    }

    .fYQXVq .verification-code-content .send-verification-code:hover {
        color: #75ade3
    }

    .fYQXVq .sending {
        color: #b4b7c1 !important
    }

    .fYQXVq .sending:hover {
        color: #b4b7c1
    }

    .fYQXVq .new-terms {
        display: inline-block;
        cursor: pointer;
        text-align: center
    }

    .fYQXVq .new-terms .terms-check {
        margin: 5px;
        float: left;
        cursor: pointer;
        width: 14px;
        height: 14px
    }

    .fYQXVq .image-verification-content {
        position: relative;
        padding: 30px;
        border-radius: 10px;
        background-color: #fff
    }

    .fYQXVq .image-verification-content .verification-title {
        margin: 10px auto;
        text-align: center;
        line-height: 25px;
        color: #333
    }

    .fYQXVq .image-verification-content .captcha-form {
        margin-top: 25px
    }

    .fYQXVq .image-verification-content .field {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .fYQXVq .image-verification-content .field .captcha-code {
        padding: 0 10px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: 0;
        width: 62%
    }

    .fYQXVq .image-verification-content .field .captcha {
        -webkit-flex: 3;
        -ms-flex: 3;
        flex: 3;
        margin-left: 20px;
        height: 40px;
        border: 1px solid #ccc;
        width: 25%;
        cursor: pointer
    }

    .fYQXVq .image-verification-content .send-captcha-code {
        border: 0;
        margin-top: 20px;
        width: 100%;
        height: 40px;
        background-color: #f67001;
        color: #f9ffd9;
        font-size: 15px;
        font-weight: 500;
        outline: 0;
        cursor: pointer;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .ZxHvx .consult {
        position: fixed;
        bottom: 66px;
        right: 10px;
        max-width: 312px;
        z-index: 9
    }

    .ZxHvx .consult img {
        cursor: pointer;
        width: 100%
    }

    @media (max-width:720px) {
        .ZxHvx .consult {
            max-width: 242px
        }
    }

    .jAJtvK .sticky-bottom {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #f67001;
        color: #fff;
        font-weight: 700;
        padding: 8px 12px 12px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        z-index: 1000;
        text-align: center;
        vertical-align: middle;
        -webkit-transition: all .1s;
        transition: all .1s
    }

    .jAJtvK .sticky-bottom:hover {
        color: #fff;
        -webkit-text-decoration: none;
        text-decoration: none;
        background: #f67001
    }

    @media (max-width:720px) {
        .jAJtvK .sticky-bottom {
            padding: 10px 10px 15px;
            font-size: 90%
        }
    }

    .jAJtvK .left {
        text-align: left
    }

    .jAJtvK .center {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .jAJtvK ol,
    .jAJtvK p,
    .jAJtvK ul {
        color: #86889a
    }

    .jAJtvK ol strong,
    .jAJtvK p strong,
    .jAJtvK ul strong {
        color: #f67001
    }

    .jAJtvK img {
        max-width: 100%;margin:auto
    }

    .jAJtvK .btn-ghost {
        background: 0 0;
        border: 2px solid
    }

    .jAJtvK .btn-lg {
        padding: 16px 32px
    }

    .jAJtvK .btn-hero {
        padding: 20px 40px;
        min-width: 260px;
        font-size: 150%;
        border-radius: 100px;
        border-width: 0;
        border-bottom-width: 6px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
        text-shadow: 0 -1px rgba(0, 0, 0, .1)
    }

    .jAJtvK .btn-hero:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .25)
    }

    .jAJtvK section {
        position: relative;
        padding: 35px 0;
        text-align: center;
        border-bottom: 1px solid #dddfe8
    }

    @media (max-width:720px) {
        .jAJtvK section {
            padding: 40px 0
        }
    }

    .jAJtvK section:last-of-type {
        border-bottom: none;
        margin-bottom: -50px
    }

    .jAJtvK section h1 {
        font-size: 40px;
        color: #f67001;
        margin-bottom: 15px
    }

    .jAJtvK section h1.smallcaps {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-letter-spacing: 3px;
        -moz-letter-spacing: 3px;
        -ms-letter-spacing: 3px;
        letter-spacing: 3px;
        color: #f67001
    }

    .jAJtvK section h2 {
        font-size: 40px;
        font-weight: 300;
        color: #202438;
        margin-bottom: 30px
    }

    .jAJtvK section h1.big,
    .jAJtvK section h2.big {
        font-size: 50px;
        margin-bottom: 25px
    }

    .jAJtvK section h1.bigger,
    .jAJtvK section h2.bigger {
        font-size: 80px;
        margin-bottom: 25px
    }

    .jAJtvK section h3 {
        font-weight: 600
    }

    .jAJtvK section h4 {
        display: inline-block;
        -webkit-letter-spacing: 3px;
        -moz-letter-spacing: 3px;
        -ms-letter-spacing: 3px;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #8cccd8;
        padding-bottom: 10px;
        border-bottom: 2px solid;
        margin-bottom: 40px
    }

    .jAJtvK section .title-container {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    @media (max-width:767px) {
        .jAJtvK section .title-container {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }
    }

    .jAJtvK section .image-inner {
        width: 100%
    }

    @media (max-width:767px) {
        .jAJtvK section .image-inner {
            margin-top: 50px
        }
    }

    .jAJtvK section .quality-image {
        width: 100%
    }

    .jAJtvK section.top {
        overflow: hidden;
        padding: 100px 0;
        min-height: 75vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .jAJtvK section.top h2.big {
        margin-bottom: 60px
    }

    @media (max-width:1200px) {
        .jAJtvK section.top h2.big {
            padding: 20px 30px;
            text-shadow: none
        }

        .jAJtvK section.top h2.big.small-white {
            background: #fff;
            display: inline-block
        }
    }

    @media (max-width:767px) {
        .jAJtvK section.top h2.big {
            font-size: 40px;
            font-weight: 400;
            padding: 15px 20px
        }
    }

    @media (max-width:767px) {
        .jAJtvK section.top h1 {
            padding: 6px;
            text-shadow: none
        }

        .jAJtvK section.top h1.small-white {
            background: #fff;
            display: inline-block
        }
    }

    .jAJtvK section.light {
        background: linear-gradient(120deg, #e8f0f3 10%, #bfc8e8 40%, #d9cce6 70%, #ebe2f3 90%)
    }

    .jAJtvK section.light h1.big,
    .jAJtvK section.light h2.big {
        text-shadow: 2px 2px 0 #afb8e0, -1px -1px 0 #ebe2f3
    }

    .jAJtvK section.light ol,
    .jAJtvK section.light p,
    .jAJtvK section.light ul {
        color: #606478
    }

    .jAJtvK section.light .btn {
        border: 2px solid #719510
    }

    .jAJtvK section.light2 {
        background: linear-gradient(120deg, #acecf8 40%, #bed8ed 60%, #ffacd0 0)
    }

    .jAJtvK section.light2 h1.big,
    .jAJtvK section.light2 h2.big {
        text-shadow: none
    }

    .jAJtvK section.purple {
        background: linear-gradient(#ca5c01, #f67001);
        background-attachment: fixed;
        background-size: cover;
        background-position: center
    }

    .jAJtvK section.purple,
    .jAJtvK section.purple h1,
    .jAJtvK section.purple h2,
    .jAJtvK section.purple h3,
    .jAJtvK section.purple h4,
    .jAJtvK section.purple p {
        color: #fff
    }

    .jAJtvK section.gray {
        background: #f4f6f8
    }

    .jAJtvK section.dark {
        background: #202438;
        color: #fff;
        border-bottom: none
    }

    .jAJtvK section.dark h1,
    .jAJtvK section.dark h2,
    .jAJtvK section.dark h3,
    .jAJtvK section.dark h4,
    .jAJtvK section.dark h5,
    .jAJtvK section.dark h6 {
        color: #fff
    }

    .jAJtvK section.dark ol,
    .jAJtvK section.dark p,
    .jAJtvK section.dark ul {
        color: rgba(255, 255, 255, .75)
    }

    .jAJtvK section.dark ol strong,
    .jAJtvK section.dark p strong,
    .jAJtvK section.dark ul strong {
        color: #fff
    }

    .jAJtvK section.city-bg {
        background: url(../../content/static/city-bg-5764f9c5246f1109db684ed437eae32d.html);
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        border: none;
        margin-top: -2px
    }

    .jAJtvK section.city-bg,
    .jAJtvK section.city-bg h1,
    
    .jAJtvK section.city-bg h3,
    .jAJtvK section.city-bg h4,
    .jAJtvK section.city-bg p {
        color: #fff
    }

    .jAJtvK .feature {
        text-align: left;
        margin-bottom: 40px
    }

    .jAJtvK .feature i {
        font-size: 60px;
        margin-bottom: 15px
    }

    .jAJtvK .feature2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0
    }

    .jAJtvK .feature2 i {
        min-width: 55px;
        text-align: center;
        font-size: 45px;
        float: left;
        margin-right: 20px
    }

    .jAJtvK .feature2 .feature2-info h3 {
        margin-bottom: 5px
    }

    .jAJtvK .feature2 .feature2-tag {
        padding: 2px 6px;
        border-radius: 3px;
        background: #f67001;
        font-size: 75%;
        text-transform: uppercase;
        margin-right: 10px;
        vertical-align: middle;
        color: #fff;
        display: inline-block
    }

    .jAJtvK i.blue {
        color: #1bb0e6
    }

    .jAJtvK i.green {
        color: #f67001
    }

    .jAJtvK i.red {
        color: #e64751
    }

    .jAJtvK i.pink {
        color: #f6a
    }

    .jAJtvK i.orange {
        color: #ff8a2f
    }

    .jAJtvK i.purple {
        color: #f67001
    }

    .jAJtvK .gatsby-image-wrapper {
        margin: 0 auto
    }
    .jAJtvK .gatsby-image-wrapper img{max-width: 100px;}
    .jAJtvK .testimonial {
        font-size: 20px;
        line-height: 1.75;
        font-style: italic
    }

    .jAJtvK .testimonial .quote-from {
        margin-left: 10px;
        color: #a6a8bf
    }

    .jAJtvK .hr {
        margin: 30px 0;
        color: #1bb0e6
    }

    .jAJtvK .step .step-number:after {
        display: none
    }

    @media (max-width:767px) {
        .jAJtvK .step {
            margin-bottom: 40px
        }
    }

    .jAJtvK .step:last-child .step-number:after {
        display: none
    }

    .jAJtvK .step .step-number {
        border: 3px solid;
        padding: 5px 5px;
        display: inline-block;
        font-weight: 700;
        min-width: 54px;
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
        position: relative;
        background: #fff;
        z-index: 1
    }

    @media (min-width:768px) {
        .jAJtvK .step .step-number:after {
            display: block;
            content: " ";
            background: #1bb0e6;
            height: 3px;
            width: 28vw;
            max-width: 350px;
            position: absolute;
            top: 49%;
            left: 100%
        }

        .jAJtvK .step .step-number.last:after {
            display: none
        }
    }

    .jAJtvK .city-col {
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 10px;
        margin-bottom: 40px
    }

    .jAJtvK .city-col.fifth,
    .jAJtvK .city-col.small {
        width: calc(20% - 30px)
    }

    @media (max-width:720px) {

        .jAJtvK .city-col.fifth,
        .jAJtvK .city-col.small {
            margin-right: 10px;
            margin-left: 10px;
            width: calc(33.33% - 20px)
        }
    }

    .jAJtvK .city-col.small .gatsby-image-wrapper {
        max-width: 150px
    }

    .jAJtvK .city-col.half {
        width: calc(50% - 30px)
    }

    @media (max-width:720px) {
        .jAJtvK .city-col.half {
            width: auto;
            margin-left: 0;
            margin-right: 0
        }
    }

    .jAJtvK .city-col.third {
        width: calc(33% - 30px)
    }

    @media (max-width:720px) {
        .jAJtvK .city-col.third {
            width: auto;
            margin-left: 0;
            margin-right: 0
        }
    }

    .jAJtvK .city-col .item-title {
        font-weight: 700;
        margin-bottom: 5px
    }

    .jAJtvK .city-col p:last-child {
        margin-bottom: 0
    }

    .jAJtvK .city-col img {
        margin-bottom: 10px
    }

    .jAJtvK .card.list-item {
        text-align: left;
        display: block;
        color: #202438;
        padding: 20px;
        margin-bottom: 20px;
        border: none;overflow: hidden;
    }

    @media (max-width:720px) {
        .jAJtvK .card.list-item {
            padding: 20px
        }
    }

    .jAJtvK .card.list-item ol,
    .jAJtvK .card.list-item p,
    .jAJtvK .card.list-item ul {
        color: #86889a
    }

    .jAJtvK .city-links a {
        border-radius: 100px;
        margin: 0 5px 10px;
        padding: 10px 20px;
        display: inline-block;
        color: #202438;
        -webkit-transition: .1s background;
        transition: .1s background
    }

    .jAJtvK .city-links a:hover {
        -webkit-text-decoration: none;
        text-decoration: none;
        background: #fff
    }

    .jAJtvK .city-links a.other-city-link {
        font-size: 120%;
        font-weight: 600;
        background: #1bb0e6;
        color: #fff;
        padding: 14px 24px
    }

    .jAJtvK .city-links a.other-city-link:hover {
        background: #1fccff
    }


    .gatsby-resp-image-image {
        width: 100%;
        height: 100%;
        margin: 0;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        color: transparent
    }

