@charset "UTF-8";

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@-ms-viewport {
    width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff; }
[tabindex="-1"]:focus {
    outline: 0 !important; }
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible; }
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem; }
p {
    margin-top: 0;
    margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0; }
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0; }
dt {
    font-weight: 700; }
dd {
    margin-bottom: .5rem;
    margin-left: 0; }
blockquote {
    margin: 0 0 1rem; }
dfn {
    font-style: italic; }
b,
strong {
    font-weight: bolder; }
small {
    font-size: 80%; }
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
sub {
    bottom: -.25em; }
sup {
    top: -.5em; }
a {
    color: #0081e4;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects; }
a:hover {
    color: #005698;
    text-decoration: underline; }
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):focus {
    outline: 0; }
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em; }
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar; }
figure {
    margin: 0 0 1rem; }
img {
    vertical-align: middle;
    border-style: none; }
svg {
    overflow: hidden;
    vertical-align: middle; }
table {
    border-collapse: collapse; }
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom; }
th {
    text-align: inherit; }
label {
    display: inline-block;
    margin-bottom: 0.5rem; }
button {
    -webkit-border-radius: 0;
    border-radius: 0; }
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
button,
input {
    overflow: visible; }
button,
select {
    text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }
input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox; }
textarea {
    overflow: auto;
    resize: vertical; }
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }
progress {
    vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
output {
    display: inline-block; }
summary {
    display: list-item;
    cursor: pointer; }
template {
    display: none; }
[hidden] {
    display: none !important; }
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
.no-gutters {
    margin-right: 0;
    margin-left: 0; }
.no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
.offset-1 {
    margin-left: 8.33333%; }
.offset-2 {
    margin-left: 16.66667%; }
.offset-3 {
    margin-left: 25%; }
.offset-4 {
    margin-left: 33.33333%; }
.offset-5 {
    margin-left: 41.66667%; }
.offset-6 {
    margin-left: 50%; }
.offset-7 {
    margin-left: 58.33333%; }
.offset-8 {
    margin-left: 66.66667%; }
.offset-9 {
    margin-left: 75%; }
.offset-10 {
    margin-left: 83.33333%; }
.offset-11 {
    margin-left: 91.66667%; }
@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 990px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.align-baseline {
    vertical-align: baseline !important; }
.align-top {
    vertical-align: top !important; }
.align-middle {
    vertical-align: middle !important; }
.align-bottom {
    vertical-align: bottom !important; }
.align-text-bottom {
    vertical-align: text-bottom !important; }
.align-text-top {
    vertical-align: text-top !important; }
.bg-primary {
    background-color: #0081e4 !important; }
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0064b1 !important; }
.bg-secondary {
    background-color: #6c757d !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important; }
.bg-success {
    background-color: #0db286 !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #0a8262 !important; }
.bg-info {
    background-color: #ecf6ff !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #b9deff !important; }
.bg-warning {
    background-color: #fff0d2 !important; }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #ffdf9f !important; }
.bg-danger {
    background-color: #f24966 !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #ef193e !important; }
.bg-light {
    background-color: #f8f9fa !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important; }
.bg-dark {
    background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important; }
.bg-white {
    background-color: #fff !important; }
.bg-transparent {
    background-color: transparent !important; }
.border {
    border: 1px solid #dee2e6 !important; }
.border-top {
    border-top: 1px solid #dee2e6 !important; }
.border-right {
    border-right: 1px solid #dee2e6 !important; }
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
.border-left {
    border-left: 1px solid #dee2e6 !important; }
.border-0 {
    border: 0 !important; }
.border-top-0 {
    border-top: 0 !important; }
.border-right-0 {
    border-right: 0 !important; }
.border-bottom-0 {
    border-bottom: 0 !important; }
.border-left-0 {
    border-left: 0 !important; }
.border-primary {
    border-color: #0081e4 !important; }
.border-secondary {
    border-color: #6c757d !important; }
.border-success {
    border-color: #0db286 !important; }
.border-info {
    border-color: #ecf6ff !important; }
.border-warning {
    border-color: #fff0d2 !important; }
.border-danger {
    border-color: #f24966 !important; }
.border-light {
    border-color: #f8f9fa !important; }
.border-dark {
    border-color: #343a40 !important; }
.border-white {
    border-color: #fff !important; }
.rounded {
    -webkit-border-radius: 0.25rem !important;
    border-radius: 0.25rem !important; }
.rounded-top {
    -webkit-border-top-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    -webkit-border-top-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }
.rounded-right {
    -webkit-border-top-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    -webkit-border-bottom-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom {
    -webkit-border-bottom-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    -webkit-border-bottom-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
.rounded-left {
    -webkit-border-top-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    -webkit-border-bottom-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
.rounded-circle {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important; }
.rounded-0 {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important; }
.clearfix::after {
    display: block;
    clear: both;
    content: ""; }
.d-none {
    display: none !important; }
.d-inline {
    display: inline !important; }
.d-inline-block {
    display: inline-block !important; }
.d-block {
    display: block !important; }
.d-table {
    display: table !important; }
.d-table-row {
    display: table-row !important; }
.d-table-cell {
    display: table-cell !important; }
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
@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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 990px) {
    .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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
.embed-responsive::before {
    display: block;
    content: ""; }
.embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.embed-responsive-21by9::before {
    padding-top: 42.85714%; }
.embed-responsive-16by9::before {
    padding-top: 56.25%; }
.embed-responsive-4by3::before {
    padding-top: 75%; }
.embed-responsive-1by1::before {
    padding-top: 100%; }
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 990px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important; }
.float-right {
    float: right !important; }
.float-none {
    float: none !important; }
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 990px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.position-static {
    position: static !important; }
.position-relative {
    position: relative !important; }
.position-absolute {
    position: absolute !important; }
.position-fixed {
    position: fixed !important; }
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
.sr-only-focusable:active, .sr-only-focusable.nice-select.open, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; }
.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
.w-25 {
    width: 25% !important; }
.w-50 {
    width: 50% !important; }
.w-75 {
    width: 75% !important; }
.w-100 {
    width: 100% !important; }
.w-auto {
    width: auto !important; }
.h-25 {
    height: 25% !important; }
.h-50 {
    height: 50% !important; }
.h-75 {
    height: 75% !important; }
.h-100 {
    height: 100% !important; }
.h-auto {
    height: auto !important; }
.mw-100 {
    max-width: 100% !important; }
.mh-100 {
    max-height: 100% !important; }
.m-0 {
    margin: 0 !important; }
.mt-0,
.my-0 {
    margin-top: 0 !important; }
.mr-0,
.mx-0 {
    margin-right: 0 !important; }
.mb-0,
.my-0 {
    margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
    margin-left: 0 !important; }
.m-1 {
    margin: 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: 990px) {
    .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;
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.text-justify {
    text-align: justify !important; }
.text-nowrap {
    white-space: nowrap !important; }
.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
.text-left {
    text-align: left !important; }
.text-right {
    text-align: right !important; }
.text-center {
    text-align: center !important; }
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 990px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important; }
.text-uppercase {
    text-transform: uppercase !important; }
.text-capitalize {
    text-transform: capitalize !important; }
.font-weight-light {
    font-weight: 300 !important; }
.font-weight-normal {
    font-weight: 400 !important; }
.font-weight-bold {
    font-weight: 700 !important; }
.font-italic {
    font-style: italic !important; }
.text-white {
    color: #fff !important; }
.text-primary {
    color: #0081e4 !important; }
a.text-primary:hover, a.text-primary:focus {
    color: #0064b1 !important; }
.text-secondary {
    color: #6c757d !important; }
a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important; }
.text-success {
    color: #0db286 !important; }
a.text-success:hover, a.text-success:focus {
    color: #0a8262 !important; }
.text-info {
    color: #ecf6ff !important; }
a.text-info:hover, a.text-info:focus {
    color: #b9deff !important; }
.text-warning {
    color: #fff0d2 !important; }
a.text-warning:hover, a.text-warning:focus {
    color: #ffdf9f !important; }
.text-danger {
    color: #f24966 !important; }
a.text-danger:hover, a.text-danger:focus {
    color: #ef193e !important; }
.text-light {
    color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important; }
.text-dark {
    color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important; }
.text-body {
    color: #212529 !important; }
.text-muted {
    color: #6c757d !important; }
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
.visible {
    visibility: visible !important; }
.invisible {
    visibility: hidden !important; }
.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0; }
.collapse:not(.show) {
    display: none; }
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease; }
@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem; }
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
.breadcrumb-item.active {
    color: #6c757d; }
.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
.nav-link {
    display: block;
    padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
    text-decoration: none; }
.nav-link.disabled {
    color: #6c757d; }
.nav-tabs {
    border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
    margin-bottom: -1px; }
.nav-tabs .nav-link {
    border: 1px solid transparent;
    -webkit-border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent; }
.nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0; }
.nav-pills .nav-link {
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0081e4; }
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center; }
.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }
.tab-content > .tab-pane {
    display: none; }
.tab-content > .active {
    display: block; }
.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
.navbar-nav .dropdown-menu {
    position: static;
    float: none; }
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem; }
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 990px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute; }
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
.navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
.navbar-expand .navbar-toggler {
    display: none; }
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
    color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff; }
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
    color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff; }
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative; }
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
    margin-left: 0; }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem; }
.dropdown-menu-right {
    right: 0;
    left: auto; }
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
    margin-left: 0; }
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
    margin-left: 0; }
.dropright .dropdown-toggle::after {
    vertical-align: 0; }
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; }
.dropleft .dropdown-toggle::after {
    display: none; }
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0; }
.dropleft .dropdown-toggle::before {
    vertical-align: 0; }
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto; }
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef; }
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
.dropdown-item.active, .dropdown-item:active, .dropdown-item.nice-select.open {
    color: #fff;
    text-decoration: none;
    background-color: #0081e4; }
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }
.dropdown-menu.show {
    display: block; }
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap; }
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529; }
.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; }
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
.list-group-item-action:active, .list-group-item-action.nice-select.open {
    color: #212529;
    background-color: #e9ecef; }
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
    -webkit-border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
.list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0081e4;
    border-color: #0081e4; }
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0; }
.list-group-item-primary {
    color: #004377;
    background-color: #b8dcf7; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004377;
    background-color: #a1d1f4; }
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004377;
    border-color: #004377; }
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }
.list-group-item-success {
    color: #075d46;
    background-color: #bbe9dd; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #075d46;
    background-color: #a8e3d3; }
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #075d46;
    border-color: #075d46; }
.list-group-item-info {
    color: #7b8085;
    background-color: #fafcff; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #7b8085;
    background-color: #e1edff; }
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #7b8085;
    border-color: #7b8085; }
.list-group-item-warning {
    color: #857d6d;
    background-color: #fffbf2; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #857d6d;
    background-color: #fff3d9; }
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #857d6d;
    border-color: #857d6d; }
.list-group-item-danger {
    color: #7e2635;
    background-color: #fbccd4; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7e2635;
    background-color: #f9b4c0; }
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7e2635;
    border-color: #7e2635; }
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.btn:hover, .btn:focus {
    text-decoration: none; }
.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.25); }
.btn.disabled, .btn:disabled {
    opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
.btn-primary {
    color: #fff;
    background-color: #0081e4;
    border-color: #0081e4; }
.btn-primary:hover {
    color: #fff;
    background-color: #006bbe;
    border-color: #0064b1; }
.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0081e4;
    border-color: #0081e4; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.nice-select.open:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0064b1;
    border-color: #005da4; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.5); }
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.nice-select.open:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-success {
    color: #fff;
    background-color: #0db286;
    border-color: #0db286; }
.btn-success:hover {
    color: #fff;
    background-color: #0a8e6b;
    border-color: #0a8262; }
.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 178, 134, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(13, 178, 134, 0.5); }
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #0db286;
    border-color: #0db286; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success.nice-select.open:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0a8262;
    border-color: #097759; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.nice-select.open:not(:disabled):not(.disabled):focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 178, 134, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(13, 178, 134, 0.5); }
.btn-info {
    color: #212529;
    background-color: #ecf6ff;
    border-color: #ecf6ff; }
.btn-info:hover {
    color: #212529;
    background-color: #c6e4ff;
    border-color: #b9deff; }
.btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 246, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(236, 246, 255, 0.5); }
.btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #ecf6ff;
    border-color: #ecf6ff; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info.nice-select.open:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #212529;
    background-color: #b9deff;
    border-color: #acd8ff; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.nice-select.open:not(:disabled):not(.disabled):focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 246, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(236, 246, 255, 0.5); }
.btn-warning {
    color: #212529;
    background-color: #fff0d2;
    border-color: #fff0d2; }
.btn-warning:hover {
    color: #212529;
    background-color: #ffe3ac;
    border-color: #ffdf9f; }
.btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 240, 210, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 240, 210, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #fff0d2;
    border-color: #fff0d2; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.nice-select.open:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffdf9f;
    border-color: #ffdb92; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.nice-select.open:not(:disabled):not(.disabled):focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 240, 210, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 240, 210, 0.5); }
.btn-danger {
    color: #fff;
    background-color: #f24966;
    border-color: #f24966; }
.btn-danger:hover {
    color: #fff;
    background-color: #ef2548;
    border-color: #ef193e; }
.btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 73, 102, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(242, 73, 102, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f24966;
    border-color: #f24966; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.nice-select.open:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ef193e;
    border-color: #eb1136; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.nice-select.open:not(:disabled):not(.disabled):focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 73, 102, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(242, 73, 102, 0.5); }
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light.nice-select.open:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.nice-select.open:not(:disabled):not(.disabled):focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.nice-select.open:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.nice-select.open:not(:disabled):not(.disabled):focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-primary {
    color: #0081e4;
    background-color: transparent;
    background-image: none;
    border-color: #0081e4; }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0081e4;
    border-color: #0081e4; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0081e4;
    background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.nice-select.open:not(:disabled):not(.disabled), .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0081e4;
    border-color: #0081e4; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.5); }
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d; }
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success {
    color: #0db286;
    background-color: transparent;
    background-image: none;
    border-color: #0db286; }
.btn-outline-success:hover {
    color: #fff;
    background-color: #0db286;
    border-color: #0db286; }
.btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 178, 134, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(13, 178, 134, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #0db286;
    background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.nice-select.open:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #0db286;
    border-color: #0db286; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 178, 134, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(13, 178, 134, 0.5); }
.btn-outline-info {
    color: #ecf6ff;
    background-color: transparent;
    background-image: none;
    border-color: #ecf6ff; }
.btn-outline-info:hover {
    color: #212529;
    background-color: #ecf6ff;
    border-color: #ecf6ff; }
.btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 246, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(236, 246, 255, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #ecf6ff;
    background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.nice-select.open:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #ecf6ff;
    border-color: #ecf6ff; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 246, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(236, 246, 255, 0.5); }
.btn-outline-warning {
    color: #fff0d2;
    background-color: transparent;
    background-image: none;
    border-color: #fff0d2; }
.btn-outline-warning:hover {
    color: #212529;
    background-color: #fff0d2;
    border-color: #fff0d2; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 240, 210, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 240, 210, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fff0d2;
    background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.nice-select.open:not(:disabled):not(.disabled), .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #fff0d2;
    border-color: #fff0d2; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 240, 210, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 240, 210, 0.5); }
.btn-outline-danger {
    color: #f24966;
    background-color: transparent;
    background-image: none;
    border-color: #f24966; }
.btn-outline-danger:hover {
    color: #fff;
    background-color: #f24966;
    border-color: #f24966; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 73, 102, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(242, 73, 102, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f24966;
    background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.nice-select.open:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f24966;
    border-color: #f24966; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 73, 102, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(242, 73, 102, 0.5); }
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa; }
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.nice-select.open:not(:disabled):not(.disabled), .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40; }
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.nice-select.open:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link {
    font-weight: 400;
    color: #0081e4;
    background-color: transparent; }
.btn-link:hover {
    color: #005698;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }
.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem; }
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem; }
.btn-block {
    display: block;
    width: 100%; }
.btn-block + .btn-block {
    margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%; }
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle; }
.btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
.btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
    z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.nice-select.open, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.nice-select.open,
    .btn-group-vertical > .btn.active {
    z-index: 1; }
.btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }
.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.btn-toolbar .input-group {
    width: auto; }
.btn-group > .btn:first-child {
    margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; }
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem; }
.dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
    margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
.btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0; }
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
.form-control {
    display: block;
    width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #65bcff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.25); }
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
.form-control-file,
.form-control-range {
    display: block;
    width: 100%; }
.col-form-label {
    padding-top: -webkit-calc(0.375rem + 1px);
    padding-top: calc(0.375rem + 1px);
    padding-bottom: -webkit-calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }
.col-form-label-lg {
    padding-top: -webkit-calc(0.5rem + 1px);
    padding-top: calc(0.5rem + 1px);
    padding-bottom: -webkit-calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5; }
.col-form-label-sm {
    padding-top: -webkit-calc(0.25rem + 1px);
    padding-top: calc(0.25rem + 1px);
    padding-bottom: -webkit-calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5; }
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }
.form-control-sm {
    height: -webkit-calc(1.8125rem + 2px);
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem; }
.form-control-lg {
    height: -webkit-calc(2.875rem + 2px);
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem; }
select.form-control[size], select.form-control[multiple] {
    height: auto; }
textarea.form-control {
    height: auto; }
.form-text {
    display: block;
    margin-top: 0.25rem; }
.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
.form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem; }
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }
.form-check-label {
    margin-bottom: 0; }
.form-check-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem; }
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #0db286; }
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(13, 178, 134, 0.9);
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem; }
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #0db286; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #0db286;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 178, 134, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(13, 178, 134, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #0db286; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #0db286; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #4df2c6; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #10e2aa; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 178, 134, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 178, 134, 0.25); }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #0db286; }
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 178, 134, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(13, 178, 134, 0.25); }
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #f24966; }
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(242, 73, 102, 0.9);
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem; }
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #f24966; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #f24966;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 73, 102, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(242, 73, 102, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #f24966; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #f24966; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #fbc0ca; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #f5798e; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(242, 73, 102, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(242, 73, 102, 0.25); }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #f24966; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 73, 102, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(242, 73, 102, 0.25); }
.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.form-inline .form-check {
    width: 100%; }
@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem; }
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0081e4;
    background-color: #fff;
    border: 1px solid #dee2e6; }
.page-link:hover {
    z-index: 2;
    color: #005698;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 129, 228, 0.25); }
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }
.page-item:first-child .page-link {
    margin-left: 0;
    -webkit-border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
    -webkit-border-top-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-border-bottom-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0081e4;
    border-color: #0081e4; }
.page-item.disabled .page-link {
    color: #6c757d;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6; }
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
    -webkit-border-top-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
    -webkit-border-bottom-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
    -webkit-border-top-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    -webkit-border-bottom-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
    -webkit-border-top-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
    -webkit-border-bottom-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
    -webkit-border-top-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    -webkit-border-bottom-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; }
.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%; }
.input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%; }
.input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
    margin-left: -1px; }
.input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
.input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; 
	margin-bottom: 0; }
.input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; }
.input-group > .custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; }
.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
.input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }
.input-group-prepend {
    margin-right: -1px; }
.input-group-append {
    margin-left: -1px; }
.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem; }
.input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    height: -webkit-calc(2.875rem + 2px);
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem; }
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    height: -webkit-calc(1.8125rem + 2px);
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem; }
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; }
.modal-open {
    overflow: hidden; }
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0; }
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem; }
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%); }
@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: -webkit-calc(100% - (0.5rem * 2));
    min-height: calc(100% - (0.5rem * 2)); }
.modal-dialog-centered::before {
    display: block;
    height: -webkit-calc(100vh - (0.5rem * 2));
    height: calc(100vh - (0.5rem * 2));
    content: ""; }
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    outline: 0; }
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
.modal-backdrop.fade {
    opacity: 0; }
.modal-backdrop.show {
    opacity: 0.5; }
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    -webkit-border-top-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
    -webkit-border-top-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }
.modal-title {
    margin-bottom: 0;
    line-height: 1.5; }
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem; }
.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 1rem 1rem;
    border-top: 1px solid #e9ecef; }
.modal-footer > :not(:first-child) {
    margin-left: .25rem; }
.modal-footer > :not(:last-child) {
    margin-right: .25rem; }
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: -webkit-calc(100% - (1.75rem * 2));
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-dialog-centered::before {
        height: -webkit-calc(100vh - (1.75rem * 2));
        height: calc(100vh - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.carousel {
    position: relative; }
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0; }
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5; }
.carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
.carousel-control-prev {
    left: 0; }
.carousel-control-next {
    right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
.carousel-indicators .active {
    background-color: #fff; }
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }
.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto; }
.nice-select:hover {
    border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
.nice-select.open .list {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
.nice-select.disabled {
    border-color: #ededed;
    color: #999; }
.nice-select.disabled:after {
    border-color: #cccccc; }
.nice-select.wide {
    width: 100%; }
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important; }
.nice-select.right {
    float: right; }
.nice-select.right .list {
    left: auto;
    right: 0; }
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
.nice-select.small:after {
    height: 4px;
    width: 4px; }
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px; }
.nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important; }
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6; }
.nice-select .option.selected {
    font-weight: bold; }
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default; }
.no-csspointerevents .nice-select .list {
    display: none; }
.no-csspointerevents .nice-select.open .list {
    display: block; }
/* ## Default styles
 @mixin ===================*/
html {
    overflow-x: hidden;
    scroll-behavior: smooth; }
body {
    font-family: Montserrat;
    line-height: 1.5;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    color: #000;
    overflow-x: hidden;
    min-width: 320px; }
@media screen and (min-width: 990px) {
    body {
		font-size: 14px;
        line-height: 1.6;
    }
}
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}
@media screen and (max-width: 576px) {
    .container {
        padding: 0;
    }
}
@media screen and (max-width: 576px) {
    article, footer.container {
        padding: 0 15px;
    }
}
address, dl, ol, ul {
    margin-bottom: auto; }
h1, .h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2; }
h2, .h2 {
    font-size: 24px;
    line-height: 1.2; }
h3, .h3 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #41b495;
    font-weight: 500; }
h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3; }
h5 {
    font-weight: bold;
    line-height: 1.5; }
h5 {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.6; }
blockquote {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ecf6ff; }
blockquote p {
    font-weight: 600;
	padding: 20px 30px; }
@media screen and (min-width: 1600px) {
    main article .content {
        padding-right: 120px;
        padding-left: 120px;
    }
}
main ul {
    margin-bottom: 10px;
    padding: 0; }
main ul li {
    list-style-type: none; }
main ul li::before {
    content: '⚬';
    color: #c6d7e3;
    font-size: 13px;
    font-weight: 600;
    padding-right: 10px; }
main ol {
    margin-bottom: 10px;
    padding-left: 24px; }
main ol li {
    list-style-type: decimal-leading-zero; }
main ol li::before {
    content: '/';
    color: #c6d7e3;
    font-size: 13px;
    font-weight: 600;
    padding-right: 10px; }
main table {
    background-color: #ecf6ff; }
main table .table-product {
    padding: 30px; }
main table .table-product th {
    line-height: 1.33;
    text-align: right; }
main table .table-product td {
    line-height: 1.33; }
main .table-price {
    background: none; }
.content .table-price {
	width: 100%;
	margin: 30px 0;
}
@media screen and (max-width: 990px) {
    main .table-price {
        width: 100%;
    }
}
main .table-price tr {
    border-bottom: 1px solid #90a1b1; }
main .table-price tr td:first-child {
    font-weight: 600;
    padding: 15px 0;
    width: 70%; }
main .table-price tr td:last-child {
	font-weight: 700;
    color: #0db286;
    text-align: right; }
.text-secondary {
    color: #90a1b1; }
.rewiev .text-success, .articles .text-success {
    display: block;
    margin: 10px 0; }
.dropdown-toggle::after {
    border: none; }
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: '';
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    left: 5px;
    top: 17px; }
/* forms */
.form-control {
    font-size: 12px;
    font-weight: 500;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid transparent;
    background-color: #edf5f5;
    height: 43px;
	margin-bottom: 20px; }
.form-control:hover {
    background-color: #e7eff1; }
.form-control:active.banner-1, .form-control.banner-1.nice-select.open {
    background-color: #fff;
    border: 1px solid #c6d7e3; }
.form-control:focus {
    outline: none !important;
    background-color: #e7eff1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
.nice-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: 13px; }
.nice-select .list {
    margin: 1px 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
.nice-select .list li {
    padding: 5px 17px; }
.nice-select .list li::before {
    content: none; }
.nice-select::after {
    height: 8px;
    width: 8px;
    margin-top: -5px;
    border-color: #90a1b1; }
.styled-checkbox {
    position: absolute;
    opacity: 0; }
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #c6d7e3;
    background-color: #fff; }
.styled-checkbox:hover + label:before {
    background: #0081e4; }
.styled-checkbox:checked + label:before {
    background: #0081e4; }
.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.range-slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0061ab), to(#0081e4));
    background: -webkit-linear-gradient(top, #0061ab 0%, #0081e4 100%);
    background: -o-linear-gradient(top, #0061ab 0%, #0081e4 100%);
    background: linear-gradient(180deg, #0061ab 0%, #0081e4 100%);
    outline: none;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s; }
.range-slider:hover {
    opacity: 1; }
.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0081e4;
    cursor: pointer; }
.range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0081e4;
    cursor: pointer; }
/* pagination */
.pagination {
    color: #a6b5c2; 
	margin-bottom: 0; }
.pagination li::before {
    content: none; }
.pagination li a {
    color: inherit;
    border: 0;
    background: none;
    font-weight: 600; }
.pagination li a:hover, .pagination li a.active {
    color: #000;
    background: inherit;
    font-weight: 700;
    outline: none; }
.pagination .previous span {
    content: ' ';
    width: 10px;
    height: 16px;
    background: url(../img/sprites.png) -78px -4px;
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.pagination .next span {
    content: ' ';
    width: 10px;
    height: 16px;
    background: url(../img/sprites.png) -78px -4px;
    display: block; }
.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
/* buttons */
button {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
.read-more {
    font-size: 14px; }
.read-more::before {
    content: ' ';
    width: 8px;
    height: 13px;
    background: url(../img/sprites.png) -23px -5px;
    margin-right: 8px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    top: 2px; }
.read-more-btn {
    color: #0db286;
    padding: 8px 16px;
    border: 1px solid #d4dde5;
    -webkit-border-radius: 25px;
    border-radius: 25px; }
.read-more-btn::before {
    content: ' ';
    width: 8px;
    height: 13px;
    background: url(../img/sprites.png) -41px -5px;
    margin-right: 8px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    position: relative;
    top: 2px; }
.read-more-btn a {
    color: inherit; }
.read-more-collapse {
    color: #0db286;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    margin-bottom: 12px; }
.btn {
    font-size: 16px; }
.btn-light {
    background-color: #fff;
    color: #0db286;
    font-weight: 700;
    padding: 13px 45px; }
.btn-transparent {
    color: #0db286;
    font-weight: 500;
    padding: 11px 26px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #fff;
    background: none; }
.btn-transparent:hover {
    border: 2px solid transparent; }
.btn-primary {
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600; }
.btn-success {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #56d9b6;
    border: 0;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
.btn-success::before {
    content: ' ';
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url(../img/sprites.png) -382px -5px;
    margin-right: 14px; }
.btn-success:hover {
    background-color: #f24966; }
/* sprites */
.logo-img {
    display: block;
    width: 202px;
    height: 50px;
    background: url("../img/sprites.png") -1150px -5px; }
.logo-mini {
    display: block;
    width: 102px;
    height: 38px;
    background: url("../img/sprites.png") -1038px -5px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
.search-button {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/sprites.png) -418px -8px; }
.green-phone {
    display: block;
    width: 32px;
    height: 37px;
    background: url("../img/sprites.png") -572px -5px; }
.green-phone-mini {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/sprites.png) -194px -4px; }
.red-cart-mini {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/sprites.png) -347px -4px; }
.green-cart-mini {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/sprites.png) -313px -2px; }
.green-envelope {
    display: block;
    width: 41px;
    height: 29px;
    background: url(../img/sprites.png) -1363px 0; }
.facebook {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/sprites.png) -223px -5px;
    vertical-align: sub;
    margin-right: 8px;
    margin-top: 7px; }
.instagram {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/sprites.png) -1404px 0;
    vertical-align: sub;
    margin-right: 8px;
    margin-top: 7px; }
.minus {
    display: block;
    width: 8px;
    height: 14px;
    background: url(../img/sprites.png) -79px -5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.plus {
    display: block;
    width: 8px;
    height: 14px;
    background: url(../img/sprites.png) -79px -5px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
/* cart */
/* input number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; }
.input-group-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
@media screen and (max-width: 990px) {
    .input-group-number {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
.input-group-number .form-control {
    background: #fff;
    border: 1px solid #c6d7e3;
    text-align: center;
    max-width: 50px; }
.input-group {
    position: relative; }
.input-group label {
    width: 100%; }
.input-group select {
    text-transform: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1; }
.input-group select::-ms-expand {
    display: none; }
.input-group select:focus {
    border: none;
    outline: none; }
/* header */
@media screen and (max-width: 990px) {
    header > .row {
        display: none;
    }
}
header > .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0; }
header .logo .logo-img {
    margin-bottom: 10px; }
header .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
header .search button {
    position: absolute;
    margin-left: 30px; }
@media screen and (max-width: 990px) {
    header .search button {
        margin: 0;
    }
}
header .search .form-inline {
    width: 100%; }
header .search .form-inline .form-control {
    padding-left: 46px;
    margin-left: 30px;
    width: 300px; 
	margin-bottom: 0; }
@media screen and (max-width: 990px) {
    header .search .form-inline .form-control {
        margin: 0;
    }
}
@media screen and (max-width: 990px) {
    header .search .search-lg {
        display: none;
    }
}
header .first-menu {
    padding: 0; }
@media screen and (max-width: 1200px) {
    header .first-menu {
        display: none;
    }
}
header .first-menu .navbar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
header .first-menu .navbar li:first-child {
    padding-right: 30px; }
header .first-menu .navbar a {
    color: #90a1b1; }
header .contacts {
    font-size: 13px;
    line-height: 1.4;
    padding-left: 0;
    padding-right: 0; }
@media screen and (max-width: 1200px) {
    header .contacts {
        padding-left: 45px;
    }
}
@media screen and (max-width: 1023px) {
    header .contacts {
        padding-left: 0;
    }
}
header .contacts .phone, header .contacts .cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	 font-size: 12px; }
header .contacts .phone .d-block, header .contacts .cart .d-block {
    white-space: nowrap; }
@media screen and (max-width: 1600px) {
    header .contacts .phone small {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    header .contacts .phone .first-number {
        display: none;
    }
}
header .contacts .phone .more-contacts {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../img/sprites.png) -37px -5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 8px;
    cursor: pointer; }
@media screen and (max-width: 990px) {
    header .contacts .phone .more-contacts {
        display: none;
    }
}
header .contacts .phone a {
    color: inherit; }
header .contacts .phone .navbar-nav {
    z-index: 1; }
header .contacts .phone .dropdown {
    padding: 0;
    margin: 0;
    background: none;
    display: inline-block; }
header .contacts .phone .dropdown .dropdown-toggle {
    margin: 0; }
header .contacts .phone .dropdown .dropdown-toggle::before {
    content: none; }
header .contacts .phone .dropdown .dropdown-toggle .green-phone {
    display: none; }
@media screen and (max-width: 990px) {
    header .contacts .phone .dropdown .dropdown-toggle .green-phone {
        display: block;
        position: relative;
        top: 7px;
    }
}
header .contacts .phone .dropdown .dropdown-menu {
    padding: 20px 25px;
    line-height: 1.8; }
header .contacts .phone .dropdown .dropdown-menu a {
    font-weight: 700; }
header .contacts .phone .dropdown .dropdown-menu .btn-primary {
    margin-top: 15px; }
header .contacts .green-phone {
    display: inline-block;
    margin-right: 10px;
    width: 32px;
    height: 37px;
    background: url("../img/sprites.png") -572px -5px; }
@media screen and (max-width: 1600px) {
    header .contacts .green-phone {
        margin-left: 20px;
    }
}
@media screen and (max-width: 990px) {
    header .contacts .green-phone {
        display: none;
    }
}
header .contacts .cart .text-danger {
	font-weight: 700; }
header .contacts .cart .red-cart {
    display: inline-block;
    margin-right: 5px;
    margin-left: 10px;
    width: 32px;
    height: 33px;
    background: url("../img/sprites.png") -614px -5px; }
@media screen and (max-width: 990px) {
    header .contacts .cart .red-cart {
        margin-right: 0;
        margin-left: 0;
    }
}
header .contacts .cart .text-danger, header .contacts .cart .text-secondary {
    display: block; }
@media screen and (max-width: 990px) {
    header .contacts .cart .text-danger, header .contacts .cart .text-secondary {
        display: none;
    }
}
header .contacts a:hover {
    text-decoration: none; }
header .navbar-collapse {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
/* breadcrumb */
.breadcrumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #eff5f4;
    margin-top: 30px;
    margin-bottom: 0;
    overflow-y: hidden; }
@media screen and (max-width: 990px) {
    .breadcrumb {
        margin-top: 0;
    }
}
.breadcrumb li {
    position: relative;
    margin: 0 25px;
    color: #000; }
@media screen and (max-width: 990px) {
    .breadcrumb li {
        margin: 0 7px;
    }
}
.breadcrumb li:first-child {
    margin-left: 0; }
.breadcrumb li:last-child {
    color: #0db286; }
@media screen and (max-width: 990px) {
    .breadcrumb li:last-child {
        position: relative;
        margin-top: 3px;
    }
}
.breadcrumb li:last-child::after {
    content: none; }
.breadcrumb li::after {
    content: ' ';
    display: block;
    position: absolute;
    top: -5px;
    right: -30px;
    width: 30px;
    height: 30px;
    border-right: 1px solid #d0dfdd;
    border-bottom: 1px solid #d0dfdd;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
@media screen and (max-width: 990px) {
    .breadcrumb li::after {
        content: ' ';
        display: inline-block;
        width: 10px;
        height: 16px;
        background: url(../img/sprites.png) -40px -3px;
        position: relative;
        top: 4px;
        left: 8px;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        border: none;
    }
}
.breadcrumb li a {
    color: inherit; }
.breadcrumb li a:hover {
    text-decoration: none; }
/* nav */
.navbar {
    padding-top: 0;
    padding-bottom: 0; }
.navbar-nav {
    font-size: 14px; }
@media screen and (max-width: 990px) {
    .navbar-nav li a {
        padding-left: 15px; }
}
.navbar-nav .dropdown {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px;
    background-color: #0db286;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
	white-space: nowrap; }
@media screen and (max-width: 990px) {
    .navbar-nav .dropdown {
        padding: 0;
        background: none;
        width: 100%;
    }
    .navbar-nav .dropdown a span {
        color: #0db286;
        font-weight: 500;
    }
    .navbar-nav .dropdown a span::after {
        content: ' ';
        display: inline-block;
        width: 10px;
        height: 16px;
        background: url(../img/sprites.png) -40px -2px;
        position: relative;
        top: 4px;
        left: 8px;
        -webkit-transform: scale(0.75) rotate(90deg);
        -ms-transform: scale(0.75) rotate(90deg);
        transform: scale(0.75) rotate(90deg);
    }
}
.navbar-nav .dropdown .dropdown-toggle {
    color: #fff;
    font-weight: 600;
    margin-left: 20px; }
.navbar-nav .dropdown .dropdown-toggle:hover {
    text-decoration: none; }
.navbar-nav .dropdown .dropdown-toggle::before {
    content: '';
    width: 15px;
    height: 12px;
    background: url("../img/sprites.png") -120px -5px;
    left: 10px;
    top: 14px;
    border: none; }
@media screen and (max-width: 990px) {
    .navbar-nav .dropdown .dropdown-toggle {
        display: block;
        margin-left: 0;
    }
    .navbar-nav .dropdown .dropdown-toggle::before {
        content: none;
    }
}
.navbar-nav .dropdown .dropdown-menu {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
	 column-count: 2;
    column-gap: 60px; }
@media screen and (max-width: 990px) {
    .navbar-nav .dropdown .dropdown-menu {
        border: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
    }
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item {
    background-color: #fff;
    padding: 9px 30px; }
.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #e7eff1; }
@media screen and (max-width: 990px) {
    .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
        background: none;
        text-decoration: underline;
    }
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 12px; }
@media screen and (max-width: 990px) {
    .navbar-nav .dropdown .dropdown-menu .dropdown-item:first-child {
        padding-top: 0;
    }
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 12px; }
@media screen and (max-width: 990px) {
    .navbar-nav .dropdown .dropdown-menu .dropdown-item:last-child {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 990px) {
    .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        padding: 0;
        padding-left: 15px;
        font-size: 12px;
    }
}
.navbar-nav .dropdown .dropdown-menu a {
    color: #000;
    font-size: 14px;
    font-weight: 500; }
nav #navbarMenu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media screen and (max-width: 1200px) {
    nav #navbarMenu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 990px) {
    nav #navbarMenu {
        line-height: 1.7;
    }
}
nav .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
@media screen and (max-width: 990px) {
    nav .wrapper {
        height: 46px;
        margin-left: -1px;
        border: 1px solid #c6d7e3;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
nav .wrapper .navbar-toggler .navbar-toggler-icon {
    display: block;
    width: 23px;
    height: 20px;
    background: url(../img/sprites.png) -252px -4px; }
nav .wrapper .navbar-toggler.collapsed .navbar-toggler-icon {
    display: block;
    width: 23px;
    height: 20px;
    background: url(../img/sprites.png) -252px -4px; }
nav .wrapper .navbar-logo, nav .wrapper .green-phone-mini, nav .wrapper .red-cart-mini {
    display: none; }
@media screen and (max-width: 990px) {
    nav .wrapper .navbar-logo, nav .wrapper .green-phone-mini, nav .wrapper .red-cart-mini {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (max-width: 990px) {
    nav .wrapper .navbar-logo {
        position: absolute;
        left: 55px;
    }
}
nav .wrapper .search-sm {
    display: none;
    position: relative; }
@media screen and (max-width: 990px) {
    nav .wrapper .search-sm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
nav .wrapper .search-sm .dropdown-toggle::after, nav .wrapper .search-sm .dropdown-toggle::before {
    content: none; }
nav .wrapper .search-sm .dropdown-menu {
    margin: 0;
    padding: 0;
    top: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: absolute;
    left: -68%;
    right: -1px; }
nav .wrapper .search-sm .dropdown {
    height: 44px;
    width: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #edf5f5;
    margin-left: 1px; }
nav .wrapper .search-sm .dropdown .dropdown-menu {
    padding: 20px 25px;
    line-height: 1.8;
    font-size: 13px;
    left: -108px;
    top: 44px !important;
    min-width: 200px; }
nav .wrapper .search-sm .dropdown .dropdown-menu.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
nav .wrapper .search-sm .dropdown .dropdown-menu a {
    color: #000; }
nav .wrapper .search-sm .dropdown .dropdown-menu button {
    font-size: 13px;
    padding: 10px 20px;
    margin-top: 10px; }
nav .wrapper .search-sm .form-inline {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
nav .wrapper .search-sm .form-inline button {
    position: absolute; }
nav .wrapper .search-sm .form-inline .form-control {
    height: 43px;
    padding-left: 48px;
    border: none;
    width: 100%;
	margin-bottom: 0; }
nav .wrapper .search-sm > a {
    height: 44px;
    width: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #edf5f5;
    margin-left: 1px; }
nav .wrapper .search-button, nav .wrapper .red-cart-mini {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
nav .navbar-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
@media screen and (max-width: 1200px) {
    nav .navbar-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
    }
}
@media screen and (max-width: 990px) {
    nav .navbar-nav {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #c6d7e3;
        font-size: 12.5px;
        line-height: 2.4;
    }
}
nav .navbar-nav li {
    margin: 0 20px; }
@media screen and (max-width: 990px) {
    nav .navbar-nav li {
        margin: 0 15px;
    }
}
@media screen and (max-width: 990px) {
    nav .navbar-nav li {
        margin: 0;
    }
}
nav .navbar-nav li:last-child {
    margin-right: 0; }
nav .navbar-nav li a {
    color: #0db286; }
@media screen and (max-width: 1200px) {
    nav .second-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 20px auto;
    }
}
@media screen and (max-width: 990px) {
    nav .second-menu {
        margin: 0 0 10px;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #c6d7e3;
        font-size: 12.5px;
        line-height: 2.4;
    }
}
nav .second-menu li a {
    color: #0081e4; }
nav .second-menu .btn-primary {
    display: none; }
@media screen and (max-width: 990px) {
    nav .second-menu .btn-primary {
        display: block;
        margin-left: 15px;
        margin-top: 10px;
    }
}
nav .second-menu .first-menu-nav {
    display: none; }
@media screen and (max-width: 1200px) {
    nav .second-menu .first-menu-nav {
        display: block; }
}
/* banners */
.banners {
    margin: 25px -15px 30px; }
@media screen and (max-width: 990px) {
    .banners {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.big {
    text-shadow: 0 6px 19px #74cbb4;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0; }
.big span {
    font-size: 100px;
    margin-right: 20px; }
@media screen and (max-width: 1600px) {
    .big {
        font-size: 40px;
        font-weight: 700;
        white-space: nowrap;
    }
    .big span {
        font-size: 80px;
    }
}
.banner-1 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #9ff9d5;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    color: #0081e4; }
@media screen and (max-width: 990px) {
    .banner-1 {
        height: 350px;
        margin-bottom: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
.banner-1 .banner-text {
    padding: 40px 0 30px 50px;
	z-index: 2; }
@media screen and (max-width: 1600px) {
    .banner-1 .banner-text {
        padding: 30px 0 30px 30px;
    }
}
.banner-1 .banner-text h1 {
    text-transform: uppercase;
    width: 400px;
    line-height: 1.2;
    font-size: 40px; }
@media screen and (max-width: 1600px) {
    .banner-1 .banner-text h1 {
        font-size: 28px;
    }
}
@media screen and (max-width: 576px) {
    .banner-1 .banner-text h1 {
        font-size: 25px;
        width: 200px;
    }
}
.banner-1 .banner-text p {
    font-size: 14px;
    margin-top: 20px; }
.banner-1 .banner-text .marker {
    display: inline-block;
    width: 15px;
    height: 18px;
    background: url("../img/sprites.png") -145px -5px;
    margin-right: 10px; }
.banner-1 .banner-img {
    display: inline-block;
    width: 385px;
    height: 100%;
    background: url(../img/banner.png);
    position: relative;
    top: 0;
    right: 0;
	z-index: 1; }
@media screen and (max-width: 1600px) {
    .banner-1 .banner-img {
        position: absolute;
        width: 293px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 990px) {
    .banner-1 .banner-img {
        display: none;
    }
}
.banner-1 .banner-btn {
    position: absolute;
    bottom: 35px; }
.banner-1 .banner-btn .btn-transparent {
    margin-left: 20px; }
.banner-1 .banner-btn .btn-transparent:hover {
	color: #fff; }
@media screen and (max-width: 990px) {
    .banner-1 .banner-btn .btn-transparent {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        margin-bottom: 20px;
        display: block;
    }
}
@media screen and (max-width: 990px) {
    .banner-1 .banner-btn .btn-light {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media screen and (max-width: 990px) {
    .banner-1 .banner-btn {
        bottom: 35px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 1200px) {
    .banner-hidden {
        display: none;
    }
}
.banner-2 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #9ff9d5;
    height: 100%;
    color: #0081e4;
    padding: 40px 50px 25px; }
@media screen and (max-width: 1600px) {
    .banner-2 {
        padding: 30px;
    }
}
@media screen and (max-width: 990px) {
    .banner-2 {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
.banner-2 .h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    width: 260px;
    line-height: 1.3; }
@media screen and (max-width: 1600px) {
    .banner-2 .h2 {
        font-size: 17px;
        line-height: 1.5;
        width: 110px;
    }
}
.banner-2 p {
    font-size: 20px;
    width: 220px;
    line-height: 1.2;
    font-weight: 600;
    position: absolute;
    bottom: 15px; }
@media screen and (max-width: 1600px) {
    .banner-2 p {
        font-size: 14px;
        width: 190px;
        line-height: 1.2;
        font-weight: 600;
        margin-bottom: 25px;
    }
}
.banner-padding {
    padding-left: 0; }
@media screen and (max-width: 990px) {
    .banner-padding {
        padding-left: 15px;
    }
}
.banner-3 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(61deg, #fab3d4 0%, #ffe0fd 100%);
    background-image: -o-linear-gradient(61deg, #fab3d4 0%, #ffe0fd 100%);
    background-image: linear-gradient(29deg, #fab3d4 0%, #ffe0fd 100%);
    height: 100%;
    color: #c844a9;
    padding: 30px 25px 25px; }
@media screen and (max-width: 1600px) {
    .banner-3 {
        padding: 30px 25px;
    }
}
@media screen and (max-width: 990px) {
    .banner-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
.banner-3 .h2 {
    font-size: 30px;
    font-weight: 700; }
@media screen and (max-width: 1600px) {
    .banner-3 .h2 {
        font-size: 19px;
    }
}
@media screen and (max-width: 576px) {
    .banner-3 .h2 {
        display: none;
    }
}
.banner-3 .slop {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    padding: 25px 0; }
@media screen and (max-width: 1600px) {
    .banner-3 .slop {
        padding: 45px 0;
    }
}
@media screen and (max-width: 990px) {
    .banner-3 .slop {
        padding: 25px 0 10px;
    }
}
@media screen and (max-width: 576px) {
    .banner-3 .slop {
        padding-left: 10px;
    }
}
.banner-3 .slop p {
    color: #c844a9;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px; }
@media screen and (max-width: 1600px) {
    .banner-3 .slop p {
        font-size: 12px;
        line-height: 1.1;
    }
}
.banner-3 .slop .big {
    font-size: 33px;
    text-shadow: none;
    line-height: 1;
    display: block; }
@media screen and (max-width: 1600px) {
    .banner-3 .slop .big {
        font-size: 20px;
        margin: 10px 0 0;
    }
}
.banner-3 .slop .big-pink {
    text-shadow: 0 6px 10px rgba(130, 0, 151, 0.31);
    color: #c844a9;
    font-size: 74px;
    font-weight: 700;
    line-height: 1.2; }
@media screen and (max-width: 1600px) {
    .banner-3 .slop .big-pink {
        font-size: 50px;
    }
}
.banner-3 .read-more {
    color: #fff;
    font-size: 16px; }
@media screen and (max-width: 1600px) {
    .banner-3 .read-more {
        font-size: 13px;
    }
}
.banner-3 .read-more a {
    color: #fff;
    font-size: 14px; }
@media screen and (max-width: 1600px) {
    .banner-3 .read-more a {
        font-size: 13px;
    }
}
@media screen and (max-width: 576px) {
    .banner-3 .read-more a {
        margin-right: 15px;
    }
}
/* services */
.article {
    margin-top: 50px;
    margin-bottom: 50px; }

.article .text-success {
	display: block;
	margin-bottom: 8px; }
@media screen and (max-width: 990px) {
    .article {
        margin-top: 25px;
		  padding: 0 15px;
    }
}
.article article h1 {
    font-size: 30px;
	 margin-bottom: 22px;
}
@media screen and (max-width: 1200px) {
    .article article h1 {
        font-size: 28px;
    }
}
@media screen and (max-width: 990px) {
    .article article h1 {
        font-size: 26px;
    }
}
@media screen and (max-width: 990px) {
    .article article h2 {
        font-size: 22px;
    }
}
.article article img {
    width: 100%; }
.article article h2 {
	margin: 30px 0 20px; }
.article article h3 {
    color: #000;
    line-height: 1.4;
	margin: 25px 0 15px; }
.article article .read-more-btn {
	border: 0;
	padding: 0; }
.article article .article {
    margin-top: 40px;
    margin-bottom: 40px; }
@media screen and (max-width: 990px) {
    .article aside {
		order: 1;
        margin-top: 10px;
        margin-bottom: 50px;
    }
}

.article aside .aside-menu {
    margin-top: 45px; }
@media screen and (max-width: 990px) {
    .article aside .aside-menu {
        display: none;
    }
}
.article aside .aside-menu li {
    padding-left: 0; }
.article aside .aside-menu li a {
    font-size: 12px; }
.article aside .aside-menu .active {
    display: none; }
.article aside small {
    margin: 10px 0;
    display: block; }
@media screen and (max-width: 990px) {
    .article .brands {
        display: block;
    }
}
.services {
    background-image: -webkit-linear-gradient(165deg, #74efcd 0%, #0081e4 100%);
    background-image: -o-linear-gradient(165deg, #74efcd 0%, #0081e4 100%);
    background-image: linear-gradient(285deg, #74efcd 0%, #0081e4 100%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: auto 0;
    padding: 35px 25px;
    color: #fff; }
@media screen and (max-width: 990px) {
    .services {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#74efcd), to(#0081e4));
        background-image: -webkit-linear-gradient(bottom, #74efcd 0%, #0081e4 100%);
        background-image: -o-linear-gradient(bottom, #74efcd 0%, #0081e4 100%);
        background-image: linear-gradient(0deg, #74efcd 0%, #0081e4 100%);
        padding-bottom: 0;
    }
}
@media screen and (max-width: 990px) {
    .services {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
@media screen and (max-width: 990px) {
    .services > div {
        text-align: center;
        padding-bottom: 30px;
    }
}
.services > div::after {
    content: '';
    width: 9px;
    height: 89px;
    display: block;
    top: 0;
    right: 35px;
    position: absolute;
    background: url(../img/sprites.png) -60px -5px; }
@media screen and (max-width: 1600px) {
    .services > div::after {
        right: 12px;
    }
}
@media screen and (max-width: 1200px) {
    .services > div::after {
        right: 0;
    }
}
@media screen and (max-width: 990px) {
    .services > div::after {
        content: none;
    }
}
.services > div:last-child::after {
    display: none; }
.services > div p {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
@media screen and (max-width: 1200px) {
    .services > div p {
        font-size: 14px;
    }
}
@media screen and (max-width: 990px) {
    .services > div p {
        margin-bottom: 8px;
    }
}
.services > div .read-more {
    color: #fff; }
.services > div .read-more a {
    color: #fff; }
/* advantages */
.advantages {
    padding: 60px 0; }
@media screen and (max-width: 960px) {
    .advantages {
        padding: 60px 0 0;
    }
}
.advantages > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #41b495; }
@media screen and (max-width: 960px) {
    .advantages > div {
        margin-bottom: 40px;
    }
    .advantages > div:last-child {
        margin-bottom: 60px;
    }
}
.experience {
    display: inline-block;
    margin-right: 10px;
    width: 67px;
    height: 61px;
    background: url(../img/sprites.png) -700px -5px; }
.guaranty {
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    height: 69px;
    background: url(../img/sprites.png) -948px -5px; }
.price {
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    height: 74px;
    background: url(../img/sprites.png) -858px -5px; }
.loyalty {
    display: inline-block;
    margin-right: 10px;
    width: 71px;
    height: 66px;
    background: url(../img/sprites.png) -777px -5px; }
/* brands */
@media screen and (max-width: 990px) {
    .brands {
        display: none;
    }
}
.brands .nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	overflow-x: scroll; }
.brands .nav::-webkit-scrollbar {
    height: 4px; }
.brands .nav::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px; }
.brands .nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #0081e4; }
.brands .nav::-webkit-scrollbar-thumb {
    background: #0081e4; }
.brands ul li {
    padding: 30px 10px;
    display: block; }
.brands ul li::before {
    content: ' '
}
@media screen and (max-width: 1200px) {
    .brands ul li {
        padding: 30px 10px;
    }
    .brands ul li:first-child {
        padding-left: 0;
    }
}
.toshiba, .daikin, .mitsubishi, .lg, .gree, .ch, .hitachi, .electrolux, .samsung {
    display: block;
    width: 150px;
    height: 60px; }
.toshiba {
    background: url(../img/brands.png) -350px -10px; }
.daikin {
    background: url("../img/brands.png") -690px -10px; }
.mitsubishi {
    background: url("../img/brands.png") -180px -10px; }
.lg {
    background: url("../img/brands.png") -10px -10px; }
.gree {
    background: url("../img/brands.png") -1030px -10px; }
.ch {
    background: url("../img/brands.png") -520px -10px; }
.hitachi {
    background: url("../img/brands.png") -1200px -10px; }
.electrolux {
    background: url("../img/brands.png") -860px -10px; }
.samsung {
    background: url("../img/brands.png") -1360px 0; }
/* intro-text */
.intro-text {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ecf6ff), to(rgba(236, 246, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, #ecf6ff 0%, rgba(236, 246, 255, 0) 100%);
    background-image: -o-linear-gradient(bottom, #ecf6ff 0%, rgba(236, 246, 255, 0) 100%);
    background-image: linear-gradient(to top, #ecf6ff 0%, rgba(236, 246, 255, 0) 100%);
    margin-top: 20px;
    margin-bottom: -1px;
    position: relative; }
@media screen and (max-width: 1200px) {
    .intro-text {
        padding-bottom: 45px;
    }
}
@media screen and (max-width: 990px) {
    .intro-text {
        margin-top: 0;
    }
}
.intro-text::after {
    content: ' ';
    width: 1920px;
    height: 163px;
    display: block;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ecf6ff), to(rgba(236, 246, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, #ecf6ff 0%, rgba(236, 246, 255, 0) 100%);
    background-image: -o-linear-gradient(bottom, #ecf6ff 0%, rgba(236, 246, 255, 0) 100%);
    background-image: linear-gradient(to top, #ecf6ff 0%, rgba(236, 246, 255, 0) 100%);
    position: absolute;
    bottom: -12px;
    left: 0; }
.intro-text-content {
    margin-top: 45px;
    z-index: 1; }
@media screen and (max-width: 1600px) {
    .intro-text-content {
        margin-top: 30px;
    }
}
.intro-text-content h2 {
    margin: 70px 0; }
@media screen and (max-width: 1600px) {
    .intro-text-content h2 {
        margin: 40px 0;
    }
}
@media screen and (max-width: 1200px) {
    .intro-text-content h2 {
        margin: 20px 0;
    }
}
.intro-text img {
    max-width: 100%;
    position: relative;
    top: 23px; }
/* rewiev */
.rewievs {
    background-color: #fff;
    position: relative;
    margin-bottom: -40px;
    margin-top: 120px;
}

.rewievs .h3 {
    font-weight: 500;
    letter-spacing: 1px;
    position: absolute;
    height: 50px;
    width: 100%;
    top: -60px;
    z-index: 1; }
@media screen and (max-width: 990px) {
    .rewievs .h3 {
        position: relative;
        top: 0;
    }
}
.rewievs .rewiev {
    background-color: #fff;
    padding: 25px 28px 13px; }
@media screen and (max-width: 990px) {
    .rewievs .rewiev {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 576px) {
    .rewievs .rewiev {
        padding: 20px 22px 7px;
    }
}
.rewievs .read-more-btn {
    display: block;
    float: right;
    margin-top: 30px; }
@media screen and (max-width: 990px) {
    .rewievs .read-more-btn {
        margin-top: 0;
    }
}
.rewiev-page {
	margin-top: 65px;

}
.rewiev-page .rewiev {
	margin-bottom: 45px;
}
/* blog */
.blog article {
    margin: 40px 0 80px; }
.blog-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 35px; }
@media screen and (max-width: 576px) {
    .blog-item {
        padding: 0;
    }
}
.blog-img {
    margin-right: 20px; }
@media screen and (max-width: 1200px) {
    .blog-img img {
        max-width: 200px;
    }
}
@media screen and (max-width: 576px) {
    .blog-img img {
        display: none;
    }
}
.blog-content h2 {
    font-size: 20px;
	font-weight: 600; }
@media screen and (max-width: 1200px) {
    .blog-content h2 {
        font-size: 18px;
        line-height: 1.1;
    }
}
.blog-content h2 a {
    color: inherit; }
.blog-content .text-secondary {
    display: block;
    margin-bottom: 10px; }
.blog-content p {
    margin-bottom: 0; }
.blog-content a {
    display: inline-block; }
.blog-content a:hover {
    color: #0db286; }
/* articles on the main */
.articles {
    background-color: #ecf6ff;
    position: relative;
    padding-bottom: 100px;
	z-index: 1;}
.articles h4 a, .article h4 a {
	color: #000; }
@media screen and (max-width: 990px) {
    .articles {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 990px) {
    .articles .article {
        margin-bottom: 40px;
    }
}
.articles .h3 {
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 55px; }
.articles .read-more-btn {
    display: block;
    float: right;}
@media screen and (max-width: 990px) {
    .articles .read-more-btn {
        margin-top: 0;
    }
}
/* main front-page */
.main-page {
    padding: 65px 0 35px; }
@media screen and (max-width: 576px) {
    .main-page {
        padding: 15px 15px 35px;
    }
}
.main-page h3 {
    color: #000; }
/* catalog */
.catalog {
    background-color: #eff5f4;
    padding: 30px 0;
    margin-bottom: 45px; }
@media screen and (max-width: 990px) {
    .catalog {
        padding: 0;
    }
}
.catalog .catalog-products {
    padding-right: 100px; }
@media screen and (max-width: 1600px) {
    .catalog .catalog-products {
        padding-right: 80px;
    }
}
@media screen and (max-width: 1200px) {
    .catalog .catalog-products {
        padding-right: 40px;
    }
}
@media screen and (max-width: 990px) {
    .catalog .catalog-products {
        padding: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .catalog .catalog-products > div {
        padding-right: 0;
    }
}
@media screen and (max-width: 990px) {
    .catalog .catalog-products > div {
        padding-right: 15px;
    }
}
.catalog .catalog-product {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 20px 25px;
    max-width: 245px;
    margin: 15px -15px 15px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.catalog .catalog-product:hover {
    -webkit-box-shadow: 0 0 20px rgba(65, 180, 149, 0.28);
    box-shadow: 0 0 20px rgba(65, 180, 149, 0.28); }
@media screen and (max-width: 1200px) {
    .catalog .catalog-product {
        margin: 0 0 15px;
        padding: 10px 10px;
        max-width: 220px;
    }
}
@media screen and (max-width: 990px) {
    .catalog .catalog-product {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0;
        border-bottom: 1px solid #c6d7e3;
    }
}
.catalog .catalog-product .product-image {
    margin-bottom: 20px; }
@media screen and (max-width: 990px) {
    .catalog .catalog-product .product-image {
        margin-bottom: 0;
        padding-right: 10px;
    }
}
.catalog .catalog-product .product-image img {
    max-width: 100%; }
.catalog .catalog-product .product-caption h4 {
	font-weight: 600;
	color: #000;
	font-size: 14px; }
.catalog .catalog-product .product-caption h4 a {
	color: inherit; }
.catalog .catalog-product .product-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px; }
@media screen and (max-width: 576px) {
    .catalog .catalog-product .product-bottom {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
.catalog .popular .catalog-products {
    padding-right: 15px; }
@media screen and (max-width: 1200px) {
    .catalog .popular .catalog-products > div:nth-child(n+5) {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .catalog .popular .catalog-products > div:nth-child(n+5) {
        display: block;
    }
}
@media screen and (max-width: 1200px) {
    .catalog .popular h3 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 990px) {
    .catalog .popular h3 {
        margin: 15px 15px 0;
    }
}
.catalog .popular .nav-pills {
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px; }
@media screen and (max-width: 990px) {
    .catalog .popular .nav-pills {
        padding: 30px 30px 0;
        display: inline-block;
    }
}
.catalog .popular .nav-pills .nav-link {
    padding: 8px 20px;
    position: relative; }
.catalog .popular .nav-pills .active {
    color: #0081e4;
    background-color: #c4e8ff;
    -webkit-border-radius: 0;
    border-radius: 0; }
.catalog .popular .nav-pills .active::after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -19px;
    left: 42%;
    border: 10px solid transparent;
    border-top: 10px solid #c4e8ff; }
@media screen and (max-width: 990px) {
    .catalog .popular .nav-pills .active::after {
        content: none;
    }
}
.top-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px; }
@media screen and (max-width: 990px) {
    .top-filter {
        margin: 25px;
    }
}
.top-filter .top-filter-sort .input-group {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.top-filter .top-filter-sort .input-group label {
    width: 100px;
    margin: 0; }
.top-filter .top-filter-sort .input-group select {
    text-transform: none;
    border: none;
    background: none;
    color: #0db286;
    margin-left: 7px;
    padding-right: 14px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1; }
.top-filter .top-filter-sort .input-group select::-ms-expand {
    display: none; }
.top-filter .top-filter-sort .input-group select:focus {
    border: none;
    outline: none; }
.top-filter .top-filter-sort .input-group .nice-select {
    border: none;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0db286;
    padding-left: 0; }
.top-filter .top-filter-sort .input-group .nice-select .list {
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
.top-filter .top-filter-sort .input-group .nice-select .list li {
    padding: 5px 17px; }
.top-filter .top-filter-sort .input-group .nice-select .list li::before {
    content: none; }
.top-filter .top-filter-sort .input-group .nice-select::after {
    height: 8px;
    width: 8px;
    margin-top: -5px;
    border-color: #0db286; }
.top-filter .product-pagination {
    margin-right: 80px; }
@media screen and (max-width: 1600px) {
    .top-filter .product-pagination {
        margin-right: 55px;
    }
}
@media screen and (max-width: 1200px) {
    .top-filter .product-pagination {
        margin-right: 25px;
    }
}
@media screen and (max-width: 990px) {
    .top-filter .product-pagination {
        display: none;
    }
}
.product-pagination-bottom {
    margin-top: 15px; }
@media screen and (max-width: 990px) {
    .product-pagination-bottom {
        padding: 0 0 15px;
        margin: 0;
    }
}
/* aside */
aside {
	margin-top: 10px;
}
aside .aside-menu {
    padding-bottom: 15px; }
aside .aside-menu li {
    padding: 12px 15px;
    font-size: 13px;
    font-weight: 600;
	white-space: nowrap; }
aside .aside-menu li a {
    color: #000; }
aside .aside-menu li::before {
    content: none; }
aside .aside-menu .active {
    -webkit-box-shadow: 0 3px 6px rgba(111, 146, 137, 0.15);
    box-shadow: 0 3px 6px rgba(111, 146, 137, 0.15);
    -webkit-border-radius: 0 28px 28px 0;
    border-radius: 0 28px 28px 0;
    background-color: #0081e4;
    display: inline-block; }
aside .aside-menu .active a {
    color: #fff; }
aside .aside-menu .active a:hover {
    text-decoration: none; }
aside .aside-filter {
    padding-left: 25px;
    padding-right: 15px; }
aside .aside-filter .form-check {
    padding: 0; }
aside .aside-filter .form-check label {
    margin-bottom: 15px; }
aside .aside-filter h4 {
    font-weight: 600;
    margin: 24px 0; }
aside .aside-filter-group {
    border-bottom: 1px solid #d0dfdd;
    padding-bottom: 15px;
    width: 90%; }
aside .aside-filter-group:first-child {
    border-top: 1px solid #d0dfdd; }
aside .aside-filter-group:last-child {
    border: 0; }
/* card */
.card .card-image {
    margin-top: 15px; }
@media screen and (max-width: 576px) {
    .card .card-image {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.card .card-image-thumbnails img {
    width: 75px;
    height: 75px;
    display: block;
    margin-bottom: 30px;
    cursor: pointer; }
@media screen and (max-width: 990px) {
    .card .card-image-thumbnails img {
        display: inline;
        margin-right: 15px;
    }
}
@media screen and (max-width: 990px) {
    .card .card-image-thumbnails {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.card .card-image-product {
    margin-bottom: 15px; }
.card .card-image-product img {
    max-width: 100%;
    cursor: pointer; }
@media screen and (max-width: 990px) {
    .card .card-image-product {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media screen and (max-width: 990px) {
    .card-info {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}
.card-info-main {
    background: -webkit-gradient(linear, left top, left bottom, from(#eff5f4), to(#eff5f4));
    background: -webkit-linear-gradient(top, #eff5f4 0%, #eff5f4 100%);
    background: -o-linear-gradient(top, #eff5f4 0%, #eff5f4 100%);
    background: linear-gradient(180deg, #eff5f4 0%, #eff5f4 100%);
    -webkit-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    padding: 15px 40px 30px; }
@media screen and (max-width: 1200px) {
    .card-info-main {
        margin-left: 15px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 990px) {
    .card-info-main {
        margin-left: 0;
    }
}
@media screen and (max-width: 576px) {
    .card-info-main {
        padding: 15px;
    }
}
.card-info-main h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px; }
@media screen and (max-width: 576px) {
    .card-info-main h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}
.card-info-main .vendor-code, .card-info-main .brand, .card-info-main .availability {
    color: #90a1b1; }
.card-info-main .vendor-code {
    margin-bottom: 4px; }
.card-info-main .brand {
    margin-bottom: 20px; }
.card-info-main div {
    margin-bottom: 10px; }
@media screen and (max-width: 576px) {
    .card-info-main div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.card-info-main .availability {
    margin-top: 20px; }
.card-info-main .availability span:first-child {
    display: inline-block;
    width: 17px;
    height: 13px;
    background: url(../img/sprites.png) -169px -4px;
    margin-right: 8px; }
.card-info-price {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 0; }
@media screen and (max-width: 576px) {
    .card-info-price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.card-info-price .h1 {
    margin-right: 25px;
    margin-bottom: 0; }
@media screen and (max-width: 576px) {
    .card-info-price .h1 {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.card-info-descr {
    margin: 40px 0 40px 50px; }
.card-info-descr .read-more-btn {
    display: inline-block; }
@media screen and (max-width: 1600px) {
    .card-info-descr {
        display: none;
    }
}
.card .advantages {
    border-top: 1px solid #c6d7e3;
    border-bottom: 1px solid #c6d7e3;
    padding: 35px 0;
    margin-bottom: 30px;
    width: 100%; }
.card .advantages > div:last-child {
    margin-bottom: 10px; }
.card-content table {
    display: block;
    padding: 30px 15px; }
@media screen and (max-width: 990px) {
    .card-content table {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 576px) {
    .card-content table {
        padding: 15px 5px;
        font-size: 11px;
    }
}
.card-content table tr {
    line-height: 1.4; }
.card-content table tr td {
    width: 55%;
    font-weight: 600;
    padding-bottom: 12px; }
.card-content table tr td:first-child {
    text-align: right;
    font-weight: 500;
    width: 45%;
    padding-right: 25px;
    vertical-align: baseline; }
@media screen and (max-width: 576px) {
    .card-content table tr td:first-child {
        padding-right: 15px;
    }
}
@media screen and (max-width: 576px) {
    .card-content table tr td {
        padding-bottom: 6px;
    }
}
.card-content h3 {
    margin-bottom: 25px; }
.card-content img {
    max-width: 100%;
    padding: 0 15px 15px; }
@media screen and (max-width: 576px) {
    article.card-content {
        padding: 0;
    }
    article.card-content h3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    article.card-content .content-full {
        padding-left: 30px;
        padding-right: 30px;
    }
    article.card-content .content-full h3 {
        padding-left: 0;
        padding-right: 0;
    }
}
/* contact-page */
.contact-page > .row {
    background-color: #eff5f4;
    padding: 0 15px; }
.contact-page article {
    padding: 40px 0 0; }
.contact-page-phones, .contact-page-address {
    margin: 25px 0;
    line-height: 2.6; }
.contact-page-phones .green-phone, .contact-page-phones .green-envelope, .contact-page-address .green-phone, .contact-page-address .green-envelope {
    margin-bottom: 10px; }
.contact-page-phones span, .contact-page-address span {
    display: block;
    font-weight: 700; }
.contact-page .modal {
    display: block;
    position: relative; }
.contact-page .modal .modal-dialog {
    margin: 0; }
@media screen and (max-width: 990px) {
    .contact-page .modal .modal-dialog {
        margin: auto;
    }
}
/* header.cart */
@media screen and (max-width: 990px) {
    header.cart {
        display: block;
        padding: 0 15px;
    }
}
header.cart > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
header.cart > .row .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
header.cart > .row .logo .logo-img {
    display: inline-block; }
header.cart > .row .logo .h1 {
    display: inline-block;
    color: rgba(0, 0, 0, 0.2);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 90px; }
@media screen and (max-width: 1600px) {
    header.cart > .row .logo .h1 {
        margin-left: 28px;
    }
}
@media screen and (max-width: 990px) {
    header.cart > .row .logo .h1 {
        display: none;
    }
}
header.cart > .row .read-more-btn {
    max-width: 152px;
    padding: 5px 7px;
    font-size: 12px; }
header.cart > .row .read-more-btn::before {
    -webkit-transform: scale(0.7) rotate(180deg);
    -ms-transform: scale(0.7) rotate(180deg);
    transform: scale(0.7) rotate(180deg); }
@media screen and (max-width: 576px) {
    header.cart > .row .read-more-btn {
        display: none;
    }
}
header.cart > .row .contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0; }
@media screen and (max-width: 990px) {
    header.cart > .row .contacts {
        margin-top: 30px;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
}
@media screen and (max-width: 1600px) {
    header.cart > .row .contacts .phone small {
        display: block;
    }
}
@media screen and (max-width: 990px) {
    header.cart > .row .contacts .phone .first-number {
        display: block;
    }
}
@media screen and (max-width: 990px) {
    header.cart > .row .contacts .phone .more-contacts {
        display: block;
    }
}
@media screen and (max-width: 990px) {
    header.cart > .row .contacts .phone .green-phone {
        display: block;
    }
}
/* article cart */
article.cart {
    margin-top: 60px;
    margin-bottom: 100px; }
article.cart > .row {
    padding: 20px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
@media screen and (max-width: 990px) {
    article.cart > .row {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
article.cart > .row .cart-img {
    max-width: 200px; }
@media screen and (max-width: 990px) {
    article.cart > .row .cart-img {
        max-width: none;
        padding-right: 0;
    }
}
@media screen and (max-width: 576px) {
    article.cart > .row .cart-img {
        display: none;
    }
}
article.cart > .row .cart-img img {
    border: 1px solid #e2e2e2; }
article.cart > .row .cart-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
@media screen and (max-width: 1600px) {
    article.cart > .row .cart-content .cart-name {
        padding: 0;
    }
}
@media screen and (max-width: 990px) {
    article.cart > .row .cart-content .cart-name {
        margin: 25px 0 20px;
    }
}
@media screen and (max-width: 990px) {
    article.cart > .row .cart-content .cart-name {
        margin: 12px 0 10px;
    }
}
@media screen and (max-width: 990px) {
    article.cart > .row .cart-content .cart-name h2 {
        font-size: 21px;
    }
}
article.cart > .row .cart-content strong span {
    font-weight: 500; }
article.cart > .row .cart-content .cart-price {
    padding-left: 20px; }
@media screen and (min-width: 1600px) {
    article.cart > .row .cart-content .cart-price {
        padding-left: 5px;
    }
}
@media screen and (max-width: 990px) {
    article.cart > .row .cart-content .cart-price {
        padding-left: 10px;
    }
}
@media screen and (max-width: 576px) {
    article.cart > .row .cart-content .cart-price {
        padding-left: 0;
    }
}
article.cart > .row .cart-content .close {
    top: -2px;
    right: 95px;
    opacity: .9;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
article.cart > .row .cart-content .close::before, article.cart > .row .cart-content .close::after {
    height: 11px;
    background-color: #f24966; }
@media screen and (max-width: 1600px) {
    article.cart > .row .cart-content .close {
        right: 35px;
    }
}
@media screen and (max-width: 1200px) {
    article.cart > .row .cart-content .close {
        right: 10px;
    }
}
@media screen and (max-width: 990px) {
    article.cart > .row .cart-content .close {
        right: 20px;
    }
}
@media screen and (max-width: 576px) {
    article.cart > .row .cart-content .close {
        right: 0;
    }
}
.cart-form {
    margin-top: 20px;
    margin-bottom: 80px; }
@media screen and (min-width: 1600px) {
    .cart-form form > div:last-child {
        padding-right: 160px;
    }
}
.cart-form form .form-group > div {
    padding-right: 0; }
@media screen and (max-width: 990px) {
    .cart-form form .form-group > div {
        padding-right: 15px;
    }
}
.cart-form form label {
    font-weight: 700;
    margin: 25px 0; }
@media screen and (max-width: 576px) {
    .cart-form form label {
        margin: 15px 0;
    }
}
@media screen and (max-width: 576px) {
    .cart-form form select {
        margin-bottom: 0;
    }
}
.cart-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 120px; }
.cart-bottom .read-more-btn::before {
    -webkit-transform: rotate(180deg) scale(0.7);
    -ms-transform: rotate(180deg) scale(0.7);
    transform: rotate(180deg) scale(0.7); }
.cart-bottom-confirm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media screen and (min-width: 1600px) {
    .cart-bottom-confirm {
        padding-right: 160px;
    }
}
.cart-bottom-confirm strong span {
    font-weight: 600; }
.cart-bottom-confirm button {
    position: relative;
    left: 15px;
    margin-left: 10px; }
@media screen and (max-width: 990px) {
    .cart-bottom-confirm button {
        left: 0;
    }
}
.cart-bottom-confirm button.btn-success {
    font-weight: 600;
    padding: 12px 35px; }
.cart-bottom-confirm button.btn-success::before {
    content: none; }
/* modal */
.modal {
    padding-right: 0 !important;
    padding: 45px 0; }
.modal .modal-content {
    border: none;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px 30px 30px; }
@media screen and (max-width: 990px) {
    .modal .modal-content {
        padding: 15px 0;
    }
}
@media screen and (max-width: 990px) {
    .modal .modal-body {
        padding: 0 15px;
    }
}
.modal .modal-body input.form-control {
    height: 43px;
    border: none; }
.modal .modal-body textarea.form-control {
    height: auto;
    border: none; }
.modal .modal-header {
    position: relative;
    border: none; }
.modal .modal-footer {
    border: none; }
.close {
    position: absolute;
    right: 25px;
    top: 5px;
    width: 24px;
    height: 24px;
    opacity: 0.3;
    padding: 0;
    margin: 0;
    cursor: pointer; }
.close:hover {
    opacity: 1; }
.close::before, .close::after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333; }
.close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
/* footer */
footer {
    margin: 65px auto 40px; }
footer h4 {
    margin-bottom: 18px; }
@media screen and (max-width: 990px) {
    footer h4 {
        margin-top: 30px;
        margin-bottom: 15px;
    }
}
footer ul {
    list-style-type: none;
    padding: 0;
    line-height: 2.3; }
footer ul a {
    color: inherit; }
footer ul a:hover {
    color: inherit; }
footer .foo-left .foo-logo {
    margin-bottom: 55px; }
@media screen and (max-width: 990px) {
    footer .foo-left .foo-logo {
        margin-bottom: 35px;
    }
}
footer .foo-center {
    margin-top: 30px; }
footer .foo-center ul {
    line-height: 3; }
@media screen and (max-width: 990px) {
    footer .foo-center ul {
        line-height: 2.3;
    }
}
footer .foo-right {
    margin-top: 38px;
    line-height: 2.1; }
@media screen and (min-width: 1599px) {
    footer .foo-right {
        padding-left: 40px;
    }
}
@media screen and (max-width: 990px) {
    footer .foo-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (max-width: 990px) {
    footer .foo-right {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
footer .foo-right strong a {
    color: #000; }
@media screen and (max-width: 990px) {
    footer .foo-right small {
        font-size: 90%;
    }
}
footer .foo-right .btn-primary {
    margin: 30px 0; }
@media screen and (max-width: 990px) {
    footer .foo-right .btn-primary {
        margin: 0;
    }
}
@media screen and (max-width: 990px) {
    footer .foo-right .btn-primary {
        margin-top: 10px;
    }
}
/* copyright */
.copyright {
    margin: 35px 0; }
.copyright > div:last-child {
    text-align: end; }
@media screen and (max-width: 990px) {
    .copyright > div:last-child {
        text-align: start;
        margin-top: 10px;
    }
}
@media screen and (max-width: 576px) {
    .copyright {
        padding: 0 15px;
    }
}
/* ## End Default styles
 @mixin ===================*/


/* ## Fancybox
 ===================*/


.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.fancybox-opened {
    z-index: 8030
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}
.fancybox-outer,
.fancybox-inner {
    position: relative
}
.fancybox-inner {
    overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(../img/fancybox/fancybox_sprite.png)
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox/fancybox_loading.gif) center center no-repeat
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../img/fancybox/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}
.fancybox-prev {
    left: 0
}
.fancybox-next {
    right: 0
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}
.fancybox-nav:hover span {
    visibility: visible
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}
.fancybox-lock {
    overflow: visible!important;
    width: auto
}
.fancybox-lock body {
    overflow: hidden!important
}
.fancybox-lock-test {
    overflow-y: hidden!important
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/fancybox/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}
.fancybox-opened .fancybox-title {
    visibility: visible
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}
.fancybox-title-inside-wrap {
    padding-top: 10px
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(../img/fancybox/fancybox_sprite@2x.png);
        -moz-background-size: 44px 152px;
        -o-background-size: 44px 152px;
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(../img/fancybox/fancybox_loading@2x.gif);
        -moz-background-size: 24px 24px;
        -o-background-size: 24px 24px;
        background-size: 24px 24px
    }
}
/* ## End Fancybox
 ===================*/

input.error {
    background-color: rgba(238, 33, 33, 0.24); }
.slick-slide{
    outline: none;
    max-height: 500px;
    overflow: hidden; }
.portfolio-images .slick-track,
.portfolio-thumbnails .slick-track,
.card-image-product .slick-track{
    display: flex; }
.portfolio-thumbnails .slick-track{
    margin: 0 -10px; }
.portfolio-thumbnails .slick-slide{
    padding: 0 10px;
	cursor: pointer; }
.draggable {
	height: auto!important; }
.captcha_wrap {
    position: relative;
    top: 10px;
	margin-right: 10px; }
.alert-danger {
	color: #f24966; }
.alert-success {
	color: #0db286; }
#content {
	padding: 30px 15px; }
#content h1 {
	margin-bottom: 30px; }
.nice-select .list {
	z-index: -1; }
.nice-select.open .list {
	z-index: 999; }
.catalog-product {
	z-index: 2
}

#error-not-found {
	padding: 50px 0;
}

.main-page article {
    position: relative;
    margin-bottom: 20px;
    height: 480px;
    overflow-y: scroll;
}

.main-page article::-webkit-scrollbar {
	width: 6px;
}

.main-page article::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.main-page article::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(0, 86, 152, 1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.main-page article::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 86, 152, 0.6);
}

.languages {
    margin-top: 15px;
}

@media screen and (max-width: 990px) {
    .languages {
        margin: 10px 12px;
    }
}

.phone .dropdown-menu.show {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	left: -25px !important;
}

@media screen and (max-width: 991px) {
	.cart {
		position: relative;
		left: 45px;
	}
	.cart .d-inline-block {
		display: none !important;
	}
}

.shop-h1 {
	font-size: 22px;
    margin: 10px 0;
}

@media screen and (max-width: 767px) {
    .shop-h1 {
        margin: 10px 15px;
    }
}

.catalog .catalog-information {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 20px 12px;
    margin: 15px -15px 15px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.catalog .catalog-information h4 a {
    color: inherit;
}

.es-review-content-text {
	font-size: 14px;
}

.dlemxP {
	font-size: 14px !important;
}