@charset "UTF-8";

/*!
 * Apollo CSS v1.3.3
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

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

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

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

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    box-sizing: border-box;
}

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

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

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

body {
    /*font-family: "Proxima Nova", Arial, sans-serif;*/
    /* KID-1244 */
    font-family: Arial, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
}

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

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

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

abbr[title],
abbr[data-original-title] {
    cursor: help;
}

address {
    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: 600;
}

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

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #297dfd;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #1f5ebe;
    text-decoration: underline;
}

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

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

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #999999;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

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

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

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

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

textarea {
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

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

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

@media (min-width: 576px) {
    .container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1180px;
        max-width: 100%;
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

@media (min-width: 576px) {
    .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.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-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-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-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-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-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

@media (min-width: 576px) {

    .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-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-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-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-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-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media (min-width: 768px) {

    .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-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-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-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-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-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media (min-width: 992px) {

    .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-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-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-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-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-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media (min-width: 1200px) {

    .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-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-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-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-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-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
    right: auto;
}

.pull-1 {
    right: 8.33333%;
}

.pull-2 {
    right: 16.66667%;
}

.pull-3 {
    right: 25%;
}

.pull-4 {
    right: 33.33333%;
}

.pull-5 {
    right: 41.66667%;
}

.pull-6 {
    right: 50%;
}

.pull-7 {
    right: 58.33333%;
}

.pull-8 {
    right: 66.66667%;
}

.pull-9 {
    right: 75%;
}

.pull-10 {
    right: 83.33333%;
}

.pull-11 {
    right: 91.66667%;
}

.pull-12 {
    right: 100%;
}

.push-0 {
    left: auto;
}

.push-1 {
    left: 8.33333%;
}

.push-2 {
    left: 16.66667%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.33333%;
}

.push-5 {
    left: 41.66667%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.33333%;
}

.push-8 {
    left: 66.66667%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.33333%;
}

.push-11 {
    left: 91.66667%;
}

.push-12 {
    left: 100%;
}

.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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.33333%;
    }

    .pull-sm-2 {
        right: 16.66667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.33333%;
    }

    .pull-sm-5 {
        right: 41.66667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.33333%;
    }

    .pull-sm-8 {
        right: 66.66667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.33333%;
    }

    .pull-sm-11 {
        right: 91.66667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.33333%;
    }

    .push-sm-2 {
        left: 16.66667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.33333%;
    }

    .push-sm-5 {
        left: 41.66667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.33333%;
    }

    .push-sm-8 {
        left: 66.66667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.33333%;
    }

    .push-sm-11 {
        left: 91.66667%;
    }

    .push-sm-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.33333%;
    }

    .pull-md-2 {
        right: 16.66667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.33333%;
    }

    .pull-md-5 {
        right: 41.66667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.33333%;
    }

    .pull-md-8 {
        right: 66.66667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.33333%;
    }

    .pull-md-11 {
        right: 91.66667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.33333%;
    }

    .push-md-2 {
        left: 16.66667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.33333%;
    }

    .push-md-5 {
        left: 41.66667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.33333%;
    }

    .push-md-8 {
        left: 66.66667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.33333%;
    }

    .push-md-11 {
        left: 91.66667%;
    }

    .push-md-12 {
        left: 100%;
    }

    .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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.33333%;
    }

    .pull-lg-2 {
        right: 16.66667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.33333%;
    }

    .pull-lg-5 {
        right: 41.66667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.33333%;
    }

    .pull-lg-8 {
        right: 66.66667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.33333%;
    }

    .pull-lg-11 {
        right: 91.66667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.33333%;
    }

    .push-lg-2 {
        left: 16.66667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.33333%;
    }

    .push-lg-5 {
        left: 41.66667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.33333%;
    }

    .push-lg-8 {
        left: 66.66667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.33333%;
    }

    .push-lg-11 {
        left: 91.66667%;
    }

    .push-lg-12 {
        left: 100%;
    }

    .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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.33333%;
    }

    .pull-xl-2 {
        right: 16.66667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.33333%;
    }

    .pull-xl-5 {
        right: 41.66667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.33333%;
    }

    .pull-xl-8 {
        right: 66.66667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.33333%;
    }

    .pull-xl-11 {
        right: 91.66667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.33333%;
    }

    .push-xl-2 {
        left: 16.66667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.33333%;
    }

    .push-xl-5 {
        left: 41.66667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.33333%;
    }

    .push-xl-8 {
        left: 66.66667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.33333%;
    }

    .push-xl-11 {
        left: 91.66667%;
    }

    .push-xl-12 {
        left: 100%;
    }

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

.col-xs-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-xs-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-xs-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-xs-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-xs-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.offset-xs-0 {
    margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.pull-xs-0 {
    right: auto;
}

.pull-xs-1 {
    right: 8.33333%;
}

.pull-xs-2 {
    right: 16.66667%;
}

.pull-xs-3 {
    right: 25%;
}

.pull-xs-4 {
    right: 33.33333%;
}

.pull-xs-5 {
    right: 41.66667%;
}

.pull-xs-6 {
    right: 50%;
}

.pull-xs-7 {
    right: 58.33333%;
}

.pull-xs-8 {
    right: 66.66667%;
}

.pull-xs-9 {
    right: 75%;
}

.pull-xs-10 {
    right: 83.33333%;
}

.pull-xs-11 {
    right: 91.66667%;
}

.pull-xs-12 {
    right: 100%;
}

.push-xs-0 {
    left: auto;
}

.push-xs-1 {
    left: 8.33333%;
}

.push-xs-2 {
    left: 16.66667%;
}

.push-xs-3 {
    left: 25%;
}

.push-xs-4 {
    left: 33.33333%;
}

.push-xs-5 {
    left: 41.66667%;
}

.push-xs-6 {
    left: 50%;
}

.push-xs-7 {
    left: 58.33333%;
}

.push-xs-8 {
    left: 66.66667%;
}

.push-xs-9 {
    left: 75%;
}

.push-xs-10 {
    left: 83.33333%;
}

.push-xs-11 {
    left: 91.66667%;
}

.push-xs-12 {
    left: 100%;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-light.eot");
    src: url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-light.eot?#iefix") format("embedded-opentype"), url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-light.woff") format("woff"), url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-regular.eot");
    src: url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-regular.eot?#iefix") format("embedded-opentype"), url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-regular.woff") format("woff"), url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-regularitalic.eot");
    src: url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-regularitalic.eot?#iefix") format("embedded-opentype"), url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-regularitalic.woff") format("woff"), url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-regularitalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-semibold.eot");
    src: url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-semibold.eot?#iefix") format("embedded-opentype"), url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-semibold.woff") format("woff"), url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-semibolditalic.eot");
    src: url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-semibolditalic.eot?#iefix") format("embedded-opentype"), url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-semibolditalic.woff") format("woff"), url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-semibolditalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-bold.eot");
    src: url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-bold.eot?#iefix") format("embedded-opentype"), url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-bold.woff") format("woff"), url("//cdn.ims.io/design/font/0.5/proxima-nova/proximanova-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "apollo-icons";
    src: url("//cdn.ims.io/design/icon-font/2.0/apollo-icons.eot");
    src: url("//cdn.ims.io/design/icon-font/2.0/apollo-icons.eot?#iefix") format("embedded-opentype"), url("//cdn.ims.io/design/icon-font/2.0/apollo-icons.woff") format("woff"), url("//cdn.ims.io/design/icon-font/2.0/apollo-icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.icon,
.close,
.dropdown-toggle::after,
.dropdown-submenu .dropdown-submenu-toggle::after,
.breadcrumb>li+li::before,
.accordion-title::before,
.carousel-control-prev .icon-prev,
.carousel-control-prev .icon-next,
.carousel-control-next .icon-prev,
.carousel-control-next .icon-next,
.carousel-control.left .icon-prev,
.carousel-control.left .icon-next,
.carousel-control.right .icon-prev,
.carousel-control.right .icon-next,
.search::before,
.empty-space-icon,
.pager-prev::before,
.pager-next::after {
    display: inline-block;
    font-family: "apollo-icons";
    font-size: inherit;
    vertical-align: initial;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-account::before {
    content: "";
}

.icon-airplane::before {
    content: "";
}

.icon-alert-circle::before {
    content: "";
}

.icon-align-center::before {
    content: "";
}

.icon-align-justified::before {
    content: "";
}

.icon-align-left::before {
    content: "";
}

.icon-align-right::before {
    content: "";
}

.icon-animal-health::before {
    content: "";
}

.icon-annotation::before {
    content: "";
}

.icon-archive::before {
    content: "";
}

.icon-arrow-down::before {
    content: "";
}

.icon-arrow-left::before {
    content: "";
}

.icon-arrow-right::before {
    content: "";
}

.icon-arrow-up::before {
    content: "";
}

.icon-backspace::before {
    content: "";
}

.icon-bed::before {
    content: "";
}

.icon-blank::before {
    content: "";
}

.icon-book::before {
    content: "";
}

.icon-border-all::before {
    content: "";
}

.icon-border::before {
    content: "";
}

.icon-boxes::before {
    content: "";
}

.icon-building-hospital::before {
    content: "";
}

.icon-building-office::before {
    content: "";
}

.icon-building::before {
    content: "";
}

.icon-calendar-add::before {
    content: "";
}

.icon-calendar-check::before {
    content: "";
}

.icon-calendar::before {
    content: "";
}

.icon-camera::before {
    content: "";
}

.icon-campaign-all::before {
    content: "";
}

.icon-campaign-monitor::before {
    content: "";
}

.icon-campaign-multiple::before {
    content: "";
}

.icon-campaign-target::before {
    content: "";
}

.icon-campaign-wave::before {
    content: "";
}

.icon-campaign::before {
    content: "";
}

.icon-car-add::before {
    content: "";
}

.icon-car-wash::before {
    content: "";
}

.icon-car::before {
    content: "";
}

.icon-cart::before {
    content: "";
}

.icon-cell-insert::before {
    content: "";
}

.icon-cell-merge::before {
    content: "";
}

.icon-cell-split::before {
    content: "";
}

.icon-chart-bar::before {
    content: "";
}

.icon-chart-line::before {
    content: "";
}

.icon-chart-pie::before {
    content: "";
}

.icon-chat-medical::before {
    content: "";
}

.icon-chat-reply::before {
    content: "";
}

.icon-chat::before {
    content: "";
}

.icon-check-circle::before {
    content: "";
}

.icon-check-solid::before {
    content: "";
}

.icon-check::before {
    content: "";
}

.icon-chevron-down::before {
    content: "";
}

.icon-chevron-left::before {
    content: "";
}

.icon-chevron-right::before {
    content: "";
}

.icon-chevron-up::before {
    content: "";
}

.icon-chevrons-horizontal::before {
    content: "";
}

.icon-chevrons-vertical::before {
    content: "";
}

.icon-circle-solid::before {
    content: "";
}

.icon-circle::before {
    content: "";
}

.icon-clipboard::before {
    content: "";
}

.icon-clock::before {
    content: "";
}

.icon-close-circle::before {
    content: "";
}

.icon-close-solid::before {
    content: "";
}

.icon-close::before {
    content: "";
}

.icon-cloud-download::before {
    content: "";
}

.icon-cloud-sync::before {
    content: "";
}

.icon-cloud-upload::before {
    content: "";
}

.icon-collapse::before {
    content: "";
}

.icon-color-fill::before {
    content: "";
}

.icon-compare::before {
    content: "";
}

.icon-computer::before {
    content: "";
}

.icon-contact-add::before {
    content: "";
}

.icon-contact::before {
    content: "";
}

.icon-continue-circle::before {
    content: "";
}

.icon-copy::before {
    content: "";
}

.icon-corporate-finance::before {
    content: "";
}

.icon-credit-card::before {
    content: "";
}

.icon-crosshairs::before {
    content: "";
}

.icon-cut::before {
    content: "";
}

.icon-database-settings::before {
    content: "";
}

.icon-database::before {
    content: "";
}

.icon-dining::before {
    content: "";
}

.icon-disabled::before {
    content: "";
}

.icon-doctor::before {
    content: "";
}

.icon-document::before {
    content: "";
}

.icon-drag::before {
    content: "";
}

.icon-dropdown::before {
    content: "";
}

.icon-edit::before {
    content: "";
}

.icon-ellipsis-circle::before {
    content: "";
}

.icon-email-template::before {
    content: "";
}

.icon-envelope-open::before {
    content: "";
}

.icon-envelope::before {
    content: "";
}

.icon-expand::before {
    content: "";
}

.icon-export::before {
    content: "";
}

.icon-face-happy::before {
    content: "";
}

.icon-face-neutral::before {
    content: "";
}

.icon-face-sad::before {
    content: "";
}

.icon-facebook::before {
    content: "";
}

.icon-factory::before {
    content: "";
}

.icon-fax::before {
    content: "";
}

.icon-file-code::before {
    content: "";
}

.icon-file-csv::before {
    content: "";
}

.icon-file-excel::before {
    content: "";
}

.icon-file-executable::before {
    content: "";
}

.icon-file-pdf::before {
    content: "";
}

.icon-file-powerpoint::before {
    content: "";
}

.icon-file-script::before {
    content: "";
}

.icon-file-star::before {
    content: "";
}

.icon-file-text::before {
    content: "";
}

.icon-file-video::before {
    content: "";
}

.icon-file-word::before {
    content: "";
}

.icon-file-zip::before {
    content: "";
}

.icon-filter::before {
    content: "";
}

.icon-folder-alert::before {
    content: "";
}

.icon-folder::before {
    content: "";
}

.icon-form::before {
    content: "";
}

.icon-gauge-full::before {
    content: "";
}

.icon-gauge-half::before {
    content: "";
}

.icon-globe::before {
    content: "";
}

.icon-grid-solid::before {
    content: "";
}

.icon-grid::before {
    content: "";
}

.icon-group-add::before {
    content: "";
}

.icon-group-business::before {
    content: "";
}

.icon-group::before {
    content: "";
}

.icon-hand-truck::before {
    content: "";
}

.icon-handshake::before {
    content: "";
}

.icon-help-circle::before {
    content: "";
}

.icon-hierarchy::before {
    content: "";
}

.icon-home-alt::before {
    content: "";
}

.icon-home::before {
    content: "";
}

.icon-image::before {
    content: "";
}

.icon-import::before {
    content: "";
}

.icon-indent::before {
    content: "";
}

.icon-information-circle::before {
    content: "";
}

.icon-insert-column::before {
    content: "";
}

.icon-insert-placeholder::before {
    content: "";
}

.icon-insert-row::before {
    content: "";
}

.icon-internet::before {
    content: "";
}

.icon-journey-activity-monitor::before {
    content: "";
}

.icon-journey-filter::before {
    content: "";
}

.icon-journey-filters-shared::before {
    content: "";
}

.icon-journey::before {
    content: "";
}

.icon-key::before {
    content: "";
}

.icon-landing-page::before {
    content: "";
}

.icon-left-to-right::before {
    content: "";
}

.icon-lesson::before {
    content: "";
}

.icon-link::before {
    content: "";
}

.icon-linkedin::before {
    content: "";
}

.icon-list-bulleted::before {
    content: "";
}

.icon-list-ordered::before {
    content: "";
}

.icon-load::before {
    content: "";
}

.icon-loading::before {
    content: "";
}

.icon-location-solid::before {
    content: "";
}

.icon-location::before {
    content: "";
}

.icon-lock::before {
    content: "";
}

.icon-mailbox::before {
    content: "";
}

.icon-map::before {
    content: "";
}

.icon-menu::before {
    content: "";
}

.icon-merge::before {
    content: "";
}

.icon-message-alert::before {
    content: "";
}

.icon-message-reply::before {
    content: "";
}

.icon-message-user::before {
    content: "";
}

.icon-message-yammer::before {
    content: "";
}

.icon-message::before {
    content: "";
}

.icon-microphone::before {
    content: "";
}

.icon-minus-circle::before {
    content: "";
}

.icon-minus-solid::before {
    content: "";
}

.icon-minus::before {
    content: "";
}

.icon-moon::before {
    content: "";
}

.icon-network::before {
    content: "";
}

.icon-news::before {
    content: "";
}

.icon-notification-settings::before {
    content: "";
}

.icon-notification::before {
    content: "";
}

.icon-order-descending::before {
    content: "";
}

.icon-outdent::before {
    content: "";
}

.icon-page-template::before {
    content: "";
}

.icon-pager::before {
    content: "";
}

.icon-paste::before {
    content: "";
}

.icon-pause-circle::before {
    content: "";
}

.icon-pharmacy-chain::before {
    content: "";
}

.icon-pharmacy::before {
    content: "";
}

.icon-phone-home::before {
    content: "";
}

.icon-phone-mobile::before {
    content: "";
}

.icon-phone::before {
    content: "";
}

.icon-pill::before {
    content: "";
}

.icon-plus-circle::before {
    content: "";
}

.icon-plus-solid::before {
    content: "";
}

.icon-plus::before {
    content: "";
}

.icon-presentation::before {
    content: "";
}

.icon-print::before {
    content: "";
}

.icon-profile-reload::before {
    content: "";
}

.icon-profile::before {
    content: "";
}

.icon-progress::before {
    content: "";
}

.icon-project-plan::before {
    content: "";
}

.icon-queue-settings::before {
    content: "";
}

.icon-queue::before {
    content: "";
}

.icon-receipt::before {
    content: "";
}

.icon-recording::before {
    content: "";
}

.icon-redo::before {
    content: "";
}

.icon-reload::before {
    content: "";
}

.icon-report-check::before {
    content: "";
}

.icon-report::before {
    content: "";
}

.icon-reports::before {
    content: "";
}

.icon-right-to-left::before {
    content: "";
}

.icon-route::before {
    content: "";
}

.icon-save::before {
    content: "";
}

.icon-screen::before {
    content: "";
}

.icon-search::before {
    content: "";
}

.icon-settings::before {
    content: "";
}

.icon-share::before {
    content: "";
}

.icon-shipping::before {
    content: "";
}

.icon-sidebar-expand::before {
    content: "";
}

.icon-signature::before {
    content: "";
}

.icon-signup::before {
    content: "";
}

.icon-slides::before {
    content: "";
}

.icon-special-character::before {
    content: "";
}

.icon-spellcheck::before {
    content: "";
}

.icon-split::before {
    content: "";
}

.icon-square-solid::before {
    content: "";
}

.icon-square::before {
    content: "";
}

.icon-star-solid::before {
    content: "";
}

.icon-star::before {
    content: "";
}

.icon-start-circle::before {
    content: "";
}

.icon-status::before {
    content: "";
}

.icon-stethoscope::before {
    content: "";
}

.icon-stop-circle::before {
    content: "";
}

.icon-stop-solid::before {
    content: "";
}

.icon-stop::before {
    content: "";
}

.icon-stopwatch::before {
    content: "";
}

.icon-store-check::before {
    content: "";
}

.icon-survey-monitor::before {
    content: "";
}

.icon-survey::before {
    content: "";
}

.icon-sync::before {
    content: "";
}

.icon-tablet::before {
    content: "";
}

.icon-tag::before {
    content: "";
}

.icon-target::before {
    content: "";
}

.icon-taxi::before {
    content: "";
}

.icon-temperature::before {
    content: "";
}

.icon-text-bold::before {
    content: "";
}

.icon-text-highlight::before {
    content: "";
}

.icon-text-italic::before {
    content: "";
}

.icon-text-larger::before {
    content: "";
}

.icon-text-remove-formatting::before {
    content: "";
}

.icon-text-smaller::before {
    content: "";
}

.icon-text-strikethrough::before {
    content: "";
}

.icon-text-subscript::before {
    content: "";
}

.icon-text-superscript::before {
    content: "";
}

.icon-text-underline::before {
    content: "";
}

.icon-thumbs-down::before {
    content: "";
}

.icon-thumbs-up::before {
    content: "";
}

.icon-ticket::before {
    content: "";
}

.icon-to-do::before {
    content: "";
}

.icon-tool::before {
    content: "";
}

.icon-train::before {
    content: "";
}

.icon-trash::before {
    content: "";
}

.icon-trend::before {
    content: "";
}

.icon-trophy::before {
    content: "";
}

.icon-twitter::before {
    content: "";
}

.icon-undo::before {
    content: "";
}

.icon-user-add::before {
    content: "";
}

.icon-user-assign::before {
    content: "";
}

.icon-user-business::before {
    content: "";
}

.icon-user-check::before {
    content: "";
}

.icon-user-history::before {
    content: "";
}

.icon-user-message::before {
    content: "";
}

.icon-user-review::before {
    content: "";
}

.icon-user-star::before {
    content: "";
}

.icon-user::before {
    content: "";
}

.icon-vault::before {
    content: "";
}

.icon-veterinarian::before {
    content: "";
}

.icon-video::before {
    content: "";
}

.icon-view::before {
    content: "";
}

.icon-yammer::before {
    content: "";
}

.icon-youtube::before {
    content: "";
}

.close {
    background: none;
    border: 0;
}

.close::before {
    content: "";
}

.pad-all {
    padding: 1rem;
}

.pad-top,
.pad-y {
    padding-top: 1rem;
}

.pad-right,
.pad-x {
    padding-right: 1rem;
}

.pad-bottom,
.pad-y {
    padding-bottom: 1rem;
}

.pad-left,
.pad-x {
    padding-left: 1rem;
}

[data-target],
[data-toggle],
[data-dismiss] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.modal-title,
.billboard-title,
.login-brand-name,
.h2,
.card-title,
.empty-space-title,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
}

h1,
.h1,
.modal-title,
.billboard-title,
.login-brand-name {
    font-size: 2.25rem;
}

h2,
.h2,
.card-title,
.empty-space-title {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 0.0625rem solid rgba(51, 51, 51, 0.15);
}

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

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.17188rem;
    border-left: 0.25rem solid #d9d9d9;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #999999;
}

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

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #d9d9d9;
    border-left: 0;
}

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

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

html {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.heading-hero,
h1,
.h1,
.modal-title,
.billboard-title,
.login-brand-name {
    font-weight: 300;
}

.heading-hero {
    font-size: 3.75rem;
}

td>dl {
    margin-bottom: 0;
}

dt {
    color: #999999;
}

dd {
    margin-bottom: 1rem;
}

dd:last-of-type {
    margin-bottom: 0;
}

.dl-horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

@media (min-width: 576px) {
    .dl-horizontal {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media (min-width: 768px) {
    .dl-horizontal {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media (min-width: 992px) {
    .dl-horizontal {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media (min-width: 1200px) {
    .dl-horizontal {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.img-fluid,
.carousel-item>img,
.carousel-item>a>img {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #636c72;
}

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

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

.bg-primary .btn-primary,
.bg-primary .btn-primary:hover,
.bg-primary .btn-primary:active,
.bg-primary .btn-secondary,
.bg-primary .carousel-dark .btn-primary,
.carousel-dark .bg-primary .btn-primary,
.bg-primary .btn-secondary:hover,
.bg-primary .carousel-dark .btn-primary:hover,
.carousel-dark .bg-primary .btn-primary:hover,
.bg-primary .btn-secondary:active,
.bg-primary .carousel-dark .btn-primary:active,
.carousel-dark .bg-primary .btn-primary:active,
.bg-gray-dark .btn-primary,
.bg-gray-dark .btn-primary:hover,
.bg-gray-dark .btn-primary:active,
.bg-gray-dark .btn-secondary,
.bg-gray-dark .carousel-dark .btn-primary,
.carousel-dark .bg-gray-dark .btn-primary,
.bg-gray-dark .btn-secondary:hover,
.bg-gray-dark .carousel-dark .btn-primary:hover,
.carousel-dark .bg-gray-dark .btn-primary:hover,
.bg-gray-dark .btn-secondary:active,
.bg-gray-dark .carousel-dark .btn-primary:active,
.carousel-dark .bg-gray-dark .btn-primary:active {
    border-color: transparent;
}

.bg-gray-dark {
    background-color: #333333;
    color: #fff;
}

.bg-gray-dark2 {
    background-color: #232427 !important;
    color: #fff;
}

.bg-primary {
    background-color: #297dfd;
    color: #fff;
}

.bg-primary .btn-secondary,
.bg-primary .carousel-dark .btn-primary,
.carousel-dark .bg-primary .btn-primary,
.bg-primary .btn-secondary:active,
.bg-primary .carousel-dark .btn-primary:active,
.carousel-dark .bg-primary .btn-primary:active,
.bg-primary .btn-secondary:visited,
.bg-primary .carousel-dark .btn-primary:visited,
.carousel-dark .bg-primary .btn-primary:visited {
    color: #297dfd;
}

.bg-primary .btn-secondary:hover,
.bg-primary .carousel-dark .btn-primary:hover,
.carousel-dark .bg-primary .btn-primary:hover {
    color: #1f5ebe;
}

.alert {
    position: relative;
    padding: 0.5rem 0.9375rem;
    margin-bottom: 1rem;
    font-size: 0.9375rem;
    /*font-weight: 600;*/
    text-align: center;
}

.alert .close {
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    margin-top: -0.75rem;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
}

.alert.alert-info {
    background-color: #297dfd;
    color: #fff;
}

.alert.alert-success {
    background-color: #43b649;
    color: #fff;
}

.alert.alert-warning {
    background-color: #fece34;
    color: #333333;
}

.alert.alert-danger {
    background-color: #ff1d00;
    color: #fff;
}

.btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0.71875rem 0.9375rem;
    border: 0.0625rem solid transparent;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
}

@media (min-width: 576px) {
    .btn+.btn {
        margin-left: 1.125rem;
    }
}

.btn.btn-block+.btn.btn-block {
    margin-top: 1rem;
    margin-left: 0;
}

@media (max-width: 575px) {
    .btn {
        margin-right: 0.9375rem;
    }
}

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

.btn:focus {
    outline: none;
}

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

.btn-primary {
    border-color: transparent;
    background-color: #297dfd;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:active,
.btn-primary.active {
    border-color: transparent;
    background-color: #1f5ebe;
    color: #fff;
}

.btn-primary:disabled,
.btn-primary.disabled {
    background-color: #f2f2f2;
    color: #b2b2b2;
}

.btn-secondary,
.carousel-dark .btn-primary {
    border-color: #999999;
    background-color: #ffffff;
}

.btn-secondary,
.carousel-dark .btn-primary,
.btn-secondary:hover,
.carousel-dark .btn-primary:hover,
.btn-secondary:focus,
.carousel-dark .btn-primary:focus {
    color: #666666;
}

.btn-secondary:hover,
.carousel-dark .btn-primary:hover,
.btn-secondary.hover,
.carousel-dark .hover.btn-primary,
.btn-secondary:active,
.carousel-dark .btn-primary:active,
.btn-secondary.active,
.carousel-dark .active.btn-primary {
    border-color: #297dfd;
    background-color: #ffffff;
    color: #297dfd;
}

.btn-secondary:disabled,
.carousel-dark .btn-primary:disabled,
.btn-secondary.disabled,
.carousel-dark .disabled.btn-primary {
    background-color: #fff;
    color: #999999;
    border-color: #ececec;
}

.btn-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    color: #297dfd;
}

.btn-link,
.btn-link:hover,
.btn-link:active {
    background: none;
    border-color: transparent;
}

.btn-link:hover,
.btn-link:active {
    color: #1f5ebe;
    background-color: #f2f2f2;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #999999;
}

.btn-lg {
    padding-top: 1.03125rem;
    padding-bottom: 1.03125rem;
}

.btn-sm {
    padding-top: 0.40625rem;
    padding-bottom: 0.40625rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-no-border {
    border-color: transparent;
}

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

.form-group::after {
    display: block;
    content: "";
    clear: both;
}

label {
    margin-bottom: .3rem;
}

.control-label {
    display: block;
    margin-bottom: .625rem;
    line-height: 1;
    color: #666666;
}

.control-label.disabled {
    color: #b2b2b2;
}

.control-label.optional::after {
    content: " (Optional)";
    color: #b2b2b2;
}

.form-control,
.search-input {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: 0.78125rem 0.625rem;
    color: #333333;
    line-height: 1;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    border: 0.0625rem solid #cccccc;
    background-color: #ffffff;
    transition: border 0.25s cubic-bezier(0, 0, 0.5, 1), background-color 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.form-control::-webkit-input-placeholder,
.search-input::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.search-input:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-control::placeholder,
.search-input::placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-control:focus,
.search-input:focus,
.form-control.focus,
.focus.search-input,
.form-control:active,
.search-input:active,
.form-control.active,
.active.search-input,
label:active+.form-control,
label:active+.search-input {
    border-color: #297dfd;
    outline: none;
}

.form-control:disabled,
.search-input:disabled,
.form-control.disabled,
.disabled.search-input {
    background-color: #f2f2f2;
    color: #b2b2b2;
    cursor: not-allowed;
}

.form-control:disabled:active,
.search-input:disabled:active,
.form-control:disabled.disabled,
.search-input:disabled.disabled,
.form-control.disabled:active,
.disabled.search-input:active,
.form-control.disabled.disabled,
.disabled.disabled.search-input {
    border-color: #cccccc;
}

.form-control.input-sm,
.sidebar .search-input,
.input-sm.search-input {
    height: 1.875rem;
    padding: 0.46875rem 0.625rem;
}

.form-control.input-lg,
.input-lg.search-input {
    height: 3.125rem;
    padding: 1.09375rem 1.25rem;
}

.form-control-valid {
    border-color: #43b649 !important;
}

.form-control-invalid {
    border-color: #ff1d00 !important;
}

select.form-control,
select.search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0.0625rem solid #cccccc;
    background: #ffffff url("/V2/img/apollo/chevron-down-gray-dark.svg") no-repeat right 0.625rem center;
    background-size: .85rem;
    border-radius: 0;
}

select.form-control,
select.search-input,
select.form-control::-webkit-input-placeholder,
select.search-input::-webkit-input-placeholder {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
}

select.form-control,
select.search-input,
select.form-control:-ms-input-placeholder,
select.search-input:-ms-input-placeholder {
    height: 2.5rem;
    /*padding-top: 0;*/
    /*padding-bottom: 0;*/
    padding: 6px !important;
}

select.form-control,
select.search-input,
select.form-control::placeholder,
select.search-input::placeholder {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
}

textarea.form-control,
textarea.search-input {
    height: auto;
    /*white-space: inherit;*/
    /*overflow: inherit;*/
}

.form-msg {
    padding-top: .25rem;
    margin-bottom: initial;
}

.has-info .form-control,
.has-info .search-input,
.has-info.form-control,
.has-info.search-input {
    border-color: #297dfd;
    border-width: 0.125rem;
}

.has-info .control-label,
.has-info.control-label,
.has-info .form-msg,
.has-info.form-msg {
    color: #297dfd;
}

.has-success .form-control,
.has-success .search-input,
.has-success.form-control,
.has-success.search-input {
    border-color: #43b649;
    border-width: 0.125rem;
}

.has-success .control-label,
.has-success.control-label,
.has-success .form-msg,
.has-success.form-msg {
    color: #43b649;
}

.has-warning .form-control,
.has-warning .search-input,
.has-warning.form-control,
.has-warning.search-input {
    border-color: #fece34;
    border-width: 0.125rem;
}

.has-warning .control-label,
.has-warning.control-label,
.has-warning .form-msg,
.has-warning.form-msg {
    color: #fece34;
}

.has-danger .form-control,
.has-danger .search-input,
.has-danger.form-control,
.has-danger.search-input {
    border-color: #ff1d00;
    border-width: 0.125rem;
}

.has-danger .control-label,
.has-danger.control-label,
.has-danger .form-msg,
.has-danger.form-msg {
    color: #ff1d00;
}

input[type='checkbox'],
input[type='radio'] {
    position: relative;
    top: .2rem;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .25rem;
    border: 0.0625rem solid #cccccc;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: box-shadow 0.25s cubic-bezier(0, 0, 0.5, 1);
}

input[type='checkbox']:hover,
input[type='checkbox']:hover+label,
input[type='radio']:hover,
input[type='radio']:hover+label {
    cursor: pointer;
}

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

input[type='checkbox']:disabled,
input[type='checkbox'].disabled,
input[type='radio']:disabled,
input[type='radio'].disabled {
    background-color: #f2f2f2;
}

input[type='checkbox']:disabled+label,
input[type='checkbox'].disabled+label,
input[type='radio']:disabled+label,
input[type='radio'].disabled+label {
    color: #b2b2b2;
}

input[type='checkbox']:focus,
input[type='radio']:focus {
    outline: 0.0625rem solid transparent;
}

input[type='checkbox'] {
    background-size: 100%;
}

/* Only IE11 */
@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    input[type='checkbox'].bg-warning {
        outline: 3px solid #fece34 !important;
    }
}

input[type='checkbox']:checked {
    background: #297dfd url("/V2/img/apollo/check-solid-water.svg") no-repeat center center;
    background-size: 100%;
    border: 0;
}

input[type='checkbox']:indeterminate {
    background: #297dfd url("/V2/img/apollo/indeterminate-solid-water.svg") no-repeat center center;
    background-size: 100%;
    border: 0;
}

.bg-dark input[type='checkbox']:checked,
.sidebar .accordion input[type='checkbox']:checked {
    background-image: url("/V2/img/apollo/check-solid-atmosphere.svg");
}

input[type='radio'] {
    border-radius: 50%;
    transition: background-color 0.25s cubic-bezier(0, 0, 0.5, 1);
}

input[type='radio']:checked {
    background-color: #297dfd;
    border-color: #297dfd;
    box-shadow: inset 0 0 0 0.15rem #fff;
}

.bg-dark input[type='radio']:checked,
.sidebar .accordion input[type='radio']:checked {
    background-color: #297dfd;
}

.toggle::after {
    display: block;
    content: "";
    clear: both;
}

.toggle input[type="radio"] {
    display: none;
}

.toggle input[type="radio"]+label {
    display: block;
    float: left;
    position: relative;
    z-index: 1;
    padding: 0.40625rem 0.625rem;
    margin-right: -0.0625rem;
    margin-bottom: -0.0625rem;
    border: 0.0625rem solid #297dfd;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
    -ms-flex: 1;
    flex: 1;
}

.toggle input[type="radio"]+label:hover {
    background-color: rgba(41, 125, 253, 0.1);
}

.toggle input[type="radio"]+label,
.bg-dark .toggle input[type="radio"]+label,
.sidebar .accordion .toggle input[type="radio"]+label {
    color: #297dfd;
}

.toggle input[type="radio"]+label:hover,
.toggle input[type="radio"]+label:active {
    z-index: 2;
}

.toggle input[type="radio"]+label:hover {
    z-index: 2;
}

.toggle input[type="radio"]+label:hover:active {
    color: #fff;
    background-color: #1f5ebe;
}

.toggle input[type="radio"]:checked+label {
    z-index: 2;
    color: #fff;
    background-color: #297dfd;
    border-color: transparent;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    background-color: transparent;
    border: 0.0625rem solid #d9d9d9;
}

.table th,
.table td {
    padding: 0.8125rem 0.9375rem;
    line-height: 1;
    vertical-align: middle;
}

.table tr {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

.table th {
    font-weight: 600;
}

.table thead {
    border-bottom: 0.0625rem solid #d9d9d9;
}

.table thead th {
    padding: 0.8125rem 0.9375rem;
    line-height: 1;
    color: #666666;
    background-color: #f2f2f2;
    vertical-align: bottom;
}

.table tbody tr {
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.table tbody tr:nth-of-type(even) {
    background-color: #f2f2f2;
}

.table tbody tr.table-info>td:first-child,
.table tbody tr.table-border-info>td:first-child {
    box-shadow: inset 0.625rem 0 0 -0.3125rem #297dfd;
}

.table tbody tr.table-info {
    background-color: rgba(41, 125, 253, 0.2);
}

.table tbody tr.table-success>td:first-child,
.table tbody tr.table-border-success>td:first-child {
    box-shadow: inset 0.625rem 0 0 -0.3125rem #43b649;
}

.table tbody tr.table-success {
    background-color: rgba(67, 182, 73, 0.2);
}

.table tbody tr.table-warning>td:first-child,
.table tbody tr.table-border-warning>td:first-child {
    box-shadow: inset 0.625rem 0 0 -0.3125rem #fece34;
}

.table tbody tr.table-warning {
    background-color: rgba(254, 206, 52, 0.2);
}

.table tbody tr.table-danger>td:first-child,
.table tbody tr.table-border-danger>td:first-child {
    box-shadow: inset 0.625rem 0 0 -0.3125rem #ff1d00;
}

.table tbody tr.table-danger {
    background-color: rgba(255, 29, 0, 0.2);
}

.table.table-sortable thead th {
    transition: background-color 0.25s cubic-bezier(0, 0, 0.5, 1);
    cursor: pointer;
}

.table.table-sortable thead th:hover,
.table.table-sortable thead th.table-sorted {
    background-color: #e5e5e5;
}

.table.table-sortable thead th.table-sorted {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333333;
}

.table.table-sortable thead th.table-sorted::after {
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-right: .3125rem solid transparent;
    border-left: .3125rem solid transparent;
}

.table.table-sortable thead th.table-sorted.table-sorted-ascend::after {
    border-bottom: 0.4375rem solid #333333;
}

.table.table-sortable thead th.table-sorted.table-sorted-descend::after {
    border-top: 0.4375rem solid #333333;
}

.table.table-hover tbody tr:hover,
.table tbody tr.table-active {
    background-color: rgba(41, 125, 253, 0.2);
    cursor: pointer;
}

.table tbody tr.table-active>td:first-child {
    box-shadow: inset 0.625rem 0 0 -0.3125rem #297dfd;
}

.table tbody+tbody {
    border-top: 0.125rem solid #d9d9d9;
}

.table .btn-link {
    margin-right: 0.625rem;
}

.table .btn-link+.btn-link {
    margin-left: 0;
}

.table .table-checkbox {
    width: 1.125rem;
}

.table.table-mobile {
    border-right: 0;
    border-left: 0;
}

.table.table-mobile tbody tr {
    background-color: transparent;
}

.table.table-mobile tbody tr+tr {
    border-top: 0.15625rem solid #297dfd;
}

.table-sm th,
.table-sm td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.dropdown-toggle {
    position: relative;
    padding: 0.625rem 0.9375rem;
    background: none;
    border: 0;
    color: #297dfd;
    outline: none;
}

.dropdown-toggle:hover {
    color: #1f5ebe;
}

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

.dropdown-toggle::after {
    margin-left: .125rem;
    content: "";
    vertical-align: bottom;
    transition: transform 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.dropdown.show .dropdown-toggle::after {
    transform: scaleY(-1);
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1060;
    min-width: 10.625rem;
    padding: 0;
    background: #fff;
    border: 0.0625rem solid #d9d9d9;
    box-shadow: 0 0.625rem 0.9375rem rgba(0, 0, 0, 0.15);
}

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

.dropdown-menu>li {
    list-style-type: none;
}

.dropdown-menu>li.separator {
    border-top: 0.0625rem solid #d9d9d9;
}

.dropdown-menu>li>a {
    display: block;
    padding: 0.625rem 0.9375rem;
    line-height: 1;
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.dropdown-menu>li>a:link,
.dropdown-menu>li>a:visited {
    color: #333333;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:active {
    background-color: #297dfd;
    color: #fff;
    text-decoration: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: auto;
}

.dropdown-submenu .dropdown-submenu-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dropdown-submenu .dropdown-submenu-toggle::after {
    content: "";
    padding-left: .5rem;
    margin-right: -.5rem;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: inline-block;
}

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

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

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent;
}

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

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-tabs {
    border-left: 0.0625rem solid #d9d9d9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-tabs .nav-link {
    display: block;
    padding: 0.5rem 1.25rem;
    border-width: 0.0625rem 0.0625rem 0 0;
    border-style: solid;
    border-color: #d9d9d9;
    border-left: 0;
    color: #666666;
    text-align: center;
}

.bg-dark .nav-tabs .nav-link,
.sidebar .accordion .nav-tabs .nav-link {
    color: #fff;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:active {
    color: #297dfd;
}

.bg-dark .nav-tabs .nav-link:hover,
.sidebar .accordion .nav-tabs .nav-link:hover,
.bg-dark .nav-tabs .nav-link:active,
.sidebar .accordion .nav-tabs .nav-link:active {
    color: #32b5fc;
}

.nav-tabs .nav-link.active {
    background-color: #fff;
    box-shadow: inset 0 0.3125rem 0 #297dfd;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:active,
.nav-tabs .nav-link.active:visited {
    color: #297dfd;
}

.bg-dark .nav-tabs .nav-link.active,
.sidebar .accordion .nav-tabs .nav-link.active,
.bg-dark .nav-tabs .nav-link.active:hover,
.sidebar .accordion .nav-tabs .nav-link.active:hover,
.bg-dark .nav-tabs .nav-link.active:active,
.sidebar .accordion .nav-tabs .nav-link.active:active,
.bg-dark .nav-tabs .nav-link.active:visited,
.sidebar .accordion .nav-tabs .nav-link.active:visited {
    color: #32b5fc;
}

.nav-tabs+.tab-content {
    padding: 1rem 1.25rem;
    border: 0.0625rem solid #d9d9d9;
}

@media (min-width: 576px) {
    .nav-tabs {
        margin-bottom: -0.0625rem;
    }
}

.nav-tabs.tab-justified .nav-item {
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 575px) {
    .nav-tabs .nav-item {
        -ms-flex: 1;
        flex: 1;
    }

    .nav-tabs .nav-link {
        text-align: center;
    }
}

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

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

.navbar {
    z-index: 1000;
    background-color: #297dfd;
}

.navbar a,
.navbar a:hover,
.navbar a:focus,
.navbar a:active {
    text-decoration: none;
    color: #fff;
}

.navbar.navbar-fixed-top {
    position: fixed;
    top: 0;
    z-index: 1030;
    width: 100%;
    box-shadow: 0 0.625rem 0.9375rem rgba(0, 0, 0, 0.15);
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 3.75rem;
}

@media (min-width: 576px) {

    .navbar>.container,
    .navbar>.container-fluid {
        height: 4.375rem;
    }
}

.navbar-brand {
    margin-right: 3rem;
    font-size: 1.125rem;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand-logo {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
}

.navbar-links {
    padding-left: 0;
    list-style: none;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.navbar-item,
.navbar-actions-item {
    position: relative;
}

.navbar-item>a,
.navbar-actions-item>a {
    display: block;
    padding: 1.625rem 1.5625rem;
    font-size: 1.125rem;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    transition: background-color 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.navbar-item:hover>a,
.navbar-actions-item:hover>a {
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-item.active>a,
.active.navbar-actions-item>a,
.navbar-item.dropdown.open>a,
.dropdown.open.navbar-actions-item>a {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-actions {
    padding-left: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.875rem;
    margin-bottom: 0;
}

.navbar-actions-item>a {
    position: relative;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.navbar-actions-item>a .badge {
    position: absolute;
    display: block;
    top: -0.3rem;
    right: 0.46875rem;
    width: 1.2rem;
    height: 1.2rem;
    padding-top: .34rem;
    font-size: .75rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}

.navbar-actions-item>a .badge.badge-info {
    color: #fff;
    background-color: #297dfd;
}

.navbar-actions-item>a .badge.badge-success {
    color: #fff;
    background-color: #43b649;
}

.navbar-actions-item>a .badge.badge-warning {
    color: #333333;
    background-color: #fece34;
}

.navbar-actions-item>a .badge.badge-danger {
    color: #fff;
    background-color: #ff1d00;
}

.navbar-profile {
    position: relative;
    margin-right: -0.9375rem;
    text-align: right;
    height: 100%;
    transition: background-color 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.navbar-profile:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-profile.open {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-profile .profile-credential,
.navbar-profile .profile-credential>a {
    color: #fff;
}

.navbar-profile .profile-username,
.navbar-profile .profile-credential {
    display: block;
    line-height: 1;
}

.navbar-profile .profile-username {
    color: #fff;
    font-size: 1.125rem;
    padding: 1.625rem 0.9375rem;
    margin-top: -.5rem;
    margin-bottom: -1.2rem;
}

.navbar-profile .profile-credential,
.navbar-profile .dropdown-menu>li>a {
    padding-right: 2.6875rem;
}

.navbar-profile .profile-credential {
    font-size: 0.875rem;
}

.navbar-profile .dropdown-menu {
    top: 4.375rem;
}

.navbar .dropdown-toggle::after {
    margin-left: .25rem;
}

.navbar .dropdown-menu {
    width: 100%;
    min-width: initial;
}

.navbar-environment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16.66667%;
    margin-right: -0.9375rem;
    margin-left: 0.9375rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {
    .margin-top-navbar {
        margin-top: 3.75rem;
    }
}

@media (min-width: 576px) {
    .margin-top-navbar {
        margin-top: 4.375rem;
    }
}

.command-bar {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    background-color: #f2f2f2;
}

.navbar-fixed-top .command-bar {
    z-index: 1000;
    box-shadow: 0 0.625rem 0.9375rem rgba(0, 0, 0, 0.15);
}

.command-bar.command-bar-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.command-bar-actions {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
}

.command-bar-actions>li {
    display: inline-block;
}

.command-bar-actions>li+li {
    margin-left: .625rem;
}

.command-bar-actions .icon,
.command-bar-actions .close {
    padding-right: .25rem;
}

.sidebar {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10.625rem;
    height: auto;
    padding: 1.25rem 0.9375rem;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #002c44;
}

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

.sidebar .search {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.sidebar .search::before {
    padding-top: .55rem;
    padding-left: .625rem;
    color: #d9d9d9;
    font-size: .6875rem;
}

.sidebar .form-control,
.sidebar .search-input,
.sidebar .search-input {
    color: #fff;
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.3);
}

.sidebar .search-input {
    padding-left: 1.75rem;
}

.sidebar .accordion {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    margin-bottom: 1.25rem;
}

.sidebar .accordion label {
    color: #fff;
}

.sidebar .accordion .form-group {
    margin-bottom: .625rem;
}

.sidebar .accordion-header {
    padding: 0.65625rem 1.8125rem 0.65625rem 0.9375rem;
}

.sidebar .accordion-title {
    font-size: 0.875rem;
}

.sidebar .accordion-block {
    padding: 0 0.9375rem;
}

.sidebar input[type='checkbox'],
.sidebar input[type='radio'] {
    width: .9375rem;
    height: .9375rem;
}

.sidebar input[type='checkbox']+label,
.sidebar input[type='radio']+label {
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.sidebar input[type='checkbox']:checked+label,
.sidebar input[type='checkbox']+label:hover,
.sidebar input[type='radio']:checked+label,
.sidebar input[type='radio']+label:hover {
    color: #32b5fc;
}

.sidebar.off-canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1030;
    width: 10.625rem;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.sidebar.off-canvas.open {
    box-shadow: 0 0.625rem 0.9375rem rgba(0, 0, 0, 0.15);
}

.sidebar.off-canvas.off-canvas-left {
    left: -10.625rem;
}

.sidebar.off-canvas.off-canvas-left.open {
    transform: translate3d(10.625rem, 0, 0);
}

.sidebar.off-canvas.off-canvas-right {
    right: -10.625rem;
}

.sidebar.off-canvas.off-canvas-right.open {
    transform: translate3d(-10.625rem, 0, 0);
}

.sidebar-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #b2b2b2;
}

.sidebar-link {
    display: block;
    padding: 0.65625rem 0.9375rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    line-height: 1;
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.sidebar-link,
.sidebar-link:active,
.sidebar-link:visited,
.sidebar-link:hover {
    color: #fff;
}

.sidebar-link:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.sidebar-link.active {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0.25rem 0 0 0 #32b5fc;
}

.sidebar-link.active,
.sidebar-link.active .icon,
.sidebar-link.active .close {
    color: #32b5fc;
}

.sidebar-sm {
    width: 4.375rem;
    padding-top: 0;
}

.sidebar-sm .sidebar-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    height: 5rem;
}

.sidebar-sm .sidebar-link.active {
    box-shadow: inset 0 -0.25rem 0 0 #32b5fc;
}

.sidebar-sm .icon,
.sidebar-sm .close,
.sidebar-sm .sidebar-title {
    display: block;
}

.sidebar-sm .icon,
.sidebar-sm .close {
    display: block;
    font-size: 1.125rem;
    margin-bottom: .3125rem;
}

.margin-left-sidebar {
    margin-left: 10.625rem;
}

.breadcrumb {
    padding-left: 0;
}

.breadcrumb>li {
    display: inline;
    list-style-type: none;
}

.breadcrumb>li>a {
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.breadcrumb>li>a,
.breadcrumb>li .dropdown-toggle,
.breadcrumb>li:last-of-type {
    display: inline-block;
    height: 1.5625rem;
    padding: 0.15625rem 0.3125rem;
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
}

.breadcrumb>li>a,
.breadcrumb>li .dropdown-toggle,
.breadcrumb>li+li::before {
    color: #999999;
}

.breadcrumb>li>a:hover,
.breadcrumb>li>a:focus,
.breadcrumb>li .dropdown-toggle:hover,
.breadcrumb>li .dropdown-toggle:focus {
    text-decoration: none;
}

.breadcrumb>li>a:hover,
.breadcrumb>li .dropdown-toggle:hover {
    color: #297dfd;
    background-color: #f2f2f2;
}

.breadcrumb>li+li::before {
    display: inline;
    padding-right: 0.3125rem;
    font-size: 0.875rem;
    content: "";
    vertical-align: text-top;
}

.breadcrumb .dropdown {
    display: inline-block;
    padding: 0;
}

.breadcrumb .dropdown .dropdown-toggle {
    font-weight: 600;
    letter-spacing: 0.125rem;
}

.breadcrumb .dropdown .dropdown-toggle,
.breadcrumb .dropdown .dropdown-toggle::after {
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
}

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

.breadcrumb .dropdown.open .dropdown-toggle {
    color: #1f5ebe;
}

.breadcrumb .dropdown.open .dropdown-toggle::after {
    background-color: rgba(41, 125, 253, 0.8);
    box-shadow: 0 0 0 0.5625rem rgba(41, 125, 253, 0.5);
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2rem;
}

.badge:empty {
    display: none;
}

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

.btn .badge.badge-contract {
    margin: -1em -1em;
    top: -5px;
    left: -3px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

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

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: #212529;
    background-color: #fece34;
}

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

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

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

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

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

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

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

.slider {
    position: relative;
    width: 100%;
    height: 0.1875rem;
    margin-top: 1.875rem;
    margin-bottom: 0.78125rem;
    background-color: #e5e5e5;
}

.slider-handle {
    position: relative;
}

.slider-handle::before {
    display: block;
    position: absolute;
    z-index: 10;
    width: 1.5625rem;
    height: 1.5625rem;
    margin-top: -0.78125rem;
    margin-left: -0.78125rem;
    background-color: #fff;
    border: 0.0625rem solid #cccccc;
    cursor: -webkit-grab;
    cursor: grab;
    content: '';
    box-shadow: 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.disabled .slider-handle::before {
    background-color: #f2f2f2;
    cursor: not-allowed;
    box-shadow: none;
}

.disabled .slider-handle::before:active {
    border: 0.0625rem solid #cccccc;
}

.slider-handle:hover::before {
    transform: scale(1.2);
}

.disabled .slider-handle:hover::before {
    transform: none;
}

.slider-handle:active .slider-value {
    color: #297dfd;
}

.slider-handle:active::before {
    background-color: #297dfd;
    border-color: transparent;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.disabled .slider-handle:active::before {
    background-color: #f2f2f2;
    border-color: #cccccc;
    cursor: not-allowed;
}

.slider-value {
    position: absolute;
    bottom: 0.9375rem;
    left: 50%;
    width: 10rem;
    margin-left: -5rem;
    font-size: 0.875rem;
    text-align: center;
    transition: color 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.1875rem;
    background-color: #297dfd;
}

.disabled .slider-fill {
    background-color: #b2b2b2;
}

.slider-handle:nth-of-type(2)+.slider-fill {
    width: auto;
}

.modal-open {
    overflow: hidden;
}

.modal {
    z-index: 1065;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal,
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal.fade {
    display: none;
}

.modal.show {
    display: block;
}

.modal-dialog {
    position: relative;
    margin: 0.9375rem;
    background-color: #fff;
    box-shadow: 0 0.625rem 0.9375rem rgba(0, 0, 0, 0.15);
    opacity: .5;
    transition: opacity 0.25s cubic-bezier(0, 0, 0.5, 1), transform 0.5s cubic-bezier(0, 0, 0.5, 1);
    transform: translateY(-100%);
}

@media (max-width: 575px) {
    .modal-dialog {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 4.375rem auto;
    }
}

.show .modal-dialog {
    opacity: 1;
    transform: translateY(0);
}

.modal-dialog .close {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    font-size: 1.25rem;
    color: #b2b2b2;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

.modal-header {
    padding-top: 1.875rem;
    padding-bottom: 0.625rem;
}

.modal-body {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.modal-header+.modal-body {
    padding-top: 0;
}

.modal-title {
    margin-bottom: 0;
    margin-right: 1.875rem;
}

.modal-body {
    padding: 0 1.875rem 1.875rem;
}

.modal-body p:last-child {
    margin-bottom: 0;
}

.modal-footer {
    padding: 0.9375rem 1.875rem 1.875rem;
}

.modal-backdrop {
    z-index: 1060;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 33.75rem;
    }

    .modal-sm .modal-dialog {
        max-width: 22.5rem;
    }
}

@media (min-width: 768px) {
    .modal-lg .modal-dialog {
        max-width: 56.25rem;
    }
}

.modal-login .modal-dialog {
    padding: unset;
}

@media (min-width: 576px) {
    .modal-login .modal-dialog {
        max-width: 23.75rem;
    }
}

.card {
    margin-bottom: 1.875rem;
    border: 0.0625rem solid #e5e5e5;
    background-color: #fff;
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
}

@media (min-width: 576px) {
    .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.card-header,
.card-block,
.card-footer {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.card-header::after,
.card-block::after,
.card-footer::after {
    display: block;
    content: "";
    clear: both;
}

.card-header,
.card-block {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.card-header+.card-block {
    padding-top: 0;
}

@media (min-width: 576px) {
    .card-block {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.card-block+.card-block {
    padding-top: 0;
}

.card-footer {
    background-color: #f2f2f2;
    height: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}

.card-footer .card-cta {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.card-footer .card-actions .icon,
.card-footer .card-actions .close {
    font-size: 1.25rem;
}

.card-footer .btn-link+.btn-link {
    margin-left: 0;
}

.card-title,
.card-caption {
    text-align: center;
}

.card-title {
    line-height: 1;
    margin-top: 1.875rem;
    margin-bottom: 0;
}

.card-caption {
    margin-top: .375rem;
    margin-bottom: 0;
    color: #999999;
    font-size: 0.875rem;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }

    .card-deck .card {
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.accordion {
    border: 0.0625rem solid #d9d9d9;
}

.accordion-header,
.accordion-block {
    padding: 0.6575rem 1.875rem;
}

.accordion-header {
    cursor: pointer;
    border-top: 0.0625rem solid #d9d9d9;
    transition: background-color 0.25s cubic-bezier(0, 0, 0.5, 1), color 0.25s cubic-bezier(0, 0, 0.5, 1), font-weight 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.accordion-header .accordion-title {
    font-weight: 600;
}

.accordion-header.collapsed {
    background-color: #f2f2f2;
}

.accordion-header.collapsed:hover {
    background-color: #e5e5e5;
}

.accordion-header.collapsed .accordion-title {
    font-weight: 400;
}

.accordion>.card:first-of-type>.accordion-header {
    border-top: 0;
}

.accordion-title {
    position: relative;
    margin: 0;
    font-size: 0.9375rem;
    color: #333333;
    text-align: inherit;
}

.accordion-title::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    transition: transform 0.25s cubic-bezier(0, 0, 0.5, 1);
    transform-origin: center center;
}

.collapsed .accordion-title::before {
    transform: scaleY(-1);
}

.sidebar .accordion {
    background-color: #002c44;
    border: 0;
}

.sidebar .accordion .card {
    background-color: transparent;
}

.sidebar .accordion .accordion-header {
    border: 0;
}

.sidebar .accordion .accordion-header .accordion-title {
    color: #32b5fc;
    font-weight: 600;
}

.sidebar .accordion .accordion-header.collapsed {
    background-color: transparent;
}

.sidebar .accordion .accordion-header.collapsed:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.sidebar .accordion .accordion-header.collapsed .accordion-title {
    color: #ffffff;
}

.sidebar .accordion .accordion-header:not(.collapsed),
.sidebar .accordion .accordion-content {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: inset 5px 0 0 0 #32b5fc;
}

.accordion>.card {
    background-color: inherit;
    border: 0;
    padding: 0;
    margin: 0;
}

.billboard {
    padding: 25vh 0.9375rem;
}

@media (max-width: 767px) {
    .billboard .btn {
        display: block;
        padding-top: 1.03125rem;
        padding-bottom: 1.03125rem;
        margin-right: initial;
    }
}

@media (min-width: 768px) {
    .billboard {
        padding: 5.25rem 6.25rem;
    }
}

.billboard-fluid {
    padding-right: 0;
    padding-left: 0;
}

.billboard-title {
    margin-top: 0;
    margin-bottom: 0;
}

.billboard-description {
    margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
    .billboard-description {
        font-size: 1.125rem;
    }
}

.carousel {
    position: relative;
}

.carousel .billboard {
    margin-bottom: 1.25rem;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .carousel-inner {
        padding-bottom: 2.5rem;
    }
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%;
}

@media (-webkit-transform-3d) {
    .carousel-item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }
}

@supports (transform: translate3d(0, 0, 0)) {
    .carousel-item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }
}

.carousel-item>img,
.carousel-item>a>img {
    line-height: 1;
}

@media (max-width: 767px) {
    .carousel-item {
        padding-top: 6.5rem;
    }
}

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

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

@media (-webkit-transform-3d) {

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

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

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

@supports (transform: translate3d(0, 0, 0)) {

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

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

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

.carousel-control-prev,
.carousel-control-next,
.carousel-control.left,
.carousel-control.right {
    position: absolute;
    top: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 2.375rem;
    height: 2.375rem;
    margin-top: -1.1875rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0, 0, 0.5, 1), background-color 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control.left,
.carousel:hover .carousel-control.right {
    opacity: 1;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control.left:focus,
.carousel-control.left:hover,
.carousel-control.right:focus,
.carousel-control.right:hover {
    text-decoration: none;
    outline: 0;
    color: #ffffff;
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control.left:hover,
.carousel-control.right:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-control-prev .icon-prev,
.carousel-control-prev .icon-next,
.carousel-control-next .icon-prev,
.carousel-control-next .icon-next,
.carousel-control.left .icon-prev,
.carousel-control.left .icon-next,
.carousel-control.right .icon-prev,
.carousel-control.right .icon-next {
    font-size: 1.25rem;
}

.carousel-control-prev .icon-prev::before,
.carousel-control-next .icon-prev::before,
.carousel-control.left .icon-prev::before,
.carousel-control.right .icon-prev::before {
    content: "";
}

.carousel-control-prev .icon-next::before,
.carousel-control-next .icon-next::before,
.carousel-control.left .icon-next::before,
.carousel-control.right .icon-next::before {
    content: "";
}

.carousel-control-prev,
.carousel-control.left {
    left: 1.25rem;
}

.carousel-control-next,
.carousel-control.right {
    right: 1.25rem;
}

.carousel-dark {
    border: 0;
    background-color: rgba(41, 125, 253, 0.8);
    color: #fff;
}

.carousel-dark .btn-primary {
    border: 0;
}

.carousel-indicators {
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    z-index: 15;
    width: 80%;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: -40%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.carousel-indicators li:hover,
.carousel-indicators li.active {
    background-color: #ffffff;
    box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.15);
}

.carousel-indicators li+li {
    margin-left: 0.625rem;
}

.login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 576px) {
    .login {
        width: 23.75rem;
        padding: 2.5rem 1.875rem;
        border: 0.0625rem solid #b2b2b2;
        background-color: #fff;
    }
}

.login-brand-logo {
    width: 4rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.login-brand-name {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #297dfd;
    margin-bottom: 1rem;
}

.login .form-group:last-of-type {
    margin-bottom: 0;
}

.login-help {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.125rem;
}

.login-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.search::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    padding: 0.78125rem;
    font-size: 0.9375rem;
    line-height: 1;
    color: #b2b2b2;
    content: "";
}

.search-input {
    position: relative;
    padding-left: 2.5rem;
}

.search-highlight {
    color: #297dfd;
    font-weight: 600;
}

.search-meta {
    display: block;
    font-size: 0.875rem;
    margin-top: .25rem;
    color: #b2b2b2;
}

.loading-indicator {
    position: relative;
    width: 10.5rem;
    height: 10.5rem;
    animation: grow 0.5s cubic-bezier(0, 0, 0.5, 1);
}

.loading-indicator.loading-complex {
    width: 19.375rem;
    height: 19.375rem;
}

.spinner-inner,
.spinner-outer {
    position: absolute;
    border-radius: 50%;
    background-image: radial-gradient(circle, rgba(50, 181, 252, 0.15) 36%, transparent 36%);
}

.spinner-inner .spinner,
.spinner-outer .spinner {
    stroke: rgba(50, 181, 252, 0.5);
    stroke-alignment: inner;
    fill: transparent;
}

.spinner-inner {
    z-index: 10;
    width: 6.25rem;
    height: 6.25rem;
    margin: 2.125rem;
    transform-origin: center center;
    animation: spin-inner 1.33333s linear infinite;
    animation-delay: 0.26667s;
}

.loading-complex .spinner-inner {
    margin: 6.5625rem;
}

.spinner-inner .spinner {
    stroke-width: 0.75;
    animation: arc-inner 1.33333s linear infinite;
    animation-delay: 0.26667s;
}

.spinner-outer {
    width: 10.5rem;
    height: 10.5rem;
    transform-origin: center center;
    animation: spin-outer 1.33333s linear infinite;
}

.loading-complex .spinner-outer {
    margin: 4.4375rem;
}

.spinner-outer .spinner {
    stroke-width: 0.44643;
    animation: arc-outer 1.33333s linear infinite;
}

.planet {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
}

.planet.inner {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
    margin-left: -0.625rem;
    background-color: rgba(50, 181, 252, 0.75);
    animation: orbit-inner 2s linear infinite;
}

.planet.middle {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.125rem;
    margin-left: -1.125rem;
    background-color: rgba(50, 181, 252, 0.5);
    animation: orbit-middle 3s linear infinite;
}

.planet.outer {
    width: 1.75rem;
    height: 1.75rem;
    margin-top: -0.875rem;
    margin-left: -0.875rem;
    background-color: rgba(50, 181, 252, 0.25);
    animation: orbit-outer 4s linear infinite;
}

.empty-space {
    padding: 4.5rem 2.625rem;
    border: 0.0625rem solid #d9d9d9;
    text-align: center;
}

.table+.empty-space {
    margin-top: -1rem;
    border-top: 0;
}

.empty-space-icon {
    position: relative;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1.8rem;
    color: #999999;
    font-size: 2.5rem;
    line-height: 1;
    border: 0.0625rem dashed #999999;
    border-radius: 50%;
}

.empty-space-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.25rem;
    margin-left: -1.25rem;
}

.empty-space-icon.icon-close {
    font-size: 4.125rem;
}

.empty-space-icon.icon-close::before {
    margin-top: -2.0625rem;
    margin-left: -2.0625rem;
}

.empty-space-title,
.empty-space-body {
    color: #666666;
}

.empty-space-title {
    margin-bottom: .25rem;
}

.empty-space-body {
    margin-bottom: 1.5rem;
}

.pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.875rem;
}

.pager a {
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1);
}

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

.pager-prev,
.pager-count,
.pager-next {
    white-space: nowrap;
}

.pager-count {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.pager-prev,
.pager-next {
    font-weight: 600;
    cursor: pointer;
}

.pager-prev.disabled,
.pager-next.disabled {
    color: #999999;
    cursor: not-allowed;
}

.pager-next {
    text-align: right;
}

.pager-prev::before,
.pager-next::after {
    font-size: 0.75rem;
    vertical-align: text-bottom;
    transition: transform 0.25s cubic-bezier(0, 0, 0.5, 1);
}

.pager-prev::before {
    content: "";
    padding-right: .1875rem;
}

.pager-prev:not(.disabled):hover::before {
    transform: translateX(-0.1875rem);
}

.pager-next::after {
    content: "";
    padding-left: .1875rem;
}

.pager-next:not(.disabled):hover::after {
    transform: translateX(0.1875rem);
}

@keyframes pulse {
    0% {
        transform: translateX(-50%) translateY(-50%) scale(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) scale(1);
        opacity: 0;
    }
}

@keyframes grow {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes spin-outer {
    0% {
        transform: rotate(-115deg);
    }

    24% {
        transform: rotate(-25deg);
    }

    40% {
        transform: rotate(65deg);
    }

    52% {
        transform: rotate(155deg);
    }

    65% {
        transform: rotate(245deg);
    }

    76% {
        transform: rotate(335deg);
    }

    82% {
        transform: rotate(425deg);
    }

    87% {
        transform: rotate(515deg);
    }

    100% {
        transform: rotate(605deg);
    }
}

@keyframes spin-inner {
    0% {
        transform: rotate(-90deg);
    }

    44% {
        transform: rotate(0deg);
    }

    59% {
        transform: rotate(90deg);
    }

    71% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

@keyframes arc-outer {
    0% {
        stroke-dasharray: 2 100;
    }

    20% {
        stroke-dasharray: 25 100;
    }

    50% {
        stroke-dasharray: 50 100;
    }

    80% {
        stroke-dasharray: 25 100;
    }

    100% {
        stroke-dasharray: 2 100;
    }
}

@keyframes arc-inner {
    0% {
        stroke-dasharray: 2 100;
    }

    32% {
        stroke-dasharray: 25 100;
    }

    45% {
        stroke-dasharray: 50 100;
    }

    65% {
        stroke-dasharray: 25 100;
    }

    100% {
        stroke-dasharray: 2 100;
    }
}

@keyframes orbit-inner {
    from {
        transform: rotate(0deg) translateX(3.75rem);
    }

    to {
        transform: rotate(360deg) translateX(3.75rem);
    }
}

@keyframes orbit-middle {
    from {
        transform: rotate(0deg) translateX(-6.25rem);
    }

    to {
        transform: rotate(360deg) translateX(-6.25rem);
    }
}

@keyframes orbit-outer {
    from {
        transform: rotate(0deg) translateX(8.75rem);
    }

    to {
        transform: rotate(360deg) translateX(8.75rem);
    }
}

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

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-faded {
    background-color: #f7f7f7;
}

.bg-primary {
    background-color: #297dfd !important;
}

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

.bg-success {
    background-color: #43b649 !important;
}

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

.bg-info {
    background-color: #297dfd !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
    border-radius: 0.25rem;
}

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

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

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

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

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

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

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

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

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

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

.flex-first {
    -ms-flex-order: -1;
    order: -1;
}

.flex-last {
    -ms-flex-order: 1;
    order: 1;
}

.flex-unordered {
    -ms-flex-order: 0;
    order: 0;
}

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

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

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

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

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

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

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

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

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

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

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

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

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

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

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-sm-last {
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-sm-unordered {
        -ms-flex-order: 0;
        order: 0;
    }

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

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

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

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

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

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

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

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

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

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-md-last {
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-md-unordered {
        -ms-flex-order: 0;
        order: 0;
    }

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

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

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

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

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

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

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

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

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

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-lg-last {
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-lg-unordered {
        -ms-flex-order: 0;
        order: 0;
    }

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

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

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

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

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

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

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

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

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

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-xl-last {
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-xl-unordered {
        -ms-flex-order: 0;
        order: 0;
    }

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

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

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

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

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

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

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

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

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

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

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

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

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

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

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

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

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

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

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

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

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

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

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

.m-1 {
    margin: 0.25rem 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-3 {
    margin: 1rem 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 0.25rem 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

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

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 0 !important;
    }

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

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

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

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

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem 1rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3 {
        margin-left: 1rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem 3rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5 {
        margin-left: 3rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 0 !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem 1rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3 {
        padding-left: 1rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem 3rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5 {
        padding-left: 3rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 0 !important;
    }

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

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

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

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

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1 {
        margin-left: 0.25rem !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2 {
        margin-left: 0.5rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem 1rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3 {
        margin-left: 1rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem 3rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5 {
        margin-left: 3rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-md-0 {
        padding: 0 0 !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1 {
        padding-left: 0.25rem !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2 {
        padding-left: 0.5rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem 1rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3 {
        padding-left: 1rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem 3rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5 {
        padding-left: 3rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 0 !important;
    }

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

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

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

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

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem 1rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3 {
        margin-left: 1rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem 3rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5 {
        margin-left: 3rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 0 !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem 1rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3 {
        padding-left: 1rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem 3rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5 {
        padding-left: 3rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 0 !important;
    }

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

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

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

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

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2 {
        margin-left: 0.5rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem 1rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3 {
        margin-left: 1rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem 3rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5 {
        margin-left: 3rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 0 !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2 {
        padding-left: 0.5rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem 1rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3 {
        padding-left: 1rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem 3rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5 {
        padding-left: 3rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto {
        margin-left: auto !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    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: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

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

.font-italic {
    font-style: italic;
}

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

.text-muted {
    color: #999999 !important;
}

a.text-muted:focus,
a.text-muted:hover {
    color: gray !important;
}

.text-primary {
    color: #297dfd !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0261f1 !important;
}

.text-success {
    color: #43b649 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #35913a !important;
}

.text-info {
    color: #297dfd !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #0261f1 !important;
}

.text-warning {
    color: #fece34 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #fec201 !important;
}

.text-danger {
    color: #ff1d00 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #cc1700 !important;
}

.text-gray-dark {
    color: #292b2c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
    color: #101112 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}