/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

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

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section
{
    display: block;
}

h1
{
    font-size: 2em;

    margin: .67em 0;
}

figcaption,
figure,
main
{
    display: block;
}

figure
{
    margin: 1em 40px;
}

hr
{
    overflow: visible;

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

pre
{
    font-family: monospace, monospace;
    font-size: 1em;
}

a
{
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover
{
    outline-width: 0;
}

abbr[title]
{
    text-decoration: underline;
    text-decoration: underline dotted;

    border-bottom: none;
}

b,
strong
{
    font-weight: inherit;
}

b,
strong
{
    font-weight: bolder;
}

code,
kbd,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn
{
    font-style: italic;
}

mark
{
    color: #000;
    background-color: #ff0;
}

small
{
    font-size: 80%;
}

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

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

audio,
video
{
    display: inline-block;
}

audio:not([controls])
{
    display: none;

    height: 0;
}

img
{
    border-style: none;
}

svg:not(:root)
{
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea
{
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;

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

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring
{
    outline: 1px dotted ButtonText;
}

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

legend
{
    display: table;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 0;

    white-space: normal;

    color: inherit;
}

progress
{
    display: inline-block;

    vertical-align: baseline;
}

textarea
{
    overflow: auto;
}

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

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

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

    -webkit-appearance: textfield;
}

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

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

    -webkit-appearance: button;
}

details,
menu
{
    display: block;
}

summary
{
    display: list-item;
}

canvas
{
    display: inline-block;
}

template
{
    display: none;
}

[hidden]
{
    display: none;
}

html
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*::before,
*::after
{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

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

html
{
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body
{
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;

    color: #292b2c;
    background-color: #fff;
}

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

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

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: bold;
}

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

blockquote
{
    margin: 0 0 1rem;
}

a
{
    text-decoration: none;

    color: #0275d8;
}

a:focus,
a:hover
{
    text-decoration: underline;

    color: #014c8c;
}

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

    color: inherit;
}

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

    color: inherit;
}

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

pre
{
    overflow: auto;

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

figure
{
    margin: 0 0 1rem;
}

img
{
    vertical-align: middle;
}

[role='button']
{
    cursor: pointer;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea
{
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

table
{
    border-collapse: collapse;

    background-color: transparent;
}

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

    caption-side: bottom;

    text-align: left;

    color: #636c72;
}

th
{
    text-align: left;
}

label
{
    display: inline-block;

    margin-bottom: .5rem;
}

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

input,
button,
select,
textarea
{
    line-height: inherit;
}

input[type='radio']:disabled,
input[type='checkbox']:disabled
{
    cursor: not-allowed;
}

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

textarea
{
    resize: vertical;
}

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

    border: 0;
}

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

    display: block;

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

input[type='search']
{
    -webkit-appearance: none;
}

output
{
    display: inline-block;
}

[hidden]
{
    display: none !important;
}

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

    margin-bottom: .5rem;

    color: inherit;
}

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.25rem;
    font-weight: 300;
}

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

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

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

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

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

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

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

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: 5px;
}

.initialism
{
    font-size: 90%;

    text-transform: uppercase;
}

.blockquote
{
    font-size: 1.25rem;

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

    border-left: .25rem solid #eceeef;
}

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

    display: block;

    color: #636c72;
}

.blockquote-footer::before
{
    content: '\2014 \00A0';
}

.blockquote-reverse
{
    padding-right: 1rem;
    padding-left: 0;

    text-align: right;

    border-right: .25rem solid #eceeef;
    border-left: 0;
}

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

.blockquote-reverse .blockquote-footer::after
{
    content: '\00A0 \2014';
}

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

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

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

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

.figure
{
    display: inline-block;
}

.figure-img
{
    line-height: 1;

    margin-bottom: .5rem;
}

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

    color: #636c72;
}

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

code
{
    font-size: 90%;

    padding: .2rem .4rem;

    color: #bd4147;
    border-radius: .25rem;
    background-color: #f7f7f9;
}

a > code
{
    padding: 0;

    color: inherit;
    background-color: inherit;
}

kbd
{
    font-size: 90%;

    padding: .2rem .4rem;

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

kbd kbd
{
    font-size: 100%;
    font-weight: bold;

    padding: 0;
}

pre
{
    font-size: 90%;

    display: block;

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

    color: #292b2c;
}

pre code
{
    font-size: inherit;

    padding: 0;

    color: inherit;
    border-radius: 0;
    background-color: transparent;
}

.pre-scrollable
{
    overflow-y: scroll;

    max-height: 340px;
}

.container
{
    position: relative;

    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
}

.container-fluid
{
    position: relative;

    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
}

.row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: -8px;
    margin-left: -8px;

    -ms-flex-wrap: wrap;
        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-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col,
.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-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm,
.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-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md,
.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-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg,
.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-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl
{
    position: relative;

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

.col
{
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.col-auto
{
    width: auto;

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

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}

.col-13
{
    max-width: 54.16667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
}

.col-15
{
    max-width: 62.5%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
}

.col-17
{
    max-width: 70.83333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
}

.col-19
{
    max-width: 79.16667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
}

.col-21
{
    max-width: 87.5%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
}

.col-23
{
    max-width: 95.83333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
}

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

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}

.pull-0
{
    right: auto;
}

.pull-1
{
    right: 4.16667%;
}

.pull-2
{
    right: 8.33333%;
}

.pull-3
{
    right: 12.5%;
}

.pull-4
{
    right: 16.66667%;
}

.pull-5
{
    right: 20.83333%;
}

.pull-6
{
    right: 25%;
}

.pull-7
{
    right: 29.16667%;
}

.pull-8
{
    right: 33.33333%;
}

.pull-9
{
    right: 37.5%;
}

.pull-10
{
    right: 41.66667%;
}

.pull-11
{
    right: 45.83333%;
}

.pull-12
{
    right: 50%;
}

.pull-13
{
    right: 54.16667%;
}

.pull-14
{
    right: 58.33333%;
}

.pull-15
{
    right: 62.5%;
}

.pull-16
{
    right: 66.66667%;
}

.pull-17
{
    right: 70.83333%;
}

.pull-18
{
    right: 75%;
}

.pull-19
{
    right: 79.16667%;
}

.pull-20
{
    right: 83.33333%;
}

.pull-21
{
    right: 87.5%;
}

.pull-22
{
    right: 91.66667%;
}

.pull-23
{
    right: 95.83333%;
}

.pull-24
{
    right: 100%;
}

.push-0
{
    left: auto;
}

.push-1
{
    left: 4.16667%;
}

.push-2
{
    left: 8.33333%;
}

.push-3
{
    left: 12.5%;
}

.push-4
{
    left: 16.66667%;
}

.push-5
{
    left: 20.83333%;
}

.push-6
{
    left: 25%;
}

.push-7
{
    left: 29.16667%;
}

.push-8
{
    left: 33.33333%;
}

.push-9
{
    left: 37.5%;
}

.push-10
{
    left: 41.66667%;
}

.push-11
{
    left: 45.83333%;
}

.push-12
{
    left: 50%;
}

.push-13
{
    left: 54.16667%;
}

.push-14
{
    left: 58.33333%;
}

.push-15
{
    left: 62.5%;
}

.push-16
{
    left: 66.66667%;
}

.push-17
{
    left: 70.83333%;
}

.push-18
{
    left: 75%;
}

.push-19
{
    left: 79.16667%;
}

.push-20
{
    left: 83.33333%;
}

.push-21
{
    left: 87.5%;
}

.push-22
{
    left: 91.66667%;
}

.push-23
{
    left: 95.83333%;
}

.push-24
{
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13
{
    margin-left: 54.16667%;
}

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

.offset-15
{
    margin-left: 62.5%;
}

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

.offset-17
{
    margin-left: 70.83333%;
}

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

.offset-19
{
    margin-left: 79.16667%;
}

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

.offset-21
{
    margin-left: 87.5%;
}

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

.offset-23
{
    margin-left: 95.83333%;
}

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

.table th,
.table td
{
    padding: .75rem;

    vertical-align: top;

    border-top: 1px solid #eceeef;
}

.table thead th
{
    vertical-align: bottom;

    border-bottom: 2px solid #eceeef;
}

.table tbody + tbody
{
    border-top: 2px solid #eceeef;
}

.table .table
{
    background-color: #fff;
}

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

.table-bordered
{
    border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td
{
    border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td
{
    border-bottom-width: 2px;
}

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

.table-hover tbody tr:hover
{
    background-color: rgba(0, 0, 0, .075);
}

.table-active,
.table-active > th,
.table-active > td
{
    background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover
{
    background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th
{
    background-color: rgba(0, 0, 0, .075);
}

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

.table-hover .table-success:hover
{
    background-color: #d0e9c6;
}

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

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

.table-hover .table-info:hover
{
    background-color: #c4e3f3;
}

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

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

.table-hover .table-warning:hover
{
    background-color: #faf2cc;
}

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

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

.table-hover .table-danger:hover
{
    background-color: #ebcccc;
}

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

.thead-inverse th
{
    color: #fff;
    background-color: #292b2c;
}

.thead-default th
{
    color: #464a4c;
    background-color: #eceeef;
}

.table-inverse
{
    color: #fff;
    background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th
{
    border-color: #fff;
}

.table-inverse.table-bordered
{
    border: 0;
}

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

    width: 100%;

    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered
{
    border: 0;
}

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

    display: block;

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

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

    color: #464a4c;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
}

.form-control::-ms-expand
{
    border: 0;
    background-color: transparent;
}

.form-control:focus
{
    color: #464a4c;
    border-color: #5cb3fd;
    outline: none;
    background-color: #fff;
}

.form-control::-webkit-input-placeholder
{
    opacity: 1;
    color: #636c72;
}

.form-control:-ms-input-placeholder
{
    opacity: 1;
    color: #636c72;
}

.form-control::placeholder
{
    opacity: 1;
    color: #636c72;
}

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

.form-control:disabled
{
    cursor: not-allowed;
}

select.form-control:not([size]):not([multiple])
{
    height: calc(2.25rem + 2px);
}

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

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

.col-form-label
{
    margin-bottom: 0;
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
}

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

    padding-top: calc(.75rem - 1px * 2);
    padding-bottom: calc(.75rem - 1px * 2);
}

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

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

.col-form-legend
{
    font-size: 1rem;

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

.form-control-static
{
    line-height: 1.25;

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

    border: solid transparent;
    border-width: 1px 0;
}

.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn
{
    padding-right: 0;
    padding-left: 0;
}

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

    padding: .25rem .5rem;

    border-radius: .2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple])
{
    height: 1.8125rem;
}

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

    padding: .75rem 1.5rem;

    border-radius: .3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple])
{
    height: 3.16667rem;
}

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

.form-text
{
    display: block;

    margin-top: .25rem;
}

.form-check
{
    position: relative;

    display: block;

    margin-bottom: .5rem;
}

.form-check.disabled .form-check-label
{
    cursor: not-allowed;

    color: #636c72;
}

.form-check-label
{
    margin-bottom: 0;
    padding-left: 1.25rem;

    cursor: pointer;
}

.form-check-input
{
    position: absolute;

    margin-top: .25rem;
    margin-left: -1.25rem;
}

.form-check-input:only-child
{
    position: static;
}

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

.form-check-inline .form-check-label
{
    vertical-align: middle;
}

.form-check-inline + .form-check-inline
{
    margin-left: .75rem;
}

.form-control-feedback
{
    margin-top: .25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger
{
    padding-right: 2.25rem;

    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control
{
    color: #5cb85c;
}

.has-success .form-control
{
    border-color: #5cb85c;
}

.has-success .input-group-addon
{
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea;
}

.has-success .form-control-success
{
    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=\'%235cb85c\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3E%3C/svg%3E');
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control
{
    color: #f0ad4e;
}

.has-warning .form-control
{
    border-color: #f0ad4e;
}

.has-warning .input-group-addon
{
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white;
}

.has-warning .form-control-warning
{
    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=\'%23f0ad4e\' d=\'M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z\'/%3E%3C/svg%3E');
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control
{
    color: #d9534f;
}

.has-danger .form-control
{
    border-color: #d9534f;
}

.has-danger .input-group-addon
{
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7;
}

.has-danger .form-control-danger
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23d9534f\' viewBox=\'-2 -2 7 7\'%3E%3Cpath stroke=\'%23d9534f\' d=\'M0 0l3 3m0-3L0 3\'/%3E%3Ccircle r=\'.5\'/%3E%3Ccircle cx=\'3\' r=\'.5\'/%3E%3Ccircle cy=\'3\' r=\'.5\'/%3E%3Ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3E%3C/svg%3E');
}

.form-inline
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.btn
{
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;

    display: inline-block;

    padding: .5rem 1rem;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    border: 1px solid transparent;
    border-radius: .25rem;
}

.btn:focus,
.btn:hover
{
    text-decoration: none;
}

.btn:focus,
.btn.focus
{
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .25);
            box-shadow: 0 0 0 2px rgba(2, 117, 216, .25);
}

.btn.disabled,
.btn:disabled
{
    cursor: not-allowed;

    opacity: .65;
}

.btn:active,
.btn.active
{
    background-image: none;
}

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

.btn-primary
{
    color: #fff;
    border-color: #0275d8;
    background-color: #0275d8;
}

.btn-primary:hover
{
    color: #fff;
    border-color: #01549b;
    background-color: #025aa5;
}

.btn-primary:focus,
.btn-primary.focus
{
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
            box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
}

.btn-primary.disabled,
.btn-primary:disabled
{
    border-color: #0275d8;
    background-color: #0275d8;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle
{
    color: #fff;
    border-color: #01549b;
    background-color: #025aa5;
    background-image: none;
}

.btn-secondary
{
    color: #292b2c;
    border-color: #ccc;
    background-color: #fff;
}

.btn-secondary:hover
{
    color: #292b2c;
    border-color: #adadad;
    background-color: #e6e6e6;
}

.btn-secondary:focus,
.btn-secondary.focus
{
    -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
            box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
}

.btn-secondary.disabled,
.btn-secondary:disabled
{
    border-color: #ccc;
    background-color: #fff;
}

.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle
{
    color: #292b2c;
    border-color: #adadad;
    background-color: #e6e6e6;
    background-image: none;
}

.btn-info
{
    color: #fff;
    border-color: #5bc0de;
    background-color: #5bc0de;
}

.btn-info:hover
{
    color: #fff;
    border-color: #2aabd2;
    background-color: #31b0d5;
}

.btn-info:focus,
.btn-info.focus
{
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
            box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
}

.btn-info.disabled,
.btn-info:disabled
{
    border-color: #5bc0de;
    background-color: #5bc0de;
}

.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle
{
    color: #fff;
    border-color: #2aabd2;
    background-color: #31b0d5;
    background-image: none;
}

.btn-success
{
    color: #fff;
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.btn-success:hover
{
    color: #fff;
    border-color: #419641;
    background-color: #449d44;
}

.btn-success:focus,
.btn-success.focus
{
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
            box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
}

.btn-success.disabled,
.btn-success:disabled
{
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle
{
    color: #fff;
    border-color: #419641;
    background-color: #449d44;
    background-image: none;
}

.btn-warning
{
    color: #fff;
    border-color: #f0ad4e;
    background-color: #f0ad4e;
}

.btn-warning:hover
{
    color: #fff;
    border-color: #eb9316;
    background-color: #ec971f;
}

.btn-warning:focus,
.btn-warning.focus
{
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
            box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
}

.btn-warning.disabled,
.btn-warning:disabled
{
    border-color: #f0ad4e;
    background-color: #f0ad4e;
}

.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle
{
    color: #fff;
    border-color: #eb9316;
    background-color: #ec971f;
    background-image: none;
}

.btn-danger
{
    color: #fff;
    border-color: #d9534f;
    background-color: #d9534f;
}

.btn-danger:hover
{
    color: #fff;
    border-color: #c12e2a;
    background-color: #c9302c;
}

.btn-danger:focus,
.btn-danger.focus
{
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
            box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
}

.btn-danger.disabled,
.btn-danger:disabled
{
    border-color: #d9534f;
    background-color: #d9534f;
}

.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle
{
    color: #fff;
    border-color: #c12e2a;
    background-color: #c9302c;
    background-image: none;
}

.btn-outline-primary
{
    color: #0275d8;
    border-color: #0275d8;
    background-color: transparent;
    background-image: none;
}

.btn-outline-primary:hover
{
    color: #fff;
    border-color: #0275d8;
    background-color: #0275d8;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus
{
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
            box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled
{
    color: #0275d8;
    background-color: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle
{
    color: #fff;
    border-color: #0275d8;
    background-color: #0275d8;
}

.btn-outline-secondary
{
    color: #ccc;
    border-color: #ccc;
    background-color: transparent;
    background-image: none;
}

.btn-outline-secondary:hover
{
    color: #fff;
    border-color: #ccc;
    background-color: #ccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus
{
    -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
            box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled
{
    color: #ccc;
    background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle
{
    color: #fff;
    border-color: #ccc;
    background-color: #ccc;
}

.btn-outline-info
{
    color: #5bc0de;
    border-color: #5bc0de;
    background-color: transparent;
    background-image: none;
}

.btn-outline-info:hover
{
    color: #fff;
    border-color: #5bc0de;
    background-color: #5bc0de;
}

.btn-outline-info:focus,
.btn-outline-info.focus
{
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
            box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled
{
    color: #5bc0de;
    background-color: transparent;
}

.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle
{
    color: #fff;
    border-color: #5bc0de;
    background-color: #5bc0de;
}

.btn-outline-success
{
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: transparent;
    background-image: none;
}

.btn-outline-success:hover
{
    color: #fff;
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.btn-outline-success:focus,
.btn-outline-success.focus
{
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
            box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled
{
    color: #5cb85c;
    background-color: transparent;
}

.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle
{
    color: #fff;
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.btn-outline-warning
{
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: transparent;
    background-image: none;
}

.btn-outline-warning:hover
{
    color: #fff;
    border-color: #f0ad4e;
    background-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus
{
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
            box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled
{
    color: #f0ad4e;
    background-color: transparent;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle
{
    color: #fff;
    border-color: #f0ad4e;
    background-color: #f0ad4e;
}

.btn-outline-danger
{
    color: #d9534f;
    border-color: #d9534f;
    background-color: transparent;
    background-image: none;
}

.btn-outline-danger:hover
{
    color: #fff;
    border-color: #d9534f;
    background-color: #d9534f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus
{
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
            box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled
{
    color: #d9534f;
    background-color: transparent;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle
{
    color: #fff;
    border-color: #d9534f;
    background-color: #d9534f;
}

.btn-link
{
    font-weight: normal;

    color: #0275d8;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled
{
    background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active
{
    border-color: transparent;
}

.btn-link:hover
{
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover
{
    text-decoration: underline;

    color: #014c8c;
    background-color: transparent;
}

.btn-link:disabled
{
    color: #636c72;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover
{
    text-decoration: none;
}

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

    padding: .75rem 1.5rem;

    border-radius: .3rem;
}

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

    padding: .25rem .5rem;

    border-radius: .2rem;
}

.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
{
    -webkit-transition: opacity .15s linear;
            transition: opacity .15s linear;

    opacity: 0;
}

.fade.show
{
    opacity: 1;
}

.collapse
{
    display: none;
}

.collapse.show
{
    display: block;
}

tr.collapse.show
{
    display: table-row;
}

tbody.collapse.show
{
    display: table-row-group;
}

.collapsing
{
    position: relative;

    overflow: hidden;

    height: 0;

    -webkit-transition: height .35s ease;
            transition: height .35s ease;
}

.dropup,
.dropdown
{
    position: relative;
}

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

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

    content: '';
    vertical-align: middle;

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

.dropdown-toggle:focus
{
    outline: 0;
}

.dropup .dropdown-toggle::after
{
    border-top: 0;
    border-bottom: .3em solid;
}

.dropdown-menu
{
    font-size: 1rem;

    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;

    display: none;
    float: left;

    min-width: 10rem;
    margin: .125rem 0 0;
    padding: .5rem 0;

    list-style: none;

    text-align: left;

    color: #292b2c;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
}

.dropdown-divider
{
    overflow: hidden;

    height: 1px;
    margin: .5rem 0;

    background-color: #eceeef;
}

.dropdown-item
{
    font-weight: normal;

    display: block;
    clear: both;

    width: 100%;
    padding: 3px 1.5rem;

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

    color: #292b2c;
    border: 0;
    background: none;
}

.dropdown-item:focus,
.dropdown-item:hover
{
    text-decoration: none;

    color: #1d1e1f;
    background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active
{
    text-decoration: none;

    color: #fff;
    background-color: #0275d8;
}

.dropdown-item.disabled,
.dropdown-item:disabled
{
    cursor: not-allowed;

    color: #636c72;
    background-color: transparent;
}

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

.show > a
{
    outline: 0;
}

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

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

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

    display: block;

    margin-bottom: 0;
    padding: .5rem 1.5rem;

    white-space: nowrap;

    color: #636c72;
}

.dropdown-backdrop
{
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

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

    margin-bottom: .125rem;
}

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

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

    vertical-align: middle;
}

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

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

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover
{
    z-index: 2;
}

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

.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: -1px;
}

.btn-toolbar
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group
{
    width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle)
{
    border-radius: 0;
}

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

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child)
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group
{
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn
{
    border-radius: 0;
}

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle
{
    outline: 0;
}

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

.btn + .dropdown-toggle-split::after
{
    margin-left: 0;
}

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

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

.btn-group-vertical
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child)
{
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child)
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child)
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn
{
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox']
{
    position: absolute;

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

    pointer-events: none;
}

.input-group
{
    position: relative;

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

    width: 100%;
}

.input-group .form-control
{
    position: relative;
    z-index: 2;

    width: 1%;
    margin-bottom: 0;

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

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover
{
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child)
{
    border-radius: 0;
}

.input-group-addon,
.input-group-btn
{
    vertical-align: middle;
    white-space: nowrap;
}

.input-group-addon
{
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;

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

    text-align: center;

    color: #464a4c;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    background-color: #eceeef;
}

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

    padding: .25rem .5rem;

    border-radius: .2rem;
}

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

    padding: .75rem 1.5rem;

    border-radius: .3rem;
}

.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox']
{
    margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child)
{
    border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child)
{
    border-left: 0;
}

.input-group-btn
{
    font-size: 0;

    position: relative;

    white-space: nowrap;
}

.input-group-btn > .btn
{
    position: relative;

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

.input-group-btn > .btn + .btn
{
    margin-left: -1px;
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover
{
    z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group
{
    margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group
{
    z-index: 2;

    margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover
{
    z-index: 3;
}

.custom-control
{
    position: relative;

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

    min-height: 1.5rem;
    margin-right: 1rem;
    padding-left: 1.5rem;

    cursor: pointer;
}

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

    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator
{
    color: #fff;
    background-color: #0275d8;
}

.custom-control-input:focus ~ .custom-control-indicator
{
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
}

.custom-control-input:active ~ .custom-control-indicator
{
    color: #fff;
    background-color: #8fcafe;
}

.custom-control-input:disabled ~ .custom-control-indicator
{
    cursor: not-allowed;

    background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description
{
    cursor: not-allowed;

    color: #636c72;
}

.custom-control-indicator
{
    position: absolute;
    top: .25rem;
    left: 0;

    display: block;

    width: 1rem;
    height: 1rem;

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

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

.custom-checkbox .custom-control-indicator
{
    border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator
{
    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-indicator
{
    background-color: #0275d8;
    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-radio .custom-control-indicator
{
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator
{
    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-controls-stacked
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.custom-controls-stacked .custom-control
{
    margin-bottom: .25rem;
}

.custom-controls-stacked .custom-control + .custom-control
{
    margin-left: 0;
}

.custom-select
{
    line-height: 1.25;

    display: inline-block;

    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;

    vertical-align: middle;

    color: #464a4c;
    border: 1px solid rgba(0, 0, 0, .15);
    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=\'%23333\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3E%3C/svg%3E') no-repeat right .75rem center;
    background-size: 8px 10px;

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

.custom-select:focus
{
    border-color: #5cb3fd;
    outline: none;
}

.custom-select:focus::-ms-value
{
    color: #464a4c;
    background-color: #fff;
}

.custom-select:disabled
{
    cursor: not-allowed;

    color: #636c72;
    background-color: #eceeef;
}

.custom-select::-ms-expand
{
    opacity: 0;
}

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

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

.custom-file
{
    position: relative;

    display: inline-block;

    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;

    cursor: pointer;
}

.custom-file-input
{
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;

    opacity: 0;

    filter: alpha(opacity=0);
}

.custom-file-control
{
    line-height: 1.5;

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

    height: 2.5rem;
    padding: .5rem 1rem;

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

    color: #464a4c;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    background-color: #fff;
}

.custom-file-control:lang(en)::after
{
    content: 'Choose file...';
}

.custom-file-control::before
{
    line-height: 1.5;

    position: absolute;
    z-index: 6;
    top: -1px;
    right: -1px;
    bottom: -1px;

    display: block;

    height: 2.5rem;
    padding: .5rem 1rem;

    color: #464a4c;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 .25rem .25rem 0;
    background-color: #eceeef;
}

.custom-file-control:lang(en)::before
{
    content: 'Browse';
}

.nav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

    list-style: none;
}

.nav-link
{
    display: block;

    padding: .5em 1em;
}

.nav-link:focus,
.nav-link:hover
{
    text-decoration: none;
}

.nav-link.disabled
{
    cursor: not-allowed;

    color: #636c72;
}

.nav-tabs
{
    border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item
{
    margin-bottom: -1px;
}

.nav-tabs .nav-link
{
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover
{
    border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled
{
    color: #636c72;
    border-color: transparent;
    background-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link
{
    color: #464a4c;
    border-color: #ddd #ddd #fff;
    background-color: #fff;
}

.nav-tabs .dropdown-menu
{
    margin-top: -1px;

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

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

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link
{
    cursor: default;

    color: #fff;
    background-color: #0275d8;
}

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

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

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

    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
}

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

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

.navbar
{
    position: relative;

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

    padding: .5rem 1rem;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

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

    display: inline-block;

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

    white-space: nowrap;
}

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

.navbar-nav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

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

    list-style: none;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.navbar-nav .nav-link
{
    padding-right: 0;
    padding-left: 0;
}

.navbar-text
{
    display: inline-block;

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

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

    padding: .25rem .75rem;

    border: 1px solid transparent;
    border-radius: .25rem;
    background: transparent;

    -ms-flex-item-align: start;
    align-self: flex-start;
}

.navbar-toggler:focus,
.navbar-toggler:hover
{
    text-decoration: none;
}

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

.navbar-toggler-left
{
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right
{
    position: absolute;
    right: 1rem;
}

.navbar-toggleable-xl
{
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu
{
    position: static;

    float: none;
}

.navbar-toggleable-xl > .container
{
    padding-right: 0;
    padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav
{
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link
{
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-toggleable-xl > .container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

.navbar-toggleable-xl .navbar-collapse
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;

    width: 100%;
}

.navbar-toggleable-xl .navbar-toggler
{
    display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler
{
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover
{
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link
{
    color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover
{
    color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled
{
    color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active
{
    color: rgba(0, 0, 0, .9);
}

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

.navbar-light .navbar-toggler-icon
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' 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 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E');
}

.navbar-light .navbar-text
{
    color: rgba(0, 0, 0, .5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler
{
    color: white;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover
{
    color: white;
}

.navbar-inverse .navbar-nav .nav-link
{
    color: rgba(255, 255, 255, .5);
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover
{
    color: rgba(255, 255, 255, .75);
}

.navbar-inverse .navbar-nav .nav-link.disabled
{
    color: rgba(255, 255, 255, .25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active
{
    color: white;
}

.navbar-inverse .navbar-toggler
{
    border-color: rgba(255, 255, 255, .1);
}

.navbar-inverse .navbar-toggler-icon
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E');
}

.navbar-inverse .navbar-text
{
    color: rgba(255, 255, 255, .5);
}

.card
{
    position: relative;

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

    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.card-block
{
    padding: 1.25rem;

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

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

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

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

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

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

.card > .list-group:first-child .list-group-item:first-child
{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child
{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

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

    border-bottom: 1px solid rgba(0, 0, 0, .125);
    background-color: #f7f7f9;
}

.card-header:first-child
{
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

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

    border-top: 1px solid rgba(0, 0, 0, .125);
    background-color: #f7f7f9;
}

.card-footer:last-child
{
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

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

    border-bottom: 0;
}

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

.card-primary
{
    border-color: #0275d8;
    background-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer
{
    background-color: transparent;
}

.card-success
{
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer
{
    background-color: transparent;
}

.card-info
{
    border-color: #5bc0de;
    background-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer
{
    background-color: transparent;
}

.card-warning
{
    border-color: #f0ad4e;
    background-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer
{
    background-color: transparent;
}

.card-danger
{
    border-color: #d9534f;
    background-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer
{
    background-color: transparent;
}

.card-outline-primary
{
    border-color: #0275d8;
    background-color: transparent;
}

.card-outline-secondary
{
    border-color: #ccc;
    background-color: transparent;
}

.card-outline-info
{
    border-color: #5bc0de;
    background-color: transparent;
}

.card-outline-success
{
    border-color: #5cb85c;
    background-color: transparent;
}

.card-outline-warning
{
    border-color: #f0ad4e;
    background-color: transparent;
}

.card-outline-danger
{
    border-color: #d9534f;
    background-color: transparent;
}

.card-inverse
{
    color: rgba(255, 255, 255, .65);
}

.card-inverse .card-header,
.card-inverse .card-footer
{
    border-color: rgba(255, 255, 255, .2);
    background-color: transparent;
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote
{
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer
{
    color: rgba(255, 255, 255, .65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover
{
    color: #fff;
}

.card-blockquote
{
    margin-bottom: 0;
    padding: 0;

    border-left: 0;
}

.card-img
{
    border-radius: calc(.25rem - 1px);
}

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

    padding: 1.25rem;
}

.card-img-top
{
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom
{
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

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

    list-style: none;

    border-radius: .25rem;
    background-color: #eceeef;
}

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

    content: '';
}

.breadcrumb-item
{
    float: left;
}

.breadcrumb-item + .breadcrumb-item::before
{
    display: inline-block;

    padding-right: .5rem;
    padding-left: .5rem;

    content: '/';

    color: #636c72;
}

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

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

.breadcrumb-item.active
{
    color: #636c72;
}

.pagination
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-left: 0;

    list-style: none;

    border-radius: .25rem;
}

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

    color: #fff;
    border-color: #0275d8;
    background-color: #0275d8;
}

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

    color: #636c72;
    border-color: #ddd;
    background-color: #fff;
}

.page-link
{
    line-height: 1.25;

    position: relative;

    display: block;

    margin-left: -1px;
    padding: .5rem .75rem;

    color: #0275d8;
    border: 1px solid #ddd;
    background-color: #fff;
}

.page-link:focus,
.page-link:hover
{
    text-decoration: none;

    color: #014c8c;
    border-color: #ddd;
    background-color: #eceeef;
}

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

    padding: .75rem 1.5rem;
}

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

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

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

    padding: .25rem .5rem;
}

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

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

.badge
{
    font-size: 75%;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    padding: .25em .4em;

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

    color: #fff;
    border-radius: .25rem;
}

.badge:empty
{
    display: none;
}

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

a.badge:focus,
a.badge:hover
{
    cursor: pointer;
    text-decoration: none;

    color: #fff;
}

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

    border-radius: 10rem;
}

.badge-default
{
    background-color: #636c72;
}

.badge-default[href]:focus,
.badge-default[href]:hover
{
    background-color: #4b5257;
}

.badge-primary
{
    background-color: #0275d8;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover
{
    background-color: #025aa5;
}

.badge-success
{
    background-color: #5cb85c;
}

.badge-success[href]:focus,
.badge-success[href]:hover
{
    background-color: #449d44;
}

.badge-info
{
    background-color: #5bc0de;
}

.badge-info[href]:focus,
.badge-info[href]:hover
{
    background-color: #31b0d5;
}

.badge-warning
{
    background-color: #f0ad4e;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover
{
    background-color: #ec971f;
}

.badge-danger
{
    background-color: #d9534f;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover
{
    background-color: #c9302c;
}

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

    border-radius: .3rem;
    background-color: #eceeef;
}

.jumbotron-hr
{
    border-top-color: #d0d5d8;
}

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

    border-radius: 0;
}

.alert
{
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;

    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-heading
{
    color: inherit;
}

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

.alert-dismissible .close
{
    position: relative;
    top: -.75rem;
    right: -1.25rem;

    padding: .75rem 1.25rem;

    color: inherit;
}

.alert-success
{
    color: #3c763d;
    border-color: #d0e9c6;
    background-color: #dff0d8;
}

.alert-success hr
{
    border-top-color: #c1e2b3;
}

.alert-success .alert-link
{
    color: #2b542c;
}

.alert-info
{
    color: #31708f;
    border-color: #bcdff1;
    background-color: #d9edf7;
}

.alert-info hr
{
    border-top-color: #a6d5ec;
}

.alert-info .alert-link
{
    color: #245269;
}

.alert-warning
{
    color: #8a6d3b;
    border-color: #faf2cc;
    background-color: #fcf8e3;
}

.alert-warning hr
{
    border-top-color: #f7ecb5;
}

.alert-warning .alert-link
{
    color: #66512c;
}

.alert-danger
{
    color: #a94442;
    border-color: #ebcccc;
    background-color: #f2dede;
}

.alert-danger hr
{
    border-top-color: #e4b9b9;
}

.alert-danger .alert-link
{
    color: #843534;
}

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

    to
    {
        background-position: 0 0;
    }
}

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

    to
    {
        background-position: 0 0;
    }
}

.progress
{
    font-size: .75rem;
    line-height: 1rem;

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

    text-align: center;

    border-radius: .25rem;
    background-color: #eceeef;
}

.progress-bar
{
    height: 1rem;

    color: #fff;
    background-color: #0275d8;
}

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

.media
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

.media-body
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.list-group
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

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

    text-align: inherit;

    color: #464a4c;
}

.list-group-item-action .list-group-item-heading
{
    color: #292b2c;
}

.list-group-item-action:focus,
.list-group-item-action:hover
{
    text-decoration: none;

    color: #464a4c;
    background-color: #f7f7f9;
}

.list-group-item-action:active
{
    color: #292b2c;
    background-color: #eceeef;
}

.list-group-item
{
    position: relative;

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

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

    border: 1px solid rgba(0, 0, 0, .125);
    background-color: #fff;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.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:focus,
.list-group-item:hover
{
    text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled
{
    cursor: not-allowed;

    color: #636c72;
    background-color: #fff;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading
{
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text
{
    color: #636c72;
}

.list-group-item.active
{
    z-index: 2;

    color: #fff;
    border-color: #0275d8;
    background-color: #0275d8;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small
{
    color: inherit;
}

.list-group-item.active .list-group-item-text
{
    color: #daeeff;
}

.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-success
{
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success
{
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading
{
    color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover
{
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active
{
    color: #fff;
    border-color: #3c763d;
    background-color: #3c763d;
}

.list-group-item-info
{
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info
{
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading
{
    color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover
{
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active
{
    color: #fff;
    border-color: #31708f;
    background-color: #31708f;
}

.list-group-item-warning
{
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning
{
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading
{
    color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover
{
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active
{
    color: #fff;
    border-color: #8a6d3b;
    background-color: #8a6d3b;
}

.list-group-item-danger
{
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger
{
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading
{
    color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover
{
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active
{
    color: #fff;
    border-color: #a94442;
    background-color: #a94442;
}

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

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

    float: right;

    opacity: .5;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.close:focus,
.close:hover
{
    cursor: pointer;
    text-decoration: none;

    opacity: .75;
    color: #000;
}

button.close
{
    padding: 0;

    cursor: pointer;

    border: 0;
    background: transparent;

    -webkit-appearance: none;
}

.modal-open
{
    overflow: hidden;
}

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

    display: none;
    overflow: hidden;

    outline: 0;
}

.modal.fade .modal-dialog
{
    -webkit-transition: -webkit-transform .3s ease-out;
            transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;
            transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
}

.modal.show .modal-dialog
{
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

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

.modal-dialog
{
    position: relative;

    width: auto;
    margin: 10px;
}

.modal-content
{
    position: relative;

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

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

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

.modal-header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 15px;

    border-bottom: 1px solid #eceeef;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-title
{
    line-height: 1.5;

    margin-bottom: 0;
}

.modal-body
{
    position: relative;

    padding: 15px;

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

.modal-footer
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 15px;

    border-top: 1px solid #eceeef;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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;
}

.tooltip
{
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;

    position: absolute;
    z-index: 1070;

    display: block;

    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;

    opacity: 0;
    text-shadow: none;

    line-break: auto;
}

.tooltip.show
{
    opacity: .9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom
{
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before
{
    bottom: 0;
    left: 50%;

    margin-left: -5px;

    content: '';

    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left
{
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before
{
    top: 50%;
    left: 0;

    margin-top: -5px;

    content: '';

    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top
{
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before
{
    top: 0;
    left: 50%;

    margin-left: -5px;

    content: '';

    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right
{
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before
{
    top: 50%;
    right: 0;

    margin-top: -5px;

    content: '';

    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip-inner
{
    max-width: 200px;
    padding: 3px 8px;

    text-align: center;

    color: #fff;
    border-radius: .25rem;
    background-color: #000;
}

.tooltip-inner::before
{
    position: absolute;

    width: 0;
    height: 0;

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

.popover
{
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;

    position: absolute;
    z-index: 1060;
    top: 0;
    left: 0;

    display: block;

    max-width: 276px;
    padding: 1px;

    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    background-color: #fff;
    background-clip: padding-box;
    text-shadow: none;

    line-break: auto;
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom
{
    margin-top: -10px;
}

.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after
{
    left: 50%;

    border-bottom-width: 0;
}

.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before
{
    bottom: -11px;

    margin-left: -11px;

    border-top-color: rgba(0, 0, 0, .25);
}

.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after
{
    bottom: -10px;

    margin-left: -10px;

    border-top-color: #fff;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left
{
    margin-left: 10px;
}

.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after
{
    top: 50%;

    border-left-width: 0;
}

.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before
{
    left: -11px;

    margin-top: -11px;

    border-right-color: rgba(0, 0, 0, .25);
}

.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after
{
    left: -10px;

    margin-top: -10px;

    border-right-color: #fff;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top
{
    margin-top: 10px;
}

.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after
{
    left: 50%;

    border-top-width: 0;
}

.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before
{
    top: -11px;

    margin-left: -11px;

    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after
{
    top: -10px;

    margin-left: -10px;

    border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 20px;
    margin-left: -10px;

    content: '';

    border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right
{
    margin-left: -10px;
}

.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after
{
    top: 50%;

    border-right-width: 0;
}

.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before
{
    right: -11px;

    margin-top: -11px;

    border-left-color: rgba(0, 0, 0, .25);
}

.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after
{
    right: -10px;

    margin-top: -10px;

    border-left-color: #fff;
}

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

    margin-bottom: 0;
    padding: 8px 14px;

    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background-color: #f7f7f7;
}

.popover-title:empty
{
    display: none;
}

.popover-content
{
    padding: 9px 14px;
}

.popover::before,
.popover::after
{
    position: absolute;

    display: block;

    width: 0;
    height: 0;

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

.popover::before
{
    content: '';

    border-width: 11px;
}

.popover::after
{
    content: '';

    border-width: 10px;
}

.carousel
{
    position: relative;
}

.carousel-inner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}

.carousel-item
{
    position: relative;

    display: none;

    width: 100%;
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0)))
{
    .carousel-item
    {
        -webkit-transition: -webkit-transform .6s ease-in-out;
                transition: -webkit-transform .6s ease-in-out;
                transition:         transform .6s ease-in-out;
                transition:         transform .6s ease-in-out, -webkit-transform .6s ease-in-out;

        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-perspective: 1000px;
                perspective: 1000px;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0)))
{
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    .carousel-item-next,
    .active.carousel-item-right
    {
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }

    .carousel-item-prev,
    .active.carousel-item-left
    {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
}

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

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

    width: 15%;

    text-align: center;

    opacity: .5;
    color: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover
{
    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=\'M4 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=\'M1.5 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

    list-style: none;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel-indicators li
{
    position: relative;

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

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

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

    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
        flex: 1 0 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-faded
{
    background-color: #f7f7f7;
}

.bg-primary
{
    background-color: #0275d8 !important;
}

a.bg-primary:focus,
a.bg-primary:hover
{
    background-color: #025aa5 !important;
}

.bg-success
{
    background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover
{
    background-color: #449d44 !important;
}

.bg-info
{
    background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover
{
    background-color: #31b0d5 !important;
}

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

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

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

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

.bg-inverse
{
    background-color: #292b2c !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover
{
    background-color: #101112 !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;
}

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

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

.rounded-right
{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.rounded-bottom
{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

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

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

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

.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-cell
{
    display: table-cell !important;
}

.d-flex
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex
{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

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

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

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

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

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
}

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

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
}

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

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
}

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

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start
{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end
{
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center
{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between
{
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around
{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

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

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

.align-items-center
{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline
{
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch
{
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

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

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

.align-content-center
{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between
{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around
{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch
{
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto
{
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

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

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

.align-self-center
{
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline
{
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch
{
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

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

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

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

.sticky-top
{
    position: -webkit-sticky;
    position:         sticky;
    z-index: 1030;
    top: 0;
}

.sr-only
{
    position: absolute;

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

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

    border: 0;
}

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

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

.w-5
{
    width: 5% !important;
}

.w-10
{
    width: 10% !important;
}

.w-15
{
    width: 15% !important;
}

.w-20
{
    width: 20% !important;
}

.w-25
{
    width: 25% !important;
}

.w-30
{
    width: 30% !important;
}

.w-33
{
    width: 33.33333% !important;
}

.w-35
{
    width: 35% !important;
}

.w-40
{
    width: 40% !important;
}

.w-45
{
    width: 45% !important;
}

.w-50
{
    width: 50% !important;
}

.w-55
{
    width: 55% !important;
}

.w-60
{
    width: 60% !important;
}

.w-65
{
    width: 65% !important;
}

.w-66
{
    width: 66.66666% !important;
}

.w-70
{
    width: 70% !important;
}

.w-75
{
    width: 75% !important;
}

.w-80
{
    width: 80% !important;
}

.w-85
{
    width: 85% !important;
}

.w-90
{
    width: 90% !important;
}

.w-95
{
    width: 95% !important;
}

.w-100
{
    width: 100% !important;
}

.h-5
{
    height: 5% !important;
}

.h-10
{
    height: 10% !important;
}

.h-15
{
    height: 15% !important;
}

.h-20
{
    height: 20% !important;
}

.h-25
{
    height: 25% !important;
}

.h-30
{
    height: 30% !important;
}

.h-33
{
    height: 33.33333% !important;
}

.h-35
{
    height: 35% !important;
}

.h-40
{
    height: 40% !important;
}

.h-45
{
    height: 45% !important;
}

.h-50
{
    height: 50% !important;
}

.h-55
{
    height: 55% !important;
}

.h-60
{
    height: 60% !important;
}

.h-65
{
    height: 65% !important;
}

.h-66
{
    height: 66.66666% !important;
}

.h-70
{
    height: 70% !important;
}

.h-75
{
    height: 75% !important;
}

.h-80
{
    height: 80% !important;
}

.h-85
{
    height: 85% !important;
}

.h-90
{
    height: 90% !important;
}

.h-95
{
    height: 95% !important;
}

.h-100
{
    height: 100% !important;
}

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

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

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

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

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

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

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

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

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

.m-1
{
    margin: .25rem .25rem !important;
}

.mt-1
{
    margin-top: .25rem !important;
}

.mr-1
{
    margin-right: .25rem !important;
}

.mb-1
{
    margin-bottom: .25rem !important;
}

.ml-1
{
    margin-left: .25rem !important;
}

.mx-1
{
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

.my-1
{
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.m-2
{
    margin: .5rem .5rem !important;
}

.mt-2
{
    margin-top: .5rem !important;
}

.mr-2
{
    margin-right: .5rem !important;
}

.mb-2
{
    margin-bottom: .5rem !important;
}

.ml-2
{
    margin-left: .5rem !important;
}

.mx-2
{
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.my-2
{
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.m-3
{
    margin: 1rem 1rem !important;
}

.mt-3
{
    margin-top: 1rem !important;
}

.mr-3
{
    margin-right: 1rem !important;
}

.mb-3
{
    margin-bottom: 1rem !important;
}

.ml-3
{
    margin-left: 1rem !important;
}

.mx-3
{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3
{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4
{
    margin: 1.5rem 1.5rem !important;
}

.mt-4
{
    margin-top: 1.5rem !important;
}

.mr-4
{
    margin-right: 1.5rem !important;
}

.mb-4
{
    margin-bottom: 1.5rem !important;
}

.ml-4
{
    margin-left: 1.5rem !important;
}

.mx-4
{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4
{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5
{
    margin: 3rem 3rem !important;
}

.mt-5
{
    margin-top: 3rem !important;
}

.mr-5
{
    margin-right: 3rem !important;
}

.mb-5
{
    margin-bottom: 3rem !important;
}

.ml-5
{
    margin-left: 3rem !important;
}

.mx-5
{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5
{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0
{
    padding: 0 0 !important;
}

.pt-0
{
    padding-top: 0 !important;
}

.pr-0
{
    padding-right: 0 !important;
}

.pb-0
{
    padding-bottom: 0 !important;
}

.pl-0
{
    padding-left: 0 !important;
}

.px-0
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1
{
    padding: .25rem .25rem !important;
}

.pt-1
{
    padding-top: .25rem !important;
}

.pr-1
{
    padding-right: .25rem !important;
}

.pb-1
{
    padding-bottom: .25rem !important;
}

.pl-1
{
    padding-left: .25rem !important;
}

.px-1
{
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.py-1
{
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.p-2
{
    padding: .5rem .5rem !important;
}

.pt-2
{
    padding-top: .5rem !important;
}

.pr-2
{
    padding-right: .5rem !important;
}

.pb-2
{
    padding-bottom: .5rem !important;
}

.pl-2
{
    padding-left: .5rem !important;
}

.px-2
{
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.py-2
{
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.p-3
{
    padding: 1rem 1rem !important;
}

.pt-3
{
    padding-top: 1rem !important;
}

.pr-3
{
    padding-right: 1rem !important;
}

.pb-3
{
    padding-bottom: 1rem !important;
}

.pl-3
{
    padding-left: 1rem !important;
}

.px-3
{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3
{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4
{
    padding: 1.5rem 1.5rem !important;
}

.pt-4
{
    padding-top: 1.5rem !important;
}

.pr-4
{
    padding-right: 1.5rem !important;
}

.pb-4
{
    padding-bottom: 1.5rem !important;
}

.pl-4
{
    padding-left: 1.5rem !important;
}

.px-4
{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4
{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5
{
    padding: 3rem 3rem !important;
}

.pt-5
{
    padding-top: 3rem !important;
}

.pr-5
{
    padding-right: 3rem !important;
}

.pb-5
{
    padding-bottom: 3rem !important;
}

.pl-5
{
    padding-left: 3rem !important;
}

.px-5
{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5
{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

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

.mt-auto
{
    margin-top: auto !important;
}

.mr-auto
{
    margin-right: auto !important;
}

.mb-auto
{
    margin-bottom: auto !important;
}

.ml-auto
{
    margin-left: auto !important;
}

.mx-auto
{
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto
{
    margin-top: auto !important;
    margin-bottom: auto !important;
}

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

.text-lowercase
{
    text-transform: lowercase !important;
}

.text-uppercase
{
    text-transform: uppercase !important;
}

.text-capitalize
{
    text-transform: capitalize !important;
}

.font-weight-normal
{
    font-weight: normal;
}

.font-weight-bold
{
    font-weight: bold;
}

.font-italic
{
    font-style: italic;
}

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

.text-muted
{
    color: #636c72 !important;
}

a.text-muted:focus,
a.text-muted:hover
{
    color: #4b5257 !important;
}

.text-primary
{
    color: #0275d8 !important;
}

a.text-primary:focus,
a.text-primary:hover
{
    color: #025aa5 !important;
}

.text-success
{
    color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover
{
    color: #449d44 !important;
}

.text-info
{
    color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover
{
    color: #31b0d5 !important;
}

.text-warning
{
    color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover
{
    color: #ec971f !important;
}

.text-danger
{
    color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover
{
    color: #c9302c !important;
}

.text-gray-dark
{
    color: #292b2c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover
{
    color: #101112 !important;
}

.text-hide
{
    font: 0/0 a;

    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none;
}

.invisible
{
    visibility: hidden !important;
}

.hidden-xs-up
{
    display: none !important;
}

.hidden-xl-down
{
    display: none !important;
}

.visible-print-block
{
    display: none !important;
}

.visible-print-inline
{
    display: none !important;
}

.visible-print-inline-block
{
    display: none !important;
}

body
{
    font-family: 'Noto Sans Japanese', serif;
    font-size: 12pt;
    line-height: 1.6;
}

*,
*:before,
*:after
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ol,
ul,
dl
{
    list-style: none;
}

section,
article,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
ul,
ol
{
    width: 100%;
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 2.4rem;
}

h2
{
    font-size: 2rem;
}

h3
{
    font-size: 1.8rem;
}

h4
{
    font-size: 1.4rem;
}

h5
{
    font-size: 1.2rem;
}

h6
{
    font-size: 1.0rem;
}

main
{
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-100p
{
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-90p
{
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.lh-100
{
    line-height: 100%;
}

.lh-110
{
    line-height: 110%;
}

.lh-120
{
    line-height: 120%;
}

.lh-130
{
    line-height: 130%;
}

.lh-140
{
    line-height: 140%;
}

.lh-150
{
    line-height: 150%;
}

.lh-wide
{
    line-height: 2;
}

.m-1r
{
    margin: 1rem;
}

.mt-1r
{
    margin-top: 1rem;
}

.mb-1r
{
    margin-bottom: 1rem;
}

.mr-1r
{
    margin-right: 1rem;
}

.ml-1r
{
    margin-left: 1rem;
}

.mx-1r
{
    margin-right: 1rem;
    margin-left: 1rem;
}

.my-1r
{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.p-1r
{
    padding: 1rem;
}

.pt-1r
{
    padding-top: 1rem;
}

.pb-1r
{
    padding-bottom: 1rem;
}

.pr-1r
{
    padding-right: 1rem;
}

.pl-1r
{
    padding-left: 1rem;
}

.px-1r
{
    padding-right: 1rem;
    padding-left: 1rem;
}

.py-1r
{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.m-xl-1r
{
    margin: 1rem !important;
}

.mt-xl-1r
{
    margin-top: 1rem !important;
}

.mb-xl-1r
{
    margin-bottom: 1rem !important;
}

.mr-xl-1r
{
    margin-right: 1rem !important;
}

.ml-xl-1r
{
    margin-left: 1rem !important;
}

.mx-xl-1r
{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-xl-1r
{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.p-xl-1r
{
    padding: 1rem !important;
}

.pt-xl-1r
{
    padding-top: 1rem !important;
}

.pb-xl-1r
{
    padding-bottom: 1rem !important;
}

.pr-xl-1r
{
    padding-right: 1rem !important;
}

.pl-xl-1r
{
    padding-left: 1rem !important;
}

.px-xl-1r
{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-xl-1r
{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.m-2r
{
    margin: 2rem;
}

.mt-2r
{
    margin-top: 2rem;
}

.mb-2r
{
    margin-bottom: 2rem;
}

.mr-2r
{
    margin-right: 2rem;
}

.ml-2r
{
    margin-left: 2rem;
}

.mx-2r
{
    margin-right: 2rem;
    margin-left: 2rem;
}

.my-2r
{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.p-2r
{
    padding: 2rem;
}

.pt-2r
{
    padding-top: 2rem;
}

.pb-2r
{
    padding-bottom: 2rem;
}

.pr-2r
{
    padding-right: 2rem;
}

.pl-2r
{
    padding-left: 2rem;
}

.px-2r
{
    padding-right: 2rem;
    padding-left: 2rem;
}

.py-2r
{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.m-xl-2r
{
    margin: 2rem !important;
}

.mt-xl-2r
{
    margin-top: 2rem !important;
}

.mb-xl-2r
{
    margin-bottom: 2rem !important;
}

.mr-xl-2r
{
    margin-right: 2rem !important;
}

.ml-xl-2r
{
    margin-left: 2rem !important;
}

.mx-xl-2r
{
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}

.my-xl-2r
{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.p-xl-2r
{
    padding: 2rem !important;
}

.pt-xl-2r
{
    padding-top: 2rem !important;
}

.pb-xl-2r
{
    padding-bottom: 2rem !important;
}

.pr-xl-2r
{
    padding-right: 2rem !important;
}

.pl-xl-2r
{
    padding-left: 2rem !important;
}

.px-xl-2r
{
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.py-xl-2r
{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.m-3r
{
    margin: 3rem;
}

.mt-3r
{
    margin-top: 3rem;
}

.mb-3r
{
    margin-bottom: 3rem;
}

.mr-3r
{
    margin-right: 3rem;
}

.ml-3r
{
    margin-left: 3rem;
}

.mx-3r
{
    margin-right: 3rem;
    margin-left: 3rem;
}

.my-3r
{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.p-3r
{
    padding: 3rem;
}

.pt-3r
{
    padding-top: 3rem;
}

.pb-3r
{
    padding-bottom: 3rem;
}

.pr-3r
{
    padding-right: 3rem;
}

.pl-3r
{
    padding-left: 3rem;
}

.px-3r
{
    padding-right: 3rem;
    padding-left: 3rem;
}

.py-3r
{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.m-xl-3r
{
    margin: 3rem !important;
}

.mt-xl-3r
{
    margin-top: 3rem !important;
}

.mb-xl-3r
{
    margin-bottom: 3rem !important;
}

.mr-xl-3r
{
    margin-right: 3rem !important;
}

.ml-xl-3r
{
    margin-left: 3rem !important;
}

.mx-xl-3r
{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-xl-3r
{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-xl-3r
{
    padding: 3rem !important;
}

.pt-xl-3r
{
    padding-top: 3rem !important;
}

.pb-xl-3r
{
    padding-bottom: 3rem !important;
}

.pr-xl-3r
{
    padding-right: 3rem !important;
}

.pl-xl-3r
{
    padding-left: 3rem !important;
}

.px-xl-3r
{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-xl-3r
{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-4r
{
    margin: 4rem;
}

.mt-4r
{
    margin-top: 4rem;
}

.mb-4r
{
    margin-bottom: 4rem;
}

.mr-4r
{
    margin-right: 4rem;
}

.ml-4r
{
    margin-left: 4rem;
}

.mx-4r
{
    margin-right: 4rem;
    margin-left: 4rem;
}

.my-4r
{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.p-4r
{
    padding: 4rem;
}

.pt-4r
{
    padding-top: 4rem;
}

.pb-4r
{
    padding-bottom: 4rem;
}

.pr-4r
{
    padding-right: 4rem;
}

.pl-4r
{
    padding-left: 4rem;
}

.px-4r
{
    padding-right: 4rem;
    padding-left: 4rem;
}

.py-4r
{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.m-xl-4r
{
    margin: 4rem !important;
}

.mt-xl-4r
{
    margin-top: 4rem !important;
}

.mb-xl-4r
{
    margin-bottom: 4rem !important;
}

.mr-xl-4r
{
    margin-right: 4rem !important;
}

.ml-xl-4r
{
    margin-left: 4rem !important;
}

.mx-xl-4r
{
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.my-xl-4r
{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.p-xl-4r
{
    padding: 4rem !important;
}

.pt-xl-4r
{
    padding-top: 4rem !important;
}

.pb-xl-4r
{
    padding-bottom: 4rem !important;
}

.pr-xl-4r
{
    padding-right: 4rem !important;
}

.pl-xl-4r
{
    padding-left: 4rem !important;
}

.px-xl-4r
{
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.py-xl-4r
{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.m-5r
{
    margin: 5rem;
}

.mt-5r
{
    margin-top: 5rem;
}

.mb-5r
{
    margin-bottom: 5rem;
}

.mr-5r
{
    margin-right: 5rem;
}

.ml-5r
{
    margin-left: 5rem;
}

.mx-5r
{
    margin-right: 5rem;
    margin-left: 5rem;
}

.my-5r
{
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.p-5r
{
    padding: 5rem;
}

.pt-5r
{
    padding-top: 5rem;
}

.pb-5r
{
    padding-bottom: 5rem;
}

.pr-5r
{
    padding-right: 5rem;
}

.pl-5r
{
    padding-left: 5rem;
}

.px-5r
{
    padding-right: 5rem;
    padding-left: 5rem;
}

.py-5r
{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.m-xl-5r
{
    margin: 5rem !important;
}

.mt-xl-5r
{
    margin-top: 5rem !important;
}

.mb-xl-5r
{
    margin-bottom: 5rem !important;
}

.mr-xl-5r
{
    margin-right: 5rem !important;
}

.ml-xl-5r
{
    margin-left: 5rem !important;
}

.mx-xl-5r
{
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}

.my-xl-5r
{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.p-xl-5r
{
    padding: 5rem !important;
}

.pt-xl-5r
{
    padding-top: 5rem !important;
}

.pb-xl-5r
{
    padding-bottom: 5rem !important;
}

.pr-xl-5r
{
    padding-right: 5rem !important;
}

.pl-xl-5r
{
    padding-left: 5rem !important;
}

.px-xl-5r
{
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.py-xl-5r
{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.m-6r
{
    margin: 6rem;
}

.mt-6r
{
    margin-top: 6rem;
}

.mb-6r
{
    margin-bottom: 6rem;
}

.mr-6r
{
    margin-right: 6rem;
}

.ml-6r
{
    margin-left: 6rem;
}

.mx-6r
{
    margin-right: 6rem;
    margin-left: 6rem;
}

.my-6r
{
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.p-6r
{
    padding: 6rem;
}

.pt-6r
{
    padding-top: 6rem;
}

.pb-6r
{
    padding-bottom: 6rem;
}

.pr-6r
{
    padding-right: 6rem;
}

.pl-6r
{
    padding-left: 6rem;
}

.px-6r
{
    padding-right: 6rem;
    padding-left: 6rem;
}

.py-6r
{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.m-xl-6r
{
    margin: 6rem !important;
}

.mt-xl-6r
{
    margin-top: 6rem !important;
}

.mb-xl-6r
{
    margin-bottom: 6rem !important;
}

.mr-xl-6r
{
    margin-right: 6rem !important;
}

.ml-xl-6r
{
    margin-left: 6rem !important;
}

.mx-xl-6r
{
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.my-xl-6r
{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.p-xl-6r
{
    padding: 6rem !important;
}

.pt-xl-6r
{
    padding-top: 6rem !important;
}

.pb-xl-6r
{
    padding-bottom: 6rem !important;
}

.pr-xl-6r
{
    padding-right: 6rem !important;
}

.pl-xl-6r
{
    padding-left: 6rem !important;
}

.px-xl-6r
{
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.py-xl-6r
{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.m-7r
{
    margin: 7rem;
}

.mt-7r
{
    margin-top: 7rem;
}

.mb-7r
{
    margin-bottom: 7rem;
}

.mr-7r
{
    margin-right: 7rem;
}

.ml-7r
{
    margin-left: 7rem;
}

.mx-7r
{
    margin-right: 7rem;
    margin-left: 7rem;
}

.my-7r
{
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.p-7r
{
    padding: 7rem;
}

.pt-7r
{
    padding-top: 7rem;
}

.pb-7r
{
    padding-bottom: 7rem;
}

.pr-7r
{
    padding-right: 7rem;
}

.pl-7r
{
    padding-left: 7rem;
}

.px-7r
{
    padding-right: 7rem;
    padding-left: 7rem;
}

.py-7r
{
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.m-xl-7r
{
    margin: 7rem !important;
}

.mt-xl-7r
{
    margin-top: 7rem !important;
}

.mb-xl-7r
{
    margin-bottom: 7rem !important;
}

.mr-xl-7r
{
    margin-right: 7rem !important;
}

.ml-xl-7r
{
    margin-left: 7rem !important;
}

.mx-xl-7r
{
    margin-right: 7rem !important;
    margin-left: 7rem !important;
}

.my-xl-7r
{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}

.p-xl-7r
{
    padding: 7rem !important;
}

.pt-xl-7r
{
    padding-top: 7rem !important;
}

.pb-xl-7r
{
    padding-bottom: 7rem !important;
}

.pr-xl-7r
{
    padding-right: 7rem !important;
}

.pl-xl-7r
{
    padding-left: 7rem !important;
}

.px-xl-7r
{
    padding-right: 7rem !important;
    padding-left: 7rem !important;
}

.py-xl-7r
{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.m-8r
{
    margin: 8rem;
}

.mt-8r
{
    margin-top: 8rem;
}

.mb-8r
{
    margin-bottom: 8rem;
}

.mr-8r
{
    margin-right: 8rem;
}

.ml-8r
{
    margin-left: 8rem;
}

.mx-8r
{
    margin-right: 8rem;
    margin-left: 8rem;
}

.my-8r
{
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.p-8r
{
    padding: 8rem;
}

.pt-8r
{
    padding-top: 8rem;
}

.pb-8r
{
    padding-bottom: 8rem;
}

.pr-8r
{
    padding-right: 8rem;
}

.pl-8r
{
    padding-left: 8rem;
}

.px-8r
{
    padding-right: 8rem;
    padding-left: 8rem;
}

.py-8r
{
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.m-xl-8r
{
    margin: 8rem !important;
}

.mt-xl-8r
{
    margin-top: 8rem !important;
}

.mb-xl-8r
{
    margin-bottom: 8rem !important;
}

.mr-xl-8r
{
    margin-right: 8rem !important;
}

.ml-xl-8r
{
    margin-left: 8rem !important;
}

.mx-xl-8r
{
    margin-right: 8rem !important;
    margin-left: 8rem !important;
}

.my-xl-8r
{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.p-xl-8r
{
    padding: 8rem !important;
}

.pt-xl-8r
{
    padding-top: 8rem !important;
}

.pb-xl-8r
{
    padding-bottom: 8rem !important;
}

.pr-xl-8r
{
    padding-right: 8rem !important;
}

.pl-xl-8r
{
    padding-left: 8rem !important;
}

.px-xl-8r
{
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}

.py-xl-8r
{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.m-9r
{
    margin: 9rem;
}

.mt-9r
{
    margin-top: 9rem;
}

.mb-9r
{
    margin-bottom: 9rem;
}

.mr-9r
{
    margin-right: 9rem;
}

.ml-9r
{
    margin-left: 9rem;
}

.mx-9r
{
    margin-right: 9rem;
    margin-left: 9rem;
}

.my-9r
{
    margin-top: 9rem;
    margin-bottom: 9rem;
}

.p-9r
{
    padding: 9rem;
}

.pt-9r
{
    padding-top: 9rem;
}

.pb-9r
{
    padding-bottom: 9rem;
}

.pr-9r
{
    padding-right: 9rem;
}

.pl-9r
{
    padding-left: 9rem;
}

.px-9r
{
    padding-right: 9rem;
    padding-left: 9rem;
}

.py-9r
{
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.m-xl-9r
{
    margin: 9rem !important;
}

.mt-xl-9r
{
    margin-top: 9rem !important;
}

.mb-xl-9r
{
    margin-bottom: 9rem !important;
}

.mr-xl-9r
{
    margin-right: 9rem !important;
}

.ml-xl-9r
{
    margin-left: 9rem !important;
}

.mx-xl-9r
{
    margin-right: 9rem !important;
    margin-left: 9rem !important;
}

.my-xl-9r
{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}

.p-xl-9r
{
    padding: 9rem !important;
}

.pt-xl-9r
{
    padding-top: 9rem !important;
}

.pb-xl-9r
{
    padding-bottom: 9rem !important;
}

.pr-xl-9r
{
    padding-right: 9rem !important;
}

.pl-xl-9r
{
    padding-left: 9rem !important;
}

.px-xl-9r
{
    padding-right: 9rem !important;
    padding-left: 9rem !important;
}

.py-xl-9r
{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.m-10r
{
    margin: 10rem;
}

.mt-10r
{
    margin-top: 10rem;
}

.mb-10r
{
    margin-bottom: 10rem;
}

.mr-10r
{
    margin-right: 10rem;
}

.ml-10r
{
    margin-left: 10rem;
}

.mx-10r
{
    margin-right: 10rem;
    margin-left: 10rem;
}

.my-10r
{
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.p-10r
{
    padding: 10rem;
}

.pt-10r
{
    padding-top: 10rem;
}

.pb-10r
{
    padding-bottom: 10rem;
}

.pr-10r
{
    padding-right: 10rem;
}

.pl-10r
{
    padding-left: 10rem;
}

.px-10r
{
    padding-right: 10rem;
    padding-left: 10rem;
}

.py-10r
{
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.m-xl-10r
{
    margin: 10rem !important;
}

.mt-xl-10r
{
    margin-top: 10rem !important;
}

.mb-xl-10r
{
    margin-bottom: 10rem !important;
}

.mr-xl-10r
{
    margin-right: 10rem !important;
}

.ml-xl-10r
{
    margin-left: 10rem !important;
}

.mx-xl-10r
{
    margin-right: 10rem !important;
    margin-left: 10rem !important;
}

.my-xl-10r
{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.p-xl-10r
{
    padding: 10rem !important;
}

.pt-xl-10r
{
    padding-top: 10rem !important;
}

.pb-xl-10r
{
    padding-bottom: 10rem !important;
}

.pr-xl-10r
{
    padding-right: 10rem !important;
}

.pl-xl-10r
{
    padding-left: 10rem !important;
}

.px-xl-10r
{
    padding-right: 10rem !important;
    padding-left: 10rem !important;
}

.py-xl-10r
{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.max-1vh
{
    max-height: 1vh;
}

.min-1vh
{
    min-height: 1vh;
}

.max-1vw
{
    max-width: 1vw;
}

.min-1vw
{
    min-width: 1vw;
}

.w-1vw
{
    width: 1vw;
}

.h-1vh
{
    height: 1vh;
}

.max-2vh
{
    max-height: 2vh;
}

.min-2vh
{
    min-height: 2vh;
}

.max-2vw
{
    max-width: 2vw;
}

.min-2vw
{
    min-width: 2vw;
}

.w-2vw
{
    width: 2vw;
}

.h-2vh
{
    height: 2vh;
}

.max-3vh
{
    max-height: 3vh;
}

.min-3vh
{
    min-height: 3vh;
}

.max-3vw
{
    max-width: 3vw;
}

.min-3vw
{
    min-width: 3vw;
}

.w-3vw
{
    width: 3vw;
}

.h-3vh
{
    height: 3vh;
}

.max-4vh
{
    max-height: 4vh;
}

.min-4vh
{
    min-height: 4vh;
}

.max-4vw
{
    max-width: 4vw;
}

.min-4vw
{
    min-width: 4vw;
}

.w-4vw
{
    width: 4vw;
}

.h-4vh
{
    height: 4vh;
}

.max-5vh
{
    max-height: 5vh;
}

.min-5vh
{
    min-height: 5vh;
}

.max-5vw
{
    max-width: 5vw;
}

.min-5vw
{
    min-width: 5vw;
}

.w-5vw
{
    width: 5vw;
}

.h-5vh
{
    height: 5vh;
}

.max-6vh
{
    max-height: 6vh;
}

.min-6vh
{
    min-height: 6vh;
}

.max-6vw
{
    max-width: 6vw;
}

.min-6vw
{
    min-width: 6vw;
}

.w-6vw
{
    width: 6vw;
}

.h-6vh
{
    height: 6vh;
}

.max-7vh
{
    max-height: 7vh;
}

.min-7vh
{
    min-height: 7vh;
}

.max-7vw
{
    max-width: 7vw;
}

.min-7vw
{
    min-width: 7vw;
}

.w-7vw
{
    width: 7vw;
}

.h-7vh
{
    height: 7vh;
}

.max-8vh
{
    max-height: 8vh;
}

.min-8vh
{
    min-height: 8vh;
}

.max-8vw
{
    max-width: 8vw;
}

.min-8vw
{
    min-width: 8vw;
}

.w-8vw
{
    width: 8vw;
}

.h-8vh
{
    height: 8vh;
}

.max-9vh
{
    max-height: 9vh;
}

.min-9vh
{
    min-height: 9vh;
}

.max-9vw
{
    max-width: 9vw;
}

.min-9vw
{
    min-width: 9vw;
}

.w-9vw
{
    width: 9vw;
}

.h-9vh
{
    height: 9vh;
}

.max-10vh
{
    max-height: 10vh;
}

.min-10vh
{
    min-height: 10vh;
}

.max-10vw
{
    max-width: 10vw;
}

.min-10vw
{
    min-width: 10vw;
}

.w-10vw
{
    width: 10vw;
}

.h-10vh
{
    height: 10vh;
}

.max-11vh
{
    max-height: 11vh;
}

.min-11vh
{
    min-height: 11vh;
}

.max-11vw
{
    max-width: 11vw;
}

.min-11vw
{
    min-width: 11vw;
}

.w-11vw
{
    width: 11vw;
}

.h-11vh
{
    height: 11vh;
}

.max-12vh
{
    max-height: 12vh;
}

.min-12vh
{
    min-height: 12vh;
}

.max-12vw
{
    max-width: 12vw;
}

.min-12vw
{
    min-width: 12vw;
}

.w-12vw
{
    width: 12vw;
}

.h-12vh
{
    height: 12vh;
}

.max-13vh
{
    max-height: 13vh;
}

.min-13vh
{
    min-height: 13vh;
}

.max-13vw
{
    max-width: 13vw;
}

.min-13vw
{
    min-width: 13vw;
}

.w-13vw
{
    width: 13vw;
}

.h-13vh
{
    height: 13vh;
}

.max-14vh
{
    max-height: 14vh;
}

.min-14vh
{
    min-height: 14vh;
}

.max-14vw
{
    max-width: 14vw;
}

.min-14vw
{
    min-width: 14vw;
}

.w-14vw
{
    width: 14vw;
}

.h-14vh
{
    height: 14vh;
}

.max-15vh
{
    max-height: 15vh;
}

.min-15vh
{
    min-height: 15vh;
}

.max-15vw
{
    max-width: 15vw;
}

.min-15vw
{
    min-width: 15vw;
}

.w-15vw
{
    width: 15vw;
}

.h-15vh
{
    height: 15vh;
}

.max-16vh
{
    max-height: 16vh;
}

.min-16vh
{
    min-height: 16vh;
}

.max-16vw
{
    max-width: 16vw;
}

.min-16vw
{
    min-width: 16vw;
}

.w-16vw
{
    width: 16vw;
}

.h-16vh
{
    height: 16vh;
}

.max-17vh
{
    max-height: 17vh;
}

.min-17vh
{
    min-height: 17vh;
}

.max-17vw
{
    max-width: 17vw;
}

.min-17vw
{
    min-width: 17vw;
}

.w-17vw
{
    width: 17vw;
}

.h-17vh
{
    height: 17vh;
}

.max-18vh
{
    max-height: 18vh;
}

.min-18vh
{
    min-height: 18vh;
}

.max-18vw
{
    max-width: 18vw;
}

.min-18vw
{
    min-width: 18vw;
}

.w-18vw
{
    width: 18vw;
}

.h-18vh
{
    height: 18vh;
}

.max-19vh
{
    max-height: 19vh;
}

.min-19vh
{
    min-height: 19vh;
}

.max-19vw
{
    max-width: 19vw;
}

.min-19vw
{
    min-width: 19vw;
}

.w-19vw
{
    width: 19vw;
}

.h-19vh
{
    height: 19vh;
}

.max-20vh
{
    max-height: 20vh;
}

.min-20vh
{
    min-height: 20vh;
}

.max-20vw
{
    max-width: 20vw;
}

.min-20vw
{
    min-width: 20vw;
}

.w-20vw
{
    width: 20vw;
}

.h-20vh
{
    height: 20vh;
}

.max-21vh
{
    max-height: 21vh;
}

.min-21vh
{
    min-height: 21vh;
}

.max-21vw
{
    max-width: 21vw;
}

.min-21vw
{
    min-width: 21vw;
}

.w-21vw
{
    width: 21vw;
}

.h-21vh
{
    height: 21vh;
}

.max-22vh
{
    max-height: 22vh;
}

.min-22vh
{
    min-height: 22vh;
}

.max-22vw
{
    max-width: 22vw;
}

.min-22vw
{
    min-width: 22vw;
}

.w-22vw
{
    width: 22vw;
}

.h-22vh
{
    height: 22vh;
}

.max-23vh
{
    max-height: 23vh;
}

.min-23vh
{
    min-height: 23vh;
}

.max-23vw
{
    max-width: 23vw;
}

.min-23vw
{
    min-width: 23vw;
}

.w-23vw
{
    width: 23vw;
}

.h-23vh
{
    height: 23vh;
}

.max-24vh
{
    max-height: 24vh;
}

.min-24vh
{
    min-height: 24vh;
}

.max-24vw
{
    max-width: 24vw;
}

.min-24vw
{
    min-width: 24vw;
}

.w-24vw
{
    width: 24vw;
}

.h-24vh
{
    height: 24vh;
}

.max-25vh
{
    max-height: 25vh;
}

.min-25vh
{
    min-height: 25vh;
}

.max-25vw
{
    max-width: 25vw;
}

.min-25vw
{
    min-width: 25vw;
}

.w-25vw
{
    width: 25vw;
}

.h-25vh
{
    height: 25vh;
}

.max-26vh
{
    max-height: 26vh;
}

.min-26vh
{
    min-height: 26vh;
}

.max-26vw
{
    max-width: 26vw;
}

.min-26vw
{
    min-width: 26vw;
}

.w-26vw
{
    width: 26vw;
}

.h-26vh
{
    height: 26vh;
}

.max-27vh
{
    max-height: 27vh;
}

.min-27vh
{
    min-height: 27vh;
}

.max-27vw
{
    max-width: 27vw;
}

.min-27vw
{
    min-width: 27vw;
}

.w-27vw
{
    width: 27vw;
}

.h-27vh
{
    height: 27vh;
}

.max-28vh
{
    max-height: 28vh;
}

.min-28vh
{
    min-height: 28vh;
}

.max-28vw
{
    max-width: 28vw;
}

.min-28vw
{
    min-width: 28vw;
}

.w-28vw
{
    width: 28vw;
}

.h-28vh
{
    height: 28vh;
}

.max-29vh
{
    max-height: 29vh;
}

.min-29vh
{
    min-height: 29vh;
}

.max-29vw
{
    max-width: 29vw;
}

.min-29vw
{
    min-width: 29vw;
}

.w-29vw
{
    width: 29vw;
}

.h-29vh
{
    height: 29vh;
}

.max-30vh
{
    max-height: 30vh;
}

.min-30vh
{
    min-height: 30vh;
}

.max-30vw
{
    max-width: 30vw;
}

.min-30vw
{
    min-width: 30vw;
}

.w-30vw
{
    width: 30vw;
}

.h-30vh
{
    height: 30vh;
}

.max-31vh
{
    max-height: 31vh;
}

.min-31vh
{
    min-height: 31vh;
}

.max-31vw
{
    max-width: 31vw;
}

.min-31vw
{
    min-width: 31vw;
}

.w-31vw
{
    width: 31vw;
}

.h-31vh
{
    height: 31vh;
}

.max-32vh
{
    max-height: 32vh;
}

.min-32vh
{
    min-height: 32vh;
}

.max-32vw
{
    max-width: 32vw;
}

.min-32vw
{
    min-width: 32vw;
}

.w-32vw
{
    width: 32vw;
}

.h-32vh
{
    height: 32vh;
}

.max-33vh
{
    max-height: 33vh;
}

.min-33vh
{
    min-height: 33vh;
}

.max-33vw
{
    max-width: 33vw;
}

.min-33vw
{
    min-width: 33vw;
}

.w-33vw
{
    width: 33vw;
}

.h-33vh
{
    height: 33vh;
}

.max-34vh
{
    max-height: 34vh;
}

.min-34vh
{
    min-height: 34vh;
}

.max-34vw
{
    max-width: 34vw;
}

.min-34vw
{
    min-width: 34vw;
}

.w-34vw
{
    width: 34vw;
}

.h-34vh
{
    height: 34vh;
}

.max-35vh
{
    max-height: 35vh;
}

.min-35vh
{
    min-height: 35vh;
}

.max-35vw
{
    max-width: 35vw;
}

.min-35vw
{
    min-width: 35vw;
}

.w-35vw
{
    width: 35vw;
}

.h-35vh
{
    height: 35vh;
}

.max-36vh
{
    max-height: 36vh;
}

.min-36vh
{
    min-height: 36vh;
}

.max-36vw
{
    max-width: 36vw;
}

.min-36vw
{
    min-width: 36vw;
}

.w-36vw
{
    width: 36vw;
}

.h-36vh
{
    height: 36vh;
}

.max-37vh
{
    max-height: 37vh;
}

.min-37vh
{
    min-height: 37vh;
}

.max-37vw
{
    max-width: 37vw;
}

.min-37vw
{
    min-width: 37vw;
}

.w-37vw
{
    width: 37vw;
}

.h-37vh
{
    height: 37vh;
}

.max-38vh
{
    max-height: 38vh;
}

.min-38vh
{
    min-height: 38vh;
}

.max-38vw
{
    max-width: 38vw;
}

.min-38vw
{
    min-width: 38vw;
}

.w-38vw
{
    width: 38vw;
}

.h-38vh
{
    height: 38vh;
}

.max-39vh
{
    max-height: 39vh;
}

.min-39vh
{
    min-height: 39vh;
}

.max-39vw
{
    max-width: 39vw;
}

.min-39vw
{
    min-width: 39vw;
}

.w-39vw
{
    width: 39vw;
}

.h-39vh
{
    height: 39vh;
}

.max-40vh
{
    max-height: 40vh;
}

.min-40vh
{
    min-height: 40vh;
}

.max-40vw
{
    max-width: 40vw;
}

.min-40vw
{
    min-width: 40vw;
}

.w-40vw
{
    width: 40vw;
}

.h-40vh
{
    height: 40vh;
}

.max-41vh
{
    max-height: 41vh;
}

.min-41vh
{
    min-height: 41vh;
}

.max-41vw
{
    max-width: 41vw;
}

.min-41vw
{
    min-width: 41vw;
}

.w-41vw
{
    width: 41vw;
}

.h-41vh
{
    height: 41vh;
}

.max-42vh
{
    max-height: 42vh;
}

.min-42vh
{
    min-height: 42vh;
}

.max-42vw
{
    max-width: 42vw;
}

.min-42vw
{
    min-width: 42vw;
}

.w-42vw
{
    width: 42vw;
}

.h-42vh
{
    height: 42vh;
}

.max-43vh
{
    max-height: 43vh;
}

.min-43vh
{
    min-height: 43vh;
}

.max-43vw
{
    max-width: 43vw;
}

.min-43vw
{
    min-width: 43vw;
}

.w-43vw
{
    width: 43vw;
}

.h-43vh
{
    height: 43vh;
}

.max-44vh
{
    max-height: 44vh;
}

.min-44vh
{
    min-height: 44vh;
}

.max-44vw
{
    max-width: 44vw;
}

.min-44vw
{
    min-width: 44vw;
}

.w-44vw
{
    width: 44vw;
}

.h-44vh
{
    height: 44vh;
}

.max-45vh
{
    max-height: 45vh;
}

.min-45vh
{
    min-height: 45vh;
}

.max-45vw
{
    max-width: 45vw;
}

.min-45vw
{
    min-width: 45vw;
}

.w-45vw
{
    width: 45vw;
}

.h-45vh
{
    height: 45vh;
}

.max-46vh
{
    max-height: 46vh;
}

.min-46vh
{
    min-height: 46vh;
}

.max-46vw
{
    max-width: 46vw;
}

.min-46vw
{
    min-width: 46vw;
}

.w-46vw
{
    width: 46vw;
}

.h-46vh
{
    height: 46vh;
}

.max-47vh
{
    max-height: 47vh;
}

.min-47vh
{
    min-height: 47vh;
}

.max-47vw
{
    max-width: 47vw;
}

.min-47vw
{
    min-width: 47vw;
}

.w-47vw
{
    width: 47vw;
}

.h-47vh
{
    height: 47vh;
}

.max-48vh
{
    max-height: 48vh;
}

.min-48vh
{
    min-height: 48vh;
}

.max-48vw
{
    max-width: 48vw;
}

.min-48vw
{
    min-width: 48vw;
}

.w-48vw
{
    width: 48vw;
}

.h-48vh
{
    height: 48vh;
}

.max-49vh
{
    max-height: 49vh;
}

.min-49vh
{
    min-height: 49vh;
}

.max-49vw
{
    max-width: 49vw;
}

.min-49vw
{
    min-width: 49vw;
}

.w-49vw
{
    width: 49vw;
}

.h-49vh
{
    height: 49vh;
}

.max-50vh
{
    max-height: 50vh;
}

.min-50vh
{
    min-height: 50vh;
}

.max-50vw
{
    max-width: 50vw;
}

.min-50vw
{
    min-width: 50vw;
}

.w-50vw
{
    width: 50vw;
}

.h-50vh
{
    height: 50vh;
}

.max-51vh
{
    max-height: 51vh;
}

.min-51vh
{
    min-height: 51vh;
}

.max-51vw
{
    max-width: 51vw;
}

.min-51vw
{
    min-width: 51vw;
}

.w-51vw
{
    width: 51vw;
}

.h-51vh
{
    height: 51vh;
}

.max-52vh
{
    max-height: 52vh;
}

.min-52vh
{
    min-height: 52vh;
}

.max-52vw
{
    max-width: 52vw;
}

.min-52vw
{
    min-width: 52vw;
}

.w-52vw
{
    width: 52vw;
}

.h-52vh
{
    height: 52vh;
}

.max-53vh
{
    max-height: 53vh;
}

.min-53vh
{
    min-height: 53vh;
}

.max-53vw
{
    max-width: 53vw;
}

.min-53vw
{
    min-width: 53vw;
}

.w-53vw
{
    width: 53vw;
}

.h-53vh
{
    height: 53vh;
}

.max-54vh
{
    max-height: 54vh;
}

.min-54vh
{
    min-height: 54vh;
}

.max-54vw
{
    max-width: 54vw;
}

.min-54vw
{
    min-width: 54vw;
}

.w-54vw
{
    width: 54vw;
}

.h-54vh
{
    height: 54vh;
}

.max-55vh
{
    max-height: 55vh;
}

.min-55vh
{
    min-height: 55vh;
}

.max-55vw
{
    max-width: 55vw;
}

.min-55vw
{
    min-width: 55vw;
}

.w-55vw
{
    width: 55vw;
}

.h-55vh
{
    height: 55vh;
}

.max-56vh
{
    max-height: 56vh;
}

.min-56vh
{
    min-height: 56vh;
}

.max-56vw
{
    max-width: 56vw;
}

.min-56vw
{
    min-width: 56vw;
}

.w-56vw
{
    width: 56vw;
}

.h-56vh
{
    height: 56vh;
}

.max-57vh
{
    max-height: 57vh;
}

.min-57vh
{
    min-height: 57vh;
}

.max-57vw
{
    max-width: 57vw;
}

.min-57vw
{
    min-width: 57vw;
}

.w-57vw
{
    width: 57vw;
}

.h-57vh
{
    height: 57vh;
}

.max-58vh
{
    max-height: 58vh;
}

.min-58vh
{
    min-height: 58vh;
}

.max-58vw
{
    max-width: 58vw;
}

.min-58vw
{
    min-width: 58vw;
}

.w-58vw
{
    width: 58vw;
}

.h-58vh
{
    height: 58vh;
}

.max-59vh
{
    max-height: 59vh;
}

.min-59vh
{
    min-height: 59vh;
}

.max-59vw
{
    max-width: 59vw;
}

.min-59vw
{
    min-width: 59vw;
}

.w-59vw
{
    width: 59vw;
}

.h-59vh
{
    height: 59vh;
}

.max-60vh
{
    max-height: 60vh;
}

.min-60vh
{
    min-height: 60vh;
}

.max-60vw
{
    max-width: 60vw;
}

.min-60vw
{
    min-width: 60vw;
}

.w-60vw
{
    width: 60vw;
}

.h-60vh
{
    height: 60vh;
}

.max-61vh
{
    max-height: 61vh;
}

.min-61vh
{
    min-height: 61vh;
}

.max-61vw
{
    max-width: 61vw;
}

.min-61vw
{
    min-width: 61vw;
}

.w-61vw
{
    width: 61vw;
}

.h-61vh
{
    height: 61vh;
}

.max-62vh
{
    max-height: 62vh;
}

.min-62vh
{
    min-height: 62vh;
}

.max-62vw
{
    max-width: 62vw;
}

.min-62vw
{
    min-width: 62vw;
}

.w-62vw
{
    width: 62vw;
}

.h-62vh
{
    height: 62vh;
}

.max-63vh
{
    max-height: 63vh;
}

.min-63vh
{
    min-height: 63vh;
}

.max-63vw
{
    max-width: 63vw;
}

.min-63vw
{
    min-width: 63vw;
}

.w-63vw
{
    width: 63vw;
}

.h-63vh
{
    height: 63vh;
}

.max-64vh
{
    max-height: 64vh;
}

.min-64vh
{
    min-height: 64vh;
}

.max-64vw
{
    max-width: 64vw;
}

.min-64vw
{
    min-width: 64vw;
}

.w-64vw
{
    width: 64vw;
}

.h-64vh
{
    height: 64vh;
}

.max-65vh
{
    max-height: 65vh;
}

.min-65vh
{
    min-height: 65vh;
}

.max-65vw
{
    max-width: 65vw;
}

.min-65vw
{
    min-width: 65vw;
}

.w-65vw
{
    width: 65vw;
}

.h-65vh
{
    height: 65vh;
}

.max-66vh
{
    max-height: 66vh;
}

.min-66vh
{
    min-height: 66vh;
}

.max-66vw
{
    max-width: 66vw;
}

.min-66vw
{
    min-width: 66vw;
}

.w-66vw
{
    width: 66vw;
}

.h-66vh
{
    height: 66vh;
}

.max-67vh
{
    max-height: 67vh;
}

.min-67vh
{
    min-height: 67vh;
}

.max-67vw
{
    max-width: 67vw;
}

.min-67vw
{
    min-width: 67vw;
}

.w-67vw
{
    width: 67vw;
}

.h-67vh
{
    height: 67vh;
}

.max-68vh
{
    max-height: 68vh;
}

.min-68vh
{
    min-height: 68vh;
}

.max-68vw
{
    max-width: 68vw;
}

.min-68vw
{
    min-width: 68vw;
}

.w-68vw
{
    width: 68vw;
}

.h-68vh
{
    height: 68vh;
}

.max-69vh
{
    max-height: 69vh;
}

.min-69vh
{
    min-height: 69vh;
}

.max-69vw
{
    max-width: 69vw;
}

.min-69vw
{
    min-width: 69vw;
}

.w-69vw
{
    width: 69vw;
}

.h-69vh
{
    height: 69vh;
}

.max-70vh
{
    max-height: 70vh;
}

.min-70vh
{
    min-height: 70vh;
}

.max-70vw
{
    max-width: 70vw;
}

.min-70vw
{
    min-width: 70vw;
}

.w-70vw
{
    width: 70vw;
}

.h-70vh
{
    height: 70vh;
}

.max-71vh
{
    max-height: 71vh;
}

.min-71vh
{
    min-height: 71vh;
}

.max-71vw
{
    max-width: 71vw;
}

.min-71vw
{
    min-width: 71vw;
}

.w-71vw
{
    width: 71vw;
}

.h-71vh
{
    height: 71vh;
}

.max-72vh
{
    max-height: 72vh;
}

.min-72vh
{
    min-height: 72vh;
}

.max-72vw
{
    max-width: 72vw;
}

.min-72vw
{
    min-width: 72vw;
}

.w-72vw
{
    width: 72vw;
}

.h-72vh
{
    height: 72vh;
}

.max-73vh
{
    max-height: 73vh;
}

.min-73vh
{
    min-height: 73vh;
}

.max-73vw
{
    max-width: 73vw;
}

.min-73vw
{
    min-width: 73vw;
}

.w-73vw
{
    width: 73vw;
}

.h-73vh
{
    height: 73vh;
}

.max-74vh
{
    max-height: 74vh;
}

.min-74vh
{
    min-height: 74vh;
}

.max-74vw
{
    max-width: 74vw;
}

.min-74vw
{
    min-width: 74vw;
}

.w-74vw
{
    width: 74vw;
}

.h-74vh
{
    height: 74vh;
}

.max-75vh
{
    max-height: 75vh;
}

.min-75vh
{
    min-height: 75vh;
}

.max-75vw
{
    max-width: 75vw;
}

.min-75vw
{
    min-width: 75vw;
}

.w-75vw
{
    width: 75vw;
}

.h-75vh
{
    height: 75vh;
}

.max-76vh
{
    max-height: 76vh;
}

.min-76vh
{
    min-height: 76vh;
}

.max-76vw
{
    max-width: 76vw;
}

.min-76vw
{
    min-width: 76vw;
}

.w-76vw
{
    width: 76vw;
}

.h-76vh
{
    height: 76vh;
}

.max-77vh
{
    max-height: 77vh;
}

.min-77vh
{
    min-height: 77vh;
}

.max-77vw
{
    max-width: 77vw;
}

.min-77vw
{
    min-width: 77vw;
}

.w-77vw
{
    width: 77vw;
}

.h-77vh
{
    height: 77vh;
}

.max-78vh
{
    max-height: 78vh;
}

.min-78vh
{
    min-height: 78vh;
}

.max-78vw
{
    max-width: 78vw;
}

.min-78vw
{
    min-width: 78vw;
}

.w-78vw
{
    width: 78vw;
}

.h-78vh
{
    height: 78vh;
}

.max-79vh
{
    max-height: 79vh;
}

.min-79vh
{
    min-height: 79vh;
}

.max-79vw
{
    max-width: 79vw;
}

.min-79vw
{
    min-width: 79vw;
}

.w-79vw
{
    width: 79vw;
}

.h-79vh
{
    height: 79vh;
}

.max-80vh
{
    max-height: 80vh;
}

.min-80vh
{
    min-height: 80vh;
}

.max-80vw
{
    max-width: 80vw;
}

.min-80vw
{
    min-width: 80vw;
}

.w-80vw
{
    width: 80vw;
}

.h-80vh
{
    height: 80vh;
}

.max-81vh
{
    max-height: 81vh;
}

.min-81vh
{
    min-height: 81vh;
}

.max-81vw
{
    max-width: 81vw;
}

.min-81vw
{
    min-width: 81vw;
}

.w-81vw
{
    width: 81vw;
}

.h-81vh
{
    height: 81vh;
}

.max-82vh
{
    max-height: 82vh;
}

.min-82vh
{
    min-height: 82vh;
}

.max-82vw
{
    max-width: 82vw;
}

.min-82vw
{
    min-width: 82vw;
}

.w-82vw
{
    width: 82vw;
}

.h-82vh
{
    height: 82vh;
}

.max-83vh
{
    max-height: 83vh;
}

.min-83vh
{
    min-height: 83vh;
}

.max-83vw
{
    max-width: 83vw;
}

.min-83vw
{
    min-width: 83vw;
}

.w-83vw
{
    width: 83vw;
}

.h-83vh
{
    height: 83vh;
}

.max-84vh
{
    max-height: 84vh;
}

.min-84vh
{
    min-height: 84vh;
}

.max-84vw
{
    max-width: 84vw;
}

.min-84vw
{
    min-width: 84vw;
}

.w-84vw
{
    width: 84vw;
}

.h-84vh
{
    height: 84vh;
}

.max-85vh
{
    max-height: 85vh;
}

.min-85vh
{
    min-height: 85vh;
}

.max-85vw
{
    max-width: 85vw;
}

.min-85vw
{
    min-width: 85vw;
}

.w-85vw
{
    width: 85vw;
}

.h-85vh
{
    height: 85vh;
}

.max-86vh
{
    max-height: 86vh;
}

.min-86vh
{
    min-height: 86vh;
}

.max-86vw
{
    max-width: 86vw;
}

.min-86vw
{
    min-width: 86vw;
}

.w-86vw
{
    width: 86vw;
}

.h-86vh
{
    height: 86vh;
}

.max-87vh
{
    max-height: 87vh;
}

.min-87vh
{
    min-height: 87vh;
}

.max-87vw
{
    max-width: 87vw;
}

.min-87vw
{
    min-width: 87vw;
}

.w-87vw
{
    width: 87vw;
}

.h-87vh
{
    height: 87vh;
}

.max-88vh
{
    max-height: 88vh;
}

.min-88vh
{
    min-height: 88vh;
}

.max-88vw
{
    max-width: 88vw;
}

.min-88vw
{
    min-width: 88vw;
}

.w-88vw
{
    width: 88vw;
}

.h-88vh
{
    height: 88vh;
}

.max-89vh
{
    max-height: 89vh;
}

.min-89vh
{
    min-height: 89vh;
}

.max-89vw
{
    max-width: 89vw;
}

.min-89vw
{
    min-width: 89vw;
}

.w-89vw
{
    width: 89vw;
}

.h-89vh
{
    height: 89vh;
}

.max-90vh
{
    max-height: 90vh;
}

.min-90vh
{
    min-height: 90vh;
}

.max-90vw
{
    max-width: 90vw;
}

.min-90vw
{
    min-width: 90vw;
}

.w-90vw
{
    width: 90vw;
}

.h-90vh
{
    height: 90vh;
}

.max-91vh
{
    max-height: 91vh;
}

.min-91vh
{
    min-height: 91vh;
}

.max-91vw
{
    max-width: 91vw;
}

.min-91vw
{
    min-width: 91vw;
}

.w-91vw
{
    width: 91vw;
}

.h-91vh
{
    height: 91vh;
}

.max-92vh
{
    max-height: 92vh;
}

.min-92vh
{
    min-height: 92vh;
}

.max-92vw
{
    max-width: 92vw;
}

.min-92vw
{
    min-width: 92vw;
}

.w-92vw
{
    width: 92vw;
}

.h-92vh
{
    height: 92vh;
}

.max-93vh
{
    max-height: 93vh;
}

.min-93vh
{
    min-height: 93vh;
}

.max-93vw
{
    max-width: 93vw;
}

.min-93vw
{
    min-width: 93vw;
}

.w-93vw
{
    width: 93vw;
}

.h-93vh
{
    height: 93vh;
}

.max-94vh
{
    max-height: 94vh;
}

.min-94vh
{
    min-height: 94vh;
}

.max-94vw
{
    max-width: 94vw;
}

.min-94vw
{
    min-width: 94vw;
}

.w-94vw
{
    width: 94vw;
}

.h-94vh
{
    height: 94vh;
}

.max-95vh
{
    max-height: 95vh;
}

.min-95vh
{
    min-height: 95vh;
}

.max-95vw
{
    max-width: 95vw;
}

.min-95vw
{
    min-width: 95vw;
}

.w-95vw
{
    width: 95vw;
}

.h-95vh
{
    height: 95vh;
}

.max-96vh
{
    max-height: 96vh;
}

.min-96vh
{
    min-height: 96vh;
}

.max-96vw
{
    max-width: 96vw;
}

.min-96vw
{
    min-width: 96vw;
}

.w-96vw
{
    width: 96vw;
}

.h-96vh
{
    height: 96vh;
}

.max-97vh
{
    max-height: 97vh;
}

.min-97vh
{
    min-height: 97vh;
}

.max-97vw
{
    max-width: 97vw;
}

.min-97vw
{
    min-width: 97vw;
}

.w-97vw
{
    width: 97vw;
}

.h-97vh
{
    height: 97vh;
}

.max-98vh
{
    max-height: 98vh;
}

.min-98vh
{
    min-height: 98vh;
}

.max-98vw
{
    max-width: 98vw;
}

.min-98vw
{
    min-width: 98vw;
}

.w-98vw
{
    width: 98vw;
}

.h-98vh
{
    height: 98vh;
}

.max-99vh
{
    max-height: 99vh;
}

.min-99vh
{
    min-height: 99vh;
}

.max-99vw
{
    max-width: 99vw;
}

.min-99vw
{
    min-width: 99vw;
}

.w-99vw
{
    width: 99vw;
}

.h-99vh
{
    height: 99vh;
}

.max-100vh
{
    max-height: 100vh;
}

.min-100vh
{
    min-height: 100vh;
}

.max-100vw
{
    max-width: 100vw;
}

.min-100vw
{
    min-width: 100vw;
}

.w-100vw
{
    width: 100vw;
}

.h-100vh
{
    height: 100vh;
}

.two-column
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.two-column .column
{
    width: 49%;
}

.two-column-always
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.two-column-always .column
{
    width: 49%;
}

.two-column-natural
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.three-column
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.three-column .column
{
    width: 33.33333333%;
}

.four-column
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.four-column .column
{
    width: 24%;
}

.four-column-two-column
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.four-column-two-column .column
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 25%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.justified-block
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.w-0
{
    width: 0 !important;
}

.w-0vw
{
    width: 0vw !important;
}

.w-xl-0
{
    width: 0 !important;
}

.w-xl-0vw
{
    width: 0vw !important;
}

.w-1
{
    width: 1% !important;
}

.w-1vw
{
    width: 1vw !important;
}

.w-xl-1
{
    width: 1% !important;
}

.w-xl-1vw
{
    width: 1vw !important;
}

.w-2
{
    width: 2% !important;
}

.w-2vw
{
    width: 2vw !important;
}

.w-xl-2
{
    width: 2% !important;
}

.w-xl-2vw
{
    width: 2vw !important;
}

.w-3
{
    width: 3% !important;
}

.w-3vw
{
    width: 3vw !important;
}

.w-xl-3
{
    width: 3% !important;
}

.w-xl-3vw
{
    width: 3vw !important;
}

.w-4
{
    width: 4% !important;
}

.w-4vw
{
    width: 4vw !important;
}

.w-xl-4
{
    width: 4% !important;
}

.w-xl-4vw
{
    width: 4vw !important;
}

.w-5
{
    width: 5% !important;
}

.w-5vw
{
    width: 5vw !important;
}

.w-xl-5
{
    width: 5% !important;
}

.w-xl-5vw
{
    width: 5vw !important;
}

.w-6
{
    width: 6% !important;
}

.w-6vw
{
    width: 6vw !important;
}

.w-xl-6
{
    width: 6% !important;
}

.w-xl-6vw
{
    width: 6vw !important;
}

.w-7
{
    width: 7% !important;
}

.w-7vw
{
    width: 7vw !important;
}

.w-xl-7
{
    width: 7% !important;
}

.w-xl-7vw
{
    width: 7vw !important;
}

.w-8
{
    width: 8% !important;
}

.w-8vw
{
    width: 8vw !important;
}

.w-xl-8
{
    width: 8% !important;
}

.w-xl-8vw
{
    width: 8vw !important;
}

.w-9
{
    width: 9% !important;
}

.w-9vw
{
    width: 9vw !important;
}

.w-xl-9
{
    width: 9% !important;
}

.w-xl-9vw
{
    width: 9vw !important;
}

.w-10
{
    width: 10% !important;
}

.w-10vw
{
    width: 10vw !important;
}

.w-xl-10
{
    width: 10% !important;
}

.w-xl-10vw
{
    width: 10vw !important;
}

.w-11
{
    width: 11% !important;
}

.w-11vw
{
    width: 11vw !important;
}

.w-xl-11
{
    width: 11% !important;
}

.w-xl-11vw
{
    width: 11vw !important;
}

.w-12
{
    width: 12% !important;
}

.w-12vw
{
    width: 12vw !important;
}

.w-xl-12
{
    width: 12% !important;
}

.w-xl-12vw
{
    width: 12vw !important;
}

.w-13
{
    width: 13% !important;
}

.w-13vw
{
    width: 13vw !important;
}

.w-xl-13
{
    width: 13% !important;
}

.w-xl-13vw
{
    width: 13vw !important;
}

.w-14
{
    width: 14% !important;
}

.w-14vw
{
    width: 14vw !important;
}

.w-xl-14
{
    width: 14% !important;
}

.w-xl-14vw
{
    width: 14vw !important;
}

.w-15
{
    width: 15% !important;
}

.w-15vw
{
    width: 15vw !important;
}

.w-xl-15
{
    width: 15% !important;
}

.w-xl-15vw
{
    width: 15vw !important;
}

.w-16
{
    width: 16% !important;
}

.w-16vw
{
    width: 16vw !important;
}

.w-xl-16
{
    width: 16% !important;
}

.w-xl-16vw
{
    width: 16vw !important;
}

.w-17
{
    width: 17% !important;
}

.w-17vw
{
    width: 17vw !important;
}

.w-xl-17
{
    width: 17% !important;
}

.w-xl-17vw
{
    width: 17vw !important;
}

.w-18
{
    width: 18% !important;
}

.w-18vw
{
    width: 18vw !important;
}

.w-xl-18
{
    width: 18% !important;
}

.w-xl-18vw
{
    width: 18vw !important;
}

.w-19
{
    width: 19% !important;
}

.w-19vw
{
    width: 19vw !important;
}

.w-xl-19
{
    width: 19% !important;
}

.w-xl-19vw
{
    width: 19vw !important;
}

.w-20
{
    width: 20% !important;
}

.w-20vw
{
    width: 20vw !important;
}

.w-xl-20
{
    width: 20% !important;
}

.w-xl-20vw
{
    width: 20vw !important;
}

.w-21
{
    width: 21% !important;
}

.w-21vw
{
    width: 21vw !important;
}

.w-xl-21
{
    width: 21% !important;
}

.w-xl-21vw
{
    width: 21vw !important;
}

.w-22
{
    width: 22% !important;
}

.w-22vw
{
    width: 22vw !important;
}

.w-xl-22
{
    width: 22% !important;
}

.w-xl-22vw
{
    width: 22vw !important;
}

.w-23
{
    width: 23% !important;
}

.w-23vw
{
    width: 23vw !important;
}

.w-xl-23
{
    width: 23% !important;
}

.w-xl-23vw
{
    width: 23vw !important;
}

.w-24
{
    width: 24% !important;
}

.w-24vw
{
    width: 24vw !important;
}

.w-xl-24
{
    width: 24% !important;
}

.w-xl-24vw
{
    width: 24vw !important;
}

.w-25
{
    width: 25% !important;
}

.w-25vw
{
    width: 25vw !important;
}

.w-xl-25
{
    width: 25% !important;
}

.w-xl-25vw
{
    width: 25vw !important;
}

.w-26
{
    width: 26% !important;
}

.w-26vw
{
    width: 26vw !important;
}

.w-xl-26
{
    width: 26% !important;
}

.w-xl-26vw
{
    width: 26vw !important;
}

.w-27
{
    width: 27% !important;
}

.w-27vw
{
    width: 27vw !important;
}

.w-xl-27
{
    width: 27% !important;
}

.w-xl-27vw
{
    width: 27vw !important;
}

.w-28
{
    width: 28% !important;
}

.w-28vw
{
    width: 28vw !important;
}

.w-xl-28
{
    width: 28% !important;
}

.w-xl-28vw
{
    width: 28vw !important;
}

.w-29
{
    width: 29% !important;
}

.w-29vw
{
    width: 29vw !important;
}

.w-xl-29
{
    width: 29% !important;
}

.w-xl-29vw
{
    width: 29vw !important;
}

.w-30
{
    width: 30% !important;
}

.w-30vw
{
    width: 30vw !important;
}

.w-xl-30
{
    width: 30% !important;
}

.w-xl-30vw
{
    width: 30vw !important;
}

.w-31
{
    width: 31% !important;
}

.w-31vw
{
    width: 31vw !important;
}

.w-xl-31
{
    width: 31% !important;
}

.w-xl-31vw
{
    width: 31vw !important;
}

.w-32
{
    width: 32% !important;
}

.w-32vw
{
    width: 32vw !important;
}

.w-xl-32
{
    width: 32% !important;
}

.w-xl-32vw
{
    width: 32vw !important;
}

.w-33
{
    width: 33% !important;
}

.w-33vw
{
    width: 33vw !important;
}

.w-xl-33
{
    width: 33% !important;
}

.w-xl-33vw
{
    width: 33vw !important;
}

.w-34
{
    width: 34% !important;
}

.w-34vw
{
    width: 34vw !important;
}

.w-xl-34
{
    width: 34% !important;
}

.w-xl-34vw
{
    width: 34vw !important;
}

.w-35
{
    width: 35% !important;
}

.w-35vw
{
    width: 35vw !important;
}

.w-xl-35
{
    width: 35% !important;
}

.w-xl-35vw
{
    width: 35vw !important;
}

.w-36
{
    width: 36% !important;
}

.w-36vw
{
    width: 36vw !important;
}

.w-xl-36
{
    width: 36% !important;
}

.w-xl-36vw
{
    width: 36vw !important;
}

.w-37
{
    width: 37% !important;
}

.w-37vw
{
    width: 37vw !important;
}

.w-xl-37
{
    width: 37% !important;
}

.w-xl-37vw
{
    width: 37vw !important;
}

.w-38
{
    width: 38% !important;
}

.w-38vw
{
    width: 38vw !important;
}

.w-xl-38
{
    width: 38% !important;
}

.w-xl-38vw
{
    width: 38vw !important;
}

.w-39
{
    width: 39% !important;
}

.w-39vw
{
    width: 39vw !important;
}

.w-xl-39
{
    width: 39% !important;
}

.w-xl-39vw
{
    width: 39vw !important;
}

.w-40
{
    width: 40% !important;
}

.w-40vw
{
    width: 40vw !important;
}

.w-xl-40
{
    width: 40% !important;
}

.w-xl-40vw
{
    width: 40vw !important;
}

.w-41
{
    width: 41% !important;
}

.w-41vw
{
    width: 41vw !important;
}

.w-xl-41
{
    width: 41% !important;
}

.w-xl-41vw
{
    width: 41vw !important;
}

.w-42
{
    width: 42% !important;
}

.w-42vw
{
    width: 42vw !important;
}

.w-xl-42
{
    width: 42% !important;
}

.w-xl-42vw
{
    width: 42vw !important;
}

.w-43
{
    width: 43% !important;
}

.w-43vw
{
    width: 43vw !important;
}

.w-xl-43
{
    width: 43% !important;
}

.w-xl-43vw
{
    width: 43vw !important;
}

.w-44
{
    width: 44% !important;
}

.w-44vw
{
    width: 44vw !important;
}

.w-xl-44
{
    width: 44% !important;
}

.w-xl-44vw
{
    width: 44vw !important;
}

.w-45
{
    width: 45% !important;
}

.w-45vw
{
    width: 45vw !important;
}

.w-xl-45
{
    width: 45% !important;
}

.w-xl-45vw
{
    width: 45vw !important;
}

.w-46
{
    width: 46% !important;
}

.w-46vw
{
    width: 46vw !important;
}

.w-xl-46
{
    width: 46% !important;
}

.w-xl-46vw
{
    width: 46vw !important;
}

.w-47
{
    width: 47% !important;
}

.w-47vw
{
    width: 47vw !important;
}

.w-xl-47
{
    width: 47% !important;
}

.w-xl-47vw
{
    width: 47vw !important;
}

.w-48
{
    width: 48% !important;
}

.w-48vw
{
    width: 48vw !important;
}

.w-xl-48
{
    width: 48% !important;
}

.w-xl-48vw
{
    width: 48vw !important;
}

.w-49
{
    width: 49% !important;
}

.w-49vw
{
    width: 49vw !important;
}

.w-xl-49
{
    width: 49% !important;
}

.w-xl-49vw
{
    width: 49vw !important;
}

.w-50
{
    width: 50% !important;
}

.w-50vw
{
    width: 50vw !important;
}

.w-xl-50
{
    width: 50% !important;
}

.w-xl-50vw
{
    width: 50vw !important;
}

.w-51
{
    width: 51% !important;
}

.w-51vw
{
    width: 51vw !important;
}

.w-xl-51
{
    width: 51% !important;
}

.w-xl-51vw
{
    width: 51vw !important;
}

.w-52
{
    width: 52% !important;
}

.w-52vw
{
    width: 52vw !important;
}

.w-xl-52
{
    width: 52% !important;
}

.w-xl-52vw
{
    width: 52vw !important;
}

.w-53
{
    width: 53% !important;
}

.w-53vw
{
    width: 53vw !important;
}

.w-xl-53
{
    width: 53% !important;
}

.w-xl-53vw
{
    width: 53vw !important;
}

.w-54
{
    width: 54% !important;
}

.w-54vw
{
    width: 54vw !important;
}

.w-xl-54
{
    width: 54% !important;
}

.w-xl-54vw
{
    width: 54vw !important;
}

.w-55
{
    width: 55% !important;
}

.w-55vw
{
    width: 55vw !important;
}

.w-xl-55
{
    width: 55% !important;
}

.w-xl-55vw
{
    width: 55vw !important;
}

.w-56
{
    width: 56% !important;
}

.w-56vw
{
    width: 56vw !important;
}

.w-xl-56
{
    width: 56% !important;
}

.w-xl-56vw
{
    width: 56vw !important;
}

.w-57
{
    width: 57% !important;
}

.w-57vw
{
    width: 57vw !important;
}

.w-xl-57
{
    width: 57% !important;
}

.w-xl-57vw
{
    width: 57vw !important;
}

.w-58
{
    width: 58% !important;
}

.w-58vw
{
    width: 58vw !important;
}

.w-xl-58
{
    width: 58% !important;
}

.w-xl-58vw
{
    width: 58vw !important;
}

.w-59
{
    width: 59% !important;
}

.w-59vw
{
    width: 59vw !important;
}

.w-xl-59
{
    width: 59% !important;
}

.w-xl-59vw
{
    width: 59vw !important;
}

.w-60
{
    width: 60% !important;
}

.w-60vw
{
    width: 60vw !important;
}

.w-xl-60
{
    width: 60% !important;
}

.w-xl-60vw
{
    width: 60vw !important;
}

.w-61
{
    width: 61% !important;
}

.w-61vw
{
    width: 61vw !important;
}

.w-xl-61
{
    width: 61% !important;
}

.w-xl-61vw
{
    width: 61vw !important;
}

.w-62
{
    width: 62% !important;
}

.w-62vw
{
    width: 62vw !important;
}

.w-xl-62
{
    width: 62% !important;
}

.w-xl-62vw
{
    width: 62vw !important;
}

.w-63
{
    width: 63% !important;
}

.w-63vw
{
    width: 63vw !important;
}

.w-xl-63
{
    width: 63% !important;
}

.w-xl-63vw
{
    width: 63vw !important;
}

.w-64
{
    width: 64% !important;
}

.w-64vw
{
    width: 64vw !important;
}

.w-xl-64
{
    width: 64% !important;
}

.w-xl-64vw
{
    width: 64vw !important;
}

.w-65
{
    width: 65% !important;
}

.w-65vw
{
    width: 65vw !important;
}

.w-xl-65
{
    width: 65% !important;
}

.w-xl-65vw
{
    width: 65vw !important;
}

.w-66
{
    width: 66% !important;
}

.w-66vw
{
    width: 66vw !important;
}

.w-xl-66
{
    width: 66% !important;
}

.w-xl-66vw
{
    width: 66vw !important;
}

.w-67
{
    width: 67% !important;
}

.w-67vw
{
    width: 67vw !important;
}

.w-xl-67
{
    width: 67% !important;
}

.w-xl-67vw
{
    width: 67vw !important;
}

.w-68
{
    width: 68% !important;
}

.w-68vw
{
    width: 68vw !important;
}

.w-xl-68
{
    width: 68% !important;
}

.w-xl-68vw
{
    width: 68vw !important;
}

.w-69
{
    width: 69% !important;
}

.w-69vw
{
    width: 69vw !important;
}

.w-xl-69
{
    width: 69% !important;
}

.w-xl-69vw
{
    width: 69vw !important;
}

.w-70
{
    width: 70% !important;
}

.w-70vw
{
    width: 70vw !important;
}

.w-xl-70
{
    width: 70% !important;
}

.w-xl-70vw
{
    width: 70vw !important;
}

.w-71
{
    width: 71% !important;
}

.w-71vw
{
    width: 71vw !important;
}

.w-xl-71
{
    width: 71% !important;
}

.w-xl-71vw
{
    width: 71vw !important;
}

.w-72
{
    width: 72% !important;
}

.w-72vw
{
    width: 72vw !important;
}

.w-xl-72
{
    width: 72% !important;
}

.w-xl-72vw
{
    width: 72vw !important;
}

.w-73
{
    width: 73% !important;
}

.w-73vw
{
    width: 73vw !important;
}

.w-xl-73
{
    width: 73% !important;
}

.w-xl-73vw
{
    width: 73vw !important;
}

.w-74
{
    width: 74% !important;
}

.w-74vw
{
    width: 74vw !important;
}

.w-xl-74
{
    width: 74% !important;
}

.w-xl-74vw
{
    width: 74vw !important;
}

.w-75
{
    width: 75% !important;
}

.w-75vw
{
    width: 75vw !important;
}

.w-xl-75
{
    width: 75% !important;
}

.w-xl-75vw
{
    width: 75vw !important;
}

.w-76
{
    width: 76% !important;
}

.w-76vw
{
    width: 76vw !important;
}

.w-xl-76
{
    width: 76% !important;
}

.w-xl-76vw
{
    width: 76vw !important;
}

.w-77
{
    width: 77% !important;
}

.w-77vw
{
    width: 77vw !important;
}

.w-xl-77
{
    width: 77% !important;
}

.w-xl-77vw
{
    width: 77vw !important;
}

.w-78
{
    width: 78% !important;
}

.w-78vw
{
    width: 78vw !important;
}

.w-xl-78
{
    width: 78% !important;
}

.w-xl-78vw
{
    width: 78vw !important;
}

.w-79
{
    width: 79% !important;
}

.w-79vw
{
    width: 79vw !important;
}

.w-xl-79
{
    width: 79% !important;
}

.w-xl-79vw
{
    width: 79vw !important;
}

.w-80
{
    width: 80% !important;
}

.w-80vw
{
    width: 80vw !important;
}

.w-xl-80
{
    width: 80% !important;
}

.w-xl-80vw
{
    width: 80vw !important;
}

.w-81
{
    width: 81% !important;
}

.w-81vw
{
    width: 81vw !important;
}

.w-xl-81
{
    width: 81% !important;
}

.w-xl-81vw
{
    width: 81vw !important;
}

.w-82
{
    width: 82% !important;
}

.w-82vw
{
    width: 82vw !important;
}

.w-xl-82
{
    width: 82% !important;
}

.w-xl-82vw
{
    width: 82vw !important;
}

.w-83
{
    width: 83% !important;
}

.w-83vw
{
    width: 83vw !important;
}

.w-xl-83
{
    width: 83% !important;
}

.w-xl-83vw
{
    width: 83vw !important;
}

.w-84
{
    width: 84% !important;
}

.w-84vw
{
    width: 84vw !important;
}

.w-xl-84
{
    width: 84% !important;
}

.w-xl-84vw
{
    width: 84vw !important;
}

.w-85
{
    width: 85% !important;
}

.w-85vw
{
    width: 85vw !important;
}

.w-xl-85
{
    width: 85% !important;
}

.w-xl-85vw
{
    width: 85vw !important;
}

.w-86
{
    width: 86% !important;
}

.w-86vw
{
    width: 86vw !important;
}

.w-xl-86
{
    width: 86% !important;
}

.w-xl-86vw
{
    width: 86vw !important;
}

.w-87
{
    width: 87% !important;
}

.w-87vw
{
    width: 87vw !important;
}

.w-xl-87
{
    width: 87% !important;
}

.w-xl-87vw
{
    width: 87vw !important;
}

.w-88
{
    width: 88% !important;
}

.w-88vw
{
    width: 88vw !important;
}

.w-xl-88
{
    width: 88% !important;
}

.w-xl-88vw
{
    width: 88vw !important;
}

.w-89
{
    width: 89% !important;
}

.w-89vw
{
    width: 89vw !important;
}

.w-xl-89
{
    width: 89% !important;
}

.w-xl-89vw
{
    width: 89vw !important;
}

.w-90
{
    width: 90% !important;
}

.w-90vw
{
    width: 90vw !important;
}

.w-xl-90
{
    width: 90% !important;
}

.w-xl-90vw
{
    width: 90vw !important;
}

.w-91
{
    width: 91% !important;
}

.w-91vw
{
    width: 91vw !important;
}

.w-xl-91
{
    width: 91% !important;
}

.w-xl-91vw
{
    width: 91vw !important;
}

.w-92
{
    width: 92% !important;
}

.w-92vw
{
    width: 92vw !important;
}

.w-xl-92
{
    width: 92% !important;
}

.w-xl-92vw
{
    width: 92vw !important;
}

.w-93
{
    width: 93% !important;
}

.w-93vw
{
    width: 93vw !important;
}

.w-xl-93
{
    width: 93% !important;
}

.w-xl-93vw
{
    width: 93vw !important;
}

.w-94
{
    width: 94% !important;
}

.w-94vw
{
    width: 94vw !important;
}

.w-xl-94
{
    width: 94% !important;
}

.w-xl-94vw
{
    width: 94vw !important;
}

.w-95
{
    width: 95% !important;
}

.w-95vw
{
    width: 95vw !important;
}

.w-xl-95
{
    width: 95% !important;
}

.w-xl-95vw
{
    width: 95vw !important;
}

.w-96
{
    width: 96% !important;
}

.w-96vw
{
    width: 96vw !important;
}

.w-xl-96
{
    width: 96% !important;
}

.w-xl-96vw
{
    width: 96vw !important;
}

.w-97
{
    width: 97% !important;
}

.w-97vw
{
    width: 97vw !important;
}

.w-xl-97
{
    width: 97% !important;
}

.w-xl-97vw
{
    width: 97vw !important;
}

.w-98
{
    width: 98% !important;
}

.w-98vw
{
    width: 98vw !important;
}

.w-xl-98
{
    width: 98% !important;
}

.w-xl-98vw
{
    width: 98vw !important;
}

.w-99
{
    width: 99% !important;
}

.w-99vw
{
    width: 99vw !important;
}

.w-xl-99
{
    width: 99% !important;
}

.w-xl-99vw
{
    width: 99vw !important;
}

.w-100
{
    width: 100% !important;
}

.w-100vw
{
    width: 100vw !important;
}

.w-xl-100
{
    width: 100% !important;
}

.w-xl-100vw
{
    width: 100vw !important;
}

.strong1
{
    color: #e60012;
}

.strong2
{
    color: #ce2e2a;
}

.color-strong1
{
    color: #e60012;
}

.color-strong2
{
    color: #ce2e2a;
}

.bg-strong1
{
    color: white;
    background-color: #e60012;
}

.bg-strong2
{
    color: white;
    background-color: #ce2e2a;
}

.bg-light
{
    background-color: #ccc;
}

.bg-lightest
{
    background-color: #eee;
}

.bg-dark
{
    background-color: #333;
}

.bg-white
{
    background-color: white;
}

*.inverse
{
    color: white;
}

.btn-edge
{
    color: #333;
    border-color: #333;
    background-color: #fff;
}

.btn-edge:hover,
.btn-edge:focus,
.btn-edge:active,
.btn-edge.active,
.open .dropdown-toggle.btn-edge
{
    color: #333;
    border-color: #333;
    background-color: #eee;
}

.btn-edge:active,
.btn-edge.active,
.open .dropdown-toggle.btn-edge
{
    background-image: none;
}

.btn-edge.disabled,
.btn-edge[disabled],
fieldset[disabled] .btn-edge,
.btn-edge.disabled:hover,
.btn-edge[disabled]:hover,
fieldset[disabled] .btn-edge:hover,
.btn-edge.disabled:focus,
.btn-edge[disabled]:focus,
fieldset[disabled] .btn-edge:focus,
.btn-edge.disabled:active,
.btn-edge[disabled]:active,
fieldset[disabled] .btn-edge:active,
.btn-edge.disabled.active,
.btn-edge[disabled].active,
fieldset[disabled] .btn-edge.active
{
    border-color: #333;
    background-color: #fff;
}

.btn-edge .badge
{
    color: #fff;
    background-color: #333;
}

.border-conclusion
{
    border: 2px solid #00ad5f;
}

.border-explain
{
    border: 1px solid #aaa;
}

.border-dark
{
    border: 1px solid #333;
}

.border-white
{
    border: 1px solid white;
}

.border-black
{
    border: 1px solid black;
}

.fs-75
{
    font-size: 75%;
}

.fs-90
{
    font-size: 90%;
}

.fs-110
{
    font-size: 110%;
}

.fs-125
{
    font-size: 125%;
}

.fs-bold
{
    font-weight: bold;
}

.fs-1r
{
    font-size: 1rem;
}

.fs-2r
{
    font-size: 2rem;
}

.clickable
{
    cursor: pointer;
}

.fs-0pr
{
    font-size: 0rem;
}

.fs-xl-0pr
{
    font-size: 0rem;
}

.fs-1pr
{
    font-size: .01rem;
}

.fs-xl-1pr
{
    font-size: .01rem;
}

.fs-2pr
{
    font-size: .02rem;
}

.fs-xl-2pr
{
    font-size: .02rem;
}

.fs-3pr
{
    font-size: .03rem;
}

.fs-xl-3pr
{
    font-size: .03rem;
}

.fs-4pr
{
    font-size: .04rem;
}

.fs-xl-4pr
{
    font-size: .04rem;
}

.fs-5pr
{
    font-size: .05rem;
}

.fs-xl-5pr
{
    font-size: .05rem;
}

.fs-6pr
{
    font-size: .06rem;
}

.fs-xl-6pr
{
    font-size: .06rem;
}

.fs-7pr
{
    font-size: .07rem;
}

.fs-xl-7pr
{
    font-size: .07rem;
}

.fs-8pr
{
    font-size: .08rem;
}

.fs-xl-8pr
{
    font-size: .08rem;
}

.fs-9pr
{
    font-size: .09rem;
}

.fs-xl-9pr
{
    font-size: .09rem;
}

.fs-10pr
{
    font-size: .1rem;
}

.fs-xl-10pr
{
    font-size: .1rem;
}

.fs-11pr
{
    font-size: .11rem;
}

.fs-xl-11pr
{
    font-size: .11rem;
}

.fs-12pr
{
    font-size: .12rem;
}

.fs-xl-12pr
{
    font-size: .12rem;
}

.fs-13pr
{
    font-size: .13rem;
}

.fs-xl-13pr
{
    font-size: .13rem;
}

.fs-14pr
{
    font-size: .14rem;
}

.fs-xl-14pr
{
    font-size: .14rem;
}

.fs-15pr
{
    font-size: .15rem;
}

.fs-xl-15pr
{
    font-size: .15rem;
}

.fs-16pr
{
    font-size: .16rem;
}

.fs-xl-16pr
{
    font-size: .16rem;
}

.fs-17pr
{
    font-size: .17rem;
}

.fs-xl-17pr
{
    font-size: .17rem;
}

.fs-18pr
{
    font-size: .18rem;
}

.fs-xl-18pr
{
    font-size: .18rem;
}

.fs-19pr
{
    font-size: .19rem;
}

.fs-xl-19pr
{
    font-size: .19rem;
}

.fs-20pr
{
    font-size: .2rem;
}

.fs-xl-20pr
{
    font-size: .2rem;
}

.fs-21pr
{
    font-size: .21rem;
}

.fs-xl-21pr
{
    font-size: .21rem;
}

.fs-22pr
{
    font-size: .22rem;
}

.fs-xl-22pr
{
    font-size: .22rem;
}

.fs-23pr
{
    font-size: .23rem;
}

.fs-xl-23pr
{
    font-size: .23rem;
}

.fs-24pr
{
    font-size: .24rem;
}

.fs-xl-24pr
{
    font-size: .24rem;
}

.fs-25pr
{
    font-size: .25rem;
}

.fs-xl-25pr
{
    font-size: .25rem;
}

.fs-26pr
{
    font-size: .26rem;
}

.fs-xl-26pr
{
    font-size: .26rem;
}

.fs-27pr
{
    font-size: .27rem;
}

.fs-xl-27pr
{
    font-size: .27rem;
}

.fs-28pr
{
    font-size: .28rem;
}

.fs-xl-28pr
{
    font-size: .28rem;
}

.fs-29pr
{
    font-size: .29rem;
}

.fs-xl-29pr
{
    font-size: .29rem;
}

.fs-30pr
{
    font-size: .3rem;
}

.fs-xl-30pr
{
    font-size: .3rem;
}

.fs-31pr
{
    font-size: .31rem;
}

.fs-xl-31pr
{
    font-size: .31rem;
}

.fs-32pr
{
    font-size: .32rem;
}

.fs-xl-32pr
{
    font-size: .32rem;
}

.fs-33pr
{
    font-size: .33rem;
}

.fs-xl-33pr
{
    font-size: .33rem;
}

.fs-34pr
{
    font-size: .34rem;
}

.fs-xl-34pr
{
    font-size: .34rem;
}

.fs-35pr
{
    font-size: .35rem;
}

.fs-xl-35pr
{
    font-size: .35rem;
}

.fs-36pr
{
    font-size: .36rem;
}

.fs-xl-36pr
{
    font-size: .36rem;
}

.fs-37pr
{
    font-size: .37rem;
}

.fs-xl-37pr
{
    font-size: .37rem;
}

.fs-38pr
{
    font-size: .38rem;
}

.fs-xl-38pr
{
    font-size: .38rem;
}

.fs-39pr
{
    font-size: .39rem;
}

.fs-xl-39pr
{
    font-size: .39rem;
}

.fs-40pr
{
    font-size: .4rem;
}

.fs-xl-40pr
{
    font-size: .4rem;
}

.fs-41pr
{
    font-size: .41rem;
}

.fs-xl-41pr
{
    font-size: .41rem;
}

.fs-42pr
{
    font-size: .42rem;
}

.fs-xl-42pr
{
    font-size: .42rem;
}

.fs-43pr
{
    font-size: .43rem;
}

.fs-xl-43pr
{
    font-size: .43rem;
}

.fs-44pr
{
    font-size: .44rem;
}

.fs-xl-44pr
{
    font-size: .44rem;
}

.fs-45pr
{
    font-size: .45rem;
}

.fs-xl-45pr
{
    font-size: .45rem;
}

.fs-46pr
{
    font-size: .46rem;
}

.fs-xl-46pr
{
    font-size: .46rem;
}

.fs-47pr
{
    font-size: .47rem;
}

.fs-xl-47pr
{
    font-size: .47rem;
}

.fs-48pr
{
    font-size: .48rem;
}

.fs-xl-48pr
{
    font-size: .48rem;
}

.fs-49pr
{
    font-size: .49rem;
}

.fs-xl-49pr
{
    font-size: .49rem;
}

.fs-50pr
{
    font-size: .5rem;
}

.fs-xl-50pr
{
    font-size: .5rem;
}

.fs-51pr
{
    font-size: .51rem;
}

.fs-xl-51pr
{
    font-size: .51rem;
}

.fs-52pr
{
    font-size: .52rem;
}

.fs-xl-52pr
{
    font-size: .52rem;
}

.fs-53pr
{
    font-size: .53rem;
}

.fs-xl-53pr
{
    font-size: .53rem;
}

.fs-54pr
{
    font-size: .54rem;
}

.fs-xl-54pr
{
    font-size: .54rem;
}

.fs-55pr
{
    font-size: .55rem;
}

.fs-xl-55pr
{
    font-size: .55rem;
}

.fs-56pr
{
    font-size: .56rem;
}

.fs-xl-56pr
{
    font-size: .56rem;
}

.fs-57pr
{
    font-size: .57rem;
}

.fs-xl-57pr
{
    font-size: .57rem;
}

.fs-58pr
{
    font-size: .58rem;
}

.fs-xl-58pr
{
    font-size: .58rem;
}

.fs-59pr
{
    font-size: .59rem;
}

.fs-xl-59pr
{
    font-size: .59rem;
}

.fs-60pr
{
    font-size: .6rem;
}

.fs-xl-60pr
{
    font-size: .6rem;
}

.fs-61pr
{
    font-size: .61rem;
}

.fs-xl-61pr
{
    font-size: .61rem;
}

.fs-62pr
{
    font-size: .62rem;
}

.fs-xl-62pr
{
    font-size: .62rem;
}

.fs-63pr
{
    font-size: .63rem;
}

.fs-xl-63pr
{
    font-size: .63rem;
}

.fs-64pr
{
    font-size: .64rem;
}

.fs-xl-64pr
{
    font-size: .64rem;
}

.fs-65pr
{
    font-size: .65rem;
}

.fs-xl-65pr
{
    font-size: .65rem;
}

.fs-66pr
{
    font-size: .66rem;
}

.fs-xl-66pr
{
    font-size: .66rem;
}

.fs-67pr
{
    font-size: .67rem;
}

.fs-xl-67pr
{
    font-size: .67rem;
}

.fs-68pr
{
    font-size: .68rem;
}

.fs-xl-68pr
{
    font-size: .68rem;
}

.fs-69pr
{
    font-size: .69rem;
}

.fs-xl-69pr
{
    font-size: .69rem;
}

.fs-70pr
{
    font-size: .7rem;
}

.fs-xl-70pr
{
    font-size: .7rem;
}

.fs-71pr
{
    font-size: .71rem;
}

.fs-xl-71pr
{
    font-size: .71rem;
}

.fs-72pr
{
    font-size: .72rem;
}

.fs-xl-72pr
{
    font-size: .72rem;
}

.fs-73pr
{
    font-size: .73rem;
}

.fs-xl-73pr
{
    font-size: .73rem;
}

.fs-74pr
{
    font-size: .74rem;
}

.fs-xl-74pr
{
    font-size: .74rem;
}

.fs-75pr
{
    font-size: .75rem;
}

.fs-xl-75pr
{
    font-size: .75rem;
}

.fs-76pr
{
    font-size: .76rem;
}

.fs-xl-76pr
{
    font-size: .76rem;
}

.fs-77pr
{
    font-size: .77rem;
}

.fs-xl-77pr
{
    font-size: .77rem;
}

.fs-78pr
{
    font-size: .78rem;
}

.fs-xl-78pr
{
    font-size: .78rem;
}

.fs-79pr
{
    font-size: .79rem;
}

.fs-xl-79pr
{
    font-size: .79rem;
}

.fs-80pr
{
    font-size: .8rem;
}

.fs-xl-80pr
{
    font-size: .8rem;
}

.fs-81pr
{
    font-size: .81rem;
}

.fs-xl-81pr
{
    font-size: .81rem;
}

.fs-82pr
{
    font-size: .82rem;
}

.fs-xl-82pr
{
    font-size: .82rem;
}

.fs-83pr
{
    font-size: .83rem;
}

.fs-xl-83pr
{
    font-size: .83rem;
}

.fs-84pr
{
    font-size: .84rem;
}

.fs-xl-84pr
{
    font-size: .84rem;
}

.fs-85pr
{
    font-size: .85rem;
}

.fs-xl-85pr
{
    font-size: .85rem;
}

.fs-86pr
{
    font-size: .86rem;
}

.fs-xl-86pr
{
    font-size: .86rem;
}

.fs-87pr
{
    font-size: .87rem;
}

.fs-xl-87pr
{
    font-size: .87rem;
}

.fs-88pr
{
    font-size: .88rem;
}

.fs-xl-88pr
{
    font-size: .88rem;
}

.fs-89pr
{
    font-size: .89rem;
}

.fs-xl-89pr
{
    font-size: .89rem;
}

.fs-90pr
{
    font-size: .9rem;
}

.fs-xl-90pr
{
    font-size: .9rem;
}

.fs-91pr
{
    font-size: .91rem;
}

.fs-xl-91pr
{
    font-size: .91rem;
}

.fs-92pr
{
    font-size: .92rem;
}

.fs-xl-92pr
{
    font-size: .92rem;
}

.fs-93pr
{
    font-size: .93rem;
}

.fs-xl-93pr
{
    font-size: .93rem;
}

.fs-94pr
{
    font-size: .94rem;
}

.fs-xl-94pr
{
    font-size: .94rem;
}

.fs-95pr
{
    font-size: .95rem;
}

.fs-xl-95pr
{
    font-size: .95rem;
}

.fs-96pr
{
    font-size: .96rem;
}

.fs-xl-96pr
{
    font-size: .96rem;
}

.fs-97pr
{
    font-size: .97rem;
}

.fs-xl-97pr
{
    font-size: .97rem;
}

.fs-98pr
{
    font-size: .98rem;
}

.fs-xl-98pr
{
    font-size: .98rem;
}

.fs-99pr
{
    font-size: .99rem;
}

.fs-xl-99pr
{
    font-size: .99rem;
}

.fs-100pr
{
    font-size: 1rem;
}

.fs-xl-100pr
{
    font-size: 1rem;
}

.fs-101pr
{
    font-size: 1.01rem;
}

.fs-xl-101pr
{
    font-size: 1.01rem;
}

.fs-102pr
{
    font-size: 1.02rem;
}

.fs-xl-102pr
{
    font-size: 1.02rem;
}

.fs-103pr
{
    font-size: 1.03rem;
}

.fs-xl-103pr
{
    font-size: 1.03rem;
}

.fs-104pr
{
    font-size: 1.04rem;
}

.fs-xl-104pr
{
    font-size: 1.04rem;
}

.fs-105pr
{
    font-size: 1.05rem;
}

.fs-xl-105pr
{
    font-size: 1.05rem;
}

.fs-106pr
{
    font-size: 1.06rem;
}

.fs-xl-106pr
{
    font-size: 1.06rem;
}

.fs-107pr
{
    font-size: 1.07rem;
}

.fs-xl-107pr
{
    font-size: 1.07rem;
}

.fs-108pr
{
    font-size: 1.08rem;
}

.fs-xl-108pr
{
    font-size: 1.08rem;
}

.fs-109pr
{
    font-size: 1.09rem;
}

.fs-xl-109pr
{
    font-size: 1.09rem;
}

.fs-110pr
{
    font-size: 1.1rem;
}

.fs-xl-110pr
{
    font-size: 1.1rem;
}

.fs-111pr
{
    font-size: 1.11rem;
}

.fs-xl-111pr
{
    font-size: 1.11rem;
}

.fs-112pr
{
    font-size: 1.12rem;
}

.fs-xl-112pr
{
    font-size: 1.12rem;
}

.fs-113pr
{
    font-size: 1.13rem;
}

.fs-xl-113pr
{
    font-size: 1.13rem;
}

.fs-114pr
{
    font-size: 1.14rem;
}

.fs-xl-114pr
{
    font-size: 1.14rem;
}

.fs-115pr
{
    font-size: 1.15rem;
}

.fs-xl-115pr
{
    font-size: 1.15rem;
}

.fs-116pr
{
    font-size: 1.16rem;
}

.fs-xl-116pr
{
    font-size: 1.16rem;
}

.fs-117pr
{
    font-size: 1.17rem;
}

.fs-xl-117pr
{
    font-size: 1.17rem;
}

.fs-118pr
{
    font-size: 1.18rem;
}

.fs-xl-118pr
{
    font-size: 1.18rem;
}

.fs-119pr
{
    font-size: 1.19rem;
}

.fs-xl-119pr
{
    font-size: 1.19rem;
}

.fs-120pr
{
    font-size: 1.2rem;
}

.fs-xl-120pr
{
    font-size: 1.2rem;
}

.fs-121pr
{
    font-size: 1.21rem;
}

.fs-xl-121pr
{
    font-size: 1.21rem;
}

.fs-122pr
{
    font-size: 1.22rem;
}

.fs-xl-122pr
{
    font-size: 1.22rem;
}

.fs-123pr
{
    font-size: 1.23rem;
}

.fs-xl-123pr
{
    font-size: 1.23rem;
}

.fs-124pr
{
    font-size: 1.24rem;
}

.fs-xl-124pr
{
    font-size: 1.24rem;
}

.fs-125pr
{
    font-size: 1.25rem;
}

.fs-xl-125pr
{
    font-size: 1.25rem;
}

.fs-126pr
{
    font-size: 1.26rem;
}

.fs-xl-126pr
{
    font-size: 1.26rem;
}

.fs-127pr
{
    font-size: 1.27rem;
}

.fs-xl-127pr
{
    font-size: 1.27rem;
}

.fs-128pr
{
    font-size: 1.28rem;
}

.fs-xl-128pr
{
    font-size: 1.28rem;
}

.fs-129pr
{
    font-size: 1.29rem;
}

.fs-xl-129pr
{
    font-size: 1.29rem;
}

.fs-130pr
{
    font-size: 1.3rem;
}

.fs-xl-130pr
{
    font-size: 1.3rem;
}

.fs-131pr
{
    font-size: 1.31rem;
}

.fs-xl-131pr
{
    font-size: 1.31rem;
}

.fs-132pr
{
    font-size: 1.32rem;
}

.fs-xl-132pr
{
    font-size: 1.32rem;
}

.fs-133pr
{
    font-size: 1.33rem;
}

.fs-xl-133pr
{
    font-size: 1.33rem;
}

.fs-134pr
{
    font-size: 1.34rem;
}

.fs-xl-134pr
{
    font-size: 1.34rem;
}

.fs-135pr
{
    font-size: 1.35rem;
}

.fs-xl-135pr
{
    font-size: 1.35rem;
}

.fs-136pr
{
    font-size: 1.36rem;
}

.fs-xl-136pr
{
    font-size: 1.36rem;
}

.fs-137pr
{
    font-size: 1.37rem;
}

.fs-xl-137pr
{
    font-size: 1.37rem;
}

.fs-138pr
{
    font-size: 1.38rem;
}

.fs-xl-138pr
{
    font-size: 1.38rem;
}

.fs-139pr
{
    font-size: 1.39rem;
}

.fs-xl-139pr
{
    font-size: 1.39rem;
}

.fs-140pr
{
    font-size: 1.4rem;
}

.fs-xl-140pr
{
    font-size: 1.4rem;
}

.fs-141pr
{
    font-size: 1.41rem;
}

.fs-xl-141pr
{
    font-size: 1.41rem;
}

.fs-142pr
{
    font-size: 1.42rem;
}

.fs-xl-142pr
{
    font-size: 1.42rem;
}

.fs-143pr
{
    font-size: 1.43rem;
}

.fs-xl-143pr
{
    font-size: 1.43rem;
}

.fs-144pr
{
    font-size: 1.44rem;
}

.fs-xl-144pr
{
    font-size: 1.44rem;
}

.fs-145pr
{
    font-size: 1.45rem;
}

.fs-xl-145pr
{
    font-size: 1.45rem;
}

.fs-146pr
{
    font-size: 1.46rem;
}

.fs-xl-146pr
{
    font-size: 1.46rem;
}

.fs-147pr
{
    font-size: 1.47rem;
}

.fs-xl-147pr
{
    font-size: 1.47rem;
}

.fs-148pr
{
    font-size: 1.48rem;
}

.fs-xl-148pr
{
    font-size: 1.48rem;
}

.fs-149pr
{
    font-size: 1.49rem;
}

.fs-xl-149pr
{
    font-size: 1.49rem;
}

.fs-150pr
{
    font-size: 1.5rem;
}

.fs-xl-150pr
{
    font-size: 1.5rem;
}

.fs-151pr
{
    font-size: 1.51rem;
}

.fs-xl-151pr
{
    font-size: 1.51rem;
}

.fs-152pr
{
    font-size: 1.52rem;
}

.fs-xl-152pr
{
    font-size: 1.52rem;
}

.fs-153pr
{
    font-size: 1.53rem;
}

.fs-xl-153pr
{
    font-size: 1.53rem;
}

.fs-154pr
{
    font-size: 1.54rem;
}

.fs-xl-154pr
{
    font-size: 1.54rem;
}

.fs-155pr
{
    font-size: 1.55rem;
}

.fs-xl-155pr
{
    font-size: 1.55rem;
}

.fs-156pr
{
    font-size: 1.56rem;
}

.fs-xl-156pr
{
    font-size: 1.56rem;
}

.fs-157pr
{
    font-size: 1.57rem;
}

.fs-xl-157pr
{
    font-size: 1.57rem;
}

.fs-158pr
{
    font-size: 1.58rem;
}

.fs-xl-158pr
{
    font-size: 1.58rem;
}

.fs-159pr
{
    font-size: 1.59rem;
}

.fs-xl-159pr
{
    font-size: 1.59rem;
}

.fs-160pr
{
    font-size: 1.6rem;
}

.fs-xl-160pr
{
    font-size: 1.6rem;
}

.fs-161pr
{
    font-size: 1.61rem;
}

.fs-xl-161pr
{
    font-size: 1.61rem;
}

.fs-162pr
{
    font-size: 1.62rem;
}

.fs-xl-162pr
{
    font-size: 1.62rem;
}

.fs-163pr
{
    font-size: 1.63rem;
}

.fs-xl-163pr
{
    font-size: 1.63rem;
}

.fs-164pr
{
    font-size: 1.64rem;
}

.fs-xl-164pr
{
    font-size: 1.64rem;
}

.fs-165pr
{
    font-size: 1.65rem;
}

.fs-xl-165pr
{
    font-size: 1.65rem;
}

.fs-166pr
{
    font-size: 1.66rem;
}

.fs-xl-166pr
{
    font-size: 1.66rem;
}

.fs-167pr
{
    font-size: 1.67rem;
}

.fs-xl-167pr
{
    font-size: 1.67rem;
}

.fs-168pr
{
    font-size: 1.68rem;
}

.fs-xl-168pr
{
    font-size: 1.68rem;
}

.fs-169pr
{
    font-size: 1.69rem;
}

.fs-xl-169pr
{
    font-size: 1.69rem;
}

.fs-170pr
{
    font-size: 1.7rem;
}

.fs-xl-170pr
{
    font-size: 1.7rem;
}

.fs-171pr
{
    font-size: 1.71rem;
}

.fs-xl-171pr
{
    font-size: 1.71rem;
}

.fs-172pr
{
    font-size: 1.72rem;
}

.fs-xl-172pr
{
    font-size: 1.72rem;
}

.fs-173pr
{
    font-size: 1.73rem;
}

.fs-xl-173pr
{
    font-size: 1.73rem;
}

.fs-174pr
{
    font-size: 1.74rem;
}

.fs-xl-174pr
{
    font-size: 1.74rem;
}

.fs-175pr
{
    font-size: 1.75rem;
}

.fs-xl-175pr
{
    font-size: 1.75rem;
}

.fs-176pr
{
    font-size: 1.76rem;
}

.fs-xl-176pr
{
    font-size: 1.76rem;
}

.fs-177pr
{
    font-size: 1.77rem;
}

.fs-xl-177pr
{
    font-size: 1.77rem;
}

.fs-178pr
{
    font-size: 1.78rem;
}

.fs-xl-178pr
{
    font-size: 1.78rem;
}

.fs-179pr
{
    font-size: 1.79rem;
}

.fs-xl-179pr
{
    font-size: 1.79rem;
}

.fs-180pr
{
    font-size: 1.8rem;
}

.fs-xl-180pr
{
    font-size: 1.8rem;
}

.fs-181pr
{
    font-size: 1.81rem;
}

.fs-xl-181pr
{
    font-size: 1.81rem;
}

.fs-182pr
{
    font-size: 1.82rem;
}

.fs-xl-182pr
{
    font-size: 1.82rem;
}

.fs-183pr
{
    font-size: 1.83rem;
}

.fs-xl-183pr
{
    font-size: 1.83rem;
}

.fs-184pr
{
    font-size: 1.84rem;
}

.fs-xl-184pr
{
    font-size: 1.84rem;
}

.fs-185pr
{
    font-size: 1.85rem;
}

.fs-xl-185pr
{
    font-size: 1.85rem;
}

.fs-186pr
{
    font-size: 1.86rem;
}

.fs-xl-186pr
{
    font-size: 1.86rem;
}

.fs-187pr
{
    font-size: 1.87rem;
}

.fs-xl-187pr
{
    font-size: 1.87rem;
}

.fs-188pr
{
    font-size: 1.88rem;
}

.fs-xl-188pr
{
    font-size: 1.88rem;
}

.fs-189pr
{
    font-size: 1.89rem;
}

.fs-xl-189pr
{
    font-size: 1.89rem;
}

.fs-190pr
{
    font-size: 1.9rem;
}

.fs-xl-190pr
{
    font-size: 1.9rem;
}

.fs-191pr
{
    font-size: 1.91rem;
}

.fs-xl-191pr
{
    font-size: 1.91rem;
}

.fs-192pr
{
    font-size: 1.92rem;
}

.fs-xl-192pr
{
    font-size: 1.92rem;
}

.fs-193pr
{
    font-size: 1.93rem;
}

.fs-xl-193pr
{
    font-size: 1.93rem;
}

.fs-194pr
{
    font-size: 1.94rem;
}

.fs-xl-194pr
{
    font-size: 1.94rem;
}

.fs-195pr
{
    font-size: 1.95rem;
}

.fs-xl-195pr
{
    font-size: 1.95rem;
}

.fs-196pr
{
    font-size: 1.96rem;
}

.fs-xl-196pr
{
    font-size: 1.96rem;
}

.fs-197pr
{
    font-size: 1.97rem;
}

.fs-xl-197pr
{
    font-size: 1.97rem;
}

.fs-198pr
{
    font-size: 1.98rem;
}

.fs-xl-198pr
{
    font-size: 1.98rem;
}

.fs-199pr
{
    font-size: 1.99rem;
}

.fs-xl-199pr
{
    font-size: 1.99rem;
}

.fs-200pr
{
    font-size: 2rem;
}

.fs-xl-200pr
{
    font-size: 2rem;
}

.fs-201pr
{
    font-size: 2.01rem;
}

.fs-xl-201pr
{
    font-size: 2.01rem;
}

.fs-202pr
{
    font-size: 2.02rem;
}

.fs-xl-202pr
{
    font-size: 2.02rem;
}

.fs-203pr
{
    font-size: 2.03rem;
}

.fs-xl-203pr
{
    font-size: 2.03rem;
}

.fs-204pr
{
    font-size: 2.04rem;
}

.fs-xl-204pr
{
    font-size: 2.04rem;
}

.fs-205pr
{
    font-size: 2.05rem;
}

.fs-xl-205pr
{
    font-size: 2.05rem;
}

.fs-206pr
{
    font-size: 2.06rem;
}

.fs-xl-206pr
{
    font-size: 2.06rem;
}

.fs-207pr
{
    font-size: 2.07rem;
}

.fs-xl-207pr
{
    font-size: 2.07rem;
}

.fs-208pr
{
    font-size: 2.08rem;
}

.fs-xl-208pr
{
    font-size: 2.08rem;
}

.fs-209pr
{
    font-size: 2.09rem;
}

.fs-xl-209pr
{
    font-size: 2.09rem;
}

.fs-210pr
{
    font-size: 2.1rem;
}

.fs-xl-210pr
{
    font-size: 2.1rem;
}

.fs-211pr
{
    font-size: 2.11rem;
}

.fs-xl-211pr
{
    font-size: 2.11rem;
}

.fs-212pr
{
    font-size: 2.12rem;
}

.fs-xl-212pr
{
    font-size: 2.12rem;
}

.fs-213pr
{
    font-size: 2.13rem;
}

.fs-xl-213pr
{
    font-size: 2.13rem;
}

.fs-214pr
{
    font-size: 2.14rem;
}

.fs-xl-214pr
{
    font-size: 2.14rem;
}

.fs-215pr
{
    font-size: 2.15rem;
}

.fs-xl-215pr
{
    font-size: 2.15rem;
}

.fs-216pr
{
    font-size: 2.16rem;
}

.fs-xl-216pr
{
    font-size: 2.16rem;
}

.fs-217pr
{
    font-size: 2.17rem;
}

.fs-xl-217pr
{
    font-size: 2.17rem;
}

.fs-218pr
{
    font-size: 2.18rem;
}

.fs-xl-218pr
{
    font-size: 2.18rem;
}

.fs-219pr
{
    font-size: 2.19rem;
}

.fs-xl-219pr
{
    font-size: 2.19rem;
}

.fs-220pr
{
    font-size: 2.2rem;
}

.fs-xl-220pr
{
    font-size: 2.2rem;
}

.fs-221pr
{
    font-size: 2.21rem;
}

.fs-xl-221pr
{
    font-size: 2.21rem;
}

.fs-222pr
{
    font-size: 2.22rem;
}

.fs-xl-222pr
{
    font-size: 2.22rem;
}

.fs-223pr
{
    font-size: 2.23rem;
}

.fs-xl-223pr
{
    font-size: 2.23rem;
}

.fs-224pr
{
    font-size: 2.24rem;
}

.fs-xl-224pr
{
    font-size: 2.24rem;
}

.fs-225pr
{
    font-size: 2.25rem;
}

.fs-xl-225pr
{
    font-size: 2.25rem;
}

.fs-226pr
{
    font-size: 2.26rem;
}

.fs-xl-226pr
{
    font-size: 2.26rem;
}

.fs-227pr
{
    font-size: 2.27rem;
}

.fs-xl-227pr
{
    font-size: 2.27rem;
}

.fs-228pr
{
    font-size: 2.28rem;
}

.fs-xl-228pr
{
    font-size: 2.28rem;
}

.fs-229pr
{
    font-size: 2.29rem;
}

.fs-xl-229pr
{
    font-size: 2.29rem;
}

.fs-230pr
{
    font-size: 2.3rem;
}

.fs-xl-230pr
{
    font-size: 2.3rem;
}

.fs-231pr
{
    font-size: 2.31rem;
}

.fs-xl-231pr
{
    font-size: 2.31rem;
}

.fs-232pr
{
    font-size: 2.32rem;
}

.fs-xl-232pr
{
    font-size: 2.32rem;
}

.fs-233pr
{
    font-size: 2.33rem;
}

.fs-xl-233pr
{
    font-size: 2.33rem;
}

.fs-234pr
{
    font-size: 2.34rem;
}

.fs-xl-234pr
{
    font-size: 2.34rem;
}

.fs-235pr
{
    font-size: 2.35rem;
}

.fs-xl-235pr
{
    font-size: 2.35rem;
}

.fs-236pr
{
    font-size: 2.36rem;
}

.fs-xl-236pr
{
    font-size: 2.36rem;
}

.fs-237pr
{
    font-size: 2.37rem;
}

.fs-xl-237pr
{
    font-size: 2.37rem;
}

.fs-238pr
{
    font-size: 2.38rem;
}

.fs-xl-238pr
{
    font-size: 2.38rem;
}

.fs-239pr
{
    font-size: 2.39rem;
}

.fs-xl-239pr
{
    font-size: 2.39rem;
}

.fs-240pr
{
    font-size: 2.4rem;
}

.fs-xl-240pr
{
    font-size: 2.4rem;
}

.fs-241pr
{
    font-size: 2.41rem;
}

.fs-xl-241pr
{
    font-size: 2.41rem;
}

.fs-242pr
{
    font-size: 2.42rem;
}

.fs-xl-242pr
{
    font-size: 2.42rem;
}

.fs-243pr
{
    font-size: 2.43rem;
}

.fs-xl-243pr
{
    font-size: 2.43rem;
}

.fs-244pr
{
    font-size: 2.44rem;
}

.fs-xl-244pr
{
    font-size: 2.44rem;
}

.fs-245pr
{
    font-size: 2.45rem;
}

.fs-xl-245pr
{
    font-size: 2.45rem;
}

.fs-246pr
{
    font-size: 2.46rem;
}

.fs-xl-246pr
{
    font-size: 2.46rem;
}

.fs-247pr
{
    font-size: 2.47rem;
}

.fs-xl-247pr
{
    font-size: 2.47rem;
}

.fs-248pr
{
    font-size: 2.48rem;
}

.fs-xl-248pr
{
    font-size: 2.48rem;
}

.fs-249pr
{
    font-size: 2.49rem;
}

.fs-xl-249pr
{
    font-size: 2.49rem;
}

.fs-250pr
{
    font-size: 2.5rem;
}

.fs-xl-250pr
{
    font-size: 2.5rem;
}

.fs-251pr
{
    font-size: 2.51rem;
}

.fs-xl-251pr
{
    font-size: 2.51rem;
}

.fs-252pr
{
    font-size: 2.52rem;
}

.fs-xl-252pr
{
    font-size: 2.52rem;
}

.fs-253pr
{
    font-size: 2.53rem;
}

.fs-xl-253pr
{
    font-size: 2.53rem;
}

.fs-254pr
{
    font-size: 2.54rem;
}

.fs-xl-254pr
{
    font-size: 2.54rem;
}

.fs-255pr
{
    font-size: 2.55rem;
}

.fs-xl-255pr
{
    font-size: 2.55rem;
}

.fs-256pr
{
    font-size: 2.56rem;
}

.fs-xl-256pr
{
    font-size: 2.56rem;
}

.fs-257pr
{
    font-size: 2.57rem;
}

.fs-xl-257pr
{
    font-size: 2.57rem;
}

.fs-258pr
{
    font-size: 2.58rem;
}

.fs-xl-258pr
{
    font-size: 2.58rem;
}

.fs-259pr
{
    font-size: 2.59rem;
}

.fs-xl-259pr
{
    font-size: 2.59rem;
}

.fs-260pr
{
    font-size: 2.6rem;
}

.fs-xl-260pr
{
    font-size: 2.6rem;
}

.fs-261pr
{
    font-size: 2.61rem;
}

.fs-xl-261pr
{
    font-size: 2.61rem;
}

.fs-262pr
{
    font-size: 2.62rem;
}

.fs-xl-262pr
{
    font-size: 2.62rem;
}

.fs-263pr
{
    font-size: 2.63rem;
}

.fs-xl-263pr
{
    font-size: 2.63rem;
}

.fs-264pr
{
    font-size: 2.64rem;
}

.fs-xl-264pr
{
    font-size: 2.64rem;
}

.fs-265pr
{
    font-size: 2.65rem;
}

.fs-xl-265pr
{
    font-size: 2.65rem;
}

.fs-266pr
{
    font-size: 2.66rem;
}

.fs-xl-266pr
{
    font-size: 2.66rem;
}

.fs-267pr
{
    font-size: 2.67rem;
}

.fs-xl-267pr
{
    font-size: 2.67rem;
}

.fs-268pr
{
    font-size: 2.68rem;
}

.fs-xl-268pr
{
    font-size: 2.68rem;
}

.fs-269pr
{
    font-size: 2.69rem;
}

.fs-xl-269pr
{
    font-size: 2.69rem;
}

.fs-270pr
{
    font-size: 2.7rem;
}

.fs-xl-270pr
{
    font-size: 2.7rem;
}

.fs-271pr
{
    font-size: 2.71rem;
}

.fs-xl-271pr
{
    font-size: 2.71rem;
}

.fs-272pr
{
    font-size: 2.72rem;
}

.fs-xl-272pr
{
    font-size: 2.72rem;
}

.fs-273pr
{
    font-size: 2.73rem;
}

.fs-xl-273pr
{
    font-size: 2.73rem;
}

.fs-274pr
{
    font-size: 2.74rem;
}

.fs-xl-274pr
{
    font-size: 2.74rem;
}

.fs-275pr
{
    font-size: 2.75rem;
}

.fs-xl-275pr
{
    font-size: 2.75rem;
}

.fs-276pr
{
    font-size: 2.76rem;
}

.fs-xl-276pr
{
    font-size: 2.76rem;
}

.fs-277pr
{
    font-size: 2.77rem;
}

.fs-xl-277pr
{
    font-size: 2.77rem;
}

.fs-278pr
{
    font-size: 2.78rem;
}

.fs-xl-278pr
{
    font-size: 2.78rem;
}

.fs-279pr
{
    font-size: 2.79rem;
}

.fs-xl-279pr
{
    font-size: 2.79rem;
}

.fs-280pr
{
    font-size: 2.8rem;
}

.fs-xl-280pr
{
    font-size: 2.8rem;
}

.fs-281pr
{
    font-size: 2.81rem;
}

.fs-xl-281pr
{
    font-size: 2.81rem;
}

.fs-282pr
{
    font-size: 2.82rem;
}

.fs-xl-282pr
{
    font-size: 2.82rem;
}

.fs-283pr
{
    font-size: 2.83rem;
}

.fs-xl-283pr
{
    font-size: 2.83rem;
}

.fs-284pr
{
    font-size: 2.84rem;
}

.fs-xl-284pr
{
    font-size: 2.84rem;
}

.fs-285pr
{
    font-size: 2.85rem;
}

.fs-xl-285pr
{
    font-size: 2.85rem;
}

.fs-286pr
{
    font-size: 2.86rem;
}

.fs-xl-286pr
{
    font-size: 2.86rem;
}

.fs-287pr
{
    font-size: 2.87rem;
}

.fs-xl-287pr
{
    font-size: 2.87rem;
}

.fs-288pr
{
    font-size: 2.88rem;
}

.fs-xl-288pr
{
    font-size: 2.88rem;
}

.fs-289pr
{
    font-size: 2.89rem;
}

.fs-xl-289pr
{
    font-size: 2.89rem;
}

.fs-290pr
{
    font-size: 2.9rem;
}

.fs-xl-290pr
{
    font-size: 2.9rem;
}

.fs-291pr
{
    font-size: 2.91rem;
}

.fs-xl-291pr
{
    font-size: 2.91rem;
}

.fs-292pr
{
    font-size: 2.92rem;
}

.fs-xl-292pr
{
    font-size: 2.92rem;
}

.fs-293pr
{
    font-size: 2.93rem;
}

.fs-xl-293pr
{
    font-size: 2.93rem;
}

.fs-294pr
{
    font-size: 2.94rem;
}

.fs-xl-294pr
{
    font-size: 2.94rem;
}

.fs-295pr
{
    font-size: 2.95rem;
}

.fs-xl-295pr
{
    font-size: 2.95rem;
}

.fs-296pr
{
    font-size: 2.96rem;
}

.fs-xl-296pr
{
    font-size: 2.96rem;
}

.fs-297pr
{
    font-size: 2.97rem;
}

.fs-xl-297pr
{
    font-size: 2.97rem;
}

.fs-298pr
{
    font-size: 2.98rem;
}

.fs-xl-298pr
{
    font-size: 2.98rem;
}

.fs-299pr
{
    font-size: 2.99rem;
}

.fs-xl-299pr
{
    font-size: 2.99rem;
}

.fs-300pr
{
    font-size: 3rem;
}

.fs-xl-300pr
{
    font-size: 3rem;
}

.fs-301pr
{
    font-size: 3.01rem;
}

.fs-xl-301pr
{
    font-size: 3.01rem;
}

.fs-302pr
{
    font-size: 3.02rem;
}

.fs-xl-302pr
{
    font-size: 3.02rem;
}

.fs-303pr
{
    font-size: 3.03rem;
}

.fs-xl-303pr
{
    font-size: 3.03rem;
}

.fs-304pr
{
    font-size: 3.04rem;
}

.fs-xl-304pr
{
    font-size: 3.04rem;
}

.fs-305pr
{
    font-size: 3.05rem;
}

.fs-xl-305pr
{
    font-size: 3.05rem;
}

.fs-306pr
{
    font-size: 3.06rem;
}

.fs-xl-306pr
{
    font-size: 3.06rem;
}

.fs-307pr
{
    font-size: 3.07rem;
}

.fs-xl-307pr
{
    font-size: 3.07rem;
}

.fs-308pr
{
    font-size: 3.08rem;
}

.fs-xl-308pr
{
    font-size: 3.08rem;
}

.fs-309pr
{
    font-size: 3.09rem;
}

.fs-xl-309pr
{
    font-size: 3.09rem;
}

.fs-310pr
{
    font-size: 3.1rem;
}

.fs-xl-310pr
{
    font-size: 3.1rem;
}

.fs-311pr
{
    font-size: 3.11rem;
}

.fs-xl-311pr
{
    font-size: 3.11rem;
}

.fs-312pr
{
    font-size: 3.12rem;
}

.fs-xl-312pr
{
    font-size: 3.12rem;
}

.fs-313pr
{
    font-size: 3.13rem;
}

.fs-xl-313pr
{
    font-size: 3.13rem;
}

.fs-314pr
{
    font-size: 3.14rem;
}

.fs-xl-314pr
{
    font-size: 3.14rem;
}

.fs-315pr
{
    font-size: 3.15rem;
}

.fs-xl-315pr
{
    font-size: 3.15rem;
}

.fs-316pr
{
    font-size: 3.16rem;
}

.fs-xl-316pr
{
    font-size: 3.16rem;
}

.fs-317pr
{
    font-size: 3.17rem;
}

.fs-xl-317pr
{
    font-size: 3.17rem;
}

.fs-318pr
{
    font-size: 3.18rem;
}

.fs-xl-318pr
{
    font-size: 3.18rem;
}

.fs-319pr
{
    font-size: 3.19rem;
}

.fs-xl-319pr
{
    font-size: 3.19rem;
}

.fs-320pr
{
    font-size: 3.2rem;
}

.fs-xl-320pr
{
    font-size: 3.2rem;
}

.fs-321pr
{
    font-size: 3.21rem;
}

.fs-xl-321pr
{
    font-size: 3.21rem;
}

.fs-322pr
{
    font-size: 3.22rem;
}

.fs-xl-322pr
{
    font-size: 3.22rem;
}

.fs-323pr
{
    font-size: 3.23rem;
}

.fs-xl-323pr
{
    font-size: 3.23rem;
}

.fs-324pr
{
    font-size: 3.24rem;
}

.fs-xl-324pr
{
    font-size: 3.24rem;
}

.fs-325pr
{
    font-size: 3.25rem;
}

.fs-xl-325pr
{
    font-size: 3.25rem;
}

.fs-326pr
{
    font-size: 3.26rem;
}

.fs-xl-326pr
{
    font-size: 3.26rem;
}

.fs-327pr
{
    font-size: 3.27rem;
}

.fs-xl-327pr
{
    font-size: 3.27rem;
}

.fs-328pr
{
    font-size: 3.28rem;
}

.fs-xl-328pr
{
    font-size: 3.28rem;
}

.fs-329pr
{
    font-size: 3.29rem;
}

.fs-xl-329pr
{
    font-size: 3.29rem;
}

.fs-330pr
{
    font-size: 3.3rem;
}

.fs-xl-330pr
{
    font-size: 3.3rem;
}

.fs-331pr
{
    font-size: 3.31rem;
}

.fs-xl-331pr
{
    font-size: 3.31rem;
}

.fs-332pr
{
    font-size: 3.32rem;
}

.fs-xl-332pr
{
    font-size: 3.32rem;
}

.fs-333pr
{
    font-size: 3.33rem;
}

.fs-xl-333pr
{
    font-size: 3.33rem;
}

.fs-334pr
{
    font-size: 3.34rem;
}

.fs-xl-334pr
{
    font-size: 3.34rem;
}

.fs-335pr
{
    font-size: 3.35rem;
}

.fs-xl-335pr
{
    font-size: 3.35rem;
}

.fs-336pr
{
    font-size: 3.36rem;
}

.fs-xl-336pr
{
    font-size: 3.36rem;
}

.fs-337pr
{
    font-size: 3.37rem;
}

.fs-xl-337pr
{
    font-size: 3.37rem;
}

.fs-338pr
{
    font-size: 3.38rem;
}

.fs-xl-338pr
{
    font-size: 3.38rem;
}

.fs-339pr
{
    font-size: 3.39rem;
}

.fs-xl-339pr
{
    font-size: 3.39rem;
}

.fs-340pr
{
    font-size: 3.4rem;
}

.fs-xl-340pr
{
    font-size: 3.4rem;
}

.fs-341pr
{
    font-size: 3.41rem;
}

.fs-xl-341pr
{
    font-size: 3.41rem;
}

.fs-342pr
{
    font-size: 3.42rem;
}

.fs-xl-342pr
{
    font-size: 3.42rem;
}

.fs-343pr
{
    font-size: 3.43rem;
}

.fs-xl-343pr
{
    font-size: 3.43rem;
}

.fs-344pr
{
    font-size: 3.44rem;
}

.fs-xl-344pr
{
    font-size: 3.44rem;
}

.fs-345pr
{
    font-size: 3.45rem;
}

.fs-xl-345pr
{
    font-size: 3.45rem;
}

.fs-346pr
{
    font-size: 3.46rem;
}

.fs-xl-346pr
{
    font-size: 3.46rem;
}

.fs-347pr
{
    font-size: 3.47rem;
}

.fs-xl-347pr
{
    font-size: 3.47rem;
}

.fs-348pr
{
    font-size: 3.48rem;
}

.fs-xl-348pr
{
    font-size: 3.48rem;
}

.fs-349pr
{
    font-size: 3.49rem;
}

.fs-xl-349pr
{
    font-size: 3.49rem;
}

.fs-350pr
{
    font-size: 3.5rem;
}

.fs-xl-350pr
{
    font-size: 3.5rem;
}

.fs-351pr
{
    font-size: 3.51rem;
}

.fs-xl-351pr
{
    font-size: 3.51rem;
}

.fs-352pr
{
    font-size: 3.52rem;
}

.fs-xl-352pr
{
    font-size: 3.52rem;
}

.fs-353pr
{
    font-size: 3.53rem;
}

.fs-xl-353pr
{
    font-size: 3.53rem;
}

.fs-354pr
{
    font-size: 3.54rem;
}

.fs-xl-354pr
{
    font-size: 3.54rem;
}

.fs-355pr
{
    font-size: 3.55rem;
}

.fs-xl-355pr
{
    font-size: 3.55rem;
}

.fs-356pr
{
    font-size: 3.56rem;
}

.fs-xl-356pr
{
    font-size: 3.56rem;
}

.fs-357pr
{
    font-size: 3.57rem;
}

.fs-xl-357pr
{
    font-size: 3.57rem;
}

.fs-358pr
{
    font-size: 3.58rem;
}

.fs-xl-358pr
{
    font-size: 3.58rem;
}

.fs-359pr
{
    font-size: 3.59rem;
}

.fs-xl-359pr
{
    font-size: 3.59rem;
}

.fs-360pr
{
    font-size: 3.6rem;
}

.fs-xl-360pr
{
    font-size: 3.6rem;
}

.fs-361pr
{
    font-size: 3.61rem;
}

.fs-xl-361pr
{
    font-size: 3.61rem;
}

.fs-362pr
{
    font-size: 3.62rem;
}

.fs-xl-362pr
{
    font-size: 3.62rem;
}

.fs-363pr
{
    font-size: 3.63rem;
}

.fs-xl-363pr
{
    font-size: 3.63rem;
}

.fs-364pr
{
    font-size: 3.64rem;
}

.fs-xl-364pr
{
    font-size: 3.64rem;
}

.fs-365pr
{
    font-size: 3.65rem;
}

.fs-xl-365pr
{
    font-size: 3.65rem;
}

.fs-366pr
{
    font-size: 3.66rem;
}

.fs-xl-366pr
{
    font-size: 3.66rem;
}

.fs-367pr
{
    font-size: 3.67rem;
}

.fs-xl-367pr
{
    font-size: 3.67rem;
}

.fs-368pr
{
    font-size: 3.68rem;
}

.fs-xl-368pr
{
    font-size: 3.68rem;
}

.fs-369pr
{
    font-size: 3.69rem;
}

.fs-xl-369pr
{
    font-size: 3.69rem;
}

.fs-370pr
{
    font-size: 3.7rem;
}

.fs-xl-370pr
{
    font-size: 3.7rem;
}

.fs-371pr
{
    font-size: 3.71rem;
}

.fs-xl-371pr
{
    font-size: 3.71rem;
}

.fs-372pr
{
    font-size: 3.72rem;
}

.fs-xl-372pr
{
    font-size: 3.72rem;
}

.fs-373pr
{
    font-size: 3.73rem;
}

.fs-xl-373pr
{
    font-size: 3.73rem;
}

.fs-374pr
{
    font-size: 3.74rem;
}

.fs-xl-374pr
{
    font-size: 3.74rem;
}

.fs-375pr
{
    font-size: 3.75rem;
}

.fs-xl-375pr
{
    font-size: 3.75rem;
}

.fs-376pr
{
    font-size: 3.76rem;
}

.fs-xl-376pr
{
    font-size: 3.76rem;
}

.fs-377pr
{
    font-size: 3.77rem;
}

.fs-xl-377pr
{
    font-size: 3.77rem;
}

.fs-378pr
{
    font-size: 3.78rem;
}

.fs-xl-378pr
{
    font-size: 3.78rem;
}

.fs-379pr
{
    font-size: 3.79rem;
}

.fs-xl-379pr
{
    font-size: 3.79rem;
}

.fs-380pr
{
    font-size: 3.8rem;
}

.fs-xl-380pr
{
    font-size: 3.8rem;
}

.fs-381pr
{
    font-size: 3.81rem;
}

.fs-xl-381pr
{
    font-size: 3.81rem;
}

.fs-382pr
{
    font-size: 3.82rem;
}

.fs-xl-382pr
{
    font-size: 3.82rem;
}

.fs-383pr
{
    font-size: 3.83rem;
}

.fs-xl-383pr
{
    font-size: 3.83rem;
}

.fs-384pr
{
    font-size: 3.84rem;
}

.fs-xl-384pr
{
    font-size: 3.84rem;
}

.fs-385pr
{
    font-size: 3.85rem;
}

.fs-xl-385pr
{
    font-size: 3.85rem;
}

.fs-386pr
{
    font-size: 3.86rem;
}

.fs-xl-386pr
{
    font-size: 3.86rem;
}

.fs-387pr
{
    font-size: 3.87rem;
}

.fs-xl-387pr
{
    font-size: 3.87rem;
}

.fs-388pr
{
    font-size: 3.88rem;
}

.fs-xl-388pr
{
    font-size: 3.88rem;
}

.fs-389pr
{
    font-size: 3.89rem;
}

.fs-xl-389pr
{
    font-size: 3.89rem;
}

.fs-390pr
{
    font-size: 3.9rem;
}

.fs-xl-390pr
{
    font-size: 3.9rem;
}

.fs-391pr
{
    font-size: 3.91rem;
}

.fs-xl-391pr
{
    font-size: 3.91rem;
}

.fs-392pr
{
    font-size: 3.92rem;
}

.fs-xl-392pr
{
    font-size: 3.92rem;
}

.fs-393pr
{
    font-size: 3.93rem;
}

.fs-xl-393pr
{
    font-size: 3.93rem;
}

.fs-394pr
{
    font-size: 3.94rem;
}

.fs-xl-394pr
{
    font-size: 3.94rem;
}

.fs-395pr
{
    font-size: 3.95rem;
}

.fs-xl-395pr
{
    font-size: 3.95rem;
}

.fs-396pr
{
    font-size: 3.96rem;
}

.fs-xl-396pr
{
    font-size: 3.96rem;
}

.fs-397pr
{
    font-size: 3.97rem;
}

.fs-xl-397pr
{
    font-size: 3.97rem;
}

.fs-398pr
{
    font-size: 3.98rem;
}

.fs-xl-398pr
{
    font-size: 3.98rem;
}

.fs-399pr
{
    font-size: 3.99rem;
}

.fs-xl-399pr
{
    font-size: 3.99rem;
}

.fs-400pr
{
    font-size: 4rem;
}

.fs-xl-400pr
{
    font-size: 4rem;
}

ul.before-red-arrow li:before
{
    font-family: FontAwesome;

    content: '\f105';

    color: red;
}

ul.before-red-arrow li a
{
    font-size: 1rem;
    line-height: 1.8rem;
}

ul.before-red-arrow li a,
ul.before-red-arrow li a:hover,
ul.before-red-arrow li a:visited,
ul.before-red-arrow li a:active,
ul.before-red-arrow li a:link
{
    text-decoration: none;

    color: white;
}

ul.before-red-arrow li a:before
{
    content: ' ';
}

ul.before-white-arrow li:before
{
    font-family: FontAwesome;

    content: '\f105';

    color: white;
}

ul.before-white-arrow li a
{
    font-size: 1rem;
    line-height: 1.8rem;
}

ul.before-white-arrow li a,
ul.before-white-arrow li a:hover,
ul.before-white-arrow li a:visited,
ul.before-white-arrow li a:active,
ul.before-white-arrow li a:link
{
    text-decoration: none;

    color: white;
}

ul.before-white-arrow li a:before
{
    content: ' ';
}

ul.before-circle-arrow li:before
{
    font-family: FontAwesome;

    content: '\f0a9';
}

article.dark-border-decorated,
section.dark-border-decorated,
div.dark-border-decorated,
h1.dark-border-decorated,
h2.dark-border-decorated,
h3.dark-border-decorated,
h4.dark-border-decorated,
h5.dark-border-decorated,
h6.dark-border-decorated,
p.dark-border-decorated,
span.dark-border-decorated
{
    border-top: 1px solid #333;
    border-right: .5rem solid #333;
    border-bottom: 1px solid #333;
    border-left: .5rem solid #333;
}

article.strong1-border-decorated,
section.strong1-border-decorated,
div.strong1-border-decorated,
h1.strong1-border-decorated,
h2.strong1-border-decorated,
h3.strong1-border-decorated,
h4.strong1-border-decorated,
h5.strong1-border-decorated,
h6.strong1-border-decorated,
p.strong1-border-decorated,
span.strong1-border-decorated
{
    border-bottom: 1px solid #e60012;
    border-left: .5rem solid #e60012;
}

table.set-contains thead th
{
    padding-right: 1rem;
    padding-left: 1rem;

    text-align: center;

    border-color: #999;
    background-color: #f0f0f0;
}

table.set-contains tbody th
{
    padding-right: 1rem;
    padding-left: 1rem;

    border-color: #999;
    background-color: #f0f0f0;
}

table.set-contains tbody td
{
    padding-right: 1rem;
    padding-left: 1rem;

    text-align: center;

    border-color: #999;
}

table.set-contains tbody td.type1
{
    border-color: #999;
    background-color: #dbf2f7;
}

table.set-contains tbody td.type2
{
    border-color: #999;
    background-color: #ccecf4;
}

table.set-contains tbody td.type3
{
    border-color: #999;
    background-color: #a1dcea;
}

table.set-contains tbody td.type6
{
    border-color: #999;
    background-color: #7ecfe2;
}

a.ulined:hover
{
    text-decoration: underline !important;
}

table.monochrome thead th
{
    color: white;
    background-color: rgba(51, 51, 51, .8);
}

table.monochrome tbody th
{
    color: black;
    background-color: #ccc;
}

header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-right: 5%;
    padding-bottom: 0;
    padding-left: 5%;

    border-bottom: 1px solid silver;
    background-color: white;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

header .header-logo
{
    width: 8%;
    margin: 0;
    padding: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

header .header-logo h1
{
    width: 100%;
    margin: 0;
    padding: 0;
}

header .header-logo h1 img
{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

header .header-contents
{
    margin: 0;
    padding: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

header .header-contents #header-nav
{
    margin-top: .25rem;
}

header .header-contents #header-nav .hamburger
{
    display: none;
}

header .header-contents #header-nav nav
{
    width: 100%;
}

header .header-contents #header-nav nav ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    width: 100%;
    margin: 0;

    list-style: none;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header .header-contents #header-nav nav ul li
{
    display: block;

    min-width: 10%;
    margin: 0;
    padding-right: .5rem;
    padding-left: .5rem;

    text-align: center;

    border-left: 1px solid #ccc;
}

header .header-contents #header-nav nav ul li a
{
    font-size: 1rem;
    font-weight: bold;
}

header .header-contents #header-nav nav ul li a,
header .header-contents #header-nav nav ul li a:hover,
header .header-contents #header-nav nav ul li a:visited,
header .header-contents #header-nav nav ul li a:active,
header .header-contents #header-nav nav ul li a:link
{
    text-decoration: none;

    color: black;
}

header .header-contents #header-nav nav ul li:last-child
{
    border-right: 1px solid #ccc;
}

header.fixed
{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;

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

footer
{
    margin: 0;
    padding: 0;

    color: white;
    background-color: black;
}

footer .navi-products
{
    width: 100%;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;

    text-align: center;

    background-color: #333;
}

footer .navi-products a,
footer .navi-products a:hover,
footer .navi-products a:visited,
footer .navi-products a:active,
footer .navi-products a:link
{
    text-decoration: none;

    color: white;
}

footer .navi-products .products-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    width: 66.6666%;
    margin: 0 auto;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

footer .navi-products .products-container .products
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 33.33333%;
    padding-right: 1rem;
    padding-left: 1rem;

    color: white;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer .navi-products .products-container .products h3
{
    font-size: 1rem !important;

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

    text-align: left;

    border: 1px solid white;
    border-left: .25rem solid white;
}

footer .navi-products .products-container .products h3 a:hover
{
    text-decoration: underline !important;
}

footer .navi-products .products-container .products h3 a:before
{
    content: ' ';
}

footer .navi-products .products-container .products h4
{
    font-size: .9rem;

    margin-top: 1rem;
    padding-left: 1rem;

    text-align: left;
}

footer .navi-products .products-container .products h4:before
{
    font-family: FontAwesome;

    content: '\f105';

    color: red;
}

footer .navi-products .products-container .products h4:after
{
    content: ' ';
}

footer .navi-products .products-container .products h4 a:hover
{
    text-decoration: underline !important;
}

footer .navi-products .products-container .products h4 a:before
{
    content: ' ';
}

footer .navi-products .products-container .products ul
{
    margin-bottom: 2rem;
    padding-left: 2rem;
}

footer .navi-products .products-container .products ul li
{
    text-align: left;
}

footer .navi-products .products-container .products ul li:before
{
    font-family: FontAwesome;

    content: '\f101';

    color: white;
}

footer .navi-products .products-container .products ul li a
{
    font-size: .8rem;
    line-height: 1.6rem;
}

footer .navi-products .products-container .products ul li a,
footer .navi-products .products-container .products ul li a:hover,
footer .navi-products .products-container .products ul li a:visited,
footer .navi-products .products-container .products ul li a:active,
footer .navi-products .products-container .products ul li a:link
{
    text-decoration: none;

    color: white;
}

footer .navi-products .products-container .products ul li a.inverse,
footer .navi-products .products-container .products ul li a.inverse:hover,
footer .navi-products .products-container .products ul li a.inverse:visited,
footer .navi-products .products-container .products ul li a.inverse:active,
footer .navi-products .products-container .products ul li a.inverse:link
{
    text-decoration: none;

    color: white;
}

footer .navi-products .products-container .products ul li a:hover
{
    text-decoration: underline !important;
}

footer .navi-products .products-container .products ul li a:before
{
    content: ' ';
}

footer .navi-container
{
    width: 90%;
    margin: 0 auto;
    padding-top: 1.0rem;
    padding-right: 1.0rem;
    padding-bottom: 1.0rem;
    padding-left: 1.0rem;
}

footer .navi-container ul.navi
{
    font-size: .8rem;

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

    list-style: none;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .navi-container ul.navi li a,
footer .navi-container ul.navi li a:hover,
footer .navi-container ul.navi li a:visited,
footer .navi-container ul.navi li a:active,
footer .navi-container ul.navi li a:link
{
    text-decoration: none;

    color: white;
}

footer .copyright
{
    font-size: .8rem;

    padding-bottom: 1rem;

    text-align: center;
}

#toggle-products
{
    cursor: pointer;
}

#about-our-products h3
{
    font-size: 1.4rem;
}

#about-our-products h2
{
    font-size: 1.8rem;
}

p
{
    line-height: 1.2rem;

    margin: 0 !important;
    padding: 0 !important;
}

main
{
    width: 100%;
    margin: 0;
    padding: 0;
}

.nr-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.nr-container .nr-section
{
    width: 50%;
    padding-right: 1rem;
}

.nr-container .nr-section .nr-header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

.nr-container .nr-section .nr-header h3
{
    font-size: 1.4rem;
    font-weight: bold;

    width: 50%;
}

.nr-container .nr-section .nr-header .nr-btn
{
    min-width: 5%;

    text-align: center;
}

.nr-container .nr-section .nr-header .nr-btn a
{
    font-size: .5rem;
    font-weight: bold;

    display: inline-block;

    width: 100%;
    padding: .1rem;

    border: 1px solid black;
}

.nr-container .nr-section .nr-header .nr-btn a,
.nr-container .nr-section .nr-header .nr-btn a:hover,
.nr-container .nr-section .nr-header .nr-btn a:visited,
.nr-container .nr-section .nr-header .nr-btn a:active,
.nr-container .nr-section .nr-header .nr-btn a:link
{
    text-decoration: none;

    color: black;
}

.nr-container .nr-section .nr-body .nr-item
{
    margin-bottom: 1rem;
}

.nr-container .nr-section .nr-body .nr-item .nr-date
{
    font-size: .8rem;
}

.nr-container .nr-section .nr-body .nr-item .nr-content
{
    font-size: .8rem;
}

.nr-container .nr-section .nr-body .nr-item .nr-icon-new
{
    font-size: .5rem;
    font-weight: bold;

    margin-left: 1rem;
    padding: .2rem;

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

.nr-container .nr-section .nr-footer
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.categories
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.categories .category
{
    width: 20vw;
    margin-top: .5rem;
    margin-right: 8vw;
    margin-bottom: .5rem;
}

.categories .category h3
{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.0rem;
}

.categories .category ul
{
    list-style: none;
}

.categories .category ul li:before
{
    font-family: FontAwesome;

    content: '\f105&nbsp;';

    color: red;
}

.categories .category ul li a
{
    font-size: 90%;
}

.categories .category ul li a,
.categories .category ul li a:hover,
.categories .category ul li a:visited,
.categories .category ul li a:active,
.categories .category ul li a:link
{
    text-decoration: none;

    color: white;
}

.categories .category ul li a:before
{
    content: ' ';
}

.pickup
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    width: 100%;
    margin: 0;
    padding: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pickup .products
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    width: 50%;
    margin: 0;
    padding: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pickup .products .product
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 50%;
    margin: 0;
    padding: 0;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.pickup .banners
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    width: 50%;
    margin: 0;
    padding: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

*.inverse a,
*.inverse a:hover,
*.inverse a:visited,
*.inverse a:active,
*.inverse a:link
{
    text-decoration: none;

    color: white;
}

a,
a:hover,
a:visited,
a:active,
a:link
{
    text-decoration: none;

    color: black;
}

.border-left-light
{
    border-left: 1px solid #ccc;
}

.border-right-light
{
    border-right: 1px solid #ccc;
}

#news
{
    max-width: 80%;
}

#news .news
{
    padding: 2rem;
}

#news .news h3
{
    font-size: 1.8rem;
}

#news .news .contents a,
#news .news .contents a:hover,
#news .news .contents a:visited,
#news .news .contents a:active,
#news .news .contents a:link
{
    text-decoration: none;

    color: #36f;
}

#news .news .contents a:hover
{
    text-decoration: underline !important;
}

#categories h3
{
    font-size: 1.8rem;
}

.ttl1
{
    position: relative;

    display: inline-block;

    width: auto;
    margin-bottom: 1em;
    padding: .25em 1em;
}

.ttl1:before,
.ttl1:after
{
    position: absolute;
    top: 0;

    display: inline-block;

    width: 8px;
    height: 100%;

    content: '';
}

.ttl1:before
{
    left: 0;

    border-top: solid 1px black;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
}

.ttl1:after
{
    right: 0;

    border-top: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

.ttl2
{
    font-size: 20px;
    font-size: 2rem;

    margin-bottom: 20px;
    padding: .25em 0 .5em .75em;

    border-bottom: 1px solid #ccc;
    border-left: 6px solid #ccc;
}

.ttl3
{
    font-size: 16px;
    font-size: 1.6rem;

    position: relative;

    margin-bottom: 20px;
    padding: .5em 1em .5em 1.5em;

    border: 1px solid #ccc;
}

.ttl3:before
{
    position: absolute;
    top: .5em;
    left: .5em;

    width: 6px;
    height: calc(100% - 1em);

    content: '';

    border-radius: 4px;
    background-color: #333;
}

.ttl4
{
    position: relative;

    margin-bottom: 20px;

    text-align: center;
}

.ttl4:before
{
    position: absolute;
    z-index: 1;
    top: 50%;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background: #ccc;
}

.ttl4 span
{
    position: relative;
    z-index: 2;

    display: inline-block;

    padding: 0 1em;

    background-color: #fff;
}

.ttl5
{
    position: relative;

    margin-bottom: 20px;
    padding: .6em;

    color: #fff;
    background: #0060aa;
}

.ttl5:after
{
    position: absolute;
    top: 100%;
    left: 30px;

    width: 0;
    height: 0;

    content: '';

    border: 15px solid transparent;
    border-top: 15px solid #0060aa;
}

.three-column
{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

span.label
{
    font-size: .75rem;

    padding-right: 1rem;
    padding-left: 1rem;

    border-radius: .25rem;
}

span.label-new-product
{
    color: white;
    background-color: #1f5fe6;
}

span.label-event
{
    color: white;
    background-color: #e65f1f;
}

span.date
{
    font-size: .9rem;

    margin-right: 1rem;
    margin-left: 1rem;

    color: #333;
}

@media (min-width: 576px)
{
    .container
    {
        padding-right: 8px;
        padding-left: 8px;
    }

    .container
    {
        width: 540px;
        max-width: 100%;
    }

    .container-fluid
    {
        padding-right: 8px;
        padding-left: 8px;
    }

    .row
    {
        margin-right: -8px;
        margin-left: -8px;
    }

    .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-13,
    .col-14,
    .col-15,
    .col-16,
    .col-17,
    .col-18,
    .col-19,
    .col-20,
    .col-21,
    .col-22,
    .col-23,
    .col-24,
    .col,
    .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-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24,
    .col-sm,
    .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-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24,
    .col-md,
    .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-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24,
    .col-lg,
    .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-13,
    .col-xl-14,
    .col-xl-15,
    .col-xl-16,
    .col-xl-17,
    .col-xl-18,
    .col-xl-19,
    .col-xl-20,
    .col-xl-21,
    .col-xl-22,
    .col-xl-23,
    .col-xl-24,
    .col-xl
    {
        padding-right: 8px;
        padding-left: 8px;
    }

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

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-sm-auto
    {
        width: auto;

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

    .col-sm-1
    {
        max-width: 4.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    }

    .col-sm-2
    {
        max-width: 8.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    }

    .col-sm-3
    {
        max-width: 12.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    }

    .col-sm-4
    {
        max-width: 16.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    }

    .col-sm-5
    {
        max-width: 20.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    }

    .col-sm-6
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }

    .col-sm-7
    {
        max-width: 29.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    }

    .col-sm-8
    {
        max-width: 33.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    }

    .col-sm-9
    {
        max-width: 37.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    }

    .col-sm-10
    {
        max-width: 41.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    }

    .col-sm-11
    {
        max-width: 45.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    }

    .col-sm-12
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .col-sm-13
    {
        max-width: 54.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    }

    .col-sm-14
    {
        max-width: 58.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    }

    .col-sm-15
    {
        max-width: 62.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    }

    .col-sm-16
    {
        max-width: 66.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    }

    .col-sm-17
    {
        max-width: 70.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    }

    .col-sm-18
    {
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }

    .col-sm-19
    {
        max-width: 79.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    }

    .col-sm-20
    {
        max-width: 83.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    }

    .col-sm-21
    {
        max-width: 87.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    }

    .col-sm-22
    {
        max-width: 91.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    }

    .col-sm-23
    {
        max-width: 95.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    }

    .col-sm-24
    {
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    .pull-sm-0
    {
        right: auto;
    }

    .pull-sm-1
    {
        right: 4.16667%;
    }

    .pull-sm-2
    {
        right: 8.33333%;
    }

    .pull-sm-3
    {
        right: 12.5%;
    }

    .pull-sm-4
    {
        right: 16.66667%;
    }

    .pull-sm-5
    {
        right: 20.83333%;
    }

    .pull-sm-6
    {
        right: 25%;
    }

    .pull-sm-7
    {
        right: 29.16667%;
    }

    .pull-sm-8
    {
        right: 33.33333%;
    }

    .pull-sm-9
    {
        right: 37.5%;
    }

    .pull-sm-10
    {
        right: 41.66667%;
    }

    .pull-sm-11
    {
        right: 45.83333%;
    }

    .pull-sm-12
    {
        right: 50%;
    }

    .pull-sm-13
    {
        right: 54.16667%;
    }

    .pull-sm-14
    {
        right: 58.33333%;
    }

    .pull-sm-15
    {
        right: 62.5%;
    }

    .pull-sm-16
    {
        right: 66.66667%;
    }

    .pull-sm-17
    {
        right: 70.83333%;
    }

    .pull-sm-18
    {
        right: 75%;
    }

    .pull-sm-19
    {
        right: 79.16667%;
    }

    .pull-sm-20
    {
        right: 83.33333%;
    }

    .pull-sm-21
    {
        right: 87.5%;
    }

    .pull-sm-22
    {
        right: 91.66667%;
    }

    .pull-sm-23
    {
        right: 95.83333%;
    }

    .pull-sm-24
    {
        right: 100%;
    }

    .push-sm-0
    {
        left: auto;
    }

    .push-sm-1
    {
        left: 4.16667%;
    }

    .push-sm-2
    {
        left: 8.33333%;
    }

    .push-sm-3
    {
        left: 12.5%;
    }

    .push-sm-4
    {
        left: 16.66667%;
    }

    .push-sm-5
    {
        left: 20.83333%;
    }

    .push-sm-6
    {
        left: 25%;
    }

    .push-sm-7
    {
        left: 29.16667%;
    }

    .push-sm-8
    {
        left: 33.33333%;
    }

    .push-sm-9
    {
        left: 37.5%;
    }

    .push-sm-10
    {
        left: 41.66667%;
    }

    .push-sm-11
    {
        left: 45.83333%;
    }

    .push-sm-12
    {
        left: 50%;
    }

    .push-sm-13
    {
        left: 54.16667%;
    }

    .push-sm-14
    {
        left: 58.33333%;
    }

    .push-sm-15
    {
        left: 62.5%;
    }

    .push-sm-16
    {
        left: 66.66667%;
    }

    .push-sm-17
    {
        left: 70.83333%;
    }

    .push-sm-18
    {
        left: 75%;
    }

    .push-sm-19
    {
        left: 79.16667%;
    }

    .push-sm-20
    {
        left: 83.33333%;
    }

    .push-sm-21
    {
        left: 87.5%;
    }

    .push-sm-22
    {
        left: 91.66667%;
    }

    .push-sm-23
    {
        left: 95.83333%;
    }

    .push-sm-24
    {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-13
    {
        margin-left: 54.16667%;
    }

    .offset-sm-14
    {
        margin-left: 58.33333%;
    }

    .offset-sm-15
    {
        margin-left: 62.5%;
    }

    .offset-sm-16
    {
        margin-left: 66.66667%;
    }

    .offset-sm-17
    {
        margin-left: 70.83333%;
    }

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

    .offset-sm-19
    {
        margin-left: 79.16667%;
    }

    .offset-sm-20
    {
        margin-left: 83.33333%;
    }

    .offset-sm-21
    {
        margin-left: 87.5%;
    }

    .offset-sm-22
    {
        margin-left: 91.66667%;
    }

    .offset-sm-23
    {
        margin-left: 95.83333%;
    }

    .form-inline label
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 0;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .form-group
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

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

        width: auto;

        vertical-align: middle;
    }

    .form-inline .form-control-static
    {
        display: inline-block;
    }

    .form-inline .input-group
    {
        width: auto;
    }

    .form-inline .form-control-label
    {
        margin-bottom: 0;

        vertical-align: middle;
    }

    .form-inline .form-check
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: auto;
        margin-top: 0;
        margin-bottom: 0;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .form-check-label
    {
        padding-left: 0;
    }

    .form-inline .form-check-input
    {
        position: relative;

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

    .form-inline .custom-control
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding-left: 0;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-indicator
    {
        position: static;

        display: inline-block;

        margin-right: .25rem;

        vertical-align: text-bottom;
    }

    .form-inline .has-feedback .form-control-feedback
    {
        top: 0;
    }

    .navbar-toggleable
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable .navbar-nav
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .navbar-toggleable .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable > .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

    .navbar-toggleable .navbar-collapse
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;

        width: 100%;
    }

    .navbar-toggleable .navbar-toggler
    {
        display: none;
    }

    .card-deck
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    }

    .card-deck .card
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .card-deck .card:not(:first-child)
    {
        margin-left: 8px;
    }

    .card-deck .card:not(:last-child)
    {
        margin-right: 8px;
    }

    .card-group
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    }

    .card-group .card
    {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
            flex: 1 0 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
    {
        border-top-right-radius: 0;
    }

    .card-group .card:first-child .card-img-bottom
    {
        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
    {
        border-top-left-radius: 0;
    }

    .card-group .card:last-child .card-img-bottom
    {
        border-bottom-left-radius: 0;
    }

    .card-group .card:not(:first-child):not(:last-child)
    {
        border-radius: 0;
    }

    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom
    {
        border-radius: 0;
    }

    .card-columns
    {
        -webkit-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 1.25rem;
                column-gap: 1.25rem;
    }

    .card-columns .card
    {
        display: inline-block;

        width: 100%;
        margin-bottom: .75rem;
    }

    .jumbotron
    {
        padding: 4rem 2rem;
    }

    .modal-dialog
    {
        max-width: 500px;
        margin: 30px auto;
    }

    .modal-sm
    {
        max-width: 300px;
    }

    .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-cell
    {
        display: table-cell !important;
    }

    .d-sm-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

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

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

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

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

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
    }

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

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
    }

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

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

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

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

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

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

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

    .justify-content-sm-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around
    {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start
    {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end
    {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center
    {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between
    {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around
    {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch
    {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto
    {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-sm-center
    {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline
    {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch
    {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

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

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

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

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

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

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

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

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

    .mx-sm-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-sm-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-sm-1
    {
        margin: .25rem .25rem !important;
    }

    .mt-sm-1
    {
        margin-top: .25rem !important;
    }

    .mr-sm-1
    {
        margin-right: .25rem !important;
    }

    .mb-sm-1
    {
        margin-bottom: .25rem !important;
    }

    .ml-sm-1
    {
        margin-left: .25rem !important;
    }

    .mx-sm-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .my-sm-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .m-sm-2
    {
        margin: .5rem .5rem !important;
    }

    .mt-sm-2
    {
        margin-top: .5rem !important;
    }

    .mr-sm-2
    {
        margin-right: .5rem !important;
    }

    .mb-sm-2
    {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2
    {
        margin-left: .5rem !important;
    }

    .mx-sm-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .my-sm-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .m-sm-3
    {
        margin: 1rem 1rem !important;
    }

    .mt-sm-3
    {
        margin-top: 1rem !important;
    }

    .mr-sm-3
    {
        margin-right: 1rem !important;
    }

    .mb-sm-3
    {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3
    {
        margin-left: 1rem !important;
    }

    .mx-sm-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-sm-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-sm-4
    {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-sm-4
    {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4
    {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4
    {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4
    {
        margin-left: 1.5rem !important;
    }

    .mx-sm-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-sm-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-sm-5
    {
        margin: 3rem 3rem !important;
    }

    .mt-sm-5
    {
        margin-top: 3rem !important;
    }

    .mr-sm-5
    {
        margin-right: 3rem !important;
    }

    .mb-sm-5
    {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5
    {
        margin-left: 3rem !important;
    }

    .mx-sm-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-sm-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-sm-0
    {
        padding: 0 0 !important;
    }

    .pt-sm-0
    {
        padding-top: 0 !important;
    }

    .pr-sm-0
    {
        padding-right: 0 !important;
    }

    .pb-sm-0
    {
        padding-bottom: 0 !important;
    }

    .pl-sm-0
    {
        padding-left: 0 !important;
    }

    .px-sm-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-sm-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-sm-1
    {
        padding: .25rem .25rem !important;
    }

    .pt-sm-1
    {
        padding-top: .25rem !important;
    }

    .pr-sm-1
    {
        padding-right: .25rem !important;
    }

    .pb-sm-1
    {
        padding-bottom: .25rem !important;
    }

    .pl-sm-1
    {
        padding-left: .25rem !important;
    }

    .px-sm-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .py-sm-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .p-sm-2
    {
        padding: .5rem .5rem !important;
    }

    .pt-sm-2
    {
        padding-top: .5rem !important;
    }

    .pr-sm-2
    {
        padding-right: .5rem !important;
    }

    .pb-sm-2
    {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2
    {
        padding-left: .5rem !important;
    }

    .px-sm-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .py-sm-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .p-sm-3
    {
        padding: 1rem 1rem !important;
    }

    .pt-sm-3
    {
        padding-top: 1rem !important;
    }

    .pr-sm-3
    {
        padding-right: 1rem !important;
    }

    .pb-sm-3
    {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3
    {
        padding-left: 1rem !important;
    }

    .px-sm-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-sm-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-sm-4
    {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-sm-4
    {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4
    {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4
    {
        padding-left: 1.5rem !important;
    }

    .px-sm-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-sm-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-sm-5
    {
        padding: 3rem 3rem !important;
    }

    .pt-sm-5
    {
        padding-top: 3rem !important;
    }

    .pr-sm-5
    {
        padding-right: 3rem !important;
    }

    .pb-sm-5
    {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5
    {
        padding-left: 3rem !important;
    }

    .px-sm-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-sm-auto
    {
        margin: auto !important;
    }

    .mt-sm-auto
    {
        margin-top: auto !important;
    }

    .mr-sm-auto
    {
        margin-right: auto !important;
    }

    .mb-sm-auto
    {
        margin-bottom: auto !important;
    }

    .ml-sm-auto
    {
        margin-left: auto !important;
    }

    .mx-sm-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .text-sm-left
    {
        text-align: left !important;
    }

    .text-sm-right
    {
        text-align: right !important;
    }

    .text-sm-center
    {
        text-align: center !important;
    }

    .hidden-sm-up
    {
        display: none !important;
    }
}

@media (min-width: 768px)
{
    .container
    {
        padding-right: 8px;
        padding-left: 8px;
    }

    .container
    {
        width: 720px;
        max-width: 100%;
    }

    .container-fluid
    {
        padding-right: 8px;
        padding-left: 8px;
    }

    .row
    {
        margin-right: -8px;
        margin-left: -8px;
    }

    .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-13,
    .col-14,
    .col-15,
    .col-16,
    .col-17,
    .col-18,
    .col-19,
    .col-20,
    .col-21,
    .col-22,
    .col-23,
    .col-24,
    .col,
    .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-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24,
    .col-sm,
    .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-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24,
    .col-md,
    .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-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24,
    .col-lg,
    .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-13,
    .col-xl-14,
    .col-xl-15,
    .col-xl-16,
    .col-xl-17,
    .col-xl-18,
    .col-xl-19,
    .col-xl-20,
    .col-xl-21,
    .col-xl-22,
    .col-xl-23,
    .col-xl-24,
    .col-xl
    {
        padding-right: 8px;
        padding-left: 8px;
    }

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

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-md-auto
    {
        width: auto;

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

    .col-md-1
    {
        max-width: 4.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    }

    .col-md-2
    {
        max-width: 8.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    }

    .col-md-3
    {
        max-width: 12.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    }

    .col-md-4
    {
        max-width: 16.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    }

    .col-md-5
    {
        max-width: 20.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    }

    .col-md-6
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }

    .col-md-7
    {
        max-width: 29.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    }

    .col-md-8
    {
        max-width: 33.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    }

    .col-md-9
    {
        max-width: 37.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    }

    .col-md-10
    {
        max-width: 41.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    }

    .col-md-11
    {
        max-width: 45.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    }

    .col-md-12
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .col-md-13
    {
        max-width: 54.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    }

    .col-md-14
    {
        max-width: 58.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    }

    .col-md-15
    {
        max-width: 62.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    }

    .col-md-16
    {
        max-width: 66.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    }

    .col-md-17
    {
        max-width: 70.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    }

    .col-md-18
    {
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }

    .col-md-19
    {
        max-width: 79.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    }

    .col-md-20
    {
        max-width: 83.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    }

    .col-md-21
    {
        max-width: 87.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    }

    .col-md-22
    {
        max-width: 91.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    }

    .col-md-23
    {
        max-width: 95.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    }

    .col-md-24
    {
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    .pull-md-0
    {
        right: auto;
    }

    .pull-md-1
    {
        right: 4.16667%;
    }

    .pull-md-2
    {
        right: 8.33333%;
    }

    .pull-md-3
    {
        right: 12.5%;
    }

    .pull-md-4
    {
        right: 16.66667%;
    }

    .pull-md-5
    {
        right: 20.83333%;
    }

    .pull-md-6
    {
        right: 25%;
    }

    .pull-md-7
    {
        right: 29.16667%;
    }

    .pull-md-8
    {
        right: 33.33333%;
    }

    .pull-md-9
    {
        right: 37.5%;
    }

    .pull-md-10
    {
        right: 41.66667%;
    }

    .pull-md-11
    {
        right: 45.83333%;
    }

    .pull-md-12
    {
        right: 50%;
    }

    .pull-md-13
    {
        right: 54.16667%;
    }

    .pull-md-14
    {
        right: 58.33333%;
    }

    .pull-md-15
    {
        right: 62.5%;
    }

    .pull-md-16
    {
        right: 66.66667%;
    }

    .pull-md-17
    {
        right: 70.83333%;
    }

    .pull-md-18
    {
        right: 75%;
    }

    .pull-md-19
    {
        right: 79.16667%;
    }

    .pull-md-20
    {
        right: 83.33333%;
    }

    .pull-md-21
    {
        right: 87.5%;
    }

    .pull-md-22
    {
        right: 91.66667%;
    }

    .pull-md-23
    {
        right: 95.83333%;
    }

    .pull-md-24
    {
        right: 100%;
    }

    .push-md-0
    {
        left: auto;
    }

    .push-md-1
    {
        left: 4.16667%;
    }

    .push-md-2
    {
        left: 8.33333%;
    }

    .push-md-3
    {
        left: 12.5%;
    }

    .push-md-4
    {
        left: 16.66667%;
    }

    .push-md-5
    {
        left: 20.83333%;
    }

    .push-md-6
    {
        left: 25%;
    }

    .push-md-7
    {
        left: 29.16667%;
    }

    .push-md-8
    {
        left: 33.33333%;
    }

    .push-md-9
    {
        left: 37.5%;
    }

    .push-md-10
    {
        left: 41.66667%;
    }

    .push-md-11
    {
        left: 45.83333%;
    }

    .push-md-12
    {
        left: 50%;
    }

    .push-md-13
    {
        left: 54.16667%;
    }

    .push-md-14
    {
        left: 58.33333%;
    }

    .push-md-15
    {
        left: 62.5%;
    }

    .push-md-16
    {
        left: 66.66667%;
    }

    .push-md-17
    {
        left: 70.83333%;
    }

    .push-md-18
    {
        left: 75%;
    }

    .push-md-19
    {
        left: 79.16667%;
    }

    .push-md-20
    {
        left: 83.33333%;
    }

    .push-md-21
    {
        left: 87.5%;
    }

    .push-md-22
    {
        left: 91.66667%;
    }

    .push-md-23
    {
        left: 95.83333%;
    }

    .push-md-24
    {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-13
    {
        margin-left: 54.16667%;
    }

    .offset-md-14
    {
        margin-left: 58.33333%;
    }

    .offset-md-15
    {
        margin-left: 62.5%;
    }

    .offset-md-16
    {
        margin-left: 66.66667%;
    }

    .offset-md-17
    {
        margin-left: 70.83333%;
    }

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

    .offset-md-19
    {
        margin-left: 79.16667%;
    }

    .offset-md-20
    {
        margin-left: 83.33333%;
    }

    .offset-md-21
    {
        margin-left: 87.5%;
    }

    .offset-md-22
    {
        margin-left: 91.66667%;
    }

    .offset-md-23
    {
        margin-left: 95.83333%;
    }

    .navbar-toggleable-sm
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-sm .navbar-nav
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .navbar-toggleable-sm .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable-sm > .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

    .navbar-toggleable-sm .navbar-collapse
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;

        width: 100%;
    }

    .navbar-toggleable-sm .navbar-toggler
    {
        display: none;
    }

    .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-cell
    {
        display: table-cell !important;
    }

    .d-md-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

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

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

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

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

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
    }

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

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
    }

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

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

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

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

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

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

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

    .justify-content-md-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around
    {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start
    {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end
    {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center
    {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between
    {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around
    {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch
    {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto
    {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-md-center
    {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline
    {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch
    {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

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

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

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

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

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

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

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

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

    .mx-md-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-md-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-md-1
    {
        margin: .25rem .25rem !important;
    }

    .mt-md-1
    {
        margin-top: .25rem !important;
    }

    .mr-md-1
    {
        margin-right: .25rem !important;
    }

    .mb-md-1
    {
        margin-bottom: .25rem !important;
    }

    .ml-md-1
    {
        margin-left: .25rem !important;
    }

    .mx-md-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .my-md-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .m-md-2
    {
        margin: .5rem .5rem !important;
    }

    .mt-md-2
    {
        margin-top: .5rem !important;
    }

    .mr-md-2
    {
        margin-right: .5rem !important;
    }

    .mb-md-2
    {
        margin-bottom: .5rem !important;
    }

    .ml-md-2
    {
        margin-left: .5rem !important;
    }

    .mx-md-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .my-md-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .m-md-3
    {
        margin: 1rem 1rem !important;
    }

    .mt-md-3
    {
        margin-top: 1rem !important;
    }

    .mr-md-3
    {
        margin-right: 1rem !important;
    }

    .mb-md-3
    {
        margin-bottom: 1rem !important;
    }

    .ml-md-3
    {
        margin-left: 1rem !important;
    }

    .mx-md-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-md-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-md-4
    {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-md-4
    {
        margin-top: 1.5rem !important;
    }

    .mr-md-4
    {
        margin-right: 1.5rem !important;
    }

    .mb-md-4
    {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4
    {
        margin-left: 1.5rem !important;
    }

    .mx-md-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-md-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-md-5
    {
        margin: 3rem 3rem !important;
    }

    .mt-md-5
    {
        margin-top: 3rem !important;
    }

    .mr-md-5
    {
        margin-right: 3rem !important;
    }

    .mb-md-5
    {
        margin-bottom: 3rem !important;
    }

    .ml-md-5
    {
        margin-left: 3rem !important;
    }

    .mx-md-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-md-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-md-0
    {
        padding: 0 0 !important;
    }

    .pt-md-0
    {
        padding-top: 0 !important;
    }

    .pr-md-0
    {
        padding-right: 0 !important;
    }

    .pb-md-0
    {
        padding-bottom: 0 !important;
    }

    .pl-md-0
    {
        padding-left: 0 !important;
    }

    .px-md-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-md-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-md-1
    {
        padding: .25rem .25rem !important;
    }

    .pt-md-1
    {
        padding-top: .25rem !important;
    }

    .pr-md-1
    {
        padding-right: .25rem !important;
    }

    .pb-md-1
    {
        padding-bottom: .25rem !important;
    }

    .pl-md-1
    {
        padding-left: .25rem !important;
    }

    .px-md-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .py-md-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .p-md-2
    {
        padding: .5rem .5rem !important;
    }

    .pt-md-2
    {
        padding-top: .5rem !important;
    }

    .pr-md-2
    {
        padding-right: .5rem !important;
    }

    .pb-md-2
    {
        padding-bottom: .5rem !important;
    }

    .pl-md-2
    {
        padding-left: .5rem !important;
    }

    .px-md-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .py-md-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .p-md-3
    {
        padding: 1rem 1rem !important;
    }

    .pt-md-3
    {
        padding-top: 1rem !important;
    }

    .pr-md-3
    {
        padding-right: 1rem !important;
    }

    .pb-md-3
    {
        padding-bottom: 1rem !important;
    }

    .pl-md-3
    {
        padding-left: 1rem !important;
    }

    .px-md-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-md-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-md-4
    {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-md-4
    {
        padding-top: 1.5rem !important;
    }

    .pr-md-4
    {
        padding-right: 1.5rem !important;
    }

    .pb-md-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4
    {
        padding-left: 1.5rem !important;
    }

    .px-md-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-md-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-md-5
    {
        padding: 3rem 3rem !important;
    }

    .pt-md-5
    {
        padding-top: 3rem !important;
    }

    .pr-md-5
    {
        padding-right: 3rem !important;
    }

    .pb-md-5
    {
        padding-bottom: 3rem !important;
    }

    .pl-md-5
    {
        padding-left: 3rem !important;
    }

    .px-md-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-md-auto
    {
        margin: auto !important;
    }

    .mt-md-auto
    {
        margin-top: auto !important;
    }

    .mr-md-auto
    {
        margin-right: auto !important;
    }

    .mb-md-auto
    {
        margin-bottom: auto !important;
    }

    .ml-md-auto
    {
        margin-left: auto !important;
    }

    .mx-md-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .text-md-left
    {
        text-align: left !important;
    }

    .text-md-right
    {
        text-align: right !important;
    }

    .text-md-center
    {
        text-align: center !important;
    }

    .hidden-md-up
    {
        display: none !important;
    }
}

@media (min-width: 992px)
{
    .container
    {
        padding-right: 8px;
        padding-left: 8px;
    }

    .container
    {
        width: 960px;
        max-width: 100%;
    }

    .container-fluid
    {
        padding-right: 8px;
        padding-left: 8px;
    }

    .row
    {
        margin-right: -8px;
        margin-left: -8px;
    }

    .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-13,
    .col-14,
    .col-15,
    .col-16,
    .col-17,
    .col-18,
    .col-19,
    .col-20,
    .col-21,
    .col-22,
    .col-23,
    .col-24,
    .col,
    .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-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24,
    .col-sm,
    .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-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24,
    .col-md,
    .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-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24,
    .col-lg,
    .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-13,
    .col-xl-14,
    .col-xl-15,
    .col-xl-16,
    .col-xl-17,
    .col-xl-18,
    .col-xl-19,
    .col-xl-20,
    .col-xl-21,
    .col-xl-22,
    .col-xl-23,
    .col-xl-24,
    .col-xl
    {
        padding-right: 8px;
        padding-left: 8px;
    }

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

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-lg-auto
    {
        width: auto;

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

    .col-lg-1
    {
        max-width: 4.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    }

    .col-lg-2
    {
        max-width: 8.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    }

    .col-lg-3
    {
        max-width: 12.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    }

    .col-lg-4
    {
        max-width: 16.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    }

    .col-lg-5
    {
        max-width: 20.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    }

    .col-lg-6
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }

    .col-lg-7
    {
        max-width: 29.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    }

    .col-lg-8
    {
        max-width: 33.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    }

    .col-lg-9
    {
        max-width: 37.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    }

    .col-lg-10
    {
        max-width: 41.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    }

    .col-lg-11
    {
        max-width: 45.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    }

    .col-lg-12
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .col-lg-13
    {
        max-width: 54.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    }

    .col-lg-14
    {
        max-width: 58.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    }

    .col-lg-15
    {
        max-width: 62.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    }

    .col-lg-16
    {
        max-width: 66.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    }

    .col-lg-17
    {
        max-width: 70.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    }

    .col-lg-18
    {
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }

    .col-lg-19
    {
        max-width: 79.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    }

    .col-lg-20
    {
        max-width: 83.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    }

    .col-lg-21
    {
        max-width: 87.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    }

    .col-lg-22
    {
        max-width: 91.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    }

    .col-lg-23
    {
        max-width: 95.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    }

    .col-lg-24
    {
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    .pull-lg-0
    {
        right: auto;
    }

    .pull-lg-1
    {
        right: 4.16667%;
    }

    .pull-lg-2
    {
        right: 8.33333%;
    }

    .pull-lg-3
    {
        right: 12.5%;
    }

    .pull-lg-4
    {
        right: 16.66667%;
    }

    .pull-lg-5
    {
        right: 20.83333%;
    }

    .pull-lg-6
    {
        right: 25%;
    }

    .pull-lg-7
    {
        right: 29.16667%;
    }

    .pull-lg-8
    {
        right: 33.33333%;
    }

    .pull-lg-9
    {
        right: 37.5%;
    }

    .pull-lg-10
    {
        right: 41.66667%;
    }

    .pull-lg-11
    {
        right: 45.83333%;
    }

    .pull-lg-12
    {
        right: 50%;
    }

    .pull-lg-13
    {
        right: 54.16667%;
    }

    .pull-lg-14
    {
        right: 58.33333%;
    }

    .pull-lg-15
    {
        right: 62.5%;
    }

    .pull-lg-16
    {
        right: 66.66667%;
    }

    .pull-lg-17
    {
        right: 70.83333%;
    }

    .pull-lg-18
    {
        right: 75%;
    }

    .pull-lg-19
    {
        right: 79.16667%;
    }

    .pull-lg-20
    {
        right: 83.33333%;
    }

    .pull-lg-21
    {
        right: 87.5%;
    }

    .pull-lg-22
    {
        right: 91.66667%;
    }

    .pull-lg-23
    {
        right: 95.83333%;
    }

    .pull-lg-24
    {
        right: 100%;
    }

    .push-lg-0
    {
        left: auto;
    }

    .push-lg-1
    {
        left: 4.16667%;
    }

    .push-lg-2
    {
        left: 8.33333%;
    }

    .push-lg-3
    {
        left: 12.5%;
    }

    .push-lg-4
    {
        left: 16.66667%;
    }

    .push-lg-5
    {
        left: 20.83333%;
    }

    .push-lg-6
    {
        left: 25%;
    }

    .push-lg-7
    {
        left: 29.16667%;
    }

    .push-lg-8
    {
        left: 33.33333%;
    }

    .push-lg-9
    {
        left: 37.5%;
    }

    .push-lg-10
    {
        left: 41.66667%;
    }

    .push-lg-11
    {
        left: 45.83333%;
    }

    .push-lg-12
    {
        left: 50%;
    }

    .push-lg-13
    {
        left: 54.16667%;
    }

    .push-lg-14
    {
        left: 58.33333%;
    }

    .push-lg-15
    {
        left: 62.5%;
    }

    .push-lg-16
    {
        left: 66.66667%;
    }

    .push-lg-17
    {
        left: 70.83333%;
    }

    .push-lg-18
    {
        left: 75%;
    }

    .push-lg-19
    {
        left: 79.16667%;
    }

    .push-lg-20
    {
        left: 83.33333%;
    }

    .push-lg-21
    {
        left: 87.5%;
    }

    .push-lg-22
    {
        left: 91.66667%;
    }

    .push-lg-23
    {
        left: 95.83333%;
    }

    .push-lg-24
    {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-13
    {
        margin-left: 54.16667%;
    }

    .offset-lg-14
    {
        margin-left: 58.33333%;
    }

    .offset-lg-15
    {
        margin-left: 62.5%;
    }

    .offset-lg-16
    {
        margin-left: 66.66667%;
    }

    .offset-lg-17
    {
        margin-left: 70.83333%;
    }

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

    .offset-lg-19
    {
        margin-left: 79.16667%;
    }

    .offset-lg-20
    {
        margin-left: 83.33333%;
    }

    .offset-lg-21
    {
        margin-left: 87.5%;
    }

    .offset-lg-22
    {
        margin-left: 91.66667%;
    }

    .offset-lg-23
    {
        margin-left: 95.83333%;
    }

    .navbar-toggleable-md
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-md .navbar-nav
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .navbar-toggleable-md .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable-md > .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

    .navbar-toggleable-md .navbar-collapse
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;

        width: 100%;
    }

    .navbar-toggleable-md .navbar-toggler
    {
        display: none;
    }

    .modal-lg
    {
        max-width: 800px;
    }

    .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-cell
    {
        display: table-cell !important;
    }

    .d-lg-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

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

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

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

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

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
    }

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

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
    }

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

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

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

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

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

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

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

    .justify-content-lg-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around
    {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start
    {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end
    {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center
    {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between
    {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around
    {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch
    {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto
    {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-lg-center
    {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline
    {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch
    {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

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

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

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

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

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

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

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

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

    .mx-lg-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-lg-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-lg-1
    {
        margin: .25rem .25rem !important;
    }

    .mt-lg-1
    {
        margin-top: .25rem !important;
    }

    .mr-lg-1
    {
        margin-right: .25rem !important;
    }

    .mb-lg-1
    {
        margin-bottom: .25rem !important;
    }

    .ml-lg-1
    {
        margin-left: .25rem !important;
    }

    .mx-lg-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .my-lg-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .m-lg-2
    {
        margin: .5rem .5rem !important;
    }

    .mt-lg-2
    {
        margin-top: .5rem !important;
    }

    .mr-lg-2
    {
        margin-right: .5rem !important;
    }

    .mb-lg-2
    {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2
    {
        margin-left: .5rem !important;
    }

    .mx-lg-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .my-lg-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .m-lg-3
    {
        margin: 1rem 1rem !important;
    }

    .mt-lg-3
    {
        margin-top: 1rem !important;
    }

    .mr-lg-3
    {
        margin-right: 1rem !important;
    }

    .mb-lg-3
    {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3
    {
        margin-left: 1rem !important;
    }

    .mx-lg-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-lg-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-lg-4
    {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-lg-4
    {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4
    {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4
    {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4
    {
        margin-left: 1.5rem !important;
    }

    .mx-lg-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-lg-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-lg-5
    {
        margin: 3rem 3rem !important;
    }

    .mt-lg-5
    {
        margin-top: 3rem !important;
    }

    .mr-lg-5
    {
        margin-right: 3rem !important;
    }

    .mb-lg-5
    {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5
    {
        margin-left: 3rem !important;
    }

    .mx-lg-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-lg-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-lg-0
    {
        padding: 0 0 !important;
    }

    .pt-lg-0
    {
        padding-top: 0 !important;
    }

    .pr-lg-0
    {
        padding-right: 0 !important;
    }

    .pb-lg-0
    {
        padding-bottom: 0 !important;
    }

    .pl-lg-0
    {
        padding-left: 0 !important;
    }

    .px-lg-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-lg-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-lg-1
    {
        padding: .25rem .25rem !important;
    }

    .pt-lg-1
    {
        padding-top: .25rem !important;
    }

    .pr-lg-1
    {
        padding-right: .25rem !important;
    }

    .pb-lg-1
    {
        padding-bottom: .25rem !important;
    }

    .pl-lg-1
    {
        padding-left: .25rem !important;
    }

    .px-lg-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .py-lg-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .p-lg-2
    {
        padding: .5rem .5rem !important;
    }

    .pt-lg-2
    {
        padding-top: .5rem !important;
    }

    .pr-lg-2
    {
        padding-right: .5rem !important;
    }

    .pb-lg-2
    {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2
    {
        padding-left: .5rem !important;
    }

    .px-lg-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .py-lg-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .p-lg-3
    {
        padding: 1rem 1rem !important;
    }

    .pt-lg-3
    {
        padding-top: 1rem !important;
    }

    .pr-lg-3
    {
        padding-right: 1rem !important;
    }

    .pb-lg-3
    {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3
    {
        padding-left: 1rem !important;
    }

    .px-lg-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-lg-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-lg-4
    {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-lg-4
    {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4
    {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4
    {
        padding-left: 1.5rem !important;
    }

    .px-lg-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-lg-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-lg-5
    {
        padding: 3rem 3rem !important;
    }

    .pt-lg-5
    {
        padding-top: 3rem !important;
    }

    .pr-lg-5
    {
        padding-right: 3rem !important;
    }

    .pb-lg-5
    {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5
    {
        padding-left: 3rem !important;
    }

    .px-lg-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-lg-auto
    {
        margin: auto !important;
    }

    .mt-lg-auto
    {
        margin-top: auto !important;
    }

    .mr-lg-auto
    {
        margin-right: auto !important;
    }

    .mb-lg-auto
    {
        margin-bottom: auto !important;
    }

    .ml-lg-auto
    {
        margin-left: auto !important;
    }

    .mx-lg-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .text-lg-left
    {
        text-align: left !important;
    }

    .text-lg-right
    {
        text-align: right !important;
    }

    .text-lg-center
    {
        text-align: center !important;
    }

    .hidden-lg-up
    {
        display: none !important;
    }
}

@media (min-width: 1200px)
{
    .container
    {
        padding-right: 8px;
        padding-left: 8px;
    }

    .container
    {
        width: 1140px;
        max-width: 100%;
    }

    .container-fluid
    {
        padding-right: 8px;
        padding-left: 8px;
    }

    .row
    {
        margin-right: -8px;
        margin-left: -8px;
    }

    .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-13,
    .col-14,
    .col-15,
    .col-16,
    .col-17,
    .col-18,
    .col-19,
    .col-20,
    .col-21,
    .col-22,
    .col-23,
    .col-24,
    .col,
    .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-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24,
    .col-sm,
    .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-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24,
    .col-md,
    .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-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24,
    .col-lg,
    .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-13,
    .col-xl-14,
    .col-xl-15,
    .col-xl-16,
    .col-xl-17,
    .col-xl-18,
    .col-xl-19,
    .col-xl-20,
    .col-xl-21,
    .col-xl-22,
    .col-xl-23,
    .col-xl-24,
    .col-xl
    {
        padding-right: 8px;
        padding-left: 8px;
    }

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

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-xl-auto
    {
        width: auto;

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

    .col-xl-1
    {
        max-width: 4.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    }

    .col-xl-2
    {
        max-width: 8.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    }

    .col-xl-3
    {
        max-width: 12.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    }

    .col-xl-4
    {
        max-width: 16.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    }

    .col-xl-5
    {
        max-width: 20.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    }

    .col-xl-6
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }

    .col-xl-7
    {
        max-width: 29.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    }

    .col-xl-8
    {
        max-width: 33.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    }

    .col-xl-9
    {
        max-width: 37.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    }

    .col-xl-10
    {
        max-width: 41.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    }

    .col-xl-11
    {
        max-width: 45.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    }

    .col-xl-12
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .col-xl-13
    {
        max-width: 54.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    }

    .col-xl-14
    {
        max-width: 58.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    }

    .col-xl-15
    {
        max-width: 62.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    }

    .col-xl-16
    {
        max-width: 66.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    }

    .col-xl-17
    {
        max-width: 70.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    }

    .col-xl-18
    {
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }

    .col-xl-19
    {
        max-width: 79.16667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    }

    .col-xl-20
    {
        max-width: 83.33333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    }

    .col-xl-21
    {
        max-width: 87.5%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    }

    .col-xl-22
    {
        max-width: 91.66667%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    }

    .col-xl-23
    {
        max-width: 95.83333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    }

    .col-xl-24
    {
        max-width: 100%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    .pull-xl-0
    {
        right: auto;
    }

    .pull-xl-1
    {
        right: 4.16667%;
    }

    .pull-xl-2
    {
        right: 8.33333%;
    }

    .pull-xl-3
    {
        right: 12.5%;
    }

    .pull-xl-4
    {
        right: 16.66667%;
    }

    .pull-xl-5
    {
        right: 20.83333%;
    }

    .pull-xl-6
    {
        right: 25%;
    }

    .pull-xl-7
    {
        right: 29.16667%;
    }

    .pull-xl-8
    {
        right: 33.33333%;
    }

    .pull-xl-9
    {
        right: 37.5%;
    }

    .pull-xl-10
    {
        right: 41.66667%;
    }

    .pull-xl-11
    {
        right: 45.83333%;
    }

    .pull-xl-12
    {
        right: 50%;
    }

    .pull-xl-13
    {
        right: 54.16667%;
    }

    .pull-xl-14
    {
        right: 58.33333%;
    }

    .pull-xl-15
    {
        right: 62.5%;
    }

    .pull-xl-16
    {
        right: 66.66667%;
    }

    .pull-xl-17
    {
        right: 70.83333%;
    }

    .pull-xl-18
    {
        right: 75%;
    }

    .pull-xl-19
    {
        right: 79.16667%;
    }

    .pull-xl-20
    {
        right: 83.33333%;
    }

    .pull-xl-21
    {
        right: 87.5%;
    }

    .pull-xl-22
    {
        right: 91.66667%;
    }

    .pull-xl-23
    {
        right: 95.83333%;
    }

    .pull-xl-24
    {
        right: 100%;
    }

    .push-xl-0
    {
        left: auto;
    }

    .push-xl-1
    {
        left: 4.16667%;
    }

    .push-xl-2
    {
        left: 8.33333%;
    }

    .push-xl-3
    {
        left: 12.5%;
    }

    .push-xl-4
    {
        left: 16.66667%;
    }

    .push-xl-5
    {
        left: 20.83333%;
    }

    .push-xl-6
    {
        left: 25%;
    }

    .push-xl-7
    {
        left: 29.16667%;
    }

    .push-xl-8
    {
        left: 33.33333%;
    }

    .push-xl-9
    {
        left: 37.5%;
    }

    .push-xl-10
    {
        left: 41.66667%;
    }

    .push-xl-11
    {
        left: 45.83333%;
    }

    .push-xl-12
    {
        left: 50%;
    }

    .push-xl-13
    {
        left: 54.16667%;
    }

    .push-xl-14
    {
        left: 58.33333%;
    }

    .push-xl-15
    {
        left: 62.5%;
    }

    .push-xl-16
    {
        left: 66.66667%;
    }

    .push-xl-17
    {
        left: 70.83333%;
    }

    .push-xl-18
    {
        left: 75%;
    }

    .push-xl-19
    {
        left: 79.16667%;
    }

    .push-xl-20
    {
        left: 83.33333%;
    }

    .push-xl-21
    {
        left: 87.5%;
    }

    .push-xl-22
    {
        left: 91.66667%;
    }

    .push-xl-23
    {
        left: 95.83333%;
    }

    .push-xl-24
    {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-13
    {
        margin-left: 54.16667%;
    }

    .offset-xl-14
    {
        margin-left: 58.33333%;
    }

    .offset-xl-15
    {
        margin-left: 62.5%;
    }

    .offset-xl-16
    {
        margin-left: 66.66667%;
    }

    .offset-xl-17
    {
        margin-left: 70.83333%;
    }

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

    .offset-xl-19
    {
        margin-left: 79.16667%;
    }

    .offset-xl-20
    {
        margin-left: 83.33333%;
    }

    .offset-xl-21
    {
        margin-left: 87.5%;
    }

    .offset-xl-22
    {
        margin-left: 91.66667%;
    }

    .offset-xl-23
    {
        margin-left: 95.83333%;
    }

    .navbar-toggleable-lg
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-lg .navbar-nav
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .navbar-toggleable-lg .navbar-nav .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable-lg > .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

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

    .navbar-toggleable-lg .navbar-collapse
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;

        width: 100%;
    }

    .navbar-toggleable-lg .navbar-toggler
    {
        display: none;
    }

    .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-cell
    {
        display: table-cell !important;
    }

    .d-xl-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

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

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

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

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

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
    }

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

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
    }

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

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

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

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

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

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

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

    .justify-content-xl-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around
    {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start
    {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end
    {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center
    {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between
    {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around
    {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch
    {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto
    {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-xl-center
    {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline
    {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch
    {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

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

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

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

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

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

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

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

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

    .mx-xl-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-xl-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-xl-1
    {
        margin: .25rem .25rem !important;
    }

    .mt-xl-1
    {
        margin-top: .25rem !important;
    }

    .mr-xl-1
    {
        margin-right: .25rem !important;
    }

    .mb-xl-1
    {
        margin-bottom: .25rem !important;
    }

    .ml-xl-1
    {
        margin-left: .25rem !important;
    }

    .mx-xl-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .my-xl-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .m-xl-2
    {
        margin: .5rem .5rem !important;
    }

    .mt-xl-2
    {
        margin-top: .5rem !important;
    }

    .mr-xl-2
    {
        margin-right: .5rem !important;
    }

    .mb-xl-2
    {
        margin-bottom: .5rem !important;
    }

    .ml-xl-2
    {
        margin-left: .5rem !important;
    }

    .mx-xl-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .my-xl-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .m-xl-3
    {
        margin: 1rem 1rem !important;
    }

    .mt-xl-3
    {
        margin-top: 1rem !important;
    }

    .mr-xl-3
    {
        margin-right: 1rem !important;
    }

    .mb-xl-3
    {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3
    {
        margin-left: 1rem !important;
    }

    .mx-xl-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-xl-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-xl-4
    {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-xl-4
    {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4
    {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4
    {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4
    {
        margin-left: 1.5rem !important;
    }

    .mx-xl-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-xl-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-xl-5
    {
        margin: 3rem 3rem !important;
    }

    .mt-xl-5
    {
        margin-top: 3rem !important;
    }

    .mr-xl-5
    {
        margin-right: 3rem !important;
    }

    .mb-xl-5
    {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5
    {
        margin-left: 3rem !important;
    }

    .mx-xl-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-xl-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-xl-0
    {
        padding: 0 0 !important;
    }

    .pt-xl-0
    {
        padding-top: 0 !important;
    }

    .pr-xl-0
    {
        padding-right: 0 !important;
    }

    .pb-xl-0
    {
        padding-bottom: 0 !important;
    }

    .pl-xl-0
    {
        padding-left: 0 !important;
    }

    .px-xl-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-xl-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-xl-1
    {
        padding: .25rem .25rem !important;
    }

    .pt-xl-1
    {
        padding-top: .25rem !important;
    }

    .pr-xl-1
    {
        padding-right: .25rem !important;
    }

    .pb-xl-1
    {
        padding-bottom: .25rem !important;
    }

    .pl-xl-1
    {
        padding-left: .25rem !important;
    }

    .px-xl-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .py-xl-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .p-xl-2
    {
        padding: .5rem .5rem !important;
    }

    .pt-xl-2
    {
        padding-top: .5rem !important;
    }

    .pr-xl-2
    {
        padding-right: .5rem !important;
    }

    .pb-xl-2
    {
        padding-bottom: .5rem !important;
    }

    .pl-xl-2
    {
        padding-left: .5rem !important;
    }

    .px-xl-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .py-xl-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .p-xl-3
    {
        padding: 1rem 1rem !important;
    }

    .pt-xl-3
    {
        padding-top: 1rem !important;
    }

    .pr-xl-3
    {
        padding-right: 1rem !important;
    }

    .pb-xl-3
    {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3
    {
        padding-left: 1rem !important;
    }

    .px-xl-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-xl-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-xl-4
    {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-xl-4
    {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4
    {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4
    {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4
    {
        padding-left: 1.5rem !important;
    }

    .px-xl-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-xl-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-xl-5
    {
        padding: 3rem 3rem !important;
    }

    .pt-xl-5
    {
        padding-top: 3rem !important;
    }

    .pr-xl-5
    {
        padding-right: 3rem !important;
    }

    .pb-xl-5
    {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5
    {
        padding-left: 3rem !important;
    }

    .px-xl-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-xl-auto
    {
        margin: auto !important;
    }

    .mt-xl-auto
    {
        margin-top: auto !important;
    }

    .mr-xl-auto
    {
        margin-right: auto !important;
    }

    .mb-xl-auto
    {
        margin-bottom: auto !important;
    }

    .ml-xl-auto
    {
        margin-left: auto !important;
    }

    .mx-xl-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .text-xl-left
    {
        text-align: left !important;
    }

    .text-xl-right
    {
        text-align: right !important;
    }

    .text-xl-center
    {
        text-align: center !important;
    }

    .hidden-xl-up
    {
        display: none !important;
    }
}

@media (max-width: 1199px)
{
    .navbar-toggleable-lg .navbar-nav .dropdown-menu
    {
        position: static;

        float: none;
    }

    .navbar-toggleable-lg > .container
    {
        padding-right: 0;
        padding-left: 0;
    }

    .hidden-lg-down
    {
        display: none !important;
    }

    .m-lg-1r
    {
        margin: 1rem !important;
    }

    .mt-lg-1r
    {
        margin-top: 1rem !important;
    }

    .mb-lg-1r
    {
        margin-bottom: 1rem !important;
    }

    .mr-lg-1r
    {
        margin-right: 1rem !important;
    }

    .ml-lg-1r
    {
        margin-left: 1rem !important;
    }

    .mx-lg-1r
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-lg-1r
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .p-lg-1r
    {
        padding: 1rem !important;
    }

    .pt-lg-1r
    {
        padding-top: 1rem !important;
    }

    .pb-lg-1r
    {
        padding-bottom: 1rem !important;
    }

    .pr-lg-1r
    {
        padding-right: 1rem !important;
    }

    .pl-lg-1r
    {
        padding-left: 1rem !important;
    }

    .px-lg-1r
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-lg-1r
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .m-lg-2r
    {
        margin: 2rem !important;
    }

    .mt-lg-2r
    {
        margin-top: 2rem !important;
    }

    .mb-lg-2r
    {
        margin-bottom: 2rem !important;
    }

    .mr-lg-2r
    {
        margin-right: 2rem !important;
    }

    .ml-lg-2r
    {
        margin-left: 2rem !important;
    }

    .mx-lg-2r
    {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .my-lg-2r
    {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .p-lg-2r
    {
        padding: 2rem !important;
    }

    .pt-lg-2r
    {
        padding-top: 2rem !important;
    }

    .pb-lg-2r
    {
        padding-bottom: 2rem !important;
    }

    .pr-lg-2r
    {
        padding-right: 2rem !important;
    }

    .pl-lg-2r
    {
        padding-left: 2rem !important;
    }

    .px-lg-2r
    {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .py-lg-2r
    {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .m-lg-3r
    {
        margin: 3rem !important;
    }

    .mt-lg-3r
    {
        margin-top: 3rem !important;
    }

    .mb-lg-3r
    {
        margin-bottom: 3rem !important;
    }

    .mr-lg-3r
    {
        margin-right: 3rem !important;
    }

    .ml-lg-3r
    {
        margin-left: 3rem !important;
    }

    .mx-lg-3r
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-lg-3r
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-lg-3r
    {
        padding: 3rem !important;
    }

    .pt-lg-3r
    {
        padding-top: 3rem !important;
    }

    .pb-lg-3r
    {
        padding-bottom: 3rem !important;
    }

    .pr-lg-3r
    {
        padding-right: 3rem !important;
    }

    .pl-lg-3r
    {
        padding-left: 3rem !important;
    }

    .px-lg-3r
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-3r
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-lg-4r
    {
        margin: 4rem !important;
    }

    .mt-lg-4r
    {
        margin-top: 4rem !important;
    }

    .mb-lg-4r
    {
        margin-bottom: 4rem !important;
    }

    .mr-lg-4r
    {
        margin-right: 4rem !important;
    }

    .ml-lg-4r
    {
        margin-left: 4rem !important;
    }

    .mx-lg-4r
    {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .my-lg-4r
    {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .p-lg-4r
    {
        padding: 4rem !important;
    }

    .pt-lg-4r
    {
        padding-top: 4rem !important;
    }

    .pb-lg-4r
    {
        padding-bottom: 4rem !important;
    }

    .pr-lg-4r
    {
        padding-right: 4rem !important;
    }

    .pl-lg-4r
    {
        padding-left: 4rem !important;
    }

    .px-lg-4r
    {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .py-lg-4r
    {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .m-lg-5r
    {
        margin: 5rem !important;
    }

    .mt-lg-5r
    {
        margin-top: 5rem !important;
    }

    .mb-lg-5r
    {
        margin-bottom: 5rem !important;
    }

    .mr-lg-5r
    {
        margin-right: 5rem !important;
    }

    .ml-lg-5r
    {
        margin-left: 5rem !important;
    }

    .mx-lg-5r
    {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .my-lg-5r
    {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .p-lg-5r
    {
        padding: 5rem !important;
    }

    .pt-lg-5r
    {
        padding-top: 5rem !important;
    }

    .pb-lg-5r
    {
        padding-bottom: 5rem !important;
    }

    .pr-lg-5r
    {
        padding-right: 5rem !important;
    }

    .pl-lg-5r
    {
        padding-left: 5rem !important;
    }

    .px-lg-5r
    {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-lg-5r
    {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .m-lg-6r
    {
        margin: 6rem !important;
    }

    .mt-lg-6r
    {
        margin-top: 6rem !important;
    }

    .mb-lg-6r
    {
        margin-bottom: 6rem !important;
    }

    .mr-lg-6r
    {
        margin-right: 6rem !important;
    }

    .ml-lg-6r
    {
        margin-left: 6rem !important;
    }

    .mx-lg-6r
    {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .my-lg-6r
    {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .p-lg-6r
    {
        padding: 6rem !important;
    }

    .pt-lg-6r
    {
        padding-top: 6rem !important;
    }

    .pb-lg-6r
    {
        padding-bottom: 6rem !important;
    }

    .pr-lg-6r
    {
        padding-right: 6rem !important;
    }

    .pl-lg-6r
    {
        padding-left: 6rem !important;
    }

    .px-lg-6r
    {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .py-lg-6r
    {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .m-lg-7r
    {
        margin: 7rem !important;
    }

    .mt-lg-7r
    {
        margin-top: 7rem !important;
    }

    .mb-lg-7r
    {
        margin-bottom: 7rem !important;
    }

    .mr-lg-7r
    {
        margin-right: 7rem !important;
    }

    .ml-lg-7r
    {
        margin-left: 7rem !important;
    }

    .mx-lg-7r
    {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .my-lg-7r
    {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .p-lg-7r
    {
        padding: 7rem !important;
    }

    .pt-lg-7r
    {
        padding-top: 7rem !important;
    }

    .pb-lg-7r
    {
        padding-bottom: 7rem !important;
    }

    .pr-lg-7r
    {
        padding-right: 7rem !important;
    }

    .pl-lg-7r
    {
        padding-left: 7rem !important;
    }

    .px-lg-7r
    {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .py-lg-7r
    {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .m-lg-8r
    {
        margin: 8rem !important;
    }

    .mt-lg-8r
    {
        margin-top: 8rem !important;
    }

    .mb-lg-8r
    {
        margin-bottom: 8rem !important;
    }

    .mr-lg-8r
    {
        margin-right: 8rem !important;
    }

    .ml-lg-8r
    {
        margin-left: 8rem !important;
    }

    .mx-lg-8r
    {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .my-lg-8r
    {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .p-lg-8r
    {
        padding: 8rem !important;
    }

    .pt-lg-8r
    {
        padding-top: 8rem !important;
    }

    .pb-lg-8r
    {
        padding-bottom: 8rem !important;
    }

    .pr-lg-8r
    {
        padding-right: 8rem !important;
    }

    .pl-lg-8r
    {
        padding-left: 8rem !important;
    }

    .px-lg-8r
    {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .py-lg-8r
    {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .m-lg-9r
    {
        margin: 9rem !important;
    }

    .mt-lg-9r
    {
        margin-top: 9rem !important;
    }

    .mb-lg-9r
    {
        margin-bottom: 9rem !important;
    }

    .mr-lg-9r
    {
        margin-right: 9rem !important;
    }

    .ml-lg-9r
    {
        margin-left: 9rem !important;
    }

    .mx-lg-9r
    {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .my-lg-9r
    {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .p-lg-9r
    {
        padding: 9rem !important;
    }

    .pt-lg-9r
    {
        padding-top: 9rem !important;
    }

    .pb-lg-9r
    {
        padding-bottom: 9rem !important;
    }

    .pr-lg-9r
    {
        padding-right: 9rem !important;
    }

    .pl-lg-9r
    {
        padding-left: 9rem !important;
    }

    .px-lg-9r
    {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }

    .py-lg-9r
    {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .m-lg-10r
    {
        margin: 10rem !important;
    }

    .mt-lg-10r
    {
        margin-top: 10rem !important;
    }

    .mb-lg-10r
    {
        margin-bottom: 10rem !important;
    }

    .mr-lg-10r
    {
        margin-right: 10rem !important;
    }

    .ml-lg-10r
    {
        margin-left: 10rem !important;
    }

    .mx-lg-10r
    {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .my-lg-10r
    {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .p-lg-10r
    {
        padding: 10rem !important;
    }

    .pt-lg-10r
    {
        padding-top: 10rem !important;
    }

    .pb-lg-10r
    {
        padding-bottom: 10rem !important;
    }

    .pr-lg-10r
    {
        padding-right: 10rem !important;
    }

    .pl-lg-10r
    {
        padding-left: 10rem !important;
    }

    .px-lg-10r
    {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .py-lg-10r
    {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .w-lg-0
    {
        width: 0 !important;
    }

    .w-lg-0vw
    {
        width: 0vw !important;
    }

    .w-lg-1
    {
        width: 1% !important;
    }

    .w-lg-1vw
    {
        width: 1vw !important;
    }

    .w-lg-2
    {
        width: 2% !important;
    }

    .w-lg-2vw
    {
        width: 2vw !important;
    }

    .w-lg-3
    {
        width: 3% !important;
    }

    .w-lg-3vw
    {
        width: 3vw !important;
    }

    .w-lg-4
    {
        width: 4% !important;
    }

    .w-lg-4vw
    {
        width: 4vw !important;
    }

    .w-lg-5
    {
        width: 5% !important;
    }

    .w-lg-5vw
    {
        width: 5vw !important;
    }

    .w-lg-6
    {
        width: 6% !important;
    }

    .w-lg-6vw
    {
        width: 6vw !important;
    }

    .w-lg-7
    {
        width: 7% !important;
    }

    .w-lg-7vw
    {
        width: 7vw !important;
    }

    .w-lg-8
    {
        width: 8% !important;
    }

    .w-lg-8vw
    {
        width: 8vw !important;
    }

    .w-lg-9
    {
        width: 9% !important;
    }

    .w-lg-9vw
    {
        width: 9vw !important;
    }

    .w-lg-10
    {
        width: 10% !important;
    }

    .w-lg-10vw
    {
        width: 10vw !important;
    }

    .w-lg-11
    {
        width: 11% !important;
    }

    .w-lg-11vw
    {
        width: 11vw !important;
    }

    .w-lg-12
    {
        width: 12% !important;
    }

    .w-lg-12vw
    {
        width: 12vw !important;
    }

    .w-lg-13
    {
        width: 13% !important;
    }

    .w-lg-13vw
    {
        width: 13vw !important;
    }

    .w-lg-14
    {
        width: 14% !important;
    }

    .w-lg-14vw
    {
        width: 14vw !important;
    }

    .w-lg-15
    {
        width: 15% !important;
    }

    .w-lg-15vw
    {
        width: 15vw !important;
    }

    .w-lg-16
    {
        width: 16% !important;
    }

    .w-lg-16vw
    {
        width: 16vw !important;
    }

    .w-lg-17
    {
        width: 17% !important;
    }

    .w-lg-17vw
    {
        width: 17vw !important;
    }

    .w-lg-18
    {
        width: 18% !important;
    }

    .w-lg-18vw
    {
        width: 18vw !important;
    }

    .w-lg-19
    {
        width: 19% !important;
    }

    .w-lg-19vw
    {
        width: 19vw !important;
    }

    .w-lg-20
    {
        width: 20% !important;
    }

    .w-lg-20vw
    {
        width: 20vw !important;
    }

    .w-lg-21
    {
        width: 21% !important;
    }

    .w-lg-21vw
    {
        width: 21vw !important;
    }

    .w-lg-22
    {
        width: 22% !important;
    }

    .w-lg-22vw
    {
        width: 22vw !important;
    }

    .w-lg-23
    {
        width: 23% !important;
    }

    .w-lg-23vw
    {
        width: 23vw !important;
    }

    .w-lg-24
    {
        width: 24% !important;
    }

    .w-lg-24vw
    {
        width: 24vw !important;
    }

    .w-lg-25
    {
        width: 25% !important;
    }

    .w-lg-25vw
    {
        width: 25vw !important;
    }

    .w-lg-26
    {
        width: 26% !important;
    }

    .w-lg-26vw
    {
        width: 26vw !important;
    }

    .w-lg-27
    {
        width: 27% !important;
    }

    .w-lg-27vw
    {
        width: 27vw !important;
    }

    .w-lg-28
    {
        width: 28% !important;
    }

    .w-lg-28vw
    {
        width: 28vw !important;
    }

    .w-lg-29
    {
        width: 29% !important;
    }

    .w-lg-29vw
    {
        width: 29vw !important;
    }

    .w-lg-30
    {
        width: 30% !important;
    }

    .w-lg-30vw
    {
        width: 30vw !important;
    }

    .w-lg-31
    {
        width: 31% !important;
    }

    .w-lg-31vw
    {
        width: 31vw !important;
    }

    .w-lg-32
    {
        width: 32% !important;
    }

    .w-lg-32vw
    {
        width: 32vw !important;
    }

    .w-lg-33
    {
        width: 33% !important;
    }

    .w-lg-33vw
    {
        width: 33vw !important;
    }

    .w-lg-34
    {
        width: 34% !important;
    }

    .w-lg-34vw
    {
        width: 34vw !important;
    }

    .w-lg-35
    {
        width: 35% !important;
    }

    .w-lg-35vw
    {
        width: 35vw !important;
    }

    .w-lg-36
    {
        width: 36% !important;
    }

    .w-lg-36vw
    {
        width: 36vw !important;
    }

    .w-lg-37
    {
        width: 37% !important;
    }

    .w-lg-37vw
    {
        width: 37vw !important;
    }

    .w-lg-38
    {
        width: 38% !important;
    }

    .w-lg-38vw
    {
        width: 38vw !important;
    }

    .w-lg-39
    {
        width: 39% !important;
    }

    .w-lg-39vw
    {
        width: 39vw !important;
    }

    .w-lg-40
    {
        width: 40% !important;
    }

    .w-lg-40vw
    {
        width: 40vw !important;
    }

    .w-lg-41
    {
        width: 41% !important;
    }

    .w-lg-41vw
    {
        width: 41vw !important;
    }

    .w-lg-42
    {
        width: 42% !important;
    }

    .w-lg-42vw
    {
        width: 42vw !important;
    }

    .w-lg-43
    {
        width: 43% !important;
    }

    .w-lg-43vw
    {
        width: 43vw !important;
    }

    .w-lg-44
    {
        width: 44% !important;
    }

    .w-lg-44vw
    {
        width: 44vw !important;
    }

    .w-lg-45
    {
        width: 45% !important;
    }

    .w-lg-45vw
    {
        width: 45vw !important;
    }

    .w-lg-46
    {
        width: 46% !important;
    }

    .w-lg-46vw
    {
        width: 46vw !important;
    }

    .w-lg-47
    {
        width: 47% !important;
    }

    .w-lg-47vw
    {
        width: 47vw !important;
    }

    .w-lg-48
    {
        width: 48% !important;
    }

    .w-lg-48vw
    {
        width: 48vw !important;
    }

    .w-lg-49
    {
        width: 49% !important;
    }

    .w-lg-49vw
    {
        width: 49vw !important;
    }

    .w-lg-50
    {
        width: 50% !important;
    }

    .w-lg-50vw
    {
        width: 50vw !important;
    }

    .w-lg-51
    {
        width: 51% !important;
    }

    .w-lg-51vw
    {
        width: 51vw !important;
    }

    .w-lg-52
    {
        width: 52% !important;
    }

    .w-lg-52vw
    {
        width: 52vw !important;
    }

    .w-lg-53
    {
        width: 53% !important;
    }

    .w-lg-53vw
    {
        width: 53vw !important;
    }

    .w-lg-54
    {
        width: 54% !important;
    }

    .w-lg-54vw
    {
        width: 54vw !important;
    }

    .w-lg-55
    {
        width: 55% !important;
    }

    .w-lg-55vw
    {
        width: 55vw !important;
    }

    .w-lg-56
    {
        width: 56% !important;
    }

    .w-lg-56vw
    {
        width: 56vw !important;
    }

    .w-lg-57
    {
        width: 57% !important;
    }

    .w-lg-57vw
    {
        width: 57vw !important;
    }

    .w-lg-58
    {
        width: 58% !important;
    }

    .w-lg-58vw
    {
        width: 58vw !important;
    }

    .w-lg-59
    {
        width: 59% !important;
    }

    .w-lg-59vw
    {
        width: 59vw !important;
    }

    .w-lg-60
    {
        width: 60% !important;
    }

    .w-lg-60vw
    {
        width: 60vw !important;
    }

    .w-lg-61
    {
        width: 61% !important;
    }

    .w-lg-61vw
    {
        width: 61vw !important;
    }

    .w-lg-62
    {
        width: 62% !important;
    }

    .w-lg-62vw
    {
        width: 62vw !important;
    }

    .w-lg-63
    {
        width: 63% !important;
    }

    .w-lg-63vw
    {
        width: 63vw !important;
    }

    .w-lg-64
    {
        width: 64% !important;
    }

    .w-lg-64vw
    {
        width: 64vw !important;
    }

    .w-lg-65
    {
        width: 65% !important;
    }

    .w-lg-65vw
    {
        width: 65vw !important;
    }

    .w-lg-66
    {
        width: 66% !important;
    }

    .w-lg-66vw
    {
        width: 66vw !important;
    }

    .w-lg-67
    {
        width: 67% !important;
    }

    .w-lg-67vw
    {
        width: 67vw !important;
    }

    .w-lg-68
    {
        width: 68% !important;
    }

    .w-lg-68vw
    {
        width: 68vw !important;
    }

    .w-lg-69
    {
        width: 69% !important;
    }

    .w-lg-69vw
    {
        width: 69vw !important;
    }

    .w-lg-70
    {
        width: 70% !important;
    }

    .w-lg-70vw
    {
        width: 70vw !important;
    }

    .w-lg-71
    {
        width: 71% !important;
    }

    .w-lg-71vw
    {
        width: 71vw !important;
    }

    .w-lg-72
    {
        width: 72% !important;
    }

    .w-lg-72vw
    {
        width: 72vw !important;
    }

    .w-lg-73
    {
        width: 73% !important;
    }

    .w-lg-73vw
    {
        width: 73vw !important;
    }

    .w-lg-74
    {
        width: 74% !important;
    }

    .w-lg-74vw
    {
        width: 74vw !important;
    }

    .w-lg-75
    {
        width: 75% !important;
    }

    .w-lg-75vw
    {
        width: 75vw !important;
    }

    .w-lg-76
    {
        width: 76% !important;
    }

    .w-lg-76vw
    {
        width: 76vw !important;
    }

    .w-lg-77
    {
        width: 77% !important;
    }

    .w-lg-77vw
    {
        width: 77vw !important;
    }

    .w-lg-78
    {
        width: 78% !important;
    }

    .w-lg-78vw
    {
        width: 78vw !important;
    }

    .w-lg-79
    {
        width: 79% !important;
    }

    .w-lg-79vw
    {
        width: 79vw !important;
    }

    .w-lg-80
    {
        width: 80% !important;
    }

    .w-lg-80vw
    {
        width: 80vw !important;
    }

    .w-lg-81
    {
        width: 81% !important;
    }

    .w-lg-81vw
    {
        width: 81vw !important;
    }

    .w-lg-82
    {
        width: 82% !important;
    }

    .w-lg-82vw
    {
        width: 82vw !important;
    }

    .w-lg-83
    {
        width: 83% !important;
    }

    .w-lg-83vw
    {
        width: 83vw !important;
    }

    .w-lg-84
    {
        width: 84% !important;
    }

    .w-lg-84vw
    {
        width: 84vw !important;
    }

    .w-lg-85
    {
        width: 85% !important;
    }

    .w-lg-85vw
    {
        width: 85vw !important;
    }

    .w-lg-86
    {
        width: 86% !important;
    }

    .w-lg-86vw
    {
        width: 86vw !important;
    }

    .w-lg-87
    {
        width: 87% !important;
    }

    .w-lg-87vw
    {
        width: 87vw !important;
    }

    .w-lg-88
    {
        width: 88% !important;
    }

    .w-lg-88vw
    {
        width: 88vw !important;
    }

    .w-lg-89
    {
        width: 89% !important;
    }

    .w-lg-89vw
    {
        width: 89vw !important;
    }

    .w-lg-90
    {
        width: 90% !important;
    }

    .w-lg-90vw
    {
        width: 90vw !important;
    }

    .w-lg-91
    {
        width: 91% !important;
    }

    .w-lg-91vw
    {
        width: 91vw !important;
    }

    .w-lg-92
    {
        width: 92% !important;
    }

    .w-lg-92vw
    {
        width: 92vw !important;
    }

    .w-lg-93
    {
        width: 93% !important;
    }

    .w-lg-93vw
    {
        width: 93vw !important;
    }

    .w-lg-94
    {
        width: 94% !important;
    }

    .w-lg-94vw
    {
        width: 94vw !important;
    }

    .w-lg-95
    {
        width: 95% !important;
    }

    .w-lg-95vw
    {
        width: 95vw !important;
    }

    .w-lg-96
    {
        width: 96% !important;
    }

    .w-lg-96vw
    {
        width: 96vw !important;
    }

    .w-lg-97
    {
        width: 97% !important;
    }

    .w-lg-97vw
    {
        width: 97vw !important;
    }

    .w-lg-98
    {
        width: 98% !important;
    }

    .w-lg-98vw
    {
        width: 98vw !important;
    }

    .w-lg-99
    {
        width: 99% !important;
    }

    .w-lg-99vw
    {
        width: 99vw !important;
    }

    .w-lg-100
    {
        width: 100% !important;
    }

    .w-lg-100vw
    {
        width: 100vw !important;
    }

    .fs-lg-0pr
    {
        font-size: 0rem;
    }

    .fs-lg-1pr
    {
        font-size: .01rem;
    }

    .fs-lg-2pr
    {
        font-size: .02rem;
    }

    .fs-lg-3pr
    {
        font-size: .03rem;
    }

    .fs-lg-4pr
    {
        font-size: .04rem;
    }

    .fs-lg-5pr
    {
        font-size: .05rem;
    }

    .fs-lg-6pr
    {
        font-size: .06rem;
    }

    .fs-lg-7pr
    {
        font-size: .07rem;
    }

    .fs-lg-8pr
    {
        font-size: .08rem;
    }

    .fs-lg-9pr
    {
        font-size: .09rem;
    }

    .fs-lg-10pr
    {
        font-size: .1rem;
    }

    .fs-lg-11pr
    {
        font-size: .11rem;
    }

    .fs-lg-12pr
    {
        font-size: .12rem;
    }

    .fs-lg-13pr
    {
        font-size: .13rem;
    }

    .fs-lg-14pr
    {
        font-size: .14rem;
    }

    .fs-lg-15pr
    {
        font-size: .15rem;
    }

    .fs-lg-16pr
    {
        font-size: .16rem;
    }

    .fs-lg-17pr
    {
        font-size: .17rem;
    }

    .fs-lg-18pr
    {
        font-size: .18rem;
    }

    .fs-lg-19pr
    {
        font-size: .19rem;
    }

    .fs-lg-20pr
    {
        font-size: .2rem;
    }

    .fs-lg-21pr
    {
        font-size: .21rem;
    }

    .fs-lg-22pr
    {
        font-size: .22rem;
    }

    .fs-lg-23pr
    {
        font-size: .23rem;
    }

    .fs-lg-24pr
    {
        font-size: .24rem;
    }

    .fs-lg-25pr
    {
        font-size: .25rem;
    }

    .fs-lg-26pr
    {
        font-size: .26rem;
    }

    .fs-lg-27pr
    {
        font-size: .27rem;
    }

    .fs-lg-28pr
    {
        font-size: .28rem;
    }

    .fs-lg-29pr
    {
        font-size: .29rem;
    }

    .fs-lg-30pr
    {
        font-size: .3rem;
    }

    .fs-lg-31pr
    {
        font-size: .31rem;
    }

    .fs-lg-32pr
    {
        font-size: .32rem;
    }

    .fs-lg-33pr
    {
        font-size: .33rem;
    }

    .fs-lg-34pr
    {
        font-size: .34rem;
    }

    .fs-lg-35pr
    {
        font-size: .35rem;
    }

    .fs-lg-36pr
    {
        font-size: .36rem;
    }

    .fs-lg-37pr
    {
        font-size: .37rem;
    }

    .fs-lg-38pr
    {
        font-size: .38rem;
    }

    .fs-lg-39pr
    {
        font-size: .39rem;
    }

    .fs-lg-40pr
    {
        font-size: .4rem;
    }

    .fs-lg-41pr
    {
        font-size: .41rem;
    }

    .fs-lg-42pr
    {
        font-size: .42rem;
    }

    .fs-lg-43pr
    {
        font-size: .43rem;
    }

    .fs-lg-44pr
    {
        font-size: .44rem;
    }

    .fs-lg-45pr
    {
        font-size: .45rem;
    }

    .fs-lg-46pr
    {
        font-size: .46rem;
    }

    .fs-lg-47pr
    {
        font-size: .47rem;
    }

    .fs-lg-48pr
    {
        font-size: .48rem;
    }

    .fs-lg-49pr
    {
        font-size: .49rem;
    }

    .fs-lg-50pr
    {
        font-size: .5rem;
    }

    .fs-lg-51pr
    {
        font-size: .51rem;
    }

    .fs-lg-52pr
    {
        font-size: .52rem;
    }

    .fs-lg-53pr
    {
        font-size: .53rem;
    }

    .fs-lg-54pr
    {
        font-size: .54rem;
    }

    .fs-lg-55pr
    {
        font-size: .55rem;
    }

    .fs-lg-56pr
    {
        font-size: .56rem;
    }

    .fs-lg-57pr
    {
        font-size: .57rem;
    }

    .fs-lg-58pr
    {
        font-size: .58rem;
    }

    .fs-lg-59pr
    {
        font-size: .59rem;
    }

    .fs-lg-60pr
    {
        font-size: .6rem;
    }

    .fs-lg-61pr
    {
        font-size: .61rem;
    }

    .fs-lg-62pr
    {
        font-size: .62rem;
    }

    .fs-lg-63pr
    {
        font-size: .63rem;
    }

    .fs-lg-64pr
    {
        font-size: .64rem;
    }

    .fs-lg-65pr
    {
        font-size: .65rem;
    }

    .fs-lg-66pr
    {
        font-size: .66rem;
    }

    .fs-lg-67pr
    {
        font-size: .67rem;
    }

    .fs-lg-68pr
    {
        font-size: .68rem;
    }

    .fs-lg-69pr
    {
        font-size: .69rem;
    }

    .fs-lg-70pr
    {
        font-size: .7rem;
    }

    .fs-lg-71pr
    {
        font-size: .71rem;
    }

    .fs-lg-72pr
    {
        font-size: .72rem;
    }

    .fs-lg-73pr
    {
        font-size: .73rem;
    }

    .fs-lg-74pr
    {
        font-size: .74rem;
    }

    .fs-lg-75pr
    {
        font-size: .75rem;
    }

    .fs-lg-76pr
    {
        font-size: .76rem;
    }

    .fs-lg-77pr
    {
        font-size: .77rem;
    }

    .fs-lg-78pr
    {
        font-size: .78rem;
    }

    .fs-lg-79pr
    {
        font-size: .79rem;
    }

    .fs-lg-80pr
    {
        font-size: .8rem;
    }

    .fs-lg-81pr
    {
        font-size: .81rem;
    }

    .fs-lg-82pr
    {
        font-size: .82rem;
    }

    .fs-lg-83pr
    {
        font-size: .83rem;
    }

    .fs-lg-84pr
    {
        font-size: .84rem;
    }

    .fs-lg-85pr
    {
        font-size: .85rem;
    }

    .fs-lg-86pr
    {
        font-size: .86rem;
    }

    .fs-lg-87pr
    {
        font-size: .87rem;
    }

    .fs-lg-88pr
    {
        font-size: .88rem;
    }

    .fs-lg-89pr
    {
        font-size: .89rem;
    }

    .fs-lg-90pr
    {
        font-size: .9rem;
    }

    .fs-lg-91pr
    {
        font-size: .91rem;
    }

    .fs-lg-92pr
    {
        font-size: .92rem;
    }

    .fs-lg-93pr
    {
        font-size: .93rem;
    }

    .fs-lg-94pr
    {
        font-size: .94rem;
    }

    .fs-lg-95pr
    {
        font-size: .95rem;
    }

    .fs-lg-96pr
    {
        font-size: .96rem;
    }

    .fs-lg-97pr
    {
        font-size: .97rem;
    }

    .fs-lg-98pr
    {
        font-size: .98rem;
    }

    .fs-lg-99pr
    {
        font-size: .99rem;
    }

    .fs-lg-100pr
    {
        font-size: 1rem;
    }

    .fs-lg-101pr
    {
        font-size: 1.01rem;
    }

    .fs-lg-102pr
    {
        font-size: 1.02rem;
    }

    .fs-lg-103pr
    {
        font-size: 1.03rem;
    }

    .fs-lg-104pr
    {
        font-size: 1.04rem;
    }

    .fs-lg-105pr
    {
        font-size: 1.05rem;
    }

    .fs-lg-106pr
    {
        font-size: 1.06rem;
    }

    .fs-lg-107pr
    {
        font-size: 1.07rem;
    }

    .fs-lg-108pr
    {
        font-size: 1.08rem;
    }

    .fs-lg-109pr
    {
        font-size: 1.09rem;
    }

    .fs-lg-110pr
    {
        font-size: 1.1rem;
    }

    .fs-lg-111pr
    {
        font-size: 1.11rem;
    }

    .fs-lg-112pr
    {
        font-size: 1.12rem;
    }

    .fs-lg-113pr
    {
        font-size: 1.13rem;
    }

    .fs-lg-114pr
    {
        font-size: 1.14rem;
    }

    .fs-lg-115pr
    {
        font-size: 1.15rem;
    }

    .fs-lg-116pr
    {
        font-size: 1.16rem;
    }

    .fs-lg-117pr
    {
        font-size: 1.17rem;
    }

    .fs-lg-118pr
    {
        font-size: 1.18rem;
    }

    .fs-lg-119pr
    {
        font-size: 1.19rem;
    }

    .fs-lg-120pr
    {
        font-size: 1.2rem;
    }

    .fs-lg-121pr
    {
        font-size: 1.21rem;
    }

    .fs-lg-122pr
    {
        font-size: 1.22rem;
    }

    .fs-lg-123pr
    {
        font-size: 1.23rem;
    }

    .fs-lg-124pr
    {
        font-size: 1.24rem;
    }

    .fs-lg-125pr
    {
        font-size: 1.25rem;
    }

    .fs-lg-126pr
    {
        font-size: 1.26rem;
    }

    .fs-lg-127pr
    {
        font-size: 1.27rem;
    }

    .fs-lg-128pr
    {
        font-size: 1.28rem;
    }

    .fs-lg-129pr
    {
        font-size: 1.29rem;
    }

    .fs-lg-130pr
    {
        font-size: 1.3rem;
    }

    .fs-lg-131pr
    {
        font-size: 1.31rem;
    }

    .fs-lg-132pr
    {
        font-size: 1.32rem;
    }

    .fs-lg-133pr
    {
        font-size: 1.33rem;
    }

    .fs-lg-134pr
    {
        font-size: 1.34rem;
    }

    .fs-lg-135pr
    {
        font-size: 1.35rem;
    }

    .fs-lg-136pr
    {
        font-size: 1.36rem;
    }

    .fs-lg-137pr
    {
        font-size: 1.37rem;
    }

    .fs-lg-138pr
    {
        font-size: 1.38rem;
    }

    .fs-lg-139pr
    {
        font-size: 1.39rem;
    }

    .fs-lg-140pr
    {
        font-size: 1.4rem;
    }

    .fs-lg-141pr
    {
        font-size: 1.41rem;
    }

    .fs-lg-142pr
    {
        font-size: 1.42rem;
    }

    .fs-lg-143pr
    {
        font-size: 1.43rem;
    }

    .fs-lg-144pr
    {
        font-size: 1.44rem;
    }

    .fs-lg-145pr
    {
        font-size: 1.45rem;
    }

    .fs-lg-146pr
    {
        font-size: 1.46rem;
    }

    .fs-lg-147pr
    {
        font-size: 1.47rem;
    }

    .fs-lg-148pr
    {
        font-size: 1.48rem;
    }

    .fs-lg-149pr
    {
        font-size: 1.49rem;
    }

    .fs-lg-150pr
    {
        font-size: 1.5rem;
    }

    .fs-lg-151pr
    {
        font-size: 1.51rem;
    }

    .fs-lg-152pr
    {
        font-size: 1.52rem;
    }

    .fs-lg-153pr
    {
        font-size: 1.53rem;
    }

    .fs-lg-154pr
    {
        font-size: 1.54rem;
    }

    .fs-lg-155pr
    {
        font-size: 1.55rem;
    }

    .fs-lg-156pr
    {
        font-size: 1.56rem;
    }

    .fs-lg-157pr
    {
        font-size: 1.57rem;
    }

    .fs-lg-158pr
    {
        font-size: 1.58rem;
    }

    .fs-lg-159pr
    {
        font-size: 1.59rem;
    }

    .fs-lg-160pr
    {
        font-size: 1.6rem;
    }

    .fs-lg-161pr
    {
        font-size: 1.61rem;
    }

    .fs-lg-162pr
    {
        font-size: 1.62rem;
    }

    .fs-lg-163pr
    {
        font-size: 1.63rem;
    }

    .fs-lg-164pr
    {
        font-size: 1.64rem;
    }

    .fs-lg-165pr
    {
        font-size: 1.65rem;
    }

    .fs-lg-166pr
    {
        font-size: 1.66rem;
    }

    .fs-lg-167pr
    {
        font-size: 1.67rem;
    }

    .fs-lg-168pr
    {
        font-size: 1.68rem;
    }

    .fs-lg-169pr
    {
        font-size: 1.69rem;
    }

    .fs-lg-170pr
    {
        font-size: 1.7rem;
    }

    .fs-lg-171pr
    {
        font-size: 1.71rem;
    }

    .fs-lg-172pr
    {
        font-size: 1.72rem;
    }

    .fs-lg-173pr
    {
        font-size: 1.73rem;
    }

    .fs-lg-174pr
    {
        font-size: 1.74rem;
    }

    .fs-lg-175pr
    {
        font-size: 1.75rem;
    }

    .fs-lg-176pr
    {
        font-size: 1.76rem;
    }

    .fs-lg-177pr
    {
        font-size: 1.77rem;
    }

    .fs-lg-178pr
    {
        font-size: 1.78rem;
    }

    .fs-lg-179pr
    {
        font-size: 1.79rem;
    }

    .fs-lg-180pr
    {
        font-size: 1.8rem;
    }

    .fs-lg-181pr
    {
        font-size: 1.81rem;
    }

    .fs-lg-182pr
    {
        font-size: 1.82rem;
    }

    .fs-lg-183pr
    {
        font-size: 1.83rem;
    }

    .fs-lg-184pr
    {
        font-size: 1.84rem;
    }

    .fs-lg-185pr
    {
        font-size: 1.85rem;
    }

    .fs-lg-186pr
    {
        font-size: 1.86rem;
    }

    .fs-lg-187pr
    {
        font-size: 1.87rem;
    }

    .fs-lg-188pr
    {
        font-size: 1.88rem;
    }

    .fs-lg-189pr
    {
        font-size: 1.89rem;
    }

    .fs-lg-190pr
    {
        font-size: 1.9rem;
    }

    .fs-lg-191pr
    {
        font-size: 1.91rem;
    }

    .fs-lg-192pr
    {
        font-size: 1.92rem;
    }

    .fs-lg-193pr
    {
        font-size: 1.93rem;
    }

    .fs-lg-194pr
    {
        font-size: 1.94rem;
    }

    .fs-lg-195pr
    {
        font-size: 1.95rem;
    }

    .fs-lg-196pr
    {
        font-size: 1.96rem;
    }

    .fs-lg-197pr
    {
        font-size: 1.97rem;
    }

    .fs-lg-198pr
    {
        font-size: 1.98rem;
    }

    .fs-lg-199pr
    {
        font-size: 1.99rem;
    }

    .fs-lg-200pr
    {
        font-size: 2rem;
    }

    .fs-lg-201pr
    {
        font-size: 2.01rem;
    }

    .fs-lg-202pr
    {
        font-size: 2.02rem;
    }

    .fs-lg-203pr
    {
        font-size: 2.03rem;
    }

    .fs-lg-204pr
    {
        font-size: 2.04rem;
    }

    .fs-lg-205pr
    {
        font-size: 2.05rem;
    }

    .fs-lg-206pr
    {
        font-size: 2.06rem;
    }

    .fs-lg-207pr
    {
        font-size: 2.07rem;
    }

    .fs-lg-208pr
    {
        font-size: 2.08rem;
    }

    .fs-lg-209pr
    {
        font-size: 2.09rem;
    }

    .fs-lg-210pr
    {
        font-size: 2.1rem;
    }

    .fs-lg-211pr
    {
        font-size: 2.11rem;
    }

    .fs-lg-212pr
    {
        font-size: 2.12rem;
    }

    .fs-lg-213pr
    {
        font-size: 2.13rem;
    }

    .fs-lg-214pr
    {
        font-size: 2.14rem;
    }

    .fs-lg-215pr
    {
        font-size: 2.15rem;
    }

    .fs-lg-216pr
    {
        font-size: 2.16rem;
    }

    .fs-lg-217pr
    {
        font-size: 2.17rem;
    }

    .fs-lg-218pr
    {
        font-size: 2.18rem;
    }

    .fs-lg-219pr
    {
        font-size: 2.19rem;
    }

    .fs-lg-220pr
    {
        font-size: 2.2rem;
    }

    .fs-lg-221pr
    {
        font-size: 2.21rem;
    }

    .fs-lg-222pr
    {
        font-size: 2.22rem;
    }

    .fs-lg-223pr
    {
        font-size: 2.23rem;
    }

    .fs-lg-224pr
    {
        font-size: 2.24rem;
    }

    .fs-lg-225pr
    {
        font-size: 2.25rem;
    }

    .fs-lg-226pr
    {
        font-size: 2.26rem;
    }

    .fs-lg-227pr
    {
        font-size: 2.27rem;
    }

    .fs-lg-228pr
    {
        font-size: 2.28rem;
    }

    .fs-lg-229pr
    {
        font-size: 2.29rem;
    }

    .fs-lg-230pr
    {
        font-size: 2.3rem;
    }

    .fs-lg-231pr
    {
        font-size: 2.31rem;
    }

    .fs-lg-232pr
    {
        font-size: 2.32rem;
    }

    .fs-lg-233pr
    {
        font-size: 2.33rem;
    }

    .fs-lg-234pr
    {
        font-size: 2.34rem;
    }

    .fs-lg-235pr
    {
        font-size: 2.35rem;
    }

    .fs-lg-236pr
    {
        font-size: 2.36rem;
    }

    .fs-lg-237pr
    {
        font-size: 2.37rem;
    }

    .fs-lg-238pr
    {
        font-size: 2.38rem;
    }

    .fs-lg-239pr
    {
        font-size: 2.39rem;
    }

    .fs-lg-240pr
    {
        font-size: 2.4rem;
    }

    .fs-lg-241pr
    {
        font-size: 2.41rem;
    }

    .fs-lg-242pr
    {
        font-size: 2.42rem;
    }

    .fs-lg-243pr
    {
        font-size: 2.43rem;
    }

    .fs-lg-244pr
    {
        font-size: 2.44rem;
    }

    .fs-lg-245pr
    {
        font-size: 2.45rem;
    }

    .fs-lg-246pr
    {
        font-size: 2.46rem;
    }

    .fs-lg-247pr
    {
        font-size: 2.47rem;
    }

    .fs-lg-248pr
    {
        font-size: 2.48rem;
    }

    .fs-lg-249pr
    {
        font-size: 2.49rem;
    }

    .fs-lg-250pr
    {
        font-size: 2.5rem;
    }

    .fs-lg-251pr
    {
        font-size: 2.51rem;
    }

    .fs-lg-252pr
    {
        font-size: 2.52rem;
    }

    .fs-lg-253pr
    {
        font-size: 2.53rem;
    }

    .fs-lg-254pr
    {
        font-size: 2.54rem;
    }

    .fs-lg-255pr
    {
        font-size: 2.55rem;
    }

    .fs-lg-256pr
    {
        font-size: 2.56rem;
    }

    .fs-lg-257pr
    {
        font-size: 2.57rem;
    }

    .fs-lg-258pr
    {
        font-size: 2.58rem;
    }

    .fs-lg-259pr
    {
        font-size: 2.59rem;
    }

    .fs-lg-260pr
    {
        font-size: 2.6rem;
    }

    .fs-lg-261pr
    {
        font-size: 2.61rem;
    }

    .fs-lg-262pr
    {
        font-size: 2.62rem;
    }

    .fs-lg-263pr
    {
        font-size: 2.63rem;
    }

    .fs-lg-264pr
    {
        font-size: 2.64rem;
    }

    .fs-lg-265pr
    {
        font-size: 2.65rem;
    }

    .fs-lg-266pr
    {
        font-size: 2.66rem;
    }

    .fs-lg-267pr
    {
        font-size: 2.67rem;
    }

    .fs-lg-268pr
    {
        font-size: 2.68rem;
    }

    .fs-lg-269pr
    {
        font-size: 2.69rem;
    }

    .fs-lg-270pr
    {
        font-size: 2.7rem;
    }

    .fs-lg-271pr
    {
        font-size: 2.71rem;
    }

    .fs-lg-272pr
    {
        font-size: 2.72rem;
    }

    .fs-lg-273pr
    {
        font-size: 2.73rem;
    }

    .fs-lg-274pr
    {
        font-size: 2.74rem;
    }

    .fs-lg-275pr
    {
        font-size: 2.75rem;
    }

    .fs-lg-276pr
    {
        font-size: 2.76rem;
    }

    .fs-lg-277pr
    {
        font-size: 2.77rem;
    }

    .fs-lg-278pr
    {
        font-size: 2.78rem;
    }

    .fs-lg-279pr
    {
        font-size: 2.79rem;
    }

    .fs-lg-280pr
    {
        font-size: 2.8rem;
    }

    .fs-lg-281pr
    {
        font-size: 2.81rem;
    }

    .fs-lg-282pr
    {
        font-size: 2.82rem;
    }

    .fs-lg-283pr
    {
        font-size: 2.83rem;
    }

    .fs-lg-284pr
    {
        font-size: 2.84rem;
    }

    .fs-lg-285pr
    {
        font-size: 2.85rem;
    }

    .fs-lg-286pr
    {
        font-size: 2.86rem;
    }

    .fs-lg-287pr
    {
        font-size: 2.87rem;
    }

    .fs-lg-288pr
    {
        font-size: 2.88rem;
    }

    .fs-lg-289pr
    {
        font-size: 2.89rem;
    }

    .fs-lg-290pr
    {
        font-size: 2.9rem;
    }

    .fs-lg-291pr
    {
        font-size: 2.91rem;
    }

    .fs-lg-292pr
    {
        font-size: 2.92rem;
    }

    .fs-lg-293pr
    {
        font-size: 2.93rem;
    }

    .fs-lg-294pr
    {
        font-size: 2.94rem;
    }

    .fs-lg-295pr
    {
        font-size: 2.95rem;
    }

    .fs-lg-296pr
    {
        font-size: 2.96rem;
    }

    .fs-lg-297pr
    {
        font-size: 2.97rem;
    }

    .fs-lg-298pr
    {
        font-size: 2.98rem;
    }

    .fs-lg-299pr
    {
        font-size: 2.99rem;
    }

    .fs-lg-300pr
    {
        font-size: 3rem;
    }

    .fs-lg-301pr
    {
        font-size: 3.01rem;
    }

    .fs-lg-302pr
    {
        font-size: 3.02rem;
    }

    .fs-lg-303pr
    {
        font-size: 3.03rem;
    }

    .fs-lg-304pr
    {
        font-size: 3.04rem;
    }

    .fs-lg-305pr
    {
        font-size: 3.05rem;
    }

    .fs-lg-306pr
    {
        font-size: 3.06rem;
    }

    .fs-lg-307pr
    {
        font-size: 3.07rem;
    }

    .fs-lg-308pr
    {
        font-size: 3.08rem;
    }

    .fs-lg-309pr
    {
        font-size: 3.09rem;
    }

    .fs-lg-310pr
    {
        font-size: 3.1rem;
    }

    .fs-lg-311pr
    {
        font-size: 3.11rem;
    }

    .fs-lg-312pr
    {
        font-size: 3.12rem;
    }

    .fs-lg-313pr
    {
        font-size: 3.13rem;
    }

    .fs-lg-314pr
    {
        font-size: 3.14rem;
    }

    .fs-lg-315pr
    {
        font-size: 3.15rem;
    }

    .fs-lg-316pr
    {
        font-size: 3.16rem;
    }

    .fs-lg-317pr
    {
        font-size: 3.17rem;
    }

    .fs-lg-318pr
    {
        font-size: 3.18rem;
    }

    .fs-lg-319pr
    {
        font-size: 3.19rem;
    }

    .fs-lg-320pr
    {
        font-size: 3.2rem;
    }

    .fs-lg-321pr
    {
        font-size: 3.21rem;
    }

    .fs-lg-322pr
    {
        font-size: 3.22rem;
    }

    .fs-lg-323pr
    {
        font-size: 3.23rem;
    }

    .fs-lg-324pr
    {
        font-size: 3.24rem;
    }

    .fs-lg-325pr
    {
        font-size: 3.25rem;
    }

    .fs-lg-326pr
    {
        font-size: 3.26rem;
    }

    .fs-lg-327pr
    {
        font-size: 3.27rem;
    }

    .fs-lg-328pr
    {
        font-size: 3.28rem;
    }

    .fs-lg-329pr
    {
        font-size: 3.29rem;
    }

    .fs-lg-330pr
    {
        font-size: 3.3rem;
    }

    .fs-lg-331pr
    {
        font-size: 3.31rem;
    }

    .fs-lg-332pr
    {
        font-size: 3.32rem;
    }

    .fs-lg-333pr
    {
        font-size: 3.33rem;
    }

    .fs-lg-334pr
    {
        font-size: 3.34rem;
    }

    .fs-lg-335pr
    {
        font-size: 3.35rem;
    }

    .fs-lg-336pr
    {
        font-size: 3.36rem;
    }

    .fs-lg-337pr
    {
        font-size: 3.37rem;
    }

    .fs-lg-338pr
    {
        font-size: 3.38rem;
    }

    .fs-lg-339pr
    {
        font-size: 3.39rem;
    }

    .fs-lg-340pr
    {
        font-size: 3.4rem;
    }

    .fs-lg-341pr
    {
        font-size: 3.41rem;
    }

    .fs-lg-342pr
    {
        font-size: 3.42rem;
    }

    .fs-lg-343pr
    {
        font-size: 3.43rem;
    }

    .fs-lg-344pr
    {
        font-size: 3.44rem;
    }

    .fs-lg-345pr
    {
        font-size: 3.45rem;
    }

    .fs-lg-346pr
    {
        font-size: 3.46rem;
    }

    .fs-lg-347pr
    {
        font-size: 3.47rem;
    }

    .fs-lg-348pr
    {
        font-size: 3.48rem;
    }

    .fs-lg-349pr
    {
        font-size: 3.49rem;
    }

    .fs-lg-350pr
    {
        font-size: 3.5rem;
    }

    .fs-lg-351pr
    {
        font-size: 3.51rem;
    }

    .fs-lg-352pr
    {
        font-size: 3.52rem;
    }

    .fs-lg-353pr
    {
        font-size: 3.53rem;
    }

    .fs-lg-354pr
    {
        font-size: 3.54rem;
    }

    .fs-lg-355pr
    {
        font-size: 3.55rem;
    }

    .fs-lg-356pr
    {
        font-size: 3.56rem;
    }

    .fs-lg-357pr
    {
        font-size: 3.57rem;
    }

    .fs-lg-358pr
    {
        font-size: 3.58rem;
    }

    .fs-lg-359pr
    {
        font-size: 3.59rem;
    }

    .fs-lg-360pr
    {
        font-size: 3.6rem;
    }

    .fs-lg-361pr
    {
        font-size: 3.61rem;
    }

    .fs-lg-362pr
    {
        font-size: 3.62rem;
    }

    .fs-lg-363pr
    {
        font-size: 3.63rem;
    }

    .fs-lg-364pr
    {
        font-size: 3.64rem;
    }

    .fs-lg-365pr
    {
        font-size: 3.65rem;
    }

    .fs-lg-366pr
    {
        font-size: 3.66rem;
    }

    .fs-lg-367pr
    {
        font-size: 3.67rem;
    }

    .fs-lg-368pr
    {
        font-size: 3.68rem;
    }

    .fs-lg-369pr
    {
        font-size: 3.69rem;
    }

    .fs-lg-370pr
    {
        font-size: 3.7rem;
    }

    .fs-lg-371pr
    {
        font-size: 3.71rem;
    }

    .fs-lg-372pr
    {
        font-size: 3.72rem;
    }

    .fs-lg-373pr
    {
        font-size: 3.73rem;
    }

    .fs-lg-374pr
    {
        font-size: 3.74rem;
    }

    .fs-lg-375pr
    {
        font-size: 3.75rem;
    }

    .fs-lg-376pr
    {
        font-size: 3.76rem;
    }

    .fs-lg-377pr
    {
        font-size: 3.77rem;
    }

    .fs-lg-378pr
    {
        font-size: 3.78rem;
    }

    .fs-lg-379pr
    {
        font-size: 3.79rem;
    }

    .fs-lg-380pr
    {
        font-size: 3.8rem;
    }

    .fs-lg-381pr
    {
        font-size: 3.81rem;
    }

    .fs-lg-382pr
    {
        font-size: 3.82rem;
    }

    .fs-lg-383pr
    {
        font-size: 3.83rem;
    }

    .fs-lg-384pr
    {
        font-size: 3.84rem;
    }

    .fs-lg-385pr
    {
        font-size: 3.85rem;
    }

    .fs-lg-386pr
    {
        font-size: 3.86rem;
    }

    .fs-lg-387pr
    {
        font-size: 3.87rem;
    }

    .fs-lg-388pr
    {
        font-size: 3.88rem;
    }

    .fs-lg-389pr
    {
        font-size: 3.89rem;
    }

    .fs-lg-390pr
    {
        font-size: 3.9rem;
    }

    .fs-lg-391pr
    {
        font-size: 3.91rem;
    }

    .fs-lg-392pr
    {
        font-size: 3.92rem;
    }

    .fs-lg-393pr
    {
        font-size: 3.93rem;
    }

    .fs-lg-394pr
    {
        font-size: 3.94rem;
    }

    .fs-lg-395pr
    {
        font-size: 3.95rem;
    }

    .fs-lg-396pr
    {
        font-size: 3.96rem;
    }

    .fs-lg-397pr
    {
        font-size: 3.97rem;
    }

    .fs-lg-398pr
    {
        font-size: 3.98rem;
    }

    .fs-lg-399pr
    {
        font-size: 3.99rem;
    }

    .fs-lg-400pr
    {
        font-size: 4rem;
    }
}

@media (max-width: 991px)
{
    .navbar-toggleable-md .navbar-nav .dropdown-menu
    {
        position: static;

        float: none;
    }

    .navbar-toggleable-md > .container
    {
        padding-right: 0;
        padding-left: 0;
    }

    .hidden-md-down
    {
        display: none !important;
    }

    .m-md-1r
    {
        margin: 1rem !important;
    }

    .mt-md-1r
    {
        margin-top: 1rem !important;
    }

    .mb-md-1r
    {
        margin-bottom: 1rem !important;
    }

    .mr-md-1r
    {
        margin-right: 1rem !important;
    }

    .ml-md-1r
    {
        margin-left: 1rem !important;
    }

    .mx-md-1r
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-md-1r
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .p-md-1r
    {
        padding: 1rem !important;
    }

    .pt-md-1r
    {
        padding-top: 1rem !important;
    }

    .pb-md-1r
    {
        padding-bottom: 1rem !important;
    }

    .pr-md-1r
    {
        padding-right: 1rem !important;
    }

    .pl-md-1r
    {
        padding-left: 1rem !important;
    }

    .px-md-1r
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-md-1r
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .m-md-2r
    {
        margin: 2rem !important;
    }

    .mt-md-2r
    {
        margin-top: 2rem !important;
    }

    .mb-md-2r
    {
        margin-bottom: 2rem !important;
    }

    .mr-md-2r
    {
        margin-right: 2rem !important;
    }

    .ml-md-2r
    {
        margin-left: 2rem !important;
    }

    .mx-md-2r
    {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .my-md-2r
    {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .p-md-2r
    {
        padding: 2rem !important;
    }

    .pt-md-2r
    {
        padding-top: 2rem !important;
    }

    .pb-md-2r
    {
        padding-bottom: 2rem !important;
    }

    .pr-md-2r
    {
        padding-right: 2rem !important;
    }

    .pl-md-2r
    {
        padding-left: 2rem !important;
    }

    .px-md-2r
    {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .py-md-2r
    {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .m-md-3r
    {
        margin: 3rem !important;
    }

    .mt-md-3r
    {
        margin-top: 3rem !important;
    }

    .mb-md-3r
    {
        margin-bottom: 3rem !important;
    }

    .mr-md-3r
    {
        margin-right: 3rem !important;
    }

    .ml-md-3r
    {
        margin-left: 3rem !important;
    }

    .mx-md-3r
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-md-3r
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-md-3r
    {
        padding: 3rem !important;
    }

    .pt-md-3r
    {
        padding-top: 3rem !important;
    }

    .pb-md-3r
    {
        padding-bottom: 3rem !important;
    }

    .pr-md-3r
    {
        padding-right: 3rem !important;
    }

    .pl-md-3r
    {
        padding-left: 3rem !important;
    }

    .px-md-3r
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-3r
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-md-4r
    {
        margin: 4rem !important;
    }

    .mt-md-4r
    {
        margin-top: 4rem !important;
    }

    .mb-md-4r
    {
        margin-bottom: 4rem !important;
    }

    .mr-md-4r
    {
        margin-right: 4rem !important;
    }

    .ml-md-4r
    {
        margin-left: 4rem !important;
    }

    .mx-md-4r
    {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .my-md-4r
    {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .p-md-4r
    {
        padding: 4rem !important;
    }

    .pt-md-4r
    {
        padding-top: 4rem !important;
    }

    .pb-md-4r
    {
        padding-bottom: 4rem !important;
    }

    .pr-md-4r
    {
        padding-right: 4rem !important;
    }

    .pl-md-4r
    {
        padding-left: 4rem !important;
    }

    .px-md-4r
    {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .py-md-4r
    {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .m-md-5r
    {
        margin: 5rem !important;
    }

    .mt-md-5r
    {
        margin-top: 5rem !important;
    }

    .mb-md-5r
    {
        margin-bottom: 5rem !important;
    }

    .mr-md-5r
    {
        margin-right: 5rem !important;
    }

    .ml-md-5r
    {
        margin-left: 5rem !important;
    }

    .mx-md-5r
    {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .my-md-5r
    {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .p-md-5r
    {
        padding: 5rem !important;
    }

    .pt-md-5r
    {
        padding-top: 5rem !important;
    }

    .pb-md-5r
    {
        padding-bottom: 5rem !important;
    }

    .pr-md-5r
    {
        padding-right: 5rem !important;
    }

    .pl-md-5r
    {
        padding-left: 5rem !important;
    }

    .px-md-5r
    {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-md-5r
    {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .m-md-6r
    {
        margin: 6rem !important;
    }

    .mt-md-6r
    {
        margin-top: 6rem !important;
    }

    .mb-md-6r
    {
        margin-bottom: 6rem !important;
    }

    .mr-md-6r
    {
        margin-right: 6rem !important;
    }

    .ml-md-6r
    {
        margin-left: 6rem !important;
    }

    .mx-md-6r
    {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .my-md-6r
    {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .p-md-6r
    {
        padding: 6rem !important;
    }

    .pt-md-6r
    {
        padding-top: 6rem !important;
    }

    .pb-md-6r
    {
        padding-bottom: 6rem !important;
    }

    .pr-md-6r
    {
        padding-right: 6rem !important;
    }

    .pl-md-6r
    {
        padding-left: 6rem !important;
    }

    .px-md-6r
    {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .py-md-6r
    {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .m-md-7r
    {
        margin: 7rem !important;
    }

    .mt-md-7r
    {
        margin-top: 7rem !important;
    }

    .mb-md-7r
    {
        margin-bottom: 7rem !important;
    }

    .mr-md-7r
    {
        margin-right: 7rem !important;
    }

    .ml-md-7r
    {
        margin-left: 7rem !important;
    }

    .mx-md-7r
    {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .my-md-7r
    {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .p-md-7r
    {
        padding: 7rem !important;
    }

    .pt-md-7r
    {
        padding-top: 7rem !important;
    }

    .pb-md-7r
    {
        padding-bottom: 7rem !important;
    }

    .pr-md-7r
    {
        padding-right: 7rem !important;
    }

    .pl-md-7r
    {
        padding-left: 7rem !important;
    }

    .px-md-7r
    {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .py-md-7r
    {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .m-md-8r
    {
        margin: 8rem !important;
    }

    .mt-md-8r
    {
        margin-top: 8rem !important;
    }

    .mb-md-8r
    {
        margin-bottom: 8rem !important;
    }

    .mr-md-8r
    {
        margin-right: 8rem !important;
    }

    .ml-md-8r
    {
        margin-left: 8rem !important;
    }

    .mx-md-8r
    {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .my-md-8r
    {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .p-md-8r
    {
        padding: 8rem !important;
    }

    .pt-md-8r
    {
        padding-top: 8rem !important;
    }

    .pb-md-8r
    {
        padding-bottom: 8rem !important;
    }

    .pr-md-8r
    {
        padding-right: 8rem !important;
    }

    .pl-md-8r
    {
        padding-left: 8rem !important;
    }

    .px-md-8r
    {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .py-md-8r
    {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .m-md-9r
    {
        margin: 9rem !important;
    }

    .mt-md-9r
    {
        margin-top: 9rem !important;
    }

    .mb-md-9r
    {
        margin-bottom: 9rem !important;
    }

    .mr-md-9r
    {
        margin-right: 9rem !important;
    }

    .ml-md-9r
    {
        margin-left: 9rem !important;
    }

    .mx-md-9r
    {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .my-md-9r
    {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .p-md-9r
    {
        padding: 9rem !important;
    }

    .pt-md-9r
    {
        padding-top: 9rem !important;
    }

    .pb-md-9r
    {
        padding-bottom: 9rem !important;
    }

    .pr-md-9r
    {
        padding-right: 9rem !important;
    }

    .pl-md-9r
    {
        padding-left: 9rem !important;
    }

    .px-md-9r
    {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }

    .py-md-9r
    {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .m-md-10r
    {
        margin: 10rem !important;
    }

    .mt-md-10r
    {
        margin-top: 10rem !important;
    }

    .mb-md-10r
    {
        margin-bottom: 10rem !important;
    }

    .mr-md-10r
    {
        margin-right: 10rem !important;
    }

    .ml-md-10r
    {
        margin-left: 10rem !important;
    }

    .mx-md-10r
    {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .my-md-10r
    {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .p-md-10r
    {
        padding: 10rem !important;
    }

    .pt-md-10r
    {
        padding-top: 10rem !important;
    }

    .pb-md-10r
    {
        padding-bottom: 10rem !important;
    }

    .pr-md-10r
    {
        padding-right: 10rem !important;
    }

    .pl-md-10r
    {
        padding-left: 10rem !important;
    }

    .px-md-10r
    {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .py-md-10r
    {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .w-md-0
    {
        width: 0 !important;
    }

    .w-md-0vw
    {
        width: 0vw !important;
    }

    .w-md-1
    {
        width: 1% !important;
    }

    .w-md-1vw
    {
        width: 1vw !important;
    }

    .w-md-2
    {
        width: 2% !important;
    }

    .w-md-2vw
    {
        width: 2vw !important;
    }

    .w-md-3
    {
        width: 3% !important;
    }

    .w-md-3vw
    {
        width: 3vw !important;
    }

    .w-md-4
    {
        width: 4% !important;
    }

    .w-md-4vw
    {
        width: 4vw !important;
    }

    .w-md-5
    {
        width: 5% !important;
    }

    .w-md-5vw
    {
        width: 5vw !important;
    }

    .w-md-6
    {
        width: 6% !important;
    }

    .w-md-6vw
    {
        width: 6vw !important;
    }

    .w-md-7
    {
        width: 7% !important;
    }

    .w-md-7vw
    {
        width: 7vw !important;
    }

    .w-md-8
    {
        width: 8% !important;
    }

    .w-md-8vw
    {
        width: 8vw !important;
    }

    .w-md-9
    {
        width: 9% !important;
    }

    .w-md-9vw
    {
        width: 9vw !important;
    }

    .w-md-10
    {
        width: 10% !important;
    }

    .w-md-10vw
    {
        width: 10vw !important;
    }

    .w-md-11
    {
        width: 11% !important;
    }

    .w-md-11vw
    {
        width: 11vw !important;
    }

    .w-md-12
    {
        width: 12% !important;
    }

    .w-md-12vw
    {
        width: 12vw !important;
    }

    .w-md-13
    {
        width: 13% !important;
    }

    .w-md-13vw
    {
        width: 13vw !important;
    }

    .w-md-14
    {
        width: 14% !important;
    }

    .w-md-14vw
    {
        width: 14vw !important;
    }

    .w-md-15
    {
        width: 15% !important;
    }

    .w-md-15vw
    {
        width: 15vw !important;
    }

    .w-md-16
    {
        width: 16% !important;
    }

    .w-md-16vw
    {
        width: 16vw !important;
    }

    .w-md-17
    {
        width: 17% !important;
    }

    .w-md-17vw
    {
        width: 17vw !important;
    }

    .w-md-18
    {
        width: 18% !important;
    }

    .w-md-18vw
    {
        width: 18vw !important;
    }

    .w-md-19
    {
        width: 19% !important;
    }

    .w-md-19vw
    {
        width: 19vw !important;
    }

    .w-md-20
    {
        width: 20% !important;
    }

    .w-md-20vw
    {
        width: 20vw !important;
    }

    .w-md-21
    {
        width: 21% !important;
    }

    .w-md-21vw
    {
        width: 21vw !important;
    }

    .w-md-22
    {
        width: 22% !important;
    }

    .w-md-22vw
    {
        width: 22vw !important;
    }

    .w-md-23
    {
        width: 23% !important;
    }

    .w-md-23vw
    {
        width: 23vw !important;
    }

    .w-md-24
    {
        width: 24% !important;
    }

    .w-md-24vw
    {
        width: 24vw !important;
    }

    .w-md-25
    {
        width: 25% !important;
    }

    .w-md-25vw
    {
        width: 25vw !important;
    }

    .w-md-26
    {
        width: 26% !important;
    }

    .w-md-26vw
    {
        width: 26vw !important;
    }

    .w-md-27
    {
        width: 27% !important;
    }

    .w-md-27vw
    {
        width: 27vw !important;
    }

    .w-md-28
    {
        width: 28% !important;
    }

    .w-md-28vw
    {
        width: 28vw !important;
    }

    .w-md-29
    {
        width: 29% !important;
    }

    .w-md-29vw
    {
        width: 29vw !important;
    }

    .w-md-30
    {
        width: 30% !important;
    }

    .w-md-30vw
    {
        width: 30vw !important;
    }

    .w-md-31
    {
        width: 31% !important;
    }

    .w-md-31vw
    {
        width: 31vw !important;
    }

    .w-md-32
    {
        width: 32% !important;
    }

    .w-md-32vw
    {
        width: 32vw !important;
    }

    .w-md-33
    {
        width: 33% !important;
    }

    .w-md-33vw
    {
        width: 33vw !important;
    }

    .w-md-34
    {
        width: 34% !important;
    }

    .w-md-34vw
    {
        width: 34vw !important;
    }

    .w-md-35
    {
        width: 35% !important;
    }

    .w-md-35vw
    {
        width: 35vw !important;
    }

    .w-md-36
    {
        width: 36% !important;
    }

    .w-md-36vw
    {
        width: 36vw !important;
    }

    .w-md-37
    {
        width: 37% !important;
    }

    .w-md-37vw
    {
        width: 37vw !important;
    }

    .w-md-38
    {
        width: 38% !important;
    }

    .w-md-38vw
    {
        width: 38vw !important;
    }

    .w-md-39
    {
        width: 39% !important;
    }

    .w-md-39vw
    {
        width: 39vw !important;
    }

    .w-md-40
    {
        width: 40% !important;
    }

    .w-md-40vw
    {
        width: 40vw !important;
    }

    .w-md-41
    {
        width: 41% !important;
    }

    .w-md-41vw
    {
        width: 41vw !important;
    }

    .w-md-42
    {
        width: 42% !important;
    }

    .w-md-42vw
    {
        width: 42vw !important;
    }

    .w-md-43
    {
        width: 43% !important;
    }

    .w-md-43vw
    {
        width: 43vw !important;
    }

    .w-md-44
    {
        width: 44% !important;
    }

    .w-md-44vw
    {
        width: 44vw !important;
    }

    .w-md-45
    {
        width: 45% !important;
    }

    .w-md-45vw
    {
        width: 45vw !important;
    }

    .w-md-46
    {
        width: 46% !important;
    }

    .w-md-46vw
    {
        width: 46vw !important;
    }

    .w-md-47
    {
        width: 47% !important;
    }

    .w-md-47vw
    {
        width: 47vw !important;
    }

    .w-md-48
    {
        width: 48% !important;
    }

    .w-md-48vw
    {
        width: 48vw !important;
    }

    .w-md-49
    {
        width: 49% !important;
    }

    .w-md-49vw
    {
        width: 49vw !important;
    }

    .w-md-50
    {
        width: 50% !important;
    }

    .w-md-50vw
    {
        width: 50vw !important;
    }

    .w-md-51
    {
        width: 51% !important;
    }

    .w-md-51vw
    {
        width: 51vw !important;
    }

    .w-md-52
    {
        width: 52% !important;
    }

    .w-md-52vw
    {
        width: 52vw !important;
    }

    .w-md-53
    {
        width: 53% !important;
    }

    .w-md-53vw
    {
        width: 53vw !important;
    }

    .w-md-54
    {
        width: 54% !important;
    }

    .w-md-54vw
    {
        width: 54vw !important;
    }

    .w-md-55
    {
        width: 55% !important;
    }

    .w-md-55vw
    {
        width: 55vw !important;
    }

    .w-md-56
    {
        width: 56% !important;
    }

    .w-md-56vw
    {
        width: 56vw !important;
    }

    .w-md-57
    {
        width: 57% !important;
    }

    .w-md-57vw
    {
        width: 57vw !important;
    }

    .w-md-58
    {
        width: 58% !important;
    }

    .w-md-58vw
    {
        width: 58vw !important;
    }

    .w-md-59
    {
        width: 59% !important;
    }

    .w-md-59vw
    {
        width: 59vw !important;
    }

    .w-md-60
    {
        width: 60% !important;
    }

    .w-md-60vw
    {
        width: 60vw !important;
    }

    .w-md-61
    {
        width: 61% !important;
    }

    .w-md-61vw
    {
        width: 61vw !important;
    }

    .w-md-62
    {
        width: 62% !important;
    }

    .w-md-62vw
    {
        width: 62vw !important;
    }

    .w-md-63
    {
        width: 63% !important;
    }

    .w-md-63vw
    {
        width: 63vw !important;
    }

    .w-md-64
    {
        width: 64% !important;
    }

    .w-md-64vw
    {
        width: 64vw !important;
    }

    .w-md-65
    {
        width: 65% !important;
    }

    .w-md-65vw
    {
        width: 65vw !important;
    }

    .w-md-66
    {
        width: 66% !important;
    }

    .w-md-66vw
    {
        width: 66vw !important;
    }

    .w-md-67
    {
        width: 67% !important;
    }

    .w-md-67vw
    {
        width: 67vw !important;
    }

    .w-md-68
    {
        width: 68% !important;
    }

    .w-md-68vw
    {
        width: 68vw !important;
    }

    .w-md-69
    {
        width: 69% !important;
    }

    .w-md-69vw
    {
        width: 69vw !important;
    }

    .w-md-70
    {
        width: 70% !important;
    }

    .w-md-70vw
    {
        width: 70vw !important;
    }

    .w-md-71
    {
        width: 71% !important;
    }

    .w-md-71vw
    {
        width: 71vw !important;
    }

    .w-md-72
    {
        width: 72% !important;
    }

    .w-md-72vw
    {
        width: 72vw !important;
    }

    .w-md-73
    {
        width: 73% !important;
    }

    .w-md-73vw
    {
        width: 73vw !important;
    }

    .w-md-74
    {
        width: 74% !important;
    }

    .w-md-74vw
    {
        width: 74vw !important;
    }

    .w-md-75
    {
        width: 75% !important;
    }

    .w-md-75vw
    {
        width: 75vw !important;
    }

    .w-md-76
    {
        width: 76% !important;
    }

    .w-md-76vw
    {
        width: 76vw !important;
    }

    .w-md-77
    {
        width: 77% !important;
    }

    .w-md-77vw
    {
        width: 77vw !important;
    }

    .w-md-78
    {
        width: 78% !important;
    }

    .w-md-78vw
    {
        width: 78vw !important;
    }

    .w-md-79
    {
        width: 79% !important;
    }

    .w-md-79vw
    {
        width: 79vw !important;
    }

    .w-md-80
    {
        width: 80% !important;
    }

    .w-md-80vw
    {
        width: 80vw !important;
    }

    .w-md-81
    {
        width: 81% !important;
    }

    .w-md-81vw
    {
        width: 81vw !important;
    }

    .w-md-82
    {
        width: 82% !important;
    }

    .w-md-82vw
    {
        width: 82vw !important;
    }

    .w-md-83
    {
        width: 83% !important;
    }

    .w-md-83vw
    {
        width: 83vw !important;
    }

    .w-md-84
    {
        width: 84% !important;
    }

    .w-md-84vw
    {
        width: 84vw !important;
    }

    .w-md-85
    {
        width: 85% !important;
    }

    .w-md-85vw
    {
        width: 85vw !important;
    }

    .w-md-86
    {
        width: 86% !important;
    }

    .w-md-86vw
    {
        width: 86vw !important;
    }

    .w-md-87
    {
        width: 87% !important;
    }

    .w-md-87vw
    {
        width: 87vw !important;
    }

    .w-md-88
    {
        width: 88% !important;
    }

    .w-md-88vw
    {
        width: 88vw !important;
    }

    .w-md-89
    {
        width: 89% !important;
    }

    .w-md-89vw
    {
        width: 89vw !important;
    }

    .w-md-90
    {
        width: 90% !important;
    }

    .w-md-90vw
    {
        width: 90vw !important;
    }

    .w-md-91
    {
        width: 91% !important;
    }

    .w-md-91vw
    {
        width: 91vw !important;
    }

    .w-md-92
    {
        width: 92% !important;
    }

    .w-md-92vw
    {
        width: 92vw !important;
    }

    .w-md-93
    {
        width: 93% !important;
    }

    .w-md-93vw
    {
        width: 93vw !important;
    }

    .w-md-94
    {
        width: 94% !important;
    }

    .w-md-94vw
    {
        width: 94vw !important;
    }

    .w-md-95
    {
        width: 95% !important;
    }

    .w-md-95vw
    {
        width: 95vw !important;
    }

    .w-md-96
    {
        width: 96% !important;
    }

    .w-md-96vw
    {
        width: 96vw !important;
    }

    .w-md-97
    {
        width: 97% !important;
    }

    .w-md-97vw
    {
        width: 97vw !important;
    }

    .w-md-98
    {
        width: 98% !important;
    }

    .w-md-98vw
    {
        width: 98vw !important;
    }

    .w-md-99
    {
        width: 99% !important;
    }

    .w-md-99vw
    {
        width: 99vw !important;
    }

    .w-md-100
    {
        width: 100% !important;
    }

    .w-md-100vw
    {
        width: 100vw !important;
    }

    .fs-md-0pr
    {
        font-size: 0rem;
    }

    .fs-md-1pr
    {
        font-size: .01rem;
    }

    .fs-md-2pr
    {
        font-size: .02rem;
    }

    .fs-md-3pr
    {
        font-size: .03rem;
    }

    .fs-md-4pr
    {
        font-size: .04rem;
    }

    .fs-md-5pr
    {
        font-size: .05rem;
    }

    .fs-md-6pr
    {
        font-size: .06rem;
    }

    .fs-md-7pr
    {
        font-size: .07rem;
    }

    .fs-md-8pr
    {
        font-size: .08rem;
    }

    .fs-md-9pr
    {
        font-size: .09rem;
    }

    .fs-md-10pr
    {
        font-size: .1rem;
    }

    .fs-md-11pr
    {
        font-size: .11rem;
    }

    .fs-md-12pr
    {
        font-size: .12rem;
    }

    .fs-md-13pr
    {
        font-size: .13rem;
    }

    .fs-md-14pr
    {
        font-size: .14rem;
    }

    .fs-md-15pr
    {
        font-size: .15rem;
    }

    .fs-md-16pr
    {
        font-size: .16rem;
    }

    .fs-md-17pr
    {
        font-size: .17rem;
    }

    .fs-md-18pr
    {
        font-size: .18rem;
    }

    .fs-md-19pr
    {
        font-size: .19rem;
    }

    .fs-md-20pr
    {
        font-size: .2rem;
    }

    .fs-md-21pr
    {
        font-size: .21rem;
    }

    .fs-md-22pr
    {
        font-size: .22rem;
    }

    .fs-md-23pr
    {
        font-size: .23rem;
    }

    .fs-md-24pr
    {
        font-size: .24rem;
    }

    .fs-md-25pr
    {
        font-size: .25rem;
    }

    .fs-md-26pr
    {
        font-size: .26rem;
    }

    .fs-md-27pr
    {
        font-size: .27rem;
    }

    .fs-md-28pr
    {
        font-size: .28rem;
    }

    .fs-md-29pr
    {
        font-size: .29rem;
    }

    .fs-md-30pr
    {
        font-size: .3rem;
    }

    .fs-md-31pr
    {
        font-size: .31rem;
    }

    .fs-md-32pr
    {
        font-size: .32rem;
    }

    .fs-md-33pr
    {
        font-size: .33rem;
    }

    .fs-md-34pr
    {
        font-size: .34rem;
    }

    .fs-md-35pr
    {
        font-size: .35rem;
    }

    .fs-md-36pr
    {
        font-size: .36rem;
    }

    .fs-md-37pr
    {
        font-size: .37rem;
    }

    .fs-md-38pr
    {
        font-size: .38rem;
    }

    .fs-md-39pr
    {
        font-size: .39rem;
    }

    .fs-md-40pr
    {
        font-size: .4rem;
    }

    .fs-md-41pr
    {
        font-size: .41rem;
    }

    .fs-md-42pr
    {
        font-size: .42rem;
    }

    .fs-md-43pr
    {
        font-size: .43rem;
    }

    .fs-md-44pr
    {
        font-size: .44rem;
    }

    .fs-md-45pr
    {
        font-size: .45rem;
    }

    .fs-md-46pr
    {
        font-size: .46rem;
    }

    .fs-md-47pr
    {
        font-size: .47rem;
    }

    .fs-md-48pr
    {
        font-size: .48rem;
    }

    .fs-md-49pr
    {
        font-size: .49rem;
    }

    .fs-md-50pr
    {
        font-size: .5rem;
    }

    .fs-md-51pr
    {
        font-size: .51rem;
    }

    .fs-md-52pr
    {
        font-size: .52rem;
    }

    .fs-md-53pr
    {
        font-size: .53rem;
    }

    .fs-md-54pr
    {
        font-size: .54rem;
    }

    .fs-md-55pr
    {
        font-size: .55rem;
    }

    .fs-md-56pr
    {
        font-size: .56rem;
    }

    .fs-md-57pr
    {
        font-size: .57rem;
    }

    .fs-md-58pr
    {
        font-size: .58rem;
    }

    .fs-md-59pr
    {
        font-size: .59rem;
    }

    .fs-md-60pr
    {
        font-size: .6rem;
    }

    .fs-md-61pr
    {
        font-size: .61rem;
    }

    .fs-md-62pr
    {
        font-size: .62rem;
    }

    .fs-md-63pr
    {
        font-size: .63rem;
    }

    .fs-md-64pr
    {
        font-size: .64rem;
    }

    .fs-md-65pr
    {
        font-size: .65rem;
    }

    .fs-md-66pr
    {
        font-size: .66rem;
    }

    .fs-md-67pr
    {
        font-size: .67rem;
    }

    .fs-md-68pr
    {
        font-size: .68rem;
    }

    .fs-md-69pr
    {
        font-size: .69rem;
    }

    .fs-md-70pr
    {
        font-size: .7rem;
    }

    .fs-md-71pr
    {
        font-size: .71rem;
    }

    .fs-md-72pr
    {
        font-size: .72rem;
    }

    .fs-md-73pr
    {
        font-size: .73rem;
    }

    .fs-md-74pr
    {
        font-size: .74rem;
    }

    .fs-md-75pr
    {
        font-size: .75rem;
    }

    .fs-md-76pr
    {
        font-size: .76rem;
    }

    .fs-md-77pr
    {
        font-size: .77rem;
    }

    .fs-md-78pr
    {
        font-size: .78rem;
    }

    .fs-md-79pr
    {
        font-size: .79rem;
    }

    .fs-md-80pr
    {
        font-size: .8rem;
    }

    .fs-md-81pr
    {
        font-size: .81rem;
    }

    .fs-md-82pr
    {
        font-size: .82rem;
    }

    .fs-md-83pr
    {
        font-size: .83rem;
    }

    .fs-md-84pr
    {
        font-size: .84rem;
    }

    .fs-md-85pr
    {
        font-size: .85rem;
    }

    .fs-md-86pr
    {
        font-size: .86rem;
    }

    .fs-md-87pr
    {
        font-size: .87rem;
    }

    .fs-md-88pr
    {
        font-size: .88rem;
    }

    .fs-md-89pr
    {
        font-size: .89rem;
    }

    .fs-md-90pr
    {
        font-size: .9rem;
    }

    .fs-md-91pr
    {
        font-size: .91rem;
    }

    .fs-md-92pr
    {
        font-size: .92rem;
    }

    .fs-md-93pr
    {
        font-size: .93rem;
    }

    .fs-md-94pr
    {
        font-size: .94rem;
    }

    .fs-md-95pr
    {
        font-size: .95rem;
    }

    .fs-md-96pr
    {
        font-size: .96rem;
    }

    .fs-md-97pr
    {
        font-size: .97rem;
    }

    .fs-md-98pr
    {
        font-size: .98rem;
    }

    .fs-md-99pr
    {
        font-size: .99rem;
    }

    .fs-md-100pr
    {
        font-size: 1rem;
    }

    .fs-md-101pr
    {
        font-size: 1.01rem;
    }

    .fs-md-102pr
    {
        font-size: 1.02rem;
    }

    .fs-md-103pr
    {
        font-size: 1.03rem;
    }

    .fs-md-104pr
    {
        font-size: 1.04rem;
    }

    .fs-md-105pr
    {
        font-size: 1.05rem;
    }

    .fs-md-106pr
    {
        font-size: 1.06rem;
    }

    .fs-md-107pr
    {
        font-size: 1.07rem;
    }

    .fs-md-108pr
    {
        font-size: 1.08rem;
    }

    .fs-md-109pr
    {
        font-size: 1.09rem;
    }

    .fs-md-110pr
    {
        font-size: 1.1rem;
    }

    .fs-md-111pr
    {
        font-size: 1.11rem;
    }

    .fs-md-112pr
    {
        font-size: 1.12rem;
    }

    .fs-md-113pr
    {
        font-size: 1.13rem;
    }

    .fs-md-114pr
    {
        font-size: 1.14rem;
    }

    .fs-md-115pr
    {
        font-size: 1.15rem;
    }

    .fs-md-116pr
    {
        font-size: 1.16rem;
    }

    .fs-md-117pr
    {
        font-size: 1.17rem;
    }

    .fs-md-118pr
    {
        font-size: 1.18rem;
    }

    .fs-md-119pr
    {
        font-size: 1.19rem;
    }

    .fs-md-120pr
    {
        font-size: 1.2rem;
    }

    .fs-md-121pr
    {
        font-size: 1.21rem;
    }

    .fs-md-122pr
    {
        font-size: 1.22rem;
    }

    .fs-md-123pr
    {
        font-size: 1.23rem;
    }

    .fs-md-124pr
    {
        font-size: 1.24rem;
    }

    .fs-md-125pr
    {
        font-size: 1.25rem;
    }

    .fs-md-126pr
    {
        font-size: 1.26rem;
    }

    .fs-md-127pr
    {
        font-size: 1.27rem;
    }

    .fs-md-128pr
    {
        font-size: 1.28rem;
    }

    .fs-md-129pr
    {
        font-size: 1.29rem;
    }

    .fs-md-130pr
    {
        font-size: 1.3rem;
    }

    .fs-md-131pr
    {
        font-size: 1.31rem;
    }

    .fs-md-132pr
    {
        font-size: 1.32rem;
    }

    .fs-md-133pr
    {
        font-size: 1.33rem;
    }

    .fs-md-134pr
    {
        font-size: 1.34rem;
    }

    .fs-md-135pr
    {
        font-size: 1.35rem;
    }

    .fs-md-136pr
    {
        font-size: 1.36rem;
    }

    .fs-md-137pr
    {
        font-size: 1.37rem;
    }

    .fs-md-138pr
    {
        font-size: 1.38rem;
    }

    .fs-md-139pr
    {
        font-size: 1.39rem;
    }

    .fs-md-140pr
    {
        font-size: 1.4rem;
    }

    .fs-md-141pr
    {
        font-size: 1.41rem;
    }

    .fs-md-142pr
    {
        font-size: 1.42rem;
    }

    .fs-md-143pr
    {
        font-size: 1.43rem;
    }

    .fs-md-144pr
    {
        font-size: 1.44rem;
    }

    .fs-md-145pr
    {
        font-size: 1.45rem;
    }

    .fs-md-146pr
    {
        font-size: 1.46rem;
    }

    .fs-md-147pr
    {
        font-size: 1.47rem;
    }

    .fs-md-148pr
    {
        font-size: 1.48rem;
    }

    .fs-md-149pr
    {
        font-size: 1.49rem;
    }

    .fs-md-150pr
    {
        font-size: 1.5rem;
    }

    .fs-md-151pr
    {
        font-size: 1.51rem;
    }

    .fs-md-152pr
    {
        font-size: 1.52rem;
    }

    .fs-md-153pr
    {
        font-size: 1.53rem;
    }

    .fs-md-154pr
    {
        font-size: 1.54rem;
    }

    .fs-md-155pr
    {
        font-size: 1.55rem;
    }

    .fs-md-156pr
    {
        font-size: 1.56rem;
    }

    .fs-md-157pr
    {
        font-size: 1.57rem;
    }

    .fs-md-158pr
    {
        font-size: 1.58rem;
    }

    .fs-md-159pr
    {
        font-size: 1.59rem;
    }

    .fs-md-160pr
    {
        font-size: 1.6rem;
    }

    .fs-md-161pr
    {
        font-size: 1.61rem;
    }

    .fs-md-162pr
    {
        font-size: 1.62rem;
    }

    .fs-md-163pr
    {
        font-size: 1.63rem;
    }

    .fs-md-164pr
    {
        font-size: 1.64rem;
    }

    .fs-md-165pr
    {
        font-size: 1.65rem;
    }

    .fs-md-166pr
    {
        font-size: 1.66rem;
    }

    .fs-md-167pr
    {
        font-size: 1.67rem;
    }

    .fs-md-168pr
    {
        font-size: 1.68rem;
    }

    .fs-md-169pr
    {
        font-size: 1.69rem;
    }

    .fs-md-170pr
    {
        font-size: 1.7rem;
    }

    .fs-md-171pr
    {
        font-size: 1.71rem;
    }

    .fs-md-172pr
    {
        font-size: 1.72rem;
    }

    .fs-md-173pr
    {
        font-size: 1.73rem;
    }

    .fs-md-174pr
    {
        font-size: 1.74rem;
    }

    .fs-md-175pr
    {
        font-size: 1.75rem;
    }

    .fs-md-176pr
    {
        font-size: 1.76rem;
    }

    .fs-md-177pr
    {
        font-size: 1.77rem;
    }

    .fs-md-178pr
    {
        font-size: 1.78rem;
    }

    .fs-md-179pr
    {
        font-size: 1.79rem;
    }

    .fs-md-180pr
    {
        font-size: 1.8rem;
    }

    .fs-md-181pr
    {
        font-size: 1.81rem;
    }

    .fs-md-182pr
    {
        font-size: 1.82rem;
    }

    .fs-md-183pr
    {
        font-size: 1.83rem;
    }

    .fs-md-184pr
    {
        font-size: 1.84rem;
    }

    .fs-md-185pr
    {
        font-size: 1.85rem;
    }

    .fs-md-186pr
    {
        font-size: 1.86rem;
    }

    .fs-md-187pr
    {
        font-size: 1.87rem;
    }

    .fs-md-188pr
    {
        font-size: 1.88rem;
    }

    .fs-md-189pr
    {
        font-size: 1.89rem;
    }

    .fs-md-190pr
    {
        font-size: 1.9rem;
    }

    .fs-md-191pr
    {
        font-size: 1.91rem;
    }

    .fs-md-192pr
    {
        font-size: 1.92rem;
    }

    .fs-md-193pr
    {
        font-size: 1.93rem;
    }

    .fs-md-194pr
    {
        font-size: 1.94rem;
    }

    .fs-md-195pr
    {
        font-size: 1.95rem;
    }

    .fs-md-196pr
    {
        font-size: 1.96rem;
    }

    .fs-md-197pr
    {
        font-size: 1.97rem;
    }

    .fs-md-198pr
    {
        font-size: 1.98rem;
    }

    .fs-md-199pr
    {
        font-size: 1.99rem;
    }

    .fs-md-200pr
    {
        font-size: 2rem;
    }

    .fs-md-201pr
    {
        font-size: 2.01rem;
    }

    .fs-md-202pr
    {
        font-size: 2.02rem;
    }

    .fs-md-203pr
    {
        font-size: 2.03rem;
    }

    .fs-md-204pr
    {
        font-size: 2.04rem;
    }

    .fs-md-205pr
    {
        font-size: 2.05rem;
    }

    .fs-md-206pr
    {
        font-size: 2.06rem;
    }

    .fs-md-207pr
    {
        font-size: 2.07rem;
    }

    .fs-md-208pr
    {
        font-size: 2.08rem;
    }

    .fs-md-209pr
    {
        font-size: 2.09rem;
    }

    .fs-md-210pr
    {
        font-size: 2.1rem;
    }

    .fs-md-211pr
    {
        font-size: 2.11rem;
    }

    .fs-md-212pr
    {
        font-size: 2.12rem;
    }

    .fs-md-213pr
    {
        font-size: 2.13rem;
    }

    .fs-md-214pr
    {
        font-size: 2.14rem;
    }

    .fs-md-215pr
    {
        font-size: 2.15rem;
    }

    .fs-md-216pr
    {
        font-size: 2.16rem;
    }

    .fs-md-217pr
    {
        font-size: 2.17rem;
    }

    .fs-md-218pr
    {
        font-size: 2.18rem;
    }

    .fs-md-219pr
    {
        font-size: 2.19rem;
    }

    .fs-md-220pr
    {
        font-size: 2.2rem;
    }

    .fs-md-221pr
    {
        font-size: 2.21rem;
    }

    .fs-md-222pr
    {
        font-size: 2.22rem;
    }

    .fs-md-223pr
    {
        font-size: 2.23rem;
    }

    .fs-md-224pr
    {
        font-size: 2.24rem;
    }

    .fs-md-225pr
    {
        font-size: 2.25rem;
    }

    .fs-md-226pr
    {
        font-size: 2.26rem;
    }

    .fs-md-227pr
    {
        font-size: 2.27rem;
    }

    .fs-md-228pr
    {
        font-size: 2.28rem;
    }

    .fs-md-229pr
    {
        font-size: 2.29rem;
    }

    .fs-md-230pr
    {
        font-size: 2.3rem;
    }

    .fs-md-231pr
    {
        font-size: 2.31rem;
    }

    .fs-md-232pr
    {
        font-size: 2.32rem;
    }

    .fs-md-233pr
    {
        font-size: 2.33rem;
    }

    .fs-md-234pr
    {
        font-size: 2.34rem;
    }

    .fs-md-235pr
    {
        font-size: 2.35rem;
    }

    .fs-md-236pr
    {
        font-size: 2.36rem;
    }

    .fs-md-237pr
    {
        font-size: 2.37rem;
    }

    .fs-md-238pr
    {
        font-size: 2.38rem;
    }

    .fs-md-239pr
    {
        font-size: 2.39rem;
    }

    .fs-md-240pr
    {
        font-size: 2.4rem;
    }

    .fs-md-241pr
    {
        font-size: 2.41rem;
    }

    .fs-md-242pr
    {
        font-size: 2.42rem;
    }

    .fs-md-243pr
    {
        font-size: 2.43rem;
    }

    .fs-md-244pr
    {
        font-size: 2.44rem;
    }

    .fs-md-245pr
    {
        font-size: 2.45rem;
    }

    .fs-md-246pr
    {
        font-size: 2.46rem;
    }

    .fs-md-247pr
    {
        font-size: 2.47rem;
    }

    .fs-md-248pr
    {
        font-size: 2.48rem;
    }

    .fs-md-249pr
    {
        font-size: 2.49rem;
    }

    .fs-md-250pr
    {
        font-size: 2.5rem;
    }

    .fs-md-251pr
    {
        font-size: 2.51rem;
    }

    .fs-md-252pr
    {
        font-size: 2.52rem;
    }

    .fs-md-253pr
    {
        font-size: 2.53rem;
    }

    .fs-md-254pr
    {
        font-size: 2.54rem;
    }

    .fs-md-255pr
    {
        font-size: 2.55rem;
    }

    .fs-md-256pr
    {
        font-size: 2.56rem;
    }

    .fs-md-257pr
    {
        font-size: 2.57rem;
    }

    .fs-md-258pr
    {
        font-size: 2.58rem;
    }

    .fs-md-259pr
    {
        font-size: 2.59rem;
    }

    .fs-md-260pr
    {
        font-size: 2.6rem;
    }

    .fs-md-261pr
    {
        font-size: 2.61rem;
    }

    .fs-md-262pr
    {
        font-size: 2.62rem;
    }

    .fs-md-263pr
    {
        font-size: 2.63rem;
    }

    .fs-md-264pr
    {
        font-size: 2.64rem;
    }

    .fs-md-265pr
    {
        font-size: 2.65rem;
    }

    .fs-md-266pr
    {
        font-size: 2.66rem;
    }

    .fs-md-267pr
    {
        font-size: 2.67rem;
    }

    .fs-md-268pr
    {
        font-size: 2.68rem;
    }

    .fs-md-269pr
    {
        font-size: 2.69rem;
    }

    .fs-md-270pr
    {
        font-size: 2.7rem;
    }

    .fs-md-271pr
    {
        font-size: 2.71rem;
    }

    .fs-md-272pr
    {
        font-size: 2.72rem;
    }

    .fs-md-273pr
    {
        font-size: 2.73rem;
    }

    .fs-md-274pr
    {
        font-size: 2.74rem;
    }

    .fs-md-275pr
    {
        font-size: 2.75rem;
    }

    .fs-md-276pr
    {
        font-size: 2.76rem;
    }

    .fs-md-277pr
    {
        font-size: 2.77rem;
    }

    .fs-md-278pr
    {
        font-size: 2.78rem;
    }

    .fs-md-279pr
    {
        font-size: 2.79rem;
    }

    .fs-md-280pr
    {
        font-size: 2.8rem;
    }

    .fs-md-281pr
    {
        font-size: 2.81rem;
    }

    .fs-md-282pr
    {
        font-size: 2.82rem;
    }

    .fs-md-283pr
    {
        font-size: 2.83rem;
    }

    .fs-md-284pr
    {
        font-size: 2.84rem;
    }

    .fs-md-285pr
    {
        font-size: 2.85rem;
    }

    .fs-md-286pr
    {
        font-size: 2.86rem;
    }

    .fs-md-287pr
    {
        font-size: 2.87rem;
    }

    .fs-md-288pr
    {
        font-size: 2.88rem;
    }

    .fs-md-289pr
    {
        font-size: 2.89rem;
    }

    .fs-md-290pr
    {
        font-size: 2.9rem;
    }

    .fs-md-291pr
    {
        font-size: 2.91rem;
    }

    .fs-md-292pr
    {
        font-size: 2.92rem;
    }

    .fs-md-293pr
    {
        font-size: 2.93rem;
    }

    .fs-md-294pr
    {
        font-size: 2.94rem;
    }

    .fs-md-295pr
    {
        font-size: 2.95rem;
    }

    .fs-md-296pr
    {
        font-size: 2.96rem;
    }

    .fs-md-297pr
    {
        font-size: 2.97rem;
    }

    .fs-md-298pr
    {
        font-size: 2.98rem;
    }

    .fs-md-299pr
    {
        font-size: 2.99rem;
    }

    .fs-md-300pr
    {
        font-size: 3rem;
    }

    .fs-md-301pr
    {
        font-size: 3.01rem;
    }

    .fs-md-302pr
    {
        font-size: 3.02rem;
    }

    .fs-md-303pr
    {
        font-size: 3.03rem;
    }

    .fs-md-304pr
    {
        font-size: 3.04rem;
    }

    .fs-md-305pr
    {
        font-size: 3.05rem;
    }

    .fs-md-306pr
    {
        font-size: 3.06rem;
    }

    .fs-md-307pr
    {
        font-size: 3.07rem;
    }

    .fs-md-308pr
    {
        font-size: 3.08rem;
    }

    .fs-md-309pr
    {
        font-size: 3.09rem;
    }

    .fs-md-310pr
    {
        font-size: 3.1rem;
    }

    .fs-md-311pr
    {
        font-size: 3.11rem;
    }

    .fs-md-312pr
    {
        font-size: 3.12rem;
    }

    .fs-md-313pr
    {
        font-size: 3.13rem;
    }

    .fs-md-314pr
    {
        font-size: 3.14rem;
    }

    .fs-md-315pr
    {
        font-size: 3.15rem;
    }

    .fs-md-316pr
    {
        font-size: 3.16rem;
    }

    .fs-md-317pr
    {
        font-size: 3.17rem;
    }

    .fs-md-318pr
    {
        font-size: 3.18rem;
    }

    .fs-md-319pr
    {
        font-size: 3.19rem;
    }

    .fs-md-320pr
    {
        font-size: 3.2rem;
    }

    .fs-md-321pr
    {
        font-size: 3.21rem;
    }

    .fs-md-322pr
    {
        font-size: 3.22rem;
    }

    .fs-md-323pr
    {
        font-size: 3.23rem;
    }

    .fs-md-324pr
    {
        font-size: 3.24rem;
    }

    .fs-md-325pr
    {
        font-size: 3.25rem;
    }

    .fs-md-326pr
    {
        font-size: 3.26rem;
    }

    .fs-md-327pr
    {
        font-size: 3.27rem;
    }

    .fs-md-328pr
    {
        font-size: 3.28rem;
    }

    .fs-md-329pr
    {
        font-size: 3.29rem;
    }

    .fs-md-330pr
    {
        font-size: 3.3rem;
    }

    .fs-md-331pr
    {
        font-size: 3.31rem;
    }

    .fs-md-332pr
    {
        font-size: 3.32rem;
    }

    .fs-md-333pr
    {
        font-size: 3.33rem;
    }

    .fs-md-334pr
    {
        font-size: 3.34rem;
    }

    .fs-md-335pr
    {
        font-size: 3.35rem;
    }

    .fs-md-336pr
    {
        font-size: 3.36rem;
    }

    .fs-md-337pr
    {
        font-size: 3.37rem;
    }

    .fs-md-338pr
    {
        font-size: 3.38rem;
    }

    .fs-md-339pr
    {
        font-size: 3.39rem;
    }

    .fs-md-340pr
    {
        font-size: 3.4rem;
    }

    .fs-md-341pr
    {
        font-size: 3.41rem;
    }

    .fs-md-342pr
    {
        font-size: 3.42rem;
    }

    .fs-md-343pr
    {
        font-size: 3.43rem;
    }

    .fs-md-344pr
    {
        font-size: 3.44rem;
    }

    .fs-md-345pr
    {
        font-size: 3.45rem;
    }

    .fs-md-346pr
    {
        font-size: 3.46rem;
    }

    .fs-md-347pr
    {
        font-size: 3.47rem;
    }

    .fs-md-348pr
    {
        font-size: 3.48rem;
    }

    .fs-md-349pr
    {
        font-size: 3.49rem;
    }

    .fs-md-350pr
    {
        font-size: 3.5rem;
    }

    .fs-md-351pr
    {
        font-size: 3.51rem;
    }

    .fs-md-352pr
    {
        font-size: 3.52rem;
    }

    .fs-md-353pr
    {
        font-size: 3.53rem;
    }

    .fs-md-354pr
    {
        font-size: 3.54rem;
    }

    .fs-md-355pr
    {
        font-size: 3.55rem;
    }

    .fs-md-356pr
    {
        font-size: 3.56rem;
    }

    .fs-md-357pr
    {
        font-size: 3.57rem;
    }

    .fs-md-358pr
    {
        font-size: 3.58rem;
    }

    .fs-md-359pr
    {
        font-size: 3.59rem;
    }

    .fs-md-360pr
    {
        font-size: 3.6rem;
    }

    .fs-md-361pr
    {
        font-size: 3.61rem;
    }

    .fs-md-362pr
    {
        font-size: 3.62rem;
    }

    .fs-md-363pr
    {
        font-size: 3.63rem;
    }

    .fs-md-364pr
    {
        font-size: 3.64rem;
    }

    .fs-md-365pr
    {
        font-size: 3.65rem;
    }

    .fs-md-366pr
    {
        font-size: 3.66rem;
    }

    .fs-md-367pr
    {
        font-size: 3.67rem;
    }

    .fs-md-368pr
    {
        font-size: 3.68rem;
    }

    .fs-md-369pr
    {
        font-size: 3.69rem;
    }

    .fs-md-370pr
    {
        font-size: 3.7rem;
    }

    .fs-md-371pr
    {
        font-size: 3.71rem;
    }

    .fs-md-372pr
    {
        font-size: 3.72rem;
    }

    .fs-md-373pr
    {
        font-size: 3.73rem;
    }

    .fs-md-374pr
    {
        font-size: 3.74rem;
    }

    .fs-md-375pr
    {
        font-size: 3.75rem;
    }

    .fs-md-376pr
    {
        font-size: 3.76rem;
    }

    .fs-md-377pr
    {
        font-size: 3.77rem;
    }

    .fs-md-378pr
    {
        font-size: 3.78rem;
    }

    .fs-md-379pr
    {
        font-size: 3.79rem;
    }

    .fs-md-380pr
    {
        font-size: 3.8rem;
    }

    .fs-md-381pr
    {
        font-size: 3.81rem;
    }

    .fs-md-382pr
    {
        font-size: 3.82rem;
    }

    .fs-md-383pr
    {
        font-size: 3.83rem;
    }

    .fs-md-384pr
    {
        font-size: 3.84rem;
    }

    .fs-md-385pr
    {
        font-size: 3.85rem;
    }

    .fs-md-386pr
    {
        font-size: 3.86rem;
    }

    .fs-md-387pr
    {
        font-size: 3.87rem;
    }

    .fs-md-388pr
    {
        font-size: 3.88rem;
    }

    .fs-md-389pr
    {
        font-size: 3.89rem;
    }

    .fs-md-390pr
    {
        font-size: 3.9rem;
    }

    .fs-md-391pr
    {
        font-size: 3.91rem;
    }

    .fs-md-392pr
    {
        font-size: 3.92rem;
    }

    .fs-md-393pr
    {
        font-size: 3.93rem;
    }

    .fs-md-394pr
    {
        font-size: 3.94rem;
    }

    .fs-md-395pr
    {
        font-size: 3.95rem;
    }

    .fs-md-396pr
    {
        font-size: 3.96rem;
    }

    .fs-md-397pr
    {
        font-size: 3.97rem;
    }

    .fs-md-398pr
    {
        font-size: 3.98rem;
    }

    .fs-md-399pr
    {
        font-size: 3.99rem;
    }

    .fs-md-400pr
    {
        font-size: 4rem;
    }
}

@media (max-width: 767px)
{
    .navbar-toggleable-sm .navbar-nav .dropdown-menu
    {
        position: static;

        float: none;
    }

    .navbar-toggleable-sm > .container
    {
        padding-right: 0;
        padding-left: 0;
    }

    .hidden-sm-down
    {
        display: none !important;
    }

    body
    {
        font-size: 10.5pt;
    }

    .m-sm-1r
    {
        margin: 1rem !important;
    }

    .mt-sm-1r
    {
        margin-top: 1rem !important;
    }

    .mb-sm-1r
    {
        margin-bottom: 1rem !important;
    }

    .mr-sm-1r
    {
        margin-right: 1rem !important;
    }

    .ml-sm-1r
    {
        margin-left: 1rem !important;
    }

    .mx-sm-1r
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-sm-1r
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .p-sm-1r
    {
        padding: 1rem !important;
    }

    .pt-sm-1r
    {
        padding-top: 1rem !important;
    }

    .pb-sm-1r
    {
        padding-bottom: 1rem !important;
    }

    .pr-sm-1r
    {
        padding-right: 1rem !important;
    }

    .pl-sm-1r
    {
        padding-left: 1rem !important;
    }

    .px-sm-1r
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-sm-1r
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .m-sm-2r
    {
        margin: 2rem !important;
    }

    .mt-sm-2r
    {
        margin-top: 2rem !important;
    }

    .mb-sm-2r
    {
        margin-bottom: 2rem !important;
    }

    .mr-sm-2r
    {
        margin-right: 2rem !important;
    }

    .ml-sm-2r
    {
        margin-left: 2rem !important;
    }

    .mx-sm-2r
    {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .my-sm-2r
    {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .p-sm-2r
    {
        padding: 2rem !important;
    }

    .pt-sm-2r
    {
        padding-top: 2rem !important;
    }

    .pb-sm-2r
    {
        padding-bottom: 2rem !important;
    }

    .pr-sm-2r
    {
        padding-right: 2rem !important;
    }

    .pl-sm-2r
    {
        padding-left: 2rem !important;
    }

    .px-sm-2r
    {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .py-sm-2r
    {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .m-sm-3r
    {
        margin: 3rem !important;
    }

    .mt-sm-3r
    {
        margin-top: 3rem !important;
    }

    .mb-sm-3r
    {
        margin-bottom: 3rem !important;
    }

    .mr-sm-3r
    {
        margin-right: 3rem !important;
    }

    .ml-sm-3r
    {
        margin-left: 3rem !important;
    }

    .mx-sm-3r
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-sm-3r
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-sm-3r
    {
        padding: 3rem !important;
    }

    .pt-sm-3r
    {
        padding-top: 3rem !important;
    }

    .pb-sm-3r
    {
        padding-bottom: 3rem !important;
    }

    .pr-sm-3r
    {
        padding-right: 3rem !important;
    }

    .pl-sm-3r
    {
        padding-left: 3rem !important;
    }

    .px-sm-3r
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-3r
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-sm-4r
    {
        margin: 4rem !important;
    }

    .mt-sm-4r
    {
        margin-top: 4rem !important;
    }

    .mb-sm-4r
    {
        margin-bottom: 4rem !important;
    }

    .mr-sm-4r
    {
        margin-right: 4rem !important;
    }

    .ml-sm-4r
    {
        margin-left: 4rem !important;
    }

    .mx-sm-4r
    {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .my-sm-4r
    {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .p-sm-4r
    {
        padding: 4rem !important;
    }

    .pt-sm-4r
    {
        padding-top: 4rem !important;
    }

    .pb-sm-4r
    {
        padding-bottom: 4rem !important;
    }

    .pr-sm-4r
    {
        padding-right: 4rem !important;
    }

    .pl-sm-4r
    {
        padding-left: 4rem !important;
    }

    .px-sm-4r
    {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .py-sm-4r
    {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .m-sm-5r
    {
        margin: 5rem !important;
    }

    .mt-sm-5r
    {
        margin-top: 5rem !important;
    }

    .mb-sm-5r
    {
        margin-bottom: 5rem !important;
    }

    .mr-sm-5r
    {
        margin-right: 5rem !important;
    }

    .ml-sm-5r
    {
        margin-left: 5rem !important;
    }

    .mx-sm-5r
    {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .my-sm-5r
    {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .p-sm-5r
    {
        padding: 5rem !important;
    }

    .pt-sm-5r
    {
        padding-top: 5rem !important;
    }

    .pb-sm-5r
    {
        padding-bottom: 5rem !important;
    }

    .pr-sm-5r
    {
        padding-right: 5rem !important;
    }

    .pl-sm-5r
    {
        padding-left: 5rem !important;
    }

    .px-sm-5r
    {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-sm-5r
    {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .m-sm-6r
    {
        margin: 6rem !important;
    }

    .mt-sm-6r
    {
        margin-top: 6rem !important;
    }

    .mb-sm-6r
    {
        margin-bottom: 6rem !important;
    }

    .mr-sm-6r
    {
        margin-right: 6rem !important;
    }

    .ml-sm-6r
    {
        margin-left: 6rem !important;
    }

    .mx-sm-6r
    {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .my-sm-6r
    {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .p-sm-6r
    {
        padding: 6rem !important;
    }

    .pt-sm-6r
    {
        padding-top: 6rem !important;
    }

    .pb-sm-6r
    {
        padding-bottom: 6rem !important;
    }

    .pr-sm-6r
    {
        padding-right: 6rem !important;
    }

    .pl-sm-6r
    {
        padding-left: 6rem !important;
    }

    .px-sm-6r
    {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .py-sm-6r
    {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .m-sm-7r
    {
        margin: 7rem !important;
    }

    .mt-sm-7r
    {
        margin-top: 7rem !important;
    }

    .mb-sm-7r
    {
        margin-bottom: 7rem !important;
    }

    .mr-sm-7r
    {
        margin-right: 7rem !important;
    }

    .ml-sm-7r
    {
        margin-left: 7rem !important;
    }

    .mx-sm-7r
    {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .my-sm-7r
    {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .p-sm-7r
    {
        padding: 7rem !important;
    }

    .pt-sm-7r
    {
        padding-top: 7rem !important;
    }

    .pb-sm-7r
    {
        padding-bottom: 7rem !important;
    }

    .pr-sm-7r
    {
        padding-right: 7rem !important;
    }

    .pl-sm-7r
    {
        padding-left: 7rem !important;
    }

    .px-sm-7r
    {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .py-sm-7r
    {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .m-sm-8r
    {
        margin: 8rem !important;
    }

    .mt-sm-8r
    {
        margin-top: 8rem !important;
    }

    .mb-sm-8r
    {
        margin-bottom: 8rem !important;
    }

    .mr-sm-8r
    {
        margin-right: 8rem !important;
    }

    .ml-sm-8r
    {
        margin-left: 8rem !important;
    }

    .mx-sm-8r
    {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .my-sm-8r
    {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .p-sm-8r
    {
        padding: 8rem !important;
    }

    .pt-sm-8r
    {
        padding-top: 8rem !important;
    }

    .pb-sm-8r
    {
        padding-bottom: 8rem !important;
    }

    .pr-sm-8r
    {
        padding-right: 8rem !important;
    }

    .pl-sm-8r
    {
        padding-left: 8rem !important;
    }

    .px-sm-8r
    {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .py-sm-8r
    {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .m-sm-9r
    {
        margin: 9rem !important;
    }

    .mt-sm-9r
    {
        margin-top: 9rem !important;
    }

    .mb-sm-9r
    {
        margin-bottom: 9rem !important;
    }

    .mr-sm-9r
    {
        margin-right: 9rem !important;
    }

    .ml-sm-9r
    {
        margin-left: 9rem !important;
    }

    .mx-sm-9r
    {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .my-sm-9r
    {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .p-sm-9r
    {
        padding: 9rem !important;
    }

    .pt-sm-9r
    {
        padding-top: 9rem !important;
    }

    .pb-sm-9r
    {
        padding-bottom: 9rem !important;
    }

    .pr-sm-9r
    {
        padding-right: 9rem !important;
    }

    .pl-sm-9r
    {
        padding-left: 9rem !important;
    }

    .px-sm-9r
    {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }

    .py-sm-9r
    {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .m-sm-10r
    {
        margin: 10rem !important;
    }

    .mt-sm-10r
    {
        margin-top: 10rem !important;
    }

    .mb-sm-10r
    {
        margin-bottom: 10rem !important;
    }

    .mr-sm-10r
    {
        margin-right: 10rem !important;
    }

    .ml-sm-10r
    {
        margin-left: 10rem !important;
    }

    .mx-sm-10r
    {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .my-sm-10r
    {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .p-sm-10r
    {
        padding: 10rem !important;
    }

    .pt-sm-10r
    {
        padding-top: 10rem !important;
    }

    .pb-sm-10r
    {
        padding-bottom: 10rem !important;
    }

    .pr-sm-10r
    {
        padding-right: 10rem !important;
    }

    .pl-sm-10r
    {
        padding-left: 10rem !important;
    }

    .px-sm-10r
    {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .py-sm-10r
    {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .w-sm-0
    {
        width: 0 !important;
    }

    .w-sm-0vw
    {
        width: 0vw !important;
    }

    .w-sm-1
    {
        width: 1% !important;
    }

    .w-sm-1vw
    {
        width: 1vw !important;
    }

    .w-sm-2
    {
        width: 2% !important;
    }

    .w-sm-2vw
    {
        width: 2vw !important;
    }

    .w-sm-3
    {
        width: 3% !important;
    }

    .w-sm-3vw
    {
        width: 3vw !important;
    }

    .w-sm-4
    {
        width: 4% !important;
    }

    .w-sm-4vw
    {
        width: 4vw !important;
    }

    .w-sm-5
    {
        width: 5% !important;
    }

    .w-sm-5vw
    {
        width: 5vw !important;
    }

    .w-sm-6
    {
        width: 6% !important;
    }

    .w-sm-6vw
    {
        width: 6vw !important;
    }

    .w-sm-7
    {
        width: 7% !important;
    }

    .w-sm-7vw
    {
        width: 7vw !important;
    }

    .w-sm-8
    {
        width: 8% !important;
    }

    .w-sm-8vw
    {
        width: 8vw !important;
    }

    .w-sm-9
    {
        width: 9% !important;
    }

    .w-sm-9vw
    {
        width: 9vw !important;
    }

    .w-sm-10
    {
        width: 10% !important;
    }

    .w-sm-10vw
    {
        width: 10vw !important;
    }

    .w-sm-11
    {
        width: 11% !important;
    }

    .w-sm-11vw
    {
        width: 11vw !important;
    }

    .w-sm-12
    {
        width: 12% !important;
    }

    .w-sm-12vw
    {
        width: 12vw !important;
    }

    .w-sm-13
    {
        width: 13% !important;
    }

    .w-sm-13vw
    {
        width: 13vw !important;
    }

    .w-sm-14
    {
        width: 14% !important;
    }

    .w-sm-14vw
    {
        width: 14vw !important;
    }

    .w-sm-15
    {
        width: 15% !important;
    }

    .w-sm-15vw
    {
        width: 15vw !important;
    }

    .w-sm-16
    {
        width: 16% !important;
    }

    .w-sm-16vw
    {
        width: 16vw !important;
    }

    .w-sm-17
    {
        width: 17% !important;
    }

    .w-sm-17vw
    {
        width: 17vw !important;
    }

    .w-sm-18
    {
        width: 18% !important;
    }

    .w-sm-18vw
    {
        width: 18vw !important;
    }

    .w-sm-19
    {
        width: 19% !important;
    }

    .w-sm-19vw
    {
        width: 19vw !important;
    }

    .w-sm-20
    {
        width: 20% !important;
    }

    .w-sm-20vw
    {
        width: 20vw !important;
    }

    .w-sm-21
    {
        width: 21% !important;
    }

    .w-sm-21vw
    {
        width: 21vw !important;
    }

    .w-sm-22
    {
        width: 22% !important;
    }

    .w-sm-22vw
    {
        width: 22vw !important;
    }

    .w-sm-23
    {
        width: 23% !important;
    }

    .w-sm-23vw
    {
        width: 23vw !important;
    }

    .w-sm-24
    {
        width: 24% !important;
    }

    .w-sm-24vw
    {
        width: 24vw !important;
    }

    .w-sm-25
    {
        width: 25% !important;
    }

    .w-sm-25vw
    {
        width: 25vw !important;
    }

    .w-sm-26
    {
        width: 26% !important;
    }

    .w-sm-26vw
    {
        width: 26vw !important;
    }

    .w-sm-27
    {
        width: 27% !important;
    }

    .w-sm-27vw
    {
        width: 27vw !important;
    }

    .w-sm-28
    {
        width: 28% !important;
    }

    .w-sm-28vw
    {
        width: 28vw !important;
    }

    .w-sm-29
    {
        width: 29% !important;
    }

    .w-sm-29vw
    {
        width: 29vw !important;
    }

    .w-sm-30
    {
        width: 30% !important;
    }

    .w-sm-30vw
    {
        width: 30vw !important;
    }

    .w-sm-31
    {
        width: 31% !important;
    }

    .w-sm-31vw
    {
        width: 31vw !important;
    }

    .w-sm-32
    {
        width: 32% !important;
    }

    .w-sm-32vw
    {
        width: 32vw !important;
    }

    .w-sm-33
    {
        width: 33% !important;
    }

    .w-sm-33vw
    {
        width: 33vw !important;
    }

    .w-sm-34
    {
        width: 34% !important;
    }

    .w-sm-34vw
    {
        width: 34vw !important;
    }

    .w-sm-35
    {
        width: 35% !important;
    }

    .w-sm-35vw
    {
        width: 35vw !important;
    }

    .w-sm-36
    {
        width: 36% !important;
    }

    .w-sm-36vw
    {
        width: 36vw !important;
    }

    .w-sm-37
    {
        width: 37% !important;
    }

    .w-sm-37vw
    {
        width: 37vw !important;
    }

    .w-sm-38
    {
        width: 38% !important;
    }

    .w-sm-38vw
    {
        width: 38vw !important;
    }

    .w-sm-39
    {
        width: 39% !important;
    }

    .w-sm-39vw
    {
        width: 39vw !important;
    }

    .w-sm-40
    {
        width: 40% !important;
    }

    .w-sm-40vw
    {
        width: 40vw !important;
    }

    .w-sm-41
    {
        width: 41% !important;
    }

    .w-sm-41vw
    {
        width: 41vw !important;
    }

    .w-sm-42
    {
        width: 42% !important;
    }

    .w-sm-42vw
    {
        width: 42vw !important;
    }

    .w-sm-43
    {
        width: 43% !important;
    }

    .w-sm-43vw
    {
        width: 43vw !important;
    }

    .w-sm-44
    {
        width: 44% !important;
    }

    .w-sm-44vw
    {
        width: 44vw !important;
    }

    .w-sm-45
    {
        width: 45% !important;
    }

    .w-sm-45vw
    {
        width: 45vw !important;
    }

    .w-sm-46
    {
        width: 46% !important;
    }

    .w-sm-46vw
    {
        width: 46vw !important;
    }

    .w-sm-47
    {
        width: 47% !important;
    }

    .w-sm-47vw
    {
        width: 47vw !important;
    }

    .w-sm-48
    {
        width: 48% !important;
    }

    .w-sm-48vw
    {
        width: 48vw !important;
    }

    .w-sm-49
    {
        width: 49% !important;
    }

    .w-sm-49vw
    {
        width: 49vw !important;
    }

    .w-sm-50
    {
        width: 50% !important;
    }

    .w-sm-50vw
    {
        width: 50vw !important;
    }

    .w-sm-51
    {
        width: 51% !important;
    }

    .w-sm-51vw
    {
        width: 51vw !important;
    }

    .w-sm-52
    {
        width: 52% !important;
    }

    .w-sm-52vw
    {
        width: 52vw !important;
    }

    .w-sm-53
    {
        width: 53% !important;
    }

    .w-sm-53vw
    {
        width: 53vw !important;
    }

    .w-sm-54
    {
        width: 54% !important;
    }

    .w-sm-54vw
    {
        width: 54vw !important;
    }

    .w-sm-55
    {
        width: 55% !important;
    }

    .w-sm-55vw
    {
        width: 55vw !important;
    }

    .w-sm-56
    {
        width: 56% !important;
    }

    .w-sm-56vw
    {
        width: 56vw !important;
    }

    .w-sm-57
    {
        width: 57% !important;
    }

    .w-sm-57vw
    {
        width: 57vw !important;
    }

    .w-sm-58
    {
        width: 58% !important;
    }

    .w-sm-58vw
    {
        width: 58vw !important;
    }

    .w-sm-59
    {
        width: 59% !important;
    }

    .w-sm-59vw
    {
        width: 59vw !important;
    }

    .w-sm-60
    {
        width: 60% !important;
    }

    .w-sm-60vw
    {
        width: 60vw !important;
    }

    .w-sm-61
    {
        width: 61% !important;
    }

    .w-sm-61vw
    {
        width: 61vw !important;
    }

    .w-sm-62
    {
        width: 62% !important;
    }

    .w-sm-62vw
    {
        width: 62vw !important;
    }

    .w-sm-63
    {
        width: 63% !important;
    }

    .w-sm-63vw
    {
        width: 63vw !important;
    }

    .w-sm-64
    {
        width: 64% !important;
    }

    .w-sm-64vw
    {
        width: 64vw !important;
    }

    .w-sm-65
    {
        width: 65% !important;
    }

    .w-sm-65vw
    {
        width: 65vw !important;
    }

    .w-sm-66
    {
        width: 66% !important;
    }

    .w-sm-66vw
    {
        width: 66vw !important;
    }

    .w-sm-67
    {
        width: 67% !important;
    }

    .w-sm-67vw
    {
        width: 67vw !important;
    }

    .w-sm-68
    {
        width: 68% !important;
    }

    .w-sm-68vw
    {
        width: 68vw !important;
    }

    .w-sm-69
    {
        width: 69% !important;
    }

    .w-sm-69vw
    {
        width: 69vw !important;
    }

    .w-sm-70
    {
        width: 70% !important;
    }

    .w-sm-70vw
    {
        width: 70vw !important;
    }

    .w-sm-71
    {
        width: 71% !important;
    }

    .w-sm-71vw
    {
        width: 71vw !important;
    }

    .w-sm-72
    {
        width: 72% !important;
    }

    .w-sm-72vw
    {
        width: 72vw !important;
    }

    .w-sm-73
    {
        width: 73% !important;
    }

    .w-sm-73vw
    {
        width: 73vw !important;
    }

    .w-sm-74
    {
        width: 74% !important;
    }

    .w-sm-74vw
    {
        width: 74vw !important;
    }

    .w-sm-75
    {
        width: 75% !important;
    }

    .w-sm-75vw
    {
        width: 75vw !important;
    }

    .w-sm-76
    {
        width: 76% !important;
    }

    .w-sm-76vw
    {
        width: 76vw !important;
    }

    .w-sm-77
    {
        width: 77% !important;
    }

    .w-sm-77vw
    {
        width: 77vw !important;
    }

    .w-sm-78
    {
        width: 78% !important;
    }

    .w-sm-78vw
    {
        width: 78vw !important;
    }

    .w-sm-79
    {
        width: 79% !important;
    }

    .w-sm-79vw
    {
        width: 79vw !important;
    }

    .w-sm-80
    {
        width: 80% !important;
    }

    .w-sm-80vw
    {
        width: 80vw !important;
    }

    .w-sm-81
    {
        width: 81% !important;
    }

    .w-sm-81vw
    {
        width: 81vw !important;
    }

    .w-sm-82
    {
        width: 82% !important;
    }

    .w-sm-82vw
    {
        width: 82vw !important;
    }

    .w-sm-83
    {
        width: 83% !important;
    }

    .w-sm-83vw
    {
        width: 83vw !important;
    }

    .w-sm-84
    {
        width: 84% !important;
    }

    .w-sm-84vw
    {
        width: 84vw !important;
    }

    .w-sm-85
    {
        width: 85% !important;
    }

    .w-sm-85vw
    {
        width: 85vw !important;
    }

    .w-sm-86
    {
        width: 86% !important;
    }

    .w-sm-86vw
    {
        width: 86vw !important;
    }

    .w-sm-87
    {
        width: 87% !important;
    }

    .w-sm-87vw
    {
        width: 87vw !important;
    }

    .w-sm-88
    {
        width: 88% !important;
    }

    .w-sm-88vw
    {
        width: 88vw !important;
    }

    .w-sm-89
    {
        width: 89% !important;
    }

    .w-sm-89vw
    {
        width: 89vw !important;
    }

    .w-sm-90
    {
        width: 90% !important;
    }

    .w-sm-90vw
    {
        width: 90vw !important;
    }

    .w-sm-91
    {
        width: 91% !important;
    }

    .w-sm-91vw
    {
        width: 91vw !important;
    }

    .w-sm-92
    {
        width: 92% !important;
    }

    .w-sm-92vw
    {
        width: 92vw !important;
    }

    .w-sm-93
    {
        width: 93% !important;
    }

    .w-sm-93vw
    {
        width: 93vw !important;
    }

    .w-sm-94
    {
        width: 94% !important;
    }

    .w-sm-94vw
    {
        width: 94vw !important;
    }

    .w-sm-95
    {
        width: 95% !important;
    }

    .w-sm-95vw
    {
        width: 95vw !important;
    }

    .w-sm-96
    {
        width: 96% !important;
    }

    .w-sm-96vw
    {
        width: 96vw !important;
    }

    .w-sm-97
    {
        width: 97% !important;
    }

    .w-sm-97vw
    {
        width: 97vw !important;
    }

    .w-sm-98
    {
        width: 98% !important;
    }

    .w-sm-98vw
    {
        width: 98vw !important;
    }

    .w-sm-99
    {
        width: 99% !important;
    }

    .w-sm-99vw
    {
        width: 99vw !important;
    }

    .w-sm-100
    {
        width: 100% !important;
    }

    .w-sm-100vw
    {
        width: 100vw !important;
    }

    .fs-sm-0pr
    {
        font-size: 0rem;
    }

    .fs-sm-1pr
    {
        font-size: .01rem;
    }

    .fs-sm-2pr
    {
        font-size: .02rem;
    }

    .fs-sm-3pr
    {
        font-size: .03rem;
    }

    .fs-sm-4pr
    {
        font-size: .04rem;
    }

    .fs-sm-5pr
    {
        font-size: .05rem;
    }

    .fs-sm-6pr
    {
        font-size: .06rem;
    }

    .fs-sm-7pr
    {
        font-size: .07rem;
    }

    .fs-sm-8pr
    {
        font-size: .08rem;
    }

    .fs-sm-9pr
    {
        font-size: .09rem;
    }

    .fs-sm-10pr
    {
        font-size: .1rem;
    }

    .fs-sm-11pr
    {
        font-size: .11rem;
    }

    .fs-sm-12pr
    {
        font-size: .12rem;
    }

    .fs-sm-13pr
    {
        font-size: .13rem;
    }

    .fs-sm-14pr
    {
        font-size: .14rem;
    }

    .fs-sm-15pr
    {
        font-size: .15rem;
    }

    .fs-sm-16pr
    {
        font-size: .16rem;
    }

    .fs-sm-17pr
    {
        font-size: .17rem;
    }

    .fs-sm-18pr
    {
        font-size: .18rem;
    }

    .fs-sm-19pr
    {
        font-size: .19rem;
    }

    .fs-sm-20pr
    {
        font-size: .2rem;
    }

    .fs-sm-21pr
    {
        font-size: .21rem;
    }

    .fs-sm-22pr
    {
        font-size: .22rem;
    }

    .fs-sm-23pr
    {
        font-size: .23rem;
    }

    .fs-sm-24pr
    {
        font-size: .24rem;
    }

    .fs-sm-25pr
    {
        font-size: .25rem;
    }

    .fs-sm-26pr
    {
        font-size: .26rem;
    }

    .fs-sm-27pr
    {
        font-size: .27rem;
    }

    .fs-sm-28pr
    {
        font-size: .28rem;
    }

    .fs-sm-29pr
    {
        font-size: .29rem;
    }

    .fs-sm-30pr
    {
        font-size: .3rem;
    }

    .fs-sm-31pr
    {
        font-size: .31rem;
    }

    .fs-sm-32pr
    {
        font-size: .32rem;
    }

    .fs-sm-33pr
    {
        font-size: .33rem;
    }

    .fs-sm-34pr
    {
        font-size: .34rem;
    }

    .fs-sm-35pr
    {
        font-size: .35rem;
    }

    .fs-sm-36pr
    {
        font-size: .36rem;
    }

    .fs-sm-37pr
    {
        font-size: .37rem;
    }

    .fs-sm-38pr
    {
        font-size: .38rem;
    }

    .fs-sm-39pr
    {
        font-size: .39rem;
    }

    .fs-sm-40pr
    {
        font-size: .4rem;
    }

    .fs-sm-41pr
    {
        font-size: .41rem;
    }

    .fs-sm-42pr
    {
        font-size: .42rem;
    }

    .fs-sm-43pr
    {
        font-size: .43rem;
    }

    .fs-sm-44pr
    {
        font-size: .44rem;
    }

    .fs-sm-45pr
    {
        font-size: .45rem;
    }

    .fs-sm-46pr
    {
        font-size: .46rem;
    }

    .fs-sm-47pr
    {
        font-size: .47rem;
    }

    .fs-sm-48pr
    {
        font-size: .48rem;
    }

    .fs-sm-49pr
    {
        font-size: .49rem;
    }

    .fs-sm-50pr
    {
        font-size: .5rem;
    }

    .fs-sm-51pr
    {
        font-size: .51rem;
    }

    .fs-sm-52pr
    {
        font-size: .52rem;
    }

    .fs-sm-53pr
    {
        font-size: .53rem;
    }

    .fs-sm-54pr
    {
        font-size: .54rem;
    }

    .fs-sm-55pr
    {
        font-size: .55rem;
    }

    .fs-sm-56pr
    {
        font-size: .56rem;
    }

    .fs-sm-57pr
    {
        font-size: .57rem;
    }

    .fs-sm-58pr
    {
        font-size: .58rem;
    }

    .fs-sm-59pr
    {
        font-size: .59rem;
    }

    .fs-sm-60pr
    {
        font-size: .6rem;
    }

    .fs-sm-61pr
    {
        font-size: .61rem;
    }

    .fs-sm-62pr
    {
        font-size: .62rem;
    }

    .fs-sm-63pr
    {
        font-size: .63rem;
    }

    .fs-sm-64pr
    {
        font-size: .64rem;
    }

    .fs-sm-65pr
    {
        font-size: .65rem;
    }

    .fs-sm-66pr
    {
        font-size: .66rem;
    }

    .fs-sm-67pr
    {
        font-size: .67rem;
    }

    .fs-sm-68pr
    {
        font-size: .68rem;
    }

    .fs-sm-69pr
    {
        font-size: .69rem;
    }

    .fs-sm-70pr
    {
        font-size: .7rem;
    }

    .fs-sm-71pr
    {
        font-size: .71rem;
    }

    .fs-sm-72pr
    {
        font-size: .72rem;
    }

    .fs-sm-73pr
    {
        font-size: .73rem;
    }

    .fs-sm-74pr
    {
        font-size: .74rem;
    }

    .fs-sm-75pr
    {
        font-size: .75rem;
    }

    .fs-sm-76pr
    {
        font-size: .76rem;
    }

    .fs-sm-77pr
    {
        font-size: .77rem;
    }

    .fs-sm-78pr
    {
        font-size: .78rem;
    }

    .fs-sm-79pr
    {
        font-size: .79rem;
    }

    .fs-sm-80pr
    {
        font-size: .8rem;
    }

    .fs-sm-81pr
    {
        font-size: .81rem;
    }

    .fs-sm-82pr
    {
        font-size: .82rem;
    }

    .fs-sm-83pr
    {
        font-size: .83rem;
    }

    .fs-sm-84pr
    {
        font-size: .84rem;
    }

    .fs-sm-85pr
    {
        font-size: .85rem;
    }

    .fs-sm-86pr
    {
        font-size: .86rem;
    }

    .fs-sm-87pr
    {
        font-size: .87rem;
    }

    .fs-sm-88pr
    {
        font-size: .88rem;
    }

    .fs-sm-89pr
    {
        font-size: .89rem;
    }

    .fs-sm-90pr
    {
        font-size: .9rem;
    }

    .fs-sm-91pr
    {
        font-size: .91rem;
    }

    .fs-sm-92pr
    {
        font-size: .92rem;
    }

    .fs-sm-93pr
    {
        font-size: .93rem;
    }

    .fs-sm-94pr
    {
        font-size: .94rem;
    }

    .fs-sm-95pr
    {
        font-size: .95rem;
    }

    .fs-sm-96pr
    {
        font-size: .96rem;
    }

    .fs-sm-97pr
    {
        font-size: .97rem;
    }

    .fs-sm-98pr
    {
        font-size: .98rem;
    }

    .fs-sm-99pr
    {
        font-size: .99rem;
    }

    .fs-sm-100pr
    {
        font-size: 1rem;
    }

    .fs-sm-101pr
    {
        font-size: 1.01rem;
    }

    .fs-sm-102pr
    {
        font-size: 1.02rem;
    }

    .fs-sm-103pr
    {
        font-size: 1.03rem;
    }

    .fs-sm-104pr
    {
        font-size: 1.04rem;
    }

    .fs-sm-105pr
    {
        font-size: 1.05rem;
    }

    .fs-sm-106pr
    {
        font-size: 1.06rem;
    }

    .fs-sm-107pr
    {
        font-size: 1.07rem;
    }

    .fs-sm-108pr
    {
        font-size: 1.08rem;
    }

    .fs-sm-109pr
    {
        font-size: 1.09rem;
    }

    .fs-sm-110pr
    {
        font-size: 1.1rem;
    }

    .fs-sm-111pr
    {
        font-size: 1.11rem;
    }

    .fs-sm-112pr
    {
        font-size: 1.12rem;
    }

    .fs-sm-113pr
    {
        font-size: 1.13rem;
    }

    .fs-sm-114pr
    {
        font-size: 1.14rem;
    }

    .fs-sm-115pr
    {
        font-size: 1.15rem;
    }

    .fs-sm-116pr
    {
        font-size: 1.16rem;
    }

    .fs-sm-117pr
    {
        font-size: 1.17rem;
    }

    .fs-sm-118pr
    {
        font-size: 1.18rem;
    }

    .fs-sm-119pr
    {
        font-size: 1.19rem;
    }

    .fs-sm-120pr
    {
        font-size: 1.2rem;
    }

    .fs-sm-121pr
    {
        font-size: 1.21rem;
    }

    .fs-sm-122pr
    {
        font-size: 1.22rem;
    }

    .fs-sm-123pr
    {
        font-size: 1.23rem;
    }

    .fs-sm-124pr
    {
        font-size: 1.24rem;
    }

    .fs-sm-125pr
    {
        font-size: 1.25rem;
    }

    .fs-sm-126pr
    {
        font-size: 1.26rem;
    }

    .fs-sm-127pr
    {
        font-size: 1.27rem;
    }

    .fs-sm-128pr
    {
        font-size: 1.28rem;
    }

    .fs-sm-129pr
    {
        font-size: 1.29rem;
    }

    .fs-sm-130pr
    {
        font-size: 1.3rem;
    }

    .fs-sm-131pr
    {
        font-size: 1.31rem;
    }

    .fs-sm-132pr
    {
        font-size: 1.32rem;
    }

    .fs-sm-133pr
    {
        font-size: 1.33rem;
    }

    .fs-sm-134pr
    {
        font-size: 1.34rem;
    }

    .fs-sm-135pr
    {
        font-size: 1.35rem;
    }

    .fs-sm-136pr
    {
        font-size: 1.36rem;
    }

    .fs-sm-137pr
    {
        font-size: 1.37rem;
    }

    .fs-sm-138pr
    {
        font-size: 1.38rem;
    }

    .fs-sm-139pr
    {
        font-size: 1.39rem;
    }

    .fs-sm-140pr
    {
        font-size: 1.4rem;
    }

    .fs-sm-141pr
    {
        font-size: 1.41rem;
    }

    .fs-sm-142pr
    {
        font-size: 1.42rem;
    }

    .fs-sm-143pr
    {
        font-size: 1.43rem;
    }

    .fs-sm-144pr
    {
        font-size: 1.44rem;
    }

    .fs-sm-145pr
    {
        font-size: 1.45rem;
    }

    .fs-sm-146pr
    {
        font-size: 1.46rem;
    }

    .fs-sm-147pr
    {
        font-size: 1.47rem;
    }

    .fs-sm-148pr
    {
        font-size: 1.48rem;
    }

    .fs-sm-149pr
    {
        font-size: 1.49rem;
    }

    .fs-sm-150pr
    {
        font-size: 1.5rem;
    }

    .fs-sm-151pr
    {
        font-size: 1.51rem;
    }

    .fs-sm-152pr
    {
        font-size: 1.52rem;
    }

    .fs-sm-153pr
    {
        font-size: 1.53rem;
    }

    .fs-sm-154pr
    {
        font-size: 1.54rem;
    }

    .fs-sm-155pr
    {
        font-size: 1.55rem;
    }

    .fs-sm-156pr
    {
        font-size: 1.56rem;
    }

    .fs-sm-157pr
    {
        font-size: 1.57rem;
    }

    .fs-sm-158pr
    {
        font-size: 1.58rem;
    }

    .fs-sm-159pr
    {
        font-size: 1.59rem;
    }

    .fs-sm-160pr
    {
        font-size: 1.6rem;
    }

    .fs-sm-161pr
    {
        font-size: 1.61rem;
    }

    .fs-sm-162pr
    {
        font-size: 1.62rem;
    }

    .fs-sm-163pr
    {
        font-size: 1.63rem;
    }

    .fs-sm-164pr
    {
        font-size: 1.64rem;
    }

    .fs-sm-165pr
    {
        font-size: 1.65rem;
    }

    .fs-sm-166pr
    {
        font-size: 1.66rem;
    }

    .fs-sm-167pr
    {
        font-size: 1.67rem;
    }

    .fs-sm-168pr
    {
        font-size: 1.68rem;
    }

    .fs-sm-169pr
    {
        font-size: 1.69rem;
    }

    .fs-sm-170pr
    {
        font-size: 1.7rem;
    }

    .fs-sm-171pr
    {
        font-size: 1.71rem;
    }

    .fs-sm-172pr
    {
        font-size: 1.72rem;
    }

    .fs-sm-173pr
    {
        font-size: 1.73rem;
    }

    .fs-sm-174pr
    {
        font-size: 1.74rem;
    }

    .fs-sm-175pr
    {
        font-size: 1.75rem;
    }

    .fs-sm-176pr
    {
        font-size: 1.76rem;
    }

    .fs-sm-177pr
    {
        font-size: 1.77rem;
    }

    .fs-sm-178pr
    {
        font-size: 1.78rem;
    }

    .fs-sm-179pr
    {
        font-size: 1.79rem;
    }

    .fs-sm-180pr
    {
        font-size: 1.8rem;
    }

    .fs-sm-181pr
    {
        font-size: 1.81rem;
    }

    .fs-sm-182pr
    {
        font-size: 1.82rem;
    }

    .fs-sm-183pr
    {
        font-size: 1.83rem;
    }

    .fs-sm-184pr
    {
        font-size: 1.84rem;
    }

    .fs-sm-185pr
    {
        font-size: 1.85rem;
    }

    .fs-sm-186pr
    {
        font-size: 1.86rem;
    }

    .fs-sm-187pr
    {
        font-size: 1.87rem;
    }

    .fs-sm-188pr
    {
        font-size: 1.88rem;
    }

    .fs-sm-189pr
    {
        font-size: 1.89rem;
    }

    .fs-sm-190pr
    {
        font-size: 1.9rem;
    }

    .fs-sm-191pr
    {
        font-size: 1.91rem;
    }

    .fs-sm-192pr
    {
        font-size: 1.92rem;
    }

    .fs-sm-193pr
    {
        font-size: 1.93rem;
    }

    .fs-sm-194pr
    {
        font-size: 1.94rem;
    }

    .fs-sm-195pr
    {
        font-size: 1.95rem;
    }

    .fs-sm-196pr
    {
        font-size: 1.96rem;
    }

    .fs-sm-197pr
    {
        font-size: 1.97rem;
    }

    .fs-sm-198pr
    {
        font-size: 1.98rem;
    }

    .fs-sm-199pr
    {
        font-size: 1.99rem;
    }

    .fs-sm-200pr
    {
        font-size: 2rem;
    }

    .fs-sm-201pr
    {
        font-size: 2.01rem;
    }

    .fs-sm-202pr
    {
        font-size: 2.02rem;
    }

    .fs-sm-203pr
    {
        font-size: 2.03rem;
    }

    .fs-sm-204pr
    {
        font-size: 2.04rem;
    }

    .fs-sm-205pr
    {
        font-size: 2.05rem;
    }

    .fs-sm-206pr
    {
        font-size: 2.06rem;
    }

    .fs-sm-207pr
    {
        font-size: 2.07rem;
    }

    .fs-sm-208pr
    {
        font-size: 2.08rem;
    }

    .fs-sm-209pr
    {
        font-size: 2.09rem;
    }

    .fs-sm-210pr
    {
        font-size: 2.1rem;
    }

    .fs-sm-211pr
    {
        font-size: 2.11rem;
    }

    .fs-sm-212pr
    {
        font-size: 2.12rem;
    }

    .fs-sm-213pr
    {
        font-size: 2.13rem;
    }

    .fs-sm-214pr
    {
        font-size: 2.14rem;
    }

    .fs-sm-215pr
    {
        font-size: 2.15rem;
    }

    .fs-sm-216pr
    {
        font-size: 2.16rem;
    }

    .fs-sm-217pr
    {
        font-size: 2.17rem;
    }

    .fs-sm-218pr
    {
        font-size: 2.18rem;
    }

    .fs-sm-219pr
    {
        font-size: 2.19rem;
    }

    .fs-sm-220pr
    {
        font-size: 2.2rem;
    }

    .fs-sm-221pr
    {
        font-size: 2.21rem;
    }

    .fs-sm-222pr
    {
        font-size: 2.22rem;
    }

    .fs-sm-223pr
    {
        font-size: 2.23rem;
    }

    .fs-sm-224pr
    {
        font-size: 2.24rem;
    }

    .fs-sm-225pr
    {
        font-size: 2.25rem;
    }

    .fs-sm-226pr
    {
        font-size: 2.26rem;
    }

    .fs-sm-227pr
    {
        font-size: 2.27rem;
    }

    .fs-sm-228pr
    {
        font-size: 2.28rem;
    }

    .fs-sm-229pr
    {
        font-size: 2.29rem;
    }

    .fs-sm-230pr
    {
        font-size: 2.3rem;
    }

    .fs-sm-231pr
    {
        font-size: 2.31rem;
    }

    .fs-sm-232pr
    {
        font-size: 2.32rem;
    }

    .fs-sm-233pr
    {
        font-size: 2.33rem;
    }

    .fs-sm-234pr
    {
        font-size: 2.34rem;
    }

    .fs-sm-235pr
    {
        font-size: 2.35rem;
    }

    .fs-sm-236pr
    {
        font-size: 2.36rem;
    }

    .fs-sm-237pr
    {
        font-size: 2.37rem;
    }

    .fs-sm-238pr
    {
        font-size: 2.38rem;
    }

    .fs-sm-239pr
    {
        font-size: 2.39rem;
    }

    .fs-sm-240pr
    {
        font-size: 2.4rem;
    }

    .fs-sm-241pr
    {
        font-size: 2.41rem;
    }

    .fs-sm-242pr
    {
        font-size: 2.42rem;
    }

    .fs-sm-243pr
    {
        font-size: 2.43rem;
    }

    .fs-sm-244pr
    {
        font-size: 2.44rem;
    }

    .fs-sm-245pr
    {
        font-size: 2.45rem;
    }

    .fs-sm-246pr
    {
        font-size: 2.46rem;
    }

    .fs-sm-247pr
    {
        font-size: 2.47rem;
    }

    .fs-sm-248pr
    {
        font-size: 2.48rem;
    }

    .fs-sm-249pr
    {
        font-size: 2.49rem;
    }

    .fs-sm-250pr
    {
        font-size: 2.5rem;
    }

    .fs-sm-251pr
    {
        font-size: 2.51rem;
    }

    .fs-sm-252pr
    {
        font-size: 2.52rem;
    }

    .fs-sm-253pr
    {
        font-size: 2.53rem;
    }

    .fs-sm-254pr
    {
        font-size: 2.54rem;
    }

    .fs-sm-255pr
    {
        font-size: 2.55rem;
    }

    .fs-sm-256pr
    {
        font-size: 2.56rem;
    }

    .fs-sm-257pr
    {
        font-size: 2.57rem;
    }

    .fs-sm-258pr
    {
        font-size: 2.58rem;
    }

    .fs-sm-259pr
    {
        font-size: 2.59rem;
    }

    .fs-sm-260pr
    {
        font-size: 2.6rem;
    }

    .fs-sm-261pr
    {
        font-size: 2.61rem;
    }

    .fs-sm-262pr
    {
        font-size: 2.62rem;
    }

    .fs-sm-263pr
    {
        font-size: 2.63rem;
    }

    .fs-sm-264pr
    {
        font-size: 2.64rem;
    }

    .fs-sm-265pr
    {
        font-size: 2.65rem;
    }

    .fs-sm-266pr
    {
        font-size: 2.66rem;
    }

    .fs-sm-267pr
    {
        font-size: 2.67rem;
    }

    .fs-sm-268pr
    {
        font-size: 2.68rem;
    }

    .fs-sm-269pr
    {
        font-size: 2.69rem;
    }

    .fs-sm-270pr
    {
        font-size: 2.7rem;
    }

    .fs-sm-271pr
    {
        font-size: 2.71rem;
    }

    .fs-sm-272pr
    {
        font-size: 2.72rem;
    }

    .fs-sm-273pr
    {
        font-size: 2.73rem;
    }

    .fs-sm-274pr
    {
        font-size: 2.74rem;
    }

    .fs-sm-275pr
    {
        font-size: 2.75rem;
    }

    .fs-sm-276pr
    {
        font-size: 2.76rem;
    }

    .fs-sm-277pr
    {
        font-size: 2.77rem;
    }

    .fs-sm-278pr
    {
        font-size: 2.78rem;
    }

    .fs-sm-279pr
    {
        font-size: 2.79rem;
    }

    .fs-sm-280pr
    {
        font-size: 2.8rem;
    }

    .fs-sm-281pr
    {
        font-size: 2.81rem;
    }

    .fs-sm-282pr
    {
        font-size: 2.82rem;
    }

    .fs-sm-283pr
    {
        font-size: 2.83rem;
    }

    .fs-sm-284pr
    {
        font-size: 2.84rem;
    }

    .fs-sm-285pr
    {
        font-size: 2.85rem;
    }

    .fs-sm-286pr
    {
        font-size: 2.86rem;
    }

    .fs-sm-287pr
    {
        font-size: 2.87rem;
    }

    .fs-sm-288pr
    {
        font-size: 2.88rem;
    }

    .fs-sm-289pr
    {
        font-size: 2.89rem;
    }

    .fs-sm-290pr
    {
        font-size: 2.9rem;
    }

    .fs-sm-291pr
    {
        font-size: 2.91rem;
    }

    .fs-sm-292pr
    {
        font-size: 2.92rem;
    }

    .fs-sm-293pr
    {
        font-size: 2.93rem;
    }

    .fs-sm-294pr
    {
        font-size: 2.94rem;
    }

    .fs-sm-295pr
    {
        font-size: 2.95rem;
    }

    .fs-sm-296pr
    {
        font-size: 2.96rem;
    }

    .fs-sm-297pr
    {
        font-size: 2.97rem;
    }

    .fs-sm-298pr
    {
        font-size: 2.98rem;
    }

    .fs-sm-299pr
    {
        font-size: 2.99rem;
    }

    .fs-sm-300pr
    {
        font-size: 3rem;
    }

    .fs-sm-301pr
    {
        font-size: 3.01rem;
    }

    .fs-sm-302pr
    {
        font-size: 3.02rem;
    }

    .fs-sm-303pr
    {
        font-size: 3.03rem;
    }

    .fs-sm-304pr
    {
        font-size: 3.04rem;
    }

    .fs-sm-305pr
    {
        font-size: 3.05rem;
    }

    .fs-sm-306pr
    {
        font-size: 3.06rem;
    }

    .fs-sm-307pr
    {
        font-size: 3.07rem;
    }

    .fs-sm-308pr
    {
        font-size: 3.08rem;
    }

    .fs-sm-309pr
    {
        font-size: 3.09rem;
    }

    .fs-sm-310pr
    {
        font-size: 3.1rem;
    }

    .fs-sm-311pr
    {
        font-size: 3.11rem;
    }

    .fs-sm-312pr
    {
        font-size: 3.12rem;
    }

    .fs-sm-313pr
    {
        font-size: 3.13rem;
    }

    .fs-sm-314pr
    {
        font-size: 3.14rem;
    }

    .fs-sm-315pr
    {
        font-size: 3.15rem;
    }

    .fs-sm-316pr
    {
        font-size: 3.16rem;
    }

    .fs-sm-317pr
    {
        font-size: 3.17rem;
    }

    .fs-sm-318pr
    {
        font-size: 3.18rem;
    }

    .fs-sm-319pr
    {
        font-size: 3.19rem;
    }

    .fs-sm-320pr
    {
        font-size: 3.2rem;
    }

    .fs-sm-321pr
    {
        font-size: 3.21rem;
    }

    .fs-sm-322pr
    {
        font-size: 3.22rem;
    }

    .fs-sm-323pr
    {
        font-size: 3.23rem;
    }

    .fs-sm-324pr
    {
        font-size: 3.24rem;
    }

    .fs-sm-325pr
    {
        font-size: 3.25rem;
    }

    .fs-sm-326pr
    {
        font-size: 3.26rem;
    }

    .fs-sm-327pr
    {
        font-size: 3.27rem;
    }

    .fs-sm-328pr
    {
        font-size: 3.28rem;
    }

    .fs-sm-329pr
    {
        font-size: 3.29rem;
    }

    .fs-sm-330pr
    {
        font-size: 3.3rem;
    }

    .fs-sm-331pr
    {
        font-size: 3.31rem;
    }

    .fs-sm-332pr
    {
        font-size: 3.32rem;
    }

    .fs-sm-333pr
    {
        font-size: 3.33rem;
    }

    .fs-sm-334pr
    {
        font-size: 3.34rem;
    }

    .fs-sm-335pr
    {
        font-size: 3.35rem;
    }

    .fs-sm-336pr
    {
        font-size: 3.36rem;
    }

    .fs-sm-337pr
    {
        font-size: 3.37rem;
    }

    .fs-sm-338pr
    {
        font-size: 3.38rem;
    }

    .fs-sm-339pr
    {
        font-size: 3.39rem;
    }

    .fs-sm-340pr
    {
        font-size: 3.4rem;
    }

    .fs-sm-341pr
    {
        font-size: 3.41rem;
    }

    .fs-sm-342pr
    {
        font-size: 3.42rem;
    }

    .fs-sm-343pr
    {
        font-size: 3.43rem;
    }

    .fs-sm-344pr
    {
        font-size: 3.44rem;
    }

    .fs-sm-345pr
    {
        font-size: 3.45rem;
    }

    .fs-sm-346pr
    {
        font-size: 3.46rem;
    }

    .fs-sm-347pr
    {
        font-size: 3.47rem;
    }

    .fs-sm-348pr
    {
        font-size: 3.48rem;
    }

    .fs-sm-349pr
    {
        font-size: 3.49rem;
    }

    .fs-sm-350pr
    {
        font-size: 3.5rem;
    }

    .fs-sm-351pr
    {
        font-size: 3.51rem;
    }

    .fs-sm-352pr
    {
        font-size: 3.52rem;
    }

    .fs-sm-353pr
    {
        font-size: 3.53rem;
    }

    .fs-sm-354pr
    {
        font-size: 3.54rem;
    }

    .fs-sm-355pr
    {
        font-size: 3.55rem;
    }

    .fs-sm-356pr
    {
        font-size: 3.56rem;
    }

    .fs-sm-357pr
    {
        font-size: 3.57rem;
    }

    .fs-sm-358pr
    {
        font-size: 3.58rem;
    }

    .fs-sm-359pr
    {
        font-size: 3.59rem;
    }

    .fs-sm-360pr
    {
        font-size: 3.6rem;
    }

    .fs-sm-361pr
    {
        font-size: 3.61rem;
    }

    .fs-sm-362pr
    {
        font-size: 3.62rem;
    }

    .fs-sm-363pr
    {
        font-size: 3.63rem;
    }

    .fs-sm-364pr
    {
        font-size: 3.64rem;
    }

    .fs-sm-365pr
    {
        font-size: 3.65rem;
    }

    .fs-sm-366pr
    {
        font-size: 3.66rem;
    }

    .fs-sm-367pr
    {
        font-size: 3.67rem;
    }

    .fs-sm-368pr
    {
        font-size: 3.68rem;
    }

    .fs-sm-369pr
    {
        font-size: 3.69rem;
    }

    .fs-sm-370pr
    {
        font-size: 3.7rem;
    }

    .fs-sm-371pr
    {
        font-size: 3.71rem;
    }

    .fs-sm-372pr
    {
        font-size: 3.72rem;
    }

    .fs-sm-373pr
    {
        font-size: 3.73rem;
    }

    .fs-sm-374pr
    {
        font-size: 3.74rem;
    }

    .fs-sm-375pr
    {
        font-size: 3.75rem;
    }

    .fs-sm-376pr
    {
        font-size: 3.76rem;
    }

    .fs-sm-377pr
    {
        font-size: 3.77rem;
    }

    .fs-sm-378pr
    {
        font-size: 3.78rem;
    }

    .fs-sm-379pr
    {
        font-size: 3.79rem;
    }

    .fs-sm-380pr
    {
        font-size: 3.8rem;
    }

    .fs-sm-381pr
    {
        font-size: 3.81rem;
    }

    .fs-sm-382pr
    {
        font-size: 3.82rem;
    }

    .fs-sm-383pr
    {
        font-size: 3.83rem;
    }

    .fs-sm-384pr
    {
        font-size: 3.84rem;
    }

    .fs-sm-385pr
    {
        font-size: 3.85rem;
    }

    .fs-sm-386pr
    {
        font-size: 3.86rem;
    }

    .fs-sm-387pr
    {
        font-size: 3.87rem;
    }

    .fs-sm-388pr
    {
        font-size: 3.88rem;
    }

    .fs-sm-389pr
    {
        font-size: 3.89rem;
    }

    .fs-sm-390pr
    {
        font-size: 3.9rem;
    }

    .fs-sm-391pr
    {
        font-size: 3.91rem;
    }

    .fs-sm-392pr
    {
        font-size: 3.92rem;
    }

    .fs-sm-393pr
    {
        font-size: 3.93rem;
    }

    .fs-sm-394pr
    {
        font-size: 3.94rem;
    }

    .fs-sm-395pr
    {
        font-size: 3.95rem;
    }

    .fs-sm-396pr
    {
        font-size: 3.96rem;
    }

    .fs-sm-397pr
    {
        font-size: 3.97rem;
    }

    .fs-sm-398pr
    {
        font-size: 3.98rem;
    }

    .fs-sm-399pr
    {
        font-size: 3.99rem;
    }

    .fs-sm-400pr
    {
        font-size: 4rem;
    }

    table.set-contains
    {
        font-size: 1vw;
    }

    footer .navi-products .products-container
    {
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    footer .navi-products .products-container .products
    {
        width: 100%;
    }

    footer .navi-products .products-container .products h3
    {
        font-size: 1.0rem;
    }

    footer .navi-products .products-container .products h4
    {
        font-size: .9rem;
    }

    footer .navi-products .products-container .products ul li a
    {
        font-size: .8rem;
        line-height: 1.6rem;
    }

    footer .navi-container ul.navi
    {
        line-height: 1.6rem;

            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    #about-our-products h3
    {
        font-size: 1.0rem;
    }

    #about-our-products h2
    {
        font-size: 1.2rem;
    }

    .border-left-light
    {
        border-left: none;
    }

    .border-right-light
    {
        border-right: none;
    }

    #news
    {
        max-width: 100%;
    }

    #news .news h3
    {
        font-size: 1.1rem;
    }

    #categories h3
    {
        font-size: 1.1rem;
    }

    #categories ul li a
    {
        font-size: .8rem;
    }
}

@media (max-width: 575px)
{
    .navbar-toggleable .navbar-nav .dropdown-menu
    {
        position: static;

        float: none;
    }

    .navbar-toggleable > .container
    {
        padding-right: 0;
        padding-left: 0;
    }

    .hidden-xs-down
    {
        display: none !important;
    }

    .m-xs-1r
    {
        margin: 1rem !important;
    }

    .mt-xs-1r
    {
        margin-top: 1rem !important;
    }

    .mb-xs-1r
    {
        margin-bottom: 1rem !important;
    }

    .mr-xs-1r
    {
        margin-right: 1rem !important;
    }

    .ml-xs-1r
    {
        margin-left: 1rem !important;
    }

    .mx-xs-1r
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-xs-1r
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .p-xs-1r
    {
        padding: 1rem !important;
    }

    .pt-xs-1r
    {
        padding-top: 1rem !important;
    }

    .pb-xs-1r
    {
        padding-bottom: 1rem !important;
    }

    .pr-xs-1r
    {
        padding-right: 1rem !important;
    }

    .pl-xs-1r
    {
        padding-left: 1rem !important;
    }

    .px-xs-1r
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-xs-1r
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .m-xs-2r
    {
        margin: 2rem !important;
    }

    .mt-xs-2r
    {
        margin-top: 2rem !important;
    }

    .mb-xs-2r
    {
        margin-bottom: 2rem !important;
    }

    .mr-xs-2r
    {
        margin-right: 2rem !important;
    }

    .ml-xs-2r
    {
        margin-left: 2rem !important;
    }

    .mx-xs-2r
    {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .my-xs-2r
    {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .p-xs-2r
    {
        padding: 2rem !important;
    }

    .pt-xs-2r
    {
        padding-top: 2rem !important;
    }

    .pb-xs-2r
    {
        padding-bottom: 2rem !important;
    }

    .pr-xs-2r
    {
        padding-right: 2rem !important;
    }

    .pl-xs-2r
    {
        padding-left: 2rem !important;
    }

    .px-xs-2r
    {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .py-xs-2r
    {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .m-xs-3r
    {
        margin: 3rem !important;
    }

    .mt-xs-3r
    {
        margin-top: 3rem !important;
    }

    .mb-xs-3r
    {
        margin-bottom: 3rem !important;
    }

    .mr-xs-3r
    {
        margin-right: 3rem !important;
    }

    .ml-xs-3r
    {
        margin-left: 3rem !important;
    }

    .mx-xs-3r
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-xs-3r
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-xs-3r
    {
        padding: 3rem !important;
    }

    .pt-xs-3r
    {
        padding-top: 3rem !important;
    }

    .pb-xs-3r
    {
        padding-bottom: 3rem !important;
    }

    .pr-xs-3r
    {
        padding-right: 3rem !important;
    }

    .pl-xs-3r
    {
        padding-left: 3rem !important;
    }

    .px-xs-3r
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xs-3r
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-xs-4r
    {
        margin: 4rem !important;
    }

    .mt-xs-4r
    {
        margin-top: 4rem !important;
    }

    .mb-xs-4r
    {
        margin-bottom: 4rem !important;
    }

    .mr-xs-4r
    {
        margin-right: 4rem !important;
    }

    .ml-xs-4r
    {
        margin-left: 4rem !important;
    }

    .mx-xs-4r
    {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .my-xs-4r
    {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .p-xs-4r
    {
        padding: 4rem !important;
    }

    .pt-xs-4r
    {
        padding-top: 4rem !important;
    }

    .pb-xs-4r
    {
        padding-bottom: 4rem !important;
    }

    .pr-xs-4r
    {
        padding-right: 4rem !important;
    }

    .pl-xs-4r
    {
        padding-left: 4rem !important;
    }

    .px-xs-4r
    {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .py-xs-4r
    {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .m-xs-5r
    {
        margin: 5rem !important;
    }

    .mt-xs-5r
    {
        margin-top: 5rem !important;
    }

    .mb-xs-5r
    {
        margin-bottom: 5rem !important;
    }

    .mr-xs-5r
    {
        margin-right: 5rem !important;
    }

    .ml-xs-5r
    {
        margin-left: 5rem !important;
    }

    .mx-xs-5r
    {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
    }

    .my-xs-5r
    {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .p-xs-5r
    {
        padding: 5rem !important;
    }

    .pt-xs-5r
    {
        padding-top: 5rem !important;
    }

    .pb-xs-5r
    {
        padding-bottom: 5rem !important;
    }

    .pr-xs-5r
    {
        padding-right: 5rem !important;
    }

    .pl-xs-5r
    {
        padding-left: 5rem !important;
    }

    .px-xs-5r
    {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-xs-5r
    {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .m-xs-6r
    {
        margin: 6rem !important;
    }

    .mt-xs-6r
    {
        margin-top: 6rem !important;
    }

    .mb-xs-6r
    {
        margin-bottom: 6rem !important;
    }

    .mr-xs-6r
    {
        margin-right: 6rem !important;
    }

    .ml-xs-6r
    {
        margin-left: 6rem !important;
    }

    .mx-xs-6r
    {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .my-xs-6r
    {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .p-xs-6r
    {
        padding: 6rem !important;
    }

    .pt-xs-6r
    {
        padding-top: 6rem !important;
    }

    .pb-xs-6r
    {
        padding-bottom: 6rem !important;
    }

    .pr-xs-6r
    {
        padding-right: 6rem !important;
    }

    .pl-xs-6r
    {
        padding-left: 6rem !important;
    }

    .px-xs-6r
    {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .py-xs-6r
    {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .m-xs-7r
    {
        margin: 7rem !important;
    }

    .mt-xs-7r
    {
        margin-top: 7rem !important;
    }

    .mb-xs-7r
    {
        margin-bottom: 7rem !important;
    }

    .mr-xs-7r
    {
        margin-right: 7rem !important;
    }

    .ml-xs-7r
    {
        margin-left: 7rem !important;
    }

    .mx-xs-7r
    {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
    }

    .my-xs-7r
    {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .p-xs-7r
    {
        padding: 7rem !important;
    }

    .pt-xs-7r
    {
        padding-top: 7rem !important;
    }

    .pb-xs-7r
    {
        padding-bottom: 7rem !important;
    }

    .pr-xs-7r
    {
        padding-right: 7rem !important;
    }

    .pl-xs-7r
    {
        padding-left: 7rem !important;
    }

    .px-xs-7r
    {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .py-xs-7r
    {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .m-xs-8r
    {
        margin: 8rem !important;
    }

    .mt-xs-8r
    {
        margin-top: 8rem !important;
    }

    .mb-xs-8r
    {
        margin-bottom: 8rem !important;
    }

    .mr-xs-8r
    {
        margin-right: 8rem !important;
    }

    .ml-xs-8r
    {
        margin-left: 8rem !important;
    }

    .mx-xs-8r
    {
        margin-right: 8rem !important;
        margin-left: 8rem !important;
    }

    .my-xs-8r
    {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .p-xs-8r
    {
        padding: 8rem !important;
    }

    .pt-xs-8r
    {
        padding-top: 8rem !important;
    }

    .pb-xs-8r
    {
        padding-bottom: 8rem !important;
    }

    .pr-xs-8r
    {
        padding-right: 8rem !important;
    }

    .pl-xs-8r
    {
        padding-left: 8rem !important;
    }

    .px-xs-8r
    {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .py-xs-8r
    {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .m-xs-9r
    {
        margin: 9rem !important;
    }

    .mt-xs-9r
    {
        margin-top: 9rem !important;
    }

    .mb-xs-9r
    {
        margin-bottom: 9rem !important;
    }

    .mr-xs-9r
    {
        margin-right: 9rem !important;
    }

    .ml-xs-9r
    {
        margin-left: 9rem !important;
    }

    .mx-xs-9r
    {
        margin-right: 9rem !important;
        margin-left: 9rem !important;
    }

    .my-xs-9r
    {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .p-xs-9r
    {
        padding: 9rem !important;
    }

    .pt-xs-9r
    {
        padding-top: 9rem !important;
    }

    .pb-xs-9r
    {
        padding-bottom: 9rem !important;
    }

    .pr-xs-9r
    {
        padding-right: 9rem !important;
    }

    .pl-xs-9r
    {
        padding-left: 9rem !important;
    }

    .px-xs-9r
    {
        padding-right: 9rem !important;
        padding-left: 9rem !important;
    }

    .py-xs-9r
    {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .m-xs-10r
    {
        margin: 10rem !important;
    }

    .mt-xs-10r
    {
        margin-top: 10rem !important;
    }

    .mb-xs-10r
    {
        margin-bottom: 10rem !important;
    }

    .mr-xs-10r
    {
        margin-right: 10rem !important;
    }

    .ml-xs-10r
    {
        margin-left: 10rem !important;
    }

    .mx-xs-10r
    {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    .my-xs-10r
    {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .p-xs-10r
    {
        padding: 10rem !important;
    }

    .pt-xs-10r
    {
        padding-top: 10rem !important;
    }

    .pb-xs-10r
    {
        padding-bottom: 10rem !important;
    }

    .pr-xs-10r
    {
        padding-right: 10rem !important;
    }

    .pl-xs-10r
    {
        padding-left: 10rem !important;
    }

    .px-xs-10r
    {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .py-xs-10r
    {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .w-xs-0
    {
        width: 0 !important;
    }

    .w-xs-0vw
    {
        width: 0vw !important;
    }

    .w-xs-1
    {
        width: 1% !important;
    }

    .w-xs-1vw
    {
        width: 1vw !important;
    }

    .w-xs-2
    {
        width: 2% !important;
    }

    .w-xs-2vw
    {
        width: 2vw !important;
    }

    .w-xs-3
    {
        width: 3% !important;
    }

    .w-xs-3vw
    {
        width: 3vw !important;
    }

    .w-xs-4
    {
        width: 4% !important;
    }

    .w-xs-4vw
    {
        width: 4vw !important;
    }

    .w-xs-5
    {
        width: 5% !important;
    }

    .w-xs-5vw
    {
        width: 5vw !important;
    }

    .w-xs-6
    {
        width: 6% !important;
    }

    .w-xs-6vw
    {
        width: 6vw !important;
    }

    .w-xs-7
    {
        width: 7% !important;
    }

    .w-xs-7vw
    {
        width: 7vw !important;
    }

    .w-xs-8
    {
        width: 8% !important;
    }

    .w-xs-8vw
    {
        width: 8vw !important;
    }

    .w-xs-9
    {
        width: 9% !important;
    }

    .w-xs-9vw
    {
        width: 9vw !important;
    }

    .w-xs-10
    {
        width: 10% !important;
    }

    .w-xs-10vw
    {
        width: 10vw !important;
    }

    .w-xs-11
    {
        width: 11% !important;
    }

    .w-xs-11vw
    {
        width: 11vw !important;
    }

    .w-xs-12
    {
        width: 12% !important;
    }

    .w-xs-12vw
    {
        width: 12vw !important;
    }

    .w-xs-13
    {
        width: 13% !important;
    }

    .w-xs-13vw
    {
        width: 13vw !important;
    }

    .w-xs-14
    {
        width: 14% !important;
    }

    .w-xs-14vw
    {
        width: 14vw !important;
    }

    .w-xs-15
    {
        width: 15% !important;
    }

    .w-xs-15vw
    {
        width: 15vw !important;
    }

    .w-xs-16
    {
        width: 16% !important;
    }

    .w-xs-16vw
    {
        width: 16vw !important;
    }

    .w-xs-17
    {
        width: 17% !important;
    }

    .w-xs-17vw
    {
        width: 17vw !important;
    }

    .w-xs-18
    {
        width: 18% !important;
    }

    .w-xs-18vw
    {
        width: 18vw !important;
    }

    .w-xs-19
    {
        width: 19% !important;
    }

    .w-xs-19vw
    {
        width: 19vw !important;
    }

    .w-xs-20
    {
        width: 20% !important;
    }

    .w-xs-20vw
    {
        width: 20vw !important;
    }

    .w-xs-21
    {
        width: 21% !important;
    }

    .w-xs-21vw
    {
        width: 21vw !important;
    }

    .w-xs-22
    {
        width: 22% !important;
    }

    .w-xs-22vw
    {
        width: 22vw !important;
    }

    .w-xs-23
    {
        width: 23% !important;
    }

    .w-xs-23vw
    {
        width: 23vw !important;
    }

    .w-xs-24
    {
        width: 24% !important;
    }

    .w-xs-24vw
    {
        width: 24vw !important;
    }

    .w-xs-25
    {
        width: 25% !important;
    }

    .w-xs-25vw
    {
        width: 25vw !important;
    }

    .w-xs-26
    {
        width: 26% !important;
    }

    .w-xs-26vw
    {
        width: 26vw !important;
    }

    .w-xs-27
    {
        width: 27% !important;
    }

    .w-xs-27vw
    {
        width: 27vw !important;
    }

    .w-xs-28
    {
        width: 28% !important;
    }

    .w-xs-28vw
    {
        width: 28vw !important;
    }

    .w-xs-29
    {
        width: 29% !important;
    }

    .w-xs-29vw
    {
        width: 29vw !important;
    }

    .w-xs-30
    {
        width: 30% !important;
    }

    .w-xs-30vw
    {
        width: 30vw !important;
    }

    .w-xs-31
    {
        width: 31% !important;
    }

    .w-xs-31vw
    {
        width: 31vw !important;
    }

    .w-xs-32
    {
        width: 32% !important;
    }

    .w-xs-32vw
    {
        width: 32vw !important;
    }

    .w-xs-33
    {
        width: 33% !important;
    }

    .w-xs-33vw
    {
        width: 33vw !important;
    }

    .w-xs-34
    {
        width: 34% !important;
    }

    .w-xs-34vw
    {
        width: 34vw !important;
    }

    .w-xs-35
    {
        width: 35% !important;
    }

    .w-xs-35vw
    {
        width: 35vw !important;
    }

    .w-xs-36
    {
        width: 36% !important;
    }

    .w-xs-36vw
    {
        width: 36vw !important;
    }

    .w-xs-37
    {
        width: 37% !important;
    }

    .w-xs-37vw
    {
        width: 37vw !important;
    }

    .w-xs-38
    {
        width: 38% !important;
    }

    .w-xs-38vw
    {
        width: 38vw !important;
    }

    .w-xs-39
    {
        width: 39% !important;
    }

    .w-xs-39vw
    {
        width: 39vw !important;
    }

    .w-xs-40
    {
        width: 40% !important;
    }

    .w-xs-40vw
    {
        width: 40vw !important;
    }

    .w-xs-41
    {
        width: 41% !important;
    }

    .w-xs-41vw
    {
        width: 41vw !important;
    }

    .w-xs-42
    {
        width: 42% !important;
    }

    .w-xs-42vw
    {
        width: 42vw !important;
    }

    .w-xs-43
    {
        width: 43% !important;
    }

    .w-xs-43vw
    {
        width: 43vw !important;
    }

    .w-xs-44
    {
        width: 44% !important;
    }

    .w-xs-44vw
    {
        width: 44vw !important;
    }

    .w-xs-45
    {
        width: 45% !important;
    }

    .w-xs-45vw
    {
        width: 45vw !important;
    }

    .w-xs-46
    {
        width: 46% !important;
    }

    .w-xs-46vw
    {
        width: 46vw !important;
    }

    .w-xs-47
    {
        width: 47% !important;
    }

    .w-xs-47vw
    {
        width: 47vw !important;
    }

    .w-xs-48
    {
        width: 48% !important;
    }

    .w-xs-48vw
    {
        width: 48vw !important;
    }

    .w-xs-49
    {
        width: 49% !important;
    }

    .w-xs-49vw
    {
        width: 49vw !important;
    }

    .w-xs-50
    {
        width: 50% !important;
    }

    .w-xs-50vw
    {
        width: 50vw !important;
    }

    .w-xs-51
    {
        width: 51% !important;
    }

    .w-xs-51vw
    {
        width: 51vw !important;
    }

    .w-xs-52
    {
        width: 52% !important;
    }

    .w-xs-52vw
    {
        width: 52vw !important;
    }

    .w-xs-53
    {
        width: 53% !important;
    }

    .w-xs-53vw
    {
        width: 53vw !important;
    }

    .w-xs-54
    {
        width: 54% !important;
    }

    .w-xs-54vw
    {
        width: 54vw !important;
    }

    .w-xs-55
    {
        width: 55% !important;
    }

    .w-xs-55vw
    {
        width: 55vw !important;
    }

    .w-xs-56
    {
        width: 56% !important;
    }

    .w-xs-56vw
    {
        width: 56vw !important;
    }

    .w-xs-57
    {
        width: 57% !important;
    }

    .w-xs-57vw
    {
        width: 57vw !important;
    }

    .w-xs-58
    {
        width: 58% !important;
    }

    .w-xs-58vw
    {
        width: 58vw !important;
    }

    .w-xs-59
    {
        width: 59% !important;
    }

    .w-xs-59vw
    {
        width: 59vw !important;
    }

    .w-xs-60
    {
        width: 60% !important;
    }

    .w-xs-60vw
    {
        width: 60vw !important;
    }

    .w-xs-61
    {
        width: 61% !important;
    }

    .w-xs-61vw
    {
        width: 61vw !important;
    }

    .w-xs-62
    {
        width: 62% !important;
    }

    .w-xs-62vw
    {
        width: 62vw !important;
    }

    .w-xs-63
    {
        width: 63% !important;
    }

    .w-xs-63vw
    {
        width: 63vw !important;
    }

    .w-xs-64
    {
        width: 64% !important;
    }

    .w-xs-64vw
    {
        width: 64vw !important;
    }

    .w-xs-65
    {
        width: 65% !important;
    }

    .w-xs-65vw
    {
        width: 65vw !important;
    }

    .w-xs-66
    {
        width: 66% !important;
    }

    .w-xs-66vw
    {
        width: 66vw !important;
    }

    .w-xs-67
    {
        width: 67% !important;
    }

    .w-xs-67vw
    {
        width: 67vw !important;
    }

    .w-xs-68
    {
        width: 68% !important;
    }

    .w-xs-68vw
    {
        width: 68vw !important;
    }

    .w-xs-69
    {
        width: 69% !important;
    }

    .w-xs-69vw
    {
        width: 69vw !important;
    }

    .w-xs-70
    {
        width: 70% !important;
    }

    .w-xs-70vw
    {
        width: 70vw !important;
    }

    .w-xs-71
    {
        width: 71% !important;
    }

    .w-xs-71vw
    {
        width: 71vw !important;
    }

    .w-xs-72
    {
        width: 72% !important;
    }

    .w-xs-72vw
    {
        width: 72vw !important;
    }

    .w-xs-73
    {
        width: 73% !important;
    }

    .w-xs-73vw
    {
        width: 73vw !important;
    }

    .w-xs-74
    {
        width: 74% !important;
    }

    .w-xs-74vw
    {
        width: 74vw !important;
    }

    .w-xs-75
    {
        width: 75% !important;
    }

    .w-xs-75vw
    {
        width: 75vw !important;
    }

    .w-xs-76
    {
        width: 76% !important;
    }

    .w-xs-76vw
    {
        width: 76vw !important;
    }

    .w-xs-77
    {
        width: 77% !important;
    }

    .w-xs-77vw
    {
        width: 77vw !important;
    }

    .w-xs-78
    {
        width: 78% !important;
    }

    .w-xs-78vw
    {
        width: 78vw !important;
    }

    .w-xs-79
    {
        width: 79% !important;
    }

    .w-xs-79vw
    {
        width: 79vw !important;
    }

    .w-xs-80
    {
        width: 80% !important;
    }

    .w-xs-80vw
    {
        width: 80vw !important;
    }

    .w-xs-81
    {
        width: 81% !important;
    }

    .w-xs-81vw
    {
        width: 81vw !important;
    }

    .w-xs-82
    {
        width: 82% !important;
    }

    .w-xs-82vw
    {
        width: 82vw !important;
    }

    .w-xs-83
    {
        width: 83% !important;
    }

    .w-xs-83vw
    {
        width: 83vw !important;
    }

    .w-xs-84
    {
        width: 84% !important;
    }

    .w-xs-84vw
    {
        width: 84vw !important;
    }

    .w-xs-85
    {
        width: 85% !important;
    }

    .w-xs-85vw
    {
        width: 85vw !important;
    }

    .w-xs-86
    {
        width: 86% !important;
    }

    .w-xs-86vw
    {
        width: 86vw !important;
    }

    .w-xs-87
    {
        width: 87% !important;
    }

    .w-xs-87vw
    {
        width: 87vw !important;
    }

    .w-xs-88
    {
        width: 88% !important;
    }

    .w-xs-88vw
    {
        width: 88vw !important;
    }

    .w-xs-89
    {
        width: 89% !important;
    }

    .w-xs-89vw
    {
        width: 89vw !important;
    }

    .w-xs-90
    {
        width: 90% !important;
    }

    .w-xs-90vw
    {
        width: 90vw !important;
    }

    .w-xs-91
    {
        width: 91% !important;
    }

    .w-xs-91vw
    {
        width: 91vw !important;
    }

    .w-xs-92
    {
        width: 92% !important;
    }

    .w-xs-92vw
    {
        width: 92vw !important;
    }

    .w-xs-93
    {
        width: 93% !important;
    }

    .w-xs-93vw
    {
        width: 93vw !important;
    }

    .w-xs-94
    {
        width: 94% !important;
    }

    .w-xs-94vw
    {
        width: 94vw !important;
    }

    .w-xs-95
    {
        width: 95% !important;
    }

    .w-xs-95vw
    {
        width: 95vw !important;
    }

    .w-xs-96
    {
        width: 96% !important;
    }

    .w-xs-96vw
    {
        width: 96vw !important;
    }

    .w-xs-97
    {
        width: 97% !important;
    }

    .w-xs-97vw
    {
        width: 97vw !important;
    }

    .w-xs-98
    {
        width: 98% !important;
    }

    .w-xs-98vw
    {
        width: 98vw !important;
    }

    .w-xs-99
    {
        width: 99% !important;
    }

    .w-xs-99vw
    {
        width: 99vw !important;
    }

    .w-xs-100
    {
        width: 100% !important;
    }

    .w-xs-100vw
    {
        width: 100vw !important;
    }

    .fs-xs-0pr
    {
        font-size: 0rem;
    }

    .fs-xs-1pr
    {
        font-size: .01rem;
    }

    .fs-xs-2pr
    {
        font-size: .02rem;
    }

    .fs-xs-3pr
    {
        font-size: .03rem;
    }

    .fs-xs-4pr
    {
        font-size: .04rem;
    }

    .fs-xs-5pr
    {
        font-size: .05rem;
    }

    .fs-xs-6pr
    {
        font-size: .06rem;
    }

    .fs-xs-7pr
    {
        font-size: .07rem;
    }

    .fs-xs-8pr
    {
        font-size: .08rem;
    }

    .fs-xs-9pr
    {
        font-size: .09rem;
    }

    .fs-xs-10pr
    {
        font-size: .1rem;
    }

    .fs-xs-11pr
    {
        font-size: .11rem;
    }

    .fs-xs-12pr
    {
        font-size: .12rem;
    }

    .fs-xs-13pr
    {
        font-size: .13rem;
    }

    .fs-xs-14pr
    {
        font-size: .14rem;
    }

    .fs-xs-15pr
    {
        font-size: .15rem;
    }

    .fs-xs-16pr
    {
        font-size: .16rem;
    }

    .fs-xs-17pr
    {
        font-size: .17rem;
    }

    .fs-xs-18pr
    {
        font-size: .18rem;
    }

    .fs-xs-19pr
    {
        font-size: .19rem;
    }

    .fs-xs-20pr
    {
        font-size: .2rem;
    }

    .fs-xs-21pr
    {
        font-size: .21rem;
    }

    .fs-xs-22pr
    {
        font-size: .22rem;
    }

    .fs-xs-23pr
    {
        font-size: .23rem;
    }

    .fs-xs-24pr
    {
        font-size: .24rem;
    }

    .fs-xs-25pr
    {
        font-size: .25rem;
    }

    .fs-xs-26pr
    {
        font-size: .26rem;
    }

    .fs-xs-27pr
    {
        font-size: .27rem;
    }

    .fs-xs-28pr
    {
        font-size: .28rem;
    }

    .fs-xs-29pr
    {
        font-size: .29rem;
    }

    .fs-xs-30pr
    {
        font-size: .3rem;
    }

    .fs-xs-31pr
    {
        font-size: .31rem;
    }

    .fs-xs-32pr
    {
        font-size: .32rem;
    }

    .fs-xs-33pr
    {
        font-size: .33rem;
    }

    .fs-xs-34pr
    {
        font-size: .34rem;
    }

    .fs-xs-35pr
    {
        font-size: .35rem;
    }

    .fs-xs-36pr
    {
        font-size: .36rem;
    }

    .fs-xs-37pr
    {
        font-size: .37rem;
    }

    .fs-xs-38pr
    {
        font-size: .38rem;
    }

    .fs-xs-39pr
    {
        font-size: .39rem;
    }

    .fs-xs-40pr
    {
        font-size: .4rem;
    }

    .fs-xs-41pr
    {
        font-size: .41rem;
    }

    .fs-xs-42pr
    {
        font-size: .42rem;
    }

    .fs-xs-43pr
    {
        font-size: .43rem;
    }

    .fs-xs-44pr
    {
        font-size: .44rem;
    }

    .fs-xs-45pr
    {
        font-size: .45rem;
    }

    .fs-xs-46pr
    {
        font-size: .46rem;
    }

    .fs-xs-47pr
    {
        font-size: .47rem;
    }

    .fs-xs-48pr
    {
        font-size: .48rem;
    }

    .fs-xs-49pr
    {
        font-size: .49rem;
    }

    .fs-xs-50pr
    {
        font-size: .5rem;
    }

    .fs-xs-51pr
    {
        font-size: .51rem;
    }

    .fs-xs-52pr
    {
        font-size: .52rem;
    }

    .fs-xs-53pr
    {
        font-size: .53rem;
    }

    .fs-xs-54pr
    {
        font-size: .54rem;
    }

    .fs-xs-55pr
    {
        font-size: .55rem;
    }

    .fs-xs-56pr
    {
        font-size: .56rem;
    }

    .fs-xs-57pr
    {
        font-size: .57rem;
    }

    .fs-xs-58pr
    {
        font-size: .58rem;
    }

    .fs-xs-59pr
    {
        font-size: .59rem;
    }

    .fs-xs-60pr
    {
        font-size: .6rem;
    }

    .fs-xs-61pr
    {
        font-size: .61rem;
    }

    .fs-xs-62pr
    {
        font-size: .62rem;
    }

    .fs-xs-63pr
    {
        font-size: .63rem;
    }

    .fs-xs-64pr
    {
        font-size: .64rem;
    }

    .fs-xs-65pr
    {
        font-size: .65rem;
    }

    .fs-xs-66pr
    {
        font-size: .66rem;
    }

    .fs-xs-67pr
    {
        font-size: .67rem;
    }

    .fs-xs-68pr
    {
        font-size: .68rem;
    }

    .fs-xs-69pr
    {
        font-size: .69rem;
    }

    .fs-xs-70pr
    {
        font-size: .7rem;
    }

    .fs-xs-71pr
    {
        font-size: .71rem;
    }

    .fs-xs-72pr
    {
        font-size: .72rem;
    }

    .fs-xs-73pr
    {
        font-size: .73rem;
    }

    .fs-xs-74pr
    {
        font-size: .74rem;
    }

    .fs-xs-75pr
    {
        font-size: .75rem;
    }

    .fs-xs-76pr
    {
        font-size: .76rem;
    }

    .fs-xs-77pr
    {
        font-size: .77rem;
    }

    .fs-xs-78pr
    {
        font-size: .78rem;
    }

    .fs-xs-79pr
    {
        font-size: .79rem;
    }

    .fs-xs-80pr
    {
        font-size: .8rem;
    }

    .fs-xs-81pr
    {
        font-size: .81rem;
    }

    .fs-xs-82pr
    {
        font-size: .82rem;
    }

    .fs-xs-83pr
    {
        font-size: .83rem;
    }

    .fs-xs-84pr
    {
        font-size: .84rem;
    }

    .fs-xs-85pr
    {
        font-size: .85rem;
    }

    .fs-xs-86pr
    {
        font-size: .86rem;
    }

    .fs-xs-87pr
    {
        font-size: .87rem;
    }

    .fs-xs-88pr
    {
        font-size: .88rem;
    }

    .fs-xs-89pr
    {
        font-size: .89rem;
    }

    .fs-xs-90pr
    {
        font-size: .9rem;
    }

    .fs-xs-91pr
    {
        font-size: .91rem;
    }

    .fs-xs-92pr
    {
        font-size: .92rem;
    }

    .fs-xs-93pr
    {
        font-size: .93rem;
    }

    .fs-xs-94pr
    {
        font-size: .94rem;
    }

    .fs-xs-95pr
    {
        font-size: .95rem;
    }

    .fs-xs-96pr
    {
        font-size: .96rem;
    }

    .fs-xs-97pr
    {
        font-size: .97rem;
    }

    .fs-xs-98pr
    {
        font-size: .98rem;
    }

    .fs-xs-99pr
    {
        font-size: .99rem;
    }

    .fs-xs-100pr
    {
        font-size: 1rem;
    }

    .fs-xs-101pr
    {
        font-size: 1.01rem;
    }

    .fs-xs-102pr
    {
        font-size: 1.02rem;
    }

    .fs-xs-103pr
    {
        font-size: 1.03rem;
    }

    .fs-xs-104pr
    {
        font-size: 1.04rem;
    }

    .fs-xs-105pr
    {
        font-size: 1.05rem;
    }

    .fs-xs-106pr
    {
        font-size: 1.06rem;
    }

    .fs-xs-107pr
    {
        font-size: 1.07rem;
    }

    .fs-xs-108pr
    {
        font-size: 1.08rem;
    }

    .fs-xs-109pr
    {
        font-size: 1.09rem;
    }

    .fs-xs-110pr
    {
        font-size: 1.1rem;
    }

    .fs-xs-111pr
    {
        font-size: 1.11rem;
    }

    .fs-xs-112pr
    {
        font-size: 1.12rem;
    }

    .fs-xs-113pr
    {
        font-size: 1.13rem;
    }

    .fs-xs-114pr
    {
        font-size: 1.14rem;
    }

    .fs-xs-115pr
    {
        font-size: 1.15rem;
    }

    .fs-xs-116pr
    {
        font-size: 1.16rem;
    }

    .fs-xs-117pr
    {
        font-size: 1.17rem;
    }

    .fs-xs-118pr
    {
        font-size: 1.18rem;
    }

    .fs-xs-119pr
    {
        font-size: 1.19rem;
    }

    .fs-xs-120pr
    {
        font-size: 1.2rem;
    }

    .fs-xs-121pr
    {
        font-size: 1.21rem;
    }

    .fs-xs-122pr
    {
        font-size: 1.22rem;
    }

    .fs-xs-123pr
    {
        font-size: 1.23rem;
    }

    .fs-xs-124pr
    {
        font-size: 1.24rem;
    }

    .fs-xs-125pr
    {
        font-size: 1.25rem;
    }

    .fs-xs-126pr
    {
        font-size: 1.26rem;
    }

    .fs-xs-127pr
    {
        font-size: 1.27rem;
    }

    .fs-xs-128pr
    {
        font-size: 1.28rem;
    }

    .fs-xs-129pr
    {
        font-size: 1.29rem;
    }

    .fs-xs-130pr
    {
        font-size: 1.3rem;
    }

    .fs-xs-131pr
    {
        font-size: 1.31rem;
    }

    .fs-xs-132pr
    {
        font-size: 1.32rem;
    }

    .fs-xs-133pr
    {
        font-size: 1.33rem;
    }

    .fs-xs-134pr
    {
        font-size: 1.34rem;
    }

    .fs-xs-135pr
    {
        font-size: 1.35rem;
    }

    .fs-xs-136pr
    {
        font-size: 1.36rem;
    }

    .fs-xs-137pr
    {
        font-size: 1.37rem;
    }

    .fs-xs-138pr
    {
        font-size: 1.38rem;
    }

    .fs-xs-139pr
    {
        font-size: 1.39rem;
    }

    .fs-xs-140pr
    {
        font-size: 1.4rem;
    }

    .fs-xs-141pr
    {
        font-size: 1.41rem;
    }

    .fs-xs-142pr
    {
        font-size: 1.42rem;
    }

    .fs-xs-143pr
    {
        font-size: 1.43rem;
    }

    .fs-xs-144pr
    {
        font-size: 1.44rem;
    }

    .fs-xs-145pr
    {
        font-size: 1.45rem;
    }

    .fs-xs-146pr
    {
        font-size: 1.46rem;
    }

    .fs-xs-147pr
    {
        font-size: 1.47rem;
    }

    .fs-xs-148pr
    {
        font-size: 1.48rem;
    }

    .fs-xs-149pr
    {
        font-size: 1.49rem;
    }

    .fs-xs-150pr
    {
        font-size: 1.5rem;
    }

    .fs-xs-151pr
    {
        font-size: 1.51rem;
    }

    .fs-xs-152pr
    {
        font-size: 1.52rem;
    }

    .fs-xs-153pr
    {
        font-size: 1.53rem;
    }

    .fs-xs-154pr
    {
        font-size: 1.54rem;
    }

    .fs-xs-155pr
    {
        font-size: 1.55rem;
    }

    .fs-xs-156pr
    {
        font-size: 1.56rem;
    }

    .fs-xs-157pr
    {
        font-size: 1.57rem;
    }

    .fs-xs-158pr
    {
        font-size: 1.58rem;
    }

    .fs-xs-159pr
    {
        font-size: 1.59rem;
    }

    .fs-xs-160pr
    {
        font-size: 1.6rem;
    }

    .fs-xs-161pr
    {
        font-size: 1.61rem;
    }

    .fs-xs-162pr
    {
        font-size: 1.62rem;
    }

    .fs-xs-163pr
    {
        font-size: 1.63rem;
    }

    .fs-xs-164pr
    {
        font-size: 1.64rem;
    }

    .fs-xs-165pr
    {
        font-size: 1.65rem;
    }

    .fs-xs-166pr
    {
        font-size: 1.66rem;
    }

    .fs-xs-167pr
    {
        font-size: 1.67rem;
    }

    .fs-xs-168pr
    {
        font-size: 1.68rem;
    }

    .fs-xs-169pr
    {
        font-size: 1.69rem;
    }

    .fs-xs-170pr
    {
        font-size: 1.7rem;
    }

    .fs-xs-171pr
    {
        font-size: 1.71rem;
    }

    .fs-xs-172pr
    {
        font-size: 1.72rem;
    }

    .fs-xs-173pr
    {
        font-size: 1.73rem;
    }

    .fs-xs-174pr
    {
        font-size: 1.74rem;
    }

    .fs-xs-175pr
    {
        font-size: 1.75rem;
    }

    .fs-xs-176pr
    {
        font-size: 1.76rem;
    }

    .fs-xs-177pr
    {
        font-size: 1.77rem;
    }

    .fs-xs-178pr
    {
        font-size: 1.78rem;
    }

    .fs-xs-179pr
    {
        font-size: 1.79rem;
    }

    .fs-xs-180pr
    {
        font-size: 1.8rem;
    }

    .fs-xs-181pr
    {
        font-size: 1.81rem;
    }

    .fs-xs-182pr
    {
        font-size: 1.82rem;
    }

    .fs-xs-183pr
    {
        font-size: 1.83rem;
    }

    .fs-xs-184pr
    {
        font-size: 1.84rem;
    }

    .fs-xs-185pr
    {
        font-size: 1.85rem;
    }

    .fs-xs-186pr
    {
        font-size: 1.86rem;
    }

    .fs-xs-187pr
    {
        font-size: 1.87rem;
    }

    .fs-xs-188pr
    {
        font-size: 1.88rem;
    }

    .fs-xs-189pr
    {
        font-size: 1.89rem;
    }

    .fs-xs-190pr
    {
        font-size: 1.9rem;
    }

    .fs-xs-191pr
    {
        font-size: 1.91rem;
    }

    .fs-xs-192pr
    {
        font-size: 1.92rem;
    }

    .fs-xs-193pr
    {
        font-size: 1.93rem;
    }

    .fs-xs-194pr
    {
        font-size: 1.94rem;
    }

    .fs-xs-195pr
    {
        font-size: 1.95rem;
    }

    .fs-xs-196pr
    {
        font-size: 1.96rem;
    }

    .fs-xs-197pr
    {
        font-size: 1.97rem;
    }

    .fs-xs-198pr
    {
        font-size: 1.98rem;
    }

    .fs-xs-199pr
    {
        font-size: 1.99rem;
    }

    .fs-xs-200pr
    {
        font-size: 2rem;
    }

    .fs-xs-201pr
    {
        font-size: 2.01rem;
    }

    .fs-xs-202pr
    {
        font-size: 2.02rem;
    }

    .fs-xs-203pr
    {
        font-size: 2.03rem;
    }

    .fs-xs-204pr
    {
        font-size: 2.04rem;
    }

    .fs-xs-205pr
    {
        font-size: 2.05rem;
    }

    .fs-xs-206pr
    {
        font-size: 2.06rem;
    }

    .fs-xs-207pr
    {
        font-size: 2.07rem;
    }

    .fs-xs-208pr
    {
        font-size: 2.08rem;
    }

    .fs-xs-209pr
    {
        font-size: 2.09rem;
    }

    .fs-xs-210pr
    {
        font-size: 2.1rem;
    }

    .fs-xs-211pr
    {
        font-size: 2.11rem;
    }

    .fs-xs-212pr
    {
        font-size: 2.12rem;
    }

    .fs-xs-213pr
    {
        font-size: 2.13rem;
    }

    .fs-xs-214pr
    {
        font-size: 2.14rem;
    }

    .fs-xs-215pr
    {
        font-size: 2.15rem;
    }

    .fs-xs-216pr
    {
        font-size: 2.16rem;
    }

    .fs-xs-217pr
    {
        font-size: 2.17rem;
    }

    .fs-xs-218pr
    {
        font-size: 2.18rem;
    }

    .fs-xs-219pr
    {
        font-size: 2.19rem;
    }

    .fs-xs-220pr
    {
        font-size: 2.2rem;
    }

    .fs-xs-221pr
    {
        font-size: 2.21rem;
    }

    .fs-xs-222pr
    {
        font-size: 2.22rem;
    }

    .fs-xs-223pr
    {
        font-size: 2.23rem;
    }

    .fs-xs-224pr
    {
        font-size: 2.24rem;
    }

    .fs-xs-225pr
    {
        font-size: 2.25rem;
    }

    .fs-xs-226pr
    {
        font-size: 2.26rem;
    }

    .fs-xs-227pr
    {
        font-size: 2.27rem;
    }

    .fs-xs-228pr
    {
        font-size: 2.28rem;
    }

    .fs-xs-229pr
    {
        font-size: 2.29rem;
    }

    .fs-xs-230pr
    {
        font-size: 2.3rem;
    }

    .fs-xs-231pr
    {
        font-size: 2.31rem;
    }

    .fs-xs-232pr
    {
        font-size: 2.32rem;
    }

    .fs-xs-233pr
    {
        font-size: 2.33rem;
    }

    .fs-xs-234pr
    {
        font-size: 2.34rem;
    }

    .fs-xs-235pr
    {
        font-size: 2.35rem;
    }

    .fs-xs-236pr
    {
        font-size: 2.36rem;
    }

    .fs-xs-237pr
    {
        font-size: 2.37rem;
    }

    .fs-xs-238pr
    {
        font-size: 2.38rem;
    }

    .fs-xs-239pr
    {
        font-size: 2.39rem;
    }

    .fs-xs-240pr
    {
        font-size: 2.4rem;
    }

    .fs-xs-241pr
    {
        font-size: 2.41rem;
    }

    .fs-xs-242pr
    {
        font-size: 2.42rem;
    }

    .fs-xs-243pr
    {
        font-size: 2.43rem;
    }

    .fs-xs-244pr
    {
        font-size: 2.44rem;
    }

    .fs-xs-245pr
    {
        font-size: 2.45rem;
    }

    .fs-xs-246pr
    {
        font-size: 2.46rem;
    }

    .fs-xs-247pr
    {
        font-size: 2.47rem;
    }

    .fs-xs-248pr
    {
        font-size: 2.48rem;
    }

    .fs-xs-249pr
    {
        font-size: 2.49rem;
    }

    .fs-xs-250pr
    {
        font-size: 2.5rem;
    }

    .fs-xs-251pr
    {
        font-size: 2.51rem;
    }

    .fs-xs-252pr
    {
        font-size: 2.52rem;
    }

    .fs-xs-253pr
    {
        font-size: 2.53rem;
    }

    .fs-xs-254pr
    {
        font-size: 2.54rem;
    }

    .fs-xs-255pr
    {
        font-size: 2.55rem;
    }

    .fs-xs-256pr
    {
        font-size: 2.56rem;
    }

    .fs-xs-257pr
    {
        font-size: 2.57rem;
    }

    .fs-xs-258pr
    {
        font-size: 2.58rem;
    }

    .fs-xs-259pr
    {
        font-size: 2.59rem;
    }

    .fs-xs-260pr
    {
        font-size: 2.6rem;
    }

    .fs-xs-261pr
    {
        font-size: 2.61rem;
    }

    .fs-xs-262pr
    {
        font-size: 2.62rem;
    }

    .fs-xs-263pr
    {
        font-size: 2.63rem;
    }

    .fs-xs-264pr
    {
        font-size: 2.64rem;
    }

    .fs-xs-265pr
    {
        font-size: 2.65rem;
    }

    .fs-xs-266pr
    {
        font-size: 2.66rem;
    }

    .fs-xs-267pr
    {
        font-size: 2.67rem;
    }

    .fs-xs-268pr
    {
        font-size: 2.68rem;
    }

    .fs-xs-269pr
    {
        font-size: 2.69rem;
    }

    .fs-xs-270pr
    {
        font-size: 2.7rem;
    }

    .fs-xs-271pr
    {
        font-size: 2.71rem;
    }

    .fs-xs-272pr
    {
        font-size: 2.72rem;
    }

    .fs-xs-273pr
    {
        font-size: 2.73rem;
    }

    .fs-xs-274pr
    {
        font-size: 2.74rem;
    }

    .fs-xs-275pr
    {
        font-size: 2.75rem;
    }

    .fs-xs-276pr
    {
        font-size: 2.76rem;
    }

    .fs-xs-277pr
    {
        font-size: 2.77rem;
    }

    .fs-xs-278pr
    {
        font-size: 2.78rem;
    }

    .fs-xs-279pr
    {
        font-size: 2.79rem;
    }

    .fs-xs-280pr
    {
        font-size: 2.8rem;
    }

    .fs-xs-281pr
    {
        font-size: 2.81rem;
    }

    .fs-xs-282pr
    {
        font-size: 2.82rem;
    }

    .fs-xs-283pr
    {
        font-size: 2.83rem;
    }

    .fs-xs-284pr
    {
        font-size: 2.84rem;
    }

    .fs-xs-285pr
    {
        font-size: 2.85rem;
    }

    .fs-xs-286pr
    {
        font-size: 2.86rem;
    }

    .fs-xs-287pr
    {
        font-size: 2.87rem;
    }

    .fs-xs-288pr
    {
        font-size: 2.88rem;
    }

    .fs-xs-289pr
    {
        font-size: 2.89rem;
    }

    .fs-xs-290pr
    {
        font-size: 2.9rem;
    }

    .fs-xs-291pr
    {
        font-size: 2.91rem;
    }

    .fs-xs-292pr
    {
        font-size: 2.92rem;
    }

    .fs-xs-293pr
    {
        font-size: 2.93rem;
    }

    .fs-xs-294pr
    {
        font-size: 2.94rem;
    }

    .fs-xs-295pr
    {
        font-size: 2.95rem;
    }

    .fs-xs-296pr
    {
        font-size: 2.96rem;
    }

    .fs-xs-297pr
    {
        font-size: 2.97rem;
    }

    .fs-xs-298pr
    {
        font-size: 2.98rem;
    }

    .fs-xs-299pr
    {
        font-size: 2.99rem;
    }

    .fs-xs-300pr
    {
        font-size: 3rem;
    }

    .fs-xs-301pr
    {
        font-size: 3.01rem;
    }

    .fs-xs-302pr
    {
        font-size: 3.02rem;
    }

    .fs-xs-303pr
    {
        font-size: 3.03rem;
    }

    .fs-xs-304pr
    {
        font-size: 3.04rem;
    }

    .fs-xs-305pr
    {
        font-size: 3.05rem;
    }

    .fs-xs-306pr
    {
        font-size: 3.06rem;
    }

    .fs-xs-307pr
    {
        font-size: 3.07rem;
    }

    .fs-xs-308pr
    {
        font-size: 3.08rem;
    }

    .fs-xs-309pr
    {
        font-size: 3.09rem;
    }

    .fs-xs-310pr
    {
        font-size: 3.1rem;
    }

    .fs-xs-311pr
    {
        font-size: 3.11rem;
    }

    .fs-xs-312pr
    {
        font-size: 3.12rem;
    }

    .fs-xs-313pr
    {
        font-size: 3.13rem;
    }

    .fs-xs-314pr
    {
        font-size: 3.14rem;
    }

    .fs-xs-315pr
    {
        font-size: 3.15rem;
    }

    .fs-xs-316pr
    {
        font-size: 3.16rem;
    }

    .fs-xs-317pr
    {
        font-size: 3.17rem;
    }

    .fs-xs-318pr
    {
        font-size: 3.18rem;
    }

    .fs-xs-319pr
    {
        font-size: 3.19rem;
    }

    .fs-xs-320pr
    {
        font-size: 3.2rem;
    }

    .fs-xs-321pr
    {
        font-size: 3.21rem;
    }

    .fs-xs-322pr
    {
        font-size: 3.22rem;
    }

    .fs-xs-323pr
    {
        font-size: 3.23rem;
    }

    .fs-xs-324pr
    {
        font-size: 3.24rem;
    }

    .fs-xs-325pr
    {
        font-size: 3.25rem;
    }

    .fs-xs-326pr
    {
        font-size: 3.26rem;
    }

    .fs-xs-327pr
    {
        font-size: 3.27rem;
    }

    .fs-xs-328pr
    {
        font-size: 3.28rem;
    }

    .fs-xs-329pr
    {
        font-size: 3.29rem;
    }

    .fs-xs-330pr
    {
        font-size: 3.3rem;
    }

    .fs-xs-331pr
    {
        font-size: 3.31rem;
    }

    .fs-xs-332pr
    {
        font-size: 3.32rem;
    }

    .fs-xs-333pr
    {
        font-size: 3.33rem;
    }

    .fs-xs-334pr
    {
        font-size: 3.34rem;
    }

    .fs-xs-335pr
    {
        font-size: 3.35rem;
    }

    .fs-xs-336pr
    {
        font-size: 3.36rem;
    }

    .fs-xs-337pr
    {
        font-size: 3.37rem;
    }

    .fs-xs-338pr
    {
        font-size: 3.38rem;
    }

    .fs-xs-339pr
    {
        font-size: 3.39rem;
    }

    .fs-xs-340pr
    {
        font-size: 3.4rem;
    }

    .fs-xs-341pr
    {
        font-size: 3.41rem;
    }

    .fs-xs-342pr
    {
        font-size: 3.42rem;
    }

    .fs-xs-343pr
    {
        font-size: 3.43rem;
    }

    .fs-xs-344pr
    {
        font-size: 3.44rem;
    }

    .fs-xs-345pr
    {
        font-size: 3.45rem;
    }

    .fs-xs-346pr
    {
        font-size: 3.46rem;
    }

    .fs-xs-347pr
    {
        font-size: 3.47rem;
    }

    .fs-xs-348pr
    {
        font-size: 3.48rem;
    }

    .fs-xs-349pr
    {
        font-size: 3.49rem;
    }

    .fs-xs-350pr
    {
        font-size: 3.5rem;
    }

    .fs-xs-351pr
    {
        font-size: 3.51rem;
    }

    .fs-xs-352pr
    {
        font-size: 3.52rem;
    }

    .fs-xs-353pr
    {
        font-size: 3.53rem;
    }

    .fs-xs-354pr
    {
        font-size: 3.54rem;
    }

    .fs-xs-355pr
    {
        font-size: 3.55rem;
    }

    .fs-xs-356pr
    {
        font-size: 3.56rem;
    }

    .fs-xs-357pr
    {
        font-size: 3.57rem;
    }

    .fs-xs-358pr
    {
        font-size: 3.58rem;
    }

    .fs-xs-359pr
    {
        font-size: 3.59rem;
    }

    .fs-xs-360pr
    {
        font-size: 3.6rem;
    }

    .fs-xs-361pr
    {
        font-size: 3.61rem;
    }

    .fs-xs-362pr
    {
        font-size: 3.62rem;
    }

    .fs-xs-363pr
    {
        font-size: 3.63rem;
    }

    .fs-xs-364pr
    {
        font-size: 3.64rem;
    }

    .fs-xs-365pr
    {
        font-size: 3.65rem;
    }

    .fs-xs-366pr
    {
        font-size: 3.66rem;
    }

    .fs-xs-367pr
    {
        font-size: 3.67rem;
    }

    .fs-xs-368pr
    {
        font-size: 3.68rem;
    }

    .fs-xs-369pr
    {
        font-size: 3.69rem;
    }

    .fs-xs-370pr
    {
        font-size: 3.7rem;
    }

    .fs-xs-371pr
    {
        font-size: 3.71rem;
    }

    .fs-xs-372pr
    {
        font-size: 3.72rem;
    }

    .fs-xs-373pr
    {
        font-size: 3.73rem;
    }

    .fs-xs-374pr
    {
        font-size: 3.74rem;
    }

    .fs-xs-375pr
    {
        font-size: 3.75rem;
    }

    .fs-xs-376pr
    {
        font-size: 3.76rem;
    }

    .fs-xs-377pr
    {
        font-size: 3.77rem;
    }

    .fs-xs-378pr
    {
        font-size: 3.78rem;
    }

    .fs-xs-379pr
    {
        font-size: 3.79rem;
    }

    .fs-xs-380pr
    {
        font-size: 3.8rem;
    }

    .fs-xs-381pr
    {
        font-size: 3.81rem;
    }

    .fs-xs-382pr
    {
        font-size: 3.82rem;
    }

    .fs-xs-383pr
    {
        font-size: 3.83rem;
    }

    .fs-xs-384pr
    {
        font-size: 3.84rem;
    }

    .fs-xs-385pr
    {
        font-size: 3.85rem;
    }

    .fs-xs-386pr
    {
        font-size: 3.86rem;
    }

    .fs-xs-387pr
    {
        font-size: 3.87rem;
    }

    .fs-xs-388pr
    {
        font-size: 3.88rem;
    }

    .fs-xs-389pr
    {
        font-size: 3.89rem;
    }

    .fs-xs-390pr
    {
        font-size: 3.9rem;
    }

    .fs-xs-391pr
    {
        font-size: 3.91rem;
    }

    .fs-xs-392pr
    {
        font-size: 3.92rem;
    }

    .fs-xs-393pr
    {
        font-size: 3.93rem;
    }

    .fs-xs-394pr
    {
        font-size: 3.94rem;
    }

    .fs-xs-395pr
    {
        font-size: 3.95rem;
    }

    .fs-xs-396pr
    {
        font-size: 3.96rem;
    }

    .fs-xs-397pr
    {
        font-size: 3.97rem;
    }

    .fs-xs-398pr
    {
        font-size: 3.98rem;
    }

    .fs-xs-399pr
    {
        font-size: 3.99rem;
    }

    .fs-xs-400pr
    {
        font-size: 4rem;
    }
}

@media screen and (max-width: 60rem)
{
    h1
    {
        font-size: 2.0rem;
    }

    h2
    {
        font-size: 1.8rem;
    }

    h3
    {
        font-size: 1.6rem;
    }

    h4
    {
        font-size: 1.2rem;
    }

    h5
    {
        font-size: 1.0rem;
    }

    h6
    {
        font-size: 1.0rem;
    }

    .sw-1vw
    {
        width: 1vw;
    }

    .sh-1vh
    {
        height: 1vh;
    }

    .sw-2vw
    {
        width: 2vw;
    }

    .sh-2vh
    {
        height: 2vh;
    }

    .sw-3vw
    {
        width: 3vw;
    }

    .sh-3vh
    {
        height: 3vh;
    }

    .sw-4vw
    {
        width: 4vw;
    }

    .sh-4vh
    {
        height: 4vh;
    }

    .sw-5vw
    {
        width: 5vw;
    }

    .sh-5vh
    {
        height: 5vh;
    }

    .sw-6vw
    {
        width: 6vw;
    }

    .sh-6vh
    {
        height: 6vh;
    }

    .sw-7vw
    {
        width: 7vw;
    }

    .sh-7vh
    {
        height: 7vh;
    }

    .sw-8vw
    {
        width: 8vw;
    }

    .sh-8vh
    {
        height: 8vh;
    }

    .sw-9vw
    {
        width: 9vw;
    }

    .sh-9vh
    {
        height: 9vh;
    }

    .sw-10vw
    {
        width: 10vw;
    }

    .sh-10vh
    {
        height: 10vh;
    }

    .sw-11vw
    {
        width: 11vw;
    }

    .sh-11vh
    {
        height: 11vh;
    }

    .sw-12vw
    {
        width: 12vw;
    }

    .sh-12vh
    {
        height: 12vh;
    }

    .sw-13vw
    {
        width: 13vw;
    }

    .sh-13vh
    {
        height: 13vh;
    }

    .sw-14vw
    {
        width: 14vw;
    }

    .sh-14vh
    {
        height: 14vh;
    }

    .sw-15vw
    {
        width: 15vw;
    }

    .sh-15vh
    {
        height: 15vh;
    }

    .sw-16vw
    {
        width: 16vw;
    }

    .sh-16vh
    {
        height: 16vh;
    }

    .sw-17vw
    {
        width: 17vw;
    }

    .sh-17vh
    {
        height: 17vh;
    }

    .sw-18vw
    {
        width: 18vw;
    }

    .sh-18vh
    {
        height: 18vh;
    }

    .sw-19vw
    {
        width: 19vw;
    }

    .sh-19vh
    {
        height: 19vh;
    }

    .sw-20vw
    {
        width: 20vw;
    }

    .sh-20vh
    {
        height: 20vh;
    }

    .sw-21vw
    {
        width: 21vw;
    }

    .sh-21vh
    {
        height: 21vh;
    }

    .sw-22vw
    {
        width: 22vw;
    }

    .sh-22vh
    {
        height: 22vh;
    }

    .sw-23vw
    {
        width: 23vw;
    }

    .sh-23vh
    {
        height: 23vh;
    }

    .sw-24vw
    {
        width: 24vw;
    }

    .sh-24vh
    {
        height: 24vh;
    }

    .sw-25vw
    {
        width: 25vw;
    }

    .sh-25vh
    {
        height: 25vh;
    }

    .sw-26vw
    {
        width: 26vw;
    }

    .sh-26vh
    {
        height: 26vh;
    }

    .sw-27vw
    {
        width: 27vw;
    }

    .sh-27vh
    {
        height: 27vh;
    }

    .sw-28vw
    {
        width: 28vw;
    }

    .sh-28vh
    {
        height: 28vh;
    }

    .sw-29vw
    {
        width: 29vw;
    }

    .sh-29vh
    {
        height: 29vh;
    }

    .sw-30vw
    {
        width: 30vw;
    }

    .sh-30vh
    {
        height: 30vh;
    }

    .sw-31vw
    {
        width: 31vw;
    }

    .sh-31vh
    {
        height: 31vh;
    }

    .sw-32vw
    {
        width: 32vw;
    }

    .sh-32vh
    {
        height: 32vh;
    }

    .sw-33vw
    {
        width: 33vw;
    }

    .sh-33vh
    {
        height: 33vh;
    }

    .sw-34vw
    {
        width: 34vw;
    }

    .sh-34vh
    {
        height: 34vh;
    }

    .sw-35vw
    {
        width: 35vw;
    }

    .sh-35vh
    {
        height: 35vh;
    }

    .sw-36vw
    {
        width: 36vw;
    }

    .sh-36vh
    {
        height: 36vh;
    }

    .sw-37vw
    {
        width: 37vw;
    }

    .sh-37vh
    {
        height: 37vh;
    }

    .sw-38vw
    {
        width: 38vw;
    }

    .sh-38vh
    {
        height: 38vh;
    }

    .sw-39vw
    {
        width: 39vw;
    }

    .sh-39vh
    {
        height: 39vh;
    }

    .sw-40vw
    {
        width: 40vw;
    }

    .sh-40vh
    {
        height: 40vh;
    }

    .sw-41vw
    {
        width: 41vw;
    }

    .sh-41vh
    {
        height: 41vh;
    }

    .sw-42vw
    {
        width: 42vw;
    }

    .sh-42vh
    {
        height: 42vh;
    }

    .sw-43vw
    {
        width: 43vw;
    }

    .sh-43vh
    {
        height: 43vh;
    }

    .sw-44vw
    {
        width: 44vw;
    }

    .sh-44vh
    {
        height: 44vh;
    }

    .sw-45vw
    {
        width: 45vw;
    }

    .sh-45vh
    {
        height: 45vh;
    }

    .sw-46vw
    {
        width: 46vw;
    }

    .sh-46vh
    {
        height: 46vh;
    }

    .sw-47vw
    {
        width: 47vw;
    }

    .sh-47vh
    {
        height: 47vh;
    }

    .sw-48vw
    {
        width: 48vw;
    }

    .sh-48vh
    {
        height: 48vh;
    }

    .sw-49vw
    {
        width: 49vw;
    }

    .sh-49vh
    {
        height: 49vh;
    }

    .sw-50vw
    {
        width: 50vw;
    }

    .sh-50vh
    {
        height: 50vh;
    }

    .sw-51vw
    {
        width: 51vw;
    }

    .sh-51vh
    {
        height: 51vh;
    }

    .sw-52vw
    {
        width: 52vw;
    }

    .sh-52vh
    {
        height: 52vh;
    }

    .sw-53vw
    {
        width: 53vw;
    }

    .sh-53vh
    {
        height: 53vh;
    }

    .sw-54vw
    {
        width: 54vw;
    }

    .sh-54vh
    {
        height: 54vh;
    }

    .sw-55vw
    {
        width: 55vw;
    }

    .sh-55vh
    {
        height: 55vh;
    }

    .sw-56vw
    {
        width: 56vw;
    }

    .sh-56vh
    {
        height: 56vh;
    }

    .sw-57vw
    {
        width: 57vw;
    }

    .sh-57vh
    {
        height: 57vh;
    }

    .sw-58vw
    {
        width: 58vw;
    }

    .sh-58vh
    {
        height: 58vh;
    }

    .sw-59vw
    {
        width: 59vw;
    }

    .sh-59vh
    {
        height: 59vh;
    }

    .sw-60vw
    {
        width: 60vw;
    }

    .sh-60vh
    {
        height: 60vh;
    }

    .sw-61vw
    {
        width: 61vw;
    }

    .sh-61vh
    {
        height: 61vh;
    }

    .sw-62vw
    {
        width: 62vw;
    }

    .sh-62vh
    {
        height: 62vh;
    }

    .sw-63vw
    {
        width: 63vw;
    }

    .sh-63vh
    {
        height: 63vh;
    }

    .sw-64vw
    {
        width: 64vw;
    }

    .sh-64vh
    {
        height: 64vh;
    }

    .sw-65vw
    {
        width: 65vw;
    }

    .sh-65vh
    {
        height: 65vh;
    }

    .sw-66vw
    {
        width: 66vw;
    }

    .sh-66vh
    {
        height: 66vh;
    }

    .sw-67vw
    {
        width: 67vw;
    }

    .sh-67vh
    {
        height: 67vh;
    }

    .sw-68vw
    {
        width: 68vw;
    }

    .sh-68vh
    {
        height: 68vh;
    }

    .sw-69vw
    {
        width: 69vw;
    }

    .sh-69vh
    {
        height: 69vh;
    }

    .sw-70vw
    {
        width: 70vw;
    }

    .sh-70vh
    {
        height: 70vh;
    }

    .sw-71vw
    {
        width: 71vw;
    }

    .sh-71vh
    {
        height: 71vh;
    }

    .sw-72vw
    {
        width: 72vw;
    }

    .sh-72vh
    {
        height: 72vh;
    }

    .sw-73vw
    {
        width: 73vw;
    }

    .sh-73vh
    {
        height: 73vh;
    }

    .sw-74vw
    {
        width: 74vw;
    }

    .sh-74vh
    {
        height: 74vh;
    }

    .sw-75vw
    {
        width: 75vw;
    }

    .sh-75vh
    {
        height: 75vh;
    }

    .sw-76vw
    {
        width: 76vw;
    }

    .sh-76vh
    {
        height: 76vh;
    }

    .sw-77vw
    {
        width: 77vw;
    }

    .sh-77vh
    {
        height: 77vh;
    }

    .sw-78vw
    {
        width: 78vw;
    }

    .sh-78vh
    {
        height: 78vh;
    }

    .sw-79vw
    {
        width: 79vw;
    }

    .sh-79vh
    {
        height: 79vh;
    }

    .sw-80vw
    {
        width: 80vw;
    }

    .sh-80vh
    {
        height: 80vh;
    }

    .sw-81vw
    {
        width: 81vw;
    }

    .sh-81vh
    {
        height: 81vh;
    }

    .sw-82vw
    {
        width: 82vw;
    }

    .sh-82vh
    {
        height: 82vh;
    }

    .sw-83vw
    {
        width: 83vw;
    }

    .sh-83vh
    {
        height: 83vh;
    }

    .sw-84vw
    {
        width: 84vw;
    }

    .sh-84vh
    {
        height: 84vh;
    }

    .sw-85vw
    {
        width: 85vw;
    }

    .sh-85vh
    {
        height: 85vh;
    }

    .sw-86vw
    {
        width: 86vw;
    }

    .sh-86vh
    {
        height: 86vh;
    }

    .sw-87vw
    {
        width: 87vw;
    }

    .sh-87vh
    {
        height: 87vh;
    }

    .sw-88vw
    {
        width: 88vw;
    }

    .sh-88vh
    {
        height: 88vh;
    }

    .sw-89vw
    {
        width: 89vw;
    }

    .sh-89vh
    {
        height: 89vh;
    }

    .sw-90vw
    {
        width: 90vw;
    }

    .sh-90vh
    {
        height: 90vh;
    }

    .sw-91vw
    {
        width: 91vw;
    }

    .sh-91vh
    {
        height: 91vh;
    }

    .sw-92vw
    {
        width: 92vw;
    }

    .sh-92vh
    {
        height: 92vh;
    }

    .sw-93vw
    {
        width: 93vw;
    }

    .sh-93vh
    {
        height: 93vh;
    }

    .sw-94vw
    {
        width: 94vw;
    }

    .sh-94vh
    {
        height: 94vh;
    }

    .sw-95vw
    {
        width: 95vw;
    }

    .sh-95vh
    {
        height: 95vh;
    }

    .sw-96vw
    {
        width: 96vw;
    }

    .sh-96vh
    {
        height: 96vh;
    }

    .sw-97vw
    {
        width: 97vw;
    }

    .sh-97vh
    {
        height: 97vh;
    }

    .sw-98vw
    {
        width: 98vw;
    }

    .sh-98vh
    {
        height: 98vh;
    }

    .sw-99vw
    {
        width: 99vw;
    }

    .sh-99vh
    {
        height: 99vh;
    }

    .sw-100vw
    {
        width: 100vw;
    }

    .sh-100vh
    {
        height: 100vh;
    }

    .two-column
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .two-column .column
    {
        width: 100%;
    }

    .two-column-natural
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .two-column-natural .column
    {
        width: 100%;
    }

    .three-column
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .three-column .column
    {
        width: 100%;
    }

    .four-column
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .four-column .column
    {
        width: 100%;
    }

    .four-column-two-column .column
    {
        width: 50%;
    }

    .w-sm-1
    {
        width: 1% !important;
    }

    .w-sm-2
    {
        width: 2% !important;
    }

    .w-sm-3
    {
        width: 3% !important;
    }

    .w-sm-4
    {
        width: 4% !important;
    }

    .w-sm-5
    {
        width: 5% !important;
    }

    .w-sm-6
    {
        width: 6% !important;
    }

    .w-sm-7
    {
        width: 7% !important;
    }

    .w-sm-8
    {
        width: 8% !important;
    }

    .w-sm-9
    {
        width: 9% !important;
    }

    .w-sm-10
    {
        width: 10% !important;
    }

    .w-sm-11
    {
        width: 11% !important;
    }

    .w-sm-12
    {
        width: 12% !important;
    }

    .w-sm-13
    {
        width: 13% !important;
    }

    .w-sm-14
    {
        width: 14% !important;
    }

    .w-sm-15
    {
        width: 15% !important;
    }

    .w-sm-16
    {
        width: 16% !important;
    }

    .w-sm-17
    {
        width: 17% !important;
    }

    .w-sm-18
    {
        width: 18% !important;
    }

    .w-sm-19
    {
        width: 19% !important;
    }

    .w-sm-20
    {
        width: 20% !important;
    }

    .w-sm-21
    {
        width: 21% !important;
    }

    .w-sm-22
    {
        width: 22% !important;
    }

    .w-sm-23
    {
        width: 23% !important;
    }

    .w-sm-24
    {
        width: 24% !important;
    }

    .w-sm-25
    {
        width: 25% !important;
    }

    .w-sm-26
    {
        width: 26% !important;
    }

    .w-sm-27
    {
        width: 27% !important;
    }

    .w-sm-28
    {
        width: 28% !important;
    }

    .w-sm-29
    {
        width: 29% !important;
    }

    .w-sm-30
    {
        width: 30% !important;
    }

    .w-sm-31
    {
        width: 31% !important;
    }

    .w-sm-32
    {
        width: 32% !important;
    }

    .w-sm-33
    {
        width: 33% !important;
    }

    .w-sm-34
    {
        width: 34% !important;
    }

    .w-sm-35
    {
        width: 35% !important;
    }

    .w-sm-36
    {
        width: 36% !important;
    }

    .w-sm-37
    {
        width: 37% !important;
    }

    .w-sm-38
    {
        width: 38% !important;
    }

    .w-sm-39
    {
        width: 39% !important;
    }

    .w-sm-40
    {
        width: 40% !important;
    }

    .w-sm-41
    {
        width: 41% !important;
    }

    .w-sm-42
    {
        width: 42% !important;
    }

    .w-sm-43
    {
        width: 43% !important;
    }

    .w-sm-44
    {
        width: 44% !important;
    }

    .w-sm-45
    {
        width: 45% !important;
    }

    .w-sm-46
    {
        width: 46% !important;
    }

    .w-sm-47
    {
        width: 47% !important;
    }

    .w-sm-48
    {
        width: 48% !important;
    }

    .w-sm-49
    {
        width: 49% !important;
    }

    .w-sm-50
    {
        width: 50% !important;
    }

    .w-sm-51
    {
        width: 51% !important;
    }

    .w-sm-52
    {
        width: 52% !important;
    }

    .w-sm-53
    {
        width: 53% !important;
    }

    .w-sm-54
    {
        width: 54% !important;
    }

    .w-sm-55
    {
        width: 55% !important;
    }

    .w-sm-56
    {
        width: 56% !important;
    }

    .w-sm-57
    {
        width: 57% !important;
    }

    .w-sm-58
    {
        width: 58% !important;
    }

    .w-sm-59
    {
        width: 59% !important;
    }

    .w-sm-60
    {
        width: 60% !important;
    }

    .w-sm-61
    {
        width: 61% !important;
    }

    .w-sm-62
    {
        width: 62% !important;
    }

    .w-sm-63
    {
        width: 63% !important;
    }

    .w-sm-64
    {
        width: 64% !important;
    }

    .w-sm-65
    {
        width: 65% !important;
    }

    .w-sm-66
    {
        width: 66% !important;
    }

    .w-sm-67
    {
        width: 67% !important;
    }

    .w-sm-68
    {
        width: 68% !important;
    }

    .w-sm-69
    {
        width: 69% !important;
    }

    .w-sm-70
    {
        width: 70% !important;
    }

    .w-sm-71
    {
        width: 71% !important;
    }

    .w-sm-72
    {
        width: 72% !important;
    }

    .w-sm-73
    {
        width: 73% !important;
    }

    .w-sm-74
    {
        width: 74% !important;
    }

    .w-sm-75
    {
        width: 75% !important;
    }

    .w-sm-76
    {
        width: 76% !important;
    }

    .w-sm-77
    {
        width: 77% !important;
    }

    .w-sm-78
    {
        width: 78% !important;
    }

    .w-sm-79
    {
        width: 79% !important;
    }

    .w-sm-80
    {
        width: 80% !important;
    }

    .w-sm-81
    {
        width: 81% !important;
    }

    .w-sm-82
    {
        width: 82% !important;
    }

    .w-sm-83
    {
        width: 83% !important;
    }

    .w-sm-84
    {
        width: 84% !important;
    }

    .w-sm-85
    {
        width: 85% !important;
    }

    .w-sm-86
    {
        width: 86% !important;
    }

    .w-sm-87
    {
        width: 87% !important;
    }

    .w-sm-88
    {
        width: 88% !important;
    }

    .w-sm-89
    {
        width: 89% !important;
    }

    .w-sm-90
    {
        width: 90% !important;
    }

    .w-sm-91
    {
        width: 91% !important;
    }

    .w-sm-92
    {
        width: 92% !important;
    }

    .w-sm-93
    {
        width: 93% !important;
    }

    .w-sm-94
    {
        width: 94% !important;
    }

    .w-sm-95
    {
        width: 95% !important;
    }

    .w-sm-96
    {
        width: 96% !important;
    }

    .w-sm-97
    {
        width: 97% !important;
    }

    .w-sm-98
    {
        width: 98% !important;
    }

    .w-sm-99
    {
        width: 99% !important;
    }

    .w-sm-100
    {
        width: 100% !important;
    }

    header
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: row;

        width: 100%;
        margin: 0;
        padding-top: 0;
        padding-right: 5%;
        padding-bottom: 0;
        padding-left: 5%;

        background-color: white;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header .header-logo
    {
        width: 25%;
        margin: 0;
        padding: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;

        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    header .header-logo h1
    {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    header .header-logo h1 img
    {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    header .header-contents
    {
        width: 50%;
        margin: 0;
        padding: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    header .header-contents #header-nav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    header .header-contents #header-nav .hamburger
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    header .header-contents #header-nav .hamburger a
    {
        cursor: pointer;
    }

    header .header-contents #header-nav nav
    {
        display: none;

        width: 100%;
        margin-top: .5rem;
    }

    header .header-contents #header-nav nav ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 100%;
        margin: 0;

        list-style: none;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    header .header-contents #header-nav nav ul li
    {
        line-height: 2rem;

        display: block;

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

        text-align: center;

        border-left: none;
    }

    header .header-contents #header-nav nav ul li a
    {
        font-size: 1rem;
        font-weight: bold;
    }

    header .header-contents #header-nav nav ul li a,
    header .header-contents #header-nav nav ul li a:hover,
    header .header-contents #header-nav nav ul li a:visited,
    header .header-contents #header-nav nav ul li a:active,
    header .header-contents #header-nav nav ul li a:link
    {
        text-decoration: none;

        color: black;
    }

    header .header-contents #header-nav nav ul li:last-child
    {
        border-right: none;
    }

    header.fixed
    {
        background-color: rgba(255, 255, 255, .9);
    }

    .nr-container .nr-section
    {
        width: 100%;
    }

    .categories .category
    {
        width: 100%;
        margin-right: 0;
    }

    .pickup
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .pickup .products
    {
            flex-direction: column;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .pickup .products .product
    {
        width: 100%;
    }

    .pickup .products .product .product-image img
    {
        width: 100%;
        height: auto;
    }

    .pickup .products .product h4
    {
        font-size: 4vw;
        font-weight: bold;
        line-height: 8vw;

        text-align: center;
    }

    .pickup .banners
    {
        width: 100%;
    }
}

@media print
{
    *,
    *::before,
    *::after,
    p::first-letter,
    div::first-letter,
    blockquote::first-letter,
    li::first-letter,
    p::first-line,
    div::first-line,
    blockquote::first-line,
    li::first-line
    {
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited
    {
        text-decoration: underline;
    }

    abbr[title]::after
    {
        content: ' (' attr(title) ')';
    }

    pre
    {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote
    {
        border: 1px solid #999;

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

    .navbar
    {
        display: none;
    }

    .badge
    {
        border: 1px solid #000;
    }

    .table
    {
        border-collapse: collapse !important;
    }

    .table td,
    .table th
    {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td
    {
        border: 1px solid #ddd !important;
    }

    .visible-print-block
    {
        display: block !important;
    }

    .visible-print-inline
    {
        display: inline !important;
    }

    .visible-print-inline-block
    {
        display: inline-block !important;
    }

    .hidden-print
    {
        display: none !important;
    }
}

@media (-webkit-transform-3d)
{
    .carousel-item
    {
        -webkit-transition: -webkit-transform .6s ease-in-out;
                transition: -webkit-transform .6s ease-in-out;
                transition:         transform .6s ease-in-out;
                transition:         transform .6s ease-in-out, -webkit-transform .6s ease-in-out;

        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-perspective: 1000px;
                perspective: 1000px;
    }

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    .carousel-item-next,
    .active.carousel-item-right
    {
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }

    .carousel-item-prev,
    .active.carousel-item-left
    {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
}
