@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');
.recent-transactions
{
    height: calc(100vh - 161px);
}

.dashboard-body
{
    height: calc(100vh - 110px);
    margin: 0;

    border-radius: 10px;
}

.dashboard-body .transaction-card
{
    height: 400px;
    max-height: 400px;
}

@media (max-width: 820px)
{
    .dashboard-body .transaction-card
    {
        height: auto;
        max-height: auto;
    }
}
.dashboard-body .dashboard-card
{
    height: 290px;
    max-height: 290px;
}

@media (max-width: 820px)
{
    .dashboard-body
    {
        height: auto;
    }
}
.preview-card
{
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .05) !important;
}

.preview-card .card
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.preview-card .card span
{
    top: 12px;
}

.bg-invoice
{
    background-image: url(../images/svg/bg-invoice.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.select-business
{
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-right: auto;
    margin-left: auto;
}

.select-business i
{
    font-size: 21px;

    top: -6px;
    left: 0;
}

.select-business img
{
    border-radius: 15px;
}

.otp .tel_num
{
    display: inline;

    max-width: 46px;
    height: 46px;
    margin: 2.5px;
    padding: .5rem .2rem !important;

    text-align: center;
}

.otp .tel_num:-moz-read-only
{
    background: none;
}

.otp .tel_num:read-only
{
    background: none;
}

.otp .text-danger
{
    font-weight: 200;
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root
{
    --bs-slate-gray: #7e8fa4;
    --bs-slate-gray-light: #d3e4ef;
    --bs-faded-gold: #fee79b;
    --bs-faded-silver: #d5dcdf;
    --bs-faded-bronze: #e8bd9c;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #01c7b1;
    --bs-deep-primary: #009f9f;
    --bs-faded-blue: #609ec4;
    --bs-faded-gold: #c4b160;
    --bs-faded-pink: #c46060;
    --bs-faded-silver: #d5dcdf;
    --bs-faded-bronze: #e8bd9c;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Nunito, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000;
    --bs-body-bg: #fff;
}

*,
*::before,
*::after
{
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference)
{
    :root
    {
        scroll-behavior: smooth;
    }
}
body
{
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);

    margin: 0;

    text-align: var(--bs-body-text-align);

    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr
{
    margin: 1rem 0;

    opacity: .25;
    color: inherit;
    border: 0;
    background-color: currentColor;
}

hr:not([size])
{
    height: 1px;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1
{
    font-weight: 500;
    line-height: 1.2;

    margin-top: 0;
    margin-bottom: .5rem;
}

h1,
.h1
{
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px)
{
    h1,
    .h1
    {
        font-size: 2.5rem;
    }
}
h2,
.h2
{
    font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px)
{
    h2,
    .h2
    {
        font-size: 2rem;
    }
}
h3,
.h3
{
    font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px)
{
    h3,
    .h3
    {
        font-size: 1.75rem;
    }
}
h4,
.h4
{
    font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px)
{
    h4,
    .h4
    {
        font-size: 1.5rem;
    }
}
h5,
.h5
{
    font-size: 1.25rem;
}

h6,
.h6
{
    font-size: 1rem;
}

p
{
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title]
{
    cursor: help;
            text-decoration: underline dotted;

    -webkit-text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}

address
{
    font-style: normal;
    line-height: inherit;

    margin-bottom: 1rem;
}

ol,
ul
{
    padding-left: 2rem;
}

ol,
ul,
dl
{
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol
{
    margin-bottom: 0;
}

dt
{
    font-weight: 700;
}

dd
{
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote
{
    margin: 0 0 1rem;
}

b,
strong
{
    font-weight: bolder;
}

small,
.small
{
    font-size: .875em;
}

mark,
.mark
{
    padding: .2em;

    background-color: #fcf8e3;
}

sub,
sup
{
    font-size: .75em;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

a
{
    text-decoration: underline;

    color: #01c7b1;
}

a:hover
{
    color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover
{
    text-decoration: none;

    color: inherit;
}

pre,
code,
kbd,
samp
{
    font-family: var(--bs-font-monospace);
    font-size: 1em;

    direction: ltr;
    unicode-bidi: bidi-override;
}

pre
{
    font-size: .875em;

    display: block;
    overflow: auto;

    margin-top: 0;
    margin-bottom: 1rem;
}

pre code
{
    font-size: inherit;

    word-break: normal;

    color: inherit;
}

code
{
    font-size: .875em;

    word-wrap: break-word;

    color: #d63384;
}

a > code
{
    color: inherit;
}

kbd
{
    font-size: .875em;

    padding: .2rem .4rem;

    color: #fff;
    border-radius: .2rem;
    background-color: #212529;
}

kbd kbd
{
    font-size: 1em;
    font-weight: 700;

    padding: 0;
}

figure
{
    margin: 0 0 1rem;
}

img,
svg
{
    vertical-align: middle;
}

table
{
    caption-side: bottom;
    border-collapse: collapse;
}

caption
{
    padding-top: .5rem;
    padding-bottom: .5rem;

    text-align: left;

    color: #6c757d;
}

th
{
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th
{
    border-width: 0;
    border-style: solid;
    border-color: inherit;
}

label
{
    display: inline-block;
}

button
{
    border-radius: 0;
}

button:focus:not(:focus-visible)
{
    outline: 0;
}

input,
button,
select,
optgroup,
textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    margin: 0;
}

button,
select
{
    text-transform: none;
}

[role=button]
{
    cursor: pointer;
}

select
{
    word-wrap: normal;
}

select:disabled
{
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator
{
    display: none;
}

button,
[type=button],
[type=reset],
[type=submit]
{
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled)
{
    cursor: pointer;
}

::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

textarea
{
    resize: vertical;
}

fieldset
{
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

legend
{
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;

    float: left;

    width: 100%;
    margin-bottom: .5rem;
    padding: 0;
}

@media (min-width: 1200px)
{
    legend
    {
        font-size: 1.5rem;
    }
}
legend + *
{
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field
{
    padding: 0;
}

::-webkit-inner-spin-button
{
    height: auto;
}

[type=search]
{
    outline-offset: -2px;

    -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration
{
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper
{
    padding: 0;
}

::-webkit-file-upload-button
{
    font: inherit;
}

::file-selector-button
{
    font: inherit;
}

::-webkit-file-upload-button
{
    font: inherit;

    -webkit-appearance: button;
}

output
{
    display: inline-block;
}

iframe
{
    border: 0;
}

summary
{
    display: list-item;

    cursor: pointer;
}

progress
{
    vertical-align: baseline;
}

[hidden]
{
    display: none !important;
}

.lead
{
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1
{
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px)
{
    .display-1
    {
        font-size: 5rem;
    }
}
.display-2
{
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px)
{
    .display-2
    {
        font-size: 4.5rem;
    }
}
.display-3
{
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px)
{
    .display-3
    {
        font-size: 4rem;
    }
}
.display-4
{
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px)
{
    .display-4
    {
        font-size: 3.5rem;
    }
}
.display-5
{
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px)
{
    .display-5
    {
        font-size: 3rem;
    }
}
.display-6
{
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px)
{
    .display-6
    {
        font-size: 2.5rem;
    }
}
.list-unstyled
{
    padding-left: 0;

    list-style: none;
}

.list-inline
{
    padding-left: 0;

    list-style: none;
}

.list-inline-item
{
    display: inline-block;
}

.list-inline-item:not(:last-child)
{
    margin-right: .5rem;
}

.initialism
{
    font-size: .875em;

    text-transform: uppercase;
}

.blockquote
{
    font-size: 1.25rem;

    margin-bottom: 1rem;
}

.blockquote > :last-child
{
    margin-bottom: 0;
}

.blockquote-footer
{
    font-size: .875em;

    margin-top: -1rem;
    margin-bottom: 1rem;

    color: #6c757d;
}

.blockquote-footer::before
{
    content: '— ';
}

.img-fluid
{
    max-width: 100%;
    height: auto;
}

.img-thumbnail
{
    max-width: 100%;
    height: auto;
    padding: .25rem;

    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background-color: #fff;
}

.figure
{
    display: inline-block;
}

.figure-img
{
    line-height: 1;

    margin-bottom: .5rem;
}

.figure-caption
{
    font-size: .875em;

    color: #6c757d;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

@media (min-width: 576px)
{
    .container-sm,
    .container
    {
        max-width: 540px;
    }
}
@media (min-width: 768px)
{
    .container-md,
    .container-sm,
    .container
    {
        max-width: 720px;
    }
}
@media (min-width: 992px)
{
    .container-lg,
    .container-md,
    .container-sm,
    .container
    {
        max-width: 1280px;
    }
}
@media (min-width: 1200px)
{
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container
    {
        max-width: 1630px;
    }
}
.row
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));

    --bs-gutter-x: 12px;
    --bs-gutter-y: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.row > *
{
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

.col
{
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
}

.row-cols-auto > *
{
    width: auto;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.row-cols-1 > *
{
    width: 100%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.row-cols-2 > *
{
    width: 50%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.row-cols-3 > *
{
    width: 33.3333333333%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.row-cols-4 > *
{
    width: 25%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.row-cols-5 > *
{
    width: 20%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.row-cols-6 > *
{
    width: 16.6666666667%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-auto
{
    width: auto;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-1
{
    width: 8.33333333%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-2
{
    width: 16.66666667%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-3
{
    width: 25%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-4
{
    width: 33.33333333%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-5
{
    width: 41.66666667%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-6
{
    width: 50%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-7
{
    width: 58.33333333%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-8
{
    width: 66.66666667%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-9
{
    width: 75%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-10
{
    width: 83.33333333%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-11
{
    width: 91.66666667%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-12
{
    width: 100%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0
{
    --bs-gutter-x: 0;
}

.g-0,
.gy-0
{
    --bs-gutter-y: 0;
}

.g-1,
.gx-1
{
    --bs-gutter-x: .25rem;
}

.g-1,
.gy-1
{
    --bs-gutter-y: .25rem;
}

.g-2,
.gx-2
{
    --bs-gutter-x: .5rem;
}

.g-2,
.gy-2
{
    --bs-gutter-y: .5rem;
}

.g-3,
.gx-3
{
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3
{
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4
{
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4
{
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5
{
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5
{
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px)
{
    .col-sm
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0;
    }

    .row-cols-sm-auto > *
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-sm-1 > *
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-sm-2 > *
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-sm-3 > *
    {
        width: 33.3333333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-sm-4 > *
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-sm-5 > *
    {
        width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-sm-6 > *
    {
        width: 16.6666666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-auto
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-1
    {
        width: 8.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-2
    {
        width: 16.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-3
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-4
    {
        width: 33.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-5
    {
        width: 41.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-6
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-7
    {
        width: 58.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-8
    {
        width: 66.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-9
    {
        width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-10
    {
        width: 83.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-11
    {
        width: 91.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-12
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .offset-sm-0
    {
        margin-left: 0;
    }

    .offset-sm-1
    {
        margin-left: 8.33333333%;
    }

    .offset-sm-2
    {
        margin-left: 16.66666667%;
    }

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

    .offset-sm-4
    {
        margin-left: 33.33333333%;
    }

    .offset-sm-5
    {
        margin-left: 41.66666667%;
    }

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

    .offset-sm-7
    {
        margin-left: 58.33333333%;
    }

    .offset-sm-8
    {
        margin-left: 66.66666667%;
    }

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

    .offset-sm-10
    {
        margin-left: 83.33333333%;
    }

    .offset-sm-11
    {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0
    {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0
    {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1
    {
        --bs-gutter-x: .25rem;
    }

    .g-sm-1,
    .gy-sm-1
    {
        --bs-gutter-y: .25rem;
    }

    .g-sm-2,
    .gx-sm-2
    {
        --bs-gutter-x: .5rem;
    }

    .g-sm-2,
    .gy-sm-2
    {
        --bs-gutter-y: .5rem;
    }

    .g-sm-3,
    .gx-sm-3
    {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3
    {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4
    {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4
    {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5
    {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5
    {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px)
{
    .col-md
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0;
    }

    .row-cols-md-auto > *
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-md-1 > *
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-md-2 > *
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-md-3 > *
    {
        width: 33.3333333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-md-4 > *
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-md-5 > *
    {
        width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-md-6 > *
    {
        width: 16.6666666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-auto
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-1
    {
        width: 8.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-2
    {
        width: 16.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-3
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-4
    {
        width: 33.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-5
    {
        width: 41.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-6
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-7
    {
        width: 58.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-8
    {
        width: 66.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-9
    {
        width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-10
    {
        width: 83.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-11
    {
        width: 91.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-12
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .offset-md-0
    {
        margin-left: 0;
    }

    .offset-md-1
    {
        margin-left: 8.33333333%;
    }

    .offset-md-2
    {
        margin-left: 16.66666667%;
    }

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

    .offset-md-4
    {
        margin-left: 33.33333333%;
    }

    .offset-md-5
    {
        margin-left: 41.66666667%;
    }

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

    .offset-md-7
    {
        margin-left: 58.33333333%;
    }

    .offset-md-8
    {
        margin-left: 66.66666667%;
    }

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

    .offset-md-10
    {
        margin-left: 83.33333333%;
    }

    .offset-md-11
    {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0
    {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0
    {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1
    {
        --bs-gutter-x: .25rem;
    }

    .g-md-1,
    .gy-md-1
    {
        --bs-gutter-y: .25rem;
    }

    .g-md-2,
    .gx-md-2
    {
        --bs-gutter-x: .5rem;
    }

    .g-md-2,
    .gy-md-2
    {
        --bs-gutter-y: .5rem;
    }

    .g-md-3,
    .gx-md-3
    {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3
    {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4
    {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4
    {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5
    {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5
    {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px)
{
    .col-lg
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0;
    }

    .row-cols-lg-auto > *
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-lg-1 > *
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-lg-2 > *
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-lg-3 > *
    {
        width: 33.3333333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-lg-4 > *
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-lg-5 > *
    {
        width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-lg-6 > *
    {
        width: 16.6666666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-auto
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-1
    {
        width: 8.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-2
    {
        width: 16.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-3
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-4
    {
        width: 33.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-5
    {
        width: 41.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-6
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-7
    {
        width: 58.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-8
    {
        width: 66.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-9
    {
        width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-10
    {
        width: 83.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-11
    {
        width: 91.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-12
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .offset-lg-0
    {
        margin-left: 0;
    }

    .offset-lg-1
    {
        margin-left: 8.33333333%;
    }

    .offset-lg-2
    {
        margin-left: 16.66666667%;
    }

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

    .offset-lg-4
    {
        margin-left: 33.33333333%;
    }

    .offset-lg-5
    {
        margin-left: 41.66666667%;
    }

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

    .offset-lg-7
    {
        margin-left: 58.33333333%;
    }

    .offset-lg-8
    {
        margin-left: 66.66666667%;
    }

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

    .offset-lg-10
    {
        margin-left: 83.33333333%;
    }

    .offset-lg-11
    {
        margin-left: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0
    {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0
    {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1
    {
        --bs-gutter-x: .25rem;
    }

    .g-lg-1,
    .gy-lg-1
    {
        --bs-gutter-y: .25rem;
    }

    .g-lg-2,
    .gx-lg-2
    {
        --bs-gutter-x: .5rem;
    }

    .g-lg-2,
    .gy-lg-2
    {
        --bs-gutter-y: .5rem;
    }

    .g-lg-3,
    .gx-lg-3
    {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3
    {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4
    {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4
    {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5
    {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5
    {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px)
{
    .col-xl
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0;
    }

    .row-cols-xl-auto > *
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-xl-1 > *
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-xl-2 > *
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-xl-3 > *
    {
        width: 33.3333333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-xl-4 > *
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-xl-5 > *
    {
        width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-xl-6 > *
    {
        width: 16.6666666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-auto
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-1
    {
        width: 8.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-2
    {
        width: 16.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-3
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-4
    {
        width: 33.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-5
    {
        width: 41.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-6
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-7
    {
        width: 58.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-8
    {
        width: 66.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-9
    {
        width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-10
    {
        width: 83.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-11
    {
        width: 91.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-12
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .offset-xl-0
    {
        margin-left: 0;
    }

    .offset-xl-1
    {
        margin-left: 8.33333333%;
    }

    .offset-xl-2
    {
        margin-left: 16.66666667%;
    }

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

    .offset-xl-4
    {
        margin-left: 33.33333333%;
    }

    .offset-xl-5
    {
        margin-left: 41.66666667%;
    }

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

    .offset-xl-7
    {
        margin-left: 58.33333333%;
    }

    .offset-xl-8
    {
        margin-left: 66.66666667%;
    }

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

    .offset-xl-10
    {
        margin-left: 83.33333333%;
    }

    .offset-xl-11
    {
        margin-left: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0
    {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0
    {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1
    {
        --bs-gutter-x: .25rem;
    }

    .g-xl-1,
    .gy-xl-1
    {
        --bs-gutter-y: .25rem;
    }

    .g-xl-2,
    .gx-xl-2
    {
        --bs-gutter-x: .5rem;
    }

    .g-xl-2,
    .gy-xl-2
    {
        --bs-gutter-y: .5rem;
    }

    .g-xl-3,
    .gx-xl-3
    {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3
    {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4
    {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4
    {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5
    {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5
    {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px)
{
    .col-xxl
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0;
    }

    .row-cols-xxl-auto > *
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-xxl-1 > *
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-xxl-2 > *
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-xxl-3 > *
    {
        width: 33.3333333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-xxl-4 > *
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-xxl-5 > *
    {
        width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .row-cols-xxl-6 > *
    {
        width: 16.6666666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xxl-auto
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xxl-1
    {
        width: 8.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xxl-2
    {
        width: 16.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xxl-3
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xxl-4
    {
        width: 33.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xxl-5
    {
        width: 41.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xxl-6
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xxl-7
    {
        width: 58.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xxl-8
    {
        width: 66.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xxl-9
    {
        width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xxl-10
    {
        width: 83.33333333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xxl-11
    {
        width: 91.66666667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xxl-12
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .offset-xxl-0
    {
        margin-left: 0;
    }

    .offset-xxl-1
    {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2
    {
        margin-left: 16.66666667%;
    }

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

    .offset-xxl-4
    {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5
    {
        margin-left: 41.66666667%;
    }

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

    .offset-xxl-7
    {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8
    {
        margin-left: 66.66666667%;
    }

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

    .offset-xxl-10
    {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11
    {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0
    {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0
    {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1
    {
        --bs-gutter-x: .25rem;
    }

    .g-xxl-1,
    .gy-xxl-1
    {
        --bs-gutter-y: .25rem;
    }

    .g-xxl-2,
    .gx-xxl-2
    {
        --bs-gutter-x: .5rem;
    }

    .g-xxl-2,
    .gy-xxl-2
    {
        --bs-gutter-y: .5rem;
    }

    .g-xxl-3,
    .gx-xxl-3
    {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3
    {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4
    {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4
    {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5
    {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5
    {
        --bs-gutter-y: 3rem;
    }
}
.table
{
    width: 100%;
    margin-bottom: 1rem;

    vertical-align: top;

    color: #212529;
    border-color: #dee2e6;

    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
}

.table > :not(caption) > * > *
{
    padding: .5rem .5rem;

    border-bottom-width: 1px;
    background-color: var(--bs-table-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody
{
    vertical-align: inherit;
}

.table > thead
{
    vertical-align: bottom;
}

.table > :not(:first-child)
{
    border-top: 2px solid currentColor;
}

.caption-top
{
    caption-side: top;
}

.table-sm > :not(caption) > * > *
{
    padding: .25rem .25rem;
}

.table-bordered > :not(caption) > *
{
    border-width: 1px 0;
}

.table-bordered > :not(caption) > * > *
{
    border-width: 0 1px;
}

.table-borderless > :not(caption) > * > *
{
    border-bottom-width: 0;
}

.table-borderless > :not(:first-child)
{
    border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > *
{
    color: var(--bs-table-striped-color);

    --bs-table-accent-bg: var(--bs-table-striped-bg);
}

.table-active
{
    color: var(--bs-table-active-color);

    --bs-table-accent-bg: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > *
{
    color: var(--bs-table-hover-color);

    --bs-table-accent-bg: var(--bs-table-hover-bg);
}

.table-primary
{
    color: #000;
    border-color: #bacbe6;

    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
}

.table-secondary
{
    color: #000;
    border-color: #cbccce;

    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
}

.table-success
{
    color: #000;
    border-color: #bcd0c7;

    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
}

.table-info
{
    color: #000;
    border-color: #badce3;

    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
}

.table-warning
{
    color: #000;
    border-color: #e6dbb9;

    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
}

.table-danger
{
    color: #000;
    border-color: #dfc2c4;

    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
}

.table-light
{
    color: #000;
    border-color: #dfe0e1;

    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
}

.table-dark
{
    color: #fff;
    border-color: #373b3e;

    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
}

.table-responsive
{
    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px)
{
    .table-responsive-sm
    {
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px)
{
    .table-responsive-md
    {
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991.98px)
{
    .table-responsive-lg
    {
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1199.98px)
{
    .table-responsive-xl
    {
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1399.98px)
{
    .table-responsive-xxl
    {
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }
}
.form-label
{
    margin-bottom: .5rem;
}

.col-form-label
{
    font-size: inherit;
    line-height: 1.5;

    margin-bottom: 0;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
}

.col-form-label-lg
{
    font-size: 1.25rem;

    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
}

.col-form-label-sm
{
    font-size: .875rem;

    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
}

.form-text
{
    font-size: .875em;

    margin-top: .25rem;

    color: #6c757d;
}

.form-control
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    display: block;

    width: 100%;
    padding: .375rem .75rem;

    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    color: #212529;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

@media (prefers-reduced-motion: reduce)
{
    .form-control
    {
        -webkit-transition: none;
                transition: none;
    }
}
.form-control[type=file]
{
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly])
{
    cursor: pointer;
}

.form-control:focus
{
    color: #212529;
    border-color: #86b7fe;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::-webkit-date-and-time-value
{
    height: 1.5em;
}

.form-control::-webkit-input-placeholder
{
    opacity: 1;
    color: #6c757d;
}

.form-control::-moz-placeholder
{
    opacity: 1;
    color: #6c757d;
}

.form-control:-ms-input-placeholder
{
    opacity: 1;
    color: #6c757d;
}

.form-control::-ms-input-placeholder
{
    opacity: 1;
    color: #6c757d;
}

.form-control::placeholder
{
    opacity: 1;
    color: #6c757d;
}

.form-control:disabled,
.form-control[readonly]
{
    opacity: 1;
    background-color: #e9ecef;
}

.form-control::-webkit-file-upload-button
{
    margin: -.375rem -.75rem;
    padding: .375rem .75rem;

    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    pointer-events: none;

    color: #212529;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    border-radius: 0;
    background-color: #e9ecef;

    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    border-inline-end-width: 1px;
}

.form-control::file-selector-button
{
    margin: -.375rem -.75rem;
    padding: .375rem .75rem;

    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    pointer-events: none;

    color: #212529;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    border-radius: 0;
    background-color: #e9ecef;

    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    border-inline-end-width: 1px;
}

@media (prefers-reduced-motion: reduce)
{
    .form-control::-webkit-file-upload-button
    {
        -webkit-transition: none;
                transition: none;
    }
    .form-control::file-selector-button
    {
        -webkit-transition: none;
                transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button
{
    background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button
{
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button
{
    margin: -.375rem -.75rem;
    padding: .375rem .75rem;

    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    pointer-events: none;

    color: #212529;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    border-radius: 0;
    background-color: #e9ecef;

    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    border-inline-end-width: 1px;
}

@media (prefers-reduced-motion: reduce)
{
    .form-control::-webkit-file-upload-button
    {
        -webkit-transition: none;
                transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button
{
    background-color: #dde0e3;
}

.form-control-plaintext
{
    line-height: 1.5;

    display: block;

    width: 100%;
    margin-bottom: 0;
    padding: .375rem 0;

    color: #212529;
    border: solid transparent;
    border-width: 1px 0;
    background-color: transparent;
}

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

.form-control-sm
{
    font-size: .875rem;

    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;

    border-radius: .2rem;
}

.form-control-sm::-webkit-file-upload-button
{
    margin: -.25rem -.5rem;
    padding: .25rem .5rem;

    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem;
}

.form-control-sm::file-selector-button
{
    margin: -.25rem -.5rem;
    padding: .25rem .5rem;

    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem;
}

.form-control-sm::-webkit-file-upload-button
{
    margin: -.25rem -.5rem;
    padding: .25rem .5rem;

    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem;
}

.form-control-lg
{
    font-size: 1.25rem;

    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;

    border-radius: .3rem;
}

.form-control-lg::-webkit-file-upload-button
{
    margin: -.5rem -1rem;
    padding: .5rem 1rem;

    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button
{
    margin: -.5rem -1rem;
    padding: .5rem 1rem;

    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button
{
    margin: -.5rem -1rem;
    padding: .5rem 1rem;

    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

textarea.form-control
{
    min-height: calc(1.5em + .75rem + 2px);
}

textarea.form-control-sm
{
    min-height: calc(1.5em + .5rem + 2px);
}

textarea.form-control-lg
{
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color
{
    width: 3rem;
    height: auto;
    padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly])
{
    cursor: pointer;
}

.form-control-color::-moz-color-swatch
{
    height: 1.5em;

    border-radius: .25rem;
}

.form-control-color::-webkit-color-swatch
{
    height: 1.5em;

    border-radius: .25rem;
}

.form-select
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    display: block;

    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;

    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    color: #212529;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: #fff;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;

    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

@media (prefers-reduced-motion: reduce)
{
    .form-select
    {
        -webkit-transition: none;
                transition: none;
    }
}
.form-select:focus
{
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-select[multiple],
.form-select[size]:not([size='1'])
{
    padding-right: .75rem;

    background-image: none;
}

.form-select:disabled
{
    background-color: #e9ecef;
}

.form-select:-moz-focusring
{
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm
{
    font-size: .875rem;

    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;

    border-radius: .2rem;
}

.form-select-lg
{
    font-size: 1.25rem;

    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;

    border-radius: .3rem;
}

.form-check
{
    display: block;

    min-height: 1.5rem;
    margin-bottom: .125rem;
    padding-left: 1.5em;
}

.form-check .form-check-input
{
    float: left;

    margin-left: -1.5em;
}

.form-check-input
{
    width: 1em;
    height: 1em;
    margin-top: .25em;

    vertical-align: top;

    border: 1px solid rgba(0, 0, 0, .25);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type=checkbox]
{
    border-radius: .25em;
}

.form-check-input[type=radio]
{
    border-radius: 50%;
}

.form-check-input:active
{
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
}

.form-check-input:focus
{
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-check-input:checked
{
    border-color: #0d6efd;
    background-color: #0d6efd;
}

.form-check-input:checked[type=checkbox]
{
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10l3 3l6-6\'/%3e%3c/svg%3e');
}

.form-check-input:checked[type=radio]
{
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e');
}

.form-check-input[type=checkbox]:indeterminate
{
    border-color: #0d6efd;
    background-color: #0d6efd;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10h8\'/%3e%3c/svg%3e');
}

.form-check-input:disabled
{
    pointer-events: none;

    opacity: .5;

    -webkit-filter: none;
            filter: none;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label
{
    opacity: .5;
}

.form-switch
{
    padding-left: 2.5em;
}

.form-switch .form-check-input
{
    width: 2em;
    margin-left: -2.5em;

    -webkit-transition: background-position .15s ease-in-out;
            transition: background-position .15s ease-in-out;

    border-radius: 2em;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'rgba%280, 0, 0, 0.25%29\'/%3e%3c/svg%3e');
    background-position: left center;
}

@media (prefers-reduced-motion: reduce)
{
    .form-switch .form-check-input
    {
        -webkit-transition: none;
                transition: none;
    }
}
.form-switch .form-check-input:focus
{
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%2386b7fe\'/%3e%3c/svg%3e');
}

.form-switch .form-check-input:checked
{
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e');
    background-position: right center;
}

.form-check-inline
{
    display: inline-block;

    margin-right: 1rem;
}

.btn-check
{
    position: absolute;

    clip: rect(0, 0, 0, 0);

    pointer-events: none;
}

.btn-check[disabled] + .btn,
.btn-check:disabled + .btn
{
    pointer-events: none;

    opacity: .65;

    -webkit-filter: none;
            filter: none;
}

.form-range
{
    width: 100%;
    height: 1.5rem;
    padding: 0;

    background-color: transparent;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.form-range:focus
{
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb
{
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range:focus::-moz-range-thumb
{
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range::-moz-focus-outer
{
    border: 0;
}

.form-range::-webkit-slider-thumb
{
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;

    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    border: 0;
    border-radius: 1rem;
    background-color: #0d6efd;

    -webkit-appearance: none;
            appearance: none;
}

@media (prefers-reduced-motion: reduce)
{
    .form-range::-webkit-slider-thumb
    {
        -webkit-transition: none;
                transition: none;
    }
}
.form-range::-webkit-slider-thumb:active
{
    background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track
{
    width: 100%;
    height: .5rem;

    cursor: pointer;

    color: transparent;
    border-color: transparent;
    border-radius: 1rem;
    background-color: #dee2e6;
}

.form-range::-moz-range-thumb
{
    width: 1rem;
    height: 1rem;

    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
         transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    border: 0;
    border-radius: 1rem;
    background-color: #0d6efd;

    -moz-appearance: none;
         appearance: none;
}

@media (prefers-reduced-motion: reduce)
{
    .form-range::-moz-range-thumb
    {
        -moz-transition: none;
             transition: none;
    }
}
.form-range::-moz-range-thumb:active
{
    background-color: #b6d4fe;
}

.form-range::-moz-range-track
{
    width: 100%;
    height: .5rem;

    cursor: pointer;

    color: transparent;
    border-color: transparent;
    border-radius: 1rem;
    background-color: #dee2e6;
}

.form-range:disabled
{
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb
{
    background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb
{
    background-color: #adb5bd;
}

.form-floating
{
    position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select
{
    line-height: 1.25;

    height: calc(3.5rem + 2px);
}

.form-floating > label
{
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    padding: 1rem .75rem;

    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
            transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
            transition: opacity .1s ease-in-out, transform .1s ease-in-out;
            transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    pointer-events: none;

    border: 1px solid transparent;
}

@media (prefers-reduced-motion: reduce)
{
    .form-floating > label
    {
        -webkit-transition: none;
                transition: none;
    }
}
.form-floating > .form-control
{
    padding: 1rem .75rem;
}

.form-floating > .form-control::-webkit-input-placeholder
{
    color: transparent;
}

.form-floating > .form-control::-moz-placeholder
{
    color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder
{
    color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder
{
    color: transparent;
}

.form-floating > .form-control::placeholder
{
    color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown)
{
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder)
{
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown)
{
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.form-floating > .form-control:-webkit-autofill
{
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.form-floating > .form-select
{
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label
{
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);

    opacity: .65;
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label
{
    -ms-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
        transform: scale(.85) translateY(-.5rem) translateX(.15rem);

    opacity: .65;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label
{
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
        -ms-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
            transform: scale(.85) translateY(-.5rem) translateX(.15rem);

    opacity: .65;
}

.form-floating > .form-control:-webkit-autofill ~ label
{
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
            transform: scale(.85) translateY(-.5rem) translateX(.15rem);

    opacity: .65;
}

.input-group
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
}

.input-group > .form-control,
.input-group > .form-select
{
    position: relative;

    width: 1%;
    min-width: 0;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus
{
    z-index: 3;
}

.input-group .btn
{
    position: relative;
    z-index: 2;
}

.input-group .btn:focus
{
    z-index: 3;
}

.input-group-text
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: .375rem .75rem;

    text-align: center;
    white-space: nowrap;

    color: #212529;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: #e9ecef;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn
{
    font-size: 1.25rem;

    padding: .5rem 1rem;

    border-radius: .3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn
{
    font-size: .875rem;

    padding: .25rem .5rem;

    border-radius: .2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select
{
    padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)
{
    margin-left: -1px;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback
{
    font-size: .875em;

    display: none;

    width: 100%;
    margin-top: .25rem;

    color: #198754;
}

.valid-tooltip
{
    font-size: .875rem;

    position: absolute;
    z-index: 5;
    top: 100%;

    display: none;

    max-width: 100%;
    margin-top: .1rem;
    padding: .25rem .5rem;

    color: #fff;
    border-radius: .25rem;
    background-color: rgba(25, 135, 84, .9);
}

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

.was-validated .form-control:valid,
.form-control.is-valid
{
    padding-right: calc(1.5em + .75rem);

    border-color: #198754;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus
{
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid
{
    padding-right: calc(1.5em + .75rem);

    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid
{
    border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size='1'],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size='1']
{
    padding-right: 4.125rem;

    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e'), url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' 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-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus
{
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid
{
    border-color: #198754;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked
{
    background-color: #198754;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus
{
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

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

.form-check-inline .form-check-input ~ .valid-feedback
{
    margin-left: .5em;
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid
{
    z-index: 1;
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus
{
    z-index: 3;
}

.invalid-feedback
{
    font-size: .875em;

    display: none;

    width: 100%;
    margin-top: .25rem;

    color: #dc3545;
}

.invalid-tooltip
{
    font-size: .875rem;

    position: absolute;
    z-index: 5;
    top: 100%;

    display: none;

    max-width: 100%;
    margin-top: .1rem;
    padding: .25rem .5rem;

    color: #fff;
    border-radius: .25rem;
    background-color: rgba(220, 53, 69, .9);
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid
{
    padding-right: calc(1.5em + .75rem);

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

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid
{
    padding-right: calc(1.5em + .75rem);

    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid
{
    border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size='1'],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size='1']
{
    padding-right: 4.125rem;

    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e'), url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%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-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

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

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

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

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus
{
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

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

.form-check-inline .form-check-input ~ .invalid-feedback
{
    margin-left: .5em;
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid
{
    z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus
{
    z-index: 3;
}

.btn
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    display: inline-block;

    padding: .375rem .75rem;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;

    color: #000;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: transparent;
}

@media (prefers-reduced-motion: reduce)
{
    .btn
    {
        -webkit-transition: none;
                transition: none;
    }
}
.btn:hover
{
    color: #000;
}

.btn-check:focus + .btn,
.btn:focus
{
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn
{
    pointer-events: none;

    opacity: .65;
}

.btn-primary
{
    color: #000;
    border-color: #01c7b1;
    background-color: #01c7b1;
}

.btn-primary:hover
{
    color: #000;
    border-color: #1acdb9;
    background-color: #27cfbd;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus
{
    color: #000;
    border-color: #1acdb9;
    background-color: #27cfbd;
    box-shadow: 0 0 0 .25rem rgba(1, 169, 150, .5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle
{
    color: #000;
    border-color: #1acdb9;
    background-color: #34d2c1;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .25rem rgba(1, 169, 150, .5);
}

.btn-primary:disabled,
.btn-primary.disabled
{
    color: #000;
    border-color: #01c7b1;
    background-color: #01c7b1;
}

.btn-deep-primary
{
    color: #000;
    border-color: #009f9f;
    background-color: #009f9f;
}

.btn-deep-primary:hover
{
    color: #000;
    border-color: #1aa9a9;
    background-color: #26adad;
}

.btn-check:focus + .btn-deep-primary,
.btn-deep-primary:focus
{
    color: #000;
    border-color: #1aa9a9;
    background-color: #26adad;
    box-shadow: 0 0 0 .25rem rgba(0, 135, 135, .5);
}

.btn-check:checked + .btn-deep-primary,
.btn-check:active + .btn-deep-primary,
.btn-deep-primary:active,
.btn-deep-primary.active,
.show > .btn-deep-primary.dropdown-toggle
{
    color: #000;
    border-color: #1aa9a9;
    background-color: #33b2b2;
}

.btn-check:checked + .btn-deep-primary:focus,
.btn-check:active + .btn-deep-primary:focus,
.btn-deep-primary:active:focus,
.btn-deep-primary.active:focus,
.show > .btn-deep-primary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .25rem rgba(0, 135, 135, .5);
}

.btn-deep-primary:disabled,
.btn-deep-primary.disabled
{
    color: #000;
    border-color: #009f9f;
    background-color: #009f9f;
}

.btn-faded-blue
{
    color: #000;
    border-color: #609ec4;
    background-color: #609ec4;
}

.btn-faded-blue:hover
{
    color: #000;
    border-color: #70a8ca;
    background-color: #78adcd;
}

.btn-check:focus + .btn-faded-blue,
.btn-faded-blue:focus
{
    color: #000;
    border-color: #70a8ca;
    background-color: #78adcd;
    box-shadow: 0 0 0 .25rem rgba(82, 134, 167, .5);
}

.btn-check:checked + .btn-faded-blue,
.btn-check:active + .btn-faded-blue,
.btn-faded-blue:active,
.btn-faded-blue.active,
.show > .btn-faded-blue.dropdown-toggle
{
    color: #000;
    border-color: #70a8ca;
    background-color: #80b1d0;
}

.btn-check:checked + .btn-faded-blue:focus,
.btn-check:active + .btn-faded-blue:focus,
.btn-faded-blue:active:focus,
.btn-faded-blue.active:focus,
.show > .btn-faded-blue.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .25rem rgba(82, 134, 167, .5);
}

.btn-faded-blue:disabled,
.btn-faded-blue.disabled
{
    color: #000;
    border-color: #609ec4;
    background-color: #609ec4;
}

.btn-faded-gold
{
    color: #000;
    border-color: #c4b160;
    background-color: #c4b160;
}

.btn-faded-gold:hover
{
    color: #000;
    border-color: #cab970;
    background-color: #cdbd78;
}

.btn-check:focus + .btn-faded-gold,
.btn-faded-gold:focus
{
    color: #000;
    border-color: #cab970;
    background-color: #cdbd78;
    box-shadow: 0 0 0 .25rem rgba(167, 150, 82, .5);
}

.btn-check:checked + .btn-faded-gold,
.btn-check:active + .btn-faded-gold,
.btn-faded-gold:active,
.btn-faded-gold.active,
.show > .btn-faded-gold.dropdown-toggle
{
    color: #000;
    border-color: #cab970;
    background-color: #d0c180;
}

.btn-check:checked + .btn-faded-gold:focus,
.btn-check:active + .btn-faded-gold:focus,
.btn-faded-gold:active:focus,
.btn-faded-gold.active:focus,
.show > .btn-faded-gold.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .25rem rgba(167, 150, 82, .5);
}

.btn-faded-gold:disabled,
.btn-faded-gold.disabled
{
    color: #000;
    border-color: #c4b160;
    background-color: #c4b160;
}

.btn-faded-pink
{
    color: #000;
    border-color: #c46060;
    background-color: #c46060;
}

.btn-faded-pink:hover
{
    color: #000;
    border-color: #ca7070;
    background-color: #cd7878;
}

.btn-check:focus + .btn-faded-pink,
.btn-faded-pink:focus
{
    color: #000;
    border-color: #ca7070;
    background-color: #cd7878;
    box-shadow: 0 0 0 .25rem rgba(167, 82, 82, .5);
}

.btn-check:checked + .btn-faded-pink,
.btn-check:active + .btn-faded-pink,
.btn-faded-pink:active,
.btn-faded-pink.active,
.show > .btn-faded-pink.dropdown-toggle
{
    color: #000;
    border-color: #ca7070;
    background-color: #d08080;
}

.btn-check:checked + .btn-faded-pink:focus,
.btn-check:active + .btn-faded-pink:focus,
.btn-faded-pink:active:focus,
.btn-faded-pink.active:focus,
.show > .btn-faded-pink.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .25rem rgba(167, 82, 82, .5);
}

.btn-faded-pink:disabled,
.btn-faded-pink.disabled
{
    color: #000;
    border-color: #c46060;
    background-color: #c46060;
}

.btn-faded-silver
{
    color: #000;
    border-color: #d5dcdf;
    background-color: #d5dcdf;
}

.btn-faded-silver:hover
{
    color: #000;
    border-color: #d9e0e2;
    background-color: #dbe1e4;
}

.btn-check:focus + .btn-faded-silver,
.btn-faded-silver:focus
{
    color: #000;
    border-color: #d9e0e2;
    background-color: #dbe1e4;
    box-shadow: 0 0 0 .25rem rgba(181, 187, 190, .5);
}

.btn-check:checked + .btn-faded-silver,
.btn-check:active + .btn-faded-silver,
.btn-faded-silver:active,
.btn-faded-silver.active,
.show > .btn-faded-silver.dropdown-toggle
{
    color: #000;
    border-color: #d9e0e2;
    background-color: #dde3e5;
}

.btn-check:checked + .btn-faded-silver:focus,
.btn-check:active + .btn-faded-silver:focus,
.btn-faded-silver:active:focus,
.btn-faded-silver.active:focus,
.show > .btn-faded-silver.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .25rem rgba(181, 187, 190, .5);
}

.btn-faded-silver:disabled,
.btn-faded-silver.disabled
{
    color: #000;
    border-color: #d5dcdf;
    background-color: #d5dcdf;
}

.btn-faded-bronze
{
    color: #000;
    border-color: #e8bd9c;
    background-color: #e8bd9c;
}

.btn-faded-bronze:hover
{
    color: #000;
    border-color: #eac4a6;
    background-color: #ebc7ab;
}

.btn-check:focus + .btn-faded-bronze,
.btn-faded-bronze:focus
{
    color: #000;
    border-color: #eac4a6;
    background-color: #ebc7ab;
    box-shadow: 0 0 0 .25rem rgba(197, 161, 133, .5);
}

.btn-check:checked + .btn-faded-bronze,
.btn-check:active + .btn-faded-bronze,
.btn-faded-bronze:active,
.btn-faded-bronze.active,
.show > .btn-faded-bronze.dropdown-toggle
{
    color: #000;
    border-color: #eac4a6;
    background-color: #edcab0;
}

.btn-check:checked + .btn-faded-bronze:focus,
.btn-check:active + .btn-faded-bronze:focus,
.btn-faded-bronze:active:focus,
.btn-faded-bronze.active:focus,
.show > .btn-faded-bronze.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .25rem rgba(197, 161, 133, .5);
}

.btn-faded-bronze:disabled,
.btn-faded-bronze.disabled
{
    color: #000;
    border-color: #e8bd9c;
    background-color: #e8bd9c;
}

.btn-outline-primary
{
    color: #01c7b1;
    border-color: #01c7b1;
}

.btn-outline-primary:hover
{
    color: #000;
    border-color: #01c7b1;
    background-color: #01c7b1;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus
{
    box-shadow: 0 0 0 .25rem rgba(1, 199, 177, .5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show
{
    color: #000;
    border-color: #01c7b1;
    background-color: #01c7b1;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus
{
    box-shadow: 0 0 0 .25rem rgba(1, 199, 177, .5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled
{
    color: #01c7b1;
    background-color: transparent;
}

.btn-outline-deep-primary
{
    color: #009f9f;
    border-color: #009f9f;
}

.btn-outline-deep-primary:hover
{
    color: #000;
    border-color: #009f9f;
    background-color: #009f9f;
}

.btn-check:focus + .btn-outline-deep-primary,
.btn-outline-deep-primary:focus
{
    box-shadow: 0 0 0 .25rem rgba(0, 159, 159, .5);
}

.btn-check:checked + .btn-outline-deep-primary,
.btn-check:active + .btn-outline-deep-primary,
.btn-outline-deep-primary:active,
.btn-outline-deep-primary.active,
.btn-outline-deep-primary.dropdown-toggle.show
{
    color: #000;
    border-color: #009f9f;
    background-color: #009f9f;
}

.btn-check:checked + .btn-outline-deep-primary:focus,
.btn-check:active + .btn-outline-deep-primary:focus,
.btn-outline-deep-primary:active:focus,
.btn-outline-deep-primary.active:focus,
.btn-outline-deep-primary.dropdown-toggle.show:focus
{
    box-shadow: 0 0 0 .25rem rgba(0, 159, 159, .5);
}

.btn-outline-deep-primary:disabled,
.btn-outline-deep-primary.disabled
{
    color: #009f9f;
    background-color: transparent;
}

.btn-outline-faded-blue
{
    color: #609ec4;
    border-color: #609ec4;
}

.btn-outline-faded-blue:hover
{
    color: #000;
    border-color: #609ec4;
    background-color: #609ec4;
}

.btn-check:focus + .btn-outline-faded-blue,
.btn-outline-faded-blue:focus
{
    box-shadow: 0 0 0 .25rem rgba(96, 158, 196, .5);
}

.btn-check:checked + .btn-outline-faded-blue,
.btn-check:active + .btn-outline-faded-blue,
.btn-outline-faded-blue:active,
.btn-outline-faded-blue.active,
.btn-outline-faded-blue.dropdown-toggle.show
{
    color: #000;
    border-color: #609ec4;
    background-color: #609ec4;
}

.btn-check:checked + .btn-outline-faded-blue:focus,
.btn-check:active + .btn-outline-faded-blue:focus,
.btn-outline-faded-blue:active:focus,
.btn-outline-faded-blue.active:focus,
.btn-outline-faded-blue.dropdown-toggle.show:focus
{
    box-shadow: 0 0 0 .25rem rgba(96, 158, 196, .5);
}

.btn-outline-faded-blue:disabled,
.btn-outline-faded-blue.disabled
{
    color: #609ec4;
    background-color: transparent;
}

.btn-outline-faded-gold
{
    color: #c4b160;
    border-color: #c4b160;
}

.btn-outline-faded-gold:hover
{
    color: #000;
    border-color: #c4b160;
    background-color: #c4b160;
}

.btn-check:focus + .btn-outline-faded-gold,
.btn-outline-faded-gold:focus
{
    box-shadow: 0 0 0 .25rem rgba(196, 177, 96, .5);
}

.btn-check:checked + .btn-outline-faded-gold,
.btn-check:active + .btn-outline-faded-gold,
.btn-outline-faded-gold:active,
.btn-outline-faded-gold.active,
.btn-outline-faded-gold.dropdown-toggle.show
{
    color: #000;
    border-color: #c4b160;
    background-color: #c4b160;
}

.btn-check:checked + .btn-outline-faded-gold:focus,
.btn-check:active + .btn-outline-faded-gold:focus,
.btn-outline-faded-gold:active:focus,
.btn-outline-faded-gold.active:focus,
.btn-outline-faded-gold.dropdown-toggle.show:focus
{
    box-shadow: 0 0 0 .25rem rgba(196, 177, 96, .5);
}

.btn-outline-faded-gold:disabled,
.btn-outline-faded-gold.disabled
{
    color: #c4b160;
    background-color: transparent;
}

.btn-outline-faded-pink
{
    color: #c46060;
    border-color: #c46060;
}

.btn-outline-faded-pink:hover
{
    color: #000;
    border-color: #c46060;
    background-color: #c46060;
}

.btn-check:focus + .btn-outline-faded-pink,
.btn-outline-faded-pink:focus
{
    box-shadow: 0 0 0 .25rem rgba(196, 96, 96, .5);
}

.btn-check:checked + .btn-outline-faded-pink,
.btn-check:active + .btn-outline-faded-pink,
.btn-outline-faded-pink:active,
.btn-outline-faded-pink.active,
.btn-outline-faded-pink.dropdown-toggle.show
{
    color: #000;
    border-color: #c46060;
    background-color: #c46060;
}

.btn-check:checked + .btn-outline-faded-pink:focus,
.btn-check:active + .btn-outline-faded-pink:focus,
.btn-outline-faded-pink:active:focus,
.btn-outline-faded-pink.active:focus,
.btn-outline-faded-pink.dropdown-toggle.show:focus
{
    box-shadow: 0 0 0 .25rem rgba(196, 96, 96, .5);
}

.btn-outline-faded-pink:disabled,
.btn-outline-faded-pink.disabled
{
    color: #c46060;
    background-color: transparent;
}

.btn-outline-faded-silver
{
    color: #d5dcdf;
    border-color: #d5dcdf;
}

.btn-outline-faded-silver:hover
{
    color: #000;
    border-color: #d5dcdf;
    background-color: #d5dcdf;
}

.btn-check:focus + .btn-outline-faded-silver,
.btn-outline-faded-silver:focus
{
    box-shadow: 0 0 0 .25rem rgba(213, 220, 223, .5);
}

.btn-check:checked + .btn-outline-faded-silver,
.btn-check:active + .btn-outline-faded-silver,
.btn-outline-faded-silver:active,
.btn-outline-faded-silver.active,
.btn-outline-faded-silver.dropdown-toggle.show
{
    color: #000;
    border-color: #d5dcdf;
    background-color: #d5dcdf;
}

.btn-check:checked + .btn-outline-faded-silver:focus,
.btn-check:active + .btn-outline-faded-silver:focus,
.btn-outline-faded-silver:active:focus,
.btn-outline-faded-silver.active:focus,
.btn-outline-faded-silver.dropdown-toggle.show:focus
{
    box-shadow: 0 0 0 .25rem rgba(213, 220, 223, .5);
}

.btn-outline-faded-silver:disabled,
.btn-outline-faded-silver.disabled
{
    color: #d5dcdf;
    background-color: transparent;
}

.btn-outline-faded-bronze
{
    color: #e8bd9c;
    border-color: #e8bd9c;
}

.btn-outline-faded-bronze:hover
{
    color: #000;
    border-color: #e8bd9c;
    background-color: #e8bd9c;
}

.btn-check:focus + .btn-outline-faded-bronze,
.btn-outline-faded-bronze:focus
{
    box-shadow: 0 0 0 .25rem rgba(232, 189, 156, .5);
}

.btn-check:checked + .btn-outline-faded-bronze,
.btn-check:active + .btn-outline-faded-bronze,
.btn-outline-faded-bronze:active,
.btn-outline-faded-bronze.active,
.btn-outline-faded-bronze.dropdown-toggle.show
{
    color: #000;
    border-color: #e8bd9c;
    background-color: #e8bd9c;
}

.btn-check:checked + .btn-outline-faded-bronze:focus,
.btn-check:active + .btn-outline-faded-bronze:focus,
.btn-outline-faded-bronze:active:focus,
.btn-outline-faded-bronze.active:focus,
.btn-outline-faded-bronze.dropdown-toggle.show:focus
{
    box-shadow: 0 0 0 .25rem rgba(232, 189, 156, .5);
}

.btn-outline-faded-bronze:disabled,
.btn-outline-faded-bronze.disabled
{
    color: #e8bd9c;
    background-color: transparent;
}

.btn-link
{
    font-weight: 400;

    text-decoration: underline;

    color: #0d6efd;
}

.btn-link:hover
{
    color: #0a58ca;
}

.btn-link:disabled,
.btn-link.disabled
{
    color: #6c757d;
}

.btn-lg,
.btn-group-lg > .btn
{
    font-size: 1.25rem;

    padding: .5rem 1rem;

    border-radius: .3rem;
}

.btn-sm,
.btn-group-sm > .btn
{
    font-size: .875rem;

    padding: .25rem .5rem;

    border-radius: .2rem;
}

.fade
{
    -webkit-transition: opacity .15s linear;
            transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce)
{
    .fade
    {
        -webkit-transition: none;
                transition: none;
    }
}
.fade:not(.show)
{
    opacity: 0;
}

.collapse:not(.show)
{
    display: none;
}

.collapsing
{
    overflow: hidden;

    height: 0;

    -webkit-transition: height .35s ease;
            transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce)
{
    .collapsing
    {
        -webkit-transition: none;
                transition: none;
    }
}
.collapsing.collapse-horizontal
{
    width: 0;
    height: auto;

    -webkit-transition: width .35s ease;
            transition: width .35s ease;
}

@media (prefers-reduced-motion: reduce)
{
    .collapsing.collapse-horizontal
    {
        -webkit-transition: none;
                transition: none;
    }
}
.dropup,
.dropend,
.dropdown,
.dropstart
{
    position: relative;
}

.dropdown-toggle
{
    white-space: nowrap;
}

.dropdown-toggle::after
{
    display: inline-block;

    margin-left: .255em;

    content: '';
    vertical-align: .255em;

    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropdown-menu
{
    font-size: 1rem;

    position: absolute;
    z-index: 1000;

    display: none;

    min-width: 10rem;
    margin: 0;
    padding: .5rem 0;

    list-style: none;

    text-align: left;

    color: #212529;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
}

.dropdown-menu[data-bs-popper]
{
    top: 100%;
    left: 0;

    margin-top: .125rem;
}

.dropdown-menu-start
{
    --bs-position: start;
}

.dropdown-menu-start[data-bs-popper]
{
    right: auto;
    left: 0;
}

.dropdown-menu-end
{
    --bs-position: end;
}

.dropdown-menu-end[data-bs-popper]
{
    right: 0;
    left: auto;
}

@media (min-width: 576px)
{
    .dropdown-menu-sm-start
    {
        --bs-position: start;
    }

    .dropdown-menu-sm-start[data-bs-popper]
    {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-end
    {
        --bs-position: end;
    }

    .dropdown-menu-sm-end[data-bs-popper]
    {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px)
{
    .dropdown-menu-md-start
    {
        --bs-position: start;
    }

    .dropdown-menu-md-start[data-bs-popper]
    {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-end
    {
        --bs-position: end;
    }

    .dropdown-menu-md-end[data-bs-popper]
    {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px)
{
    .dropdown-menu-lg-start
    {
        --bs-position: start;
    }

    .dropdown-menu-lg-start[data-bs-popper]
    {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-end
    {
        --bs-position: end;
    }

    .dropdown-menu-lg-end[data-bs-popper]
    {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px)
{
    .dropdown-menu-xl-start
    {
        --bs-position: start;
    }

    .dropdown-menu-xl-start[data-bs-popper]
    {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-end
    {
        --bs-position: end;
    }

    .dropdown-menu-xl-end[data-bs-popper]
    {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1400px)
{
    .dropdown-menu-xxl-start
    {
        --bs-position: start;
    }

    .dropdown-menu-xxl-start[data-bs-popper]
    {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xxl-end
    {
        --bs-position: end;
    }

    .dropdown-menu-xxl-end[data-bs-popper]
    {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu[data-bs-popper]
{
    top: auto;
    bottom: 100%;

    margin-top: 0;
    margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after
{
    display: inline-block;

    margin-left: .255em;

    content: '';
    vertical-align: .255em;

    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper]
{
    top: 0;
    right: auto;
    left: 100%;

    margin-top: 0;
    margin-left: .125rem;
}

.dropend .dropdown-toggle::after
{
    display: inline-block;

    margin-left: .255em;

    content: '';
    vertical-align: .255em;

    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropend .dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropend .dropdown-toggle::after
{
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper]
{
    top: 0;
    right: 100%;
    left: auto;

    margin-top: 0;
    margin-right: .125rem;
}

.dropstart .dropdown-toggle::after
{
    display: inline-block;

    margin-left: .255em;

    content: '';
    vertical-align: .255em;
}

.dropstart .dropdown-toggle::after
{
    display: none;
}

.dropstart .dropdown-toggle::before
{
    display: inline-block;

    margin-right: .255em;

    content: '';
    vertical-align: .255em;

    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropstart .dropdown-toggle::before
{
    vertical-align: 0;
}

.dropdown-divider
{
    overflow: hidden;

    height: 0;
    margin: .5rem 0;

    border-top: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-item
{
    font-weight: 400;

    display: block;
    clear: both;

    width: 100%;
    padding: .25rem 1rem;

    text-align: inherit;
    white-space: nowrap;
    text-decoration: none;

    color: #212529;
    border: 0;
    background-color: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus
{
    color: #1e2125;
    background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active
{
    text-decoration: none;

    color: #fff;
    background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled
{
    pointer-events: none;

    color: #adb5bd;
    background-color: transparent;
}

.dropdown-menu.show
{
    display: block;
}

.dropdown-header
{
    font-size: .875rem;

    display: block;

    margin-bottom: 0;
    padding: .5rem 1rem;

    white-space: nowrap;

    color: #6c757d;
}

.dropdown-item-text
{
    display: block;

    padding: .25rem 1rem;

    color: #212529;
}

.dropdown-menu-dark
{
    color: #dee2e6;
    border-color: rgba(0, 0, 0, .15);
    background-color: #343a40;
}

.dropdown-menu-dark .dropdown-item
{
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus
{
    color: #fff;
    background-color: rgba(255, 255, 255, .15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active
{
    color: #fff;
    background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled
{
    color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider
{
    border-color: rgba(0, 0, 0, .15);
}

.dropdown-menu-dark .dropdown-item-text
{
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header
{
    color: #adb5bd;
}

.btn-group,
.btn-group-vertical
{
    position: relative;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn
{
    position: relative;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active
{
    z-index: 1;
}

.btn-toolbar
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}

.btn-toolbar .input-group
{
    width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child)
{
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split
{
    padding-right: .5625rem;
    padding-left: .5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after
{
    margin-left: 0;
}

.dropstart .dropdown-toggle-split::before
{
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split
{
    padding-right: .375rem;
    padding-left: .375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split
{
    padding-right: .75rem;
    padding-left: .75rem;
}

.btn-group-vertical
{
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group
{
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child)
{
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 0;
    padding-left: 0;

    list-style: none;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.nav-link
{
    display: block;

    padding: .5rem 1rem;

    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-decoration: none;

    color: #0d6efd;
}

@media (prefers-reduced-motion: reduce)
{
    .nav-link
    {
        -webkit-transition: none;
                transition: none;
    }
}
.nav-link:hover,
.nav-link:focus
{
    color: #0a58ca;
}

.nav-link.disabled
{
    cursor: default;
    pointer-events: none;

    color: #6c757d;
}

.nav-tabs
{
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link
{
    margin-bottom: -1px;

    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus
{
    border-color: #e9ecef #e9ecef #dee2e6;

    isolation: isolate;
}

.nav-tabs .nav-link.disabled
{
    color: #6c757d;
    border-color: transparent;
    background-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link
{
    color: #495057;
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: #fff;
}

.nav-tabs .dropdown-menu
{
    margin-top: -1px;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link
{
    border: 0;
    border-radius: .25rem;
    background: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link
{
    color: #fff;
    background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item
{
    text-align: center;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.nav-justified > .nav-link,
.nav-justified .nav-item
{
    text-align: center;

    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link
{
    width: 100%;
}

.tab-content > .tab-pane
{
    display: none;
}

.tab-content > .active
{
    display: block;
}

.navbar
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-top: .5rem;
    padding-bottom: .5rem;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.navbar-brand
{
    font-size: 1.25rem;

    margin-right: 1rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;

    white-space: nowrap;
    text-decoration: none;
}

.navbar-nav
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    margin-bottom: 0;
    padding-left: 0;

    list-style: none;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.navbar-nav .nav-link
{
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu
{
    position: static;
}

.navbar-text
{
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-collapse
{
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.navbar-toggler
{
    font-size: 1.25rem;
    line-height: 1;

    padding: .25rem .75rem;

    -webkit-transition: box-shadow .15s ease-in-out;
            transition: box-shadow .15s ease-in-out;

    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: transparent;
}

@media (prefers-reduced-motion: reduce)
{
    .navbar-toggler
    {
        -webkit-transition: none;
                transition: none;
    }
}
.navbar-toggler:hover
{
    text-decoration: none;
}

.navbar-toggler:focus
{
    text-decoration: none;

    outline: 0;
    box-shadow: 0 0 0 .25rem;
}

.navbar-toggler-icon
{
    display: inline-block;

    width: 1.5em;
    height: 1.5em;

    vertical-align: middle;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll
{
    overflow-y: auto;

    max-height: var(--bs-scroll-height, 75vh);
}

@media (min-width: 576px)
{
    .navbar-expand-sm
    {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu
    {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-sm .navbar-nav-scroll
    {
        overflow: visible;
    }

    .navbar-expand-sm .navbar-collapse
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;

        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
                flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler
    {
        display: none;
    }

    .navbar-expand-sm .offcanvas-header
    {
        display: none;
    }

    .navbar-expand-sm .offcanvas
    {
        position: inherit;
        z-index: 1000;
        bottom: 0;

        visibility: visible !important;

        -webkit-transition: none;
                transition: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;

        border-right: 0;
        border-left: 0;
        background-color: transparent;

        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom
    {
        height: auto;

        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-sm .offcanvas-body
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        overflow-y: visible;

        padding: 0;

        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
                flex-grow: 0;
    }
}
@media (min-width: 768px)
{
    .navbar-expand-md
    {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu
    {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-md .navbar-nav-scroll
    {
        overflow: visible;
    }

    .navbar-expand-md .navbar-collapse
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;

        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
                flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler
    {
        display: none;
    }

    .navbar-expand-md .offcanvas-header
    {
        display: none;
    }

    .navbar-expand-md .offcanvas
    {
        position: inherit;
        z-index: 1000;
        bottom: 0;

        visibility: visible !important;

        -webkit-transition: none;
                transition: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;

        border-right: 0;
        border-left: 0;
        background-color: transparent;

        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom
    {
        height: auto;

        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-md .offcanvas-body
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        overflow-y: visible;

        padding: 0;

        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
                flex-grow: 0;
    }
}
@media (min-width: 992px)
{
    .navbar-expand-lg
    {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu
    {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-lg .navbar-nav-scroll
    {
        overflow: visible;
    }

    .navbar-expand-lg .navbar-collapse
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;

        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
                flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler
    {
        display: none;
    }

    .navbar-expand-lg .offcanvas-header
    {
        display: none;
    }

    .navbar-expand-lg .offcanvas
    {
        position: inherit;
        z-index: 1000;
        bottom: 0;

        visibility: visible !important;

        -webkit-transition: none;
                transition: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;

        border-right: 0;
        border-left: 0;
        background-color: transparent;

        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom
    {
        height: auto;

        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-lg .offcanvas-body
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        overflow-y: visible;

        padding: 0;

        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
                flex-grow: 0;
    }
}
@media (min-width: 1200px)
{
    .navbar-expand-xl
    {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu
    {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-xl .navbar-nav-scroll
    {
        overflow: visible;
    }

    .navbar-expand-xl .navbar-collapse
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;

        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
                flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler
    {
        display: none;
    }

    .navbar-expand-xl .offcanvas-header
    {
        display: none;
    }

    .navbar-expand-xl .offcanvas
    {
        position: inherit;
        z-index: 1000;
        bottom: 0;

        visibility: visible !important;

        -webkit-transition: none;
                transition: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;

        border-right: 0;
        border-left: 0;
        background-color: transparent;

        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom
    {
        height: auto;

        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-xl .offcanvas-body
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        overflow-y: visible;

        padding: 0;

        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
                flex-grow: 0;
    }
}
@media (min-width: 1400px)
{
    .navbar-expand-xxl
    {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu
    {
        position: absolute;
    }

    .navbar-expand-xxl .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-xxl .navbar-nav-scroll
    {
        overflow: visible;
    }

    .navbar-expand-xxl .navbar-collapse
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;

        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
                flex-basis: auto;
    }

    .navbar-expand-xxl .navbar-toggler
    {
        display: none;
    }

    .navbar-expand-xxl .offcanvas-header
    {
        display: none;
    }

    .navbar-expand-xxl .offcanvas
    {
        position: inherit;
        z-index: 1000;
        bottom: 0;

        visibility: visible !important;

        -webkit-transition: none;
                transition: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;

        border-right: 0;
        border-left: 0;
        background-color: transparent;

        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom
    {
        height: auto;

        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-xxl .offcanvas-body
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        overflow-y: visible;

        padding: 0;

        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
                flex-grow: 0;
    }
}
.navbar-expand
{
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}

.navbar-expand .navbar-nav
{
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu
{
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link
{
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-expand .navbar-nav-scroll
{
    overflow: visible;
}

.navbar-expand .navbar-collapse
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;

    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
            flex-basis: auto;
}

.navbar-expand .navbar-toggler
{
    display: none;
}

.navbar-expand .offcanvas-header
{
    display: none;
}

.navbar-expand .offcanvas
{
    position: inherit;
    z-index: 1000;
    bottom: 0;

    visibility: visible !important;

    -webkit-transition: none;
            transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;

    border-right: 0;
    border-left: 0;
    background-color: transparent;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom
{
    height: auto;

    border-top: 0;
    border-bottom: 0;
}

.navbar-expand .offcanvas-body
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow-y: visible;

    padding: 0;

    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
            flex-grow: 0;
}

.navbar-light .navbar-brand
{
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus
{
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link
{
    color: rgba(0, 0, 0, .55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus
{
    color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled
{
    color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active
{
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler
{
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon
{
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280, 0, 0, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e');
}

.navbar-light .navbar-text
{
    color: rgba(0, 0, 0, .55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus
{
    color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand
{
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus
{
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link
{
    color: rgba(255, 255, 255, .55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus
{
    color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled
{
    color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active
{
    color: #fff;
}

.navbar-dark .navbar-toggler
{
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon
{
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e');
}

.navbar-dark .navbar-text
{
    color: rgba(255, 255, 255, .55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus
{
    color: #fff;
}

.card
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    background-color: #fff;
    background-clip: border-box;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.card > hr
{
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group
{
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child
{
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card > .list-group:last-child
{
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer
{
    border-top: 0;
}

.card-body
{
    padding: 1rem 1rem;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.card-title
{
    margin-bottom: .5rem;
}

.card-subtitle
{
    margin-top: -.25rem;
    margin-bottom: 0;
}

.card-text:last-child
{
    margin-bottom: 0;
}

.card-link + .card-link
{
    margin-left: 1rem;
}

.card-header
{
    margin-bottom: 0;
    padding: .5rem 1rem;

    border-bottom: 1px solid rgba(0, 0, 0, .125);
    background-color: rgba(0, 0, 0, .03);
}

.card-header:first-child
{
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-footer
{
    padding: .5rem 1rem;

    border-top: 1px solid rgba(0, 0, 0, .125);
    background-color: rgba(0, 0, 0, .03);
}

.card-footer:last-child
{
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs
{
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;

    border-bottom: 0;
}

.card-header-pills
{
    margin-right: -.5rem;
    margin-left: -.5rem;
}

.card-img-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 1rem;

    border-radius: calc(.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom
{
    width: 100%;
}

.card-img,
.card-img-top
{
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img,
.card-img-bottom
{
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-group > .card
{
    margin-bottom: .75rem;
}

@media (min-width: 576px)
{
    .card-group
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .card-group > .card
    {
        margin-bottom: 0;

        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0;
    }

    .card-group > .card + .card
    {
        margin-left: 0;

        border-left: 0;
    }

    .card-group > .card:not(:last-child)
    {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header
    {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer
    {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child)
    {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header
    {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer
    {
        border-bottom-left-radius: 0;
    }
}
.accordion-button
{
    font-size: 1rem;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 1rem 1.25rem;

    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    text-align: left;

    color: #212529;
    border: 0;
    border-radius: 0;
    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    overflow-anchor: none;
}

@media (prefers-reduced-motion: reduce)
{
    .accordion-button
    {
        -webkit-transition: none;
                transition: none;
    }
}
.accordion-button:not(.collapsed)
{
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);

    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%230c63e4\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e');
}

.accordion-button::after
{
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;

    content: '';
    -webkit-transition: -webkit-transform .2s ease-in-out;
            transition: -webkit-transform .2s ease-in-out;
            transition:         transform .2s ease-in-out;
            transition:         transform .2s ease-in-out, -webkit-transform .2s ease-in-out;

    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23212529\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-size: 1.25rem;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce)
{
    .accordion-button::after
    {
        -webkit-transition: none;
                transition: none;
    }
}
.accordion-button:hover
{
    z-index: 2;
}

.accordion-button:focus
{
    z-index: 3;

    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.accordion-header
{
    margin-bottom: 0;
}

.accordion-item
{
    border: 1px solid rgba(0, 0, 0, .125);
    background-color: #fff;
}

.accordion-item:first-of-type
{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.accordion-item:first-of-type .accordion-button
{
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.accordion-item:not(:first-of-type)
{
    border-top: 0;
}

.accordion-item:last-of-type
{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed
{
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse
{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.accordion-body
{
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse
{
    border-width: 0;
}

.accordion-flush .accordion-item
{
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child
{
    border-top: 0;
}

.accordion-flush .accordion-item:last-child
{
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button
{
    border-radius: 0;
}

.breadcrumb
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 1rem;
    padding: 0 0;

    list-style: none;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.breadcrumb-item + .breadcrumb-item
{
    padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before
{
    float: left;

    padding-right: .5rem;

    content: var(--bs-breadcrumb-divider, '/');

    color: #6c757d;
}

.breadcrumb-item.active
{
    color: #6c757d;
}

.pagination
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-left: 0;

    list-style: none;
}

.page-link
{
    position: relative;

    display: block;

    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;

    color: #0d6efd;
    border: 1px solid #dee2e6;
    background-color: #fff;
}

@media (prefers-reduced-motion: reduce)
{
    .page-link
    {
        -webkit-transition: none;
                transition: none;
    }
}
.page-link:hover
{
    z-index: 2;

    color: #0a58ca;
    border-color: #dee2e6;
    background-color: #e9ecef;
}

.page-link:focus
{
    z-index: 3;

    color: #0a58ca;
    outline: 0;
    background-color: #e9ecef;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.page-item:not(:first-child) .page-link
{
    margin-left: -1px;
}

.page-item.active .page-link
{
    z-index: 3;

    color: #fff;
    border-color: #0d6efd;
    background-color: #0d6efd;
}

.page-item.disabled .page-link
{
    pointer-events: none;

    color: #6c757d;
    border-color: #dee2e6;
    background-color: #fff;
}

.page-link
{
    padding: .375rem .75rem;
}

.page-item:first-child .page-link
{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link
{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.pagination-lg .page-link
{
    font-size: 1.25rem;

    padding: .75rem 1.5rem;
}

.pagination-lg .page-item:first-child .page-link
{
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link
{
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link
{
    font-size: .875rem;

    padding: .25rem .5rem;
}

.pagination-sm .page-item:first-child .page-link
{
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link
{
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.badge
{
    font-size: .75em;
    font-weight: 700;
    line-height: 1;

    display: inline-block;

    padding: .35em .65em;

    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;

    color: #fff;
    border-radius: .25rem;
}

.badge:empty
{
    display: none;
}

.btn .badge
{
    position: relative;
    top: -1px;
}

.alert
{
    position: relative;

    margin-bottom: 1rem;
    padding: 1rem 1rem;

    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-heading
{
    color: inherit;
}

.alert-link
{
    font-weight: 700;
}

.alert-dismissible
{
    padding-right: 3rem;
}

.alert-dismissible .btn-close
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    padding: 1.25rem 1rem;
}

.alert-primary
{
    color: #01776a;
    border-color: #b3eee8;
    background-color: #ccf4ef;
}

.alert-primary .alert-link
{
    color: #015f55;
}

.alert-deep-primary
{
    color: #005f5f;
    border-color: #b3e2e2;
    background-color: #ccecec;
}

.alert-deep-primary .alert-link
{
    color: #004c4c;
}

.alert-faded-blue
{
    color: #3a5f76;
    border-color: #cfe2ed;
    background-color: #dfecf3;
}

.alert-faded-blue .alert-link
{
    color: #2e4c5e;
}

.alert-faded-gold
{
    color: #766a3a;
    border-color: #ede8cf;
    background-color: #f3efdf;
}

.alert-faded-gold .alert-link
{
    color: #5e552e;
}

.alert-faded-pink
{
    color: #763a3a;
    border-color: #edcfcf;
    background-color: #f3dfdf;
}

.alert-faded-pink .alert-link
{
    color: #5e2e2e;
}

.alert-faded-silver
{
    color: #555859;
    border-color: #f2f5f5;
    background-color: #f7f8f9;
}

.alert-faded-silver .alert-link
{
    color: #444647;
}

.alert-faded-bronze
{
    color: #5d4c3e;
    border-color: #f8ebe1;
    background-color: #faf2eb;
}

.alert-faded-bronze .alert-link
{
    color: #4a3d32;
}

@-webkit-keyframes progress-bar-stripes
{
    0%
    {
        background-position-x: 1rem;
    }
}

@keyframes progress-bar-stripes
{
    0%
    {
        background-position-x: 1rem;
    }
}
.progress
{
    font-size: .75rem;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    height: 1rem;

    border-radius: .25rem;
    background-color: #e9ecef;
}

.progress-bar
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
            flex-direction: column;

    -webkit-transition: width .6s ease;
            transition: width .6s ease;
    text-align: center;
    white-space: nowrap;

    color: #fff;
    background-color: #0d6efd;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

@media (prefers-reduced-motion: reduce)
{
    .progress-bar
    {
        -webkit-transition: none;
                transition: none;
    }
}
.progress-bar-striped
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated
{
    -webkit-animation: 1s linear infinite progress-bar-stripes;
            animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce)
{
    .progress-bar-animated
    {
        -webkit-animation: none;
                animation: none;
    }
}
.list-group
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    margin-bottom: 0;
    padding-left: 0;

    border-radius: .25rem;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.list-group-numbered
{
    list-style-type: none;

    counter-reset: section;
}

.list-group-numbered > li::before
{
    content: counters(section, '.') '. ';
    counter-increment: section;
}

.list-group-item-action
{
    width: 100%;

    text-align: inherit;

    color: #495057;
}

.list-group-item-action:hover,
.list-group-item-action:focus
{
    z-index: 1;

    text-decoration: none;

    color: #495057;
    background-color: #f8f9fa;
}

.list-group-item-action:active
{
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item
{
    position: relative;

    display: block;

    padding: .5rem 1rem;

    text-decoration: none;

    color: #212529;
    border: 1px solid rgba(0, 0, 0, .125);
    background-color: #fff;
}

.list-group-item:first-child
{
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child
{
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled
{
    pointer-events: none;

    color: #6c757d;
    background-color: #fff;
}

.list-group-item.active
{
    z-index: 2;

    color: #fff;
    border-color: #0d6efd;
    background-color: #0d6efd;
}

.list-group-item + .list-group-item
{
    border-top-width: 0;
}

.list-group-item + .list-group-item.active
{
    margin-top: -1px;

    border-top-width: 1px;
}

.list-group-horizontal
{
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child
{
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
}

.list-group-horizontal > .list-group-item:last-child
{
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active
{
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item
{
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active
{
    margin-left: -1px;

    border-left-width: 1px;
}

@media (min-width: 576px)
{
    .list-group-horizontal-sm
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .list-group-horizontal-sm > .list-group-item:first-child
    {
        border-top-right-radius: 0;
        border-bottom-left-radius: .25rem;
    }

    .list-group-horizontal-sm > .list-group-item:last-child
    {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item.active
    {
        margin-top: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item
    {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active
    {
        margin-left: -1px;

        border-left-width: 1px;
    }
}
@media (min-width: 768px)
{
    .list-group-horizontal-md
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .list-group-horizontal-md > .list-group-item:first-child
    {
        border-top-right-radius: 0;
        border-bottom-left-radius: .25rem;
    }

    .list-group-horizontal-md > .list-group-item:last-child
    {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item.active
    {
        margin-top: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item
    {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active
    {
        margin-left: -1px;

        border-left-width: 1px;
    }
}
@media (min-width: 992px)
{
    .list-group-horizontal-lg
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .list-group-horizontal-lg > .list-group-item:first-child
    {
        border-top-right-radius: 0;
        border-bottom-left-radius: .25rem;
    }

    .list-group-horizontal-lg > .list-group-item:last-child
    {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item.active
    {
        margin-top: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item
    {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active
    {
        margin-left: -1px;

        border-left-width: 1px;
    }
}
@media (min-width: 1200px)
{
    .list-group-horizontal-xl
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .list-group-horizontal-xl > .list-group-item:first-child
    {
        border-top-right-radius: 0;
        border-bottom-left-radius: .25rem;
    }

    .list-group-horizontal-xl > .list-group-item:last-child
    {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item.active
    {
        margin-top: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item
    {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active
    {
        margin-left: -1px;

        border-left-width: 1px;
    }
}
@media (min-width: 1400px)
{
    .list-group-horizontal-xxl
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .list-group-horizontal-xxl > .list-group-item:first-child
    {
        border-top-right-radius: 0;
        border-bottom-left-radius: .25rem;
    }

    .list-group-horizontal-xxl > .list-group-item:last-child
    {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xxl > .list-group-item.active
    {
        margin-top: 0;
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item
    {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active
    {
        margin-left: -1px;

        border-left-width: 1px;
    }
}
.list-group-flush
{
    border-radius: 0;
}

.list-group-flush > .list-group-item
{
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child
{
    border-bottom-width: 0;
}

.list-group-item-primary
{
    color: #01776a;
    background-color: #ccf4ef;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus
{
    color: #01776a;
    background-color: #b8dcd7;
}

.list-group-item-primary.list-group-item-action.active
{
    color: #fff;
    border-color: #01776a;
    background-color: #01776a;
}

.list-group-item-deep-primary
{
    color: #005f5f;
    background-color: #ccecec;
}

.list-group-item-deep-primary.list-group-item-action:hover,
.list-group-item-deep-primary.list-group-item-action:focus
{
    color: #005f5f;
    background-color: #b8d4d4;
}

.list-group-item-deep-primary.list-group-item-action.active
{
    color: #fff;
    border-color: #005f5f;
    background-color: #005f5f;
}

.list-group-item-faded-blue
{
    color: #3a5f76;
    background-color: #dfecf3;
}

.list-group-item-faded-blue.list-group-item-action:hover,
.list-group-item-faded-blue.list-group-item-action:focus
{
    color: #3a5f76;
    background-color: #c9d4db;
}

.list-group-item-faded-blue.list-group-item-action.active
{
    color: #fff;
    border-color: #3a5f76;
    background-color: #3a5f76;
}

.list-group-item-faded-gold
{
    color: #766a3a;
    background-color: #f3efdf;
}

.list-group-item-faded-gold.list-group-item-action:hover,
.list-group-item-faded-gold.list-group-item-action:focus
{
    color: #766a3a;
    background-color: #dbd7c9;
}

.list-group-item-faded-gold.list-group-item-action.active
{
    color: #fff;
    border-color: #766a3a;
    background-color: #766a3a;
}

.list-group-item-faded-pink
{
    color: #763a3a;
    background-color: #f3dfdf;
}

.list-group-item-faded-pink.list-group-item-action:hover,
.list-group-item-faded-pink.list-group-item-action:focus
{
    color: #763a3a;
    background-color: #dbc9c9;
}

.list-group-item-faded-pink.list-group-item-action.active
{
    color: #fff;
    border-color: #763a3a;
    background-color: #763a3a;
}

.list-group-item-faded-silver
{
    color: #555859;
    background-color: #f7f8f9;
}

.list-group-item-faded-silver.list-group-item-action:hover,
.list-group-item-faded-silver.list-group-item-action:focus
{
    color: #555859;
    background-color: #dedfe0;
}

.list-group-item-faded-silver.list-group-item-action.active
{
    color: #fff;
    border-color: #555859;
    background-color: #555859;
}

.list-group-item-faded-bronze
{
    color: #5d4c3e;
    background-color: #faf2eb;
}

.list-group-item-faded-bronze.list-group-item-action:hover,
.list-group-item-faded-bronze.list-group-item-action:focus
{
    color: #5d4c3e;
    background-color: #e1dad4;
}

.list-group-item-faded-bronze.list-group-item-action.active
{
    color: #fff;
    border-color: #5d4c3e;
    background-color: #5d4c3e;
}

.btn-close
{
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;

    opacity: .5;
    color: #000;
    border: 0;
    border-radius: .25rem;
    background: transparent url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23000\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/1em auto no-repeat;
}

.btn-close:hover
{
    text-decoration: none;

    opacity: .75;
    color: #000;
}

.btn-close:focus
{
    opacity: 1;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.btn-close:disabled,
.btn-close.disabled
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;

    opacity: .25;
}

.btn-close-white
{
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
            filter: invert(1) grayscale(100%) brightness(200%);
}

.toast
{
    font-size: .875rem;

    width: 350px;
    max-width: 100%;

    pointer-events: auto;

    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.toast.showing
{
    opacity: 0;
}

.toast:not(.show)
{
    display: none;
}

.toast-container
{
    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    max-width: 100%;

    pointer-events: none;
}

.toast-container > :not(:last-child)
{
    margin-bottom: .75rem;
}

.toast-header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: .5rem .75rem;

    color: #6c757d;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.toast-header .btn-close
{
    margin-right: -.375rem;
    margin-left: .75rem;
}

.toast-body
{
    padding: .75rem;

    word-wrap: break-word;
}

.modal
{
    position: fixed;
    z-index: 1055;
    top: 0;
    left: 0;

    display: none;
    overflow-x: hidden;
    overflow-y: auto;

    width: 100%;
    height: 100%;

    outline: 0;
}

.modal-dialog
{
    position: relative;

    width: auto;
    margin: .5rem;

    pointer-events: none;
}

.modal.fade .modal-dialog
{
    -webkit-transition: -webkit-transform .3s ease-out;
            transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;
            transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce)
{
    .modal.fade .modal-dialog
    {
        -webkit-transition: none;
                transition: none;
    }
}
.modal.show .modal-dialog
{
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.modal.modal-static .modal-dialog
{
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}

.modal-dialog-scrollable
{
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content
{
    overflow: hidden;

    max-height: 100%;
}

.modal-dialog-scrollable .modal-body
{
    overflow-y: auto;
}

.modal-dialog-centered
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-height: calc(100% - 1rem);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.modal-content
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;

    pointer-events: auto;

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    background-color: #fff;
    background-clip: padding-box;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.modal-backdrop
{
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    background-color: #000;
}

.modal-backdrop.fade
{
    opacity: 0;
}

.modal-backdrop.show
{
    opacity: .5;
}

.modal-header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 1rem 1rem;

    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.modal-header .btn-close
{
    margin: -.5rem -.5rem -.5rem auto;
    padding: .5rem .5rem;
}

.modal-title
{
    line-height: 1.5;

    margin-bottom: 0;
}

.modal-body
{
    position: relative;

    padding: 1rem;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.modal-footer
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: .75rem;

    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

.modal-footer > *
{
    margin: .25rem;
}

@media (min-width: 576px)
{
    .modal-dialog
    {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable
    {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered
    {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm
    {
        max-width: 300px;
    }
}
@media (min-width: 992px)
{
    .modal-lg,
    .modal-xl
    {
        max-width: 800px;
    }
}
@media (min-width: 1200px)
{
    .modal-xl
    {
        max-width: 1140px;
    }
}
.modal-fullscreen
{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content
{
    height: 100%;

    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header
{
    border-radius: 0;
}

.modal-fullscreen .modal-body
{
    overflow-y: auto;
}

.modal-fullscreen .modal-footer
{
    border-radius: 0;
}

@media (max-width: 575.98px)
{
    .modal-fullscreen-sm-down
    {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content
    {
        height: 100%;

        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header
    {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body
    {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer
    {
        border-radius: 0;
    }
}
@media (max-width: 767.98px)
{
    .modal-fullscreen-md-down
    {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content
    {
        height: 100%;

        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header
    {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body
    {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer
    {
        border-radius: 0;
    }
}
@media (max-width: 991.98px)
{
    .modal-fullscreen-lg-down
    {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content
    {
        height: 100%;

        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header
    {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body
    {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer
    {
        border-radius: 0;
    }
}
@media (max-width: 1199.98px)
{
    .modal-fullscreen-xl-down
    {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content
    {
        height: 100%;

        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header
    {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body
    {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer
    {
        border-radius: 0;
    }
}
@media (max-width: 1399.98px)
{
    .modal-fullscreen-xxl-down
    {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content
    {
        height: 100%;

        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header
    {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body
    {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer
    {
        border-radius: 0;
    }
}
.tooltip
{
    font-family: 'Nunito', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;

    position: absolute;
    z-index: 1080;

    display: block;

    margin: 0;

    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;

    opacity: 0;
    text-shadow: none;

    line-break: auto;
}

.tooltip.show
{
    opacity: .9;
}

.tooltip .tooltip-arrow
{
    position: absolute;

    display: block;

    width: .8rem;
    height: .4rem;
}

.tooltip .tooltip-arrow::before
{
    position: absolute;

    content: '';

    border-style: solid;
    border-color: transparent;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top]
{
    padding: .4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow
{
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before
{
    top: -1px;

    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right]
{
    padding: 0 .4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow
{
    left: 0;

    width: .4rem;
    height: .8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before
{
    right: -1px;

    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom]
{
    padding: .4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow
{
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before
{
    bottom: -1px;

    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left]
{
    padding: 0 .4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow
{
    right: 0;

    width: .4rem;
    height: .8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before
{
    left: -1px;

    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}

.tooltip-inner
{
    max-width: 200px;
    padding: .25rem .5rem;

    text-align: center;

    color: #fff;
    border-radius: .25rem;
    background-color: #000;
}

.popover
{
    font-family: 'Nunito', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;

    position: absolute;
    z-index: 1070;
    top: 0;
    left: 0;

    display: block;

    max-width: 276px;

    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    background-color: #fff;
    background-clip: padding-box;
    text-shadow: none;

    line-break: auto;
}

.popover .popover-arrow
{
    position: absolute;

    display: block;

    width: 1rem;
    height: .5rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after
{
    position: absolute;

    display: block;

    content: '';

    border-style: solid;
    border-color: transparent;
}

.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow
{
    bottom: calc(-.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before
{
    bottom: 0;

    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after
{
    bottom: 1px;

    border-width: .5rem .5rem 0;
    border-top-color: #fff;
}

.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow
{
    left: calc(-.5rem - 1px);

    width: .5rem;
    height: 1rem;
}

.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before
{
    left: 0;

    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after
{
    left: 1px;

    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow
{
    top: calc(-.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before
{
    top: 0;

    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after
{
    top: 1px;

    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 1rem;
    margin-left: -.5rem;

    content: '';

    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow
{
    right: calc(-.5rem - 1px);

    width: .5rem;
    height: 1rem;
}

.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before
{
    right: 0;

    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after
{
    right: 1px;

    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff;
}

.popover-header
{
    font-size: 1rem;

    margin-bottom: 0;
    padding: .5rem 1rem;

    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background-color: #f0f0f0;
}

.popover-header:empty
{
    display: none;
}

.popover-body
{
    padding: 1rem 1rem;

    color: #212529;
}

.carousel
{
    position: relative;
}

.carousel.pointer-event
{
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}

.carousel-inner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}

.carousel-inner::after
{
    display: block;
    clear: both;

    content: '';
}

.carousel-item
{
    position: relative;

    display: none;
    float: left;

    width: 100%;
    margin-right: -100%;

    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;
            transition:         transform .6s ease-in-out, -webkit-transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

@media (prefers-reduced-motion: reduce)
{
    .carousel-item
    {
        -webkit-transition: none;
                transition: none;
    }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev
{
    display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end
{
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start
{
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item
{
    -webkit-transition-property: opacity;
            transition-property: opacity;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;

    opacity: 0;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end
{
    z-index: 1;

    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end
{
    z-index: 0;

    -webkit-transition: opacity 0s .6s;
            transition: opacity 0s .6s;

    opacity: 0;
}

@media (prefers-reduced-motion: reduce)
{
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end
    {
        -webkit-transition: none;
                transition: none;
    }
}
.carousel-control-prev,
.carousel-control-next
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 15%;
    padding: 0;

    -webkit-transition: opacity .15s ease;
            transition: opacity .15s ease;
    text-align: center;

    opacity: .5;
    color: #fff;
    border: 0;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

@media (prefers-reduced-motion: reduce)
{
    .carousel-control-prev,
    .carousel-control-next
    {
        -webkit-transition: none;
                transition: none;
    }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus
{
    text-decoration: none;

    opacity: .9;
    color: #fff;
    outline: 0;
}

.carousel-control-prev
{
    left: 0;
}

.carousel-control-next
{
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon
{
    display: inline-block;

    width: 2rem;
    height: 2rem;

    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon
{
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\'/%3e%3c/svg%3e');
}

.carousel-control-next-icon
{
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e');
}

.carousel-indicators
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    padding: 0;

    list-style: none;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.carousel-indicators [data-bs-target]
{
    box-sizing: content-box;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: opacity .6s ease;
            transition: opacity .6s ease;
    text-indent: -999px;

    opacity: .5;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background-color: #fff;
    background-clip: padding-box;

    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

@media (prefers-reduced-motion: reduce)
{
    .carousel-indicators [data-bs-target]
    {
        -webkit-transition: none;
                transition: none;
    }
}
.carousel-indicators .active
{
    opacity: 1;
}

.carousel-caption
{
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;

    padding-top: 1.25rem;
    padding-bottom: 1.25rem;

    text-align: center;

    color: #fff;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon
{
    -webkit-filter: invert(1) grayscale(100);
            filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target]
{
    background-color: #000;
}

.carousel-dark .carousel-caption
{
    color: #000;
}

@-webkit-keyframes spinner-border
{
    to
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spinner-border
{
    to
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.spinner-border
{
    display: inline-block;

    width: 2rem;
    height: 2rem;

    -webkit-animation: .75s linear infinite spinner-border;
            animation: .75s linear infinite spinner-border;
    vertical-align: -.125em;

    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
}

.spinner-border-sm
{
    width: 1rem;
    height: 1rem;

    border-width: .2em;
}

@-webkit-keyframes spinner-grow
{
    0%
    {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    50%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@keyframes spinner-grow
{
    0%
    {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    50%
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
.spinner-grow
{
    display: inline-block;

    width: 2rem;
    height: 2rem;

    -webkit-animation: .75s linear infinite spinner-grow;
            animation: .75s linear infinite spinner-grow;
    vertical-align: -.125em;

    opacity: 0;
    border-radius: 50%;
    background-color: currentColor;
}

.spinner-grow-sm
{
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce)
{
    .spinner-border,
    .spinner-grow
    {
        -webkit-animation-duration: 1.5s;
                animation-duration: 1.5s;
    }
}
.offcanvas
{
    position: fixed;
    z-index: 1045;
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    visibility: hidden;
            flex-direction: column;

    max-width: 100%;

    -webkit-transition: -webkit-transform .3s ease-in-out;
            transition: -webkit-transform .3s ease-in-out;
            transition:         transform .3s ease-in-out;
            transition:         transform .3s ease-in-out, -webkit-transform .3s ease-in-out;

    outline: 0;
    background-color: #fff;
    background-clip: padding-box;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

@media (prefers-reduced-motion: reduce)
{
    .offcanvas
    {
        -webkit-transition: none;
                transition: none;
    }
}
.offcanvas-backdrop
{
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    background-color: #000;
}

.offcanvas-backdrop.fade
{
    opacity: 0;
}

.offcanvas-backdrop.show
{
    opacity: .5;
}

.offcanvas-header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 1rem 1rem;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.offcanvas-header .btn-close
{
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    padding: .5rem .5rem;
}

.offcanvas-title
{
    line-height: 1.5;

    margin-bottom: 0;
}

.offcanvas-body
{
    overflow-y: auto;

    padding: 1rem 1rem;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
}

.offcanvas-start
{
    top: 0;
    left: 0;

    width: 400px;

    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);

    border-right: 1px solid rgba(0, 0, 0, .2);
}

.offcanvas-end
{
    top: 0;
    right: 0;

    width: 400px;

    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);

    border-left: 1px solid rgba(0, 0, 0, .2);
}

.offcanvas-top
{
    top: 0;
    right: 0;
    left: 0;

    height: 30vh;
    max-height: 100%;

    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.offcanvas-bottom
{
    right: 0;
    left: 0;

    height: 30vh;
    max-height: 100%;

    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);

    border-top: 1px solid rgba(0, 0, 0, .2);
}

.offcanvas.show
{
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.placeholder
{
    display: inline-block;

    min-height: 1em;

    cursor: wait;
    vertical-align: middle;

    opacity: .5;
    background-color: currentColor;
}

.placeholder.btn::before
{
    display: inline-block;

    content: '';
}

.placeholder-xs
{
    min-height: .6em;
}

.placeholder-sm
{
    min-height: .8em;
}

.placeholder-lg
{
    min-height: 1.2em;
}

.placeholder-glow .placeholder
{
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
            animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow
{
    50%
    {
        opacity: .2;
    }
}

@keyframes placeholder-glow
{
    50%
    {
        opacity: .2;
    }
}
.placeholder-wave
{
    -webkit-animation: placeholder-wave 2s linear infinite;
            animation: placeholder-wave 2s linear infinite;

    -webkit-mask-image: -webkit-linear-gradient(320deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
            mask-image:         linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
            mask-size: 200% 100%;
}

@-webkit-keyframes placeholder-wave
{
    100%
    {
        -webkit-mask-position: -200% 0;
                mask-position: -200% 0;
    }
}

@keyframes placeholder-wave
{
    100%
    {
        -webkit-mask-position: -200% 0;
                mask-position: -200% 0;
    }
}
.clearfix::after
{
    display: block;
    clear: both;

    content: '';
}

.link-primary
{
    color: #01c7b1;
}

.link-primary:hover,
.link-primary:focus
{
    color: #34d2c1;
}

.link-deep-primary
{
    color: #009f9f;
}

.link-deep-primary:hover,
.link-deep-primary:focus
{
    color: #33b2b2;
}

.link-faded-blue
{
    color: #609ec4;
}

.link-faded-blue:hover,
.link-faded-blue:focus
{
    color: #80b1d0;
}

.link-faded-gold
{
    color: #c4b160;
}

.link-faded-gold:hover,
.link-faded-gold:focus
{
    color: #d0c180;
}

.link-faded-pink
{
    color: #c46060;
}

.link-faded-pink:hover,
.link-faded-pink:focus
{
    color: #d08080;
}

.link-faded-silver
{
    color: #d5dcdf;
}

.link-faded-silver:hover,
.link-faded-silver:focus
{
    color: #dde3e5;
}

.link-faded-bronze
{
    color: #e8bd9c;
}

.link-faded-bronze:hover,
.link-faded-bronze:focus
{
    color: #edcab0;
}

.ratio
{
    position: relative;

    width: 100%;
}

.ratio::before
{
    display: block;

    padding-top: var(--bs-aspect-ratio);

    content: '';
}

.ratio > *
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.ratio-1x1
{
    --bs-aspect-ratio: 100%;
}

.ratio-4x3
{
    --bs-aspect-ratio: 75%;
}

.ratio-16x9
{
    --bs-aspect-ratio: 56.25%;
}

.ratio-21x9
{
    --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top
{
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    left: 0;
}

.fixed-bottom
{
    position: fixed;
    z-index: 1030;
    right: 0;
    bottom: 0;
    left: 0;
}

.sticky-top
{
    position: -webkit-sticky;
    position:         sticky;
    z-index: 1020;
    top: 0;
}

@media (min-width: 576px)
{
    .sticky-sm-top
    {
        position: -webkit-sticky;
        position:         sticky;
        z-index: 1020;
        top: 0;
    }
}
@media (min-width: 768px)
{
    .sticky-md-top
    {
        position: -webkit-sticky;
        position:         sticky;
        z-index: 1020;
        top: 0;
    }
}
@media (min-width: 992px)
{
    .sticky-lg-top
    {
        position: -webkit-sticky;
        position:         sticky;
        z-index: 1020;
        top: 0;
    }
}
@media (min-width: 1200px)
{
    .sticky-xl-top
    {
        position: -webkit-sticky;
        position:         sticky;
        z-index: 1020;
        top: 0;
    }
}
@media (min-width: 1400px)
{
    .sticky-xxl-top
    {
        position: -webkit-sticky;
        position:         sticky;
        z-index: 1020;
        top: 0;
    }
}
.hstack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
}

.vstack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within)
{
    position: absolute !important;

    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;

    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;

    white-space: nowrap !important;

    border: 0 !important;
}

.stretched-link::after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
}

.text-truncate
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.vr
{
    display: inline-block;

    width: 1px;
    min-height: 1em;

    opacity: .25;
    background-color: currentColor;

    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
}

.align-baseline
{
    vertical-align: baseline !important;
}

.align-top
{
    vertical-align: top !important;
}

.align-middle
{
    vertical-align: middle !important;
}

.align-bottom
{
    vertical-align: bottom !important;
}

.align-text-bottom
{
    vertical-align: text-bottom !important;
}

.align-text-top
{
    vertical-align: text-top !important;
}

.float-start
{
    float: left !important;
}

.float-end
{
    float: right !important;
}

.float-none
{
    float: none !important;
}

.opacity-0
{
    opacity: 0 !important;
}

.opacity-25
{
    opacity: .25 !important;
}

.opacity-50
{
    opacity: .5 !important;
}

.opacity-75
{
    opacity: .75 !important;
}

.opacity-100
{
    opacity: 1 !important;
}

.overflow-auto
{
    overflow: auto !important;
}

.overflow-hidden
{
    overflow: hidden !important;
}

.overflow-visible
{
    overflow: visible !important;
}

.overflow-scroll
{
    overflow: scroll !important;
}

.d-inline
{
    display: inline !important;
}

.d-inline-block
{
    display: inline-block !important;
}

.d-block
{
    display: block !important;
}

.d-grid
{
    display: grid !important;
}

.d-table
{
    display: table !important;
}

.d-table-row
{
    display: table-row !important;
}

.d-table-cell
{
    display: table-cell !important;
}

.d-flex
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;
}

.d-inline-flex
{
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display:         inline-flex !important;
}

.d-none
{
    display: none !important;
}

.shadow
{
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-sm
{
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow-lg
{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none
{
    box-shadow: none !important;
}

.position-static
{
    position: static !important;
}

.position-relative
{
    position: relative !important;
}

.position-absolute
{
    position: absolute !important;
}

.position-fixed
{
    position: fixed !important;
}

.position-sticky
{
    position: -webkit-sticky !important;
    position:         sticky !important;
}

.top-0
{
    top: 0 !important;
}

.top-50
{
    top: 50% !important;
}

.top-100
{
    top: 100% !important;
}

.bottom-0
{
    bottom: 0 !important;
}

.bottom-50
{
    bottom: 50% !important;
}

.bottom-100
{
    bottom: 100% !important;
}

.start-0
{
    left: 0 !important;
}

.start-50
{
    left: 50% !important;
}

.start-100
{
    left: 100% !important;
}

.end-0
{
    right: 0 !important;
}

.end-50
{
    right: 50% !important;
}

.end-100
{
    right: 100% !important;
}

.translate-middle
{
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
}

.translate-middle-x
{
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
}

.translate-middle-y
{
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
}

.border
{
    border: 1px solid #dee2e6 !important;
}

.border-0
{
    border: 0 !important;
}

.border-top
{
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0
{
    border-top: 0 !important;
}

.border-end
{
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0
{
    border-right: 0 !important;
}

.border-bottom
{
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0
{
    border-bottom: 0 !important;
}

.border-start
{
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0
{
    border-left: 0 !important;
}

.border-primary
{
    border-color: #01c7b1 !important;
}

.border-deep-primary
{
    border-color: #009f9f !important;
}

.border-faded-blue
{
    border-color: #609ec4 !important;
}

.border-faded-gold
{
    border-color: #c4b160 !important;
}

.border-faded-pink
{
    border-color: #c46060 !important;
}

.border-faded-silver
{
    border-color: #d5dcdf !important;
}

.border-faded-bronze
{
    border-color: #e8bd9c !important;
}

.border-white
{
    border-color: #fff !important;
}

.border-1
{
    border-width: 1px !important;
}

.border-2
{
    border-width: 2px !important;
}

.border-3
{
    border-width: 3px !important;
}

.border-4
{
    border-width: 4px !important;
}

.border-5
{
    border-width: 5px !important;
}

.w-25
{
    width: 25% !important;
}

.w-50
{
    width: 50% !important;
}

.w-75
{
    width: 75% !important;
}

.w-100
{
    width: 100% !important;
}

.w-auto
{
    width: auto !important;
}

.mw-100
{
    max-width: 100% !important;
}

.vw-100
{
    width: 100vw !important;
}

.min-vw-100
{
    min-width: 100vw !important;
}

.h-25
{
    height: 25% !important;
}

.h-50
{
    height: 50% !important;
}

.h-75
{
    height: 75% !important;
}

.h-100
{
    height: 100% !important;
}

.h-auto
{
    height: auto !important;
}

.mh-100
{
    max-height: 100% !important;
}

.vh-100
{
    height: 100vh !important;
}

.min-vh-100
{
    min-height: 100vh !important;
}

.flex-fill
{
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
}

.flex-row
{
            flex-direction: row !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
}

.flex-column
{
            flex-direction: column !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
}

.flex-row-reverse
{
            flex-direction: row-reverse !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
}

.flex-column-reverse
{
            flex-direction: column-reverse !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
}

.flex-grow-0
{
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}

.flex-grow-1
{
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}

.flex-shrink-0
{
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
}

.flex-shrink-1
{
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
}

.flex-wrap
{
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
}

.flex-nowrap
{
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
}

.flex-wrap-reverse
{
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
}

.gap-0
{
    gap: 0 !important;
}

.gap-1
{
    gap: .25rem !important;
}

.gap-2
{
    gap: .5rem !important;
}

.gap-3
{
    gap: 1rem !important;
}

.gap-4
{
    gap: 1.5rem !important;
}

.gap-5
{
    gap: 3rem !important;
}

.justify-content-start
{
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}

.justify-content-end
{
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}

.justify-content-center
{
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
            justify-content: center !important;
}

.justify-content-between
{
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}

.justify-content-around
{
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
}

.justify-content-evenly
{
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
}

.align-items-start
{
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
            align-items: flex-start !important;
}

.align-items-end
{
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
            align-items: flex-end !important;
}

.align-items-center
{
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
            align-items: center !important;
}

.align-items-baseline
{
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
            align-items: baseline !important;
}

.align-items-stretch
{
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
            align-items: stretch !important;
}

.align-content-start
{
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
}

.align-content-end
{
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
}

.align-content-center
{
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
            align-content: center !important;
}

.align-content-between
{
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
}

.align-content-around
{
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
}

.align-content-stretch
{
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
}

.align-self-auto
{
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
            align-self: auto !important;
}

.align-self-start
{
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
            align-self: flex-start !important;
}

.align-self-end
{
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
            align-self: flex-end !important;
}

.align-self-center
{
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
            align-self: center !important;
}

.align-self-baseline
{
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
}

.align-self-stretch
{
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
}

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

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

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

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

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

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

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

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

.m-0
{
    margin: 0 !important;
}

.m-1
{
    margin: .25rem !important;
}

.m-2
{
    margin: .5rem !important;
}

.m-3
{
    margin: 1rem !important;
}

.m-4
{
    margin: 1.5rem !important;
}

.m-5
{
    margin: 3rem !important;
}

.m-auto
{
    margin: auto !important;
}

.mx-0
{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1
{
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

.mx-2
{
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.mx-3
{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4
{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5
{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto
{
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1
{
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.my-2
{
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.my-3
{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4
{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5
{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto
{
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0
{
    margin-top: 0 !important;
}

.mt-1
{
    margin-top: .25rem !important;
}

.mt-2
{
    margin-top: .5rem !important;
}

.mt-3
{
    margin-top: 1rem !important;
}

.mt-4
{
    margin-top: 1.5rem !important;
}

.mt-5
{
    margin-top: 3rem !important;
}

.mt-auto
{
    margin-top: auto !important;
}

.me-0
{
    margin-right: 0 !important;
}

.me-1
{
    margin-right: .25rem !important;
}

.me-2
{
    margin-right: .5rem !important;
}

.me-3
{
    margin-right: 1rem !important;
}

.me-4
{
    margin-right: 1.5rem !important;
}

.me-5
{
    margin-right: 3rem !important;
}

.me-auto
{
    margin-right: auto !important;
}

.mb-0
{
    margin-bottom: 0 !important;
}

.mb-1
{
    margin-bottom: .25rem !important;
}

.mb-2
{
    margin-bottom: .5rem !important;
}

.mb-3
{
    margin-bottom: 1rem !important;
}

.mb-4
{
    margin-bottom: 1.5rem !important;
}

.mb-5
{
    margin-bottom: 3rem !important;
}

.mb-auto
{
    margin-bottom: auto !important;
}

.ms-0
{
    margin-left: 0 !important;
}

.ms-1
{
    margin-left: .25rem !important;
}

.ms-2
{
    margin-left: .5rem !important;
}

.ms-3
{
    margin-left: 1rem !important;
}

.ms-4
{
    margin-left: 1.5rem !important;
}

.ms-5
{
    margin-left: 3rem !important;
}

.ms-auto
{
    margin-left: auto !important;
}

.p-0
{
    padding: 0 !important;
}

.p-1
{
    padding: .25rem !important;
}

.p-2
{
    padding: .5rem !important;
}

.p-3
{
    padding: 1rem !important;
}

.p-4
{
    padding: 1.5rem !important;
}

.p-5
{
    padding: 3rem !important;
}

.px-0
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1
{
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.px-2
{
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.px-3
{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4
{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5
{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1
{
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.py-2
{
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.py-3
{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4
{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5
{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0
{
    padding-top: 0 !important;
}

.pt-1
{
    padding-top: .25rem !important;
}

.pt-2
{
    padding-top: .5rem !important;
}

.pt-3
{
    padding-top: 1rem !important;
}

.pt-4
{
    padding-top: 1.5rem !important;
}

.pt-5
{
    padding-top: 3rem !important;
}

.pe-0
{
    padding-right: 0 !important;
}

.pe-1
{
    padding-right: .25rem !important;
}

.pe-2
{
    padding-right: .5rem !important;
}

.pe-3
{
    padding-right: 1rem !important;
}

.pe-4
{
    padding-right: 1.5rem !important;
}

.pe-5
{
    padding-right: 3rem !important;
}

.pb-0
{
    padding-bottom: 0 !important;
}

.pb-1
{
    padding-bottom: .25rem !important;
}

.pb-2
{
    padding-bottom: .5rem !important;
}

.pb-3
{
    padding-bottom: 1rem !important;
}

.pb-4
{
    padding-bottom: 1.5rem !important;
}

.pb-5
{
    padding-bottom: 3rem !important;
}

.ps-0
{
    padding-left: 0 !important;
}

.ps-1
{
    padding-left: .25rem !important;
}

.ps-2
{
    padding-left: .5rem !important;
}

.ps-3
{
    padding-left: 1rem !important;
}

.ps-4
{
    padding-left: 1.5rem !important;
}

.ps-5
{
    padding-left: 3rem !important;
}

.font-monospace
{
    font-family: var(--bs-font-monospace) !important;
}

.fs-1
{
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2
{
    font-size: calc(1.325rem + .9vw) !important;
}

.fs-3
{
    font-size: calc(1.3rem + .6vw) !important;
}

.fs-4
{
    font-size: calc(1.275rem + .3vw) !important;
}

.fs-5
{
    font-size: 1.25rem !important;
}

.fs-6
{
    font-size: 1rem !important;
}

.fst-italic
{
    font-style: italic !important;
}

.fst-normal
{
    font-style: normal !important;
}

.fw-light
{
    font-weight: 300 !important;
}

.fw-lighter
{
    font-weight: lighter !important;
}

.fw-normal
{
    font-weight: 400 !important;
}

.fw-bold
{
    font-weight: 700 !important;
}

.fw-bolder
{
    font-weight: bolder !important;
}

.lh-1
{
    line-height: 1 !important;
}

.lh-sm
{
    line-height: 1.25 !important;
}

.lh-base
{
    line-height: 1.5 !important;
}

.lh-lg
{
    line-height: 2 !important;
}

.text-start
{
    text-align: left !important;
}

.text-end
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

.text-decoration-none
{
    text-decoration: none !important;
}

.text-decoration-underline
{
    text-decoration: underline !important;
}

.text-decoration-line-through
{
    text-decoration: line-through !important;
}

.text-lowercase
{
    text-transform: lowercase !important;
}

.text-uppercase
{
    text-transform: uppercase !important;
}

.text-capitalize
{
    text-transform: capitalize !important;
}

.text-wrap
{
    white-space: normal !important;
}

.text-nowrap
{
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break
{
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary
{
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;

    --bs-text-opacity: 1;
}

.text-secondary
{
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;

    --bs-text-opacity: 1;
}

.text-success
{
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;

    --bs-text-opacity: 1;
}

.text-info
{
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;

    --bs-text-opacity: 1;
}

.text-warning
{
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;

    --bs-text-opacity: 1;
}

.text-danger
{
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;

    --bs-text-opacity: 1;
}

.text-light
{
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;

    --bs-text-opacity: 1;
}

.text-dark
{
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;

    --bs-text-opacity: 1;
}

.text-black
{
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;

    --bs-text-opacity: 1;
}

.text-white
{
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;

    --bs-text-opacity: 1;
}

.text-body
{
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;

    --bs-text-opacity: 1;
}

.text-muted
{
    color: #7e8fa4 !important;

    --bs-text-opacity: 1;
}

.text-black-50
{
    color: rgba(0, 0, 0, .5) !important;

    --bs-text-opacity: 1;
}

.text-white-50
{
    color: rgba(255, 255, 255, .5) !important;

    --bs-text-opacity: 1;
}

.text-reset
{
    color: inherit !important;

    --bs-text-opacity: 1;
}

.text-opacity-25
{
    --bs-text-opacity: .25;
}

.text-opacity-50
{
    --bs-text-opacity: .5;
}

.text-opacity-75
{
    --bs-text-opacity: .75;
}

.text-opacity-100
{
    --bs-text-opacity: 1;
}

.bg-primary
{
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;

    --bs-bg-opacity: 1;
}

.bg-secondary
{
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;

    --bs-bg-opacity: 1;
}

.bg-success
{
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;

    --bs-bg-opacity: 1;
}

.bg-info
{
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;

    --bs-bg-opacity: 1;
}

.bg-warning
{
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;

    --bs-bg-opacity: 1;
}

.bg-danger
{
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;

    --bs-bg-opacity: 1;
}

.bg-light
{
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;

    --bs-bg-opacity: 1;
}

.bg-dark
{
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;

    --bs-bg-opacity: 1;
}

.bg-black
{
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;

    --bs-bg-opacity: 1;
}

.bg-white
{
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;

    --bs-bg-opacity: 1;
}

.bg-body
{
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;

    --bs-bg-opacity: 1;
}

.bg-transparent
{
    background-color: transparent !important;

    --bs-bg-opacity: 1;
}

.bg-opacity-10
{
    --bs-bg-opacity: .1;
}

.bg-opacity-25
{
    --bs-bg-opacity: .25;
}

.bg-opacity-50
{
    --bs-bg-opacity: .5;
}

.bg-opacity-75
{
    --bs-bg-opacity: .75;
}

.bg-opacity-100
{
    --bs-bg-opacity: 1;
}

.bg-gradient
{
    background-image: var(--bs-gradient) !important;
}

.user-select-all
{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
}

.user-select-auto
{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
}

.user-select-none
{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
}

.pe-none
{
    pointer-events: none !important;
}

.pe-auto
{
    pointer-events: auto !important;
}

.rounded
{
    border-radius: .25rem !important;
}

.rounded-0
{
    border-radius: 0 !important;
}

.rounded-1
{
    border-radius: .2rem !important;
}

.rounded-2
{
    border-radius: .25rem !important;
}

.rounded-3
{
    border-radius: .3rem !important;
}

.rounded-circle
{
    border-radius: 50% !important;
}

.rounded-pill
{
    border-radius: 50rem !important;
}

.rounded-top
{
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-end
{
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom
{
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-start
{
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.visible
{
    visibility: visible !important;
}

.invisible
{
    visibility: hidden !important;
}

@media (min-width: 576px)
{
    .float-sm-start
    {
        float: left !important;
    }

    .float-sm-end
    {
        float: right !important;
    }

    .float-sm-none
    {
        float: none !important;
    }

    .d-sm-inline
    {
        display: inline !important;
    }

    .d-sm-inline-block
    {
        display: inline-block !important;
    }

    .d-sm-block
    {
        display: block !important;
    }

    .d-sm-grid
    {
        display: grid !important;
    }

    .d-sm-table
    {
        display: table !important;
    }

    .d-sm-table-row
    {
        display: table-row !important;
    }

    .d-sm-table-cell
    {
        display: table-cell !important;
    }

    .d-sm-flex
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;
    }

    .d-sm-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display:         inline-flex !important;
    }

    .d-sm-none
    {
        display: none !important;
    }

    .flex-sm-fill
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }

    .flex-sm-row
    {
                flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
    }

    .flex-sm-column
    {
                flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }

    .flex-sm-row-reverse
    {
                flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse
    {
                flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0
    {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }

    .flex-sm-grow-1
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }

    .flex-sm-shrink-0
    {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
                flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1
    {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
                flex-shrink: 1 !important;
    }

    .flex-sm-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }

    .flex-sm-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0
    {
        gap: 0 !important;
    }

    .gap-sm-1
    {
        gap: .25rem !important;
    }

    .gap-sm-2
    {
        gap: .5rem !important;
    }

    .gap-sm-3
    {
        gap: 1rem !important;
    }

    .gap-sm-4
    {
        gap: 1.5rem !important;
    }

    .gap-sm-5
    {
        gap: 3rem !important;
    }

    .justify-content-sm-start
    {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }

    .justify-content-sm-end
    {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }

    .justify-content-sm-center
    {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
                justify-content: center !important;
    }

    .justify-content-sm-between
    {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }

    .justify-content-sm-around
    {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
                justify-content: space-around !important;
    }

    .justify-content-sm-evenly
    {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
                justify-content: space-evenly !important;
    }

    .align-items-sm-start
    {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
                align-items: flex-start !important;
    }

    .align-items-sm-end
    {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
                align-items: flex-end !important;
    }

    .align-items-sm-center
    {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
                align-items: center !important;
    }

    .align-items-sm-baseline
    {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }

    .align-items-sm-stretch
    {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }

    .align-content-sm-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }

    .align-content-sm-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }

    .align-content-sm-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }

    .align-content-sm-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }

    .align-content-sm-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }

    .align-content-sm-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }

    .align-self-sm-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                align-self: auto !important;
    }

    .align-self-sm-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }

    .align-self-sm-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }

    .align-self-sm-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                align-self: center !important;
    }

    .align-self-sm-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }

    .align-self-sm-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                align-self: stretch !important;
    }

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

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

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

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

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

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

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

    .order-sm-last
    {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
                order: 6 !important;
    }

    .m-sm-0
    {
        margin: 0 !important;
    }

    .m-sm-1
    {
        margin: .25rem !important;
    }

    .m-sm-2
    {
        margin: .5rem !important;
    }

    .m-sm-3
    {
        margin: 1rem !important;
    }

    .m-sm-4
    {
        margin: 1.5rem !important;
    }

    .m-sm-5
    {
        margin: 3rem !important;
    }

    .m-sm-auto
    {
        margin: auto !important;
    }

    .mx-sm-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .mx-sm-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .mx-sm-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .my-sm-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .my-sm-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0
    {
        margin-top: 0 !important;
    }

    .mt-sm-1
    {
        margin-top: .25rem !important;
    }

    .mt-sm-2
    {
        margin-top: .5rem !important;
    }

    .mt-sm-3
    {
        margin-top: 1rem !important;
    }

    .mt-sm-4
    {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5
    {
        margin-top: 3rem !important;
    }

    .mt-sm-auto
    {
        margin-top: auto !important;
    }

    .me-sm-0
    {
        margin-right: 0 !important;
    }

    .me-sm-1
    {
        margin-right: .25rem !important;
    }

    .me-sm-2
    {
        margin-right: .5rem !important;
    }

    .me-sm-3
    {
        margin-right: 1rem !important;
    }

    .me-sm-4
    {
        margin-right: 1.5rem !important;
    }

    .me-sm-5
    {
        margin-right: 3rem !important;
    }

    .me-sm-auto
    {
        margin-right: auto !important;
    }

    .mb-sm-0
    {
        margin-bottom: 0 !important;
    }

    .mb-sm-1
    {
        margin-bottom: .25rem !important;
    }

    .mb-sm-2
    {
        margin-bottom: .5rem !important;
    }

    .mb-sm-3
    {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4
    {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5
    {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto
    {
        margin-bottom: auto !important;
    }

    .ms-sm-0
    {
        margin-left: 0 !important;
    }

    .ms-sm-1
    {
        margin-left: .25rem !important;
    }

    .ms-sm-2
    {
        margin-left: .5rem !important;
    }

    .ms-sm-3
    {
        margin-left: 1rem !important;
    }

    .ms-sm-4
    {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5
    {
        margin-left: 3rem !important;
    }

    .ms-sm-auto
    {
        margin-left: auto !important;
    }

    .p-sm-0
    {
        padding: 0 !important;
    }

    .p-sm-1
    {
        padding: .25rem !important;
    }

    .p-sm-2
    {
        padding: .5rem !important;
    }

    .p-sm-3
    {
        padding: 1rem !important;
    }

    .p-sm-4
    {
        padding: 1.5rem !important;
    }

    .p-sm-5
    {
        padding: 3rem !important;
    }

    .px-sm-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .px-sm-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .px-sm-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .py-sm-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .py-sm-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0
    {
        padding-top: 0 !important;
    }

    .pt-sm-1
    {
        padding-top: .25rem !important;
    }

    .pt-sm-2
    {
        padding-top: .5rem !important;
    }

    .pt-sm-3
    {
        padding-top: 1rem !important;
    }

    .pt-sm-4
    {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5
    {
        padding-top: 3rem !important;
    }

    .pe-sm-0
    {
        padding-right: 0 !important;
    }

    .pe-sm-1
    {
        padding-right: .25rem !important;
    }

    .pe-sm-2
    {
        padding-right: .5rem !important;
    }

    .pe-sm-3
    {
        padding-right: 1rem !important;
    }

    .pe-sm-4
    {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5
    {
        padding-right: 3rem !important;
    }

    .pb-sm-0
    {
        padding-bottom: 0 !important;
    }

    .pb-sm-1
    {
        padding-bottom: .25rem !important;
    }

    .pb-sm-2
    {
        padding-bottom: .5rem !important;
    }

    .pb-sm-3
    {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5
    {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0
    {
        padding-left: 0 !important;
    }

    .ps-sm-1
    {
        padding-left: .25rem !important;
    }

    .ps-sm-2
    {
        padding-left: .5rem !important;
    }

    .ps-sm-3
    {
        padding-left: 1rem !important;
    }

    .ps-sm-4
    {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5
    {
        padding-left: 3rem !important;
    }

    .text-sm-start
    {
        text-align: left !important;
    }

    .text-sm-end
    {
        text-align: right !important;
    }

    .text-sm-center
    {
        text-align: center !important;
    }
}
@media (min-width: 768px)
{
    .float-md-start
    {
        float: left !important;
    }

    .float-md-end
    {
        float: right !important;
    }

    .float-md-none
    {
        float: none !important;
    }

    .d-md-inline
    {
        display: inline !important;
    }

    .d-md-inline-block
    {
        display: inline-block !important;
    }

    .d-md-block
    {
        display: block !important;
    }

    .d-md-grid
    {
        display: grid !important;
    }

    .d-md-table
    {
        display: table !important;
    }

    .d-md-table-row
    {
        display: table-row !important;
    }

    .d-md-table-cell
    {
        display: table-cell !important;
    }

    .d-md-flex
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;
    }

    .d-md-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display:         inline-flex !important;
    }

    .d-md-none
    {
        display: none !important;
    }

    .flex-md-fill
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }

    .flex-md-row
    {
                flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
    }

    .flex-md-column
    {
                flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }

    .flex-md-row-reverse
    {
                flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse
    {
                flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;
    }

    .flex-md-grow-0
    {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }

    .flex-md-grow-1
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }

    .flex-md-shrink-0
    {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
                flex-shrink: 0 !important;
    }

    .flex-md-shrink-1
    {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
                flex-shrink: 1 !important;
    }

    .flex-md-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }

    .flex-md-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }

    .gap-md-0
    {
        gap: 0 !important;
    }

    .gap-md-1
    {
        gap: .25rem !important;
    }

    .gap-md-2
    {
        gap: .5rem !important;
    }

    .gap-md-3
    {
        gap: 1rem !important;
    }

    .gap-md-4
    {
        gap: 1.5rem !important;
    }

    .gap-md-5
    {
        gap: 3rem !important;
    }

    .justify-content-md-start
    {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }

    .justify-content-md-end
    {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }

    .justify-content-md-center
    {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
                justify-content: center !important;
    }

    .justify-content-md-between
    {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }

    .justify-content-md-around
    {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
                justify-content: space-around !important;
    }

    .justify-content-md-evenly
    {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
                justify-content: space-evenly !important;
    }

    .align-items-md-start
    {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
                align-items: flex-start !important;
    }

    .align-items-md-end
    {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
                align-items: flex-end !important;
    }

    .align-items-md-center
    {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
                align-items: center !important;
    }

    .align-items-md-baseline
    {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }

    .align-items-md-stretch
    {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }

    .align-content-md-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }

    .align-content-md-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }

    .align-content-md-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }

    .align-content-md-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }

    .align-content-md-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }

    .align-content-md-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }

    .align-self-md-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                align-self: auto !important;
    }

    .align-self-md-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }

    .align-self-md-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }

    .align-self-md-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                align-self: center !important;
    }

    .align-self-md-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }

    .align-self-md-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                align-self: stretch !important;
    }

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

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

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

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

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

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

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

    .order-md-last
    {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
                order: 6 !important;
    }

    .m-md-0
    {
        margin: 0 !important;
    }

    .m-md-1
    {
        margin: .25rem !important;
    }

    .m-md-2
    {
        margin: .5rem !important;
    }

    .m-md-3
    {
        margin: 1rem !important;
    }

    .m-md-4
    {
        margin: 1.5rem !important;
    }

    .m-md-5
    {
        margin: 3rem !important;
    }

    .m-md-auto
    {
        margin: auto !important;
    }

    .mx-md-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .mx-md-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .mx-md-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .my-md-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .my-md-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0
    {
        margin-top: 0 !important;
    }

    .mt-md-1
    {
        margin-top: .25rem !important;
    }

    .mt-md-2
    {
        margin-top: .5rem !important;
    }

    .mt-md-3
    {
        margin-top: 1rem !important;
    }

    .mt-md-4
    {
        margin-top: 1.5rem !important;
    }

    .mt-md-5
    {
        margin-top: 3rem !important;
    }

    .mt-md-auto
    {
        margin-top: auto !important;
    }

    .me-md-0
    {
        margin-right: 0 !important;
    }

    .me-md-1
    {
        margin-right: .25rem !important;
    }

    .me-md-2
    {
        margin-right: .5rem !important;
    }

    .me-md-3
    {
        margin-right: 1rem !important;
    }

    .me-md-4
    {
        margin-right: 1.5rem !important;
    }

    .me-md-5
    {
        margin-right: 3rem !important;
    }

    .me-md-auto
    {
        margin-right: auto !important;
    }

    .mb-md-0
    {
        margin-bottom: 0 !important;
    }

    .mb-md-1
    {
        margin-bottom: .25rem !important;
    }

    .mb-md-2
    {
        margin-bottom: .5rem !important;
    }

    .mb-md-3
    {
        margin-bottom: 1rem !important;
    }

    .mb-md-4
    {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5
    {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto
    {
        margin-bottom: auto !important;
    }

    .ms-md-0
    {
        margin-left: 0 !important;
    }

    .ms-md-1
    {
        margin-left: .25rem !important;
    }

    .ms-md-2
    {
        margin-left: .5rem !important;
    }

    .ms-md-3
    {
        margin-left: 1rem !important;
    }

    .ms-md-4
    {
        margin-left: 1.5rem !important;
    }

    .ms-md-5
    {
        margin-left: 3rem !important;
    }

    .ms-md-auto
    {
        margin-left: auto !important;
    }

    .p-md-0
    {
        padding: 0 !important;
    }

    .p-md-1
    {
        padding: .25rem !important;
    }

    .p-md-2
    {
        padding: .5rem !important;
    }

    .p-md-3
    {
        padding: 1rem !important;
    }

    .p-md-4
    {
        padding: 1.5rem !important;
    }

    .p-md-5
    {
        padding: 3rem !important;
    }

    .px-md-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .px-md-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .px-md-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .py-md-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .py-md-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0
    {
        padding-top: 0 !important;
    }

    .pt-md-1
    {
        padding-top: .25rem !important;
    }

    .pt-md-2
    {
        padding-top: .5rem !important;
    }

    .pt-md-3
    {
        padding-top: 1rem !important;
    }

    .pt-md-4
    {
        padding-top: 1.5rem !important;
    }

    .pt-md-5
    {
        padding-top: 3rem !important;
    }

    .pe-md-0
    {
        padding-right: 0 !important;
    }

    .pe-md-1
    {
        padding-right: .25rem !important;
    }

    .pe-md-2
    {
        padding-right: .5rem !important;
    }

    .pe-md-3
    {
        padding-right: 1rem !important;
    }

    .pe-md-4
    {
        padding-right: 1.5rem !important;
    }

    .pe-md-5
    {
        padding-right: 3rem !important;
    }

    .pb-md-0
    {
        padding-bottom: 0 !important;
    }

    .pb-md-1
    {
        padding-bottom: .25rem !important;
    }

    .pb-md-2
    {
        padding-bottom: .5rem !important;
    }

    .pb-md-3
    {
        padding-bottom: 1rem !important;
    }

    .pb-md-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5
    {
        padding-bottom: 3rem !important;
    }

    .ps-md-0
    {
        padding-left: 0 !important;
    }

    .ps-md-1
    {
        padding-left: .25rem !important;
    }

    .ps-md-2
    {
        padding-left: .5rem !important;
    }

    .ps-md-3
    {
        padding-left: 1rem !important;
    }

    .ps-md-4
    {
        padding-left: 1.5rem !important;
    }

    .ps-md-5
    {
        padding-left: 3rem !important;
    }

    .text-md-start
    {
        text-align: left !important;
    }

    .text-md-end
    {
        text-align: right !important;
    }

    .text-md-center
    {
        text-align: center !important;
    }
}
@media (min-width: 992px)
{
    .float-lg-start
    {
        float: left !important;
    }

    .float-lg-end
    {
        float: right !important;
    }

    .float-lg-none
    {
        float: none !important;
    }

    .d-lg-inline
    {
        display: inline !important;
    }

    .d-lg-inline-block
    {
        display: inline-block !important;
    }

    .d-lg-block
    {
        display: block !important;
    }

    .d-lg-grid
    {
        display: grid !important;
    }

    .d-lg-table
    {
        display: table !important;
    }

    .d-lg-table-row
    {
        display: table-row !important;
    }

    .d-lg-table-cell
    {
        display: table-cell !important;
    }

    .d-lg-flex
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;
    }

    .d-lg-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display:         inline-flex !important;
    }

    .d-lg-none
    {
        display: none !important;
    }

    .flex-lg-fill
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }

    .flex-lg-row
    {
                flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
    }

    .flex-lg-column
    {
                flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }

    .flex-lg-row-reverse
    {
                flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse
    {
                flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0
    {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }

    .flex-lg-grow-1
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }

    .flex-lg-shrink-0
    {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
                flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1
    {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
                flex-shrink: 1 !important;
    }

    .flex-lg-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }

    .flex-lg-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0
    {
        gap: 0 !important;
    }

    .gap-lg-1
    {
        gap: .25rem !important;
    }

    .gap-lg-2
    {
        gap: .5rem !important;
    }

    .gap-lg-3
    {
        gap: 1rem !important;
    }

    .gap-lg-4
    {
        gap: 1.5rem !important;
    }

    .gap-lg-5
    {
        gap: 3rem !important;
    }

    .justify-content-lg-start
    {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }

    .justify-content-lg-end
    {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }

    .justify-content-lg-center
    {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
                justify-content: center !important;
    }

    .justify-content-lg-between
    {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }

    .justify-content-lg-around
    {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
                justify-content: space-around !important;
    }

    .justify-content-lg-evenly
    {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
                justify-content: space-evenly !important;
    }

    .align-items-lg-start
    {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
                align-items: flex-start !important;
    }

    .align-items-lg-end
    {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
                align-items: flex-end !important;
    }

    .align-items-lg-center
    {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
                align-items: center !important;
    }

    .align-items-lg-baseline
    {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }

    .align-items-lg-stretch
    {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }

    .align-content-lg-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }

    .align-content-lg-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }

    .align-content-lg-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }

    .align-content-lg-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }

    .align-content-lg-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }

    .align-content-lg-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }

    .align-self-lg-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                align-self: auto !important;
    }

    .align-self-lg-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }

    .align-self-lg-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }

    .align-self-lg-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                align-self: center !important;
    }

    .align-self-lg-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }

    .align-self-lg-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                align-self: stretch !important;
    }

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

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

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

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

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

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

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

    .order-lg-last
    {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
                order: 6 !important;
    }

    .m-lg-0
    {
        margin: 0 !important;
    }

    .m-lg-1
    {
        margin: .25rem !important;
    }

    .m-lg-2
    {
        margin: .5rem !important;
    }

    .m-lg-3
    {
        margin: 1rem !important;
    }

    .m-lg-4
    {
        margin: 1.5rem !important;
    }

    .m-lg-5
    {
        margin: 3rem !important;
    }

    .m-lg-auto
    {
        margin: auto !important;
    }

    .mx-lg-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .mx-lg-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .mx-lg-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .my-lg-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .my-lg-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0
    {
        margin-top: 0 !important;
    }

    .mt-lg-1
    {
        margin-top: .25rem !important;
    }

    .mt-lg-2
    {
        margin-top: .5rem !important;
    }

    .mt-lg-3
    {
        margin-top: 1rem !important;
    }

    .mt-lg-4
    {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5
    {
        margin-top: 3rem !important;
    }

    .mt-lg-auto
    {
        margin-top: auto !important;
    }

    .me-lg-0
    {
        margin-right: 0 !important;
    }

    .me-lg-1
    {
        margin-right: .25rem !important;
    }

    .me-lg-2
    {
        margin-right: .5rem !important;
    }

    .me-lg-3
    {
        margin-right: 1rem !important;
    }

    .me-lg-4
    {
        margin-right: 1.5rem !important;
    }

    .me-lg-5
    {
        margin-right: 3rem !important;
    }

    .me-lg-auto
    {
        margin-right: auto !important;
    }

    .mb-lg-0
    {
        margin-bottom: 0 !important;
    }

    .mb-lg-1
    {
        margin-bottom: .25rem !important;
    }

    .mb-lg-2
    {
        margin-bottom: .5rem !important;
    }

    .mb-lg-3
    {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4
    {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5
    {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto
    {
        margin-bottom: auto !important;
    }

    .ms-lg-0
    {
        margin-left: 0 !important;
    }

    .ms-lg-1
    {
        margin-left: .25rem !important;
    }

    .ms-lg-2
    {
        margin-left: .5rem !important;
    }

    .ms-lg-3
    {
        margin-left: 1rem !important;
    }

    .ms-lg-4
    {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5
    {
        margin-left: 3rem !important;
    }

    .ms-lg-auto
    {
        margin-left: auto !important;
    }

    .p-lg-0
    {
        padding: 0 !important;
    }

    .p-lg-1
    {
        padding: .25rem !important;
    }

    .p-lg-2
    {
        padding: .5rem !important;
    }

    .p-lg-3
    {
        padding: 1rem !important;
    }

    .p-lg-4
    {
        padding: 1.5rem !important;
    }

    .p-lg-5
    {
        padding: 3rem !important;
    }

    .px-lg-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .px-lg-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .px-lg-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .py-lg-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .py-lg-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0
    {
        padding-top: 0 !important;
    }

    .pt-lg-1
    {
        padding-top: .25rem !important;
    }

    .pt-lg-2
    {
        padding-top: .5rem !important;
    }

    .pt-lg-3
    {
        padding-top: 1rem !important;
    }

    .pt-lg-4
    {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5
    {
        padding-top: 3rem !important;
    }

    .pe-lg-0
    {
        padding-right: 0 !important;
    }

    .pe-lg-1
    {
        padding-right: .25rem !important;
    }

    .pe-lg-2
    {
        padding-right: .5rem !important;
    }

    .pe-lg-3
    {
        padding-right: 1rem !important;
    }

    .pe-lg-4
    {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5
    {
        padding-right: 3rem !important;
    }

    .pb-lg-0
    {
        padding-bottom: 0 !important;
    }

    .pb-lg-1
    {
        padding-bottom: .25rem !important;
    }

    .pb-lg-2
    {
        padding-bottom: .5rem !important;
    }

    .pb-lg-3
    {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5
    {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0
    {
        padding-left: 0 !important;
    }

    .ps-lg-1
    {
        padding-left: .25rem !important;
    }

    .ps-lg-2
    {
        padding-left: .5rem !important;
    }

    .ps-lg-3
    {
        padding-left: 1rem !important;
    }

    .ps-lg-4
    {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5
    {
        padding-left: 3rem !important;
    }

    .text-lg-start
    {
        text-align: left !important;
    }

    .text-lg-end
    {
        text-align: right !important;
    }

    .text-lg-center
    {
        text-align: center !important;
    }
}
@media (min-width: 1200px)
{
    .float-xl-start
    {
        float: left !important;
    }

    .float-xl-end
    {
        float: right !important;
    }

    .float-xl-none
    {
        float: none !important;
    }

    .d-xl-inline
    {
        display: inline !important;
    }

    .d-xl-inline-block
    {
        display: inline-block !important;
    }

    .d-xl-block
    {
        display: block !important;
    }

    .d-xl-grid
    {
        display: grid !important;
    }

    .d-xl-table
    {
        display: table !important;
    }

    .d-xl-table-row
    {
        display: table-row !important;
    }

    .d-xl-table-cell
    {
        display: table-cell !important;
    }

    .d-xl-flex
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;
    }

    .d-xl-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display:         inline-flex !important;
    }

    .d-xl-none
    {
        display: none !important;
    }

    .flex-xl-fill
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }

    .flex-xl-row
    {
                flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
    }

    .flex-xl-column
    {
                flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }

    .flex-xl-row-reverse
    {
                flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse
    {
                flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0
    {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }

    .flex-xl-grow-1
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }

    .flex-xl-shrink-0
    {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
                flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1
    {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
                flex-shrink: 1 !important;
    }

    .flex-xl-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }

    .flex-xl-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0
    {
        gap: 0 !important;
    }

    .gap-xl-1
    {
        gap: .25rem !important;
    }

    .gap-xl-2
    {
        gap: .5rem !important;
    }

    .gap-xl-3
    {
        gap: 1rem !important;
    }

    .gap-xl-4
    {
        gap: 1.5rem !important;
    }

    .gap-xl-5
    {
        gap: 3rem !important;
    }

    .justify-content-xl-start
    {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }

    .justify-content-xl-end
    {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }

    .justify-content-xl-center
    {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
                justify-content: center !important;
    }

    .justify-content-xl-between
    {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }

    .justify-content-xl-around
    {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
                justify-content: space-around !important;
    }

    .justify-content-xl-evenly
    {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
                justify-content: space-evenly !important;
    }

    .align-items-xl-start
    {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
                align-items: flex-start !important;
    }

    .align-items-xl-end
    {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
                align-items: flex-end !important;
    }

    .align-items-xl-center
    {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
                align-items: center !important;
    }

    .align-items-xl-baseline
    {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }

    .align-items-xl-stretch
    {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }

    .align-content-xl-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }

    .align-content-xl-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }

    .align-content-xl-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }

    .align-content-xl-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }

    .align-content-xl-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }

    .align-content-xl-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }

    .align-self-xl-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                align-self: auto !important;
    }

    .align-self-xl-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }

    .align-self-xl-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }

    .align-self-xl-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                align-self: center !important;
    }

    .align-self-xl-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }

    .align-self-xl-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                align-self: stretch !important;
    }

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

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

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

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

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

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

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

    .order-xl-last
    {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
                order: 6 !important;
    }

    .m-xl-0
    {
        margin: 0 !important;
    }

    .m-xl-1
    {
        margin: .25rem !important;
    }

    .m-xl-2
    {
        margin: .5rem !important;
    }

    .m-xl-3
    {
        margin: 1rem !important;
    }

    .m-xl-4
    {
        margin: 1.5rem !important;
    }

    .m-xl-5
    {
        margin: 3rem !important;
    }

    .m-xl-auto
    {
        margin: auto !important;
    }

    .mx-xl-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .mx-xl-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .mx-xl-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .my-xl-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .my-xl-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0
    {
        margin-top: 0 !important;
    }

    .mt-xl-1
    {
        margin-top: .25rem !important;
    }

    .mt-xl-2
    {
        margin-top: .5rem !important;
    }

    .mt-xl-3
    {
        margin-top: 1rem !important;
    }

    .mt-xl-4
    {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5
    {
        margin-top: 3rem !important;
    }

    .mt-xl-auto
    {
        margin-top: auto !important;
    }

    .me-xl-0
    {
        margin-right: 0 !important;
    }

    .me-xl-1
    {
        margin-right: .25rem !important;
    }

    .me-xl-2
    {
        margin-right: .5rem !important;
    }

    .me-xl-3
    {
        margin-right: 1rem !important;
    }

    .me-xl-4
    {
        margin-right: 1.5rem !important;
    }

    .me-xl-5
    {
        margin-right: 3rem !important;
    }

    .me-xl-auto
    {
        margin-right: auto !important;
    }

    .mb-xl-0
    {
        margin-bottom: 0 !important;
    }

    .mb-xl-1
    {
        margin-bottom: .25rem !important;
    }

    .mb-xl-2
    {
        margin-bottom: .5rem !important;
    }

    .mb-xl-3
    {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4
    {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5
    {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto
    {
        margin-bottom: auto !important;
    }

    .ms-xl-0
    {
        margin-left: 0 !important;
    }

    .ms-xl-1
    {
        margin-left: .25rem !important;
    }

    .ms-xl-2
    {
        margin-left: .5rem !important;
    }

    .ms-xl-3
    {
        margin-left: 1rem !important;
    }

    .ms-xl-4
    {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5
    {
        margin-left: 3rem !important;
    }

    .ms-xl-auto
    {
        margin-left: auto !important;
    }

    .p-xl-0
    {
        padding: 0 !important;
    }

    .p-xl-1
    {
        padding: .25rem !important;
    }

    .p-xl-2
    {
        padding: .5rem !important;
    }

    .p-xl-3
    {
        padding: 1rem !important;
    }

    .p-xl-4
    {
        padding: 1.5rem !important;
    }

    .p-xl-5
    {
        padding: 3rem !important;
    }

    .px-xl-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .px-xl-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .px-xl-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .py-xl-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .py-xl-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0
    {
        padding-top: 0 !important;
    }

    .pt-xl-1
    {
        padding-top: .25rem !important;
    }

    .pt-xl-2
    {
        padding-top: .5rem !important;
    }

    .pt-xl-3
    {
        padding-top: 1rem !important;
    }

    .pt-xl-4
    {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5
    {
        padding-top: 3rem !important;
    }

    .pe-xl-0
    {
        padding-right: 0 !important;
    }

    .pe-xl-1
    {
        padding-right: .25rem !important;
    }

    .pe-xl-2
    {
        padding-right: .5rem !important;
    }

    .pe-xl-3
    {
        padding-right: 1rem !important;
    }

    .pe-xl-4
    {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5
    {
        padding-right: 3rem !important;
    }

    .pb-xl-0
    {
        padding-bottom: 0 !important;
    }

    .pb-xl-1
    {
        padding-bottom: .25rem !important;
    }

    .pb-xl-2
    {
        padding-bottom: .5rem !important;
    }

    .pb-xl-3
    {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5
    {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0
    {
        padding-left: 0 !important;
    }

    .ps-xl-1
    {
        padding-left: .25rem !important;
    }

    .ps-xl-2
    {
        padding-left: .5rem !important;
    }

    .ps-xl-3
    {
        padding-left: 1rem !important;
    }

    .ps-xl-4
    {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5
    {
        padding-left: 3rem !important;
    }

    .text-xl-start
    {
        text-align: left !important;
    }

    .text-xl-end
    {
        text-align: right !important;
    }

    .text-xl-center
    {
        text-align: center !important;
    }
}
@media (min-width: 1400px)
{
    .float-xxl-start
    {
        float: left !important;
    }

    .float-xxl-end
    {
        float: right !important;
    }

    .float-xxl-none
    {
        float: none !important;
    }

    .d-xxl-inline
    {
        display: inline !important;
    }

    .d-xxl-inline-block
    {
        display: inline-block !important;
    }

    .d-xxl-block
    {
        display: block !important;
    }

    .d-xxl-grid
    {
        display: grid !important;
    }

    .d-xxl-table
    {
        display: table !important;
    }

    .d-xxl-table-row
    {
        display: table-row !important;
    }

    .d-xxl-table-cell
    {
        display: table-cell !important;
    }

    .d-xxl-flex
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;
    }

    .d-xxl-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display:         inline-flex !important;
    }

    .d-xxl-none
    {
        display: none !important;
    }

    .flex-xxl-fill
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }

    .flex-xxl-row
    {
                flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
    }

    .flex-xxl-column
    {
                flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }

    .flex-xxl-row-reverse
    {
                flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse
    {
                flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0
    {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }

    .flex-xxl-grow-1
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0
    {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
                flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1
    {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
                flex-shrink: 1 !important;
    }

    .flex-xxl-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0
    {
        gap: 0 !important;
    }

    .gap-xxl-1
    {
        gap: .25rem !important;
    }

    .gap-xxl-2
    {
        gap: .5rem !important;
    }

    .gap-xxl-3
    {
        gap: 1rem !important;
    }

    .gap-xxl-4
    {
        gap: 1.5rem !important;
    }

    .gap-xxl-5
    {
        gap: 3rem !important;
    }

    .justify-content-xxl-start
    {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }

    .justify-content-xxl-end
    {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }

    .justify-content-xxl-center
    {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
                justify-content: center !important;
    }

    .justify-content-xxl-between
    {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }

    .justify-content-xxl-around
    {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
                justify-content: space-around !important;
    }

    .justify-content-xxl-evenly
    {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
                justify-content: space-evenly !important;
    }

    .align-items-xxl-start
    {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
                align-items: flex-start !important;
    }

    .align-items-xxl-end
    {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
                align-items: flex-end !important;
    }

    .align-items-xxl-center
    {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
                align-items: center !important;
    }

    .align-items-xxl-baseline
    {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }

    .align-items-xxl-stretch
    {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }

    .align-content-xxl-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }

    .align-content-xxl-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }

    .align-content-xxl-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }

    .align-content-xxl-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }

    .align-content-xxl-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }

    .align-content-xxl-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }

    .align-self-xxl-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                align-self: auto !important;
    }

    .align-self-xxl-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }

    .align-self-xxl-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }

    .align-self-xxl-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                align-self: center !important;
    }

    .align-self-xxl-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }

    .align-self-xxl-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                align-self: stretch !important;
    }

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

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

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

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

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

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

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

    .order-xxl-last
    {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
                order: 6 !important;
    }

    .m-xxl-0
    {
        margin: 0 !important;
    }

    .m-xxl-1
    {
        margin: .25rem !important;
    }

    .m-xxl-2
    {
        margin: .5rem !important;
    }

    .m-xxl-3
    {
        margin: 1rem !important;
    }

    .m-xxl-4
    {
        margin: 1.5rem !important;
    }

    .m-xxl-5
    {
        margin: 3rem !important;
    }

    .m-xxl-auto
    {
        margin: auto !important;
    }

    .mx-xxl-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .mx-xxl-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .mx-xxl-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .my-xxl-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .my-xxl-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0
    {
        margin-top: 0 !important;
    }

    .mt-xxl-1
    {
        margin-top: .25rem !important;
    }

    .mt-xxl-2
    {
        margin-top: .5rem !important;
    }

    .mt-xxl-3
    {
        margin-top: 1rem !important;
    }

    .mt-xxl-4
    {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5
    {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto
    {
        margin-top: auto !important;
    }

    .me-xxl-0
    {
        margin-right: 0 !important;
    }

    .me-xxl-1
    {
        margin-right: .25rem !important;
    }

    .me-xxl-2
    {
        margin-right: .5rem !important;
    }

    .me-xxl-3
    {
        margin-right: 1rem !important;
    }

    .me-xxl-4
    {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5
    {
        margin-right: 3rem !important;
    }

    .me-xxl-auto
    {
        margin-right: auto !important;
    }

    .mb-xxl-0
    {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1
    {
        margin-bottom: .25rem !important;
    }

    .mb-xxl-2
    {
        margin-bottom: .5rem !important;
    }

    .mb-xxl-3
    {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4
    {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5
    {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto
    {
        margin-bottom: auto !important;
    }

    .ms-xxl-0
    {
        margin-left: 0 !important;
    }

    .ms-xxl-1
    {
        margin-left: .25rem !important;
    }

    .ms-xxl-2
    {
        margin-left: .5rem !important;
    }

    .ms-xxl-3
    {
        margin-left: 1rem !important;
    }

    .ms-xxl-4
    {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5
    {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto
    {
        margin-left: auto !important;
    }

    .p-xxl-0
    {
        padding: 0 !important;
    }

    .p-xxl-1
    {
        padding: .25rem !important;
    }

    .p-xxl-2
    {
        padding: .5rem !important;
    }

    .p-xxl-3
    {
        padding: 1rem !important;
    }

    .p-xxl-4
    {
        padding: 1.5rem !important;
    }

    .p-xxl-5
    {
        padding: 3rem !important;
    }

    .px-xxl-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .px-xxl-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .px-xxl-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .py-xxl-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .py-xxl-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0
    {
        padding-top: 0 !important;
    }

    .pt-xxl-1
    {
        padding-top: .25rem !important;
    }

    .pt-xxl-2
    {
        padding-top: .5rem !important;
    }

    .pt-xxl-3
    {
        padding-top: 1rem !important;
    }

    .pt-xxl-4
    {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5
    {
        padding-top: 3rem !important;
    }

    .pe-xxl-0
    {
        padding-right: 0 !important;
    }

    .pe-xxl-1
    {
        padding-right: .25rem !important;
    }

    .pe-xxl-2
    {
        padding-right: .5rem !important;
    }

    .pe-xxl-3
    {
        padding-right: 1rem !important;
    }

    .pe-xxl-4
    {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5
    {
        padding-right: 3rem !important;
    }

    .pb-xxl-0
    {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1
    {
        padding-bottom: .25rem !important;
    }

    .pb-xxl-2
    {
        padding-bottom: .5rem !important;
    }

    .pb-xxl-3
    {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5
    {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0
    {
        padding-left: 0 !important;
    }

    .ps-xxl-1
    {
        padding-left: .25rem !important;
    }

    .ps-xxl-2
    {
        padding-left: .5rem !important;
    }

    .ps-xxl-3
    {
        padding-left: 1rem !important;
    }

    .ps-xxl-4
    {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5
    {
        padding-left: 3rem !important;
    }

    .text-xxl-start
    {
        text-align: left !important;
    }

    .text-xxl-end
    {
        text-align: right !important;
    }

    .text-xxl-center
    {
        text-align: center !important;
    }
}
@media (min-width: 1200px)
{
    .fs-1
    {
        font-size: 2.5rem !important;
    }

    .fs-2
    {
        font-size: 2rem !important;
    }

    .fs-3
    {
        font-size: 1.75rem !important;
    }

    .fs-4
    {
        font-size: 1.5rem !important;
    }
}
@media print
{
    .d-print-inline
    {
        display: inline !important;
    }

    .d-print-inline-block
    {
        display: inline-block !important;
    }

    .d-print-block
    {
        display: block !important;
    }

    .d-print-grid
    {
        display: grid !important;
    }

    .d-print-table
    {
        display: table !important;
    }

    .d-print-table-row
    {
        display: table-row !important;
    }

    .d-print-table-cell
    {
        display: table-cell !important;
    }

    .d-print-flex
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;
    }

    .d-print-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display:         inline-flex !important;
    }

    .d-print-none
    {
        display: none !important;
    }
}
#navbarAsideContent
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 260px;
    height: 100vh;
    padding-top: 0;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(calc(-100% - 20px));
        -ms-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));

    background: #f8f8f8;
}

@media (min-width: 992px)
{
    #navbarAsideContent
    {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}
#navbarAsideContent .nav-scroller
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: unset;
            flex-direction: column;

    height: calc(100vh - 89px);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

#navbarAsideContent .nav-scroller::-webkit-scrollbar-track
{
    border-radius: 6px;
    background-color: transparent;
}

#navbarAsideContent .nav-scroller::-webkit-scrollbar
{
    width: 8px;
    margin: 50px 0;

    background-color: transparent;
}

#navbarAsideContent .nav-scroller::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    background-color: #acaeaf;
}

#navbarAsideContent .navbar
{
    padding: 0;
}

#navbarAsideContent .nav-item
{
    position: relative;
}

#navbarAsideContent .nav-item .nav-item
{
    margin-bottom: 0;
}

#navbarAsideContent .nav-item .nav-item .nav-link p
{
    top: 9px;
}

#navbarAsideContent .nav-item .nav-item:before
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 27px;

    width: 4px;
    height: 95%;

    content: '';
    -webkit-transition: all .3s;
            transition: all .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
    border-left: 1px dashed #d1e4ee;
}

#navbarAsideContent .nav-item .nav-item:after
{
    position: absolute;
    top: 55%;
    left: 36px;

    width: 8px;
    height: 1px;

    content: '';

    border-top: 1px solid #d1e4ee;
}

#navbarAsideContent .nav-item:hover > .nav-link
{
    background-color: #ffffff;
}

#navbarAsideContent .nav-item:hover > .nav-link.collapsed:hover
{
    background-color: transparent;
}

#navbarAsideContent .nav-item.active > .nav-link
{
    background-color: #ffffff;
}

#navbarAsideContent .nav-item.active > .nav-link svg #feedback path
{
    fill: #000;
}

#navbarAsideContent .nav-item.active > .nav-link p
{
    color: #000;
}

#navbarAsideContent .nav-item.active > .nav-link svg,
#navbarAsideContent .nav-item.active > .nav-link svg .a
{
    fill: #000;
}

#navbarAsideContent .nav-item.active > .nav-link svg path
{
    stroke: #000;
}

#navbarAsideContent .nav-item.active > .nav-link svg rect
{
    stroke: #000;
}

#navbarAsideContent .nav-item.active > .nav-link svg circle
{
    stroke: #000;
}

#navbarAsideContent .nav-item.active > .nav-link svg line
{
    stroke: #000;
}

#navbarAsideContent .nav-item.active > .nav-link svg polyline
{
    stroke: #000;
}

#navbarAsideContent .nav-item.active > .nav-link svg polygon
{
    stroke: #000;
}

#navbarAsideContent .nav-item a.active
{
    color: theme-color('primary');
    border-left: 4px solid theme-color('primary');
}

#navbarAsideContent .nav-item a.active p
{
    color: #000;
}

#navbarAsideContent .nav-item a.active svg,
#navbarAsideContent .nav-item a.active svg .a
{
    fill: #000;
}

#navbarAsideContent .nav-item a.active svg path
{
    stroke: #000;
}

#navbarAsideContent .nav-item a.active svg line
{
    stroke: #000;
}

#navbarAsideContent .nav-item a.active svg polyline
{
    stroke: #000;
}

#navbarAsideContent .nav-item a.active svg polygon
{
    stroke: #000;
}

#navbarAsideContent .nav-item .dropdown-menu
{
    position: relative;

    box-shadow: none;
}

@media (min-width: 992px)
{
    #navbarAsideContent .nav-item .dropdown-menu
    {
        top: 0;
    }
}
#navbarAsideContent .nav-item .dropdown-menu::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 4px;
    height: 100%;

    content: '';
    -webkit-transition: all .3s;
            transition: all .3s;

    opacity: 0;
    background: #fff;
}

#navbarAsideContent .nav-item .dropdown-menu .dropdown-item
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
}

#navbarAsideContent .nav-link
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    width: 260px;
    padding: 0;
    padding: 20px 0;

    cursor: pointer;
    -webkit-transition: all .3s;
            transition: all .3s;

    color: #000;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

#navbarAsideContent .nav-link .arrow
{
    display: inline-block;

    height: 8px;
    padding: 1.5px 5px;

    color: #000;
}

#navbarAsideContent .nav-link[data-toggle].collapsed:before,
#navbarAsideContent .nav-link[data-toggle].collapsed:after,
#navbarAsideContent .nav-link[data-toggle]:not(.collapsed):after,
#navbarAsideContent .nav-link[data-toggle]:not(.collapsed):before
{
    position: absolute;
    z-index: 2;
    left: 114px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border: 4px solid transparent;
}

#navbarAsideContent .nav-link[data-toggle=collapse].collapsed:before,
#navbarAsideContent .nav-link[data-toggle]:not(.collapsed):before
{
    top: 50%;

    margin-top: 2px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-top-color: #7e8fa4;
}

#navbarAsideContent .nav-link[data-toggle=collapse].collapsed:after,
#navbarAsideContent .nav-link[data-toggle]:not(.collapsed):after
{
    top: 50%;

    margin-top: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-top-color: #fff;
}

#navbarAsideContent .nav-link p
{
    position: absolute;
    top: 21px;
    left: 50px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;
    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

#navbarAsideContent .nav-link svg rect,
#navbarAsideContent .nav-link svg circle,
#navbarAsideContent .nav-link svg .a,
#navbarAsideContent .nav-link svg polygon,
#navbarAsideContent .nav-link svg line,
#navbarAsideContent .nav-link svg polyline,
#navbarAsideContent .nav-link svg path
{
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

#navbarAsideContent .nav-link:hover
{
    text-decoration: none;
}

#navbarAsideContent .nav-link:hover p
{
    color: #000;
}

#navbarAsideContent .nav-link:hover svg,
#navbarAsideContent .nav-link:hover svg .a
{
    fill: #000;
}

#navbarAsideContent .nav-link:hover svg path
{
    stroke: #000;
}

#navbarAsideContent .nav-link:hover svg circle
{
    stroke: #000;
}

#navbarAsideContent .nav-link:hover svg line
{
    stroke: #000;
}

#navbarAsideContent .nav-link:hover svg polyline
{
    stroke: #000;
}

#navbarAsideContent .nav-link:hover svg rect
{
    stroke: #000;
}

#navbarAsideContent .nav-link:hover svg polygon
{
    stroke: #000;
}

#navbarAsideContent .nav-link-title
{
    font-size: .9rem;
    line-height: 16px;

    position: relative;

    margin: 0;
}

@media (min-width: 576px)
{
    #navbarAsideContent .nav-link-title
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}
#navbarAsideContent .nav-link-icon
{
    font-size: 13px;
    line-height: 13px;

    display: block;

    width: 18px;
    height: 18px;
    margin-left: 20px;

    color: #000;
}

#navbarAsideContent .nav-link-icon svg
{
    width: 100%;
    height: auto;
}

#navbarAsideContent .nav-link-icon svg,
#navbarAsideContent .nav-link-icon svg .a
{
    fill: #000;
}

#navbarAsideContent.sidebar--small
{
    overflow: unset;

    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

@media (max-width: 575.98px)
{
    #navbarAsideContent.sidebar--small
    {
        z-index: 1330;
    }
}
@media (min-width: 992px)
{
    #navbarAsideContent.sidebar--small
    {
        overflow: visible;

        width: 55px;
    }

    #navbarAsideContent.sidebar--small .sidebar__content
    {
        overflow: visible !important;

        width: 55px;

        -webkit-transition: width .3s;
                transition: width .3s;
    }

    #navbarAsideContent.sidebar--small .nav-link
    {
        overflow: hidden;

        width: 55px;

        background-color: transparent;
    }

    #navbarAsideContent.sidebar--small .nav-link p
    {
        position: absolute;
        left: 65px;

        width: 100%;

        -webkit-transition: left .3s;
                transition: left .3s;
    }

    #navbarAsideContent.sidebar--small .nav-link .dropdown-toggle::before,
    #navbarAsideContent.sidebar--small .nav-link .dropdown-toggle::after
    {
        display: none;
    }

    #navbarAsideContent.sidebar--small .nav-link:hover
    {
        width: 260px;

        color: #fff;
        background-color: theme-color('primary');
    }

    #navbarAsideContent.sidebar--small .nav-link:hover svg,
    #navbarAsideContent.sidebar--small .nav-link:hover svg .a
    {
        fill: #fff;
    }

    #navbarAsideContent.sidebar--small .nav-link:hover svg path
    {
        stroke: #fff;
    }

    #navbarAsideContent.sidebar--small .nav-link:hover svg line
    {
        stroke: #fff;
    }

    #navbarAsideContent.sidebar--small .nav-link:hover svg polyline
    {
        stroke: #fff;
    }

    #navbarAsideContent.sidebar--small .nav-link:hover svg rect
    {
        stroke: #fff;
    }

    #navbarAsideContent.sidebar--small .nav-link:hover svg polygon
    {
        stroke: #fff;
    }

    #navbarAsideContent.sidebar--small .nav-link:hover p
    {
        left: 50px;

        color: #fff;
    }
}
.sidebar--small .mobile-toggle
{
    opacity: 1;
}

@media (max-width: 768px)
{
    .mobile-toggle
    {
        position: absolute;
        right: -71px;

        padding: 18px 27px;

        opacity: 0;
    }

    .mobile-toggle i
    {
        font-size: 24px;
    }
}
.container-wrap
{
    padding-left: 0;

    -webkit-transition: padding-left .3s;
            transition: padding-left .3s;
}

.container-wrap > .container
{
    padding: 6px;
}

@media (min-width: 992px)
{
    .container-wrap
    {
        min-height: 95vh;
        padding-left: 260px;
    }

    .container-wrap > .container
    {
        padding: 12px;
    }
}
.wrapper.wrapper--full-width .container-wrap
{
    padding-left: 0;
}

@media (min-width: 576px)
{
    .wrapper.wrapper--full-width .container-wrap
    {
        padding-left: 55px;
    }
}
.wrapper.wrapper--no-sidebar .container-wrap
{
    padding-left: 0;
}

section.section
{
    margin-bottom: 6px;
}

@media (min-width: 576px)
{
    section.section
    {
        margin-bottom: 12px;
    }
}
section.section:last-child,
section.section section:last-child,
section.section section.section:last-child .card
{
    margin-bottom: 0;
}

.navbar-main
{
    z-index: 1 !important;

    height: 78px;

    background-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05);
}

@media (min-width: 992px)
{
    .navbar-main
    {
        z-index: 1030;
        top: 0;
        right: 0;
        left: 0;

        border-bottom: 1px solid #e6eaed;
        box-shadow: none;
    }
}
.navbar-main .topbar__button
{
    margin-right: 10px;

    cursor: pointer;

    border: none;
    background: transparent;
}

.navbar-main .topbar__button:focus
{
    outline: none;
}

.navbar-main .topbar__button:hover .topbar__button-icon
{
    fill: theme-color('primary');
}

@media (min-width: 992px)
{
    .navbar-main .topbar__button
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}
.navbar-main .topbar__button-icon
{
    width: 16px;
    height: 16px;
    margin: auto;
    margin-top: 5px;

    -webkit-transition: all .3s;
            transition: all .3s;

    fill: color('slate-gray');
}

.navbar-main .navbar-brand
{
    display: block;

    height: 28px;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px)
{
    .navbar-main .navbar-brand
    {
        width: 100%;
    }
}
.navbar-main .navbar-brand a
{
    font-size: 1.1rem;

    vertical-align: bottom;

    color: #000;
}

.navbar-main .navbar-brand a:hover
{
    text-decoration: none;
}

.navbar-main .navbar-brand a .person .person-image,
.navbar-main .navbar-brand a .with-flag:before,
.navbar-main .navbar-brand a [data-initials]:before
{
    font-size: .7375rem;
    line-height: 30px;

    width: 30px;
    height: 30px;
}

.navbar-main .navbar-brand a .person.has-image .person-image
{
    border-radius: unset;
    background: transparent;
}

.navbar-main .navbar-brand img,
.navbar-main .navbar-brand svg
{
    width: auto;
    max-height: 100%;
    margin-right: 5px;
}

@media (max-width: 767.98px)
{
    .navbar-main .navbar-collapse
    {
        margin: 0 -15px;
    }

    .navbar-main .navbar-collapse > .navbar-nav
    {
        padding: 0 15px;
    }

    .navbar-main .navbar-collapse > .navbar-nav:first-child
    {
        margin-top: 10px;

        border-top: 3px solid theme-color('primary');
    }
}
@media (max-width: 575.98px)
{
    .navbar-main #submenu2 .nav-item .nav-link,
    .navbar-main #submenu1 .nav-item .nav-link
    {
        padding: 7px 14px !important;
    }
}
@media (max-width: 991.98px)
{
    .navbar-main .navbar-nav .nav-item.dropdown p
    {
        margin-bottom: 0;
    }

    .navbar-main .navbar-nav .nav-item.dropdown p .arrow
    {
        height: 8px;
        padding: 1.5px 5px;
    }

    .navbar-main .navbar-nav .nav-item.dropdown > .dropdown-menu
    {
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 26px;

        background-color: #f7f8fb;
        box-shadow: none;
    }

    .navbar-main .navbar-nav .nav-item.dropdown > .dropdown-menu .dropdown-menu
    {
        padding: 10px 0;

        background-color: #f3f5f9;
    }

    .navbar-main .navbar-nav .nav-item.dropdown > .dropdown-menu .dropdown-item .nav-link-icon,
    .navbar-main .navbar-nav .nav-item.dropdown > .dropdown-menu ul li a .nav-link-icon
    {
        display: none;
    }
}
.navbar-main .navbar-nav.navbar-main-links .nav-link
{
    position: relative;
}

@media (min-width: 992px)
{
    .navbar-main .navbar-nav.navbar-main-links .nav-link
    {
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        padding-right: 2px;
        padding-left: 2px;
    }

    .navbar-main .navbar-nav.navbar-main-links .nav-link::after
    {
        position: absolute;
        bottom: -.5rem;
        left: 0;

        display: block;

        width: 100%;
        height: 3px;

        content: '';

        border-radius: 90px 90px 0 0;
    }
}
.navbar-main .navbar-nav.navbar-main-links .nav-item
{
    position: relative;
}

@media (min-width: 576px)
{
    .navbar-main .navbar-nav.navbar-main-links .nav-item.active .nav-link
    {
        font-weight: 700;
    }
}
@media (min-width: 992px)
{
    .navbar-main .navbar-nav.navbar-main-links .nav-item.active .nav-link::after
    {
        background-color: theme-color('primary');
    }
}
.navbar-main .navbar-nav .show > .nav-link,
.navbar-main .navbar-nav .active > .nav-link,
.navbar-main .navbar-nav .nav-link.show,
.navbar-main .navbar-nav .nav-link.active
{
    color: #000;
}

.navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header
{
    display: block;
}

.navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5,
.navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5
{
    font-size: 1.2rem;

    margin-bottom: 0;

    color: #000;
}

.navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5 span,
.navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5 span,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5 span,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 span
{
    color: theme-color('deep-primary');
}

.navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5 small,
.navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5 small,
.navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5 .small,
.navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5 .small,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5 small,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 small,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5 .small,
.navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 .small
{
    font-size: .9rem;

    display: block;

    margin-top: 5px;
}

@media (min-width: 992px)
{
    .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-menu,
    .navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-menu
    {
        width: 300px;
    }

    .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header,
    .navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header
    {
        display: block;

        margin-bottom: 10px;
        padding-top: 15px;
        padding-bottom: 15px;

        border-bottom: 2px solid theme-color('primary');
        background: #fff;
    }

    .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5,
    .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5,
    .navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5,
    .navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5
    {
        font-size: 1.2rem;

        margin-bottom: 0;

        color: #000;
    }

    .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5 span,
    .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5 span,
    .navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5 span,
    .navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 span
    {
        color: theme-color('deep-primary');
    }

    .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5 small,
    .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5 small,
    .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header h5 .small,
    .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-header .h5 .small,
    .navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5 small,
    .navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 small,
    .navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header h5 .small,
    .navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-header .h5 .small
    {
        font-size: .9rem;

        display: block;

        margin-top: 5px;
    }

    .navbar-main .navbar-nav .navbar-app-dropdown .dropdown-item,
    .navbar-main .navbar-nav .navbar-profile-dropdown .dropdown-item
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-main .navbar-nav .navbar-app-dropdown .appOptions,
    .navbar-main .navbar-nav .navbar-profile-dropdown .appOptions
    {
        border-top: 1px solid #d3e4ef;
        background: #fff;
    }

    .navbar-main .navbar-nav .navbar-app-dropdown .appOptions .col-sm-6:nth-child(1) .dropdown-item,
    .navbar-main .navbar-nav .navbar-profile-dropdown .appOptions .col-sm-6:nth-child(1) .dropdown-item
    {
        border-right: 1px solid #d3e4ef;
    }
}
@media (min-width: 992px)
{
    .navbar-main .navbar-nav .navbar-profile-dropdown
    {
        position: relative;

        display: block;

        margin-left: 10px;
    }

    .navbar-main .navbar-nav .navbar-profile-dropdown::before
    {
        position: absolute;
        top: 50%;
        left: 0;

        width: 1px;
        height: 25px;

        content: '';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        background-color: color('slate-gray-light');
    }

    .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link
    {
        position: relative;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        height: 100%;
        padding: 0 theme-spacer(1) 0 theme-spacer(3);

        cursor: pointer;
        -webkit-transition: all .3s;
                transition: all .3s;

        border: none;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link::before,
    .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link::after
    {
        right: 0;
    }

    .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link:focus
    {
        outline: none;
    }

    .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link .topbar__avatar-img,
    .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link .topbar__avatar-name,
    .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link .topbar__avatar-icon
    {
        margin: auto 0;
    }

    .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link .topbar__avatar-img
    {
        width: 36px;
        height: 36px;
        margin-right: 10px;

        border-radius: 50%;

        -o-object-fit: cover;
           object-fit: cover;
    }

    .navbar-main .navbar-nav .navbar-profile-dropdown .nav-link .topbar__avatar-name
    {
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;

        display: none;

        color: color('slate-gray');
    }
}
@media (min-width: 992px)
{
    .navbar-main .navbar-nav .topbar__btn
    {
        font-size: 18px;

        position: relative;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        height: 100%;
        padding: 0 10px;

        cursor: pointer;
        -webkit-transition: all .3s;
                transition: all .3s;

        color: color('slate-gray');
        border: none;
        background: transparent;
    }

    .navbar-main .navbar-nav .topbar__btn:hover
    {
        background-color: #e9ecef;
    }

    .navbar-main .navbar-nav .topbar__btn span
    {
        height: 24px;
        margin: auto;
    }

    .navbar-main .navbar-nav .topbar__btn .topbar__button-icon
    {
        width: 15px;
    }

    .navbar-main .navbar-nav .topbar__btn.topbar__btn--app::before,
    .navbar-main .navbar-nav .topbar__btn.topbar__btn--app::after
    {
        display: none;
    }

    .navbar-main .navbar-nav .topbar__btn.topbar__btn--new .topbar__btn-new-label
    {
        position: absolute;
        top: 20px;
        right: 9px;
    }

    .navbar-main .navbar-nav .topbar__btn.topbar__btn--new .topbar__btn-new-label > div
    {
        position: relative;
    }

    .navbar-main .navbar-nav .topbar__btn.topbar__btn--new .topbar__btn-new-label > div:before
    {
        position: absolute;
        top: 50%;
        left: 50%;

        content: '';
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-animation: beforePulse 1.5s infinite;
                animation: beforePulse 1.5s infinite;

        border-radius: 50%;
        background-color: rgba(224, 83, 111, .2);
    }

    .navbar-main .navbar-nav .topbar__btn.topbar__btn--new .topbar__btn-new-label > div:after
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 7px;
        height: 7px;

        content: '';
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);

        border-radius: 50%;
        background-color: #e0536f;
    }

    .navbar-main .navbar-nav .topbar__btn.topbar__btn--new.topbar__btn--app .topbar__btn-new-label
    {
        top: 7px;
        right: 7px;

        display: none;
    }

    @-webkit-keyframes beforePulse
    {
        from
        {
            width: 7px;
            height: 7px;
        }
        25%
        {
            width: 13px;
            height: 13px;
        }
        to
        {
            width: 7px;
            height: 7px;
        }
    }

    @keyframes beforePulse
    {
        from
        {
            width: 7px;
            height: 7px;
        }
        25%
        {
            width: 13px;
            height: 13px;
        }
        to
        {
            width: 7px;
            height: 7px;
        }
    }
}
.navbar-main .navbar-toggler
{
    color: #000;
    border-color: transparent;
}

.navbar-main .navbar-toggler svg
{
    fill: theme-color('primary');
}

.navbar-main .navbar-toggler:focus
{
    outline: none;
}

.navbar-main .navbar-toggler-icon
{
    border: 0;
}

.navbar-main .navbar-toggler-icon svg
{
    width: 16px;

    size: 1rem;
}

.navbar-main .navbar-text
{
    color: #000;
}

.navbar-main .navbar-text a
{
    color: #f7f8fb;
}

.navbar-main .nav-profile-and-apps
{
    padding: 0;
}

@media (max-width: 767.98px)
{
    .navbar-main .nav-profile-and-apps .nav-item
    {
        margin-left: 0 !important;
    }

    .navbar-main .nav-profile-and-apps .nav-item::before
    {
        display: none;
    }

    .navbar-main .nav-profile-and-apps .nav-item span
    {
        font-size: 1rem;

        height: auto;
    }

    .navbar-main .nav-profile-and-apps .nav-item .nav-link
    {
        padding: .5rem 0;
    }

    .navbar-main .nav-profile-and-apps .nav-item .dropdown-menu
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
.nav-tabs
{
    border-bottom: transparent !important;
    background-color: #f8f9fb !important;
}

.nav-tabs .nav-link
{
    padding-top: 1rem !important;
    padding-right: 2rem !important;
    padding-bottom: 1rem !important;
    padding-left: 2rem !important;

    color: #63788b !important;
    border: transparent !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active
{
    font-weight: bold;

    color: #082e4d !important;
    border-bottom: 2px solid #082e4d !important;
    background-color: transparent !important;
}

.table.nohover tbody tr:hover td
{
    background-color: transparent !important;
}

.table thead
{
    border-color: transparent !important;
}

.table thead th
{
    white-space: nowrap;
}

.table tr
{
    position: relative;
}

.table tr td
{
    vertical-align: middle;
}

.table tr[data-bs-target]:hover,
.table tr[data-bs-href]:hover
{
    cursor: pointer;
}

.table tbody
{
    border-top: none !important;
}

.table tbody tr
{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;

    border-color: #efefef;
}

.table tbody tr td
{
    -webkit-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

.table tbody tr td a
{
    -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;

    color: #000;
}

.table tbody tr td a.link-primary
{
    text-decoration: none;

    color: theme-color('primary');
}

.table tbody tr:hover td
{
    background-color: #f1f6fa;
}

.table tbody tr:hover td .fa-ellipsis-h
{
    -webkit-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;

    background: white;
    box-shadow: 0 1px 5px 0 rgb(214, 210, 214);
}

.table tbody tr:hover td a:not(.link-primary)
{
    color: color('slate-gray');
}

.saved-order .table tr td:first-child,
.saved-order .table tr th:first-child
{
    padding-left: 5px;
}

.saved-order .fixed_header
{
    table-layout: fixed;
    border-collapse: collapse;
}

.saved-order .fixed_header tbody
{
    display: block;
    overflow: auto;

    width: 100%;
    max-height: 215px;
}

.saved-order .fixed_header tfoot
{
    display: block;

    width: 100%;
}

.saved-order .fixed_header thead tr
{
    display: block;
}

.saved-order .fixed_header td:last-child
{
    padding-right: 0;

    text-align: right;
    white-space: nowrap;
}

.saved-order .fixed_header thead > tr > th:nth-of-type(1)
{
    width: 45%;
}

.saved-order .fixed_header tbody > tr > td:nth-of-type(1)
{
    width: 45%;
}

.saved-order .fixed_header th,
.saved-order .fixed_header td
{
    width: 200px;
    padding: 10px;

    text-align: left;
}

.pagination
{
    gap: 5px;
}

.pagination li a
{
    padding: .275rem .75rem !important;

    text-decoration: none !important;

    color: #01c7b1 !important;
    border-color: #f5f5f5;
    border-radius: 5px;
    background-color: #f5f5f5 !important;
}

.pagination li a:hover,
.pagination li a.active
{
    z-index: 2;

    color: white !important;
    border-color: #01c7b1;
    background-color: #01c7b1 !important;
}

.pagination li:first-child a,
.pagination li:last-child a,
.pagination li:nth-child(2) a,
.pagination li:nth-last-child(2) a
{
    border-color: transparent;
    background-color: transparent !important;
}

.pagination li:first-child a:hover,
.pagination li:first-child a.active,
.pagination li:last-child a:hover,
.pagination li:last-child a.active,
.pagination li:nth-child(2) a:hover,
.pagination li:nth-child(2) a.active,
.pagination li:nth-last-child(2) a:hover,
.pagination li:nth-last-child(2) a.active
{
    color: #009f9f !important;
}

.pagination li:first-child a:hover svg path,
.pagination li:first-child a.active svg path,
.pagination li:last-child a:hover svg path,
.pagination li:last-child a.active svg path,
.pagination li:nth-child(2) a:hover svg path,
.pagination li:nth-child(2) a.active svg path,
.pagination li:nth-last-child(2) a:hover svg path,
.pagination li:nth-last-child(2) a.active svg path
{
    stroke: #009f9f;
    fill: #009f9f;
}

.btn
{
    font-size: 13px;
    font-weight: bold;

    padding: .875rem;

    text-transform: uppercase !important;

    -webkit-appearance: none;
}

.btn:active,
.btn:focus
{
    text-decoration: none !important;

    outline: none;
    box-shadow: none;
}

.btn-primary
{
    color: #fff !important;
    border-color: #01c7b1;
    background-color: #01c7b1;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus
{
    text-decoration: none !important;

    border-color: #009f9f !important;
    outline: none;
    background-color: #009f9f !important;
    box-shadow: none;
}

.btn-secondary
{
    color: #01c7b1 !important;
    border-color: #ced4da;
    background-color: #f4f4f4;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus
{
    text-decoration: none !important;

    outline: none;
    box-shadow: none;
}

.btn-outline-primary
{
    color: #01c7b1 !important;
    border-color: #01c7b1 !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus
{
    text-decoration: none !important;

    color: #fff !important;
    border-color: #01c7b1 !important;
    outline: none;
    background-color: #01c7b1 !important;
    box-shadow: none;
}

.btn-outline-primary:hover svg,
.btn-outline-primary:hover svg .a,
.btn-outline-primary:active svg,
.btn-outline-primary:active svg .a,
.btn-outline-primary:focus svg,
.btn-outline-primary:focus svg .a
{
    fill: #fff;
}

.btn-outline-primary:hover svg path,
.btn-outline-primary:active svg path,
.btn-outline-primary:focus svg path
{
    stroke: #fff;
    fill: #fff;
}

.btn-outline-primary:hover svg circle,
.btn-outline-primary:active svg circle,
.btn-outline-primary:focus svg circle
{
    stroke: #fff;
}

.btn-outline-primary:hover svg line,
.btn-outline-primary:active svg line,
.btn-outline-primary:focus svg line
{
    stroke: #fff;
}

.btn-outline-primary:hover svg polyline,
.btn-outline-primary:active svg polyline,
.btn-outline-primary:focus svg polyline
{
    stroke: #fff;
}

.btn-outline-primary:hover svg rect,
.btn-outline-primary:active svg rect,
.btn-outline-primary:focus svg rect
{
    stroke: #fff;
}

.btn-outline-primary:hover svg polygon,
.btn-outline-primary:active svg polygon,
.btn-outline-primary:focus svg polygon
{
    stroke: #fff;
}

.btn-outline-danger
{
    color: #f00 !important;
    border-color: #f00 !important;
    background-color: transparent !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:active,
.btn-outline-danger:focus
{
    text-decoration: none !important;

    color: #fff !important;
    border-color: #f00 !important;
    outline: none;
    background-color: #f00 !important;
    box-shadow: none;
}

.btn-outline-danger:hover svg,
.btn-outline-danger:hover svg .a,
.btn-outline-danger:active svg,
.btn-outline-danger:active svg .a,
.btn-outline-danger:focus svg,
.btn-outline-danger:focus svg .a
{
    fill: #fff;
}

.btn-outline-danger:hover svg path,
.btn-outline-danger:active svg path,
.btn-outline-danger:focus svg path
{
    stroke: #fff;
    fill: #fff;
}

.btn-outline-danger:hover svg circle,
.btn-outline-danger:active svg circle,
.btn-outline-danger:focus svg circle
{
    stroke: #fff;
}

.btn-outline-danger:hover svg line,
.btn-outline-danger:active svg line,
.btn-outline-danger:focus svg line
{
    stroke: #fff;
}

.btn-outline-danger:hover svg polyline,
.btn-outline-danger:active svg polyline,
.btn-outline-danger:focus svg polyline
{
    stroke: #fff;
}

.btn-outline-danger:hover svg rect,
.btn-outline-danger:active svg rect,
.btn-outline-danger:focus svg rect
{
    stroke: #fff;
}

.btn-outline-danger:hover svg polygon,
.btn-outline-danger:active svg polygon,
.btn-outline-danger:focus svg polygon
{
    stroke: #fff;
}

.btn.disabled,
.btn:disabled
{
    cursor: no-drop;

    opacity: .35;
}

.btn-primary.disabled,
.btn-primary:disabled
{
    cursor: not-allowed;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus
{
    box-shadow: none;
}

.page-link:focus
{
    box-shadow: none;
}

.btn-social
{
    padding: 1.025rem 1rem;

    text-decoration: none;

    border: 1px solid #cdd5db;
    border-radius: 4px;
}

.dropdown .dropdown-toggle
{
    position: relative;
}

.dropdown .dropdown-toggle.btn-sm,
.dropdown .btn-group-sm > .dropdown-toggle.btn
{
    padding-right: 30px;
}

.dropdown .dropdown-toggle::before,
.dropdown .dropdown-toggle::after
{
    position: absolute;
    z-index: 2;
    right: -14px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 4px 4px;
    border-style: solid;
    border-color: transparent;
}

.dropdown .dropdown-toggle::before
{
    top: 50%;

    margin-top: 2px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-top-color: #7e8fa4;
}

.dropdown .dropdown-toggle::after
{
    top: 50%;

    margin-top: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-top-color: #fff;
}

.dropdown .dropdown-menu
{
    font-size: .9rem;

    z-index: 1050;

    padding: 0;

    border: 0;
    box-shadow: 0 3px 25px 1px #d4e4f0;
}

.dropdown .dropdown-menu a
{
    text-decoration: unset;
}

.dropdown .dropdown-menu a:hover
{
    background-color: #f8f9fa;
}

.dropdown > button
{
    padding-right: 45px;
}

.dropdown > button::before,
.dropdown > button::after
{
    right: 1px !important;

    content: '';
}

.card
{
    margin-bottom: 10px;

    border: 1px solid #efefef;
    border-radius: 10px;
}

@media (min-width: 992px)
{
    .card:last-child
    {
        margin-bottom: 0;
    }
}
.card .card-body
{
    position: relative;
}

.card .card-body ul
{
    line-height: 2;
}

@media (min-width: 576px)
{
    .card .card-header,
    .card .card-body,
    .card .card-footer
    {
        padding: 2rem;
    }

    .card.card-md .card-header,
    .card.card-md .card-body,
    .card.card-md .card-footer
    {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}
.modal .close
{
    position: absolute;
    z-index: 1;
    right: 0;

    margin: 18px 14px -1rem auto;
    padding: .625rem 1rem .625rem .625rem;

    border: none;
    background: none;
}

.modal .closebutton:focus
{
    outline: 0;
    box-shadow: none;
}

.modal .modal-header
{
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
            align-items: start;
}

.modal .modal-content
{
    overflow: hidden;

    border-radius: 10px;
}

.modal .modal-bar
{
    border: 3px solid #01c7b1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

::-webkit-input-placeholder
{
    opacity: 1;
    color: #7e8fa4 !important;
    /* Firefox */
}

::-moz-placeholder
{
    opacity: 1;
    color: #7e8fa4 !important;
    /* Firefox */
}

:-ms-input-placeholder
{
    opacity: 1;
    color: #7e8fa4 !important;
    /* Firefox */
}

::-ms-input-placeholder
{
    opacity: 1;
    color: #7e8fa4 !important;
    /* Firefox */
}

::placeholder
{
    opacity: 1;
    color: #7e8fa4 !important;
    /* Firefox */
}

:-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #7e8fa4 !important;
}

::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #7e8fa4 !important;
}

input,
select
{
    padding: .875rem !important;

    border-radius: 7px !important;
}

input:focus,
select:focus
{
    border: 1px solid #e7be9b !important;
    outline: none !important;
    box-shadow: none !important;
}

textarea
{
    resize: none;

    border-radius: 7px !important;
}

textarea:focus
{
    border: 1px solid #01c7b1 !important;
    outline: none !important;
    box-shadow: none !important;
}

.input-group-text
{
    border-radius: 7px;
}

input[type=date]
{
    text-transform: uppercase;
}

.form-check-input[type=radio]
{
    padding: unset !important;

    border-radius: 50% !important;
}

.form-check-input[type=radio]:checked
{
    border-color: #01c7b1;
    background-color: #01c7b1;
}

.form-check-input[type=radio]:hover
{
    border-color: #01c7b1;
}

.filter-form
{
    display: none;

    background-color: #f2f7fa;
    box-shadow: rgb(236, 236, 236) 0 1px 6px inset;
}

body
{
    font-family: 'Nunito', sans-serif;
    font-size: .9rem;

    color: #000;

    -webkit-font-smoothing: antialiased;
}

a:hover
{
    color: #009f9f;
}

.bg-light-blue
{
    background-color: #f9fbfc;
}

.bg-faded-blue
{
    background-color: #f2f7fa;
}

.bg-faded-gold
{
    background-color: #fcf9ea;
}

.bg-faded-pink
{
    background-color: #fceaea;
}

.bg-faded-green
{
    background-color: #f2faf8;
}

.bg-primary
{
    background-color: #01c7b1 !important;
}

.bg-secondary
{
    background-color: #f4f4f4 !important;
}

.text-primary
{
    color: #01c7b1 !important;
}

#scroll
{
    overflow-x: auto;
    overflow-y: auto;
}

#scroll:hover::-webkit-scrollbar-thumb
{
    background-color: #d5d7d8;
}

#scroll::-webkit-scrollbar-track
{
    width: 8px;

    border-radius: 6px;
    background-color: transparent;
}

#scroll::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
    margin: 50px 0;

    background-color: transparent;
}

#scroll::-webkit-scrollbar-thumb
{
    width: 8px;

    border-radius: 6px;
    background-color: transparent;
}

#scroll-x
{
    overflow-x: auto;
    overflow-y: hidden;
}

#scroll-x:hover::-webkit-scrollbar-thumb
{
    background-color: #d5d7d8;
}

#scroll-x::-webkit-scrollbar-track
{
    width: 8px;

    border-radius: 6px;
    background-color: transparent;
}

#scroll-x::-webkit-scrollbar
{
    width: 8px;
    height: 6px;
    margin: 20px 0;

    background-color: transparent;
}

#scroll-x::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    background-color: transparent;
}

#scroll-y
{
    overflow-x: hidden;
    overflow-y: auto;
}

#scroll-y:hover::-webkit-scrollbar-thumb
{
    background-color: #d5d7d8;
}

#scroll-y::-webkit-scrollbar-track
{
    width: 8px;

    border-radius: 6px;
    background-color: transparent;
}

#scroll-y::-webkit-scrollbar
{
    width: 8px;
    height: 6px;
    margin: 20px 0;

    background-color: transparent;
}

#scroll-y::-webkit-scrollbar-thumb
{
    width: 8px;

    border-radius: 6px;
    background-color: transparent;
}

.hide-scroll
{
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.hide-scroll::-webkit-scrollbar
{
    display: none;
}

.font-weight-bold
{
    font-weight: 600 !important;
}

.border-light
{
    border-color: #efefef !important;
}

.border-primary
{
    border-color: #01c7b1 !important;
}

.rounded-left-0
{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-right-0
{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

span.currency
{
    font-size: smaller;

    margin-right: 5px;
}

.dropdown-item.active,
.dropdown-item:active
{
    text-decoration: none;

    color: #1e2125;
    background-color: #f2f7fa;
}

.progress
{
    height: .5rem;

    border-radius: unset;
    background-color: transparent;
}

.progress .progress-bar
{
    background-color: #01c7b1;
}

.fa-ellipsis-h
{
    width: 40px;
    height: 40px;
    padding: 13px 13px;

    -webkit-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;

    color: #01c7b1;
    border-radius: 50%;
}

.pointer
{
    cursor: pointer;
}

.object-fit-0
{
    -o-object-fit: 0;
       object-fit: 0;
}

.object-fit-contain
{
    -o-object-fit: contain;
       object-fit: contain;
}

.object-fit-cover
{
    -o-object-fit: cover;
       object-fit: cover;
}

.object-fit-fill
{
    -o-object-fit: fill;
       object-fit: fill;
}

.object-fit-scale-down
{
    -o-object-fit: scale-down;
       object-fit: scale-down;
}

.vh-height-1
{
    height: calc(100vh - 1px);
}

.vh-height-2
{
    height: calc(100vh - 2px);
}

.vh-height-3
{
    height: calc(100vh - 3px);
}

.vh-height-4
{
    height: calc(100vh - 4px);
}

.vh-height-5
{
    height: calc(100vh - 5px);
}

.vh-height-6
{
    height: calc(100vh - 6px);
}

.vh-height-7
{
    height: calc(100vh - 7px);
}

.vh-height-8
{
    height: calc(100vh - 8px);
}

.vh-height-9
{
    height: calc(100vh - 9px);
}

.vh-height-10
{
    height: calc(100vh - 10px);
}

.vh-height-11
{
    height: calc(100vh - 11px);
}

.vh-height-12
{
    height: calc(100vh - 12px);
}

.vh-height-13
{
    height: calc(100vh - 13px);
}

.vh-height-14
{
    height: calc(100vh - 14px);
}

.vh-height-15
{
    height: calc(100vh - 15px);
}

.vh-height-16
{
    height: calc(100vh - 16px);
}

.vh-height-17
{
    height: calc(100vh - 17px);
}

.vh-height-18
{
    height: calc(100vh - 18px);
}

.vh-height-19
{
    height: calc(100vh - 19px);
}

.vh-height-20
{
    height: calc(100vh - 20px);
}

.vh-height-21
{
    height: calc(100vh - 21px);
}

.vh-height-22
{
    height: calc(100vh - 22px);
}

.vh-height-23
{
    height: calc(100vh - 23px);
}

.vh-height-24
{
    height: calc(100vh - 24px);
}

.vh-height-25
{
    height: calc(100vh - 25px);
}

.vh-height-26
{
    height: calc(100vh - 26px);
}

.vh-height-27
{
    height: calc(100vh - 27px);
}

.vh-height-28
{
    height: calc(100vh - 28px);
}

.vh-height-29
{
    height: calc(100vh - 29px);
}

.vh-height-30
{
    height: calc(100vh - 30px);
}

.vh-height-31
{
    height: calc(100vh - 31px);
}

.vh-height-32
{
    height: calc(100vh - 32px);
}

.vh-height-33
{
    height: calc(100vh - 33px);
}

.vh-height-34
{
    height: calc(100vh - 34px);
}

.vh-height-35
{
    height: calc(100vh - 35px);
}

.vh-height-36
{
    height: calc(100vh - 36px);
}

.vh-height-37
{
    height: calc(100vh - 37px);
}

.vh-height-38
{
    height: calc(100vh - 38px);
}

.vh-height-39
{
    height: calc(100vh - 39px);
}

.vh-height-40
{
    height: calc(100vh - 40px);
}

.vh-height-41
{
    height: calc(100vh - 41px);
}

.vh-height-42
{
    height: calc(100vh - 42px);
}

.vh-height-43
{
    height: calc(100vh - 43px);
}

.vh-height-44
{
    height: calc(100vh - 44px);
}

.vh-height-45
{
    height: calc(100vh - 45px);
}

.vh-height-46
{
    height: calc(100vh - 46px);
}

.vh-height-47
{
    height: calc(100vh - 47px);
}

.vh-height-48
{
    height: calc(100vh - 48px);
}

.vh-height-49
{
    height: calc(100vh - 49px);
}

.vh-height-50
{
    height: calc(100vh - 50px);
}

.vh-height-51
{
    height: calc(100vh - 51px);
}

.vh-height-52
{
    height: calc(100vh - 52px);
}

.vh-height-53
{
    height: calc(100vh - 53px);
}

.vh-height-54
{
    height: calc(100vh - 54px);
}

.vh-height-55
{
    height: calc(100vh - 55px);
}

.vh-height-56
{
    height: calc(100vh - 56px);
}

.vh-height-57
{
    height: calc(100vh - 57px);
}

.vh-height-58
{
    height: calc(100vh - 58px);
}

.vh-height-59
{
    height: calc(100vh - 59px);
}

.vh-height-60
{
    height: calc(100vh - 60px);
}

.vh-height-61
{
    height: calc(100vh - 61px);
}

.vh-height-62
{
    height: calc(100vh - 62px);
}

.vh-height-63
{
    height: calc(100vh - 63px);
}

.vh-height-64
{
    height: calc(100vh - 64px);
}

.vh-height-65
{
    height: calc(100vh - 65px);
}

.vh-height-66
{
    height: calc(100vh - 66px);
}

.vh-height-67
{
    height: calc(100vh - 67px);
}

.vh-height-68
{
    height: calc(100vh - 68px);
}

.vh-height-69
{
    height: calc(100vh - 69px);
}

.vh-height-70
{
    height: calc(100vh - 70px);
}

.vh-height-71
{
    height: calc(100vh - 71px);
}

.vh-height-72
{
    height: calc(100vh - 72px);
}

.vh-height-73
{
    height: calc(100vh - 73px);
}

.vh-height-74
{
    height: calc(100vh - 74px);
}

.vh-height-75
{
    height: calc(100vh - 75px);
}

.vh-height-76
{
    height: calc(100vh - 76px);
}

.vh-height-77
{
    height: calc(100vh - 77px);
}

.vh-height-78
{
    height: calc(100vh - 78px);
}

.vh-height-79
{
    height: calc(100vh - 79px);
}

.vh-height-80
{
    height: calc(100vh - 80px);
}

.vh-height-81
{
    height: calc(100vh - 81px);
}

.vh-height-82
{
    height: calc(100vh - 82px);
}

.vh-height-83
{
    height: calc(100vh - 83px);
}

.vh-height-84
{
    height: calc(100vh - 84px);
}

.vh-height-85
{
    height: calc(100vh - 85px);
}

.vh-height-86
{
    height: calc(100vh - 86px);
}

.vh-height-87
{
    height: calc(100vh - 87px);
}

.vh-height-88
{
    height: calc(100vh - 88px);
}

.vh-height-89
{
    height: calc(100vh - 89px);
}

.vh-height-90
{
    height: calc(100vh - 90px);
}

.vh-height-91
{
    height: calc(100vh - 91px);
}

.vh-height-92
{
    height: calc(100vh - 92px);
}

.vh-height-93
{
    height: calc(100vh - 93px);
}

.vh-height-94
{
    height: calc(100vh - 94px);
}

.vh-height-95
{
    height: calc(100vh - 95px);
}

.vh-height-96
{
    height: calc(100vh - 96px);
}

.vh-height-97
{
    height: calc(100vh - 97px);
}

.vh-height-98
{
    height: calc(100vh - 98px);
}

.vh-height-99
{
    height: calc(100vh - 99px);
}

.vh-height-100
{
    height: calc(100vh - 100px);
}

.vh-height-101
{
    height: calc(100vh - 101px);
}

.vh-height-102
{
    height: calc(100vh - 102px);
}

.vh-height-103
{
    height: calc(100vh - 103px);
}

.vh-height-104
{
    height: calc(100vh - 104px);
}

.vh-height-105
{
    height: calc(100vh - 105px);
}

.vh-height-106
{
    height: calc(100vh - 106px);
}

.vh-height-107
{
    height: calc(100vh - 107px);
}

.vh-height-108
{
    height: calc(100vh - 108px);
}

.vh-height-109
{
    height: calc(100vh - 109px);
}

.vh-height-110
{
    height: calc(100vh - 110px);
}

.vh-height-111
{
    height: calc(100vh - 111px);
}

.vh-height-112
{
    height: calc(100vh - 112px);
}

.vh-height-113
{
    height: calc(100vh - 113px);
}

.vh-height-114
{
    height: calc(100vh - 114px);
}

.vh-height-115
{
    height: calc(100vh - 115px);
}

.vh-height-116
{
    height: calc(100vh - 116px);
}

.vh-height-117
{
    height: calc(100vh - 117px);
}

.vh-height-118
{
    height: calc(100vh - 118px);
}

.vh-height-119
{
    height: calc(100vh - 119px);
}

.vh-height-120
{
    height: calc(100vh - 120px);
}

.vh-height-121
{
    height: calc(100vh - 121px);
}

.vh-height-122
{
    height: calc(100vh - 122px);
}

.vh-height-123
{
    height: calc(100vh - 123px);
}

.vh-height-124
{
    height: calc(100vh - 124px);
}

.vh-height-125
{
    height: calc(100vh - 125px);
}

.vh-height-126
{
    height: calc(100vh - 126px);
}

.vh-height-127
{
    height: calc(100vh - 127px);
}

.vh-height-128
{
    height: calc(100vh - 128px);
}

.vh-height-129
{
    height: calc(100vh - 129px);
}

.vh-height-130
{
    height: calc(100vh - 130px);
}

.vh-height-131
{
    height: calc(100vh - 131px);
}

.vh-height-132
{
    height: calc(100vh - 132px);
}

.vh-height-133
{
    height: calc(100vh - 133px);
}

.vh-height-134
{
    height: calc(100vh - 134px);
}

.vh-height-135
{
    height: calc(100vh - 135px);
}

.vh-height-136
{
    height: calc(100vh - 136px);
}

.vh-height-137
{
    height: calc(100vh - 137px);
}

.vh-height-138
{
    height: calc(100vh - 138px);
}

.vh-height-139
{
    height: calc(100vh - 139px);
}

.vh-height-140
{
    height: calc(100vh - 140px);
}

.vh-height-141
{
    height: calc(100vh - 141px);
}

.vh-height-142
{
    height: calc(100vh - 142px);
}

.vh-height-143
{
    height: calc(100vh - 143px);
}

.vh-height-144
{
    height: calc(100vh - 144px);
}

.vh-height-145
{
    height: calc(100vh - 145px);
}

.vh-height-146
{
    height: calc(100vh - 146px);
}

.vh-height-147
{
    height: calc(100vh - 147px);
}

.vh-height-148
{
    height: calc(100vh - 148px);
}

.vh-height-149
{
    height: calc(100vh - 149px);
}

.vh-height-150
{
    height: calc(100vh - 150px);
}

.vh-height-151
{
    height: calc(100vh - 151px);
}

.vh-height-152
{
    height: calc(100vh - 152px);
}

.vh-height-153
{
    height: calc(100vh - 153px);
}

.vh-height-154
{
    height: calc(100vh - 154px);
}

.vh-height-155
{
    height: calc(100vh - 155px);
}

.vh-height-156
{
    height: calc(100vh - 156px);
}

.vh-height-157
{
    height: calc(100vh - 157px);
}

.vh-height-158
{
    height: calc(100vh - 158px);
}

.vh-height-159
{
    height: calc(100vh - 159px);
}

.vh-height-160
{
    height: calc(100vh - 160px);
}

.vh-height-161
{
    height: calc(100vh - 161px);
}

.vh-height-162
{
    height: calc(100vh - 162px);
}

.vh-height-163
{
    height: calc(100vh - 163px);
}

.vh-height-164
{
    height: calc(100vh - 164px);
}

.vh-height-165
{
    height: calc(100vh - 165px);
}

.vh-height-166
{
    height: calc(100vh - 166px);
}

.vh-height-167
{
    height: calc(100vh - 167px);
}

.vh-height-168
{
    height: calc(100vh - 168px);
}

.vh-height-169
{
    height: calc(100vh - 169px);
}

.vh-height-170
{
    height: calc(100vh - 170px);
}

.vh-height-171
{
    height: calc(100vh - 171px);
}

.vh-height-172
{
    height: calc(100vh - 172px);
}

.vh-height-173
{
    height: calc(100vh - 173px);
}

.vh-height-174
{
    height: calc(100vh - 174px);
}

.vh-height-175
{
    height: calc(100vh - 175px);
}

.vh-height-176
{
    height: calc(100vh - 176px);
}

.vh-height-177
{
    height: calc(100vh - 177px);
}

.vh-height-178
{
    height: calc(100vh - 178px);
}

.vh-height-179
{
    height: calc(100vh - 179px);
}

.vh-height-180
{
    height: calc(100vh - 180px);
}

.vh-height-181
{
    height: calc(100vh - 181px);
}

.vh-height-182
{
    height: calc(100vh - 182px);
}

.vh-height-183
{
    height: calc(100vh - 183px);
}

.vh-height-184
{
    height: calc(100vh - 184px);
}

.vh-height-185
{
    height: calc(100vh - 185px);
}

.vh-height-186
{
    height: calc(100vh - 186px);
}

.vh-height-187
{
    height: calc(100vh - 187px);
}

.vh-height-188
{
    height: calc(100vh - 188px);
}

.vh-height-189
{
    height: calc(100vh - 189px);
}

.vh-height-190
{
    height: calc(100vh - 190px);
}

.vh-height-191
{
    height: calc(100vh - 191px);
}

.vh-height-192
{
    height: calc(100vh - 192px);
}

.vh-height-193
{
    height: calc(100vh - 193px);
}

.vh-height-194
{
    height: calc(100vh - 194px);
}

.vh-height-195
{
    height: calc(100vh - 195px);
}

.vh-height-196
{
    height: calc(100vh - 196px);
}

.vh-height-197
{
    height: calc(100vh - 197px);
}

.vh-height-198
{
    height: calc(100vh - 198px);
}

.vh-height-199
{
    height: calc(100vh - 199px);
}

.vh-height-200
{
    height: calc(100vh - 200px);
}

.vh-height-201
{
    height: calc(100vh - 201px);
}

.vh-height-202
{
    height: calc(100vh - 202px);
}

.vh-height-203
{
    height: calc(100vh - 203px);
}

.vh-height-204
{
    height: calc(100vh - 204px);
}

.vh-height-205
{
    height: calc(100vh - 205px);
}

.vh-height-206
{
    height: calc(100vh - 206px);
}

.vh-height-207
{
    height: calc(100vh - 207px);
}

.vh-height-208
{
    height: calc(100vh - 208px);
}

.vh-height-209
{
    height: calc(100vh - 209px);
}

.vh-height-210
{
    height: calc(100vh - 210px);
}

.vh-height-211
{
    height: calc(100vh - 211px);
}

.vh-height-212
{
    height: calc(100vh - 212px);
}

.vh-height-213
{
    height: calc(100vh - 213px);
}

.vh-height-214
{
    height: calc(100vh - 214px);
}

.vh-height-215
{
    height: calc(100vh - 215px);
}

.vh-height-216
{
    height: calc(100vh - 216px);
}

.vh-height-217
{
    height: calc(100vh - 217px);
}

.vh-height-218
{
    height: calc(100vh - 218px);
}

.vh-height-219
{
    height: calc(100vh - 219px);
}

.vh-height-220
{
    height: calc(100vh - 220px);
}

.vh-height-221
{
    height: calc(100vh - 221px);
}

.vh-height-222
{
    height: calc(100vh - 222px);
}

.vh-height-223
{
    height: calc(100vh - 223px);
}

.vh-height-224
{
    height: calc(100vh - 224px);
}

.vh-height-225
{
    height: calc(100vh - 225px);
}

.vh-height-226
{
    height: calc(100vh - 226px);
}

.vh-height-227
{
    height: calc(100vh - 227px);
}

.vh-height-228
{
    height: calc(100vh - 228px);
}

.vh-height-229
{
    height: calc(100vh - 229px);
}

.vh-height-230
{
    height: calc(100vh - 230px);
}

.vh-height-231
{
    height: calc(100vh - 231px);
}

.vh-height-232
{
    height: calc(100vh - 232px);
}

.vh-height-233
{
    height: calc(100vh - 233px);
}

.vh-height-234
{
    height: calc(100vh - 234px);
}

.vh-height-235
{
    height: calc(100vh - 235px);
}

.vh-height-236
{
    height: calc(100vh - 236px);
}

.vh-height-237
{
    height: calc(100vh - 237px);
}

.vh-height-238
{
    height: calc(100vh - 238px);
}

.vh-height-239
{
    height: calc(100vh - 239px);
}

.vh-height-240
{
    height: calc(100vh - 240px);
}

.vh-height-241
{
    height: calc(100vh - 241px);
}

.vh-height-242
{
    height: calc(100vh - 242px);
}

.vh-height-243
{
    height: calc(100vh - 243px);
}

.vh-height-244
{
    height: calc(100vh - 244px);
}

.vh-height-245
{
    height: calc(100vh - 245px);
}

.vh-height-246
{
    height: calc(100vh - 246px);
}

.vh-height-247
{
    height: calc(100vh - 247px);
}

.vh-height-248
{
    height: calc(100vh - 248px);
}

.vh-height-249
{
    height: calc(100vh - 249px);
}

.vh-height-250
{
    height: calc(100vh - 250px);
}

.vh-height-251
{
    height: calc(100vh - 251px);
}

.vh-height-252
{
    height: calc(100vh - 252px);
}

.vh-height-253
{
    height: calc(100vh - 253px);
}

.vh-height-254
{
    height: calc(100vh - 254px);
}

.vh-height-255
{
    height: calc(100vh - 255px);
}

.vh-height-256
{
    height: calc(100vh - 256px);
}

.vh-height-257
{
    height: calc(100vh - 257px);
}

.vh-height-258
{
    height: calc(100vh - 258px);
}

.vh-height-259
{
    height: calc(100vh - 259px);
}

.vh-height-260
{
    height: calc(100vh - 260px);
}

.vh-height-261
{
    height: calc(100vh - 261px);
}

.vh-height-262
{
    height: calc(100vh - 262px);
}

.vh-height-263
{
    height: calc(100vh - 263px);
}

.vh-height-264
{
    height: calc(100vh - 264px);
}

.vh-height-265
{
    height: calc(100vh - 265px);
}

.vh-height-266
{
    height: calc(100vh - 266px);
}

.vh-height-267
{
    height: calc(100vh - 267px);
}

.vh-height-268
{
    height: calc(100vh - 268px);
}

.vh-height-269
{
    height: calc(100vh - 269px);
}

.vh-height-270
{
    height: calc(100vh - 270px);
}

.vh-height-271
{
    height: calc(100vh - 271px);
}

.vh-height-272
{
    height: calc(100vh - 272px);
}

.vh-height-273
{
    height: calc(100vh - 273px);
}

.vh-height-274
{
    height: calc(100vh - 274px);
}

.vh-height-275
{
    height: calc(100vh - 275px);
}

.vh-height-276
{
    height: calc(100vh - 276px);
}

.vh-height-277
{
    height: calc(100vh - 277px);
}

.vh-height-278
{
    height: calc(100vh - 278px);
}

.vh-height-279
{
    height: calc(100vh - 279px);
}

.vh-height-280
{
    height: calc(100vh - 280px);
}

.vh-height-281
{
    height: calc(100vh - 281px);
}

.vh-height-282
{
    height: calc(100vh - 282px);
}

.vh-height-283
{
    height: calc(100vh - 283px);
}

.vh-height-284
{
    height: calc(100vh - 284px);
}

.vh-height-285
{
    height: calc(100vh - 285px);
}

.vh-height-286
{
    height: calc(100vh - 286px);
}

.vh-height-287
{
    height: calc(100vh - 287px);
}

.vh-height-288
{
    height: calc(100vh - 288px);
}

.vh-height-289
{
    height: calc(100vh - 289px);
}

.vh-height-290
{
    height: calc(100vh - 290px);
}

.vh-height-291
{
    height: calc(100vh - 291px);
}

.vh-height-292
{
    height: calc(100vh - 292px);
}

.vh-height-293
{
    height: calc(100vh - 293px);
}

.vh-height-294
{
    height: calc(100vh - 294px);
}

.vh-height-295
{
    height: calc(100vh - 295px);
}

.vh-height-296
{
    height: calc(100vh - 296px);
}

.vh-height-297
{
    height: calc(100vh - 297px);
}

.vh-height-298
{
    height: calc(100vh - 298px);
}

.vh-height-299
{
    height: calc(100vh - 299px);
}

.vh-height-300
{
    height: calc(100vh - 300px);
}

.vh-height-301
{
    height: calc(100vh - 301px);
}

.vh-height-302
{
    height: calc(100vh - 302px);
}

.vh-height-303
{
    height: calc(100vh - 303px);
}

.vh-height-304
{
    height: calc(100vh - 304px);
}

.vh-height-305
{
    height: calc(100vh - 305px);
}

.vh-height-306
{
    height: calc(100vh - 306px);
}

.vh-height-307
{
    height: calc(100vh - 307px);
}

.vh-height-308
{
    height: calc(100vh - 308px);
}

.vh-height-309
{
    height: calc(100vh - 309px);
}

.vh-height-310
{
    height: calc(100vh - 310px);
}

.vh-height-311
{
    height: calc(100vh - 311px);
}

.vh-height-312
{
    height: calc(100vh - 312px);
}

.vh-height-313
{
    height: calc(100vh - 313px);
}

.vh-height-314
{
    height: calc(100vh - 314px);
}

.vh-height-315
{
    height: calc(100vh - 315px);
}

.vh-height-316
{
    height: calc(100vh - 316px);
}

.vh-height-317
{
    height: calc(100vh - 317px);
}

.vh-height-318
{
    height: calc(100vh - 318px);
}

.vh-height-319
{
    height: calc(100vh - 319px);
}

.vh-height-320
{
    height: calc(100vh - 320px);
}

.vh-height-321
{
    height: calc(100vh - 321px);
}

.vh-height-322
{
    height: calc(100vh - 322px);
}

.vh-height-323
{
    height: calc(100vh - 323px);
}

.vh-height-324
{
    height: calc(100vh - 324px);
}

.vh-height-325
{
    height: calc(100vh - 325px);
}

.vh-height-326
{
    height: calc(100vh - 326px);
}

.vh-height-327
{
    height: calc(100vh - 327px);
}

.vh-height-328
{
    height: calc(100vh - 328px);
}

.vh-height-329
{
    height: calc(100vh - 329px);
}

.vh-height-330
{
    height: calc(100vh - 330px);
}

.vh-height-331
{
    height: calc(100vh - 331px);
}

.vh-height-332
{
    height: calc(100vh - 332px);
}

.vh-height-333
{
    height: calc(100vh - 333px);
}

.vh-height-334
{
    height: calc(100vh - 334px);
}

.vh-height-335
{
    height: calc(100vh - 335px);
}

.vh-height-336
{
    height: calc(100vh - 336px);
}

.vh-height-337
{
    height: calc(100vh - 337px);
}

.vh-height-338
{
    height: calc(100vh - 338px);
}

.vh-height-339
{
    height: calc(100vh - 339px);
}

.vh-height-340
{
    height: calc(100vh - 340px);
}

.vh-height-341
{
    height: calc(100vh - 341px);
}

.vh-height-342
{
    height: calc(100vh - 342px);
}

.vh-height-343
{
    height: calc(100vh - 343px);
}

.vh-height-344
{
    height: calc(100vh - 344px);
}

.vh-height-345
{
    height: calc(100vh - 345px);
}

.vh-height-346
{
    height: calc(100vh - 346px);
}

.vh-height-347
{
    height: calc(100vh - 347px);
}

.vh-height-348
{
    height: calc(100vh - 348px);
}

.vh-height-349
{
    height: calc(100vh - 349px);
}

.vh-height-350
{
    height: calc(100vh - 350px);
}

.vh-height-351
{
    height: calc(100vh - 351px);
}

.vh-height-352
{
    height: calc(100vh - 352px);
}

.vh-height-353
{
    height: calc(100vh - 353px);
}

.vh-height-354
{
    height: calc(100vh - 354px);
}

.vh-height-355
{
    height: calc(100vh - 355px);
}

.vh-height-356
{
    height: calc(100vh - 356px);
}

.vh-height-357
{
    height: calc(100vh - 357px);
}

.vh-height-358
{
    height: calc(100vh - 358px);
}

.vh-height-359
{
    height: calc(100vh - 359px);
}

.vh-height-360
{
    height: calc(100vh - 360px);
}

.vh-height-361
{
    height: calc(100vh - 361px);
}

.vh-height-362
{
    height: calc(100vh - 362px);
}

.vh-height-363
{
    height: calc(100vh - 363px);
}

.vh-height-364
{
    height: calc(100vh - 364px);
}

.vh-height-365
{
    height: calc(100vh - 365px);
}

.vh-height-366
{
    height: calc(100vh - 366px);
}

.vh-height-367
{
    height: calc(100vh - 367px);
}

.vh-height-368
{
    height: calc(100vh - 368px);
}

.vh-height-369
{
    height: calc(100vh - 369px);
}

.vh-height-370
{
    height: calc(100vh - 370px);
}

.vh-height-371
{
    height: calc(100vh - 371px);
}

.vh-height-372
{
    height: calc(100vh - 372px);
}

.vh-height-373
{
    height: calc(100vh - 373px);
}

.vh-height-374
{
    height: calc(100vh - 374px);
}

.vh-height-375
{
    height: calc(100vh - 375px);
}

.vh-height-376
{
    height: calc(100vh - 376px);
}

.vh-height-377
{
    height: calc(100vh - 377px);
}

.vh-height-378
{
    height: calc(100vh - 378px);
}

.vh-height-379
{
    height: calc(100vh - 379px);
}

.vh-height-380
{
    height: calc(100vh - 380px);
}

.vh-height-381
{
    height: calc(100vh - 381px);
}

.vh-height-382
{
    height: calc(100vh - 382px);
}

.vh-height-383
{
    height: calc(100vh - 383px);
}

.vh-height-384
{
    height: calc(100vh - 384px);
}

.vh-height-385
{
    height: calc(100vh - 385px);
}

.vh-height-386
{
    height: calc(100vh - 386px);
}

.vh-height-387
{
    height: calc(100vh - 387px);
}

.vh-height-388
{
    height: calc(100vh - 388px);
}

.vh-height-389
{
    height: calc(100vh - 389px);
}

.vh-height-390
{
    height: calc(100vh - 390px);
}

.vh-height-391
{
    height: calc(100vh - 391px);
}

.vh-height-392
{
    height: calc(100vh - 392px);
}

.vh-height-393
{
    height: calc(100vh - 393px);
}

.vh-height-394
{
    height: calc(100vh - 394px);
}

.vh-height-395
{
    height: calc(100vh - 395px);
}

.vh-height-396
{
    height: calc(100vh - 396px);
}

.vh-height-397
{
    height: calc(100vh - 397px);
}

.vh-height-398
{
    height: calc(100vh - 398px);
}

.vh-height-399
{
    height: calc(100vh - 399px);
}

.vh-height-400
{
    height: calc(100vh - 400px);
}

.vh-height-401
{
    height: calc(100vh - 401px);
}

.vh-height-402
{
    height: calc(100vh - 402px);
}

.vh-height-403
{
    height: calc(100vh - 403px);
}

.vh-height-404
{
    height: calc(100vh - 404px);
}

.vh-height-405
{
    height: calc(100vh - 405px);
}

.vh-height-406
{
    height: calc(100vh - 406px);
}

.vh-height-407
{
    height: calc(100vh - 407px);
}

.vh-height-408
{
    height: calc(100vh - 408px);
}

.vh-height-409
{
    height: calc(100vh - 409px);
}

.vh-height-410
{
    height: calc(100vh - 410px);
}

.vh-height-411
{
    height: calc(100vh - 411px);
}

.vh-height-412
{
    height: calc(100vh - 412px);
}

.vh-height-413
{
    height: calc(100vh - 413px);
}

.vh-height-414
{
    height: calc(100vh - 414px);
}

.vh-height-415
{
    height: calc(100vh - 415px);
}

.vh-height-416
{
    height: calc(100vh - 416px);
}

.vh-height-417
{
    height: calc(100vh - 417px);
}

.vh-height-418
{
    height: calc(100vh - 418px);
}

.vh-height-419
{
    height: calc(100vh - 419px);
}

.vh-height-420
{
    height: calc(100vh - 420px);
}

.vh-height-421
{
    height: calc(100vh - 421px);
}

.vh-height-422
{
    height: calc(100vh - 422px);
}

.vh-height-423
{
    height: calc(100vh - 423px);
}

.vh-height-424
{
    height: calc(100vh - 424px);
}

.vh-height-425
{
    height: calc(100vh - 425px);
}

.vh-height-426
{
    height: calc(100vh - 426px);
}

.vh-height-427
{
    height: calc(100vh - 427px);
}

.vh-height-428
{
    height: calc(100vh - 428px);
}

.vh-height-429
{
    height: calc(100vh - 429px);
}

.vh-height-430
{
    height: calc(100vh - 430px);
}

.vh-height-431
{
    height: calc(100vh - 431px);
}

.vh-height-432
{
    height: calc(100vh - 432px);
}

.vh-height-433
{
    height: calc(100vh - 433px);
}

.vh-height-434
{
    height: calc(100vh - 434px);
}

.vh-height-435
{
    height: calc(100vh - 435px);
}

.vh-height-436
{
    height: calc(100vh - 436px);
}

.vh-height-437
{
    height: calc(100vh - 437px);
}

.vh-height-438
{
    height: calc(100vh - 438px);
}

.vh-height-439
{
    height: calc(100vh - 439px);
}

.vh-height-440
{
    height: calc(100vh - 440px);
}

.vh-height-441
{
    height: calc(100vh - 441px);
}

.vh-height-442
{
    height: calc(100vh - 442px);
}

.vh-height-443
{
    height: calc(100vh - 443px);
}

.vh-height-444
{
    height: calc(100vh - 444px);
}

.vh-height-445
{
    height: calc(100vh - 445px);
}

.vh-height-446
{
    height: calc(100vh - 446px);
}

.vh-height-447
{
    height: calc(100vh - 447px);
}

.vh-height-448
{
    height: calc(100vh - 448px);
}

.vh-height-449
{
    height: calc(100vh - 449px);
}

.vh-height-450
{
    height: calc(100vh - 450px);
}

.vh-height-451
{
    height: calc(100vh - 451px);
}

.vh-height-452
{
    height: calc(100vh - 452px);
}

.vh-height-453
{
    height: calc(100vh - 453px);
}

.vh-height-454
{
    height: calc(100vh - 454px);
}

.vh-height-455
{
    height: calc(100vh - 455px);
}

.vh-height-456
{
    height: calc(100vh - 456px);
}

.vh-height-457
{
    height: calc(100vh - 457px);
}

.vh-height-458
{
    height: calc(100vh - 458px);
}

.vh-height-459
{
    height: calc(100vh - 459px);
}

.vh-height-460
{
    height: calc(100vh - 460px);
}

.vh-height-461
{
    height: calc(100vh - 461px);
}

.vh-height-462
{
    height: calc(100vh - 462px);
}

.vh-height-463
{
    height: calc(100vh - 463px);
}

.vh-height-464
{
    height: calc(100vh - 464px);
}

.vh-height-465
{
    height: calc(100vh - 465px);
}

.vh-height-466
{
    height: calc(100vh - 466px);
}

.vh-height-467
{
    height: calc(100vh - 467px);
}

.vh-height-468
{
    height: calc(100vh - 468px);
}

.vh-height-469
{
    height: calc(100vh - 469px);
}

.vh-height-470
{
    height: calc(100vh - 470px);
}

.vh-height-471
{
    height: calc(100vh - 471px);
}

.vh-height-472
{
    height: calc(100vh - 472px);
}

.vh-height-473
{
    height: calc(100vh - 473px);
}

.vh-height-474
{
    height: calc(100vh - 474px);
}

.vh-height-475
{
    height: calc(100vh - 475px);
}

.vh-height-476
{
    height: calc(100vh - 476px);
}

.vh-height-477
{
    height: calc(100vh - 477px);
}

.vh-height-478
{
    height: calc(100vh - 478px);
}

.vh-height-479
{
    height: calc(100vh - 479px);
}

.vh-height-480
{
    height: calc(100vh - 480px);
}

.vh-height-481
{
    height: calc(100vh - 481px);
}

.vh-height-482
{
    height: calc(100vh - 482px);
}

.vh-height-483
{
    height: calc(100vh - 483px);
}

.vh-height-484
{
    height: calc(100vh - 484px);
}

.vh-height-485
{
    height: calc(100vh - 485px);
}

.vh-height-486
{
    height: calc(100vh - 486px);
}

.vh-height-487
{
    height: calc(100vh - 487px);
}

.vh-height-488
{
    height: calc(100vh - 488px);
}

.vh-height-489
{
    height: calc(100vh - 489px);
}

.vh-height-490
{
    height: calc(100vh - 490px);
}

.vh-height-491
{
    height: calc(100vh - 491px);
}

.vh-height-492
{
    height: calc(100vh - 492px);
}

.vh-height-493
{
    height: calc(100vh - 493px);
}

.vh-height-494
{
    height: calc(100vh - 494px);
}

.vh-height-495
{
    height: calc(100vh - 495px);
}

.vh-height-496
{
    height: calc(100vh - 496px);
}

.vh-height-497
{
    height: calc(100vh - 497px);
}

.vh-height-498
{
    height: calc(100vh - 498px);
}

.vh-height-499
{
    height: calc(100vh - 499px);
}

.vh-height-500
{
    height: calc(100vh - 500px);
}

.vh-height-501
{
    height: calc(100vh - 501px);
}

.vh-height-502
{
    height: calc(100vh - 502px);
}

.vh-height-503
{
    height: calc(100vh - 503px);
}

.vh-height-504
{
    height: calc(100vh - 504px);
}

.vh-height-505
{
    height: calc(100vh - 505px);
}

.vh-height-506
{
    height: calc(100vh - 506px);
}

.vh-height-507
{
    height: calc(100vh - 507px);
}

.vh-height-508
{
    height: calc(100vh - 508px);
}

.vh-height-509
{
    height: calc(100vh - 509px);
}

.vh-height-510
{
    height: calc(100vh - 510px);
}

.vh-height-511
{
    height: calc(100vh - 511px);
}

.vh-height-512
{
    height: calc(100vh - 512px);
}

.vh-height-513
{
    height: calc(100vh - 513px);
}

.vh-height-514
{
    height: calc(100vh - 514px);
}

.vh-height-515
{
    height: calc(100vh - 515px);
}

.vh-height-516
{
    height: calc(100vh - 516px);
}

.vh-height-517
{
    height: calc(100vh - 517px);
}

.vh-height-518
{
    height: calc(100vh - 518px);
}

.vh-height-519
{
    height: calc(100vh - 519px);
}

.vh-height-520
{
    height: calc(100vh - 520px);
}

.vh-height-521
{
    height: calc(100vh - 521px);
}

.vh-height-522
{
    height: calc(100vh - 522px);
}

.vh-height-523
{
    height: calc(100vh - 523px);
}

.vh-height-524
{
    height: calc(100vh - 524px);
}

.vh-height-525
{
    height: calc(100vh - 525px);
}

.vh-height-526
{
    height: calc(100vh - 526px);
}

.vh-height-527
{
    height: calc(100vh - 527px);
}

.vh-height-528
{
    height: calc(100vh - 528px);
}

.vh-height-529
{
    height: calc(100vh - 529px);
}

.vh-height-530
{
    height: calc(100vh - 530px);
}

.vh-height-531
{
    height: calc(100vh - 531px);
}

.vh-height-532
{
    height: calc(100vh - 532px);
}

.vh-height-533
{
    height: calc(100vh - 533px);
}

.vh-height-534
{
    height: calc(100vh - 534px);
}

.vh-height-535
{
    height: calc(100vh - 535px);
}

.vh-height-536
{
    height: calc(100vh - 536px);
}

.vh-height-537
{
    height: calc(100vh - 537px);
}

.vh-height-538
{
    height: calc(100vh - 538px);
}

.vh-height-539
{
    height: calc(100vh - 539px);
}

.vh-height-540
{
    height: calc(100vh - 540px);
}

.vh-height-541
{
    height: calc(100vh - 541px);
}

.vh-height-542
{
    height: calc(100vh - 542px);
}

.vh-height-543
{
    height: calc(100vh - 543px);
}

.vh-height-544
{
    height: calc(100vh - 544px);
}

.vh-height-545
{
    height: calc(100vh - 545px);
}

.vh-height-546
{
    height: calc(100vh - 546px);
}

.vh-height-547
{
    height: calc(100vh - 547px);
}

.vh-height-548
{
    height: calc(100vh - 548px);
}

.vh-height-549
{
    height: calc(100vh - 549px);
}

.vh-height-550
{
    height: calc(100vh - 550px);
}

.vh-height-551
{
    height: calc(100vh - 551px);
}

.vh-height-552
{
    height: calc(100vh - 552px);
}

.vh-height-553
{
    height: calc(100vh - 553px);
}

.vh-height-554
{
    height: calc(100vh - 554px);
}

.vh-height-555
{
    height: calc(100vh - 555px);
}

.vh-height-556
{
    height: calc(100vh - 556px);
}

.vh-height-557
{
    height: calc(100vh - 557px);
}

.vh-height-558
{
    height: calc(100vh - 558px);
}

.vh-height-559
{
    height: calc(100vh - 559px);
}

.vh-height-560
{
    height: calc(100vh - 560px);
}

.vh-height-561
{
    height: calc(100vh - 561px);
}

.vh-height-562
{
    height: calc(100vh - 562px);
}

.vh-height-563
{
    height: calc(100vh - 563px);
}

.vh-height-564
{
    height: calc(100vh - 564px);
}

.vh-height-565
{
    height: calc(100vh - 565px);
}

.vh-height-566
{
    height: calc(100vh - 566px);
}

.vh-height-567
{
    height: calc(100vh - 567px);
}

.vh-height-568
{
    height: calc(100vh - 568px);
}

.vh-height-569
{
    height: calc(100vh - 569px);
}

.vh-height-570
{
    height: calc(100vh - 570px);
}

.vh-height-571
{
    height: calc(100vh - 571px);
}

.vh-height-572
{
    height: calc(100vh - 572px);
}

.vh-height-573
{
    height: calc(100vh - 573px);
}

.vh-height-574
{
    height: calc(100vh - 574px);
}

.vh-height-575
{
    height: calc(100vh - 575px);
}

.vh-height-576
{
    height: calc(100vh - 576px);
}

.vh-height-577
{
    height: calc(100vh - 577px);
}

.vh-height-578
{
    height: calc(100vh - 578px);
}

.vh-height-579
{
    height: calc(100vh - 579px);
}

.vh-height-580
{
    height: calc(100vh - 580px);
}

.vh-height-581
{
    height: calc(100vh - 581px);
}

.vh-height-582
{
    height: calc(100vh - 582px);
}

.vh-height-583
{
    height: calc(100vh - 583px);
}

.vh-height-584
{
    height: calc(100vh - 584px);
}

.vh-height-585
{
    height: calc(100vh - 585px);
}

.vh-height-586
{
    height: calc(100vh - 586px);
}

.vh-height-587
{
    height: calc(100vh - 587px);
}

.vh-height-588
{
    height: calc(100vh - 588px);
}

.vh-height-589
{
    height: calc(100vh - 589px);
}

.vh-height-590
{
    height: calc(100vh - 590px);
}

.vh-height-591
{
    height: calc(100vh - 591px);
}

.vh-height-592
{
    height: calc(100vh - 592px);
}

.vh-height-593
{
    height: calc(100vh - 593px);
}

.vh-height-594
{
    height: calc(100vh - 594px);
}

.vh-height-595
{
    height: calc(100vh - 595px);
}

.vh-height-596
{
    height: calc(100vh - 596px);
}

.vh-height-597
{
    height: calc(100vh - 597px);
}

.vh-height-598
{
    height: calc(100vh - 598px);
}

.vh-height-599
{
    height: calc(100vh - 599px);
}

.vh-height-600
{
    height: calc(100vh - 600px);
}

.vh-height-601
{
    height: calc(100vh - 601px);
}

.vh-height-602
{
    height: calc(100vh - 602px);
}

.vh-height-603
{
    height: calc(100vh - 603px);
}

.vh-height-604
{
    height: calc(100vh - 604px);
}

.vh-height-605
{
    height: calc(100vh - 605px);
}

.vh-height-606
{
    height: calc(100vh - 606px);
}

.vh-height-607
{
    height: calc(100vh - 607px);
}

.vh-height-608
{
    height: calc(100vh - 608px);
}

.vh-height-609
{
    height: calc(100vh - 609px);
}

.vh-height-610
{
    height: calc(100vh - 610px);
}

.vh-height-611
{
    height: calc(100vh - 611px);
}

.vh-height-612
{
    height: calc(100vh - 612px);
}

.vh-height-613
{
    height: calc(100vh - 613px);
}

.vh-height-614
{
    height: calc(100vh - 614px);
}

.vh-height-615
{
    height: calc(100vh - 615px);
}

.vh-height-616
{
    height: calc(100vh - 616px);
}

.vh-height-617
{
    height: calc(100vh - 617px);
}

.vh-height-618
{
    height: calc(100vh - 618px);
}

.vh-height-619
{
    height: calc(100vh - 619px);
}

.vh-height-620
{
    height: calc(100vh - 620px);
}

.vh-height-621
{
    height: calc(100vh - 621px);
}

.vh-height-622
{
    height: calc(100vh - 622px);
}

.vh-height-623
{
    height: calc(100vh - 623px);
}

.vh-height-624
{
    height: calc(100vh - 624px);
}

.vh-height-625
{
    height: calc(100vh - 625px);
}

.vh-height-626
{
    height: calc(100vh - 626px);
}

.vh-height-627
{
    height: calc(100vh - 627px);
}

.vh-height-628
{
    height: calc(100vh - 628px);
}

.vh-height-629
{
    height: calc(100vh - 629px);
}

.vh-height-630
{
    height: calc(100vh - 630px);
}

.vh-height-631
{
    height: calc(100vh - 631px);
}

.vh-height-632
{
    height: calc(100vh - 632px);
}

.vh-height-633
{
    height: calc(100vh - 633px);
}

.vh-height-634
{
    height: calc(100vh - 634px);
}

.vh-height-635
{
    height: calc(100vh - 635px);
}

.vh-height-636
{
    height: calc(100vh - 636px);
}

.vh-height-637
{
    height: calc(100vh - 637px);
}

.vh-height-638
{
    height: calc(100vh - 638px);
}

.vh-height-639
{
    height: calc(100vh - 639px);
}

.vh-height-640
{
    height: calc(100vh - 640px);
}

.vh-height-641
{
    height: calc(100vh - 641px);
}

.vh-height-642
{
    height: calc(100vh - 642px);
}

.vh-height-643
{
    height: calc(100vh - 643px);
}

.vh-height-644
{
    height: calc(100vh - 644px);
}

.vh-height-645
{
    height: calc(100vh - 645px);
}

.vh-height-646
{
    height: calc(100vh - 646px);
}

.vh-height-647
{
    height: calc(100vh - 647px);
}

.vh-height-648
{
    height: calc(100vh - 648px);
}

.vh-height-649
{
    height: calc(100vh - 649px);
}

.vh-height-650
{
    height: calc(100vh - 650px);
}

.vh-height-651
{
    height: calc(100vh - 651px);
}

.vh-height-652
{
    height: calc(100vh - 652px);
}

.vh-height-653
{
    height: calc(100vh - 653px);
}

.vh-height-654
{
    height: calc(100vh - 654px);
}

.vh-height-655
{
    height: calc(100vh - 655px);
}

.vh-height-656
{
    height: calc(100vh - 656px);
}

.vh-height-657
{
    height: calc(100vh - 657px);
}

.vh-height-658
{
    height: calc(100vh - 658px);
}

.vh-height-659
{
    height: calc(100vh - 659px);
}

.vh-height-660
{
    height: calc(100vh - 660px);
}

.vh-height-661
{
    height: calc(100vh - 661px);
}

.vh-height-662
{
    height: calc(100vh - 662px);
}

.vh-height-663
{
    height: calc(100vh - 663px);
}

.vh-height-664
{
    height: calc(100vh - 664px);
}

.vh-height-665
{
    height: calc(100vh - 665px);
}

.vh-height-666
{
    height: calc(100vh - 666px);
}

.vh-height-667
{
    height: calc(100vh - 667px);
}

.vh-height-668
{
    height: calc(100vh - 668px);
}

.vh-height-669
{
    height: calc(100vh - 669px);
}

.vh-height-670
{
    height: calc(100vh - 670px);
}

.vh-height-671
{
    height: calc(100vh - 671px);
}

.vh-height-672
{
    height: calc(100vh - 672px);
}

.vh-height-673
{
    height: calc(100vh - 673px);
}

.vh-height-674
{
    height: calc(100vh - 674px);
}

.vh-height-675
{
    height: calc(100vh - 675px);
}

.vh-height-676
{
    height: calc(100vh - 676px);
}

.vh-height-677
{
    height: calc(100vh - 677px);
}

.vh-height-678
{
    height: calc(100vh - 678px);
}

.vh-height-679
{
    height: calc(100vh - 679px);
}

.vh-height-680
{
    height: calc(100vh - 680px);
}

.vh-height-681
{
    height: calc(100vh - 681px);
}

.vh-height-682
{
    height: calc(100vh - 682px);
}

.vh-height-683
{
    height: calc(100vh - 683px);
}

.vh-height-684
{
    height: calc(100vh - 684px);
}

.vh-height-685
{
    height: calc(100vh - 685px);
}

.vh-height-686
{
    height: calc(100vh - 686px);
}

.vh-height-687
{
    height: calc(100vh - 687px);
}

.vh-height-688
{
    height: calc(100vh - 688px);
}

.vh-height-689
{
    height: calc(100vh - 689px);
}

.vh-height-690
{
    height: calc(100vh - 690px);
}

.vh-height-691
{
    height: calc(100vh - 691px);
}

.vh-height-692
{
    height: calc(100vh - 692px);
}

.vh-height-693
{
    height: calc(100vh - 693px);
}

.vh-height-694
{
    height: calc(100vh - 694px);
}

.vh-height-695
{
    height: calc(100vh - 695px);
}

.vh-height-696
{
    height: calc(100vh - 696px);
}

.vh-height-697
{
    height: calc(100vh - 697px);
}

.vh-height-698
{
    height: calc(100vh - 698px);
}

.vh-height-699
{
    height: calc(100vh - 699px);
}

.vh-height-700
{
    height: calc(100vh - 700px);
}

.vh-height-701
{
    height: calc(100vh - 701px);
}

.vh-height-702
{
    height: calc(100vh - 702px);
}

.vh-height-703
{
    height: calc(100vh - 703px);
}

.vh-height-704
{
    height: calc(100vh - 704px);
}

.vh-height-705
{
    height: calc(100vh - 705px);
}

.vh-height-706
{
    height: calc(100vh - 706px);
}

.vh-height-707
{
    height: calc(100vh - 707px);
}

.vh-height-708
{
    height: calc(100vh - 708px);
}

.vh-height-709
{
    height: calc(100vh - 709px);
}

.vh-height-710
{
    height: calc(100vh - 710px);
}

.vh-height-711
{
    height: calc(100vh - 711px);
}

.vh-height-712
{
    height: calc(100vh - 712px);
}

.vh-height-713
{
    height: calc(100vh - 713px);
}

.vh-height-714
{
    height: calc(100vh - 714px);
}

.vh-height-715
{
    height: calc(100vh - 715px);
}

.vh-height-716
{
    height: calc(100vh - 716px);
}

.vh-height-717
{
    height: calc(100vh - 717px);
}

.vh-height-718
{
    height: calc(100vh - 718px);
}

.vh-height-719
{
    height: calc(100vh - 719px);
}

.vh-height-720
{
    height: calc(100vh - 720px);
}

.vh-height-721
{
    height: calc(100vh - 721px);
}

.vh-height-722
{
    height: calc(100vh - 722px);
}

.vh-height-723
{
    height: calc(100vh - 723px);
}

.vh-height-724
{
    height: calc(100vh - 724px);
}

.vh-height-725
{
    height: calc(100vh - 725px);
}

.vh-height-726
{
    height: calc(100vh - 726px);
}

.vh-height-727
{
    height: calc(100vh - 727px);
}

.vh-height-728
{
    height: calc(100vh - 728px);
}

.vh-height-729
{
    height: calc(100vh - 729px);
}

.vh-height-730
{
    height: calc(100vh - 730px);
}

.vh-height-731
{
    height: calc(100vh - 731px);
}

.vh-height-732
{
    height: calc(100vh - 732px);
}

.vh-height-733
{
    height: calc(100vh - 733px);
}

.vh-height-734
{
    height: calc(100vh - 734px);
}

.vh-height-735
{
    height: calc(100vh - 735px);
}

.vh-height-736
{
    height: calc(100vh - 736px);
}

.vh-height-737
{
    height: calc(100vh - 737px);
}

.vh-height-738
{
    height: calc(100vh - 738px);
}

.vh-height-739
{
    height: calc(100vh - 739px);
}

.vh-height-740
{
    height: calc(100vh - 740px);
}

.vh-height-741
{
    height: calc(100vh - 741px);
}

.vh-height-742
{
    height: calc(100vh - 742px);
}

.vh-height-743
{
    height: calc(100vh - 743px);
}

.vh-height-744
{
    height: calc(100vh - 744px);
}

.vh-height-745
{
    height: calc(100vh - 745px);
}

.vh-height-746
{
    height: calc(100vh - 746px);
}

.vh-height-747
{
    height: calc(100vh - 747px);
}

.vh-height-748
{
    height: calc(100vh - 748px);
}

.vh-height-749
{
    height: calc(100vh - 749px);
}

.vh-height-750
{
    height: calc(100vh - 750px);
}

.vh-height-751
{
    height: calc(100vh - 751px);
}

.vh-height-752
{
    height: calc(100vh - 752px);
}

.vh-height-753
{
    height: calc(100vh - 753px);
}

.vh-height-754
{
    height: calc(100vh - 754px);
}

.vh-height-755
{
    height: calc(100vh - 755px);
}

.vh-height-756
{
    height: calc(100vh - 756px);
}

.vh-height-757
{
    height: calc(100vh - 757px);
}

.vh-height-758
{
    height: calc(100vh - 758px);
}

.vh-height-759
{
    height: calc(100vh - 759px);
}

.vh-height-760
{
    height: calc(100vh - 760px);
}

.vh-height-761
{
    height: calc(100vh - 761px);
}

.vh-height-762
{
    height: calc(100vh - 762px);
}

.vh-height-763
{
    height: calc(100vh - 763px);
}

.vh-height-764
{
    height: calc(100vh - 764px);
}

.vh-height-765
{
    height: calc(100vh - 765px);
}

.vh-height-766
{
    height: calc(100vh - 766px);
}

.vh-height-767
{
    height: calc(100vh - 767px);
}

.vh-height-768
{
    height: calc(100vh - 768px);
}

.vh-height-769
{
    height: calc(100vh - 769px);
}

.vh-height-770
{
    height: calc(100vh - 770px);
}

.vh-height-771
{
    height: calc(100vh - 771px);
}

.vh-height-772
{
    height: calc(100vh - 772px);
}

.vh-height-773
{
    height: calc(100vh - 773px);
}

.vh-height-774
{
    height: calc(100vh - 774px);
}

.vh-height-775
{
    height: calc(100vh - 775px);
}

.vh-height-776
{
    height: calc(100vh - 776px);
}

.vh-height-777
{
    height: calc(100vh - 777px);
}

.vh-height-778
{
    height: calc(100vh - 778px);
}

.vh-height-779
{
    height: calc(100vh - 779px);
}

.vh-height-780
{
    height: calc(100vh - 780px);
}

.vh-height-781
{
    height: calc(100vh - 781px);
}

.vh-height-782
{
    height: calc(100vh - 782px);
}

.vh-height-783
{
    height: calc(100vh - 783px);
}

.vh-height-784
{
    height: calc(100vh - 784px);
}

.vh-height-785
{
    height: calc(100vh - 785px);
}

.vh-height-786
{
    height: calc(100vh - 786px);
}

.vh-height-787
{
    height: calc(100vh - 787px);
}

.vh-height-788
{
    height: calc(100vh - 788px);
}

.vh-height-789
{
    height: calc(100vh - 789px);
}

.vh-height-790
{
    height: calc(100vh - 790px);
}

.vh-height-791
{
    height: calc(100vh - 791px);
}

.vh-height-792
{
    height: calc(100vh - 792px);
}

.vh-height-793
{
    height: calc(100vh - 793px);
}

.vh-height-794
{
    height: calc(100vh - 794px);
}

.vh-height-795
{
    height: calc(100vh - 795px);
}

.vh-height-796
{
    height: calc(100vh - 796px);
}

.vh-height-797
{
    height: calc(100vh - 797px);
}

.vh-height-798
{
    height: calc(100vh - 798px);
}

.vh-height-799
{
    height: calc(100vh - 799px);
}

.vh-height-800
{
    height: calc(100vh - 800px);
}

.vh-height-801
{
    height: calc(100vh - 801px);
}

.vh-height-802
{
    height: calc(100vh - 802px);
}

.vh-height-803
{
    height: calc(100vh - 803px);
}

.vh-height-804
{
    height: calc(100vh - 804px);
}

.vh-height-805
{
    height: calc(100vh - 805px);
}

.vh-height-806
{
    height: calc(100vh - 806px);
}

.vh-height-807
{
    height: calc(100vh - 807px);
}

.vh-height-808
{
    height: calc(100vh - 808px);
}

.vh-height-809
{
    height: calc(100vh - 809px);
}

.vh-height-810
{
    height: calc(100vh - 810px);
}

.vh-height-811
{
    height: calc(100vh - 811px);
}

.vh-height-812
{
    height: calc(100vh - 812px);
}

.vh-height-813
{
    height: calc(100vh - 813px);
}

.vh-height-814
{
    height: calc(100vh - 814px);
}

.vh-height-815
{
    height: calc(100vh - 815px);
}

.vh-height-816
{
    height: calc(100vh - 816px);
}

.vh-height-817
{
    height: calc(100vh - 817px);
}

.vh-height-818
{
    height: calc(100vh - 818px);
}

.vh-height-819
{
    height: calc(100vh - 819px);
}

.vh-height-820
{
    height: calc(100vh - 820px);
}

.vh-height-821
{
    height: calc(100vh - 821px);
}

.vh-height-822
{
    height: calc(100vh - 822px);
}

.vh-height-823
{
    height: calc(100vh - 823px);
}

.vh-height-824
{
    height: calc(100vh - 824px);
}

.vh-height-825
{
    height: calc(100vh - 825px);
}

.vh-height-826
{
    height: calc(100vh - 826px);
}

.vh-height-827
{
    height: calc(100vh - 827px);
}

.vh-height-828
{
    height: calc(100vh - 828px);
}

.vh-height-829
{
    height: calc(100vh - 829px);
}

.vh-height-830
{
    height: calc(100vh - 830px);
}

.vh-height-831
{
    height: calc(100vh - 831px);
}

.vh-height-832
{
    height: calc(100vh - 832px);
}

.vh-height-833
{
    height: calc(100vh - 833px);
}

.vh-height-834
{
    height: calc(100vh - 834px);
}

.vh-height-835
{
    height: calc(100vh - 835px);
}

.vh-height-836
{
    height: calc(100vh - 836px);
}

.vh-height-837
{
    height: calc(100vh - 837px);
}

.vh-height-838
{
    height: calc(100vh - 838px);
}

.vh-height-839
{
    height: calc(100vh - 839px);
}

.vh-height-840
{
    height: calc(100vh - 840px);
}

.vh-height-841
{
    height: calc(100vh - 841px);
}

.vh-height-842
{
    height: calc(100vh - 842px);
}

.vh-height-843
{
    height: calc(100vh - 843px);
}

.vh-height-844
{
    height: calc(100vh - 844px);
}

.vh-height-845
{
    height: calc(100vh - 845px);
}

.vh-height-846
{
    height: calc(100vh - 846px);
}

.vh-height-847
{
    height: calc(100vh - 847px);
}

.vh-height-848
{
    height: calc(100vh - 848px);
}

.vh-height-849
{
    height: calc(100vh - 849px);
}

.vh-height-850
{
    height: calc(100vh - 850px);
}

.vh-height-851
{
    height: calc(100vh - 851px);
}

.vh-height-852
{
    height: calc(100vh - 852px);
}

.vh-height-853
{
    height: calc(100vh - 853px);
}

.vh-height-854
{
    height: calc(100vh - 854px);
}

.vh-height-855
{
    height: calc(100vh - 855px);
}

.vh-height-856
{
    height: calc(100vh - 856px);
}

.vh-height-857
{
    height: calc(100vh - 857px);
}

.vh-height-858
{
    height: calc(100vh - 858px);
}

.vh-height-859
{
    height: calc(100vh - 859px);
}

.vh-height-860
{
    height: calc(100vh - 860px);
}

.vh-height-861
{
    height: calc(100vh - 861px);
}

.vh-height-862
{
    height: calc(100vh - 862px);
}

.vh-height-863
{
    height: calc(100vh - 863px);
}

.vh-height-864
{
    height: calc(100vh - 864px);
}

.vh-height-865
{
    height: calc(100vh - 865px);
}

.vh-height-866
{
    height: calc(100vh - 866px);
}

.vh-height-867
{
    height: calc(100vh - 867px);
}

.vh-height-868
{
    height: calc(100vh - 868px);
}

.vh-height-869
{
    height: calc(100vh - 869px);
}

.vh-height-870
{
    height: calc(100vh - 870px);
}

.vh-height-871
{
    height: calc(100vh - 871px);
}

.vh-height-872
{
    height: calc(100vh - 872px);
}

.vh-height-873
{
    height: calc(100vh - 873px);
}

.vh-height-874
{
    height: calc(100vh - 874px);
}

.vh-height-875
{
    height: calc(100vh - 875px);
}

.vh-height-876
{
    height: calc(100vh - 876px);
}

.vh-height-877
{
    height: calc(100vh - 877px);
}

.vh-height-878
{
    height: calc(100vh - 878px);
}

.vh-height-879
{
    height: calc(100vh - 879px);
}

.vh-height-880
{
    height: calc(100vh - 880px);
}

.vh-height-881
{
    height: calc(100vh - 881px);
}

.vh-height-882
{
    height: calc(100vh - 882px);
}

.vh-height-883
{
    height: calc(100vh - 883px);
}

.vh-height-884
{
    height: calc(100vh - 884px);
}

.vh-height-885
{
    height: calc(100vh - 885px);
}

.vh-height-886
{
    height: calc(100vh - 886px);
}

.vh-height-887
{
    height: calc(100vh - 887px);
}

.vh-height-888
{
    height: calc(100vh - 888px);
}

.vh-height-889
{
    height: calc(100vh - 889px);
}

.vh-height-890
{
    height: calc(100vh - 890px);
}

.vh-height-891
{
    height: calc(100vh - 891px);
}

.vh-height-892
{
    height: calc(100vh - 892px);
}

.vh-height-893
{
    height: calc(100vh - 893px);
}

.vh-height-894
{
    height: calc(100vh - 894px);
}

.vh-height-895
{
    height: calc(100vh - 895px);
}

.vh-height-896
{
    height: calc(100vh - 896px);
}

.vh-height-897
{
    height: calc(100vh - 897px);
}

.vh-height-898
{
    height: calc(100vh - 898px);
}

.vh-height-899
{
    height: calc(100vh - 899px);
}

.vh-height-900
{
    height: calc(100vh - 900px);
}

.vh-height-901
{
    height: calc(100vh - 901px);
}

.vh-height-902
{
    height: calc(100vh - 902px);
}

.vh-height-903
{
    height: calc(100vh - 903px);
}

.vh-height-904
{
    height: calc(100vh - 904px);
}

.vh-height-905
{
    height: calc(100vh - 905px);
}

.vh-height-906
{
    height: calc(100vh - 906px);
}

.vh-height-907
{
    height: calc(100vh - 907px);
}

.vh-height-908
{
    height: calc(100vh - 908px);
}

.vh-height-909
{
    height: calc(100vh - 909px);
}

.vh-height-910
{
    height: calc(100vh - 910px);
}

.vh-height-911
{
    height: calc(100vh - 911px);
}

.vh-height-912
{
    height: calc(100vh - 912px);
}

.vh-height-913
{
    height: calc(100vh - 913px);
}

.vh-height-914
{
    height: calc(100vh - 914px);
}

.vh-height-915
{
    height: calc(100vh - 915px);
}

.vh-height-916
{
    height: calc(100vh - 916px);
}

.vh-height-917
{
    height: calc(100vh - 917px);
}

.vh-height-918
{
    height: calc(100vh - 918px);
}

.vh-height-919
{
    height: calc(100vh - 919px);
}

.vh-height-920
{
    height: calc(100vh - 920px);
}

.vh-height-921
{
    height: calc(100vh - 921px);
}

.vh-height-922
{
    height: calc(100vh - 922px);
}

.vh-height-923
{
    height: calc(100vh - 923px);
}

.vh-height-924
{
    height: calc(100vh - 924px);
}

.vh-height-925
{
    height: calc(100vh - 925px);
}

.vh-height-926
{
    height: calc(100vh - 926px);
}

.vh-height-927
{
    height: calc(100vh - 927px);
}

.vh-height-928
{
    height: calc(100vh - 928px);
}

.vh-height-929
{
    height: calc(100vh - 929px);
}

.vh-height-930
{
    height: calc(100vh - 930px);
}

.vh-height-931
{
    height: calc(100vh - 931px);
}

.vh-height-932
{
    height: calc(100vh - 932px);
}

.vh-height-933
{
    height: calc(100vh - 933px);
}

.vh-height-934
{
    height: calc(100vh - 934px);
}

.vh-height-935
{
    height: calc(100vh - 935px);
}

.vh-height-936
{
    height: calc(100vh - 936px);
}

.vh-height-937
{
    height: calc(100vh - 937px);
}

.vh-height-938
{
    height: calc(100vh - 938px);
}

.vh-height-939
{
    height: calc(100vh - 939px);
}

.vh-height-940
{
    height: calc(100vh - 940px);
}

.vh-height-941
{
    height: calc(100vh - 941px);
}

.vh-height-942
{
    height: calc(100vh - 942px);
}

.vh-height-943
{
    height: calc(100vh - 943px);
}

.vh-height-944
{
    height: calc(100vh - 944px);
}

.vh-height-945
{
    height: calc(100vh - 945px);
}

.vh-height-946
{
    height: calc(100vh - 946px);
}

.vh-height-947
{
    height: calc(100vh - 947px);
}

.vh-height-948
{
    height: calc(100vh - 948px);
}

.vh-height-949
{
    height: calc(100vh - 949px);
}

.vh-height-950
{
    height: calc(100vh - 950px);
}

.vh-height-951
{
    height: calc(100vh - 951px);
}

.vh-height-952
{
    height: calc(100vh - 952px);
}

.vh-height-953
{
    height: calc(100vh - 953px);
}

.vh-height-954
{
    height: calc(100vh - 954px);
}

.vh-height-955
{
    height: calc(100vh - 955px);
}

.vh-height-956
{
    height: calc(100vh - 956px);
}

.vh-height-957
{
    height: calc(100vh - 957px);
}

.vh-height-958
{
    height: calc(100vh - 958px);
}

.vh-height-959
{
    height: calc(100vh - 959px);
}

.vh-height-960
{
    height: calc(100vh - 960px);
}

.vh-height-961
{
    height: calc(100vh - 961px);
}

.vh-height-962
{
    height: calc(100vh - 962px);
}

.vh-height-963
{
    height: calc(100vh - 963px);
}

.vh-height-964
{
    height: calc(100vh - 964px);
}

.vh-height-965
{
    height: calc(100vh - 965px);
}

.vh-height-966
{
    height: calc(100vh - 966px);
}

.vh-height-967
{
    height: calc(100vh - 967px);
}

.vh-height-968
{
    height: calc(100vh - 968px);
}

.vh-height-969
{
    height: calc(100vh - 969px);
}

.vh-height-970
{
    height: calc(100vh - 970px);
}

.vh-height-971
{
    height: calc(100vh - 971px);
}

.vh-height-972
{
    height: calc(100vh - 972px);
}

.vh-height-973
{
    height: calc(100vh - 973px);
}

.vh-height-974
{
    height: calc(100vh - 974px);
}

.vh-height-975
{
    height: calc(100vh - 975px);
}

.vh-height-976
{
    height: calc(100vh - 976px);
}

.vh-height-977
{
    height: calc(100vh - 977px);
}

.vh-height-978
{
    height: calc(100vh - 978px);
}

.vh-height-979
{
    height: calc(100vh - 979px);
}

.vh-height-980
{
    height: calc(100vh - 980px);
}

.vh-height-981
{
    height: calc(100vh - 981px);
}

.vh-height-982
{
    height: calc(100vh - 982px);
}

.vh-height-983
{
    height: calc(100vh - 983px);
}

.vh-height-984
{
    height: calc(100vh - 984px);
}

.vh-height-985
{
    height: calc(100vh - 985px);
}

.vh-height-986
{
    height: calc(100vh - 986px);
}

.vh-height-987
{
    height: calc(100vh - 987px);
}

.vh-height-988
{
    height: calc(100vh - 988px);
}

.vh-height-989
{
    height: calc(100vh - 989px);
}

.vh-height-990
{
    height: calc(100vh - 990px);
}

.vh-height-991
{
    height: calc(100vh - 991px);
}

.vh-height-992
{
    height: calc(100vh - 992px);
}

.vh-height-993
{
    height: calc(100vh - 993px);
}

.vh-height-994
{
    height: calc(100vh - 994px);
}

.vh-height-995
{
    height: calc(100vh - 995px);
}

.vh-height-996
{
    height: calc(100vh - 996px);
}

.vh-height-997
{
    height: calc(100vh - 997px);
}

.vh-height-998
{
    height: calc(100vh - 998px);
}

.vh-height-999
{
    height: calc(100vh - 999px);
}

.vh-height-1000
{
    height: calc(100vh - 1000px);
}

.vh-height-1001
{
    height: calc(100vh - 1001px);
}

.vh-height-1002
{
    height: calc(100vh - 1002px);
}

.vh-height-1003
{
    height: calc(100vh - 1003px);
}

.vh-height-1004
{
    height: calc(100vh - 1004px);
}

.vh-height-1005
{
    height: calc(100vh - 1005px);
}

.vh-height-1006
{
    height: calc(100vh - 1006px);
}

.vh-height-1007
{
    height: calc(100vh - 1007px);
}

.vh-height-1008
{
    height: calc(100vh - 1008px);
}

.vh-height-1009
{
    height: calc(100vh - 1009px);
}

.vh-height-1010
{
    height: calc(100vh - 1010px);
}

.vh-height-1011
{
    height: calc(100vh - 1011px);
}

.vh-height-1012
{
    height: calc(100vh - 1012px);
}

.vh-height-1013
{
    height: calc(100vh - 1013px);
}

.vh-height-1014
{
    height: calc(100vh - 1014px);
}

.vh-height-1015
{
    height: calc(100vh - 1015px);
}

.vh-height-1016
{
    height: calc(100vh - 1016px);
}

.vh-height-1017
{
    height: calc(100vh - 1017px);
}

.vh-height-1018
{
    height: calc(100vh - 1018px);
}

.vh-height-1019
{
    height: calc(100vh - 1019px);
}

.vh-height-1020
{
    height: calc(100vh - 1020px);
}

.vh-height-1021
{
    height: calc(100vh - 1021px);
}

.vh-height-1022
{
    height: calc(100vh - 1022px);
}

.vh-height-1023
{
    height: calc(100vh - 1023px);
}

.vh-height-1024
{
    height: calc(100vh - 1024px);
}

.vh-height-1025
{
    height: calc(100vh - 1025px);
}

.vh-height-1026
{
    height: calc(100vh - 1026px);
}

.vh-height-1027
{
    height: calc(100vh - 1027px);
}

.vh-height-1028
{
    height: calc(100vh - 1028px);
}

.vh-height-1029
{
    height: calc(100vh - 1029px);
}

.vh-height-1030
{
    height: calc(100vh - 1030px);
}

.vh-height-1031
{
    height: calc(100vh - 1031px);
}

.vh-height-1032
{
    height: calc(100vh - 1032px);
}

.vh-height-1033
{
    height: calc(100vh - 1033px);
}

.vh-height-1034
{
    height: calc(100vh - 1034px);
}

.vh-height-1035
{
    height: calc(100vh - 1035px);
}

.vh-height-1036
{
    height: calc(100vh - 1036px);
}

.vh-height-1037
{
    height: calc(100vh - 1037px);
}

.vh-height-1038
{
    height: calc(100vh - 1038px);
}

.vh-height-1039
{
    height: calc(100vh - 1039px);
}

.vh-height-1040
{
    height: calc(100vh - 1040px);
}

.vh-height-1041
{
    height: calc(100vh - 1041px);
}

.vh-height-1042
{
    height: calc(100vh - 1042px);
}

.vh-height-1043
{
    height: calc(100vh - 1043px);
}

.vh-height-1044
{
    height: calc(100vh - 1044px);
}

.vh-height-1045
{
    height: calc(100vh - 1045px);
}

.vh-height-1046
{
    height: calc(100vh - 1046px);
}

.vh-height-1047
{
    height: calc(100vh - 1047px);
}

.vh-height-1048
{
    height: calc(100vh - 1048px);
}

.vh-height-1049
{
    height: calc(100vh - 1049px);
}

.vh-height-1050
{
    height: calc(100vh - 1050px);
}

.vh-height-1051
{
    height: calc(100vh - 1051px);
}

.vh-height-1052
{
    height: calc(100vh - 1052px);
}

.vh-height-1053
{
    height: calc(100vh - 1053px);
}

.vh-height-1054
{
    height: calc(100vh - 1054px);
}

.vh-height-1055
{
    height: calc(100vh - 1055px);
}

.vh-height-1056
{
    height: calc(100vh - 1056px);
}

.vh-height-1057
{
    height: calc(100vh - 1057px);
}

.vh-height-1058
{
    height: calc(100vh - 1058px);
}

.vh-height-1059
{
    height: calc(100vh - 1059px);
}

.vh-height-1060
{
    height: calc(100vh - 1060px);
}

.vh-height-1061
{
    height: calc(100vh - 1061px);
}

.vh-height-1062
{
    height: calc(100vh - 1062px);
}

.vh-height-1063
{
    height: calc(100vh - 1063px);
}

.vh-height-1064
{
    height: calc(100vh - 1064px);
}

.vh-height-1065
{
    height: calc(100vh - 1065px);
}

.vh-height-1066
{
    height: calc(100vh - 1066px);
}

.vh-height-1067
{
    height: calc(100vh - 1067px);
}

.vh-height-1068
{
    height: calc(100vh - 1068px);
}

.vh-height-1069
{
    height: calc(100vh - 1069px);
}

.vh-height-1070
{
    height: calc(100vh - 1070px);
}

.vh-height-1071
{
    height: calc(100vh - 1071px);
}

.vh-height-1072
{
    height: calc(100vh - 1072px);
}

.vh-height-1073
{
    height: calc(100vh - 1073px);
}

.vh-height-1074
{
    height: calc(100vh - 1074px);
}

.vh-height-1075
{
    height: calc(100vh - 1075px);
}

.vh-height-1076
{
    height: calc(100vh - 1076px);
}

.vh-height-1077
{
    height: calc(100vh - 1077px);
}

.vh-height-1078
{
    height: calc(100vh - 1078px);
}

.vh-height-1079
{
    height: calc(100vh - 1079px);
}

.vh-height-1080
{
    height: calc(100vh - 1080px);
}

.vh-height-1081
{
    height: calc(100vh - 1081px);
}

.vh-height-1082
{
    height: calc(100vh - 1082px);
}

.vh-height-1083
{
    height: calc(100vh - 1083px);
}

.vh-height-1084
{
    height: calc(100vh - 1084px);
}

.vh-height-1085
{
    height: calc(100vh - 1085px);
}

.vh-height-1086
{
    height: calc(100vh - 1086px);
}

.vh-height-1087
{
    height: calc(100vh - 1087px);
}

.vh-height-1088
{
    height: calc(100vh - 1088px);
}

.vh-height-1089
{
    height: calc(100vh - 1089px);
}

.vh-height-1090
{
    height: calc(100vh - 1090px);
}

.vh-height-1091
{
    height: calc(100vh - 1091px);
}

.vh-height-1092
{
    height: calc(100vh - 1092px);
}

.vh-height-1093
{
    height: calc(100vh - 1093px);
}

.vh-height-1094
{
    height: calc(100vh - 1094px);
}

.vh-height-1095
{
    height: calc(100vh - 1095px);
}

.vh-height-1096
{
    height: calc(100vh - 1096px);
}

.vh-height-1097
{
    height: calc(100vh - 1097px);
}

.vh-height-1098
{
    height: calc(100vh - 1098px);
}

.vh-height-1099
{
    height: calc(100vh - 1099px);
}

.vh-height-1100
{
    height: calc(100vh - 1100px);
}

.vh-height-1101
{
    height: calc(100vh - 1101px);
}

.vh-height-1102
{
    height: calc(100vh - 1102px);
}

.vh-height-1103
{
    height: calc(100vh - 1103px);
}

.vh-height-1104
{
    height: calc(100vh - 1104px);
}

.vh-height-1105
{
    height: calc(100vh - 1105px);
}

.vh-height-1106
{
    height: calc(100vh - 1106px);
}

.vh-height-1107
{
    height: calc(100vh - 1107px);
}

.vh-height-1108
{
    height: calc(100vh - 1108px);
}

.vh-height-1109
{
    height: calc(100vh - 1109px);
}

.vh-height-1110
{
    height: calc(100vh - 1110px);
}

.vh-height-1111
{
    height: calc(100vh - 1111px);
}

.vh-height-1112
{
    height: calc(100vh - 1112px);
}

.vh-height-1113
{
    height: calc(100vh - 1113px);
}

.vh-height-1114
{
    height: calc(100vh - 1114px);
}

.vh-height-1115
{
    height: calc(100vh - 1115px);
}

.vh-height-1116
{
    height: calc(100vh - 1116px);
}

.vh-height-1117
{
    height: calc(100vh - 1117px);
}

.vh-height-1118
{
    height: calc(100vh - 1118px);
}

.vh-height-1119
{
    height: calc(100vh - 1119px);
}

.vh-height-1120
{
    height: calc(100vh - 1120px);
}

.vh-height-1121
{
    height: calc(100vh - 1121px);
}

.vh-height-1122
{
    height: calc(100vh - 1122px);
}

.vh-height-1123
{
    height: calc(100vh - 1123px);
}

.vh-height-1124
{
    height: calc(100vh - 1124px);
}

.vh-height-1125
{
    height: calc(100vh - 1125px);
}

.vh-height-1126
{
    height: calc(100vh - 1126px);
}

.vh-height-1127
{
    height: calc(100vh - 1127px);
}

.vh-height-1128
{
    height: calc(100vh - 1128px);
}

.vh-height-1129
{
    height: calc(100vh - 1129px);
}

.vh-height-1130
{
    height: calc(100vh - 1130px);
}

.vh-height-1131
{
    height: calc(100vh - 1131px);
}

.vh-height-1132
{
    height: calc(100vh - 1132px);
}

.vh-height-1133
{
    height: calc(100vh - 1133px);
}

.vh-height-1134
{
    height: calc(100vh - 1134px);
}

.vh-height-1135
{
    height: calc(100vh - 1135px);
}

.vh-height-1136
{
    height: calc(100vh - 1136px);
}

.vh-height-1137
{
    height: calc(100vh - 1137px);
}

.vh-height-1138
{
    height: calc(100vh - 1138px);
}

.vh-height-1139
{
    height: calc(100vh - 1139px);
}

.vh-height-1140
{
    height: calc(100vh - 1140px);
}

.vh-height-1141
{
    height: calc(100vh - 1141px);
}

.vh-height-1142
{
    height: calc(100vh - 1142px);
}

.vh-height-1143
{
    height: calc(100vh - 1143px);
}

.vh-height-1144
{
    height: calc(100vh - 1144px);
}

.vh-height-1145
{
    height: calc(100vh - 1145px);
}

.vh-height-1146
{
    height: calc(100vh - 1146px);
}

.vh-height-1147
{
    height: calc(100vh - 1147px);
}

.vh-height-1148
{
    height: calc(100vh - 1148px);
}

.vh-height-1149
{
    height: calc(100vh - 1149px);
}

.vh-height-1150
{
    height: calc(100vh - 1150px);
}

.vh-height-1151
{
    height: calc(100vh - 1151px);
}

.vh-height-1152
{
    height: calc(100vh - 1152px);
}

.vh-height-1153
{
    height: calc(100vh - 1153px);
}

.vh-height-1154
{
    height: calc(100vh - 1154px);
}

.vh-height-1155
{
    height: calc(100vh - 1155px);
}

.vh-height-1156
{
    height: calc(100vh - 1156px);
}

.vh-height-1157
{
    height: calc(100vh - 1157px);
}

.vh-height-1158
{
    height: calc(100vh - 1158px);
}

.vh-height-1159
{
    height: calc(100vh - 1159px);
}

.vh-height-1160
{
    height: calc(100vh - 1160px);
}

.vh-height-1161
{
    height: calc(100vh - 1161px);
}

.vh-height-1162
{
    height: calc(100vh - 1162px);
}

.vh-height-1163
{
    height: calc(100vh - 1163px);
}

.vh-height-1164
{
    height: calc(100vh - 1164px);
}

.vh-height-1165
{
    height: calc(100vh - 1165px);
}

.vh-height-1166
{
    height: calc(100vh - 1166px);
}

.vh-height-1167
{
    height: calc(100vh - 1167px);
}

.vh-height-1168
{
    height: calc(100vh - 1168px);
}

.vh-height-1169
{
    height: calc(100vh - 1169px);
}

.vh-height-1170
{
    height: calc(100vh - 1170px);
}

.vh-height-1171
{
    height: calc(100vh - 1171px);
}

.vh-height-1172
{
    height: calc(100vh - 1172px);
}

.vh-height-1173
{
    height: calc(100vh - 1173px);
}

.vh-height-1174
{
    height: calc(100vh - 1174px);
}

.vh-height-1175
{
    height: calc(100vh - 1175px);
}

.vh-height-1176
{
    height: calc(100vh - 1176px);
}

.vh-height-1177
{
    height: calc(100vh - 1177px);
}

.vh-height-1178
{
    height: calc(100vh - 1178px);
}

.vh-height-1179
{
    height: calc(100vh - 1179px);
}

.vh-height-1180
{
    height: calc(100vh - 1180px);
}

.vh-height-1181
{
    height: calc(100vh - 1181px);
}

.vh-height-1182
{
    height: calc(100vh - 1182px);
}

.vh-height-1183
{
    height: calc(100vh - 1183px);
}

.vh-height-1184
{
    height: calc(100vh - 1184px);
}

.vh-height-1185
{
    height: calc(100vh - 1185px);
}

.vh-height-1186
{
    height: calc(100vh - 1186px);
}

.vh-height-1187
{
    height: calc(100vh - 1187px);
}

.vh-height-1188
{
    height: calc(100vh - 1188px);
}

.vh-height-1189
{
    height: calc(100vh - 1189px);
}

.vh-height-1190
{
    height: calc(100vh - 1190px);
}

.vh-height-1191
{
    height: calc(100vh - 1191px);
}

.vh-height-1192
{
    height: calc(100vh - 1192px);
}

.vh-height-1193
{
    height: calc(100vh - 1193px);
}

.vh-height-1194
{
    height: calc(100vh - 1194px);
}

.vh-height-1195
{
    height: calc(100vh - 1195px);
}

.vh-height-1196
{
    height: calc(100vh - 1196px);
}

.vh-height-1197
{
    height: calc(100vh - 1197px);
}

.vh-height-1198
{
    height: calc(100vh - 1198px);
}

.vh-height-1199
{
    height: calc(100vh - 1199px);
}

.vh-height-1200
{
    height: calc(100vh - 1200px);
}

.vh-height-1201
{
    height: calc(100vh - 1201px);
}

.vh-height-1202
{
    height: calc(100vh - 1202px);
}

.vh-height-1203
{
    height: calc(100vh - 1203px);
}

.vh-height-1204
{
    height: calc(100vh - 1204px);
}

.vh-height-1205
{
    height: calc(100vh - 1205px);
}

.vh-height-1206
{
    height: calc(100vh - 1206px);
}

.vh-height-1207
{
    height: calc(100vh - 1207px);
}

.vh-height-1208
{
    height: calc(100vh - 1208px);
}

.vh-height-1209
{
    height: calc(100vh - 1209px);
}

.vh-height-1210
{
    height: calc(100vh - 1210px);
}

.vh-height-1211
{
    height: calc(100vh - 1211px);
}

.vh-height-1212
{
    height: calc(100vh - 1212px);
}

.vh-height-1213
{
    height: calc(100vh - 1213px);
}

.vh-height-1214
{
    height: calc(100vh - 1214px);
}

.vh-height-1215
{
    height: calc(100vh - 1215px);
}

.vh-height-1216
{
    height: calc(100vh - 1216px);
}

.vh-height-1217
{
    height: calc(100vh - 1217px);
}

.vh-height-1218
{
    height: calc(100vh - 1218px);
}

.vh-height-1219
{
    height: calc(100vh - 1219px);
}

.vh-height-1220
{
    height: calc(100vh - 1220px);
}

.vh-height-1221
{
    height: calc(100vh - 1221px);
}

.vh-height-1222
{
    height: calc(100vh - 1222px);
}

.vh-height-1223
{
    height: calc(100vh - 1223px);
}

.vh-height-1224
{
    height: calc(100vh - 1224px);
}

.vh-height-1225
{
    height: calc(100vh - 1225px);
}

.vh-height-1226
{
    height: calc(100vh - 1226px);
}

.vh-height-1227
{
    height: calc(100vh - 1227px);
}

.vh-height-1228
{
    height: calc(100vh - 1228px);
}

.vh-height-1229
{
    height: calc(100vh - 1229px);
}

.vh-height-1230
{
    height: calc(100vh - 1230px);
}

.vh-height-1231
{
    height: calc(100vh - 1231px);
}

.vh-height-1232
{
    height: calc(100vh - 1232px);
}

.vh-height-1233
{
    height: calc(100vh - 1233px);
}

.vh-height-1234
{
    height: calc(100vh - 1234px);
}

.vh-height-1235
{
    height: calc(100vh - 1235px);
}

.vh-height-1236
{
    height: calc(100vh - 1236px);
}

.vh-height-1237
{
    height: calc(100vh - 1237px);
}

.vh-height-1238
{
    height: calc(100vh - 1238px);
}

.vh-height-1239
{
    height: calc(100vh - 1239px);
}

.vh-height-1240
{
    height: calc(100vh - 1240px);
}

.vh-height-1241
{
    height: calc(100vh - 1241px);
}

.vh-height-1242
{
    height: calc(100vh - 1242px);
}

.vh-height-1243
{
    height: calc(100vh - 1243px);
}

.vh-height-1244
{
    height: calc(100vh - 1244px);
}

.vh-height-1245
{
    height: calc(100vh - 1245px);
}

.vh-height-1246
{
    height: calc(100vh - 1246px);
}

.vh-height-1247
{
    height: calc(100vh - 1247px);
}

.vh-height-1248
{
    height: calc(100vh - 1248px);
}

.vh-height-1249
{
    height: calc(100vh - 1249px);
}

.vh-height-1250
{
    height: calc(100vh - 1250px);
}

.vh-height-1251
{
    height: calc(100vh - 1251px);
}

.vh-height-1252
{
    height: calc(100vh - 1252px);
}

.vh-height-1253
{
    height: calc(100vh - 1253px);
}

.vh-height-1254
{
    height: calc(100vh - 1254px);
}

.vh-height-1255
{
    height: calc(100vh - 1255px);
}

.vh-height-1256
{
    height: calc(100vh - 1256px);
}

.vh-height-1257
{
    height: calc(100vh - 1257px);
}

.vh-height-1258
{
    height: calc(100vh - 1258px);
}

.vh-height-1259
{
    height: calc(100vh - 1259px);
}

.vh-height-1260
{
    height: calc(100vh - 1260px);
}

.vh-height-1261
{
    height: calc(100vh - 1261px);
}

.vh-height-1262
{
    height: calc(100vh - 1262px);
}

.vh-height-1263
{
    height: calc(100vh - 1263px);
}

.vh-height-1264
{
    height: calc(100vh - 1264px);
}

.vh-height-1265
{
    height: calc(100vh - 1265px);
}

.vh-height-1266
{
    height: calc(100vh - 1266px);
}

.vh-height-1267
{
    height: calc(100vh - 1267px);
}

.vh-height-1268
{
    height: calc(100vh - 1268px);
}

.vh-height-1269
{
    height: calc(100vh - 1269px);
}

.vh-height-1270
{
    height: calc(100vh - 1270px);
}

.vh-height-1271
{
    height: calc(100vh - 1271px);
}

.vh-height-1272
{
    height: calc(100vh - 1272px);
}

.vh-height-1273
{
    height: calc(100vh - 1273px);
}

.vh-height-1274
{
    height: calc(100vh - 1274px);
}

.vh-height-1275
{
    height: calc(100vh - 1275px);
}

.vh-height-1276
{
    height: calc(100vh - 1276px);
}

.vh-height-1277
{
    height: calc(100vh - 1277px);
}

.vh-height-1278
{
    height: calc(100vh - 1278px);
}

.vh-height-1279
{
    height: calc(100vh - 1279px);
}

.vh-height-1280
{
    height: calc(100vh - 1280px);
}

.vh-height-1281
{
    height: calc(100vh - 1281px);
}

.vh-height-1282
{
    height: calc(100vh - 1282px);
}

.vh-height-1283
{
    height: calc(100vh - 1283px);
}

.vh-height-1284
{
    height: calc(100vh - 1284px);
}

.vh-height-1285
{
    height: calc(100vh - 1285px);
}

.vh-height-1286
{
    height: calc(100vh - 1286px);
}

.vh-height-1287
{
    height: calc(100vh - 1287px);
}

.vh-height-1288
{
    height: calc(100vh - 1288px);
}

.vh-height-1289
{
    height: calc(100vh - 1289px);
}

.vh-height-1290
{
    height: calc(100vh - 1290px);
}

.vh-height-1291
{
    height: calc(100vh - 1291px);
}

.vh-height-1292
{
    height: calc(100vh - 1292px);
}

.vh-height-1293
{
    height: calc(100vh - 1293px);
}

.vh-height-1294
{
    height: calc(100vh - 1294px);
}

.vh-height-1295
{
    height: calc(100vh - 1295px);
}

.vh-height-1296
{
    height: calc(100vh - 1296px);
}

.vh-height-1297
{
    height: calc(100vh - 1297px);
}

.vh-height-1298
{
    height: calc(100vh - 1298px);
}

.vh-height-1299
{
    height: calc(100vh - 1299px);
}

.vh-height-1300
{
    height: calc(100vh - 1300px);
}

.vh-height-1301
{
    height: calc(100vh - 1301px);
}

.vh-height-1302
{
    height: calc(100vh - 1302px);
}

.vh-height-1303
{
    height: calc(100vh - 1303px);
}

.vh-height-1304
{
    height: calc(100vh - 1304px);
}

.vh-height-1305
{
    height: calc(100vh - 1305px);
}

.vh-height-1306
{
    height: calc(100vh - 1306px);
}

.vh-height-1307
{
    height: calc(100vh - 1307px);
}

.vh-height-1308
{
    height: calc(100vh - 1308px);
}

.vh-height-1309
{
    height: calc(100vh - 1309px);
}

.vh-height-1310
{
    height: calc(100vh - 1310px);
}

.vh-height-1311
{
    height: calc(100vh - 1311px);
}

.vh-height-1312
{
    height: calc(100vh - 1312px);
}

.vh-height-1313
{
    height: calc(100vh - 1313px);
}

.vh-height-1314
{
    height: calc(100vh - 1314px);
}

.vh-height-1315
{
    height: calc(100vh - 1315px);
}

.vh-height-1316
{
    height: calc(100vh - 1316px);
}

.vh-height-1317
{
    height: calc(100vh - 1317px);
}

.vh-height-1318
{
    height: calc(100vh - 1318px);
}

.vh-height-1319
{
    height: calc(100vh - 1319px);
}

.vh-height-1320
{
    height: calc(100vh - 1320px);
}

.vh-height-1321
{
    height: calc(100vh - 1321px);
}

.vh-height-1322
{
    height: calc(100vh - 1322px);
}

.vh-height-1323
{
    height: calc(100vh - 1323px);
}

.vh-height-1324
{
    height: calc(100vh - 1324px);
}

.vh-height-1325
{
    height: calc(100vh - 1325px);
}

.vh-height-1326
{
    height: calc(100vh - 1326px);
}

.vh-height-1327
{
    height: calc(100vh - 1327px);
}

.vh-height-1328
{
    height: calc(100vh - 1328px);
}

.vh-height-1329
{
    height: calc(100vh - 1329px);
}

.vh-height-1330
{
    height: calc(100vh - 1330px);
}

.vh-height-1331
{
    height: calc(100vh - 1331px);
}

.vh-height-1332
{
    height: calc(100vh - 1332px);
}

.vh-height-1333
{
    height: calc(100vh - 1333px);
}

.vh-height-1334
{
    height: calc(100vh - 1334px);
}

.vh-height-1335
{
    height: calc(100vh - 1335px);
}

.vh-height-1336
{
    height: calc(100vh - 1336px);
}

.vh-height-1337
{
    height: calc(100vh - 1337px);
}

.vh-height-1338
{
    height: calc(100vh - 1338px);
}

.vh-height-1339
{
    height: calc(100vh - 1339px);
}

.vh-height-1340
{
    height: calc(100vh - 1340px);
}

.vh-height-1341
{
    height: calc(100vh - 1341px);
}

.vh-height-1342
{
    height: calc(100vh - 1342px);
}

.vh-height-1343
{
    height: calc(100vh - 1343px);
}

.vh-height-1344
{
    height: calc(100vh - 1344px);
}

.vh-height-1345
{
    height: calc(100vh - 1345px);
}

.vh-height-1346
{
    height: calc(100vh - 1346px);
}

.vh-height-1347
{
    height: calc(100vh - 1347px);
}

.vh-height-1348
{
    height: calc(100vh - 1348px);
}

.vh-height-1349
{
    height: calc(100vh - 1349px);
}

.vh-height-1350
{
    height: calc(100vh - 1350px);
}

.vh-height-1351
{
    height: calc(100vh - 1351px);
}

.vh-height-1352
{
    height: calc(100vh - 1352px);
}

.vh-height-1353
{
    height: calc(100vh - 1353px);
}

.vh-height-1354
{
    height: calc(100vh - 1354px);
}

.vh-height-1355
{
    height: calc(100vh - 1355px);
}

.vh-height-1356
{
    height: calc(100vh - 1356px);
}

.vh-height-1357
{
    height: calc(100vh - 1357px);
}

.vh-height-1358
{
    height: calc(100vh - 1358px);
}

.vh-height-1359
{
    height: calc(100vh - 1359px);
}

.vh-height-1360
{
    height: calc(100vh - 1360px);
}

.vh-height-1361
{
    height: calc(100vh - 1361px);
}

.vh-height-1362
{
    height: calc(100vh - 1362px);
}

.vh-height-1363
{
    height: calc(100vh - 1363px);
}

.vh-height-1364
{
    height: calc(100vh - 1364px);
}

.vh-height-1365
{
    height: calc(100vh - 1365px);
}

.vh-height-1366
{
    height: calc(100vh - 1366px);
}

.vh-height-1367
{
    height: calc(100vh - 1367px);
}

.vh-height-1368
{
    height: calc(100vh - 1368px);
}

.vh-height-1369
{
    height: calc(100vh - 1369px);
}

.vh-height-1370
{
    height: calc(100vh - 1370px);
}

.vh-height-1371
{
    height: calc(100vh - 1371px);
}

.vh-height-1372
{
    height: calc(100vh - 1372px);
}

.vh-height-1373
{
    height: calc(100vh - 1373px);
}

.vh-height-1374
{
    height: calc(100vh - 1374px);
}

.vh-height-1375
{
    height: calc(100vh - 1375px);
}

.vh-height-1376
{
    height: calc(100vh - 1376px);
}

.vh-height-1377
{
    height: calc(100vh - 1377px);
}

.vh-height-1378
{
    height: calc(100vh - 1378px);
}

.vh-height-1379
{
    height: calc(100vh - 1379px);
}

.vh-height-1380
{
    height: calc(100vh - 1380px);
}

.vh-height-1381
{
    height: calc(100vh - 1381px);
}

.vh-height-1382
{
    height: calc(100vh - 1382px);
}

.vh-height-1383
{
    height: calc(100vh - 1383px);
}

.vh-height-1384
{
    height: calc(100vh - 1384px);
}

.vh-height-1385
{
    height: calc(100vh - 1385px);
}

.vh-height-1386
{
    height: calc(100vh - 1386px);
}

.vh-height-1387
{
    height: calc(100vh - 1387px);
}

.vh-height-1388
{
    height: calc(100vh - 1388px);
}

.vh-height-1389
{
    height: calc(100vh - 1389px);
}

.vh-height-1390
{
    height: calc(100vh - 1390px);
}

.vh-height-1391
{
    height: calc(100vh - 1391px);
}

.vh-height-1392
{
    height: calc(100vh - 1392px);
}

.vh-height-1393
{
    height: calc(100vh - 1393px);
}

.vh-height-1394
{
    height: calc(100vh - 1394px);
}

.vh-height-1395
{
    height: calc(100vh - 1395px);
}

.vh-height-1396
{
    height: calc(100vh - 1396px);
}

.vh-height-1397
{
    height: calc(100vh - 1397px);
}

.vh-height-1398
{
    height: calc(100vh - 1398px);
}

.vh-height-1399
{
    height: calc(100vh - 1399px);
}

.vh-height-1400
{
    height: calc(100vh - 1400px);
}

.vh-height-1401
{
    height: calc(100vh - 1401px);
}

.vh-height-1402
{
    height: calc(100vh - 1402px);
}

.vh-height-1403
{
    height: calc(100vh - 1403px);
}

.vh-height-1404
{
    height: calc(100vh - 1404px);
}

.vh-height-1405
{
    height: calc(100vh - 1405px);
}

.vh-height-1406
{
    height: calc(100vh - 1406px);
}

.vh-height-1407
{
    height: calc(100vh - 1407px);
}

.vh-height-1408
{
    height: calc(100vh - 1408px);
}

.vh-height-1409
{
    height: calc(100vh - 1409px);
}

.vh-height-1410
{
    height: calc(100vh - 1410px);
}

.vh-height-1411
{
    height: calc(100vh - 1411px);
}

.vh-height-1412
{
    height: calc(100vh - 1412px);
}

.vh-height-1413
{
    height: calc(100vh - 1413px);
}

.vh-height-1414
{
    height: calc(100vh - 1414px);
}

.vh-height-1415
{
    height: calc(100vh - 1415px);
}

.vh-height-1416
{
    height: calc(100vh - 1416px);
}

.vh-height-1417
{
    height: calc(100vh - 1417px);
}

.vh-height-1418
{
    height: calc(100vh - 1418px);
}

.vh-height-1419
{
    height: calc(100vh - 1419px);
}

.vh-height-1420
{
    height: calc(100vh - 1420px);
}

.vh-height-1421
{
    height: calc(100vh - 1421px);
}

.vh-height-1422
{
    height: calc(100vh - 1422px);
}

.vh-height-1423
{
    height: calc(100vh - 1423px);
}

.vh-height-1424
{
    height: calc(100vh - 1424px);
}

.vh-height-1425
{
    height: calc(100vh - 1425px);
}

.vh-height-1426
{
    height: calc(100vh - 1426px);
}

.vh-height-1427
{
    height: calc(100vh - 1427px);
}

.vh-height-1428
{
    height: calc(100vh - 1428px);
}

.vh-height-1429
{
    height: calc(100vh - 1429px);
}

.vh-height-1430
{
    height: calc(100vh - 1430px);
}

.vh-height-1431
{
    height: calc(100vh - 1431px);
}

.vh-height-1432
{
    height: calc(100vh - 1432px);
}

.vh-height-1433
{
    height: calc(100vh - 1433px);
}

.vh-height-1434
{
    height: calc(100vh - 1434px);
}

.vh-height-1435
{
    height: calc(100vh - 1435px);
}

.vh-height-1436
{
    height: calc(100vh - 1436px);
}

.vh-height-1437
{
    height: calc(100vh - 1437px);
}

.vh-height-1438
{
    height: calc(100vh - 1438px);
}

.vh-height-1439
{
    height: calc(100vh - 1439px);
}

.vh-height-1440
{
    height: calc(100vh - 1440px);
}

.vh-height-1441
{
    height: calc(100vh - 1441px);
}

.vh-height-1442
{
    height: calc(100vh - 1442px);
}

.vh-height-1443
{
    height: calc(100vh - 1443px);
}

.vh-height-1444
{
    height: calc(100vh - 1444px);
}

.vh-height-1445
{
    height: calc(100vh - 1445px);
}

.vh-height-1446
{
    height: calc(100vh - 1446px);
}

.vh-height-1447
{
    height: calc(100vh - 1447px);
}

.vh-height-1448
{
    height: calc(100vh - 1448px);
}

.vh-height-1449
{
    height: calc(100vh - 1449px);
}

.vh-height-1450
{
    height: calc(100vh - 1450px);
}

.vh-height-1451
{
    height: calc(100vh - 1451px);
}

.vh-height-1452
{
    height: calc(100vh - 1452px);
}

.vh-height-1453
{
    height: calc(100vh - 1453px);
}

.vh-height-1454
{
    height: calc(100vh - 1454px);
}

.vh-height-1455
{
    height: calc(100vh - 1455px);
}

.vh-height-1456
{
    height: calc(100vh - 1456px);
}

.vh-height-1457
{
    height: calc(100vh - 1457px);
}

.vh-height-1458
{
    height: calc(100vh - 1458px);
}

.vh-height-1459
{
    height: calc(100vh - 1459px);
}

.vh-height-1460
{
    height: calc(100vh - 1460px);
}

.vh-height-1461
{
    height: calc(100vh - 1461px);
}

.vh-height-1462
{
    height: calc(100vh - 1462px);
}

.vh-height-1463
{
    height: calc(100vh - 1463px);
}

.vh-height-1464
{
    height: calc(100vh - 1464px);
}

.vh-height-1465
{
    height: calc(100vh - 1465px);
}

.vh-height-1466
{
    height: calc(100vh - 1466px);
}

.vh-height-1467
{
    height: calc(100vh - 1467px);
}

.vh-height-1468
{
    height: calc(100vh - 1468px);
}

.vh-height-1469
{
    height: calc(100vh - 1469px);
}

.vh-height-1470
{
    height: calc(100vh - 1470px);
}

.vh-height-1471
{
    height: calc(100vh - 1471px);
}

.vh-height-1472
{
    height: calc(100vh - 1472px);
}

.vh-height-1473
{
    height: calc(100vh - 1473px);
}

.vh-height-1474
{
    height: calc(100vh - 1474px);
}

.vh-height-1475
{
    height: calc(100vh - 1475px);
}

.vh-height-1476
{
    height: calc(100vh - 1476px);
}

.vh-height-1477
{
    height: calc(100vh - 1477px);
}

.vh-height-1478
{
    height: calc(100vh - 1478px);
}

.vh-height-1479
{
    height: calc(100vh - 1479px);
}

.vh-height-1480
{
    height: calc(100vh - 1480px);
}

.vh-height-1481
{
    height: calc(100vh - 1481px);
}

.vh-height-1482
{
    height: calc(100vh - 1482px);
}

.vh-height-1483
{
    height: calc(100vh - 1483px);
}

.vh-height-1484
{
    height: calc(100vh - 1484px);
}

.vh-height-1485
{
    height: calc(100vh - 1485px);
}

.vh-height-1486
{
    height: calc(100vh - 1486px);
}

.vh-height-1487
{
    height: calc(100vh - 1487px);
}

.vh-height-1488
{
    height: calc(100vh - 1488px);
}

.vh-height-1489
{
    height: calc(100vh - 1489px);
}

.vh-height-1490
{
    height: calc(100vh - 1490px);
}

.vh-height-1491
{
    height: calc(100vh - 1491px);
}

.vh-height-1492
{
    height: calc(100vh - 1492px);
}

.vh-height-1493
{
    height: calc(100vh - 1493px);
}

.vh-height-1494
{
    height: calc(100vh - 1494px);
}

.vh-height-1495
{
    height: calc(100vh - 1495px);
}

.vh-height-1496
{
    height: calc(100vh - 1496px);
}

.vh-height-1497
{
    height: calc(100vh - 1497px);
}

.vh-height-1498
{
    height: calc(100vh - 1498px);
}

.vh-height-1499
{
    height: calc(100vh - 1499px);
}

.vh-height-1500
{
    height: calc(100vh - 1500px);
}

.vh-height-1501
{
    height: calc(100vh - 1501px);
}

.vh-height-1502
{
    height: calc(100vh - 1502px);
}

.vh-height-1503
{
    height: calc(100vh - 1503px);
}

.vh-height-1504
{
    height: calc(100vh - 1504px);
}

.vh-height-1505
{
    height: calc(100vh - 1505px);
}

.vh-height-1506
{
    height: calc(100vh - 1506px);
}

.vh-height-1507
{
    height: calc(100vh - 1507px);
}

.vh-height-1508
{
    height: calc(100vh - 1508px);
}

.vh-height-1509
{
    height: calc(100vh - 1509px);
}

.vh-height-1510
{
    height: calc(100vh - 1510px);
}

.vh-height-1511
{
    height: calc(100vh - 1511px);
}

.vh-height-1512
{
    height: calc(100vh - 1512px);
}

.vh-height-1513
{
    height: calc(100vh - 1513px);
}

.vh-height-1514
{
    height: calc(100vh - 1514px);
}

.vh-height-1515
{
    height: calc(100vh - 1515px);
}

.vh-height-1516
{
    height: calc(100vh - 1516px);
}

.vh-height-1517
{
    height: calc(100vh - 1517px);
}

.vh-height-1518
{
    height: calc(100vh - 1518px);
}

.vh-height-1519
{
    height: calc(100vh - 1519px);
}

.vh-height-1520
{
    height: calc(100vh - 1520px);
}

.vh-height-1521
{
    height: calc(100vh - 1521px);
}

.vh-height-1522
{
    height: calc(100vh - 1522px);
}

.vh-height-1523
{
    height: calc(100vh - 1523px);
}

.vh-height-1524
{
    height: calc(100vh - 1524px);
}

.vh-height-1525
{
    height: calc(100vh - 1525px);
}

.vh-height-1526
{
    height: calc(100vh - 1526px);
}

.vh-height-1527
{
    height: calc(100vh - 1527px);
}

.vh-height-1528
{
    height: calc(100vh - 1528px);
}

.vh-height-1529
{
    height: calc(100vh - 1529px);
}

.vh-height-1530
{
    height: calc(100vh - 1530px);
}

.vh-height-1531
{
    height: calc(100vh - 1531px);
}

.vh-height-1532
{
    height: calc(100vh - 1532px);
}

.vh-height-1533
{
    height: calc(100vh - 1533px);
}

.vh-height-1534
{
    height: calc(100vh - 1534px);
}

.vh-height-1535
{
    height: calc(100vh - 1535px);
}

.vh-height-1536
{
    height: calc(100vh - 1536px);
}

.vh-height-1537
{
    height: calc(100vh - 1537px);
}

.vh-height-1538
{
    height: calc(100vh - 1538px);
}

.vh-height-1539
{
    height: calc(100vh - 1539px);
}

.vh-height-1540
{
    height: calc(100vh - 1540px);
}

.vh-height-1541
{
    height: calc(100vh - 1541px);
}

.vh-height-1542
{
    height: calc(100vh - 1542px);
}

.vh-height-1543
{
    height: calc(100vh - 1543px);
}

.vh-height-1544
{
    height: calc(100vh - 1544px);
}

.vh-height-1545
{
    height: calc(100vh - 1545px);
}

.vh-height-1546
{
    height: calc(100vh - 1546px);
}

.vh-height-1547
{
    height: calc(100vh - 1547px);
}

.vh-height-1548
{
    height: calc(100vh - 1548px);
}

.vh-height-1549
{
    height: calc(100vh - 1549px);
}

.vh-height-1550
{
    height: calc(100vh - 1550px);
}

.vh-height-1551
{
    height: calc(100vh - 1551px);
}

.vh-height-1552
{
    height: calc(100vh - 1552px);
}

.vh-height-1553
{
    height: calc(100vh - 1553px);
}

.vh-height-1554
{
    height: calc(100vh - 1554px);
}

.vh-height-1555
{
    height: calc(100vh - 1555px);
}

.vh-height-1556
{
    height: calc(100vh - 1556px);
}

.vh-height-1557
{
    height: calc(100vh - 1557px);
}

.vh-height-1558
{
    height: calc(100vh - 1558px);
}

.vh-height-1559
{
    height: calc(100vh - 1559px);
}

.vh-height-1560
{
    height: calc(100vh - 1560px);
}

.vh-height-1561
{
    height: calc(100vh - 1561px);
}

.vh-height-1562
{
    height: calc(100vh - 1562px);
}

.vh-height-1563
{
    height: calc(100vh - 1563px);
}

.vh-height-1564
{
    height: calc(100vh - 1564px);
}

.vh-height-1565
{
    height: calc(100vh - 1565px);
}

.vh-height-1566
{
    height: calc(100vh - 1566px);
}

.vh-height-1567
{
    height: calc(100vh - 1567px);
}

.vh-height-1568
{
    height: calc(100vh - 1568px);
}

.vh-height-1569
{
    height: calc(100vh - 1569px);
}

.vh-height-1570
{
    height: calc(100vh - 1570px);
}

.vh-height-1571
{
    height: calc(100vh - 1571px);
}

.vh-height-1572
{
    height: calc(100vh - 1572px);
}

.vh-height-1573
{
    height: calc(100vh - 1573px);
}

.vh-height-1574
{
    height: calc(100vh - 1574px);
}

.vh-height-1575
{
    height: calc(100vh - 1575px);
}

.vh-height-1576
{
    height: calc(100vh - 1576px);
}

.vh-height-1577
{
    height: calc(100vh - 1577px);
}

.vh-height-1578
{
    height: calc(100vh - 1578px);
}

.vh-height-1579
{
    height: calc(100vh - 1579px);
}

.vh-height-1580
{
    height: calc(100vh - 1580px);
}

.vh-height-1581
{
    height: calc(100vh - 1581px);
}

.vh-height-1582
{
    height: calc(100vh - 1582px);
}

.vh-height-1583
{
    height: calc(100vh - 1583px);
}

.vh-height-1584
{
    height: calc(100vh - 1584px);
}

.vh-height-1585
{
    height: calc(100vh - 1585px);
}

.vh-height-1586
{
    height: calc(100vh - 1586px);
}

.vh-height-1587
{
    height: calc(100vh - 1587px);
}

.vh-height-1588
{
    height: calc(100vh - 1588px);
}

.vh-height-1589
{
    height: calc(100vh - 1589px);
}

.vh-height-1590
{
    height: calc(100vh - 1590px);
}

.vh-height-1591
{
    height: calc(100vh - 1591px);
}

.vh-height-1592
{
    height: calc(100vh - 1592px);
}

.vh-height-1593
{
    height: calc(100vh - 1593px);
}

.vh-height-1594
{
    height: calc(100vh - 1594px);
}

.vh-height-1595
{
    height: calc(100vh - 1595px);
}

.vh-height-1596
{
    height: calc(100vh - 1596px);
}

.vh-height-1597
{
    height: calc(100vh - 1597px);
}

.vh-height-1598
{
    height: calc(100vh - 1598px);
}

.vh-height-1599
{
    height: calc(100vh - 1599px);
}

.vh-height-1600
{
    height: calc(100vh - 1600px);
}

.vh-height-1601
{
    height: calc(100vh - 1601px);
}

.vh-height-1602
{
    height: calc(100vh - 1602px);
}

.vh-height-1603
{
    height: calc(100vh - 1603px);
}

.vh-height-1604
{
    height: calc(100vh - 1604px);
}

.vh-height-1605
{
    height: calc(100vh - 1605px);
}

.vh-height-1606
{
    height: calc(100vh - 1606px);
}

.vh-height-1607
{
    height: calc(100vh - 1607px);
}

.vh-height-1608
{
    height: calc(100vh - 1608px);
}

.vh-height-1609
{
    height: calc(100vh - 1609px);
}

.vh-height-1610
{
    height: calc(100vh - 1610px);
}

.vh-height-1611
{
    height: calc(100vh - 1611px);
}

.vh-height-1612
{
    height: calc(100vh - 1612px);
}

.vh-height-1613
{
    height: calc(100vh - 1613px);
}

.vh-height-1614
{
    height: calc(100vh - 1614px);
}

.vh-height-1615
{
    height: calc(100vh - 1615px);
}

.vh-height-1616
{
    height: calc(100vh - 1616px);
}

.vh-height-1617
{
    height: calc(100vh - 1617px);
}

.vh-height-1618
{
    height: calc(100vh - 1618px);
}

.vh-height-1619
{
    height: calc(100vh - 1619px);
}

.vh-height-1620
{
    height: calc(100vh - 1620px);
}

.vh-height-1621
{
    height: calc(100vh - 1621px);
}

.vh-height-1622
{
    height: calc(100vh - 1622px);
}

.vh-height-1623
{
    height: calc(100vh - 1623px);
}

.vh-height-1624
{
    height: calc(100vh - 1624px);
}

.vh-height-1625
{
    height: calc(100vh - 1625px);
}

.vh-height-1626
{
    height: calc(100vh - 1626px);
}

.vh-height-1627
{
    height: calc(100vh - 1627px);
}

.vh-height-1628
{
    height: calc(100vh - 1628px);
}

.vh-height-1629
{
    height: calc(100vh - 1629px);
}

.vh-height-1630
{
    height: calc(100vh - 1630px);
}

.vh-height-1631
{
    height: calc(100vh - 1631px);
}

.vh-height-1632
{
    height: calc(100vh - 1632px);
}

.vh-height-1633
{
    height: calc(100vh - 1633px);
}

.vh-height-1634
{
    height: calc(100vh - 1634px);
}

.vh-height-1635
{
    height: calc(100vh - 1635px);
}

.vh-height-1636
{
    height: calc(100vh - 1636px);
}

.vh-height-1637
{
    height: calc(100vh - 1637px);
}

.vh-height-1638
{
    height: calc(100vh - 1638px);
}

.vh-height-1639
{
    height: calc(100vh - 1639px);
}

.vh-height-1640
{
    height: calc(100vh - 1640px);
}

.vh-height-1641
{
    height: calc(100vh - 1641px);
}

.vh-height-1642
{
    height: calc(100vh - 1642px);
}

.vh-height-1643
{
    height: calc(100vh - 1643px);
}

.vh-height-1644
{
    height: calc(100vh - 1644px);
}

.vh-height-1645
{
    height: calc(100vh - 1645px);
}

.vh-height-1646
{
    height: calc(100vh - 1646px);
}

.vh-height-1647
{
    height: calc(100vh - 1647px);
}

.vh-height-1648
{
    height: calc(100vh - 1648px);
}

.vh-height-1649
{
    height: calc(100vh - 1649px);
}

.vh-height-1650
{
    height: calc(100vh - 1650px);
}

.vh-height-1651
{
    height: calc(100vh - 1651px);
}

.vh-height-1652
{
    height: calc(100vh - 1652px);
}

.vh-height-1653
{
    height: calc(100vh - 1653px);
}

.vh-height-1654
{
    height: calc(100vh - 1654px);
}

.vh-height-1655
{
    height: calc(100vh - 1655px);
}

.vh-height-1656
{
    height: calc(100vh - 1656px);
}

.vh-height-1657
{
    height: calc(100vh - 1657px);
}

.vh-height-1658
{
    height: calc(100vh - 1658px);
}

.vh-height-1659
{
    height: calc(100vh - 1659px);
}

.vh-height-1660
{
    height: calc(100vh - 1660px);
}

.vh-height-1661
{
    height: calc(100vh - 1661px);
}

.vh-height-1662
{
    height: calc(100vh - 1662px);
}

.vh-height-1663
{
    height: calc(100vh - 1663px);
}

.vh-height-1664
{
    height: calc(100vh - 1664px);
}

.vh-height-1665
{
    height: calc(100vh - 1665px);
}

.vh-height-1666
{
    height: calc(100vh - 1666px);
}

.vh-height-1667
{
    height: calc(100vh - 1667px);
}

.vh-height-1668
{
    height: calc(100vh - 1668px);
}

.vh-height-1669
{
    height: calc(100vh - 1669px);
}

.vh-height-1670
{
    height: calc(100vh - 1670px);
}

.vh-height-1671
{
    height: calc(100vh - 1671px);
}

.vh-height-1672
{
    height: calc(100vh - 1672px);
}

.vh-height-1673
{
    height: calc(100vh - 1673px);
}

.vh-height-1674
{
    height: calc(100vh - 1674px);
}

.vh-height-1675
{
    height: calc(100vh - 1675px);
}

.vh-height-1676
{
    height: calc(100vh - 1676px);
}

.vh-height-1677
{
    height: calc(100vh - 1677px);
}

.vh-height-1678
{
    height: calc(100vh - 1678px);
}

.vh-height-1679
{
    height: calc(100vh - 1679px);
}

.vh-height-1680
{
    height: calc(100vh - 1680px);
}

.vh-height-1681
{
    height: calc(100vh - 1681px);
}

.vh-height-1682
{
    height: calc(100vh - 1682px);
}

.vh-height-1683
{
    height: calc(100vh - 1683px);
}

.vh-height-1684
{
    height: calc(100vh - 1684px);
}

.vh-height-1685
{
    height: calc(100vh - 1685px);
}

.vh-height-1686
{
    height: calc(100vh - 1686px);
}

.vh-height-1687
{
    height: calc(100vh - 1687px);
}

.vh-height-1688
{
    height: calc(100vh - 1688px);
}

.vh-height-1689
{
    height: calc(100vh - 1689px);
}

.vh-height-1690
{
    height: calc(100vh - 1690px);
}

.vh-height-1691
{
    height: calc(100vh - 1691px);
}

.vh-height-1692
{
    height: calc(100vh - 1692px);
}

.vh-height-1693
{
    height: calc(100vh - 1693px);
}

.vh-height-1694
{
    height: calc(100vh - 1694px);
}

.vh-height-1695
{
    height: calc(100vh - 1695px);
}

.vh-height-1696
{
    height: calc(100vh - 1696px);
}

.vh-height-1697
{
    height: calc(100vh - 1697px);
}

.vh-height-1698
{
    height: calc(100vh - 1698px);
}

.vh-height-1699
{
    height: calc(100vh - 1699px);
}

.vh-height-1700
{
    height: calc(100vh - 1700px);
}

.vh-height-1701
{
    height: calc(100vh - 1701px);
}

.vh-height-1702
{
    height: calc(100vh - 1702px);
}

.vh-height-1703
{
    height: calc(100vh - 1703px);
}

.vh-height-1704
{
    height: calc(100vh - 1704px);
}

.vh-height-1705
{
    height: calc(100vh - 1705px);
}

.vh-height-1706
{
    height: calc(100vh - 1706px);
}

.vh-height-1707
{
    height: calc(100vh - 1707px);
}

.vh-height-1708
{
    height: calc(100vh - 1708px);
}

.vh-height-1709
{
    height: calc(100vh - 1709px);
}

.vh-height-1710
{
    height: calc(100vh - 1710px);
}

.vh-height-1711
{
    height: calc(100vh - 1711px);
}

.vh-height-1712
{
    height: calc(100vh - 1712px);
}

.vh-height-1713
{
    height: calc(100vh - 1713px);
}

.vh-height-1714
{
    height: calc(100vh - 1714px);
}

.vh-height-1715
{
    height: calc(100vh - 1715px);
}

.vh-height-1716
{
    height: calc(100vh - 1716px);
}

.vh-height-1717
{
    height: calc(100vh - 1717px);
}

.vh-height-1718
{
    height: calc(100vh - 1718px);
}

.vh-height-1719
{
    height: calc(100vh - 1719px);
}

.vh-height-1720
{
    height: calc(100vh - 1720px);
}

.vh-height-1721
{
    height: calc(100vh - 1721px);
}

.vh-height-1722
{
    height: calc(100vh - 1722px);
}

.vh-height-1723
{
    height: calc(100vh - 1723px);
}

.vh-height-1724
{
    height: calc(100vh - 1724px);
}

.vh-height-1725
{
    height: calc(100vh - 1725px);
}

.vh-height-1726
{
    height: calc(100vh - 1726px);
}

.vh-height-1727
{
    height: calc(100vh - 1727px);
}

.vh-height-1728
{
    height: calc(100vh - 1728px);
}

.vh-height-1729
{
    height: calc(100vh - 1729px);
}

.vh-height-1730
{
    height: calc(100vh - 1730px);
}

.vh-height-1731
{
    height: calc(100vh - 1731px);
}

.vh-height-1732
{
    height: calc(100vh - 1732px);
}

.vh-height-1733
{
    height: calc(100vh - 1733px);
}

.vh-height-1734
{
    height: calc(100vh - 1734px);
}

.vh-height-1735
{
    height: calc(100vh - 1735px);
}

.vh-height-1736
{
    height: calc(100vh - 1736px);
}

.vh-height-1737
{
    height: calc(100vh - 1737px);
}

.vh-height-1738
{
    height: calc(100vh - 1738px);
}

.vh-height-1739
{
    height: calc(100vh - 1739px);
}

.vh-height-1740
{
    height: calc(100vh - 1740px);
}

.vh-height-1741
{
    height: calc(100vh - 1741px);
}

.vh-height-1742
{
    height: calc(100vh - 1742px);
}

.vh-height-1743
{
    height: calc(100vh - 1743px);
}

.vh-height-1744
{
    height: calc(100vh - 1744px);
}

.vh-height-1745
{
    height: calc(100vh - 1745px);
}

.vh-height-1746
{
    height: calc(100vh - 1746px);
}

.vh-height-1747
{
    height: calc(100vh - 1747px);
}

.vh-height-1748
{
    height: calc(100vh - 1748px);
}

.vh-height-1749
{
    height: calc(100vh - 1749px);
}

.vh-height-1750
{
    height: calc(100vh - 1750px);
}

.vh-height-1751
{
    height: calc(100vh - 1751px);
}

.vh-height-1752
{
    height: calc(100vh - 1752px);
}

.vh-height-1753
{
    height: calc(100vh - 1753px);
}

.vh-height-1754
{
    height: calc(100vh - 1754px);
}

.vh-height-1755
{
    height: calc(100vh - 1755px);
}

.vh-height-1756
{
    height: calc(100vh - 1756px);
}

.vh-height-1757
{
    height: calc(100vh - 1757px);
}

.vh-height-1758
{
    height: calc(100vh - 1758px);
}

.vh-height-1759
{
    height: calc(100vh - 1759px);
}

.vh-height-1760
{
    height: calc(100vh - 1760px);
}

.vh-height-1761
{
    height: calc(100vh - 1761px);
}

.vh-height-1762
{
    height: calc(100vh - 1762px);
}

.vh-height-1763
{
    height: calc(100vh - 1763px);
}

.vh-height-1764
{
    height: calc(100vh - 1764px);
}

.vh-height-1765
{
    height: calc(100vh - 1765px);
}

.vh-height-1766
{
    height: calc(100vh - 1766px);
}

.vh-height-1767
{
    height: calc(100vh - 1767px);
}

.vh-height-1768
{
    height: calc(100vh - 1768px);
}

.vh-height-1769
{
    height: calc(100vh - 1769px);
}

.vh-height-1770
{
    height: calc(100vh - 1770px);
}

.vh-height-1771
{
    height: calc(100vh - 1771px);
}

.vh-height-1772
{
    height: calc(100vh - 1772px);
}

.vh-height-1773
{
    height: calc(100vh - 1773px);
}

.vh-height-1774
{
    height: calc(100vh - 1774px);
}

.vh-height-1775
{
    height: calc(100vh - 1775px);
}

.vh-height-1776
{
    height: calc(100vh - 1776px);
}

.vh-height-1777
{
    height: calc(100vh - 1777px);
}

.vh-height-1778
{
    height: calc(100vh - 1778px);
}

.vh-height-1779
{
    height: calc(100vh - 1779px);
}

.vh-height-1780
{
    height: calc(100vh - 1780px);
}

.vh-height-1781
{
    height: calc(100vh - 1781px);
}

.vh-height-1782
{
    height: calc(100vh - 1782px);
}

.vh-height-1783
{
    height: calc(100vh - 1783px);
}

.vh-height-1784
{
    height: calc(100vh - 1784px);
}

.vh-height-1785
{
    height: calc(100vh - 1785px);
}

.vh-height-1786
{
    height: calc(100vh - 1786px);
}

.vh-height-1787
{
    height: calc(100vh - 1787px);
}

.vh-height-1788
{
    height: calc(100vh - 1788px);
}

.vh-height-1789
{
    height: calc(100vh - 1789px);
}

.vh-height-1790
{
    height: calc(100vh - 1790px);
}

.vh-height-1791
{
    height: calc(100vh - 1791px);
}

.vh-height-1792
{
    height: calc(100vh - 1792px);
}

.vh-height-1793
{
    height: calc(100vh - 1793px);
}

.vh-height-1794
{
    height: calc(100vh - 1794px);
}

.vh-height-1795
{
    height: calc(100vh - 1795px);
}

.vh-height-1796
{
    height: calc(100vh - 1796px);
}

.vh-height-1797
{
    height: calc(100vh - 1797px);
}

.vh-height-1798
{
    height: calc(100vh - 1798px);
}

.vh-height-1799
{
    height: calc(100vh - 1799px);
}

.vh-height-1800
{
    height: calc(100vh - 1800px);
}

.vh-height-1801
{
    height: calc(100vh - 1801px);
}

.vh-height-1802
{
    height: calc(100vh - 1802px);
}

.vh-height-1803
{
    height: calc(100vh - 1803px);
}

.vh-height-1804
{
    height: calc(100vh - 1804px);
}

.vh-height-1805
{
    height: calc(100vh - 1805px);
}

.vh-height-1806
{
    height: calc(100vh - 1806px);
}

.vh-height-1807
{
    height: calc(100vh - 1807px);
}

.vh-height-1808
{
    height: calc(100vh - 1808px);
}

.vh-height-1809
{
    height: calc(100vh - 1809px);
}

.vh-height-1810
{
    height: calc(100vh - 1810px);
}

.vh-height-1811
{
    height: calc(100vh - 1811px);
}

.vh-height-1812
{
    height: calc(100vh - 1812px);
}

.vh-height-1813
{
    height: calc(100vh - 1813px);
}

.vh-height-1814
{
    height: calc(100vh - 1814px);
}

.vh-height-1815
{
    height: calc(100vh - 1815px);
}

.vh-height-1816
{
    height: calc(100vh - 1816px);
}

.vh-height-1817
{
    height: calc(100vh - 1817px);
}

.vh-height-1818
{
    height: calc(100vh - 1818px);
}

.vh-height-1819
{
    height: calc(100vh - 1819px);
}

.vh-height-1820
{
    height: calc(100vh - 1820px);
}

.vh-height-1821
{
    height: calc(100vh - 1821px);
}

.vh-height-1822
{
    height: calc(100vh - 1822px);
}

.vh-height-1823
{
    height: calc(100vh - 1823px);
}

.vh-height-1824
{
    height: calc(100vh - 1824px);
}

.vh-height-1825
{
    height: calc(100vh - 1825px);
}

.vh-height-1826
{
    height: calc(100vh - 1826px);
}

.vh-height-1827
{
    height: calc(100vh - 1827px);
}

.vh-height-1828
{
    height: calc(100vh - 1828px);
}

.vh-height-1829
{
    height: calc(100vh - 1829px);
}

.vh-height-1830
{
    height: calc(100vh - 1830px);
}

.vh-height-1831
{
    height: calc(100vh - 1831px);
}

.vh-height-1832
{
    height: calc(100vh - 1832px);
}

.vh-height-1833
{
    height: calc(100vh - 1833px);
}

.vh-height-1834
{
    height: calc(100vh - 1834px);
}

.vh-height-1835
{
    height: calc(100vh - 1835px);
}

.vh-height-1836
{
    height: calc(100vh - 1836px);
}

.vh-height-1837
{
    height: calc(100vh - 1837px);
}

.vh-height-1838
{
    height: calc(100vh - 1838px);
}

.vh-height-1839
{
    height: calc(100vh - 1839px);
}

.vh-height-1840
{
    height: calc(100vh - 1840px);
}

.vh-height-1841
{
    height: calc(100vh - 1841px);
}

.vh-height-1842
{
    height: calc(100vh - 1842px);
}

.vh-height-1843
{
    height: calc(100vh - 1843px);
}

.vh-height-1844
{
    height: calc(100vh - 1844px);
}

.vh-height-1845
{
    height: calc(100vh - 1845px);
}

.vh-height-1846
{
    height: calc(100vh - 1846px);
}

.vh-height-1847
{
    height: calc(100vh - 1847px);
}

.vh-height-1848
{
    height: calc(100vh - 1848px);
}

.vh-height-1849
{
    height: calc(100vh - 1849px);
}

.vh-height-1850
{
    height: calc(100vh - 1850px);
}

.vh-height-1851
{
    height: calc(100vh - 1851px);
}

.vh-height-1852
{
    height: calc(100vh - 1852px);
}

.vh-height-1853
{
    height: calc(100vh - 1853px);
}

.vh-height-1854
{
    height: calc(100vh - 1854px);
}

.vh-height-1855
{
    height: calc(100vh - 1855px);
}

.vh-height-1856
{
    height: calc(100vh - 1856px);
}

.vh-height-1857
{
    height: calc(100vh - 1857px);
}

.vh-height-1858
{
    height: calc(100vh - 1858px);
}

.vh-height-1859
{
    height: calc(100vh - 1859px);
}

.vh-height-1860
{
    height: calc(100vh - 1860px);
}

.vh-height-1861
{
    height: calc(100vh - 1861px);
}

.vh-height-1862
{
    height: calc(100vh - 1862px);
}

.vh-height-1863
{
    height: calc(100vh - 1863px);
}

.vh-height-1864
{
    height: calc(100vh - 1864px);
}

.vh-height-1865
{
    height: calc(100vh - 1865px);
}

.vh-height-1866
{
    height: calc(100vh - 1866px);
}

.vh-height-1867
{
    height: calc(100vh - 1867px);
}

.vh-height-1868
{
    height: calc(100vh - 1868px);
}

.vh-height-1869
{
    height: calc(100vh - 1869px);
}

.vh-height-1870
{
    height: calc(100vh - 1870px);
}

.vh-height-1871
{
    height: calc(100vh - 1871px);
}

.vh-height-1872
{
    height: calc(100vh - 1872px);
}

.vh-height-1873
{
    height: calc(100vh - 1873px);
}

.vh-height-1874
{
    height: calc(100vh - 1874px);
}

.vh-height-1875
{
    height: calc(100vh - 1875px);
}

.vh-height-1876
{
    height: calc(100vh - 1876px);
}

.vh-height-1877
{
    height: calc(100vh - 1877px);
}

.vh-height-1878
{
    height: calc(100vh - 1878px);
}

.vh-height-1879
{
    height: calc(100vh - 1879px);
}

.vh-height-1880
{
    height: calc(100vh - 1880px);
}

.vh-height-1881
{
    height: calc(100vh - 1881px);
}

.vh-height-1882
{
    height: calc(100vh - 1882px);
}

.vh-height-1883
{
    height: calc(100vh - 1883px);
}

.vh-height-1884
{
    height: calc(100vh - 1884px);
}

.vh-height-1885
{
    height: calc(100vh - 1885px);
}

.vh-height-1886
{
    height: calc(100vh - 1886px);
}

.vh-height-1887
{
    height: calc(100vh - 1887px);
}

.vh-height-1888
{
    height: calc(100vh - 1888px);
}

.vh-height-1889
{
    height: calc(100vh - 1889px);
}

.vh-height-1890
{
    height: calc(100vh - 1890px);
}

.vh-height-1891
{
    height: calc(100vh - 1891px);
}

.vh-height-1892
{
    height: calc(100vh - 1892px);
}

.vh-height-1893
{
    height: calc(100vh - 1893px);
}

.vh-height-1894
{
    height: calc(100vh - 1894px);
}

.vh-height-1895
{
    height: calc(100vh - 1895px);
}

.vh-height-1896
{
    height: calc(100vh - 1896px);
}

.vh-height-1897
{
    height: calc(100vh - 1897px);
}

.vh-height-1898
{
    height: calc(100vh - 1898px);
}

.vh-height-1899
{
    height: calc(100vh - 1899px);
}

.vh-height-1900
{
    height: calc(100vh - 1900px);
}

.vh-height-1901
{
    height: calc(100vh - 1901px);
}

.vh-height-1902
{
    height: calc(100vh - 1902px);
}

.vh-height-1903
{
    height: calc(100vh - 1903px);
}

.vh-height-1904
{
    height: calc(100vh - 1904px);
}

.vh-height-1905
{
    height: calc(100vh - 1905px);
}

.vh-height-1906
{
    height: calc(100vh - 1906px);
}

.vh-height-1907
{
    height: calc(100vh - 1907px);
}

.vh-height-1908
{
    height: calc(100vh - 1908px);
}

.vh-height-1909
{
    height: calc(100vh - 1909px);
}

.vh-height-1910
{
    height: calc(100vh - 1910px);
}

.vh-height-1911
{
    height: calc(100vh - 1911px);
}

.vh-height-1912
{
    height: calc(100vh - 1912px);
}

.vh-height-1913
{
    height: calc(100vh - 1913px);
}

.vh-height-1914
{
    height: calc(100vh - 1914px);
}

.vh-height-1915
{
    height: calc(100vh - 1915px);
}

.vh-height-1916
{
    height: calc(100vh - 1916px);
}

.vh-height-1917
{
    height: calc(100vh - 1917px);
}

.vh-height-1918
{
    height: calc(100vh - 1918px);
}

.vh-height-1919
{
    height: calc(100vh - 1919px);
}

.vh-height-1920
{
    height: calc(100vh - 1920px);
}

.vh-height-1921
{
    height: calc(100vh - 1921px);
}

.vh-height-1922
{
    height: calc(100vh - 1922px);
}

.vh-height-1923
{
    height: calc(100vh - 1923px);
}

.vh-height-1924
{
    height: calc(100vh - 1924px);
}

.vh-height-1925
{
    height: calc(100vh - 1925px);
}

.vh-height-1926
{
    height: calc(100vh - 1926px);
}

.vh-height-1927
{
    height: calc(100vh - 1927px);
}

.vh-height-1928
{
    height: calc(100vh - 1928px);
}

.vh-height-1929
{
    height: calc(100vh - 1929px);
}

.vh-height-1930
{
    height: calc(100vh - 1930px);
}

.vh-height-1931
{
    height: calc(100vh - 1931px);
}

.vh-height-1932
{
    height: calc(100vh - 1932px);
}

.vh-height-1933
{
    height: calc(100vh - 1933px);
}

.vh-height-1934
{
    height: calc(100vh - 1934px);
}

.vh-height-1935
{
    height: calc(100vh - 1935px);
}

.vh-height-1936
{
    height: calc(100vh - 1936px);
}

.vh-height-1937
{
    height: calc(100vh - 1937px);
}

.vh-height-1938
{
    height: calc(100vh - 1938px);
}

.vh-height-1939
{
    height: calc(100vh - 1939px);
}

.vh-height-1940
{
    height: calc(100vh - 1940px);
}

.vh-height-1941
{
    height: calc(100vh - 1941px);
}

.vh-height-1942
{
    height: calc(100vh - 1942px);
}

.vh-height-1943
{
    height: calc(100vh - 1943px);
}

.vh-height-1944
{
    height: calc(100vh - 1944px);
}

.vh-height-1945
{
    height: calc(100vh - 1945px);
}

.vh-height-1946
{
    height: calc(100vh - 1946px);
}

.vh-height-1947
{
    height: calc(100vh - 1947px);
}

.vh-height-1948
{
    height: calc(100vh - 1948px);
}

.vh-height-1949
{
    height: calc(100vh - 1949px);
}

.vh-height-1950
{
    height: calc(100vh - 1950px);
}

.vh-height-1951
{
    height: calc(100vh - 1951px);
}

.vh-height-1952
{
    height: calc(100vh - 1952px);
}

.vh-height-1953
{
    height: calc(100vh - 1953px);
}

.vh-height-1954
{
    height: calc(100vh - 1954px);
}

.vh-height-1955
{
    height: calc(100vh - 1955px);
}

.vh-height-1956
{
    height: calc(100vh - 1956px);
}

.vh-height-1957
{
    height: calc(100vh - 1957px);
}

.vh-height-1958
{
    height: calc(100vh - 1958px);
}

.vh-height-1959
{
    height: calc(100vh - 1959px);
}

.vh-height-1960
{
    height: calc(100vh - 1960px);
}

.vh-height-1961
{
    height: calc(100vh - 1961px);
}

.vh-height-1962
{
    height: calc(100vh - 1962px);
}

.vh-height-1963
{
    height: calc(100vh - 1963px);
}

.vh-height-1964
{
    height: calc(100vh - 1964px);
}

.vh-height-1965
{
    height: calc(100vh - 1965px);
}

.vh-height-1966
{
    height: calc(100vh - 1966px);
}

.vh-height-1967
{
    height: calc(100vh - 1967px);
}

.vh-height-1968
{
    height: calc(100vh - 1968px);
}

.vh-height-1969
{
    height: calc(100vh - 1969px);
}

.vh-height-1970
{
    height: calc(100vh - 1970px);
}

.vh-height-1971
{
    height: calc(100vh - 1971px);
}

.vh-height-1972
{
    height: calc(100vh - 1972px);
}

.vh-height-1973
{
    height: calc(100vh - 1973px);
}

.vh-height-1974
{
    height: calc(100vh - 1974px);
}

.vh-height-1975
{
    height: calc(100vh - 1975px);
}

.vh-height-1976
{
    height: calc(100vh - 1976px);
}

.vh-height-1977
{
    height: calc(100vh - 1977px);
}

.vh-height-1978
{
    height: calc(100vh - 1978px);
}

.vh-height-1979
{
    height: calc(100vh - 1979px);
}

.vh-height-1980
{
    height: calc(100vh - 1980px);
}

.vh-height-1981
{
    height: calc(100vh - 1981px);
}

.vh-height-1982
{
    height: calc(100vh - 1982px);
}

.vh-height-1983
{
    height: calc(100vh - 1983px);
}

.vh-height-1984
{
    height: calc(100vh - 1984px);
}

.vh-height-1985
{
    height: calc(100vh - 1985px);
}

.vh-height-1986
{
    height: calc(100vh - 1986px);
}

.vh-height-1987
{
    height: calc(100vh - 1987px);
}

.vh-height-1988
{
    height: calc(100vh - 1988px);
}

.vh-height-1989
{
    height: calc(100vh - 1989px);
}

.vh-height-1990
{
    height: calc(100vh - 1990px);
}

.vh-height-1991
{
    height: calc(100vh - 1991px);
}

.vh-height-1992
{
    height: calc(100vh - 1992px);
}

.vh-height-1993
{
    height: calc(100vh - 1993px);
}

.vh-height-1994
{
    height: calc(100vh - 1994px);
}

.vh-height-1995
{
    height: calc(100vh - 1995px);
}

.vh-height-1996
{
    height: calc(100vh - 1996px);
}

.vh-height-1997
{
    height: calc(100vh - 1997px);
}

.vh-height-1998
{
    height: calc(100vh - 1998px);
}

.vh-height-1999
{
    height: calc(100vh - 1999px);
}

.vh-height-2000
{
    height: calc(100vh - 2000px);
}

.vh-height-2001
{
    height: calc(100vh - 2001px);
}

.vh-height-2002
{
    height: calc(100vh - 2002px);
}

.vh-height-2003
{
    height: calc(100vh - 2003px);
}

.vh-height-2004
{
    height: calc(100vh - 2004px);
}

.vh-height-2005
{
    height: calc(100vh - 2005px);
}

.vh-height-2006
{
    height: calc(100vh - 2006px);
}

.vh-height-2007
{
    height: calc(100vh - 2007px);
}

.vh-height-2008
{
    height: calc(100vh - 2008px);
}

.vh-height-2009
{
    height: calc(100vh - 2009px);
}

.vh-height-2010
{
    height: calc(100vh - 2010px);
}

.vh-height-2011
{
    height: calc(100vh - 2011px);
}

.vh-height-2012
{
    height: calc(100vh - 2012px);
}

.vh-height-2013
{
    height: calc(100vh - 2013px);
}

.vh-height-2014
{
    height: calc(100vh - 2014px);
}

.vh-height-2015
{
    height: calc(100vh - 2015px);
}

.vh-height-2016
{
    height: calc(100vh - 2016px);
}

.vh-height-2017
{
    height: calc(100vh - 2017px);
}

.vh-height-2018
{
    height: calc(100vh - 2018px);
}

.vh-height-2019
{
    height: calc(100vh - 2019px);
}

.vh-height-2020
{
    height: calc(100vh - 2020px);
}

.vh-height-2021
{
    height: calc(100vh - 2021px);
}

.vh-height-2022
{
    height: calc(100vh - 2022px);
}

.vh-height-2023
{
    height: calc(100vh - 2023px);
}

.vh-height-2024
{
    height: calc(100vh - 2024px);
}

.vh-height-2025
{
    height: calc(100vh - 2025px);
}

.vh-height-2026
{
    height: calc(100vh - 2026px);
}

.vh-height-2027
{
    height: calc(100vh - 2027px);
}

.vh-height-2028
{
    height: calc(100vh - 2028px);
}

.vh-height-2029
{
    height: calc(100vh - 2029px);
}

.vh-height-2030
{
    height: calc(100vh - 2030px);
}

.vh-height-2031
{
    height: calc(100vh - 2031px);
}

.vh-height-2032
{
    height: calc(100vh - 2032px);
}

.vh-height-2033
{
    height: calc(100vh - 2033px);
}

.vh-height-2034
{
    height: calc(100vh - 2034px);
}

.vh-height-2035
{
    height: calc(100vh - 2035px);
}

.vh-height-2036
{
    height: calc(100vh - 2036px);
}

.vh-height-2037
{
    height: calc(100vh - 2037px);
}

.vh-height-2038
{
    height: calc(100vh - 2038px);
}

.vh-height-2039
{
    height: calc(100vh - 2039px);
}

.vh-height-2040
{
    height: calc(100vh - 2040px);
}

.vh-height-2041
{
    height: calc(100vh - 2041px);
}

.vh-height-2042
{
    height: calc(100vh - 2042px);
}

.vh-height-2043
{
    height: calc(100vh - 2043px);
}

.vh-height-2044
{
    height: calc(100vh - 2044px);
}

.vh-height-2045
{
    height: calc(100vh - 2045px);
}

.vh-height-2046
{
    height: calc(100vh - 2046px);
}

.vh-height-2047
{
    height: calc(100vh - 2047px);
}

.vh-height-2048
{
    height: calc(100vh - 2048px);
}

.vh-height-2049
{
    height: calc(100vh - 2049px);
}

.vh-height-2050
{
    height: calc(100vh - 2050px);
}

.vh-height-2051
{
    height: calc(100vh - 2051px);
}

.vh-height-2052
{
    height: calc(100vh - 2052px);
}

.vh-height-2053
{
    height: calc(100vh - 2053px);
}

.vh-height-2054
{
    height: calc(100vh - 2054px);
}

.vh-height-2055
{
    height: calc(100vh - 2055px);
}

.vh-height-2056
{
    height: calc(100vh - 2056px);
}

.vh-height-2057
{
    height: calc(100vh - 2057px);
}

.vh-height-2058
{
    height: calc(100vh - 2058px);
}

.vh-height-2059
{
    height: calc(100vh - 2059px);
}

.vh-height-2060
{
    height: calc(100vh - 2060px);
}

.vh-height-2061
{
    height: calc(100vh - 2061px);
}

.vh-height-2062
{
    height: calc(100vh - 2062px);
}

.vh-height-2063
{
    height: calc(100vh - 2063px);
}

.vh-height-2064
{
    height: calc(100vh - 2064px);
}

.vh-height-2065
{
    height: calc(100vh - 2065px);
}

.vh-height-2066
{
    height: calc(100vh - 2066px);
}

.vh-height-2067
{
    height: calc(100vh - 2067px);
}

.vh-height-2068
{
    height: calc(100vh - 2068px);
}

.vh-height-2069
{
    height: calc(100vh - 2069px);
}

.vh-height-2070
{
    height: calc(100vh - 2070px);
}

.vh-height-2071
{
    height: calc(100vh - 2071px);
}

.vh-height-2072
{
    height: calc(100vh - 2072px);
}

.vh-height-2073
{
    height: calc(100vh - 2073px);
}

.vh-height-2074
{
    height: calc(100vh - 2074px);
}

.vh-height-2075
{
    height: calc(100vh - 2075px);
}

.vh-height-2076
{
    height: calc(100vh - 2076px);
}

.vh-height-2077
{
    height: calc(100vh - 2077px);
}

.vh-height-2078
{
    height: calc(100vh - 2078px);
}

.vh-height-2079
{
    height: calc(100vh - 2079px);
}

.vh-height-2080
{
    height: calc(100vh - 2080px);
}

.vh-height-2081
{
    height: calc(100vh - 2081px);
}

.vh-height-2082
{
    height: calc(100vh - 2082px);
}

.vh-height-2083
{
    height: calc(100vh - 2083px);
}

.vh-height-2084
{
    height: calc(100vh - 2084px);
}

.vh-height-2085
{
    height: calc(100vh - 2085px);
}

.vh-height-2086
{
    height: calc(100vh - 2086px);
}

.vh-height-2087
{
    height: calc(100vh - 2087px);
}

.vh-height-2088
{
    height: calc(100vh - 2088px);
}

.vh-height-2089
{
    height: calc(100vh - 2089px);
}

.vh-height-2090
{
    height: calc(100vh - 2090px);
}

.vh-height-2091
{
    height: calc(100vh - 2091px);
}

.vh-height-2092
{
    height: calc(100vh - 2092px);
}

.vh-height-2093
{
    height: calc(100vh - 2093px);
}

.vh-height-2094
{
    height: calc(100vh - 2094px);
}

.vh-height-2095
{
    height: calc(100vh - 2095px);
}

.vh-height-2096
{
    height: calc(100vh - 2096px);
}

.vh-height-2097
{
    height: calc(100vh - 2097px);
}

.vh-height-2098
{
    height: calc(100vh - 2098px);
}

.vh-height-2099
{
    height: calc(100vh - 2099px);
}

.vh-height-2100
{
    height: calc(100vh - 2100px);
}

.vh-height-2101
{
    height: calc(100vh - 2101px);
}

.vh-height-2102
{
    height: calc(100vh - 2102px);
}

.vh-height-2103
{
    height: calc(100vh - 2103px);
}

.vh-height-2104
{
    height: calc(100vh - 2104px);
}

.vh-height-2105
{
    height: calc(100vh - 2105px);
}

.vh-height-2106
{
    height: calc(100vh - 2106px);
}

.vh-height-2107
{
    height: calc(100vh - 2107px);
}

.vh-height-2108
{
    height: calc(100vh - 2108px);
}

.vh-height-2109
{
    height: calc(100vh - 2109px);
}

.vh-height-2110
{
    height: calc(100vh - 2110px);
}

.vh-height-2111
{
    height: calc(100vh - 2111px);
}

.vh-height-2112
{
    height: calc(100vh - 2112px);
}

.vh-height-2113
{
    height: calc(100vh - 2113px);
}

.vh-height-2114
{
    height: calc(100vh - 2114px);
}

.vh-height-2115
{
    height: calc(100vh - 2115px);
}

.vh-height-2116
{
    height: calc(100vh - 2116px);
}

.vh-height-2117
{
    height: calc(100vh - 2117px);
}

.vh-height-2118
{
    height: calc(100vh - 2118px);
}

.vh-height-2119
{
    height: calc(100vh - 2119px);
}

.vh-height-2120
{
    height: calc(100vh - 2120px);
}

.vh-height-2121
{
    height: calc(100vh - 2121px);
}

.vh-height-2122
{
    height: calc(100vh - 2122px);
}

.vh-height-2123
{
    height: calc(100vh - 2123px);
}

.vh-height-2124
{
    height: calc(100vh - 2124px);
}

.vh-height-2125
{
    height: calc(100vh - 2125px);
}

.vh-height-2126
{
    height: calc(100vh - 2126px);
}

.vh-height-2127
{
    height: calc(100vh - 2127px);
}

.vh-height-2128
{
    height: calc(100vh - 2128px);
}

.vh-height-2129
{
    height: calc(100vh - 2129px);
}

.vh-height-2130
{
    height: calc(100vh - 2130px);
}

.vh-height-2131
{
    height: calc(100vh - 2131px);
}

.vh-height-2132
{
    height: calc(100vh - 2132px);
}

.vh-height-2133
{
    height: calc(100vh - 2133px);
}

.vh-height-2134
{
    height: calc(100vh - 2134px);
}

.vh-height-2135
{
    height: calc(100vh - 2135px);
}

.vh-height-2136
{
    height: calc(100vh - 2136px);
}

.vh-height-2137
{
    height: calc(100vh - 2137px);
}

.vh-height-2138
{
    height: calc(100vh - 2138px);
}

.vh-height-2139
{
    height: calc(100vh - 2139px);
}

.vh-height-2140
{
    height: calc(100vh - 2140px);
}

.vh-height-2141
{
    height: calc(100vh - 2141px);
}

.vh-height-2142
{
    height: calc(100vh - 2142px);
}

.vh-height-2143
{
    height: calc(100vh - 2143px);
}

.vh-height-2144
{
    height: calc(100vh - 2144px);
}

.vh-height-2145
{
    height: calc(100vh - 2145px);
}

.vh-height-2146
{
    height: calc(100vh - 2146px);
}

.vh-height-2147
{
    height: calc(100vh - 2147px);
}

.vh-height-2148
{
    height: calc(100vh - 2148px);
}

.vh-height-2149
{
    height: calc(100vh - 2149px);
}

.vh-height-2150
{
    height: calc(100vh - 2150px);
}

.vh-height-2151
{
    height: calc(100vh - 2151px);
}

.vh-height-2152
{
    height: calc(100vh - 2152px);
}

.vh-height-2153
{
    height: calc(100vh - 2153px);
}

.vh-height-2154
{
    height: calc(100vh - 2154px);
}

.vh-height-2155
{
    height: calc(100vh - 2155px);
}

.vh-height-2156
{
    height: calc(100vh - 2156px);
}

.vh-height-2157
{
    height: calc(100vh - 2157px);
}

.vh-height-2158
{
    height: calc(100vh - 2158px);
}

.vh-height-2159
{
    height: calc(100vh - 2159px);
}

.vh-height-2160
{
    height: calc(100vh - 2160px);
}

.vh-height-2161
{
    height: calc(100vh - 2161px);
}

.vh-height-2162
{
    height: calc(100vh - 2162px);
}

.vh-height-2163
{
    height: calc(100vh - 2163px);
}

.vh-height-2164
{
    height: calc(100vh - 2164px);
}

.vh-height-2165
{
    height: calc(100vh - 2165px);
}

.vh-height-2166
{
    height: calc(100vh - 2166px);
}

.vh-height-2167
{
    height: calc(100vh - 2167px);
}

.vh-height-2168
{
    height: calc(100vh - 2168px);
}

.vh-height-2169
{
    height: calc(100vh - 2169px);
}

.vh-height-2170
{
    height: calc(100vh - 2170px);
}

.vh-height-2171
{
    height: calc(100vh - 2171px);
}

.vh-height-2172
{
    height: calc(100vh - 2172px);
}

.vh-height-2173
{
    height: calc(100vh - 2173px);
}

.vh-height-2174
{
    height: calc(100vh - 2174px);
}

.vh-height-2175
{
    height: calc(100vh - 2175px);
}

.vh-height-2176
{
    height: calc(100vh - 2176px);
}

.vh-height-2177
{
    height: calc(100vh - 2177px);
}

.vh-height-2178
{
    height: calc(100vh - 2178px);
}

.vh-height-2179
{
    height: calc(100vh - 2179px);
}

.vh-height-2180
{
    height: calc(100vh - 2180px);
}

.vh-height-2181
{
    height: calc(100vh - 2181px);
}

.vh-height-2182
{
    height: calc(100vh - 2182px);
}

.vh-height-2183
{
    height: calc(100vh - 2183px);
}

.vh-height-2184
{
    height: calc(100vh - 2184px);
}

.vh-height-2185
{
    height: calc(100vh - 2185px);
}

.vh-height-2186
{
    height: calc(100vh - 2186px);
}

.vh-height-2187
{
    height: calc(100vh - 2187px);
}

.vh-height-2188
{
    height: calc(100vh - 2188px);
}

.vh-height-2189
{
    height: calc(100vh - 2189px);
}

.vh-height-2190
{
    height: calc(100vh - 2190px);
}

.vh-height-2191
{
    height: calc(100vh - 2191px);
}

.vh-height-2192
{
    height: calc(100vh - 2192px);
}

.vh-height-2193
{
    height: calc(100vh - 2193px);
}

.vh-height-2194
{
    height: calc(100vh - 2194px);
}

.vh-height-2195
{
    height: calc(100vh - 2195px);
}

.vh-height-2196
{
    height: calc(100vh - 2196px);
}

.vh-height-2197
{
    height: calc(100vh - 2197px);
}

.vh-height-2198
{
    height: calc(100vh - 2198px);
}

.vh-height-2199
{
    height: calc(100vh - 2199px);
}

.vh-height-2200
{
    height: calc(100vh - 2200px);
}

.vh-height-2201
{
    height: calc(100vh - 2201px);
}

.vh-height-2202
{
    height: calc(100vh - 2202px);
}

.vh-height-2203
{
    height: calc(100vh - 2203px);
}

.vh-height-2204
{
    height: calc(100vh - 2204px);
}

.vh-height-2205
{
    height: calc(100vh - 2205px);
}

.vh-height-2206
{
    height: calc(100vh - 2206px);
}

.vh-height-2207
{
    height: calc(100vh - 2207px);
}

.vh-height-2208
{
    height: calc(100vh - 2208px);
}

.vh-height-2209
{
    height: calc(100vh - 2209px);
}

.vh-height-2210
{
    height: calc(100vh - 2210px);
}

.vh-height-2211
{
    height: calc(100vh - 2211px);
}

.vh-height-2212
{
    height: calc(100vh - 2212px);
}

.vh-height-2213
{
    height: calc(100vh - 2213px);
}

.vh-height-2214
{
    height: calc(100vh - 2214px);
}

.vh-height-2215
{
    height: calc(100vh - 2215px);
}

.vh-height-2216
{
    height: calc(100vh - 2216px);
}

.vh-height-2217
{
    height: calc(100vh - 2217px);
}

.vh-height-2218
{
    height: calc(100vh - 2218px);
}

.vh-height-2219
{
    height: calc(100vh - 2219px);
}

.vh-height-2220
{
    height: calc(100vh - 2220px);
}

.vh-height-2221
{
    height: calc(100vh - 2221px);
}

.vh-height-2222
{
    height: calc(100vh - 2222px);
}

.vh-height-2223
{
    height: calc(100vh - 2223px);
}

.vh-height-2224
{
    height: calc(100vh - 2224px);
}

.vh-height-2225
{
    height: calc(100vh - 2225px);
}

.vh-height-2226
{
    height: calc(100vh - 2226px);
}

.vh-height-2227
{
    height: calc(100vh - 2227px);
}

.vh-height-2228
{
    height: calc(100vh - 2228px);
}

.vh-height-2229
{
    height: calc(100vh - 2229px);
}

.vh-height-2230
{
    height: calc(100vh - 2230px);
}

.vh-height-2231
{
    height: calc(100vh - 2231px);
}

.vh-height-2232
{
    height: calc(100vh - 2232px);
}

.vh-height-2233
{
    height: calc(100vh - 2233px);
}

.vh-height-2234
{
    height: calc(100vh - 2234px);
}

.vh-height-2235
{
    height: calc(100vh - 2235px);
}

.vh-height-2236
{
    height: calc(100vh - 2236px);
}

.vh-height-2237
{
    height: calc(100vh - 2237px);
}

.vh-height-2238
{
    height: calc(100vh - 2238px);
}

.vh-height-2239
{
    height: calc(100vh - 2239px);
}

.vh-height-2240
{
    height: calc(100vh - 2240px);
}

.vh-height-2241
{
    height: calc(100vh - 2241px);
}

.vh-height-2242
{
    height: calc(100vh - 2242px);
}

.vh-height-2243
{
    height: calc(100vh - 2243px);
}

.vh-height-2244
{
    height: calc(100vh - 2244px);
}

.vh-height-2245
{
    height: calc(100vh - 2245px);
}

.vh-height-2246
{
    height: calc(100vh - 2246px);
}

.vh-height-2247
{
    height: calc(100vh - 2247px);
}

.vh-height-2248
{
    height: calc(100vh - 2248px);
}

.vh-height-2249
{
    height: calc(100vh - 2249px);
}

.vh-height-2250
{
    height: calc(100vh - 2250px);
}

.vh-height-2251
{
    height: calc(100vh - 2251px);
}

.vh-height-2252
{
    height: calc(100vh - 2252px);
}

.vh-height-2253
{
    height: calc(100vh - 2253px);
}

.vh-height-2254
{
    height: calc(100vh - 2254px);
}

.vh-height-2255
{
    height: calc(100vh - 2255px);
}

.vh-height-2256
{
    height: calc(100vh - 2256px);
}

.vh-height-2257
{
    height: calc(100vh - 2257px);
}

.vh-height-2258
{
    height: calc(100vh - 2258px);
}

.vh-height-2259
{
    height: calc(100vh - 2259px);
}

.vh-height-2260
{
    height: calc(100vh - 2260px);
}

.vh-height-2261
{
    height: calc(100vh - 2261px);
}

.vh-height-2262
{
    height: calc(100vh - 2262px);
}

.vh-height-2263
{
    height: calc(100vh - 2263px);
}

.vh-height-2264
{
    height: calc(100vh - 2264px);
}

.vh-height-2265
{
    height: calc(100vh - 2265px);
}

.vh-height-2266
{
    height: calc(100vh - 2266px);
}

.vh-height-2267
{
    height: calc(100vh - 2267px);
}

.vh-height-2268
{
    height: calc(100vh - 2268px);
}

.vh-height-2269
{
    height: calc(100vh - 2269px);
}

.vh-height-2270
{
    height: calc(100vh - 2270px);
}

.vh-height-2271
{
    height: calc(100vh - 2271px);
}

.vh-height-2272
{
    height: calc(100vh - 2272px);
}

.vh-height-2273
{
    height: calc(100vh - 2273px);
}

.vh-height-2274
{
    height: calc(100vh - 2274px);
}

.vh-height-2275
{
    height: calc(100vh - 2275px);
}

.vh-height-2276
{
    height: calc(100vh - 2276px);
}

.vh-height-2277
{
    height: calc(100vh - 2277px);
}

.vh-height-2278
{
    height: calc(100vh - 2278px);
}

.vh-height-2279
{
    height: calc(100vh - 2279px);
}

.vh-height-2280
{
    height: calc(100vh - 2280px);
}

.vh-height-2281
{
    height: calc(100vh - 2281px);
}

.vh-height-2282
{
    height: calc(100vh - 2282px);
}

.vh-height-2283
{
    height: calc(100vh - 2283px);
}

.vh-height-2284
{
    height: calc(100vh - 2284px);
}

.vh-height-2285
{
    height: calc(100vh - 2285px);
}

.vh-height-2286
{
    height: calc(100vh - 2286px);
}

.vh-height-2287
{
    height: calc(100vh - 2287px);
}

.vh-height-2288
{
    height: calc(100vh - 2288px);
}

.vh-height-2289
{
    height: calc(100vh - 2289px);
}

.vh-height-2290
{
    height: calc(100vh - 2290px);
}

.vh-height-2291
{
    height: calc(100vh - 2291px);
}

.vh-height-2292
{
    height: calc(100vh - 2292px);
}

.vh-height-2293
{
    height: calc(100vh - 2293px);
}

.vh-height-2294
{
    height: calc(100vh - 2294px);
}

.vh-height-2295
{
    height: calc(100vh - 2295px);
}

.vh-height-2296
{
    height: calc(100vh - 2296px);
}

.vh-height-2297
{
    height: calc(100vh - 2297px);
}

.vh-height-2298
{
    height: calc(100vh - 2298px);
}

.vh-height-2299
{
    height: calc(100vh - 2299px);
}

.vh-height-2300
{
    height: calc(100vh - 2300px);
}

.vh-height-2301
{
    height: calc(100vh - 2301px);
}

.vh-height-2302
{
    height: calc(100vh - 2302px);
}

.vh-height-2303
{
    height: calc(100vh - 2303px);
}

.vh-height-2304
{
    height: calc(100vh - 2304px);
}

.vh-height-2305
{
    height: calc(100vh - 2305px);
}

.vh-height-2306
{
    height: calc(100vh - 2306px);
}

.vh-height-2307
{
    height: calc(100vh - 2307px);
}

.vh-height-2308
{
    height: calc(100vh - 2308px);
}

.vh-height-2309
{
    height: calc(100vh - 2309px);
}

.vh-height-2310
{
    height: calc(100vh - 2310px);
}

.vh-height-2311
{
    height: calc(100vh - 2311px);
}

.vh-height-2312
{
    height: calc(100vh - 2312px);
}

.vh-height-2313
{
    height: calc(100vh - 2313px);
}

.vh-height-2314
{
    height: calc(100vh - 2314px);
}

.vh-height-2315
{
    height: calc(100vh - 2315px);
}

.vh-height-2316
{
    height: calc(100vh - 2316px);
}

.vh-height-2317
{
    height: calc(100vh - 2317px);
}

.vh-height-2318
{
    height: calc(100vh - 2318px);
}

.vh-height-2319
{
    height: calc(100vh - 2319px);
}

.vh-height-2320
{
    height: calc(100vh - 2320px);
}

.vh-height-2321
{
    height: calc(100vh - 2321px);
}

.vh-height-2322
{
    height: calc(100vh - 2322px);
}

.vh-height-2323
{
    height: calc(100vh - 2323px);
}

.vh-height-2324
{
    height: calc(100vh - 2324px);
}

.vh-height-2325
{
    height: calc(100vh - 2325px);
}

.vh-height-2326
{
    height: calc(100vh - 2326px);
}

.vh-height-2327
{
    height: calc(100vh - 2327px);
}

.vh-height-2328
{
    height: calc(100vh - 2328px);
}

.vh-height-2329
{
    height: calc(100vh - 2329px);
}

.vh-height-2330
{
    height: calc(100vh - 2330px);
}

.vh-height-2331
{
    height: calc(100vh - 2331px);
}

.vh-height-2332
{
    height: calc(100vh - 2332px);
}

.vh-height-2333
{
    height: calc(100vh - 2333px);
}

.vh-height-2334
{
    height: calc(100vh - 2334px);
}

.vh-height-2335
{
    height: calc(100vh - 2335px);
}

.vh-height-2336
{
    height: calc(100vh - 2336px);
}

.vh-height-2337
{
    height: calc(100vh - 2337px);
}

.vh-height-2338
{
    height: calc(100vh - 2338px);
}

.vh-height-2339
{
    height: calc(100vh - 2339px);
}

.vh-height-2340
{
    height: calc(100vh - 2340px);
}

.vh-height-2341
{
    height: calc(100vh - 2341px);
}

.vh-height-2342
{
    height: calc(100vh - 2342px);
}

.vh-height-2343
{
    height: calc(100vh - 2343px);
}

.vh-height-2344
{
    height: calc(100vh - 2344px);
}

.vh-height-2345
{
    height: calc(100vh - 2345px);
}

.vh-height-2346
{
    height: calc(100vh - 2346px);
}

.vh-height-2347
{
    height: calc(100vh - 2347px);
}

.vh-height-2348
{
    height: calc(100vh - 2348px);
}

.vh-height-2349
{
    height: calc(100vh - 2349px);
}

.vh-height-2350
{
    height: calc(100vh - 2350px);
}

.vh-height-2351
{
    height: calc(100vh - 2351px);
}

.vh-height-2352
{
    height: calc(100vh - 2352px);
}

.vh-height-2353
{
    height: calc(100vh - 2353px);
}

.vh-height-2354
{
    height: calc(100vh - 2354px);
}

.vh-height-2355
{
    height: calc(100vh - 2355px);
}

.vh-height-2356
{
    height: calc(100vh - 2356px);
}

.vh-height-2357
{
    height: calc(100vh - 2357px);
}

.vh-height-2358
{
    height: calc(100vh - 2358px);
}

.vh-height-2359
{
    height: calc(100vh - 2359px);
}

.vh-height-2360
{
    height: calc(100vh - 2360px);
}

.vh-height-2361
{
    height: calc(100vh - 2361px);
}

.vh-height-2362
{
    height: calc(100vh - 2362px);
}

.vh-height-2363
{
    height: calc(100vh - 2363px);
}

.vh-height-2364
{
    height: calc(100vh - 2364px);
}

.vh-height-2365
{
    height: calc(100vh - 2365px);
}

.vh-height-2366
{
    height: calc(100vh - 2366px);
}

.vh-height-2367
{
    height: calc(100vh - 2367px);
}

.vh-height-2368
{
    height: calc(100vh - 2368px);
}

.vh-height-2369
{
    height: calc(100vh - 2369px);
}

.vh-height-2370
{
    height: calc(100vh - 2370px);
}

.vh-height-2371
{
    height: calc(100vh - 2371px);
}

.vh-height-2372
{
    height: calc(100vh - 2372px);
}

.vh-height-2373
{
    height: calc(100vh - 2373px);
}

.vh-height-2374
{
    height: calc(100vh - 2374px);
}

.vh-height-2375
{
    height: calc(100vh - 2375px);
}

.vh-height-2376
{
    height: calc(100vh - 2376px);
}

.vh-height-2377
{
    height: calc(100vh - 2377px);
}

.vh-height-2378
{
    height: calc(100vh - 2378px);
}

.vh-height-2379
{
    height: calc(100vh - 2379px);
}

.vh-height-2380
{
    height: calc(100vh - 2380px);
}

.vh-height-2381
{
    height: calc(100vh - 2381px);
}

.vh-height-2382
{
    height: calc(100vh - 2382px);
}

.vh-height-2383
{
    height: calc(100vh - 2383px);
}

.vh-height-2384
{
    height: calc(100vh - 2384px);
}

.vh-height-2385
{
    height: calc(100vh - 2385px);
}

.vh-height-2386
{
    height: calc(100vh - 2386px);
}

.vh-height-2387
{
    height: calc(100vh - 2387px);
}

.vh-height-2388
{
    height: calc(100vh - 2388px);
}

.vh-height-2389
{
    height: calc(100vh - 2389px);
}

.vh-height-2390
{
    height: calc(100vh - 2390px);
}

.vh-height-2391
{
    height: calc(100vh - 2391px);
}

.vh-height-2392
{
    height: calc(100vh - 2392px);
}

.vh-height-2393
{
    height: calc(100vh - 2393px);
}

.vh-height-2394
{
    height: calc(100vh - 2394px);
}

.vh-height-2395
{
    height: calc(100vh - 2395px);
}

.vh-height-2396
{
    height: calc(100vh - 2396px);
}

.vh-height-2397
{
    height: calc(100vh - 2397px);
}

.vh-height-2398
{
    height: calc(100vh - 2398px);
}

.vh-height-2399
{
    height: calc(100vh - 2399px);
}

.vh-height-2400
{
    height: calc(100vh - 2400px);
}

.vh-height-2401
{
    height: calc(100vh - 2401px);
}

.vh-height-2402
{
    height: calc(100vh - 2402px);
}

.vh-height-2403
{
    height: calc(100vh - 2403px);
}

.vh-height-2404
{
    height: calc(100vh - 2404px);
}

.vh-height-2405
{
    height: calc(100vh - 2405px);
}

.vh-height-2406
{
    height: calc(100vh - 2406px);
}

.vh-height-2407
{
    height: calc(100vh - 2407px);
}

.vh-height-2408
{
    height: calc(100vh - 2408px);
}

.vh-height-2409
{
    height: calc(100vh - 2409px);
}

.vh-height-2410
{
    height: calc(100vh - 2410px);
}

.vh-height-2411
{
    height: calc(100vh - 2411px);
}

.vh-height-2412
{
    height: calc(100vh - 2412px);
}

.vh-height-2413
{
    height: calc(100vh - 2413px);
}

.vh-height-2414
{
    height: calc(100vh - 2414px);
}

.vh-height-2415
{
    height: calc(100vh - 2415px);
}

.vh-height-2416
{
    height: calc(100vh - 2416px);
}

.vh-height-2417
{
    height: calc(100vh - 2417px);
}

.vh-height-2418
{
    height: calc(100vh - 2418px);
}

.vh-height-2419
{
    height: calc(100vh - 2419px);
}

.vh-height-2420
{
    height: calc(100vh - 2420px);
}

.vh-height-2421
{
    height: calc(100vh - 2421px);
}

.vh-height-2422
{
    height: calc(100vh - 2422px);
}

.vh-height-2423
{
    height: calc(100vh - 2423px);
}

.vh-height-2424
{
    height: calc(100vh - 2424px);
}

.vh-height-2425
{
    height: calc(100vh - 2425px);
}

.vh-height-2426
{
    height: calc(100vh - 2426px);
}

.vh-height-2427
{
    height: calc(100vh - 2427px);
}

.vh-height-2428
{
    height: calc(100vh - 2428px);
}

.vh-height-2429
{
    height: calc(100vh - 2429px);
}

.vh-height-2430
{
    height: calc(100vh - 2430px);
}

.vh-height-2431
{
    height: calc(100vh - 2431px);
}

.vh-height-2432
{
    height: calc(100vh - 2432px);
}

.vh-height-2433
{
    height: calc(100vh - 2433px);
}

.vh-height-2434
{
    height: calc(100vh - 2434px);
}

.vh-height-2435
{
    height: calc(100vh - 2435px);
}

.vh-height-2436
{
    height: calc(100vh - 2436px);
}

.vh-height-2437
{
    height: calc(100vh - 2437px);
}

.vh-height-2438
{
    height: calc(100vh - 2438px);
}

.vh-height-2439
{
    height: calc(100vh - 2439px);
}

.vh-height-2440
{
    height: calc(100vh - 2440px);
}

.vh-height-2441
{
    height: calc(100vh - 2441px);
}

.vh-height-2442
{
    height: calc(100vh - 2442px);
}

.vh-height-2443
{
    height: calc(100vh - 2443px);
}

.vh-height-2444
{
    height: calc(100vh - 2444px);
}

.vh-height-2445
{
    height: calc(100vh - 2445px);
}

.vh-height-2446
{
    height: calc(100vh - 2446px);
}

.vh-height-2447
{
    height: calc(100vh - 2447px);
}

.vh-height-2448
{
    height: calc(100vh - 2448px);
}

.vh-height-2449
{
    height: calc(100vh - 2449px);
}

.vh-height-2450
{
    height: calc(100vh - 2450px);
}

.vh-height-2451
{
    height: calc(100vh - 2451px);
}

.vh-height-2452
{
    height: calc(100vh - 2452px);
}

.vh-height-2453
{
    height: calc(100vh - 2453px);
}

.vh-height-2454
{
    height: calc(100vh - 2454px);
}

.vh-height-2455
{
    height: calc(100vh - 2455px);
}

.vh-height-2456
{
    height: calc(100vh - 2456px);
}

.vh-height-2457
{
    height: calc(100vh - 2457px);
}

.vh-height-2458
{
    height: calc(100vh - 2458px);
}

.vh-height-2459
{
    height: calc(100vh - 2459px);
}

.vh-height-2460
{
    height: calc(100vh - 2460px);
}

.vh-height-2461
{
    height: calc(100vh - 2461px);
}

.vh-height-2462
{
    height: calc(100vh - 2462px);
}

.vh-height-2463
{
    height: calc(100vh - 2463px);
}

.vh-height-2464
{
    height: calc(100vh - 2464px);
}

.vh-height-2465
{
    height: calc(100vh - 2465px);
}

.vh-height-2466
{
    height: calc(100vh - 2466px);
}

.vh-height-2467
{
    height: calc(100vh - 2467px);
}

.vh-height-2468
{
    height: calc(100vh - 2468px);
}

.vh-height-2469
{
    height: calc(100vh - 2469px);
}

.vh-height-2470
{
    height: calc(100vh - 2470px);
}

.vh-height-2471
{
    height: calc(100vh - 2471px);
}

.vh-height-2472
{
    height: calc(100vh - 2472px);
}

.vh-height-2473
{
    height: calc(100vh - 2473px);
}

.vh-height-2474
{
    height: calc(100vh - 2474px);
}

.vh-height-2475
{
    height: calc(100vh - 2475px);
}

.vh-height-2476
{
    height: calc(100vh - 2476px);
}

.vh-height-2477
{
    height: calc(100vh - 2477px);
}

.vh-height-2478
{
    height: calc(100vh - 2478px);
}

.vh-height-2479
{
    height: calc(100vh - 2479px);
}

.vh-height-2480
{
    height: calc(100vh - 2480px);
}

.vh-height-2481
{
    height: calc(100vh - 2481px);
}

.vh-height-2482
{
    height: calc(100vh - 2482px);
}

.vh-height-2483
{
    height: calc(100vh - 2483px);
}

.vh-height-2484
{
    height: calc(100vh - 2484px);
}

.vh-height-2485
{
    height: calc(100vh - 2485px);
}

.vh-height-2486
{
    height: calc(100vh - 2486px);
}

.vh-height-2487
{
    height: calc(100vh - 2487px);
}

.vh-height-2488
{
    height: calc(100vh - 2488px);
}

.vh-height-2489
{
    height: calc(100vh - 2489px);
}

.vh-height-2490
{
    height: calc(100vh - 2490px);
}

.vh-height-2491
{
    height: calc(100vh - 2491px);
}

.vh-height-2492
{
    height: calc(100vh - 2492px);
}

.vh-height-2493
{
    height: calc(100vh - 2493px);
}

.vh-height-2494
{
    height: calc(100vh - 2494px);
}

.vh-height-2495
{
    height: calc(100vh - 2495px);
}

.vh-height-2496
{
    height: calc(100vh - 2496px);
}

.vh-height-2497
{
    height: calc(100vh - 2497px);
}

.vh-height-2498
{
    height: calc(100vh - 2498px);
}

.vh-height-2499
{
    height: calc(100vh - 2499px);
}

.vh-height-2500
{
    height: calc(100vh - 2500px);
}

.vh-height-2501
{
    height: calc(100vh - 2501px);
}

.vh-height-2502
{
    height: calc(100vh - 2502px);
}

.vh-height-2503
{
    height: calc(100vh - 2503px);
}

.vh-height-2504
{
    height: calc(100vh - 2504px);
}

.vh-height-2505
{
    height: calc(100vh - 2505px);
}

.vh-height-2506
{
    height: calc(100vh - 2506px);
}

.vh-height-2507
{
    height: calc(100vh - 2507px);
}

.vh-height-2508
{
    height: calc(100vh - 2508px);
}

.vh-height-2509
{
    height: calc(100vh - 2509px);
}

.vh-height-2510
{
    height: calc(100vh - 2510px);
}

.vh-height-2511
{
    height: calc(100vh - 2511px);
}

.vh-height-2512
{
    height: calc(100vh - 2512px);
}

.vh-height-2513
{
    height: calc(100vh - 2513px);
}

.vh-height-2514
{
    height: calc(100vh - 2514px);
}

.vh-height-2515
{
    height: calc(100vh - 2515px);
}

.vh-height-2516
{
    height: calc(100vh - 2516px);
}

.vh-height-2517
{
    height: calc(100vh - 2517px);
}

.vh-height-2518
{
    height: calc(100vh - 2518px);
}

.vh-height-2519
{
    height: calc(100vh - 2519px);
}

.vh-height-2520
{
    height: calc(100vh - 2520px);
}

.vh-height-2521
{
    height: calc(100vh - 2521px);
}

.vh-height-2522
{
    height: calc(100vh - 2522px);
}

.vh-height-2523
{
    height: calc(100vh - 2523px);
}

.vh-height-2524
{
    height: calc(100vh - 2524px);
}

.vh-height-2525
{
    height: calc(100vh - 2525px);
}

.vh-height-2526
{
    height: calc(100vh - 2526px);
}

.vh-height-2527
{
    height: calc(100vh - 2527px);
}

.vh-height-2528
{
    height: calc(100vh - 2528px);
}

.vh-height-2529
{
    height: calc(100vh - 2529px);
}

.vh-height-2530
{
    height: calc(100vh - 2530px);
}

.vh-height-2531
{
    height: calc(100vh - 2531px);
}

.vh-height-2532
{
    height: calc(100vh - 2532px);
}

.vh-height-2533
{
    height: calc(100vh - 2533px);
}

.vh-height-2534
{
    height: calc(100vh - 2534px);
}

.vh-height-2535
{
    height: calc(100vh - 2535px);
}

.vh-height-2536
{
    height: calc(100vh - 2536px);
}

.vh-height-2537
{
    height: calc(100vh - 2537px);
}

.vh-height-2538
{
    height: calc(100vh - 2538px);
}

.vh-height-2539
{
    height: calc(100vh - 2539px);
}

.vh-height-2540
{
    height: calc(100vh - 2540px);
}

.vh-height-2541
{
    height: calc(100vh - 2541px);
}

.vh-height-2542
{
    height: calc(100vh - 2542px);
}

.vh-height-2543
{
    height: calc(100vh - 2543px);
}

.vh-height-2544
{
    height: calc(100vh - 2544px);
}

.vh-height-2545
{
    height: calc(100vh - 2545px);
}

.vh-height-2546
{
    height: calc(100vh - 2546px);
}

.vh-height-2547
{
    height: calc(100vh - 2547px);
}

.vh-height-2548
{
    height: calc(100vh - 2548px);
}

.vh-height-2549
{
    height: calc(100vh - 2549px);
}

.vh-height-2550
{
    height: calc(100vh - 2550px);
}

.vh-height-2551
{
    height: calc(100vh - 2551px);
}

.vh-height-2552
{
    height: calc(100vh - 2552px);
}

.vh-height-2553
{
    height: calc(100vh - 2553px);
}

.vh-height-2554
{
    height: calc(100vh - 2554px);
}

.vh-height-2555
{
    height: calc(100vh - 2555px);
}

.vh-height-2556
{
    height: calc(100vh - 2556px);
}

.vh-height-2557
{
    height: calc(100vh - 2557px);
}

.vh-height-2558
{
    height: calc(100vh - 2558px);
}

.vh-height-2559
{
    height: calc(100vh - 2559px);
}

.vh-height-2560
{
    height: calc(100vh - 2560px);
}

.vh-height-2561
{
    height: calc(100vh - 2561px);
}

.vh-height-2562
{
    height: calc(100vh - 2562px);
}

.vh-height-2563
{
    height: calc(100vh - 2563px);
}

.vh-height-2564
{
    height: calc(100vh - 2564px);
}

.vh-height-2565
{
    height: calc(100vh - 2565px);
}

.vh-height-2566
{
    height: calc(100vh - 2566px);
}

.vh-height-2567
{
    height: calc(100vh - 2567px);
}

.vh-height-2568
{
    height: calc(100vh - 2568px);
}

.vh-height-2569
{
    height: calc(100vh - 2569px);
}

.vh-height-2570
{
    height: calc(100vh - 2570px);
}

.vh-height-2571
{
    height: calc(100vh - 2571px);
}

.vh-height-2572
{
    height: calc(100vh - 2572px);
}

.vh-height-2573
{
    height: calc(100vh - 2573px);
}

.vh-height-2574
{
    height: calc(100vh - 2574px);
}

.vh-height-2575
{
    height: calc(100vh - 2575px);
}

.vh-height-2576
{
    height: calc(100vh - 2576px);
}

.vh-height-2577
{
    height: calc(100vh - 2577px);
}

.vh-height-2578
{
    height: calc(100vh - 2578px);
}

.vh-height-2579
{
    height: calc(100vh - 2579px);
}

.vh-height-2580
{
    height: calc(100vh - 2580px);
}

.vh-height-2581
{
    height: calc(100vh - 2581px);
}

.vh-height-2582
{
    height: calc(100vh - 2582px);
}

.vh-height-2583
{
    height: calc(100vh - 2583px);
}

.vh-height-2584
{
    height: calc(100vh - 2584px);
}

.vh-height-2585
{
    height: calc(100vh - 2585px);
}

.vh-height-2586
{
    height: calc(100vh - 2586px);
}

.vh-height-2587
{
    height: calc(100vh - 2587px);
}

.vh-height-2588
{
    height: calc(100vh - 2588px);
}

.vh-height-2589
{
    height: calc(100vh - 2589px);
}

.vh-height-2590
{
    height: calc(100vh - 2590px);
}

.vh-height-2591
{
    height: calc(100vh - 2591px);
}

.vh-height-2592
{
    height: calc(100vh - 2592px);
}

.vh-height-2593
{
    height: calc(100vh - 2593px);
}

.vh-height-2594
{
    height: calc(100vh - 2594px);
}

.vh-height-2595
{
    height: calc(100vh - 2595px);
}

.vh-height-2596
{
    height: calc(100vh - 2596px);
}

.vh-height-2597
{
    height: calc(100vh - 2597px);
}

.vh-height-2598
{
    height: calc(100vh - 2598px);
}

.vh-height-2599
{
    height: calc(100vh - 2599px);
}

.vh-height-2600
{
    height: calc(100vh - 2600px);
}

.vh-height-2601
{
    height: calc(100vh - 2601px);
}

.vh-height-2602
{
    height: calc(100vh - 2602px);
}

.vh-height-2603
{
    height: calc(100vh - 2603px);
}

.vh-height-2604
{
    height: calc(100vh - 2604px);
}

.vh-height-2605
{
    height: calc(100vh - 2605px);
}

.vh-height-2606
{
    height: calc(100vh - 2606px);
}

.vh-height-2607
{
    height: calc(100vh - 2607px);
}

.vh-height-2608
{
    height: calc(100vh - 2608px);
}

.vh-height-2609
{
    height: calc(100vh - 2609px);
}

.vh-height-2610
{
    height: calc(100vh - 2610px);
}

.vh-height-2611
{
    height: calc(100vh - 2611px);
}

.vh-height-2612
{
    height: calc(100vh - 2612px);
}

.vh-height-2613
{
    height: calc(100vh - 2613px);
}

.vh-height-2614
{
    height: calc(100vh - 2614px);
}

.vh-height-2615
{
    height: calc(100vh - 2615px);
}

.vh-height-2616
{
    height: calc(100vh - 2616px);
}

.vh-height-2617
{
    height: calc(100vh - 2617px);
}

.vh-height-2618
{
    height: calc(100vh - 2618px);
}

.vh-height-2619
{
    height: calc(100vh - 2619px);
}

.vh-height-2620
{
    height: calc(100vh - 2620px);
}

.vh-height-2621
{
    height: calc(100vh - 2621px);
}

.vh-height-2622
{
    height: calc(100vh - 2622px);
}

.vh-height-2623
{
    height: calc(100vh - 2623px);
}

.vh-height-2624
{
    height: calc(100vh - 2624px);
}

.vh-height-2625
{
    height: calc(100vh - 2625px);
}

.vh-height-2626
{
    height: calc(100vh - 2626px);
}

.vh-height-2627
{
    height: calc(100vh - 2627px);
}

.vh-height-2628
{
    height: calc(100vh - 2628px);
}

.vh-height-2629
{
    height: calc(100vh - 2629px);
}

.vh-height-2630
{
    height: calc(100vh - 2630px);
}

.vh-height-2631
{
    height: calc(100vh - 2631px);
}

.vh-height-2632
{
    height: calc(100vh - 2632px);
}

.vh-height-2633
{
    height: calc(100vh - 2633px);
}

.vh-height-2634
{
    height: calc(100vh - 2634px);
}

.vh-height-2635
{
    height: calc(100vh - 2635px);
}

.vh-height-2636
{
    height: calc(100vh - 2636px);
}

.vh-height-2637
{
    height: calc(100vh - 2637px);
}

.vh-height-2638
{
    height: calc(100vh - 2638px);
}

.vh-height-2639
{
    height: calc(100vh - 2639px);
}

.vh-height-2640
{
    height: calc(100vh - 2640px);
}

.vh-height-2641
{
    height: calc(100vh - 2641px);
}

.vh-height-2642
{
    height: calc(100vh - 2642px);
}

.vh-height-2643
{
    height: calc(100vh - 2643px);
}

.vh-height-2644
{
    height: calc(100vh - 2644px);
}

.vh-height-2645
{
    height: calc(100vh - 2645px);
}

.vh-height-2646
{
    height: calc(100vh - 2646px);
}

.vh-height-2647
{
    height: calc(100vh - 2647px);
}

.vh-height-2648
{
    height: calc(100vh - 2648px);
}

.vh-height-2649
{
    height: calc(100vh - 2649px);
}

.vh-height-2650
{
    height: calc(100vh - 2650px);
}

.vh-height-2651
{
    height: calc(100vh - 2651px);
}

.vh-height-2652
{
    height: calc(100vh - 2652px);
}

.vh-height-2653
{
    height: calc(100vh - 2653px);
}

.vh-height-2654
{
    height: calc(100vh - 2654px);
}

.vh-height-2655
{
    height: calc(100vh - 2655px);
}

.vh-height-2656
{
    height: calc(100vh - 2656px);
}

.vh-height-2657
{
    height: calc(100vh - 2657px);
}

.vh-height-2658
{
    height: calc(100vh - 2658px);
}

.vh-height-2659
{
    height: calc(100vh - 2659px);
}

.vh-height-2660
{
    height: calc(100vh - 2660px);
}

.vh-height-2661
{
    height: calc(100vh - 2661px);
}

.vh-height-2662
{
    height: calc(100vh - 2662px);
}

.vh-height-2663
{
    height: calc(100vh - 2663px);
}

.vh-height-2664
{
    height: calc(100vh - 2664px);
}

.vh-height-2665
{
    height: calc(100vh - 2665px);
}

.vh-height-2666
{
    height: calc(100vh - 2666px);
}

.vh-height-2667
{
    height: calc(100vh - 2667px);
}

.vh-height-2668
{
    height: calc(100vh - 2668px);
}

.vh-height-2669
{
    height: calc(100vh - 2669px);
}

.vh-height-2670
{
    height: calc(100vh - 2670px);
}

.vh-height-2671
{
    height: calc(100vh - 2671px);
}

.vh-height-2672
{
    height: calc(100vh - 2672px);
}

.vh-height-2673
{
    height: calc(100vh - 2673px);
}

.vh-height-2674
{
    height: calc(100vh - 2674px);
}

.vh-height-2675
{
    height: calc(100vh - 2675px);
}

.vh-height-2676
{
    height: calc(100vh - 2676px);
}

.vh-height-2677
{
    height: calc(100vh - 2677px);
}

.vh-height-2678
{
    height: calc(100vh - 2678px);
}

.vh-height-2679
{
    height: calc(100vh - 2679px);
}

.vh-height-2680
{
    height: calc(100vh - 2680px);
}

.vh-height-2681
{
    height: calc(100vh - 2681px);
}

.vh-height-2682
{
    height: calc(100vh - 2682px);
}

.vh-height-2683
{
    height: calc(100vh - 2683px);
}

.vh-height-2684
{
    height: calc(100vh - 2684px);
}

.vh-height-2685
{
    height: calc(100vh - 2685px);
}

.vh-height-2686
{
    height: calc(100vh - 2686px);
}

.vh-height-2687
{
    height: calc(100vh - 2687px);
}

.vh-height-2688
{
    height: calc(100vh - 2688px);
}

.vh-height-2689
{
    height: calc(100vh - 2689px);
}

.vh-height-2690
{
    height: calc(100vh - 2690px);
}

.vh-height-2691
{
    height: calc(100vh - 2691px);
}

.vh-height-2692
{
    height: calc(100vh - 2692px);
}

.vh-height-2693
{
    height: calc(100vh - 2693px);
}

.vh-height-2694
{
    height: calc(100vh - 2694px);
}

.vh-height-2695
{
    height: calc(100vh - 2695px);
}

.vh-height-2696
{
    height: calc(100vh - 2696px);
}

.vh-height-2697
{
    height: calc(100vh - 2697px);
}

.vh-height-2698
{
    height: calc(100vh - 2698px);
}

.vh-height-2699
{
    height: calc(100vh - 2699px);
}

.vh-height-2700
{
    height: calc(100vh - 2700px);
}

.vh-height-2701
{
    height: calc(100vh - 2701px);
}

.vh-height-2702
{
    height: calc(100vh - 2702px);
}

.vh-height-2703
{
    height: calc(100vh - 2703px);
}

.vh-height-2704
{
    height: calc(100vh - 2704px);
}

.vh-height-2705
{
    height: calc(100vh - 2705px);
}

.vh-height-2706
{
    height: calc(100vh - 2706px);
}

.vh-height-2707
{
    height: calc(100vh - 2707px);
}

.vh-height-2708
{
    height: calc(100vh - 2708px);
}

.vh-height-2709
{
    height: calc(100vh - 2709px);
}

.vh-height-2710
{
    height: calc(100vh - 2710px);
}

.vh-height-2711
{
    height: calc(100vh - 2711px);
}

.vh-height-2712
{
    height: calc(100vh - 2712px);
}

.vh-height-2713
{
    height: calc(100vh - 2713px);
}

.vh-height-2714
{
    height: calc(100vh - 2714px);
}

.vh-height-2715
{
    height: calc(100vh - 2715px);
}

.vh-height-2716
{
    height: calc(100vh - 2716px);
}

.vh-height-2717
{
    height: calc(100vh - 2717px);
}

.vh-height-2718
{
    height: calc(100vh - 2718px);
}

.vh-height-2719
{
    height: calc(100vh - 2719px);
}

.vh-height-2720
{
    height: calc(100vh - 2720px);
}

.vh-height-2721
{
    height: calc(100vh - 2721px);
}

.vh-height-2722
{
    height: calc(100vh - 2722px);
}

.vh-height-2723
{
    height: calc(100vh - 2723px);
}

.vh-height-2724
{
    height: calc(100vh - 2724px);
}

.vh-height-2725
{
    height: calc(100vh - 2725px);
}

.vh-height-2726
{
    height: calc(100vh - 2726px);
}

.vh-height-2727
{
    height: calc(100vh - 2727px);
}

.vh-height-2728
{
    height: calc(100vh - 2728px);
}

.vh-height-2729
{
    height: calc(100vh - 2729px);
}

.vh-height-2730
{
    height: calc(100vh - 2730px);
}

.vh-height-2731
{
    height: calc(100vh - 2731px);
}

.vh-height-2732
{
    height: calc(100vh - 2732px);
}

.vh-height-2733
{
    height: calc(100vh - 2733px);
}

.vh-height-2734
{
    height: calc(100vh - 2734px);
}

.vh-height-2735
{
    height: calc(100vh - 2735px);
}

.vh-height-2736
{
    height: calc(100vh - 2736px);
}

.vh-height-2737
{
    height: calc(100vh - 2737px);
}

.vh-height-2738
{
    height: calc(100vh - 2738px);
}

.vh-height-2739
{
    height: calc(100vh - 2739px);
}

.vh-height-2740
{
    height: calc(100vh - 2740px);
}

.vh-height-2741
{
    height: calc(100vh - 2741px);
}

.vh-height-2742
{
    height: calc(100vh - 2742px);
}

.vh-height-2743
{
    height: calc(100vh - 2743px);
}

.vh-height-2744
{
    height: calc(100vh - 2744px);
}

.vh-height-2745
{
    height: calc(100vh - 2745px);
}

.vh-height-2746
{
    height: calc(100vh - 2746px);
}

.vh-height-2747
{
    height: calc(100vh - 2747px);
}

.vh-height-2748
{
    height: calc(100vh - 2748px);
}

.vh-height-2749
{
    height: calc(100vh - 2749px);
}

.vh-height-2750
{
    height: calc(100vh - 2750px);
}

.vh-height-2751
{
    height: calc(100vh - 2751px);
}

.vh-height-2752
{
    height: calc(100vh - 2752px);
}

.vh-height-2753
{
    height: calc(100vh - 2753px);
}

.vh-height-2754
{
    height: calc(100vh - 2754px);
}

.vh-height-2755
{
    height: calc(100vh - 2755px);
}

.vh-height-2756
{
    height: calc(100vh - 2756px);
}

.vh-height-2757
{
    height: calc(100vh - 2757px);
}

.vh-height-2758
{
    height: calc(100vh - 2758px);
}

.vh-height-2759
{
    height: calc(100vh - 2759px);
}

.vh-height-2760
{
    height: calc(100vh - 2760px);
}

.vh-height-2761
{
    height: calc(100vh - 2761px);
}

.vh-height-2762
{
    height: calc(100vh - 2762px);
}

.vh-height-2763
{
    height: calc(100vh - 2763px);
}

.vh-height-2764
{
    height: calc(100vh - 2764px);
}

.vh-height-2765
{
    height: calc(100vh - 2765px);
}

.vh-height-2766
{
    height: calc(100vh - 2766px);
}

.vh-height-2767
{
    height: calc(100vh - 2767px);
}

.vh-height-2768
{
    height: calc(100vh - 2768px);
}

.vh-height-2769
{
    height: calc(100vh - 2769px);
}

.vh-height-2770
{
    height: calc(100vh - 2770px);
}

.vh-height-2771
{
    height: calc(100vh - 2771px);
}

.vh-height-2772
{
    height: calc(100vh - 2772px);
}

.vh-height-2773
{
    height: calc(100vh - 2773px);
}

.vh-height-2774
{
    height: calc(100vh - 2774px);
}

.vh-height-2775
{
    height: calc(100vh - 2775px);
}

.vh-height-2776
{
    height: calc(100vh - 2776px);
}

.vh-height-2777
{
    height: calc(100vh - 2777px);
}

.vh-height-2778
{
    height: calc(100vh - 2778px);
}

.vh-height-2779
{
    height: calc(100vh - 2779px);
}

.vh-height-2780
{
    height: calc(100vh - 2780px);
}

.vh-height-2781
{
    height: calc(100vh - 2781px);
}

.vh-height-2782
{
    height: calc(100vh - 2782px);
}

.vh-height-2783
{
    height: calc(100vh - 2783px);
}

.vh-height-2784
{
    height: calc(100vh - 2784px);
}

.vh-height-2785
{
    height: calc(100vh - 2785px);
}

.vh-height-2786
{
    height: calc(100vh - 2786px);
}

.vh-height-2787
{
    height: calc(100vh - 2787px);
}

.vh-height-2788
{
    height: calc(100vh - 2788px);
}

.vh-height-2789
{
    height: calc(100vh - 2789px);
}

.vh-height-2790
{
    height: calc(100vh - 2790px);
}

.vh-height-2791
{
    height: calc(100vh - 2791px);
}

.vh-height-2792
{
    height: calc(100vh - 2792px);
}

.vh-height-2793
{
    height: calc(100vh - 2793px);
}

.vh-height-2794
{
    height: calc(100vh - 2794px);
}

.vh-height-2795
{
    height: calc(100vh - 2795px);
}

.vh-height-2796
{
    height: calc(100vh - 2796px);
}

.vh-height-2797
{
    height: calc(100vh - 2797px);
}

.vh-height-2798
{
    height: calc(100vh - 2798px);
}

.vh-height-2799
{
    height: calc(100vh - 2799px);
}

.vh-height-2800
{
    height: calc(100vh - 2800px);
}

.vh-height-2801
{
    height: calc(100vh - 2801px);
}

.vh-height-2802
{
    height: calc(100vh - 2802px);
}

.vh-height-2803
{
    height: calc(100vh - 2803px);
}

.vh-height-2804
{
    height: calc(100vh - 2804px);
}

.vh-height-2805
{
    height: calc(100vh - 2805px);
}

.vh-height-2806
{
    height: calc(100vh - 2806px);
}

.vh-height-2807
{
    height: calc(100vh - 2807px);
}

.vh-height-2808
{
    height: calc(100vh - 2808px);
}

.vh-height-2809
{
    height: calc(100vh - 2809px);
}

.vh-height-2810
{
    height: calc(100vh - 2810px);
}

.vh-height-2811
{
    height: calc(100vh - 2811px);
}

.vh-height-2812
{
    height: calc(100vh - 2812px);
}

.vh-height-2813
{
    height: calc(100vh - 2813px);
}

.vh-height-2814
{
    height: calc(100vh - 2814px);
}

.vh-height-2815
{
    height: calc(100vh - 2815px);
}

.vh-height-2816
{
    height: calc(100vh - 2816px);
}

.vh-height-2817
{
    height: calc(100vh - 2817px);
}

.vh-height-2818
{
    height: calc(100vh - 2818px);
}

.vh-height-2819
{
    height: calc(100vh - 2819px);
}

.vh-height-2820
{
    height: calc(100vh - 2820px);
}

.vh-height-2821
{
    height: calc(100vh - 2821px);
}

.vh-height-2822
{
    height: calc(100vh - 2822px);
}

.vh-height-2823
{
    height: calc(100vh - 2823px);
}

.vh-height-2824
{
    height: calc(100vh - 2824px);
}

.vh-height-2825
{
    height: calc(100vh - 2825px);
}

.vh-height-2826
{
    height: calc(100vh - 2826px);
}

.vh-height-2827
{
    height: calc(100vh - 2827px);
}

.vh-height-2828
{
    height: calc(100vh - 2828px);
}

.vh-height-2829
{
    height: calc(100vh - 2829px);
}

.vh-height-2830
{
    height: calc(100vh - 2830px);
}

.vh-height-2831
{
    height: calc(100vh - 2831px);
}

.vh-height-2832
{
    height: calc(100vh - 2832px);
}

.vh-height-2833
{
    height: calc(100vh - 2833px);
}

.vh-height-2834
{
    height: calc(100vh - 2834px);
}

.vh-height-2835
{
    height: calc(100vh - 2835px);
}

.vh-height-2836
{
    height: calc(100vh - 2836px);
}

.vh-height-2837
{
    height: calc(100vh - 2837px);
}

.vh-height-2838
{
    height: calc(100vh - 2838px);
}

.vh-height-2839
{
    height: calc(100vh - 2839px);
}

.vh-height-2840
{
    height: calc(100vh - 2840px);
}

.vh-height-2841
{
    height: calc(100vh - 2841px);
}

.vh-height-2842
{
    height: calc(100vh - 2842px);
}

.vh-height-2843
{
    height: calc(100vh - 2843px);
}

.vh-height-2844
{
    height: calc(100vh - 2844px);
}

.vh-height-2845
{
    height: calc(100vh - 2845px);
}

.vh-height-2846
{
    height: calc(100vh - 2846px);
}

.vh-height-2847
{
    height: calc(100vh - 2847px);
}

.vh-height-2848
{
    height: calc(100vh - 2848px);
}

.vh-height-2849
{
    height: calc(100vh - 2849px);
}

.vh-height-2850
{
    height: calc(100vh - 2850px);
}

.vh-height-2851
{
    height: calc(100vh - 2851px);
}

.vh-height-2852
{
    height: calc(100vh - 2852px);
}

.vh-height-2853
{
    height: calc(100vh - 2853px);
}

.vh-height-2854
{
    height: calc(100vh - 2854px);
}

.vh-height-2855
{
    height: calc(100vh - 2855px);
}

.vh-height-2856
{
    height: calc(100vh - 2856px);
}

.vh-height-2857
{
    height: calc(100vh - 2857px);
}

.vh-height-2858
{
    height: calc(100vh - 2858px);
}

.vh-height-2859
{
    height: calc(100vh - 2859px);
}

.vh-height-2860
{
    height: calc(100vh - 2860px);
}

.vh-height-2861
{
    height: calc(100vh - 2861px);
}

.vh-height-2862
{
    height: calc(100vh - 2862px);
}

.vh-height-2863
{
    height: calc(100vh - 2863px);
}

.vh-height-2864
{
    height: calc(100vh - 2864px);
}

.vh-height-2865
{
    height: calc(100vh - 2865px);
}

.vh-height-2866
{
    height: calc(100vh - 2866px);
}

.vh-height-2867
{
    height: calc(100vh - 2867px);
}

.vh-height-2868
{
    height: calc(100vh - 2868px);
}

.vh-height-2869
{
    height: calc(100vh - 2869px);
}

.vh-height-2870
{
    height: calc(100vh - 2870px);
}

.vh-height-2871
{
    height: calc(100vh - 2871px);
}

.vh-height-2872
{
    height: calc(100vh - 2872px);
}

.vh-height-2873
{
    height: calc(100vh - 2873px);
}

.vh-height-2874
{
    height: calc(100vh - 2874px);
}

.vh-height-2875
{
    height: calc(100vh - 2875px);
}

.vh-height-2876
{
    height: calc(100vh - 2876px);
}

.vh-height-2877
{
    height: calc(100vh - 2877px);
}

.vh-height-2878
{
    height: calc(100vh - 2878px);
}

.vh-height-2879
{
    height: calc(100vh - 2879px);
}

.vh-height-2880
{
    height: calc(100vh - 2880px);
}

.vh-height-2881
{
    height: calc(100vh - 2881px);
}

.vh-height-2882
{
    height: calc(100vh - 2882px);
}

.vh-height-2883
{
    height: calc(100vh - 2883px);
}

.vh-height-2884
{
    height: calc(100vh - 2884px);
}

.vh-height-2885
{
    height: calc(100vh - 2885px);
}

.vh-height-2886
{
    height: calc(100vh - 2886px);
}

.vh-height-2887
{
    height: calc(100vh - 2887px);
}

.vh-height-2888
{
    height: calc(100vh - 2888px);
}

.vh-height-2889
{
    height: calc(100vh - 2889px);
}

.vh-height-2890
{
    height: calc(100vh - 2890px);
}

.vh-height-2891
{
    height: calc(100vh - 2891px);
}

.vh-height-2892
{
    height: calc(100vh - 2892px);
}

.vh-height-2893
{
    height: calc(100vh - 2893px);
}

.vh-height-2894
{
    height: calc(100vh - 2894px);
}

.vh-height-2895
{
    height: calc(100vh - 2895px);
}

.vh-height-2896
{
    height: calc(100vh - 2896px);
}

.vh-height-2897
{
    height: calc(100vh - 2897px);
}

.vh-height-2898
{
    height: calc(100vh - 2898px);
}

.vh-height-2899
{
    height: calc(100vh - 2899px);
}

.vh-height-2900
{
    height: calc(100vh - 2900px);
}

.vh-height-2901
{
    height: calc(100vh - 2901px);
}

.vh-height-2902
{
    height: calc(100vh - 2902px);
}

.vh-height-2903
{
    height: calc(100vh - 2903px);
}

.vh-height-2904
{
    height: calc(100vh - 2904px);
}

.vh-height-2905
{
    height: calc(100vh - 2905px);
}

.vh-height-2906
{
    height: calc(100vh - 2906px);
}

.vh-height-2907
{
    height: calc(100vh - 2907px);
}

.vh-height-2908
{
    height: calc(100vh - 2908px);
}

.vh-height-2909
{
    height: calc(100vh - 2909px);
}

.vh-height-2910
{
    height: calc(100vh - 2910px);
}

.vh-height-2911
{
    height: calc(100vh - 2911px);
}

.vh-height-2912
{
    height: calc(100vh - 2912px);
}

.vh-height-2913
{
    height: calc(100vh - 2913px);
}

.vh-height-2914
{
    height: calc(100vh - 2914px);
}

.vh-height-2915
{
    height: calc(100vh - 2915px);
}

.vh-height-2916
{
    height: calc(100vh - 2916px);
}

.vh-height-2917
{
    height: calc(100vh - 2917px);
}

.vh-height-2918
{
    height: calc(100vh - 2918px);
}

.vh-height-2919
{
    height: calc(100vh - 2919px);
}

.vh-height-2920
{
    height: calc(100vh - 2920px);
}

.vh-height-2921
{
    height: calc(100vh - 2921px);
}

.vh-height-2922
{
    height: calc(100vh - 2922px);
}

.vh-height-2923
{
    height: calc(100vh - 2923px);
}

.vh-height-2924
{
    height: calc(100vh - 2924px);
}

.vh-height-2925
{
    height: calc(100vh - 2925px);
}

.vh-height-2926
{
    height: calc(100vh - 2926px);
}

.vh-height-2927
{
    height: calc(100vh - 2927px);
}

.vh-height-2928
{
    height: calc(100vh - 2928px);
}

.vh-height-2929
{
    height: calc(100vh - 2929px);
}

.vh-height-2930
{
    height: calc(100vh - 2930px);
}

.vh-height-2931
{
    height: calc(100vh - 2931px);
}

.vh-height-2932
{
    height: calc(100vh - 2932px);
}

.vh-height-2933
{
    height: calc(100vh - 2933px);
}

.vh-height-2934
{
    height: calc(100vh - 2934px);
}

.vh-height-2935
{
    height: calc(100vh - 2935px);
}

.vh-height-2936
{
    height: calc(100vh - 2936px);
}

.vh-height-2937
{
    height: calc(100vh - 2937px);
}

.vh-height-2938
{
    height: calc(100vh - 2938px);
}

.vh-height-2939
{
    height: calc(100vh - 2939px);
}

.vh-height-2940
{
    height: calc(100vh - 2940px);
}

.vh-height-2941
{
    height: calc(100vh - 2941px);
}

.vh-height-2942
{
    height: calc(100vh - 2942px);
}

.vh-height-2943
{
    height: calc(100vh - 2943px);
}

.vh-height-2944
{
    height: calc(100vh - 2944px);
}

.vh-height-2945
{
    height: calc(100vh - 2945px);
}

.vh-height-2946
{
    height: calc(100vh - 2946px);
}

.vh-height-2947
{
    height: calc(100vh - 2947px);
}

.vh-height-2948
{
    height: calc(100vh - 2948px);
}

.vh-height-2949
{
    height: calc(100vh - 2949px);
}

.vh-height-2950
{
    height: calc(100vh - 2950px);
}

.vh-height-2951
{
    height: calc(100vh - 2951px);
}

.vh-height-2952
{
    height: calc(100vh - 2952px);
}

.vh-height-2953
{
    height: calc(100vh - 2953px);
}

.vh-height-2954
{
    height: calc(100vh - 2954px);
}

.vh-height-2955
{
    height: calc(100vh - 2955px);
}

.vh-height-2956
{
    height: calc(100vh - 2956px);
}

.vh-height-2957
{
    height: calc(100vh - 2957px);
}

.vh-height-2958
{
    height: calc(100vh - 2958px);
}

.vh-height-2959
{
    height: calc(100vh - 2959px);
}

.vh-height-2960
{
    height: calc(100vh - 2960px);
}

.vh-height-2961
{
    height: calc(100vh - 2961px);
}

.vh-height-2962
{
    height: calc(100vh - 2962px);
}

.vh-height-2963
{
    height: calc(100vh - 2963px);
}

.vh-height-2964
{
    height: calc(100vh - 2964px);
}

.vh-height-2965
{
    height: calc(100vh - 2965px);
}

.vh-height-2966
{
    height: calc(100vh - 2966px);
}

.vh-height-2967
{
    height: calc(100vh - 2967px);
}

.vh-height-2968
{
    height: calc(100vh - 2968px);
}

.vh-height-2969
{
    height: calc(100vh - 2969px);
}

.vh-height-2970
{
    height: calc(100vh - 2970px);
}

.vh-height-2971
{
    height: calc(100vh - 2971px);
}

.vh-height-2972
{
    height: calc(100vh - 2972px);
}

.vh-height-2973
{
    height: calc(100vh - 2973px);
}

.vh-height-2974
{
    height: calc(100vh - 2974px);
}

.vh-height-2975
{
    height: calc(100vh - 2975px);
}

.vh-height-2976
{
    height: calc(100vh - 2976px);
}

.vh-height-2977
{
    height: calc(100vh - 2977px);
}

.vh-height-2978
{
    height: calc(100vh - 2978px);
}

.vh-height-2979
{
    height: calc(100vh - 2979px);
}

.vh-height-2980
{
    height: calc(100vh - 2980px);
}

.vh-height-2981
{
    height: calc(100vh - 2981px);
}

.vh-height-2982
{
    height: calc(100vh - 2982px);
}

.vh-height-2983
{
    height: calc(100vh - 2983px);
}

.vh-height-2984
{
    height: calc(100vh - 2984px);
}

.vh-height-2985
{
    height: calc(100vh - 2985px);
}

.vh-height-2986
{
    height: calc(100vh - 2986px);
}

.vh-height-2987
{
    height: calc(100vh - 2987px);
}

.vh-height-2988
{
    height: calc(100vh - 2988px);
}

.vh-height-2989
{
    height: calc(100vh - 2989px);
}

.vh-height-2990
{
    height: calc(100vh - 2990px);
}

.vh-height-2991
{
    height: calc(100vh - 2991px);
}

.vh-height-2992
{
    height: calc(100vh - 2992px);
}

.vh-height-2993
{
    height: calc(100vh - 2993px);
}

.vh-height-2994
{
    height: calc(100vh - 2994px);
}

.vh-height-2995
{
    height: calc(100vh - 2995px);
}

.vh-height-2996
{
    height: calc(100vh - 2996px);
}

.vh-height-2997
{
    height: calc(100vh - 2997px);
}

.vh-height-2998
{
    height: calc(100vh - 2998px);
}

.vh-height-2999
{
    height: calc(100vh - 2999px);
}

.vh-height-3000
{
    height: calc(100vh - 3000px);
}

.vh-height-3001
{
    height: calc(100vh - 3001px);
}

.vh-height-3002
{
    height: calc(100vh - 3002px);
}

.vh-height-3003
{
    height: calc(100vh - 3003px);
}

.vh-height-3004
{
    height: calc(100vh - 3004px);
}

.vh-height-3005
{
    height: calc(100vh - 3005px);
}

.vh-height-3006
{
    height: calc(100vh - 3006px);
}

.vh-height-3007
{
    height: calc(100vh - 3007px);
}

.vh-height-3008
{
    height: calc(100vh - 3008px);
}

.vh-height-3009
{
    height: calc(100vh - 3009px);
}

.vh-height-3010
{
    height: calc(100vh - 3010px);
}

.vh-height-3011
{
    height: calc(100vh - 3011px);
}

.vh-height-3012
{
    height: calc(100vh - 3012px);
}

.vh-height-3013
{
    height: calc(100vh - 3013px);
}

.vh-height-3014
{
    height: calc(100vh - 3014px);
}

.vh-height-3015
{
    height: calc(100vh - 3015px);
}

.vh-height-3016
{
    height: calc(100vh - 3016px);
}

.vh-height-3017
{
    height: calc(100vh - 3017px);
}

.vh-height-3018
{
    height: calc(100vh - 3018px);
}

.vh-height-3019
{
    height: calc(100vh - 3019px);
}

.vh-height-3020
{
    height: calc(100vh - 3020px);
}

.vh-height-3021
{
    height: calc(100vh - 3021px);
}

.vh-height-3022
{
    height: calc(100vh - 3022px);
}

.vh-height-3023
{
    height: calc(100vh - 3023px);
}

.vh-height-3024
{
    height: calc(100vh - 3024px);
}

.vh-height-3025
{
    height: calc(100vh - 3025px);
}

.vh-height-3026
{
    height: calc(100vh - 3026px);
}

.vh-height-3027
{
    height: calc(100vh - 3027px);
}

.vh-height-3028
{
    height: calc(100vh - 3028px);
}

.vh-height-3029
{
    height: calc(100vh - 3029px);
}

.vh-height-3030
{
    height: calc(100vh - 3030px);
}

.vh-height-3031
{
    height: calc(100vh - 3031px);
}

.vh-height-3032
{
    height: calc(100vh - 3032px);
}

.vh-height-3033
{
    height: calc(100vh - 3033px);
}

.vh-height-3034
{
    height: calc(100vh - 3034px);
}

.vh-height-3035
{
    height: calc(100vh - 3035px);
}

.vh-height-3036
{
    height: calc(100vh - 3036px);
}

.vh-height-3037
{
    height: calc(100vh - 3037px);
}

.vh-height-3038
{
    height: calc(100vh - 3038px);
}

.vh-height-3039
{
    height: calc(100vh - 3039px);
}

.vh-height-3040
{
    height: calc(100vh - 3040px);
}

.vh-height-3041
{
    height: calc(100vh - 3041px);
}

.vh-height-3042
{
    height: calc(100vh - 3042px);
}

.vh-height-3043
{
    height: calc(100vh - 3043px);
}

.vh-height-3044
{
    height: calc(100vh - 3044px);
}

.vh-height-3045
{
    height: calc(100vh - 3045px);
}

.vh-height-3046
{
    height: calc(100vh - 3046px);
}

.vh-height-3047
{
    height: calc(100vh - 3047px);
}

.vh-height-3048
{
    height: calc(100vh - 3048px);
}

.vh-height-3049
{
    height: calc(100vh - 3049px);
}

.vh-height-3050
{
    height: calc(100vh - 3050px);
}

.vh-height-3051
{
    height: calc(100vh - 3051px);
}

.vh-height-3052
{
    height: calc(100vh - 3052px);
}

.vh-height-3053
{
    height: calc(100vh - 3053px);
}

.vh-height-3054
{
    height: calc(100vh - 3054px);
}

.vh-height-3055
{
    height: calc(100vh - 3055px);
}

.vh-height-3056
{
    height: calc(100vh - 3056px);
}

.vh-height-3057
{
    height: calc(100vh - 3057px);
}

.vh-height-3058
{
    height: calc(100vh - 3058px);
}

.vh-height-3059
{
    height: calc(100vh - 3059px);
}

.vh-height-3060
{
    height: calc(100vh - 3060px);
}

.vh-height-3061
{
    height: calc(100vh - 3061px);
}

.vh-height-3062
{
    height: calc(100vh - 3062px);
}

.vh-height-3063
{
    height: calc(100vh - 3063px);
}

.vh-height-3064
{
    height: calc(100vh - 3064px);
}

.vh-height-3065
{
    height: calc(100vh - 3065px);
}

.vh-height-3066
{
    height: calc(100vh - 3066px);
}

.vh-height-3067
{
    height: calc(100vh - 3067px);
}

.vh-height-3068
{
    height: calc(100vh - 3068px);
}

.vh-height-3069
{
    height: calc(100vh - 3069px);
}

.vh-height-3070
{
    height: calc(100vh - 3070px);
}

.vh-height-3071
{
    height: calc(100vh - 3071px);
}

.vh-height-3072
{
    height: calc(100vh - 3072px);
}

.vh-height-3073
{
    height: calc(100vh - 3073px);
}

.vh-height-3074
{
    height: calc(100vh - 3074px);
}

.vh-height-3075
{
    height: calc(100vh - 3075px);
}

.vh-height-3076
{
    height: calc(100vh - 3076px);
}

.vh-height-3077
{
    height: calc(100vh - 3077px);
}

.vh-height-3078
{
    height: calc(100vh - 3078px);
}

.vh-height-3079
{
    height: calc(100vh - 3079px);
}

.vh-height-3080
{
    height: calc(100vh - 3080px);
}

.vh-height-3081
{
    height: calc(100vh - 3081px);
}

.vh-height-3082
{
    height: calc(100vh - 3082px);
}

.vh-height-3083
{
    height: calc(100vh - 3083px);
}

.vh-height-3084
{
    height: calc(100vh - 3084px);
}

.vh-height-3085
{
    height: calc(100vh - 3085px);
}

.vh-height-3086
{
    height: calc(100vh - 3086px);
}

.vh-height-3087
{
    height: calc(100vh - 3087px);
}

.vh-height-3088
{
    height: calc(100vh - 3088px);
}

.vh-height-3089
{
    height: calc(100vh - 3089px);
}

.vh-height-3090
{
    height: calc(100vh - 3090px);
}

.vh-height-3091
{
    height: calc(100vh - 3091px);
}

.vh-height-3092
{
    height: calc(100vh - 3092px);
}

.vh-height-3093
{
    height: calc(100vh - 3093px);
}

.vh-height-3094
{
    height: calc(100vh - 3094px);
}

.vh-height-3095
{
    height: calc(100vh - 3095px);
}

.vh-height-3096
{
    height: calc(100vh - 3096px);
}

.vh-height-3097
{
    height: calc(100vh - 3097px);
}

.vh-height-3098
{
    height: calc(100vh - 3098px);
}

.vh-height-3099
{
    height: calc(100vh - 3099px);
}

.vh-height-3100
{
    height: calc(100vh - 3100px);
}

.vh-height-3101
{
    height: calc(100vh - 3101px);
}

.vh-height-3102
{
    height: calc(100vh - 3102px);
}

.vh-height-3103
{
    height: calc(100vh - 3103px);
}

.vh-height-3104
{
    height: calc(100vh - 3104px);
}

.vh-height-3105
{
    height: calc(100vh - 3105px);
}

.vh-height-3106
{
    height: calc(100vh - 3106px);
}

.vh-height-3107
{
    height: calc(100vh - 3107px);
}

.vh-height-3108
{
    height: calc(100vh - 3108px);
}

.vh-height-3109
{
    height: calc(100vh - 3109px);
}

.vh-height-3110
{
    height: calc(100vh - 3110px);
}

.vh-height-3111
{
    height: calc(100vh - 3111px);
}

.vh-height-3112
{
    height: calc(100vh - 3112px);
}

.vh-height-3113
{
    height: calc(100vh - 3113px);
}

.vh-height-3114
{
    height: calc(100vh - 3114px);
}

.vh-height-3115
{
    height: calc(100vh - 3115px);
}

.vh-height-3116
{
    height: calc(100vh - 3116px);
}

.vh-height-3117
{
    height: calc(100vh - 3117px);
}

.vh-height-3118
{
    height: calc(100vh - 3118px);
}

.vh-height-3119
{
    height: calc(100vh - 3119px);
}

.vh-height-3120
{
    height: calc(100vh - 3120px);
}

.vh-height-3121
{
    height: calc(100vh - 3121px);
}

.vh-height-3122
{
    height: calc(100vh - 3122px);
}

.vh-height-3123
{
    height: calc(100vh - 3123px);
}

.vh-height-3124
{
    height: calc(100vh - 3124px);
}

.vh-height-3125
{
    height: calc(100vh - 3125px);
}

.vh-height-3126
{
    height: calc(100vh - 3126px);
}

.vh-height-3127
{
    height: calc(100vh - 3127px);
}

.vh-height-3128
{
    height: calc(100vh - 3128px);
}

.vh-height-3129
{
    height: calc(100vh - 3129px);
}

.vh-height-3130
{
    height: calc(100vh - 3130px);
}

.vh-height-3131
{
    height: calc(100vh - 3131px);
}

.vh-height-3132
{
    height: calc(100vh - 3132px);
}

.vh-height-3133
{
    height: calc(100vh - 3133px);
}

.vh-height-3134
{
    height: calc(100vh - 3134px);
}

.vh-height-3135
{
    height: calc(100vh - 3135px);
}

.vh-height-3136
{
    height: calc(100vh - 3136px);
}

.vh-height-3137
{
    height: calc(100vh - 3137px);
}

.vh-height-3138
{
    height: calc(100vh - 3138px);
}

.vh-height-3139
{
    height: calc(100vh - 3139px);
}

.vh-height-3140
{
    height: calc(100vh - 3140px);
}

.vh-height-3141
{
    height: calc(100vh - 3141px);
}

.vh-height-3142
{
    height: calc(100vh - 3142px);
}

.vh-height-3143
{
    height: calc(100vh - 3143px);
}

.vh-height-3144
{
    height: calc(100vh - 3144px);
}

.vh-height-3145
{
    height: calc(100vh - 3145px);
}

.vh-height-3146
{
    height: calc(100vh - 3146px);
}

.vh-height-3147
{
    height: calc(100vh - 3147px);
}

.vh-height-3148
{
    height: calc(100vh - 3148px);
}

.vh-height-3149
{
    height: calc(100vh - 3149px);
}

.vh-height-3150
{
    height: calc(100vh - 3150px);
}

.vh-height-3151
{
    height: calc(100vh - 3151px);
}

.vh-height-3152
{
    height: calc(100vh - 3152px);
}

.vh-height-3153
{
    height: calc(100vh - 3153px);
}

.vh-height-3154
{
    height: calc(100vh - 3154px);
}

.vh-height-3155
{
    height: calc(100vh - 3155px);
}

.vh-height-3156
{
    height: calc(100vh - 3156px);
}

.vh-height-3157
{
    height: calc(100vh - 3157px);
}

.vh-height-3158
{
    height: calc(100vh - 3158px);
}

.vh-height-3159
{
    height: calc(100vh - 3159px);
}

.vh-height-3160
{
    height: calc(100vh - 3160px);
}

.vh-height-3161
{
    height: calc(100vh - 3161px);
}

.vh-height-3162
{
    height: calc(100vh - 3162px);
}

.vh-height-3163
{
    height: calc(100vh - 3163px);
}

.vh-height-3164
{
    height: calc(100vh - 3164px);
}

.vh-height-3165
{
    height: calc(100vh - 3165px);
}

.vh-height-3166
{
    height: calc(100vh - 3166px);
}

.vh-height-3167
{
    height: calc(100vh - 3167px);
}

.vh-height-3168
{
    height: calc(100vh - 3168px);
}

.vh-height-3169
{
    height: calc(100vh - 3169px);
}

.vh-height-3170
{
    height: calc(100vh - 3170px);
}

.vh-height-3171
{
    height: calc(100vh - 3171px);
}

.vh-height-3172
{
    height: calc(100vh - 3172px);
}

.vh-height-3173
{
    height: calc(100vh - 3173px);
}

.vh-height-3174
{
    height: calc(100vh - 3174px);
}

.vh-height-3175
{
    height: calc(100vh - 3175px);
}

.vh-height-3176
{
    height: calc(100vh - 3176px);
}

.vh-height-3177
{
    height: calc(100vh - 3177px);
}

.vh-height-3178
{
    height: calc(100vh - 3178px);
}

.vh-height-3179
{
    height: calc(100vh - 3179px);
}

.vh-height-3180
{
    height: calc(100vh - 3180px);
}

.vh-height-3181
{
    height: calc(100vh - 3181px);
}

.vh-height-3182
{
    height: calc(100vh - 3182px);
}

.vh-height-3183
{
    height: calc(100vh - 3183px);
}

.vh-height-3184
{
    height: calc(100vh - 3184px);
}

.vh-height-3185
{
    height: calc(100vh - 3185px);
}

.vh-height-3186
{
    height: calc(100vh - 3186px);
}

.vh-height-3187
{
    height: calc(100vh - 3187px);
}

.vh-height-3188
{
    height: calc(100vh - 3188px);
}

.vh-height-3189
{
    height: calc(100vh - 3189px);
}

.vh-height-3190
{
    height: calc(100vh - 3190px);
}

.vh-height-3191
{
    height: calc(100vh - 3191px);
}

.vh-height-3192
{
    height: calc(100vh - 3192px);
}

.vh-height-3193
{
    height: calc(100vh - 3193px);
}

.vh-height-3194
{
    height: calc(100vh - 3194px);
}

.vh-height-3195
{
    height: calc(100vh - 3195px);
}

.vh-height-3196
{
    height: calc(100vh - 3196px);
}

.vh-height-3197
{
    height: calc(100vh - 3197px);
}

.vh-height-3198
{
    height: calc(100vh - 3198px);
}

.vh-height-3199
{
    height: calc(100vh - 3199px);
}

.vh-height-3200
{
    height: calc(100vh - 3200px);
}

.vh-height-3201
{
    height: calc(100vh - 3201px);
}

.vh-height-3202
{
    height: calc(100vh - 3202px);
}

.vh-height-3203
{
    height: calc(100vh - 3203px);
}

.vh-height-3204
{
    height: calc(100vh - 3204px);
}

.vh-height-3205
{
    height: calc(100vh - 3205px);
}

.vh-height-3206
{
    height: calc(100vh - 3206px);
}

.vh-height-3207
{
    height: calc(100vh - 3207px);
}

.vh-height-3208
{
    height: calc(100vh - 3208px);
}

.vh-height-3209
{
    height: calc(100vh - 3209px);
}

.vh-height-3210
{
    height: calc(100vh - 3210px);
}

.vh-height-3211
{
    height: calc(100vh - 3211px);
}

.vh-height-3212
{
    height: calc(100vh - 3212px);
}

.vh-height-3213
{
    height: calc(100vh - 3213px);
}

.vh-height-3214
{
    height: calc(100vh - 3214px);
}

.vh-height-3215
{
    height: calc(100vh - 3215px);
}

.vh-height-3216
{
    height: calc(100vh - 3216px);
}

.vh-height-3217
{
    height: calc(100vh - 3217px);
}

.vh-height-3218
{
    height: calc(100vh - 3218px);
}

.vh-height-3219
{
    height: calc(100vh - 3219px);
}

.vh-height-3220
{
    height: calc(100vh - 3220px);
}

.vh-height-3221
{
    height: calc(100vh - 3221px);
}

.vh-height-3222
{
    height: calc(100vh - 3222px);
}

.vh-height-3223
{
    height: calc(100vh - 3223px);
}

.vh-height-3224
{
    height: calc(100vh - 3224px);
}

.vh-height-3225
{
    height: calc(100vh - 3225px);
}

.vh-height-3226
{
    height: calc(100vh - 3226px);
}

.vh-height-3227
{
    height: calc(100vh - 3227px);
}

.vh-height-3228
{
    height: calc(100vh - 3228px);
}

.vh-height-3229
{
    height: calc(100vh - 3229px);
}

.vh-height-3230
{
    height: calc(100vh - 3230px);
}

.vh-height-3231
{
    height: calc(100vh - 3231px);
}

.vh-height-3232
{
    height: calc(100vh - 3232px);
}

.vh-height-3233
{
    height: calc(100vh - 3233px);
}

.vh-height-3234
{
    height: calc(100vh - 3234px);
}

.vh-height-3235
{
    height: calc(100vh - 3235px);
}

.vh-height-3236
{
    height: calc(100vh - 3236px);
}

.vh-height-3237
{
    height: calc(100vh - 3237px);
}

.vh-height-3238
{
    height: calc(100vh - 3238px);
}

.vh-height-3239
{
    height: calc(100vh - 3239px);
}

.vh-height-3240
{
    height: calc(100vh - 3240px);
}

.vh-height-3241
{
    height: calc(100vh - 3241px);
}

.vh-height-3242
{
    height: calc(100vh - 3242px);
}

.vh-height-3243
{
    height: calc(100vh - 3243px);
}

.vh-height-3244
{
    height: calc(100vh - 3244px);
}

.vh-height-3245
{
    height: calc(100vh - 3245px);
}

.vh-height-3246
{
    height: calc(100vh - 3246px);
}

.vh-height-3247
{
    height: calc(100vh - 3247px);
}

.vh-height-3248
{
    height: calc(100vh - 3248px);
}

.vh-height-3249
{
    height: calc(100vh - 3249px);
}

.vh-height-3250
{
    height: calc(100vh - 3250px);
}

.vh-height-3251
{
    height: calc(100vh - 3251px);
}

.vh-height-3252
{
    height: calc(100vh - 3252px);
}

.vh-height-3253
{
    height: calc(100vh - 3253px);
}

.vh-height-3254
{
    height: calc(100vh - 3254px);
}

.vh-height-3255
{
    height: calc(100vh - 3255px);
}

.vh-height-3256
{
    height: calc(100vh - 3256px);
}

.vh-height-3257
{
    height: calc(100vh - 3257px);
}

.vh-height-3258
{
    height: calc(100vh - 3258px);
}

.vh-height-3259
{
    height: calc(100vh - 3259px);
}

.vh-height-3260
{
    height: calc(100vh - 3260px);
}

.vh-height-3261
{
    height: calc(100vh - 3261px);
}

.vh-height-3262
{
    height: calc(100vh - 3262px);
}

.vh-height-3263
{
    height: calc(100vh - 3263px);
}

.vh-height-3264
{
    height: calc(100vh - 3264px);
}

.vh-height-3265
{
    height: calc(100vh - 3265px);
}

.vh-height-3266
{
    height: calc(100vh - 3266px);
}

.vh-height-3267
{
    height: calc(100vh - 3267px);
}

.vh-height-3268
{
    height: calc(100vh - 3268px);
}

.vh-height-3269
{
    height: calc(100vh - 3269px);
}

.vh-height-3270
{
    height: calc(100vh - 3270px);
}

.vh-height-3271
{
    height: calc(100vh - 3271px);
}

.vh-height-3272
{
    height: calc(100vh - 3272px);
}

.vh-height-3273
{
    height: calc(100vh - 3273px);
}

.vh-height-3274
{
    height: calc(100vh - 3274px);
}

.vh-height-3275
{
    height: calc(100vh - 3275px);
}

.vh-height-3276
{
    height: calc(100vh - 3276px);
}

.vh-height-3277
{
    height: calc(100vh - 3277px);
}

.vh-height-3278
{
    height: calc(100vh - 3278px);
}

.vh-height-3279
{
    height: calc(100vh - 3279px);
}

.vh-height-3280
{
    height: calc(100vh - 3280px);
}

.vh-height-3281
{
    height: calc(100vh - 3281px);
}

.vh-height-3282
{
    height: calc(100vh - 3282px);
}

.vh-height-3283
{
    height: calc(100vh - 3283px);
}

.vh-height-3284
{
    height: calc(100vh - 3284px);
}

.vh-height-3285
{
    height: calc(100vh - 3285px);
}

.vh-height-3286
{
    height: calc(100vh - 3286px);
}

.vh-height-3287
{
    height: calc(100vh - 3287px);
}

.vh-height-3288
{
    height: calc(100vh - 3288px);
}

.vh-height-3289
{
    height: calc(100vh - 3289px);
}

.vh-height-3290
{
    height: calc(100vh - 3290px);
}

.vh-height-3291
{
    height: calc(100vh - 3291px);
}

.vh-height-3292
{
    height: calc(100vh - 3292px);
}

.vh-height-3293
{
    height: calc(100vh - 3293px);
}

.vh-height-3294
{
    height: calc(100vh - 3294px);
}

.vh-height-3295
{
    height: calc(100vh - 3295px);
}

.vh-height-3296
{
    height: calc(100vh - 3296px);
}

.vh-height-3297
{
    height: calc(100vh - 3297px);
}

.vh-height-3298
{
    height: calc(100vh - 3298px);
}

.vh-height-3299
{
    height: calc(100vh - 3299px);
}

.vh-height-3300
{
    height: calc(100vh - 3300px);
}

.vh-height-3301
{
    height: calc(100vh - 3301px);
}

.vh-height-3302
{
    height: calc(100vh - 3302px);
}

.vh-height-3303
{
    height: calc(100vh - 3303px);
}

.vh-height-3304
{
    height: calc(100vh - 3304px);
}

.vh-height-3305
{
    height: calc(100vh - 3305px);
}

.vh-height-3306
{
    height: calc(100vh - 3306px);
}

.vh-height-3307
{
    height: calc(100vh - 3307px);
}

.vh-height-3308
{
    height: calc(100vh - 3308px);
}

.vh-height-3309
{
    height: calc(100vh - 3309px);
}

.vh-height-3310
{
    height: calc(100vh - 3310px);
}

.vh-height-3311
{
    height: calc(100vh - 3311px);
}

.vh-height-3312
{
    height: calc(100vh - 3312px);
}

.vh-height-3313
{
    height: calc(100vh - 3313px);
}

.vh-height-3314
{
    height: calc(100vh - 3314px);
}

.vh-height-3315
{
    height: calc(100vh - 3315px);
}

.vh-height-3316
{
    height: calc(100vh - 3316px);
}

.vh-height-3317
{
    height: calc(100vh - 3317px);
}

.vh-height-3318
{
    height: calc(100vh - 3318px);
}

.vh-height-3319
{
    height: calc(100vh - 3319px);
}

.vh-height-3320
{
    height: calc(100vh - 3320px);
}

.vh-height-3321
{
    height: calc(100vh - 3321px);
}

.vh-height-3322
{
    height: calc(100vh - 3322px);
}

.vh-height-3323
{
    height: calc(100vh - 3323px);
}

.vh-height-3324
{
    height: calc(100vh - 3324px);
}

.vh-height-3325
{
    height: calc(100vh - 3325px);
}

.vh-height-3326
{
    height: calc(100vh - 3326px);
}

.vh-height-3327
{
    height: calc(100vh - 3327px);
}

.vh-height-3328
{
    height: calc(100vh - 3328px);
}

.vh-height-3329
{
    height: calc(100vh - 3329px);
}

.vh-height-3330
{
    height: calc(100vh - 3330px);
}

.vh-height-3331
{
    height: calc(100vh - 3331px);
}

.vh-height-3332
{
    height: calc(100vh - 3332px);
}

.vh-height-3333
{
    height: calc(100vh - 3333px);
}

.vh-height-3334
{
    height: calc(100vh - 3334px);
}

.vh-height-3335
{
    height: calc(100vh - 3335px);
}

.vh-height-3336
{
    height: calc(100vh - 3336px);
}

.vh-height-3337
{
    height: calc(100vh - 3337px);
}

.vh-height-3338
{
    height: calc(100vh - 3338px);
}

.vh-height-3339
{
    height: calc(100vh - 3339px);
}

.vh-height-3340
{
    height: calc(100vh - 3340px);
}

.vh-height-3341
{
    height: calc(100vh - 3341px);
}

.vh-height-3342
{
    height: calc(100vh - 3342px);
}

.vh-height-3343
{
    height: calc(100vh - 3343px);
}

.vh-height-3344
{
    height: calc(100vh - 3344px);
}

.vh-height-3345
{
    height: calc(100vh - 3345px);
}

.vh-height-3346
{
    height: calc(100vh - 3346px);
}

.vh-height-3347
{
    height: calc(100vh - 3347px);
}

.vh-height-3348
{
    height: calc(100vh - 3348px);
}

.vh-height-3349
{
    height: calc(100vh - 3349px);
}

.vh-height-3350
{
    height: calc(100vh - 3350px);
}

.vh-height-3351
{
    height: calc(100vh - 3351px);
}

.vh-height-3352
{
    height: calc(100vh - 3352px);
}

.vh-height-3353
{
    height: calc(100vh - 3353px);
}

.vh-height-3354
{
    height: calc(100vh - 3354px);
}

.vh-height-3355
{
    height: calc(100vh - 3355px);
}

.vh-height-3356
{
    height: calc(100vh - 3356px);
}

.vh-height-3357
{
    height: calc(100vh - 3357px);
}

.vh-height-3358
{
    height: calc(100vh - 3358px);
}

.vh-height-3359
{
    height: calc(100vh - 3359px);
}

.vh-height-3360
{
    height: calc(100vh - 3360px);
}

.vh-height-3361
{
    height: calc(100vh - 3361px);
}

.vh-height-3362
{
    height: calc(100vh - 3362px);
}

.vh-height-3363
{
    height: calc(100vh - 3363px);
}

.vh-height-3364
{
    height: calc(100vh - 3364px);
}

.vh-height-3365
{
    height: calc(100vh - 3365px);
}

.vh-height-3366
{
    height: calc(100vh - 3366px);
}

.vh-height-3367
{
    height: calc(100vh - 3367px);
}

.vh-height-3368
{
    height: calc(100vh - 3368px);
}

.vh-height-3369
{
    height: calc(100vh - 3369px);
}

.vh-height-3370
{
    height: calc(100vh - 3370px);
}

.vh-height-3371
{
    height: calc(100vh - 3371px);
}

.vh-height-3372
{
    height: calc(100vh - 3372px);
}

.vh-height-3373
{
    height: calc(100vh - 3373px);
}

.vh-height-3374
{
    height: calc(100vh - 3374px);
}

.vh-height-3375
{
    height: calc(100vh - 3375px);
}

.vh-height-3376
{
    height: calc(100vh - 3376px);
}

.vh-height-3377
{
    height: calc(100vh - 3377px);
}

.vh-height-3378
{
    height: calc(100vh - 3378px);
}

.vh-height-3379
{
    height: calc(100vh - 3379px);
}

.vh-height-3380
{
    height: calc(100vh - 3380px);
}

.vh-height-3381
{
    height: calc(100vh - 3381px);
}

.vh-height-3382
{
    height: calc(100vh - 3382px);
}

.vh-height-3383
{
    height: calc(100vh - 3383px);
}

.vh-height-3384
{
    height: calc(100vh - 3384px);
}

.vh-height-3385
{
    height: calc(100vh - 3385px);
}

.vh-height-3386
{
    height: calc(100vh - 3386px);
}

.vh-height-3387
{
    height: calc(100vh - 3387px);
}

.vh-height-3388
{
    height: calc(100vh - 3388px);
}

.vh-height-3389
{
    height: calc(100vh - 3389px);
}

.vh-height-3390
{
    height: calc(100vh - 3390px);
}

.vh-height-3391
{
    height: calc(100vh - 3391px);
}

.vh-height-3392
{
    height: calc(100vh - 3392px);
}

.vh-height-3393
{
    height: calc(100vh - 3393px);
}

.vh-height-3394
{
    height: calc(100vh - 3394px);
}

.vh-height-3395
{
    height: calc(100vh - 3395px);
}

.vh-height-3396
{
    height: calc(100vh - 3396px);
}

.vh-height-3397
{
    height: calc(100vh - 3397px);
}

.vh-height-3398
{
    height: calc(100vh - 3398px);
}

.vh-height-3399
{
    height: calc(100vh - 3399px);
}

.vh-height-3400
{
    height: calc(100vh - 3400px);
}

.vh-height-3401
{
    height: calc(100vh - 3401px);
}

.vh-height-3402
{
    height: calc(100vh - 3402px);
}

.vh-height-3403
{
    height: calc(100vh - 3403px);
}

.vh-height-3404
{
    height: calc(100vh - 3404px);
}

.vh-height-3405
{
    height: calc(100vh - 3405px);
}

.vh-height-3406
{
    height: calc(100vh - 3406px);
}

.vh-height-3407
{
    height: calc(100vh - 3407px);
}

.vh-height-3408
{
    height: calc(100vh - 3408px);
}

.vh-height-3409
{
    height: calc(100vh - 3409px);
}

.vh-height-3410
{
    height: calc(100vh - 3410px);
}

.vh-height-3411
{
    height: calc(100vh - 3411px);
}

.vh-height-3412
{
    height: calc(100vh - 3412px);
}

.vh-height-3413
{
    height: calc(100vh - 3413px);
}

.vh-height-3414
{
    height: calc(100vh - 3414px);
}

.vh-height-3415
{
    height: calc(100vh - 3415px);
}

.vh-height-3416
{
    height: calc(100vh - 3416px);
}

.vh-height-3417
{
    height: calc(100vh - 3417px);
}

.vh-height-3418
{
    height: calc(100vh - 3418px);
}

.vh-height-3419
{
    height: calc(100vh - 3419px);
}

.vh-height-3420
{
    height: calc(100vh - 3420px);
}

.vh-height-3421
{
    height: calc(100vh - 3421px);
}

.vh-height-3422
{
    height: calc(100vh - 3422px);
}

.vh-height-3423
{
    height: calc(100vh - 3423px);
}

.vh-height-3424
{
    height: calc(100vh - 3424px);
}

.vh-height-3425
{
    height: calc(100vh - 3425px);
}

.vh-height-3426
{
    height: calc(100vh - 3426px);
}

.vh-height-3427
{
    height: calc(100vh - 3427px);
}

.vh-height-3428
{
    height: calc(100vh - 3428px);
}

.vh-height-3429
{
    height: calc(100vh - 3429px);
}

.vh-height-3430
{
    height: calc(100vh - 3430px);
}

.vh-height-3431
{
    height: calc(100vh - 3431px);
}

.vh-height-3432
{
    height: calc(100vh - 3432px);
}

.vh-height-3433
{
    height: calc(100vh - 3433px);
}

.vh-height-3434
{
    height: calc(100vh - 3434px);
}

.vh-height-3435
{
    height: calc(100vh - 3435px);
}

.vh-height-3436
{
    height: calc(100vh - 3436px);
}

.vh-height-3437
{
    height: calc(100vh - 3437px);
}

.vh-height-3438
{
    height: calc(100vh - 3438px);
}

.vh-height-3439
{
    height: calc(100vh - 3439px);
}

.vh-height-3440
{
    height: calc(100vh - 3440px);
}

.vh-height-3441
{
    height: calc(100vh - 3441px);
}

.vh-height-3442
{
    height: calc(100vh - 3442px);
}

.vh-height-3443
{
    height: calc(100vh - 3443px);
}

.vh-height-3444
{
    height: calc(100vh - 3444px);
}

.vh-height-3445
{
    height: calc(100vh - 3445px);
}

.vh-height-3446
{
    height: calc(100vh - 3446px);
}

.vh-height-3447
{
    height: calc(100vh - 3447px);
}

.vh-height-3448
{
    height: calc(100vh - 3448px);
}

.vh-height-3449
{
    height: calc(100vh - 3449px);
}

.vh-height-3450
{
    height: calc(100vh - 3450px);
}

.vh-height-3451
{
    height: calc(100vh - 3451px);
}

.vh-height-3452
{
    height: calc(100vh - 3452px);
}

.vh-height-3453
{
    height: calc(100vh - 3453px);
}

.vh-height-3454
{
    height: calc(100vh - 3454px);
}

.vh-height-3455
{
    height: calc(100vh - 3455px);
}

.vh-height-3456
{
    height: calc(100vh - 3456px);
}

.vh-height-3457
{
    height: calc(100vh - 3457px);
}

.vh-height-3458
{
    height: calc(100vh - 3458px);
}

.vh-height-3459
{
    height: calc(100vh - 3459px);
}

.vh-height-3460
{
    height: calc(100vh - 3460px);
}

.vh-height-3461
{
    height: calc(100vh - 3461px);
}

.vh-height-3462
{
    height: calc(100vh - 3462px);
}

.vh-height-3463
{
    height: calc(100vh - 3463px);
}

.vh-height-3464
{
    height: calc(100vh - 3464px);
}

.vh-height-3465
{
    height: calc(100vh - 3465px);
}

.vh-height-3466
{
    height: calc(100vh - 3466px);
}

.vh-height-3467
{
    height: calc(100vh - 3467px);
}

.vh-height-3468
{
    height: calc(100vh - 3468px);
}

.vh-height-3469
{
    height: calc(100vh - 3469px);
}

.vh-height-3470
{
    height: calc(100vh - 3470px);
}

.vh-height-3471
{
    height: calc(100vh - 3471px);
}

.vh-height-3472
{
    height: calc(100vh - 3472px);
}

.vh-height-3473
{
    height: calc(100vh - 3473px);
}

.vh-height-3474
{
    height: calc(100vh - 3474px);
}

.vh-height-3475
{
    height: calc(100vh - 3475px);
}

.vh-height-3476
{
    height: calc(100vh - 3476px);
}

.vh-height-3477
{
    height: calc(100vh - 3477px);
}

.vh-height-3478
{
    height: calc(100vh - 3478px);
}

.vh-height-3479
{
    height: calc(100vh - 3479px);
}

.vh-height-3480
{
    height: calc(100vh - 3480px);
}

.vh-height-3481
{
    height: calc(100vh - 3481px);
}

.vh-height-3482
{
    height: calc(100vh - 3482px);
}

.vh-height-3483
{
    height: calc(100vh - 3483px);
}

.vh-height-3484
{
    height: calc(100vh - 3484px);
}

.vh-height-3485
{
    height: calc(100vh - 3485px);
}

.vh-height-3486
{
    height: calc(100vh - 3486px);
}

.vh-height-3487
{
    height: calc(100vh - 3487px);
}

.vh-height-3488
{
    height: calc(100vh - 3488px);
}

.vh-height-3489
{
    height: calc(100vh - 3489px);
}

.vh-height-3490
{
    height: calc(100vh - 3490px);
}

.vh-height-3491
{
    height: calc(100vh - 3491px);
}

.vh-height-3492
{
    height: calc(100vh - 3492px);
}

.vh-height-3493
{
    height: calc(100vh - 3493px);
}

.vh-height-3494
{
    height: calc(100vh - 3494px);
}

.vh-height-3495
{
    height: calc(100vh - 3495px);
}

.vh-height-3496
{
    height: calc(100vh - 3496px);
}

.vh-height-3497
{
    height: calc(100vh - 3497px);
}

.vh-height-3498
{
    height: calc(100vh - 3498px);
}

.vh-height-3499
{
    height: calc(100vh - 3499px);
}

.vh-height-3500
{
    height: calc(100vh - 3500px);
}

.vh-height-3501
{
    height: calc(100vh - 3501px);
}

.vh-height-3502
{
    height: calc(100vh - 3502px);
}

.vh-height-3503
{
    height: calc(100vh - 3503px);
}

.vh-height-3504
{
    height: calc(100vh - 3504px);
}

.vh-height-3505
{
    height: calc(100vh - 3505px);
}

.vh-height-3506
{
    height: calc(100vh - 3506px);
}

.vh-height-3507
{
    height: calc(100vh - 3507px);
}

.vh-height-3508
{
    height: calc(100vh - 3508px);
}

.vh-height-3509
{
    height: calc(100vh - 3509px);
}

.vh-height-3510
{
    height: calc(100vh - 3510px);
}

.vh-height-3511
{
    height: calc(100vh - 3511px);
}

.vh-height-3512
{
    height: calc(100vh - 3512px);
}

.vh-height-3513
{
    height: calc(100vh - 3513px);
}

.vh-height-3514
{
    height: calc(100vh - 3514px);
}

.vh-height-3515
{
    height: calc(100vh - 3515px);
}

.vh-height-3516
{
    height: calc(100vh - 3516px);
}

.vh-height-3517
{
    height: calc(100vh - 3517px);
}

.vh-height-3518
{
    height: calc(100vh - 3518px);
}

.vh-height-3519
{
    height: calc(100vh - 3519px);
}

.vh-height-3520
{
    height: calc(100vh - 3520px);
}

.vh-height-3521
{
    height: calc(100vh - 3521px);
}

.vh-height-3522
{
    height: calc(100vh - 3522px);
}

.vh-height-3523
{
    height: calc(100vh - 3523px);
}

.vh-height-3524
{
    height: calc(100vh - 3524px);
}

.vh-height-3525
{
    height: calc(100vh - 3525px);
}

.vh-height-3526
{
    height: calc(100vh - 3526px);
}

.vh-height-3527
{
    height: calc(100vh - 3527px);
}

.vh-height-3528
{
    height: calc(100vh - 3528px);
}

.vh-height-3529
{
    height: calc(100vh - 3529px);
}

.vh-height-3530
{
    height: calc(100vh - 3530px);
}

.vh-height-3531
{
    height: calc(100vh - 3531px);
}

.vh-height-3532
{
    height: calc(100vh - 3532px);
}

.vh-height-3533
{
    height: calc(100vh - 3533px);
}

.vh-height-3534
{
    height: calc(100vh - 3534px);
}

.vh-height-3535
{
    height: calc(100vh - 3535px);
}

.vh-height-3536
{
    height: calc(100vh - 3536px);
}

.vh-height-3537
{
    height: calc(100vh - 3537px);
}

.vh-height-3538
{
    height: calc(100vh - 3538px);
}

.vh-height-3539
{
    height: calc(100vh - 3539px);
}

.vh-height-3540
{
    height: calc(100vh - 3540px);
}

.vh-height-3541
{
    height: calc(100vh - 3541px);
}

.vh-height-3542
{
    height: calc(100vh - 3542px);
}

.vh-height-3543
{
    height: calc(100vh - 3543px);
}

.vh-height-3544
{
    height: calc(100vh - 3544px);
}

.vh-height-3545
{
    height: calc(100vh - 3545px);
}

.vh-height-3546
{
    height: calc(100vh - 3546px);
}

.vh-height-3547
{
    height: calc(100vh - 3547px);
}

.vh-height-3548
{
    height: calc(100vh - 3548px);
}

.vh-height-3549
{
    height: calc(100vh - 3549px);
}

.vh-height-3550
{
    height: calc(100vh - 3550px);
}

.vh-height-3551
{
    height: calc(100vh - 3551px);
}

.vh-height-3552
{
    height: calc(100vh - 3552px);
}

.vh-height-3553
{
    height: calc(100vh - 3553px);
}

.vh-height-3554
{
    height: calc(100vh - 3554px);
}

.vh-height-3555
{
    height: calc(100vh - 3555px);
}

.vh-height-3556
{
    height: calc(100vh - 3556px);
}

.vh-height-3557
{
    height: calc(100vh - 3557px);
}

.vh-height-3558
{
    height: calc(100vh - 3558px);
}

.vh-height-3559
{
    height: calc(100vh - 3559px);
}

.vh-height-3560
{
    height: calc(100vh - 3560px);
}

.vh-height-3561
{
    height: calc(100vh - 3561px);
}

.vh-height-3562
{
    height: calc(100vh - 3562px);
}

.vh-height-3563
{
    height: calc(100vh - 3563px);
}

.vh-height-3564
{
    height: calc(100vh - 3564px);
}

.vh-height-3565
{
    height: calc(100vh - 3565px);
}

.vh-height-3566
{
    height: calc(100vh - 3566px);
}

.vh-height-3567
{
    height: calc(100vh - 3567px);
}

.vh-height-3568
{
    height: calc(100vh - 3568px);
}

.vh-height-3569
{
    height: calc(100vh - 3569px);
}

.vh-height-3570
{
    height: calc(100vh - 3570px);
}

.vh-height-3571
{
    height: calc(100vh - 3571px);
}

.vh-height-3572
{
    height: calc(100vh - 3572px);
}

.vh-height-3573
{
    height: calc(100vh - 3573px);
}

.vh-height-3574
{
    height: calc(100vh - 3574px);
}

.vh-height-3575
{
    height: calc(100vh - 3575px);
}

.vh-height-3576
{
    height: calc(100vh - 3576px);
}

.vh-height-3577
{
    height: calc(100vh - 3577px);
}

.vh-height-3578
{
    height: calc(100vh - 3578px);
}

.vh-height-3579
{
    height: calc(100vh - 3579px);
}

.vh-height-3580
{
    height: calc(100vh - 3580px);
}

.vh-height-3581
{
    height: calc(100vh - 3581px);
}

.vh-height-3582
{
    height: calc(100vh - 3582px);
}

.vh-height-3583
{
    height: calc(100vh - 3583px);
}

.vh-height-3584
{
    height: calc(100vh - 3584px);
}

.vh-height-3585
{
    height: calc(100vh - 3585px);
}

.vh-height-3586
{
    height: calc(100vh - 3586px);
}

.vh-height-3587
{
    height: calc(100vh - 3587px);
}

.vh-height-3588
{
    height: calc(100vh - 3588px);
}

.vh-height-3589
{
    height: calc(100vh - 3589px);
}

.vh-height-3590
{
    height: calc(100vh - 3590px);
}

.vh-height-3591
{
    height: calc(100vh - 3591px);
}

.vh-height-3592
{
    height: calc(100vh - 3592px);
}

.vh-height-3593
{
    height: calc(100vh - 3593px);
}

.vh-height-3594
{
    height: calc(100vh - 3594px);
}

.vh-height-3595
{
    height: calc(100vh - 3595px);
}

.vh-height-3596
{
    height: calc(100vh - 3596px);
}

.vh-height-3597
{
    height: calc(100vh - 3597px);
}

.vh-height-3598
{
    height: calc(100vh - 3598px);
}

.vh-height-3599
{
    height: calc(100vh - 3599px);
}

.vh-height-3600
{
    height: calc(100vh - 3600px);
}

.vh-height-3601
{
    height: calc(100vh - 3601px);
}

.vh-height-3602
{
    height: calc(100vh - 3602px);
}

.vh-height-3603
{
    height: calc(100vh - 3603px);
}

.vh-height-3604
{
    height: calc(100vh - 3604px);
}

.vh-height-3605
{
    height: calc(100vh - 3605px);
}

.vh-height-3606
{
    height: calc(100vh - 3606px);
}

.vh-height-3607
{
    height: calc(100vh - 3607px);
}

.vh-height-3608
{
    height: calc(100vh - 3608px);
}

.vh-height-3609
{
    height: calc(100vh - 3609px);
}

.vh-height-3610
{
    height: calc(100vh - 3610px);
}

.vh-height-3611
{
    height: calc(100vh - 3611px);
}

.vh-height-3612
{
    height: calc(100vh - 3612px);
}

.vh-height-3613
{
    height: calc(100vh - 3613px);
}

.vh-height-3614
{
    height: calc(100vh - 3614px);
}

.vh-height-3615
{
    height: calc(100vh - 3615px);
}

.vh-height-3616
{
    height: calc(100vh - 3616px);
}

.vh-height-3617
{
    height: calc(100vh - 3617px);
}

.vh-height-3618
{
    height: calc(100vh - 3618px);
}

.vh-height-3619
{
    height: calc(100vh - 3619px);
}

.vh-height-3620
{
    height: calc(100vh - 3620px);
}

.vh-height-3621
{
    height: calc(100vh - 3621px);
}

.vh-height-3622
{
    height: calc(100vh - 3622px);
}

.vh-height-3623
{
    height: calc(100vh - 3623px);
}

.vh-height-3624
{
    height: calc(100vh - 3624px);
}

.vh-height-3625
{
    height: calc(100vh - 3625px);
}

.vh-height-3626
{
    height: calc(100vh - 3626px);
}

.vh-height-3627
{
    height: calc(100vh - 3627px);
}

.vh-height-3628
{
    height: calc(100vh - 3628px);
}

.vh-height-3629
{
    height: calc(100vh - 3629px);
}

.vh-height-3630
{
    height: calc(100vh - 3630px);
}

.vh-height-3631
{
    height: calc(100vh - 3631px);
}

.vh-height-3632
{
    height: calc(100vh - 3632px);
}

.vh-height-3633
{
    height: calc(100vh - 3633px);
}

.vh-height-3634
{
    height: calc(100vh - 3634px);
}

.vh-height-3635
{
    height: calc(100vh - 3635px);
}

.vh-height-3636
{
    height: calc(100vh - 3636px);
}

.vh-height-3637
{
    height: calc(100vh - 3637px);
}

.vh-height-3638
{
    height: calc(100vh - 3638px);
}

.vh-height-3639
{
    height: calc(100vh - 3639px);
}

.vh-height-3640
{
    height: calc(100vh - 3640px);
}

.vh-height-3641
{
    height: calc(100vh - 3641px);
}

.vh-height-3642
{
    height: calc(100vh - 3642px);
}

.vh-height-3643
{
    height: calc(100vh - 3643px);
}

.vh-height-3644
{
    height: calc(100vh - 3644px);
}

.vh-height-3645
{
    height: calc(100vh - 3645px);
}

.vh-height-3646
{
    height: calc(100vh - 3646px);
}

.vh-height-3647
{
    height: calc(100vh - 3647px);
}

.vh-height-3648
{
    height: calc(100vh - 3648px);
}

.vh-height-3649
{
    height: calc(100vh - 3649px);
}

.vh-height-3650
{
    height: calc(100vh - 3650px);
}

.vh-height-3651
{
    height: calc(100vh - 3651px);
}

.vh-height-3652
{
    height: calc(100vh - 3652px);
}

.vh-height-3653
{
    height: calc(100vh - 3653px);
}

.vh-height-3654
{
    height: calc(100vh - 3654px);
}

.vh-height-3655
{
    height: calc(100vh - 3655px);
}

.vh-height-3656
{
    height: calc(100vh - 3656px);
}

.vh-height-3657
{
    height: calc(100vh - 3657px);
}

.vh-height-3658
{
    height: calc(100vh - 3658px);
}

.vh-height-3659
{
    height: calc(100vh - 3659px);
}

.vh-height-3660
{
    height: calc(100vh - 3660px);
}

.vh-height-3661
{
    height: calc(100vh - 3661px);
}

.vh-height-3662
{
    height: calc(100vh - 3662px);
}

.vh-height-3663
{
    height: calc(100vh - 3663px);
}

.vh-height-3664
{
    height: calc(100vh - 3664px);
}

.vh-height-3665
{
    height: calc(100vh - 3665px);
}

.vh-height-3666
{
    height: calc(100vh - 3666px);
}

.vh-height-3667
{
    height: calc(100vh - 3667px);
}

.vh-height-3668
{
    height: calc(100vh - 3668px);
}

.vh-height-3669
{
    height: calc(100vh - 3669px);
}

.vh-height-3670
{
    height: calc(100vh - 3670px);
}

.vh-height-3671
{
    height: calc(100vh - 3671px);
}

.vh-height-3672
{
    height: calc(100vh - 3672px);
}

.vh-height-3673
{
    height: calc(100vh - 3673px);
}

.vh-height-3674
{
    height: calc(100vh - 3674px);
}

.vh-height-3675
{
    height: calc(100vh - 3675px);
}

.vh-height-3676
{
    height: calc(100vh - 3676px);
}

.vh-height-3677
{
    height: calc(100vh - 3677px);
}

.vh-height-3678
{
    height: calc(100vh - 3678px);
}

.vh-height-3679
{
    height: calc(100vh - 3679px);
}

.vh-height-3680
{
    height: calc(100vh - 3680px);
}

.vh-height-3681
{
    height: calc(100vh - 3681px);
}

.vh-height-3682
{
    height: calc(100vh - 3682px);
}

.vh-height-3683
{
    height: calc(100vh - 3683px);
}

.vh-height-3684
{
    height: calc(100vh - 3684px);
}

.vh-height-3685
{
    height: calc(100vh - 3685px);
}

.vh-height-3686
{
    height: calc(100vh - 3686px);
}

.vh-height-3687
{
    height: calc(100vh - 3687px);
}

.vh-height-3688
{
    height: calc(100vh - 3688px);
}

.vh-height-3689
{
    height: calc(100vh - 3689px);
}

.vh-height-3690
{
    height: calc(100vh - 3690px);
}

.vh-height-3691
{
    height: calc(100vh - 3691px);
}

.vh-height-3692
{
    height: calc(100vh - 3692px);
}

.vh-height-3693
{
    height: calc(100vh - 3693px);
}

.vh-height-3694
{
    height: calc(100vh - 3694px);
}

.vh-height-3695
{
    height: calc(100vh - 3695px);
}

.vh-height-3696
{
    height: calc(100vh - 3696px);
}

.vh-height-3697
{
    height: calc(100vh - 3697px);
}

.vh-height-3698
{
    height: calc(100vh - 3698px);
}

.vh-height-3699
{
    height: calc(100vh - 3699px);
}

.vh-height-3700
{
    height: calc(100vh - 3700px);
}

.vh-height-3701
{
    height: calc(100vh - 3701px);
}

.vh-height-3702
{
    height: calc(100vh - 3702px);
}

.vh-height-3703
{
    height: calc(100vh - 3703px);
}

.vh-height-3704
{
    height: calc(100vh - 3704px);
}

.vh-height-3705
{
    height: calc(100vh - 3705px);
}

.vh-height-3706
{
    height: calc(100vh - 3706px);
}

.vh-height-3707
{
    height: calc(100vh - 3707px);
}

.vh-height-3708
{
    height: calc(100vh - 3708px);
}

.vh-height-3709
{
    height: calc(100vh - 3709px);
}

.vh-height-3710
{
    height: calc(100vh - 3710px);
}

.vh-height-3711
{
    height: calc(100vh - 3711px);
}

.vh-height-3712
{
    height: calc(100vh - 3712px);
}

.vh-height-3713
{
    height: calc(100vh - 3713px);
}

.vh-height-3714
{
    height: calc(100vh - 3714px);
}

.vh-height-3715
{
    height: calc(100vh - 3715px);
}

.vh-height-3716
{
    height: calc(100vh - 3716px);
}

.vh-height-3717
{
    height: calc(100vh - 3717px);
}

.vh-height-3718
{
    height: calc(100vh - 3718px);
}

.vh-height-3719
{
    height: calc(100vh - 3719px);
}

.vh-height-3720
{
    height: calc(100vh - 3720px);
}

.vh-height-3721
{
    height: calc(100vh - 3721px);
}

.vh-height-3722
{
    height: calc(100vh - 3722px);
}

.vh-height-3723
{
    height: calc(100vh - 3723px);
}

.vh-height-3724
{
    height: calc(100vh - 3724px);
}

.vh-height-3725
{
    height: calc(100vh - 3725px);
}

.vh-height-3726
{
    height: calc(100vh - 3726px);
}

.vh-height-3727
{
    height: calc(100vh - 3727px);
}

.vh-height-3728
{
    height: calc(100vh - 3728px);
}

.vh-height-3729
{
    height: calc(100vh - 3729px);
}

.vh-height-3730
{
    height: calc(100vh - 3730px);
}

.vh-height-3731
{
    height: calc(100vh - 3731px);
}

.vh-height-3732
{
    height: calc(100vh - 3732px);
}

.vh-height-3733
{
    height: calc(100vh - 3733px);
}

.vh-height-3734
{
    height: calc(100vh - 3734px);
}

.vh-height-3735
{
    height: calc(100vh - 3735px);
}

.vh-height-3736
{
    height: calc(100vh - 3736px);
}

.vh-height-3737
{
    height: calc(100vh - 3737px);
}

.vh-height-3738
{
    height: calc(100vh - 3738px);
}

.vh-height-3739
{
    height: calc(100vh - 3739px);
}

.vh-height-3740
{
    height: calc(100vh - 3740px);
}

.vh-height-3741
{
    height: calc(100vh - 3741px);
}

.vh-height-3742
{
    height: calc(100vh - 3742px);
}

.vh-height-3743
{
    height: calc(100vh - 3743px);
}

.vh-height-3744
{
    height: calc(100vh - 3744px);
}

.vh-height-3745
{
    height: calc(100vh - 3745px);
}

.vh-height-3746
{
    height: calc(100vh - 3746px);
}

.vh-height-3747
{
    height: calc(100vh - 3747px);
}

.vh-height-3748
{
    height: calc(100vh - 3748px);
}

.vh-height-3749
{
    height: calc(100vh - 3749px);
}

.vh-height-3750
{
    height: calc(100vh - 3750px);
}

.vh-height-3751
{
    height: calc(100vh - 3751px);
}

.vh-height-3752
{
    height: calc(100vh - 3752px);
}

.vh-height-3753
{
    height: calc(100vh - 3753px);
}

.vh-height-3754
{
    height: calc(100vh - 3754px);
}

.vh-height-3755
{
    height: calc(100vh - 3755px);
}

.vh-height-3756
{
    height: calc(100vh - 3756px);
}

.vh-height-3757
{
    height: calc(100vh - 3757px);
}

.vh-height-3758
{
    height: calc(100vh - 3758px);
}

.vh-height-3759
{
    height: calc(100vh - 3759px);
}

.vh-height-3760
{
    height: calc(100vh - 3760px);
}

.vh-height-3761
{
    height: calc(100vh - 3761px);
}

.vh-height-3762
{
    height: calc(100vh - 3762px);
}

.vh-height-3763
{
    height: calc(100vh - 3763px);
}

.vh-height-3764
{
    height: calc(100vh - 3764px);
}

.vh-height-3765
{
    height: calc(100vh - 3765px);
}

.vh-height-3766
{
    height: calc(100vh - 3766px);
}

.vh-height-3767
{
    height: calc(100vh - 3767px);
}

.vh-height-3768
{
    height: calc(100vh - 3768px);
}

.vh-height-3769
{
    height: calc(100vh - 3769px);
}

.vh-height-3770
{
    height: calc(100vh - 3770px);
}

.vh-height-3771
{
    height: calc(100vh - 3771px);
}

.vh-height-3772
{
    height: calc(100vh - 3772px);
}

.vh-height-3773
{
    height: calc(100vh - 3773px);
}

.vh-height-3774
{
    height: calc(100vh - 3774px);
}

.vh-height-3775
{
    height: calc(100vh - 3775px);
}

.vh-height-3776
{
    height: calc(100vh - 3776px);
}

.vh-height-3777
{
    height: calc(100vh - 3777px);
}

.vh-height-3778
{
    height: calc(100vh - 3778px);
}

.vh-height-3779
{
    height: calc(100vh - 3779px);
}

.vh-height-3780
{
    height: calc(100vh - 3780px);
}

.vh-height-3781
{
    height: calc(100vh - 3781px);
}

.vh-height-3782
{
    height: calc(100vh - 3782px);
}

.vh-height-3783
{
    height: calc(100vh - 3783px);
}

.vh-height-3784
{
    height: calc(100vh - 3784px);
}

.vh-height-3785
{
    height: calc(100vh - 3785px);
}

.vh-height-3786
{
    height: calc(100vh - 3786px);
}

.vh-height-3787
{
    height: calc(100vh - 3787px);
}

.vh-height-3788
{
    height: calc(100vh - 3788px);
}

.vh-height-3789
{
    height: calc(100vh - 3789px);
}

.vh-height-3790
{
    height: calc(100vh - 3790px);
}

.vh-height-3791
{
    height: calc(100vh - 3791px);
}

.vh-height-3792
{
    height: calc(100vh - 3792px);
}

.vh-height-3793
{
    height: calc(100vh - 3793px);
}

.vh-height-3794
{
    height: calc(100vh - 3794px);
}

.vh-height-3795
{
    height: calc(100vh - 3795px);
}

.vh-height-3796
{
    height: calc(100vh - 3796px);
}

.vh-height-3797
{
    height: calc(100vh - 3797px);
}

.vh-height-3798
{
    height: calc(100vh - 3798px);
}

.vh-height-3799
{
    height: calc(100vh - 3799px);
}

.vh-height-3800
{
    height: calc(100vh - 3800px);
}

.vh-height-3801
{
    height: calc(100vh - 3801px);
}

.vh-height-3802
{
    height: calc(100vh - 3802px);
}

.vh-height-3803
{
    height: calc(100vh - 3803px);
}

.vh-height-3804
{
    height: calc(100vh - 3804px);
}

.vh-height-3805
{
    height: calc(100vh - 3805px);
}

.vh-height-3806
{
    height: calc(100vh - 3806px);
}

.vh-height-3807
{
    height: calc(100vh - 3807px);
}

.vh-height-3808
{
    height: calc(100vh - 3808px);
}

.vh-height-3809
{
    height: calc(100vh - 3809px);
}

.vh-height-3810
{
    height: calc(100vh - 3810px);
}

.vh-height-3811
{
    height: calc(100vh - 3811px);
}

.vh-height-3812
{
    height: calc(100vh - 3812px);
}

.vh-height-3813
{
    height: calc(100vh - 3813px);
}

.vh-height-3814
{
    height: calc(100vh - 3814px);
}

.vh-height-3815
{
    height: calc(100vh - 3815px);
}

.vh-height-3816
{
    height: calc(100vh - 3816px);
}

.vh-height-3817
{
    height: calc(100vh - 3817px);
}

.vh-height-3818
{
    height: calc(100vh - 3818px);
}

.vh-height-3819
{
    height: calc(100vh - 3819px);
}

.vh-height-3820
{
    height: calc(100vh - 3820px);
}

.vh-height-3821
{
    height: calc(100vh - 3821px);
}

.vh-height-3822
{
    height: calc(100vh - 3822px);
}

.vh-height-3823
{
    height: calc(100vh - 3823px);
}

.vh-height-3824
{
    height: calc(100vh - 3824px);
}

.vh-height-3825
{
    height: calc(100vh - 3825px);
}

.vh-height-3826
{
    height: calc(100vh - 3826px);
}

.vh-height-3827
{
    height: calc(100vh - 3827px);
}

.vh-height-3828
{
    height: calc(100vh - 3828px);
}

.vh-height-3829
{
    height: calc(100vh - 3829px);
}

.vh-height-3830
{
    height: calc(100vh - 3830px);
}

.vh-height-3831
{
    height: calc(100vh - 3831px);
}

.vh-height-3832
{
    height: calc(100vh - 3832px);
}

.vh-height-3833
{
    height: calc(100vh - 3833px);
}

.vh-height-3834
{
    height: calc(100vh - 3834px);
}

.vh-height-3835
{
    height: calc(100vh - 3835px);
}

.vh-height-3836
{
    height: calc(100vh - 3836px);
}

.vh-height-3837
{
    height: calc(100vh - 3837px);
}

.vh-height-3838
{
    height: calc(100vh - 3838px);
}

.vh-height-3839
{
    height: calc(100vh - 3839px);
}

.vh-height-3840
{
    height: calc(100vh - 3840px);
}

.vh-height-3841
{
    height: calc(100vh - 3841px);
}

.vh-height-3842
{
    height: calc(100vh - 3842px);
}

.vh-height-3843
{
    height: calc(100vh - 3843px);
}

.vh-height-3844
{
    height: calc(100vh - 3844px);
}

.vh-height-3845
{
    height: calc(100vh - 3845px);
}

.vh-height-3846
{
    height: calc(100vh - 3846px);
}

.vh-height-3847
{
    height: calc(100vh - 3847px);
}

.vh-height-3848
{
    height: calc(100vh - 3848px);
}

.vh-height-3849
{
    height: calc(100vh - 3849px);
}

.vh-height-3850
{
    height: calc(100vh - 3850px);
}

.vh-height-3851
{
    height: calc(100vh - 3851px);
}

.vh-height-3852
{
    height: calc(100vh - 3852px);
}

.vh-height-3853
{
    height: calc(100vh - 3853px);
}

.vh-height-3854
{
    height: calc(100vh - 3854px);
}

.vh-height-3855
{
    height: calc(100vh - 3855px);
}

.vh-height-3856
{
    height: calc(100vh - 3856px);
}

.vh-height-3857
{
    height: calc(100vh - 3857px);
}

.vh-height-3858
{
    height: calc(100vh - 3858px);
}

.vh-height-3859
{
    height: calc(100vh - 3859px);
}

.vh-height-3860
{
    height: calc(100vh - 3860px);
}

.vh-height-3861
{
    height: calc(100vh - 3861px);
}

.vh-height-3862
{
    height: calc(100vh - 3862px);
}

.vh-height-3863
{
    height: calc(100vh - 3863px);
}

.vh-height-3864
{
    height: calc(100vh - 3864px);
}

.vh-height-3865
{
    height: calc(100vh - 3865px);
}

.vh-height-3866
{
    height: calc(100vh - 3866px);
}

.vh-height-3867
{
    height: calc(100vh - 3867px);
}

.vh-height-3868
{
    height: calc(100vh - 3868px);
}

.vh-height-3869
{
    height: calc(100vh - 3869px);
}

.vh-height-3870
{
    height: calc(100vh - 3870px);
}

.vh-height-3871
{
    height: calc(100vh - 3871px);
}

.vh-height-3872
{
    height: calc(100vh - 3872px);
}

.vh-height-3873
{
    height: calc(100vh - 3873px);
}

.vh-height-3874
{
    height: calc(100vh - 3874px);
}

.vh-height-3875
{
    height: calc(100vh - 3875px);
}

.vh-height-3876
{
    height: calc(100vh - 3876px);
}

.vh-height-3877
{
    height: calc(100vh - 3877px);
}

.vh-height-3878
{
    height: calc(100vh - 3878px);
}

.vh-height-3879
{
    height: calc(100vh - 3879px);
}

.vh-height-3880
{
    height: calc(100vh - 3880px);
}

.vh-height-3881
{
    height: calc(100vh - 3881px);
}

.vh-height-3882
{
    height: calc(100vh - 3882px);
}

.vh-height-3883
{
    height: calc(100vh - 3883px);
}

.vh-height-3884
{
    height: calc(100vh - 3884px);
}

.vh-height-3885
{
    height: calc(100vh - 3885px);
}

.vh-height-3886
{
    height: calc(100vh - 3886px);
}

.vh-height-3887
{
    height: calc(100vh - 3887px);
}

.vh-height-3888
{
    height: calc(100vh - 3888px);
}

.vh-height-3889
{
    height: calc(100vh - 3889px);
}

.vh-height-3890
{
    height: calc(100vh - 3890px);
}

.vh-height-3891
{
    height: calc(100vh - 3891px);
}

.vh-height-3892
{
    height: calc(100vh - 3892px);
}

.vh-height-3893
{
    height: calc(100vh - 3893px);
}

.vh-height-3894
{
    height: calc(100vh - 3894px);
}

.vh-height-3895
{
    height: calc(100vh - 3895px);
}

.vh-height-3896
{
    height: calc(100vh - 3896px);
}

.vh-height-3897
{
    height: calc(100vh - 3897px);
}

.vh-height-3898
{
    height: calc(100vh - 3898px);
}

.vh-height-3899
{
    height: calc(100vh - 3899px);
}

.vh-height-3900
{
    height: calc(100vh - 3900px);
}

.vh-height-3901
{
    height: calc(100vh - 3901px);
}

.vh-height-3902
{
    height: calc(100vh - 3902px);
}

.vh-height-3903
{
    height: calc(100vh - 3903px);
}

.vh-height-3904
{
    height: calc(100vh - 3904px);
}

.vh-height-3905
{
    height: calc(100vh - 3905px);
}

.vh-height-3906
{
    height: calc(100vh - 3906px);
}

.vh-height-3907
{
    height: calc(100vh - 3907px);
}

.vh-height-3908
{
    height: calc(100vh - 3908px);
}

.vh-height-3909
{
    height: calc(100vh - 3909px);
}

.vh-height-3910
{
    height: calc(100vh - 3910px);
}

.vh-height-3911
{
    height: calc(100vh - 3911px);
}

.vh-height-3912
{
    height: calc(100vh - 3912px);
}

.vh-height-3913
{
    height: calc(100vh - 3913px);
}

.vh-height-3914
{
    height: calc(100vh - 3914px);
}

.vh-height-3915
{
    height: calc(100vh - 3915px);
}

.vh-height-3916
{
    height: calc(100vh - 3916px);
}

.vh-height-3917
{
    height: calc(100vh - 3917px);
}

.vh-height-3918
{
    height: calc(100vh - 3918px);
}

.vh-height-3919
{
    height: calc(100vh - 3919px);
}

.vh-height-3920
{
    height: calc(100vh - 3920px);
}

.vh-height-3921
{
    height: calc(100vh - 3921px);
}

.vh-height-3922
{
    height: calc(100vh - 3922px);
}

.vh-height-3923
{
    height: calc(100vh - 3923px);
}

.vh-height-3924
{
    height: calc(100vh - 3924px);
}

.vh-height-3925
{
    height: calc(100vh - 3925px);
}

.vh-height-3926
{
    height: calc(100vh - 3926px);
}

.vh-height-3927
{
    height: calc(100vh - 3927px);
}

.vh-height-3928
{
    height: calc(100vh - 3928px);
}

.vh-height-3929
{
    height: calc(100vh - 3929px);
}

.vh-height-3930
{
    height: calc(100vh - 3930px);
}

.vh-height-3931
{
    height: calc(100vh - 3931px);
}

.vh-height-3932
{
    height: calc(100vh - 3932px);
}

.vh-height-3933
{
    height: calc(100vh - 3933px);
}

.vh-height-3934
{
    height: calc(100vh - 3934px);
}

.vh-height-3935
{
    height: calc(100vh - 3935px);
}

.vh-height-3936
{
    height: calc(100vh - 3936px);
}

.vh-height-3937
{
    height: calc(100vh - 3937px);
}

.vh-height-3938
{
    height: calc(100vh - 3938px);
}

.vh-height-3939
{
    height: calc(100vh - 3939px);
}

.vh-height-3940
{
    height: calc(100vh - 3940px);
}

.vh-height-3941
{
    height: calc(100vh - 3941px);
}

.vh-height-3942
{
    height: calc(100vh - 3942px);
}

.vh-height-3943
{
    height: calc(100vh - 3943px);
}

.vh-height-3944
{
    height: calc(100vh - 3944px);
}

.vh-height-3945
{
    height: calc(100vh - 3945px);
}

.vh-height-3946
{
    height: calc(100vh - 3946px);
}

.vh-height-3947
{
    height: calc(100vh - 3947px);
}

.vh-height-3948
{
    height: calc(100vh - 3948px);
}

.vh-height-3949
{
    height: calc(100vh - 3949px);
}

.vh-height-3950
{
    height: calc(100vh - 3950px);
}

.vh-height-3951
{
    height: calc(100vh - 3951px);
}

.vh-height-3952
{
    height: calc(100vh - 3952px);
}

.vh-height-3953
{
    height: calc(100vh - 3953px);
}

.vh-height-3954
{
    height: calc(100vh - 3954px);
}

.vh-height-3955
{
    height: calc(100vh - 3955px);
}

.vh-height-3956
{
    height: calc(100vh - 3956px);
}

.vh-height-3957
{
    height: calc(100vh - 3957px);
}

.vh-height-3958
{
    height: calc(100vh - 3958px);
}

.vh-height-3959
{
    height: calc(100vh - 3959px);
}

.vh-height-3960
{
    height: calc(100vh - 3960px);
}

.vh-height-3961
{
    height: calc(100vh - 3961px);
}

.vh-height-3962
{
    height: calc(100vh - 3962px);
}

.vh-height-3963
{
    height: calc(100vh - 3963px);
}

.vh-height-3964
{
    height: calc(100vh - 3964px);
}

.vh-height-3965
{
    height: calc(100vh - 3965px);
}

.vh-height-3966
{
    height: calc(100vh - 3966px);
}

.vh-height-3967
{
    height: calc(100vh - 3967px);
}

.vh-height-3968
{
    height: calc(100vh - 3968px);
}

.vh-height-3969
{
    height: calc(100vh - 3969px);
}

.vh-height-3970
{
    height: calc(100vh - 3970px);
}

.vh-height-3971
{
    height: calc(100vh - 3971px);
}

.vh-height-3972
{
    height: calc(100vh - 3972px);
}

.vh-height-3973
{
    height: calc(100vh - 3973px);
}

.vh-height-3974
{
    height: calc(100vh - 3974px);
}

.vh-height-3975
{
    height: calc(100vh - 3975px);
}

.vh-height-3976
{
    height: calc(100vh - 3976px);
}

.vh-height-3977
{
    height: calc(100vh - 3977px);
}

.vh-height-3978
{
    height: calc(100vh - 3978px);
}

.vh-height-3979
{
    height: calc(100vh - 3979px);
}

.vh-height-3980
{
    height: calc(100vh - 3980px);
}

.vh-height-3981
{
    height: calc(100vh - 3981px);
}

.vh-height-3982
{
    height: calc(100vh - 3982px);
}

.vh-height-3983
{
    height: calc(100vh - 3983px);
}

.vh-height-3984
{
    height: calc(100vh - 3984px);
}

.vh-height-3985
{
    height: calc(100vh - 3985px);
}

.vh-height-3986
{
    height: calc(100vh - 3986px);
}

.vh-height-3987
{
    height: calc(100vh - 3987px);
}

.vh-height-3988
{
    height: calc(100vh - 3988px);
}

.vh-height-3989
{
    height: calc(100vh - 3989px);
}

.vh-height-3990
{
    height: calc(100vh - 3990px);
}

.vh-height-3991
{
    height: calc(100vh - 3991px);
}

.vh-height-3992
{
    height: calc(100vh - 3992px);
}

.vh-height-3993
{
    height: calc(100vh - 3993px);
}

.vh-height-3994
{
    height: calc(100vh - 3994px);
}

.vh-height-3995
{
    height: calc(100vh - 3995px);
}

.vh-height-3996
{
    height: calc(100vh - 3996px);
}

.vh-height-3997
{
    height: calc(100vh - 3997px);
}

.vh-height-3998
{
    height: calc(100vh - 3998px);
}

.vh-height-3999
{
    height: calc(100vh - 3999px);
}

.vh-height-4000
{
    height: calc(100vh - 4000px);
}

.vh-height-4001
{
    height: calc(100vh - 4001px);
}

.vh-height-4002
{
    height: calc(100vh - 4002px);
}

.vh-height-4003
{
    height: calc(100vh - 4003px);
}

.vh-height-4004
{
    height: calc(100vh - 4004px);
}

.vh-height-4005
{
    height: calc(100vh - 4005px);
}

.vh-height-4006
{
    height: calc(100vh - 4006px);
}

.vh-height-4007
{
    height: calc(100vh - 4007px);
}

.vh-height-4008
{
    height: calc(100vh - 4008px);
}

.vh-height-4009
{
    height: calc(100vh - 4009px);
}

.vh-height-4010
{
    height: calc(100vh - 4010px);
}

.vh-height-4011
{
    height: calc(100vh - 4011px);
}

.vh-height-4012
{
    height: calc(100vh - 4012px);
}

.vh-height-4013
{
    height: calc(100vh - 4013px);
}

.vh-height-4014
{
    height: calc(100vh - 4014px);
}

.vh-height-4015
{
    height: calc(100vh - 4015px);
}

.vh-height-4016
{
    height: calc(100vh - 4016px);
}

.vh-height-4017
{
    height: calc(100vh - 4017px);
}

.vh-height-4018
{
    height: calc(100vh - 4018px);
}

.vh-height-4019
{
    height: calc(100vh - 4019px);
}

.vh-height-4020
{
    height: calc(100vh - 4020px);
}

.vh-height-4021
{
    height: calc(100vh - 4021px);
}

.vh-height-4022
{
    height: calc(100vh - 4022px);
}

.vh-height-4023
{
    height: calc(100vh - 4023px);
}

.vh-height-4024
{
    height: calc(100vh - 4024px);
}

.vh-height-4025
{
    height: calc(100vh - 4025px);
}

.vh-height-4026
{
    height: calc(100vh - 4026px);
}

.vh-height-4027
{
    height: calc(100vh - 4027px);
}

.vh-height-4028
{
    height: calc(100vh - 4028px);
}

.vh-height-4029
{
    height: calc(100vh - 4029px);
}

.vh-height-4030
{
    height: calc(100vh - 4030px);
}

.vh-height-4031
{
    height: calc(100vh - 4031px);
}

.vh-height-4032
{
    height: calc(100vh - 4032px);
}

.vh-height-4033
{
    height: calc(100vh - 4033px);
}

.vh-height-4034
{
    height: calc(100vh - 4034px);
}

.vh-height-4035
{
    height: calc(100vh - 4035px);
}

.vh-height-4036
{
    height: calc(100vh - 4036px);
}

.vh-height-4037
{
    height: calc(100vh - 4037px);
}

.vh-height-4038
{
    height: calc(100vh - 4038px);
}

.vh-height-4039
{
    height: calc(100vh - 4039px);
}

.vh-height-4040
{
    height: calc(100vh - 4040px);
}

.vh-height-4041
{
    height: calc(100vh - 4041px);
}

.vh-height-4042
{
    height: calc(100vh - 4042px);
}

.vh-height-4043
{
    height: calc(100vh - 4043px);
}

.vh-height-4044
{
    height: calc(100vh - 4044px);
}

.vh-height-4045
{
    height: calc(100vh - 4045px);
}

.vh-height-4046
{
    height: calc(100vh - 4046px);
}

.vh-height-4047
{
    height: calc(100vh - 4047px);
}

.vh-height-4048
{
    height: calc(100vh - 4048px);
}

.vh-height-4049
{
    height: calc(100vh - 4049px);
}

.vh-height-4050
{
    height: calc(100vh - 4050px);
}

.vh-height-4051
{
    height: calc(100vh - 4051px);
}

.vh-height-4052
{
    height: calc(100vh - 4052px);
}

.vh-height-4053
{
    height: calc(100vh - 4053px);
}

.vh-height-4054
{
    height: calc(100vh - 4054px);
}

.vh-height-4055
{
    height: calc(100vh - 4055px);
}

.vh-height-4056
{
    height: calc(100vh - 4056px);
}

.vh-height-4057
{
    height: calc(100vh - 4057px);
}

.vh-height-4058
{
    height: calc(100vh - 4058px);
}

.vh-height-4059
{
    height: calc(100vh - 4059px);
}

.vh-height-4060
{
    height: calc(100vh - 4060px);
}

.vh-height-4061
{
    height: calc(100vh - 4061px);
}

.vh-height-4062
{
    height: calc(100vh - 4062px);
}

.vh-height-4063
{
    height: calc(100vh - 4063px);
}

.vh-height-4064
{
    height: calc(100vh - 4064px);
}

.vh-height-4065
{
    height: calc(100vh - 4065px);
}

.vh-height-4066
{
    height: calc(100vh - 4066px);
}

.vh-height-4067
{
    height: calc(100vh - 4067px);
}

.vh-height-4068
{
    height: calc(100vh - 4068px);
}

.vh-height-4069
{
    height: calc(100vh - 4069px);
}

.vh-height-4070
{
    height: calc(100vh - 4070px);
}

.vh-height-4071
{
    height: calc(100vh - 4071px);
}

.vh-height-4072
{
    height: calc(100vh - 4072px);
}

.vh-height-4073
{
    height: calc(100vh - 4073px);
}

.vh-height-4074
{
    height: calc(100vh - 4074px);
}

.vh-height-4075
{
    height: calc(100vh - 4075px);
}

.vh-height-4076
{
    height: calc(100vh - 4076px);
}

.vh-height-4077
{
    height: calc(100vh - 4077px);
}

.vh-height-4078
{
    height: calc(100vh - 4078px);
}

.vh-height-4079
{
    height: calc(100vh - 4079px);
}

.vh-height-4080
{
    height: calc(100vh - 4080px);
}

.vh-height-4081
{
    height: calc(100vh - 4081px);
}

.vh-height-4082
{
    height: calc(100vh - 4082px);
}

.vh-height-4083
{
    height: calc(100vh - 4083px);
}

.vh-height-4084
{
    height: calc(100vh - 4084px);
}

.vh-height-4085
{
    height: calc(100vh - 4085px);
}

.vh-height-4086
{
    height: calc(100vh - 4086px);
}

.vh-height-4087
{
    height: calc(100vh - 4087px);
}

.vh-height-4088
{
    height: calc(100vh - 4088px);
}

.vh-height-4089
{
    height: calc(100vh - 4089px);
}

.vh-height-4090
{
    height: calc(100vh - 4090px);
}

.vh-height-4091
{
    height: calc(100vh - 4091px);
}

.vh-height-4092
{
    height: calc(100vh - 4092px);
}

.vh-height-4093
{
    height: calc(100vh - 4093px);
}

.vh-height-4094
{
    height: calc(100vh - 4094px);
}

.vh-height-4095
{
    height: calc(100vh - 4095px);
}

.vh-height-4096
{
    height: calc(100vh - 4096px);
}

.vh-height-4097
{
    height: calc(100vh - 4097px);
}

.vh-height-4098
{
    height: calc(100vh - 4098px);
}

.vh-height-4099
{
    height: calc(100vh - 4099px);
}

.vh-height-4100
{
    height: calc(100vh - 4100px);
}

.vh-height-4101
{
    height: calc(100vh - 4101px);
}

.vh-height-4102
{
    height: calc(100vh - 4102px);
}

.vh-height-4103
{
    height: calc(100vh - 4103px);
}

.vh-height-4104
{
    height: calc(100vh - 4104px);
}

.vh-height-4105
{
    height: calc(100vh - 4105px);
}

.vh-height-4106
{
    height: calc(100vh - 4106px);
}

.vh-height-4107
{
    height: calc(100vh - 4107px);
}

.vh-height-4108
{
    height: calc(100vh - 4108px);
}

.vh-height-4109
{
    height: calc(100vh - 4109px);
}

.vh-height-4110
{
    height: calc(100vh - 4110px);
}

.vh-height-4111
{
    height: calc(100vh - 4111px);
}

.vh-height-4112
{
    height: calc(100vh - 4112px);
}

.vh-height-4113
{
    height: calc(100vh - 4113px);
}

.vh-height-4114
{
    height: calc(100vh - 4114px);
}

.vh-height-4115
{
    height: calc(100vh - 4115px);
}

.vh-height-4116
{
    height: calc(100vh - 4116px);
}

.vh-height-4117
{
    height: calc(100vh - 4117px);
}

.vh-height-4118
{
    height: calc(100vh - 4118px);
}

.vh-height-4119
{
    height: calc(100vh - 4119px);
}

.vh-height-4120
{
    height: calc(100vh - 4120px);
}

.vh-height-4121
{
    height: calc(100vh - 4121px);
}

.vh-height-4122
{
    height: calc(100vh - 4122px);
}

.vh-height-4123
{
    height: calc(100vh - 4123px);
}

.vh-height-4124
{
    height: calc(100vh - 4124px);
}

.vh-height-4125
{
    height: calc(100vh - 4125px);
}

.vh-height-4126
{
    height: calc(100vh - 4126px);
}

.vh-height-4127
{
    height: calc(100vh - 4127px);
}

.vh-height-4128
{
    height: calc(100vh - 4128px);
}

.vh-height-4129
{
    height: calc(100vh - 4129px);
}

.vh-height-4130
{
    height: calc(100vh - 4130px);
}

.vh-height-4131
{
    height: calc(100vh - 4131px);
}

.vh-height-4132
{
    height: calc(100vh - 4132px);
}

.vh-height-4133
{
    height: calc(100vh - 4133px);
}

.vh-height-4134
{
    height: calc(100vh - 4134px);
}

.vh-height-4135
{
    height: calc(100vh - 4135px);
}

.vh-height-4136
{
    height: calc(100vh - 4136px);
}

.vh-height-4137
{
    height: calc(100vh - 4137px);
}

.vh-height-4138
{
    height: calc(100vh - 4138px);
}

.vh-height-4139
{
    height: calc(100vh - 4139px);
}

.vh-height-4140
{
    height: calc(100vh - 4140px);
}

.vh-height-4141
{
    height: calc(100vh - 4141px);
}

.vh-height-4142
{
    height: calc(100vh - 4142px);
}

.vh-height-4143
{
    height: calc(100vh - 4143px);
}

.vh-height-4144
{
    height: calc(100vh - 4144px);
}

.vh-height-4145
{
    height: calc(100vh - 4145px);
}

.vh-height-4146
{
    height: calc(100vh - 4146px);
}

.vh-height-4147
{
    height: calc(100vh - 4147px);
}

.vh-height-4148
{
    height: calc(100vh - 4148px);
}

.vh-height-4149
{
    height: calc(100vh - 4149px);
}

.vh-height-4150
{
    height: calc(100vh - 4150px);
}

.vh-height-4151
{
    height: calc(100vh - 4151px);
}

.vh-height-4152
{
    height: calc(100vh - 4152px);
}

.vh-height-4153
{
    height: calc(100vh - 4153px);
}

.vh-height-4154
{
    height: calc(100vh - 4154px);
}

.vh-height-4155
{
    height: calc(100vh - 4155px);
}

.vh-height-4156
{
    height: calc(100vh - 4156px);
}

.vh-height-4157
{
    height: calc(100vh - 4157px);
}

.vh-height-4158
{
    height: calc(100vh - 4158px);
}

.vh-height-4159
{
    height: calc(100vh - 4159px);
}

.vh-height-4160
{
    height: calc(100vh - 4160px);
}

.vh-height-4161
{
    height: calc(100vh - 4161px);
}

.vh-height-4162
{
    height: calc(100vh - 4162px);
}

.vh-height-4163
{
    height: calc(100vh - 4163px);
}

.vh-height-4164
{
    height: calc(100vh - 4164px);
}

.vh-height-4165
{
    height: calc(100vh - 4165px);
}

.vh-height-4166
{
    height: calc(100vh - 4166px);
}

.vh-height-4167
{
    height: calc(100vh - 4167px);
}

.vh-height-4168
{
    height: calc(100vh - 4168px);
}

.vh-height-4169
{
    height: calc(100vh - 4169px);
}

.vh-height-4170
{
    height: calc(100vh - 4170px);
}

.vh-height-4171
{
    height: calc(100vh - 4171px);
}

.vh-height-4172
{
    height: calc(100vh - 4172px);
}

.vh-height-4173
{
    height: calc(100vh - 4173px);
}

.vh-height-4174
{
    height: calc(100vh - 4174px);
}

.vh-height-4175
{
    height: calc(100vh - 4175px);
}

.vh-height-4176
{
    height: calc(100vh - 4176px);
}

.vh-height-4177
{
    height: calc(100vh - 4177px);
}

.vh-height-4178
{
    height: calc(100vh - 4178px);
}

.vh-height-4179
{
    height: calc(100vh - 4179px);
}

.vh-height-4180
{
    height: calc(100vh - 4180px);
}

.vh-height-4181
{
    height: calc(100vh - 4181px);
}

.vh-height-4182
{
    height: calc(100vh - 4182px);
}

.vh-height-4183
{
    height: calc(100vh - 4183px);
}

.vh-height-4184
{
    height: calc(100vh - 4184px);
}

.vh-height-4185
{
    height: calc(100vh - 4185px);
}

.vh-height-4186
{
    height: calc(100vh - 4186px);
}

.vh-height-4187
{
    height: calc(100vh - 4187px);
}

.vh-height-4188
{
    height: calc(100vh - 4188px);
}

.vh-height-4189
{
    height: calc(100vh - 4189px);
}

.vh-height-4190
{
    height: calc(100vh - 4190px);
}

.vh-height-4191
{
    height: calc(100vh - 4191px);
}

.vh-height-4192
{
    height: calc(100vh - 4192px);
}

.vh-height-4193
{
    height: calc(100vh - 4193px);
}

.vh-height-4194
{
    height: calc(100vh - 4194px);
}

.vh-height-4195
{
    height: calc(100vh - 4195px);
}

.vh-height-4196
{
    height: calc(100vh - 4196px);
}

.vh-height-4197
{
    height: calc(100vh - 4197px);
}

.vh-height-4198
{
    height: calc(100vh - 4198px);
}

.vh-height-4199
{
    height: calc(100vh - 4199px);
}

.vh-height-4200
{
    height: calc(100vh - 4200px);
}

.vh-height-4201
{
    height: calc(100vh - 4201px);
}

.vh-height-4202
{
    height: calc(100vh - 4202px);
}

.vh-height-4203
{
    height: calc(100vh - 4203px);
}

.vh-height-4204
{
    height: calc(100vh - 4204px);
}

.vh-height-4205
{
    height: calc(100vh - 4205px);
}

.vh-height-4206
{
    height: calc(100vh - 4206px);
}

.vh-height-4207
{
    height: calc(100vh - 4207px);
}

.vh-height-4208
{
    height: calc(100vh - 4208px);
}

.vh-height-4209
{
    height: calc(100vh - 4209px);
}

.vh-height-4210
{
    height: calc(100vh - 4210px);
}

.vh-height-4211
{
    height: calc(100vh - 4211px);
}

.vh-height-4212
{
    height: calc(100vh - 4212px);
}

.vh-height-4213
{
    height: calc(100vh - 4213px);
}

.vh-height-4214
{
    height: calc(100vh - 4214px);
}

.vh-height-4215
{
    height: calc(100vh - 4215px);
}

.vh-height-4216
{
    height: calc(100vh - 4216px);
}

.vh-height-4217
{
    height: calc(100vh - 4217px);
}

.vh-height-4218
{
    height: calc(100vh - 4218px);
}

.vh-height-4219
{
    height: calc(100vh - 4219px);
}

.vh-height-4220
{
    height: calc(100vh - 4220px);
}

.vh-height-4221
{
    height: calc(100vh - 4221px);
}

.vh-height-4222
{
    height: calc(100vh - 4222px);
}

.vh-height-4223
{
    height: calc(100vh - 4223px);
}

.vh-height-4224
{
    height: calc(100vh - 4224px);
}

.vh-height-4225
{
    height: calc(100vh - 4225px);
}

.vh-height-4226
{
    height: calc(100vh - 4226px);
}

.vh-height-4227
{
    height: calc(100vh - 4227px);
}

.vh-height-4228
{
    height: calc(100vh - 4228px);
}

.vh-height-4229
{
    height: calc(100vh - 4229px);
}

.vh-height-4230
{
    height: calc(100vh - 4230px);
}

.vh-height-4231
{
    height: calc(100vh - 4231px);
}

.vh-height-4232
{
    height: calc(100vh - 4232px);
}

.vh-height-4233
{
    height: calc(100vh - 4233px);
}

.vh-height-4234
{
    height: calc(100vh - 4234px);
}

.vh-height-4235
{
    height: calc(100vh - 4235px);
}

.vh-height-4236
{
    height: calc(100vh - 4236px);
}

.vh-height-4237
{
    height: calc(100vh - 4237px);
}

.vh-height-4238
{
    height: calc(100vh - 4238px);
}

.vh-height-4239
{
    height: calc(100vh - 4239px);
}

.vh-height-4240
{
    height: calc(100vh - 4240px);
}

.vh-height-4241
{
    height: calc(100vh - 4241px);
}

.vh-height-4242
{
    height: calc(100vh - 4242px);
}

.vh-height-4243
{
    height: calc(100vh - 4243px);
}

.vh-height-4244
{
    height: calc(100vh - 4244px);
}

.vh-height-4245
{
    height: calc(100vh - 4245px);
}

.vh-height-4246
{
    height: calc(100vh - 4246px);
}

.vh-height-4247
{
    height: calc(100vh - 4247px);
}

.vh-height-4248
{
    height: calc(100vh - 4248px);
}

.vh-height-4249
{
    height: calc(100vh - 4249px);
}

.vh-height-4250
{
    height: calc(100vh - 4250px);
}

.vh-height-4251
{
    height: calc(100vh - 4251px);
}

.vh-height-4252
{
    height: calc(100vh - 4252px);
}

.vh-height-4253
{
    height: calc(100vh - 4253px);
}

.vh-height-4254
{
    height: calc(100vh - 4254px);
}

.vh-height-4255
{
    height: calc(100vh - 4255px);
}

.vh-height-4256
{
    height: calc(100vh - 4256px);
}

.vh-height-4257
{
    height: calc(100vh - 4257px);
}

.vh-height-4258
{
    height: calc(100vh - 4258px);
}

.vh-height-4259
{
    height: calc(100vh - 4259px);
}

.vh-height-4260
{
    height: calc(100vh - 4260px);
}

.vh-height-4261
{
    height: calc(100vh - 4261px);
}

.vh-height-4262
{
    height: calc(100vh - 4262px);
}

.vh-height-4263
{
    height: calc(100vh - 4263px);
}

.vh-height-4264
{
    height: calc(100vh - 4264px);
}

.vh-height-4265
{
    height: calc(100vh - 4265px);
}

.vh-height-4266
{
    height: calc(100vh - 4266px);
}

.vh-height-4267
{
    height: calc(100vh - 4267px);
}

.vh-height-4268
{
    height: calc(100vh - 4268px);
}

.vh-height-4269
{
    height: calc(100vh - 4269px);
}

.vh-height-4270
{
    height: calc(100vh - 4270px);
}

.vh-height-4271
{
    height: calc(100vh - 4271px);
}

.vh-height-4272
{
    height: calc(100vh - 4272px);
}

.vh-height-4273
{
    height: calc(100vh - 4273px);
}

.vh-height-4274
{
    height: calc(100vh - 4274px);
}

.vh-height-4275
{
    height: calc(100vh - 4275px);
}

.vh-height-4276
{
    height: calc(100vh - 4276px);
}

.vh-height-4277
{
    height: calc(100vh - 4277px);
}

.vh-height-4278
{
    height: calc(100vh - 4278px);
}

.vh-height-4279
{
    height: calc(100vh - 4279px);
}

.vh-height-4280
{
    height: calc(100vh - 4280px);
}

.vh-height-4281
{
    height: calc(100vh - 4281px);
}

.vh-height-4282
{
    height: calc(100vh - 4282px);
}

.vh-height-4283
{
    height: calc(100vh - 4283px);
}

.vh-height-4284
{
    height: calc(100vh - 4284px);
}

.vh-height-4285
{
    height: calc(100vh - 4285px);
}

.vh-height-4286
{
    height: calc(100vh - 4286px);
}

.vh-height-4287
{
    height: calc(100vh - 4287px);
}

.vh-height-4288
{
    height: calc(100vh - 4288px);
}

.vh-height-4289
{
    height: calc(100vh - 4289px);
}

.vh-height-4290
{
    height: calc(100vh - 4290px);
}

.vh-height-4291
{
    height: calc(100vh - 4291px);
}

.vh-height-4292
{
    height: calc(100vh - 4292px);
}

.vh-height-4293
{
    height: calc(100vh - 4293px);
}

.vh-height-4294
{
    height: calc(100vh - 4294px);
}

.vh-height-4295
{
    height: calc(100vh - 4295px);
}

.vh-height-4296
{
    height: calc(100vh - 4296px);
}

.vh-height-4297
{
    height: calc(100vh - 4297px);
}

.vh-height-4298
{
    height: calc(100vh - 4298px);
}

.vh-height-4299
{
    height: calc(100vh - 4299px);
}

.vh-height-4300
{
    height: calc(100vh - 4300px);
}

.vh-height-4301
{
    height: calc(100vh - 4301px);
}

.vh-height-4302
{
    height: calc(100vh - 4302px);
}

.vh-height-4303
{
    height: calc(100vh - 4303px);
}

.vh-height-4304
{
    height: calc(100vh - 4304px);
}

.vh-height-4305
{
    height: calc(100vh - 4305px);
}

.vh-height-4306
{
    height: calc(100vh - 4306px);
}

.vh-height-4307
{
    height: calc(100vh - 4307px);
}

.vh-height-4308
{
    height: calc(100vh - 4308px);
}

.vh-height-4309
{
    height: calc(100vh - 4309px);
}

.vh-height-4310
{
    height: calc(100vh - 4310px);
}

.vh-height-4311
{
    height: calc(100vh - 4311px);
}

.vh-height-4312
{
    height: calc(100vh - 4312px);
}

.vh-height-4313
{
    height: calc(100vh - 4313px);
}

.vh-height-4314
{
    height: calc(100vh - 4314px);
}

.vh-height-4315
{
    height: calc(100vh - 4315px);
}

.vh-height-4316
{
    height: calc(100vh - 4316px);
}

.vh-height-4317
{
    height: calc(100vh - 4317px);
}

.vh-height-4318
{
    height: calc(100vh - 4318px);
}

.vh-height-4319
{
    height: calc(100vh - 4319px);
}

.vh-height-4320
{
    height: calc(100vh - 4320px);
}

.vh-height-4321
{
    height: calc(100vh - 4321px);
}

.vh-height-4322
{
    height: calc(100vh - 4322px);
}

.vh-height-4323
{
    height: calc(100vh - 4323px);
}

.vh-height-4324
{
    height: calc(100vh - 4324px);
}

.vh-height-4325
{
    height: calc(100vh - 4325px);
}

.vh-height-4326
{
    height: calc(100vh - 4326px);
}

.vh-height-4327
{
    height: calc(100vh - 4327px);
}

.vh-height-4328
{
    height: calc(100vh - 4328px);
}

.vh-height-4329
{
    height: calc(100vh - 4329px);
}

.vh-height-4330
{
    height: calc(100vh - 4330px);
}

.vh-height-4331
{
    height: calc(100vh - 4331px);
}

.vh-height-4332
{
    height: calc(100vh - 4332px);
}

.vh-height-4333
{
    height: calc(100vh - 4333px);
}

.vh-height-4334
{
    height: calc(100vh - 4334px);
}

.vh-height-4335
{
    height: calc(100vh - 4335px);
}

.vh-height-4336
{
    height: calc(100vh - 4336px);
}

.vh-height-4337
{
    height: calc(100vh - 4337px);
}

.vh-height-4338
{
    height: calc(100vh - 4338px);
}

.vh-height-4339
{
    height: calc(100vh - 4339px);
}

.vh-height-4340
{
    height: calc(100vh - 4340px);
}

.vh-height-4341
{
    height: calc(100vh - 4341px);
}

.vh-height-4342
{
    height: calc(100vh - 4342px);
}

.vh-height-4343
{
    height: calc(100vh - 4343px);
}

.vh-height-4344
{
    height: calc(100vh - 4344px);
}

.vh-height-4345
{
    height: calc(100vh - 4345px);
}

.vh-height-4346
{
    height: calc(100vh - 4346px);
}

.vh-height-4347
{
    height: calc(100vh - 4347px);
}

.vh-height-4348
{
    height: calc(100vh - 4348px);
}

.vh-height-4349
{
    height: calc(100vh - 4349px);
}

.vh-height-4350
{
    height: calc(100vh - 4350px);
}

.vh-height-4351
{
    height: calc(100vh - 4351px);
}

.vh-height-4352
{
    height: calc(100vh - 4352px);
}

.vh-height-4353
{
    height: calc(100vh - 4353px);
}

.vh-height-4354
{
    height: calc(100vh - 4354px);
}

.vh-height-4355
{
    height: calc(100vh - 4355px);
}

.vh-height-4356
{
    height: calc(100vh - 4356px);
}

.vh-height-4357
{
    height: calc(100vh - 4357px);
}

.vh-height-4358
{
    height: calc(100vh - 4358px);
}

.vh-height-4359
{
    height: calc(100vh - 4359px);
}

.vh-height-4360
{
    height: calc(100vh - 4360px);
}

.vh-height-4361
{
    height: calc(100vh - 4361px);
}

.vh-height-4362
{
    height: calc(100vh - 4362px);
}

.vh-height-4363
{
    height: calc(100vh - 4363px);
}

.vh-height-4364
{
    height: calc(100vh - 4364px);
}

.vh-height-4365
{
    height: calc(100vh - 4365px);
}

.vh-height-4366
{
    height: calc(100vh - 4366px);
}

.vh-height-4367
{
    height: calc(100vh - 4367px);
}

.vh-height-4368
{
    height: calc(100vh - 4368px);
}

.vh-height-4369
{
    height: calc(100vh - 4369px);
}

.vh-height-4370
{
    height: calc(100vh - 4370px);
}

.vh-height-4371
{
    height: calc(100vh - 4371px);
}

.vh-height-4372
{
    height: calc(100vh - 4372px);
}

.vh-height-4373
{
    height: calc(100vh - 4373px);
}

.vh-height-4374
{
    height: calc(100vh - 4374px);
}

.vh-height-4375
{
    height: calc(100vh - 4375px);
}

.vh-height-4376
{
    height: calc(100vh - 4376px);
}

.vh-height-4377
{
    height: calc(100vh - 4377px);
}

.vh-height-4378
{
    height: calc(100vh - 4378px);
}

.vh-height-4379
{
    height: calc(100vh - 4379px);
}

.vh-height-4380
{
    height: calc(100vh - 4380px);
}

.vh-height-4381
{
    height: calc(100vh - 4381px);
}

.vh-height-4382
{
    height: calc(100vh - 4382px);
}

.vh-height-4383
{
    height: calc(100vh - 4383px);
}

.vh-height-4384
{
    height: calc(100vh - 4384px);
}

.vh-height-4385
{
    height: calc(100vh - 4385px);
}

.vh-height-4386
{
    height: calc(100vh - 4386px);
}

.vh-height-4387
{
    height: calc(100vh - 4387px);
}

.vh-height-4388
{
    height: calc(100vh - 4388px);
}

.vh-height-4389
{
    height: calc(100vh - 4389px);
}

.vh-height-4390
{
    height: calc(100vh - 4390px);
}

.vh-height-4391
{
    height: calc(100vh - 4391px);
}

.vh-height-4392
{
    height: calc(100vh - 4392px);
}

.vh-height-4393
{
    height: calc(100vh - 4393px);
}

.vh-height-4394
{
    height: calc(100vh - 4394px);
}

.vh-height-4395
{
    height: calc(100vh - 4395px);
}

.vh-height-4396
{
    height: calc(100vh - 4396px);
}

.vh-height-4397
{
    height: calc(100vh - 4397px);
}

.vh-height-4398
{
    height: calc(100vh - 4398px);
}

.vh-height-4399
{
    height: calc(100vh - 4399px);
}

.vh-height-4400
{
    height: calc(100vh - 4400px);
}

.vh-height-4401
{
    height: calc(100vh - 4401px);
}

.vh-height-4402
{
    height: calc(100vh - 4402px);
}

.vh-height-4403
{
    height: calc(100vh - 4403px);
}

.vh-height-4404
{
    height: calc(100vh - 4404px);
}

.vh-height-4405
{
    height: calc(100vh - 4405px);
}

.vh-height-4406
{
    height: calc(100vh - 4406px);
}

.vh-height-4407
{
    height: calc(100vh - 4407px);
}

.vh-height-4408
{
    height: calc(100vh - 4408px);
}

.vh-height-4409
{
    height: calc(100vh - 4409px);
}

.vh-height-4410
{
    height: calc(100vh - 4410px);
}

.vh-height-4411
{
    height: calc(100vh - 4411px);
}

.vh-height-4412
{
    height: calc(100vh - 4412px);
}

.vh-height-4413
{
    height: calc(100vh - 4413px);
}

.vh-height-4414
{
    height: calc(100vh - 4414px);
}

.vh-height-4415
{
    height: calc(100vh - 4415px);
}

.vh-height-4416
{
    height: calc(100vh - 4416px);
}

.vh-height-4417
{
    height: calc(100vh - 4417px);
}

.vh-height-4418
{
    height: calc(100vh - 4418px);
}

.vh-height-4419
{
    height: calc(100vh - 4419px);
}

.vh-height-4420
{
    height: calc(100vh - 4420px);
}

.vh-height-4421
{
    height: calc(100vh - 4421px);
}

.vh-height-4422
{
    height: calc(100vh - 4422px);
}

.vh-height-4423
{
    height: calc(100vh - 4423px);
}

.vh-height-4424
{
    height: calc(100vh - 4424px);
}

.vh-height-4425
{
    height: calc(100vh - 4425px);
}

.vh-height-4426
{
    height: calc(100vh - 4426px);
}

.vh-height-4427
{
    height: calc(100vh - 4427px);
}

.vh-height-4428
{
    height: calc(100vh - 4428px);
}

.vh-height-4429
{
    height: calc(100vh - 4429px);
}

.vh-height-4430
{
    height: calc(100vh - 4430px);
}

.vh-height-4431
{
    height: calc(100vh - 4431px);
}

.vh-height-4432
{
    height: calc(100vh - 4432px);
}

.vh-height-4433
{
    height: calc(100vh - 4433px);
}

.vh-height-4434
{
    height: calc(100vh - 4434px);
}

.vh-height-4435
{
    height: calc(100vh - 4435px);
}

.vh-height-4436
{
    height: calc(100vh - 4436px);
}

.vh-height-4437
{
    height: calc(100vh - 4437px);
}

.vh-height-4438
{
    height: calc(100vh - 4438px);
}

.vh-height-4439
{
    height: calc(100vh - 4439px);
}

.vh-height-4440
{
    height: calc(100vh - 4440px);
}

.vh-height-4441
{
    height: calc(100vh - 4441px);
}

.vh-height-4442
{
    height: calc(100vh - 4442px);
}

.vh-height-4443
{
    height: calc(100vh - 4443px);
}

.vh-height-4444
{
    height: calc(100vh - 4444px);
}

.vh-height-4445
{
    height: calc(100vh - 4445px);
}

.vh-height-4446
{
    height: calc(100vh - 4446px);
}

.vh-height-4447
{
    height: calc(100vh - 4447px);
}

.vh-height-4448
{
    height: calc(100vh - 4448px);
}

.vh-height-4449
{
    height: calc(100vh - 4449px);
}

.vh-height-4450
{
    height: calc(100vh - 4450px);
}

.vh-height-4451
{
    height: calc(100vh - 4451px);
}

.vh-height-4452
{
    height: calc(100vh - 4452px);
}

.vh-height-4453
{
    height: calc(100vh - 4453px);
}

.vh-height-4454
{
    height: calc(100vh - 4454px);
}

.vh-height-4455
{
    height: calc(100vh - 4455px);
}

.vh-height-4456
{
    height: calc(100vh - 4456px);
}

.vh-height-4457
{
    height: calc(100vh - 4457px);
}

.vh-height-4458
{
    height: calc(100vh - 4458px);
}

.vh-height-4459
{
    height: calc(100vh - 4459px);
}

.vh-height-4460
{
    height: calc(100vh - 4460px);
}

.vh-height-4461
{
    height: calc(100vh - 4461px);
}

.vh-height-4462
{
    height: calc(100vh - 4462px);
}

.vh-height-4463
{
    height: calc(100vh - 4463px);
}

.vh-height-4464
{
    height: calc(100vh - 4464px);
}

.vh-height-4465
{
    height: calc(100vh - 4465px);
}

.vh-height-4466
{
    height: calc(100vh - 4466px);
}

.vh-height-4467
{
    height: calc(100vh - 4467px);
}

.vh-height-4468
{
    height: calc(100vh - 4468px);
}

.vh-height-4469
{
    height: calc(100vh - 4469px);
}

.vh-height-4470
{
    height: calc(100vh - 4470px);
}

.vh-height-4471
{
    height: calc(100vh - 4471px);
}

.vh-height-4472
{
    height: calc(100vh - 4472px);
}

.vh-height-4473
{
    height: calc(100vh - 4473px);
}

.vh-height-4474
{
    height: calc(100vh - 4474px);
}

.vh-height-4475
{
    height: calc(100vh - 4475px);
}

.vh-height-4476
{
    height: calc(100vh - 4476px);
}

.vh-height-4477
{
    height: calc(100vh - 4477px);
}

.vh-height-4478
{
    height: calc(100vh - 4478px);
}

.vh-height-4479
{
    height: calc(100vh - 4479px);
}

.vh-height-4480
{
    height: calc(100vh - 4480px);
}

.vh-height-4481
{
    height: calc(100vh - 4481px);
}

.vh-height-4482
{
    height: calc(100vh - 4482px);
}

.vh-height-4483
{
    height: calc(100vh - 4483px);
}

.vh-height-4484
{
    height: calc(100vh - 4484px);
}

.vh-height-4485
{
    height: calc(100vh - 4485px);
}

.vh-height-4486
{
    height: calc(100vh - 4486px);
}

.vh-height-4487
{
    height: calc(100vh - 4487px);
}

.vh-height-4488
{
    height: calc(100vh - 4488px);
}

.vh-height-4489
{
    height: calc(100vh - 4489px);
}

.vh-height-4490
{
    height: calc(100vh - 4490px);
}

.vh-height-4491
{
    height: calc(100vh - 4491px);
}

.vh-height-4492
{
    height: calc(100vh - 4492px);
}

.vh-height-4493
{
    height: calc(100vh - 4493px);
}

.vh-height-4494
{
    height: calc(100vh - 4494px);
}

.vh-height-4495
{
    height: calc(100vh - 4495px);
}

.vh-height-4496
{
    height: calc(100vh - 4496px);
}

.vh-height-4497
{
    height: calc(100vh - 4497px);
}

.vh-height-4498
{
    height: calc(100vh - 4498px);
}

.vh-height-4499
{
    height: calc(100vh - 4499px);
}

.vh-height-4500
{
    height: calc(100vh - 4500px);
}

.vh-height-4501
{
    height: calc(100vh - 4501px);
}

.vh-height-4502
{
    height: calc(100vh - 4502px);
}

.vh-height-4503
{
    height: calc(100vh - 4503px);
}

.vh-height-4504
{
    height: calc(100vh - 4504px);
}

.vh-height-4505
{
    height: calc(100vh - 4505px);
}

.vh-height-4506
{
    height: calc(100vh - 4506px);
}

.vh-height-4507
{
    height: calc(100vh - 4507px);
}

.vh-height-4508
{
    height: calc(100vh - 4508px);
}

.vh-height-4509
{
    height: calc(100vh - 4509px);
}

.vh-height-4510
{
    height: calc(100vh - 4510px);
}

.vh-height-4511
{
    height: calc(100vh - 4511px);
}

.vh-height-4512
{
    height: calc(100vh - 4512px);
}

.vh-height-4513
{
    height: calc(100vh - 4513px);
}

.vh-height-4514
{
    height: calc(100vh - 4514px);
}

.vh-height-4515
{
    height: calc(100vh - 4515px);
}

.vh-height-4516
{
    height: calc(100vh - 4516px);
}

.vh-height-4517
{
    height: calc(100vh - 4517px);
}

.vh-height-4518
{
    height: calc(100vh - 4518px);
}

.vh-height-4519
{
    height: calc(100vh - 4519px);
}

.vh-height-4520
{
    height: calc(100vh - 4520px);
}

.vh-height-4521
{
    height: calc(100vh - 4521px);
}

.vh-height-4522
{
    height: calc(100vh - 4522px);
}

.vh-height-4523
{
    height: calc(100vh - 4523px);
}

.vh-height-4524
{
    height: calc(100vh - 4524px);
}

.vh-height-4525
{
    height: calc(100vh - 4525px);
}

.vh-height-4526
{
    height: calc(100vh - 4526px);
}

.vh-height-4527
{
    height: calc(100vh - 4527px);
}

.vh-height-4528
{
    height: calc(100vh - 4528px);
}

.vh-height-4529
{
    height: calc(100vh - 4529px);
}

.vh-height-4530
{
    height: calc(100vh - 4530px);
}

.vh-height-4531
{
    height: calc(100vh - 4531px);
}

.vh-height-4532
{
    height: calc(100vh - 4532px);
}

.vh-height-4533
{
    height: calc(100vh - 4533px);
}

.vh-height-4534
{
    height: calc(100vh - 4534px);
}

.vh-height-4535
{
    height: calc(100vh - 4535px);
}

.vh-height-4536
{
    height: calc(100vh - 4536px);
}

.vh-height-4537
{
    height: calc(100vh - 4537px);
}

.vh-height-4538
{
    height: calc(100vh - 4538px);
}

.vh-height-4539
{
    height: calc(100vh - 4539px);
}

.vh-height-4540
{
    height: calc(100vh - 4540px);
}

.vh-height-4541
{
    height: calc(100vh - 4541px);
}

.vh-height-4542
{
    height: calc(100vh - 4542px);
}

.vh-height-4543
{
    height: calc(100vh - 4543px);
}

.vh-height-4544
{
    height: calc(100vh - 4544px);
}

.vh-height-4545
{
    height: calc(100vh - 4545px);
}

.vh-height-4546
{
    height: calc(100vh - 4546px);
}

.vh-height-4547
{
    height: calc(100vh - 4547px);
}

.vh-height-4548
{
    height: calc(100vh - 4548px);
}

.vh-height-4549
{
    height: calc(100vh - 4549px);
}

.vh-height-4550
{
    height: calc(100vh - 4550px);
}

.vh-height-4551
{
    height: calc(100vh - 4551px);
}

.vh-height-4552
{
    height: calc(100vh - 4552px);
}

.vh-height-4553
{
    height: calc(100vh - 4553px);
}

.vh-height-4554
{
    height: calc(100vh - 4554px);
}

.vh-height-4555
{
    height: calc(100vh - 4555px);
}

.vh-height-4556
{
    height: calc(100vh - 4556px);
}

.vh-height-4557
{
    height: calc(100vh - 4557px);
}

.vh-height-4558
{
    height: calc(100vh - 4558px);
}

.vh-height-4559
{
    height: calc(100vh - 4559px);
}

.vh-height-4560
{
    height: calc(100vh - 4560px);
}

.vh-height-4561
{
    height: calc(100vh - 4561px);
}

.vh-height-4562
{
    height: calc(100vh - 4562px);
}

.vh-height-4563
{
    height: calc(100vh - 4563px);
}

.vh-height-4564
{
    height: calc(100vh - 4564px);
}

.vh-height-4565
{
    height: calc(100vh - 4565px);
}

.vh-height-4566
{
    height: calc(100vh - 4566px);
}

.vh-height-4567
{
    height: calc(100vh - 4567px);
}

.vh-height-4568
{
    height: calc(100vh - 4568px);
}

.vh-height-4569
{
    height: calc(100vh - 4569px);
}

.vh-height-4570
{
    height: calc(100vh - 4570px);
}

.vh-height-4571
{
    height: calc(100vh - 4571px);
}

.vh-height-4572
{
    height: calc(100vh - 4572px);
}

.vh-height-4573
{
    height: calc(100vh - 4573px);
}

.vh-height-4574
{
    height: calc(100vh - 4574px);
}

.vh-height-4575
{
    height: calc(100vh - 4575px);
}

.vh-height-4576
{
    height: calc(100vh - 4576px);
}

.vh-height-4577
{
    height: calc(100vh - 4577px);
}

.vh-height-4578
{
    height: calc(100vh - 4578px);
}

.vh-height-4579
{
    height: calc(100vh - 4579px);
}

.vh-height-4580
{
    height: calc(100vh - 4580px);
}

.vh-height-4581
{
    height: calc(100vh - 4581px);
}

.vh-height-4582
{
    height: calc(100vh - 4582px);
}

.vh-height-4583
{
    height: calc(100vh - 4583px);
}

.vh-height-4584
{
    height: calc(100vh - 4584px);
}

.vh-height-4585
{
    height: calc(100vh - 4585px);
}

.vh-height-4586
{
    height: calc(100vh - 4586px);
}

.vh-height-4587
{
    height: calc(100vh - 4587px);
}

.vh-height-4588
{
    height: calc(100vh - 4588px);
}

.vh-height-4589
{
    height: calc(100vh - 4589px);
}

.vh-height-4590
{
    height: calc(100vh - 4590px);
}

.vh-height-4591
{
    height: calc(100vh - 4591px);
}

.vh-height-4592
{
    height: calc(100vh - 4592px);
}

.vh-height-4593
{
    height: calc(100vh - 4593px);
}

.vh-height-4594
{
    height: calc(100vh - 4594px);
}

.vh-height-4595
{
    height: calc(100vh - 4595px);
}

.vh-height-4596
{
    height: calc(100vh - 4596px);
}

.vh-height-4597
{
    height: calc(100vh - 4597px);
}

.vh-height-4598
{
    height: calc(100vh - 4598px);
}

.vh-height-4599
{
    height: calc(100vh - 4599px);
}

.vh-height-4600
{
    height: calc(100vh - 4600px);
}

.vh-height-4601
{
    height: calc(100vh - 4601px);
}

.vh-height-4602
{
    height: calc(100vh - 4602px);
}

.vh-height-4603
{
    height: calc(100vh - 4603px);
}

.vh-height-4604
{
    height: calc(100vh - 4604px);
}

.vh-height-4605
{
    height: calc(100vh - 4605px);
}

.vh-height-4606
{
    height: calc(100vh - 4606px);
}

.vh-height-4607
{
    height: calc(100vh - 4607px);
}

.vh-height-4608
{
    height: calc(100vh - 4608px);
}

.vh-height-4609
{
    height: calc(100vh - 4609px);
}

.vh-height-4610
{
    height: calc(100vh - 4610px);
}

.vh-height-4611
{
    height: calc(100vh - 4611px);
}

.vh-height-4612
{
    height: calc(100vh - 4612px);
}

.vh-height-4613
{
    height: calc(100vh - 4613px);
}

.vh-height-4614
{
    height: calc(100vh - 4614px);
}

.vh-height-4615
{
    height: calc(100vh - 4615px);
}

.vh-height-4616
{
    height: calc(100vh - 4616px);
}

.vh-height-4617
{
    height: calc(100vh - 4617px);
}

.vh-height-4618
{
    height: calc(100vh - 4618px);
}

.vh-height-4619
{
    height: calc(100vh - 4619px);
}

.vh-height-4620
{
    height: calc(100vh - 4620px);
}

.vh-height-4621
{
    height: calc(100vh - 4621px);
}

.vh-height-4622
{
    height: calc(100vh - 4622px);
}

.vh-height-4623
{
    height: calc(100vh - 4623px);
}

.vh-height-4624
{
    height: calc(100vh - 4624px);
}

.vh-height-4625
{
    height: calc(100vh - 4625px);
}

.vh-height-4626
{
    height: calc(100vh - 4626px);
}

.vh-height-4627
{
    height: calc(100vh - 4627px);
}

.vh-height-4628
{
    height: calc(100vh - 4628px);
}

.vh-height-4629
{
    height: calc(100vh - 4629px);
}

.vh-height-4630
{
    height: calc(100vh - 4630px);
}

.vh-height-4631
{
    height: calc(100vh - 4631px);
}

.vh-height-4632
{
    height: calc(100vh - 4632px);
}

.vh-height-4633
{
    height: calc(100vh - 4633px);
}

.vh-height-4634
{
    height: calc(100vh - 4634px);
}

.vh-height-4635
{
    height: calc(100vh - 4635px);
}

.vh-height-4636
{
    height: calc(100vh - 4636px);
}

.vh-height-4637
{
    height: calc(100vh - 4637px);
}

.vh-height-4638
{
    height: calc(100vh - 4638px);
}

.vh-height-4639
{
    height: calc(100vh - 4639px);
}

.vh-height-4640
{
    height: calc(100vh - 4640px);
}

.vh-height-4641
{
    height: calc(100vh - 4641px);
}

.vh-height-4642
{
    height: calc(100vh - 4642px);
}

.vh-height-4643
{
    height: calc(100vh - 4643px);
}

.vh-height-4644
{
    height: calc(100vh - 4644px);
}

.vh-height-4645
{
    height: calc(100vh - 4645px);
}

.vh-height-4646
{
    height: calc(100vh - 4646px);
}

.vh-height-4647
{
    height: calc(100vh - 4647px);
}

.vh-height-4648
{
    height: calc(100vh - 4648px);
}

.vh-height-4649
{
    height: calc(100vh - 4649px);
}

.vh-height-4650
{
    height: calc(100vh - 4650px);
}

.vh-height-4651
{
    height: calc(100vh - 4651px);
}

.vh-height-4652
{
    height: calc(100vh - 4652px);
}

.vh-height-4653
{
    height: calc(100vh - 4653px);
}

.vh-height-4654
{
    height: calc(100vh - 4654px);
}

.vh-height-4655
{
    height: calc(100vh - 4655px);
}

.vh-height-4656
{
    height: calc(100vh - 4656px);
}

.vh-height-4657
{
    height: calc(100vh - 4657px);
}

.vh-height-4658
{
    height: calc(100vh - 4658px);
}

.vh-height-4659
{
    height: calc(100vh - 4659px);
}

.vh-height-4660
{
    height: calc(100vh - 4660px);
}

.vh-height-4661
{
    height: calc(100vh - 4661px);
}

.vh-height-4662
{
    height: calc(100vh - 4662px);
}

.vh-height-4663
{
    height: calc(100vh - 4663px);
}

.vh-height-4664
{
    height: calc(100vh - 4664px);
}

.vh-height-4665
{
    height: calc(100vh - 4665px);
}

.vh-height-4666
{
    height: calc(100vh - 4666px);
}

.vh-height-4667
{
    height: calc(100vh - 4667px);
}

.vh-height-4668
{
    height: calc(100vh - 4668px);
}

.vh-height-4669
{
    height: calc(100vh - 4669px);
}

.vh-height-4670
{
    height: calc(100vh - 4670px);
}

.vh-height-4671
{
    height: calc(100vh - 4671px);
}

.vh-height-4672
{
    height: calc(100vh - 4672px);
}

.vh-height-4673
{
    height: calc(100vh - 4673px);
}

.vh-height-4674
{
    height: calc(100vh - 4674px);
}

.vh-height-4675
{
    height: calc(100vh - 4675px);
}

.vh-height-4676
{
    height: calc(100vh - 4676px);
}

.vh-height-4677
{
    height: calc(100vh - 4677px);
}

.vh-height-4678
{
    height: calc(100vh - 4678px);
}

.vh-height-4679
{
    height: calc(100vh - 4679px);
}

.vh-height-4680
{
    height: calc(100vh - 4680px);
}

.vh-height-4681
{
    height: calc(100vh - 4681px);
}

.vh-height-4682
{
    height: calc(100vh - 4682px);
}

.vh-height-4683
{
    height: calc(100vh - 4683px);
}

.vh-height-4684
{
    height: calc(100vh - 4684px);
}

.vh-height-4685
{
    height: calc(100vh - 4685px);
}

.vh-height-4686
{
    height: calc(100vh - 4686px);
}

.vh-height-4687
{
    height: calc(100vh - 4687px);
}

.vh-height-4688
{
    height: calc(100vh - 4688px);
}

.vh-height-4689
{
    height: calc(100vh - 4689px);
}

.vh-height-4690
{
    height: calc(100vh - 4690px);
}

.vh-height-4691
{
    height: calc(100vh - 4691px);
}

.vh-height-4692
{
    height: calc(100vh - 4692px);
}

.vh-height-4693
{
    height: calc(100vh - 4693px);
}

.vh-height-4694
{
    height: calc(100vh - 4694px);
}

.vh-height-4695
{
    height: calc(100vh - 4695px);
}

.vh-height-4696
{
    height: calc(100vh - 4696px);
}

.vh-height-4697
{
    height: calc(100vh - 4697px);
}

.vh-height-4698
{
    height: calc(100vh - 4698px);
}

.vh-height-4699
{
    height: calc(100vh - 4699px);
}

.vh-height-4700
{
    height: calc(100vh - 4700px);
}

.vh-height-4701
{
    height: calc(100vh - 4701px);
}

.vh-height-4702
{
    height: calc(100vh - 4702px);
}

.vh-height-4703
{
    height: calc(100vh - 4703px);
}

.vh-height-4704
{
    height: calc(100vh - 4704px);
}

.vh-height-4705
{
    height: calc(100vh - 4705px);
}

.vh-height-4706
{
    height: calc(100vh - 4706px);
}

.vh-height-4707
{
    height: calc(100vh - 4707px);
}

.vh-height-4708
{
    height: calc(100vh - 4708px);
}

.vh-height-4709
{
    height: calc(100vh - 4709px);
}

.vh-height-4710
{
    height: calc(100vh - 4710px);
}

.vh-height-4711
{
    height: calc(100vh - 4711px);
}

.vh-height-4712
{
    height: calc(100vh - 4712px);
}

.vh-height-4713
{
    height: calc(100vh - 4713px);
}

.vh-height-4714
{
    height: calc(100vh - 4714px);
}

.vh-height-4715
{
    height: calc(100vh - 4715px);
}

.vh-height-4716
{
    height: calc(100vh - 4716px);
}

.vh-height-4717
{
    height: calc(100vh - 4717px);
}

.vh-height-4718
{
    height: calc(100vh - 4718px);
}

.vh-height-4719
{
    height: calc(100vh - 4719px);
}

.vh-height-4720
{
    height: calc(100vh - 4720px);
}

.vh-height-4721
{
    height: calc(100vh - 4721px);
}

.vh-height-4722
{
    height: calc(100vh - 4722px);
}

.vh-height-4723
{
    height: calc(100vh - 4723px);
}

.vh-height-4724
{
    height: calc(100vh - 4724px);
}

.vh-height-4725
{
    height: calc(100vh - 4725px);
}

.vh-height-4726
{
    height: calc(100vh - 4726px);
}

.vh-height-4727
{
    height: calc(100vh - 4727px);
}

.vh-height-4728
{
    height: calc(100vh - 4728px);
}

.vh-height-4729
{
    height: calc(100vh - 4729px);
}

.vh-height-4730
{
    height: calc(100vh - 4730px);
}

.vh-height-4731
{
    height: calc(100vh - 4731px);
}

.vh-height-4732
{
    height: calc(100vh - 4732px);
}

.vh-height-4733
{
    height: calc(100vh - 4733px);
}

.vh-height-4734
{
    height: calc(100vh - 4734px);
}

.vh-height-4735
{
    height: calc(100vh - 4735px);
}

.vh-height-4736
{
    height: calc(100vh - 4736px);
}

.vh-height-4737
{
    height: calc(100vh - 4737px);
}

.vh-height-4738
{
    height: calc(100vh - 4738px);
}

.vh-height-4739
{
    height: calc(100vh - 4739px);
}

.vh-height-4740
{
    height: calc(100vh - 4740px);
}

.vh-height-4741
{
    height: calc(100vh - 4741px);
}

.vh-height-4742
{
    height: calc(100vh - 4742px);
}

.vh-height-4743
{
    height: calc(100vh - 4743px);
}

.vh-height-4744
{
    height: calc(100vh - 4744px);
}

.vh-height-4745
{
    height: calc(100vh - 4745px);
}

.vh-height-4746
{
    height: calc(100vh - 4746px);
}

.vh-height-4747
{
    height: calc(100vh - 4747px);
}

.vh-height-4748
{
    height: calc(100vh - 4748px);
}

.vh-height-4749
{
    height: calc(100vh - 4749px);
}

.vh-height-4750
{
    height: calc(100vh - 4750px);
}

.vh-height-4751
{
    height: calc(100vh - 4751px);
}

.vh-height-4752
{
    height: calc(100vh - 4752px);
}

.vh-height-4753
{
    height: calc(100vh - 4753px);
}

.vh-height-4754
{
    height: calc(100vh - 4754px);
}

.vh-height-4755
{
    height: calc(100vh - 4755px);
}

.vh-height-4756
{
    height: calc(100vh - 4756px);
}

.vh-height-4757
{
    height: calc(100vh - 4757px);
}

.vh-height-4758
{
    height: calc(100vh - 4758px);
}

.vh-height-4759
{
    height: calc(100vh - 4759px);
}

.vh-height-4760
{
    height: calc(100vh - 4760px);
}

.vh-height-4761
{
    height: calc(100vh - 4761px);
}

.vh-height-4762
{
    height: calc(100vh - 4762px);
}

.vh-height-4763
{
    height: calc(100vh - 4763px);
}

.vh-height-4764
{
    height: calc(100vh - 4764px);
}

.vh-height-4765
{
    height: calc(100vh - 4765px);
}

.vh-height-4766
{
    height: calc(100vh - 4766px);
}

.vh-height-4767
{
    height: calc(100vh - 4767px);
}

.vh-height-4768
{
    height: calc(100vh - 4768px);
}

.vh-height-4769
{
    height: calc(100vh - 4769px);
}

.vh-height-4770
{
    height: calc(100vh - 4770px);
}

.vh-height-4771
{
    height: calc(100vh - 4771px);
}

.vh-height-4772
{
    height: calc(100vh - 4772px);
}

.vh-height-4773
{
    height: calc(100vh - 4773px);
}

.vh-height-4774
{
    height: calc(100vh - 4774px);
}

.vh-height-4775
{
    height: calc(100vh - 4775px);
}

.vh-height-4776
{
    height: calc(100vh - 4776px);
}

.vh-height-4777
{
    height: calc(100vh - 4777px);
}

.vh-height-4778
{
    height: calc(100vh - 4778px);
}

.vh-height-4779
{
    height: calc(100vh - 4779px);
}

.vh-height-4780
{
    height: calc(100vh - 4780px);
}

.vh-height-4781
{
    height: calc(100vh - 4781px);
}

.vh-height-4782
{
    height: calc(100vh - 4782px);
}

.vh-height-4783
{
    height: calc(100vh - 4783px);
}

.vh-height-4784
{
    height: calc(100vh - 4784px);
}

.vh-height-4785
{
    height: calc(100vh - 4785px);
}

.vh-height-4786
{
    height: calc(100vh - 4786px);
}

.vh-height-4787
{
    height: calc(100vh - 4787px);
}

.vh-height-4788
{
    height: calc(100vh - 4788px);
}

.vh-height-4789
{
    height: calc(100vh - 4789px);
}

.vh-height-4790
{
    height: calc(100vh - 4790px);
}

.vh-height-4791
{
    height: calc(100vh - 4791px);
}

.vh-height-4792
{
    height: calc(100vh - 4792px);
}

.vh-height-4793
{
    height: calc(100vh - 4793px);
}

.vh-height-4794
{
    height: calc(100vh - 4794px);
}

.vh-height-4795
{
    height: calc(100vh - 4795px);
}

.vh-height-4796
{
    height: calc(100vh - 4796px);
}

.vh-height-4797
{
    height: calc(100vh - 4797px);
}

.vh-height-4798
{
    height: calc(100vh - 4798px);
}

.vh-height-4799
{
    height: calc(100vh - 4799px);
}

.vh-height-4800
{
    height: calc(100vh - 4800px);
}

.vh-height-4801
{
    height: calc(100vh - 4801px);
}

.vh-height-4802
{
    height: calc(100vh - 4802px);
}

.vh-height-4803
{
    height: calc(100vh - 4803px);
}

.vh-height-4804
{
    height: calc(100vh - 4804px);
}

.vh-height-4805
{
    height: calc(100vh - 4805px);
}

.vh-height-4806
{
    height: calc(100vh - 4806px);
}

.vh-height-4807
{
    height: calc(100vh - 4807px);
}

.vh-height-4808
{
    height: calc(100vh - 4808px);
}

.vh-height-4809
{
    height: calc(100vh - 4809px);
}

.vh-height-4810
{
    height: calc(100vh - 4810px);
}

.vh-height-4811
{
    height: calc(100vh - 4811px);
}

.vh-height-4812
{
    height: calc(100vh - 4812px);
}

.vh-height-4813
{
    height: calc(100vh - 4813px);
}

.vh-height-4814
{
    height: calc(100vh - 4814px);
}

.vh-height-4815
{
    height: calc(100vh - 4815px);
}

.vh-height-4816
{
    height: calc(100vh - 4816px);
}

.vh-height-4817
{
    height: calc(100vh - 4817px);
}

.vh-height-4818
{
    height: calc(100vh - 4818px);
}

.vh-height-4819
{
    height: calc(100vh - 4819px);
}

.vh-height-4820
{
    height: calc(100vh - 4820px);
}

.vh-height-4821
{
    height: calc(100vh - 4821px);
}

.vh-height-4822
{
    height: calc(100vh - 4822px);
}

.vh-height-4823
{
    height: calc(100vh - 4823px);
}

.vh-height-4824
{
    height: calc(100vh - 4824px);
}

.vh-height-4825
{
    height: calc(100vh - 4825px);
}

.vh-height-4826
{
    height: calc(100vh - 4826px);
}

.vh-height-4827
{
    height: calc(100vh - 4827px);
}

.vh-height-4828
{
    height: calc(100vh - 4828px);
}

.vh-height-4829
{
    height: calc(100vh - 4829px);
}

.vh-height-4830
{
    height: calc(100vh - 4830px);
}

.vh-height-4831
{
    height: calc(100vh - 4831px);
}

.vh-height-4832
{
    height: calc(100vh - 4832px);
}

.vh-height-4833
{
    height: calc(100vh - 4833px);
}

.vh-height-4834
{
    height: calc(100vh - 4834px);
}

.vh-height-4835
{
    height: calc(100vh - 4835px);
}

.vh-height-4836
{
    height: calc(100vh - 4836px);
}

.vh-height-4837
{
    height: calc(100vh - 4837px);
}

.vh-height-4838
{
    height: calc(100vh - 4838px);
}

.vh-height-4839
{
    height: calc(100vh - 4839px);
}

.vh-height-4840
{
    height: calc(100vh - 4840px);
}

.vh-height-4841
{
    height: calc(100vh - 4841px);
}

.vh-height-4842
{
    height: calc(100vh - 4842px);
}

.vh-height-4843
{
    height: calc(100vh - 4843px);
}

.vh-height-4844
{
    height: calc(100vh - 4844px);
}

.vh-height-4845
{
    height: calc(100vh - 4845px);
}

.vh-height-4846
{
    height: calc(100vh - 4846px);
}

.vh-height-4847
{
    height: calc(100vh - 4847px);
}

.vh-height-4848
{
    height: calc(100vh - 4848px);
}

.vh-height-4849
{
    height: calc(100vh - 4849px);
}

.vh-height-4850
{
    height: calc(100vh - 4850px);
}

.vh-height-4851
{
    height: calc(100vh - 4851px);
}

.vh-height-4852
{
    height: calc(100vh - 4852px);
}

.vh-height-4853
{
    height: calc(100vh - 4853px);
}

.vh-height-4854
{
    height: calc(100vh - 4854px);
}

.vh-height-4855
{
    height: calc(100vh - 4855px);
}

.vh-height-4856
{
    height: calc(100vh - 4856px);
}

.vh-height-4857
{
    height: calc(100vh - 4857px);
}

.vh-height-4858
{
    height: calc(100vh - 4858px);
}

.vh-height-4859
{
    height: calc(100vh - 4859px);
}

.vh-height-4860
{
    height: calc(100vh - 4860px);
}

.vh-height-4861
{
    height: calc(100vh - 4861px);
}

.vh-height-4862
{
    height: calc(100vh - 4862px);
}

.vh-height-4863
{
    height: calc(100vh - 4863px);
}

.vh-height-4864
{
    height: calc(100vh - 4864px);
}

.vh-height-4865
{
    height: calc(100vh - 4865px);
}

.vh-height-4866
{
    height: calc(100vh - 4866px);
}

.vh-height-4867
{
    height: calc(100vh - 4867px);
}

.vh-height-4868
{
    height: calc(100vh - 4868px);
}

.vh-height-4869
{
    height: calc(100vh - 4869px);
}

.vh-height-4870
{
    height: calc(100vh - 4870px);
}

.vh-height-4871
{
    height: calc(100vh - 4871px);
}

.vh-height-4872
{
    height: calc(100vh - 4872px);
}

.vh-height-4873
{
    height: calc(100vh - 4873px);
}

.vh-height-4874
{
    height: calc(100vh - 4874px);
}

.vh-height-4875
{
    height: calc(100vh - 4875px);
}

.vh-height-4876
{
    height: calc(100vh - 4876px);
}

.vh-height-4877
{
    height: calc(100vh - 4877px);
}

.vh-height-4878
{
    height: calc(100vh - 4878px);
}

.vh-height-4879
{
    height: calc(100vh - 4879px);
}

.vh-height-4880
{
    height: calc(100vh - 4880px);
}

.vh-height-4881
{
    height: calc(100vh - 4881px);
}

.vh-height-4882
{
    height: calc(100vh - 4882px);
}

.vh-height-4883
{
    height: calc(100vh - 4883px);
}

.vh-height-4884
{
    height: calc(100vh - 4884px);
}

.vh-height-4885
{
    height: calc(100vh - 4885px);
}

.vh-height-4886
{
    height: calc(100vh - 4886px);
}

.vh-height-4887
{
    height: calc(100vh - 4887px);
}

.vh-height-4888
{
    height: calc(100vh - 4888px);
}

.vh-height-4889
{
    height: calc(100vh - 4889px);
}

.vh-height-4890
{
    height: calc(100vh - 4890px);
}

.vh-height-4891
{
    height: calc(100vh - 4891px);
}

.vh-height-4892
{
    height: calc(100vh - 4892px);
}

.vh-height-4893
{
    height: calc(100vh - 4893px);
}

.vh-height-4894
{
    height: calc(100vh - 4894px);
}

.vh-height-4895
{
    height: calc(100vh - 4895px);
}

.vh-height-4896
{
    height: calc(100vh - 4896px);
}

.vh-height-4897
{
    height: calc(100vh - 4897px);
}

.vh-height-4898
{
    height: calc(100vh - 4898px);
}

.vh-height-4899
{
    height: calc(100vh - 4899px);
}

.vh-height-4900
{
    height: calc(100vh - 4900px);
}

.vh-height-4901
{
    height: calc(100vh - 4901px);
}

.vh-height-4902
{
    height: calc(100vh - 4902px);
}

.vh-height-4903
{
    height: calc(100vh - 4903px);
}

.vh-height-4904
{
    height: calc(100vh - 4904px);
}

.vh-height-4905
{
    height: calc(100vh - 4905px);
}

.vh-height-4906
{
    height: calc(100vh - 4906px);
}

.vh-height-4907
{
    height: calc(100vh - 4907px);
}

.vh-height-4908
{
    height: calc(100vh - 4908px);
}

.vh-height-4909
{
    height: calc(100vh - 4909px);
}

.vh-height-4910
{
    height: calc(100vh - 4910px);
}

.vh-height-4911
{
    height: calc(100vh - 4911px);
}

.vh-height-4912
{
    height: calc(100vh - 4912px);
}

.vh-height-4913
{
    height: calc(100vh - 4913px);
}

.vh-height-4914
{
    height: calc(100vh - 4914px);
}

.vh-height-4915
{
    height: calc(100vh - 4915px);
}

.vh-height-4916
{
    height: calc(100vh - 4916px);
}

.vh-height-4917
{
    height: calc(100vh - 4917px);
}

.vh-height-4918
{
    height: calc(100vh - 4918px);
}

.vh-height-4919
{
    height: calc(100vh - 4919px);
}

.vh-height-4920
{
    height: calc(100vh - 4920px);
}

.vh-height-4921
{
    height: calc(100vh - 4921px);
}

.vh-height-4922
{
    height: calc(100vh - 4922px);
}

.vh-height-4923
{
    height: calc(100vh - 4923px);
}

.vh-height-4924
{
    height: calc(100vh - 4924px);
}

.vh-height-4925
{
    height: calc(100vh - 4925px);
}

.vh-height-4926
{
    height: calc(100vh - 4926px);
}

.vh-height-4927
{
    height: calc(100vh - 4927px);
}

.vh-height-4928
{
    height: calc(100vh - 4928px);
}

.vh-height-4929
{
    height: calc(100vh - 4929px);
}

.vh-height-4930
{
    height: calc(100vh - 4930px);
}

.vh-height-4931
{
    height: calc(100vh - 4931px);
}

.vh-height-4932
{
    height: calc(100vh - 4932px);
}

.vh-height-4933
{
    height: calc(100vh - 4933px);
}

.vh-height-4934
{
    height: calc(100vh - 4934px);
}

.vh-height-4935
{
    height: calc(100vh - 4935px);
}

.vh-height-4936
{
    height: calc(100vh - 4936px);
}

.vh-height-4937
{
    height: calc(100vh - 4937px);
}

.vh-height-4938
{
    height: calc(100vh - 4938px);
}

.vh-height-4939
{
    height: calc(100vh - 4939px);
}

.vh-height-4940
{
    height: calc(100vh - 4940px);
}

.vh-height-4941
{
    height: calc(100vh - 4941px);
}

.vh-height-4942
{
    height: calc(100vh - 4942px);
}

.vh-height-4943
{
    height: calc(100vh - 4943px);
}

.vh-height-4944
{
    height: calc(100vh - 4944px);
}

.vh-height-4945
{
    height: calc(100vh - 4945px);
}

.vh-height-4946
{
    height: calc(100vh - 4946px);
}

.vh-height-4947
{
    height: calc(100vh - 4947px);
}

.vh-height-4948
{
    height: calc(100vh - 4948px);
}

.vh-height-4949
{
    height: calc(100vh - 4949px);
}

.vh-height-4950
{
    height: calc(100vh - 4950px);
}

.vh-height-4951
{
    height: calc(100vh - 4951px);
}

.vh-height-4952
{
    height: calc(100vh - 4952px);
}

.vh-height-4953
{
    height: calc(100vh - 4953px);
}

.vh-height-4954
{
    height: calc(100vh - 4954px);
}

.vh-height-4955
{
    height: calc(100vh - 4955px);
}

.vh-height-4956
{
    height: calc(100vh - 4956px);
}

.vh-height-4957
{
    height: calc(100vh - 4957px);
}

.vh-height-4958
{
    height: calc(100vh - 4958px);
}

.vh-height-4959
{
    height: calc(100vh - 4959px);
}

.vh-height-4960
{
    height: calc(100vh - 4960px);
}

.vh-height-4961
{
    height: calc(100vh - 4961px);
}

.vh-height-4962
{
    height: calc(100vh - 4962px);
}

.vh-height-4963
{
    height: calc(100vh - 4963px);
}

.vh-height-4964
{
    height: calc(100vh - 4964px);
}

.vh-height-4965
{
    height: calc(100vh - 4965px);
}

.vh-height-4966
{
    height: calc(100vh - 4966px);
}

.vh-height-4967
{
    height: calc(100vh - 4967px);
}

.vh-height-4968
{
    height: calc(100vh - 4968px);
}

.vh-height-4969
{
    height: calc(100vh - 4969px);
}

.vh-height-4970
{
    height: calc(100vh - 4970px);
}

.vh-height-4971
{
    height: calc(100vh - 4971px);
}

.vh-height-4972
{
    height: calc(100vh - 4972px);
}

.vh-height-4973
{
    height: calc(100vh - 4973px);
}

.vh-height-4974
{
    height: calc(100vh - 4974px);
}

.vh-height-4975
{
    height: calc(100vh - 4975px);
}

.vh-height-4976
{
    height: calc(100vh - 4976px);
}

.vh-height-4977
{
    height: calc(100vh - 4977px);
}

.vh-height-4978
{
    height: calc(100vh - 4978px);
}

.vh-height-4979
{
    height: calc(100vh - 4979px);
}

.vh-height-4980
{
    height: calc(100vh - 4980px);
}

.vh-height-4981
{
    height: calc(100vh - 4981px);
}

.vh-height-4982
{
    height: calc(100vh - 4982px);
}

.vh-height-4983
{
    height: calc(100vh - 4983px);
}

.vh-height-4984
{
    height: calc(100vh - 4984px);
}

.vh-height-4985
{
    height: calc(100vh - 4985px);
}

.vh-height-4986
{
    height: calc(100vh - 4986px);
}

.vh-height-4987
{
    height: calc(100vh - 4987px);
}

.vh-height-4988
{
    height: calc(100vh - 4988px);
}

.vh-height-4989
{
    height: calc(100vh - 4989px);
}

.vh-height-4990
{
    height: calc(100vh - 4990px);
}

.vh-height-4991
{
    height: calc(100vh - 4991px);
}

.vh-height-4992
{
    height: calc(100vh - 4992px);
}

.vh-height-4993
{
    height: calc(100vh - 4993px);
}

.vh-height-4994
{
    height: calc(100vh - 4994px);
}

.vh-height-4995
{
    height: calc(100vh - 4995px);
}

.vh-height-4996
{
    height: calc(100vh - 4996px);
}

.vh-height-4997
{
    height: calc(100vh - 4997px);
}

.vh-height-4998
{
    height: calc(100vh - 4998px);
}

.vh-height-4999
{
    height: calc(100vh - 4999px);
}

.vh-height-5000
{
    height: calc(100vh - 5000px);
}

.trend
{
    font-size: 1em;

    margin-top: 5px;
    margin-left: 10px;
}

.trend.trend-upwards
{
    background-image: url(../images/svg/upward-trend.svg);
    background-repeat: no-repeat;
    background-size: 1em;
}

.trend.trend-upwards p
{
    font-weight: bold;

    margin-top: -1.5px;
    margin-left: 20px;

    color: rgb(1, 199, 177);
}

.trend.trend-downwards
{
    background-image: url(../images/svg/downward-trend.svg);
    background-repeat: no-repeat;
    background-size: 1em;
}

.trend.trend-downwards p
{
    font-weight: bold;

    margin-top: -1.5px;
    margin-left: 20px;

    color: rgb(208, 0, 0);
}

.invoice
{
    font-size: smaller;

    padding: .25rem;

    text-transform: uppercase;

    border-radius: 4px;
}

.invoice.invoice-success
{
    color: #fff;
    background-color: rgb(41, 167, 67);
}

.invoice.invoice-pending
{
    color: rgb(129, 103, 0);
    background-color: rgb(255, 224, 102);
}

.invoice.invoice-failed
{
    color: #fff;
    background-color: rgb(208, 0, 0);
}

.status
{
    position: relative;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    text-align: center;
    vertical-align: middle;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.status.status-success.alt::after
{
    content: ' ';
}

.status.status-success::after
{
    content: 'Success';
}

.status.status-success span::before
{
    content: '•';

    color: rgb(0, 208, 48);
}

.status.status-failed.alt::after
{
    content: ' ';
}

.status.status-failed::after
{
    content: 'Failed';
}

.status.status-failed span::before
{
    content: '•';

    color: rgb(208, 0, 0);
}

.status.status-pending.alt::after
{
    content: ' ';
}

.status.status-pending::after
{
    content: 'Pending';
}

.status.status-pending span::before
{
    content: '•';

    color: rgb(255, 204, 0);
}

.status.status-none.alt::after
{
    content: ' ';
}

.status.status-none::after
{
    content: 'None';
}

.status.status-none span::before
{
    content: '•';

    color: #999;
}

.border-0-muted
{
    border-0: 1px solid #f2f3f4 !important;
}

.border-top-muted
{
    border-top: 1px solid #f2f3f4 !important;
}

.border-bottom-muted
{
    border-bottom: 1px solid #f2f3f4 !important;
}

.border-left-muted
{
    border-left: 1px solid #f2f3f4 !important;
}

.border-right-muted
{
    border-right: 1px solid #f2f3f4 !important;
}


.tel_num {
    display: inline;
    max-width: 46px;
    height: 46px;
    margin: 2.5px;
    padding: 0.5rem 0.2rem !important;
    text-align: center;
}