

:root
{
    --blue: #007aff;
    --indigo: #5603ad;
    --purple: #2f3053;
    --pink: #f074ad;
    --red: #ff3b30;
    --orange: #ff9500;
    --yellow: #fc0;
    --green: #4cd964;
    --teal: #30a7db;
    --cyan: #4bd6e5;
    --white: #fff;
    --gray: #6c7686;
    --gray-dark: #343a40;
    --light: #ced4da;
    --lighter: #f5f9fb;
    --primary: #2f3053;
    --secondary: #fafbfe;
    --success: #4cd964;
    --info: #30a7db;
    --warning: #ff9500;
    --danger: #ff3b30;
    --light: #ced4da;
    --dark: #000;
    --white: #fff;
    --darker: black;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

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

html
{
    font-family: sans-serif;
    line-height: 1.15;

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

@-ms-viewport
{
    width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section
{
    display: block;
}

body
{
    /*font-family: 'Nunito', sans-serif;*/
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;

    margin: 0;

    text-align: left;

    color: #6c7686;
    background-color: #fff;
}

[tabindex='-1']:focus
{
    outline: 0 !important;
}

hr
{
    overflow: visible; 

    box-sizing: content-box;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    margin-top: 0;
    margin-bottom: .5rem;
}

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

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

    border-bottom: 0; 

    -webkit-text-decoration: underline dotted;
}

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

    margin-bottom: 1rem;
}

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

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

dt
{
    font-weight: 600;
}

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

blockquote
{
    margin: 0 0 1rem;
}

dfn
{
    font-style: italic;
}

b,
strong
{
    font-weight: bolder;
}

small
{
    font-size: 80%;
}

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

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

a
{
    text-decoration: none;

    color: #2f3053;
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}
a:hover
{
    text-decoration: none; 

    color: #2f0962;
}

a:not([href]):not([tabindex])
{
    text-decoration: none; 

    color: inherit;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus
{
    text-decoration: none; 

    color: inherit;
}
a:not([href]):not([tabindex]):focus
{
    outline: 0;
}

pre,
code,
kbd,
samp
{
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

pre
{
    overflow: auto;

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

    -ms-overflow-style: scrollbar;
}

figure
{
    margin: 0 0 1rem;
}

img
{
    vertical-align: middle;

    border-style: none;
}

svg
{
    overflow: hidden;

    vertical-align: middle;
}

table
{
    border-collapse: collapse;
}

caption
{
    padding-top: 1rem;
    padding-bottom: 1rem;

    caption-side: bottom; 

    text-align: left;

    color: #6c7686;
}

th
{
    text-align: inherit;
}

label
{
    display: inline-block;

    margin-bottom: .5rem;
}

button
{
    border-radius: 0;
}

button:focus
{
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

    margin: 0;
}

button,
input
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

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

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

input[type='radio'],
input[type='checkbox']
{
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month']
{
    -webkit-appearance: listbox;
}

textarea
{
    overflow: auto;

    resize: vertical;
}

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

    border: 0;
}

legend
{
    font-size: 1.5rem;
    line-height: inherit;

    display: block;

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

    white-space: normal; 

    color: inherit;
}

progress
{
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

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

    -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

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

    -webkit-appearance: button;
}

output
{
    display: inline-block;
}

summary
{
    display: list-item;

    cursor: pointer;
}

template
{
    display: none;
}

[hidden]
{
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: .5rem;

    color: #343a40;
}

h1,
.h1
{
    font-size: 2.5rem;
}

h2,
.h2
{
    font-size: 2rem;
}

h3,
.h3
{
    font-size: 1.75rem;
}

h4,
.h4
{
    font-size: 1.5rem;
}

h5,
.h5
{
    font-size: 1.25rem;
}

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

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

.display-1
{
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.3;
}

.display-2
{
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.3;
}

.display-3
{
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.3;
}

.display-4
{
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.3;
}

hr
{
    margin-top: 2rem;
    margin-bottom: 2rem;

    border: 0;
    border-top: .0625rem solid rgba(0, 0, 0, .1);
}

small,
.small
{
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark
{
    padding: .2em;

    background-color: #fcf8e3;
}

.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: 90%;

    text-transform: uppercase;
}

.blockquote
{
    font-size: 1.25rem; 

    margin-bottom: 1rem;
}

.blockquote-footer
{
    font-size: 80%;

    display: block;

    color: #6c7686;
}
.blockquote-footer::before
{
    content: '\2014 \00A0';
}

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

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

    border: .0625rem solid #dee2e6;
    border-radius: .25rem;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.figure
{
    display: inline-block;
}

.figure-img
{
    line-height: 1; 

    margin-bottom: .5rem;
}

.figure-caption
{
    font-size: 90%;

    color: #6c7686;
}

code
{
    font-size: 87.5%;

    word-break: break-word; 

    color: #f074ad;
}
a > code
{
    color: inherit;
}

kbd
{
    font-size: 87.5%;

    padding: .2rem .4rem;

    color: #fff;
    border-radius: .2rem;
    background-color: #212529;
    box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
}
kbd kbd
{
    font-size: 100%;
    font-weight: 600;

    padding: 0;

    box-shadow: none;
}

pre
{
    font-size: 87.5%;

    display: block;

    color: #212529;
}
pre code
{
    font-size: inherit;

    word-break: normal; 

    color: inherit;
}

.pre-scrollable
{
    overflow-y: scroll; 

    max-height: 340px;
}

.container
{
    width: 100%;
    margin-right: auto;
    margin-left: auto; 
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px)
{
    .container
    {
        max-width: 540px;
    }
}
@media (min-width: 768px)
{
    .container
    {
        max-width: 720px;
    }
}
@media (min-width: 992px)
{
    .container
    {
        max-width: 960px;
    }
}
@media (min-width: 1200px)
{
    .container
    {
        max-width: 1140px;
    }
}

.container-fluid
{
    width: 100%;
    margin-right: auto;
    margin-left: auto; 
    padding-right: 15px;
    padding-left: 15px;
}

.row
{
    display: flex;

    margin-right: -15px;
    margin-left: -15px; 

    flex-wrap: wrap;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto
{
    position: relative;

    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col
{
    max-width: 100%; 

    flex-basis: 0;
    flex-grow: 1;
}

.col-auto
{
    width: auto;
    max-width: none; 

    flex: 0 0 auto;
}

.col-1
{
    max-width: 8.33333%; 

    flex: 0 0 8.33333%;
}

.col-2
{
    max-width: 16.66667%; 

    flex: 0 0 16.66667%;
}

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

    flex: 0 0 25%;
}

.col-4
{
    max-width: 33.33333%; 

    flex: 0 0 33.33333%;
}

.col-5
{
    max-width: 41.66667%; 

    flex: 0 0 41.66667%;
}

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

    flex: 0 0 50%;
}

.col-7
{
    max-width: 58.33333%; 

    flex: 0 0 58.33333%;
}

.col-8
{
    max-width: 66.66667%; 

    flex: 0 0 66.66667%;
}

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

    flex: 0 0 75%;
}

.col-10
{
    max-width: 83.33333%; 

    flex: 0 0 83.33333%;
}

.col-11
{
    max-width: 91.66667%; 

    flex: 0 0 91.66667%;
}

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

    flex: 0 0 100%;
}

.order-first
{
    order: -1;
}

.order-last
{
    order: 13;
}

.order-0
{
    order: 0;
}

.order-1
{
    order: 1;
}

.order-2
{
    order: 2;
}

.order-3
{
    order: 3;
}

.order-4
{
    order: 4;
}

.order-5
{
    order: 5;
}

.order-6
{
    order: 6;
}

.order-7
{
    order: 7;
}

.order-8
{
    order: 8;
}

.order-9
{
    order: 9;
}

.order-10
{
    order: 10;
}

.order-11
{
    order: 11;
}

.order-12
{
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px)
{
    .col-sm
    {
        max-width: 100%; 

        flex-basis: 0;
        flex-grow: 1;
    }
    .col-sm-auto
    {
        width: auto;
        max-width: none; 

        flex: 0 0 auto;
    }
    .col-sm-1
    {
        max-width: 8.33333%; 

        flex: 0 0 8.33333%;
    }
    .col-sm-2
    {
        max-width: 16.66667%; 

        flex: 0 0 16.66667%;
    }
    .col-sm-3
    {
        max-width: 25%; 

        flex: 0 0 25%;
    }
    .col-sm-4
    {
        max-width: 33.33333%; 

        flex: 0 0 33.33333%;
    }
    .col-sm-5
    {
        max-width: 41.66667%; 

        flex: 0 0 41.66667%;
    }
    .col-sm-6
    {
        max-width: 50%; 

        flex: 0 0 50%;
    }
    .col-sm-7
    {
        max-width: 58.33333%; 

        flex: 0 0 58.33333%;
    }
    .col-sm-8
    {
        max-width: 66.66667%; 

        flex: 0 0 66.66667%;
    }
    .col-sm-9
    {
        max-width: 75%; 

        flex: 0 0 75%;
    }
    .col-sm-10
    {
        max-width: 83.33333%; 

        flex: 0 0 83.33333%;
    }
    .col-sm-11
    {
        max-width: 91.66667%; 

        flex: 0 0 91.66667%;
    }
    .col-sm-12
    {
        max-width: 100%; 

        flex: 0 0 100%;
    }
    .order-sm-first
    {
        order: -1;
    }
    .order-sm-last
    {
        order: 13;
    }
    .order-sm-0
    {
        order: 0;
    }
    .order-sm-1
    {
        order: 1;
    }
    .order-sm-2
    {
        order: 2;
    }
    .order-sm-3
    {
        order: 3;
    }
    .order-sm-4
    {
        order: 4;
    }
    .order-sm-5
    {
        order: 5;
    }
    .order-sm-6
    {
        order: 6;
    }
    .order-sm-7
    {
        order: 7;
    }
    .order-sm-8
    {
        order: 8;
    }
    .order-sm-9
    {
        order: 9;
    }
    .order-sm-10
    {
        order: 10;
    }
    .order-sm-11
    {
        order: 11;
    }
    .order-sm-12
    {
        order: 12;
    }
    .offset-sm-0
    {
        margin-left: 0;
    }
    .offset-sm-1
    {
        margin-left: 8.33333%;
    }
    .offset-sm-2
    {
        margin-left: 16.66667%;
    }
    .offset-sm-3
    {
        margin-left: 25%;
    }
    .offset-sm-4
    {
        margin-left: 33.33333%;
    }
    .offset-sm-5
    {
        margin-left: 41.66667%;
    }
    .offset-sm-6
    {
        margin-left: 50%;
    }
    .offset-sm-7
    {
        margin-left: 58.33333%;
    }
    .offset-sm-8
    {
        margin-left: 66.66667%;
    }
    .offset-sm-9
    {
        margin-left: 75%;
    }
    .offset-sm-10
    {
        margin-left: 83.33333%;
    }
    .offset-sm-11
    {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px)
{
    .col-md
    {
        max-width: 100%; 

        flex-basis: 0;
        flex-grow: 1;
    }
    .col-md-auto
    {
        width: auto;
        max-width: none; 

        flex: 0 0 auto;
    }
    .col-md-1
    {
        max-width: 8.33333%; 

        flex: 0 0 8.33333%;
    }
    .col-md-2
    {
        max-width: 16.66667%; 

        flex: 0 0 16.66667%;
    }
    .col-md-3
    {
        max-width: 25%; 

        flex: 0 0 25%;
    }
    .col-md-4
    {
        max-width: 33.33333%; 

        flex: 0 0 33.33333%;
    }
    .col-md-5
    {
        max-width: 41.66667%; 

        flex: 0 0 41.66667%;
    }
    .col-md-6
    {
        max-width: 50%; 

        flex: 0 0 50%;
    }
    .col-md-7
    {
        max-width: 58.33333%; 

        flex: 0 0 58.33333%;
    }
    .col-md-8
    {
        max-width: 66.66667%; 

        flex: 0 0 66.66667%;
    }
    .col-md-9
    {
        max-width: 75%; 

        flex: 0 0 75%;
    }
    .col-md-10
    {
        max-width: 83.33333%; 

        flex: 0 0 83.33333%;
    }
    .col-md-11
    {
        max-width: 91.66667%; 

        flex: 0 0 91.66667%;
    }
    .col-md-12
    {
        max-width: 100%; 

        flex: 0 0 100%;
    }
    .order-md-first
    {
        order: -1;
    }
    .order-md-last
    {
        order: 13;
    }
    .order-md-0
    {
        order: 0;
    }
    .order-md-1
    {
        order: 1;
    }
    .order-md-2
    {
        order: 2;
    }
    .order-md-3
    {
        order: 3;
    }
    .order-md-4
    {
        order: 4;
    }
    .order-md-5
    {
        order: 5;
    }
    .order-md-6
    {
        order: 6;
    }
    .order-md-7
    {
        order: 7;
    }
    .order-md-8
    {
        order: 8;
    }
    .order-md-9
    {
        order: 9;
    }
    .order-md-10
    {
        order: 10;
    }
    .order-md-11
    {
        order: 11;
    }
    .order-md-12
    {
        order: 12;
    }
    .offset-md-0
    {
        margin-left: 0;
    }
    .offset-md-1
    {
        margin-left: 8.33333%;
    }
    .offset-md-2
    {
        margin-left: 16.66667%;
    }
    .offset-md-3
    {
        margin-left: 25%;
    }
    .offset-md-4
    {
        margin-left: 33.33333%;
    }
    .offset-md-5
    {
        margin-left: 41.66667%;
    }
    .offset-md-6
    {
        margin-left: 50%;
    }
    .offset-md-7
    {
        margin-left: 58.33333%;
    }
    .offset-md-8
    {
        margin-left: 66.66667%;
    }
    .offset-md-9
    {
        margin-left: 75%;
    }
    .offset-md-10
    {
        margin-left: 83.33333%;
    }
    .offset-md-11
    {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px)
{
    .col-lg
    {
        max-width: 100%; 

        flex-basis: 0;
        flex-grow: 1;
    }
    .col-lg-auto
    {
        width: auto;
        max-width: none; 

        flex: 0 0 auto;
    }
    .col-lg-1
    {
        max-width: 8.33333%; 

        flex: 0 0 8.33333%;
    }
    .col-lg-2
    {
        max-width: 16.66667%; 

        flex: 0 0 16.66667%;
    }
    .col-lg-3
    {
        max-width: 25%; 

        flex: 0 0 25%;
    }
    .col-lg-4
    {
        max-width: 33.33333%; 

        flex: 0 0 33.33333%;
    }
    .col-lg-5
    {
        max-width: 41.66667%; 

        flex: 0 0 41.66667%;
    }
    .col-lg-6
    {
        max-width: 50%; 

        flex: 0 0 50%;
    }
    .col-lg-7
    {
        max-width: 58.33333%; 

        flex: 0 0 58.33333%;
    }
    .col-lg-8
    {
        max-width: 66.66667%; 

        flex: 0 0 66.66667%;
    }
    .col-lg-9
    {
        max-width: 75%; 

        flex: 0 0 75%;
    }
    .col-lg-10
    {
        max-width: 83.33333%; 

        flex: 0 0 83.33333%;
    }
    .col-lg-11
    {
        max-width: 91.66667%; 

        flex: 0 0 91.66667%;
    }
    .col-lg-12
    {
        max-width: 100%; 

        flex: 0 0 100%;
    }
    .order-lg-first
    {
        order: -1;
    }
    .order-lg-last
    {
        order: 13;
    }
    .order-lg-0
    {
        order: 0;
    }
    .order-lg-1
    {
        order: 1;
    }
    .order-lg-2
    {
        order: 2;
    }
    .order-lg-3
    {
        order: 3;
    }
    .order-lg-4
    {
        order: 4;
    }
    .order-lg-5
    {
        order: 5;
    }
    .order-lg-6
    {
        order: 6;
    }
    .order-lg-7
    {
        order: 7;
    }
    .order-lg-8
    {
        order: 8;
    }
    .order-lg-9
    {
        order: 9;
    }
    .order-lg-10
    {
        order: 10;
    }
    .order-lg-11
    {
        order: 11;
    }
    .order-lg-12
    {
        order: 12;
    }
    .offset-lg-0
    {
        margin-left: 0;
    }
    .offset-lg-1
    {
        margin-left: 8.33333%;
    }
    .offset-lg-2
    {
        margin-left: 16.66667%;
    }
    .offset-lg-3
    {
        margin-left: 25%;
    }
    .offset-lg-4
    {
        margin-left: 33.33333%;
    }
    .offset-lg-5
    {
        margin-left: 41.66667%;
    }
    .offset-lg-6
    {
        margin-left: 50%;
    }
    .offset-lg-7
    {
        margin-left: 58.33333%;
    }
    .offset-lg-8
    {
        margin-left: 66.66667%;
    }
    .offset-lg-9
    {
        margin-left: 75%;
    }
    .offset-lg-10
    {
        margin-left: 83.33333%;
    }
    .offset-lg-11
    {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px)
{
    .col-xl
    {
        max-width: 100%; 

        flex-basis: 0;
        flex-grow: 1;
    }
    .col-xl-auto
    {
        width: auto;
        max-width: none; 

        flex: 0 0 auto;
    }
    .col-xl-1
    {
        max-width: 8.33333%; 

        flex: 0 0 8.33333%;
    }
    .col-xl-2
    {
        max-width: 16.66667%; 

        flex: 0 0 16.66667%;
    }
    .col-xl-3
    {
        max-width: 25%; 

        flex: 0 0 25%;
    }
    .col-xl-4
    {
        max-width: 33.33333%; 

        flex: 0 0 33.33333%;
    }
    .col-xl-5
    {
        max-width: 41.66667%; 

        flex: 0 0 41.66667%;
    }
    .col-xl-6
    {
        max-width: 50%; 

        flex: 0 0 50%;
    }
    .col-xl-7
    {
        max-width: 58.33333%; 

        flex: 0 0 58.33333%;
    }
    .col-xl-8
    {
        max-width: 66.66667%; 

        flex: 0 0 66.66667%;
    }
    .col-xl-9
    {
        max-width: 75%; 

        flex: 0 0 75%;
    }
    .col-xl-10
    {
        max-width: 83.33333%; 

        flex: 0 0 83.33333%;
    }
    .col-xl-11
    {
        max-width: 91.66667%; 

        flex: 0 0 91.66667%;
    }
    .col-xl-12
    {
        max-width: 100%; 

        flex: 0 0 100%;
    }
    .order-xl-first
    {
        order: -1;
    }
    .order-xl-last
    {
        order: 13;
    }
    .order-xl-0
    {
        order: 0;
    }
    .order-xl-1
    {
        order: 1;
    }
    .order-xl-2
    {
        order: 2;
    }
    .order-xl-3
    {
        order: 3;
    }
    .order-xl-4
    {
        order: 4;
    }
    .order-xl-5
    {
        order: 5;
    }
    .order-xl-6
    {
        order: 6;
    }
    .order-xl-7
    {
        order: 7;
    }
    .order-xl-8
    {
        order: 8;
    }
    .order-xl-9
    {
        order: 9;
    }
    .order-xl-10
    {
        order: 10;
    }
    .order-xl-11
    {
        order: 11;
    }
    .order-xl-12
    {
        order: 12;
    }
    .offset-xl-0
    {
        margin-left: 0;
    }
    .offset-xl-1
    {
        margin-left: 8.33333%;
    }
    .offset-xl-2
    {
        margin-left: 16.66667%;
    }
    .offset-xl-3
    {
        margin-left: 25%;
    }
    .offset-xl-4
    {
        margin-left: 33.33333%;
    }
    .offset-xl-5
    {
        margin-left: 41.66667%;
    }
    .offset-xl-6
    {
        margin-left: 50%;
    }
    .offset-xl-7
    {
        margin-left: 58.33333%;
    }
    .offset-xl-8
    {
        margin-left: 66.66667%;
    }
    .offset-xl-9
    {
        margin-left: 75%;
    }
    .offset-xl-10
    {
        margin-left: 83.33333%;
    }
    .offset-xl-11
    {
        margin-left: 91.66667%;
    }
}

.table
{
    width: 100%;
    margin-bottom: 1rem;

    background-color: transparent;
}
.table th,
.table td
{
    padding: 0 15px;

    vertical-align: top;

    border-top: .0625rem solid #e9ecef;
}
.table thead th
{
    vertical-align: bottom;

    border-bottom: .125rem solid #e9ecef;
}
.table tbody + tbody
{
    border-top: .125rem solid #e9ecef;
}
.table .table
{
    background-color: #fff;
}

.table-sm th,
.table-sm td
{
    padding: .5rem;
}

.table-bordered
{
    border: .0625rem solid #e9ecef;
}
.table-bordered th,
.table-bordered td
{
    border: .0625rem solid #e9ecef;
}
.table-bordered thead th,
.table-bordered thead td
{
    border-bottom-width: .125rem;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody
{
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd)
{
    background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover
{
    background-color: #f5f9fb;
}

.table-primary,
.table-primary > th,
.table-primary > td
{
    background-color: #cebce7;
}

.table-hover .table-primary:hover
{
    background-color: #c0a9e0;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th
{
    background-color: #c0a9e0;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td
{
    background-color: #fefeff;
}

.table-hover .table-secondary:hover
{
    background-color: #e5e5ff;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th
{
    background-color: #e5e5ff;
}

.table-success,
.table-success > th,
.table-success > td
{
    background-color: #cdf4d4;
}

.table-hover .table-success:hover
{
    background-color: #b8efc2;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th
{
    background-color: #b8efc2;
}

.table-info,
.table-info > th,
.table-info > td
{
    background-color: #c2ebfe;
}

.table-hover .table-info:hover
{
    background-color: #a9e3fe;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th
{
    background-color: #a9e3fe;
}

.table-warning,
.table-warning > th,
.table-warning > td
{
    background-color: #ffe1b8;
}

.table-hover .table-warning:hover
{
    background-color: #ffd69f;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th
{
    background-color: #ffd69f;
}

.table-danger,
.table-danger > th,
.table-danger > td
{
    background-color: #ffc8c5;
}

.table-hover .table-danger:hover
{
    background-color: #ffb0ac;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th
{
    background-color: #ffb0ac;
}

.table-light,
.table-light > th,
.table-light > td
{
    background-color: #f1f3f5;
}

.table-hover .table-light:hover
{
    background-color: #e2e6ea;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th
{
    background-color: #e2e6ea;
}

.table-dark,
.table-dark > th,
.table-dark > td
{
    background-color: #b8b8b8;
}

.table-hover .table-dark:hover
{
    background-color: #ababab;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th
{
    background-color: #ababab;
}

.table-white,
.table-white > th,
.table-white > td
{
    background-color: white;
}

.table-hover .table-white:hover
{
    background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th
{
    background-color: #f2f2f2;
}

.table-darker,
.table-darker > th,
.table-darker > td
{
    background-color: #b8b8b8;
}

.table-hover .table-darker:hover
{
    background-color: #ababab;
}
.table-hover .table-darker:hover > td,
.table-hover .table-darker:hover > th
{
    background-color: #ababab;
}

.table-active,
.table-active > th,
.table-active > td
{
    background-color: #f5f9fb;
}

.table-hover .table-active:hover
{
    background-color: #e3eef4;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th
{
    background-color: #e3eef4;
}

.table .thead-dark th
{
    color: #fff;
    border-color: #32383e; 
    background-color: #212529;
}

.table .thead-light th
{
    color: #adb5bd;
    border-color: #e9ecef; 
    background-color: #fff;
}

.table-dark
{
    color: #fff;
    background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th
{
    border-color: #32383e;
}
.table-dark.table-bordered
{
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd)
{
    background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover
{
    background-color: rgba(255, 255, 255, .075);
}

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

        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered
    {
        border: 0;
    }
}

@media (max-width: 767.98px)
{
    .table-responsive-md
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered
    {
        border: 0;
    }
}

@media (max-width: 991.98px)
{
    .table-responsive-lg
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered
    {
        border: 0;
    }
}

@media (max-width: 1199.98px)
{
    .table-responsive-xl
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered
    {
        border: 0;
    }
}

.table-responsive
{
    display: block;
    overflow-x: auto;

    width: 100%;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered
{
    border: 0;
}

.form-control
{
    font-size: 1rem;
    line-height: 1.7;

    display: block;

    width: 100%;
    height: calc(2.95rem + .125rem);
    padding: .625rem 1.1rem;

    transition: all .2s ease-in-out; 

    color: #495057;
    border: .0625rem solid #ced4da;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
@media screen and (prefers-reduced-motion: reduce)
{
    .form-control
    {
        transition: none;
    }
}
.form-control::-ms-expand
{
    border: 0; 
    background-color: transparent;
}
.form-control:focus
{
    color: #495057;
    border-color: #000;
    outline: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 20px rgba(81, 15, 168, .1);
}
.form-control::-ms-input-placeholder
{
    opacity: 1; 
    color: #adb5bd;
}
.form-control::placeholder
{
    opacity: 1; 
    color: #adb5bd;
}
.form-control:disabled,
.form-control[readonly]
{
    opacity: 1; 
    background-color: #e9ecef;
}

select.form-control:focus::-ms-value
{
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range
{
    display: block;

    width: 100%;
}

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

    margin-bottom: 0;
    padding-top: calc(.625rem + .0625rem);
    padding-bottom: calc(.625rem + .0625rem);
}

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

    padding-top: calc(.95rem + .0625rem);
    padding-bottom: calc(.95rem + .0625rem);
}

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

    padding-top: calc(.55rem + .0625rem);
    padding-bottom: calc(.55rem + .0625rem);
}

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

    display: block;

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

    color: #6c7686;
    border: solid transparent;
    border-width: .0625rem 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;
    line-height: 1.5;

    height: calc(2.4125rem + .125rem);
    padding: .55rem 1rem;

    border-radius: .2rem;
}

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

    height: calc(3.775rem + .125rem);
    padding: .95rem 1rem;

    border-radius: .375rem;
}

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

textarea.form-control
{
    height: auto;
}

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

.form-text
{
    display: block;

    margin-top: .25rem;
}

.form-row
{
    display: flex;

    margin-right: -5px;
    margin-left: -5px; 

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

.form-check
{
    position: relative;

    display: block;

    padding-left: 1.25rem;
}

.form-check-input
{
    position: absolute;

    margin-top: .3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label
{
    color: #6c7686;
}

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

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

    margin-right: .75rem; 
    padding-left: 0;

    align-items: center;
}
.form-check-inline .form-check-input
{
    position: static;

    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

.valid-feedback
{
    font-size: 80%;

    display: none;

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

    color: #4cd964;
}

.valid-tooltip
{
    font-size: .875rem;
    line-height: 1;

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

    display: none;

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

    color: #fff;
    border-radius: .2rem; 
    background-color: rgba(76, 217, 100, .8);
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid
{
    border-color: #4cd964;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus
{
    border-color: #4cd964;
    box-shadow: 0 0 0 0 rgba(76, 217, 100, .25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip
{
    display: block;
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label
{
    color: #4cd964;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before
{
    border-color: #b5efbf; 
    background-color: #b5efbf;
}

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before
{
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(76, 217, 100, .25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label
{
    border-color: #4cd964;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before
{
    border-color: inherit;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label
{
    box-shadow: 0 0 0 0 rgba(76, 217, 100, .25);
}

.invalid-feedback
{
    font-size: 80%;

    display: none;

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

    color: #ff3b30;
}

.invalid-tooltip
{
    font-size: .875rem;
    line-height: 1;

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

    display: none;

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

    color: #fff;
    border-radius: .2rem; 
    background-color: rgba(255, 59, 48, .8);
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid
{
    border-color: #ff3b30;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus
{
    border-color: #ff3b30;
    box-shadow: 0 0 0 0 rgba(255, 59, 48, .25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip
{
    display: block;
}

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before
{
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(255, 59, 48, .25);
}

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label
{
    box-shadow: 0 0 0 0 rgba(255, 59, 48, .25);
}

.form-inline
{
    display: flex;

    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check
{
    width: 100%;
}
@media (min-width: 576px)
{
    .form-inline label
    {
        display: flex;

        margin-bottom: 0; 

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

        margin-bottom: 0; 

        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
    }
    .form-inline .form-control
    {
        display: inline-block;

        width: auto;

        vertical-align: middle;
    }
    .form-inline .form-control-plaintext
    {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select
    {
        width: auto;
    }
    .form-inline .form-check
    {
        display: flex;

        width: auto;
        padding-left: 0; 

        align-items: center;
        justify-content: center;
    }
    .form-inline .form-check-input
    {
        position: relative;

        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }
    .form-inline .custom-control
    {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label
    {
        margin-bottom: 0;
    }
}

.btn
{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7;

    display: inline-block;

    padding: .625rem 1.6rem;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    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;
    white-space: nowrap;

    border: .0625rem solid transparent;
    border-radius: .25rem;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .btn
    {
        transition: none;
    }
}
.btn:hover,
.btn:focus
{
    text-decoration: none;
}
.btn:focus,
.btn.focus
{
    outline: 0;
    box-shadow: 0 4px 15px rgba(81, 15, 168, .35);
}
.btn.disabled,
.btn:disabled
{
    opacity: .65;
    box-shadow: none;
}
.btn:not(:disabled):not(.disabled)
{
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active
{
    box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus
{
    box-shadow: 0 4px 15px rgba(81, 15, 168, .35), none;
}

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

.btn-primary
{
    color: #fff;
    border-color: #2f3053;
    background-color: #2f3053;
    box-shadow: none;
}
.btn-primary:hover
{
    color: #fff;
    border-color: #3a0b79; 
    background-color: #400c85;
}
.btn-primary:focus,
.btn-primary.focus
{
    box-shadow: none, 0 0 0 0 rgba(81, 15, 168, .5);
}
.btn-primary.disabled,
.btn-primary:disabled
{
    color: #fff;
    border-color: #2f3053; 
    background-color: #2f3053;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle
{
    color: #fff;
    border-color: #350a6d; 
    background-color: #3a0b79;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(81, 15, 168, .5);
}

.btn-secondary
{
    color: #212529;
    border-color: #fafbfe;
    background-color: #fafbfe;
    box-shadow: none;
}
.btn-secondary:hover
{
    color: #212529;
    border-color: #d0d9f6; 
    background-color: #dae2f8;
}
.btn-secondary:focus,
.btn-secondary.focus
{
    box-shadow: none, 0 0 0 0 rgba(250, 251, 254, .5);
}
.btn-secondary.disabled,
.btn-secondary:disabled
{
    color: #212529;
    border-color: #fafbfe; 
    background-color: #fafbfe;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle
{
    color: #212529;
    border-color: #c5d1f3; 
    background-color: #d0d9f6;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(250, 251, 254, .5);
}

.btn-success
{
    color: #fff;
    border-color: #4cd964;
    background-color: #4cd964;
    box-shadow: none;
}
.btn-success:hover
{
    color: #fff;
    border-color: #2ac845; 
    background-color: #2dd249;
}
.btn-success:focus,
.btn-success.focus
{
    box-shadow: none, 0 0 0 0 rgba(76, 217, 100, .5);
}
.btn-success.disabled,
.btn-success:disabled
{
    color: #fff;
    border-color: #4cd964; 
    background-color: #4cd964;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle
{
    color: #fff;
    border-color: #28bd42; 
    background-color: #2ac845;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(76, 217, 100, .5);
}

.btn-info
{
    color: #fff;
    border-color: #30a7db;
    background-color: #30a7db;
    box-shadow: none;
}
.btn-info:hover
{
    color: #fff;
    border-color: #059fe6; 
    background-color: #06a8f2;
}
.btn-info:focus,
.btn-info.focus
{
    box-shadow: none, 0 0 0 0 rgba(36, 183, 250, .5);
}
.btn-info.disabled,
.btn-info:disabled
{
    color: #fff;
    border-color: #30a7db; 
    background-color: #30a7db;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle
{
    color: #fff;
    border-color: #0597d9; 
    background-color: #059fe6;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(36, 183, 250, .5);
}

.btn-warning
{
    color: #fff;
    border-color: #ff9500;
    background-color: #ff9500;
    box-shadow: none;
}
.btn-warning:hover
{
    color: #fff;
    border-color: #c70; 
    background-color: #d97f00;
}
.btn-warning:focus,
.btn-warning.focus
{
    box-shadow: none, 0 0 0 0 rgba(255, 149, 0, .5);
}
.btn-warning.disabled,
.btn-warning:disabled
{
    color: #fff;
    border-color: #ff9500; 
    background-color: #ff9500;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle
{
    color: #fff;
    border-color: #bf7000; 
    background-color: #c70;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(255, 149, 0, .5);
}

.btn-danger
{
    color: #fff;
    border-color: #ff3b30;
    background-color: #ff3b30;
    box-shadow: none;
}
.btn-danger:hover
{
    color: #fff;
    border-color: #fc0d00; 
    background-color: #ff170a;
}
.btn-danger:focus,
.btn-danger.focus
{
    box-shadow: none, 0 0 0 0 rgba(255, 59, 48, .5);
}
.btn-danger.disabled,
.btn-danger:disabled
{
    color: #fff;
    border-color: #ff3b30; 
    background-color: #ff3b30;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle
{
    color: #fff;
    border-color: #ef0d00; 
    background-color: #fc0d00;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(255, 59, 48, .5);
}

.btn-light
{
    color: #212529;
    border-color: #ced4da;
    background-color: #ced4da;
    box-shadow: none;
}
.btn-light:hover
{
    color: #212529;
    border-color: #b1bbc4; 
    background-color: #b8c1ca;
}
.btn-light:focus,
.btn-light.focus
{
    box-shadow: none, 0 0 0 0 rgba(206, 212, 218, .5);
}
.btn-light.disabled,
.btn-light:disabled
{
    color: #212529;
    border-color: #ced4da; 
    background-color: #ced4da;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle
{
    color: #212529;
    border-color: #aab4bf; 
    background-color: #b1bbc4;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(206, 212, 218, .5);
}

.btn-dark
{
    color: #fff;
    border-color: #000;
    background-color: #000;
    box-shadow: none;
}
.btn-dark:hover
{
    color: #fff;
    border-color: black; 
    background-color: black;
}
.btn-dark:focus,
.btn-dark.focus
{
    box-shadow: none, 0 0 0 0 rgba(0, 0, 0, .5);
}
.btn-dark.disabled,
.btn-dark:disabled
{
    color: #fff;
    border-color: #000; 
    background-color: #000;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle
{
    color: #fff;
    border-color: black; 
    background-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(0, 0, 0, .5);
}

.btn-white
{
    color: #212529;
    border-color: #fff;
    background-color: #fff;
    box-shadow: none;
}
.btn-white:hover
{
    color: #212529;
    border-color: #e6e6e6; 
    background-color: #ececec;
}
.btn-white:focus,
.btn-white.focus
{
    box-shadow: none, 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-white.disabled,
.btn-white:disabled
{
    color: #212529;
    border-color: #fff; 
    background-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle
{
    color: #212529;
    border-color: #dfdfdf; 
    background-color: #e6e6e6;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(255, 255, 255, .5);
}

.btn-darker
{
    color: #fff;
    border-color: black;
    background-color: black;
    box-shadow: none;
}
.btn-darker:hover
{
    color: #fff;
    border-color: black; 
    background-color: black;
}
.btn-darker:focus,
.btn-darker.focus
{
    box-shadow: none, 0 0 0 0 rgba(0, 0, 0, .5);
}
.btn-darker.disabled,
.btn-darker:disabled
{
    color: #fff;
    border-color: black; 
    background-color: black;
}
.btn-darker:not(:disabled):not(.disabled):active,
.btn-darker:not(:disabled):not(.disabled).active,
.show > .btn-darker.dropdown-toggle
{
    color: #fff;
    border-color: black; 
    background-color: black;
}
.btn-darker:not(:disabled):not(.disabled):active:focus,
.btn-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-darker.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(0, 0, 0, .5);
}

.btn-outline-primary
{
    color: #2f3053;
    border-color: #2f3053; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-primary:hover
{
    color: #fff;
    border-color: #2f3053; 
    background-color: #2f3053;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus
{
    box-shadow: 0 0 0 0 rgba(81, 15, 168, .5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled
{
    color: #2f3053;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle
{
    color: #fff;
    border-color: #2f3053; 
    background-color: #2f3053;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 0 rgba(81, 15, 168, .5);
}

.btn-outline-secondary
{
    color: #fafbfe;
    border-color: #fafbfe; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-secondary:hover
{
    color: #212529;
    border-color: #fafbfe; 
    background-color: #fafbfe;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus
{
    box-shadow: 0 0 0 0 rgba(250, 251, 254, .5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled
{
    color: #fafbfe;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle
{
    color: #212529;
    border-color: #fafbfe; 
    background-color: #fafbfe;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 0 rgba(250, 251, 254, .5);
}

.btn-outline-success
{
    color: #4cd964;
    border-color: #4cd964; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-success:hover
{
    color: #fff;
    border-color: #4cd964; 
    background-color: #4cd964;
}
.btn-outline-success:focus,
.btn-outline-success.focus
{
    box-shadow: 0 0 0 0 rgba(76, 217, 100, .5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled
{
    color: #4cd964;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle
{
    color: #fff;
    border-color: #4cd964; 
    background-color: #4cd964;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus
{
    box-shadow: 0 0 0 0 rgba(76, 217, 100, .5);
}

.btn-outline-info
{
    color: #30a7db;
    border-color: #30a7db; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-info:hover
{
    color: #fff;
    border-color: #30a7db; 
    background-color: #30a7db;
}
.btn-outline-info:focus,
.btn-outline-info.focus
{
    box-shadow: 0 0 0 0 rgba(36, 183, 250, .5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled
{
    color: #30a7db;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle
{
    color: #fff;
    border-color: #30a7db; 
    background-color: #30a7db;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus
{
    box-shadow: 0 0 0 0 rgba(36, 183, 250, .5);
}

.btn-outline-warning
{
    color: #ff9500;
    border-color: #ff9500; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-warning:hover
{
    color: #fff;
    border-color: #ff9500; 
    background-color: #ff9500;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus
{
    box-shadow: 0 0 0 0 rgba(255, 149, 0, .5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled
{
    color: #ff9500;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle
{
    color: #fff;
    border-color: #ff9500; 
    background-color: #ff9500;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus
{
    box-shadow: 0 0 0 0 rgba(255, 149, 0, .5);
}

.btn-outline-danger
{
    color: #ff3b30;
    border-color: #ff3b30; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-danger:hover
{
    color: #fff;
    border-color: #ff3b30; 
    background-color: #ff3b30;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus
{
    box-shadow: 0 0 0 0 rgba(255, 59, 48, .5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled
{
    color: #ff3b30;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle
{
    color: #fff;
    border-color: #ff3b30; 
    background-color: #ff3b30;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus
{
    box-shadow: 0 0 0 0 rgba(255, 59, 48, .5);
}

.btn-outline-light
{
    color: #ced4da;
    border-color: #ced4da; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-light:hover
{
    color: #212529;
    border-color: #ced4da; 
    background-color: #ced4da;
}
.btn-outline-light:focus,
.btn-outline-light.focus
{
    box-shadow: 0 0 0 0 rgba(206, 212, 218, .5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled
{
    color: #ced4da;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle
{
    color: #212529;
    border-color: #ced4da; 
    background-color: #ced4da;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus
{
    box-shadow: 0 0 0 0 rgba(206, 212, 218, .5);
}

.btn-outline-dark
{
    color: #000;
    border-color: #000; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-dark:hover
{
    color: #fff;
    border-color: #000; 
    background-color: #000;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus
{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled
{
    color: #000;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle
{
    color: #fff;
    border-color: #000; 
    background-color: #000;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus
{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
}

.btn-outline-white
{
    color: #fff;
    border-color: #fff; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-white:hover
{
    color: #212529;
    border-color: #fff; 
    background-color: #fff;
}
.btn-outline-white:focus,
.btn-outline-white.focus
{
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled
{
    color: #fff;
    background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle
{
    color: #212529;
    border-color: #fff; 
    background-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus
{
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
}

.btn-outline-darker
{
    color: black;
    border-color: black; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-darker:hover
{
    color: #fff;
    border-color: black; 
    background-color: black;
}
.btn-outline-darker:focus,
.btn-outline-darker.focus
{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
}
.btn-outline-darker.disabled,
.btn-outline-darker:disabled
{
    color: black;
    background-color: transparent;
}
.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker:not(:disabled):not(.disabled).active,
.show > .btn-outline-darker.dropdown-toggle
{
    color: #fff;
    border-color: black; 
    background-color: black;
}
.btn-outline-darker:not(:disabled):not(.disabled):active:focus,
.btn-outline-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darker.dropdown-toggle:focus
{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
}

.btn-link
{
    font-weight: 400;

    color: #2f3053;
    background-color: transparent;
}
.btn-link:hover
{
    text-decoration: none;

    color: #2f0962;
    border-color: transparent; 
    background-color: transparent;
}
.btn-link:focus,
.btn-link.focus
{
    text-decoration: none;

    border-color: transparent;
    box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled
{
    pointer-events: none; 

    color: #6c7686;
}

.btn-lg,
.btn-group-lg > .btn
{
    font-size: 1.25rem;
    line-height: 1.5;

    padding: .95rem 1rem;

    border-radius: .375rem;
}

.btn-sm,
.btn-group-sm > .btn
{
    font-size: .875rem;
    line-height: 1.5;

    padding: .55rem 1rem;

    border-radius: .25rem;
}

.btn-block
{
    display: block;

    width: 100%;
}
.btn-block + .btn-block
{
    margin-top: .5rem;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block
{
    width: 100%;
}

.fade
{
    transition: opacity .15s linear;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .fade
    {
        transition: none;
    }
}
.fade:not(.show)
{
    opacity: 0;
}

.collapse:not(.show)
{
    display: none;
}

.collapsing
{
    position: relative;

    overflow: hidden;

    height: 0;

    transition: height .35s ease;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .collapsing
    {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft
{
    position: relative;
}

.dropdown-toggle::after
{
    display: inline-block;

    width: 0;
    height: 0;
    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;
    top: 100%;
    left: 0;

    display: none;
    float: left;

    min-width: 12rem;
    margin: .125rem 0 0;
    padding: .35rem 0;

    list-style: none;

    text-align: left;

    color: #6c7686;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
}

.dropdown-menu-right
{
    right: 0;
    left: auto;
}

.dropup .dropdown-menu
{
    top: auto;
    bottom: 100%;

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

.dropup .dropdown-toggle::after
{
    display: inline-block;

    width: 0;
    height: 0;
    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;
}

.dropright .dropdown-menu
{
    top: 0;
    right: auto;
    left: 100%;

    margin-top: 0;
    margin-left: .125rem;
}

.dropright .dropdown-toggle::after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: .255em;

    content: '';
    vertical-align: .255em;

    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropright .dropdown-toggle::after
{
    vertical-align: 0;
}

.dropleft .dropdown-menu
{
    top: 0;
    right: 100%;
    left: auto;

    margin-top: 0;
    margin-right: .125rem;
}

.dropleft .dropdown-toggle::after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: .255em;

    content: ''; 
    vertical-align: .255em;
}

.dropleft .dropdown-toggle::after
{
    display: none;
}

.dropleft .dropdown-toggle::before
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-right: .255em;

    content: '';
    vertical-align: .255em;

    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after
{
    margin-left: 0;
}

.dropleft .dropdown-toggle::before
{
    vertical-align: 0;
}

.dropdown-menu[x-placement^='top'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left']
{
    right: auto;
    bottom: auto;
}

.dropdown-divider
{
    overflow: hidden;

    height: 0;
    margin: .5rem 0;

    border-top: 1px solid #e9ecef;
}

.dropdown-item
{
    font-weight: 400;

    display: block;
    clear: both;

    width: 100%;
    padding: .25rem 1rem;

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

    color: #212529;
    border: 0; 
    background-color: transparent;
}
.dropdown-item:hover,
.dropdown-item:focus
{
    text-decoration: none;

    color: #16181b;
    background-color: #f5f9fb;
}
.dropdown-item.active,
.dropdown-item:active
{
    text-decoration: none;

    color: #16181b;
    background-color: transparent;
}
.dropdown-item.disabled,
.dropdown-item:disabled
{
    color: #6c7686;
    background-color: transparent;
}

.dropdown-menu.show
{
    display: block;
}

.dropdown-header
{
    font-size: .875rem;

    display: block;

    margin-bottom: 0;
    padding: .35rem 1rem;

    white-space: nowrap; 

    color: #6c7686;
}

.dropdown-item-text
{
    display: block;

    padding: .25rem 1rem;

    color: #212529;
}

.btn-group,
.btn-group-vertical
{
    position: relative;

    display: inline-flex;

    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn
{
    position: relative;

    flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover
{
    z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active
{
    z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group
{
    margin-left: -.0625rem;
}

.btn-toolbar
{
    display: flex;

    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group
{
    width: auto;
}

.btn-group > .btn:first-child
{
    margin-left: 0;
}

.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:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split
{
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after
{
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before
{
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split
{
    padding-right: .75rem;
    padding-left: .75rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split
{
    padding-right: .75rem;
    padding-left: .75rem;
}

.btn-group.show .dropdown-toggle
{
    box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link
{
    box-shadow: none;
}

.btn-group-vertical
{
    flex-direction: column;

    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group
{
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group
{
    margin-top: -.0625rem;
    margin-left: 0;
}
.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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn
{
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type='radio'],
.btn-group-toggle > .btn input[type='checkbox'],
.btn-group-toggle > .btn-group > .btn input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox']
{
    position: absolute;

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

    pointer-events: none;
}

.input-group
{
    position: relative;

    display: flex;

    width: 100%; 

    flex-wrap: wrap;
    align-items: stretch;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file
{
    position: relative;

    width: 1%;
    margin-bottom: 0; 

    flex: 1 1 auto;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file
{
    margin-left: -.0625rem;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label
{
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus
{
    z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child)
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file
{
    display: flex;

    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append
{
    display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn
{
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn
{
    margin-left: -.0625rem;
}

.input-group-prepend
{
    margin-right: -.0625rem;
}

.input-group-append
{
    margin-left: -.0625rem;
}

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

    display: flex;

    margin-bottom: 0;
    padding: .625rem 1.1rem;

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

    color: #adb5bd;
    border: .0625rem solid #ced4da;
    border-radius: .25rem; 
    background-color: #f5f9fb;

    align-items: center;
}
.input-group-text input[type='radio'],
.input-group-text input[type='checkbox']
{
    margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn
{
    font-size: 1.25rem;
    line-height: 1.5;

    height: calc(3.775rem + .125rem);
    padding: .95rem 1rem;

    border-radius: .375rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn
{
    font-size: .875rem;
    line-height: 1.5;

    height: calc(2.4125rem + .125rem);
    padding: .55rem 1rem;

    border-radius: .2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control
{
    position: relative;

    display: block;

    min-height: 1.7rem;
    padding-left: 1.75rem;
}

.custom-control-inline
{
    display: inline-flex;

    margin-right: 1rem;
}

.custom-control-input
{
    position: absolute;
    z-index: -1;

    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before
{
    color: #fff;
    background-color: #2f3053;
    box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before
{
    box-shadow: 0 0 0 1px #fff, 0 4px 10px 0 rgba(0, 0, 0, .04);
}
.custom-control-input:active ~ .custom-control-label::before
{
    color: #fff;
    background-color: #2f3053;
    box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-label
{
    color: #6c7686;
}
.custom-control-input:disabled ~ .custom-control-label::before
{
    background-color: #e9ecef;
}

.custom-control-label
{
    position: relative;

    margin-bottom: 0;
}
.custom-control-label::before
{
    position: absolute;
    top: .225rem;
    left: -1.75rem;

    display: block;

    width: 1.25rem;
    height: 1.25rem;

    content: '';
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;

    background-color: #fff;
    box-shadow: none;
}
.custom-control-label::after
{
    position: absolute;
    top: .225rem;
    left: -1.75rem;

    display: block;

    width: 1.25rem;
    height: 1.25rem;

    content: '';

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before
{
    border-radius: .2rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before
{
    background-color: #2f3053;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E');
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before
{
    background-color: #2f3053;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3E%3Cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3E%3C/svg%3E');
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before
{
    background-color: rgba(81, 15, 168, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before
{
    background-color: rgba(81, 15, 168, .5);
}

.custom-radio .custom-control-label::before
{
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before
{
    background-color: #2f3053;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3E%3Ccircle r=\'3\' fill=\'%23fff\'/%3E%3C/svg%3E');
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before
{
    background-color: rgba(81, 15, 168, .5);
}

.custom-select
{
    line-height: 1.7;

    display: inline-block;

    width: 100%;
    height: calc(2.95rem + .125rem);
    padding: .375rem 1.75rem .375rem .75rem;

    vertical-align: middle;

    color: #495057;
    border: .0625rem solid #ced4da;
    border-radius: .25rem;
    background: #fff url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3E%3Cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3E%3C/svg%3E') no-repeat right .75rem center;
    background-size: 8px 10px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.custom-select:focus
{
    border-color: #000;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 0 rgba(0, 0, 0, .5);
}
.custom-select:focus::-ms-value
{
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size='1'])
{
    height: auto;
    padding-right: .75rem;

    background-image: none;
}
.custom-select:disabled
{
    color: #6c7686;
    background-color: #e9ecef;
}
.custom-select::-ms-expand
{
    opacity: 0;
}

.custom-select-sm
{
    font-size: 75%; 

    height: calc(2.4125rem + .125rem);
    padding-top: .375rem;
    padding-bottom: .375rem;
}

.custom-select-lg
{
    font-size: 125%; 

    height: calc(3.775rem + .125rem);
    padding-top: .375rem;
    padding-bottom: .375rem;
}

.custom-file
{
    position: relative;

    display: inline-block;

    width: 100%;
    height: calc(2.95rem + .125rem);
    margin-bottom: 0;
}

.custom-file-input
{
    position: relative;
    z-index: 2;

    width: 100%;
    height: calc(2.95rem + .125rem);
    margin: 0;

    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label
{
    border-color: #000;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .04);
}
.custom-file-input:focus ~ .custom-file-label::after
{
    border-color: #000;
}
.custom-file-input:disabled ~ .custom-file-label
{
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after
{
    content: 'Browse';
}

.custom-file-label
{
    line-height: 1.7;

    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    height: calc(2.95rem + .125rem);
    padding: .625rem 1.1rem;

    color: #495057;
    border: .0625rem solid #ced4da;
    border-radius: .25rem;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.custom-file-label::after
{
    line-height: 1.7;

    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    height: 2.95rem;
    padding: .625rem 1.1rem;

    content: 'Browse';

    color: #495057;
    border-left: .0625rem solid #ced4da;
    border-radius: 0 .25rem .25rem 0; 
    background-color: #f5f9fb;
}

.custom-range
{
    width: 100%;
    padding-left: 0;

    background-color: transparent;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.custom-range:focus
{
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb
{
    box-shadow: 0 0 0 1px #fff, 0 4px 10px 0 rgba(0, 0, 0, .04);
}
.custom-range:focus::-moz-range-thumb
{
    box-shadow: 0 0 0 1px #fff, 0 4px 10px 0 rgba(0, 0, 0, .04);
}
.custom-range:focus::-ms-thumb
{
    box-shadow: 0 0 0 1px #fff, 0 4px 10px 0 rgba(0, 0, 0, .04);
}
.custom-range::-moz-focus-outer
{
    border: 0;
}
.custom-range::-webkit-slider-thumb
{
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;

    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: #2f3053;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);

    -webkit-appearance: none;
            appearance: none;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .custom-range::-webkit-slider-thumb
    {
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active
{
    background-color: #ac77f3;
}
.custom-range::-webkit-slider-runnable-track
{
    width: 100%;
    height: .5rem;

    cursor: pointer;

    color: transparent;
    border-color: transparent;
    border-radius: 1rem;
    background-color: #dee2e6;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1);
}
.custom-range::-moz-range-thumb
{
    width: 1rem;
    height: 1rem;

    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: #2f3053;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);

    -moz-appearance: none;
         appearance: none;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .custom-range::-moz-range-thumb
    {
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active
{
    background-color: #ac77f3;
}
.custom-range::-moz-range-track
{
    width: 100%;
    height: .5rem;

    cursor: pointer;

    color: transparent;
    border-color: transparent;
    border-radius: 1rem;
    background-color: #dee2e6;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1);
}
.custom-range::-ms-thumb
{
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;

    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: #2f3053;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);

    appearance: none;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .custom-range::-ms-thumb
    {
        transition: none;
    }
}
.custom-range::-ms-thumb:active
{
    background-color: #ac77f3;
}
.custom-range::-ms-track
{
    width: 100%;
    height: .5rem;

    cursor: pointer;

    color: transparent;
    border-width: .5rem;
    border-color: transparent;
    background-color: transparent;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1);
}
.custom-range::-ms-fill-lower
{
    border-radius: 1rem; 
    background-color: #dee2e6;
}
.custom-range::-ms-fill-upper
{
    margin-right: 15px;

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

.custom-control-label::before,
.custom-file-label,
.custom-select
{
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .custom-control-label::before,
    .custom-file-label,
    .custom-select
    {
        transition: none;
    }
}

.nav
{
    display: flex;

    margin-bottom: 0;
    padding-left: 0;

    list-style: none; 

    flex-wrap: wrap;
}

.nav-link
{
    display: block;

    padding: .25rem .75rem;
}
.nav-link:hover,
.nav-link:focus
{
    text-decoration: none;
}
.nav-link.disabled
{
    color: #6c7686;
}

.nav-tabs
{
    border-bottom: .0625rem solid #dee2e6;
}
.nav-tabs .nav-item
{
    margin-bottom: -.0625rem;
}
.nav-tabs .nav-link
{
    border: .0625rem solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus
{
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled
{
    color: #6c7686;
    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: -.0625rem;

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

.nav-pills .nav-link
{
    border-radius: .25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link
{
    color: #fff;
    background-color: #2f3053;
}

.nav-fill .nav-item
{
    text-align: center; 

    flex: 1 1 auto;
}

.nav-justified .nav-item
{
    text-align: center; 

    flex-basis: 0;
    flex-grow: 1;
}

.tab-content > .tab-pane
{
    display: none;
}

.tab-content > .active
{
    display: block;
}

.navbar
{
    position: relative;

    display: flex;

    padding: .75rem 1rem; 

    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar > .container,
.navbar > .container-fluid
{
    display: flex;

    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand
{
    font-size: 1.25rem;
    line-height: inherit;

    display: inline-block;

    margin-right: 1rem;
    padding-top: .0375rem;
    padding-bottom: .0375rem;

    white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus
{
    text-decoration: none;
}

.navbar-nav
{
    display: flex;
    flex-direction: column;

    margin-bottom: 0;
    padding-left: 0;

    list-style: none;
}
.navbar-nav .nav-link
{
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu
{
    position: static;

    float: none;
}

.navbar-text
{
    display: inline-block;

    padding-top: .25rem;
    padding-bottom: .25rem;
}

.navbar-collapse
{
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler
{
    font-size: 1.25rem;
    line-height: 1;

    padding: .25rem .75rem;

    border: .0625rem solid transparent;
    border-radius: .25rem; 
    background-color: transparent;
}
.navbar-toggler:hover,
.navbar-toggler:focus
{
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled)
{
    cursor: pointer;
}

.navbar-toggler-icon
{
    display: inline-block;

    width: 1.5em;
    height: 1.5em;

    content: '';
    vertical-align: middle;

    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px)
{
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid
    {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px)
{
    .navbar-expand-sm
    {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link
    {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid
    {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse
    {
        display: flex !important;

        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler
    {
        display: none;
    }
}

@media (max-width: 767.98px)
{
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid
    {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px)
{
    .navbar-expand-md
    {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link
    {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid
    {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse
    {
        display: flex !important;

        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler
    {
        display: none;
    }
}

@media (max-width: 991.98px)
{
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid
    {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px)
{
    .navbar-expand-lg
    {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link
    {
        padding-left: 1rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid
    {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse
    {
        display: flex !important;

        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler
    {
        display: none;
    }
}

@media (max-width: 1199.98px)
{
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid
    {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px)
{
    .navbar-expand-xl
    {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link
    {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid
    {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse
    {
        display: flex !important;

        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler
    {
        display: none;
    }
}

.navbar-expand
{
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid
{
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav
{
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu
{
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link
{
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid
{
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse
{
    display: flex !important;

    flex-basis: auto;
}
.navbar-expand .navbar-toggler
{
    display: none;
}

.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, .5);
}
.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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active
{
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler
{
    color: rgba(0, 0, 0, .5);
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E');
}

.navbar-light .navbar-text
{
    color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-text a
{
    color: rgba(0, 0, 0, .9);
}
.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, .85);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus
{
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled
{
    color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active
{
    color: #fff;
}

.navbar-dark .navbar-toggler
{
    color: rgba(255, 255, 255, .85);
    border-color: transparent;
}

.navbar-toggler-icon
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 0.85)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E');
}

.navbar-dark .navbar-text
{
    color: rgba(255, 255, 255, .85);
}
.navbar-dark .navbar-text a
{
    color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus
{
    color: #fff;
}

.card
{
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    border: .0625rem solid rgba(0, 0, 0, .08);
    border-radius: .375rem; 
    background-color: #fff;
    background-clip: border-box;
}
.card > hr
{
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child
{
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
}
.card > .list-group:last-child .list-group-item:last-child
{
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.card-body
{
    padding: 1.5rem; 

    flex: 1 1 auto;
}

.card-title
{
    margin-bottom: 1.25rem;
}

.card-subtitle
{
    margin-top: -.625rem;
    margin-bottom: 0;
}

.card-text:last-child
{
    margin-bottom: 0;
}

.card-link:hover
{
    text-decoration: none;
}

.card-link + .card-link
{
    margin-left: 1.5rem;
}

.card-header
{
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;

    border-bottom: .0625rem solid rgba(0, 0, 0, .08); 
    background-color: transparent;
}
.card-header:first-child
{
    border-radius: calc(.375rem - .0625rem) calc(.375rem - .0625rem) 0 0;
}
.card-header + .list-group .list-group-item:first-child
{
    border-top: 0;
}

.card-footer
{
    padding: 1.25rem 1.5rem;

    border-top: .0625rem solid rgba(0, 0, 0, .08); 
    background-color: transparent;
}
.card-footer:last-child
{
    border-radius: 0 0 calc(.375rem - .0625rem) calc(.375rem - .0625rem);
}

.card-header-tabs
{
    margin-right: -.75rem;
    margin-bottom: -1.25rem;
    margin-left: -.75rem;

    border-bottom: 0;
}

.card-header-pills
{
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.card-img-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 1.25rem;
}

.card-img
{
    width: 100%;

    border-radius: calc(.375rem - .0625rem);
}

.card-img-top
{
    width: 100%;
    height:150px;
    border-top-left-radius: calc(.375rem - .0625rem);
    border-top-right-radius: calc(.375rem - .0625rem);
}

.card-img-bottom
{
    width: 100%;

    border-bottom-right-radius: calc(.375rem - .0625rem);
    border-bottom-left-radius: calc(.375rem - .0625rem);
}

.card-deck
{
    display: flex;
    flex-direction: column;
}
.card-deck .card
{
    margin-bottom: 15px;
}
@media (min-width: 576px)
{
    .card-deck
    {
        margin-right: -15px;
        margin-left: -15px; 

        flex-flow: row wrap;
    }
    .card-deck .card
    {
        display: flex;
        flex-direction: column;

        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; 

        flex: 1 0;
    }
}

.card-group
{
    display: flex;
    flex-direction: column;
}
.card-group > .card
{
    margin-bottom: 15px;
}
@media (min-width: 576px)
{
    .card-group
    {
        flex-flow: row wrap;
    }
    .card-group > .card
    {
        margin-bottom: 0; 

        flex: 1 0;
    }
    .card-group > .card + .card
    {
        margin-left: 0;

        border-left: 0;
    }
    .card-group > .card:first-child
    {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header
    {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer
    {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child
    {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header
    {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer
    {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child
    {
        border-radius: .375rem;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header
    {
        border-top-left-radius: .375rem;
        border-top-right-radius: .375rem;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer
    {
        border-bottom-right-radius: .375rem;
        border-bottom-left-radius: .375rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child)
    {
        border-radius: 0;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer
    {
        border-radius: 0;
    }
}

.card-columns .card
{
    margin-bottom: 1.25rem;
}

@media (min-width: 576px)
{
    .card-columns
    {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card
    {
        display: inline-block;

        width: 100%;
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type)
{
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child
{
    border-radius: 0;
}

.accordion .card:first-of-type
{
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb
{
    display: flex;

    margin-bottom: 1rem;
    padding: .75rem 1rem;

    list-style: none;

    border-radius: .25rem; 
    background-color: transparent;

    flex-wrap: wrap;
}

.breadcrumb-item + .breadcrumb-item
{
    padding-left: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before
{
    display: inline-block;

    padding-right: .5rem;

    content: '/'; 

    color: #6c7686;
}

.breadcrumb-item + .breadcrumb-item:hover::before
{
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before
{
    text-decoration: none;
}

.breadcrumb-item.active
{
    color: #6c7686;
}

.pagination
{
    display: flex;

    padding-left: 0;

    list-style: none;

    border-radius: .25rem;
}

.page-link
{
    line-height: 1.25;

    position: relative;

    display: block;

    margin-left: -.0625rem;
    padding: .5rem .75rem;

    color: #6c7686;
    border: .0625rem solid #dee2e6; 
    background-color: #fff;
}
.page-link:hover
{
    z-index: 2;

    text-decoration: none;

    color: #6c7686;
    border-color: #dee2e6; 
    background-color: #dee2e6;
}
.page-link:focus
{
    z-index: 2;

    outline: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .04);
}
.page-link:not(:disabled):not(.disabled)
{
    cursor: pointer;
}

.page-item:first-child .page-link
{
    margin-left: 0;

    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link
{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link
{
    z-index: 1;

    color: #fff;
    border-color: #2f3053; 
    background-color: #2f3053;
}

.page-item.disabled .page-link
{
    cursor: auto;
    pointer-events: none;

    color: #6c7686;
    border-color: #dee2e6; 
    background-color: #fff;
}

.pagination-lg .page-link
{
    font-size: 1.25rem;
    line-height: 1.5; 

    padding: .75rem 1.5rem;
}

.pagination-lg .page-item:first-child .page-link
{
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.pagination-lg .page-item:last-child .page-link
{
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.pagination-sm .page-link
{
    font-size: .875rem;
    line-height: 1.5; 

    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: 83%;
    font-weight: 700;
    line-height: 1;

    display: inline-block;

    padding: .25rem .625rem;

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

    border-radius: .25rem;
}
.badge:empty
{
    display: none;
}

.btn .badge
{
    position: relative;
    top: -1px;
}

.badge-pill
{
    padding-right: .65em;
    padding-left: .65em;

    border-radius: 10rem;
}

.badge-primary
{
    color: #2e016a;
    background-color: #ac77f3;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus
{
    text-decoration: none;

    color: #2e0268;
    background-color: #8230ed;
}

.badge-secondary
{
    color: #b4c5f7;
    background-color: white;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus
{
    text-decoration: none;

    color: #b5c6f6;
    background-color: #d9d9d9;
}

.badge-success
{
    color: #16c333;
    background-color: #dff8e4;
}
.badge-success[href]:hover,
.badge-success[href]:focus
{
    text-decoration: none;

    color: #19c035;
    background-color: #a0ebad;
}

.badge-info
{
    color: #0090d2;
    background-color: #d3f0fe;
}
.badge-info[href]:hover,
.badge-info[href]:focus
{
    text-decoration: none;

    color: #0090d2;
    background-color: #88d8fc;
}

.badge-warning
{
    color: #b36800;
    background-color: #ffdfb3;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus
{
    text-decoration: none;

    color: #b36800;
    background-color: #ffbf66;
}

.badge-danger
{
    color: #e30c00;
    background-color: #ffe4e3;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus
{
    text-decoration: none;

    color: #e30c00;
    background-color: #ff9c96;
}

.badge-light
{
    color: #96aec5;
    background-color: white;
}
.badge-light[href]:hover,
.badge-light[href]:focus
{
    text-decoration: none;

    color: #99aec3;
    background-color: #d9d9d9;
}

.badge-dark
{
    color: black;
    background-color: #595959;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus
{
    text-decoration: none;

    color: black;
    background-color: #333;
}

.badge-white
{
    color: #ded3d3;
    background-color: white;
}
.badge-white[href]:hover,
.badge-white[href]:focus
{
    text-decoration: none;

    color: #ddd4d4;
    background-color: #d9d9d9;
}

.badge-darker
{
    color: black;
    background-color: #595959;
}
.badge-darker[href]:hover,
.badge-darker[href]:focus
{
    text-decoration: none;

    color: black;
    background-color: #333;
}

.jumbotron
{
    margin-bottom: 2rem;
    padding: 2rem 1rem;

    border-radius: .375rem; 
    background-color: #e9ecef;
}
@media (min-width: 576px)
{
    .jumbotron
    {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid
{
    padding-right: 0;
    padding-left: 0;

    border-radius: 0;
}

.alert
{
    position: relative;

    margin-bottom: 1rem;
    padding: 12px 1.5rem !important;
    top:0px !important;

    border: .0625rem solid transparent;
    border-radius: .25rem;
}

.alert-heading
{
    color: inherit;
}

.alert-link
{
    font-weight: 600;
}

.alert-dismissible
{
    padding-right: 4.5rem;
}
.alert-dismissible .close
{
    position: absolute;
    top: 0;
    right: 0;

    padding: 1rem 1.5rem;

    color: inherit;
}

.alert-primary
{
    color: #fff;
    border-color: #6d35b6; 
    background-color: #6d35b6;
}
.alert-primary hr
{
    border-top-color: #612fa2;
}
.alert-primary .alert-link
{
    color: #3a0b79;
}

.alert-secondary
{
    color: #212529;
    border-color: #fbfcfe; 
    background-color: #fbfcfe;
}
.alert-secondary hr
{
    border-top-color: #e7edf9;
}
.alert-secondary .alert-link
{
    color: #d0d9f6;
}

.alert-success
{
    color: #fff;
    border-color: #69df7d; 
    background-color: #69df7d;
}
.alert-success hr
{
    border-top-color: #54db6b;
}
.alert-success .alert-link
{
    color: #2ac845;
}

.alert-info
{
    color: #fff;
    border-color: #47c3fb; 
    background-color: #47c3fb;
}
.alert-info hr
{
    border-top-color: #2ebbfa;
}
.alert-info .alert-link
{
    color: #059fe6;
}

.alert-warning
{
    color: #fff;
    border-color: #ffa629; 
    background-color: #ffa629;
}
.alert-warning hr
{
    border-top-color: #ff9b10;
}
.alert-warning .alert-link
{
    color: #c70;
}

.alert-danger
{
    color: #fff;
    border-color: #ff5a51; 
    background-color: #ff5a51;
}
.alert-danger hr
{
    border-top-color: #ff4238;
}
.alert-danger .alert-link
{
    color: #fc0d00;
}

.alert-light
{
    color: #212529;
    border-color: #d6dbe0; 
    background-color: #d6dbe0;
}
.alert-light hr
{
    border-top-color: #c7ced5;
}
.alert-light .alert-link
{
    color: #b1bbc4;
}

.alert-dark
{
    color: #fff;
    border-color: #292929; 
    background-color: #292929;
}
.alert-dark hr
{
    border-top-color: #1c1c1c;
}
.alert-dark .alert-link
{
    color: black;
}

.alert-white
{
    color: #212529;
    border-color: white; 
    background-color: white;
}
.alert-white hr
{
    border-top-color: #f2f2f2;
}
.alert-white .alert-link
{
    color: #e6e6e6;
}

.alert-darker
{
    color: #fff;
    border-color: #292929; 
    background-color: #292929;
}
.alert-darker hr
{
    border-top-color: #1c1c1c;
}
.alert-darker .alert-link
{
    color: black;
}

@keyframes progress-bar-stripes
{
    from
    {
        background-position: 1rem 0;
    }
    to
    {
        background-position: 0 0;
    }
}

.progress
{
    font-size: .75rem;

    display: flex;
    overflow: hidden;

    height: 1rem;

    border-radius: .25rem;
    background-color: #e9ecef;
    box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
}

.progress-bar
{
    display: flex;
    flex-direction: column;

    transition: width .6s ease; 
    text-align: center;
    white-space: nowrap;

    color: #fff;
    background-color: #2f3053;

    justify-content: center;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .progress-bar
    {
        transition: none;
    }
}

.progress-bar-striped
{
    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
{
    animation: progress-bar-stripes 1s linear infinite;
}

.media
{
    display: flex;

    align-items: flex-start;
}

.media-body
{
    flex: 1 1;
}

.list-group
{
    display: flex;
    flex-direction: column;

    margin-bottom: 0; 
    padding-left: 0;
}

.list-group-item-action
{
    width: 100%;

    text-align: inherit; 

    color: #495057;
}
.list-group-item-action:hover,
.list-group-item-action:focus
{
    text-decoration: none;

    color: #495057;
    background-color: #f5f9fb;
}
.list-group-item-action:active
{
    color: #495057;
    background-color: #e9ecef;
}

.list-group-item
{
    position: relative;

    display: block;

    margin-bottom: -.0625rem;
    padding: 1rem 1.25rem;

    border: .0625rem solid #e9ecef; 
    background-color: #fff;
}
.list-group-item:first-child
{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-item:last-child
{
    margin-bottom: 0;

    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.list-group-item:hover,
.list-group-item:focus
{
    z-index: 1;

    text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled
{
    color: #6c7686;
    background-color: #fff;
}
.list-group-item.active
{
    z-index: 2;

    color: #fff;
    border-color: #2f3053; 
    background-color: #2f3053;
}

.list-group-flush .list-group-item
{
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child
{
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child
{
    border-bottom: 0;
}

.list-group-item-primary
{
    color: #2a0857;
    background-color: #cebce7;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus
{
    color: #2a0857;
    background-color: #c0a9e0;
}
.list-group-item-primary.list-group-item-action.active
{
    color: #fff;
    border-color: #2a0857; 
    background-color: #2a0857;
}

.list-group-item-secondary
{
    color: #828384;
    background-color: #fefeff;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus
{
    color: #828384;
    background-color: #e5e5ff;
}
.list-group-item-secondary.list-group-item-action.active
{
    color: #fff;
    border-color: #828384; 
    background-color: #828384;
}

.list-group-item-success
{
    color: #287134;
    background-color: #cdf4d4;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus
{
    color: #287134;
    background-color: #b8efc2;
}
.list-group-item-success.list-group-item-action.active
{
    color: #fff;
    border-color: #287134; 
    background-color: #287134;
}

.list-group-item-info
{
    color: #135f82;
    background-color: #c2ebfe;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus
{
    color: #135f82;
    background-color: #a9e3fe;
}
.list-group-item-info.list-group-item-action.active
{
    color: #fff;
    border-color: #135f82; 
    background-color: #135f82;
}

.list-group-item-warning
{
    color: #854d00;
    background-color: #ffe1b8;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus
{
    color: #854d00;
    background-color: #ffd69f;
}
.list-group-item-warning.list-group-item-action.active
{
    color: #fff;
    border-color: #854d00; 
    background-color: #854d00;
}

.list-group-item-danger
{
    color: #851f19;
    background-color: #ffc8c5;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus
{
    color: #851f19;
    background-color: #ffb0ac;
}
.list-group-item-danger.list-group-item-action.active
{
    color: #fff;
    border-color: #851f19; 
    background-color: #851f19;
}

.list-group-item-light
{
    color: #6b6e71;
    background-color: #f1f3f5;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus
{
    color: #6b6e71;
    background-color: #e2e6ea;
}
.list-group-item-light.list-group-item-action.active
{
    color: #fff;
    border-color: #6b6e71; 
    background-color: #6b6e71;
}

.list-group-item-dark
{
    color: black;
    background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus
{
    color: black;
    background-color: #ababab;
}
.list-group-item-dark.list-group-item-action.active
{
    color: #fff;
    border-color: black; 
    background-color: black;
}

.list-group-item-white
{
    color: #858585;
    background-color: white;
}
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus
{
    color: #858585;
    background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active
{
    color: #fff;
    border-color: #858585; 
    background-color: #858585;
}

.list-group-item-darker
{
    color: black;
    background-color: #b8b8b8;
}
.list-group-item-darker.list-group-item-action:hover,
.list-group-item-darker.list-group-item-action:focus
{
    color: black;
    background-color: #ababab;
}
.list-group-item-darker.list-group-item-action.active
{
    color: #fff;
    border-color: black; 
    background-color: black;
}

.close
{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;

    float: right;

    opacity: .5; 
    color: rgba(255, 255, 255, .6);
    text-shadow: none;
}
.close:not(:disabled):not(.disabled)
{
    cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus
{
    text-decoration: none;

    opacity: .75; 
    color: rgba(255, 255, 255, .6);
}

button.close
{
    padding: 0;

    border: 0;
    background-color: transparent;

    -webkit-appearance: none;
}

.modal-open
{
    overflow: hidden;
}
.modal-open .modal
{
    overflow-x: hidden;
    overflow-y: auto;
}

.modal
{
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: hidden;

    outline: 0;
}

.modal-dialog
{
    position: relative;

    width: auto;
    margin: .5rem;

    pointer-events: none;
}
.modal.fade .modal-dialog
{
    transition: transform .3s ease-out;
    transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce)
{
    .modal.fade .modal-dialog
    {
        transition: none;
    }
}
.modal.show .modal-dialog
{
    transform: translate(0, 0);
}

.modal-dialog-centered
{
    display: flex;

    min-height: calc(100% - (.5rem * 2)); 

    align-items: center;
}
.modal-dialog-centered::before
{
    display: block;

    height: calc(100vh - (.5rem * 2));

    content: '';
}

.modal-content
{
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;

    pointer-events: auto;

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .25rem;
    outline: 0; 
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
}

.modal-backdrop
{
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #000;
}
.modal-backdrop.fade
{
    opacity: 0;
}
.modal-backdrop.show
{
    opacity: .3;
}

.modal-header
{
    display: flex;

    padding: 1.25rem;

    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; 

    align-items: flex-start;
    justify-content: space-between;
}
.modal-header .close
{
    margin: -1.25rem -1.25rem -1.25rem auto; 
    padding: 1.25rem;
}

.modal-title
{
    line-height: 1.7; 

    margin-bottom: 0;
}

.modal-body
{
    position: relative;

    padding: 1.5rem; 

    flex: 1 1 auto;
}

.modal-footer
{
    display: flex;

    padding: 1.5rem;

    border-top: 1px solid #e9ecef; 

    align-items: center;
    justify-content: flex-end;
}
.modal-footer > :not(:first-child)
{
    margin-left: .25rem;
}
.modal-footer > :not(:last-child)
{
    margin-right: .25rem;
}

.modal-scrollbar-measure
{
    position: absolute;
    top: -9999px;

    overflow: scroll; 

    width: 50px;
    height: 50px;
}

@media (min-width: 576px)
{
    .modal-dialog
    {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered
    {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-dialog-centered::before
    {
        height: calc(100vh - (1.75rem * 2));
    }
    .modal-content
    {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5);
    }
    .modal-sm
    {
        max-width: 300px;
    }
}

@media (min-width: 992px)
{
    .modal-lg
    {
        max-width: 800px;
    }
}

.tooltip
{
    font-family: 'Nunito', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;

    position: absolute;
    z-index: 1070;

    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 .arrow
{
    position: absolute;

    display: block;

    width: .8rem;
    height: .4rem;
}
.tooltip .arrow::before
{
    position: absolute;

    content: '';

    border-style: solid; 
    border-color: transparent;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top']
{
    padding: .4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow
{
    bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before
{
    top: 0;

    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right']
{
    padding: 0 .4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow
{
    left: 0;

    width: .4rem;
    height: .8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before
{
    right: 0;

    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom']
{
    padding: .4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow
{
    top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before
{
    bottom: 0;

    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left']
{
    padding: 0 .4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow
{
    right: 0;

    width: .4rem;
    height: .8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before
{
    left: 0;

    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.7;

    position: absolute;
    z-index: 1060;
    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, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 .5rem 2rem 0 rgba(0, 0, 0, .2); 
    text-shadow: none;

    line-break: auto;
}
.popover .arrow
{
    position: absolute;

    display: block;

    width: 1.5rem;
    height: .75rem;
    margin: 0 .375rem;
}
.popover .arrow::before,
.popover .arrow::after
{
    position: absolute;

    display: block;

    content: '';

    border-style: solid; 
    border-color: transparent;
}

.bs-popover-top,
.bs-popover-auto[x-placement^='top']
{
    margin-bottom: .75rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^='top'] .arrow
{
    bottom: calc((.75rem + 1px) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after
{
    border-width: .75rem .75rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before
{
    bottom: 0;

    border-top-color: transparent;
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after
{
    bottom: 1px;

    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^='right']
{
    margin-left: .75rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^='right'] .arrow
{
    left: calc((.75rem + 1px) * -1);

    width: .75rem;
    height: 1.5rem;
    margin: .375rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after
{
    border-width: .75rem .75rem .75rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before
{
    left: 0;

    border-right-color: transparent;
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after
{
    left: 1px;

    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom']
{
    margin-top: .75rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^='bottom'] .arrow
{
    top: calc((.75rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    border-width: 0 .75rem .75rem .75rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before
{
    top: 0;

    border-bottom-color: transparent;
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    top: 1px;

    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^='bottom'] .popover-header::before
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 1.5rem;
    margin-left: -.75rem;

    content: '';

    border-bottom: 1px solid #fff;
}

.bs-popover-left,
.bs-popover-auto[x-placement^='left']
{
    margin-right: .75rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^='left'] .arrow
{
    right: calc((.75rem + 1px) * -1);

    width: .75rem;
    height: 1.5rem;
    margin: .375rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after
{
    border-width: .75rem 0 .75rem .75rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before
{
    right: 0;

    border-left-color: transparent;
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after
{
    right: 1px;

    border-left-color: #fff;
}

.popover-header
{
    font-size: 1rem;

    margin-bottom: 0;
    padding: .75rem .75rem;

    color: #343a40;
    border-bottom: 1px solid #f2f2f2;
    border-top-left-radius: calc(.375rem - 1px);
    border-top-right-radius: calc(.375rem - 1px); 
    background-color: #fff;
}
.popover-header:empty
{
    display: none;
}

.popover-body
{
    padding: .75rem .75rem;

    color: #6c7686;
}

.carousel
{
    position: relative;
}

.carousel-inner
{
    position: relative;

    overflow: hidden; 

    width: 100%;
}

.carousel-item
{
    position: relative;

    display: none;

    width: 100%;

    align-items: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev
{
    display: block;

    transition: transform .6s ease;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev
    {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev
{
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right
{
    transform: translateX(0);
}
@supports (transform-style: preserve-3d)
{
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right
    {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right
{
    transform: translateX(100%);
}
@supports (transform-style: preserve-3d)
{
    .carousel-item-next,
    .active.carousel-item-right
    {
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left
{
    transform: translateX(-100%);
}
@supports (transform-style: preserve-3d)
{
    .carousel-item-prev,
    .active.carousel-item-left
    {
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item
{
    transition-duration: .6s;
    transition-property: opacity; 

    opacity: 0;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right
{
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right
{
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev
{
    transform: translateX(0);
}
@supports (transform-style: preserve-3d)
{
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev
    {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next
{
    position: absolute;
    top: 0;
    bottom: 0;

    display: flex;

    width: 15%;

    text-align: center;

    opacity: .5; 
    color: #fff;

    align-items: center;
    justify-content: center;
}
.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: 20px;
    height: 20px;

    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3E%3C/svg%3E');
}

.carousel-control-next-icon
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3E%3C/svg%3E');
}

.carousel-indicators
{
    position: absolute;
    z-index: 15;
    right: 0;
    bottom: 10px;
    left: 0;

    display: flex;

    margin-right: 15%;
    margin-left: 15%;
    padding-left: 0;

    list-style: none; 

    justify-content: center;
}
.carousel-indicators li
{
    position: relative;

    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;

    cursor: pointer;
    text-indent: -999px;

    background-color: rgba(255, 255, 255, .5); 

    flex: 0 1 auto;
}
.carousel-indicators li::before
{
    position: absolute;
    top: -10px;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 10px;

    content: '';
}
.carousel-indicators li::after
{
    position: absolute;
    bottom: -10px;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 10px;

    content: '';
}
.carousel-indicators .active
{
    background-color: #fff;
}

.carousel-caption
{
    position: absolute;
    z-index: 10;
    right: 15%;
    bottom: 20px;
    left: 15%;

    padding-top: 20px;
    padding-bottom: 20px;

    text-align: center; 

    color: #fff;
}

.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;
}

.bg-primary
{
    background-color: #2f3053 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus
{
    background-color: #3a0b79 !important;
}

.bg-secondary
{
    background-color: #fafbfe !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus
{
    background-color: #d0d9f6 !important;
}

.bg-success
{
    background-color: #4cd964 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus
{
    background-color: #2ac845 !important;
}

.bg-info
{
    background-color: #30a7db !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus
{
    background-color: #059fe6 !important;
}

.bg-warning
{
    background-color: #ff9500 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus
{
    background-color: #c70 !important;
}

.bg-danger
{
    background-color: #ff3b30 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus
{
    background-color: #fc0d00 !important;
}

.bg-light
{
    background-color: #ced4da !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus
{
    background-color: #b1bbc4 !important;
}

.bg-dark
{
    background-color: #000 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus
{
    background-color: black !important;
}

.bg-white
{
    background-color: #fff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus
{
    background-color: #e6e6e6 !important;
}

.bg-darker
{
    background-color: black !important;
}

a.bg-darker:hover,
a.bg-darker:focus,
button.bg-darker:hover,
button.bg-darker:focus
{
    background-color: black !important;
}

.bg-white
{
    background-color: #fff !important;
}

.bg-transparent
{
    background-color: transparent !important;
}

.border
{
    border: .0625rem solid #e9ecef !important;
}

.border-top
{
    border-top: .0625rem solid #e9ecef !important;
}

.border-right
{
    border-right: .0625rem solid #e9ecef !important;
}

.border-bottom
{
    border-bottom: .0625rem solid #e9ecef !important;
}

.border-left
{
    border-left: .0625rem solid #e9ecef !important;
}

.border-0
{
    border: 0 !important;
}

.border-top-0
{
    border-top: 0 !important;
}

.border-right-0
{
    border-right: 0 !important;
}

.border-bottom-0
{
    border-bottom: 0 !important;
}

.border-left-0
{
    border-left: 0 !important;
}

.border-primary
{
    border-color: #2f3053 !important;
}

.border-secondary
{
    border-color: #fafbfe !important;
}

.border-success
{
    border-color: #4cd964 !important;
}

.border-info
{
    border-color: #30a7db !important;
}

.border-warning
{
    border-color: #ff9500 !important;
}

.border-danger
{
    border-color: #ff3b30 !important;
}

.border-light
{
    border-color: #ced4da !important;
}

.border-dark
{
    border-color: #000 !important;
}

.border-white
{
    border-color: #fff !important;
}

.border-darker
{
    border-color: black !important;
}

.border-white
{
    border-color: #fff !important;
}

.rounded
{
    border-radius: .25rem !important;
}

.rounded-top
{
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-right
{
    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-left
{
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-circle
{
    border-radius: 50% !important;
}

.rounded-0
{
    border-radius: 0 !important;
}

.clearfix::after
{
    display: block;
    clear: both;

    content: '';
}

.d-none
{
    display: none !important;
}

.d-inline
{
    display: inline !important;
}

.d-inline-block
{
    display: inline-block !important;
}

.d-block
{
    display: block !important;
}

.d-table
{
    display: table !important;
}

.d-table-row
{
    display: table-row !important;
}

.d-table-cell
{
    display: table-cell !important;
}

.d-flex
{
    display: flex !important;
}

.d-inline-flex
{
    display: inline-flex !important;
}

@media (min-width: 576px)
{
    .d-sm-none
    {
        display: none !important;
    }
    .d-sm-inline
    {
        display: inline !important;
    }
    .d-sm-inline-block
    {
        display: inline-block !important;
    }
    .d-sm-block
    {
        display: block !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: flex !important;
    }
    .d-sm-inline-flex
    {
        display: inline-flex !important;
    }
}

@media (min-width: 768px)
{
    .d-md-none
    {
        display: none !important;
    }
    .d-md-inline
    {
        display: inline !important;
    }
    .d-md-inline-block
    {
        display: inline-block !important;
    }
    .d-md-block
    {
        display: block !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: flex !important;
    }
    .d-md-inline-flex
    {
        display: inline-flex !important;
    }
}

@media (min-width: 992px)
{
    .d-lg-none
    {
        display: none !important;
    }
    .d-lg-inline
    {
        display: inline !important;
    }
    .d-lg-inline-block
    {
        display: inline-block !important;
    }
    .d-lg-block
    {
        display: block !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: flex !important;
    }
    .d-lg-inline-flex
    {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px)
{
    .d-xl-none
    {
        display: none !important;
    }
    .d-xl-inline
    {
        display: inline !important;
    }
    .d-xl-inline-block
    {
        display: inline-block !important;
    }
    .d-xl-block
    {
        display: block !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: flex !important;
    }
    .d-xl-inline-flex
    {
        display: inline-flex !important;
    }
}

@media print
{
    .d-print-none
    {
        display: none !important;
    }
    .d-print-inline
    {
        display: inline !important;
    }
    .d-print-inline-block
    {
        display: inline-block !important;
    }
    .d-print-block
    {
        display: block !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: flex !important;
    }
    .d-print-inline-flex
    {
        display: inline-flex !important;
    }
}

.embed-responsive
{
    position: relative;

    display: block;
    overflow: hidden; 

    width: 100%;
    padding: 0;
}
.embed-responsive::before
{
    display: block;

    content: '';
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border: 0;
}

.embed-responsive-21by9::before
{
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before
{
    padding-top: 56.25%;
}

.embed-responsive-4by3::before
{
    padding-top: 75%;
}

.embed-responsive-1by1::before
{
    padding-top: 100%;
}

.flex-row
{
    flex-direction: row !important;
}

.flex-column
{
    flex-direction: column !important;
}

.flex-row-reverse
{
    flex-direction: row-reverse !important;
}

.flex-column-reverse
{
    flex-direction: column-reverse !important;
}

.flex-wrap
{
    flex-wrap: wrap !important;
}

.flex-nowrap
{
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse
{
    flex-wrap: wrap-reverse !important;
}

.flex-fill
{
    flex: 1 1 auto !important;
}

.flex-grow-0
{
    flex-grow: 0 !important;
}

.flex-grow-1
{
    flex-grow: 1 !important;
}

.flex-shrink-0
{
    flex-shrink: 0 !important;
}

.flex-shrink-1
{
    flex-shrink: 1 !important;
}

.justify-content-start
{
    justify-content: flex-start !important;
}

.justify-content-end
{
    justify-content: flex-end !important;
}

.justify-content-center
{
    justify-content: center !important;
}

.justify-content-between
{
    justify-content: space-between !important;
}

.justify-content-around
{
    justify-content: space-around !important;
}

.align-items-start
{
    align-items: flex-start !important;
}

.align-items-end
{
    align-items: flex-end !important;
}

.align-items-center
{
    align-items: center !important;
}

.align-items-baseline
{
    align-items: baseline !important;
}

.align-items-stretch
{
    align-items: stretch !important;
}

.align-content-start
{
    align-content: flex-start !important;
}

.align-content-end
{
    align-content: flex-end !important;
}

.align-content-center
{
    align-content: center !important;
}

.align-content-between
{
    align-content: space-between !important;
}

.align-content-around
{
    align-content: space-around !important;
}

.align-content-stretch
{
    align-content: stretch !important;
}

.align-self-auto
{
    align-self: auto !important;
}

.align-self-start
{
    align-self: flex-start !important;
}

.align-self-end
{
    align-self: flex-end !important;
}

.align-self-center
{
    align-self: center !important;
}

.align-self-baseline
{
    align-self: baseline !important;
}

.align-self-stretch
{
    align-self: stretch !important;
}

@media (min-width: 576px)
{
    .flex-sm-row
    {
        flex-direction: row !important;
    }
    .flex-sm-column
    {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse
    {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse
    {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap
    {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap
    {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse
    {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill
    {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0
    {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1
    {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0
    {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1
    {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start
    {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end
    {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center
    {
        justify-content: center !important;
    }
    .justify-content-sm-between
    {
        justify-content: space-between !important;
    }
    .justify-content-sm-around
    {
        justify-content: space-around !important;
    }
    .align-items-sm-start
    {
        align-items: flex-start !important;
    }
    .align-items-sm-end
    {
        align-items: flex-end !important;
    }
    .align-items-sm-center
    {
        align-items: center !important;
    }
    .align-items-sm-baseline
    {
        align-items: baseline !important;
    }
    .align-items-sm-stretch
    {
        align-items: stretch !important;
    }
    .align-content-sm-start
    {
        align-content: flex-start !important;
    }
    .align-content-sm-end
    {
        align-content: flex-end !important;
    }
    .align-content-sm-center
    {
        align-content: center !important;
    }
    .align-content-sm-between
    {
        align-content: space-between !important;
    }
    .align-content-sm-around
    {
        align-content: space-around !important;
    }
    .align-content-sm-stretch
    {
        align-content: stretch !important;
    }
    .align-self-sm-auto
    {
        align-self: auto !important;
    }
    .align-self-sm-start
    {
        align-self: flex-start !important;
    }
    .align-self-sm-end
    {
        align-self: flex-end !important;
    }
    .align-self-sm-center
    {
        align-self: center !important;
    }
    .align-self-sm-baseline
    {
        align-self: baseline !important;
    }
    .align-self-sm-stretch
    {
        align-self: stretch !important;
    }
}

@media (min-width: 768px)
{
    .flex-md-row
    {
        flex-direction: row !important;
    }
    .flex-md-column
    {
        flex-direction: column !important;
    }
    .flex-md-row-reverse
    {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse
    {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap
    {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap
    {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse
    {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill
    {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0
    {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1
    {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0
    {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1
    {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start
    {
        justify-content: flex-start !important;
    }
    .justify-content-md-end
    {
        justify-content: flex-end !important;
    }
    .justify-content-md-center
    {
        justify-content: center !important;
    }
    .justify-content-md-between
    {
        justify-content: space-between !important;
    }
    .justify-content-md-around
    {
        justify-content: space-around !important;
    }
    .align-items-md-start
    {
        align-items: flex-start !important;
    }
    .align-items-md-end
    {
        align-items: flex-end !important;
    }
    .align-items-md-center
    {
        align-items: center !important;
    }
    .align-items-md-baseline
    {
        align-items: baseline !important;
    }
    .align-items-md-stretch
    {
        align-items: stretch !important;
    }
    .align-content-md-start
    {
        align-content: flex-start !important;
    }
    .align-content-md-end
    {
        align-content: flex-end !important;
    }
    .align-content-md-center
    {
        align-content: center !important;
    }
    .align-content-md-between
    {
        align-content: space-between !important;
    }
    .align-content-md-around
    {
        align-content: space-around !important;
    }
    .align-content-md-stretch
    {
        align-content: stretch !important;
    }
    .align-self-md-auto
    {
        align-self: auto !important;
    }
    .align-self-md-start
    {
        align-self: flex-start !important;
    }
    .align-self-md-end
    {
        align-self: flex-end !important;
    }
    .align-self-md-center
    {
        align-self: center !important;
    }
    .align-self-md-baseline
    {
        align-self: baseline !important;
    }
    .align-self-md-stretch
    {
        align-self: stretch !important;
    }
}

@media (min-width: 992px)
{
    .flex-lg-row
    {
        flex-direction: row !important;
    }
    .flex-lg-column
    {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse
    {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse
    {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap
    {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap
    {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse
    {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill
    {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0
    {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1
    {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0
    {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1
    {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start
    {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end
    {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center
    {
        justify-content: center !important;
    }
    .justify-content-lg-between
    {
        justify-content: space-between !important;
    }
    .justify-content-lg-around
    {
        justify-content: space-around !important;
    }
    .align-items-lg-start
    {
        align-items: flex-start !important;
    }
    .align-items-lg-end
    {
        align-items: flex-end !important;
    }
    .align-items-lg-center
    {
        align-items: center !important;
    }
    .align-items-lg-baseline
    {
        align-items: baseline !important;
    }
    .align-items-lg-stretch
    {
        align-items: stretch !important;
    }
    .align-content-lg-start
    {
        align-content: flex-start !important;
    }
    .align-content-lg-end
    {
        align-content: flex-end !important;
    }
    .align-content-lg-center
    {
        align-content: center !important;
    }
    .align-content-lg-between
    {
        align-content: space-between !important;
    }
    .align-content-lg-around
    {
        align-content: space-around !important;
    }
    .align-content-lg-stretch
    {
        align-content: stretch !important;
    }
    .align-self-lg-auto
    {
        align-self: auto !important;
    }
    .align-self-lg-start
    {
        align-self: flex-start !important;
    }
    .align-self-lg-end
    {
        align-self: flex-end !important;
    }
    .align-self-lg-center
    {
        align-self: center !important;
    }
    .align-self-lg-baseline
    {
        align-self: baseline !important;
    }
    .align-self-lg-stretch
    {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px)
{
    .flex-xl-row
    {
        flex-direction: row !important;
    }
    .flex-xl-column
    {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse
    {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse
    {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap
    {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap
    {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse
    {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill
    {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0
    {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1
    {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0
    {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1
    {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start
    {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end
    {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center
    {
        justify-content: center !important;
    }
    .justify-content-xl-between
    {
        justify-content: space-between !important;
    }
    .justify-content-xl-around
    {
        justify-content: space-around !important;
    }
    .align-items-xl-start
    {
        align-items: flex-start !important;
    }
    .align-items-xl-end
    {
        align-items: flex-end !important;
    }
    .align-items-xl-center
    {
        align-items: center !important;
    }
    .align-items-xl-baseline
    {
        align-items: baseline !important;
    }
    .align-items-xl-stretch
    {
        align-items: stretch !important;
    }
    .align-content-xl-start
    {
        align-content: flex-start !important;
    }
    .align-content-xl-end
    {
        align-content: flex-end !important;
    }
    .align-content-xl-center
    {
        align-content: center !important;
    }
    .align-content-xl-between
    {
        align-content: space-between !important;
    }
    .align-content-xl-around
    {
        align-content: space-around !important;
    }
    .align-content-xl-stretch
    {
        align-content: stretch !important;
    }
    .align-self-xl-auto
    {
        align-self: auto !important;
    }
    .align-self-xl-start
    {
        align-self: flex-start !important;
    }
    .align-self-xl-end
    {
        align-self: flex-end !important;
    }
    .align-self-xl-center
    {
        align-self: center !important;
    }
    .align-self-xl-baseline
    {
        align-self: baseline !important;
    }
    .align-self-xl-stretch
    {
        align-self: stretch !important;
    }
}

.float-left
{
    float: left !important;
}

.float-right
{
    float: right !important;
}

.float-none
{
    float: none !important;
}

@media (min-width: 576px)
{
    .float-sm-left
    {
        float: left !important;
    }
    .float-sm-right
    {
        float: right !important;
    }
    .float-sm-none
    {
        float: none !important;
    }
}

@media (min-width: 768px)
{
    .float-md-left
    {
        float: left !important;
    }
    .float-md-right
    {
        float: right !important;
    }
    .float-md-none
    {
        float: none !important;
    }
}

@media (min-width: 992px)
{
    .float-lg-left
    {
        float: left !important;
    }
    .float-lg-right
    {
        float: right !important;
    }
    .float-lg-none
    {
        float: none !important;
    }
}

@media (min-width: 1200px)
{
    .float-xl-left
    {
        float: left !important;
    }
    .float-xl-right
    {
        float: right !important;
    }
    .float-xl-none
    {
        float: 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;
}

.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;
}

@supports ((position: -webkit-sticky) or (position: sticky))
{
    .sticky-top
    {
        position: -webkit-sticky;
        position:         sticky;
        z-index: 1020; 
        top: 0;
    }
}

.sr-only
{
    position: absolute;

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

    width: 1px;
    height: 1px;
    padding: 0;

    white-space: nowrap;

    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus
{
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;

    white-space: normal;
}

.shadow-sm
{
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .08) !important;
}

.shadow
{
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1) !important;
}

.shadow-lg
{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .125) !important;
}

.shadow-none
{
    box-shadow: none !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;
}

.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;
}

.mw-100
{
    max-width: 100% !important;
}

.mh-100
{
    max-height: 100% !important;
}

.m-0
{
    margin: 0 !important;
}

.mt-0,
.my-0
{
    margin-top: 0 !important;
}

.mr-0,
.mx-0
{
    margin-right: 0 !important;
}

.mb-0,
.my-0
{
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0
{
    margin-left: 0 !important;
}

.m-1
{
    margin: .25rem !important;
}

.mt-1,
.my-1
{
    margin-top: .25rem !important;
}

.mr-1,
.mx-1
{
    margin-right: .25rem !important;
}

.mb-1,
.my-1
{
    margin-bottom: .25rem !important;
}

.ml-1,
.mx-1
{
    margin-left: .25rem !important;
}

.m-2
{
    margin: .5rem !important;
}

.mt-2,
.my-2
{
    margin-top: .5rem !important;
}

.mr-2,
.mx-2
{
    margin-right: .5rem !important;
}

.mb-2,
.my-2
{
    margin-bottom: .5rem !important;
}

.ml-2,
.mx-2
{
    margin-left: .5rem !important;
}

.m-3
{
    margin: 1rem !important;
}

.mt-3,
.my-3
{
    margin-top: 1rem !important;
}

.mr-3,
.mx-3
{
    margin-right: 1rem !important;
}

.mb-3,
.my-3
{
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3
{
    margin-left: 1rem !important;
}

.m-4
{
    margin: 1.5rem !important;
}

.mt-4,
.my-4
{
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4
{
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4
{
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4
{
    margin-left: 1.5rem !important;
}

.m-5
{
    margin: 3rem !important;
}

.mt-5,
.my-5
{
    margin-top: 3rem !important;
}

.mr-5,
.mx-5
{
    margin-right: 3rem !important;
}

.mb-5,
.my-5
{
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5
{
    margin-left: 3rem !important;
}

.m-sm
{
    margin: 2rem !important;
}

.mt-sm,
.my-sm
{
    margin-top: 2rem !important;
}

.mr-sm,
.mx-sm
{
    margin-right: 2rem !important;
}

.mb-sm,
.my-sm
{
    margin-bottom: 2rem !important;
}

.ml-sm,
.mx-sm
{
    margin-left: 2rem !important;
}

.m-md
{
    margin: 4rem !important;
}

.mt-md,
.my-md
{
    margin-top: 4rem !important;
}

.mr-md,
.mx-md
{
    margin-right: 4rem !important;
}

.mb-md,
.my-md
{
    margin-bottom: 4rem !important;
}

.ml-md,
.mx-md
{
    margin-left: 4rem !important;
}

.m-lg
{
    margin: 6rem !important;
}

.mt-lg,
.my-lg
{
    margin-top: 6rem !important;
}

.mr-lg,
.mx-lg
{
    margin-right: 6rem !important;
}

.mb-lg,
.my-lg
{
    margin-bottom: 6rem !important;
}

.ml-lg,
.mx-lg
{
    margin-left: 6rem !important;
}

.m-xl
{
    margin: 8rem !important;
}

.mt-xl,
.my-xl
{
    margin-top: 8rem !important;
}

.mr-xl,
.mx-xl
{
    margin-right: 8rem !important;
}

.mb-xl,
.my-xl
{
    margin-bottom: 8rem !important;
}

.ml-xl,
.mx-xl
{
    margin-left: 8rem !important;
}

.p-0
{
    padding: 0 !important;
}

.pt-0,
.py-0
{
    padding-top: 0 !important;
}

.pr-0,
.px-0
{
    padding-right: 0 !important;
}

.pb-0,
.py-0
{
    padding-bottom: 0 !important;
}

.pl-0,
.px-0
{
    padding-left: 0 !important;
}

.p-1
{
    padding: .25rem !important;
}

.pt-1,
.py-1
{
    padding-top: .25rem !important;
}

.pr-1,
.px-1
{
    padding-right: .25rem !important;
}

.pb-1,
.py-1
{
    padding-bottom: .25rem !important;
}

.pl-1,
.px-1
{
    padding-left: .25rem !important;
}

.p-2
{
    padding: .5rem !important;
}

.pt-2,
.py-2
{
    padding-top: .5rem !important;
}

.pr-2,
.px-2
{
    padding-right: .5rem !important;
}

.pb-2,
.py-2
{
    padding-bottom: .5rem !important;
}

.pl-2,
.px-2
{
    padding-left: .5rem !important;
}

.p-3
{
    padding: 1rem !important;
}

.pt-3,
.py-3
{
    padding-top: 1rem !important;
}

.pr-3,
.px-3
{
    padding-right: 1rem !important;
}

.pb-3,
.py-3
{
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3
{
    padding-left: 1rem !important;
}

.p-4
{
    padding: 1.5rem !important;
}

.pt-4,
.py-4
{
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4
{
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4
{
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4
{
    padding-left: 1.5rem !important;
}

.p-5
{
    padding: 3rem !important;
}

.pt-5,
.py-5
{
    padding-top: 3rem !important;
}

.pr-5,
.px-5
{
    padding-right: 3rem !important;
}

.pb-5,
.py-5
{
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5
{
    padding-left: 3rem !important;
}

.p-sm
{
    padding: 2rem !important;
}

.pt-sm,
.py-sm
{
    padding-top: 2rem !important;
}

.pr-sm,
.px-sm
{
    padding-right: 2rem !important;
}

.pb-sm,
.py-sm
{
    padding-bottom: 2rem !important;
}

.pl-sm,
.px-sm
{
    padding-left: 2rem !important;
}

.p-md
{
    padding: 4rem !important;
}

.pt-md,
.py-md
{
    padding-top: 4rem !important;
}

.pr-md,
.px-md
{
    padding-right: 4rem !important;
}

.pb-md,
.py-md
{
    padding-bottom: 4rem !important;
}

.pl-md,
.px-md
{
    padding-left: 4rem !important;
}

.p-lg
{
    padding: 6rem !important;
}

.pt-lg,
.py-lg
{
    padding-top: 6rem !important;
}

.pr-lg,
.px-lg
{
    padding-right: 6rem !important;
}

.pb-lg,
.py-lg
{
    padding-bottom: 6rem !important;
}

.pl-lg,
.px-lg
{
    padding-left: 6rem !important;
}

.p-xl
{
    padding: 8rem !important;
}

.pt-xl,
.py-xl
{
    padding-top: 8rem !important;
}

.pr-xl,
.px-xl
{
    padding-right: 8rem !important;
}

.pb-xl,
.py-xl
{
    padding-bottom: 8rem !important;
}

.pl-xl,
.px-xl
{
    padding-left: 8rem !important;
}

.m-auto
{
    margin: auto !important;
}

.mt-auto,
.my-auto
{
    margin-top: auto !important;
}

.mr-auto,
.mx-auto
{
    margin-right: auto !important;
}

.mb-auto,
.my-auto
{
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto
{
    margin-left: auto !important;
}

@media (min-width: 576px)
{
    .m-sm-0
    {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0
    {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0
    {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0
    {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0
    {
        margin-left: 0 !important;
    }
    .m-sm-1
    {
        margin: .25rem !important;
    }
    .mt-sm-1,
    .my-sm-1
    {
        margin-top: .25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1
    {
        margin-right: .25rem !important;
    }
    .mb-sm-1,
    .my-sm-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1
    {
        margin-left: .25rem !important;
    }
    .m-sm-2
    {
        margin: .5rem !important;
    }
    .mt-sm-2,
    .my-sm-2
    {
        margin-top: .5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2
    {
        margin-right: .5rem !important;
    }
    .mb-sm-2,
    .my-sm-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2
    {
        margin-left: .5rem !important;
    }
    .m-sm-3
    {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3
    {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3
    {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3
    {
        margin-left: 1rem !important;
    }
    .m-sm-4
    {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4
    {
        margin-left: 1.5rem !important;
    }
    .m-sm-5
    {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5
    {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5
    {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5
    {
        margin-left: 3rem !important;
    }
    .m-sm-sm
    {
        margin: 2rem !important;
    }
    .mt-sm-sm,
    .my-sm-sm
    {
        margin-top: 2rem !important;
    }
    .mr-sm-sm,
    .mx-sm-sm
    {
        margin-right: 2rem !important;
    }
    .mb-sm-sm,
    .my-sm-sm
    {
        margin-bottom: 2rem !important;
    }
    .ml-sm-sm,
    .mx-sm-sm
    {
        margin-left: 2rem !important;
    }
    .m-sm-md
    {
        margin: 4rem !important;
    }
    .mt-sm-md,
    .my-sm-md
    {
        margin-top: 4rem !important;
    }
    .mr-sm-md,
    .mx-sm-md
    {
        margin-right: 4rem !important;
    }
    .mb-sm-md,
    .my-sm-md
    {
        margin-bottom: 4rem !important;
    }
    .ml-sm-md,
    .mx-sm-md
    {
        margin-left: 4rem !important;
    }
    .m-sm-lg
    {
        margin: 6rem !important;
    }
    .mt-sm-lg,
    .my-sm-lg
    {
        margin-top: 6rem !important;
    }
    .mr-sm-lg,
    .mx-sm-lg
    {
        margin-right: 6rem !important;
    }
    .mb-sm-lg,
    .my-sm-lg
    {
        margin-bottom: 6rem !important;
    }
    .ml-sm-lg,
    .mx-sm-lg
    {
        margin-left: 6rem !important;
    }
    .m-sm-xl
    {
        margin: 8rem !important;
    }
    .mt-sm-xl,
    .my-sm-xl
    {
        margin-top: 8rem !important;
    }
    .mr-sm-xl,
    .mx-sm-xl
    {
        margin-right: 8rem !important;
    }
    .mb-sm-xl,
    .my-sm-xl
    {
        margin-bottom: 8rem !important;
    }
    .ml-sm-xl,
    .mx-sm-xl
    {
        margin-left: 8rem !important;
    }
    .p-sm-0
    {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0
    {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0
    {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0
    {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0
    {
        padding-left: 0 !important;
    }
    .p-sm-1
    {
        padding: .25rem !important;
    }
    .pt-sm-1,
    .py-sm-1
    {
        padding-top: .25rem !important;
    }
    .pr-sm-1,
    .px-sm-1
    {
        padding-right: .25rem !important;
    }
    .pb-sm-1,
    .py-sm-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-sm-1,
    .px-sm-1
    {
        padding-left: .25rem !important;
    }
    .p-sm-2
    {
        padding: .5rem !important;
    }
    .pt-sm-2,
    .py-sm-2
    {
        padding-top: .5rem !important;
    }
    .pr-sm-2,
    .px-sm-2
    {
        padding-right: .5rem !important;
    }
    .pb-sm-2,
    .py-sm-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-sm-2,
    .px-sm-2
    {
        padding-left: .5rem !important;
    }
    .p-sm-3
    {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3
    {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3
    {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3
    {
        padding-left: 1rem !important;
    }
    .p-sm-4
    {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4
    {
        padding-left: 1.5rem !important;
    }
    .p-sm-5
    {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5
    {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5
    {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5
    {
        padding-left: 3rem !important;
    }
    .p-sm-sm
    {
        padding: 2rem !important;
    }
    .pt-sm-sm,
    .py-sm-sm
    {
        padding-top: 2rem !important;
    }
    .pr-sm-sm,
    .px-sm-sm
    {
        padding-right: 2rem !important;
    }
    .pb-sm-sm,
    .py-sm-sm
    {
        padding-bottom: 2rem !important;
    }
    .pl-sm-sm,
    .px-sm-sm
    {
        padding-left: 2rem !important;
    }
    .p-sm-md
    {
        padding: 4rem !important;
    }
    .pt-sm-md,
    .py-sm-md
    {
        padding-top: 4rem !important;
    }
    .pr-sm-md,
    .px-sm-md
    {
        padding-right: 4rem !important;
    }
    .pb-sm-md,
    .py-sm-md
    {
        padding-bottom: 4rem !important;
    }
    .pl-sm-md,
    .px-sm-md
    {
        padding-left: 4rem !important;
    }
    .p-sm-lg
    {
        padding: 6rem !important;
    }
    .pt-sm-lg,
    .py-sm-lg
    {
        padding-top: 6rem !important;
    }
    .pr-sm-lg,
    .px-sm-lg
    {
        padding-right: 6rem !important;
    }
    .pb-sm-lg,
    .py-sm-lg
    {
        padding-bottom: 6rem !important;
    }
    .pl-sm-lg,
    .px-sm-lg
    {
        padding-left: 6rem !important;
    }
    .p-sm-xl
    {
        padding: 8rem !important;
    }
    .pt-sm-xl,
    .py-sm-xl
    {
        padding-top: 8rem !important;
    }
    .pr-sm-xl,
    .px-sm-xl
    {
        padding-right: 8rem !important;
    }
    .pb-sm-xl,
    .py-sm-xl
    {
        padding-bottom: 8rem !important;
    }
    .pl-sm-xl,
    .px-sm-xl
    {
        padding-left: 8rem !important;
    }
    .m-sm-auto
    {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto
    {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto
    {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto
    {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto
    {
        margin-left: auto !important;
    }
}

@media (min-width: 768px)
{
    .m-md-0
    {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0
    {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0
    {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0
    {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0
    {
        margin-left: 0 !important;
    }
    .m-md-1
    {
        margin: .25rem !important;
    }
    .mt-md-1,
    .my-md-1
    {
        margin-top: .25rem !important;
    }
    .mr-md-1,
    .mx-md-1
    {
        margin-right: .25rem !important;
    }
    .mb-md-1,
    .my-md-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-md-1,
    .mx-md-1
    {
        margin-left: .25rem !important;
    }
    .m-md-2
    {
        margin: .5rem !important;
    }
    .mt-md-2,
    .my-md-2
    {
        margin-top: .5rem !important;
    }
    .mr-md-2,
    .mx-md-2
    {
        margin-right: .5rem !important;
    }
    .mb-md-2,
    .my-md-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-md-2,
    .mx-md-2
    {
        margin-left: .5rem !important;
    }
    .m-md-3
    {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3
    {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3
    {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3
    {
        margin-left: 1rem !important;
    }
    .m-md-4
    {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4
    {
        margin-left: 1.5rem !important;
    }
    .m-md-5
    {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5
    {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5
    {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5
    {
        margin-left: 3rem !important;
    }
    .m-md-sm
    {
        margin: 2rem !important;
    }
    .mt-md-sm,
    .my-md-sm
    {
        margin-top: 2rem !important;
    }
    .mr-md-sm,
    .mx-md-sm
    {
        margin-right: 2rem !important;
    }
    .mb-md-sm,
    .my-md-sm
    {
        margin-bottom: 2rem !important;
    }
    .ml-md-sm,
    .mx-md-sm
    {
        margin-left: 2rem !important;
    }
    .m-md-md
    {
        margin: 4rem !important;
    }
    .mt-md-md,
    .my-md-md
    {
        margin-top: 4rem !important;
    }
    .mr-md-md,
    .mx-md-md
    {
        margin-right: 4rem !important;
    }
    .mb-md-md,
    .my-md-md
    {
        margin-bottom: 4rem !important;
    }
    .ml-md-md,
    .mx-md-md
    {
        margin-left: 4rem !important;
    }
    .m-md-lg
    {
        margin: 6rem !important;
    }
    .mt-md-lg,
    .my-md-lg
    {
        margin-top: 6rem !important;
    }
    .mr-md-lg,
    .mx-md-lg
    {
        margin-right: 6rem !important;
    }
    .mb-md-lg,
    .my-md-lg
    {
        margin-bottom: 6rem !important;
    }
    .ml-md-lg,
    .mx-md-lg
    {
        margin-left: 6rem !important;
    }
    .m-md-xl
    {
        margin: 8rem !important;
    }
    .mt-md-xl,
    .my-md-xl
    {
        margin-top: 8rem !important;
    }
    .mr-md-xl,
    .mx-md-xl
    {
        margin-right: 8rem !important;
    }
    .mb-md-xl,
    .my-md-xl
    {
        margin-bottom: 8rem !important;
    }
    .ml-md-xl,
    .mx-md-xl
    {
        margin-left: 8rem !important;
    }
    .p-md-0
    {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0
    {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0
    {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0
    {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0
    {
        padding-left: 0 !important;
    }
    .p-md-1
    {
        padding: .25rem !important;
    }
    .pt-md-1,
    .py-md-1
    {
        padding-top: .25rem !important;
    }
    .pr-md-1,
    .px-md-1
    {
        padding-right: .25rem !important;
    }
    .pb-md-1,
    .py-md-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-md-1,
    .px-md-1
    {
        padding-left: .25rem !important;
    }
    .p-md-2
    {
        padding: .5rem !important;
    }
    .pt-md-2,
    .py-md-2
    {
        padding-top: .5rem !important;
    }
    .pr-md-2,
    .px-md-2
    {
        padding-right: .5rem !important;
    }
    .pb-md-2,
    .py-md-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-md-2,
    .px-md-2
    {
        padding-left: .5rem !important;
    }
    .p-md-3
    {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3
    {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3
    {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3
    {
        padding-left: 1rem !important;
    }
    .p-md-4
    {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4
    {
        padding-left: 1.5rem !important;
    }
    .p-md-5
    {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5
    {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5
    {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5
    {
        padding-left: 3rem !important;
    }
    .p-md-sm
    {
        padding: 2rem !important;
    }
    .pt-md-sm,
    .py-md-sm
    {
        padding-top: 2rem !important;
    }
    .pr-md-sm,
    .px-md-sm
    {
        padding-right: 2rem !important;
    }
    .pb-md-sm,
    .py-md-sm
    {
        padding-bottom: 2rem !important;
    }
    .pl-md-sm,
    .px-md-sm
    {
        padding-left: 2rem !important;
    }
    .p-md-md
    {
        padding: 4rem !important;
    }
    .pt-md-md,
    .py-md-md
    {
        padding-top: 4rem !important;
    }
    .pr-md-md,
    .px-md-md
    {
        padding-right: 4rem !important;
    }
    .pb-md-md,
    .py-md-md
    {
        padding-bottom: 4rem !important;
    }
    .pl-md-md,
    .px-md-md
    {
        padding-left: 4rem !important;
    }
    .p-md-lg
    {
        padding: 6rem !important;
    }
    .pt-md-lg,
    .py-md-lg
    {
        padding-top: 6rem !important;
    }
    .pr-md-lg,
    .px-md-lg
    {
        padding-right: 6rem !important;
    }
    .pb-md-lg,
    .py-md-lg
    {
        padding-bottom: 6rem !important;
    }
    .pl-md-lg,
    .px-md-lg
    {
        padding-left: 6rem !important;
    }
    .p-md-xl
    {
        padding: 8rem !important;
    }
    .pt-md-xl,
    .py-md-xl
    {
        padding-top: 8rem !important;
    }
    .pr-md-xl,
    .px-md-xl
    {
        padding-right: 8rem !important;
    }
    .pb-md-xl,
    .py-md-xl
    {
        padding-bottom: 8rem !important;
    }
    .pl-md-xl,
    .px-md-xl
    {
        padding-left: 8rem !important;
    }
    .m-md-auto
    {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto
    {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto
    {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto
    {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto
    {
        margin-left: auto !important;
    }
}

@media (min-width: 992px)
{
    .m-lg-0
    {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0
    {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0
    {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0
    {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0
    {
        margin-left: 0 !important;
    }
    .m-lg-1
    {
        margin: .25rem !important;
    }
    .mt-lg-1,
    .my-lg-1
    {
        margin-top: .25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1
    {
        margin-right: .25rem !important;
    }
    .mb-lg-1,
    .my-lg-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1
    {
        margin-left: .25rem !important;
    }
    .m-lg-2
    {
        margin: .5rem !important;
    }
    .mt-lg-2,
    .my-lg-2
    {
        margin-top: .5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2
    {
        margin-right: .5rem !important;
    }
    .mb-lg-2,
    .my-lg-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2
    {
        margin-left: .5rem !important;
    }
    .m-lg-3
    {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3
    {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3
    {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3
    {
        margin-left: 1rem !important;
    }
    .m-lg-4
    {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4
    {
        margin-left: 1.5rem !important;
    }
    .m-lg-5
    {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5
    {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5
    {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5
    {
        margin-left: 3rem !important;
    }
    .m-lg-sm
    {
        margin: 2rem !important;
    }
    .mt-lg-sm,
    .my-lg-sm
    {
        margin-top: 2rem !important;
    }
    .mr-lg-sm,
    .mx-lg-sm
    {
        margin-right: 2rem !important;
    }
    .mb-lg-sm,
    .my-lg-sm
    {
        margin-bottom: 2rem !important;
    }
    .ml-lg-sm,
    .mx-lg-sm
    {
        margin-left: 2rem !important;
    }
    .m-lg-md
    {
        margin: 4rem !important;
    }
    .mt-lg-md,
    .my-lg-md
    {
        margin-top: 4rem !important;
    }
    .mr-lg-md,
    .mx-lg-md
    {
        margin-right: 4rem !important;
    }
    .mb-lg-md,
    .my-lg-md
    {
        margin-bottom: 4rem !important;
    }
    .ml-lg-md,
    .mx-lg-md
    {
        margin-left: 4rem !important;
    }
    .m-lg-lg
    {
        margin: 6rem !important;
    }
    .mt-lg-lg,
    .my-lg-lg
    {
        margin-top: 6rem !important;
    }
    .mr-lg-lg,
    .mx-lg-lg
    {
        margin-right: 6rem !important;
    }
    .mb-lg-lg,
    .my-lg-lg
    {
        margin-bottom: 6rem !important;
    }
    .ml-lg-lg,
    .mx-lg-lg
    {
        margin-left: 6rem !important;
    }
    .m-lg-xl
    {
        margin: 8rem !important;
    }
    .mt-lg-xl,
    .my-lg-xl
    {
        margin-top: 8rem !important;
    }
    .mr-lg-xl,
    .mx-lg-xl
    {
        margin-right: 8rem !important;
    }
    .mb-lg-xl,
    .my-lg-xl
    {
        margin-bottom: 8rem !important;
    }
    .ml-lg-xl,
    .mx-lg-xl
    {
        margin-left: 8rem !important;
    }
    .p-lg-0
    {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0
    {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0
    {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0
    {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0
    {
        padding-left: 0 !important;
    }
    .p-lg-1
    {
        padding: .25rem !important;
    }
    .pt-lg-1,
    .py-lg-1
    {
        padding-top: .25rem !important;
    }
    .pr-lg-1,
    .px-lg-1
    {
        padding-right: .25rem !important;
    }
    .pb-lg-1,
    .py-lg-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-lg-1,
    .px-lg-1
    {
        padding-left: .25rem !important;
    }
    .p-lg-2
    {
        padding: .5rem !important;
    }
    .pt-lg-2,
    .py-lg-2
    {
        padding-top: .5rem !important;
    }
    .pr-lg-2,
    .px-lg-2
    {
        padding-right: .5rem !important;
    }
    .pb-lg-2,
    .py-lg-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-lg-2,
    .px-lg-2
    {
        padding-left: .5rem !important;
    }
    .p-lg-3
    {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3
    {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3
    {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3
    {
        padding-left: 1rem !important;
    }
    .p-lg-4
    {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4
    {
        padding-left: 1.5rem !important;
    }
    .p-lg-5
    {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5
    {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5
    {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5
    {
        padding-left: 3rem !important;
    }
    .p-lg-sm
    {
        padding: 2rem !important;
    }
    .pt-lg-sm,
    .py-lg-sm
    {
        padding-top: 2rem !important;
    }
    .pr-lg-sm,
    .px-lg-sm
    {
        padding-right: 2rem !important;
    }
    .pb-lg-sm,
    .py-lg-sm
    {
        padding-bottom: 2rem !important;
    }
    .pl-lg-sm,
    .px-lg-sm
    {
        padding-left: 2rem !important;
    }
    .p-lg-md
    {
        padding: 4rem !important;
    }
    .pt-lg-md,
    .py-lg-md
    {
        padding-top: 4rem !important;
    }
    .pr-lg-md,
    .px-lg-md
    {
        padding-right: 4rem !important;
    }
    .pb-lg-md,
    .py-lg-md
    {
        padding-bottom: 4rem !important;
    }
    .pl-lg-md,
    .px-lg-md
    {
        padding-left: 4rem !important;
    }
    .p-lg-lg
    {
        padding: 6rem !important;
    }
    .pt-lg-lg,
    .py-lg-lg
    {
        padding-top: 6rem !important;
    }
    .pr-lg-lg,
    .px-lg-lg
    {
        padding-right: 6rem !important;
    }
    .pb-lg-lg,
    .py-lg-lg
    {
        padding-bottom: 6rem !important;
    }
    .pl-lg-lg,
    .px-lg-lg
    {
        padding-left: 6rem !important;
    }
    .p-lg-xl
    {
        padding: 8rem !important;
    }
    .pt-lg-xl,
    .py-lg-xl
    {
        padding-top: 8rem !important;
    }
    .pr-lg-xl,
    .px-lg-xl
    {
        padding-right: 8rem !important;
    }
    .pb-lg-xl,
    .py-lg-xl
    {
        padding-bottom: 8rem !important;
    }
    .pl-lg-xl,
    .px-lg-xl
    {
        padding-left: 8rem !important;
    }
    .m-lg-auto
    {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto
    {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto
    {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto
    {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto
    {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px)
{
    .m-xl-0
    {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0
    {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0
    {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0
    {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0
    {
        margin-left: 0 !important;
    }
    .m-xl-1
    {
        margin: .25rem !important;
    }
    .mt-xl-1,
    .my-xl-1
    {
        margin-top: .25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1
    {
        margin-right: .25rem !important;
    }
    .mb-xl-1,
    .my-xl-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1
    {
        margin-left: .25rem !important;
    }
    .m-xl-2
    {
        margin: .5rem !important;
    }
    .mt-xl-2,
    .my-xl-2
    {
        margin-top: .5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2
    {
        margin-right: .5rem !important;
    }
    .mb-xl-2,
    .my-xl-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2
    {
        margin-left: .5rem !important;
    }
    .m-xl-3
    {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3
    {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3
    {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3
    {
        margin-left: 1rem !important;
    }
    .m-xl-4
    {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4
    {
        margin-left: 1.5rem !important;
    }
    .m-xl-5
    {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5
    {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5
    {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5
    {
        margin-left: 3rem !important;
    }
    .m-xl-sm
    {
        margin: 2rem !important;
    }
    .mt-xl-sm,
    .my-xl-sm
    {
        margin-top: 2rem !important;
    }
    .mr-xl-sm,
    .mx-xl-sm
    {
        margin-right: 2rem !important;
    }
    .mb-xl-sm,
    .my-xl-sm
    {
        margin-bottom: 2rem !important;
    }
    .ml-xl-sm,
    .mx-xl-sm
    {
        margin-left: 2rem !important;
    }
    .m-xl-md
    {
        margin: 4rem !important;
    }
    .mt-xl-md,
    .my-xl-md
    {
        margin-top: 4rem !important;
    }
    .mr-xl-md,
    .mx-xl-md
    {
        margin-right: 4rem !important;
    }
    .mb-xl-md,
    .my-xl-md
    {
        margin-bottom: 4rem !important;
    }
    .ml-xl-md,
    .mx-xl-md
    {
        margin-left: 4rem !important;
    }
    .m-xl-lg
    {
        margin: 6rem !important;
    }
    .mt-xl-lg,
    .my-xl-lg
    {
        margin-top: 6rem !important;
    }
    .mr-xl-lg,
    .mx-xl-lg
    {
        margin-right: 6rem !important;
    }
    .mb-xl-lg,
    .my-xl-lg
    {
        margin-bottom: 6rem !important;
    }
    .ml-xl-lg,
    .mx-xl-lg
    {
        margin-left: 6rem !important;
    }
    .m-xl-xl
    {
        margin: 8rem !important;
    }
    .mt-xl-xl,
    .my-xl-xl
    {
        margin-top: 8rem !important;
    }
    .mr-xl-xl,
    .mx-xl-xl
    {
        margin-right: 8rem !important;
    }
    .mb-xl-xl,
    .my-xl-xl
    {
        margin-bottom: 8rem !important;
    }
    .ml-xl-xl,
    .mx-xl-xl
    {
        margin-left: 8rem !important;
    }
    .p-xl-0
    {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0
    {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0
    {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0
    {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0
    {
        padding-left: 0 !important;
    }
    .p-xl-1
    {
        padding: .25rem !important;
    }
    .pt-xl-1,
    .py-xl-1
    {
        padding-top: .25rem !important;
    }
    .pr-xl-1,
    .px-xl-1
    {
        padding-right: .25rem !important;
    }
    .pb-xl-1,
    .py-xl-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-xl-1,
    .px-xl-1
    {
        padding-left: .25rem !important;
    }
    .p-xl-2
    {
        padding: .5rem !important;
    }
    .pt-xl-2,
    .py-xl-2
    {
        padding-top: .5rem !important;
    }
    .pr-xl-2,
    .px-xl-2
    {
        padding-right: .5rem !important;
    }
    .pb-xl-2,
    .py-xl-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-xl-2,
    .px-xl-2
    {
        padding-left: .5rem !important;
    }
    .p-xl-3
    {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3
    {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3
    {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3
    {
        padding-left: 1rem !important;
    }
    .p-xl-4
    {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4
    {
        padding-left: 1.5rem !important;
    }
    .p-xl-5
    {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5
    {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5
    {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5
    {
        padding-left: 3rem !important;
    }
    .p-xl-sm
    {
        padding: 2rem !important;
    }
    .pt-xl-sm,
    .py-xl-sm
    {
        padding-top: 2rem !important;
    }
    .pr-xl-sm,
    .px-xl-sm
    {
        padding-right: 2rem !important;
    }
    .pb-xl-sm,
    .py-xl-sm
    {
        padding-bottom: 2rem !important;
    }
    .pl-xl-sm,
    .px-xl-sm
    {
        padding-left: 2rem !important;
    }
    .p-xl-md
    {
        padding: 4rem !important;
    }
    .pt-xl-md,
    .py-xl-md
    {
        padding-top: 4rem !important;
    }
    .pr-xl-md,
    .px-xl-md
    {
        padding-right: 4rem !important;
    }
    .pb-xl-md,
    .py-xl-md
    {
        padding-bottom: 4rem !important;
    }
    .pl-xl-md,
    .px-xl-md
    {
        padding-left: 4rem !important;
    }
    .p-xl-lg
    {
        padding: 6rem !important;
    }
    .pt-xl-lg,
    .py-xl-lg
    {
        padding-top: 6rem !important;
    }
    .pr-xl-lg,
    .px-xl-lg
    {
        padding-right: 6rem !important;
    }
    .pb-xl-lg,
    .py-xl-lg
    {
        padding-bottom: 6rem !important;
    }
    .pl-xl-lg,
    .px-xl-lg
    {
        padding-left: 6rem !important;
    }
    .p-xl-xl
    {
        padding: 8rem !important;
    }
    .pt-xl-xl,
    .py-xl-xl
    {
        padding-top: 8rem !important;
    }
    .pr-xl-xl,
    .px-xl-xl
    {
        padding-right: 8rem !important;
    }
    .pb-xl-xl,
    .py-xl-xl
    {
        padding-bottom: 8rem !important;
    }
    .pl-xl-xl,
    .px-xl-xl
    {
        padding-left: 8rem !important;
    }
    .m-xl-auto
    {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto
    {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto
    {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto
    {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto
    {
        margin-left: auto !important;
    }
}

.text-monospace
{
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

.text-justify
{
    text-align: justify !important;
}

.text-nowrap
{
    white-space: nowrap !important;
}

.text-truncate
{
    overflow: hidden;

    white-space: nowrap; 
    text-overflow: ellipsis;
}

.text-left
{
    text-align: left !important;
}

.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

@media (min-width: 576px)
{
    .text-sm-left
    {
        text-align: left !important;
    }
    .text-sm-right
    {
        text-align: right !important;
    }
    .text-sm-center
    {
        text-align: center !important;
    }
}

@media (min-width: 768px)
{
    .text-md-left
    {
        text-align: left !important;
    }
    .text-md-right
    {
        text-align: right !important;
    }
    .text-md-center
    {
        text-align: center !important;
    }
}

@media (min-width: 992px)
{
    .text-lg-left
    {
        text-align: left !important;
    }
    .text-lg-right
    {
        text-align: right !important;
    }
    .text-lg-center
    {
        text-align: center !important;
    }
}

@media (min-width: 1200px)
{
    .text-xl-left
    {
        text-align: left !important;
    }
    .text-xl-right
    {
        text-align: right !important;
    }
    .text-xl-center
    {
        text-align: center !important;
    }
}

.text-lowercase
{
    text-transform: lowercase !important;
}

.text-uppercase
{
    text-transform: uppercase !important;
}

.text-capitalize
{
    text-transform: capitalize !important;
}

.font-weight-light
{
    font-weight: 300 !important;
}

.font-weight-normal
{
    font-weight: 400 !important;
}

.font-weight-bold
{
    font-weight: 600 !important;
}

.font-italic
{
    font-style: italic !important;
}

.text-white
{
    color: #fff !important;
}

.text-primary
{
    color: #2f3053 !important;
}

a.text-primary:hover,
a.text-primary:focus
{
    color: #3a0b79 !important;
}

.text-secondary
{
    color: #fafbfe !important;
}

a.text-secondary:hover,
a.text-secondary:focus
{
    color: #d0d9f6 !important;
}

.text-success
{
    color: #4cd964 !important;
}

a.text-success:hover,
a.text-success:focus
{
    color: #2ac845 !important;
}

.text-info
{
    color: #30a7db !important;
}

a.text-info:hover,
a.text-info:focus
{
    color: #059fe6 !important;
}

.text-warning
{
    color: #ff9500 !important;
}

a.text-warning:hover,
a.text-warning:focus
{
    color: #c70 !important;
}

.text-danger
{
    color: #ff3b30 !important;
}

a.text-danger:hover,
a.text-danger:focus
{
    color: #fc0d00 !important;
}

.text-light
{
    color: #ced4da !important;
}

a.text-light:hover,
a.text-light:focus
{
    color: #b1bbc4 !important;
}

.text-dark
{
    color: #000 !important;
}

a.text-dark:hover,
a.text-dark:focus
{
    color: black !important;
}

.text-white
{
    color: #fff !important;
}

a.text-white:hover,
a.text-white:focus
{
    color: #e6e6e6 !important;
}

.text-darker
{
    color: black !important;
}

a.text-darker:hover,
a.text-darker:focus
{
    color: black !important;
}

.text-body
{
    color: #6c7686 !important;
}

.text-muted
{
    color: #6c7686 !important;
}

.text-black-50
{
    color: rgba(0, 0, 0, .5) !important;
}

.text-white-50
{
    color: rgba(255, 255, 255, .5) !important;
}

.text-hide
{
    font: 0/0 a;

    color: transparent;
    border: 0; 
    background-color: transparent;
    text-shadow: none;
}

.visible
{
    visibility: visible !important;
}

.invisible
{
    visibility: hidden !important;
}

@media print
{
    *,
    *::before,
    *::after
    {
        box-shadow: none !important; 
        text-shadow: none !important;
    }
    a:not(.btn)
    {
        text-decoration: underline;
    }
    abbr[title]::after
    {
        content: ' (' attr(title) ')';
    }
    pre
    {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote
    {
        border: .0625rem solid #adb5bd;

        page-break-inside: avoid;
    }
    thead
    {
        display: table-header-group;
    }
    tr,
    img
    {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3
    {
        page-break-after: avoid;
    }
    @page
    {
        size: a3;
    }
    body
    {
        min-width: 992px !important;
    }
    .container
    {
        min-width: 992px !important;
    }
    .navbar
    {
        display: none;
    }
    .badge
    {
        border: .0625rem solid #000;
    }
    .table
    {
        border-collapse: collapse !important;
    }
    .table td,
    .table th
    {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td
    {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark
    {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody
    {
        border-color: #e9ecef;
    }
    .table .thead-dark th
    {
        color: inherit;
        border-color: #e9ecef;
    }
}

@-ms-viewport
{
    width: device-width;
}

html
{
    box-sizing: border-box;

    -ms-overflow-style: scrollbar;
}

body
{
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    line-height: 1.7;

    overflow-x: hidden; 

    color: #6c7686;
    background-color: #fff;
}

iframe
{
    border: 0;
}

figcaption,
figure,
main
{
    display: block;

    margin: 0;
}

main
{
    position: relative;
}

.body-backdrop
{
    position: fixed;
    z-index: 1040; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    cursor: pointer;
}

.body-backdrop-dark
{
    background: rgba(0, 0, 0, .3);
}

.body-backdrop-light
{
    background: rgba(255, 255, 255, .3);
}

[data-toggle='hidden']
{
    position: relative;
}
[data-toggle='hidden'] .hidden-item
{
    display: none;

    opacity: 0;
}
[data-toggle='hidden']:hover .hidden-item
{
    display: block;

    opacity: 1;
}

[data-negative-margin].is_stuck
{
    margin: 0 !important;
}

.typeface-entry
{
    position: relative;

    display: block;

    padding: 2rem;

    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: .375rem; 
    background: #fff;
}

.typeface-badge
{
    position: absolute;
    top: 10px;
    right: 10px;
}

.color-palette .color-entry
{
    position: relative;

    display: block;

    height: 170px;

    color: #fff;
    border-radius: .25rem;
}

.color-palette .color-code
{
    position: absolute;
    right: 12px; 
    bottom: 12px;

    padding: 6px 10px;

    color: #495057;
    background: #fff;
}

.color-switch a
{
    width: 1rem;
    height: 1rem;
    margin-right: .25rem;

    border-radius: 50%;
}

.phones
{
    position: relative;
}
.phones .item
{
    transition: ease-in .1s;

    border-radius: 40px; 
    box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, .3);
}

@media (min-width: 768px)
{
    .phones .item
    {
        max-width: 200px;

        border-radius: 20px;
    }
    .phones .item.item--front
    {
        position: absolute;
        z-index: 100; 
        top: 0;
        left: 0;
    }
    .phones:hover .item.item--front
    {
        transform: rotate(-5deg);
    }
    .phones:hover .item.item--back
    {
        transform: rotate(5deg);
    }
}

.box-overlayed
{
    position: absolute;
    z-index: 100; 
    bottom: -5rem;
    left: 50%;

    display: flex;
    flex-direction: column;

    max-width: 23.125rem;
    min-height: 10.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-left: -11.5625rem;
    padding: 1.875rem;

    color: #fff;
    border-radius: .625rem;
    background: #354052;

    justify-content: center;
}
.box-overlayed:before
{
    position: absolute;
    top: -.5rem;
    right: calc(50% - .5rem);

    display: block;

    width: 1rem; 
    height: 1rem;

    content: '';
    transform: rotate(45deg);

    background: #354052;
}

[data-animate-hover] .animate-this
{
    position: relative;
    top: 0;

    transition: all .2s ease-in-out; 
    transform: translateY(0);
}
@media screen and (prefers-reduced-motion: reduce)
{
    [data-animate-hover] .animate-this
    {
        transition: none;
    }
}

[data-animate-hover='1']:hover .animate-this
{
    transform: translateY(-1rem);

    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
}

[data-animate-hover='2']:hover .animate-this
{
    z-index: 10;

    transform: scale(1.1);

    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
}

[data-animate-items] .animate-item,
[data-animate-items] .animate-item--visible
{
    transition: all .2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce)
{
    [data-animate-items] .animate-item,
    [data-animate-items] .animate-item--visible
    {
        transition: none;
    }
}

[data-animate-items] .animate-item
{
    display: none;

    animation: hide_item .2s ease forwards;
    animation-delay: .5s; 

    opacity: 0;
}

[data-animate-items]:hover .animate-item
{
    display: block;

    animation: show_item .2s ease forwards;
    animation-delay: .5s;
}

@keyframes text_slide
{
    0%
    {
        transform: translateX(0%);
    }
    100%
    {
        transform: translateX(300px);
    }
}

@keyframes show_item
{
    from
    {
        transform: translateY(300px); 

        opacity: 0;
    }
    to
    {
        transform: translateY(0); 

        opacity: 1;
    }
}

@keyframes hide_item
{
    0%
    {
        transform: translateY(0); 

        opacity: 1;
    }
    100%
    {
        transform: translateY(300px); 

        opacity: 0;
    }
}

.bg-blue
{
    background-color: #007aff !important;
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus
{
    background-color: #0062cc !important;
}

.bg-indigo
{
    background-color: #5603ad !important;
}

a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus
{
    background-color: #3d027b !important;
}

.bg-purple
{
    background-color: #2f3053 !important;
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus
{
    background-color: #3a0b79 !important;
}

.bg-pink
{
    background-color: #f074ad !important;
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus
{
    background-color: #eb4692 !important;
}

.bg-red
{
    background-color: #ff3b30 !important;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus
{
    background-color: #fc0d00 !important;
}

.bg-orange
{
    background-color: #ff9500 !important;
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus
{
    background-color: #c70 !important;
}

.bg-yellow
{
    background-color: #fc0 !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus
{
    background-color: #cca300 !important;
}

.bg-green
{
    background-color: #4cd964 !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus
{
    background-color: #2ac845 !important;
}

.bg-teal
{
    background-color: #30a7db !important;
}

a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus
{
    background-color: #059fe6 !important;
}

.bg-cyan
{
    background-color: #4bd6e5 !important;
}

a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus
{
    background-color: #20cbdd !important;
}

.bg-white
{
    background-color: #fff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus
{
    background-color: #e6e6e6 !important;
}

.bg-gray
{
    background-color: #6c7686 !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus
{
    background-color: #555d6a !important;
}

.bg-gray-dark
{
    background-color: #343a40 !important;
}

a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus
{
    background-color: #1d2124 !important;
}

.bg-light
{
    background-color: #ced4da !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus
{
    background-color: #b1bbc4 !important;
}

.bg-lighter
{
    background-color: #f5f9fb !important;
}

a.bg-lighter:hover,
a.bg-lighter:focus,
button.bg-lighter:hover,
button.bg-lighter:focus
{
    background-color: #d1e3ec !important;
}

.bg-gradient-primary
{
    background: linear-gradient(80deg, #2f3053 0, #0c083e 100%) !important;
}

.bg-gradient-secondary
{
    background: linear-gradient(80deg, #fafbfe 0, #fafcfe 100%) !important;
}

.bg-gradient-success
{
    background: linear-gradient(80deg, #4cd964 0, #50d94c 100%) !important;
}

.bg-gradient-info
{
    background: linear-gradient(80deg, #30a7db 0, #30a7db 100%) !important;
}

.bg-gradient-warning
{
    background: linear-gradient(80deg, #ff9500 0, #ff6200 100%) !important;
}

.bg-gradient-danger
{
    background: linear-gradient(80deg, #ff3b30 0, #ff304e 100%) !important;
}

.bg-gradient-light
{
    background: linear-gradient(80deg, #ced4da 0, #ced6da 100%) !important;
}

.bg-gradient-dark
{
    background: linear-gradient(80deg, #000 0, black 100%) !important;
}

.bg-gradient-white
{
    background: linear-gradient(80deg, #fff 0, white 100%) !important;
}

.bg-gradient-darker
{
    background: linear-gradient(80deg, black 0, black 100%) !important;
}

.bg-section-primary
{
    background-color: #fff !important;
}

.bg-section-secondary
{
    background-color: #fafbfe !important;
}

.bg-section-light
{
    background-color: #ced4da !important;
}

.bg-section-dark
{
    background-color: #000 !important;
}

.bg-section-darker
{
    background-color: black !important;
}

.bg-cover
{
    position: relative;

    background-repeat: no-repeat;
}

.bg-absolute-cover
{
    position: absolute;
    z-index: 100; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
}

@media (max-width: 1200px)
{
    .bg-lg-cover
    {
        background-image: none !important;
    }
}

.bg-size--cover
{
    background-size: cover;
}

.bg-size--contain
{
    background-size: contain;
}

.bg-text
{
    font-size: 40rem;
    font-weight: 700; 

    position: absolute;
    top: 50%;
    left: 0;

    transform: translate(0%, -50%);
    white-space: nowrap;
    text-transform: uppercase;

    color: rgba(255, 255, 255, .2);
}

.bg-inner--text
{
    line-height: 1em;

    display: block;
    display: inline-block; 

    width: auto;
    max-width: none;
    height: 1em;

    transition: 2s 0s;
    transform: none;
    animation: text_slide 40s linear infinite;
    white-space: nowrap;

    opacity: 1;
}

.bg-noise
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}

@media (max-width: 991.98px)
{
    .bg-img-holder
    {
        background-image: none !important;
    }
    .bg-img-holder img
    {
        max-width: 100%;
    }
}

@media (min-width: 992px)
{
    .bg-img-holder
    {
        position: absolute;
        z-index: -1; 

        height: 100%;
        min-height: 20rem;

        background-repeat: no-repeat;
    }
    .bg-img-holder img
    {
        display: none;
    }
}

.img-bg:after
{
    position: absolute;
    z-index: 1;
    top: -168px;
    left: 31px;

    width: 783px;
    height: 725px;

    content: '';

    background: none no-repeat 50%;
    background-image: none;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg width=\'783\' height=\'726\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M606.14 725.179c144.64-.87 225.447-587.194 144.64-694.046-73.915-97.74-579.852 50.733-716.756 222.443-12.763 16.009-22.32 32.22-28.019 48.451-66.83 190.337 442.822 424.098 600.136 423.152z\' fill=\'%23fafbfe\' fill-rule=\'evenodd\'/%3E%3C/svg%3E'); 
    background-size: auto auto;
    background-size: contain;
}

.img-bg img
{
    position: relative;
    z-index: 2;
}

.delimiter-top,
.delimiter-bottom
{
    position: relative;
}

.delimiter-top:before
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 80%;
    height: 1px;
    margin-left: -40%;

    content: '';

    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, 0) 75%);
}

.delimiter-bottom:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 80%;
    height: 1px;
    margin-left: -40%;

    content: '';

    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, 0) 75%);
}

.floatfix:before,
.floatfix:after
{
    display: table; 

    content: '';
}

.floatfix:after
{
    clear: both;
}

.overflow-visible
{
    overflow: visible !important;
}

.overflow-hidden
{
    overflow: hidden !important;
}

[class*='alpha']
{
    transition: all .2s ease-in-out;
}

[class*='faded']
{
    position: relative;
}
[class*='faded']:after
{
    position: absolute;

    width: 100%;
    height: 30%; 

    content: '';
}

.faded-top:after
{
    top: 0;

    background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, .6) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
}

.faded-bottom:after
{
    bottom: 0;

    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .6) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
}

.img-center
{
    display: block;

    margin-right: auto; 
    margin-left: auto;
}

.img-grayscale
{
    filter: grayscale(100%);
}
.img-invert 
{
    filter: invert(100%);
}

.img-saturate
{
    filter: saturate(150%);
}

.img-back-shape img
{
    background: url(../img/backgrounds/img-bg-circles.svg) no-repeat scroll center center/100% 100% border-box;
}

.opacity-0,
.opacity-0--hover:hover,
.opacity-container:hover .opacity-0--hover
{
    opacity: 0;
}

.opacity-1,
.opacity-1--hover:hover,
.opacity-container:hover .opacity-1--hover
{
    opacity: .1;
}

.opacity-2,
.opacity-2--hover:hover,
.opacity-container:hover .opacity-2--hover
{
    opacity: .2;
}

.opacity-3,
.opacity-3--hover:hover,
.opacity-container:hover .opacity-3--hover
{
    opacity: .3;
}

.opacity-4,
.opacity-4--hover:hover,
.opacity-container:hover .opacity-4--hover
{
    opacity: .4;
}

.opacity-5,
.opacity-5--hover:hover,
.opacity-container:hover .opacity-5--hover
{
    opacity: .5;
}

.opacity-6,
.opacity-6--hover:hover,
.opacity-container:hover .opacity-6--hover
{
    opacity: .6;
}

.opacity-7,
.opacity-7--hover:hover,
.opacity-container:hover .opacity-7--hover
{
    opacity: .7;
}

.opacity-8,
.opacity-8--hover:hover,
.opacity-container:hover .opacity-8--hover
{
    opacity: .8;
}

.opacity-9,
.opacity-9--hover:hover,
.opacity-container:hover .opacity-9--hover
{
    opacity: .9;
}

.opacity-10,
.opacity-10--hover:hover,
.opacity-container:hover .opacity-10--hover
{
    opacity: 1;
}

.top-0
{
    top: 0;
}

.right-0
{
    right: 0;
}

.bottom-0
{
    bottom: 0;
}

.left-0
{
    left: 0;
}

.top-1
{
    top: .25rem;
}

.right-1
{
    right: .25rem;
}

.bottom-1
{
    bottom: .25rem;
}

.left-1
{
    left: .25rem;
}

.top-2
{
    top: .5rem;
}

.right-2
{
    right: .5rem;
}

.bottom-2
{
    bottom: .5rem;
}

.left-2
{
    left: .5rem;
}

.top-3
{
    top: 1rem;
}

.right-3
{
    right: 1rem;
}

.bottom-3
{
    bottom: 1rem;
}

.left-3
{
    left: 1rem;
}

.top-4
{
    top: 1.5rem;
}

.right-4
{
    right: 1.5rem;
}

.bottom-4
{
    bottom: 1.5rem;
}

.left-4
{
    left: 1.5rem;
}

.top-5
{
    top: 3rem;
}

.right-5
{
    right: 3rem;
}

.bottom-5
{
    bottom: 3rem;
}

.left-5
{
    left: 3rem;
}

.top-sm
{
    top: 2rem;
}

.right-sm
{
    right: 2rem;
}

.bottom-sm
{
    bottom: 2rem;
}

.left-sm
{
    left: 2rem;
}

.top-md
{
    top: 4rem;
}

.right-md
{
    right: 4rem;
}

.bottom-md
{
    bottom: 4rem;
}

.left-md
{
    left: 4rem;
}

.top-lg
{
    top: 6rem;
}

.right-lg
{
    right: 6rem;
}

.bottom-lg
{
    bottom: 6rem;
}

.left-lg
{
    left: 6rem;
}

.top-xl
{
    top: 8rem;
}

.right-xl
{
    right: 8rem;
}

.bottom-xl
{
    bottom: 8rem;
}

.left-xl
{
    left: 8rem;
}

.center
{
    left: 50%;

    transform: translateX(-50%);
}

.middle
{
    top: 50%;

    transform: translateY(-50%);
}

@media (max-width: 991.98px)
{
    [data-separator='rounded'][data-separator-orientation='bottom']
    {
        border-radius: 0 0 3rem 3rem;
    }
    [data-separator='rounded'][data-separator-orientation='top']
    {
        border-radius: 3rem 3rem 0 0;
    }
    [data-separator='rounded-left'][data-separator-orientation='bottom']
    {
        border-radius: 0 0 0 3rem;
    }
    [data-separator='rounded-left'][data-separator-orientation='top']
    {
        border-radius: 3rem 0 0 0;
    }
    [data-separator='rounded-right'][data-separator-orientation='bottom']
    {
        border-radius: 0 0 3rem 0;
    }
    [data-separator='rounded-right'][data-separator-orientation='top']
    {
        border-radius: 0 3rem 0 0;
    }
}

@media (min-width: 768px)
{
    [data-separator='rounded'][data-separator-orientation='bottom']
    {
        border-radius: 0 0 5rem 5rem;
    }
    [data-separator='rounded'][data-separator-orientation='top']
    {
        border-radius: 5rem 5rem 0 0;
    }
    [data-separator='rounded-left'][data-separator-orientation='bottom']
    {
        border-radius: 0 0 0 5rem;
    }
    [data-separator='rounded-left'][data-separator-orientation='top']
    {
        border-radius: 5rem 0 0 0;
    }
    [data-separator='rounded-right'][data-separator-orientation='bottom']
    {
        border-radius: 0 0 5rem 0;
    }
    [data-separator='rounded-right'][data-separator-orientation='top']
    {
        border-radius: 0 5rem 0 0;
    }
}

[data-separator='rounded-continuous']
{
    position: relative;

    margin-bottom: 5rem;

    border-radius: 0 0 0 5rem;
}
[data-separator='rounded-continuous']:before,
[data-separator='rounded-continuous']:after
{
    position: absolute;
    left: 0;

    height: 5rem; 

    content: '';
    pointer-events: none;
}
[data-separator='rounded-continuous']:before
{
    top: 100%;

    width: 100%;

    border-radius: 0 5rem 0 0;
}
[data-separator='rounded-continuous']:after
{
    z-index: -1;
    bottom: 0;

    width: 50%;
}
[data-separator='rounded-continuous'] + section
{
    padding-bottom: 5rem;
}

[data-separator-bg='primary']:before,
[data-separator-bg='primary']:after
{
    background: #fff;
}

[data-separator-bg='secondary']:before,
[data-separator-bg='secondary']:after
{
    background: #fafbfe;
}

[data-separator-bg='light']:before,
[data-separator-bg='light']:after
{
    background: #ced4da;
}

[data-separator-bg='dark']:before,
[data-separator-bg='dark']:after
{
    background: #000;
}

[data-separator-bg='darker']:before,
[data-separator-bg='darker']:after
{
    background: black;
}

[data-separator='bottom-wave']
{
    background-image: url('../img/backgrounds/bottom-wave.svg'), linear-gradient(to bottom, #2f3053, #6312cd);
    background-repeat: no-repeat; 
    background-position: bottom center, center;
}

.shape-container
{
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    left: 0;

    overflow: hidden; 

    width: 100%;
    height: 150px;

    transform: translateZ(0);
}
.shape-container[data-shape-position='top']
{
    top: 0;
    bottom: auto;
}
.shape-container[data-shape-position='bottom']
{
    top: auto;
    bottom: 0;
}
.shape-container[data-shape-orientation='inverse']
{
    transform: rotate(180deg);
}

.shape-fill-blue
{
    fill: #007aff !important;
}
.shape-fill-info
{
    fill: #30a7db !important;
}
.shape-stroke-blue
{
    stroke: #007aff !important;
}

.shape-fill-indigo
{
    fill: #5603ad !important;
}

.shape-stroke-indigo
{
    stroke: #5603ad !important;
}

.shape-fill-purple
{
    fill: #2f3053 !important;
}

.shape-stroke-purple
{
    stroke: #2f3053 !important;
}

.shape-fill-pink
{
    fill: #f074ad !important;
}

.shape-stroke-pink
{
    stroke: #f074ad !important;
}

.shape-fill-red
{
    fill: #ff3b30 !important;
}

.shape-stroke-red
{
    stroke: #ff3b30 !important;
}

.shape-fill-orange
{
    fill: #ff9500 !important;
}

.shape-stroke-orange
{
    stroke: #ff9500 !important;
}

.shape-fill-yellow
{
    fill: #fc0 !important;
}

.shape-stroke-yellow
{
    stroke: #fc0 !important;
}

.shape-fill-green
{
    fill: #4cd964 !important;
}

.shape-stroke-green
{
    stroke: #4cd964 !important;
}

.shape-fill-teal
{
    fill: #30a7db !important;
}

.shape-stroke-teal
{
    stroke: #30a7db !important;
}

.shape-fill-cyan
{
    fill: #4bd6e5 !important;
}

.shape-stroke-cyan
{
    stroke: #4bd6e5 !important;
}

.shape-fill-white
{
    fill: #fff !important;
}

.shape-fill-secondary
{
    fill: #fafbfe !important;
}

.shape-stroke-white
{
    stroke: #fff !important;
}

.shape-fill-gray
{
    fill: #6c7686 !important;
}

.shape-stroke-gray
{
    stroke: #6c7686 !important;
}

.shape-fill-gray-dark
{
    fill: #343a40 !important;
}

.shape-stroke-gray-dark
{
    stroke: #343a40 !important;
}

.shape-fill-light
{
    fill: #ced4da !important;
}

.shape-stroke-light
{
    stroke: #ced4da !important;
}

.shape-fill-lighter
{
    fill: #f5f9fb !important;
}

.shape-stroke-lighter
{
    stroke: #f5f9fb !important;
}

[data-shape-style='curve']
{
    height: 80px;
}

[data-shape-style='wave']
{
    height: 80px;
}

[data-shape-style='wavify']
{
    height: 120px;
}

@media (min-width: 2400px)
{
    [data-shape-style='curve']
    {
        height: 150px;
    }
}

@media (min-width: 1200px) and (max-width: 2399px)
{
    [data-shape-style='curve']
    {
        height: 100px;
    }
}

@media (max-width: 1199.98px)
{
    [data-shape-style='curve']
    {
        height: 60px;
    }
    [data-shape-style='wave']
    {
        height: 40px;
    }
}

@media (max-width: 991.98px)
{
    [data-shape-style='curve']
    {
        height: 40px;
    }
}

.h-100vh
{
    height: 100vh !important;
}

.row-grid + .row-grid
{
    margin-top: 3rem;
}

.row-grid > [class*='col-'] + [class*='col-']
{
    margin-top: 3rem;
}

@media (min-width: 992px)
{
    .row.row-grid > [class*='col-lg-'] + [class*='col-lg-']
    {
        margin-top: 0;
    }
}

@media (min-width: 768px)
{
    .row.row-grid > [class*='col-md-'] + [class*='col-md-']
    {
        margin-top: 0;
    }
}

@media (min-width: 576px)
{
    .row.row-grid > [class*='col-sm-'] + [class*='col-sm-']
    {
        margin-top: 0;
    }
}

@media (min-width: 992px)
{
    [class*='mt--'],
    [class*='mr--'],
    [class*='mb--'],
    [class*='ml--']
    {
        position: relative;
        z-index: 5;
    }
    .mt--100
    {
        margin-top: -100px !important;
    }
    .mr--100
    {
        margin-right: -100px !important;
    }
    .mb--100
    {
        margin-bottom: -100px !important;
    }
    .ml--100
    {
        margin-left: -100px !important;
    }
    .mt--150
    {
        margin-top: -150px !important;
    }
    .mb--150
    {
        margin-bottom: -150px !important;
    }
    .mt--200
    {
        margin-top: -200px !important;
    }
    .mb--200
    {
        margin-bottom: -200px !important;
    }
    .mt--300
    {
        margin-top: -300px !important;
    }
    .mb--300
    {
        margin-bottom: -300px !important;
    }
    .pt-100
    {
        padding-top: 100px !important;
    }
    .pb-100
    {
        padding-bottom: 100px !important;
    }
    .pt-150
    {
        padding-top: 150px !important;
    }
    .pb-150
    {
        padding-bottom: 150px !important;
    }
    .pt-200
    {
        padding-top: 200px !important;
    }
    .pb-200
    {
        padding-bottom: 200px !important;
    }
    .pt-250
    {
        padding-top: 250px !important;
    }
    .pb-250
    {
        padding-bottom: 250px !important;
    }
    .pt-300
    {
        padding-top: 300px !important;
    }
    .pb-300
    {
        padding-bottom: 300px !important;
    }
}

[class*='shadow']
{
    transition: all .2s ease-in-out;
}

.shadow-sm--hover:hover
{
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .08) !important;
}

.shadow--hover:hover
{
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1) !important;
}

.shadow-lg--hover:hover
{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .125) !important;
}

.shadow-none,
.shadow-none--hover:hover
{
    box-shadow: none !important;
}

.shadow-primary-sm
{
    box-shadow: 0 .125rem .25rem rgba(81, 15, 168, .4);
}

.shadow-primary
{
    box-shadow: 0 .5rem 1rem rgba(81, 15, 168, .4);
}

.shadow-primary-lg
{
    box-shadow: 0 1rem 3rem rgba(81, 15, 168, .4);
}

.shadow-secondary-sm
{
    box-shadow: 0 .125rem .25rem rgba(250, 251, 254, .4);
}

.shadow-secondary
{
    box-shadow: 0 .5rem 1rem rgba(250, 251, 254, .4);
}

.shadow-secondary-lg
{
    box-shadow: 0 1rem 3rem rgba(250, 251, 254, .4);
}

.shadow-success-sm
{
    box-shadow: 0 .125rem .25rem rgba(76, 217, 100, .4);
}

.shadow-success
{
    box-shadow: 0 .5rem 1rem rgba(76, 217, 100, .4);
}

.shadow-success-lg
{
    box-shadow: 0 1rem 3rem rgba(76, 217, 100, .4);
}

.shadow-info-sm
{
    box-shadow: 0 .125rem .25rem rgba(36, 183, 250, .4);
}

.shadow-info
{
    box-shadow: 0 .5rem 1rem rgba(36, 183, 250, .4);
}

.shadow-info-lg
{
    box-shadow: 0 1rem 3rem rgba(36, 183, 250, .4);
}

.shadow-warning-sm
{
    box-shadow: 0 .125rem .25rem rgba(255, 149, 0, .4);
}

.shadow-warning
{
    box-shadow: 0 .5rem 1rem rgba(255, 149, 0, .4);
}

.shadow-warning-lg
{
    box-shadow: 0 1rem 3rem rgba(255, 149, 0, .4);
}

.shadow-danger-sm
{
    box-shadow: 0 .125rem .25rem rgba(255, 59, 48, .4);
}

.shadow-danger
{
    box-shadow: 0 .5rem 1rem rgba(255, 59, 48, .4);
}

.shadow-danger-lg
{
    box-shadow: 0 1rem 3rem rgba(255, 59, 48, .4);
}

.shadow-light-sm
{
    box-shadow: 0 .125rem .25rem rgba(206, 212, 218, .4);
}

.shadow-light
{
    box-shadow: 0 .5rem 1rem rgba(206, 212, 218, .4);
}

.shadow-light-lg
{
    box-shadow: 0 1rem 3rem rgba(206, 212, 218, .4);
}

.shadow-dark-sm
{
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .4);
}

.shadow-dark
{
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .4);
}

.shadow-dark-lg
{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .4);
}

.shadow-white-sm
{
    box-shadow: 0 .125rem .25rem rgba(255, 255, 255, .4);
}

.shadow-white
{
    box-shadow: 0 .5rem 1rem rgba(255, 255, 255, .4);
}

.shadow-white-lg
{
    box-shadow: 0 1rem 3rem rgba(255, 255, 255, .4);
}

.shadow-darker-sm
{
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .4);
}

.shadow-darker
{
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .4);
}

.shadow-darker-lg
{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .4);
}

.font-weight-300
{
    font-weight: 300 !important;
}

.font-weight-400
{
    font-weight: 400 !important;
}

.font-weight-500
{
    font-weight: 500 !important;
}

.font-weight-600
{
    font-weight: 600 !important;
}

.font-weight-700
{
    font-weight: 700 !important;
}

.font-weight-800
{
    font-weight: 800 !important;
}

.font-weight-900
{
    font-weight: 900 !important;
}

.font-weight-bolder
{
    font-weight: 700 !important;
}

.text-underline
{
    text-decoration: underline;
}

.text-through
{
    text-decoration: line-through;
}

.text-unerline--dashed
{
    border-bottom: 1px dashed #e9ecef;
}

.text-xs
{
    font-size: .75rem !important;
}

.text-sm
{
    font-size: .875rem !important;
}

.text-lg
{
    font-size: 1.25rem !important;
}

.text-xl
{
    font-size: 1.5rem !important;
}

.lh-100
{
    line-height: 1;
}

.lh-110
{
    line-height: 1.1;
}

.lh-120
{
    line-height: 1.2;
}

.lh-130
{
    line-height: 1.3;
}

.lh-140
{
    line-height: 1.4;
}

.lh-150
{
    line-height: 1.5;
}

.lh-160
{
    line-height: 1.6;
}

.lh-170
{
    line-height: 1.7;
}

.lh-180
{
    line-height: 1.8;
}

.ls-1
{
    letter-spacing: .0625rem;
}

.ls-15
{
    letter-spacing: .09375rem;
}

.ls-2
{
    letter-spacing: .125rem;
}

.text-limit
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.zindex-100
{
    z-index: 100 !important;
}

.zindex-101
{
    z-index: 101 !important;
}

.zindex-102
{
    z-index: 102 !important;
}

[data-accordion='1'] .card-header
{
    position: relative;

    cursor: pointer;
}
[data-accordion='1'] .card-header:after
{
    font-family: 'Nunito', sans-serif;
    font-weight: 700; 

    position: absolute;
    top: 50%;
    right: 1.5rem;

    content: '+';
    transform: translateY(-50%);
}

[data-accordion='1'] .card-header[aria-expanded='false']:after
{
    content: '+';
}

[data-accordion='1'] .card-header[aria-expanded='true']:after
{
    content: '-';
}

[data-accordion='1'] .card-header[aria-expanded='true'] .heading
{
    color: #2f3053;
}

.alert
{
    padding: 1rem 1.5rem;

    border: 0;
    border-radius: .25rem;
}
.alert .alert-inner--icon
{
    font-size: 1.25rem;

    display: inline-block;

    margin-right: 1.25rem;

    vertical-align: middle;
}
.alert .alert-inner--text
{
    display: inline-block;

    vertical-align: middle;
}

.alert-shadow
{
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, .37);
}

[class*='alert-'] .alert-link
{
    color: #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, .5);
}

.alert-heading
{
    font-size: 1.5rem;
    font-weight: 600;

    margin-top: .15rem;
}

.alert-dismissible .close
{
    top: 50%;
    right: 1.5rem;

    padding: 0;

    transform: translateY(-50%);

    color: rgba(255, 255, 255, .6);
}
.alert-dismissible .close > span:not(.sr-only)
{
    font-size: .8rem;
    line-height: 19px;

    display: block; 

    width: 20px;
    height: 20px;

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
}
.alert-dismissible .close:hover,
.alert-dismissible .close:focus
{
    color: #fff;
}
.alert-dismissible .close:hover span:not(.sr-only),
.alert-dismissible .close:focus span:not(.sr-only)
{
    background-color: rgba(255, 255, 255, .5);
}

.alert-dismissible .undo
{
    font-size: .875rem;
    font-weight: 600;

    position: absolute;
    top: 50%;
    right: 3.5rem;

    cursor: pointer; 
    transform: translateY(-50%);
    text-transform: uppercase;

    color: rgba(255, 255, 255, .5);
    border: 0;
    background: transparent;
}
.alert-dismissible .undo:hover,
.alert-dismissible .undo:focus
{
    color: rgba(255, 255, 255, .8);
}

.alert-inverse
{
    color: #fff; 
    background-color: #454545;
}

.alert-notify
{
    width: 100%;
    max-width: 600px;
    padding-right: 60px;
}

.alert-news
{
    line-height: 1.35rem;

    display: inline-flex;

    padding: 0 .25rem; 

    color: #fff;
    border-radius: .875rem;
    background: rgba(0, 0, 0, .15);

    align-items: center;
}
.alert-news:hover
{
    color: #fff;
}
.alert-news .alert-content
{
    font-size: .875rem;
}
.alert-news .badge
{
    margin-right: .625rem;
}
.alert-news i,
.alert-news svg
{
    padding: 0 .625rem;
}

.avatar
{
    font-size: 1rem;
    font-weight: 600;

    position: relative;

    display: inline-flex;

    width: 3rem;
    height: 3rem;

    color: #fff;
    border-radius: .25rem; 

    align-items: center;
    justify-content: center;
}
.avatar.rounded-circle img
{
    border-radius: 50%;
}
.avatar img
{
    height: 100%;
}
.avatar span
{
    background-color: #2f3053;
}
.avatar + .avatar
{
    margin-left: .25rem;
}
.avatar + .avatar-content
{
    display: inline-block;

    margin-left: .75rem;
}

.avatar-lg
{
    font-size: 1.25rem; 

    width: 4.5rem;
    height: 4.5rem;
}

.avatar-sm
{
    font-size: .75rem;

    width: 1.875rem;
    height: 1.875rem;

    border-radius: .2rem;
}

.avatar-group
{
    line-height: 1; 

    display: inline-block;
}
.avatar-group .avatar
{
    z-index: 1; 

    transition: margin .15s ease-in-out;
}
.avatar-group .avatar:hover
{
    z-index: 2;
}
.avatar-group .avatar img
{
    border: 2px solid #fff;
}
.avatar-group .avatar + .avatar
{
    margin-left: -1.5rem;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.avatar-group .avatar-sm + .avatar-sm
{
    margin-left: -1rem;
}
.avatar-group:hover .avatar
{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.avatar-group:hover .avatar-sm
{
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.avatar-ungroup--hover:hover .avatar:not(:first-child)
{
    margin-left: 0;
}

.avatar-parent-child
{
    position: relative; 

    display: inline-block;
}

.avatar-child
{
    position: absolute;

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

.avatar + .avatar-child
{
    right: -15%;
    bottom: -9%;

    max-width: 20px;
}

.avatar-lg + .avatar-child
{
    right: -7%;
    bottom: -7%;

    max-width: 26px;
}

.avatar-sm + .avatar-child
{
    right: -21%;
    bottom: -15%;

    max-width: 16px;
}

.avatar-connect
{
    position: relative;
}
.avatar-connect:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

    content: '';

    border-bottom: 2px dashed rgba(0, 0, 0, .15);
}
.avatar-connect ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.badge
{
    margin: .25rem 0;
}

.badge-inline
{
    margin-right: .625rem;
}

.badge-inline + span
{
    position: relative; 
    top: 2px;
}
.badge-inline + span > a
{
    text-decoration: underline;
}

.badge-md
{
    padding: .65em 1em;
}

.badge-lg
{
    padding: .85em 1.375em;
}

.badge-pill
{
    min-width: 60px !important;
}

.badge-dot
{
    font-size: .875rem; 

    padding-right: 0;
    padding-left: 0;

    color: #6c7686;
    background: transparent;
}
.badge-dot strong
{
    color: #343a40;
}
.badge-dot i
{
    display: inline-block;

    width: .375rem;
    height: .375rem;
    margin-right: .375rem; 

    vertical-align: middle;

    border-radius: 50%;
}
.badge-dot.badge-md i
{
    width: .5rem;
    height: .5rem;
}
.badge-dot.badge-lg i
{
    width: .625rem;
    height: .625rem;
}

.blurable--hover
{
    position: relative;
}
.blurable--hover .blurable-item
{
    transition: 1s cubic-bezier(.19, 1, .22, 1);

    opacity: 1; 

    filter: blur(0);
}
.blurable--hover .blurable-hidden
{
    position: absolute;
    top: calc(50% + 7px);
    left: 50%;

    transition: all .2s ease-in-out; 
    transform: translate(-50%, -50%);

    opacity: 0;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .blurable--hover .blurable-hidden
    {
        transition: none;
    }
}
.blurable--hover:hover .blurable-item
{
    transform: scale(.95); 

    opacity: .8;

    filter: blur(10px);
}
.blurable--hover:hover .blurable-hidden
{
    top: 50%; 

    opacity: 1;
}

.breadcrumb-links
{
    padding: 0;

    border-radius: 0; 
    background-color: transparent;
}
.breadcrumb-links .breadcrumb-item + .breadcrumb-item::before
{
    content: '\00bb';
}

.breadcrumb-dark .breadcrumb-item a
{
    color: rgba(255, 255, 255, .8);
}
.breadcrumb-dark .breadcrumb-item a:hover
{
    color: white;
}

.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before
{
    color: rgba(255, 255, 255, .8);
}

.breadcrumb-light .breadcrumb-item a
{
    color: rgba(0, 0, 0, .8);
}
.breadcrumb-light .breadcrumb-item a:hover
{
    color: black;
}

.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before
{
    color: rgba(0, 0, 0, .8);
}

.btn
{
    position: relative;
}
.btn .badge
{
    position: absolute;
    top: -.625rem;
    right: -.3125rem;
}

.btn-outline-secondary
{
    color: #2a53d0;
}

.input-group .btn,
.input-group .btn:focus,
.btn-group .btn,
.btn-group .btn:focus
{
    box-shadow: none;
}

.btn-xl
{
    font-size: 1.5rem;
    line-height: 1.5;

    padding: 1.15rem 1rem;

    border-radius: .5rem;
}

.btn svg:not(:first-child),
.btn i:not(:first-child)
{
    margin-left: .5rem;
}

.btn svg:not(:last-child),
.btn i:not(:last-child)
{
    margin-right: .5rem;
}

.btn-animated
{
    position: relative;

    overflow: hidden;
}
.btn-animated .btn-inner--visible
{
    position: relative;
}
.btn-animated .btn-inner--hidden
{
    position: absolute;
    top: 50%;

    width: 100%;

    transform: translateY(-50%);
}

.btn-animated-x .btn-inner--visible
{
    right: 0;

    transition: right .3s ease 0s;
}

.btn-animated-x .btn-inner--hidden
{
    right: -100%;

    transition: right .3s ease 0s;
}

.btn-animated-x:hover .btn-inner--hidden
{
    right: 0;
}

.btn-animated-x:hover .btn-inner--visible
{
    right: 150%;
}

.btn-animated-y .btn-inner--visible
{
    top: 0;

    transition: top .3s ease 0s;
}

.btn-animated-y .btn-inner--hidden
{
    bottom: -150%;
    left: 0;

    transition: bottom .3s ease 0s;
}

.btn-animated-y:hover .btn-inner--hidden
{
    bottom: 0;
}

.btn-animated-y:hover .btn-inner--visible
{
    top: 100px;
}

.btn-action-label .btn-label:hover
{
    color: #343a40; 
    background: transparent;
}

.btn-action-label .btn-secondary:hover
{
    color: #2f3053;
}

.btn-icon-label
{
    position: relative;
}
.btn-icon-label .btn-inner--icon
{
    line-height: 1;

    position: absolute;

    display: flex;

    width: 3em;
    height: 100%;
    margin: 0;

    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .1); 

    align-items: center;
    justify-content: center;
}
.btn-icon-label .btn-inner--icon:not(:first-child)
{
    top: 0;
    right: 0;

    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}
.btn-icon-label .btn-inner--icon:not(:last-child)
{
    top: 0;
    left: 0;

    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}
.btn-icon-label .btn-inner--icon svg
{
    position: relative;
    top: 50%;

    transform: translateY(-50%);
}
.btn-icon-label .btn-inner--text:not(:first-child)
{
    padding-left: 3em;
}
.btn-icon-label .btn-inner--text:not(:last-child)
{
    padding-right: 3em;
}

.btn-icon .btn-inner--text:not(:first-child)
{
    margin-left: .75em;
}

.btn-icon .btn-inner--text:not(:last-child)
{
    margin-right: .75em;
}

.btn-icon-only
{
    line-height: 3rem;

    width: 3rem;
    height: 3rem;
    padding: 0;
}
.btn-icon-only:hover,
.btn-icon-only:focus
{
    box-shadow: none;
}

.btn-icon-only.btn-sm,
.btn-group-sm > .btn-icon-only.btn
{
    line-height: 2rem; 

    width: 2rem;
    height: 2rem;
}

.btn-nobg
{
    padding: 0;

    background: transparent !important;
}
.btn-nobg:hover
{
    border-color: transparent !important; 
    background: transparent !important;
}

.btn-nobg--hover:hover
{
    background-color: transparent;
}

.btn-facebook
{
    color: #fff;
    border-color: #3b5999;
    background-color: #3b5999;
    box-shadow: none;
}
.btn-facebook:hover
{
    color: #fff;
    border-color: #2d4474; 
    background-color: #30497d;
}
.btn-facebook:focus,
.btn-facebook.focus
{
    box-shadow: none, 0 0 0 0 rgba(59, 89, 153, .5);
}
.btn-facebook.disabled,
.btn-facebook:disabled
{
    color: #fff;
    border-color: #3b5999; 
    background-color: #3b5999;
}
.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle
{
    color: #fff;
    border-color: #293e6b; 
    background-color: #2d4474;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(59, 89, 153, .5);
}

.btn-twitter
{
    color: #fff;
    border-color: #1da1f2;
    background-color: #1da1f2;
    box-shadow: none;
}
.btn-twitter:hover
{
    color: #fff;
    border-color: #0c85d0; 
    background-color: #0d8ddc;
}
.btn-twitter:focus,
.btn-twitter.focus
{
    box-shadow: none, 0 0 0 0 rgba(29, 161, 242, .5);
}
.btn-twitter.disabled,
.btn-twitter:disabled
{
    color: #fff;
    border-color: #1da1f2; 
    background-color: #1da1f2;
}
.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.dropdown-toggle
{
    color: #fff;
    border-color: #0b7ec4; 
    background-color: #0c85d0;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(29, 161, 242, .5);
}

.btn-google-plus
{
    color: #fff;
    border-color: #dd4b39;
    background-color: #dd4b39;
    box-shadow: none;
}
.btn-google-plus:hover
{
    color: #fff;
    border-color: #c23321; 
    background-color: #cd3623;
}
.btn-google-plus:focus,
.btn-google-plus.focus
{
    box-shadow: none, 0 0 0 0 rgba(221, 75, 57, .5);
}
.btn-google-plus.disabled,
.btn-google-plus:disabled
{
    color: #fff;
    border-color: #dd4b39; 
    background-color: #dd4b39;
}
.btn-google-plus:not(:disabled):not(.disabled):active,
.btn-google-plus:not(:disabled):not(.disabled).active,
.show > .btn-google-plus.dropdown-toggle
{
    color: #fff;
    border-color: #b7301f; 
    background-color: #c23321;
}
.btn-google-plus:not(:disabled):not(.disabled):active:focus,
.btn-google-plus:not(:disabled):not(.disabled).active:focus,
.show > .btn-google-plus.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(221, 75, 57, .5);
}

.btn-instagram
{
    color: #fff;
    border-color: #e4405f;
    background-color: #e4405f;
    box-shadow: none;
}
.btn-instagram:hover
{
    color: #fff;
    border-color: #d31e40; 
    background-color: #de1f44;
}
.btn-instagram:focus,
.btn-instagram.focus
{
    box-shadow: none, 0 0 0 0 rgba(228, 64, 95, .5);
}
.btn-instagram.disabled,
.btn-instagram:disabled
{
    color: #fff;
    border-color: #e4405f; 
    background-color: #e4405f;
}
.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active,
.show > .btn-instagram.dropdown-toggle
{
    color: #fff;
    border-color: #c81c3d; 
    background-color: #d31e40;
}
.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus,
.show > .btn-instagram.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(228, 64, 95, .5);
}

.btn-pinterest
{
    color: #fff;
    border-color: #bd081c;
    background-color: #bd081c;
    box-shadow: none;
}
.btn-pinterest:hover
{
    color: #fff;
    border-color: #8c0615; 
    background-color: #980617;
}
.btn-pinterest:focus,
.btn-pinterest.focus
{
    box-shadow: none, 0 0 0 0 rgba(189, 8, 28, .5);
}
.btn-pinterest.disabled,
.btn-pinterest:disabled
{
    color: #fff;
    border-color: #bd081c; 
    background-color: #bd081c;
}
.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest:not(:disabled):not(.disabled).active,
.show > .btn-pinterest.dropdown-toggle
{
    color: #fff;
    border-color: #800513; 
    background-color: #8c0615;
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest:not(:disabled):not(.disabled).active:focus,
.show > .btn-pinterest.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(189, 8, 28, .5);
}

.btn-youtube
{
    color: #fff;
    border-color: #cd201f;
    background-color: #cd201f;
    box-shadow: none;
}
.btn-youtube:hover
{
    color: #fff;
    border-color: #a11918; 
    background-color: #ac1b1a;
}
.btn-youtube:focus,
.btn-youtube.focus
{
    box-shadow: none, 0 0 0 0 rgba(205, 32, 31, .5);
}
.btn-youtube.disabled,
.btn-youtube:disabled
{
    color: #fff;
    border-color: #cd201f; 
    background-color: #cd201f;
}
.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active,
.show > .btn-youtube.dropdown-toggle
{
    color: #fff;
    border-color: #961717; 
    background-color: #a11918;
}
.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-youtube.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(205, 32, 31, .5);
}

.btn-vimeo
{
    color: #fff;
    border-color: #04a0f0;
    background-color: #04a0f0;
    box-shadow: none;
}
.btn-vimeo:hover
{
    color: #fff;
    border-color: #037fbe; 
    background-color: #0387ca;
}
.btn-vimeo:focus,
.btn-vimeo.focus
{
    box-shadow: none, 0 0 0 0 rgba(4, 160, 240, .5);
}
.btn-vimeo.disabled,
.btn-vimeo:disabled
{
    color: #fff;
    border-color: #04a0f0; 
    background-color: #04a0f0;
}
.btn-vimeo:not(:disabled):not(.disabled):active,
.btn-vimeo:not(:disabled):not(.disabled).active,
.show > .btn-vimeo.dropdown-toggle
{
    color: #fff;
    border-color: #0376b1; 
    background-color: #037fbe;
}
.btn-vimeo:not(:disabled):not(.disabled):active:focus,
.btn-vimeo:not(:disabled):not(.disabled).active:focus,
.show > .btn-vimeo.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(4, 160, 240, .5);
}

.btn-slack
{
    color: #fff;
    border-color: #3aaf85;
    background-color: #3aaf85;
    box-shadow: none;
}
.btn-slack:hover
{
    color: #fff;
    border-color: #2d8968; 
    background-color: #30926f;
}
.btn-slack:focus,
.btn-slack.focus
{
    box-shadow: none, 0 0 0 0 rgba(58, 175, 133, .5);
}
.btn-slack.disabled,
.btn-slack:disabled
{
    color: #fff;
    border-color: #3aaf85; 
    background-color: #3aaf85;
}
.btn-slack:not(:disabled):not(.disabled):active,
.btn-slack:not(:disabled):not(.disabled).active,
.show > .btn-slack.dropdown-toggle
{
    color: #fff;
    border-color: #2a7f61; 
    background-color: #2d8968;
}
.btn-slack:not(:disabled):not(.disabled):active:focus,
.btn-slack:not(:disabled):not(.disabled).active:focus,
.show > .btn-slack.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(58, 175, 133, .5);
}

.btn-dribbble
{
    color: #fff;
    border-color: #ea4c89;
    background-color: #ea4c89;
    box-shadow: none;
}
.btn-dribbble:hover
{
    color: #fff;
    border-color: #e51e6b; 
    background-color: #e62a72;
}
.btn-dribbble:focus,
.btn-dribbble.focus
{
    box-shadow: none, 0 0 0 0 rgba(234, 76, 137, .5);
}
.btn-dribbble.disabled,
.btn-dribbble:disabled
{
    color: #fff;
    border-color: #ea4c89; 
    background-color: #ea4c89;
}
.btn-dribbble:not(:disabled):not(.disabled):active,
.btn-dribbble:not(:disabled):not(.disabled).active,
.show > .btn-dribbble.dropdown-toggle
{
    color: #fff;
    border-color: #dc1a65; 
    background-color: #e51e6b;
}
.btn-dribbble:not(:disabled):not(.disabled):active:focus,
.btn-dribbble:not(:disabled):not(.disabled).active:focus,
.show > .btn-dribbble.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(234, 76, 137, .5);
}

.btn-zoom--hover
{
    transition: all .2s ease-in-out; 
    transform: scale(1);
}
.btn-zoom--hover:hover
{
    transform: scale(1.1);
}

.btn-translate--hover
{
    transition: all .2s ease-in-out;
}
.btn-translate--hover:hover
{
    transform: translateY(-3px);
}

.btn-circle
{
    border-radius: 30px;
}

.btn-app-store
{
    position: relative;

    padding-right: 1.5rem; 
    padding-left: 4.5rem;

    color: white;
    background: black;
}
.btn-app-store i,
.btn-app-store svg
{
    font-size: 2.5rem;

    position: absolute;
    top: 50%;
    left: 1.25rem;

    transform: translateY(-50%);
}
.btn-app-store .btn-inner--text
{
    font-size: .75rem;
    line-height: .75rem;

    display: block;

    margin-bottom: .125rem;
}
.btn-app-store .btn-inner--brand
{
    font-size: 21px;
    line-height: 21px; 

    display: block;

    text-align: left;
}
.btn-app-store:hover
{
    color: #fff; 
    background-color: #410c87;
}

.card > .actions
{
    position: absolute;
    top: 1rem; 
    right: .875rem;
}

.card-stats .actions
{
    top: .5rem; 
    right: .75rem;
}

.action-item
{
    font-size: .875rem;

    padding: .375rem .25rem; 

    cursor: pointer;
    transition: color .3s;

    color: #adb5bd;
}
.action-item:hover
{
    color: #6c7686;
}

.actions-dark .action-item
{
    color: rgba(255, 255, 255, .7);
}
.actions-dark .action-item:hover
{
    color: rgba(255, 255, 255, .9);
}

.card
{
    position: relative;
}

.card-translucent-dark
{
    background: rgba(255, 255, 255, .2);
}

.card-translucent-light
{
    background: rgba(0, 0, 0, .2);
}

.card-img-bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: all .7s cubic-bezier(.2, 1, .22, 1); 

    border-radius: .375rem;
    background-size: cover;

    -webkit-backface-visibility: hidden;
}

.card:hover .card-img-bg
{
    -webkit-transform: scale(1.1); 
            transform: scale(1.1);
}

.card-img-bg ~ .card-body
{
    position: relative;
}

[data-lg-columns='2']
{
    column-count: 2 !important;
}

@media (min-width: 992px) and (max-width: 1199.98px)
{
    [data-lg-columns='3']
    {
        column-count: 3 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px)
{
    [data-lg-columns='4']
    {
        column-count: 4 !important;
    }
}

.card-pricing .card-header
{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.card-pricing .list-unstyled li
{
    padding: .5rem 0;

    color: #6c7686;
}

.card-pricing.popular
{
    z-index: 1;

    border: 3px solid #2f3053 !important;
}

@media (min-width: 768px)
{
    .card-pricing.zoom-in
    {
        z-index: 1;

        transform: scale(1.1);
    }
}

.card-comment-box input,
.card-comment-box textarea
{
    width: 100%;
    margin: 0;
    padding: .3125rem 0;

    resize: none; 

    color: #343a40;
    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
}
.card-comment-box input:focus,
.card-comment-box textarea:focus
{
    background: transparent;
    box-shadow: none;
}

.card-profile .card-profile-image
{
    width: 7rem;
    height: 7rem;

    transform: translateY(-50%); 

    border: .1875rem solid #fff;
}

.card-profile .card-body
{
    position: relative;
    z-index: 2;

    margin-top: -3.5rem;
}

.card-profile-cover
{
    overflow: hidden; 

    max-height: 300px;
}

.card-product
{
    overflow: hidden;
}
.card-product .card-image
{
    padding: 1.5rem;
}
.card-product .card-image img
{
    transition: all .2s ease-in-out;
    transition-delay: .2s; 
    transform: scale(1);
}
@media screen and (prefers-reduced-motion: reduce)
{
    .card-product .card-image img
    {
        transition: none;
    }
}
.card-product:hover .card-image img
{
    transform: scale(1.1);
}
.card-product .card-title
{
    font-size: 1rem;
    font-weight: 600; 

    color: #343a40;
}
.card-product .card-price
{
    font-size: 1rem;
    font-weight: 600;

    display: block; 

    color: #adb5bd;
}
.card-product .product-colors a
{
    display: inline-block;
    float: none !important;

    width: 1rem;
    height: 1rem;
    margin-right: 3px;
    margin-bottom: 0;

    transition: all .2s ease-in-out; 

    border-radius: 50%;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .card-product .product-colors a
    {
        transition: none;
    }
}
.card-product .product-colors a:hover
{
    transform: scale(1.1);
}

/* Product actions */
.card-product-actions
{
    position: absolute;
    top: 10px;
    left: 10px;

    width: 80px;
    height: 40px;

    opacity: 0;
    background: transparent;
}
.card-product-actions.in
{
    opacity: 1;
}
.card-product-actions.animated
{
    animation-duration: .5s;
}
.card-product-actions .btn-product-action
{
    line-height: 40px;

    display: inline-block;
    float: left;

    width: 40px;
    height: 40px;

    cursor: pointer; 

    color: #343a40;
    border: 0;
    outline: 0;
    background: transparent;
}
.card-product-actions .btn-product-action:hover
{
    color: #2f3053; 
    background: transparent;
}
.card-product-actions .btn-product-action:active
{
    border-color: transparent;
}

.card-group .card .mask
{
    border-radius: 0;
}

.close > span:not(.sr-only)
{
    color: rgba(0, 0, 0, .5);
}

.close:hover > span:not(.sr-only),
.close:focus > span:not(.sr-only)
{
    color: rgba(0, 0, 0, .8);
}

.collage
{
    height: 600px;
}
.collage .bg-img-holder
{
    position: relative;
    z-index: 0; 

    width: 100%;
    height: 100%;
}
.collage .collage-bg
{
    z-index: 3;
}
.collage .collage-back
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;
}
.collage .collage-back img
{
    max-width: 100%;
}
.collage .collage-front
{
    position: absolute;
    z-index: 2; 
    top: 0;
    left: 0;
}
.collage .collage-front img
{
    max-height: 100%;
}
@media (max-width: 991.98px)
{
    .collage .collage-front
    {
        height: 100% !important;
    }
}

.custom-control-label
{
    display: block;
}
.custom-control-label::before
{
    transition: all .2s ease-in-out; 

    border: .0625rem solid #ced4da;
}
.custom-control-label:hover::before
{
    border-color: #dee2e6; 
    background: #dee2e6;
}
.custom-control-label span
{
    font-size: .875rem;
    line-height: 1.6;

    color: #6c7686;
}

.custom-control-input:active ~ .custom-control-label::before
{
    border-color: #2f3053;
}

.custom-checkbox .custom-control-input ~ .custom-control-label
{
    cursor: pointer;
}
.custom-checkbox .custom-control-input ~ .custom-control-label::after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E');
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before
{
    border-color: #2f3053;
}

.custom-radio .custom-control-input ~ .custom-control-label::after
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3E%3Ccircle r=\'3\' fill=\'%23fff\'/%3E%3C/svg%3E');
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before
{
    border-color: #2f3053;
}

.custom-color
{
    list-style: none;
}
.custom-color:after,
.custom-color:before
{
    display: table; 

    content: '';
}
.custom-color:after
{
    clear: both;
}
.custom-color label
{
    display: block;
    float: left;

    width: 2.25rem;
    height: 2.25rem;
    margin-right: .375rem;
    margin-bottom: 0;
    padding: .375rem;

    transition: all .2s ease-in-out;
    transform: scale(.95); 
    text-align: center;

    opacity: .7;
    border: 1px solid transparent;
    border-radius: .25rem;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .custom-color label
    {
        transition: none;
    }
}
.custom-color label:hover
{
    cursor: pointer;

    opacity: 1;
}
.custom-color label i,
.custom-color label svg
{
    opacity: 0;
    color: rgba(255, 255, 255, .7);
}
.custom-color input
{
    position: absolute; 
    left: -9999px;
}
.custom-color input:checked + label
{
    transform: scale(1.1);

    opacity: 1;
}
.custom-color input:checked + label i,
.custom-color input:checked + label svg
{
    opacity: 1;
}

.custom-color-sm label
{
    width: 1.25rem;
    height: 1.25rem;
}

.checkbox-alphanumeric
{
    list-style: none;
}
.checkbox-alphanumeric + .checkbox-alphanumeric
{
    margin-left: .25rem;
}
.checkbox-alphanumeric:after,
.checkbox-alphanumeric:before
{
    display: table; 

    content: '';
}
.checkbox-alphanumeric:after
{
    clear: both;
}
.checkbox-alphanumeric > :not(:last-child) label
{
    margin-right: .375rem;
}
.checkbox-alphanumeric label
{
    font-size: .875rem;
    font-weight: 400;

    display: block;
    float: left;

    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: 0;
    padding: .375rem 0;

    transition: all .3s ease;
    transform: scale(.95);
    text-align: center;
    text-transform: uppercase;

    color: #6c7686;
    border: .0625rem solid #ced4da;
    border-radius: .2rem; 
    background: transparent;
}
.checkbox-alphanumeric label img
{
    max-width: 100%;
}
.checkbox-alphanumeric label:hover
{
    cursor: pointer;

    border-color: #dee2e6;
}
.checkbox-alphanumeric input
{
    position: absolute; 
    left: -9999px;
}
.checkbox-alphanumeric input:checked ~ label
{
    transform: scale(1.1); 

    color: #2f3053;
    border-color: #2f3053;
}

.checkbox-alphanumeric-sm label
{
    width: 1.25rem;
    height: 1.25rem;
}

.toggle-switch
{
    position: relative;

    display: inline-block;

    width: 50px;
    height: 1.5rem;
    margin: 0;
}
.toggle-switch input
{
    display: none;
}
.toggle-switch input:checked + .toggle-switch-slider:before
{
    border-color: #2f3053; 
    background-color: #2f3053;
}
.toggle-switch input:checked + .toggle-switch-slider
{
    border: .0625rem solid #2f3053;
}
.toggle-switch input:checked + .toggle-switch-slider:before
{
    transform: translateX(1.625rem);
}
.toggle-switch input:disabled + .toggle-switch-slider
{
    border: .0625rem solid #e9ecef;
}
.toggle-switch input:checked:disabled + .toggle-switch-slider
{
    border: .0625rem solid #e9ecef;
}
.toggle-switch input:checked:disabled + .toggle-switch-slider:before
{
    background-color: #6813d7;
}

.toggle-switch-slider
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    cursor: pointer;
    transition: .4s; 

    border: .0625rem solid #ced4da;
    border-radius: .2rem;
    background-color: transparent;
}

.toggle-switch-slider:before
{
    position: absolute;
    bottom: 2px;
    left: .0625rem;

    width: 18px;
    height: 18px;

    content: '';
    transition: .3s; 

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

.toggle-switch-slider.rounded-circle
{
    border-radius: 34px !important;
}

.toggle-switch-slider.rounded-circle:before
{
    border-radius: 50% !important;
}

.custom-input-file
{
    position: absolute;
    z-index: -1; 

    overflow: hidden;

    width: .1px;
    height: .1px;

    opacity: 0;
    outline: none;
}
.custom-input-file + label
{
    display: block;
    overflow: hidden;

    margin: 0; 
    padding: .625rem 1.25rem;

    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    outline: none;
    background-color: #fff;
}
.custom-input-file + label i
{
    width: 1em;
    height: 1em;
    margin-top: -.25em;
    margin-right: .5em; 

    vertical-align: middle;

    fill: currentColor;
}
.custom-input-file + label:hover,
.custom-input-file.has-focus + label,
.custom-input-file:focus + label
{
    background-color: #fff;
}

.no-js .custom-input-file + label
{
    display: none;
}

/* Custom file input -- Style 2 */
.custom-input-file--2 + label
{
    color: #fff;
    border-color: #2f3053;
    background: #2f3053;
}

.custom-input-file--2 + label:hover,
.custom-input-file--2.has-focus + label,
.custom-input-file--2:focus + label
{
    color: #fff;
    border-color: #3a0b79;
    background: #3a0b79;
}

.custom-input-file-link + label
{
    font-size: .875rem;
    font-weight: 600; 

    padding: 0;

    color: #2f3053;
    border: 0;
    background: transparent;
}

.custom-input-file-link + label:hover,
.custom-input-file-link.has-focus + label,
.custom-input-file-link:focus + label
{
    background-color: transparent;
}

.dropdown,
.dropup,
.dropright,
.dropleft
{
    display: inline-block;
}

.dropdown-menu
{
    font-size: .875rem;
}
.dropdown-menu .dropdown-item > i,
.dropdown-menu .dropdown-item > svg
{
    font-size: 1rem;

    margin-right: 1rem;

    vertical-align: -17%;
}
.dropdown-menu .dropdown-item img
{
    position: relative;
    top: -1px; 

    max-height: 14px;
    margin-right: .5rem;
}
.dropdown-menu .list-group-item .media p
{
    line-height: 1.4; 

    color: #6c7686;
}
.dropdown-menu .list-group-item .media:hover .heading
{
    color: #2f3053;
}
.dropdown-menu .list-group-item .media:hover p
{
    color: #495057;
}

.dropdown-header
{
    padding-right: 1rem; 
    padding-left: 1rem;
}

.dropdown-menu-inverse
{
    border-color: #242a31; 
    background: #282f37;
}
.dropdown-menu-inverse .dropdown-item
{
    color: #dadada;
}
.dropdown-menu-inverse .dropdown-item:active,
.dropdown-menu-inverse .dropdown-item:focus,
.dropdown-menu-inverse .dropdown-item:hover
{
    color: #fff;
    background: #31353e;
}
.dropdown-menu-inverse .dropdown-divider
{
    background: #191e23;
}

@media (min-width: 992px)
{
    .dropdown-menu-arrow:before
    {
        position: absolute;
        z-index: -5;
        bottom: 100%;
        left: 20px;

        display: block;

        width: 16px;
        height: 16px;

        content: '';
        transform: rotate(-45deg) translateY(1rem);

        border-radius: .2rem; 
        background: #fff;
        box-shadow: none;
    }
    .dropdown-menu-arrow.dropdown-menu-right:before
    {
        right: 20px;
        left: auto;
    }
    .dropdown-menu-sm
    {
        min-width: 120px;

        border: .2rem;
    }
    .dropdown-menu-sm.dropdown-menu-arrow:before
    {
        left: 10px; 

        width: 14px;
        height: 14px;
    }
    .dropdown-menu-sm.dropdown-menu-arrow.dropdown-menu-right:before
    {
        right: 20px;
        left: auto;
    }
    .dropdown-menu-lg
    {
        min-width: 400px;

        border-radius: .25rem;
    }
    .dropdown-menu-xl
    {
        min-width: 600px;

        border-radius: .25rem;
    }
}

@media (min-width: 992px)
{
    .dropdown-fluid
    {
        position: static;
    }
    .dropdown-fluid .dropdown-menu
    {
        width: calc(100% - 30px);
        max-width: 1200px;
    }
    .dropdown-fluid .dropdown-menu
    {
        right: auto; 
        left: 15px;
    }
    .dropdown-fluid .dropdown-menu-right
    {
        right: 15px;
        left: auto;
    }
}

@media (min-width: 992px)
{
    .dropdown-animate .dropdown-menu
    {
        position: absolute;

        display: block;

        pointer-events: none; 

        opacity: 0;
    }
    .dropdown-animate:not([data-toggle='hover']) .dropdown-menu.show
    {
        animation: show-navbar-dropdown .3s ease forwards; 
        pointer-events: auto;
    }
    .dropdown-animate:not([data-toggle='hover']) .dropdown-menu.hide
    {
        display: block;

        animation: hide-navbar-dropdown .3s ease backwards;
    }
    .dropdown-animate[data-toggle='hover'] .dropdown-menu
    {
        display: block;

        margin: 0;

        transition: all .3s ease; 
        transform: translateX(-16px) translateY(-3px) scale(.97);
    }
    .dropdown-animate[data-toggle='hover']:hover .dropdown-menu
    {
        display: block;
        visibility: visible;

        transform: translateX(-16px) translateY(-3px) scale(1); 
        pointer-events: auto;

        opacity: 1;
    }
}

@keyframes show-navbar-dropdown
{
    0%
    {
        transition: all .3s ease; 
        transform: translateX(-16px) translateY(-3px) scale(.97);

        opacity: 0;
    }
    100%
    {
        transform: translateX(-16px) translateY(-3px) scale(1);

        opacity: 1;
    }
}

@keyframes hide-navbar-dropdown
{
    from
    {
        transition: all .3s ease; 
        transform: translateX(-16px) translateY(-3px) scale(1);

        opacity: 1;
    }
    to
    {
        transform: translateX(-16px) translateY(-3px) scale(.97); 

        opacity: 0;
    }
}

.has-floating-items
{
    padding-bottom: 18rem !important;
}

@media (min-width: 768px)
{
    .has-floating-items
    {
        padding-bottom: 18rem !important;
    }
}

.floating-items
{
    position: relative;
    z-index: 10; 
    left: 50%;

    margin-left: -570px;
}

.floating-icon
{
    position: absolute;

    animation: floating 3s ease infinite; 
    text-align: center;

    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .1);
}
.floating-icon span
{
    height: 100%;
}
.floating-icon img
{
    max-width: 100%;
}
.floating-icon span,
.floating-icon img
{
    display: inline-block;

    vertical-align: middle;
}

.floating-icon:nth-child(1)
{
    top: 140px;
    left: -60px;

    width: 120px;
    height: 120px;
}

.floating-icon:nth-child(2)
{
    top: 200px;
    left: 180px;

    width: 160px;
    height: 160px;

    animation-delay: .5s;
}

.floating-icon:nth-child(3)
{
    top: 120px;
    left: 480px;

    width: 80px;
    height: 80px;

    animation-delay: 1s;
}

.floating-icon:nth-child(4)
{
    top: 210px;
    left: 680px;

    width: 140px;
    height: 140px;

    animation-delay: 1.5s;
}

.floating-icon:nth-child(5)
{
    top: 100px;
    left: 920px;

    width: 100px;
    height: 100px;

    animation-delay: 2s;
}

.floating-icon:nth-child(6)
{
    top: 200px;
    left: 1120px;

    width: 80px;
    height: 80px;

    animation-delay: 2.5s;
}

@media (min-width: 768px) and (max-width: 1199.98px)
{
    .floating-icon:nth-child(1),
    .floating-icon:nth-child(6)
    {
        display: none;
    }
}

@media (max-width: 767.98px)
{
    .floating-icon:nth-child(1),
    .floating-icon:nth-child(2),
    .floating-icon:nth-child(3)
    {
        display: none;
    }
    .floating-icon:nth-child(4),
    .floating-icon:nth-child(5),
    .floating-icon:nth-child(6)
    {
        top: 80px; 

        width: 100px;
        height: 100px;
    }
    .floating-icon:nth-child(4)
    {
        left: 300px;
    }
    .floating-icon:nth-child(5)
    {
        left: 500px;
    }
    .floating-icon:nth-child(6)
    {
        left: 700px;
    }
}

@media (max-width: 767.98px)
{
    .floating-icon:nth-child(4),
    .floating-icon:nth-child(5),
    .floating-icon:nth-child(6)
    {
        top: 80px; 

        width: 80px;
        height: 80px;
    }
    .floating-icon:nth-child(4)
    {
        left: 400px;
    }
    .floating-icon:nth-child(5)
    {
        left: 530px;
    }
    .floating-icon:nth-child(6)
    {
        left: 660px;
    }
}

.floating-color
{
    position: absolute;

    animation: floating 3s ease infinite; 
    text-align: center;

    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .1);
}
.floating-color span
{
    font-size: .875rem;

    position: relative;
    top: 50%;

    display: inline-block;

    transform: translateY(-50%);

    color: rgba(255, 255, 255, .5); 
    border-radius: 20px;
}

.floating-color:nth-child(1)
{
    top: 140px;
    left: -60px;

    width: 120px;
    height: 120px;
}

.floating-color:nth-child(2)
{
    top: 200px;
    left: 180px;

    width: 160px;
    height: 160px;

    animation-delay: .5s;
}

.floating-color:nth-child(3)
{
    top: 120px;
    left: 480px;

    width: 80px;
    height: 80px;

    animation-delay: 1s;
}

.floating-color:nth-child(4)
{
    top: 210px;
    left: 680px;

    width: 140px;
    height: 140px;

    animation-delay: 1.5s;
}

.floating-color:nth-child(5)
{
    top: 100px;
    left: 920px;

    width: 100px;
    height: 100px;

    animation-delay: 2s;
}

.floating-color:nth-child(6)
{
    top: 200px;
    left: 1120px;

    width: 80px;
    height: 80px;

    animation-delay: 2.5s;
}

@keyframes floating
{
    0%
    {
        transform: translateY(0px);
    }
    50%
    {
        transform: translateY(20px);
    }
    100%
    {
        transform: translateY(0px);
    }
}

footer
{
    background-color: #fff;
}

.footer
{
    padding-top: 3rem;
}
.footer .list-unstyled li a
{
    display: inline-block;

    padding: .125rem 0;
}

.footer-light p
{
    color: rgba(0, 0, 0, .65);
}

.footer-light .heading
{
    color: rgba(0, 0, 0, .9);
}

.footer-light .list-unstyled li a
{
    color: rgba(0, 0, 0, .65);
}
.footer-light .list-unstyled li a:hover
{
    color: rgba(0, 0, 0, .9);
}

.footer-light .copyright a
{
    color: #495057;
}
.footer-light .copyright a:hover
{
    color: #343a40;
}

.footer-dark p
{
    color: rgba(255, 255, 255, .8);
}

.footer-dark .heading
{
    color: white;
}

.footer-dark .list-unstyled li a
{
    color: rgba(255, 255, 255, .8);
}
.footer-dark .list-unstyled li a:hover
{
    color: rgba(255, 255, 255, .9);
}

.footer-dark .copyright a
{
    color: rgba(255, 255, 255, .9);
}
.footer-dark .copyright a:hover
{
    color: white;
}

.footer-rotate
{
    position: relative;

    overflow: hidden; 

    margin-top: -26rem;
    padding-top: 26rem;
}
.footer-rotate:before
{
    position: absolute;
    z-index: 10;
    top: 0; 
    right: calc(50% - 1000px);

    display: block;

    width: 100%;
    min-width: 2000px;
    height: 1000px;

    content: '';
    pointer-events: none;

    background: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 2000 1000%22 preserveAspectRatio=%22none%22%3E\a%3Cpath fill=%22%23ffffff%22 d=%22M2000,0V923.45l-195.85-538.1a76.07875,76.07875,0,0,0-58.25-48.89L536.65,123.24a76.12151,76.12151,0,0,0-71.44,26L0,703.65V0Z%22/%3E\a%3C/svg%3E') no-repeat scroll center center/100% 100% border-box;
}

.footer-dark
{
    color: #adb5bd; 
    background-color: black;
}
.footer-dark .heading
{
    color: #e9ecef;
}
.footer-dark .nav .nav-item .nav-link,
.footer-dark .list-unstyled li a,
.footer-dark .footer-link
{
    color: #adb5bd;
}
.footer-dark .nav .nav-item .nav-link:hover,
.footer-dark .list-unstyled li a:hover,
.footer-dark .footer-link:hover
{
    color: #fff;
}
.footer-dark hr
{
    border-color: rgba(255, 255, 255, .1);
}

/* Form controls */
.form-control:focus::-ms-input-placeholder
{
    color: #adb5bd;
}
.form-control:focus::placeholder
{
    color: #adb5bd;
}

.form-control.border-0,
.form-control.border-0:focus
{
    box-shadow: none;
}

/* Labels */
.form-control-label
{
    font-size: .875rem;
    font-weight: 600; 

    color: #343a40;
}

/* Textareas */
textarea[resize='none']
{
    resize: none !important;
}

textarea[resize='both']
{
    resize: both !important;
}

textarea[resize='vertical']
{
    resize: vertical !important;
}

textarea[resize='horizontal']
{
    resize: horizontal !important;
}

/* Form control sizing */
.form-control-xl
{
    font-size: 1.5rem;
    line-height: 1.5;

    padding: 1.15rem 1rem;

    border-radius: .5rem;
}

/* Alternative styles */
.form-control-muted
{
    border-color: #edf0f5; 
    background-color: #edf0f5;
}
.form-control-muted:focus
{
    background-color: #edf0f5;
}

.form-control-emphasized
{
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .1);
}
.form-control-emphasized:focus
{
    border-color: transparent;
    background-color: #fff;
    box-shadow: 0 0 0 2px #2f3053;
}

/* Floating labels */
.has-floating-label
{
    position: relative;
}

.has-floating-label .control-label
{
    font-size: 1rem;

    position: absolute;
    z-index: 1; 
    top: 50%;

    margin: 0 .55rem;
    padding: 0 .55rem;

    transition: .3s;
    transform: translateY(-50%) scale(1);
    transform-origin: left top;
    pointer-events: none;

    color: #adb5bd;
}

.has-floating-label .input-group .control-label
{
    left: 2rem;
}

.has-floating-label.focused .control-label
{
    top: -1.25rem;
    left: 0;

    margin: 0;
    padding: 0;

    transform: translateY(0) scale(.85);
}

.has-floating-label .control-label-xl
{
    font-size: 1.5rem;

    margin: 0 .5rem; 
    padding: 0 .5rem;
}

.has-floating-label .control-label-lg
{
    font-size: 1.25rem;

    margin: 0 .5rem; 
    padding: 0 .5rem;
}

.has-floating-label .control-label-sm
{
    font-size: .875rem;

    margin: 0 .5rem; 
    padding: 0 .5rem;
}

.form-primary .form-control
{
    color: #fff;
    border: .0625rem solid #360a70; 
    background-color: #360a70;
}
.form-primary .form-control:focus
{
    border: .0625rem solid #2d085d; 
    background-color: #2d085d;
}
.form-primary .form-control::-ms-input-placeholder
{
    color: rgba(255, 255, 255, .8);
}
.form-primary .form-control::placeholder
{
    color: rgba(255, 255, 255, .8);
}

.form-danger .form-control
{
    color: #fff;
    border: .0625rem solid #f20d00; 
    background-color: #f20d00;
}
.form-danger .form-control:focus
{
    border: .0625rem solid #dd0c00; 
    background-color: #dd0c00;
}
.form-danger .form-control::-ms-input-placeholder
{
    color: rgba(255, 255, 255, .8);
}
.form-danger .form-control::placeholder
{
    color: rgba(255, 255, 255, .8);
}

.form-stacked .form-control
{
    position: relative;

    box-sizing: border-box;
}
.form-stacked .form-control:first-of-type
{
    margin-bottom: -1px;

    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-stacked .form-control:not(:first-of-type):not(:last-of-type)
{
    margin-bottom: -1px;

    border-radius: 0;
}
.form-stacked .form-control:last-of-type
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-stacked .form-control:focus
{
    z-index: 2;
}

/*

Styled shaped wrappers for displaying code and images in a more stylish manner

*/
.frame-laptop
{
    position: relative;
}
.frame-laptop .frame-inner
{
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 78%;
    height: 74%;
    margin: 7.5% 11% 0 11%;

    border-radius: .25rem;
    background-color: #111;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.frame-browser
{
    position: relative;

    border-radius: .375rem;
    background-color: #000; 

    in-height: 300px;
    will-change: height;
}
.frame-browser:before
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    height: 100%;

    content: '';

    border-radius: 6px;
    background: -webkit-linear-gradient(40deg, transparent 0%, black 100%);

    will-change: transform;
}
.frame-browser .frame-header
{
    position: relative;

    padding: .3rem 0;

    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
    background-color: rgba(26, 26, 26, .8);
}
.frame-browser .frame-header .dot
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin-right: 3px; 

    border-radius: 50%;
}
.frame-browser .frame-body
{
    position: relative;

    overflow-x: hidden;

    min-height: 300px; 
    padding: 0 1.5rem .5rem 1.5rem;
}
.frame-browser .frame-body pre
{
    color: #fff;
}
.frame-browser .frame-body .hljs
{
    margin: 0;
    padding: 0;

    background: transparent !important;
}

@media (min-width: 768px)
{
    .header-account-page
    {
        height: 200px;
    }
    .header-small
    {
        height: 150px;
    }
}

@media (max-width: 991.98px)
{
    .header-account-page
    {
        padding-top: 100px;
    }
    .header-account-page .header-row {
        margin-bottom: 0px !important;
    }
    .header-small
    {
        padding-top: 10rem;
        height: 100px;
    }
}

.header-account-page .btn-group-nav
{
    position: relative;
    z-index: 1;

    transform: translateY(50%);
}

.icon
{
    display: inline-flex;

    min-width: 3rem;
    min-height: 3rem;
}
.icon i,
.icon svg
{
    font-size: 2.75rem;
}
.icon img
{
    width: 3rem;
    height: 3rem;
}

.icon + .icon-text
{
    width: calc(100% - 3rem - 1); 
    padding-left: 1rem;
}

.icon-xl
{
    min-width: 5rem;
    min-height: 5rem;
}
.icon-xl i,
.icon-xl svg
{
    font-size: 4.75rem;
}
.icon-xl img
{
    width: 5rem;
    height: 5rem;
}

.icon-xl + .icon-text
{
    width: calc(100% - 5rem - 1);
}

.icon-lg
{
    min-width: 4rem;
    min-height: 4rem;
}
.icon-lg i,
.icon-lg svg
{
    font-size: 3.75rem;
}
.icon-lg img
{
    width: 4rem;
    height: 4rem;
}

.icon-lg + .icon-text
{
    width: calc(100% - 4rem - 1);
}

.icon-sm
{
    min-width: 2rem;
    min-height: 2rem;
}
.icon-sm i,
.icon-sm svg
{
    font-size: 1.75rem;
}
.icon-sm img
{
    width: 2rem;
    height: 2rem;
}

.icon-sm + .icon-text
{
    width: calc(100% - 2rem - 1);
}

.icon-shape
{
    text-align: center;

    border-radius: .25rem; 

    align-items: center;
    justify-content: center;
}
.icon-shape i,
.icon-shape svg
{
    font-size: 1.125rem;
}

.icon-xl i,
.icon-xl svg
{
    font-size: 2.25rem;
}

.icon-lg i,
.icon-lg svg
{
    font-size: 1.75rem;
}

.icon-blue
{
    color: #0058b8;
    background-color: rgba(51, 149, 255, .5);
}

.icon-outline-blue
{
    color: #0058b8;
    border: 3px solid rgba(51, 149, 255, .5);
}

.icon-indigo
{
    color: #330069;
    background-color: rgba(111, 4, 223, .5);
}

.icon-outline-indigo
{
    color: #330069;
    border: 3px solid rgba(111, 4, 223, .5);
}

.icon-purple
{
    color: #310669;
    background-color: rgba(104, 19, 215, .5);
}

.icon-outline-purple
{
    color: #310669;
    border: 3px solid rgba(104, 19, 215, .5);
}

.icon-pink
{
    color: #ef2e87;
    background-color: rgba(245, 162, 200, .5);
}

.icon-outline-pink
{
    color: #ef2e87;
    border: 3px solid rgba(245, 162, 200, .5);
}

.icon-red
{
    color: #e80c00;
    background-color: rgba(255, 107, 99, .5);
}

.icon-outline-red
{
    color: #e80c00;
    border: 3px solid rgba(255, 107, 99, .5);
}

.icon-orange
{
    color: #b86b00;
    background-color: rgba(255, 170, 51, .5);
}

.icon-outline-orange
{
    color: #b86b00;
    border: 3px solid rgba(255, 170, 51, .5);
}

.icon-yellow
{
    color: #b89300;
    background-color: rgba(255, 214, 51, .5);
}

.icon-outline-yellow
{
    color: #b89300;
    border: 3px solid rgba(255, 214, 51, .5);
}

.icon-green
{
    color: #21bc3c;
    background-color: rgba(118, 226, 136, .5);
}

.icon-outline-green
{
    color: #21bc3c;
    border: 3px solid rgba(118, 226, 136, .5);
}

.icon-teal
{
    color: #0093d7;
    background-color: rgba(86, 199, 251, .5);
}

.icon-outline-teal
{
    color: #0093d7;
    border: 3px solid rgba(86, 199, 251, .5);
}

.icon-cyan
{
    color: #18bfd1;
    background-color: rgba(120, 224, 235, .5);
}

.icon-outline-cyan
{
    color: #18bfd1;
    border: 3px solid rgba(120, 224, 235, .5);
}

.icon-white
{
    color: #dddada;
    background-color: rgba(255, 255, 255, .5);
}

.icon-outline-white
{
    color: #dddada;
    border: 3px solid rgba(255, 255, 255, .5);
}

.icon-gray
{
    color: #485263;
    background-color: rgba(135, 144, 158, .5);
}

.icon-outline-gray
{
    color: #485263;
    border: 3px solid rgba(135, 144, 158, .5);
}

.icon-gray-dark
{
    color: #13161a;
    background-color: rgba(75, 84, 92, .5);
}

.icon-outline-gray-dark
{
    color: #13161a;
    border: 3px solid rgba(75, 84, 92, .5);
}

.icon-light
{
    color: #a1b0bf;
    background-color: rgba(235, 238, 240, .5);
}

.icon-outline-light
{
    color: #a1b0bf;
    border: 3px solid rgba(235, 238, 240, .5);
}

.icon-lighter
{
    color: #c0dbe9;
    background-color: rgba(255, 255, 255, .5);
}

.icon-outline-lighter
{
    color: #c0dbe9;
    border: 3px solid rgba(255, 255, 255, .5);
}

.icon-actions > a
{
    font-size: .875rem; 

    display: inline-block;

    margin-right: .75rem;

    color: #6c7686;
}
.icon-actions > a:last-of-type
{
    margin-right: 0;
}
.icon-actions > a span
{
    font-weight: 600;

    margin-left: .1875rem;

    color: #6c7686;
}
.icon-actions > a:hover span
{
    color: #555d6a;
}

.icon-actions > a,
.icon-actions > a:hover,
.icon-actions > a.active
{
    color: #343a40;
}

.icon-actions > .favorite:hover,
.icon-actions > .favorite.active
{
    color: #fc0;
}

.icon-actions > .love:hover,
.icon-actions > .love.active
{
    color: #ff3b30;
}

.icon-actions > .like:hover,
.icon-actions > .like.active
{
    color: #007aff;
}

.icon-actions-lg a
{
    font-size: 1.25rem;

    margin-right: .875rem;
}

.input-group-text
{
    transition: all .2s ease-in-out;
}

.input-group-transparent .input-group-text
{
    color: #adb5bd;
    border: .0625rem solid #ced4da; 
    background-color: transparent;
}

.input-group-transparent .form-control
{
    box-shadow: none;
}
.input-group-transparent .form-control:not(:first-child)
{
    padding-left: 0; 

    border-left: 0;
}
.input-group-transparent .form-control:not(:last-child)
{
    padding-right: 0; 

    border-right: 0;
}

.focused .input-group
{
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 20px rgba(81, 15, 168, .1);
}
.focused .input-group .form-control
{
    box-shadow: none !important;
}

.focused .input-group-text
{
    color: #000;
    border-color: #000; 
    background-color: #e9ecef;
}

.focused .input-group-transparent .input-group-text
{
    border-color: #000; 
    background-color: #fff;
}

.list-icon i,
.list-icon svg
{
    font-size: .875rem;

    position: relative; 

    margin-right: 1rem;
}

.list-bullet i,
.list-bullet svg
{
    font-size: 8px;

    position: relative; 
    top: 2px;

    margin-right: 1rem;

    transform: translateY(-50%);
}

.list-unstyled .list-link
{
    display: block;

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

    color: #6c7686;
}
.list-unstyled .list-link:hover
{
    color: #2f3053;
}
.list-unstyled .list-link i
{
    font-size: .75rem; 

    margin-right: .5rem;
}

.list-group-space .list-group-item
{
    margin-bottom: 1.5rem;

    border-radius: .25rem;
}

.list-group-img
{
    width: 3rem;
    height: 3rem;
    margin: -.1rem 1.2rem 0 -.2rem; 

    vertical-align: top;

    border-radius: 50%;
}

.list-group-content
{
    min-width: 0; 

    flex: 1 1;
}

.list-group-content p
{
    line-height: 1.5;

    margin: .2rem 0 0;
}

.list-group-content .notification
{
    font-size: .875rem; 
    line-height: 1.4;

    margin: 0;
}

.list-group-heading
{
    color: #343a40;
}
.list-group-heading > small
{
    font-weight: 500; 

    float: right;

    color: #adb5bd;
}

.list-group-sm .list-group-item
{
    font-size: .875rem; 

    padding: .675rem 1.25rem;
}

.map-canvas
{
    position: relative;

    width: 100%;
    height: 400px;

    border-radius: .25rem;
}

.mask
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: all .3s ease-in-out;
}

.mask + .container
{
    position: relative;
}

.card .mask
{
    border-radius: .375rem;
}

.card .mask--hover
{
    transition-delay: 250ms; 

    opacity: 0;
}

.card:hover .mask--hover
{
    opacity: .4;
}

.masonry-item
{
    margin-bottom: 3rem;
}

.media-comment + .media-comment
{
    margin-top: 1.25rem;
}

.media-text-bubble
{
    position: relative;

    padding: 1rem 1.25rem; 

    border-radius: 20px;
    border-top-left-radius: 0;
    background-color: #f5f9fb;
}
.media-text-bubble.left-top:after
{
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -16px;

    width: 0;
    height: 0;

    content: ' ';

    border: 18px solid transparent;
    border-top-color: #f5f9fb;
}

.modal-content
{
    border: 0;
    border-radius: .25rem;
}

.modal-fluid .modal-dialog
{
    margin-top: 0;
    margin-bottom: 0;
}

.modal-fluid .modal-content
{
    border-radius: 0;
}

.modal-primary .modal-title
{
    color: #fff;
}

.modal-primary .modal-header,
.modal-primary .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-primary .modal-content
{
    color: #fff; 
    background-color: #2f3053;
}
.modal-primary .modal-content .heading
{
    color: #fff;
}

.modal-primary .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-secondary .modal-title
{
    color: #212529;
}

.modal-secondary .modal-header,
.modal-secondary .modal-footer
{
    border-color: rgba(33, 37, 41, .075);
}

.modal-secondary .modal-content
{
    color: #212529; 
    background-color: #fafbfe;
}
.modal-secondary .modal-content .heading
{
    color: #212529;
}

.modal-secondary .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-success .modal-title
{
    color: #fff;
}

.modal-success .modal-header,
.modal-success .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-success .modal-content
{
    color: #fff; 
    background-color: #4cd964;
}
.modal-success .modal-content .heading
{
    color: #fff;
}

.modal-success .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-info .modal-title
{
    color: #fff;
}

.modal-info .modal-header,
.modal-info .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-info .modal-content
{
    color: #fff; 
    background-color: #30a7db;
}
.modal-info .modal-content .heading
{
    color: #fff;
}

.modal-info .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-warning .modal-title
{
    color: #fff;
}

.modal-warning .modal-header,
.modal-warning .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-warning .modal-content
{
    color: #fff; 
    background-color: #ff9500;
}
.modal-warning .modal-content .heading
{
    color: #fff;
}

.modal-warning .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-danger .modal-title
{
    color: #fff;
}

.modal-danger .modal-header,
.modal-danger .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-danger .modal-content
{
    color: #fff; 
    background-color: #ff3b30;
}
.modal-danger .modal-content .heading
{
    color: #fff;
}

.modal-danger .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-light .modal-title
{
    color: #212529;
}

.modal-light .modal-header,
.modal-light .modal-footer
{
    border-color: rgba(33, 37, 41, .075);
}

.modal-light .modal-content
{
    color: #212529; 
    background-color: #ced4da;
}
.modal-light .modal-content .heading
{
    color: #212529;
}

.modal-light .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-dark .modal-title
{
    color: #fff;
}

.modal-dark .modal-header,
.modal-dark .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-dark .modal-content
{
    color: #fff; 
    background-color: #000;
}
.modal-dark .modal-content .heading
{
    color: #fff;
}

.modal-dark .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-white .modal-title
{
    color: #212529;
}

.modal-white .modal-header,
.modal-white .modal-footer
{
    border-color: rgba(33, 37, 41, .075);
}

.modal-white .modal-content
{
    color: #212529; 
    background-color: #fff;
}
.modal-white .modal-content .heading
{
    color: #212529;
}

.modal-white .close > span:not(.sr-only)
{
    color: #fff;
}

.modal-darker .modal-title
{
    color: #fff;
}

.modal-darker .modal-header,
.modal-darker .modal-footer
{
    border-color: rgba(255, 255, 255, .075);
}

.modal-darker .modal-content
{
    color: #fff; 
    background-color: black;
}
.modal-darker .modal-content .heading
{
    color: #fff;
}

.modal-darker .close > span:not(.sr-only)
{
    color: #fff;
}

.nav-link
{
    color: #495057;
}
.nav-link:hover
{
    color: #2f3053;
}

.nav-pills .nav-link
{
    font-weight: 500; 

    padding: 1rem 1rem;

    color: #6c7686;
    border: 1px solid #dee2e6;
    border-radius: 0;
}
.nav-pills .nav-link:hover
{
    color: #343a40;
}

.nav-pills .nav-item:not(:first-child) .nav-link
{
    border-left: 0;
}

.nav-pills .nav-item:first-child .nav-link
{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.nav-pills .nav-item:last-child .nav-link
{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link
{
    color: #fff;
    background-color: #2f3053;
}

@media (max-width: 575.98px)
{
    .nav-pills .nav-item
    {
        margin-bottom: 1rem;
    }
}

.nav-tabs .nav-item .nav-link
{
    padding: .75rem 1rem;

    transition: color .35s ease, border-color .35s ease;

    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.nav-tabs .nav-item .nav-link.active
{
    border-color: #2f3053;
}
.nav-tabs .nav-item .nav-link:not(.active)
{
    color: #adb5bd;
}
.nav-tabs .nav-item .nav-link:not(.active):hover
{
    color: #495057;
}

.navbar
{
    position: relative;
    z-index: 101;
}

.navbar-nav .nav-link
{
    font-family: 'Nunito', sans-serif;
    font-size: .875rem;
    font-weight: 600;

    transition: all .15s linear; 
    letter-spacing: 0;
    text-transform: normal;
}
.navbar-nav .nav-link i,
.navbar-nav .nav-link svg,
.navbar-nav .nav-link img
{
    margin-right: .5rem;
}

.navbar-nav .nav-link img
{
    position: relative;
    top: -1px; 

    max-height: 14px;
    margin-right: .5rem;
}

.navbar-text
{
    font-size: .875rem;
}

@media (min-width: 992px)
{
    .navbar-nav > .container
    {
        position: relative;
    }
    .navbar-nav .nav-item
    {
        margin-right: .5rem;
    }
    .navbar-nav .nav-link
    {
        padding-top: .75rem;
        padding-bottom: .75rem;

        border-radius: .25rem;
    }
    .navbar-nav .nav-link-icon
    {
        border-radius: .25rem;
    }
    .navbar-nav .dropdown-menu .list-group-item
    {
        transition: all .2s ease-in-out;
        transform: scale(1);

        border: 0;
    }
    .navbar-nav .dropdown-menu .list-group-item:hover
    {
        z-index: 11;

        transform: scale(1.05);

        border-radius: .25rem; 
        background-color: #f5f9fb;
        box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    }
}

.header-transparent
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}
.header-transparent .navbar-top
{
    padding-right: 1rem; 
    padding-left: 1rem;

    border: 0;
}
.header-transparent .navbar-top:not(.navbar-collapsed)
{
    background-color: transparent !important;
}
@media (max-width: 1199.98px)
{
    .header-transparent .navbar-top .container
    {
        padding-right: 0; 
        padding-left: 0;
    }
}
.header-transparent .navbar:not(.sticky):not(.navbar-collapsed)
{
    border: 0;
    background-color: transparent !important;
    box-shadow: none;
}
.header-transparent .border-bottom.navbar-dark
{
    border-color: rgba(255, 255, 255, .08) !important;
}
.header-transparent .border-bottom.navbar-light
{
    border-color: rgba(0, 0, 0, .02) !important;
}

@media (max-width: 1199.98px)
{
    .navbar-nav .nav-link
    {
        padding: .5rem 0;
    }
    .navbar-nav .dropdown-menu
    {
        box-shadow: none;
    }
}

.navbar-sticky
{
    position: -webkit-sticky;
}
.navbar-sticky.sticky
{
    position: fixed;
    z-index: 1030;
    top: -100px;
    left: 0;

    width: 100%;

    transition: all .2s ease-in-out; 
    transform: translateY(100px);

    border-top: 0;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .navbar-sticky.sticky
    {
        transition: none;
    }
}

.navbar-top
{
    position: relative;
    z-index: 110;

    display: flex;

    padding-top: .75rem;
    padding-bottom: .75rem; 

    align-items: center;
}
.navbar-top .navbar-nav
{
    flex-direction: row;
}
.navbar-top .navbar-nav .nav-item:last-child
{
    margin-right: 0;
}
.navbar-top .navbar-nav .nav-link
{
    padding: .25rem .5rem;
}

.navbar-search
{
    position: fixed;
    z-index: 1050;

    width: 100%;
    margin-top: 1.5rem;

    transition: transform .3s, opacity .15s;
    transform: translateY(0);
    pointer-events: none; 

    opacity: 0;
    background-color: transparent;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .navbar-search
    {
        transition: none;
    }
}
.navbar-search.show
{
    transform: translateY(1.5rem);

    opacity: 1;
}
.navbar-search .container
{
    position: relative;

    height: 100%;
}
.navbar-search .navbar-search-form
{
    position: relative;
    z-index: 700;

    display: block;

    width: 680px;
    margin: auto; 

    border-radius: .375rem;
    background: #fff;
}
.navbar-search .navbar-search-form .input-group-text
{
    font-size: 1.25rem; 

    border: 0;
}
.navbar-search .navbar-search-form .form-control
{
    font-size: 1.25rem;

    display: block;

    height: 68px;

    color: #454545;
    border: 0;
    background-color: transparent;
    background-image: none;
}
.navbar-search .navbar-search-form .form-control::-ms-input-placeholder
{
    color: #adb5bd;
}
.navbar-search .navbar-search-form .form-control::placeholder
{
    color: #adb5bd;
}
.navbar-search .navbar-search-suggestions
{
    position: relative;

    width: 680px;
    min-height: 150px;
    margin: auto;
    padding: 1.5rem;

    transition: opacity .3s;
    transition-delay: .21s; 

    opacity: 0;
    border-radius: .375rem;
    background: white;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .navbar-search .navbar-search-suggestions
    {
        transition: none;
    }
}
.navbar-search .navbar-search-suggestions:before
{
    position: absolute;
    z-index: -5;
    bottom: 100%;
    left: 20px;

    display: block;

    width: 16px;
    height: 16px;

    content: '';
    transform: rotate(-45deg) translateY(1rem);

    border-radius: .2rem; 
    background: #fff;
    box-shadow: none;
}
.navbar-search .navbar-search-suggestions .list-link span
{
    font-weight: 600;

    color: #343a40;
}
.navbar-search .navbar-search-suggestions .list-link:hover
{
    color: #2f3053;
}
.navbar-search .navbar-search-suggestions .list-link:hover span
{
    color: #2f3053;
}
.navbar-search.show .navbar-search-form,
.navbar-search.show .navbar-search-suggestions
{
    pointer-events: auto;
}
.navbar-search.show .navbar-search-suggestions
{
    opacity: 1;
}
@media (max-width: 991.98px)
{
    .navbar-search .navbar-search-form
    {
        width: 100%;
    }
    .navbar-search .navbar-search-suggestions
    {
        width: 100%;
    }
}

.navbar-search-open
{
    overflow: hidden;
}

@media (max-width: 991.98px)
{
    .navbar,
    .navbar-top
    {
        transition: background-color .3s linear;
    }
    .navbar-nav .nav-link
    {
        padding: .625rem 0;
    }
    .navbar-nav .dropdown-menu
    {
        min-width: auto; 

        box-shadow: none;
    }
    .navbar-nav .dropdown-menu .media svg
    {
        width: 30px;
    }
    .navbar-collapse
    {
        z-index: 1050;

        height: auto !important;

        opacity: 0;
    }
    .navbar-collapse.collapsing,
    .navbar-collapse.show
    {
        animation: show-navbar-collapse .2s ease forwards;
        animation-delay: .15s;
    }
    .navbar-collapse.collapsing-out
    {
        transition: opacity .3s linear;
        animation: none; 
        animation-delay: 0;

        opacity: 0;
    }
}

@keyframes show-navbar-collapse
{
    0%
    {
        transform: translateX(30px); 

        opacity: 0;
    }
    100%
    {
        transform: translateX(0); 

        opacity: 1;
    }
}

.pagination
{
    margin-bottom: 0;
}

.page-item .page-link,
.page-item > span
{
    margin: 0 3px;

    text-align: center; 

    border-radius: .2rem;
}

.pagination-circle .page-item .page-link,
.pagination-circle .page-item > span
{
    display: block;

    width: 36px;
    height: 36px; 
    margin: 0 5px;

    border-radius: 50% !important;
}

.pagination-circle.pagination-lg .page-item .page-link,
.pagination-circle.pagination-lg .page-item > span
{
    display: block;

    width: 52px;
    height: 52px; 
    margin: 0 5px;

    border-radius: 50% !important;
}

.popover
{
    border: 0;
}

.popover-header
{
    font-weight: 600;
}

.popover-primary
{
    background-color: #2f3053;
}
.popover-primary .popover-header
{
    color: #fff; 
    background-color: #2f3053;
}
.popover-primary .popover-body
{
    color: #fff;
}
.popover-primary .popover-header
{
    border-color: rgba(255, 255, 255, .2);
}
.popover-primary.bs-popover-top .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='top'] .arrow::after
{
    border-top-color: #2f3053;
}
.popover-primary.bs-popover-right .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='right'] .arrow::after
{
    border-right-color: #2f3053;
}
.popover-primary.bs-popover-bottom .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    border-bottom-color: #2f3053;
}
.popover-primary.bs-popover-left .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='left'] .arrow::after
{
    border-left-color: #2f3053;
}

.popover-secondary
{
    background-color: #fafbfe;
}
.popover-secondary .popover-header
{
    color: #212529; 
    background-color: #fafbfe;
}
.popover-secondary .popover-body
{
    color: #212529;
}
.popover-secondary .popover-header
{
    border-color: rgba(33, 37, 41, .2);
}
.popover-secondary.bs-popover-top .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='top'] .arrow::after
{
    border-top-color: #fafbfe;
}
.popover-secondary.bs-popover-right .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='right'] .arrow::after
{
    border-right-color: #fafbfe;
}
.popover-secondary.bs-popover-bottom .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    border-bottom-color: #fafbfe;
}
.popover-secondary.bs-popover-left .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='left'] .arrow::after
{
    border-left-color: #fafbfe;
}

.popover-success
{
    background-color: #4cd964;
}
.popover-success .popover-header
{
    color: #fff; 
    background-color: #4cd964;
}
.popover-success .popover-body
{
    color: #fff;
}
.popover-success .popover-header
{
    border-color: rgba(255, 255, 255, .2);
}
.popover-success.bs-popover-top .arrow::after,
.popover-success.bs-popover-auto[x-placement^='top'] .arrow::after
{
    border-top-color: #4cd964;
}
.popover-success.bs-popover-right .arrow::after,
.popover-success.bs-popover-auto[x-placement^='right'] .arrow::after
{
    border-right-color: #4cd964;
}
.popover-success.bs-popover-bottom .arrow::after,
.popover-success.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    border-bottom-color: #4cd964;
}
.popover-success.bs-popover-left .arrow::after,
.popover-success.bs-popover-auto[x-placement^='left'] .arrow::after
{
    border-left-color: #4cd964;
}

.popover-info
{
    background-color: #30a7db;
}
.popover-info .popover-header
{
    color: #fff; 
    background-color: #30a7db;
}
.popover-info .popover-body
{
    color: #fff;
}
.popover-info .popover-header
{
    border-color: rgba(255, 255, 255, .2);
}
.popover-info.bs-popover-top .arrow::after,
.popover-info.bs-popover-auto[x-placement^='top'] .arrow::after
{
    border-top-color: #30a7db;
}
.popover-info.bs-popover-right .arrow::after,
.popover-info.bs-popover-auto[x-placement^='right'] .arrow::after
{
    border-right-color: #30a7db;
}
.popover-info.bs-popover-bottom .arrow::after,
.popover-info.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    border-bottom-color: #30a7db;
}
.popover-info.bs-popover-left .arrow::after,
.popover-info.bs-popover-auto[x-placement^='left'] .arrow::after
{
    border-left-color: #30a7db;
}

.popover-warning
{
    background-color: #ff9500;
}
.popover-warning .popover-header
{
    color: #fff; 
    background-color: #ff9500;
}
.popover-warning .popover-body
{
    color: #fff;
}
.popover-warning .popover-header
{
    border-color: rgba(255, 255, 255, .2);
}
.popover-warning.bs-popover-top .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='top'] .arrow::after
{
    border-top-color: #ff9500;
}
.popover-warning.bs-popover-right .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='right'] .arrow::after
{
    border-right-color: #ff9500;
}
.popover-warning.bs-popover-bottom .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    border-bottom-color: #ff9500;
}
.popover-warning.bs-popover-left .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='left'] .arrow::after
{
    border-left-color: #ff9500;
}

.popover-danger
{
    background-color: #ff3b30;
}
.popover-danger .popover-header
{
    color: #fff; 
    background-color: #ff3b30;
}
.popover-danger .popover-body
{
    color: #fff;
}
.popover-danger .popover-header
{
    border-color: rgba(255, 255, 255, .2);
}
.popover-danger.bs-popover-top .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='top'] .arrow::after
{
    border-top-color: #ff3b30;
}
.popover-danger.bs-popover-right .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='right'] .arrow::after
{
    border-right-color: #ff3b30;
}
.popover-danger.bs-popover-bottom .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    border-bottom-color: #ff3b30;
}
.popover-danger.bs-popover-left .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='left'] .arrow::after
{
    border-left-color: #ff3b30;
}

.popover-light
{
    background-color: #ced4da;
}
.popover-light .popover-header
{
    color: #212529; 
    background-color: #ced4da;
}
.popover-light .popover-body
{
    color: #212529;
}
.popover-light .popover-header
{
    border-color: rgba(33, 37, 41, .2);
}
.popover-light.bs-popover-top .arrow::after,
.popover-light.bs-popover-auto[x-placement^='top'] .arrow::after
{
    border-top-color: #ced4da;
}
.popover-light.bs-popover-right .arrow::after,
.popover-light.bs-popover-auto[x-placement^='right'] .arrow::after
{
    border-right-color: #ced4da;
}
.popover-light.bs-popover-bottom .arrow::after,
.popover-light.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    border-bottom-color: #ced4da;
}
.popover-light.bs-popover-left .arrow::after,
.popover-light.bs-popover-auto[x-placement^='left'] .arrow::after
{
    border-left-color: #ced4da;
}

.popover-dark
{
    background-color: #000;
}
.popover-dark .popover-header
{
    color: #fff; 
    background-color: #000;
}
.popover-dark .popover-body
{
    color: #fff;
}
.popover-dark .popover-header
{
    border-color: rgba(255, 255, 255, .2);
}
.popover-dark.bs-popover-top .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='top'] .arrow::after
{
    border-top-color: #000;
}
.popover-dark.bs-popover-right .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='right'] .arrow::after
{
    border-right-color: #000;
}
.popover-dark.bs-popover-bottom .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    border-bottom-color: #000;
}
.popover-dark.bs-popover-left .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='left'] .arrow::after
{
    border-left-color: #000;
}

.popover-white
{
    background-color: #fff;
}
.popover-white .popover-header
{
    color: #212529; 
    background-color: #fff;
}
.popover-white .popover-body
{
    color: #212529;
}
.popover-white .popover-header
{
    border-color: rgba(33, 37, 41, .2);
}
.popover-white.bs-popover-top .arrow::after,
.popover-white.bs-popover-auto[x-placement^='top'] .arrow::after
{
    border-top-color: #fff;
}
.popover-white.bs-popover-right .arrow::after,
.popover-white.bs-popover-auto[x-placement^='right'] .arrow::after
{
    border-right-color: #fff;
}
.popover-white.bs-popover-bottom .arrow::after,
.popover-white.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    border-bottom-color: #fff;
}
.popover-white.bs-popover-left .arrow::after,
.popover-white.bs-popover-auto[x-placement^='left'] .arrow::after
{
    border-left-color: #fff;
}

.popover-darker
{
    background-color: black;
}
.popover-darker .popover-header
{
    color: #fff; 
    background-color: black;
}
.popover-darker .popover-body
{
    color: #fff;
}
.popover-darker .popover-header
{
    border-color: rgba(255, 255, 255, .2);
}
.popover-darker.bs-popover-top .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='top'] .arrow::after
{
    border-top-color: black;
}
.popover-darker.bs-popover-right .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='right'] .arrow::after
{
    border-right-color: black;
}
.popover-darker.bs-popover-bottom .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='bottom'] .arrow::after
{
    border-bottom-color: black;
}
.popover-darker.bs-popover-left .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='left'] .arrow::after
{
    border-left-color: black;
}

.progress-wrapper
{
    position: relative;

    padding-top: 1.5rem;
}

.progress
{
    overflow: hidden;

    height: 1rem;
    margin-bottom: 1rem;

    border-radius: .2rem;
    background-color: #e9ecef;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-inverse
{
    background-color: inverse(#e9ecef);
}

.progress-heading
{
    font-size: 14px;
    font-weight: 500;

    margin: 0 0 2px;
    padding: 0;
}

.progress-bar
{
    height: auto; 

    border-radius: 0;
    box-shadow: none;
}

.progress-text
{
    margin-bottom: 0;
}

.progress-tooltip
{
    font-size: .7rem;
    line-height: 1;

    position: relative;
    bottom: 8px;

    display: inline-block;

    margin-left: -15px; 
    padding: .25rem .375rem;

    color: #fff;
    border-radius: 3px;
    background: rgba(0, 0, 0, .8);
}
.progress-tooltip:after
{
    position: absolute;
    top: 100%;
    left: 10px;

    width: 0;
    height: 0;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
    border-width: 5px; 
    border-color: rgba(51, 51, 51, 0);
    border-top-color: rgba(0, 0, 0, .8);
}

.progress-label
{
    font-size: .75rem; 

    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    color: #6c7686;
}

.progress-percentage
{
    font-size: 1rem;

    position: absolute;
    top: 0; 
    right: 0;

    display: inline-block;

    color: #6c7686;
}

.progress-lg
{
    height: 1.5rem;
}

.progress-md
{
    height: 1rem;
}

.progress-sm
{
    height: .625rem;
}

.progress-xs
{
    height: .25rem;
}

.progress-group
{
    position: relative;
}

.progress-prepend-icon
{
    font-size: 20px;

    position: absolute;
    top: 50%; 

    transform: translateY(-50%);
}
.progress-prepend-icon:not(:first-child)
{
    right: -17px;
}
.progress-prepend-icon:not(:last-child)
{
    left: -17px;
}

.static-rating
{
    display: inline-block;
}
.static-rating .star
{
    color: #ced4da;
}
.static-rating .voted
{
    color: #fc0;
}

.static-rating-sm .star
{
    font-size: .75rem;
}

.rating
{
    display: inline-block;
}
.rating .star
{
    font-family: 'Font Awesome 5 Solid';
    font-weight: normal;
    font-style: normal;

    float: left;

    padding: 0 1px;

    cursor: pointer;
}
.rating .star:before
{
    font-size: 14px;

    display: block;

    content: '\f005';
    transition: all .2s linear; 

    color: #ced4da;
}
.rating:hover .star:before
{
    color: #ced4da;
}
.rating:hover .over:before
{
    color: #fc0;
}
.rating .voted:before
{
    color: #fc0;
}

.rating-lg .star:before
{
    font-size: 18px;
}

.rating-xl .star:before
{
    font-size: 24px;
}

.ribbon
{
    font-size: .75rem;
    font-weight: 600;

    position: absolute;
    z-index: 10; 
    top: 1rem;

    display: flex;

    width: 2.5rem;
    height: 2.5rem;

    align-items: center;
    justify-content: center;
}

.ribbon-left
{
    left: 1rem;
}

.ribbon-right
{
    right: 1rem;
}

.ribbon-primary
{
    color: #fff;
    background-color: #6813d7;
}

.ribbon-secondary
{
    color: #212529;
    background-color: white;
}

.ribbon-success
{
    color: #fff;
    background-color: #76e288;
}

.ribbon-info
{
    color: #fff;
    background-color: #56c7fb;
}

.ribbon-warning
{
    color: #fff;
    background-color: #fa3;
}

.ribbon-danger
{
    color: #fff;
    background-color: #ff6b63;
}

.ribbon-light
{
    color: #212529;
    background-color: #ebeef0;
}

.ribbon-dark
{
    color: #fff;
    background-color: #1a1a1a;
}

.ribbon-white
{
    color: #212529;
    background-color: white;
}

.ribbon-darker
{
    color: #fff;
    background-color: #1a1a1a;
}

section
{
    background-color: #fff;
}

.slice
{
    position: relative;

    padding-top: 4rem;
    padding-bottom: 4rem;
}

.slice-xl
{
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.slice-lg
{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.slice-sm
{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.slice:not(.border-top):not(.border-bottom):not(.delimiter-bottom):not([class*='bg-']):not(.section-rotate) + .slice:not(.border-top):not(.border-bottom):not(.delimiter-top):not([class*='bg-'])
{
    padding-top: 0;
}

.section-rotate
{
    position: relative;
    z-index: 0; 

    overflow: hidden;

    padding-top: 4rem;
    padding-bottom: 4rem;

    background: transparent;
}
.section-rotate .section-inner
{
    position: absolute;
    z-index: -2; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

@media (min-width: 992px)
{
    .section-rotate
    {
        min-height: 740px;
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .section-rotate .section-inner
    {
        overflow: hidden; 

        background: inherit;
    }
    .section-rotate .section-inner + .container
    {
        position: relative;
        z-index: 0;
    }
    .section-rotate .section-inner-bg
    {
        position: absolute;

        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1200px)
{
    .section-rotate
    {
        padding-top: 8rem;
        padding-bottom: 12rem;
    }
    .section-rotate .section-inner
    {
        top: -40%;
        left: -1rem;

        width: 130%;
        height: 120%;

        transform: rotate(-7deg);

        border-bottom-left-radius: 3rem;
    }
    .section-rotate .section-inner + .container
    {
        padding-left: 2rem;
    }
    .section-rotate .container
    {
        position: relative;
        top: -50px;
    }
}

.section-rotate-2
{
    overflow: hidden;
}
.section-rotate-2:after
{
    position: absolute;
    z-index: 10;
    right: calc(50% - 1000px);
    bottom: 0;

    display: block;

    width: 100%;
    min-width: 2000px;
    height: 1000px;
    margin-top: -3.125rem; 

    content: '';
    pointer-events: none;

    background: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 2000 1000%22 preserveAspectRatio=%22none%22%3E\a  %3Cpath fill=%22%23fafafa%22 d=%22M2000,382.56006V1000H0V705.23L1447.90991,960.53A103.00693,103.00693,0,0,0,1544.53,925.36Z%22/%3E\a%3C/svg%3E') no-repeat scroll center center/100% 100% border-box;
}
.section-rotate-2 .section-inner
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding-bottom: 10em; 

    border-bottom-left-radius: 3rem;
}

.sidebar-sticky.is_stuck
{
    padding-top: 1.5rem;
}

.chat
{
    position: fixed;
    z-index: 1500;
    top: 0;
    right: 0;

    width: 320px;
    height: 100%;
    padding-top: 30px;

    transition: transform 300ms, opacity 300ms; 

    background-color: #fff;
    box-shadow: -5px 0 10px rgba(0, 0, 0, .08);
}
@media screen and (prefers-reduced-motion: reduce)
{
    .chat
    {
        transition: none;
    }
}
.chat:not(.show)
{
    transform: translate3d(340px, 0, 0);

    opacity: 0;
}
.chat.show
{
    transform: translate3d(0, 0, 0);

    opacity: 1;
}

.chat__header
{
    padding: 0 2rem;
}

.chat__title
{
    font-size: 1.2rem; 
    line-height: 100%;

    margin: 0 0 2rem;
}
.chat__title > small
{
    font-size: .95rem;

    display: block;

    margin-top: .5rem;

    text-transform: none; 

    color: #6c7686;
}

.chat__search .form-group:before
{
    position: absolute;
    bottom: .3rem; 
    left: 0;
}

.chat__search .form-control
{
    padding-left: 2rem;
}

.chat__buddies
{
    height: calc(100vh - 150px);
}
.chat__buddies .listview__item
{
    padding-left: 3rem;
}

.chat__available,
.chat__away,
.chat__busy
{
    position: relative;
}
.chat__available:before,
.chat__away:before,
.chat__busy:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.5rem;

    width: 8px;
    height: 8px;
    margin: auto; 

    content: '';

    border-radius: 50%;
}

.chat__available:before
{
    background-color: #4cd964;
}

.chat__away:before
{
    background-color: #ff9500;
}

.chat__busy:before
{
    background-color: #ff3b30;
}

.spotlight
{
    position: relative;
}
.spotlight .container
{
    height: 100%;
}

@media (min-width: 768px)
{
    .spotlight-overlay-img
    {
        position: relative;
    }
    .spotlight-overlay-img img
    {
        position: absolute;
        z-index: 10;
    }
}

.table thead th
{
    font-size: .875rem;

    padding-top: .75rem;
    padding-bottom: .75rem; 

    color: #adb5bd;
    border: 0;
    background-color: #fff;
}

.table td
{
    font-size: .875rem;
}

.table th,
.table td
{
    white-space: nowrap;
}

.table.align-items-center th,
.table.align-items-center td,
.table.align-items-center th,
.table.align-items-center td
{
    vertical-align: middle;
}

.table-hover tr
{
    transition: all .2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .table-hover tr
    {
        transition: none;
    }
}

.table-td-text
{
    max-width: 400px;
}

.table-flush th,
.table-flush td
{
    border-right: 0; 
    border-left: 0;
}

.table-flush tr:first-child th,
.table-flush tr:first-child td
{
    border-top: 0;
}

.table-flush tr:last-child th,
.table-flush tr:last-child td
{
    border-bottom: 0;
}

.card .table
{
    margin-bottom: 0;
}
.card .table th,
.card .table td
{
    padding-right: 1.5rem; 
    padding-left: 1.5rem;
}

.table-cards
{
    border-collapse: collapse;
}

.table-cards thead th,
.table-cards thead td,
.table-cards tbody th,
.table-cards tbody td
{
    position: relative;

    padding: 1rem;

    border: 0 !important;
    background-color: #fff;
}

.table-cards.table-hover tbody > tr:hover th,
.table-cards.table-hover tbody > tr:hover td
{
    background-color: #f5f9fb;
}

@media (min-width: 768px)
{
    .table-cards.table-scale--hover tr:hover
    {
        transform: scale(1.02);
    }
}

.table-cards tbody tr th
{
    border-radius: .25rem 0 0 .25rem;
}
.table-cards tbody tr th:after
{
    border-left: 1px solid rgba(0, 0, 0, .08); 
    border-radius: .25rem 0 0 .25rem;
}

.table-cards tbody tr td:last-child
{
    border-radius: 0 .25rem .25rem 0;
}
.table-cards tbody tr td:last-child:after
{
    border-right: 1px solid rgba(0, 0, 0, .08); 
    border-radius: 0 .25rem .25rem 0;
}

.table-cards tbody tr th:after,
.table-cards tbody tr td:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    pointer-events: none; 

    border-top: 1px solid rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

tr.table-divider
{
    height: .75rem;
}

.timeline
{
    position: relative;
}
.timeline:before
{
    position: absolute;
    top: 0;
    left: 1rem;

    height: 100%;

    content: '';

    border-right: 2px solid #e9ecef;
}

[data-timeline-axis-style='dashed']:before
{
    border-right-style: dashed !important;
}

[data-timeline-axis-style='dotted']:before
{
    border-right-style: dotted !important;
}

.timeline-block
{
    position: relative;

    margin: 2em 0;
}
.timeline-block:after
{
    display: table;
    clear: both; 

    content: '';
}
.timeline-block:first-child
{
    margin-top: 0;
}
.timeline-block:last-child
{
    margin-bottom: 0;
}

.timeline-step
{
    font-size: 1rem;
    font-weight: 600;

    position: absolute;
    z-index: 1; 
    left: 0;

    display: inline-flex;

    width: 33px;
    height: 33px;

    transform: translateX(-50%);
    text-align: center;

    border: 2px solid #e9ecef;
    border-radius: 50%;
    background: #fff;

    align-items: center;
    justify-content: center;
}
.timeline-step svg,
.timeline-step i
{
    line-height: 1.4;
}

.timeline-step-icon
{
    border: 2px solid #e9ecef; 
    background: #fff;
}

.timeline-step-xs
{
    font-size: .75rem; 

    width: 17px;
    height: 17px;
}

.timeline-step-sm
{
    font-size: .75rem; 

    width: 23px;
    height: 23px;
}

.timeline-step-lg
{
    font-size: 1.75rem; 

    width: 47px;
    height: 47px;
}

.timeline-content
{
    position: relative;
    position: relative;
    top: -6px; 

    margin-right: 30px;
    margin-left: 60px;
}
.timeline-content:after
{
    display: table;
    clear: both; 

    content: '';
}

.timeline-body
{
    padding: 1.5rem;
}

@media (min-width: 992px)
{
    .timeline:before
    {
        left: 50%;

        margin-left: -2px;
    }
    .timeline-step
    {
        left: 50%;
    }
    .timeline-content
    {
        width: 38%;
    }
    .timeline-body
    {
        padding: 1.5rem;
    }
    .timeline-block:nth-child(even) .timeline-content
    {
        float: right;
    }
    [data-timeline-axis-color='primary']:before
    {
        border-color: #2f3053;
    }
    [data-timeline-axis-color='secondary']:before
    {
        border-color: #fafbfe;
    }
    [data-timeline-axis-color='success']:before
    {
        border-color: #4cd964;
    }
    [data-timeline-axis-color='info']:before
    {
        border-color: #30a7db;
    }
    [data-timeline-axis-color='warning']:before
    {
        border-color: #ff9500;
    }
    [data-timeline-axis-color='danger']:before
    {
        border-color: #ff3b30;
    }
    [data-timeline-axis-color='light']:before
    {
        border-color: #ced4da;
    }
    [data-timeline-axis-color='dark']:before
    {
        border-color: #000;
    }
    [data-timeline-axis-color='white']:before
    {
        border-color: #fff;
    }
    [data-timeline-axis-color='darker']:before
    {
        border-color: black;
    }
}

.timeline-one-side:before
{
    left: 1rem;
}

.timeline-one-side .timeline-step
{
    left: 1rem;
}

.timeline-one-side .timeline-content
{
    width: auto;
}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content
{
    float: none;
}

.tongue
{
    line-height: 35px;

    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;

    display: inline-block;

    width: 138px;
    height: 35px;

    transform: rotate(180deg) translateX(50%);
    text-align: center;

    color: #6c7686;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23fff\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E'); 
    background-repeat: no-repeat;
    background-size: 100%;
}
.tongue i
{
    animation: floating-sm 3s ease infinite;
}
.tongue:hover i
{
    animation-play-state: paused;
}

.tongue-primary
{
    color: #fff; 
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%232f3053\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-secondary
{
    color: #212529; 
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23fafbfe\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-success
{
    color: #fff; 
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%234cd964\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-info
{
    color: #fff; 
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%2330a7db\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-warning
{
    color: #fff; 
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23ff9500\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-danger
{
    color: #fff; 
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23ff3b30\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-light
{
    color: #212529; 
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23ced4da\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-dark
{
    color: #fff; 
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23000\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-white
{
    color: #212529; 
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23fff\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-darker
{
    color: #fff; 
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'black\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
}

.tongue-top
{
    top: -1px;
}

.tongue-bottom
{
    top: auto;
    bottom: -1px;

    transform: translateX(-50%);
}

@keyframes floating-sm
{
    0%
    {
        transform: translateY(0px);
    }
    50%
    {
        transform: translateY(5px);
    }
    100%
    {
        transform: translateY(0px);
    }
}

h1,
h2,
h3,
.h1,
.h2,
.h3
{
    font-weight: 500;
}

h4,
h5,
h6,
.h4,
.h5,
.h6
{
    font-weight: 600;
}

.fluid-paragraph
{
    position: relative; 

    width: 680px;
    margin: auto;
    padding: 0 1.5rem;
}

.fluid-paragraph-sm
{
    width: 580px;
}

@media (max-width: 767.98px)
{
    .fluid-paragraph
    {
        width: 100%;
    }
}

.link
{
    transition: all .2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce)
{
    .link
    {
        transition: none;
    }
}

[class*='link-underline-']
{
    padding-bottom: 8px;

    color: #343a40; 
    border-bottom: 3px solid;
}

.link-underline-primary
{
    border-bottom-color: #2f3053;
}
.link-underline-primary:hover
{
    color: #2f3053;
}

.link-underline-secondary
{
    border-bottom-color: #fafbfe;
}
.link-underline-secondary:hover
{
    color: #fafbfe;
}

.link-underline-success
{
    border-bottom-color: #4cd964;
}
.link-underline-success:hover
{
    color: #4cd964;
}

.link-underline-info
{
    border-bottom-color: #30a7db;
}
.link-underline-info:hover
{
    color: #30a7db;
}

.link-underline-warning
{
    border-bottom-color: #ff9500;
}
.link-underline-warning:hover
{
    color: #ff9500;
}

.link-underline-danger
{
    border-bottom-color: #ff3b30;
}
.link-underline-danger:hover
{
    color: #ff3b30;
}

.link-underline-light
{
    border-bottom-color: #ced4da;
}
.link-underline-light:hover
{
    color: #ced4da;
}

.link-underline-dark
{
    border-bottom-color: #000;
}
.link-underline-dark:hover
{
    color: #000;
}

.link-underline-white
{
    border-bottom-color: #fff;
}
.link-underline-white:hover
{
    color: #fff;
}

.link-underline-darker
{
    border-bottom-color: black;
}
.link-underline-darker:hover
{
    color: black;
}

.blockquote .quote
{
    position: absolute;
}
.blockquote .quote:before
{
    font-family: Arial;
    font-size: 4em;
    line-height: 1; 

    content: '\201C';

    color: #2f3053;
}

.blockquote .quote + .quote-text
{
    padding-left: 2.25rem;
}

.blockquote footer
{
    background: transparent;
}

.blockquote-border-left
{
    border-left: .5rem solid #2f3053;
}

.blockquote-card
{
    position: relative; 

    padding: 1.2em 30px 1.2em 75px;

    border-left: .5rem solid #2f3053;
}
.blockquote-card:before
{
    font-family: Arial;
    font-size: 4em;

    position: absolute;
    top: -.875rem; 
    left: .875rem;

    content: '\201C';

    color: #2f3053;
}
.blockquote-card:after
{
    content: '';
}

.list-icons li i,
.list-icons li svg
{
    font-size: 8px;

    position: relative; 
    top: 2px;

    margin-right: 1rem;

    transform: translateY(-50%);
}

article h4:not(:first-child),
article h5:not(:first-child)
{
    margin-top: 3rem;
}

article h4,
article h5
{
    margin-bottom: 1.5rem;
}

article figure
{
    margin: 3rem 0;
}

article h5 + figure
{
    margin-top: 0;
}

.datepicker
{
    border-radius: .375rem;

    direction: ltr;
}
.datepicker-inline
{
    width: 220px;
}
.datepicker-rtl
{
    direction: rtl;
}
.datepicker-rtl.dropdown-menu
{
    left: auto;
}
.datepicker-rtl table tr td span
{
    float: right;
}
.datepicker-dropdown
{
    top: 0;
    left: 0;

    padding: 20px 22px;

    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
}
.datepicker-dropdown.datepicker-orient-left:before
{
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after
{
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before
{
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after
{
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before
{
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after
{
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before
{
    bottom: -7px;

    border-top: 7px solid white; 
    border-bottom: 0;
}
.datepicker-dropdown.datepicker-orient-top:after
{
    bottom: -6px;

    border-top: 6px solid #fff; 
    border-bottom: 0;
}
.datepicker table
{
    margin: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 

    -webkit-touch-callout: none;
}
.datepicker table tr td
{
    border-radius: 50%;
}
.datepicker table tr th
{
    font-weight: 500; 

    border-radius: .25rem;
}
.datepicker table tr td,
.datepicker table tr th
{
    font-size: .875rem; 

    width: 36px;
    height: 36px;

    transition: all .2s ease-in-out;
    text-align: center;

    border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th
{
    background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new
{
    color: #adb5bd;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused
{
    cursor: pointer; 

    background: white;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover
{
    cursor: default; 

    color: #dee2e6;
    background: none;
}
.datepicker table tr td.highlighted
{
    border-radius: 0;
}
.datepicker table tr td.highlighted.focused
{
    background: #2f3053;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active
{
    color: #ced4da; 
    background: #2f3053;
}
.datepicker table tr td.today
{
    background: #c9a5f7;
}
.datepicker table tr td.today.focused
{
    background: white;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active
{
    color: #6c7686; 
    background: white;
}
.datepicker table tr td.range
{
    color: #fff;
    border-radius: 0; 
    background: #2f3053;
}
.datepicker table tr td.range.focused
{
    background: #3f0c83;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range.day.disabled:hover
{
    color: #6813d7; 
    background: #3a0b79;
}
.datepicker table tr td.range.highlighted.focused
{
    background: #cbd3da;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active
{
    color: #dee2e6; 
    background: #e9ecef;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active
{
    color: #fff; 
    background: #007aff;
}
.datepicker table tr td.day.range-start
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.datepicker table tr td.day.range-end
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.datepicker table tr td.day.range-start.range-end
{
    border-radius: 50%;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.day.range:hover
{
    color: #fff; 
    background: #2f3053;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover
{
    color: #fff;
    background: #2f3053;
    box-shadow: none;
}
.datepicker table tr td span
{
    line-height: 54px;

    display: block;
    float: left;

    width: 23%;
    height: 54px;
    margin: 1%;

    cursor: pointer;

    border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused
{
    background: #e9ecef;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover
{
    cursor: default; 

    color: #dee2e6;
    background: none;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover
{
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td span.old,
.datepicker table tr td span.new
{
    color: #6c7686;
}
.datepicker .datepicker-switch
{
    width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th
{
    cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover
{
    background: #e9ecef;
}
.datepicker .prev.disabled,
.datepicker .next.disabled
{
    visibility: hidden;
}
.datepicker .cw
{
    font-size: 10px;

    width: 12px;
    padding: 0 2px 0 5px;

    vertical-align: middle;
}

.bootstrap-tagsinput
{
    display: inline-block;

    max-width: 100%;
    padding: .25rem;

    cursor: text; 
    vertical-align: middle;

    color: #ced4da;
    border: .0625rem solid #ced4da;
    border-radius: .25rem;
    background-color: #fff;
}
.bootstrap-tagsinput input
{
    width: auto;
    max-width: inherit; 
    margin: 0;
    padding: 0 6px;

    border: none;
    outline: none;
    background-color: transparent;
    box-shadow: none;
}
.bootstrap-tagsinput input::-ms-input-placeholder
{
    opacity: 1; 
    color: #adb5bd;
}
.bootstrap-tagsinput input::placeholder
{
    opacity: 1; 
    color: #adb5bd;
}
.bootstrap-tagsinput input:focus
{
    border: none;
    box-shadow: none;
}
.bootstrap-tagsinput .badge
{
    margin: .125rem;
    padding: .625rem .625rem .5rem;

    color: #495057;
    border-radius: .25rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(68, 68, 68, .25);
}
.bootstrap-tagsinput [data-role='remove']
{
    position: relative;
    top: -1px; 

    margin-left: 8px;

    cursor: pointer;

    color: #ced4da;
}
.bootstrap-tagsinput [data-role='remove']:after
{
    padding: 0 2px; 

    content: 'x';
}
.bootstrap-tagsinput [data-role='remove'] :hover
{
    color: #b1bbc4;
}

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

.countdown .countdown-digit,
.countdown .countdown-label
{
    font-family: 'Nunito', sans-serif; 
    font-weight: 300;
}

.countdown .countdown-label
{
    font-size: 1.2rem;

    padding: 0 10px;
}

.countdown-sm .countdown-digit,
.countdown-sm .countdown-label
{
    font-size: 1.4rem;
}

.countdown-sm .countdown-label
{
    font-size: .875rem;

    padding: 0 10px;
}

[data-countdown-label='hide'] .countdown-label:not(.countdown-days)
{
    display: none;
}

[data-countdown-label='show'] .countdown-separator
{
    display: none;
}

.countdown--style-1 .countdown-item
{
    margin-right: 10px;
}

.countdown--style-1 .countdown-item:last-child
{
    margin-right: 0;
}

.countdown--style-1 .countdown-digit
{
    font-family: 'Nunito', sans-serif; 
    font-size: 22px;
    font-weight: 400;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #333;
    background: #f3f3f3;
}

.countdown--style-1 .countdown-label
{
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 500;

    display: block;

    margin-top: 5px;

    text-align: center;
    text-transform: uppercase;
}

.countdown--style-1-v1 .countdown-digit
{
    color: #fff; 
    background: rgba(0, 0, 0, .5);
}

.milestone-count-extra
{
    display: none;
}

.counting-finished + .milestone-count-extra
{
    display: inline-block;
}

.quick-view-container
{
    background: rgba(10, 10, 10, .85);
}

.quick-view-content
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: calc(100% - 40px); 
    max-width: 980px;
    height: calc(100% - 40px);
    max-height: 650px;
    margin: auto;
}

.quick-view-carousel
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 57%;

    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: .375rem;
    background: #fff;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
}
.quick-view-carousel .fancybox-stage
{
    bottom: 30px;
}

.quick-view-aside
{
    position: absolute;
    top: 2rem;
    right: 0;
    bottom: 2rem;
    left: auto;

    width: 43%; 
    padding: 3rem 0 2rem 0;

    color: #6c7686;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
    background: #fff;
}
.quick-view-aside > div
{
    overflow: auto;

    height: 100%;
    padding: 0 2rem;
}

.quick-view-close
{
    font-family: Arial;
    font-size: 14px;

    position: absolute;
    top: 2rem;
    right: 0;

    width: 2.75rem; 
    height: 44px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    transition: all .2s;
    text-indent: -99999px;

    color: #222;
    border: 0;
    border-top-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
    background: #f0f0f0;
}
.quick-view-close:hover
{
    background: #e4e4e4;
}
.quick-view-close:before,
.quick-view-close:after
{
    position: absolute;
    top: 12px;
    left: 22px;

    width: 1px; 
    height: 18px;

    content: '';

    background-color: #222;
}
.quick-view-close:before
{
    transform: rotate(-45deg);
}
.quick-view-close:after
{
    transform: rotate(45deg);
}

.quick-view-bullets
{
    position: absolute;
    z-index: 99999; 
    bottom: 0;
    left: 0;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.quick-view-bullets li
{
    display: inline-block;

    vertical-align: top;
}
.quick-view-bullets li a
{
    position: relative;

    display: block;

    width: 20px; 
    height: 30px;
}
.quick-view-bullets li a span
{
    position: absolute;
    top: 50%;
    left: 50%;

    overflow: hidden;

    width: 10px; 
    height: 10px;

    transform: translate(-50%, -50%);
    text-indent: -99999px;

    border-radius: 99px;
    background: #adb5bd;
}
.quick-view-bullets li.active a span
{
    background: #2f3053;
}

.noUi-target,
.noUi-target *
{
    box-sizing: border-box; 

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: none;
}

.noUi-target
{
    position: relative;

    direction: ltr;
}

.noUi-base,
.noUi-connects
{
    position: relative;
    z-index: 1; 

    width: 100%;
    height: 100%;
}

/* Wrapper for all connect elements.
 */
.noUi-connects
{
    z-index: 0; 

    overflow: hidden;
}

.noUi-connect,
.noUi-origin
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transform-origin: 0 0; 

    will-change: transform;
}

html:not([dir='rtl']) .noUi-horizontal .noUi-origin
{
    right: 0; 
    left: auto;
}

.noUi-vertical .noUi-origin
{
    width: 0;
}

.noUi-horizontal .noUi-origin
{
    height: 0;
}

.noUi-handle
{
    position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin
{
    transition: transform .3s;
}

.noUi-state-drag *
{
    cursor: inherit !important;
}

.noUi-horizontal
{
    height: .0625rem;
}

.noUi-horizontal .noUi-handle
{
    top: -6px; 
    left: -17px;

    width: 34px;
    height: 28px;
}

.noUi-vertical
{
    width: .0625rem;
}

.noUi-vertical .noUi-handle
{
    top: -17px; 
    left: -6px;

    width: 28px;
    height: 34px;
}

html:not([dir='rtl']) .noUi-horizontal .noUi-handle
{
    right: -17px;
    left: auto;
}

.noUi-target
{
    border: 0;
    border-radius: 4px;
    background: #dee2e6;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects
{
    border-radius: 3px;
}

.noUi-connect
{
    background: #2f3053;
}

.noUi-draggable
{
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable
{
    cursor: ns-resize;
}

.noUi-handle
{
    cursor: default;

    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active
{
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */
[disabled] .noUi-connect
{
    background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle
{
    cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips *
{
    box-sizing: border-box;
}

.noUi-pips
{
    position: absolute;

    color: #999;
}

/* Values;
 *
 */
.noUi-value
{
    position: absolute;

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

.noUi-value-sub
{
    font-size: 10px; 

    color: #ccc;
}

/* Markings;
 *
 */
.noUi-marker
{
    position: absolute;

    background: #ccc;
}

.noUi-marker-sub
{
    background: #aaa;
}

.noUi-marker-large
{
    background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal
{
    top: 100%;
    left: 0;

    width: 100%; 
    height: 80px;
    padding: 10px 0;
}

.noUi-value-horizontal
{
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal
{
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker
{
    width: 2px;
    height: 5px; 
    margin-left: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub
{
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large
{
    height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical
{
    top: 0;
    left: 100%; 

    height: 100%;
    padding: 0 10px;
}

.noUi-value-vertical
{
    padding-left: 25px; 

    transform: translate(0, -50%, 0);
}

.noUi-rtl .noUi-value-vertical
{
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker
{
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub
{
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large
{
    width: 15px;
}

.noUi-tooltip
{
    position: absolute;

    display: block;

    padding: 5px;

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

    color: #000;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
}

.noUi-horizontal .noUi-tooltip
{
    bottom: 120%; 
    left: 50%;

    transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip
{
    top: 50%;
    right: 120%; 

    transform: translate(0, -50%);
}

.noUi-target
{
    margin: 15px 0; 

    border: 0;
    border-radius: 0;
    background: #dee2e6;
    box-shadow: none;
}

.noUi-horizontal
{
    height: .0625rem;
}

html:not([dir='rtl']) .noUi-horizontal .noUi-handle
{
    right: -10px;
}

.noUi-vertical
{
    width: .0625rem;
}

.noUi-connect
{
    background: #2f3053;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle
{
    top: -7px;

    width: 15px;
    height: 15px;

    cursor: pointer;
    transition: box-shadow .2s,transform .2s; 

    border: 0;
    border-radius: 100%;
    background-color: #2f3053;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before,
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before
{
    display: none;
}

.noUi-horizontal .noUi-handle.noUi-active,
.noUi-vertical .noUi-handle.noUi-active
{
    transform: scale(1.3);
}

.noUi-horizontal .noUi-active,
.noUi-vertical .noUi-active
{
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .1);
}

.input-slider--cyan .noUi-connect
{
    background: #4bd6e5;
}

.input-slider--cyan.noUi-horizontal .noUi-handle,
.input-slider--cyan.noUi-vertical .noUi-handle
{
    background-color: #4bd6e5;
}

.input-slider--red .noUi-connect
{
    background: #ff3b30;
}

.input-slider--red.noUi-horizontal .noUi-handle,
.input-slider--red.noUi-vertical .noUi-handle
{
    background-color: #ff3b30;
}

.input-slider--green .noUi-connect
{
    background: #4cd964;
}

.input-slider--green.noUi-horizontal .noUi-handle,
.input-slider--green.noUi-vertical .noUi-handle
{
    background-color: #4cd964;
}

.input-slider--yellow .noUi-connect
{
    background: #fc0;
}

.input-slider--yellow.noUi-horizontal .noUi-handle,
.input-slider--yellow.noUi-vertical .noUi-handle
{
    background-color: #fc0;
}

.input-slider--pink .noUi-connect
{
    background: #f074ad;
}

.input-slider--pink.noUi-horizontal .noUi-handle,
.input-slider--pink.noUi-vertical .noUi-handle
{
    background-color: #f074ad;
}

/* Disabled state */
[disabled] .noUi-connect,
[disabled].noUi-connect
{
    background: #b2b2b2;
}

[disabled] .noUi-handle,
[disabled].noUi-origin
{
    cursor: not-allowed;
}

/* Range slider value labels */
.range-slider-value
{
    font-size: .75rem;
    font-weight: 500;

    padding: .4em .8em .3em .85em; 

    color: #fff;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}

.range-slider-wrapper .upper-info
{
    font-weight: 400;

    margin-bottom: 5px;
}

.input-slider-value-output
{
    font-size: 11px;

    position: relative;
    top: 12px;

    padding: 4px 8px;

    color: #fff;
    border-radius: 2px; 
    background: #333;
}

.input-slider-value-output:after
{
    position: absolute;
    bottom: 100%;
    left: 10px;

    width: 0;
    height: 0;
    margin-left: -4px; 

    content: ' ';
    pointer-events: none;

    border: solid transparent;
    border-width: 4px;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #333;
}

.input-slider-value-output.left:after
{
    right: auto; 
    left: 10px;
}

.input-slider-value-output.right:after
{
    right: 10px;
    left: auto;
}

.scrollbar-inner
{
    height: 100%;
}
.scrollbar-inner:not(:hover) .scroll-element
{
    opacity: 0;
}
.scrollbar-inner .scroll-element
{
    margin-right: 2px; 

    transition: opacity 300ms;
}
.scrollbar-inner .scroll-element .scroll-bar,
.scrollbar-inner .scroll-element .scroll-element_track
{
    transition: background-color 300ms;
}
.scrollbar-inner .scroll-element .scroll-element_track
{
    background-color: transparent;
}
.scrollbar-inner .scroll-element.scroll-y
{
    right: 0; 

    width: 3px;
}
.scrollbar-inner .scroll-element.scroll-x
{
    bottom: 0; 

    height: 3px;
}

.select2-selection__arrow
{
    display: none;
}

.select2.select2-container
{
    width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field
{
    font-size: 1rem;
    line-height: 1.7;

    display: block;

    width: 100%;
    height: calc(2.95rem + .125rem);
    padding: .625rem 1.1rem;

    transition: all .2s ease-in-out; 

    color: #495057;
    border: .0625rem solid #ced4da;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
@media screen and (prefers-reduced-motion: reduce)
{
    .select2-container .select2-selection--single,
    .select2-container--default.select2-container--focus .select2-selection--multiple,
    .select2-container--default .select2-selection--multiple,
    .select2-container--default .select2-search--dropdown .select2-search__field
    {
        transition: none;
    }
}
.select2-container .select2-selection--single::-ms-expand,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-expand
{
    border: 0; 
    background-color: transparent;
}
.select2-container .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus
{
    color: #495057;
    border-color: #000;
    outline: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 20px rgba(81, 15, 168, .1);
}
.select2-container .select2-selection--single::-ms-input-placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder
{
    opacity: 1; 
    color: #adb5bd;
}
.select2-container .select2-selection--single::placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder
{
    opacity: 1; 
    color: #adb5bd;
}
.select2-container .select2-selection--single:disabled,
.select2-container .select2-selection--single[readonly],
.select2-container--default.select2-container--focus .select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple[readonly],
.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly],
.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field[readonly]
{
    opacity: 1; 
    background-color: #e9ecef;
}

.select2-container .select2-selection--single .select2-selection__rendered
{
    overflow: inherit;

    padding: 0;

    white-space: inherit; 
    text-overflow: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: inherit; 

    color: inherit;
}

.select2-dropdown
{
    padding: .35rem 0;

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

.select2-results__option
{
    padding: .25rem 1.1rem;

    color: #212529; 
    background-color: #fff;
}
.select2-results__option:hover
{
    color: #16181b;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected='true']
{
    color: #16181b; 
    background-color: transparent;
}

.select2-container--default .select2-results__option[aria-disabled=true]
{
    color: #6c7686;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple
{
    height: auto;
    min-height: calc(2.95rem + .125rem);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered
{
    display: block;

    margin: 0 0 -.25rem -.25rem;
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    font-size: .875rem;
    line-height: 1.7rem;

    display: inline-flex;

    margin: 0 0 .25rem .25rem;
    padding: 0 .5rem;

    color: #495057; 
    border: none;
    border-radius: .2rem;
    background-color: #ced4da;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    margin-left: .5rem;

    color: #6c7686; 

    order: 2;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover
{
    color: #6c7686;
}

.select2-container .select2-search--inline
{
    display: none;
}

.select2-selection[aria-expanded='true']
{
    border-bottom-right-radius: 0 !important; 
    border-bottom-left-radius: 0 !important;
}

.select2-search--dropdown
{
    padding: .25rem 1.1rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field
{
    font-size: .875rem;
    line-height: 1.5;

    height: calc(2.4125rem + .125rem);
    padding: .55rem 1rem;

    border-radius: .2rem;
}

.form-control-sm + .select2-container .select2-selection--single,
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple
{
    font-size: .875rem;
    line-height: 1.5;

    height: calc(2.4125rem + .125rem);
    padding: .55rem 1rem;

    border-radius: .2rem;
}

.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple
{
    min-height: calc(2.4125rem + .125rem);
}

.form-control-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice
{
    line-height: 1.3125rem;
}

.form-control-lg + .select2-container .select2-selection--single,
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple
{
    font-size: 1.25rem;
    line-height: 1.5;

    height: calc(3.775rem + .125rem);
    padding: .95rem 1rem;

    border-radius: .375rem;
}

.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple
{
    min-height: calc(3.775rem + .125rem);
}

.form-control-lg + .select2-container--default .select2-selection--multiple .select2-selection__choice
{
    line-height: 1.875rem;
}

.swiper-container-vertical
{
    width: 100%;
    height: 100%;
}
.swiper-container-vertical .swiper-slide
{
    font-size: 18px;
    /* Center slide text vertically */

    display: flex;

    text-align: center;

    background: #fff;

    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet
{
    width: .65rem;
    height: .65rem;
    margin-right: .45rem;

    transition: all .2s ease-in-out; 

    opacity: .5;
    background: #adb5bd;
}
.swiper-pagination-bullet:hover
{
    opacity: 1;
}

.swiper-pagination-bullet-active
{
    transform: scale(1.4);

    opacity: 1; 
    background: #2f3053;
}

.swiper-button
{
    font-size: 24px; 

    position: static;
    top: 0;
    right: 0;
    left: 0;

    display: inline-block;

    width: auto;
    margin: 0;

    color: #333;
    background: transparent;
}
.swiper-button:active,
.swiper-button:focus,
.swiper-button:hover
{
    opacity: 1; 
    color: #2f3053;
    background: transparent;
}
.swiper-button.swiper-button-next
{
    margin-left: 10px;
}
.pagination .btn-outline-secondary
{
    color: #4f6d7b;
    cursor: pointer;
}

body.hasAlert {
    /*padding-top: 70px;*/
}

.alert {
    border-radius: 0px;
    position: fixed;
    top: 64px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    padding: 5px 1.5rem;
}

.agentOrange{
    font-family: 'Agent Orange' !important; 
    font-weight: normal  !important; 
    font-style: normal  !important; 
}

.sugar{
    font-family: 'Sugar' !important; 
    font-weight: normal  !important; 
    font-style: normal  !important; 
}

@media (max-width: 767px) {
    .alert-inner--icon {display: none !important;}
}

/* 
*
*   CUSTOM 
*
*/

.header-transparent .nav-link, .header-transparent .navbar-text, .header-transparent .navbar-brand {
    color:#fff;
}
.header-transparent .sticky .nav-link, .header-transparent .sticky  .navbar-text, .header-transparent .sticky  .navbar-brand {
    color:#495057;
}
.header-transparent .navbar-collapsed .nav-link, .header-transparent .navbar-collapsed  .navbar-text, .header-transparent .navbar-collapsed  .navbar-brand {
    color:#495057 !important;
}
@media (max-width: 767px) {
   .header-transparent .navbar-toggler-icon {
     background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 1)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E') !important;
   }
   .header-transparent .navbar-collapsed .navbar-toggler-icon {
     background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E') !important;
   }
}

.nav-link.active {
    font-weight: bold;
}

.btn-outline-secondary:hover {
    color: #212529 !important;
}

section {
    z-index: 11;
}

.lead.lh-180 {
    text-align: justify !important;
}

.btn-circle {
    line-height: 1;
}
.navbar-nav .nav-link {
    letter-spacing: .10rem !important;
}

.navbar-nav .list-group-item {
    background: #000;
}

.navbar-nav .list-group-item.active,
.navbar-nav .list-group-item:hover,
.navbar-nav .list-group-item:focus {
    background-color: #111 !important;
}

#navCart{
    position: relative;
}
#navCart[data-count]:after{
      position: absolute;
    right: 25%;
    top: 25%;
    content: attr(data-count);
    font-size: 68%;
    padding: 2px 3px;
    border-radius: 50%;
    line-height: 10px;
    color: white;
    background: rgba(255,0,0,.85);
    text-align: center;
    min-width: 1em;
    letter-spacing: 0px;
}

.navbar.sticky .brand-black{
    display: block !important;
}
.navbar.sticky .brand-white{
    display: none !important;
}

.navbar.navbar-collapsed .brand-black{
    display: block !important;
}
.navbar.navbar-collapsed .brand-white{
    display: none !important;
}

.card-img-holder {
    position: relative;
    width: 100%;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.no-mobile {
    display: block;
}
.mobile-only {
    display: none;
}
@media (max-width: 991px) {
    .navbar {
        z-index: 99999;
    }
    article {
         width: 98%;
    }
    article img {
        width: 100% !important;
        height: auto !important;
    }

    #navCart[data-count]:after {
        right:inherit;
        left: 70%;
        top: 15%;
    }
    .card-img-holder {
        text-align: center;
    }
    .card-img-holder img {
        width: auto;
        margin-top: 30px;
    }

    .header-transparent .sticky .navbar-toggler-icon {
            background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E') !important;
    }

    .no-mobile {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .navbar-nav {
        width:75%;
        display: block;
    }
    .nav-btn {
        padding: 0px !important;
        font-size: 12px !important;
        margin: 2px;
    }
    .navbar-nav li.li-btn {
        width:30%;
        padding-top: 9px;
    }


    .navbar-nav {
        width:75%;
        display: block;
    }

    .navbar-main .navbar-nav li {
        width: 13%;
        float:right;
        text-align: right;
        margin:0px 5px;
    }
    
    .navbar-main .navbar-nav .nav-link i {
        font-size:17px;
    }


    .navbar-search.show, .modal  {
       z-index: 99999 !important;
    }
    .modal-backdrop, .body-backdrop-dark {
        z-index: 99998 !important;
    }

    .navbar-search {
        width: 100% !important;
    }

    #carousel .heading {
        font-size: 33px !important;
    }

    #carousel .carousel-content-center {
        width: 100%;
    }
    #carousel h2 {
       margin: 0px !important;
       line-height: 12px !important;
    }

    #carousel .display-4 {
       font-size:12px !important;
    }
    #carousel .d-block {
        font-size:11px !important;
    }
    #carousel .lead {
        margin: 10px 0px 0px 0px !important;
        font-size: 11px !important;
    }
    #carousel .btn {
       margin: 10px 0px 10px 0px !important;
       padding:2px 10px !important;
    }

    #carousel .carousel-fullsize, #carousel-container{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    #carousel-slice {
        padding-top:0px !important;
    }
    #home_reassurance {
        margin:0px;
    }
    #home_reassurance .col-md-4 {
        margin-top:5px;
    }
    .fancybox-container {
        z-index: 9999999;
    }
}

@media (min-width: 992px)
{
    .dropdown-menu-arrow:before
    {
        background:#000;
    }

    .alert {
        top: 119px;
    }

    #navCart[data-count]:after {
        right: 5%;
        top: 15%;
    }


    .sub_description {
        width:90% !important;
    }
    .sub_description small {
        font-size:12px;
    }

    .navbar-nav.no-mobile {
        display: flex !important;
    }


    .navbar-main .navbar-nav li {
        margin:0px 5px;
    }

    .navbar-main .navbar-nav .nav-link i {
        font-size:15px;
    }


}

.pdt_name {
        font-size: 13px;
        font-weight: bold;
        color:#000;
    }
    
.card-js .icon {
    top: 4px;
}

#sct-products tr.bg-dark td {
    color:#fff;
}

.col-sm-8
    {
        max-width: 66.66667%; 

        flex: 0 0 66.66667%;
    }

    .col-sm-4
    {
        max-width: 33.33333%; 

        flex: 0 0 33.33333%;
    }


.border-bottom {
    border-bottom: .0625rem solid rgba(255,255,255,0.1) !important;
}

#carousel .spotlight .container {
    height: 50vh;
}
.float-button {
position: fixed;
right: -93px;
top: 270px;
transition: all 0.2s ease-in 0s;
z-index: 9999;
cursor: pointer;
}
.float-button .btn {
    padding:6px 9px !important;
}
.float-button:hover {
right: -7px;
}

.carousel-indicators {
    bottom:-40px !important;
}
.carousel-indicators li{
    background-color: #d0d0d0;
}

.active-warning {

}

.list-blue .active  {
    background: #007aff !important;
}

.list-indigo .active  {
    background: #5603ad !important;
}

.list-purple .active  {
    background: #2f3053 !important;
}

.list-pink .active  {
    background: #f074ad !important;
}

.list-red .active  {
    background: #ff3b30 !important;
}

.list-orange .active  {
    background: #ff9500 !important;
}

.list-yellow .active  {
    background: #fc0 !important;
}

.list-green .active  {
    background: #4cd964 !important;
}

.list-teal .active  {
    background: #30a7db !important;
}

.list-cyan .active  {
    background: #4bd6e5 !important;
}

.list-white .active  {
    background: #fff !important;
}

.list-gray .active  {
    background: #6c7686 !important;
}

.list-gray .active  {
    background-dark: #343a40 !important;
}

.list-light .active  {
    background: #ced4da !important;
}

.list-lighter .active  {
    background: #f5f9fb !important;
}

.list-primary .active  {
    background: #2f3053 !important;
}

.list-secondary .active  {
    background: #fafbfe !important;
}

.list-success .active  {
    background: #4cd964 !important;
}

.list-info .active  {
    background: #30a7db !important;
}

.list-warning .active  {
    background: #ff9500 !important;
}

.list-danger .active  {
    background: #ff3b30 !important;
}

.list-light .active  {
    background: #ced4da !important;
}

.list-dark .active  {
    background: #000 !important;
}

.list-white .active  {
    background: #fff !important;
}

.list-darker .active  {
    background: black !important;
}
.product-small img{
    max-width: 100%;
    max-height: 105px;
}
.product-small .card-price-ttc {
    font-size:13px !important;
}
.product-small .card-body{
    padding:0px 7px;
}
.product-small .h6 {
    font-size:14px;
    text-transform: inherit !important;
}
.product-small .ribbon{
    width: 20px;
    height: 20px;
    font-size: 8px;
}
.card-header {
        padding: 10px 15px;
}
.h7 {
    font-size: 13px;
    font-weight: bold;
}
.catalog .form-control, .catalog .focused .input-group-transparent .input-group-text {
    border-color: #ced4da;
    background-color: #fff;
}
.carousel-fullsize {
    position: relative;
}
.carousel-fullsize .img-fluid {
    width:100%;
}
.carousel-fullsize .carousel-overlay {
    position: absolute;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.4;
    left:0;
    top:0;
}
.carousel-content-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section {
    background: transparent;
}

body.hasBackground .navbar-sticky.sticky {
    background:#fff !important;
}

body.hasBackground .navbar-sticky.sticky .nav-link{
    color:#495057 !important;
}

.card-product, .home_product {
    height: 480px;
}
.img-center {
    height: 100%;
    width: 100%;
    background: 50% 50% / cover;
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    vertical-align: middle;
    opacity: 1;
    transition: opacity 0.5s ease-out 0s;
}
.card-body, pb-3, pt-0 {
    padding-top: 200px;
}
.pt-0, .py-0   {
    padding-top: 10rem !important;
}
@media (max-width: 480px) {
    .home_product {
        width: 50%;
        flex-wrap: wrap;
    }
}




