﻿.btn-md {
    --bs-btn-padding-y: 0.1875rem;
    --bs-btn-padding-x: 1.125rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.375rem
}

.btn-soft.btn-primary {
    --bs-btn-color: #3f3eed;
    --bs-btn-bg: #e2e2fc;
    --bs-btn-border-color: transparent
}

.btn-soft.btn-outline-primary {
    --bs-btn-color: #3f3eed;
    --bs-btn-bg: #e2e2fc;
    --bs-btn-border-color: #b2b2f8
}

.btn-soft.btn-secondary {
    --bs-btn-color: #1d1e22;
    --bs-btn-bg: #ddddde;
    --bs-btn-border-color: transparent
}

.btn-soft.btn-outline-secondary {
    --bs-btn-color: #1d1e22;
    --bs-btn-bg: #ddddde;
    --bs-btn-border-color: #a5a5a7
}

.btn-soft.btn-success {
    --bs-btn-color: #55b59e;
    --bs-btn-bg: #e6f4f0;
    --bs-btn-border-color: transparent
}

.btn-soft.btn-outline-success {
    --bs-btn-color: #55b59e;
    --bs-btn-bg: #e6f4f0;
    --bs-btn-border-color: #bbe1d8
}

.btn-soft.btn-info {
    --bs-btn-color: #39baf6;
    --bs-btn-bg: #e1f5fe;
    --bs-btn-border-color: transparent
}

.btn-soft.btn-outline-info {
    --bs-btn-color: #39baf6;
    --bs-btn-bg: #e1f5fe;
    --bs-btn-border-color: #b0e3fb
}

.btn-soft.btn-warning {
    --bs-btn-color: #f7c239;
    --bs-btn-bg: #fef6e1;
    --bs-btn-border-color: transparent
}

.btn-soft.btn-outline-warning {
    --bs-btn-color: #f7c239;
    --bs-btn-bg: #fef6e1;
    --bs-btn-border-color: #fce7b0
}

.btn-soft.btn-danger {
    --bs-btn-color: #ce5a56;
    --bs-btn-bg: #f8e6e6;
    --bs-btn-border-color: transparent
}

.btn-soft.btn-outline-danger {
    --bs-btn-color: #ce5a56;
    --bs-btn-bg: #f8e6e6;
    --bs-btn-border-color: #ebbdbb
}

.btn-soft.btn-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-bg: #fefefe;
    --bs-btn-border-color: transparent
}

.btn-soft.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-bg: #fefefe;
    --bs-btn-border-color: #fcfdfd
}

.btn-soft.btn-dark {
    --bs-btn-color: #293a51;
    --bs-btn-bg: #dfe1e5;
    --bs-btn-border-color: transparent
}

.btn-soft.btn-outline-dark {
    --bs-btn-color: #293a51;
    --bs-btn-bg: #dfe1e5;
    --bs-btn-border-color: #a9b0b9
}

.btn-soft.btn-darker {
    --bs-btn-color: #1d1e22;
    --bs-btn-bg: #ddddde;
    --bs-btn-border-color: transparent
}

.btn-soft.btn-outline-darker {
    --bs-btn-color: #1d1e22;
    --bs-btn-bg: #ddddde;
    --bs-btn-border-color: #a5a5a7
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn img {
    height: 1rem
}

.btn .icon {
    font-size: 1.3em;
    line-height: 1.5rem
}

.btn .icon + span, .btn span + .icon {
    margin-left: .625rem
}

.btn-icon {
    --bs-btn-padding-x: 0;
    width: 2.5rem
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    width: 1.875rem
}

.btn-icon.btn-md {
    width: 2.125rem
}

.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
    width: 3rem
}

.btn-block {
    width: 100%
}

.btn-light, .btn-outline-light {
    color: #293a51
}

.btn-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.btn-list > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.btn-list-inline {
    flex-direction: row
}

.text-center .btn-list {
    justify-content: center
}

@media (min-width: 576px) {
    .text-sm-start .btn-list {
        justify-content: flex-start
    }
}

@media (min-width: 768px) {
    .text-md-start .btn-list {
        justify-content: flex-start
    }
}

@media (min-width: 992px) {
    .text-lg-start .btn-list {
        justify-content: flex-start
    }
}

@media (min-width: 1200px) {
    .text-xl-start .btn-list {
        justify-content: flex-start
    }
}

@media (min-width: 1400px) {
    .text-xxl-start .btn-list {
        justify-content: flex-start
    }
}

.is-dark [class*=btn-outline]:not(.btn-soft) {
    --bs-btn-color: #fff
}

.accordion {
    --bs-accordion-btn-padding-y: 1.375rem;
    --bs-accordion-body-padding-y: 1.375rem;
    --bs-accordion-active-bg: transparent
}

.accordion-button {
    font-size: 1.125rem;
    font-weight: 500
}

.accordion-button:focus, .accordion-button:not(.collapsed) {
    box-shadow: none
}

.accordion-body {
    padding-top: 0
}

.accordion-separated .accordion-item {
    border-radius: .875rem;
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-separated .accordion-item:not(:last-child) {
    margin-bottom: .685rem
}

.accordion-separated .accordion-button {
    --bs-accordion-btn-bg: transparent;
    border-radius: var(--bs-accordion-inner-border-radius) !important
}

.accordion-flush {
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-bg: transparent;
    --bs-accordion-active-bg: transparent;
    margin: -1.5rem 0
}

.accordion-flush .accordion-button {
    box-shadow: none
}

.accordion-plus-minus .accordion-button:after {
    background-image: none;
    font-family: "Nioicon";
    content: ""
}

.accordion-plus-minus .accordion-button:not(.collapsed):after {
    content: ""
}

.accordion-icon-accent .accordion-button:after {
    color: #3f3eed
}

.is-dark .card {
    --bs-card-bg: rgba(255, 255, 255, .04)
}

.form-check {
    display: flex;
    align-items: flex-start
}

.form-check-label {
    line-height: 1.4rem;
    padding-left: .5rem;
    font-size: 1rem;
    font-weight: 400
}

.form-check-input {
    margin-top: .075rem
}

.form-check-lg .form-check-label {
    line-height: 2rem;
    padding-left: .875rem;
    font-size: 1.125rem
}

.form-check-lg .form-check-input {
    margin-top: .25rem;
    height: 1.5rem;
    width: 1.5rem
}

.form-check-lg.form-switch .form-check-input {
    width: 3rem
}

.form-check-xl .form-check-label {
    line-height: 2.25rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check-xl .form-check-input {
    margin-top: .125rem;
    height: 2rem;
    width: 2rem
}

.form-check-xl.form-switch .form-check-input {
    width: 4rem
}

textarea.form-control {
    min-height: 5rem
}

textarea.form-control-sm {
    min-height: 3.75rem
}

textarea.form-control-lg {
    min-height: 7.5rem
}

.form-control-wrap {
    position: relative
}

.form-control-icon {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 100%;
    color: #6b7989
}

.form-control-icon.start + .form-control {
    padding-left: 2.5rem
}

.form-control-icon.end {
    left: auto;
    right: 0
}

.form-control-icon.end + .form-control {
    padding-right: 2.5rem
}

.form-control-plaintext:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0)
}

.password-toggle .on {
    display: block
}

.password-toggle .off {
    display: none
}

.password-toggle.is-shown .on {
    display: none
}

.password-toggle.is-shown .off {
    display: block
}

.text-bg-primary-soft {
    color: #3f3eed;
    background-color: #e8e8fd !important;
    border-color: transparent
}

.text-bg-primary-soft-outline {
    color: #3f3eed;
    background-color: #e8e8fd !important;
    border-color: #c5c5fa
}

.is-dark .text-bg-primary-soft {
    color: #3f3eed;
    background-color: #2c3a64 !important;
    border-color: transparent
}

.is-dark .text-bg-primary-soft-outline {
    color: #3f3eed;
    background-color: #2c3a64 !important;
    border-color: #303b80
}

.is-dark .link-primary {
    color: #3f3eed !important
}

.is-dark .link-primary:hover, .is-dark .link-primary:focus {
    color: #3232be !important
}

.text-bg-secondary-soft {
    color: #1d1e22;
    background-color: #e4e4e4 !important;
    border-color: transparent
}

.text-bg-secondary-soft-outline {
    color: #1d1e22;
    background-color: #e4e4e4 !important;
    border-color: #bbbcbd
}

.is-dark .text-bg-secondary-soft {
    color: #1d1e22;
    background-color: #28374b !important;
    border-color: transparent
}

.is-dark .text-bg-secondary-soft-outline {
    color: #1d1e22;
    background-color: #28374b !important;
    border-color: #253243
}

.is-dark .link-secondary {
    color: #1d1e22 !important
}

.is-dark .link-secondary:hover, .is-dark .link-secondary:focus {
    color: #17181b !important
}

.text-bg-success-soft {
    color: #55b59e;
    background-color: #ebf6f3 !important;
    border-color: transparent
}

.text-bg-success-soft-outline {
    color: #55b59e;
    background-color: #ebf6f3 !important;
    border-color: #cce9e2
}

.is-dark .text-bg-success-soft {
    color: #55b59e;
    background-color: #2e495a !important;
    border-color: transparent
}

.is-dark .text-bg-success-soft-outline {
    color: #55b59e;
    background-color: #2e495a !important;
    border-color: #365f68
}

.is-dark .link-success {
    color: #55b59e !important
}

.is-dark .link-success:hover, .is-dark .link-success:focus {
    color: #44917e !important
}

.text-bg-info-soft {
    color: #39baf6;
    background-color: #e7f7fe !important;
    border-color: transparent
}

.text-bg-info-soft-outline {
    color: #39baf6;
    background-color: #e7f7fe !important;
    border-color: #c4eafc
}

.is-dark .text-bg-info-soft {
    color: #39baf6;
    background-color: #2b4965 !important;
    border-color: transparent
}

.is-dark .text-bg-info-soft-outline {
    color: #39baf6;
    background-color: #2b4965 !important;
    border-color: #2e6083
}

.is-dark .link-info {
    color: #39baf6 !important
}

.is-dark .link-info:hover, .is-dark .link-info:focus {
    color: #2e95c5 !important
}

.text-bg-warning-soft {
    color: #f7c239;
    background-color: #fef8e7 !important;
    border-color: transparent
}

.text-bg-warning-soft-outline {
    color: #f7c239;
    background-color: #fef8e7 !important;
    border-color: #fdedc4
}

.is-dark .text-bg-warning-soft {
    color: #f7c239;
    background-color: #424a4e !important;
    border-color: transparent
}

.is-dark .text-bg-warning-soft-outline {
    color: #f7c239;
    background-color: #424a4e !important;
    border-color: #67634a
}

.is-dark .link-warning {
    color: #f7c239 !important
}

.is-dark .link-warning:hover, .is-dark .link-warning:focus {
    color: #c69b2e !important
}

.text-bg-danger-soft {
    color: #ce5a56;
    background-color: #f9ebeb !important;
    border-color: transparent
}

.text-bg-danger-soft-outline {
    color: #ce5a56;
    background-color: #f9ebeb !important;
    border-color: #f0cecc
}

.is-dark .text-bg-danger-soft {
    color: #ce5a56;
    background-color: #3d3e52 !important;
    border-color: transparent
}

.is-dark .text-bg-danger-soft-outline {
    color: #ce5a56;
    background-color: #3d3e52 !important;
    border-color: #5b4453
}

.is-dark .link-danger {
    color: #ce5a56 !important
}

.is-dark .link-danger:hover, .is-dark .link-danger:focus {
    color: #a54845 !important
}

.text-bg-light-soft {
    color: #f8f9fa;
    background-color: #fefefe !important;
    border-color: transparent
}

.text-bg-light-soft-outline {
    color: #f8f9fa;
    background-color: #fefefe !important;
    border-color: #fdfdfe
}

.is-dark .text-bg-light-soft {
    color: #f8f9fa;
    background-color: #425165 !important;
    border-color: transparent
}

.is-dark .text-bg-light-soft-outline {
    color: #f8f9fa;
    background-color: #425165 !important;
    border-color: #677384
}

.is-dark .link-light {
    color: #f8f9fa !important
}

.is-dark .link-light:hover, .is-dark .link-light:focus {
    color: #c6c7c8 !important
}

.text-bg-dark-soft {
    color: #293a51;
    background-color: #e5e7ea !important;
    border-color: transparent
}

.text-bg-dark-soft-outline {
    color: #293a51;
    background-color: #e5e7ea !important;
    border-color: #bfc4cb
}

.is-dark .text-bg-dark-soft {
    color: #293a51;
    background-color: #293a51 !important;
    border-color: transparent
}

.is-dark .text-bg-dark-soft-outline {
    color: #293a51;
    background-color: #293a51 !important;
    border-color: #293a51
}

.is-dark .link-dark {
    color: #293a51 !important
}

.is-dark .link-dark:hover, .is-dark .link-dark:focus {
    color: #212e41 !important
}

.text-bg-darker-soft {
    color: #1d1e22;
    background-color: #e4e4e4 !important;
    border-color: transparent
}

.text-bg-darker-soft-outline {
    color: #1d1e22;
    background-color: #e4e4e4 !important;
    border-color: #bbbcbd
}

.is-dark .text-bg-darker-soft {
    color: #1d1e22;
    background-color: #28374b !important;
    border-color: transparent
}

.is-dark .text-bg-darker-soft-outline {
    color: #1d1e22;
    background-color: #28374b !important;
    border-color: #253243
}

.is-dark .link-darker {
    color: #1d1e22 !important
}

.is-dark .link-darker:hover, .is-dark .link-darker:focus {
    color: #17181b !important
}

.bg-blue {
    background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important
}

.text-blue {
    color: RGBA(13, 110, 253, var(--bs-text-opacity, 1)) !important
}

.text-bg-blue-soft {
    color: #0d6efd;
    background-color: #e2eeff !important;
    border-color: transparent
}

.text-bg-blue-soft-outline {
    color: #0d6efd;
    background-color: #e2eeff !important;
    border-color: #b6d4fe
}

.is-dark .text-bg-blue-soft {
    color: #0d6efd;
    background-color: #264066 !important;
    border-color: transparent
}

.is-dark .text-bg-blue-soft-outline {
    color: #0d6efd;
    background-color: #264066 !important;
    border-color: #214a85
}

.bg-indigo {
    background-color: RGBA(164, 37, 254, var(--bs-bg-opacity, 1)) !important
}

.text-indigo {
    color: RGBA(164, 37, 254, var(--bs-text-opacity, 1)) !important
}

.text-bg-indigo-soft {
    color: #a425fe;
    background-color: #f4e5ff !important;
    border-color: transparent
}

.text-bg-indigo-soft-outline {
    color: #a425fe;
    background-color: #f4e5ff !important;
    border-color: #e4beff
}

.is-dark .text-bg-indigo-soft {
    color: #a425fe;
    background-color: #383766 !important;
    border-color: transparent
}

.is-dark .text-bg-indigo-soft-outline {
    color: #a425fe;
    background-color: #383766 !important;
    border-color: #4e3485
}

.bg-purple {
    background-color: RGBA(111, 66, 193, var(--bs-bg-opacity, 1)) !important
}

.text-purple {
    color: RGBA(111, 66, 193, var(--bs-text-opacity, 1)) !important
}

.text-bg-purple-soft {
    color: #6f42c1;
    background-color: #eee8f8 !important;
    border-color: transparent
}

.text-bg-purple-soft-outline {
    color: #6f42c1;
    background-color: #eee8f8 !important;
    border-color: #d4c6ec
}

.is-dark .text-bg-purple-soft {
    color: #6f42c1;
    background-color: #313b5e !important;
    border-color: transparent
}

.is-dark .text-bg-purple-soft-outline {
    color: #6f42c1;
    background-color: #313b5e !important;
    border-color: #3e3c73
}

.bg-pink {
    background-color: RGBA(255, 45, 89, var(--bs-bg-opacity, 1)) !important
}

.text-pink {
    color: RGBA(255, 45, 89, var(--bs-text-opacity, 1)) !important
}

.text-bg-piai-soft {
    color: #FF2D59;
    background-color: #ffe6eb !important;
    border-color: transparent
}

.text-bg-piai-soft-outline {
    color: #FF2D59;
    background-color: #ffe6eb !important;
    border-color: #ffc0cd
}

.is-dark .text-bg-piai-soft {
    color: #FF2D59;
    background-color: #433852 !important;
    border-color: transparent
}

.is-dark .text-bg-piai-soft-outline {
    color: #FF2D59;
    background-color: #433852 !important;
    border-color: #693653
}

.bg-red {
    background-color: RGBA(206, 90, 86, var(--bs-bg-opacity, 1)) !important
}

.text-red {
    color: RGBA(206, 90, 86, var(--bs-text-opacity, 1)) !important
}

.text-bg-red-soft {
    color: #ce5a56;
    background-color: #f9ebeb !important;
    border-color: transparent
}

.text-bg-red-soft-outline {
    color: #ce5a56;
    background-color: #f9ebeb !important;
    border-color: #f0cecc
}

.is-dark .text-bg-red-soft {
    color: #ce5a56;
    background-color: #3d3e52 !important;
    border-color: transparent
}

.is-dark .text-bg-red-soft-outline {
    color: #ce5a56;
    background-color: #3d3e52 !important;
    border-color: #5b4453
}

.bg-orange {
    background-color: RGBA(253, 126, 20, var(--bs-bg-opacity, 1)) !important
}

.text-orange {
    color: RGBA(253, 126, 20, var(--bs-text-opacity, 1)) !important
}

.text-bg-orange-soft {
    color: #fd7e14;
    background-color: #fff0e3 !important;
    border-color: transparent
}

.text-bg-orange-soft-outline {
    color: #fd7e14;
    background-color: #fff0e3 !important;
    border-color: #fed8b9
}

.is-dark .text-bg-orange-soft {
    color: #fd7e14;
    background-color: #42424a !important;
    border-color: transparent
}

.is-dark .text-bg-orange-soft-outline {
    color: #fd7e14;
    background-color: #42424a !important;
    border-color: #694e3f
}

.bg-yellow {
    background-color: RGBA(247, 194, 57, var(--bs-bg-opacity, 1)) !important
}

.text-yellow {
    color: RGBA(247, 194, 57, var(--bs-text-opacity, 1)) !important
}

.text-bg-yellow-soft {
    color: #f7c239;
    background-color: #fef8e7 !important;
    border-color: transparent
}

.text-bg-yellow-soft-outline {
    color: #f7c239;
    background-color: #fef8e7 !important;
    border-color: #fdedc4
}

.is-dark .text-bg-yellow-soft {
    color: #f7c239;
    background-color: #424a4e !important;
    border-color: transparent
}

.is-dark .text-bg-yellow-soft-outline {
    color: #f7c239;
    background-color: #424a4e !important;
    border-color: #67634a
}

.bg-green {
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important
}

.text-green {
    color: RGBA(25, 135, 84, var(--bs-text-opacity, 1)) !important
}

.text-bg-green-soft {
    color: #198754;
    background-color: #e3f1ea !important;
    border-color: transparent
}

.text-bg-green-soft-outline {
    color: #198754;
    background-color: #e3f1ea !important;
    border-color: #badbcc
}

.is-dark .text-bg-green-soft {
    color: #198754;
    background-color: #274351 !important;
    border-color: transparent
}

.is-dark .text-bg-green-soft-outline {
    color: #198754;
    background-color: #274351 !important;
    border-color: #245152
}

.bg-teal {
    background-color: RGBA(85, 181, 158, var(--bs-bg-opacity, 1)) !important
}

.text-teal {
    color: RGBA(85, 181, 158, var(--bs-text-opacity, 1)) !important
}

.text-bg-teal-soft {
    color: #55b59e;
    background-color: #ebf6f3 !important;
    border-color: transparent
}

.text-bg-teal-soft-outline {
    color: #55b59e;
    background-color: #ebf6f3 !important;
    border-color: #cce9e2
}

.is-dark .text-bg-teal-soft {
    color: #55b59e;
    background-color: #2e495a !important;
    border-color: transparent
}

.is-dark .text-bg-teal-soft-outline {
    color: #55b59e;
    background-color: #2e495a !important;
    border-color: #365f68
}

.bg-cyan {
    background-color: RGBA(57, 186, 246, var(--bs-bg-opacity, 1)) !important
}

.text-cyan {
    color: RGBA(57, 186, 246, var(--bs-text-opacity, 1)) !important
}

.text-bg-cyan-soft {
    color: #39baf6;
    background-color: #e7f7fe !important;
    border-color: transparent
}

.text-bg-cyan-soft-outline {
    color: #39baf6;
    background-color: #e7f7fe !important;
    border-color: #c4eafc
}

.is-dark .text-bg-cyan-soft {
    color: #39baf6;
    background-color: #2b4965 !important;
    border-color: transparent
}

.is-dark .text-bg-cyan-soft-outline {
    color: #39baf6;
    background-color: #2b4965 !important;
    border-color: #2e6083
}

.bg-black {
    background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important
}

.text-black {
    color: RGBA(0, 0, 0, var(--bs-text-opacity, 1)) !important
}

.text-bg-black-soft {
    color: #000;
    background-color: #e0e0e0 !important;
    border-color: transparent
}

.text-bg-black-soft-outline {
    color: #000;
    background-color: #e0e0e0 !important;
    border-color: #b3b3b3
}

.is-dark .text-bg-black-soft {
    color: #000;
    background-color: #243347 !important;
    border-color: transparent
}

.is-dark .text-bg-black-soft-outline {
    color: #000;
    background-color: #243347 !important;
    border-color: #1d2939
}

.bg-white {
    background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important
}

.text-white {
    color: RGBA(255, 255, 255, var(--bs-text-opacity, 1)) !important
}

.text-bg-white-soft {
    color: #fff;
    background-color: white !important;
    border-color: transparent
}

.text-bg-white-soft-outline {
    color: #fff;
    background-color: white !important;
    border-color: white
}

.is-dark .text-bg-white-soft {
    color: #fff;
    background-color: #435266 !important;
    border-color: transparent
}

.is-dark .text-bg-white-soft-outline {
    color: #fff;
    background-color: #435266 !important;
    border-color: #697585
}

.bg-gray {
    background-color: RGBA(107, 121, 137, var(--bs-bg-opacity, 1)) !important
}

.text-gray {
    color: RGBA(107, 121, 137, var(--bs-text-opacity, 1)) !important
}

.text-bg-gray-soft {
    color: #6b7989;
    background-color: #edeff1 !important;
    border-color: transparent
}

.text-bg-gray-soft-outline {
    color: #6b7989;
    background-color: #edeff1 !important;
    border-color: #d3d7dc
}

.is-dark .text-bg-gray-soft {
    color: #6b7989;
    background-color: #314258 !important;
    border-color: transparent
}

.is-dark .text-bg-gray-soft-outline {
    color: #6b7989;
    background-color: #314258 !important;
    border-color: #3d4d62
}

.bg-gray-dark {
    background-color: RGBA(29, 30, 34, var(--bs-bg-opacity, 1)) !important
}

.text-gray-dark {
    color: RGBA(29, 30, 34, var(--bs-text-opacity, 1)) !important
}

.text-bg-gray-dark-soft {
    color: #1d1e22;
    background-color: #e4e4e4 !important;
    border-color: transparent
}

.text-bg-gray-dark-soft-outline {
    color: #1d1e22;
    background-color: #e4e4e4 !important;
    border-color: #bbbcbd
}

.is-dark .text-bg-gray-dark-soft {
    color: #1d1e22;
    background-color: #28374b !important;
    border-color: transparent
}

.is-dark .text-bg-gray-dark-soft-outline {
    color: #1d1e22;
    background-color: #28374b !important;
    border-color: #253243
}

.text-base {
    color: #6b7989 !important
}

.text-heading {
    color: #293a51 !important
}

.link-base {
    color: #6b7989 !important
}

.link-base:hover, .link-base:focus {
    color: #4b5560 !important
}

.link-heading {
    color: #293a51 !important
}

.link-heading:hover, .link-heading:focus {
    color: #1d2939 !important
}

.is-dark .link-base {
    color: #8b97a6 !important
}

.is-dark .link-base:hover, .is-dark .link-base:focus {
    color: #fff !important
}

.bg-gradient-primary {
    background: linear-gradient(var(--bs-bg-gradient-angle, 270deg), RGBA(33, 255, 203, var(--bs-bg-opacity, 1)) 48.76%, RGBA(0, 172, 255, var(--bs-bg-opacity, 1)) 98.19%)
}

.bg-gradient-warning {
    background: linear-gradient(var(--bs-bg-gradient-angle, 180deg), RGBA(255, 103, 73, var(--bs-bg-opacity, 1)) 0%, RGBA(255, 185, 95, var(--bs-bg-opacity, 1)) 100%)
}

.bg-gradient-info {
    background: linear-gradient(var(--bs-bg-gradient-angle, 180deg), RGBA(22, 162, 255, var(--bs-bg-opacity, 1)) 0%, RGBA(48, 79, 254, var(--bs-bg-opacity, 1)) 100%)
}

.text-gradient-primary {
    background: linear-gradient(var(--bs-bg-gradient-angle, 270deg), RGBA(33, 255, 203, var(--bs-bg-opacity, 1)) 48.76%, RGBA(0, 172, 255, var(--bs-bg-opacity, 1)) 98.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.text-gradient-warning {
    background: linear-gradient(var(--bs-bg-gradient-angle, 180deg), RGBA(255, 103, 73, var(--bs-bg-opacity, 1)) 0%, RGBA(255, 185, 95, var(--bs-bg-opacity, 1)) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.text-gradient-info {
    background: linear-gradient(var(--bs-bg-gradient-angle, 180deg), RGBA(22, 162, 255, var(--bs-bg-opacity, 1)) 0%, RGBA(48, 79, 254, var(--bs-bg-opacity, 1)) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.gradient-angle-0 {
    --bs-bg-gradient-angle: 0deg
}

.gradient-angle-90 {
    --bs-bg-gradient-angle: 90deg
}

.gradient-angle-180 {
    --bs-bg-gradient-angle: 180deg
}

.gradient-angle-270 {
    --bs-bg-gradient-angle: 270deg
}

.has-gap {
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.has-gap > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

@font-face {
    font-family: "Nioicon";
    src: url("../fonts/Nioicon.eot");
    src: url("../fonts/Nioicon.eot#iefix") format("embedded-opentype"), url("../fonts/Nioicon.ttf") format("truetype"), url("../fonts/Nioicon.woff") format("woff"), url("../fonts/Nioicon.svg#Nioicon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

.ni {
    font-family: "Nioicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ni-bugs-alt-fill:before {
    content: ""
}

.ni-bugs-alt:before {
    content: ""
}

.ni-bulb-alt-fill:before {
    content: ""
}

.ni-bulb-alt:before {
    content: ""
}

.ni-chat-msg-fill:before {
    content: ""
}

.ni-chat-msg:before {
    content: ""
}

.ni-diamond-fill:before {
    content: ""
}

.ni-diamond:before {
    content: ""
}

.ni-file-code-fill:before {
    content: ""
}

.ni-google-play-store-alt:before {
    content: ""
}

.ni-laptop-fill:before {
    content: ""
}

.ni-mail-alt:before {
    content: ""
}

.ni-newspaper-fill:before {
    content: ""
}

.ni-newspaper:before {
    content: ""
}

.ni-pie-2-fill:before {
    content: ""
}

.ni-pie-2:before {
    content: ""
}

.ni-presentation-fill:before {
    content: ""
}

.ni-presentation:before {
    content: ""
}

.ni-projector-screen-fill:before {
    content: ""
}

.ni-projector-screen:before {
    content: ""
}

.ni-quote-sq-left-fill:before {
    content: ""
}

.ni-quote-sq-left:before {
    content: ""
}

.ni-quote-sq-right-fill:before {
    content: ""
}

.ni-quote-sq-right:before {
    content: ""
}

.ni-send-fill:before {
    content: ""
}

.ni-setting-question-fill:before {
    content: ""
}

.ni-setting-question:before {
    content: ""
}

.ni-support-fill:before {
    content: ""
}

.ni-support:before {
    content: ""
}

.ni-traffic-signal-fill:before {
    content: ""
}

.ni-traffic-signal:before {
    content: ""
}

.ni-tree-structure-fill:before {
    content: ""
}

.ni-tree-structure:before {
    content: ""
}

.ni-trophy-fill:before {
    content: ""
}

.ni-trophy:before {
    content: ""
}

.ni-user-group-fill:before {
    content: ""
}

.ni-user-group:before {
    content: ""
}

.ni-user-switch-fill:before {
    content: ""
}

.ni-user-switch:before {
    content: ""
}

.ni-nioboard:before {
    content: ""
}

.ni-graphql:before {
    content: ""
}

.ni-node-js:before {
    content: ""
}

.ni-node:before {
    content: ""
}

.ni-svelte:before {
    content: ""
}

.ni-typescript:before {
    content: ""
}

.ni-vue:before {
    content: ""
}

.ni-centos:before {
    content: ""
}

.ni-covid:before {
    content: ""
}

.ni-fedora:before {
    content: ""
}

.ni-hot-fill:before {
    content: ""
}

.ni-hot:before {
    content: ""
}

.ni-linux-server:before {
    content: ""
}

.ni-linux:before {
    content: ""
}

.ni-note-add-fill:before {
    content: ""
}

.ni-repeat-fill:before {
    content: ""
}

.ni-tranx-fill:before {
    content: ""
}

.ni-ubuntu:before {
    content: ""
}

.ni-virus:before {
    content: ""
}

.ni-b-chrome:before {
    content: ""
}

.ni-b-edge:before {
    content: ""
}

.ni-b-firefox:before {
    content: ""
}

.ni-b-ie:before {
    content: ""
}

.ni-b-opera:before {
    content: ""
}

.ni-b-safari:before {
    content: ""
}

.ni-b-si:before {
    content: ""
}

.ni-b-uc:before {
    content: ""
}

.ni-brick-fill:before {
    content: ""
}

.ni-brick:before {
    content: ""
}

.ni-col-3s:before {
    content: ""
}

.ni-col-4s:before {
    content: ""
}

.ni-col-2s:before {
    content: ""
}

.ni-comments:before {
    content: ""
}

.ni-dot-sq:before {
    content: ""
}

.ni-dot:before {
    content: ""
}

.ni-footer:before {
    content: ""
}

.ni-header:before {
    content: ""
}

.ni-heading:before {
    content: ""
}

.ni-layout-alt-fill:before {
    content: ""
}

.ni-layout-alt:before {
    content: ""
}

.ni-layout-fill1:before {
    content: ""
}

.ni-layout1:before {
    content: ""
}

.ni-list-index-fill:before {
    content: ""
}

.ni-list-index:before {
    content: ""
}

.ni-list-thumb-alt-fill:before {
    content: ""
}

.ni-list-thumb-alt:before {
    content: ""
}

.ni-list-thumb-fill:before {
    content: ""
}

.ni-list-thumb:before {
    content: ""
}

.ni-masonry-fill:before {
    content: ""
}

.ni-masonry:before {
    content: ""
}

.ni-menu-circled:before {
    content: ""
}

.ni-menu-squared:before {
    content: ""
}

.ni-notice:before {
    content: ""
}

.ni-pen2:before {
    content: ""
}

.ni-propert-blank:before {
    content: ""
}

.ni-property-add:before {
    content: ""
}

.ni-property-alt:before {
    content: ""
}

.ni-property-remove:before {
    content: ""
}

.ni-property:before {
    content: ""
}

.ni-puzzle-fill:before {
    content: ""
}

.ni-puzzle:before {
    content: ""
}

.ni-quote-left:before {
    content: ""
}

.ni-quote-right:before {
    content: ""
}

.ni-row-mix:before {
    content: ""
}

.ni-row-view1:before {
    content: ""
}

.ni-sidebar-r:before {
    content: ""
}

.ni-text2:before {
    content: ""
}

.ni-tile-thumb-fill:before {
    content: ""
}

.ni-tile-thumb:before {
    content: ""
}

.ni-view-col-fill:before {
    content: ""
}

.ni-view-col-sq:before {
    content: ""
}

.ni-view-col:before {
    content: ""
}

.ni-view-col2:before {
    content: ""
}

.ni-view-col3:before {
    content: ""
}

.ni-view-cols-fill:before {
    content: ""
}

.ni-view-cols-sq:before {
    content: ""
}

.ni-view-cols:before {
    content: ""
}

.ni-view-grid-fill:before {
    content: ""
}

.ni-view-grid-sq:before {
    content: ""
}

.ni-view-grid-wd:before {
    content: ""
}

.ni-view-grid:before {
    content: ""
}

.ni-view-grid2-wd:before {
    content: ""
}

.ni-view-grid3-wd:before {
    content: ""
}

.ni-view-group-fill:before {
    content: ""
}

.ni-view-group-wd:before {
    content: ""
}

.ni-view-list-fill:before {
    content: ""
}

.ni-view-list-sq:before {
    content: ""
}

.ni-view-list-wd:before {
    content: ""
}

.ni-view-list:before {
    content: ""
}

.ni-view-panel-fill:before {
    content: ""
}

.ni-view-panel-sq:before {
    content: ""
}

.ni-view-panel:before {
    content: ""
}

.ni-view-row-fill:before {
    content: ""
}

.ni-view-row-sq:before {
    content: ""
}

.ni-view-row-wd:before {
    content: ""
}

.ni-view-row:before {
    content: ""
}

.ni-view-x1:before {
    content: ""
}

.ni-view-x2:before {
    content: ""
}

.ni-view-x3:before {
    content: ""
}

.ni-view-x4:before {
    content: ""
}

.ni-view-x5:before {
    content: ""
}

.ni-view-x6:before {
    content: ""
}

.ni-view-x7:before {
    content: ""
}

.ni-dashlite:before {
    content: ""
}

.ni-dashlite-circle:before {
    content: ""
}

.ni-dashlite-alt:before {
    content: ""
}

.ni-master-card:before {
    content: ""
}

.ni-paypal:before {
    content: ""
}

.ni-visa-alt:before {
    content: ""
}

.ni-coin-eur:before {
    content: ""
}

.ni-coin-gbp:before {
    content: ""
}

.ni-sign-ada-alt:before {
    content: ""
}

.ni-sign-bch-alt:before {
    content: ""
}

.ni-sign-bgp-alt:before {
    content: ""
}

.ni-sign-bnb-alt:before {
    content: ""
}

.ni-sign-brl-alt:before {
    content: ""
}

.ni-sign-btc-alt:before {
    content: ""
}

.ni-sign-cc-alt:before {
    content: ""
}

.ni-sign-cc-alt2:before {
    content: ""
}

.ni-sign-chf-alt:before {
    content: ""
}

.ni-sign-cny-alt:before {
    content: ""
}

.ni-sign-czk-alt:before {
    content: ""
}

.ni-sign-dash-alt:before {
    content: ""
}

.ni-sign-dkk-alt:before {
    content: ""
}

.ni-sign-eos-alt:before {
    content: ""
}

.ni-sign-eth-alt:before {
    content: ""
}

.ni-sign-eur-alt2:before {
    content: ""
}

.ni-sign-euro-alt:before {
    content: ""
}

.ni-sign-gbp-alt2:before {
    content: ""
}

.ni-sign-hkd-alt:before {
    content: ""
}

.ni-sign-idr-alt:before {
    content: ""
}

.ni-sign-inr-alt:before {
    content: ""
}

.ni-sign-jpy-alt:before {
    content: ""
}

.ni-sign-kr-alt:before {
    content: ""
}

.ni-sign-ltc-alt:before {
    content: ""
}

.ni-sign-ltc:before {
    content: ""
}

.ni-sign-mxn-alt:before {
    content: ""
}

.ni-sign-mxr-alt:before {
    content: ""
}

.ni-sign-myr-alt:before {
    content: ""
}

.ni-sign-paypal-alt:before {
    content: ""
}

.ni-sign-paypal-full:before {
    content: ""
}

.ni-sign-php-alt:before {
    content: ""
}

.ni-sign-pln-alt:before {
    content: ""
}

.ni-sign-rub-alt:before {
    content: ""
}

.ni-sign-sek-alt:before {
    content: ""
}

.ni-sign-sgd-alt:before {
    content: ""
}

.ni-sign-kobo-alt:before {
    content: ""
}

.ni-sign-steem-alt:before {
    content: ""
}

.ni-sign-steller-alt:before {
    content: ""
}

.ni-sign-stripe-fulll:before {
    content: ""
}

.ni-sign-thb-alt:before {
    content: ""
}

.ni-sign-trx-alt:before {
    content: ""
}

.ni-sign-try-alt:before {
    content: ""
}

.ni-sign-usd-alt:before {
    content: ""
}

.ni-sign-usd-alt2:before {
    content: ""
}

.ni-sign-usdc-alt:before {
    content: ""
}

.ni-sign-usdt-alt:before {
    content: ""
}

.ni-sign-visa-alt:before {
    content: ""
}

.ni-sign-vnd-alt:before {
    content: ""
}

.ni-sign-waves-alt:before {
    content: ""
}

.ni-sign-xem-alt:before {
    content: ""
}

.ni-sign-xrp-new-alt:before {
    content: ""
}

.ni-sign-xrp-old-alt:before {
    content: ""
}

.ni-sign-zcash-alt:before {
    content: ""
}

.ni-chevron-left:before {
    content: ""
}

.ni-chevron-right:before {
    content: ""
}

.ni-chevron-up:before {
    content: ""
}

.ni-chevron-down:before {
    content: ""
}

.ni-chevron-left-round:before {
    content: ""
}

.ni-chevron-right-round:before {
    content: ""
}

.ni-chevron-up-round:before {
    content: ""
}

.ni-chevron-down-round:before {
    content: ""
}

.ni-chevron-left-round-fill:before {
    content: ""
}

.ni-chevron-right-round-fill:before {
    content: ""
}

.ni-chevron-up-round-fill:before {
    content: ""
}

.ni-chevron-down-round-fill:before {
    content: ""
}

.ni-chevron-left-c:before {
    content: ""
}

.ni-chevron-right-c:before {
    content: ""
}

.ni-chevron-up-c:before {
    content: ""
}

.ni-chevron-down-c:before {
    content: ""
}

.ni-chevron-left-fill-c:before {
    content: ""
}

.ni-chevron-right-fill-c:before {
    content: ""
}

.ni-chevron-up-fill-c:before {
    content: ""
}

.ni-chevron-down-fill-c:before {
    content: ""
}

.ni-chevron-left-circle:before {
    content: ""
}

.ni-chevron-right-circle:before {
    content: ""
}

.ni-chevron-up-circle:before {
    content: ""
}

.ni-chevron-down-circle:before {
    content: ""
}

.ni-chevron-left-circle-fill:before {
    content: ""
}

.ni-chevron-right-circle-fill:before {
    content: ""
}

.ni-chevron-up-circle-fill:before {
    content: ""
}

.ni-chevron-down-circle-fill:before {
    content: ""
}

.ni-caret-left:before {
    content: ""
}

.ni-caret-right:before {
    content: ""
}

.ni-caret-up:before {
    content: ""
}

.ni-caret-down:before {
    content: ""
}

.ni-caret-left-fill:before {
    content: ""
}

.ni-caret-right-fill:before {
    content: ""
}

.ni-caret-up-fill:before {
    content: ""
}

.ni-caret-down-fill:before {
    content: ""
}

.ni-sort:before {
    content: ""
}

.ni-sort-up:before {
    content: ""
}

.ni-sort-down:before {
    content: ""
}

.ni-sort-fill:before {
    content: ""
}

.ni-sort-up-fill:before {
    content: ""
}

.ni-sort-down-fill:before {
    content: ""
}

.ni-sort-v:before {
    content: ""
}

.ni-swap-v:before {
    content: ""
}

.ni-swap:before {
    content: ""
}

.ni-arrow-left-round:before {
    content: ""
}

.ni-arrow-right-round:before {
    content: ""
}

.ni-arrow-up-round:before {
    content: ""
}

.ni-arrow-down-round:before {
    content: ""
}

.ni-arrow-left-round-fill:before {
    content: ""
}

.ni-arrow-right-round-fill:before {
    content: ""
}

.ni-arrow-up-round-fill:before {
    content: ""
}

.ni-arrow-down-round-fill:before {
    content: ""
}

.ni-arrow-left-c:before {
    content: ""
}

.ni-arrow-right-c:before {
    content: ""
}

.ni-arrow-up-c:before {
    content: ""
}

.ni-arrow-down-c:before {
    content: ""
}

.ni-arrow-left-fill-c:before {
    content: ""
}

.ni-arrow-right-fill-c:before {
    content: ""
}

.ni-arrow-up-fill-c:before {
    content: ""
}

.ni-arrow-down-fill-c:before {
    content: ""
}

.ni-arrow-left-circle:before {
    content: ""
}

.ni-arrow-right-circle:before {
    content: ""
}

.ni-arrow-up-circle:before {
    content: ""
}

.ni-arrow-down-circle:before {
    content: ""
}

.ni-arrow-left-circle-fill:before {
    content: ""
}

.ni-arrow-up-circle-fill:before {
    content: ""
}

.ni-arrow-down-circle-fill:before {
    content: ""
}

.ni-arrow-right-circle-fill:before {
    content: ""
}

.ni-chevrons-left:before {
    content: ""
}

.ni-chevrons-right:before {
    content: ""
}

.ni-chevrons-up:before {
    content: ""
}

.ni-chevrons-down:before {
    content: ""
}

.ni-first:before {
    content: ""
}

.ni-last:before {
    content: ""
}

.ni-back-ios:before {
    content: ""
}

.ni-forward-ios:before {
    content: ""
}

.ni-upword-ios:before {
    content: ""
}

.ni-downward-ios:before {
    content: ""
}

.ni-back-alt:before {
    content: ""
}

.ni-forward-alt:before {
    content: ""
}

.ni-upword-alt:before {
    content: ""
}

.ni-downward-alt:before {
    content: ""
}

.ni-back-alt-fill:before {
    content: ""
}

.ni-forward-alt-fill:before {
    content: ""
}

.ni-upword-alt-fill:before {
    content: ""
}

.ni-downward-alt-fill:before {
    content: ""
}

.ni-arrow-long-left:before {
    content: ""
}

.ni-arrow-long-right:before {
    content: ""
}

.ni-arrow-long-up:before {
    content: ""
}

.ni-arrow-long-down:before {
    content: ""
}

.ni-arrow-left:before {
    content: ""
}

.ni-arrow-right:before {
    content: ""
}

.ni-arrow-up:before {
    content: ""
}

.ni-arrow-down:before {
    content: ""
}

.ni-arrow-up-left:before {
    content: ""
}

.ni-arrow-up-right:before {
    content: ""
}

.ni-arrow-down-left:before {
    content: ""
}

.ni-arrow-down-right:before {
    content: ""
}

.ni-arrow-to-left:before {
    content: ""
}

.ni-arrow-to-right:before {
    content: ""
}

.ni-arrow-to-up:before {
    content: ""
}

.ni-arrow-to-down:before {
    content: ""
}

.ni-arrow-from-left:before {
    content: ""
}

.ni-arrow-from-right:before {
    content: ""
}

.ni-arrow-from-up:before {
    content: ""
}

.ni-arrow-from-down:before {
    content: ""
}

.ni-curve-down-left:before {
    content: ""
}

.ni-curve-up-right:before {
    content: ""
}

.ni-curve-up-left:before {
    content: ""
}

.ni-curve-down-right:before {
    content: ""
}

.ni-curve-left-up:before {
    content: ""
}

.ni-curve-right-up:before {
    content: ""
}

.ni-curve-left-down:before {
    content: ""
}

.ni-curve-right-down:before {
    content: ""
}

.ni-back-arrow:before {
    content: ""
}

.ni-forward-arrow:before {
    content: ""
}

.ni-back-arrow-fill:before {
    content: ""
}

.ni-forward-arrow-fill:before {
    content: ""
}

.ni-navigate:before {
    content: ""
}

.ni-navigate-up:before {
    content: ""
}

.ni-navigate-fill:before {
    content: ""
}

.ni-navigate-up-fill:before {
    content: ""
}

.ni-send:before {
    content: ""
}

.ni-send-alt:before {
    content: ""
}

.ni-unfold-less:before {
    content: ""
}

.ni-unfold-more:before {
    content: ""
}

.ni-exchange-v:before {
    content: ""
}

.ni-exchange:before {
    content: ""
}

.ni-expand:before {
    content: ""
}

.ni-shrink:before {
    content: ""
}

.ni-focus:before {
    content: ""
}

.ni-maximize:before {
    content: ""
}

.ni-minimize:before {
    content: ""
}

.ni-maximize-alt:before {
    content: ""
}

.ni-minimize-alt:before {
    content: ""
}

.ni-shuffle:before {
    content: ""
}

.ni-cross-sm:before {
    content: ""
}

.ni-cross:before {
    content: ""
}

.ni-cross-round:before {
    content: ""
}

.ni-cross-circle:before {
    content: ""
}

.ni-cross-c:before {
    content: ""
}

.ni-cross-round-fill:before {
    content: ""
}

.ni-cross-circle-fill:before {
    content: ""
}

.ni-cross-fill-c:before {
    content: ""
}

.ni-na:before {
    content: ""
}

.ni-check:before {
    content: ""
}

.ni-check-thick:before {
    content: ""
}

.ni-done:before {
    content: ""
}

.ni-check-round:before {
    content: ""
}

.ni-check-circle:before {
    content: ""
}

.ni-check-c:before {
    content: ""
}

.ni-check-round-fill:before {
    content: ""
}

.ni-check-circle-fill:before {
    content: ""
}

.ni-check-fill-c:before {
    content: ""
}

.ni-check-circle-cut:before {
    content: ""
}

.ni-check-round-cut:before {
    content: ""
}

.ni-bullet:before {
    content: ""
}

.ni-circle:before {
    content: ""
}

.ni-square:before {
    content: ""
}

.ni-square-c:before {
    content: ""
}

.ni-bullet-fill:before {
    content: ""
}

.ni-circle-fill:before {
    content: ""
}

.ni-square-fill:before {
    content: ""
}

.ni-square-fill-c:before {
    content: ""
}

.ni-plus-sm:before {
    content: ""
}

.ni-minus-sm:before {
    content: ""
}

.ni-plus:before {
    content: ""
}

.ni-minus:before {
    content: ""
}

.ni-plus-round:before {
    content: ""
}

.ni-minus-round:before {
    content: ""
}

.ni-plus-circle:before {
    content: ""
}

.ni-minus-circle:before {
    content: ""
}

.ni-plus-c:before {
    content: ""
}

.ni-minus-c:before {
    content: ""
}

.ni-plus-round-fill:before {
    content: ""
}

.ni-plus-circle-fill:before {
    content: ""
}

.ni-minus-round-fill:before {
    content: ""
}

.ni-minus-circle-fill:before {
    content: ""
}

.ni-plus-fill-c:before {
    content: ""
}

.ni-minus-fill-c:before {
    content: ""
}

.ni-plus-medi:before {
    content: ""
}

.ni-plus-medi-fill:before {
    content: ""
}

.ni-equal-sm:before {
    content: ""
}

.ni-equal:before {
    content: ""
}

.ni-calc:before {
    content: ""
}

.ni-search:before {
    content: ""
}

.ni-zoom-out:before {
    content: ""
}

.ni-zoom-in:before {
    content: ""
}

.ni-play:before {
    content: ""
}

.ni-play-fill:before {
    content: ""
}

.ni-play-circle:before {
    content: ""
}

.ni-play-circle-fill:before {
    content: ""
}

.ni-pause:before {
    content: ""
}

.ni-pause-fill:before {
    content: ""
}

.ni-pause-circle:before {
    content: ""
}

.ni-pause-circle-fill:before {
    content: ""
}

.ni-stop:before {
    content: ""
}

.ni-stop-fill:before {
    content: ""
}

.ni-stop-circle:before {
    content: ""
}

.ni-stop-circle-fill:before {
    content: ""
}

.ni-rewind:before {
    content: ""
}

.ni-forward:before {
    content: ""
}

.ni-rewind-fill:before {
    content: ""
}

.ni-forward-fill:before {
    content: ""
}

.ni-step-back:before {
    content: ""
}

.ni-step-forward:before {
    content: ""
}

.ni-vol-off:before {
    content: ""
}

.ni-vol-no:before {
    content: ""
}

.ni-vol-half:before {
    content: ""
}

.ni-vol:before {
    content: ""
}

.ni-mic:before {
    content: ""
}

.ni-mic-off:before {
    content: ""
}

.ni-video:before {
    content: ""
}

.ni-video-off:before {
    content: ""
}

.ni-video-fill:before {
    content: ""
}

.ni-loader:before {
    content: ""
}

.ni-power:before {
    content: ""
}

.ni-signout:before {
    content: ""
}

.ni-signin:before {
    content: ""
}

.ni-upload:before {
    content: ""
}

.ni-download:before {
    content: ""
}

.ni-alert-circle:before {
    content: ""
}

.ni-alert:before {
    content: ""
}

.ni-caution:before {
    content: ""
}

.ni-report:before {
    content: ""
}

.ni-alert-c:before {
    content: ""
}

.ni-alert-circle-fill:before {
    content: ""
}

.ni-alert-fill:before {
    content: ""
}

.ni-caution-fill:before {
    content: ""
}

.ni-report-fill:before {
    content: ""
}

.ni-alert-fill-c:before {
    content: ""
}

.ni-info-i:before {
    content: ""
}

.ni-info:before {
    content: ""
}

.ni-info-fill:before {
    content: ""
}

.ni-help:before {
    content: ""
}

.ni-help-fill:before {
    content: ""
}

.ni-archived:before {
    content: ""
}

.ni-archive:before {
    content: ""
}

.ni-unarchive:before {
    content: ""
}

.ni-archived-fill:before {
    content: ""
}

.ni-archive-fill:before {
    content: ""
}

.ni-unarchive-fill:before {
    content: ""
}

.ni-bag:before {
    content: ""
}

.ni-bag-fill:before {
    content: ""
}

.ni-bell:before {
    content: ""
}

.ni-bell-off:before {
    content: ""
}

.ni-bell-fill:before {
    content: ""
}

.ni-bell-off-fill:before {
    content: ""
}

.ni-wifi:before {
    content: ""
}

.ni-wifi-off:before {
    content: ""
}

.ni-live:before {
    content: ""
}

.ni-signal:before {
    content: ""
}

.ni-bluetooth:before {
    content: ""
}

.ni-blaai-alt:before {
    content: ""
}

.ni-blank:before {
    content: ""
}

.ni-blankf-fill:before {
    content: ""
}

.ni-block-over:before {
    content: ""
}

.ni-book-read:before {
    content: ""
}

.ni-book:before {
    content: ""
}

.ni-book-fill:before {
    content: ""
}

.ni-bulb-fill:before {
    content: ""
}

.ni-bulb:before {
    content: ""
}

.ni-calendar-alt-fill:before {
    content: ""
}

.ni-calendar-alt:before {
    content: ""
}

.ni-calendar-booking-fill:before {
    content: ""
}

.ni-calendar-booking:before {
    content: ""
}

.ni-calendar-check-fill:before {
    content: ""
}

.ni-calendar-check:before {
    content: ""
}

.ni-calendar-fill:before {
    content: ""
}

.ni-calendar:before {
    content: ""
}

.ni-calender-date-fill:before {
    content: ""
}

.ni-calender-date:before {
    content: ""
}

.ni-call:before {
    content: ""
}

.ni-call-alt:before {
    content: ""
}

.ni-call-alt-fill:before {
    content: ""
}

.ni-call-fill:before {
    content: ""
}

.ni-camera-fill:before {
    content: ""
}

.ni-camera:before {
    content: ""
}

.ni-capsule:before {
    content: ""
}

.ni-capsule-fill:before {
    content: ""
}

.ni-cards:before {
    content: ""
}

.ni-cards-fill:before {
    content: ""
}

.ni-cart:before {
    content: ""
}

.ni-cart-fill:before {
    content: ""
}

.ni-cc:before {
    content: ""
}

.ni-cc-alt:before {
    content: ""
}

.ni-cc-alt2:before {
    content: ""
}

.ni-cc-secure:before {
    content: ""
}

.ni-cc-new:before {
    content: ""
}

.ni-cc-off:before {
    content: ""
}

.ni-cc-fill:before {
    content: ""
}

.ni-cc-alt-fill:before {
    content: ""
}

.ni-cc-alt2-fill:before {
    content: ""
}

.ni-cc-secure-fill:before {
    content: ""
}

.ni-msg-circle:before {
    content: ""
}

.ni-chat-circle:before {
    content: ""
}

.ni-msg:before {
    content: ""
}

.ni-chat:before {
    content: ""
}

.ni-question-alt:before {
    content: ""
}

.ni-question:before {
    content: ""
}

.ni-msg-circle-fill:before {
    content: ""
}

.ni-chat-circle-fill:before {
    content: ""
}

.ni-msg-fill:before {
    content: ""
}

.ni-chat-fill:before {
    content: ""
}

.ni-clip-h:before {
    content: ""
}

.ni-clip-v:before {
    content: ""
}

.ni-clip:before {
    content: ""
}

.ni-link-alt:before {
    content: ""
}

.ni-unlink:before {
    content: ""
}

.ni-unlink-alt:before {
    content: ""
}

.ni-link-h:before {
    content: ""
}

.ni-link-v:before {
    content: ""
}

.ni-link:before {
    content: ""
}

.ni-clipboard:before {
    content: ""
}

.ni-clipboad-check:before {
    content: ""
}

.ni-clipboard-fill:before {
    content: ""
}

.ni-clipboad-check-fill:before {
    content: ""
}

.ni-clock:before {
    content: ""
}

.ni-clock-fill:before {
    content: ""
}

.ni-cloud:before {
    content: ""
}

.ni-upload-cloud:before {
    content: ""
}

.ni-download-cloud:before {
    content: ""
}

.ni-cloud-fill:before {
    content: ""
}

.ni-contact:before {
    content: ""
}

.ni-contact-fill:before {
    content: ""
}

.ni-coffee:before {
    content: ""
}

.ni-coffee-fill:before {
    content: ""
}

.ni-box-view:before {
    content: ""
}

.ni-col-view:before {
    content: ""
}

.ni-sidebar:before {
    content: ""
}

.ni-layout:before {
    content: ""
}

.ni-table-view:before {
    content: ""
}

.ni-layout2:before {
    content: ""
}

.ni-row-view:before {
    content: ""
}

.ni-dot-box:before {
    content: ""
}

.ni-layout-fill:before {
    content: ""
}

.ni-box-view-fill:before {
    content: ""
}

.ni-sidebar-fill:before {
    content: ""
}

.ni-table-view-fill:before {
    content: ""
}

.ni-dot-box-fill:before {
    content: ""
}

.ni-template:before {
    content: ""
}

.ni-browser:before {
    content: ""
}

.ni-toolbar:before {
    content: ""
}

.ni-browser-fill:before {
    content: ""
}

.ni-toolbar-fill:before {
    content: ""
}

.ni-template-fill:before {
    content: ""
}

.ni-box:before {
    content: ""
}

.ni-package:before {
    content: ""
}

.ni-layer:before {
    content: ""
}

.ni-layers:before {
    content: ""
}

.ni-panel:before {
    content: ""
}

.ni-server:before {
    content: ""
}

.ni-layer-fill:before {
    content: ""
}

.ni-layers-fill:before {
    content: ""
}

.ni-package-fill:before {
    content: ""
}

.ni-panel-fill:before {
    content: ""
}

.ni-server-fill:before {
    content: ""
}

.ni-color-palette:before {
    content: ""
}

.ni-color-palette-fill:before {
    content: ""
}

.ni-copy:before {
    content: ""
}

.ni-copy-fill:before {
    content: ""
}

.ni-crop-alt:before {
    content: ""
}

.ni-crop:before {
    content: ""
}

.ni-target:before {
    content: ""
}

.ni-crosshair:before {
    content: ""
}

.ni-crosshair-fill:before {
    content: ""
}

.ni-db-fill:before {
    content: ""
}

.ni-db:before {
    content: ""
}

.ni-hard-drive:before {
    content: ""
}

.ni-cpu:before {
    content: ""
}

.ni-disk:before {
    content: ""
}

.ni-pen:before {
    content: ""
}

.ni-edit-alt:before {
    content: ""
}

.ni-pen-fill:before {
    content: ""
}

.ni-edit-alt-fill:before {
    content: ""
}

.ni-pen-alt-fill:before {
    content: ""
}

.ni-edit-fill:before {
    content: ""
}

.ni-edit:before {
    content: ""
}

.ni-external-alt:before {
    content: ""
}

.ni-external:before {
    content: ""
}

.ni-eye-alt:before {
    content: ""
}

.ni-eye-alt-fill:before {
    content: ""
}

.ni-eye:before {
    content: ""
}

.ni-eye-fill:before {
    content: ""
}

.ni-eye-off:before {
    content: ""
}

.ni-eye-off-fill:before {
    content: ""
}

.ni-file:before {
    content: ""
}

.ni-file-minus:before {
    content: ""
}

.ni-file-plus:before {
    content: ""
}

.ni-file-remove:before {
    content: ""
}

.ni-file-check:before {
    content: ""
}

.ni-file-code:before {
    content: ""
}

.ni-file-docs:before {
    content: ""
}

.ni-file-img:before {
    content: ""
}

.ni-file-doc:before {
    content: ""
}

.ni-file-pdf:before {
    content: ""
}

.ni-file-xls:before {
    content: ""
}

.ni-file-zip:before {
    content: ""
}

.ni-file-download:before {
    content: ""
}

.ni-file-text:before {
    content: ""
}

.ni-files:before {
    content: ""
}

.ni-file-fill:before {
    content: ""
}

.ni-file-minus-fill:before {
    content: ""
}

.ni-file-plus-fill:before {
    content: ""
}

.ni-file-remove-fill:before {
    content: ""
}

.ni-file-check-fill:before {
    content: ""
}

.ni-file-text-fill:before {
    content: ""
}

.ni-files-fill:before {
    content: ""
}

.ni-folder:before {
    content: ""
}

.ni-folder-minus:before {
    content: ""
}

.ni-folder-plus:before {
    content: ""
}

.ni-folder-remove:before {
    content: ""
}

.ni-folder-check:before {
    content: ""
}

.ni-folder-list:before {
    content: ""
}

.ni-folders:before {
    content: ""
}

.ni-folder-fill:before {
    content: ""
}

.ni-folders-fill:before {
    content: ""
}

.ni-filter-alt:before {
    content: ""
}

.ni-sort-line:before {
    content: ""
}

.ni-filter-fill:before {
    content: ""
}

.ni-filter:before {
    content: ""
}

.ni-flag:before {
    content: ""
}

.ni-flag-fill:before {
    content: ""
}

.ni-notify:before {
    content: ""
}

.ni-dashboard:before {
    content: ""
}

.ni-dashboard-fill:before {
    content: ""
}

.ni-grid-sq:before {
    content: ""
}

.ni-grid:before {
    content: ""
}

.ni-grid-c:before {
    content: ""
}

.ni-grid-alt:before {
    content: ""
}

.ni-grid-plus:before {
    content: ""
}

.ni-grid-add-c:before {
    content: ""
}

.ni-grid-fill:before {
    content: ""
}

.ni-grid-fill-c:before {
    content: ""
}

.ni-grid-alt-fill:before {
    content: ""
}

.ni-grid-plus-fill:before {
    content: ""
}

.ni-grid-add-fill-c:before {
    content: ""
}

.ni-grid-box-alt-fill:before {
    content: ""
}

.ni-grid-box-alt:before {
    content: ""
}

.ni-grid-box:before {
    content: ""
}

.ni-grid-box-fill:before {
    content: ""
}

.ni-grid-line:before {
    content: ""
}

.ni-menu-alt-left:before {
    content: ""
}

.ni-menu-alt-r:before {
    content: ""
}

.ni-menu-alt:before {
    content: ""
}

.ni-menu-center:before {
    content: ""
}

.ni-menu-left:before {
    content: ""
}

.ni-menu-right:before {
    content: ""
}

.ni-menu:before {
    content: ""
}

.ni-trend-up:before {
    content: ""
}

.ni-trend-down:before {
    content: ""
}

.ni-line-chart-down:before {
    content: ""
}

.ni-line-chart-up:before {
    content: ""
}

.ni-line-chart:before {
    content: ""
}

.ni-bar-chart:before {
    content: ""
}

.ni-bar-chart-alt:before {
    content: ""
}

.ni-chart-up:before {
    content: ""
}

.ni-chart-down:before {
    content: ""
}

.ni-growth:before {
    content: ""
}

.ni-growth-fill:before {
    content: ""
}

.ni-bar-chart-fill:before {
    content: ""
}

.ni-bar-c:before {
    content: ""
}

.ni-bar-fill-c:before {
    content: ""
}

.ni-pie:before {
    content: ""
}

.ni-pie-alt:before {
    content: ""
}

.ni-pie-fill:before {
    content: ""
}

.ni-activity:before {
    content: ""
}

.ni-activity-alt:before {
    content: ""
}

.ni-activity-round:before {
    content: ""
}

.ni-activity-round-fill:before {
    content: ""
}

.ni-meter:before {
    content: ""
}

.ni-speed:before {
    content: ""
}

.ni-happy:before {
    content: ""
}

.ni-sad:before {
    content: ""
}

.ni-meh:before {
    content: ""
}

.ni-happyf-fill:before {
    content: ""
}

.ni-sad-fill:before {
    content: ""
}

.ni-meh-fill:before {
    content: ""
}

.ni-home:before {
    content: ""
}

.ni-home-alt:before {
    content: ""
}

.ni-home-fill:before {
    content: ""
}

.ni-img:before {
    content: ""
}

.ni-img-fill:before {
    content: ""
}

.ni-inbox:before {
    content: ""
}

.ni-inbox-in:before {
    content: ""
}

.ni-inbox-out:before {
    content: ""
}

.ni-inbox-fill:before {
    content: ""
}

.ni-inbox-in-fill:before {
    content: ""
}

.ni-inbox-out-fill:before {
    content: ""
}

.ni-link-group:before {
    content: ""
}

.ni-lock:before {
    content: ""
}

.ni-lock-alt:before {
    content: ""
}

.ni-lock-fill:before {
    content: ""
}

.ni-lock-alt-fill:before {
    content: ""
}

.ni-unlock:before {
    content: ""
}

.ni-unlock-fill:before {
    content: ""
}

.ni-mail:before {
    content: ""
}

.ni-emails:before {
    content: ""
}

.ni-mail-fill:before {
    content: ""
}

.ni-emails-fill:before {
    content: ""
}

.ni-map-pin:before {
    content: ""
}

.ni-location:before {
    content: ""
}

.ni-map:before {
    content: ""
}

.ni-map-pin-fill:before {
    content: ""
}

.ni-list:before {
    content: ""
}

.ni-list-ol:before {
    content: ""
}

.ni-align-center:before {
    content: ""
}

.ni-align-justify:before {
    content: ""
}

.ni-align-left:before {
    content: ""
}

.ni-align-right:before {
    content: ""
}

.ni-list-check:before {
    content: ""
}

.ni-list-round:before {
    content: ""
}

.ni-card-view:before {
    content: ""
}

.ni-list-fill:before {
    content: ""
}

.ni-save:before {
    content: ""
}

.ni-save-fill:before {
    content: ""
}

.ni-move:before {
    content: ""
}

.ni-scissor:before {
    content: ""
}

.ni-text:before {
    content: ""
}

.ni-text-a:before {
    content: ""
}

.ni-bold:before {
    content: ""
}

.ni-italic:before {
    content: ""
}

.ni-underline:before {
    content: ""
}

.ni-percent:before {
    content: ""
}

.ni-at:before {
    content: ""
}

.ni-hash:before {
    content: ""
}

.ni-code:before {
    content: ""
}

.ni-code-download:before {
    content: ""
}

.ni-terminal:before {
    content: ""
}

.ni-cmd:before {
    content: ""
}

.ni-sun:before {
    content: ""
}

.ni-sun-fill:before {
    content: ""
}

.ni-moon-fill:before {
    content: ""
}

.ni-moon:before {
    content: ""
}

.ni-light:before {
    content: ""
}

.ni-light-fill:before {
    content: ""
}

.ni-more-v:before {
    content: ""
}

.ni-more-h:before {
    content: ""
}

.ni-more-h-alt:before {
    content: ""
}

.ni-more-v-alt:before {
    content: ""
}

.ni-music:before {
    content: ""
}

.ni-movie:before {
    content: ""
}

.ni-offer:before {
    content: ""
}

.ni-offer-fill:before {
    content: ""
}

.ni-opt-alt:before {
    content: ""
}

.ni-opt:before {
    content: ""
}

.ni-opt-dot-alt:before {
    content: ""
}

.ni-opt-dot:before {
    content: ""
}

.ni-opt-dot-fill:before {
    content: ""
}

.ni-opt-alt-fill:before {
    content: ""
}

.ni-user-alt:before {
    content: ""
}

.ni-user-alt-fill:before {
    content: ""
}

.ni-user:before {
    content: ""
}

.ni-users:before {
    content: ""
}

.ni-user-add:before {
    content: ""
}

.ni-user-remove:before {
    content: ""
}

.ni-user-check:before {
    content: ""
}

.ni-user-cross:before {
    content: ""
}

.ni-account-setting:before {
    content: ""
}

.ni-account-setting-alt:before {
    content: ""
}

.ni-user-list:before {
    content: ""
}

.ni-user-fill:before {
    content: ""
}

.ni-users-fill:before {
    content: ""
}

.ni-user-add-fill:before {
    content: ""
}

.ni-user-remove-fill:before {
    content: ""
}

.ni-user-check-fill:before {
    content: ""
}

.ni-user-cross-fill:before {
    content: ""
}

.ni-account-setting-fill:before {
    content: ""
}

.ni-user-list-fill:before {
    content: ""
}

.ni-user-circle:before {
    content: ""
}

.ni-user-circle-fill:before {
    content: ""
}

.ni-user-c:before {
    content: ""
}

.ni-user-fill-c:before {
    content: ""
}

.ni-user-round:before {
    content: ""
}

.ni-printer:before {
    content: ""
}

.ni-printer-fill:before {
    content: ""
}

.ni-laptop:before {
    content: ""
}

.ni-monitor:before {
    content: ""
}

.ni-tablet:before {
    content: ""
}

.ni-mobile:before {
    content: ""
}

.ni-undo:before {
    content: ""
}

.ni-redo:before {
    content: ""
}

.ni-reload-alt:before {
    content: ""
}

.ni-reload:before {
    content: ""
}

.ni-regen-alt:before {
    content: ""
}

.ni-regen:before {
    content: ""
}

.ni-invest:before {
    content: ""
}

.ni-history:before {
    content: ""
}

.ni-update:before {
    content: ""
}

.ni-repeat:before {
    content: ""
}

.ni-repeat-v:before {
    content: ""
}

.ni-tranx:before {
    content: ""
}

.ni-reply-all:before {
    content: ""
}

.ni-reply:before {
    content: ""
}

.ni-reply-fill:before {
    content: ""
}

.ni-reply-all-fill:before {
    content: ""
}

.ni-notes:before {
    content: ""
}

.ni-note-add:before {
    content: ""
}

.ni-notes-alt:before {
    content: ""
}

.ni-article:before {
    content: ""
}

.ni-text-rich:before {
    content: ""
}

.ni-todo:before {
    content: ""
}

.ni-report-profit:before {
    content: ""
}

.ni-reports-alt:before {
    content: ""
}

.ni-reports:before {
    content: ""
}

.ni-task:before {
    content: ""
}

.ni-note-add-c:before {
    content: ""
}

.ni-task-c:before {
    content: ""
}

.ni-todo-fill:before {
    content: ""
}

.ni-note-add-fill-c:before {
    content: ""
}

.ni-task-fill-c:before {
    content: ""
}

.ni-scan-fill:before {
    content: ""
}

.ni-scan:before {
    content: ""
}

.ni-qr:before {
    content: ""
}

.ni-money:before {
    content: ""
}

.ni-coins:before {
    content: ""
}

.ni-coin:before {
    content: ""
}

.ni-coin-alt:before {
    content: ""
}

.ni-coin-alt-fill:before {
    content: ""
}

.ni-setting-alt-fill:before {
    content: ""
}

.ni-setting-alt:before {
    content: ""
}

.ni-setting-fill:before {
    content: ""
}

.ni-setting:before {
    content: ""
}

.ni-share-alt:before {
    content: ""
}

.ni-share-fill:before {
    content: ""
}

.ni-share:before {
    content: ""
}

.ni-network:before {
    content: ""
}

.ni-rss:before {
    content: ""
}

.ni-shield:before {
    content: ""
}

.ni-shield-star:before {
    content: ""
}

.ni-shield-check:before {
    content: ""
}

.ni-shield-alert:before {
    content: ""
}

.ni-shield-off:before {
    content: ""
}

.ni-security:before {
    content: ""
}

.ni-policy:before {
    content: ""
}

.ni-shield-alert-fill:before {
    content: ""
}

.ni-shield-check-fill:before {
    content: ""
}

.ni-shield-fill:before {
    content: ""
}

.ni-shield-half:before {
    content: ""
}

.ni-shield-star-fill:before {
    content: ""
}

.ni-policy-fill:before {
    content: ""
}

.ni-spark:before {
    content: ""
}

.ni-spark-off:before {
    content: ""
}

.ni-spark-fill:before {
    content: ""
}

.ni-spark-off-fill:before {
    content: ""
}

.ni-wallet:before {
    content: ""
}

.ni-wallet-alt:before {
    content: ""
}

.ni-wallet-in:before {
    content: ""
}

.ni-wallet-out:before {
    content: ""
}

.ni-wallet-saving:before {
    content: ""
}

.ni-wallet-fill:before {
    content: ""
}

.ni-star:before {
    content: ""
}

.ni-star-half:before {
    content: ""
}

.ni-star-half-fill:before {
    content: ""
}

.ni-star-fill:before {
    content: ""
}

.ni-star-round:before {
    content: ""
}

.ni-heart:before {
    content: ""
}

.ni-heart-fill:before {
    content: ""
}

.ni-swap-alt-fill:before {
    content: ""
}

.ni-swap-alt:before {
    content: ""
}

.ni-thumbs-down:before {
    content: ""
}

.ni-thumbs-up:before {
    content: ""
}

.ni-tag:before {
    content: ""
}

.ni-tag-alt:before {
    content: ""
}

.ni-tags:before {
    content: ""
}

.ni-tag-fill:before {
    content: ""
}

.ni-tag-alt-fill:before {
    content: ""
}

.ni-tags-fill:before {
    content: ""
}

.ni-bookmark:before {
    content: ""
}

.ni-bookmark-fill:before {
    content: ""
}

.ni-label:before {
    content: ""
}

.ni-label-fill:before {
    content: ""
}

.ni-piority:before {
    content: ""
}

.ni-piority-fill:before {
    content: ""
}

.ni-label-alt:before {
    content: ""
}

.ni-label-alt-fill:before {
    content: ""
}

.ni-ticket-alt:before {
    content: ""
}

.ni-ticket:before {
    content: ""
}

.ni-ticket-minus:before {
    content: ""
}

.ni-ticket-plus:before {
    content: ""
}

.ni-ticket-alt-fill:before {
    content: ""
}

.ni-ticket-fill:before {
    content: ""
}

.ni-ticket-minus-fill:before {
    content: ""
}

.ni-ticket-plus-fill:before {
    content: ""
}

.ni-toggle-off:before {
    content: ""
}

.ni-toggle-on:before {
    content: ""
}

.ni-trash-alt:before {
    content: ""
}

.ni-trash-empty:before {
    content: ""
}

.ni-trash:before {
    content: ""
}

.ni-trash-fill:before {
    content: ""
}

.ni-trash-empty-fill:before {
    content: ""
}

.ni-delete-fill:before {
    content: ""
}

.ni-delete:before {
    content: ""
}

.ni-alarm-alt:before {
    content: ""
}

.ni-alarm:before {
    content: ""
}

.ni-bugs:before {
    content: ""
}

.ni-building:before {
    content: ""
}

.ni-building-fill:before {
    content: ""
}

.ni-headphone:before {
    content: ""
}

.ni-headphone-fill:before {
    content: ""
}

.ni-aperture:before {
    content: ""
}

.ni-help-alt:before {
    content: ""
}

.ni-award:before {
    content: ""
}

.ni-briefcase:before {
    content: ""
}

.ni-gift:before {
    content: ""
}

.ni-globe:before {
    content: ""
}

.ni-umbrela:before {
    content: ""
}

.ni-truck:before {
    content: ""
}

.ni-sign-usd:before {
    content: ""
}

.ni-sign-dollar:before {
    content: ""
}

.ni-sign-mxn:before {
    content: ""
}

.ni-sign-sgd:before {
    content: ""
}

.ni-sign-euro:before {
    content: ""
}

.ni-sign-eur:before {
    content: ""
}

.ni-sign-gbp:before {
    content: ""
}

.ni-sign-pound:before {
    content: ""
}

.ni-sign-thb:before {
    content: ""
}

.ni-sign-inr:before {
    content: ""
}

.ni-sign-jpy:before {
    content: ""
}

.ni-sign-yen:before {
    content: ""
}

.ni-sign-cny:before {
    content: ""
}

.ni-sign-kobo:before {
    content: ""
}

.ni-sign-chf:before {
    content: ""
}

.ni-sign-vnd:before {
    content: ""
}

.ni-sign-php:before {
    content: ""
}

.ni-sign-brl:before {
    content: ""
}

.ni-sign-idr:before {
    content: ""
}

.ni-sign-czk:before {
    content: ""
}

.ni-sign-hkd:before {
    content: ""
}

.ni-sign-kr:before {
    content: ""
}

.ni-sign-dkk:before {
    content: ""
}

.ni-sign-nok:before {
    content: ""
}

.ni-sign-sek:before {
    content: ""
}

.ni-sign-rub:before {
    content: ""
}

.ni-sign-myr:before {
    content: ""
}

.ni-sign-pln:before {
    content: ""
}

.ni-sign-try:before {
    content: ""
}

.ni-sign-waves:before {
    content: ""
}

.ni-waves:before {
    content: ""
}

.ni-sign-trx:before {
    content: ""
}

.ni-tron:before {
    content: ""
}

.ni-sign-xem:before {
    content: ""
}

.ni-nem:before {
    content: ""
}

.ni-sign-mxr:before {
    content: ""
}

.ni-monero:before {
    content: ""
}

.ni-sign-usdc:before {
    content: ""
}

.ni-sign-steller:before {
    content: ""
}

.ni-sign-steem:before {
    content: ""
}

.ni-sign-usdt:before {
    content: ""
}

.ni-tether:before {
    content: ""
}

.ni-sign-btc:before {
    content: ""
}

.ni-bitcoin:before {
    content: ""
}

.ni-sign-bch:before {
    content: ""
}

.ni-bitcoin-cash:before {
    content: ""
}

.ni-sign-bnb:before {
    content: ""
}

.ni-binance:before {
    content: ""
}

.ni-sign-ada:before {
    content: ""
}

.ni-sign-zcash:before {
    content: ""
}

.ni-sign-eth:before {
    content: ""
}

.ni-ethereum:before {
    content: ""
}

.ni-sign-dash:before {
    content: ""
}

.ni-dash:before {
    content: ""
}

.ni-sign-xrp-old:before {
    content: ""
}

.ni-ripple-old:before {
    content: ""
}

.ni-sign-eos:before {
    content: ""
}

.ni-eos:before {
    content: ""
}

.ni-sign-xrp:before {
    content: ""
}

.ni-ripple:before {
    content: ""
}

.ni-american-express:before {
    content: ""
}

.ni-jcb:before {
    content: ""
}

.ni-cc-jcb:before {
    content: ""
}

.ni-mc:before {
    content: ""
}

.ni-cc-mc:before {
    content: ""
}

.ni-discover:before {
    content: ""
}

.ni-cc-discover:before {
    content: ""
}

.ni-visa:before {
    content: ""
}

.ni-cc-visa:before {
    content: ""
}

.ni-cc-paypal:before {
    content: ""
}

.ni-cc-stripe:before {
    content: ""
}

.ni-amazon-pay:before {
    content: ""
}

.ni-amazon-pay-fill:before {
    content: ""
}

.ni-google-pay:before {
    content: ""
}

.ni-google-pay-fill:before {
    content: ""
}

.ni-apple-pay:before {
    content: ""
}

.ni-apple-pay-fill:before {
    content: ""
}

.ni-angular:before {
    content: ""
}

.ni-react:before {
    content: ""
}

.ni-laravel:before {
    content: ""
}

.ni-html5:before {
    content: ""
}

.ni-css3-fill:before {
    content: ""
}

.ni-css3:before {
    content: ""
}

.ni-js:before {
    content: ""
}

.ni-php:before {
    content: ""
}

.ni-python:before {
    content: ""
}

.ni-bootstrap:before {
    content: ""
}

.ni-ebay:before {
    content: ""
}

.ni-google-wallet:before {
    content: ""
}

.ni-google-drive:before {
    content: ""
}

.ni-google-play-store:before {
    content: ""
}

.ni-android:before {
    content: ""
}

.ni-blogger-fill:before {
    content: ""
}

.ni-blogger:before {
    content: ""
}

.ni-hangout:before {
    content: ""
}

.ni-apple-store:before {
    content: ""
}

.ni-apple-store-ios:before {
    content: ""
}

.ni-stripe:before {
    content: ""
}

.ni-apple:before {
    content: ""
}

.ni-microsoft:before {
    content: ""
}

.ni-windows:before {
    content: ""
}

.ni-amazon:before {
    content: ""
}

.ni-paypal-alt:before {
    content: ""
}

.ni-airbnb:before {
    content: ""
}

.ni-adobe:before {
    content: ""
}

.ni-mailchimp:before {
    content: ""
}

.ni-dropbox:before {
    content: ""
}

.ni-digital-ocean:before {
    content: ""
}

.ni-slack:before {
    content: ""
}

.ni-slack-hash:before {
    content: ""
}

.ni-stack-overflow:before {
    content: ""
}

.ni-soundcloud:before {
    content: ""
}

.ni-blackberry:before {
    content: ""
}

.ni-spotify:before {
    content: ""
}

.ni-kickstarter:before {
    content: ""
}

.ni-houzz:before {
    content: ""
}

.ni-vine:before {
    content: ""
}

.ni-yelp:before {
    content: ""
}

.ni-yoast:before {
    content: ""
}

.ni-envato:before {
    content: ""
}

.ni-wordpress:before {
    content: ""
}

.ni-wp:before {
    content: ""
}

.ni-wordpress-fill:before {
    content: ""
}

.ni-elementor:before {
    content: ""
}

.ni-joomla:before {
    content: ""
}

.ni-megento:before {
    content: ""
}

.ni-git:before {
    content: ""
}

.ni-github:before {
    content: ""
}

.ni-github-round:before {
    content: ""
}

.ni-github-circle:before {
    content: ""
}

.ni-dribbble:before {
    content: ""
}

.ni-dribbble-round:before {
    content: ""
}

.ni-behance:before {
    content: ""
}

.ni-behance-fill:before {
    content: ""
}

.ni-flickr:before {
    content: ""
}

.ni-flickr-round:before {
    content: ""
}

.ni-medium:before {
    content: ""
}

.ni-medium-round:before {
    content: ""
}

.ni-reddit:before {
    content: ""
}

.ni-reddit-round:before {
    content: ""
}

.ni-reddit-circle:before {
    content: ""
}

.ni-google:before {
    content: ""
}

.ni-facebook-f:before {
    content: ""
}

.ni-facebook-fill:before {
    content: ""
}

.ni-facebook-circle:before {
    content: ""
}

.ni-instagram:before {
    content: ""
}

.ni-instagram-round:before {
    content: ""
}

.ni-linkedin:before {
    content: ""
}

.ni-linkedin-round:before {
    content: ""
}

.ni-twitter:before {
    content: ""
}

.ni-twitter-round:before {
    content: ""
}

.ni-pinterest:before {
    content: ""
}

.ni-pinterest-round:before {
    content: ""
}

.ni-pinterest-circle:before {
    content: ""
}

.ni-tumblr:before {
    content: ""
}

.ni-tumblr-round:before {
    content: ""
}

.ni-skype:before {
    content: ""
}

.ni-viber:before {
    content: ""
}

.ni-whatsapp:before {
    content: ""
}

.ni-whatsapp-round:before {
    content: ""
}

.ni-snapchat:before {
    content: ""
}

.ni-snapchat-fill:before {
    content: ""
}

.ni-telegram:before {
    content: ""
}

.ni-telegram-circle:before {
    content: ""
}

.ni-youtube-line:before {
    content: ""
}

.ni-youtube:before {
    content: ""
}

.ni-youtube-fill:before {
    content: ""
}

.ni-youtube-round:before {
    content: ""
}

.ni-vimeo:before {
    content: ""
}

.ni-vimeo-fill:before {
    content: ""
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #3f3eed
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-button-wrap {
    z-index: 5
}

.swiper-button-hide-disabled .swiper-button-disabled {
    display: none
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.typed-cursor.typed-cursor--blink {
    animation: blink .07s infinite !important
}

.typed-cursor {
    margin-left: .5rem;
    font-weight: 100
}

.ai-body {
    outline: none
}

.ai-app-root {
    outline: none;
    min-height: 100vh;
    min-height: 100 dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.ai-footer {
    margin-top: auto
}

.logo-wrap {
    display: flex;
    position: relative;
    height: 100%
}

.logo-link {
    display: inline-flex;
    max-height: 26px
}

.logo-img {
    height: 100%
}

.logo-img:not(:first-child) {
    position: absolute;
    left: 0
}

.logo-light {
    opacity: 0;
    visibility: hidden
}

.is-dark .logo-light {
    opacity: 1;
    visibility: visible
}

.logo-dark {
    opacity: 1;
    visibility: visible
}

.is-dark .logo-dark {
    opacity: 0;
    visibility: hidden
}

.ai-menu {
    display: flex;
    align-items: center
}

.ai-menu-list {
    display: flex;
    flex-direction: column;
    padding: .5rem 0;
    max-height: 100%;
    overflow: auto;
    width: 100%
}

.ai-menu-item {
    position: relative;
    width: 100%
}

.ai-menu-item:hover > .ai-menu-link {
    color: #3f3eed
}

.ai-menu-link {
    display: flex;
    align-items: center;
    color: #293a51;
    font-weight: 500;
    font-size: .875rem;
    background-color: rgba(0, 0, 0, 0);
    padding: .5rem 1.5rem;
    white-space: nowrap
}

.active > .ai-menu-link {
    color: #3f3eed
}

.ai-menu-toggle:after {
    font-family: "Nioicon";
    content: "";
    margin-left: .25rem
}

.ai-menu-dropdown {
    display: none;
    background: #f7f7f7;
    padding: .5rem 0
}

.ai-menu-sub .ai-menu-link {
    font-size: .8125rem
}

.ai-menu-buttons {
    min-width: 100%;
    display: flex;
    align-items: center;
    padding: 0 .75rem;
    margin-top: 1rem
}

.ai-menu-buttons > li {
    padding: 0 .75rem
}

.ai-menu-buttons > li .btn {
    font-size: .8125rem
}

.on-dark .ai-menu-item:hover > .ai-menu-link {
    color: #3f3eed
}

.on-dark .ai-menu-link {
    color: #fff
}

.on-dark .ai-menu-dropdown {
    background: #292a30
}

@media (min-width: 992px) {
    [data-menu-collapse=lg] .ai-menu {
        width: 100%;
        transform: none;
        position: static;
        box-shadow: none;
        flex-direction: row;
        background-color: rgba(0, 0, 0, 0)
    }

    [data-menu-collapse=lg] .ai-menu-list {
        width: auto;
        flex-direction: row;
        padding: 0 1rem;
        overflow: visible
    }

    [data-menu-collapse=lg] .ai-menu-item {
        width: auto;
        position: relative;
        display: flex;
        align-items: center
    }

    [data-menu-collapse=lg] .ai-menu-item:hover .ai-menu-dropdown {
        opacity: 1;
        visibility: visible
    }

    [data-menu-collapse=lg] .ai-menu-link {
        padding: 1.25rem 1rem
    }

    [data-menu-collapse=lg] .ai-menu-dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        border-radius: .5rem;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 0 20px 0 rgba(29, 30, 34, .08);
        display: block !important
    }

    [data-menu-collapse=lg] .ai-menu-mega-wrap {
        display: flex;
        padding: .5rem
    }

    [data-menu-collapse=lg] .ai-menu-sub {
        min-width: 10rem
    }

    [data-menu-collapse=lg] .ai-menu-sub .ai-menu-link {
        padding: .5rem 1.5rem
    }

    [data-menu-collapse=lg] .ai-menu-buttons {
        min-width: auto;
        margin-top: 0;
        padding: 0;
        margin-right: -1rem
    }

    [data-menu-collapse=lg] .ai-menu-buttons > li {
        padding: 0 1rem
    }

    [data-menu-collapse=lg] .on-dark .ai-menu-dropdown {
        background: #292a30
    }

    [data-menu-collapse=lg] .has-fixed .ai-menu-dropdown {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }
}

@media (min-width: 1200px) {
    [data-menu-collapse=xl] .ai-menu {
        width: 100%;
        transform: none;
        position: static;
        box-shadow: none;
        flex-direction: row;
        background-color: rgba(0, 0, 0, 0)
    }

    [data-menu-collapse=xl] .ai-menu-list {
        width: auto;
        flex-direction: row;
        padding: 0 1rem;
        overflow: visible
    }

    [data-menu-collapse=xl] .ai-menu-item {
        width: auto;
        position: relative;
        display: flex;
        align-items: center
    }

    [data-menu-collapse=xl] .ai-menu-item:hover .ai-menu-dropdown {
        opacity: 1;
        visibility: visible
    }

    [data-menu-collapse=xl] .ai-menu-link {
        padding: 1.25rem 1rem
    }

    [data-menu-collapse=xl] .ai-menu-dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        border-radius: .5rem;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 0 20px 0 rgba(29, 30, 34, .08);
        display: block !important
    }

    [data-menu-collapse=xl] .ai-menu-mega-wrap {
        display: flex;
        padding: .5rem
    }

    [data-menu-collapse=xl] .ai-menu-sub {
        min-width: 10rem
    }

    [data-menu-collapse=xl] .ai-menu-sub .ai-menu-link {
        padding: .5rem 1.5rem
    }

    [data-menu-collapse=xl] .ai-menu-buttons {
        min-width: auto;
        margin-top: 0;
        padding: 0;
        margin-right: -1rem
    }

    [data-menu-collapse=xl] .ai-menu-buttons > li {
        padding: 0 1rem
    }

    [data-menu-collapse=xl] .on-dark .ai-menu-dropdown {
        background: #292a30
    }

    [data-menu-collapse=xl] .has-fixed .ai-menu-dropdown {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }
}

.ai-header {
    padding-top: 88px
}

.ai-header-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: .75rem 0px;
    transition: all .2s linear;
    background-color: #fff
}

.ai-header-main.is-transparent {
    background-color: rgba(0, 0, 0, 0)
}

.ai-header-main.has-border {
    border-bottom: 1px solid #f4f7fa
}

.ai-header-main.has-fixed {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(29, 30, 34, .08)
}

.ai-header-main.has-fixed.on-dark {
    background: #24252a
}

.ai-header-main.will-shrink.has-fixed {
    padding: 0 0px
}

.ai-header-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ai-header-logo {
    display: inline-flex;
    height: 2.5rem;
    align-items: center;
    margin: .5rem 0;
    flex-shrink: 0
}

.ai-header-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 300px;
    max-width: calc(100% - 2rem);
    display: flex;
    flex-direction: column;
    z-index: 1026;
    padding: 1rem 0;
    overflow: auto;
    transform: translateX(-100%);
    background: #fff
}

.on-dark .ai-header-menu {
    background: #24252a
}

.ai-header-menu.header-menu-active {
    transform: none
}

.ai-header-menu.menu-mobile {
    transition: .4s ease
}

@media (min-width: 992px) {
    [data-menu-collapse=lg] .ai-header-menu {
        flex-grow: 1;
        transform: none;
        position: static;
        border: none;
        flex-direction: row;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        overflow: visible
    }

    [data-menu-collapse=lg] .ai-header-toggle {
        display: none
    }
}

@media (min-width: 1200px) {
    [data-menu-collapse=xl] .ai-header-menu {
        flex-grow: 1;
        transform: none;
        position: static;
        border: none;
        flex-direction: row;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        overflow: visible
    }

    [data-menu-collapse=xl] .ai-header-toggle {
        display: none
    }
}

.header-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1024;
    opacity: 0;
    animation: fade-out 400ms ease 1
}

.header-menu-shown .header-menu-overlay {
    opacity: 1;
    animation: fade-in 400ms ease 1
}

.header-menu-shown {
    overflow: hidden
}

.ai-page-head {
    padding: 30px 0 50px
}

@media (min-width: 768px) {
    .ai-page-head {
        padding: 60px 0 80px
    }
}

.section {
    isolation: isolate;
    scroll-margin-top: var(--header-main-height, 63px);
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

.section-head {
    padding-bottom: 2.5rem
}

.section-head .title:where(:not(:last-child)) {
    margin-bottom: 1.125rem
}

.section-content + .section-actions {
    padding-top: 2.5rem
}

.section-content + .section-content {
    padding-top: 3.75rem
}

.section-actions + .section-content {
    padding-top: 3.75rem
}

@media (min-width: 992px) {
    .section {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem
    }

    .section-head {
        padding-bottom: 3.75rem
    }

    .section-content + .section-actions {
        padding-top: 3.75rem
    }

    .section-content + .section-content {
        padding-top: 5.625rem
    }

    .section-actions + .section-content {
        padding-top: 5.625rem
    }

    .section-sm {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .section-sm .section-head {
        padding-bottom: 2.5rem
    }

    .section-sm .section-content + .section-actions {
        padding-top: 2.5rem
    }

    .section-sm .section-content + .section-content {
        padding-top: 3.75rem
    }

    .section-sm .section-actions + .section-content {
        padding-top: 3.75rem
    }

    .section-lg {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }

    .section-lg .section-head {
        padding-bottom: 3.75rem
    }

    .section-lg .section-content + .section-actions {
        padding-top: 3.75rem
    }

    .section-lg .section-content + .section-content {
        padding-top: 5.625rem
    }

    .section-lg .section-actions + .section-content {
        padding-top: 5.625rem
    }
}

.section-bottom-0 {
    padding-bottom: 0
}

.section-top-0 {
    padding-top: 0
}

.section-0 {
    padding-top: 0;
    padding-bottom: 0
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

canvas {
    width: 100%;
    max-width: 100%
}

a {
    text-decoration: none;
    transition: color .2s, background-color .2s, border .2s, box-shadow .2s
}

h1:where(:last-child), h2:where(:last-child), h3:where(:last-child), h4:where(:last-child), h5:where(:last-child), h6:where(:last-child), .h1:where(:last-child), .h2:where(:last-child), .h3:where(:last-child), .h4:where(:last-child), .h5:where(:last-child), .h6:where(:last-child), p:where(:last-child) {
    margin-bottom: 0
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

strong {
    color: #293a51
}

.is-dark {
    color: #dce3ed
}

.is-dark h1, .is-dark h2, .is-dark h3, .is-dark h4, .is-dark h5, .is-dark h6, .is-dark .h1, .is-dark .h2, .is-dark .h3, .is-dark .h4, .is-dark .h5, .is-dark .h6 {
    color: #fff
}

.gap {
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.gap[class*=gy-], .gap[class*=gx-] {
    margin-left: 0;
    margin-right: 0
}

.gap[class*=gy-] > *, .gap[class*=gx-] > * {
    padding-left: 0;
    padding-right: 0
}

.gap > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.z-index-1 {
    z-index: 1
}

.z-index-n1 {
    z-index: -1
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.media {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .25rem;
    font-size: .8333333333rem;
    flex-shrink: 0
}

.media .icon {
    font-size: 1.25rem
}

.media .icon.half {
    font-size: .625rem
}

.media svg.icon {
    height: 1.25rem;
    width: 1.25rem
}

.media img {
    border-radius: inherit
}

.media-rounded {
    border-radius: .5rem
}

.media-circle {
    border-radius: 50rem
}

.media-sharp {
    border-radius: 0
}

.media-middle {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.media-border {
    border-width: 2px;
    border-style: solid
}

.media-sm {
    width: 1.875rem;
    height: 1.875rem;
    font-size: .625rem
}

.media-sm .icon {
    font-size: .9375rem
}

.media-sm .icon.half {
    font-size: .46875rem
}

.media-sm svg.icon {
    height: .9375rem;
    width: .9375rem
}

.media-md {
    width: 2.125rem;
    height: 2.125rem;
    font-size: .7083333333rem
}

.media-md .icon {
    font-size: 1.0625rem
}

.media-md .icon.half {
    font-size: .53125rem
}

.media-md svg.icon {
    height: 1.0625rem;
    width: 1.0625rem
}

.media-rg {
    width: 2.5rem;
    height: 2.5rem;
    font-size: .8333333333rem
}

.media-rg .icon {
    font-size: 1.25rem
}

.media-rg .icon.half {
    font-size: .625rem
}

.media-rg svg.icon {
    height: 1.25rem;
    width: 1.25rem
}

.media-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1rem
}

.media-lg .icon {
    font-size: 1.5rem
}

.media-lg .icon.half {
    font-size: .75rem
}

.media-lg svg.icon {
    height: 1.5rem;
    width: 1.5rem
}

.media-xl {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.25rem
}

.media-xl .icon {
    font-size: 1.875rem
}

.media-xl .icon.half {
    font-size: .9375rem
}

.media-xl svg.icon {
    height: 1.875rem;
    width: 1.875rem
}

.media-2xl {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.5rem
}

.media-2xl .icon {
    font-size: 2.25rem
}

.media-2xl .icon.half {
    font-size: 1.125rem
}

.media-2xl svg.icon {
    height: 2.25rem;
    width: 2.25rem
}

.media-3xl {
    width: 5rem;
    height: 5rem;
    font-size: 1.6666666667rem
}

.media-3xl .icon {
    font-size: 2.5rem
}

.media-3xl .icon.half {
    font-size: 1.25rem
}

.media-3xl svg.icon {
    height: 2.5rem;
    width: 2.5rem
}

.link {
    display: inline-flex;
    align-items: center
}

.link span + .icon {
    margin-left: .75rem
}

.overline-title {
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    color: #6b7989
}

.caption-text {
    font-size: .875rem;
    font-weight: 400
}

.lead-text {
    font-size: .875rem;
    font-weight: 500
}

.sub-text {
    font-size: .875rem;
    font-weight: 400
}

.smaller {
    font-size: .75rem
}

.small {
    font-size: .875rem
}

.list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.list > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.list li {
    display: flex;
    line-height: 1.5rem
}

.text-center .list li {
    justify-content: center
}

@media (min-width: 576px) {
    .text-sm-start .list li {
        justify-content: flex-start
    }

    .text-sm-center .list li {
        justify-content: center
    }
}

@media (min-width: 768px) {
    .text-md-start .list li {
        justify-content: flex-start
    }

    .text-sm-center .list li {
        justify-content: center
    }
}

@media (min-width: 992px) {
    .text-lg-start .list li {
        justify-content: flex-start
    }

    .text-sm-center .list li {
        justify-content: center
    }
}

@media (min-width: 1200px) {
    .text-xl-start .list li {
        justify-content: flex-start
    }

    .text-sm-center .list li {
        justify-content: center
    }
}

@media (min-width: 1400px) {
    .text-xxl-start .list li {
        justify-content: flex-start
    }

    .text-sm-center .list li {
        justify-content: center
    }
}

.list li > .icon {
    line-height: 1.5rem;
    margin-right: .625rem;
    font-size: 1rem
}

.list-row {
    flex-direction: row
}

.text-center .list {
    justify-content: center
}

@media (min-width: 576px) {
    .text-sm-start .list {
        justify-content: flex-start
    }

    .text-sm-center .list {
        justify-content: center
    }
}

@media (min-width: 768px) {
    .text-md-start .list {
        justify-content: flex-start
    }

    .text-sm-center .list {
        justify-content: center
    }
}

@media (min-width: 992px) {
    .text-lg-start .list {
        justify-content: flex-start
    }

    .text-sm-center .list {
        justify-content: center
    }
}

@media (min-width: 1200px) {
    .text-xl-start .list {
        justify-content: flex-start
    }

    .text-sm-center .list {
        justify-content: center
    }
}

@media (min-width: 1400px) {
    .text-xxl-start .list {
        justify-content: flex-start
    }

    .text-sm-center .list {
        justify-content: center
    }
}

.feature {
    display: flex;
    flex-direction: column
}

.feature-inline {
    flex-direction: row
}

.feature-media + .feature-text {
    margin-top: 1.25rem
}

.feature-text .title {
    margin-bottom: .75rem
}

.block-text .overline-title + h2, .block-text .overline-title + .h2 {
    margin-top: .75rem
}

.block-text h2 + p, .block-text .h2 + p {
    margin-top: 1.375rem
}

.block-text h3 + p, .block-text .h3 + p {
    margin-top: 1rem
}

.block-text h6 + h3, .block-text .h6 + h3, .block-text h6 + .h3, .block-text .h6 + .h3 {
    margin-top: 1rem
}

.block-text p + .btn-list {
    margin-top: 2rem
}

.block-text p + .list {
    margin-top: calc(1.5rem - var(--bs-gutter-y) * .5)
}

.block-text .btn-list + .list {
    margin-top: 1.25rem
}

.block-text .list + .btn-list {
    margin-top: 2rem
}

.block-typo h1, .block-typo .h1, .block-typo h2, .block-typo .h2 {
    margin-bottom: .325em;
    margin-top: .5em
}

.block-typo h3, .block-typo .h3, .block-typo h4, .block-typo .h4, .block-typo h5, .block-typo .h5, .block-typo h6, .block-typo .h6 {
    margin-top: 1em;
    margin-bottom: .625em
}

.block-typo img {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    border-radius: .5rem
}

.block-typo ul {
    margin-bottom: 1rem;
    margin-left: .75rem
}

.block-typo ul li {
    padding: .25rem 0
}

.block-typo ul li::marker {
    font-family: "Nioicon";
    content: "";
    font-size: 1rem;
    line-height: 1;
    margin-right: .5rem;
    text-indent: .5rem
}

@media (min-width: 992px) {
    .block-typo img {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        max-width: calc(100% - 5rem)
    }
}

.block-gfx {
    position: relative;
    isolation: isolate
}

.wgs-title {
    margin-bottom: .75rem
}

.wgs .list {
    font-size: .875rem
}

.pricing {
    position: relative;
    border-radius: .875rem;
    box-shadow: 0px 4px 12px 0px rgba(63, 62, 237, .1)
}

.pricing-toggle {
    position: relative;
    display: flex;
    border: .125rem solid #cfd8e6;
    background: #dce3ed;
    border-radius: 4rem;
    height: 2rem;
    width: 4rem
}

.pricing-toggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.pricing-toggle-ball {
    position: absolute;
    height: 1.25rem;
    width: 1.25rem;
    left: .25rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #3f3eed;
    transition: all .3s ease
}

.pricing-yearly .pricing-toggle-ball {
    left: 2.25rem
}

.pricing-toggle-text {
    transition: .3s ease
}

.pricing-toggle-text.monthly {
    color: #3f3eed
}

.pricing-yearly .pricing-toggle-text.monthly {
    color: #293a51
}

.is-dark .pricing-yearly .pricing-toggle-text.monthly {
    color: #fff
}

.pricing-toggle-text.yearly {
    color: #293a51
}

.is-dark .pricing-toggle-text.yearly {
    color: #fff
}

.pricing-yearly .pricing-toggle-text.yearly {
    color: #3f3eed
}

.show-yearly .pricing-price.monthly {
    display: none
}

.pricing-price.yearly {
    display: none
}

.show-yearly .pricing-price.yearly {
    display: block
}

.pricing-body {
    background-color: #fff;
    border-radius: .8125rem
}

.pricing-featured {
    box-shadow: none;
    padding: 3px;
    background-color: #3f3eed
}

.has-mask, .has-shape {
    position: relative
}

.has-mask > *:where(:not(.ai-mask):not(.ai-shape):not(.ignore-mask):not(.ignore-shape)), .has-shape > *:where(:not(.ai-mask):not(.ai-shape):not(.ignore-mask):not(.ignore-shape)) {
    position: relative;
    z-index: 5
}

.ai-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none
}

.bg-pattern-dot {
    background-image: url("../images/pattern/dot-a.png");
    background-position: center
}

.bg-pattern-dot-sm {
    background-image: url("../images/pattern/dot-a.png");
    background-size: 20px 20px;
    background-position: center
}

.bg-pattern-dot-white {
    background-image: url("../images/pattern/dot-a-white.png");
    background-position: center
}

.bg-pattern-dot-white-sm {
    background-image: url("../images/pattern/dot-a-white.png");
    background-size: 20px 20px;
    background-position: center
}

.bg-gradient-a {
    background-image: url("../images/gradient/a-blur.png"), url("../images/gradient/a.png");
    background-size: 2560px, cover;
    background-position: center 100%;
    background-repeat: no-repeat, repeat no-repeat
}

.bg-blend-top {
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 40%);
    mask-image: linear-gradient(180deg, transparent 0, #000 40%)
}

.bg-blend-bottom {
    -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 60%, transparent 100%)
}

.bg-blend-around {
    -webkit-mask-image: radial-gradient(ellipse, #000 50%, transparent 90%);
    mask-image: radial-gradient(ellipse, #000 50%, transparent 90%)
}

.ai-shape {
    position: absolute;
    z-index: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none
}

.bg-shape-blur-a {
    height: 1168px;
    width: 898px;
    background-image: url("../images/shape/blur-a.png")
}

.bg-shape-blur-b {
    height: 762px;
    width: 586px;
    background-image: url("../images/shape/blur-b.png")
}

.bg-shape-blur-c {
    height: 1036px;
    width: 1036px;
    background-image: url("../images/shape/blur-c.png")
}

.bg-shape-blur-d {
    height: 1160px;
    width: 1160px;
    background-image: url("../images/shape/blur-d.png")
}

.bg-shape-blur-e {
    height: 1100px;
    width: 1100px;
    background-image: url("../images/shape/blur-e.png")
}

.bg-shape-blur-f {
    height: 1171px;
    width: 1170px;
    background-image: url("../images/shape/blur-f.png")
}

.bg-shape-blur-g {
    height: 1348px;
    width: 1347px;
    background-image: url("../images/shape/blur-g.png")
}

.bg-shape-blur-h {
    height: 1081px;
    width: 1081px;
    background-image: url("../images/shape/blur-h.png")
}

.bg-shape-blur-i {
    height: 1171px;
    width: 1170px;
    background-image: url("../images/shape/blur-i.png")
}

.bg-shape-blur-j {
    height: 1220px;
    width: 1220px;
    background-image: url("../images/shape/blur-j.png")
}

.bg-shape-blur-k {
    height: 974px;
    width: 973px;
    background-image: url("../images/shape/blur-k.png")
}

.bg-shape-blur-l {
    height: 1086px;
    width: 1087px;
    background-image: url("../images/shape/blur-l.png")
}

.bg-shape-blur-m {
    height: 1160px;
    width: 1160px;
    background-image: url("../images/shape/blur-m.png")
}

@keyframes showResult {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes hideResult {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.form-error-message {
    color: #ce5a56;
    margin-top: .5rem;
    display: block;
    font-size: .75rem
}

.form-validation-floating .form-error-message {
    position: absolute;
    right: 0;
    bottom: calc(100% + .25rem);
    color: #fff;
    font-size: .675rem;
    line-height: 1;
    background: #d36966;
    padding: .3rem .5rem;
    z-index: 1;
    border-radius: .25rem;
    white-space: nowrap
}

.form-validation-floating .form-error-message:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border-right: 6px solid #d36966;
    border-left: 6px solid rgba(0, 0, 0, 0);
    right: 10px;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    bottom: -6px
}

.form-result {
    opacity: 0;
    padding: .5rem 1rem;
    border-radius: .375rem;
    animation: hideResult .8s forwards;
    display: none
}

.form-result * {
    color: currentColor
}

.form-result-show {
    animation: showResult .8s forwards
}

.form-result-success {
    background: #ddf0ec;
    color: #55b59e
}

.form-result-error {
    background: #f5dedd;
    color: #ce5a56
}

.cookie-popup {
  position: fixed;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 512px;
  z-index: 5;
}

.cookie-popup .cookie-popup-actions button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (max-width: 425px) {
  .cookie-popup {
    left: 12px;
    right: 12px;
  }
}

.cookie-popup-not-accepted {
  display: block;
  animation: cookie-popup-in .5s ease forwards;
}

.cookie-popup-accepted {
  display: none !important;
}

@keyframes cookie-popup-in {
  from {
    bottom: -6.25rem;
  }
  to {
    bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.nav-tabs {
 /*! border-color:#f8f9fa */
}
.nav-tabs .nav-link {
 border:0
}
.nav-tabs-stretch {
 /*! border-bottom:0; *//*! margin-left:-1.25rem; *//*! margin-right:-1.25rem */
}
.nav-tabs-stretch li {
 flex-grow:1;
 /*! border-bottom:1px solid #f4f7fa; *//*! padding:0 1.25rem */
}
.is-dark .nav-tabs-stretch li {
 border-color:#32324f
}
.nav-link {
 position:relative;
 display:inline-flex;
 gap:.625rem;
 align-items:center;
 white-space:nowrap;
 color:#6b7989;
 font-weight:700;
 padding:.75rem 0
}
.is-dark .nav-link {
 color:#8b97a6
}
.nav-link .icon {
 font-size:1.25rem
}
.nav-link:after {
 position:absolute;
 content:"";
 height:2px;
 width:100%;
 bottom:0;
 left:0;
 background:#6576ff;
 opacity:0
}
.nav-link.active {
 color:#292962
}
.is-dark .nav-link.active {
 color:#fff
}
.nav-link.active:after {
 opacity:1
}
@media(min-width: 1200px) {
 .nav-tabs-stretch {
  /*! margin-left:-1.875rem; *//*! margin-right:-1.875rem */
 }
 .nav-tabs-stretch li {
  /*! padding:0 1.875rem; */
 }
}