@import "../fonts/fonts.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -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;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -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;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -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;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -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;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -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;
    }
}
.d-print-block {
    display: none !important;
}
@media print {
    .d-print-block {
        display: block !important;
    }
}
.d-print-inline {
    display: none !important;
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
}
.d-print-inline-block {
    display: none !important;
}
@media print {
    .d-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
html {
    font-size: 10px;
    overflow-x: hidden;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
* {
    box-sizing: border-box;
}
a:focus,
span:focus,
div:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}
body {
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.57;
    color: #222;
    background-color: #fcfcfc;
    min-width: 320px;
}
a {
    text-decoration: underline;
    color: #990000;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
a:hover {
    color: #eb3b3b;
}
.link-brand {
    color: #002064;
    text-decoration: none;
}
.link-brand:hover {
    color: #1485e5;
}
.link-icon .icon {
    display: inline-block;
    margin-right: 0.8rem;
    position: relative;
    top: 2px;
    font-size: 110%;
}
b {
    font-weight: 700;
}
hr {
    margin: 3rem -1rem;
    color: transparent;
    border: none;
    border-bottom: 1px solid #e1e1e1;
}
h1,
.h1 {
    text-transform: uppercase;
    display: block;
    font-size: 2.8rem;
    font-weight: 400;
    color: #002064;
    margin: 3rem 0 2.5rem 0;
}
h2,
.h2 {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #222;
    margin: 2rem 0;
}
h3,
.h3 {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #222;
    margin: 2.8rem 0 1.7rem 0;
}
.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 0.3rem;
    text-decoration: none;
    font-size: 1.5rem;
    min-height: 4.5rem;
    padding: 1.1rem 3rem;
    min-width: 12rem;
    border: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.btn-md {
    padding: 1.3rem 3rem;
    min-height: 5rem;
}
.btn-condensed {
    padding: 1.1rem 1.5rem;
}
.btn-lg {
    font-size: 1.8rem;
    min-height: 6rem;
    padding: 1.5rem 3rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-wide {
    min-width: 35rem;
}
.btn-default {
    color: #222;
    background-color: #fff;
    border: 1px solid #cfcfcf;
}
.btn-default:hover {
    color: #222;
    border-color: #222;
}
.btn-primary {
    color: #fff;
    background-color: #990000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #eb3b3b;
}
.btn-secondary {
    color: #fff;
    background-color: #1485e5;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #3e9dee;
}
.btn-gray {
    color: #636669;
    background-color: #e1e9f3;
    border: 1px solid #bdc7d7;
}
.btn-gray:hover {
    color: #636669;
    background-color: #fff;
}
.btn-bordered {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-disabled {
    cursor: not-allowed;
    color: #fff;
    background-color: #7f8995;
}
.btn-disabled:hover {
    color: #fff;
}
.btn-brand-light {
    color: #fff;
    background-color: #4e6084;
}
.btn-brand-light:hover {
    color: #fff;
    background-color: #7386ac;
}
.btn-icon .icon {
    display: inline-block;
    margin-left: 0.5rem;
    position: relative;
    top: 0.1rem;
}
.btn-icon-left .icon {
    display: inline-block;
    margin-right: 0.5rem;
    position: relative;
    top: 0.2rem;
}
.btn-chevron-right,
.btn-chevron-left {
    position: relative;
}
.btn-chevron-right:after,
.btn-chevron-left:after {
    font-size: 1.3rem;
    content: "\e91e";
    font-family: icomoon;
    position: absolute;
    right: 1.5rem;
    width: 2rem;
    top: 50%;
    display: block;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.btn-chevron-left {
    position: relative;
}
.btn-chevron-left:after {
    content: "\e91f";
    right: auto;
    left: 1.5rem;
    font-weight: 300;
    font-size: 1.1rem;
}
input,
textarea {
    font-size: 1.4rem;
    background-color: #fcfcfc;
    border: 1px solid #e1e1e1;
    -moz-appearance: textfield;
    border-radius: 3px;
    padding: 1.1rem 1.5rem;
    height: 4.5rem;
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
input:hover,
textarea:hover {
    border-color: #b4b4b4;
}
input:focus,
textarea:focus {
    border-color: #1485e5;
    background-color: #f2f2f2;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.input-sm input {
    height: 3rem;
    padding: 0 1rem;
}
.input-gray input {
    background-color: #d0dbe9;
    border-color: #c7d2e0;
}
.input-gray input:hover {
    background-color: #dae3ee;
}
.input-gray input:focus {
    background-color: #fff;
    border-color: #1485e5;
}
.input-unit-out,
.input-unit-in {
    position: relative;
    padding-right: 5rem;
}
.input-unit-out input,
.input-unit-in input {
    text-align: right;
}
.input-unit-out .item-unit,
.input-unit-in .item-unit {
    position: absolute;
    right: 0;
    width: 5rem;
    padding-left: 1rem;
    top: 0.5rem;
}
.input-unit-in {
    padding-right: 0;
}
.input-unit-in input {
    padding-right: 6rem;
}
.input-unit-in .item-unit {
    position: absolute;
    right: 1px;
    top: 1px;
    border-left: 1px solid #e1e1e1;
    background-color: #fff;
    text-align: center;
    padding: 1.1rem 0.5rem;
    width: calc(5rem - 2px);
    height: 4.8rem;
    height: calc(100% - 2px);
}
.input-icon {
    position: relative;
}
.input-icon input {
    padding-left: 6rem;
}
.input-icon .icon {
    position: absolute;
    left: 1px;
    top: 1px;
    border-right: 1px solid #e1e1e1;
    background-color: #fff;
    text-align: center;
    width: calc(5rem - 2px);
    height: 4.8rem;
    height: calc(100% - 2px);
    color: #8995ad;
}
.input-icon .icon:before {
    display: block;
    line-height: 1;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.input-bold input,
.input-bold textarea {
    font-weight: 700;
}
.input-num-controls {
    position: relative;
}
.input-num-controls input {
    text-align: center;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}
.input-num-controls .num-control {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 3.6rem;
    height: 98%;
    height: calc(100% - 2px);
    z-index: 9;
    cursor: pointer;
    text-align: center;
}
.input-num-controls .num-control:before {
    content: "\e91c";
    font-family: icomoon;
    color: #b2b2b2;
    line-height: 0;
    position: absolute;
    margin: auto;
    display: block;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.input-num-controls .num-control.minus {
    left: 1px;
    right: auto;
}
.input-num-controls .num-control.minus:before {
    content: "\e91b";
}
.input-num-controls .num-control:hover:before {
    color: #666;
}
.input-num-controls.input-sm .num-control {
    font-size: 1rem;
    /*
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;

}
.input-num-controls.input-sm:hover .num-control {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}
.input-num-controls.input-unit-out .num-control.plus,
.input-num-controls.input-unit-in .num-control.plus {
    right: 5.1rem;
}
.input-num-controls.input-unit-in input {
    padding-right: 8rem;
}
.form-row {
    display: block;
    margin-bottom: 0.8rem;
    position: relative;
}
.form-row:after,
.form-row:before {
    display: table;
    content: "";
    clear: both;
}
.form-column {
    width: 49%;
    float: left;
}
.form-column.margin-right {
    margin-right: 2%;
}
.form-btn {
    margin: 2rem 0 0 0;
}
label {
    display: block;
    text-align: left;
    font-size: 1.2rem;
    color: #222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=(70));
    opacity: 0.7;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}
.checkbox {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    color: #222;
    display: inline-block;
    text-align: left;
    padding-bottom: 0.3rem;
}
.checkbox label {
    cursor: pointer;
    position: relative;
    background: transparent;
    padding: 0 0 0 3.5rem;
    margin: 0 2rem 0 0;
    min-height: 0;
    max-width: none;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}
.checkbox label:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 6px;
    border: 3px solid #222;
    background-color: transparent;
    border-top: none;
    border-right: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    transform: rotate(-45deg);
}
.checkbox label:before {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #bbbbbb;
    background-color: #fcfcfc;
    box-sizing: border-box;
    border-radius: 3px;
}
.checkbox label:hover::after {
    opacity: 0.1;
}
.checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
.checkbox input[type=checkbox]:checked + label:before {
    background-color: #990000;
    border-color: #990000;
}
.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
    border-color: #fff;
}
.input-error {
    position: relative;
}
.input-error input {
    border-color: #eb3b3b;
}
.input-error .item-text {
    color: #eb3b3b;
    font-size: 1.2rem;
    position: absolute;
    right: 0.5rem;
    top: -0.2rem;
}
.input-error .checkbox+.item-text {
    top: -1.6rem;
}

.input-center input {
    text-align: center;
}
.text-xs {
    font-size: 1.2rem;
}
.text-sm {
    font-size: 1.3rem;
}
.text-md {
    font-size: 1.6rem;
}
.text-lg {
    font-size: 2rem;
}
.text-justify {
    text-align: justify;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-primary {
    color: #990000;
}
.text-brand {
    color: #002064;
}
.text-gray {
    color: #222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=(70));
    opacity: 0.7;
}
.text-gray-light {
    color: #222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=(30));
    opacity: 0.3;
}
.text-bold {
    font-weight: 700;
}
.text-light {
    font-weight: 300;
}
.text-upper {
    text-transform: uppercase;
}
.document-formatting {
    text-align: left;
    color: #000;
    font-family: "Times New Roman", Times, serif;
}
.document-formatting h1 {
    color: #000;
    font-size: 3rem;
    text-transform: none;
    font-weight: 700;
    line-height: 1.2;
}
.document-formatting h2 {
    font-size: 2.4rem;
    color: #000;
}
.document-formatting ul {
    margin: 2rem 0;
    list-style: disc;
    padding-left: 2rem;
}
.container {
    max-width: 114rem;
}
.wrapper {
    padding: 3rem 0;
}
.bg-prague {
    background-image: url('../img/bg-prague.png');
    background-repeat: no-repeat;
    background-position: top center;
}
.bg-bottom {
    background-position: bottom center;
}
.bg-center {
    background-position: center;
}
.bg-gray {
    background-color: #f2f3f4;
}
.wrapper-highlight {
    background-color: #fdfde2;
    border-bottom: 1px solid #e1e1e1;
}
header {
    height: 7rem;
}
.header {
    background-color: #C9DBE4;
    color: #000000;
    height: 7rem;
    padding: 0 4rem;
    position: relative;
    z-index: 98;
}
.header:after,
.header:before {
    display: table;
    content: "";
    clear: both;
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.header-inner:after,
.header-inner:before {
    display: table;
    content: "";
    clear: both;
}
.logo {
    float: left;
    margin: 0;
    font-size: 2rem;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.logo a {
    line-height: 0;
    display: block;
}
.logo a img {
    width: auto;
    height: 4.1rem;
    display: block;
}
.header-title {
    display: block;
    float: left;
    font-size: 1.8rem;
    margin: 0 2rem 0 6rem;
    color: #000;
    font-weight: 400;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
    /*filter: alpha(opacity=(50));*/
    /*opacity: 0.5;*/
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.header-title:before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 0;
    height: 100%;
    border-left: 1px solid #000;
}
.header-nav {
    float: right;
}
.nav {
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
}
.nav:after,
.nav:before {
    display: table;
    content: "";
    clear: both;
}
.nav > li {
    float: left;
    position: relative;
}
.nav > li > a {
    color: #000;
    text-decoration: none;
    line-height: 6.8rem;
    display: block;
    padding: 0 1.5rem;
    position: relative;
    border-bottom: 2px solid transparent;
}
.nav > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 2.4rem;
    border-left: 1px solid #647dad;
    margin-top: -1.2rem;
}
.nav > li > a:hover {
    border-color: #990000;
}
.nav > li:first-child a:before {
    display: none;
}
.nav-right {
    margin-left: 4rem;
}
.nav-right > a {
    font-weight: 700;
}
.nav-right > a:before {
    display: none;
}
.dropdown > a {
    cursor: pointer;
    max-height: 7rem;
}
.dropdown > a:after {
    content: "\e920";
    font-family: icomoon;
    color: #647dad;
    display: inline-block;
    margin-left: 1rem;
    font-weight: 400;
}
.nav-dropdown {
    background-color: #fff;
    padding: 1.5rem;
    width: 110%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 100%;
    z-index: 9;
    border: 1px solid #e1e1e1;
    border-top: none;
    display: none;
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
}
.nav-dropdown li {
    display: block;
    float: none;
    border-bottom: 1px solid #e8e8e8;
}
.nav-dropdown li a {
    color: #222;
    padding: 1.3rem 1.7rem;
    text-decoration: none;
    display: block;
}
.nav-dropdown li a:hover {
    color: #990000;
}
.nav-dropdown li .icon {
    font-size: 1.9rem;
    vertical-align: middle;
    margin-right: 0.7rem;
    display: inline-block;
    position: relative;
    margin-top: -0.2rem;
}
.nav-dropdown li:last-child {
    border-bottom: none;
}
.nav-dropdown:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
}
.btn-mobile-menu-open-container {
    display: none;
}
.shopping-cart {
    background-color: #e1e2e0;
    padding: 2rem 0;
    border-bottom: 1px solid #c7d2e0;
    position: relative;
    -webkit-box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.1);
}
.shopping-cart.fixed {
    position: fixed;
    z-index: 11;
    width: 100%;
    top: 0;
    left: 0;
}
.shopping-cart .container {
    position: relative;
    z-index: 3;
}
.shopping-cart:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6rem;
}
.shopping-cart-table table {
    width: 100%;
    text-align: left;
}
.shopping-cart-table table th {
    font-size: 1.3rem;
    color: #4e6084;
}
.shopping-cart-table table td,
.shopping-cart-table table th {
    vertical-align: top;
    padding: 0.8rem 1.5rem;
    width: 16.666%;
}
.shopping-cart-table table tbody tr {
    border-bottom: 1px solid #c7d2e0;
}
.shopping-cart-table table tbody tr:last-child {
    border-bottom: none;
}
.shopping-cart-table table .item-cell-title {
    width: 25%;
}
.shopping-cart-table table .item-cell-options {
    width: 8.333%;
    text-align: right;
}
.shopping-cart-table .item-mobile-title {
    display: none;
}
.shopping-cart-table .item-title {
    font-weight: 700;
    color: #990000;
    text-transform: uppercase;
}
.shopping-cart-table .input-sm {
    margin: -0.3rem 0;
}
.shopping-cart-table .item-remove {
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    color: #8e959c;
    font-weight: 300;
    line-height: 1;
}
.shopping-cart-table .item-remove:hover {
    color: #990000;
}
.shopping-cart-summary {
    position: relative;
    margin-top: 2rem;
    min-height: 7.5rem;
}
.shopping-cart-summary .item-table {
    width: 50%;
    margin: 0 auto;
    padding-right: 2.5rem;
}
.shopping-cart-summary .item-table table {
    width: 100%;
    font-weight: 700;
}
.shopping-cart-summary .item-table table tr {
    border-bottom: 1px solid #c7d2e0;
}
.shopping-cart-summary .item-table table tr:last-child {
    color: #002064;
    border-bottom: none;
}
.shopping-cart-summary .item-table table td {
    padding: 0.3rem 1.5rem;
    vertical-align: middle;
}
.shopping-cart-summary .item-table table td:last-child {
    text-align: right;
    font-size: 2rem;
}
.shopping-cart-summary .item-table table .unit {
    font-size: 1.4rem;
    width: 3rem;
    display: inline-block;
}
.shopping-cart-summary .item-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    padding: 0 3rem 0 1.5rem;
    min-height: 1px;
}
.shopping-cart-summary .item-button.right {
    left: auto;
    right: 0;
    padding-right: 1.5rem;
}
.shopping-cart-summary .item-button .btn {
    width: 100%;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.box {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 3rem;
    width: 100%;
    -webkit-box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.05);
}
.box-content {
    padding: 4rem 3rem;
    color: #666666;
}
.product {
    padding: 0;
    min-height: 30rem;
    position: relative;
    padding-left: 28%;
    margin: 4rem 0;
}
.product:last-child {
    margin-bottom:0px;
}
.product .item-image {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 28%;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.product .item-image .item-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(113, 131, 168, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.product .item-image .btn {
    padding: 1rem 2.7rem;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.product .item-image .btn .icon {
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 0.5rem;
}
.product:hover .item-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}
.product .item-content {
	position: relative;
    padding: 2rem 3rem 3rem 3rem;
}
.product .item-content:after,
.product .item-content:before {
    display: table;
    content: "";
    clear: both;
}
.product .item-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0.5rem 0 2.5rem 0;
    text-transform: none;
    line-height: 1.3;
}
.product .item-title a {
    text-decoration: underline;
}
.product .item-title a:hover {
    text-decoration: none;
}
.product .item-subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #878787;
    margin: 0 0 0.2rem 0;
    font-weight: 400;
}

.product .item-content .tag {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 50%;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	z-index: 1;
	transform: translateX(-50%);
	border-radius: 3px;
}

.product .item-info {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.product .item-info .item {
    margin-bottom: 2.2rem;
}
.product .item-info .item.text-md .item-subtitle {
    margin-bottom: 1rem;
}
.product .item-unit {
    font-size: 1.4rem;
}
.product input {
    font-weight: 700;
}
.product .item-buy .item {
    line-height: 1.4;
    margin-top: 1.5rem;
}
.product .item-buy .item .btn {
    display: block;
    width: 100%;
}
.product-detail-container {
    padding: 0;
    margin: 4rem 0 6rem 0;
}
.product-detail-container .product {
    margin: 0;
    min-height: 20rem;
}
.product-detail .product-detail-table {
    padding: 0;
}
.product-detail-table table {
    width: 100%;
}
.product-detail-table tr {
    border-bottom: 1px solid #e1e1e1;
}
.product-detail-table td {
    padding: 0.9rem 1.5rem;
    border-right: 1px solid #e1e1e1;
    width: 25%;
}
.product-detail-table td:nth-child(2n) {
    background-color: #fcfcfc;
}
.product-detail-table td:last-child {
    border-right: none;
}
.product-detail-table .item-label {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=(70));
    opacity: 0.7;
}
.product-detail-table .item-title {
    background-color: #fcfcfc;
    color: #990000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.57;
    margin: 0;
}
.product-detail-table.wide {
    border-top: 1px solid #e1e1e1;
}
.product-detail-table.wide table td {
    width: 50%;
    padding: 0.9rem 3rem;
}
.product-detail-table.wide table td:last-child {
    text-align: right;
}
.product-overview {
    padding-right: 5rem !important;
}
.table-product-overview table td:last-child {
    padding-right: 5rem;
}
.product-contract-container {
    position: relative;
    padding-bottom: 6rem;
}
.product-contract-container .item-btn {
    position: absolute;
    right: 4rem;
    bottom: 7.5rem;
    z-index: 9;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
}
.product-contract {
    background-color: #f1f1f1;
    padding: 3rem;
    text-align: center;
    max-height: 40rem;
    overflow-x: auto;
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05), inset 0 -10px 10px -10px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e1e1e1;
}
.product-contract .mfp-hide {
    display: block !important;
}
.contract-content {
    max-width: 76rem;
    margin: 0 auto;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
    padding: 7rem 9rem;
    background-color: #fff;
}
.mfp-close-btn-in .mfp-close {
    font-size: 4rem;
    background-color: #990000;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    top: 1.5rem;
    right: 1.5rem;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.mfp-content {
    padding: 2rem 1rem;
}
.product-sm {
    min-height: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.product-sm .item-title {
    margin-bottom: 1.5rem;
}
.btn-product-right {
    float: right;
}
.bt {
    border-top: 1px solid #e1e1e1;
}
.rangeslider {
    background: #ececec;
    margin: 1rem 0 0.2rem 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.rangeslider--horizontal {
    height: 4px;
}
.rangeslider__fill {
    background: #1485e5;
}
.rangeslider__handle {
    background: #1485e5;
    border: none;
    width: 10px;
    height: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -3px !important;
}
.rangeslider__handle:after {
    display: none;
}
.footer {
    background-color: #c9dbe4;
    padding: 5rem 0 6rem 0;
    color: #000;
}
.footer-logo {
    display: block;
    width: 22rem;
    margin-bottom: 3rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=(80));
    opacity: 0.8;
}
.footer-logo img {
    width: 100%;
    height: auto;
}
.footer-logo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}
.footer .text-light-grey {
    color: #878787;
}
.footer-social {
    float: right;
}
.footer-social a {
    display: inline-block;
    font-size: 2rem;
    color: #000;
    text-decoration: none;
    margin: 0.5rem 1rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=(80));
    opacity: 0.8;
}
.footer-social a:last-child {
    margin-right: 0;
}
.footer-social a:first-child {
    margin-left: 0;
}
.footer-social a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}
.footer-bottom {
    background-color: #292c33;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    padding: 2.8rem 0;
}
footer .footer-bottom .rights {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
footer .footer-bottom .rights:hover {
    color: #aaaaaa;
    text-decoration: underline;
}
.help-bubble {
    max-width: 40.5rem;
    padding: 3rem;
    position: fixed;
    bottom: 9rem;
    right: 4rem;
    z-index: 100;
    text-align: center;
    font-size: 1.2rem;
    color: #888;
}
.help-bubble .item-title {
    display: block;
    color: #002064;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
}
.help-bubble .item-title .icon {
    display: inline-block;
    margin-right: 0.5rem;
    position: relative;
    top: 0.2rem;
}
.help-bubble .item-phone {
    font-size: 1.6rem;
    display: block;
    margin: 1rem 0 0.5rem 0;
}
.help-bubble .item-phone a {
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    color: #222;
    text-decoration: none;
}
.help-bubble .item-open-hours {
    display: block;
    margin: 1rem 0 0.5rem 0;
}
.help-bubble .item-divider {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 2.5rem;
}
.help-bubble .item-divider span {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background-color: #fff;
    margin-bottom: -2rem;
    position: relative;
    top: 0.7rem;
}
.help-bubble .btn {
    font-size: 1.4rem;
}
.help-bubble .help-bubble-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-size: 2.2rem;
    color: #cbced1;
    cursor: pointer;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.help-bubble .help-bubble-close:before {
    content: "\e91d";
    font-family: icomoon;
}
.help-bubble .help-bubble-close:hover {
    color: #990000;
}
.help-bubble.closed {
    display: none;
}
.help-bubble-open {
    position: fixed;
    bottom: 2rem;
    right: 4rem;
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    background-color: #002064;
    cursor: pointer;
    font-size: 2.4rem;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.help-bubble-open .icon {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    line-height: 1;
    margin-top: -1px;
}
.help-bubble-open .icon-info {
    display: none;
}
.help-bubble-open.closed {
    background-color: #1485e5;
}
.help-bubble-open.closed .icon-info {
    display: block;
}
.help-bubble-open.closed .icon-remove {
    display: none;
}
.help-bubble-open.closed:hover {
    background-color: #3e9dee;
}
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 1.5rem;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 999;
}
.blocker .modal {
    display: inline-block !important;
}
.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
.blocker.behind {
    background-color: transparent;
}
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 3;
    max-width: 45rem;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #727272;
    text-align: center;
}
.modal-close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 2.2rem;
    cursor: pointer;
    color: #222;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=(70));
    opacity: 0.7;
}
.modal-close:before {
    content: "\e91d";
    font-family: icomoon;
}
.close-modal {
    display: none;
}
.modal-header {
    padding: 2.7rem 5rem 2.5rem 5rem;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
    background-color: #d6e0ec;
}
.modal-header .item-title {
    text-transform: uppercase;
    display: block;
    color: #002064;
    font-size: 1.5rem;
    font-weight: 600;
}
.modal-header .item-title .icon {
    display: inline-block;
    margin-right: 0.5rem;
    position: relative;
    top: 1px;
}
.modal-header.info {
    background-color: #88c6f2;
}
.modal-header.success {
    background-color: #88f2b8;
}
.divider-icon {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 4.5rem;
}
.divider-icon .icon {
    display: block;
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
    margin-bottom: -2.7rem;
    line-height: 5.2rem;
    font-size: 2rem;
}
.modal-content {
    padding: 2.8rem 5rem 5rem 5rem;
    background-color: #fff;
    color: #666666;
}
.modal-content.bg-gray {
    background-color: #fcfcfc;
}
.modal-footer {
    padding: 2rem 5rem 4rem 5rem;
    background-color: #fcfcfc;
    border-top: 1px solid #e1e1e1;
    color: #666666;
}
.order-nav {
    background: #fff;
    padding: 1rem 0;
    text-align: center;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.1);
}
.order-nav .item {
    display: inline-block;
    text-decoration: none;
    color: #8995ad;
    font-size: 1.3rem;
    margin: 1rem 0;
}
.order-nav .item:after,
.order-nav .item:before {
    display: table;
    content: "";
    clear: both;
}
.order-nav .item.active {
    color: #002064;
}
.order-nav .item.active .item-num {
    background-color: #fff;
    color: #002064;
    border-color: #c8d3e1;
}
.order-nav .item-num {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    border: 1px solid #ededed;
    background-color: #fcfcfc;
    color: #8995ad;
    font-weight: 700;
    font-size: 1.4rem;
    display: block;
    margin: 0 auto 0.8rem auto;
    line-height: 3.8rem;
}
.divider {
    overflow: hidden;
    margin: 5rem -1rem;
    text-align: center;
    /*color: #cccccc;*/
}
.divider span {
    display: inline-block;
    padding: 0 3rem;
    position: relative;
}
.divider span:before,
.divider span:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 999px;
    height: 0;
    border-bottom: 1px solid #bcbcbc;
}
.divider span:before {
    right: 100%;
    left: auto;
}
.form-table {
    width: 100%;
}
.form-table td {
    padding: 1.2rem;
    vertical-align: middle;
}
.form-table td:first-child {
    width: 16rem;
    padding-left: 0;
}
.form-table td:last-child {
    /*padding-right: 16rem;*/
    padding-right: 13rem;
}
.form-table label {
    margin-bottom: 0;
    text-align: right;
}
.input-rc {
    float: left;
    width: 17rem;
}
.input-bank-account {
    float: right;
    letter-spacing: 1px;
    min-width: 50.6rem;
}
.input-bank-account:after,
.input-bank-account:before {
    display: table;
    content: "";
    clear: both;
}
.input-bank-account label {
    float: left;
    width: 13rem;
    line-height: 5rem;
    letter-spacing: normal;
    padding-right: 2rem;
}
.input-bank-account input {
    display: inline-block;
    /*width: 8.7rem;*/
    width: 10.5rem;
    letter-spacing: normal;
    text-align: center;
}
.input-bank-account .bank-account-main {
    width: 13.5rem;
}
.lost-password-link {
    float: right;
}
.alert {
    padding: 1.1rem 2rem 1.3rem 2rem;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    border-top: none;
    margin-top: -3rem;
    margin-bottom: 3rem;
    position: relative;
}
.alert .icon {
    font-size: 2rem;
    display: inline-block;
    margin-right: 1rem;
    position: relative;
    top: 2px;
}
.alert .alert-close {
    position: absolute;
    right: 1.5rem;
    top: 0.7rem;
    font-size: 2.2rem;
    cursor: pointer;
    color: #222;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=(50));
    opacity: 0.5;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.alert .alert-close:before {
    content: "\e91d";
    font-family: icomoon;
}
.alert .alert-close:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}
.alert-success {
    background-color: #88f2b8;
    color: #222;
    border-color: #78d6a2;
}
.alert-warning {
    background-color: #fffeac;
    color: #4e4e3e;
    border-color: #e4db94;
}
.form-buttons {
    margin-top: 2rem;
    margin-bottom: 6rem;
}
.form-buttons .item {
    margin: 0.8rem 0;
}
.form-buttons .item:last-child {
    text-align: right;
}
.form-buttons .btn {
    min-width: 24.8rem;
}
.order-summary {
    padding: 0;
    background-color: #fcfcfc;
}
.order-summary .item-heading {
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: -1px;
    padding: 3rem 1.5rem 1rem 10rem;
    font-size: 1.6rem;
}
.order-summary .item-content {
    background-color: #fcfcfc;
    padding: 2rem 3rem 4rem 3rem;
}
.table-labeled table {
    width: 100%;
}
.table-labeled table td {
    padding: 0.8rem 1.5rem;
    vertical-align: middle;
}
.table-labeled table td:first-child {
    width: 16rem;
    text-transform: uppercase;
    color: #222;
    font-size: 1.2rem;
    text-align: right;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=(70));
    opacity: 0.7;
}
.table-labeled.condensed table td {
    padding: 0.2rem 1.5rem;
}
.table-labeled.left table td:first-child {
    text-align: left;
}
.phone-confirmation {
    text-align: center;
    margin: 6rem 0 4rem 0;
}
.phone-confirmation input {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
}
.form-container,
.form-wide-container {
    margin: 0 auto;
    width: 100%;
    max-width: 35rem;
}
.form-wide-container {
    max-width: 45rem;
}
.qr {
    float: right;
}
.form-standalone {
    margin: 6rem auto;
    padding: 0;
}
.tabs:after,
.tabs:before {
    display: table;
    content: "";
    clear: both;
}
.tabs li {
    float: left;
    width: 50%;
    text-align: center;
}
.tabs li a {
    display: block;
    padding: 2rem;
    text-transform: uppercase;
    color: #002064;
    background-color: #fcfcfc;
    text-decoration: none;
    border-bottom: 1px solid #e1e1e1;
}
.tabs li a:hover {
    background-color: #fff;
    border-color: #1485e5;
}
.tabs li.ui-tabs-active a {
    background-color: #d6e0ec;
    border-bottom: 1px solid #1485e5;
    -webkit-box-shadow: inset 0 -1px 0 0 #1485e5;
    box-shadow: inset 0 -1px 0 0 #1485e5;
}
.tabs .icon {
    display: inline-block;
    margin-right: 0.8rem;
    position: relative;
    top: 1px;
}
.form-content {
    padding: 3rem 5rem 6rem 5rem;
}
.wrapper-admin {
    position: relative;
    padding-left: 26rem;
    min-height: 100vh;
    min-height: calc(100vh - 7rem);
}
.admin-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 26rem;
    height: 100%;
    height: 100vh;
    z-index: 89;
    padding-top: 10rem;
    background-color: #878787b5;
    color: #fff;
}
.nav-side li {
    display: block;
}
.nav-side li a {
    display: block;
    width: 100%;
    padding: 1.5rem 2rem 1.5rem 4rem;
    color: #fff;
    text-decoration: none;
    border-left: 2px solid transparent;
    font-size: 1.5rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=(70));
    opacity: 0.7;
}
.nav-side li a .icon {
    display: inline-block;
    font-size: 140%;
    margin-right: 1.5rem;
    vertical-align: middle;
    line-height: 1;
}
.nav-side li a:hover {
    background-color: #74858C;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}
.nav-side li.active a {
    border-left-color: #fff;
    background-color: #74858C;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
}
.in-wrapper {
    margin-top: -3rem;
}
.admin-header {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
}
.admin-header .item {
    border-right: 1px solid #e1e1e1;
    padding-bottom: 3rem;
}
.admin-header .item:last-child {
    border-right: none;
}
.input-link-copy input {
    padding-right: 13rem;
}
.input-link-copy .btn {
    position: absolute;
    right: 0.5rem;
    top: 5px;
    height: 3.5rem;
    padding: 0.8rem 1.5rem;
    min-height: 0;
    font-size: 1.2rem;
    min-width: 0;
}
.input-link-copy .btn .icon-paste {
    font-size: 120%;
    display: inline-block !important;
    margin-right: 0.5rem !important;
    position: relative;
    top: 1px;
}
.credit-count {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    padding-top: 2rem;
}
.credit-count .item-title {
    display: inline-block;
    margin-right: 2rem;
}
.credit-count .item-unit {
    font-size: 1.4rem;
}
.table-container {
    width: 100%;
    padding-bottom: 1rem;
}
.table-container table {
    min-width: 69rem;
}
.table-divided table {
    width: 100%;
    border-spacing: 0 1rem;
    border-collapse: separate;
}
.table-divided table tbody tr {
    -webkit-box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.05);
}
.table-divided table td,
.table-divided table th {
    padding: 1.2rem 2rem;
    text-align: left;
}
.table-divided table td:first-child,
.table-divided table th:first-child {
    padding-left: 3rem;
}
.table-divided table th {
    font-size: 1.3rem;
    color: #002064;
    padding-top: 0;
    padding-bottom: 0;
}
.table-divided table td {
    background-color: #fff;
    font-size: 1.2rem;
    vertical-align: middle;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.table-divided table td:first-child {
    border-left: 1px solid #e1e1e1;
}
.table-divided table td:last-child {
    border-right: 1px solid #e1e1e1;
}
.table-divided table td > .cell-divided {
    position: relative;
    height: 100%;
}
.table-divided table td > .cell-divided:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 4.5rem;
    right: -2rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-right: 1px solid #e1e1e1;
}
.table-icon {
    display: inline-block;
    margin-right: 1rem;
    line-height: 1;
    vertical-align: middle;
}
.table-icon.icon-check-circle {
    color: #3beb86;
    font-size: 2.2rem;
}
.table-icon.icon-circle {
    color: #e1e1e1;
}
.table-credit-count {
    float: right;
    font-size: 2rem;
    line-height: 1.1;
}
.table-credit-count .item-unit {
    font-size: 1.4rem;
}
.admin-footer {
    padding: 3rem 0;
    text-align: center;
    font-size: 1.2rem;
    color: #666;
}
.table-admin {
    font-size: 1.2rem;
    text-align: left;
}
.table-admin table {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}
.table-admin table th,
.table-admin table td {
    padding: 2rem;
    border-right: 1px solid #e1e1e1;
    vertical-align: middle;
}
.table-admin table th:first-child,
.table-admin table td:first-child {
    border-left: 1px solid #e1e1e1;
}
.table-admin table th,
.table-admin table .header {
    padding: 1.2rem 2rem !important;
    font-size: 1.3rem !important;
    color: #002064;
    border-bottom: 1px solid #e1e1e1 !important;
    border-top: 1px solid #e1e1e1;
    background-color: #fcfcfc;
    height: auto;
    position: static;
}
.table-admin table th.header {
    cursor: pointer;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.table-admin table th.header:hover {
    background-color: #eff1f4;
}
.table-admin table th.header:after {
    content: "\e925";
    font-family: icomoon;
    width: 1rem;
    height: 1.5rem;
    float: right;
    position: relative;
    right: -1rem;
    color: #bdc5d6;
}
.table-admin table td:first-child {
    color: #990000;
    font-weight: 700;
    text-transform: uppercase;
}
.table-admin table tr {
    background-color: #fff;
}
.table-admin table tr:nth-child(2n) {
    background-color: #fcfcfc;
}


.table-client {
    font-size: 1.2rem;
    text-align: left;
}
.table-client table {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size:14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.table-client table th,
.table-client table td {
    padding: 2rem;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    vertical-align: middle;
}
.table-client table th:first-child,
.table-client table td:first-child {
    border-left: 1px solid #e1e1e1;
}
.table-client table th,
.table-client table .header {
    padding: 1.2rem 2rem !important;
    /*font-size: 1.3rem !important;*/
    font-size:12px;
    color: #000000;
    opacity: 0.66;
    border-bottom: 1px solid #e1e1e1 !important;
    border-top: 1px solid #e1e1e1;
    background-color: #fcfcfc;
    height: auto;
    position: static;
    text-transform:uppercase;
}
.table-client table th.header {
    cursor: pointer;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.table-client table th.header:hover {
    background-color: #eff1f4;
}
.table-client table th.header:after {
    content: "\e925";
    font-family: icomoon;
    width: 1rem;
    height: 1.5rem;
    float: right;
    position: relative;
    right: -1rem;
    color: #bdc5d6;
}
.table-client table td:first-child {
    color: #990000;
    font-weight: 700;
    text-transform: uppercase;
}
.table-client table tr {
    background-color: #fff;
}
.table-client table tr:nth-child(2n) {
    background-color: #fcfcfc;
}


.table-client.products-soldout table td:nth-child(2) {
    font-weight:bold;
}
.table-client.products-soldout table td:nth-child(3),
.table-client.products-soldout table th:nth-child(3) {
    text-align:right;
}
.table-client.products-soldout table td:nth-child(5),
.table-client.products-soldout table th:nth-child(5) {
    text-align:right;
}

.table-client .gift:before {
    content: "";
    font-family: FontAwesome;
    color: #990000;
    display:inline-block;
}
.table-client a:after {
    content: "";
    font-weight:bold;
    margin-left:5px;
    font-family: FontAwesome;
    display:inline-block;
    vertical-align:middle;
}



th.headerSortDown,
th.headerSortUp {
    background-color: #eff1f4 !important;
    -webkit-box-shadow: inset 0 2px 0 0 #1485e5;
    box-shadow: inset 0 2px 0 0 #1485e5;
}
th.headerSortDown:after {
    content: "\e924" !important;
    color: #002064 !important;
}
th.headerSortUp:after {
    content: "\e923" !important;
    color: #002064 !important;
}
.mb0 {
    margin-bottom: 0;
}
.mb-xs {
    margin-bottom: 1rem;
}
.mb-sm {
    margin-bottom: 2rem;
}
.mb-md {
    margin-bottom: 3rem;
}
.mb-lg {
    margin-bottom: 5rem;
}
.mb-xl {
    margin-bottom: 6rem;
}
.mb-xxl {
    margin-bottom: 8rem;
}
.mt0 {
    margin-top: 0;
}
.mt-xs {
    margin-top: 1rem;
}
.mt-sm {
    margin-top: 2rem;
}
.mt-md {
    margin-top: 3rem;
}
.mt-lg {
    margin-top: 5rem;
}
.mt-xl {
    margin-top: 6rem;
}
.mt-xxl {
    margin-top: 8rem;
}
/*@media screen and (min-width: 993px) {*/
@media screen and (min-width: 1331px) {
    .header-nav {
        display: block !important;
    }
}
@media screen and (max-width: 1350px) {
    .wrapper-admin .form-table td:last-child {
        padding-right: 1rem;
    }
}
/*@media screen and (max-width: 992px) {*/
/*@media screen and (max-width: 1230px) {*/
@media screen and (max-width: 1330px) {
    html {
        font-size: 9px;
    }
    .header {
        padding: 0 1.5rem;
    }
    .header-nav {
        position: absolute;
        display: none;
        top: 100%;
        right: 0;
        width: 100%;
        max-width: 40rem;
        background-color: #002064;
        z-index: 99;
        -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.55);
        box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.55);
    }
    .nav {
        padding: 0;
    }
    .nav > li {
        float: none;
        padding: 0 1.5rem;
        margin: 0;
    }
    .nav > li > a {
        line-height: 1.3;
        padding: 1.8rem 2rem;
        z-index: 3;
        border-bottom: 1px solid #647dad;
        color: #fff;
    }
    .nav > li > a:before {
        display: none;
    }
    .dropdown > a {
        border-bottom-color: transparent !important;
        padding-top: 2.2rem !important;
        padding-bottom: 1rem !important;
    }
    .dropdown > a:after {
        display: none;
    }
    .nav-dropdown {
        display: block !important;
        background-color: #002064;
        color: #fff;
        position: static;
        width: auto;
        border: none;
        padding-top: 0;
        padding-right: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .nav-dropdown li {
        border-bottom-color: #647dad;
    }
    .nav-dropdown li a {
        color: #fff;
    }
    .nav-dropdown li a:hover {
        color: #fff;
    }
    .nav-dropdown .icon {
        color: #647dad;
    }
    .nav-dropdown:after {
        display: none;
    }
    .btn-mobile-menu-open-container {
        display: block;
        position: absolute;
        z-index: 6;
        right: 1.7rem;
        font-size: 1.3rem;
        text-align: center;
        line-height: 1.1;
        margin-top: .5rem;
        cursor: pointer;
        margin-right: -0.8rem;
        color: #647dad;
    }
    .btn-mobile-menu-open {
        display: block;
        margin: 0 auto;
        padding: 1.9rem 2rem 2.2rem 2rem;
        width: 5rem;
        height: 2rem;
        position: relative;
    }
    .btn-mobile-menu-open:active:hover {
        border: none;
    }
    .btn-mobile-menu-open span {
        margin: 0 auto;
        left: 0;
        right: 0;
        background-color: #fff;
    }
    .btn-mobile-menu-open span,
    .btn-mobile-menu-open span:before,
    .btn-mobile-menu-open span:after {
        cursor: pointer;
        height: 3px;
        width: 3.5rem;
        position: absolute;
        display: block;
        content: '';
        border-radius: 3px;
        background-color: #fff;
    }
    .btn-mobile-menu-open span:before {
        top: -8px;
    }
    .btn-mobile-menu-open span:after {
        bottom: -8px;
    }
    .btn-mobile-menu-open span,
    .btn-mobile-menu-open span:before,
    .btn-mobile-menu-open span:after {
        transition: all 200ms ease-in-out;
    }
    .btn-mobile-menu-open.active span {
        background-color: transparent;
    }
    .btn-mobile-menu-open.active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .btn-mobile-menu-open.active span:after {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .product {
        padding-left: 0;
    }
    .product .item-image {
        position: relative;
        width: 100%;
        height: 25rem;
        height: 30vw;
    }
    .product .item-content .tag {
		bottom: auto;
		left: auto;
		right: 1.5rem;
		top: 0;
		transform: translateY(-50%);
	}
    .form-table td:last-child {
        padding-right: 2rem;
    }
    .form-rc {
        vertical-align: top !important;
    }
    .form-rc label {
        line-height: 5rem;
    }
    .form-ba .item-mobile-divider {
        height: 1px;
        width: 100%;
        float: left;
        margin-bottom: 2rem;
    }
    .form-ba .item-mobile-divider:after,
    .form-ba .item-mobile-divider:before {
        display: table;
        content: "";
        clear: both;
    }
    .input-bank-account {
        float: none;
        margin-left: -13rem;
    }
    .wrapper-admin {
        padding-left: 0;
    }
    .admin-sidebar {
        position: static;
        width: 100%;
        height: auto;
        padding: 0;
        margin: -3rem 0 3rem 0;
    }
    .nav-side li a {
        padding: 1.5rem 2rem 1.5rem 2rem;
    }
    .admin-sidebar {
        min-height: 1px;
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 768px) {
    .shopping-cart-table {
        margin: -1rem 0;
    }
    .shopping-cart-table table {
        display: block;
    }
    .shopping-cart-table table th {
        display: none;
    }
    .shopping-cart-table table tr {
        padding: 0.5rem 0;
        position: relative;
    }
    .shopping-cart-table table tr:after,
    .shopping-cart-table table tr:before {
        display: table;
        content: "";
        clear: both;
    }
    .shopping-cart-table table tr,
    .shopping-cart-table table td {
        display: block;
    }
    .shopping-cart-table table td {
        float: left;
        padding: 1rem 1.5rem;
        width: 23%;
    }
    .shopping-cart-table table .item-cell-title {
        width: 100%;
        float: none;
    }
    .shopping-cart-table table .item-cell-options {
        width: 8%;
    }
    .shopping-cart-table .input-sm {
        margin: 0;
    }
    .shopping-cart-table .item-mobile-title {
        display: block;
        font-size: 1.3rem;
        color: #4e6084;
        padding-bottom: 0.3rem;
    }
    .shopping-cart-table .item-remove {
        margin-top: 2.2rem;
    }
    .shopping-cart-summary {
        margin-bottom: 0.5rem;
    }
    .shopping-cart-summary:after,
    .shopping-cart-summary:before {
        display: table;
        content: "";
        clear: both;
    }
    .shopping-cart-summary .item-table {
        width: 100%;
        margin: 2rem 0;
        padding-right: 0;
    }
    .shopping-cart-summary .item-button {
        position: static;
        float: left;
        width: 50%;
        padding: 0 1.5rem !important;
    }
    .shopping-cart-summary .item-button .btn {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }
    .admin-header .item {
        border-right: none;
        padding-bottom: 0;
    }
    .contract-content {
        padding: 6rem 5rem;
    }
    .form-column {
        width: 100%;
    }
    .form-column.margin-right {
        margin-right: 0;
    }
}
@media screen and (max-width: 640px) {
    .table-container {
        overflow-x: auto;
    }
}
@media screen and (max-width: 568px) {
    .header-title {
        display: none;
    }
    .shopping-cart .container {
        padding: 0;
    }
    .shopping-cart-table table td {
        width: 50%;
    }
    .shopping-cart-table table .item-cell-options {
        width: auto;
        position: absolute;
        right: 0;
        top: 0;
    }
    .shopping-cart-summary .item-button {
        width: 100%;
    }
    .shopping-cart-summary .item-button .btn {
        margin: 0.5rem 0;
    }
    .product .item-content {
        padding: 2rem 1.5rem;
    }
    .product .item-title {
        font-size: 2rem;
    }
    .footer-social {
        float: none;
        margin-top: 1rem;
    }
    .modal-header,
    .modal-content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .help-bubble-open {
        right: 1.5rem;
        bottom: 1.5rem;
        width: 5rem;
        height: 5rem;
    }
    .help-bubble {
        right: 1.5rem;
        bottom: 7rem;
        max-width: 32rem;
    }
    .order-nav {
        display: none;
    }
    .btn-wide {
        min-width: 0;
        width: 100%;
    }
    .form-table {
        display: block;
        width: 100%;
    }
    .form-table tr,
    .form-table tbody {
        display: block;
        width: 100%;
    }
    .form-table td {
        display: block;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .form-table td:first-child {
        padding-bottom: 0;
    }
    .form-table label {
        text-align: left;
    }
    .form-rc label {
        line-height: 1.57;
    }
    .form-ba .item-mobile-divider {
        margin-bottom: 1rem;
    }
    .input-bank-account {
        margin-left: 0;
    }
    .input-bank-account label {
        float: none;
        display: block;
        line-height: 1.57;
        margin-bottom: 0.7rem;
    }
    .form-buttons .btn {
        width: 100%;
        display: block;
    }
    .product-detail-table table,
    .product-detail-table tbody,
    .product-detail-table tr,
    .product-detail-table td {
        display: block;
        border-bottom: none;
    }
    .product-detail-table table:after,
    .product-detail-table tbody:after,
    .product-detail-table tr:after,
    .product-detail-table td:after,
    .product-detail-table table:before,
    .product-detail-table tbody:before,
    .product-detail-table tr:before,
    .product-detail-table td:before {
        display: table;
        content: "";
        clear: both;
    }
    .product-detail-table td {
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        border-right: none !important;
    }
    .product-detail-table td:nth-child(2n) {
        background-color: #fcfcfc;
    }
    .product-detail-table td:last-child {
        border-right: none;
    }
    .product-detail-table .item-label {
        text-transform: uppercase;
        font-size: 1.2rem;
        color: #222;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=(70));
        opacity: 0.7;
    }
    .product-detail-table .item-title {
        background-color: #fcfcfc;
        color: #990000;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.57;
    }
    .product-detail-table.wide table td {
        padding: 0.9rem 1.5rem;
        width: 100%;
    }
    .product-detail-table.wide table td:last-child {
        text-align: left;
    }
    .order-summary .item-heading {
        padding-left: 3rem;
    }
    .table-labeled table {
        display: block;
    }
    .table-labeled table tr,
    .table-labeled table tbody {
        display: block;
        width: 100%;
    }
    .table-labeled table td {
        display: block;
        width: 100% !important;
    }
    .table-labeled table td:first-child {
        text-align: left;
        padding-bottom: 0;
    }
    .qr {
        float: none;
        margin-top: 2rem;
    }
    .form-content {
        padding: 3rem 2rem 4rem 2rem;
    }
    .contract-content {
        padding: 5rem 3rem;
    }
}

body {
    display:flex;
    flex-direction:column;
    min-height:100vh;
}
body > main {
    flex-grow:1;
    padding-bottom: 4rem;
}

header .header.nologo .logo{
    display:none;
}
header .header.nologo .header-title::before{
    display:none;
}
