@charset "UTF-8";


section {
    display: block;
}


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


/* line 97, node_modules/bootstrap/scss/_forms.scss */

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

/* line 105, node_modules/bootstrap/scss/_forms.scss */

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

/* line 112, node_modules/bootstrap/scss/_forms.scss */

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

/* line 125, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

/* line 137, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_forms.scss */

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* line 160, node_modules/bootstrap/scss/_forms.scss */

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

/* line 170, node_modules/bootstrap/scss/_forms.scss */

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

/* line 176, node_modules/bootstrap/scss/_forms.scss */

textarea.form-control {
    height: auto;
}

/* line 185, node_modules/bootstrap/scss/_forms.scss */

.form-group {
    margin-bottom: 1rem;
}

/* line 189, node_modules/bootstrap/scss/_forms.scss */

.form-text {
    display: block;
    margin-top: 0.25rem;
}

/* line 199, node_modules/bootstrap/scss/_forms.scss */

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

/* line 205, node_modules/bootstrap/scss/_forms.scss */

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/* line 217, node_modules/bootstrap/scss/_forms.scss */

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

/* line 223, node_modules/bootstrap/scss/_forms.scss */

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

/* line 229, node_modules/bootstrap/scss/_forms.scss */

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

/* line 235, node_modules/bootstrap/scss/_forms.scss */

.form-check-label {
    margin-bottom: 0;
}

/* line 239, node_modules/bootstrap/scss/_forms.scss */

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

/* line 246, node_modules/bootstrap/scss/_forms.scss */

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

/* line 45, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

/* line 53, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

/* line 70, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-row>.col>.valid-tooltip,
.form-row>[class*="col-"]>.valid-tooltip {
    left: 5px;
}

/* line 77, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 95, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 121, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 130, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

/* line 134, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

/* line 143, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
}

/* line 146, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745;
}

/* line 152, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

/* line 159, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 163, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

/* line 173, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}

/* line 178, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 45, node_modules/bootstrap/scss/mixins/_forms.scss */

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

/* line 53, node_modules/bootstrap/scss/mixins/_forms.scss */

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

/* line 70, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-row>.col>.invalid-tooltip,
.form-row>[class*="col-"]>.invalid-tooltip {
    left: 5px;
}

/* line 77, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 95, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 121, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 130, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

/* line 134, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

/* line 143, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545;
}

/* line 146, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545;
}

/* line 152, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

/* line 159, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 163, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

/* line 173, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545;
}

/* line 178, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 275, node_modules/bootstrap/scss/_forms.scss */

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 283, node_modules/bootstrap/scss/_forms.scss */

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    /* line 289, node_modules/bootstrap/scss/_forms.scss */
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    /* line 297, node_modules/bootstrap/scss/_forms.scss */
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    /* line 306, node_modules/bootstrap/scss/_forms.scss */
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    /* line 313, node_modules/bootstrap/scss/_forms.scss */
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    /* line 317, node_modules/bootstrap/scss/_forms.scss */
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    /* line 324, node_modules/bootstrap/scss/_forms.scss */
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    /* line 331, node_modules/bootstrap/scss/_forms.scss */
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    /* line 339, node_modules/bootstrap/scss/_forms.scss */
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /* line 343, node_modules/bootstrap/scss/_forms.scss */
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

/* line 1, src/assets/scss/elements/_elements.forms.scss */

.form-control {
    height: calc(2.4em + 0.75rem + 4px);
    font-size: 14px;
}

/* line 4, src/assets/scss/elements/_elements.forms.scss */

.form-control:focus,
.form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 11, src/assets/scss/elements/_elements.forms.scss */

*::-webkit-input-placeholder {
    color: #8392a5 !important;
    font-size: 14px;
}

/* line 15, src/assets/scss/elements/_elements.forms.scss */

*:-moz-placeholder {
    /* FF 4-18 */
    color: #8392a5 !important;
    font-size: 14px;
    opacity: 1;
}

/* line 21, src/assets/scss/elements/_elements.forms.scss */

*::-moz-placeholder {
    /* FF 19+ */
    color: #8392a5 !important;
    font-size: 14px;
    opacity: 1;
}

/* line 27, src/assets/scss/elements/_elements.forms.scss */

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #8392a5 !important;
    font-size: 14px;
}

/* line 32, src/assets/scss/elements/_elements.forms.scss */

*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8392a5 !important;
    font-size: 14px;
}

/* line 37, src/assets/scss/elements/_elements.forms.scss */

*::-webkit-input-placeholder {
    /* modern browser */
    color: #8392a5 !important;
    font-size: 14px;
}

*::-moz-placeholder {
    /* modern browser */
    color: #8392a5 !important;
    font-size: 14px;
}

*:-ms-input-placeholder {
    /* modern browser */
    color: #8392a5 !important;
    font-size: 14px;
}

*::-ms-input-placeholder {
    /* modern browser */
    color: #8392a5 !important;
    font-size: 14px;
}

*::placeholder {
    /* modern browser */
    color: #8392a5 !important;
    font-size: 14px;
}

/* line 3, src/assets/scss/elements/_elements.links.scss */

a {
    color: #0948b3;
    text-decoration: none;
}

/* line 7, src/assets/scss/elements/_elements.links.scss */

a:hover {
    color: #1062fe;
}

/* line 3, src/assets/scss/elements/_elements.lists.scss */

ul:last-child {
    margin: 0;
}

/* line 7, src/assets/scss/elements/_elements.lists.scss */

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1rem;
    margin-top: 0.5rem;
}

/* line 15, src/assets/scss/elements/_elements.lists.scss */

dt {
    font-weight: bold;
}

/* line 19, src/assets/scss/elements/_elements.lists.scss */

dd {
    margin-bottom: 1rem;
    margin-left: 1rem;
}

/* line 3, src/assets/scss/elements/_elements.quotes.scss */

blockquote {
    quotes: "“" "”";
}

/* line 6, src/assets/scss/elements/_elements.quotes.scss */

blockquote p {
    text-indent: -0.42em;
}

/* line 9, src/assets/scss/elements/_elements.quotes.scss */

blockquote p:before {
    content: open-quote;
}

/* line 13, src/assets/scss/elements/_elements.quotes.scss */

blockquote p:after {
    content: no-close-quote;
}

/* line 17, src/assets/scss/elements/_elements.quotes.scss */

blockquote p:last-of-type {
    margin-bottom: 0;
}

/* line 20, src/assets/scss/elements/_elements.quotes.scss */

blockquote p:last-of-type:after {
    content: close-quote;
}

/**
 * 1. Ensure tables fill up as much space as possible.
 */

/* line 6, src/assets/scss/elements/_elements.tables.scss */

table {
    width: 100%;
    /* [1] */
}

/* line 7, node_modules/bootstrap/scss/_grid.scss */

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    /* line 20, node_modules/bootstrap/scss/_grid.scss */
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    /* line 20, node_modules/bootstrap/scss/_grid.scss */
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    /* line 20, node_modules/bootstrap/scss/_grid.scss */
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    /* line 20, node_modules/bootstrap/scss/_grid.scss */
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

/* line 49, node_modules/bootstrap/scss/_grid.scss */

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* line 55, node_modules/bootstrap/scss/_grid.scss */

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

/* line 59, node_modules/bootstrap/scss/_grid.scss */

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-1 {
    margin-left: 8.33333%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-2 {
    margin-left: 16.66667%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-3 {
    margin-left: 25%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-4 {
    margin-left: 33.33333%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-5 {
    margin-left: 41.66667%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-6 {
    margin-left: 50%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-7 {
    margin-left: 58.33333%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-8 {
    margin-left: 66.66667%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-9 {
    margin-left: 75%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-10 {
    margin-left: 83.33333%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-sm-0 {
        margin-left: 0;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-sm-3 {
        margin-left: 25%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-sm-6 {
        margin-left: 50%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-sm-9 {
        margin-left: 75%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-md-0 {
        margin-left: 0;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-md-3 {
        margin-left: 25%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-md-6 {
        margin-left: 50%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-md-9 {
        margin-left: 75%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-lg-0 {
        margin-left: 0;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-lg-3 {
        margin-left: 25%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-lg-6 {
        margin-left: 50%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-lg-9 {
        margin-left: 75%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-xl-0 {
        margin-left: 0;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-xl-3 {
        margin-left: 25%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-xl-6 {
        margin-left: 50%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-xl-9 {
        margin-left: 75%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

/* line 1, src/assets/scss/objects/_objects.custom-padding.scss */

.ptb-120 {
    padding: 120px 0;
}

/* line 4, src/assets/scss/objects/_objects.custom-padding.scss */

.ptb-100 {
    padding: 100px 0;
}

/* line 7, src/assets/scss/objects/_objects.custom-padding.scss */

.pt-100 {
    padding-top: 100px;
}

/* line 10, src/assets/scss/objects/_objects.custom-padding.scss */

.pb-100 {
    padding-bottom: 100px;
}

/* line 14, src/assets/scss/objects/_objects.custom-padding.scss */

.ptb-80 {
    padding: 80px 0;
}

/* line 17, src/assets/scss/objects/_objects.custom-padding.scss */

.pt-80 {
    padding-top: 80px;
}

/* line 20, src/assets/scss/objects/_objects.custom-padding.scss */

.pb-80 {
    padding-bottom: 80px;
}

/* line 23, src/assets/scss/objects/_objects.custom-padding.scss */

.ptb-60 {
    padding: 60px 0;
}

/* line 26, src/assets/scss/objects/_objects.custom-padding.scss */

.pt-60 {
    padding-top: 60px;
}

/* line 29, src/assets/scss/objects/_objects.custom-padding.scss */

.pb-60 {
    padding-bottom: 60px;
}

/* line 33, src/assets/scss/objects/_objects.custom-padding.scss */

.ptb-40 {
    padding: 40px 0;
}

/* line 36, src/assets/scss/objects/_objects.custom-padding.scss */

.pt-40 {
    padding-top: 40px;
}

/* line 39, src/assets/scss/objects/_objects.custom-padding.scss */

.pb-40 {
    padding-bottom: 40px;
}

/* line 43, src/assets/scss/objects/_objects.custom-padding.scss */

.ptb-20 {
    padding: 20px 0;
}

/* line 46, src/assets/scss/objects/_objects.custom-padding.scss */

.pt-20 {
    padding-top: 20px;
}

/* line 49, src/assets/scss/objects/_objects.custom-padding.scss */

.pb-20 {
    padding-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 992px) {
    /* line 53, src/assets/scss/objects/_objects.custom-padding.scss */
    .ptb-100 {
        padding: 55px 0;
    }
    /* line 57, src/assets/scss/objects/_objects.custom-padding.scss */
    .pt-100 {
        padding-top: 55px;
    }
    /* line 61, src/assets/scss/objects/_objects.custom-padding.scss */
    .pb-100 {
        padding-bottom: 55px;
    }
    /* line 64, src/assets/scss/objects/_objects.custom-padding.scss */
    .ptb-80 {
        padding: 45px 0;
    }
    /* line 67, src/assets/scss/objects/_objects.custom-padding.scss */
    .pt-80 {
        padding-top: 45px;
    }
    /* line 70, src/assets/scss/objects/_objects.custom-padding.scss */
    .pb-80 {
        padding-bottom: 45px;
    }
    /* line 73, src/assets/scss/objects/_objects.custom-padding.scss */
    .ptb-60 {
        padding: 30px 0;
    }
    /* line 76, src/assets/scss/objects/_objects.custom-padding.scss */
    .pt-60 {
        padding-top: 30px;
    }
    /* line 79, src/assets/scss/objects/_objects.custom-padding.scss */
    .pb-60 {
        padding-bottom: 30px;
    }
    /* line 82, src/assets/scss/objects/_objects.custom-padding.scss */
    .ptb-40 {
        padding: 20px 0;
    }
    /* line 85, src/assets/scss/objects/_objects.custom-padding.scss */
    .pt-40 {
        padding-top: 20px;
    }
    /* line 88, src/assets/scss/objects/_objects.custom-padding.scss */
    .pb-40 {
        padding-bottom: 20px;
    }
    /* line 91, src/assets/scss/objects/_objects.custom-padding.scss */
    .ptb-120 {
        padding: 80px 0 35px;
    }
}



/* line 45, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay] {
    position: relative;
}

/* line 47, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay]:before {
    position: absolute;
    content: '';
    background: linear-gradient(75deg, #073482, #014cda) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* line 60, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay-top] {
    position: relative;
}

/* line 62, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay-top]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#212529), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, #212529 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}

/* line 85, src/assets/scss/objects/_objects.background-image.scss */

[data-overly-bottom] {
    position: relative;
}

/* line 87, src/assets/scss/objects/_objects.background-image.scss */

[data-overly-bottom]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#212529));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #212529 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* line 111, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay-gradient] {
    position: relative;
}

/* line 113, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay-gradient]:before {
    position: absolute;
    content: '';
    background: #0948b3;
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #0948b3), color-stop(95%, #1062fe)) !important;
    background: linear-gradient(to right, #0948b3 5%, #1062fe 95%) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* line 131, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay="1"]:before,
[data-overly-top="1"]:before,
[data-overly-bottom="1"]:before,
[data-overlay-gradient="1"]:before {
    opacity: 0.1;
}

/* line 137, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay="2"]:before,
[data-overly-top="2"]:before,
[data-overly-bottom="2"]:before,
[data-overlay-gradient="2"]:before {
    opacity: 0.2;
}

/* line 142, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay="3"]:before,
[data-overly-top="3"]:before,
[data-overly-bottom="3"]:before,
[data-overlay-gradient="3"]:before {
    opacity: 0.3;
}

/* line 148, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay="4"]:before,
[data-overly-top="4"]:before,
[data-overly-bottom="4"]:before,
[data-overlay-gradient="4"]:before {
    opacity: 0.4;
}

/* line 154, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay="5"]:before,
[data-overly-top="5"]:before,
[data-overly-bottom="5"]:before,
[data-overlay-gradient="5"]:before {
    opacity: 0.5;
}

/* line 160, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay="6"]:before,
[data-overly-top="6"]:before,
[data-overly-bottom="6"]:before,
[data-overlay-gradient="6"]:before {
    opacity: 0.6;
}

/* line 166, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay="7"]:before,
[data-overly-top="7"]:before,
[data-overly-bottom="7"]:before,
[data-overlay-gradient="7"]:before {
    opacity: 0.7;
}

/* line 171, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay="8"]:before,
[data-overly-top="8"]:before,
[data-overly-bottom="8"]:before,
[data-overlay-gradient="8"]:before {
    opacity: 0.8;
}

/* line 177, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay="9"]:before,
[data-overly-top="9"]:before,
[data-overly-bottom="9"]:before,
[data-overlay-gradient="9"]:before {
    opacity: 0.9;
}

/* line 183, src/assets/scss/objects/_objects.background-image.scss */

.bg-image.animated-color-bg>.background-image-wraper {
    opacity: .2 !important;
}

/* line 187, src/assets/scss/objects/_objects.background-image.scss */

[data-overlay] *:not(.container):not(.background-image-wraper) {
    z-index: 2;
}

/* line 191, src/assets/scss/objects/_objects.background-image.scss */

.bg-image .card-body {
    z-index: 2;
}



/*! =======================================================
                      VERSION  10.6.2
========================================================= */

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */

/* line 41, src/assets/scss/vendors/bootstrap-slider.min.css */


/* line 41, src/assets/scss/vendors/bootstrap-slider.min.css */





/* line 41, src/assets/scss/vendors/bootstrap-slider.min.css */

.slider-handle.triangle {
    background: transparent none;
}

/* line 41, src/assets/scss/vendors/bootstrap-slider.min.css */

.slider-handle.custom {
    background: transparent none;
}

/* line 41, src/assets/scss/vendors/bootstrap-slider.min.css */

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

/* line 41, src/assets/scss/vendors/bootstrap-slider.min.css */

.slider-tick {
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: none;
    filter: none;
    opacity: .8;
    border: 0 solid transparent;
}

/* line 41, src/assets/scss/vendors/bootstrap-slider.min.css */

.slider-tick.round {
    border-radius: 50%;
}

/* line 41, src/assets/scss/vendors/bootstrap-slider.min.css */

.slider-tick.triangle {
    background: transparent none;
}

/* line 41, src/assets/scss/vendors/bootstrap-slider.min.css */

.slider-tick.custom {
    background: transparent none;
}

/* line 41, src/assets/scss/vendors/bootstrap-slider.min.css */

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

/* line 41, src/assets/scss/vendors/bootstrap-slider.min.css */

.slider-tick.in-selection {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ac1ef), to(#82b3de));
    background-image: linear-gradient(to bottom, #8ac1ef 0, #82b3de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
    background-repeat: repeat-x;
    opacity: 1;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/* line 11, src/assets/scss/vendors/animate.min.css */

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce),
(print) {
    /* line 11, src/assets/scss/vendors/animate.min.css */
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

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

/* line 12, src/assets/scss/vendors/themify-icons.css */

[class^="ti-"],
[class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 26, src/assets/scss/vendors/themify-icons.css */

.ti-wand:before {
    content: "\e600";
}

/* line 29, src/assets/scss/vendors/themify-icons.css */

.ti-volume:before {
    content: "\e601";
}

/* line 32, src/assets/scss/vendors/themify-icons.css */

.ti-user:before {
    content: "\e602";
}

/* line 35, src/assets/scss/vendors/themify-icons.css */

.ti-unlock:before {
    content: "\e603";
}

/* line 38, src/assets/scss/vendors/themify-icons.css */

.ti-unlink:before {
    content: "\e604";
}

/* line 41, src/assets/scss/vendors/themify-icons.css */

.ti-trash:before {
    content: "\e605";
}

/* line 44, src/assets/scss/vendors/themify-icons.css */

.ti-thought:before {
    content: "\e606";
}

/* line 47, src/assets/scss/vendors/themify-icons.css */

.ti-target:before {
    content: "\e607";
}

/* line 50, src/assets/scss/vendors/themify-icons.css */

.ti-tag:before {
    content: "\e608";
}

/* line 53, src/assets/scss/vendors/themify-icons.css */

.ti-tablet:before {
    content: "\e609";
}

/* line 56, src/assets/scss/vendors/themify-icons.css */

.ti-star:before {
    content: "\e60a";
}

/* line 59, src/assets/scss/vendors/themify-icons.css */

.ti-spray:before {
    content: "\e60b";
}

/* line 62, src/assets/scss/vendors/themify-icons.css */

.ti-signal:before {
    content: "\e60c";
}

/* line 65, src/assets/scss/vendors/themify-icons.css */

.ti-shopping-cart:before {
    content: "\e60d";
}

/* line 68, src/assets/scss/vendors/themify-icons.css */

.ti-shopping-cart-full:before {
    content: "\e60e";
}

/* line 71, src/assets/scss/vendors/themify-icons.css */

.ti-settings:before {
    content: "\e60f";
}

/* line 74, src/assets/scss/vendors/themify-icons.css */

.ti-search:before {
    content: "\e610";
}

/* line 77, src/assets/scss/vendors/themify-icons.css */

.ti-zoom-in:before {
    content: "\e611";
}

/* line 80, src/assets/scss/vendors/themify-icons.css */

.ti-zoom-out:before {
    content: "\e612";
}

/* line 83, src/assets/scss/vendors/themify-icons.css */

.ti-cut:before {
    content: "\e613";
}

/* line 86, src/assets/scss/vendors/themify-icons.css */

.ti-ruler:before {
    content: "\e614";
}

/* line 89, src/assets/scss/vendors/themify-icons.css */

.ti-ruler-pencil:before {
    content: "\e615";
}

/* line 92, src/assets/scss/vendors/themify-icons.css */

.ti-ruler-alt:before {
    content: "\e616";
}

/* line 95, src/assets/scss/vendors/themify-icons.css */

.ti-bookmark:before {
    content: "\e617";
}

/* line 98, src/assets/scss/vendors/themify-icons.css */

.ti-bookmark-alt:before {
    content: "\e618";
}

/* line 101, src/assets/scss/vendors/themify-icons.css */

.ti-reload:before {
    content: "\e619";
}

/* line 104, src/assets/scss/vendors/themify-icons.css */

.ti-plus:before {
    content: "\e61a";
}

/* line 107, src/assets/scss/vendors/themify-icons.css */

.ti-pin:before {
    content: "\e61b";
}

/* line 110, src/assets/scss/vendors/themify-icons.css */

.ti-pencil:before {
    content: "\e61c";
}

/* line 113, src/assets/scss/vendors/themify-icons.css */

.ti-pencil-alt:before {
    content: "\e61d";
}

/* line 116, src/assets/scss/vendors/themify-icons.css */

.ti-paint-roller:before {
    content: "\e61e";
}

/* line 119, src/assets/scss/vendors/themify-icons.css */

.ti-paint-bucket:before {
    content: "\e61f";
}

/* line 122, src/assets/scss/vendors/themify-icons.css */

.ti-na:before {
    content: "\e620";
}

/* line 125, src/assets/scss/vendors/themify-icons.css */

.ti-mobile:before {
    content: "\e621";
}

/* line 128, src/assets/scss/vendors/themify-icons.css */

.ti-minus:before {
    content: "\e622";
}

/* line 131, src/assets/scss/vendors/themify-icons.css */

.ti-medall:before {
    content: "\e623";
}

/* line 134, src/assets/scss/vendors/themify-icons.css */

.ti-medall-alt:before {
    content: "\e624";
}

/* line 137, src/assets/scss/vendors/themify-icons.css */

.ti-marker:before {
    content: "\e625";
}

/* line 140, src/assets/scss/vendors/themify-icons.css */

.ti-marker-alt:before {
    content: "\e626";
}

/* line 143, src/assets/scss/vendors/themify-icons.css */

.ti-arrow-up:before {
    content: "\e627";
}

/* line 146, src/assets/scss/vendors/themify-icons.css */

.ti-arrow-right:before {
    content: "\e628";
}

/* line 149, src/assets/scss/vendors/themify-icons.css */

.ti-arrow-left:before {
    content: "\e629";
}

/* line 152, src/assets/scss/vendors/themify-icons.css */

.ti-arrow-down:before {
    content: "\e62a";
}

/* line 155, src/assets/scss/vendors/themify-icons.css */

.ti-lock:before {
    content: "\e62b";
}

/* line 158, src/assets/scss/vendors/themify-icons.css */

.ti-location-arrow:before {
    content: "\e62c";
}

/* line 161, src/assets/scss/vendors/themify-icons.css */

.ti-link:before {
    content: "\e62d";
}

/* line 164, src/assets/scss/vendors/themify-icons.css */

.ti-layout:before {
    content: "\e62e";
}

/* line 167, src/assets/scss/vendors/themify-icons.css */

.ti-layers:before {
    content: "\e62f";
}

/* line 170, src/assets/scss/vendors/themify-icons.css */

.ti-layers-alt:before {
    content: "\e630";
}

/* line 173, src/assets/scss/vendors/themify-icons.css */

.ti-key:before {
    content: "\e631";
}

/* line 176, src/assets/scss/vendors/themify-icons.css */

.ti-import:before {
    content: "\e632";
}

/* line 179, src/assets/scss/vendors/themify-icons.css */

.ti-image:before {
    content: "\e633";
}

/* line 182, src/assets/scss/vendors/themify-icons.css */

.ti-heart:before {
    content: "\e634";
}

/* line 185, src/assets/scss/vendors/themify-icons.css */

.ti-heart-broken:before {
    content: "\e635";
}

/* line 188, src/assets/scss/vendors/themify-icons.css */

.ti-hand-stop:before {
    content: "\e636";
}

/* line 191, src/assets/scss/vendors/themify-icons.css */

.ti-hand-open:before {
    content: "\e637";
}

/* line 194, src/assets/scss/vendors/themify-icons.css */

.ti-hand-drag:before {
    content: "\e638";
}

/* line 197, src/assets/scss/vendors/themify-icons.css */

.ti-folder:before {
    content: "\e639";
}

/* line 200, src/assets/scss/vendors/themify-icons.css */

.ti-flag:before {
    content: "\e63a";
}

/* line 203, src/assets/scss/vendors/themify-icons.css */

.ti-flag-alt:before {
    content: "\e63b";
}

/* line 206, src/assets/scss/vendors/themify-icons.css */

.ti-flag-alt-2:before {
    content: "\e63c";
}

/* line 209, src/assets/scss/vendors/themify-icons.css */

.ti-eye:before {
    content: "\e63d";
}

/* line 212, src/assets/scss/vendors/themify-icons.css */

.ti-export:before {
    content: "\e63e";
}

/* line 215, src/assets/scss/vendors/themify-icons.css */

.ti-exchange-vertical:before {
    content: "\e63f";
}

/* line 218, src/assets/scss/vendors/themify-icons.css */

.ti-desktop:before {
    content: "\e640";
}

/* line 221, src/assets/scss/vendors/themify-icons.css */

.ti-cup:before {
    content: "\e641";
}

/* line 224, src/assets/scss/vendors/themify-icons.css */

.ti-crown:before {
    content: "\e642";
}

/* line 227, src/assets/scss/vendors/themify-icons.css */

.ti-comments:before {
    content: "\e643";
}

/* line 230, src/assets/scss/vendors/themify-icons.css */

.ti-comment:before {
    content: "\e644";
}

/* line 233, src/assets/scss/vendors/themify-icons.css */

.ti-comment-alt:before {
    content: "\e645";
}

/* line 236, src/assets/scss/vendors/themify-icons.css */

.ti-close:before {
    content: "\e646";
}

/* line 239, src/assets/scss/vendors/themify-icons.css */

.ti-clip:before {
    content: "\e647";
}

/* line 242, src/assets/scss/vendors/themify-icons.css */

.ti-angle-up:before {
    content: "\e648";
}

/* line 245, src/assets/scss/vendors/themify-icons.css */

.ti-angle-right:before {
    content: "\e649";
}

/* line 248, src/assets/scss/vendors/themify-icons.css */

.ti-angle-left:before {
    content: "\e64a";
}

/* line 251, src/assets/scss/vendors/themify-icons.css */

.ti-angle-down:before {
    content: "\e64b";
}

/* line 254, src/assets/scss/vendors/themify-icons.css */

.ti-check:before {
    content: "\e64c";
}

/* line 257, src/assets/scss/vendors/themify-icons.css */

.ti-check-box:before {
    content: "\e64d";
}

/* line 260, src/assets/scss/vendors/themify-icons.css */

.ti-camera:before {
    content: "\e64e";
}

/* line 263, src/assets/scss/vendors/themify-icons.css */

.ti-announcement:before {
    content: "\e64f";
}

/* line 266, src/assets/scss/vendors/themify-icons.css */

.ti-brush:before {
    content: "\e650";
}

/* line 269, src/assets/scss/vendors/themify-icons.css */

.ti-briefcase:before {
    content: "\e651";
}

/* line 272, src/assets/scss/vendors/themify-icons.css */

.ti-bolt:before {
    content: "\e652";
}

/* line 275, src/assets/scss/vendors/themify-icons.css */

.ti-bolt-alt:before {
    content: "\e653";
}

/* line 278, src/assets/scss/vendors/themify-icons.css */

.ti-blackboard:before {
    content: "\e654";
}

/* line 281, src/assets/scss/vendors/themify-icons.css */

.ti-bag:before {
    content: "\e655";
}

/* line 284, src/assets/scss/vendors/themify-icons.css */

.ti-move:before {
    content: "\e656";
}

/* line 287, src/assets/scss/vendors/themify-icons.css */

.ti-arrows-vertical:before {
    content: "\e657";
}

/* line 290, src/assets/scss/vendors/themify-icons.css */

.ti-arrows-horizontal:before {
    content: "\e658";
}

/* line 293, src/assets/scss/vendors/themify-icons.css */

.ti-fullscreen:before {
    content: "\e659";
}

/* line 296, src/assets/scss/vendors/themify-icons.css */

.ti-arrow-top-right:before {
    content: "\e65a";
}

/* line 299, src/assets/scss/vendors/themify-icons.css */

.ti-arrow-top-left:before {
    content: "\e65b";
}

/* line 302, src/assets/scss/vendors/themify-icons.css */

.ti-arrow-circle-up:before {
    content: "\e65c";
}

/* line 305, src/assets/scss/vendors/themify-icons.css */

.ti-arrow-circle-right:before {
    content: "\e65d";
}

/* line 308, src/assets/scss/vendors/themify-icons.css */

.ti-arrow-circle-left:before {
    content: "\e65e";
}

/* line 311, src/assets/scss/vendors/themify-icons.css */

.ti-arrow-circle-down:before {
    content: "\e65f";
}

/* line 314, src/assets/scss/vendors/themify-icons.css */

.ti-angle-double-up:before {
    content: "\e660";
}

/* line 317, src/assets/scss/vendors/themify-icons.css */

.ti-angle-double-right:before {
    content: "\e661";
}

/* line 320, src/assets/scss/vendors/themify-icons.css */

.ti-angle-double-left:before {
    content: "\e662";
}

/* line 323, src/assets/scss/vendors/themify-icons.css */

.ti-angle-double-down:before {
    content: "\e663";
}

/* line 326, src/assets/scss/vendors/themify-icons.css */

.ti-zip:before {
    content: "\e664";
}

/* line 329, src/assets/scss/vendors/themify-icons.css */

.ti-world:before {
    content: "\e665";
}

/* line 332, src/assets/scss/vendors/themify-icons.css */

.ti-wheelchair:before {
    content: "\e666";
}

/* line 335, src/assets/scss/vendors/themify-icons.css */

.ti-view-list:before {
    content: "\e667";
}

/* line 338, src/assets/scss/vendors/themify-icons.css */

.ti-view-list-alt:before {
    content: "\e668";
}

/* line 341, src/assets/scss/vendors/themify-icons.css */

.ti-view-grid:before {
    content: "\e669";
}

/* line 344, src/assets/scss/vendors/themify-icons.css */

.ti-uppercase:before {
    content: "\e66a";
}

/* line 347, src/assets/scss/vendors/themify-icons.css */

.ti-upload:before {
    content: "\e66b";
}

/* line 350, src/assets/scss/vendors/themify-icons.css */

.ti-underline:before {
    content: "\e66c";
}

/* line 353, src/assets/scss/vendors/themify-icons.css */

.ti-truck:before {
    content: "\e66d";
}

/* line 356, src/assets/scss/vendors/themify-icons.css */

.ti-timer:before {
    content: "\e66e";
}

/* line 359, src/assets/scss/vendors/themify-icons.css */

.ti-ticket:before {
    content: "\e66f";
}

/* line 362, src/assets/scss/vendors/themify-icons.css */

.ti-thumb-up:before {
    content: "\e670";
}

/* line 365, src/assets/scss/vendors/themify-icons.css */

.ti-thumb-down:before {
    content: "\e671";
}

/* line 368, src/assets/scss/vendors/themify-icons.css */

.ti-text:before {
    content: "\e672";
}

/* line 371, src/assets/scss/vendors/themify-icons.css */

.ti-stats-up:before {
    content: "\e673";
}

/* line 374, src/assets/scss/vendors/themify-icons.css */

.ti-stats-down:before {
    content: "\e674";
}

/* line 377, src/assets/scss/vendors/themify-icons.css */

.ti-split-v:before {
    content: "\e675";
}

/* line 380, src/assets/scss/vendors/themify-icons.css */

.ti-split-h:before {
    content: "\e676";
}

/* line 383, src/assets/scss/vendors/themify-icons.css */

.ti-smallcap:before {
    content: "\e677";
}

/* line 386, src/assets/scss/vendors/themify-icons.css */

.ti-shine:before {
    content: "\e678";
}

/* line 389, src/assets/scss/vendors/themify-icons.css */

.ti-shift-right:before {
    content: "\e679";
}

/* line 392, src/assets/scss/vendors/themify-icons.css */

.ti-shift-left:before {
    content: "\e67a";
}

/* line 395, src/assets/scss/vendors/themify-icons.css */

.ti-shield:before {
    content: "\e67b";
}

/* line 398, src/assets/scss/vendors/themify-icons.css */

.ti-notepad:before {
    content: "\e67c";
}

/* line 401, src/assets/scss/vendors/themify-icons.css */

.ti-server:before {
    content: "\e67d";
}

/* line 404, src/assets/scss/vendors/themify-icons.css */

.ti-quote-right:before {
    content: "\e67e";
}

/* line 407, src/assets/scss/vendors/themify-icons.css */

.ti-quote-left:before {
    content: "\e67f";
}

/* line 410, src/assets/scss/vendors/themify-icons.css */

.ti-pulse:before {
    content: "\e680";
}

/* line 413, src/assets/scss/vendors/themify-icons.css */

.ti-printer:before {
    content: "\e681";
}

/* line 416, src/assets/scss/vendors/themify-icons.css */

.ti-power-off:before {
    content: "\e682";
}

/* line 419, src/assets/scss/vendors/themify-icons.css */

.ti-plug:before {
    content: "\e683";
}

/* line 422, src/assets/scss/vendors/themify-icons.css */

.ti-pie-chart:before {
    content: "\e684";
}

/* line 425, src/assets/scss/vendors/themify-icons.css */

.ti-paragraph:before {
    content: "\e685";
}

/* line 428, src/assets/scss/vendors/themify-icons.css */

.ti-panel:before {
    content: "\e686";
}

/* line 431, src/assets/scss/vendors/themify-icons.css */

.ti-package:before {
    content: "\e687";
}

/* line 434, src/assets/scss/vendors/themify-icons.css */

.ti-music:before {
    content: "\e688";
}

/* line 437, src/assets/scss/vendors/themify-icons.css */

.ti-music-alt:before {
    content: "\e689";
}

/* line 440, src/assets/scss/vendors/themify-icons.css */

.ti-mouse:before {
    content: "\e68a";
}

/* line 443, src/assets/scss/vendors/themify-icons.css */

.ti-mouse-alt:before {
    content: "\e68b";
}

/* line 446, src/assets/scss/vendors/themify-icons.css */

.ti-money:before {
    content: "\e68c";
}

/* line 449, src/assets/scss/vendors/themify-icons.css */

.ti-microphone:before {
    content: "\e68d";
}

/* line 452, src/assets/scss/vendors/themify-icons.css */

.ti-menu:before {
    content: "\e68e";
}

/* line 455, src/assets/scss/vendors/themify-icons.css */

.ti-menu-alt:before {
    content: "\e68f";
}

/* line 458, src/assets/scss/vendors/themify-icons.css */

.ti-map:before {
    content: "\e690";
}

/* line 461, src/assets/scss/vendors/themify-icons.css */

.ti-map-alt:before {
    content: "\e691";
}

/* line 464, src/assets/scss/vendors/themify-icons.css */

.ti-loop:before {
    content: "\e692";
}

/* line 467, src/assets/scss/vendors/themify-icons.css */

.ti-location-pin:before {
    content: "\e693";
}

/* line 470, src/assets/scss/vendors/themify-icons.css */

.ti-list:before {
    content: "\e694";
}

/* line 473, src/assets/scss/vendors/themify-icons.css */

.ti-light-bulb:before {
    content: "\e695";
}

/* line 476, src/assets/scss/vendors/themify-icons.css */

.ti-Italic:before {
    content: "\e696";
}

/* line 479, src/assets/scss/vendors/themify-icons.css */

.ti-info:before {
    content: "\e697";
}

/* line 482, src/assets/scss/vendors/themify-icons.css */

.ti-infinite:before {
    content: "\e698";
}

/* line 485, src/assets/scss/vendors/themify-icons.css */

.ti-id-badge:before {
    content: "\e699";
}

/* line 488, src/assets/scss/vendors/themify-icons.css */

.ti-hummer:before {
    content: "\e69a";
}

/* line 491, src/assets/scss/vendors/themify-icons.css */

.ti-home:before {
    content: "\e69b";
}

/* line 494, src/assets/scss/vendors/themify-icons.css */

.ti-help:before {
    content: "\e69c";
}

/* line 497, src/assets/scss/vendors/themify-icons.css */

.ti-headphone:before {
    content: "\e69d";
}

/* line 500, src/assets/scss/vendors/themify-icons.css */

.ti-harddrives:before {
    content: "\e69e";
}

/* line 503, src/assets/scss/vendors/themify-icons.css */

.ti-harddrive:before {
    content: "\e69f";
}

/* line 506, src/assets/scss/vendors/themify-icons.css */

.ti-gift:before {
    content: "\e6a0";
}

/* line 509, src/assets/scss/vendors/themify-icons.css */

.ti-game:before {
    content: "\e6a1";
}

/* line 512, src/assets/scss/vendors/themify-icons.css */

.ti-filter:before {
    content: "\e6a2";
}

/* line 515, src/assets/scss/vendors/themify-icons.css */

.ti-files:before {
    content: "\e6a3";
}

/* line 518, src/assets/scss/vendors/themify-icons.css */

.ti-file:before {
    content: "\e6a4";
}

/* line 521, src/assets/scss/vendors/themify-icons.css */

.ti-eraser:before {
    content: "\e6a5";
}

/* line 524, src/assets/scss/vendors/themify-icons.css */

.ti-envelope:before {
    content: "\e6a6";
}

/* line 527, src/assets/scss/vendors/themify-icons.css */

.ti-download:before {
    content: "\e6a7";
}

/* line 530, src/assets/scss/vendors/themify-icons.css */

.ti-direction:before {
    content: "\e6a8";
}

/* line 533, src/assets/scss/vendors/themify-icons.css */

.ti-direction-alt:before {
    content: "\e6a9";
}

/* line 536, src/assets/scss/vendors/themify-icons.css */

.ti-dashboard:before {
    content: "\e6aa";
}

/* line 539, src/assets/scss/vendors/themify-icons.css */

.ti-control-stop:before {
    content: "\e6ab";
}

/* line 542, src/assets/scss/vendors/themify-icons.css */

.ti-control-shuffle:before {
    content: "\e6ac";
}

/* line 545, src/assets/scss/vendors/themify-icons.css */

.ti-control-play:before {
    content: "\e6ad";
}

/* line 548, src/assets/scss/vendors/themify-icons.css */

.ti-control-pause:before {
    content: "\e6ae";
}

/* line 551, src/assets/scss/vendors/themify-icons.css */

.ti-control-forward:before {
    content: "\e6af";
}

/* line 554, src/assets/scss/vendors/themify-icons.css */

.ti-control-backward:before {
    content: "\e6b0";
}

/* line 557, src/assets/scss/vendors/themify-icons.css */

.ti-cloud:before {
    content: "\e6b1";
}

/* line 560, src/assets/scss/vendors/themify-icons.css */

.ti-cloud-up:before {
    content: "\e6b2";
}

/* line 563, src/assets/scss/vendors/themify-icons.css */

.ti-cloud-down:before {
    content: "\e6b3";
}

/* line 566, src/assets/scss/vendors/themify-icons.css */

.ti-clipboard:before {
    content: "\e6b4";
}

/* line 569, src/assets/scss/vendors/themify-icons.css */

.ti-car:before {
    content: "\e6b5";
}

/* line 572, src/assets/scss/vendors/themify-icons.css */

.ti-calendar:before {
    content: "\e6b6";
}

/* line 575, src/assets/scss/vendors/themify-icons.css */

.ti-book:before {
    content: "\e6b7";
}

/* line 578, src/assets/scss/vendors/themify-icons.css */

.ti-bell:before {
    content: "\e6b8";
}

/* line 581, src/assets/scss/vendors/themify-icons.css */

.ti-basketball:before {
    content: "\e6b9";
}

/* line 584, src/assets/scss/vendors/themify-icons.css */

.ti-bar-chart:before {
    content: "\e6ba";
}

/* line 587, src/assets/scss/vendors/themify-icons.css */

.ti-bar-chart-alt:before {
    content: "\e6bb";
}

/* line 590, src/assets/scss/vendors/themify-icons.css */

.ti-back-right:before {
    content: "\e6bc";
}

/* line 593, src/assets/scss/vendors/themify-icons.css */

.ti-back-left:before {
    content: "\e6bd";
}

/* line 596, src/assets/scss/vendors/themify-icons.css */

.ti-arrows-corner:before {
    content: "\e6be";
}

/* line 599, src/assets/scss/vendors/themify-icons.css */

.ti-archive:before {
    content: "\e6bf";
}

/* line 602, src/assets/scss/vendors/themify-icons.css */

.ti-anchor:before {
    content: "\e6c0";
}

/* line 605, src/assets/scss/vendors/themify-icons.css */

.ti-align-right:before {
    content: "\e6c1";
}

/* line 608, src/assets/scss/vendors/themify-icons.css */

.ti-align-left:before {
    content: "\e6c2";
}

/* line 611, src/assets/scss/vendors/themify-icons.css */

.ti-align-justify:before {
    content: "\e6c3";
}

/* line 614, src/assets/scss/vendors/themify-icons.css */

.ti-align-center:before {
    content: "\e6c4";
}

/* line 617, src/assets/scss/vendors/themify-icons.css */

.ti-alert:before {
    content: "\e6c5";
}

/* line 620, src/assets/scss/vendors/themify-icons.css */

.ti-alarm-clock:before {
    content: "\e6c6";
}

/* line 623, src/assets/scss/vendors/themify-icons.css */

.ti-agenda:before {
    content: "\e6c7";
}

/* line 626, src/assets/scss/vendors/themify-icons.css */

.ti-write:before {
    content: "\e6c8";
}

/* line 629, src/assets/scss/vendors/themify-icons.css */

.ti-window:before {
    content: "\e6c9";
}

/* line 632, src/assets/scss/vendors/themify-icons.css */

.ti-widgetized:before {
    content: "\e6ca";
}

/* line 635, src/assets/scss/vendors/themify-icons.css */

.ti-widget:before {
    content: "\e6cb";
}

/* line 638, src/assets/scss/vendors/themify-icons.css */

.ti-widget-alt:before {
    content: "\e6cc";
}

/* line 641, src/assets/scss/vendors/themify-icons.css */

.ti-wallet:before {
    content: "\e6cd";
}

/* line 644, src/assets/scss/vendors/themify-icons.css */

.ti-video-clapper:before {
    content: "\e6ce";
}

/* line 647, src/assets/scss/vendors/themify-icons.css */

.ti-video-camera:before {
    content: "\e6cf";
}

/* line 650, src/assets/scss/vendors/themify-icons.css */

.ti-vector:before {
    content: "\e6d0";
}

/* line 653, src/assets/scss/vendors/themify-icons.css */

.ti-themify-logo:before {
    content: "\e6d1";
}

/* line 656, src/assets/scss/vendors/themify-icons.css */

.ti-themify-favicon:before {
    content: "\e6d2";
}

/* line 659, src/assets/scss/vendors/themify-icons.css */

.ti-themify-favicon-alt:before {
    content: "\e6d3";
}

/* line 662, src/assets/scss/vendors/themify-icons.css */

.ti-support:before {
    content: "\e6d4";
}

/* line 665, src/assets/scss/vendors/themify-icons.css */

.ti-stamp:before {
    content: "\e6d5";
}

/* line 668, src/assets/scss/vendors/themify-icons.css */

.ti-split-v-alt:before {
    content: "\e6d6";
}

/* line 671, src/assets/scss/vendors/themify-icons.css */

.ti-slice:before {
    content: "\e6d7";
}

/* line 674, src/assets/scss/vendors/themify-icons.css */

.ti-shortcode:before {
    content: "\e6d8";
}

/* line 677, src/assets/scss/vendors/themify-icons.css */

.ti-shift-right-alt:before {
    content: "\e6d9";
}

/* line 680, src/assets/scss/vendors/themify-icons.css */

.ti-shift-left-alt:before {
    content: "\e6da";
}

/* line 683, src/assets/scss/vendors/themify-icons.css */

.ti-ruler-alt-2:before {
    content: "\e6db";
}

/* line 686, src/assets/scss/vendors/themify-icons.css */

.ti-receipt:before {
    content: "\e6dc";
}

/* line 689, src/assets/scss/vendors/themify-icons.css */

.ti-pin2:before {
    content: "\e6dd";
}

/* line 692, src/assets/scss/vendors/themify-icons.css */

.ti-pin-alt:before {
    content: "\e6de";
}

/* line 695, src/assets/scss/vendors/themify-icons.css */

.ti-pencil-alt2:before {
    content: "\e6df";
}

/* line 698, src/assets/scss/vendors/themify-icons.css */

.ti-palette:before {
    content: "\e6e0";
}

/* line 701, src/assets/scss/vendors/themify-icons.css */

.ti-more:before {
    content: "\e6e1";
}

/* line 704, src/assets/scss/vendors/themify-icons.css */

.ti-more-alt:before {
    content: "\e6e2";
}

/* line 707, src/assets/scss/vendors/themify-icons.css */

.ti-microphone-alt:before {
    content: "\e6e3";
}

/* line 710, src/assets/scss/vendors/themify-icons.css */

.ti-magnet:before {
    content: "\e6e4";
}

/* line 713, src/assets/scss/vendors/themify-icons.css */

.ti-line-double:before {
    content: "\e6e5";
}

/* line 716, src/assets/scss/vendors/themify-icons.css */

.ti-line-dotted:before {
    content: "\e6e6";
}

/* line 719, src/assets/scss/vendors/themify-icons.css */

.ti-line-dashed:before {
    content: "\e6e7";
}

/* line 722, src/assets/scss/vendors/themify-icons.css */

.ti-layout-width-full:before {
    content: "\e6e8";
}

/* line 725, src/assets/scss/vendors/themify-icons.css */

.ti-layout-width-default:before {
    content: "\e6e9";
}

/* line 728, src/assets/scss/vendors/themify-icons.css */

.ti-layout-width-default-alt:before {
    content: "\e6ea";
}

/* line 731, src/assets/scss/vendors/themify-icons.css */

.ti-layout-tab:before {
    content: "\e6eb";
}

/* line 734, src/assets/scss/vendors/themify-icons.css */

.ti-layout-tab-window:before {
    content: "\e6ec";
}

/* line 737, src/assets/scss/vendors/themify-icons.css */

.ti-layout-tab-v:before {
    content: "\e6ed";
}

/* line 740, src/assets/scss/vendors/themify-icons.css */

.ti-layout-tab-min:before {
    content: "\e6ee";
}

/* line 743, src/assets/scss/vendors/themify-icons.css */

.ti-layout-slider:before {
    content: "\e6ef";
}

/* line 746, src/assets/scss/vendors/themify-icons.css */

.ti-layout-slider-alt:before {
    content: "\e6f0";
}

/* line 749, src/assets/scss/vendors/themify-icons.css */

.ti-layout-sidebar-right:before {
    content: "\e6f1";
}

/* line 752, src/assets/scss/vendors/themify-icons.css */

.ti-layout-sidebar-none:before {
    content: "\e6f2";
}

/* line 755, src/assets/scss/vendors/themify-icons.css */

.ti-layout-sidebar-left:before {
    content: "\e6f3";
}

/* line 758, src/assets/scss/vendors/themify-icons.css */

.ti-layout-placeholder:before {
    content: "\e6f4";
}

/* line 761, src/assets/scss/vendors/themify-icons.css */

.ti-layout-menu:before {
    content: "\e6f5";
}

/* line 764, src/assets/scss/vendors/themify-icons.css */

.ti-layout-menu-v:before {
    content: "\e6f6";
}

/* line 767, src/assets/scss/vendors/themify-icons.css */

.ti-layout-menu-separated:before {
    content: "\e6f7";
}

/* line 770, src/assets/scss/vendors/themify-icons.css */

.ti-layout-menu-full:before {
    content: "\e6f8";
}

/* line 773, src/assets/scss/vendors/themify-icons.css */

.ti-layout-media-right-alt:before {
    content: "\e6f9";
}

/* line 776, src/assets/scss/vendors/themify-icons.css */

.ti-layout-media-right:before {
    content: "\e6fa";
}

/* line 779, src/assets/scss/vendors/themify-icons.css */

.ti-layout-media-overlay:before {
    content: "\e6fb";
}

/* line 782, src/assets/scss/vendors/themify-icons.css */

.ti-layout-media-overlay-alt:before {
    content: "\e6fc";
}

/* line 785, src/assets/scss/vendors/themify-icons.css */

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd";
}

/* line 788, src/assets/scss/vendors/themify-icons.css */

.ti-layout-media-left-alt:before {
    content: "\e6fe";
}

/* line 791, src/assets/scss/vendors/themify-icons.css */

.ti-layout-media-left:before {
    content: "\e6ff";
}

/* line 794, src/assets/scss/vendors/themify-icons.css */

.ti-layout-media-center-alt:before {
    content: "\e700";
}

/* line 797, src/assets/scss/vendors/themify-icons.css */

.ti-layout-media-center:before {
    content: "\e701";
}

/* line 800, src/assets/scss/vendors/themify-icons.css */

.ti-layout-list-thumb:before {
    content: "\e702";
}

/* line 803, src/assets/scss/vendors/themify-icons.css */

.ti-layout-list-thumb-alt:before {
    content: "\e703";
}

/* line 806, src/assets/scss/vendors/themify-icons.css */

.ti-layout-list-post:before {
    content: "\e704";
}

/* line 809, src/assets/scss/vendors/themify-icons.css */

.ti-layout-list-large-image:before {
    content: "\e705";
}

/* line 812, src/assets/scss/vendors/themify-icons.css */

.ti-layout-line-solid:before {
    content: "\e706";
}

/* line 815, src/assets/scss/vendors/themify-icons.css */

.ti-layout-grid4:before {
    content: "\e707";
}

/* line 818, src/assets/scss/vendors/themify-icons.css */

.ti-layout-grid3:before {
    content: "\e708";
}

/* line 821, src/assets/scss/vendors/themify-icons.css */

.ti-layout-grid2:before {
    content: "\e709";
}

/* line 824, src/assets/scss/vendors/themify-icons.css */

.ti-layout-grid2-thumb:before {
    content: "\e70a";
}

/* line 827, src/assets/scss/vendors/themify-icons.css */

.ti-layout-cta-right:before {
    content: "\e70b";
}

/* line 830, src/assets/scss/vendors/themify-icons.css */

.ti-layout-cta-left:before {
    content: "\e70c";
}

/* line 833, src/assets/scss/vendors/themify-icons.css */

.ti-layout-cta-center:before {
    content: "\e70d";
}

/* line 836, src/assets/scss/vendors/themify-icons.css */

.ti-layout-cta-btn-right:before {
    content: "\e70e";
}

/* line 839, src/assets/scss/vendors/themify-icons.css */

.ti-layout-cta-btn-left:before {
    content: "\e70f";
}

/* line 842, src/assets/scss/vendors/themify-icons.css */

.ti-layout-column4:before {
    content: "\e710";
}

/* line 845, src/assets/scss/vendors/themify-icons.css */

.ti-layout-column3:before {
    content: "\e711";
}

/* line 848, src/assets/scss/vendors/themify-icons.css */

.ti-layout-column2:before {
    content: "\e712";
}

/* line 851, src/assets/scss/vendors/themify-icons.css */

.ti-layout-accordion-separated:before {
    content: "\e713";
}

/* line 854, src/assets/scss/vendors/themify-icons.css */

.ti-layout-accordion-merged:before {
    content: "\e714";
}

/* line 857, src/assets/scss/vendors/themify-icons.css */

.ti-layout-accordion-list:before {
    content: "\e715";
}

/* line 860, src/assets/scss/vendors/themify-icons.css */

.ti-ink-pen:before {
    content: "\e716";
}

/* line 863, src/assets/scss/vendors/themify-icons.css */

.ti-info-alt:before {
    content: "\e717";
}

/* line 866, src/assets/scss/vendors/themify-icons.css */

.ti-help-alt:before {
    content: "\e718";
}

/* line 869, src/assets/scss/vendors/themify-icons.css */

.ti-headphone-alt:before {
    content: "\e719";
}

/* line 872, src/assets/scss/vendors/themify-icons.css */

.ti-hand-point-up:before {
    content: "\e71a";
}

/* line 875, src/assets/scss/vendors/themify-icons.css */

.ti-hand-point-right:before {
    content: "\e71b";
}

/* line 878, src/assets/scss/vendors/themify-icons.css */

.ti-hand-point-left:before {
    content: "\e71c";
}

/* line 881, src/assets/scss/vendors/themify-icons.css */

.ti-hand-point-down:before {
    content: "\e71d";
}

/* line 884, src/assets/scss/vendors/themify-icons.css */

.ti-gallery:before {
    content: "\e71e";
}

/* line 887, src/assets/scss/vendors/themify-icons.css */

.ti-face-smile:before {
    content: "\e71f";
}

/* line 890, src/assets/scss/vendors/themify-icons.css */

.ti-face-sad:before {
    content: "\e720";
}

/* line 893, src/assets/scss/vendors/themify-icons.css */

.ti-credit-card:before {
    content: "\e721";
}

/* line 896, src/assets/scss/vendors/themify-icons.css */

.ti-control-skip-forward:before {
    content: "\e722";
}

/* line 899, src/assets/scss/vendors/themify-icons.css */

.ti-control-skip-backward:before {
    content: "\e723";
}

/* line 902, src/assets/scss/vendors/themify-icons.css */

.ti-control-record:before {
    content: "\e724";
}

/* line 905, src/assets/scss/vendors/themify-icons.css */

.ti-control-eject:before {
    content: "\e725";
}

/* line 908, src/assets/scss/vendors/themify-icons.css */

.ti-comments-smiley:before {
    content: "\e726";
}

/* line 911, src/assets/scss/vendors/themify-icons.css */

.ti-brush-alt:before {
    content: "\e727";
}

/* line 914, src/assets/scss/vendors/themify-icons.css */

.ti-youtube:before {
    content: "\e728";
}

/* line 917, src/assets/scss/vendors/themify-icons.css */

.ti-vimeo:before {
    content: "\e729";
}

/* line 920, src/assets/scss/vendors/themify-icons.css */

.ti-twitter:before {
    content: "\e72a";
}

/* line 923, src/assets/scss/vendors/themify-icons.css */

.ti-time:before {
    content: "\e72b";
}

/* line 926, src/assets/scss/vendors/themify-icons.css */

.ti-tumblr:before {
    content: "\e72c";
}

/* line 929, src/assets/scss/vendors/themify-icons.css */

.ti-skype:before {
    content: "\e72d";
}

/* line 932, src/assets/scss/vendors/themify-icons.css */

.ti-share:before {
    content: "\e72e";
}

/* line 935, src/assets/scss/vendors/themify-icons.css */

.ti-share-alt:before {
    content: "\e72f";
}

/* line 938, src/assets/scss/vendors/themify-icons.css */

.ti-rocket:before {
    content: "\e730";
}

/* line 941, src/assets/scss/vendors/themify-icons.css */

.ti-pinterest:before {
    content: "\e731";
}

/* line 944, src/assets/scss/vendors/themify-icons.css */

.ti-new-window:before {
    content: "\e732";
}

/* line 947, src/assets/scss/vendors/themify-icons.css */

.ti-microsoft:before {
    content: "\e733";
}

/* line 950, src/assets/scss/vendors/themify-icons.css */

.ti-list-ol:before {
    content: "\e734";
}

/* line 953, src/assets/scss/vendors/themify-icons.css */

.ti-linkedin:before {
    content: "\e735";
}

/* line 956, src/assets/scss/vendors/themify-icons.css */

.ti-layout-sidebar-2:before {
    content: "\e736";
}

/* line 959, src/assets/scss/vendors/themify-icons.css */

.ti-layout-grid4-alt:before {
    content: "\e737";
}

/* line 962, src/assets/scss/vendors/themify-icons.css */

.ti-layout-grid3-alt:before {
    content: "\e738";
}

/* line 965, src/assets/scss/vendors/themify-icons.css */

.ti-layout-grid2-alt:before {
    content: "\e739";
}

/* line 968, src/assets/scss/vendors/themify-icons.css */

.ti-layout-column4-alt:before {
    content: "\e73a";
}

/* line 971, src/assets/scss/vendors/themify-icons.css */

.ti-layout-column3-alt:before {
    content: "\e73b";
}

/* line 974, src/assets/scss/vendors/themify-icons.css */

.ti-layout-column2-alt:before {
    content: "\e73c";
}

/* line 977, src/assets/scss/vendors/themify-icons.css */

.ti-instagram:before {
    content: "\e73d";
}

/* line 980, src/assets/scss/vendors/themify-icons.css */

.ti-google:before {
    content: "\e73e";
}

/* line 983, src/assets/scss/vendors/themify-icons.css */

.ti-github:before {
    content: "\e73f";
}

/* line 986, src/assets/scss/vendors/themify-icons.css */

.ti-flickr:before {
    content: "\e740";
}

/* line 989, src/assets/scss/vendors/themify-icons.css */

.ti-facebook:before {
    content: "\e741";
}

/* line 992, src/assets/scss/vendors/themify-icons.css */

.ti-dropbox:before {
    content: "\e742";
}

/* line 995, src/assets/scss/vendors/themify-icons.css */

.ti-dribbble:before {
    content: "\e743";
}

/* line 998, src/assets/scss/vendors/themify-icons.css */

.ti-apple:before {
    content: "\e744";
}

/* line 1001, src/assets/scss/vendors/themify-icons.css */

.ti-android:before {
    content: "\e745";
}

/* line 1004, src/assets/scss/vendors/themify-icons.css */

.ti-save:before {
    content: "\e746";
}

/* line 1007, src/assets/scss/vendors/themify-icons.css */

.ti-save-alt:before {
    content: "\e747";
}

/* line 1010, src/assets/scss/vendors/themify-icons.css */

.ti-yahoo:before {
    content: "\e748";
}

/* line 1013, src/assets/scss/vendors/themify-icons.css */

.ti-wordpress:before {
    content: "\e749";
}

/* line 1016, src/assets/scss/vendors/themify-icons.css */

.ti-vimeo-alt:before {
    content: "\e74a";
}

/* line 1019, src/assets/scss/vendors/themify-icons.css */

.ti-twitter-alt:before {
    content: "\e74b";
}

/* line 1022, src/assets/scss/vendors/themify-icons.css */

.ti-tumblr-alt:before {
    content: "\e74c";
}

/* line 1025, src/assets/scss/vendors/themify-icons.css */

.ti-trello:before {
    content: "\e74d";
}

/* line 1028, src/assets/scss/vendors/themify-icons.css */

.ti-stack-overflow:before {
    content: "\e74e";
}

/* line 1031, src/assets/scss/vendors/themify-icons.css */

.ti-soundcloud:before {
    content: "\e74f";
}

/* line 1034, src/assets/scss/vendors/themify-icons.css */

.ti-sharethis:before {
    content: "\e750";
}

/* line 1037, src/assets/scss/vendors/themify-icons.css */

.ti-sharethis-alt:before {
    content: "\e751";
}

/* line 1040, src/assets/scss/vendors/themify-icons.css */

.ti-reddit:before {
    content: "\e752";
}

/* line 1043, src/assets/scss/vendors/themify-icons.css */

.ti-pinterest-alt:before {
    content: "\e753";
}

/* line 1046, src/assets/scss/vendors/themify-icons.css */

.ti-microsoft-alt:before {
    content: "\e754";
}

/* line 1049, src/assets/scss/vendors/themify-icons.css */

.ti-linux:before {
    content: "\e755";
}

/* line 1052, src/assets/scss/vendors/themify-icons.css */

.ti-jsfiddle:before {
    content: "\e756";
}

/* line 1055, src/assets/scss/vendors/themify-icons.css */

.ti-joomla:before {
    content: "\e757";
}

/* line 1058, src/assets/scss/vendors/themify-icons.css */

.ti-html5:before {
    content: "\e758";
}

/* line 1061, src/assets/scss/vendors/themify-icons.css */

.ti-flickr-alt:before {
    content: "\e759";
}

/* line 1064, src/assets/scss/vendors/themify-icons.css */

.ti-email:before {
    content: "\e75a";
}

/* line 1067, src/assets/scss/vendors/themify-icons.css */

.ti-drupal:before {
    content: "\e75b";
}

/* line 1070, src/assets/scss/vendors/themify-icons.css */

.ti-dropbox-alt:before {
    content: "\e75c";
}

/* line 1073, src/assets/scss/vendors/themify-icons.css */

.ti-css3:before {
    content: "\e75d";
}

/* line 1076, src/assets/scss/vendors/themify-icons.css */

.ti-rss:before {
    content: "\e75e";
}

/* line 1079, src/assets/scss/vendors/themify-icons.css */

.ti-rss-alt:before {
    content: "\e75f";
}

/* Magnific Popup CSS */

/* line 2, src/assets/scss/vendors/magnific-popup.css */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

/* line 13, src/assets/scss/vendors/magnific-popup.css */

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

/* line 23, src/assets/scss/vendors/magnific-popup.css */

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 33, src/assets/scss/vendors/magnific-popup.css */

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* line 39, src/assets/scss/vendors/magnific-popup.css */

.mfp-align-top .mfp-container:before {
    display: none;
}

/* line 42, src/assets/scss/vendors/magnific-popup.css */

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

/* line 50, src/assets/scss/vendors/magnific-popup.css */

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

/* line 55, src/assets/scss/vendors/magnific-popup.css */

.mfp-ajax-cur {
    cursor: progress;
}

/* line 58, src/assets/scss/vendors/magnific-popup.css */

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

/* line 63, src/assets/scss/vendors/magnific-popup.css */

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/* line 69, src/assets/scss/vendors/magnific-popup.css */

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

/* line 72, src/assets/scss/vendors/magnific-popup.css */

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 80, src/assets/scss/vendors/magnific-popup.css */

.mfp-loading.mfp-figure {
    display: none;
}

/* line 83, src/assets/scss/vendors/magnific-popup.css */

.mfp-hide {
    display: none !important;
}

/* line 86, src/assets/scss/vendors/magnific-popup.css */

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

/* line 96, src/assets/scss/vendors/magnific-popup.css */

.mfp-preloader a {
    color: #CCC;
}

/* line 98, src/assets/scss/vendors/magnific-popup.css */

.mfp-preloader a:hover {
    color: #FFF;
}

/* line 101, src/assets/scss/vendors/magnific-popup.css */

.mfp-s-ready .mfp-preloader {
    display: none;
}

/* line 104, src/assets/scss/vendors/magnific-popup.css */

.mfp-s-error .mfp-content {
    display: none;
}

/* line 107, src/assets/scss/vendors/magnific-popup.css */

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* line 121, src/assets/scss/vendors/magnific-popup.css */

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* line 125, src/assets/scss/vendors/magnific-popup.css */

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

/* line 140, src/assets/scss/vendors/magnific-popup.css */

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

/* line 143, src/assets/scss/vendors/magnific-popup.css */

.mfp-close:active {
    top: 1px;
}

/* line 146, src/assets/scss/vendors/magnific-popup.css */

.mfp-close-btn-in .mfp-close {
    color: #333;
}

/* line 149, src/assets/scss/vendors/magnific-popup.css */

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

/* line 157, src/assets/scss/vendors/magnific-popup.css */

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

/* line 166, src/assets/scss/vendors/magnific-popup.css */

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

/* line 176, src/assets/scss/vendors/magnific-popup.css */

.mfp-arrow:active {
    margin-top: -54px;
}

/* line 178, src/assets/scss/vendors/magnific-popup.css */

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

/* line 181, src/assets/scss/vendors/magnific-popup.css */

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

/* line 193, src/assets/scss/vendors/magnific-popup.css */

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

/* line 197, src/assets/scss/vendors/magnific-popup.css */

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

/* line 202, src/assets/scss/vendors/magnific-popup.css */

.mfp-arrow-left {
    left: 0;
}

/* line 204, src/assets/scss/vendors/magnific-popup.css */

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

/* line 207, src/assets/scss/vendors/magnific-popup.css */

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

/* line 211, src/assets/scss/vendors/magnific-popup.css */

.mfp-arrow-right {
    right: 0;
}

/* line 213, src/assets/scss/vendors/magnific-popup.css */

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

/* line 216, src/assets/scss/vendors/magnific-popup.css */

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

/* line 219, src/assets/scss/vendors/magnific-popup.css */

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* line 222, src/assets/scss/vendors/magnific-popup.css */

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

/* line 226, src/assets/scss/vendors/magnific-popup.css */

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

/* line 229, src/assets/scss/vendors/magnific-popup.css */

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

/* line 234, src/assets/scss/vendors/magnific-popup.css */

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */

/* line 245, src/assets/scss/vendors/magnific-popup.css */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

/* line 256, src/assets/scss/vendors/magnific-popup.css */

.mfp-figure {
    line-height: 0;
}

/* line 258, src/assets/scss/vendors/magnific-popup.css */

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

/* line 271, src/assets/scss/vendors/magnific-popup.css */

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

/* line 276, src/assets/scss/vendors/magnific-popup.css */

.mfp-figure figure {
    margin: 0;
}

/* line 279, src/assets/scss/vendors/magnific-popup.css */

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

/* line 287, src/assets/scss/vendors/magnific-popup.css */

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

/* line 294, src/assets/scss/vendors/magnific-popup.css */

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

/* line 297, src/assets/scss/vendors/magnific-popup.css */

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    /* line 304, src/assets/scss/vendors/magnific-popup.css */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    /* line 307, src/assets/scss/vendors/magnific-popup.css */
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    /* line 309, src/assets/scss/vendors/magnific-popup.css */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    /* line 312, src/assets/scss/vendors/magnific-popup.css */
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    /* line 315, src/assets/scss/vendors/magnific-popup.css */
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* line 323, src/assets/scss/vendors/magnific-popup.css */
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    /* line 325, src/assets/scss/vendors/magnific-popup.css */
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    /* line 328, src/assets/scss/vendors/magnific-popup.css */
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    /* line 340, src/assets/scss/vendors/magnific-popup.css */
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    /* line 343, src/assets/scss/vendors/magnific-popup.css */
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    /* line 346, src/assets/scss/vendors/magnific-popup.css */
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    /* line 349, src/assets/scss/vendors/magnific-popup.css */
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel.owl-hidden {
    opacity: 0;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel.owl-rtl {
    direction: rtl;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-animated-in {
    z-index: 0;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-animated-out {
    z-index: 1;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

/* line 6, src/assets/scss/vendors/owl.carousel.min.css */

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*
 * HS Mega Menu - jQuery Plugin
 * @version: 1.0.0 (Sun, 26 Feb 2017)
 *
 * @license:
 *
 * Copyright 2017 HtmlStream
 *
 */



/* line 8, node_modules/bootstrap/scss/_images.scss */

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* line 14, node_modules/bootstrap/scss/_images.scss */

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */

.figure {
    display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

/* line 2, node_modules/bootstrap/scss/_code.scss */

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

/* line 8, node_modules/bootstrap/scss/_code.scss */

a>code {
    color: inherit;
}

/* line 14, node_modules/bootstrap/scss/_code.scss */

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

/* line 22, node_modules/bootstrap/scss/_code.scss */

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

/* line 31, node_modules/bootstrap/scss/_code.scss */

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

/* line 37, node_modules/bootstrap/scss/_code.scss */

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

/* line 45, node_modules/bootstrap/scss/_code.scss */

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

/* line 11, node_modules/bootstrap/scss/_tables.scss */

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_tables.scss */

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

/* line 23, node_modules/bootstrap/scss/_tables.scss */

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

/* line 34, node_modules/bootstrap/scss/_tables.scss */

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

/* line 45, node_modules/bootstrap/scss/_tables.scss */

.table-bordered {
    border: 1px solid #dee2e6;
}

/* line 48, node_modules/bootstrap/scss/_tables.scss */

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

/* line 54, node_modules/bootstrap/scss/_tables.scss */

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

/* line 62, node_modules/bootstrap/scss/_tables.scss */

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0;
}

/* line 75, node_modules/bootstrap/scss/_tables.scss */

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8daff;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #7abaff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-info:hover {
    background-color: #abdde5;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-light:hover {
    background-color: #ececf6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, node_modules/bootstrap/scss/_tables.scss */

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

/* line 122, node_modules/bootstrap/scss/_tables.scss */

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/* line 130, node_modules/bootstrap/scss/_tables.scss */

.table-dark {
    color: #fff;
    background-color: #343a40;
}

/* line 134, node_modules/bootstrap/scss/_tables.scss */

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

/* line 140, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-bordered {
    border: 0;
}

/* line 145, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    /* line 171, node_modules/bootstrap/scss/_tables.scss */
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    /* line 179, node_modules/bootstrap/scss/_tables.scss */
    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    /* line 171, node_modules/bootstrap/scss/_tables.scss */
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    /* line 179, node_modules/bootstrap/scss/_tables.scss */
    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    /* line 171, node_modules/bootstrap/scss/_tables.scss */
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    /* line 179, node_modules/bootstrap/scss/_tables.scss */
    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    /* line 171, node_modules/bootstrap/scss/_tables.scss */
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    /* line 179, node_modules/bootstrap/scss/_tables.scss */
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

/* line 171, node_modules/bootstrap/scss/_tables.scss */

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* line 179, node_modules/bootstrap/scss/_tables.scss */

.table-responsive>.table-bordered {
    border: 0;
}








/* line 1, node_modules/bootstrap/scss/_transitions.scss */

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    /* line 1, node_modules/bootstrap/scss/_transitions.scss */
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */

.fade:not(.show) {
    opacity: 0;
}

/* line 10, node_modules/bootstrap/scss/_transitions.scss */

.collapse:not(.show) {
    display: none;
}

/* line 15, node_modules/bootstrap/scss/_transitions.scss */

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    /* line 15, node_modules/bootstrap/scss/_transitions.scss */
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}





/* line 221, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* line 238, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 248, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

/* line 259, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

/* line 266, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

/* line 272, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select::-ms-expand {
    display: none;
}

/* line 277, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

/* line 283, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

/* line 291, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

/* line 304, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

/* line 312, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

/* line 321, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 327, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}

/* line 333, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

/* line 338, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

/* line 343, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

/* line 361, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

/* line 385, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* line 392, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus {
    outline: 0;
}

/* line 397, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 398, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 399, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 402, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-focus-outer {
    border: 0;
}

/* line 406, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    /* line 406, node_modules/bootstrap/scss/_custom-forms.scss */
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

/* line 417, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

/* line 422, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

/* line 433, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    /* line 433, node_modules/bootstrap/scss/_custom-forms.scss */
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

/* line 443, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

/* line 448, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

/* line 459, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    /* line 459, node_modules/bootstrap/scss/_custom-forms.scss */
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

/* line 472, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

/* line 477, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

/* line 488, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

/* line 493, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

/* line 500, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

/* line 504, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

/* line 508, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

/* line 512, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

/* line 516, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

/* line 522, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    /* line 522, node_modules/bootstrap/scss/_custom-forms.scss */
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}



/* line 266, node_modules/bootstrap/scss/_card.scss */

.accordion {
    overflow-anchor: none;
}

/* line 269, node_modules/bootstrap/scss/_card.scss */

.accordion>.card {
    overflow: hidden;
}

/* line 272, node_modules/bootstrap/scss/_card.scss */

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 277, node_modules/bootstrap/scss/_card.scss */

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* line 281, node_modules/bootstrap/scss/_card.scss */

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

/* line 17, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

/* line 31, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

/* line 35, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

/* line 39, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item.active {
    color: #6c757d;
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

/* line 7, node_modules/bootstrap/scss/_pagination.scss */

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_pagination.scss */

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/* line 26, node_modules/bootstrap/scss/_pagination.scss */

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 35, node_modules/bootstrap/scss/_pagination.scss */

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

/* line 41, node_modules/bootstrap/scss/_pagination.scss */

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* line 46, node_modules/bootstrap/scss/_pagination.scss */

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

/* line 53, node_modules/bootstrap/scss/_pagination.scss */

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

/* line 6, node_modules/bootstrap/scss/_badge.scss */

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    /* line 6, node_modules/bootstrap/scss/_badge.scss */
    .badge {
        -webkit-transition: none;
        transition: none;
    }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

/* line 25, node_modules/bootstrap/scss/_badge.scss */

.badge:empty {
    display: none;
}


/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-success {
    color: #fff;
    background-color: #28a745;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    /* line 1, node_modules/bootstrap/scss/_jumbotron.scss */
    .jumbotron {
        padding: 4rem 2rem;
    }
}

/* line 13, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_alert.scss */

.alert-heading {
    color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */

.alert-link {
    font-weight: 700;
}

/* line 29, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible {
    padding-right: 4rem;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary hr {
    border-top-color: #9fcdff;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary .alert-link {
    color: #002752;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary .alert-link {
    color: #202326;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success hr {
    border-top-color: #b1dfbb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success .alert-link {
    color: #0b2e13;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info hr {
    border-top-color: #abdde5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info .alert-link {
    color: #062c33;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning hr {
    border-top-color: #ffe8a1;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning .alert-link {
    color: #533f03;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger hr {
    border-top-color: #f1b0b7;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger .alert-link {
    color: #491217;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light hr {
    border-top-color: #ececf6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light .alert-link {
    color: #686868;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark hr {
    border-top-color: #b9bbbe;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark .alert-link {
    color: #040505;
}

/* line 1, node_modules/bootstrap/scss/_close.scss */

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #1a202c;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.close:hover {
    color: #1a202c;
    text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

/* line 29, node_modules/bootstrap/scss/_close.scss */

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

/* line 38, node_modules/bootstrap/scss/_close.scss */

a.close.disabled {
    pointer-events: none;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

/* line 9, node_modules/bootstrap/scss/_progress.scss */

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

/* line 20, node_modules/bootstrap/scss/_progress.scss */

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    /* line 20, node_modules/bootstrap/scss/_progress.scss */
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

/* line 32, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

/* line 38, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    /* line 38, node_modules/bootstrap/scss/_progress.scss */
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

/* line 1, node_modules/bootstrap/scss/_media.scss */

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* line 6, node_modules/bootstrap/scss/_media.scss */

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

/* line 21, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

/* line 34, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

/* line 45, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

/* line 58, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

/* line 62, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

/* line 70, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

/* line 77, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item+.list-group-item {
    border-top-width: 0;
}

/* line 80, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

/* line 96, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* line 100, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

/* line 105, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

/* line 110, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

/* line 114, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

/* line 118, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    /* line 96, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    /* line 100, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    /* line 105, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    /* line 110, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }
    /* line 114, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    /* line 118, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    /* line 96, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    /* line 100, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    /* line 105, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    /* line 110, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }
    /* line 114, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    /* line 118, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    /* line 96, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    /* line 100, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    /* line 105, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    /* line 110, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }
    /* line 114, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    /* line 118, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    /* line 96, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    /* line 100, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    /* line 105, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    /* line 110, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }
    /* line 114, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    /* line 118, node_modules/bootstrap/scss/_list-group.scss */
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

/* line 134, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush {
    border-radius: 0;
}

/* line 137, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

/* line 140, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

/* line 1, node_modules/bootstrap/scss/_toasts.scss */

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}

/* line 15, node_modules/bootstrap/scss/_toasts.scss */

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

/* line 19, node_modules/bootstrap/scss/_toasts.scss */

.toast.showing {
    opacity: 1;
}

/* line 23, node_modules/bootstrap/scss/_toasts.scss */

.toast.show {
    display: block;
    opacity: 1;
}

/* line 28, node_modules/bootstrap/scss/_toasts.scss */

.toast.hide {
    display: none;
}

/* line 33, node_modules/bootstrap/scss/_toasts.scss */

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, node_modules/bootstrap/scss/_toasts.scss */

.toast-body {
    padding: 0.75rem;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */

.modal-open {
    overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

/* line 18, node_modules/bootstrap/scss/_modal.scss */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

/* line 36, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    /* line 44, node_modules/bootstrap/scss/_modal.scss */
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

/* line 58, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

/* line 62, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

/* line 67, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* line 72, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

/* line 77, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

/* line 83, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

/* line 91, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

/* line 96, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

/* line 100, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

/* line 107, node_modules/bootstrap/scss/_modal.scss */

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

/* line 125, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

/* line 135, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.fade {
    opacity: 0;
}

/* line 136, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.show {
    opacity: 0.5;
}

/* line 141, node_modules/bootstrap/scss/_modal.scss */

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

/* line 149, node_modules/bootstrap/scss/_modal.scss */

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

/* line 157, node_modules/bootstrap/scss/_modal.scss */

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

/* line 164, node_modules/bootstrap/scss/_modal.scss */

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

/* line 173, node_modules/bootstrap/scss/_modal.scss */

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 185, node_modules/bootstrap/scss/_modal.scss */

.modal-footer>* {
    margin: 0.25rem;
}

/* line 191, node_modules/bootstrap/scss/_modal.scss */

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    /* line 202, node_modules/bootstrap/scss/_modal.scss */
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    /* line 207, node_modules/bootstrap/scss/_modal.scss */
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    /* line 210, node_modules/bootstrap/scss/_modal.scss */
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    /* line 215, node_modules/bootstrap/scss/_modal.scss */
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    /* line 218, node_modules/bootstrap/scss/_modal.scss */
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    /* line 228, node_modules/bootstrap/scss/_modal.scss */
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    /* line 232, node_modules/bootstrap/scss/_modal.scss */
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    /* line 239, node_modules/bootstrap/scss/_modal.scss */
    .modal-xl {
        max-width: 1140px;
    }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

/* line 15, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip.show {
    opacity: 0.9;
}

/* line 17, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

/* line 23, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

/* line 35, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

/* line 38, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

/* line 54, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

/* line 65, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

/* line 68, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

/* line 76, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

/* line 79, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

/* line 84, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

/* line 108, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

/* line 20, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

/* line 27, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

/* line 38, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

/* line 41, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc(-0.5rem - 1px);
}

/* line 44, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

/* line 58, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

/* line 67, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

/* line 81, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

/* line 84, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc(-0.5rem - 1px);
}

/* line 87, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

/* line 101, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

/* line 113, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

/* line 116, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

/* line 122, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

/* line 153, node_modules/bootstrap/scss/_popover.scss */

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.977rem;
    color: #1a202c;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, node_modules/bootstrap/scss/_popover.scss */

.popover-header:empty {
    display: none;
}

/* line 167, node_modules/bootstrap/scss/_popover.scss */

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

/* line 14, node_modules/bootstrap/scss/_carousel.scss */

.carousel {
    position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

/* line 22, node_modules/bootstrap/scss/_carousel.scss */

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

/* line 29, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    /* line 29, node_modules/bootstrap/scss/_carousel.scss */
    .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

/* line 45, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

/* line 67, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

/* line 74, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    /* line 74, node_modules/bootstrap/scss/_carousel.scss */
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none;
    }
}

/* line 87, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    /* line 87, node_modules/bootstrap/scss/_carousel.scss */
    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none;
    }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

/* line 111, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev {
    left: 0;
}

/* line 117, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next {
    right: 0;
}

/* line 125, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat;
}

/* line 132, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 135, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

/* line 159, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    /* line 159, node_modules/bootstrap/scss/_carousel.scss */
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none;
    }
}

/* line 177, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators .active {
    opacity: 1;
}

/* line 187, node_modules/bootstrap/scss/_carousel.scss */

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* line 9, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

/* line 21, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* line 41, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
}

/* line 53, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    /* line 60, node_modules/bootstrap/scss/_spinners.scss */
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

@media print {
    /* line 13, node_modules/bootstrap/scss/_print.scss */
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    /* line 24, node_modules/bootstrap/scss/_print.scss */
    a:not(
        
    ) {
        text-decoration: underline;
    }
    /* line 34, node_modules/bootstrap/scss/_print.scss */
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    /* line 49, node_modules/bootstrap/scss/_print.scss */
    pre {
        white-space: pre-wrap !important;
    }
    /* line 52, node_modules/bootstrap/scss/_print.scss */
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    /* line 63, node_modules/bootstrap/scss/_print.scss */
    thead {
        display: table-header-group;
    }
    /* line 67, node_modules/bootstrap/scss/_print.scss */
    tr,
    img {
        page-break-inside: avoid;
    }
    /* line 72, node_modules/bootstrap/scss/_print.scss */
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    /* line 79, node_modules/bootstrap/scss/_print.scss */
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    /* line 92, node_modules/bootstrap/scss/_print.scss */
    body {
        min-width: 992px !important;
    }
    /* line 95, node_modules/bootstrap/scss/_print.scss */
    .container {
        min-width: 992px !important;
    }
    /* line 100, node_modules/bootstrap/scss/_print.scss */
    .navbar {
        display: none;
    }
    /* line 103, node_modules/bootstrap/scss/_print.scss */
    .badge {
        border: 1px solid #000;
    }
    /* line 107, node_modules/bootstrap/scss/_print.scss */
    .table {
        border-collapse: collapse !important;
    }
    /* line 110, node_modules/bootstrap/scss/_print.scss */
    .table td,
    .table th {
        background-color: #fff !important;
    }
    /* line 117, node_modules/bootstrap/scss/_print.scss */
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    /* line 123, node_modules/bootstrap/scss/_print.scss */
    .table-dark {
        color: inherit;
    }
    /* line 126, node_modules/bootstrap/scss/_print.scss */
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6;
    }
    /* line 134, node_modules/bootstrap/scss/_print.scss */
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

/* line 2, src/assets/scss/components/_components.preloader.scss */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

/* line 10, src/assets/scss/components/_components.preloader.scss */

#preloader .preloader-wrap {
    display: block;
    position: relative;
    text-align: center;
    top: 40%;
}

/* line 15, src/assets/scss/components/_components.preloader.scss */

#preloader .preloader-wrap .preloader {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    height: 60px;
    width: 70px;
    overflow: hidden;
}

/* line 23, src/assets/scss/components/_components.preloader.scss */

#preloader .preloader-wrap .preloader i {
    display: block;
    width: 20px;
    height: 20px;
    background: #1a202c;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    opacity: 1;
    -webkit-transform: translate3d(60px, 0, 0);
    overflow: hidden;
    text-indent: -9999px;
    border: 2px solid #fff;
}

/* line 39, src/assets/scss/components/_components.preloader.scss */

#preloader .preloader-wrap .preloader i:nth-child(1) {
    background: #0948b3;
    -webkit-animation: kohost 1.75s ease-in-out infinite;
    animation: kohost 1.75s ease-in-out infinite;
}

/* line 47, src/assets/scss/components/_components.preloader.scss */

#preloader .preloader-wrap .preloader i:nth-child(2) {
    background: #1062fe;
    -webkit-animation: kohost 1.75s ease-in-out infinite 0.3s;
    animation: kohost 1.75s ease-in-out infinite 0.3s;
}

/* line 55, src/assets/scss/components/_components.preloader.scss */

#preloader .preloader-wrap .preloader i:nth-child(3) {
    background: #f67a3c;
    -webkit-animation: kohost 1.75s ease-in-out infinite 0.6s;
    animation: kohost 1.75s ease-in-out infinite 0.6s;
}

@-webkit-keyframes kohost {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0);
    }
    30% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    70% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }
}

@keyframes kohost {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0);
    }
    30% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    70% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }
}

/* line 1, src/assets/scss/components/_components.scroll-up.scss */

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 100%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border: none;
}

/* line 15, src/assets/scss/components/_components.scroll-up.scss */

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/* line 26, src/assets/scss/components/_components.scroll-up.scss */

.scroll-top.open {
    top: 90%;
}

/* line 3, src/assets/scss/components/_components.header.scss */

.bg-transparent ul li a:hover,
.white-bg.affix ul li a:hover {
    opacity: 1;
}

/* line 7, src/assets/scss/components/_components.header.scss */

.bg-transparent.affix {
    background: #083c96 !important;
}

/*header topbar*/

/* line 12, src/assets/scss/components/_components.header.scss */

.topbar-nav li {
    font-size: 13px;
    line-height: initial;
    font-family: "Roboto", sans-serif;
}

/* line 16, src/assets/scss/components/_components.header.scss */

.topbar-nav li i {
    font-size: 13px;
}

/* line 19, src/assets/scss/components/_components.header.scss */

.topbar-nav li a {
    color: #5b5858;
}

/* line 21, src/assets/scss/components/_components.header.scss */

.topbar-nav li a:hover {
    color: #0948b3;
}

/* line 26, src/assets/scss/components/_components.header.scss */

.topbar-nav li.list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

/*main header section css*/

/* line 32, src/assets/scss/components/_components.header.scss */

.header-main {
    position: relative;
    display: block;
}




/* line 47, src/assets/scss/components/_components.header.scss */

.fixed-top {
    top: auto !important;
}

/* line 50, src/assets/scss/components/_components.header.scss */

.main-header-menu-wrap.affix {
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/* line 59, src/assets/scss/components/_components.header.scss */

.header-nav {
    padding: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
    /* line 64, src/assets/scss/components/_components.header.scss */
    .main-navbar-nav {
        padding-bottom: 15px;
    }
    /* line 67, src/assets/scss/components/_components.header.scss */
    .header-nav {
        padding: 0.5rem 0;
    }
}

/* line 71, src/assets/scss/components/_components.header.scss */

.sub-menu-nav-link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0.8999rem;
    color: #5b5858;
}

/* line 80, src/assets/scss/components/_components.header.scss */

.main-link-toggle::after {
    display: inline-block;
    font-family: "themify";
    font-size: 50%;
    content: "\e64b";
    margin-left: .4rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    top: -1px;
}

/*sub menucss*/

/* line 92, src/assets/scss/components/_components.header.scss */

.main-sub-menu {
    padding-left: 0;
    list-style: none;
}

/* line 97, src/assets/scss/components/_components.header.scss */

.sub-menu-nav-group {
    padding-left: 0;
    list-style: none;
}

/* line 102, src/assets/scss/components/_components.header.scss */

.u-header__navbar-link {
    color: #757575;
    font-size: 0.875rem;
    font-weight: 300;
    padding-left: .5rem;
    padding-right: .5rem;
}

/* line 110, src/assets/scss/components/_components.header.scss */

.custom-nav-item:hover .custom-nav-link,
.custom-nav-item:focus .custom-nav-link {
    color: #0948b3;
}

/* line 114, src/assets/scss/components/_components.header.scss */

.header-main .active>.custom-nav-link {
    color: #0948b3;
}




/* line 151, src/assets/scss/components/_components.header.scss */

.bg-transparent button.navbar-toggler span {
    color: #fff;
}

/* line 155, src/assets/scss/components/_components.header.scss */

.sub-link-toggle {
    position: relative;
}

/* line 159, src/assets/scss/components/_components.header.scss */

.sub-link-toggle::after {
    display: inline-block;
    font-family: "themify";
    font-size: 60%;
    content: "\e649";
    margin-left: auto;
    margin-right: .04rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

/* line 169, src/assets/scss/components/_components.header.scss */

.main-sub-menu .active>.sub-menu-nav-link {
    color: #1062fe;
}

/* line 173, src/assets/scss/components/_components.header.scss */

.sub-menu-title {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-family: "Roboto", sans-serif;
}

/* line 181, src/assets/scss/components/_components.header.scss */

.hs-has-sub-menu {
    position: relative;
}

/*nevbar expend css*/

/* line 185, src/assets/scss/components/_components.header.scss */

.navbar-expand {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* line 190, src/assets/scss/components/_components.header.scss */

.navbar-expand .main-navbar-nav {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

/* line 197, src/assets/scss/components/_components.header.scss */

.navbar-expand .main-navbar-nav .header-nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
}



/* line 209, src/assets/scss/components/_components.header.scss */

.navbar-expand .main-navbar-nav .custom-nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
}

/* line 216, src/assets/scss/components/_components.header.scss */

/* line 282, src/assets/scss/components/_components.header.scss */

.main-sub-menu {
    max-width: 1200px;
}

/* line 285, src/assets/scss/components/_components.header.scss */

.menu-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

/* line 290, src/assets/scss/components/_components.header.scss */

.content-feature-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

/* line 295, src/assets/scss/components/_components.header.scss */

.content-feature-list li {
    font-size: 14px;
    width: 100%;
}

/* line 300, src/assets/scss/components/_components.header.scss */

.home-demo-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* line 305, src/assets/scss/components/_components.header.scss */

.home-demo-list li {
    width: 100%;
}

/* line 307, src/assets/scss/components/_components.header.scss */

.home-demo-list li a {
    font-size: 14px;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #5b5858;
}

/* line 313, src/assets/scss/components/_components.header.scss */

.home-demo-list li a:hover {
    color: #007bff;
}

@media (min-width: 320px) and (max-width: 767px) {
    /* line 320, src/assets/scss/components/_components.header.scss */
    .main-sub-menu {
        height: 220px;
        overflow-y: scroll;
    }
    /* line 324, src/assets/scss/components/_components.header.scss */
    .menu-titile-icon {
        display: none;
    }
    /* line 327, src/assets/scss/components/_components.header.scss */
    .hs-mega-menu.hs-position-center {
        -webkit-transform: none !important;
        transform: none !important;
    }
    /* line 330, src/assets/scss/components/_components.header.scss */
    .hs-mega-menu.main-sub-menu {
        width: auto !important;
    }
}

/* line 335, src/assets/scss/components/_components.header.scss */

.main-sub-menu-wrap {
    max-width: 100vw;
    position: absolute;
    top: 100%;
    font-size: 14px;
    text-align: left;
    left: 50%;
    list-style: none;
}




/* line 408, src/assets/scss/components/_components.header.scss */

.menu-banner-wrap {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-bottom-left-radius: 0.25rem;
}

/* line 417, src/assets/scss/components/_components.header.scss */

.menu-banner-content {
    z-index: 1;
    width: 100%;
    padding: 2rem 3rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/* line 427, src/assets/scss/components/_components.header.scss */

.u-header__product-banner {
    background-color: #081c77;
    border-radius: 0 0 10px 10px;
}

/* line 431, src/assets/scss/components/_components.header.scss */

.custom-radius-right {
    border-radius: 0 10px 10px 0;
}

/* line 434, src/assets/scss/components/_components.header.scss */

.custom-radius-left {
    border-radius: 10px 0 0 10px;
}

/* line 437, src/assets/scss/components/_components.header.scss */

.custom-radius-bottom,
.u-header__product-banner:before {
    border-radius: 0 0 10px 10px;
}

/* line 440, src/assets/scss/components/_components.header.scss */

.u-header__product-banner-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* line 445, src/assets/scss/components/_components.header.scss */

.u-header__promo {
    background-color: #fafafa;
}

/* line 449, src/assets/scss/components/_components.header.scss */

.u-header__promo-inner {
    padding: 2rem;
}

/* line 453, src/assets/scss/components/_components.header.scss */

.menu-countdown h2 {
    font-size: 25px;
    line-height: 20px;
    margin-bottom: 0;
    opacity: 0.8;
    color: #fff;
}

/* line 461, src/assets/scss/components/_components.header.scss */

.menu-countdown h6 {
    font-size: 14px;
    line-height: 18px;
}

/* line 465, src/assets/scss/components/_components.header.scss */

.offer-countdown-item h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
    color: #fff;
}

/* line 471, src/assets/scss/components/_components.header.scss */

.offer-countdown-item h6 {
    font-size: 16px;
    line-height: 18px;
    opacity: 0.8;
}

/* line 477, src/assets/scss/components/_components.header.scss */

.menu-item-icon {
    margin-right: 0.75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
}

/* line 483, src/assets/scss/components/_components.header.scss */

.menu-item-icon i {
    font-size: 18px;
    color: #fff;
}

/* line 488, src/assets/scss/components/_components.header.scss */

.title-with-icon-link {
    display: block;
    padding: 18px 15px;
    color: #464646;
}

/* line 494, src/assets/scss/components/_components.header.scss */

.title-with-icon-link:hover .u-header__promo-title {
    color: #0948b3;
}

/* line 497, src/assets/scss/components/_components.header.scss */

.title-with-icon-link:hover {
    background: #fafafa;
    border-radius: 0.375rem;
}

/* line 501, src/assets/scss/components/_components.header.scss */

.menu-titile-icon {
    width: 100%;
    max-width: 2.5rem;
    padding: 5px;
}

/* line 507, src/assets/scss/components/_components.header.scss */

.product-menu-group li a {
    color: #8392a5;
}

/* line 510, src/assets/scss/components/_components.header.scss */

.product-menu-group li a:hover {
    color: #1062fe;
}

/* line 515, src/assets/scss/components/_components.header.scss */

.u-header__promo-title {
    display: block;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 0.85rem;
    line-height: 1.3rem;
}

/* line 523, src/assets/scss/components/_components.header.scss */

.u-header__promo-text {
    display: block;
    color: #8392a5;
}

/* line 528, src/assets/scss/components/_components.header.scss */

small,
.small {
    font-size: 85%;
    font-weight: 400;
}

/* line 533, src/assets/scss/components/_components.header.scss */

.u-header__promo-footer {
    background-color: #c0ccda;
    border-radius: 0 0 10px 10px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* line 540, src/assets/scss/components/_components.header.scss */

.u-header__promo-footer-ver-divider {
    position: relative;
}

/* line 544, src/assets/scss/components/_components.header.scss */

.u-header__promo-footer-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}



/* line 610, src/assets/scss/components/_components.header.scss */

.submenu-item a {
    border-left: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/* line 614, src/assets/scss/components/_components.header.scss */

.submenu-item a:hover {
    border-color: #f67a3c;
}

/* line 618, src/assets/scss/components/_components.header.scss */

.hs-mega-menu-opened a.custom-nav-link:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, 0) rotate(-315deg);
    transform: translate(-50%, 0) rotate(-315deg);
    border-radius: 3px;
    background-color: #fff;
}

/*headerroom*/

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* line 671, src/assets/scss/components/_components.header.scss */

.animated.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

/* line 718, src/assets/scss/components/_components.header.scss */

.animated.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

/* line 727, src/assets/scss/components/_components.header.scss */

.headroom {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* line 738, src/assets/scss/components/_components.header.scss */

.headroom--pinned {
    display: block;
}

/* line 742, src/assets/scss/components/_components.header.scss */

.headroom--unpinned {
    display: none;
}

/* line 746, src/assets/scss/components/_components.header.scss */

.headroom--pinned {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

/* line 750, src/assets/scss/components/_components.header.scss */

.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media (min-width: 320px) and (max-width: 992px) {
    /* line 754, src/assets/scss/components/_components.header.scss */
    .navbar-expand-md .main-navbar-nav .custom-nav-link {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
    }
    /* line 758, src/assets/scss/components/_components.header.scss */
    .ptb-100 {
        padding: 55px 0;
    }
    /* line 762, src/assets/scss/components/_components.header.scss */
    .pt-100 {
        padding-top: 55px;
    }
    /* line 766, src/assets/scss/components/_components.header.scss */
    .pb-100 {
        padding-bottom: 55px;
    }
    /* line 769, src/assets/scss/components/_components.header.scss */
    .pt-165 {
        padding-top: 100px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    /* line 774, src/assets/scss/components/_components.header.scss */
    .main-with-padding {
        padding-top: 92px !important;
    }
    /* line 777, src/assets/scss/components/_components.header.scss */
    .main-without-padding {
        padding-top: 36px !important;
    }
    /* line 780, src/assets/scss/components/_components.header.scss */
    .main-without-topbar {
        padding-top: 0 !important;
    }
}

/* line 787, src/assets/scss/components/_components.header.scss */

.application-hosting {
    border-radius: 0 0 10px 10px;
    padding: 30px 25px;
    background-color: #081c77;
}

/* line 792, src/assets/scss/components/_components.header.scss */

.application-hosting-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    justify-items: center;
}

/* line 798, src/assets/scss/components/_components.header.scss */

.application-hosting-list li {
    width: 100%;
}

/* line 800, src/assets/scss/components/_components.header.scss */

.application-hosting-list li a {
    display: block;
    white-space: nowrap;
    padding: 10px 12px;
    text-align: left;
    border-radius: 4px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* line 811, src/assets/scss/components/_components.header.scss */

.application-hosting-list li a img {
    max-width: 20px;
    margin-right: 8px;
}

/* line 815, src/assets/scss/components/_components.header.scss */

.application-hosting-list li a:hover {
    background: #05124c;
}



/* line 147, src/assets/scss/components/_components.footer.scss */

.tooltip-hover {
    position: relative;
}

/* line 151, src/assets/scss/components/_components.footer.scss */

.tooltip-hover a {
    display: block;
}

/* line 155, src/assets/scss/components/_components.footer.scss */

.tooltip-item {
    position: absolute;
    background-color: white;
    pointer-events: none;
    color: #333333;
    font-size: 13px;
    bottom: 90%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    visibility: hidden;
    z-index: 999;
    -webkit-box-shadow: white;
    box-shadow: white;
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px);
    padding: 0.4rem 0.8rem;
    border-radius: 3px;
    -webkit-transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

/* line 173, src/assets/scss/components/_components.footer.scss */

.tooltip-item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 6px solid white;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

/* line 186, src/assets/scss/components/_components.footer.scss */

.tooltip-hover:hover .tooltip-item {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 5px);
}
/* line 1022, src/assets/scss/components/_components.buttons.scss */



@keyframes animOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(35deg);
        transform: translate(73px, -1px) rotate(35deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(75deg);
        transform: translate(141px, 72px) rotate(75deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(110deg);
        transform: translate(83px, 122px) rotate(110deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(145deg);
        transform: translate(-40px, 72px) rotate(145deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(35deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(75deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(110deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(145deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@-webkit-keyframes animTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@keyframes animThree {
    0% {
        -webkit-transform: translate(165px, -179px);
        transform: translate(165px, -179px);
    }
    100% {
        -webkit-transform: translate(-346px, 617px);
        transform: translate(-346px, 617px);
    }
}

@-webkit-keyframes animThree {
    0% {
        -webkit-transform: translate(165px, -179px);
    }
    100% {
        -webkit-transform: translate(-346px, 617px);
    }
}

@keyframes animFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
        transform: translate(-300px, 151px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
        transform: translate(251px, -200px) rotate(180deg);
    }
}

@-webkit-keyframes animFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
    }
}

@keyframes animFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
        transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
        transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
        transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
        transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
        transform: translate(-1px, 0px) rotate(180deg);
    }
}

@-webkit-keyframes animFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
    }
}



/* line 47, src/assets/scss/components/hero-section/_hero-1.scss */

.hero-slider-content h1 {
    font-weight: 600;
}

/* line 53, src/assets/scss/components/hero-section/_hero-1.scss */

.single-counter-item span.h4 {
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
}

/* line 58, src/assets/scss/components/hero-section/_hero-1.scss */

.single-counter-item h6 {
    font-size: 13px;
    font-weight: 500;
}

/*background bg slider*/

/* line 67, src/assets/scss/components/hero-section/_hero-1.scss */

.hero-equal-height {
    position: relative;
    min-height: 722px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

@media (min-width: 320px) and (max-width: 768px) {
    /* line 80, src/assets/scss/components/hero-section/_hero-1.scss */
    .hero-equal-height {
        min-height: auto;
    }
}

/* line 84, src/assets/scss/components/hero-section/_hero-1.scss */

.hero-slider-section {
    position: relative;
    overflow: hidden;
}

/* line 90, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-dot.owl-theme .owl-dots {
    position: absolute;
    bottom: 15px;
}

/* line 95, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-dot.dot-bottom-center.owl-theme .owl-dots {
    width: 100%;
}

/* line 98, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-dot.dot-bottom-center.owl-theme .owl-dots button {
    margin: 0 4px;
}

/* line 101, src/assets/scss/components/hero-section/_hero-1.scss */

.client-testimonial-1.dot-bottom-center .owl-dots,
.client-testimonial-2.dot-bottom-center .owl-dots {
    bottom: -25px !important;
}

/* line 104, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-dot.owl-theme .owl-dots button {
    border-radius: 100%;
}

/* line 107, src/assets/scss/components/hero-section/_hero-1.scss */

.owl-theme .owl-dots button:focus {
    outline: none;
}

/* line 111, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-dot.owl-theme .owl-dots button.owl-dot.active,
.custom-dot.owl-theme .owl-dots button.owl-dot span {
    background: #e5e9f2;
}

/* line 114, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-dot.owl-theme .owl-dots button.owl-dot span:hover {
    background: #f67a3c;
}

/* line 117, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-dot.owl-theme .owl-dots button.owl-dot.active span {
    background: #f67a3c;
}

/* line 120, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-dot.owl-theme .owl-dots .owl-dot span {
    margin: 2px;
}

/* line 127, src/assets/scss/components/hero-section/_hero-1.scss */

.big-price-wrap span.regular-price {
    position: absolute;
    left: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20%;
    font-size: 14px;
    color: white !important;
}

@media (min-width: 990px) and (max-width: 1280px) {
    /* line 136, src/assets/scss/components/hero-section/_hero-1.scss */
    .big-price-wrap span.regular-price {
        bottom: -10%;
    }
}

@media (min-width: 320px) and (max-width: 989px) {
    /* line 141, src/assets/scss/components/hero-section/_hero-1.scss */
    .big-price-wrap span.regular-price {
        bottom: -5%;
    }
}

/* line 147, src/assets/scss/components/hero-section/_hero-1.scss */

.price-block .offer-price {
    font-weight: 700;
    font-size: 20rem;
    line-height: 15rem;
    font-family: "Roboto", sans-serif;
}

/* line 154, src/assets/scss/components/hero-section/_hero-1.scss */

.price-block .price-currency {
    font-weight: 700;
    font-size: 4rem;
    line-height: 3rem;
    font-family: "Roboto", sans-serif;
}

/* line 160, src/assets/scss/components/hero-section/_hero-1.scss */

.price-block .cent-value {
    font-weight: 700;
    font-size: 5rem;
    line-height: 4rem;
    font-family: "Roboto", sans-serif;
}

/* line 166, src/assets/scss/components/hero-section/_hero-1.scss */

.price-block .right-block {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* line 169, src/assets/scss/components/hero-section/_hero-1.scss */

.price-block .per-value {
    font-size: 2rem;
}

@media (min-width: 990px) and (max-width: 1280px) {
    /* line 173, src/assets/scss/components/hero-section/_hero-1.scss */
    .price-block .offer-price {
        font-size: 14rem;
    }
    /* line 176, src/assets/scss/components/hero-section/_hero-1.scss */
    .price-block .price-currency {
        font-size: 3rem;
        line-height: 6rem;
    }
    /* line 180, src/assets/scss/components/hero-section/_hero-1.scss */
    .price-block .cent-value {
        font-size: 3rem;
        line-height: inherit;
    }
    /* line 184, src/assets/scss/components/hero-section/_hero-1.scss */
    .price-block .per-value {
        line-height: 4rem;
    }
}

@media (min-width: 320px) and (max-width: 989px) {
    /* line 189, src/assets/scss/components/hero-section/_hero-1.scss */
    .price-block .offer-price {
        font-size: 10rem;
    }
    /* line 192, src/assets/scss/components/hero-section/_hero-1.scss */
    .price-block .price-currency {
        font-size: 2rem;
        line-height: 7rem;
    }
    /* line 196, src/assets/scss/components/hero-section/_hero-1.scss */
    .price-block .cent-value {
        font-size: 2rem;
        line-height: 7rem;
    }
    /* line 200, src/assets/scss/components/hero-section/_hero-1.scss */
    .price-block .per-value {
        line-height: 7rem;
    }
}

/* line 207, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-overlay:before {
    position: absolute;
    content: '';
    background: #06155a;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.9;
}

/* line 220, src/assets/scss/components/hero-section/_hero-1.scss */

.big-text {
    position: relative;
    font-size: 120px;
    line-height: 130px;
    font-weight: 700;
}

/* line 222, src/assets/scss/components/hero-section/_hero-1.scss */

.big-text span {
    position: absolute;
    font-size: 16px;
    top: -65px;
}

@media (min-width: 320px) and (max-width: 767px) {
    /* line 220, src/assets/scss/components/hero-section/_hero-1.scss */
    .big-text {
        font-size: 60px;
        line-height: 80px;
    }
    /* line 231, src/assets/scss/components/hero-section/_hero-1.scss */
    .big-text span {
        top: -35px;
    }
}

/* line 240, src/assets/scss/components/hero-section/_hero-1.scss */

.single-offer-box {
    background: rgba(52, 58, 64, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.25);
    margin: 20px 0;
    border-radius: 1rem;
}

/* line 245, src/assets/scss/components/hero-section/_hero-1.scss */

.single-offer-box .offer-header {
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: .9rem .9rem 0 0;
    font-size: 14px;
}

/* line 252, src/assets/scss/components/hero-section/_hero-1.scss */

.single-offer-box .offer-content {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 5px 5px 35px;
}

/* line 259, src/assets/scss/components/hero-section/_hero-1.scss */

.single-offer-box .offer-content span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
}

/* line 264, src/assets/scss/components/hero-section/_hero-1.scss */

.single-offer-box .offer-content .starting-price small {
    font-weight: 400;
    font-size: 55%;
    margin-right: 2px;
}

/* line 271, src/assets/scss/components/hero-section/_hero-1.scss */

.single-offer-box .save-now-btn {
    position: absolute;
    bottom: 4px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (min-width: 320px) and (max-width: 575px) {
    /* line 280, src/assets/scss/components/hero-section/_hero-1.scss */
    .single-offer-box .save-now-btn {
        font-size: 10px;
    }
    /* line 282, src/assets/scss/components/hero-section/_hero-1.scss */
    .single-offer-box .save-now-btn i {
        display: none;
    }
}

/* line 290, src/assets/scss/components/hero-section/_hero-1.scss */

.single-offer-wrap {
    width: 310px;
    height: 310px;
    background: #fafafa;
    border-radius: 100%;
    text-align: center;
    position: relative;
}

@media (min-width: 320px) and (max-width: 575px) {
    /* line 290, src/assets/scss/components/hero-section/_hero-1.scss */
    .single-offer-wrap {
        width: 280px;
        height: 280px;
        margin: auto;
    }
}

/* line 302, src/assets/scss/components/hero-section/_hero-1.scss */

.single-offer-wrap .offer-content-wrap {
    background: #dc3545;
    border: 1px dashed #fff;
    padding: 15%;
    border-radius: 100%;
    width: 90%;
    height: 90%;
}

/* line 310, src/assets/scss/components/hero-section/_hero-1.scss */

.single-offer-wrap .offer-header {
    border-radius: 30px;
    position: relative;
    background: rgba(0, 0, 0, 0.55);
}

/* line 314, src/assets/scss/components/hero-section/_hero-1.scss */

.single-offer-wrap .offer-header .triangle {
    display: block;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
}

/* line 327, src/assets/scss/components/hero-section/_hero-1.scss */

.single-offer-wrap .offer-content .starting-price {
    font-size: 65px;
}

/* line 329, src/assets/scss/components/hero-section/_hero-1.scss */

.single-offer-wrap .offer-content .starting-price small {
    font-size: 35%;
}

/* line 337, src/assets/scss/components/hero-section/_hero-1.scss */

.hero-content-wrap {
    position: relative;
    display: block;
}

/* line 341, src/assets/scss/components/hero-section/_hero-1.scss */

.offer-text {
    position: relative;
    font-size: 100px;
    line-height: 110px;
    font-weight: 700;
}

/* line 346, src/assets/scss/components/hero-section/_hero-1.scss */

.offer-text span {
    position: absolute;
    font-size: 16px;
    top: -55px;
    left: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
    /* line 341, src/assets/scss/components/hero-section/_hero-1.scss */
    .offer-text {
        font-size: 60px;
        line-height: 80px;
    }
    /* line 353, src/assets/scss/components/hero-section/_hero-1.scss */
    .offer-text span {
        top: -35px;
    }
}

/* line 361, src/assets/scss/components/hero-section/_hero-1.scss */

.limited-time-text {
    background: #dc3545;
    border-radius: 35px 0 35px 0;
    position: absolute;
}

/* line 366, src/assets/scss/components/hero-section/_hero-1.scss */

.hero-overlay-dark:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(6, 21, 90, 0.75);
}

/* line 378, src/assets/scss/components/hero-section/_hero-1.scss */

.background-video-overly {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(6, 21, 90, 0.64)), color-stop(rgba(6, 21, 90, 0.65)), color-stop(rgba(6, 21, 90, 0.72)), color-stop(rgba(6, 21, 90, 0.62)), to(rgba(6, 21, 90, 0.6)));
    background-image: linear-gradient(to right, rgba(6, 21, 90, 0.64), rgba(6, 21, 90, 0.65), rgba(6, 21, 90, 0.72), rgba(6, 21, 90, 0.62), rgba(6, 21, 90, 0.6));
}

/* line 381, src/assets/scss/components/hero-section/_hero-1.scss */

.fit-cover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

/* line 388, src/assets/scss/components/hero-section/_hero-1.scss */

.z--1 {
    z-index: -1;
}

/* line 394, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-indicators {
    bottom: 0;
    z-index: 2;
}

/* line 397, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-indicators li {
    min-width: 200px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* line 400, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-indicators li button {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    width: 100%;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* line 408, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-indicators li button:focus {
    outline: none;
}

/* line 412, src/assets/scss/components/hero-section/_hero-1.scss */

.custom-indicators li.active button {
    background: #fff;
    color: #06155a;
}

/* line 419, src/assets/scss/components/hero-section/_hero-1.scss */

.gradient-overly-right-light,
.gradient-overly-right-color,
.gradient-overly-left,
.gradient-overly-bottom,
.gradient-overly-top {
    z-index: 1;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/* line 432, src/assets/scss/components/hero-section/_hero-1.scss */

.gradient-overly-right-light:before,
.gradient-overly-right-color:before,
.gradient-overly-left:before,
.gradient-overly-bottom:before,
.gradient-overly-top:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* line 446, src/assets/scss/components/hero-section/_hero-1.scss */

.gradient-overly-right-light:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff4f4), to(rgba(26, 44, 121, 0.18)));
    background: linear-gradient(to right, #fff4f4 30%, rgba(26, 44, 121, 0.18) 100%);
}

/* line 451, src/assets/scss/components/hero-section/_hero-1.scss */

.gradient-overly-right-color:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #06155a), to(rgba(26, 44, 121, 0.18)));
    background: linear-gradient(to right, #06155a 30%, rgba(26, 44, 121, 0.18) 100%);
}

/* line 456, src/assets/scss/components/hero-section/_hero-1.scss */

.gradient-overly-left:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, #06155a), to(rgba(26, 44, 121, 0.18)));
    background: linear-gradient(to left, #06155a 30%, rgba(26, 44, 121, 0.18) 100%);
}

/* line 460, src/assets/scss/components/hero-section/_hero-1.scss */

.gradient-overly-bottom:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #007bff), to(rgba(26, 44, 121, 0.18)));
    background: linear-gradient(to bottom, #007bff 45%, rgba(26, 44, 121, 0.18) 100%);
}

/* line 464, src/assets/scss/components/hero-section/_hero-1.scss */

.gradient-overly-top:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #007bff), to(rgba(26, 44, 121, 0.18)));
    background: linear-gradient(to top, #007bff 35%, rgba(26, 44, 121, 0.18) 100%);
}

/* line 470, src/assets/scss/components/hero-section/_hero-1.scss */

.owl-carousel .owl-item .single-order-wrap {
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 5px 15px 0 rgba(110, 110, 110, 0.1);
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, 0.1);
}

/* line 474, src/assets/scss/components/hero-section/_hero-1.scss */

.owl-carousel .owl-item .single-order-wrap img {
    width: 160px;
    margin: auto;
}

/* line 2, src/assets/scss/components/promo-section/_promo-1.scss */

.zindex-2 {
    z-index: 2;
}

/* line 5, src/assets/scss/components/promo-section/_promo-1.scss */

.rounded-custom {
    border-radius: 1rem;
}

/* line 8, src/assets/scss/components/promo-section/_promo-1.scss */

.promo-one-single {
    position: relative;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* line 12, src/assets/scss/components/promo-section/_promo-1.scss */

.promo-one-single a {
    text-decoration: none;
    position: absolute;
    right: 15px;
    bottom: -15px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12);
}

/* line 25, src/assets/scss/components/promo-section/_promo-1.scss */

.promo-one-single:hover {
    background: linear-gradient(75deg, #073482, #014cda) !important;
    color: #fff;
}

/* line 28, src/assets/scss/components/promo-section/_promo-1.scss */

.promo-one-single:hover h5 {
    color: #fff !important;
}

/* line 31, src/assets/scss/components/promo-section/_promo-1.scss */

.promo-one-single:hover a {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* line 33, src/assets/scss/components/promo-section/_promo-1.scss */

.promo-one-single:hover a:hover {
    background: #f67a3c !important;
    color: #fff;
}

/* line 40, src/assets/scss/components/promo-section/_promo-1.scss */

.mt-n-65 {
    margin-top: -65px;
}

/* line 43, src/assets/scss/components/promo-section/_promo-1.scss */

.mt-n-90 {
    margin-top: -90px;
}

/* line 46, src/assets/scss/components/promo-section/_promo-1.scss */

.mt-n-150 {
    margin-top: -150px;
}

/* line 50, src/assets/scss/components/promo-section/_promo-1.scss */

.hosting-promo {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* line 52, src/assets/scss/components/promo-section/_promo-1.scss */

.hosting-promo:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

/* line 1, src/assets/scss/components/promo-section/_promo-2.scss */

.single-promo-card {
    border-radius: 1rem;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* line 4, src/assets/scss/components/promo-section/_promo-2.scss */

.single-promo-card.single-promo-hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    z-index: 1;
}

/* line 8, src/assets/scss/components/promo-section/_promo-2.scss */

.single-promo-card.single-promo-hover:hover {
    color: #fff;
}

/* line 10, src/assets/scss/components/promo-section/_promo-2.scss */

.single-promo-card.single-promo-hover:hover span,
.single-promo-card.single-promo-hover:hover h5 {
    color: #fff !important;
}

/* line 13, src/assets/scss/components/promo-section/_promo-2.scss */

.single-promo-card.single-promo-hover:hover:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #0948b3;
}





/* line 1, src/assets/scss/components/contact-section/_location-map.scss */

.tooltip {
    z-index: 9;
}

/* line 4, src/assets/scss/components/contact-section/_location-map.scss */

.network-map-wrap {
    position: relative;
    display: block;
    width: 100%;
}

/* line 10, src/assets/scss/components/contact-section/_location-map.scss */

.network-map-wrap ul li {
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    margin: -6px;
    background-color: #1062fe;
    border-radius: 50%;
}

/* line 20, src/assets/scss/components/contact-section/_location-map.scss */

.network-map-wrap ul li span {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    -webkit-transition: .5s linear;
    border-radius: 50%;
}

/*circle wave*/

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
        box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 115, 236, 0.1), 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
        box-shadow: 0 0 0 10px rgba(0, 115, 236, 0.1), 0 0 0 20px rgba(0, 115, 236, 0.1), 0 0 0 30px rgba(0, 115, 236, 0);
    }
}

/*customer section css*/

/* line 2, src/assets/scss/components/customer-section/_customer-1.scss */

.single-customer {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 60%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    margin: 8px auto;
}
.single-customers {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    margin: 8px auto;
}

/* line 17, src/assets/scss/components/customer-section/_customer-1.scss */

.single-customer img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: opacity(50%);
    /* Safari 6.0 - 9.0 */
    filter: opacity(90%);
    width: 100%;
}

/* line 25, src/assets/scss/components/customer-section/_customer-1.scss */

.single-customer:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* line 29, src/assets/scss/components/customer-section/_customer-1.scss */

.single-customer:hover.customer-logo {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

/* line 38, src/assets/scss/components/customer-section/_customer-1.scss */

.card-bottom-line {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 46, src/assets/scss/components/customer-section/_customer-1.scss */

.card-bottom-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #0948b3;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

/* line 57, src/assets/scss/components/customer-section/_customer-1.scss */

.partner-logo img {
    max-width: 125px;
}

/* line 61, src/assets/scss/components/customer-section/_customer-1.scss */

.card-bottom-line:hover:after {
    width: 100%;
}

/* line 65, src/assets/scss/components/customer-section/_customer-1.scss */

a.view-details-link {
    font-size: 14px;
    font-weight: 500;
}

/* line 70, src/assets/scss/components/customer-section/_customer-1.scss */

a.view-details-link span {
    padding-left: 2px;
    font-size: 11px;
    vertical-align: middle;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

/* line 78, src/assets/scss/components/customer-section/_customer-1.scss */

a.view-details-link:hover span {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
    margin-left: 6px;
}

/* line 2, src/assets/scss/components/single-pages/_404-page.scss */

.error-content-wrap .notfound-404 {
    position: relative;
    height: 280px;
    z-index: 2;
    margin-bottom: 30px;
}

/* line 7, src/assets/scss/components/single-pages/_404-page.scss */

.error-content-wrap .notfound-404 h1 {
    font-size: 230px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
}

/* line 1, src/assets/scss/components/single-pages/_coming-soon.scss */

.subscribe-form input.button {
    position: absolute;
    right: 8px;
    border-radius: 30px;
    padding: initial;
    top: 8px;
    bottom: 8px;
    width: 30%;
}

/* line 13, src/assets/scss/components/single-pages/_coming-soon.scss */

.hero-countdown-wrap h2,
.hero-countdown-wrap h5 {
    color: #fff !important;
}

/* line 6, src/assets/scss/components/utility/_common.scss */

.countdown-wrap .row .col {
    margin: 10px;
    text-align: center;
    padding: 15px;
    background: #fff;
    border-radius: 1rem;
}

/* line 12, src/assets/scss/components/utility/_common.scss */

.countdown-wrap .row .col h2 {
    font-weight: 700;
    margin-bottom: 5px;
}

/* line 16, src/assets/scss/components/utility/_common.scss */

.countdown-wrap .row .col h2,
.countdown-wrap .row .col h5 {
    color: #0948b3 !important;
}

/* line 24, src/assets/scss/components/utility/_common.scss */

.countdown-wrap-2 .row .col {
    text-align: center;
    padding: 8px;
}

/* line 27, src/assets/scss/components/utility/_common.scss */

.countdown-wrap-2 .row .col h2 {
    font-weight: 700;
    margin-bottom: 5px;
}

/* line 31, src/assets/scss/components/utility/_common.scss */

.countdown-wrap-2 .row .col h5 {
    font-weight: 400;
}

/* line 34, src/assets/scss/components/utility/_common.scss */

.countdown-wrap-2 .row .col h2,
.countdown-wrap-2 .row .col h5 {
    color: #fff !important;
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */

.align-baseline {
    vertical-align: baseline !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */

.align-top {
    vertical-align: top !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */

.align-middle {
    vertical-align: middle !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */

.align-bottom {
    vertical-align: bottom !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-bottom {
    vertical-align: text-bottom !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-top {
    vertical-align: text-top !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-primary {
    background-color: #007bff !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-secondary {
    background-color: #6c757d !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-success {
    background-color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-info {
    background-color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-warning {
    background-color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-danger {
    background-color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-light {
    background-color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-dark {
    background-color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */

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

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-transparent {
    background-color: transparent !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */

.border {
    border: 1px solid rgba(93, 118, 174, 0.15) !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top {
    border-top: 1px solid rgba(93, 118, 174, 0.15) !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right {
    border-right: 1px solid rgba(93, 118, 174, 0.15) !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom {
    border-bottom: 1px solid rgba(93, 118, 174, 0.15) !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left {
    border-left: 1px solid rgba(93, 118, 174, 0.15) !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-0 {
    border: 0 !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top-0 {
    border-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right-0 {
    border-right: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom-0 {
    border-bottom: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left-0 {
    border-left: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-primary {
    border-color: #007bff !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-secondary {
    border-color: #6c757d !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-success {
    border-color: #28a745 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-info {
    border-color: #17a2b8 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-warning {
    border-color: #ffc107 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-danger {
    border-color: #dc3545 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-light {
    border-color: #f8f9fa !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-dark {
    border-color: #343a40 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-white {
    border-color: #fff !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-sm {
    border-radius: 0.2rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded {
    border-radius: 0.25rem !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

/* line 61, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-lg {
    border-radius: 0.3rem !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-circle {
    border-radius: 50% !important;
}

/* line 69, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-pill {
    border-radius: 50rem !important;
}

/* line 73, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-0 {
    border-radius: 0 !important;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-none {
    display: none !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline {
    display: inline !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-block {
    display: inline-block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-block {
    display: block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table {
    display: table !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-row {
    display: table-row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-cell {
    display: table-cell !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-sm-none {
        display: none !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-sm-inline {
        display: inline !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-sm-inline-block {
        display: inline-block !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-sm-block {
        display: block !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-sm-table {
        display: table !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-sm-table-row {
        display: table-row !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-sm-table-cell {
        display: table-cell !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-md-none {
        display: none !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-md-inline {
        display: inline !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-md-inline-block {
        display: inline-block !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-md-block {
        display: block !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-md-table {
        display: table !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-md-table-row {
        display: table-row !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-md-table-cell {
        display: table-cell !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-lg-none {
        display: none !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-lg-inline {
        display: inline !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-lg-inline-block {
        display: inline-block !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-lg-block {
        display: block !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-lg-table {
        display: table !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-lg-table-row {
        display: table-row !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-lg-table-cell {
        display: table-cell !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-xl-none {
        display: none !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-xl-inline {
        display: inline !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-xl-inline-block {
        display: inline-block !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-xl-block {
        display: block !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-xl-table {
        display: table !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-xl-table-row {
        display: table-row !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-xl-table-cell {
        display: table-cell !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-print-none {
        display: none !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-print-inline {
        display: inline !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-print-inline-block {
        display: inline-block !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-print-block {
        display: block !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-print-table {
        display: table !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-print-table-row {
        display: table-row !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-print-table-cell {
        display: table-cell !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive::before {
    display: block;
    content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
    padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

.float-left {
    float: left !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

.float-right {
    float: right !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
    .float-sm-left {
        float: left !important;
    }
    /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
    .float-sm-right {
        float: right !important;
    }
    /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
    .float-md-left {
        float: left !important;
    }
    /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
    .float-md-right {
        float: right !important;
    }
    /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
    .float-lg-left {
        float: left !important;
    }
    /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
    .float-lg-right {
        float: right !important;
    }
    /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
    .float-xl-left {
        float: left !important;
    }
    /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
    .float-xl-right {
        float: right !important;
    }
    /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
    .float-xl-none {
        float: none !important;
    }
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

.overflow-auto {
    overflow: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

.overflow-hidden {
    overflow: hidden !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-static {
    position: static !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-relative {
    position: relative !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-absolute {
    position: absolute !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-fixed {
    position: fixed !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-sticky {
    position: sticky !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* line 18, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    /* line 26, node_modules/bootstrap/scss/utilities/_position.scss */
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* line 47, node_modules/@fortawesome/fontawesome-free/scss/_mixins.scss */

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-25 {
    width: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-50 {
    width: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-75 {
    width: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-100 {
    width: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-auto {
    width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-25 {
    height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-50 {
    height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-75 {
    height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-100 {
    height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-auto {
    height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mw-100 {
    max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mh-100 {
    max-height: 100% !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vw-100 {
    min-width: 100vw !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vh-100 {
    min-height: 100vh !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vw-100 {
    width: 100vw !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vh-100 {
    height: 100vh !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-0 {
    margin: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-1 {
    margin: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-2 {
    margin: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-3 {
    margin: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-4 {
    margin: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-5 {
    margin: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-0 {
    padding: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-1 {
    padding: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-2 {
    padding: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-3 {
    padding: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-4 {
    padding: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-5 {
    padding: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n1 {
    margin: -0.25rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n2 {
    margin: -0.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n3 {
    margin: -1rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n4 {
    margin: -1.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n5 {
    margin: -3rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-auto {
    margin: auto !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

/* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

/* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

/* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-sm-0 {
        margin: 0 !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-sm-3 {
        margin: 1rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-sm-5 {
        margin: 3rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-sm-0 {
        padding: 0 !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-sm-3 {
        padding: 1rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-sm-5 {
        padding: 3rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-sm-n3 {
        margin: -1rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-sm-n5 {
        margin: -3rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-sm-auto {
        margin: auto !important;
    }
    /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-md-0 {
        margin: 0 !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-md-1 {
        margin: 0.25rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-md-2 {
        margin: 0.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-md-3 {
        margin: 1rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-md-4 {
        margin: 1.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-md-5 {
        margin: 3rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-md-0 {
        padding: 0 !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-md-1 {
        padding: 0.25rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-md-2 {
        padding: 0.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-md-3 {
        padding: 1rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-md-4 {
        padding: 1.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-md-5 {
        padding: 3rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-md-n3 {
        margin: -1rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-md-n5 {
        margin: -3rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-md-auto {
        margin: auto !important;
    }
    /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-lg-0 {
        margin: 0 !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-lg-3 {
        margin: 1rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-lg-5 {
        margin: 3rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-lg-0 {
        padding: 0 !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-lg-3 {
        padding: 1rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-lg-5 {
        padding: 3rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-lg-n3 {
        margin: -1rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-lg-n5 {
        margin: -3rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-lg-auto {
        margin: auto !important;
    }
    /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-xl-0 {
        margin: 0 !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-xl-3 {
        margin: 1rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-xl-5 {
        margin: 3rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-xl-0 {
        padding: 0 !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-xl-3 {
        padding: 1rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .p-xl-5 {
        padding: 3rem !important;
    }
    /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-xl-n3 {
        margin: -1rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-xl-n5 {
        margin: -3rem !important;
    }
    /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .m-xl-auto {
        margin: auto !important;
    }
    /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}




