/* custom boostrap: Begin */
#brand-header {
    background: #fff;
}
#brand-header hr, #brand-footer hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

#brand-header p, #brand-footer p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#brand-header abbr[data-original-title], #brand-header abbr[title], #brand-footer abbr[data-original-title], #brand-footer abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

#brand-header address, #brand-footer address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

#brand-header dl, #brand-header ol, #brand-header ul, #brand-footer dl, #brand-footer ol, #brand-footer ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

#brand-header ol ol, #brand-header ol ul, #brand-header ul ol, #brand-header ul ul, #brand-footer ol ol, #brand-footer ol ul, #brand-footer ul ol, #brand-footer ul ul {
    margin-bottom: 0;
}

#brand-header dt, #brand-footer dt {
    font-weight: 700;
}

#brand-header dd, #brand-footer dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

#brand-header blockquote, #brand-footer blockquote {
    margin: 0 0 1rem;
}

#brand-header b, #brand-header strong, #brand-footer b, #brand-footer strong {
    font-weight: bolder;
}

#brand-header small, #brand-footer small {
    font-size: 80%;
}

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

#brand-header sub, #brand-footer sub {
    bottom: -.25em;
}

#brand-header sup, #brand-footer sup {
    top: -.5em;
}

#brand-header a, #brand-footer a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

#brand-header a:hover, #brand-footer a:hover {
    color: #0056b3;
    text-decoration: none;
}

#brand-header a:not([href]):not([tabindex]), #brand-footer a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

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

#brand-header a:not([href]):not([tabindex]):focus, #brand-footer a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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

#brand-header pre, #brand-footer pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

#brand-header figure, #brand-footer figure {
    margin: 0 0 1rem;
}

#brand-header img, #brand-footer img {
    vertical-align: middle;
    border-style: none;
}

#brand-header svg, #brand-footer svg {
    overflow: hidden;
    vertical-align: middle;
}

#brand-header table, #brand-footer table {
    border-collapse: collapse;
}

#brand-header caption, #brand-footer caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

#brand-header th, #brand-footer th {
    text-align: inherit;
}

#brand-header label, #brand-footer label {
    display: inline-block;
    margin-bottom: .5rem;
}

#brand-header button, #brand-footer button {
    border-radius: 0;
}

#brand-header button:focus, #brand-footer button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

#brand-header button, #brand-header input, #brand-header optgroup, #brand-header select, #brand-header textarea, #brand-footer button, #brand-footer input, #brand-footer optgroup, #brand-footer select, #brand-footer textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#brand-header button, #brand-header input, #brand-footer button, #brand-footer input {
    overflow: visible;
}

#brand-header button, #brand-header select, #brand-footer button, #brand-footer select {
    text-transform: none;
}

#brand-header select, #brand-footer select {
    word-wrap: normal;
}

#brand-header [type=button], #brand-header [type=reset], #brand-header [type=submit], #brand-header button, #brand-footer [type=button], #brand-footer [type=reset], #brand-footer [type=submit], #brand-footer button {
    -webkit-appearance: button;
}

#brand-header [type=button]:not(:disabled), #brand-header [type=reset]:not(:disabled), #brand-header [type=submit]:not(:disabled), #brand-header button:not(:disabled), #brand-footer [type=button]:not(:disabled), #brand-footer [type=reset]:not(:disabled), #brand-footer [type=submit]:not(:disabled), #brand-footer button:not(:disabled) {
    cursor: pointer;
}

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

#brand-header input[type=checkbox], #brand-header input[type=radio], #brand-footer input[type=checkbox], #brand-footer input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

#brand-header input[type=date], #brand-header input[type=datetime-local], #brand-header input[type=month], #brand-header input[type=time], #brand-footer input[type=date], #brand-footer input[type=datetime-local], #brand-footer input[type=month], #brand-footer input[type=time] {
    -webkit-appearance: listbox;
}

#brand-header textarea, #brand-footer textarea {
    overflow: auto;
    resize: vertical;
}

#brand-header fieldset, #brand-footer fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

#brand-header legend, #brand-footer legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

#brand-header progress, #brand-footer progress {
    vertical-align: baseline;
}

#brand-header [type=number]::-webkit-inner-spin-button, #brand-header [type=number]::-webkit-outer-spin-button, #brand-footer [type=number]::-webkit-inner-spin-button, #brand-footer [type=number]::-webkit-outer-spin-button {
    height: auto;
}

#brand-header [type=search], #brand-footer [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

#brand-header [type=search]::-webkit-search-decoration, #brand-footer [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

#brand-header ::-webkit-file-upload-button, #brand-footer ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

#brand-header output, #brand-footer output {
    display: inline-block;
}

#brand-header summary, #brand-footer summary {
    display: list-item;
    cursor: pointer;
}

#brand-header template, #brand-footer template {
    display: none;
}

#brand-header [hidden], #brand-footer [hidden] {
    display: none !important;
}

#brand-header .h1, #brand-header .h2, #brand-header .h3, #brand-header .h4, #brand-header .h5, #brand-header .h6, #brand-header h1, #brand-header h2, #brand-header h3, #brand-header h4, #brand-header h5, #brand-header h6, #brand-footer .h1, #brand-footer .h2, #brand-footer .h3, #brand-footer .h4, #brand-footer .h5, #brand-footer .h6, #brand-footer h1, #brand-footer h2, #brand-footer h3, #brand-footer h4, #brand-footer h5, #brand-footer h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

#brand-header .h1, #brand-header h1, #brand-footer .h1, #brand-footer h1 {
    font-size: 2.5rem;
}

#brand-header .h2, #brand-header h2, #brand-footer .h2, #brand-footer h2 {
    font-size: 2rem;
}

#brand-header .h3, #brand-header h3, #brand-footer .h3, #brand-footer h3 {
    font-size: 1.75rem;
}

#brand-header .h4, #brand-header h4, #brand-footer .h4, #brand-footer h4 {
    font-size: 1.5rem;
}

#brand-header .h5, #brand-header h5, #brand-footer .h5, #brand-footer h5 {
    font-size: 1.25rem;
}

#brand-header .h6, #brand-header h6, #brand-footer .h6, #brand-footer h6 {
    font-size: 1rem;
}

#brand-header .lead, #brand-footer .lead {
    font-size: 1.25rem;
    font-weight: 300;
}

#brand-header .display-1, #brand-footer .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

#brand-header .display-2, #brand-footer .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

#brand-header .display-3, #brand-footer .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

#brand-header .display-4, #brand-footer .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

#brand-header hr, #brand-footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#brand-header .small, #brand-header small, #brand-footer .small, #brand-footer small {
    font-size: 80%;
    font-weight: 400;
}

#brand-header .mark, #brand-header mark, #brand-footer .mark, #brand-footer mark {
    padding: .2em;
    background-color: #fcf8e3;
}

#brand-header .list-unstyled, #brand-footer .list-unstyled {
    padding-left: 0;
    list-style: none;
}

#brand-header .list-inline, #brand-footer .list-inline {
    padding-left: 0;
    list-style: none;
}

#brand-header .list-inline-item, #brand-footer .list-inline-item {
    display: inline-block;
}

#brand-header .list-inline-item:not(:last-child), #brand-footer .list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

#brand-header .initialism, #brand-footer .initialism {
    font-size: 90%;
    text-transform: uppercase;
}

#brand-header .blockquote, #brand-footer .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

#brand-header .blockquote-footer, #brand-footer .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

#brand-header .blockquote-footer::before, #brand-footer .blockquote-footer::before {
    content: "\2014\00A0";
}

#brand-header .img-fluid, #brand-footer .img-fluid {
    max-width: 100%;
    height: auto;
}

#brand-header .img-thumbnail, #brand-footer .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

#brand-header .figure, #brand-footer .figure {
    display: inline-block;
}

#brand-header .figure-img, #brand-footer .figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

#brand-header .figure-caption, #brand-footer .figure-caption {
    font-size: 90%;
    color: #6c757d;
}

#brand-header code, #brand-footer code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

#brand-header a > code, #brand-footer a > code {
    color: inherit;
}

#brand-header kbd, #brand-footer kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}

#brand-header kbd kbd, #brand-footer kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

#brand-header pre, #brand-footer pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

#brand-header pre code, #brand-footer pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

#brand-header .pre-scrollable, #brand-footer .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

#brand-header .container, #brand-footer .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    #brand-header .container, #brand-footer .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #brand-header .container, #brand-footer .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #brand-header .container, #brand-footer .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #brand-header .container, #brand-footer .container {
        max-width: 1140px;
    }
}

#brand-header .container-fluid, #brand-footer .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#brand-header .row, #brand-footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#brand-header .no-gutters, #brand-footer .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

#brand-header .no-gutters > .col, #brand-header .no-gutters > [class*=col-], #brand-footer .no-gutters > .col, #brand-footer .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

#brand-header .col, #brand-header .col-1, #brand-header .col-10, #brand-header .col-11, #brand-header .col-12, #brand-header .col-2, #brand-header .col-3, #brand-header .col-4, #brand-header .col-5, #brand-header .col-6, #brand-header .col-7, #brand-header .col-8, #brand-header .col-9, #brand-header .col-auto, #brand-header .col-lg, #brand-header .col-lg-1, #brand-header .col-lg-10, #brand-header .col-lg-11, #brand-header .col-lg-12, #brand-header .col-lg-2, #brand-header .col-lg-3, #brand-header .col-lg-4, #brand-header .col-lg-5, #brand-header .col-lg-6, #brand-header .col-lg-7, #brand-header .col-lg-8, #brand-header .col-lg-9, #brand-header .col-lg-auto, #brand-header .col-md, #brand-header .col-md-1, #brand-header .col-md-10, #brand-header .col-md-11, #brand-header .col-md-12, #brand-header .col-md-2, #brand-header .col-md-3, #brand-header .col-md-4, #brand-header .col-md-5, #brand-header .col-md-6, #brand-header .col-md-7, #brand-header .col-md-8, #brand-header .col-md-9, #brand-header .col-md-auto, #brand-header .col-sm, #brand-header .col-sm-1, #brand-header .col-sm-10, #brand-header .col-sm-11, #brand-header .col-sm-12, #brand-header .col-sm-2, #brand-header .col-sm-3, #brand-header .col-sm-4, #brand-header .col-sm-5, #brand-header .col-sm-6, #brand-header .col-sm-7, #brand-header .col-sm-8, #brand-header .col-sm-9, #brand-header .col-sm-auto, #brand-header .col-xl, #brand-header .col-xl-1, #brand-header .col-xl-10, #brand-header .col-xl-11, #brand-header .col-xl-12, #brand-header .col-xl-2, #brand-header .col-xl-3, #brand-header .col-xl-4, #brand-header .col-xl-5, #brand-header .col-xl-6, #brand-header .col-xl-7, #brand-header .col-xl-8, #brand-header .col-xl-9, #brand-header .col-xl-auto, #brand-footer .col, #brand-footer .col-1, #brand-footer .col-10, #brand-footer .col-11, #brand-footer .col-12, #brand-footer .col-2, #brand-footer .col-3, #brand-footer .col-4, #brand-footer .col-5, #brand-footer .col-6, #brand-footer .col-7, #brand-footer .col-8, #brand-footer .col-9, #brand-footer .col-auto, #brand-footer .col-lg, #brand-footer .col-lg-1, #brand-footer .col-lg-10, #brand-footer .col-lg-11, #brand-footer .col-lg-12, #brand-footer .col-lg-2, #brand-footer .col-lg-3, #brand-footer .col-lg-4, #brand-footer .col-lg-5, #brand-footer .col-lg-6, #brand-footer .col-lg-7, #brand-footer .col-lg-8, #brand-footer .col-lg-9, #brand-footer .col-lg-auto, #brand-footer .col-md, #brand-footer .col-md-1, #brand-footer .col-md-10, #brand-footer .col-md-11, #brand-footer .col-md-12, #brand-footer .col-md-2, #brand-footer .col-md-3, #brand-footer .col-md-4, #brand-footer .col-md-5, #brand-footer .col-md-6, #brand-footer .col-md-7, #brand-footer .col-md-8, #brand-footer .col-md-9, #brand-footer .col-md-auto, #brand-footer .col-sm, #brand-footer .col-sm-1, #brand-footer .col-sm-10, #brand-footer .col-sm-11, #brand-footer .col-sm-12, #brand-footer .col-sm-2, #brand-footer .col-sm-3, #brand-footer .col-sm-4, #brand-footer .col-sm-5, #brand-footer .col-sm-6, #brand-footer .col-sm-7, #brand-footer .col-sm-8, #brand-footer .col-sm-9, #brand-footer .col-sm-auto, #brand-footer .col-xl, #brand-footer .col-xl-1, #brand-footer .col-xl-10, #brand-footer .col-xl-11, #brand-footer .col-xl-12, #brand-footer .col-xl-2, #brand-footer .col-xl-3, #brand-footer .col-xl-4, #brand-footer .col-xl-5, #brand-footer .col-xl-6, #brand-footer .col-xl-7, #brand-footer .col-xl-8, #brand-footer .col-xl-9, #brand-footer .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

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

#brand-header .col-auto, #brand-footer .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

#brand-header .col-1, #brand-footer .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

#brand-header .col-2, #brand-footer .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

#brand-header .col-3, #brand-footer .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

#brand-header .col-4, #brand-footer .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#brand-header .col-5, #brand-footer .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#brand-header .col-6, #brand-footer .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#brand-header .col-7, #brand-footer .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

#brand-header .col-8, #brand-footer .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

#brand-header .col-9, #brand-footer .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

#brand-header .col-10, #brand-footer .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

#brand-header .col-11, #brand-footer .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

#brand-header .col-12, #brand-footer .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#brand-header .order-first, #brand-footer .order-first {
    -ms-flex-order: -1;
    order: -1;
}

#brand-header .order-last, #brand-footer .order-last {
    -ms-flex-order: 13;
    order: 13;
}

#brand-header .order-0, #brand-footer .order-0 {
    -ms-flex-order: 0;
    order: 0;
}

#brand-header .order-1, #brand-footer .order-1 {
    -ms-flex-order: 1;
    order: 1;
}

#brand-header .order-2, #brand-footer .order-2 {
    -ms-flex-order: 2;
    order: 2;
}

#brand-header .order-3, #brand-footer .order-3 {
    -ms-flex-order: 3;
    order: 3;
}

#brand-header .order-4, #brand-footer .order-4 {
    -ms-flex-order: 4;
    order: 4;
}

#brand-header .order-5, #brand-footer .order-5 {
    -ms-flex-order: 5;
    order: 5;
}

#brand-header .order-6, #brand-footer .order-6 {
    -ms-flex-order: 6;
    order: 6;
}

#brand-header .order-7, #brand-footer .order-7 {
    -ms-flex-order: 7;
    order: 7;
}

#brand-header .order-8, #brand-footer .order-8 {
    -ms-flex-order: 8;
    order: 8;
}

#brand-header .order-9, #brand-footer .order-9 {
    -ms-flex-order: 9;
    order: 9;
}

#brand-header .order-10, #brand-footer .order-10 {
    -ms-flex-order: 10;
    order: 10;
}

#brand-header .order-11, #brand-footer .order-11 {
    -ms-flex-order: 11;
    order: 11;
}

#brand-header .order-12, #brand-footer .order-12 {
    -ms-flex-order: 12;
    order: 12;
}

#brand-header .offset-1, #brand-footer .offset-1 {
    margin-left: 8.333333%;
}

#brand-header .offset-2, #brand-footer .offset-2 {
    margin-left: 16.666667%;
}

#brand-header .offset-3, #brand-footer .offset-3 {
    margin-left: 25%;
}

#brand-header .offset-4, #brand-footer .offset-4 {
    margin-left: 33.333333%;
}

#brand-header .offset-5, #brand-footer .offset-5 {
    margin-left: 41.666667%;
}

#brand-header .offset-6, #brand-footer .offset-6 {
    margin-left: 50%;
}

#brand-header .offset-7, #brand-footer .offset-7 {
    margin-left: 58.333333%;
}

#brand-header .offset-8, #brand-footer .offset-8 {
    margin-left: 66.666667%;
}

#brand-header .offset-9, #brand-footer .offset-9 {
    margin-left: 75%;
}

#brand-header .offset-10, #brand-footer .offset-10 {
    margin-left: 83.333333%;
}

#brand-header .offset-11, #brand-footer .offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    #brand-header .col-sm, #brand-footer .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #brand-header .col-sm-auto, #brand-footer .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    #brand-header .col-sm-1, #brand-footer .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    #brand-header .col-sm-2, #brand-footer .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    #brand-header .col-sm-3, #brand-footer .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #brand-header .col-sm-4, #brand-footer .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #brand-header .col-sm-5, #brand-footer .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #brand-header .col-sm-6, #brand-footer .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #brand-header .col-sm-7, #brand-footer .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    #brand-header .col-sm-8, #brand-footer .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #brand-header .col-sm-9, #brand-footer .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #brand-header .col-sm-10, #brand-footer .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    #brand-header .col-sm-11, #brand-footer .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    #brand-header .col-sm-12, #brand-footer .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #brand-header .order-sm-first, #brand-footer .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    #brand-header .order-sm-last, #brand-footer .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    #brand-header .order-sm-0, #brand-footer .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    #brand-header .order-sm-1, #brand-footer .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    #brand-header .order-sm-2, #brand-footer .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    #brand-header .order-sm-3, #brand-footer .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    #brand-header .order-sm-4, #brand-footer .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    #brand-header .order-sm-5, #brand-footer .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    #brand-header .order-sm-6, #brand-footer .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    #brand-header .order-sm-7, #brand-footer .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    #brand-header .order-sm-8, #brand-footer .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    #brand-header .order-sm-9, #brand-footer .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    #brand-header .order-sm-10, #brand-footer .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    #brand-header .order-sm-11, #brand-footer .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    #brand-header .order-sm-12, #brand-footer .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    #brand-header .offset-sm-0, #brand-footer .offset-sm-0 {
        margin-left: 0;
    }
    #brand-header .offset-sm-1, #brand-footer .offset-sm-1 {
        margin-left: 8.333333%;
    }
    #brand-header .offset-sm-2, #brand-footer .offset-sm-2 {
        margin-left: 16.666667%;
    }
    #brand-header .offset-sm-3, #brand-footer .offset-sm-3 {
        margin-left: 25%;
    }
    #brand-header .offset-sm-4, #brand-footer .offset-sm-4 {
        margin-left: 33.333333%;
    }
    #brand-header .offset-sm-5, #brand-footer .offset-sm-5 {
        margin-left: 41.666667%;
    }
    #brand-header .offset-sm-6, #brand-footer .offset-sm-6 {
        margin-left: 50%;
    }
    #brand-header .offset-sm-7, #brand-footer .offset-sm-7 {
        margin-left: 58.333333%;
    }
    #brand-header .offset-sm-8, #brand-footer .offset-sm-8 {
        margin-left: 66.666667%;
    }
    #brand-header .offset-sm-9, #brand-footer .offset-sm-9 {
        margin-left: 75%;
    }
    #brand-header .offset-sm-10, #brand-footer .offset-sm-10 {
        margin-left: 83.333333%;
    }
    #brand-header .offset-sm-11, #brand-footer .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    #brand-header .col-md, #brand-footer .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #brand-header .col-md-auto, #brand-footer .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    #brand-header .col-md-1, #brand-footer .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    #brand-header .col-md-2, #brand-footer .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    #brand-header .col-md-3, #brand-footer .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #brand-header .col-md-4, #brand-footer .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #brand-header .col-md-5, #brand-footer .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #brand-footer .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #brand-header .col-md-7, #brand-footer .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    #brand-header .col-md-8, #brand-footer .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #brand-header .col-md-9, #brand-footer .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #brand-header .col-md-10, #brand-footer .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    #brand-header .col-md-11, #brand-footer .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    #brand-header .col-md-12, #brand-footer .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #brand-header .order-md-first, #brand-footer .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    #brand-header .order-md-last, #brand-footer .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    #brand-header .order-md-0, #brand-footer .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    #brand-header .order-md-1, #brand-footer .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    #brand-header .order-md-2, #brand-footer .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    #brand-header .order-md-3, #brand-footer .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    #brand-header .order-md-4, #brand-footer .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    #brand-header .order-md-5, #brand-footer .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    #brand-header .order-md-6, #brand-footer .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    #brand-header .order-md-7, #brand-footer .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    #brand-header .order-md-8, #brand-footer .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    #brand-header .order-md-9, #brand-footer .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    #brand-header .order-md-10, #brand-footer .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    #brand-header .order-md-11, #brand-footer .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    #brand-header .order-md-12, #brand-footer .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    #brand-header .offset-md-0, #brand-footer .offset-md-0 {
        margin-left: 0;
    }
    #brand-header .offset-md-1, #brand-footer .offset-md-1 {
        margin-left: 8.333333%;
    }
    #brand-header .offset-md-2, #brand-footer .offset-md-2 {
        margin-left: 16.666667%;
    }
    #brand-header .offset-md-3, #brand-footer .offset-md-3 {
        margin-left: 25%;
    }
    #brand-header .offset-md-4, #brand-footer .offset-md-4 {
        margin-left: 33.333333%;
    }
    #brand-header .offset-md-5, #brand-footer .offset-md-5 {
        margin-left: 41.666667%;
    }
    #brand-header .offset-md-6, #brand-footer .offset-md-6 {
        margin-left: 50%;
    }
    #brand-header .offset-md-7, #brand-footer .offset-md-7 {
        margin-left: 58.333333%;
    }
    #brand-header .offset-md-8, #brand-footer .offset-md-8 {
        margin-left: 66.666667%;
    }
    #brand-header .offset-md-9, #brand-footer .offset-md-9 {
        margin-left: 75%;
    }
    #brand-header .offset-md-10, #brand-footer .offset-md-10 {
        margin-left: 83.333333%;
    }
    #brand-header .offset-md-11, #brand-footer .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    #brand-header .col-lg, #brand-footer .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #brand-header .col-lg-auto, #brand-footer .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    #brand-header .col-lg-1, #brand-footer .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    #brand-header .col-lg-2, #brand-footer .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    #brand-header .col-lg-3, #brand-footer .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #brand-header .col-lg-4, #brand-footer .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #brand-header .col-lg-5, #brand-footer .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #brand-header .col-lg-6, #brand-footer .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #brand-header .col-lg-7, #brand-footer .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    #brand-header .col-lg-8, #brand-footer .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #brand-header .col-lg-9, #brand-footer .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #brand-header .col-lg-10, #brand-footer .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    #brand-header .col-lg-11, #brand-footer .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    #brand-header .col-lg-12, #brand-footer .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #brand-header .order-lg-first, #brand-footer .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    #brand-header .order-lg-last, #brand-footer .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    #brand-header .order-lg-0, #brand-footer .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    #brand-header .order-lg-1, #brand-footer .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    #brand-header .order-lg-2, #brand-footer .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    #brand-header .order-lg-3, #brand-footer .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    #brand-header .order-lg-4, #brand-footer .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    #brand-header .order-lg-5, #brand-footer .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    #brand-header .order-lg-6, #brand-footer .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    #brand-header .order-lg-7, #brand-footer .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    #brand-header .order-lg-8, #brand-footer .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    #brand-header .order-lg-9, #brand-footer .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    #brand-header .order-lg-10, #brand-footer .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    #brand-header .order-lg-11, #brand-footer .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    #brand-header .order-lg-12, #brand-footer .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    #brand-header .offset-lg-0, #brand-footer .offset-lg-0 {
        margin-left: 0;
    }
    #brand-header .offset-lg-1, #brand-footer .offset-lg-1 {
        margin-left: 8.333333%;
    }
    #brand-header .offset-lg-2, #brand-footer .offset-lg-2 {
        margin-left: 16.666667%;
    }
    #brand-header .offset-lg-3, #brand-footer .offset-lg-3 {
        margin-left: 25%;
    }
    #brand-header .offset-lg-4, #brand-footer .offset-lg-4 {
        margin-left: 33.333333%;
    }
    #brand-header .offset-lg-5, #brand-footer .offset-lg-5 {
        margin-left: 41.666667%;
    }
    #brand-header .offset-lg-6, #brand-footer .offset-lg-6 {
        margin-left: 50%;
    }
    #brand-header .offset-lg-7, #brand-footer .offset-lg-7 {
        margin-left: 58.333333%;
    }
    #brand-header .offset-lg-8, #brand-footer .offset-lg-8 {
        margin-left: 66.666667%;
    }
    #brand-header .offset-lg-9, #brand-footer .offset-lg-9 {
        margin-left: 75%;
    }
    #brand-header .offset-lg-10, #brand-footer .offset-lg-10 {
        margin-left: 83.333333%;
    }
    #brand-header .offset-lg-11, #brand-footer .offset-lg-11 {
        margin-left: 91.666667%;
    }
    #brand-header #logocontainer {
        position: absolute;
    }
    #brand-header #header_secondary_menu {
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    #brand-header .col-xl, #brand-footer .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #brand-header .col-xl-auto, #brand-footer .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    #brand-header .col-xl-1, #brand-footer .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    #brand-header .col-xl-2, #brand-footer .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    #brand-header .col-xl-3, #brand-footer .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #brand-header .col-xl-4, #brand-footer .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #brand-header .col-xl-5, #brand-footer .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #brand-header .col-xl-6, #brand-footer .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #brand-header .col-xl-7, #brand-footer .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    #brand-header .col-xl-8, #brand-footer .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #brand-header .col-xl-9, #brand-footer .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #brand-header .col-xl-10, #brand-footer .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    #brand-header .col-xl-11, #brand-footer .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    #brand-header .col-xl-12, #brand-footer .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #brand-header .order-xl-first, #brand-footer .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    #brand-header .order-xl-last, #brand-footer .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    #brand-header .order-xl-0, #brand-footer .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    #brand-header .order-xl-1, #brand-footer .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    #brand-header .order-xl-2, #brand-footer .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    #brand-header .order-xl-3, #brand-footer .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    #brand-header .order-xl-4, #brand-footer .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    #brand-header .order-xl-5, #brand-footer .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    #brand-header .order-xl-6, #brand-footer .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    #brand-header .order-xl-7, #brand-footer .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    #brand-header .order-xl-8, #brand-footer .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    #brand-header .order-xl-9, #brand-footer .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    #brand-header .order-xl-10, #brand-footer .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    #brand-header .order-xl-11, #brand-footer .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    #brand-header .order-xl-12, #brand-footer .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    #brand-header .offset-xl-0, #brand-footer .offset-xl-0 {
        margin-left: 0;
    }
    #brand-header .offset-xl-1, #brand-footer .offset-xl-1 {
        margin-left: 8.333333%;
    }
    #brand-header .offset-xl-2, #brand-footer .offset-xl-2 {
        margin-left: 16.666667%;
    }
    #brand-header .offset-xl-3, #brand-footer .offset-xl-3 {
        margin-left: 25%;
    }
    #brand-header .offset-xl-4, #brand-footer .offset-xl-4 {
        margin-left: 33.333333%;
    }
    #brand-header .offset-xl-5, #brand-footer .offset-xl-5 {
        margin-left: 41.666667%;
    }
    #brand-header .offset-xl-6, #brand-footer .offset-xl-6 {
        margin-left: 50%;
    }
    #brand-header .offset-xl-7, #brand-footer .offset-xl-7 {
        margin-left: 58.333333%;
    }
    #brand-header .offset-xl-8, #brand-footer .offset-xl-8 {
        margin-left: 66.666667%;
    }
    #brand-header .offset-xl-9, #brand-footer .offset-xl-9 {
        margin-left: 75%;
    }
    #brand-header .offset-xl-10, #brand-footer .offset-xl-10 {
        margin-left: 83.333333%;
    }
    #brand-header .offset-xl-11, #brand-footer .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

#brand-header .table, #brand-footer .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

#brand-header .table td, #brand-header .table th, #brand-footer .table td, #brand-footer .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

#brand-header .table thead th, #brand-footer .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

#brand-header .table tbody + tbody, #brand-footer .table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

#brand-header .table-sm td, #brand-header .table-sm th, #brand-footer .table-sm td, #brand-footer .table-sm th {
    padding: .3rem;
}

#brand-header .table-bordered, #brand-footer .table-bordered {
    border: 1px solid #dee2e6;
}

#brand-header .table-bordered td, #brand-header .table-bordered th, #brand-footer .table-bordered td, #brand-footer .table-bordered th {
    border: 1px solid #dee2e6;
}

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

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

#brand-header .table-striped tbody tr:nth-of-type(odd), #brand-footer .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

#brand-header .table-hover tbody tr:hover, #brand-footer .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

#brand-header .table-primary, #brand-header .table-primary > td, #brand-header .table-primary > th, #brand-footer .table-primary, #brand-footer .table-primary > td, #brand-footer .table-primary > th {
    background-color: #b8daff;
}

#brand-header .table-primary tbody + tbody, #brand-header .table-primary td, #brand-header .table-primary th, #brand-header .table-primary thead th, #brand-footer .table-primary tbody + tbody, #brand-footer .table-primary td, #brand-footer .table-primary th, #brand-footer .table-primary thead th {
    border-color: #7abaff;
}

#brand-header .table-hover .table-primary:hover, #brand-footer .table-hover .table-primary:hover {
    background-color: #9fcdff;
}

#brand-header .table-hover .table-primary:hover > td, #brand-header .table-hover .table-primary:hover > th, #brand-footer .table-hover .table-primary:hover > td, #brand-footer .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

#brand-header .table-secondary, #brand-header .table-secondary > td, #brand-header .table-secondary > th, #brand-footer .table-secondary, #brand-footer .table-secondary > td, #brand-footer .table-secondary > th {
    background-color: #d6d8db;
}

#brand-header .table-secondary tbody + tbody, #brand-header .table-secondary td, #brand-header .table-secondary th, #brand-header .table-secondary thead th, #brand-footer .table-secondary tbody + tbody, #brand-footer .table-secondary td, #brand-footer .table-secondary th, #brand-footer .table-secondary thead th {
    border-color: #b3b7bb;
}

#brand-header .table-hover .table-secondary:hover, #brand-footer .table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

#brand-header .table-hover .table-secondary:hover > td, #brand-header .table-hover .table-secondary:hover > th, #brand-footer .table-hover .table-secondary:hover > td, #brand-footer .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

#brand-header .table-success, #brand-header .table-success > td, #brand-header .table-success > th, #brand-footer .table-success, #brand-footer .table-success > td, #brand-footer .table-success > th {
    background-color: #c3e6cb;
}

#brand-header .table-success tbody + tbody, #brand-header .table-success td, #brand-header .table-success th, #brand-header .table-success thead th, #brand-footer .table-success tbody + tbody, #brand-footer .table-success td, #brand-footer .table-success th, #brand-footer .table-success thead th {
    border-color: #8fd19e;
}

#brand-header .table-hover .table-success:hover, #brand-footer .table-hover .table-success:hover {
    background-color: #b1dfbb;
}

#brand-header .table-hover .table-success:hover > td, #brand-header .table-hover .table-success:hover > th, #brand-footer .table-hover .table-success:hover > td, #brand-footer .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

#brand-header .table-info, #brand-header .table-info > td, #brand-header .table-info > th, #brand-footer .table-info, #brand-footer .table-info > td, #brand-footer .table-info > th {
    background-color: #bee5eb;
}

#brand-header .table-info tbody + tbody, #brand-header .table-info td, #brand-header .table-info th, #brand-header .table-info thead th, #brand-footer .table-info tbody + tbody, #brand-footer .table-info td, #brand-footer .table-info th, #brand-footer .table-info thead th {
    border-color: #86cfda;
}

#brand-header .table-hover .table-info:hover, #brand-footer .table-hover .table-info:hover {
    background-color: #abdde5;
}

#brand-header .table-hover .table-info:hover > td, #brand-header .table-hover .table-info:hover > th, #brand-footer .table-hover .table-info:hover > td, #brand-footer .table-hover .table-info:hover > th {
    background-color: #abdde5;
}

#brand-header .table-warning, #brand-header .table-warning > td, #brand-header .table-warning > th, #brand-footer .table-warning, #brand-footer .table-warning > td, #brand-footer .table-warning > th {
    background-color: #ffeeba;
}

#brand-header .table-warning tbody + tbody, #brand-header .table-warning td, #brand-header .table-warning th, #brand-header .table-warning thead th, #brand-footer .table-warning tbody + tbody, #brand-footer .table-warning td, #brand-footer .table-warning th, #brand-footer .table-warning thead th {
    border-color: #ffdf7e;
}

#brand-header .table-hover .table-warning:hover, #brand-footer .table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

#brand-header .table-hover .table-warning:hover > td, #brand-header .table-hover .table-warning:hover > th, #brand-footer .table-hover .table-warning:hover > td, #brand-footer .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

#brand-header .table-danger, #brand-header .table-danger > td, #brand-header .table-danger > th, #brand-footer .table-danger, #brand-footer .table-danger > td, #brand-footer .table-danger > th {
    background-color: #f5c6cb;
}

#brand-header .table-danger tbody + tbody, #brand-header .table-danger td, #brand-header .table-danger th, #brand-header .table-danger thead th, #brand-footer .table-danger tbody + tbody, #brand-footer .table-danger td, #brand-footer .table-danger th, #brand-footer .table-danger thead th {
    border-color: #ed969e;
}

#brand-header .table-hover .table-danger:hover, #brand-footer .table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

#brand-header .table-hover .table-danger:hover > td, #brand-header .table-hover .table-danger:hover > th, #brand-footer .table-hover .table-danger:hover > td, #brand-footer .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

#brand-header .table-light, #brand-header .table-light > td, #brand-header .table-light > th, #brand-footer .table-light, #brand-footer .table-light > td, #brand-footer .table-light > th {
    background-color: #fdfdfe;
}

#brand-header .table-light tbody + tbody, #brand-header .table-light td, #brand-header .table-light th, #brand-header .table-light thead th, #brand-footer .table-light tbody + tbody, #brand-footer .table-light td, #brand-footer .table-light th, #brand-footer .table-light thead th {
    border-color: #fbfcfc;
}

#brand-header .table-hover .table-light:hover, #brand-footer .table-hover .table-light:hover {
    background-color: #ececf6;
}

#brand-header .table-hover .table-light:hover > td, #brand-header .table-hover .table-light:hover > th, #brand-footer .table-hover .table-light:hover > td, #brand-footer .table-hover .table-light:hover > th {
    background-color: #ececf6;
}

#brand-header .table-dark, #brand-header .table-dark > td, #brand-header .table-dark > th, #brand-footer .table-dark, #brand-footer .table-dark > td, #brand-footer .table-dark > th {
    background-color: #c6c8ca;
}

#brand-header .table-dark tbody + tbody, #brand-header .table-dark td, #brand-header .table-dark th, #brand-header .table-dark thead th, #brand-footer .table-dark tbody + tbody, #brand-footer .table-dark td, #brand-footer .table-dark th, #brand-footer .table-dark thead th {
    border-color: #95999c;
}

#brand-header .table-hover .table-dark:hover, #brand-footer .table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

#brand-header .table-hover .table-dark:hover > td, #brand-header .table-hover .table-dark:hover > th, #brand-footer .table-hover .table-dark:hover > td, #brand-footer .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

#brand-header .table-active, #brand-header .table-active > td, #brand-header .table-active > th, #brand-footer .table-active, #brand-footer .table-active > td, #brand-footer .table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}

#brand-header .table-hover .table-active:hover, #brand-footer .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

#brand-header .table-hover .table-active:hover > td, #brand-header .table-hover .table-active:hover > th, #brand-footer .table-hover .table-active:hover > td, #brand-footer .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

#brand-header .table .thead-dark th, #brand-footer .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

#brand-header .table .thead-light th, #brand-footer .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

#brand-header .table-dark, #brand-footer .table-dark {
    color: #fff;
    background-color: #343a40;
}

#brand-header .table-dark td, #brand-header .table-dark th, #brand-header .table-dark thead th, #brand-footer .table-dark td, #brand-footer .table-dark th, #brand-footer .table-dark thead th {
    border-color: #454d55;
}

#brand-header .table-dark.table-bordered, #brand-footer .table-dark.table-bordered {
    border: 0;
}

#brand-header .table-dark.table-striped tbody tr:nth-of-type(odd), #brand-footer .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

#brand-header .table-dark.table-hover tbody tr:hover, #brand-footer .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    #brand-header .table-responsive-sm, #brand-footer .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #brand-header .table-responsive-sm > .table-bordered, #brand-footer .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    #brand-header .table-responsive-md, #brand-footer .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #brand-header .table-responsive-md > .table-bordered, #brand-footer .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    #brand-header .table-responsive-lg, #brand-footer .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #brand-header .table-responsive-lg > .table-bordered, #brand-footer .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    #brand-header .table-responsive-xl, #brand-footer .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #brand-header .table-responsive-xl > .table-bordered, #brand-footer .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

#brand-header .table-responsive, #brand-footer .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#brand-header .table-responsive > .table-bordered, #brand-footer .table-responsive > .table-bordered {
    border: 0;
}

#brand-header .form-control, #brand-footer .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .form-control, #brand-footer .form-control {
        transition: none;
    }
}

#brand-header .form-control::-ms-expand, #brand-footer .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

#brand-header .form-control:focus, #brand-footer .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .form-control::-webkit-input-placeholder, #brand-footer .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

#brand-header .form-control::-moz-placeholder, #brand-footer .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

#brand-header .form-control:-ms-input-placeholder, #brand-footer .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

#brand-header .form-control::-ms-input-placeholder, #brand-footer .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

#brand-header .form-control::placeholder, #brand-footer .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

#brand-header .form-control:disabled, #brand-header .form-control[readonly], #brand-footer .form-control:disabled, #brand-footer .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

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

#brand-header .form-control-file, #brand-header .form-control-range, #brand-footer .form-control-file, #brand-footer .form-control-range {
    display: block;
    width: 100%;
}

#brand-header .col-form-label, #brand-footer .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

#brand-header .col-form-label-lg, #brand-footer .col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

#brand-header .col-form-label-sm, #brand-footer .col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}

#brand-header .form-control-plaintext, #brand-footer .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

#brand-header .form-control-plaintext.form-control-lg, #brand-header .form-control-plaintext.form-control-sm, #brand-footer .form-control-plaintext.form-control-lg, #brand-footer .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}

#brand-header .form-control-sm, #brand-footer .form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

#brand-header .form-control-lg, #brand-footer .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

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

#brand-header textarea.form-control, #brand-footer textarea.form-control {
    height: auto;
}

#brand-header .form-group, #brand-footer .form-group {
    margin-bottom: 1rem;
}

#brand-header .form-text, #brand-footer .form-text {
    display: block;
    margin-top: .25rem;
}

#brand-header .form-row, #brand-footer .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

#brand-header .form-row > .col, #brand-header .form-row > [class*=col-], #brand-footer .form-row > .col, #brand-footer .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

#brand-header .form-check, #brand-footer .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

#brand-header .form-check-input, #brand-footer .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

#brand-header .form-check-input:disabled ~ .form-check-label, #brand-footer .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

#brand-header .form-check-label, #brand-footer .form-check-label {
    margin-bottom: 0;
}

#brand-header .form-check-inline, #brand-footer .form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

#brand-header .form-check-inline .form-check-input, #brand-footer .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

#brand-header .valid-feedback, #brand-footer .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

#brand-header .valid-tooltip, #brand-footer .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem;
}

#brand-header .form-control.is-valid, #brand-header .was-validated .form-control:valid, #brand-footer .form-control.is-valid, #brand-footer .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#brand-header .form-control.is-valid:focus, #brand-header .was-validated .form-control:valid:focus, #brand-footer .form-control.is-valid:focus, #brand-footer .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

#brand-header .form-control.is-valid ~ .valid-feedback, #brand-header .form-control.is-valid ~ .valid-tooltip, #brand-header .was-validated .form-control:valid ~ .valid-feedback, #brand-header .was-validated .form-control:valid ~ .valid-tooltip, #brand-footer .form-control.is-valid ~ .valid-feedback, #brand-footer .form-control.is-valid ~ .valid-tooltip, #brand-footer .was-validated .form-control:valid ~ .valid-feedback, #brand-footer .was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}

#brand-header .was-validated textarea.form-control:valid, #brand-header textarea.form-control.is-valid, #brand-footer .was-validated textarea.form-control:valid, #brand-footer textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

#brand-header .custom-select.is-valid, #brand-header .was-validated .custom-select:valid, #brand-footer .custom-select.is-valid, #brand-footer .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

#brand-header .custom-select.is-valid:focus, #brand-header .was-validated .custom-select:valid:focus, #brand-footer .custom-select.is-valid:focus, #brand-footer .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

#brand-header .custom-select.is-valid ~ .valid-feedback, #brand-header .custom-select.is-valid ~ .valid-tooltip, #brand-header .was-validated .custom-select:valid ~ .valid-feedback, #brand-header .was-validated .custom-select:valid ~ .valid-tooltip, #brand-footer .custom-select.is-valid ~ .valid-feedback, #brand-footer .custom-select.is-valid ~ .valid-tooltip, #brand-footer .was-validated .custom-select:valid ~ .valid-feedback, #brand-footer .was-validated .custom-select:valid ~ .valid-tooltip {
    display: block;
}

#brand-header .form-control-file.is-valid ~ .valid-feedback, #brand-header .form-control-file.is-valid ~ .valid-tooltip, #brand-header .was-validated .form-control-file:valid ~ .valid-feedback, #brand-header .was-validated .form-control-file:valid ~ .valid-tooltip, #brand-footer .form-control-file.is-valid ~ .valid-feedback, #brand-footer .form-control-file.is-valid ~ .valid-tooltip, #brand-footer .was-validated .form-control-file:valid ~ .valid-feedback, #brand-footer .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}

#brand-header .form-check-input.is-valid ~ .form-check-label, #brand-header .was-validated .form-check-input:valid ~ .form-check-label, #brand-footer .form-check-input.is-valid ~ .form-check-label, #brand-footer .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}

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

#brand-header .custom-control-input.is-valid ~ .custom-control-label, #brand-header .was-validated .custom-control-input:valid ~ .custom-control-label, #brand-footer .custom-control-input.is-valid ~ .custom-control-label, #brand-footer .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}

#brand-header .custom-control-input.is-valid ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:valid ~ .custom-control-label::before, #brand-footer .custom-control-input.is-valid ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745;
}

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

#brand-header .custom-control-input.is-valid:checked ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, #brand-footer .custom-control-input.is-valid:checked ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

#brand-header .custom-control-input.is-valid:focus ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, #brand-footer .custom-control-input.is-valid:focus ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

#brand-header .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, #brand-footer .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

#brand-header .custom-file-input.is-valid ~ .custom-file-label, #brand-header .was-validated .custom-file-input:valid ~ .custom-file-label, #brand-footer .custom-file-input.is-valid ~ .custom-file-label, #brand-footer .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}

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

#brand-header .custom-file-input.is-valid:focus ~ .custom-file-label, #brand-header .was-validated .custom-file-input:valid:focus ~ .custom-file-label, #brand-footer .custom-file-input.is-valid:focus ~ .custom-file-label, #brand-footer .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

#brand-header .invalid-feedback, #brand-footer .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

#brand-header .invalid-tooltip, #brand-footer .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem;
}

#brand-header .form-control.is-invalid, #brand-header .was-validated .form-control:invalid, #brand-footer .form-control.is-invalid, #brand-footer .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#brand-header .form-control.is-invalid:focus, #brand-header .was-validated .form-control:invalid:focus, #brand-footer .form-control.is-invalid:focus, #brand-footer .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#brand-header .form-control.is-invalid ~ .invalid-feedback, #brand-header .form-control.is-invalid ~ .invalid-tooltip, #brand-header .was-validated .form-control:invalid ~ .invalid-feedback, #brand-header .was-validated .form-control:invalid ~ .invalid-tooltip, #brand-footer .form-control.is-invalid ~ .invalid-feedback, #brand-footer .form-control.is-invalid ~ .invalid-tooltip, #brand-footer .was-validated .form-control:invalid ~ .invalid-feedback, #brand-footer .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}

#brand-header .was-validated textarea.form-control:invalid, #brand-header textarea.form-control.is-invalid, #brand-footer .was-validated textarea.form-control:invalid, #brand-footer textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

#brand-header .custom-select.is-invalid, #brand-header .was-validated .custom-select:invalid, #brand-footer .custom-select.is-invalid, #brand-footer .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

#brand-header .custom-select.is-invalid:focus, #brand-header .was-validated .custom-select:invalid:focus, #brand-footer .custom-select.is-invalid:focus, #brand-footer .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#brand-header .custom-select.is-invalid ~ .invalid-feedback, #brand-header .custom-select.is-invalid ~ .invalid-tooltip, #brand-header .was-validated .custom-select:invalid ~ .invalid-feedback, #brand-header .was-validated .custom-select:invalid ~ .invalid-tooltip, #brand-footer .custom-select.is-invalid ~ .invalid-feedback, #brand-footer .custom-select.is-invalid ~ .invalid-tooltip, #brand-footer .was-validated .custom-select:invalid ~ .invalid-feedback, #brand-footer .was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block;
}

#brand-header .form-control-file.is-invalid ~ .invalid-feedback, #brand-header .form-control-file.is-invalid ~ .invalid-tooltip, #brand-header .was-validated .form-control-file:invalid ~ .invalid-feedback, #brand-header .was-validated .form-control-file:invalid ~ .invalid-tooltip, #brand-footer .form-control-file.is-invalid ~ .invalid-feedback, #brand-footer .form-control-file.is-invalid ~ .invalid-tooltip, #brand-footer .was-validated .form-control-file:invalid ~ .invalid-feedback, #brand-footer .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}

#brand-header .form-check-input.is-invalid ~ .form-check-label, #brand-header .was-validated .form-check-input:invalid ~ .form-check-label, #brand-footer .form-check-input.is-invalid ~ .form-check-label, #brand-footer .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

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

#brand-header .custom-control-input.is-invalid ~ .custom-control-label, #brand-header .was-validated .custom-control-input:invalid ~ .custom-control-label, #brand-footer .custom-control-input.is-invalid ~ .custom-control-label, #brand-footer .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}

#brand-header .custom-control-input.is-invalid ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:invalid ~ .custom-control-label::before, #brand-footer .custom-control-input.is-invalid ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}

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

#brand-header .custom-control-input.is-invalid:checked ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, #brand-footer .custom-control-input.is-invalid:checked ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

#brand-header .custom-control-input.is-invalid:focus ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, #brand-footer .custom-control-input.is-invalid:focus ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#brand-header .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, #brand-header .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, #brand-footer .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, #brand-footer .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

#brand-header .custom-file-input.is-invalid ~ .custom-file-label, #brand-header .was-validated .custom-file-input:invalid ~ .custom-file-label, #brand-footer .custom-file-input.is-invalid ~ .custom-file-label, #brand-footer .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}

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

#brand-header .custom-file-input.is-invalid:focus ~ .custom-file-label, #brand-header .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, #brand-footer .custom-file-input.is-invalid:focus ~ .custom-file-label, #brand-footer .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#brand-header .form-inline, #brand-footer .form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

#brand-header .form-inline .form-check, #brand-footer .form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    #brand-header .form-inline label, #brand-footer .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    #brand-header .form-inline .form-group, #brand-footer .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    #brand-header .form-inline .form-control, #brand-footer .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    #brand-header .form-inline .form-control-plaintext, #brand-footer .form-inline .form-control-plaintext {
        display: inline-block;
    }
    #brand-header .form-inline .custom-select, #brand-header .form-inline .input-group, #brand-footer .form-inline .custom-select, #brand-footer .form-inline .input-group {
        width: auto;
    }
    #brand-header .form-inline .form-check, #brand-footer .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    #brand-header .form-inline .form-check-input, #brand-footer .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }
    #brand-header .form-inline .custom-control, #brand-footer .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #brand-header .form-inline .custom-control-label, #brand-footer .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

#brand-header .btn, #brand-footer .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .btn, #brand-footer .btn {
        transition: none;
    }
}

#brand-header .btn:hover, #brand-footer .btn:hover {
    color: #212529;
    text-decoration: none;
}

#brand-header .btn.focus, #brand-header .btn:focus, #brand-footer .btn.focus, #brand-footer .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .btn.disabled, #brand-header .btn:disabled, #brand-footer .btn.disabled, #brand-footer .btn:disabled {
    opacity: .65;
}

#brand-header a.btn.disabled, #brand-header fieldset:disabled a.btn, #brand-footer a.btn.disabled, #brand-footer fieldset:disabled a.btn {
    pointer-events: none;
}

#brand-header .btn-primary, #brand-footer .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#brand-header .btn-primary:hover, #brand-footer .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

#brand-header .btn-primary.focus, #brand-header .btn-primary:focus, #brand-footer .btn-primary.focus, #brand-footer .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

#brand-header .btn-primary.disabled, #brand-header .btn-primary:disabled, #brand-footer .btn-primary.disabled, #brand-footer .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#brand-header .btn-primary:not(:disabled):not(.disabled).active, #brand-header .btn-primary:not(:disabled):not(.disabled):active, #brand-header .show > .btn-primary.dropdown-toggle, #brand-footer .btn-primary:not(:disabled):not(.disabled).active, #brand-footer .btn-primary:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

#brand-header .btn-primary:not(:disabled):not(.disabled).active:focus, #brand-header .btn-primary:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-primary.dropdown-toggle:focus, #brand-footer .btn-primary:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-primary:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

#brand-header .btn-secondary, #brand-footer .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#brand-header .btn-secondary:hover, #brand-footer .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

#brand-header .btn-secondary.focus, #brand-header .btn-secondary:focus, #brand-footer .btn-secondary.focus, #brand-footer .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

#brand-header .btn-secondary.disabled, #brand-header .btn-secondary:disabled, #brand-footer .btn-secondary.disabled, #brand-footer .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#brand-header .btn-secondary:not(:disabled):not(.disabled).active, #brand-header .btn-secondary:not(:disabled):not(.disabled):active, #brand-header .show > .btn-secondary.dropdown-toggle, #brand-footer .btn-secondary:not(:disabled):not(.disabled).active, #brand-footer .btn-secondary:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

#brand-header .btn-secondary:not(:disabled):not(.disabled).active:focus, #brand-header .btn-secondary:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-secondary.dropdown-toggle:focus, #brand-footer .btn-secondary:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-secondary:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

#brand-header .btn-success, #brand-footer .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

#brand-header .btn-success:hover, #brand-footer .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

#brand-header .btn-success.focus, #brand-header .btn-success:focus, #brand-footer .btn-success.focus, #brand-footer .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

#brand-header .btn-success.disabled, #brand-header .btn-success:disabled, #brand-footer .btn-success.disabled, #brand-footer .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

#brand-header .btn-success:not(:disabled):not(.disabled).active, #brand-header .btn-success:not(:disabled):not(.disabled):active, #brand-header .show > .btn-success.dropdown-toggle, #brand-footer .btn-success:not(:disabled):not(.disabled).active, #brand-footer .btn-success:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

#brand-header .btn-success:not(:disabled):not(.disabled).active:focus, #brand-header .btn-success:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-success.dropdown-toggle:focus, #brand-footer .btn-success:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-success:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

#brand-header .btn-info, #brand-footer .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

#brand-header .btn-info:hover, #brand-footer .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

#brand-header .btn-info.focus, #brand-header .btn-info:focus, #brand-footer .btn-info.focus, #brand-footer .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

#brand-header .btn-info.disabled, #brand-header .btn-info:disabled, #brand-footer .btn-info.disabled, #brand-footer .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

#brand-header .btn-info:not(:disabled):not(.disabled).active, #brand-header .btn-info:not(:disabled):not(.disabled):active, #brand-header .show > .btn-info.dropdown-toggle, #brand-footer .btn-info:not(:disabled):not(.disabled).active, #brand-footer .btn-info:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

#brand-header .btn-info:not(:disabled):not(.disabled).active:focus, #brand-header .btn-info:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-info.dropdown-toggle:focus, #brand-footer .btn-info:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-info:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

#brand-header .btn-warning, #brand-footer .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

#brand-header .btn-warning:hover, #brand-footer .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

#brand-header .btn-warning.focus, #brand-header .btn-warning:focus, #brand-footer .btn-warning.focus, #brand-footer .btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

#brand-header .btn-warning.disabled, #brand-header .btn-warning:disabled, #brand-footer .btn-warning.disabled, #brand-footer .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

#brand-header .btn-warning:not(:disabled):not(.disabled).active, #brand-header .btn-warning:not(:disabled):not(.disabled):active, #brand-header .show > .btn-warning.dropdown-toggle, #brand-footer .btn-warning:not(:disabled):not(.disabled).active, #brand-footer .btn-warning:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

#brand-header .btn-warning:not(:disabled):not(.disabled).active:focus, #brand-header .btn-warning:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-warning.dropdown-toggle:focus, #brand-footer .btn-warning:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-warning:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

#brand-header .btn-danger, #brand-footer .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

#brand-header .btn-danger:hover, #brand-footer .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

#brand-header .btn-danger.focus, #brand-header .btn-danger:focus, #brand-footer .btn-danger.focus, #brand-footer .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

#brand-header .btn-danger.disabled, #brand-header .btn-danger:disabled, #brand-footer .btn-danger.disabled, #brand-footer .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

#brand-header .btn-danger:not(:disabled):not(.disabled).active, #brand-header .btn-danger:not(:disabled):not(.disabled):active, #brand-header .show > .btn-danger.dropdown-toggle, #brand-footer .btn-danger:not(:disabled):not(.disabled).active, #brand-footer .btn-danger:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

#brand-header .btn-danger:not(:disabled):not(.disabled).active:focus, #brand-header .btn-danger:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-danger.dropdown-toggle:focus, #brand-footer .btn-danger:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-danger:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

#brand-header .btn-light, #brand-footer .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

#brand-header .btn-light:hover, #brand-footer .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

#brand-header .btn-light.focus, #brand-header .btn-light:focus, #brand-footer .btn-light.focus, #brand-footer .btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

#brand-header .btn-light.disabled, #brand-header .btn-light:disabled, #brand-footer .btn-light.disabled, #brand-footer .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

#brand-header .btn-light:not(:disabled):not(.disabled).active, #brand-header .btn-light:not(:disabled):not(.disabled):active, #brand-header .show > .btn-light.dropdown-toggle, #brand-footer .btn-light:not(:disabled):not(.disabled).active, #brand-footer .btn-light:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

#brand-header .btn-light:not(:disabled):not(.disabled).active:focus, #brand-header .btn-light:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-light.dropdown-toggle:focus, #brand-footer .btn-light:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-light:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

#brand-header .btn-dark, #brand-footer .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

#brand-header .btn-dark:hover, #brand-footer .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

#brand-header .btn-dark.focus, #brand-header .btn-dark:focus, #brand-footer .btn-dark.focus, #brand-footer .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

#brand-header .btn-dark.disabled, #brand-header .btn-dark:disabled, #brand-footer .btn-dark.disabled, #brand-footer .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

#brand-header .btn-dark:not(:disabled):not(.disabled).active, #brand-header .btn-dark:not(:disabled):not(.disabled):active, #brand-header .show > .btn-dark.dropdown-toggle, #brand-footer .btn-dark:not(:disabled):not(.disabled).active, #brand-footer .btn-dark:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

#brand-header .btn-dark:not(:disabled):not(.disabled).active:focus, #brand-header .btn-dark:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-dark.dropdown-toggle:focus, #brand-footer .btn-dark:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-dark:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

#brand-header .btn-outline-primary, #brand-footer .btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

#brand-header .btn-outline-primary:hover, #brand-footer .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#brand-header .btn-outline-primary.focus, #brand-header .btn-outline-primary:focus, #brand-footer .btn-outline-primary.focus, #brand-footer .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

#brand-header .btn-outline-primary.disabled, #brand-header .btn-outline-primary:disabled, #brand-footer .btn-outline-primary.disabled, #brand-footer .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

#brand-header .btn-outline-primary:not(:disabled):not(.disabled).active, #brand-header .btn-outline-primary:not(:disabled):not(.disabled):active, #brand-header .show > .btn-outline-primary.dropdown-toggle, #brand-footer .btn-outline-primary:not(:disabled):not(.disabled).active, #brand-footer .btn-outline-primary:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#brand-header .btn-outline-primary:not(:disabled):not(.disabled).active:focus, #brand-header .btn-outline-primary:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-outline-primary.dropdown-toggle:focus, #brand-footer .btn-outline-primary:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-outline-primary:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

#brand-header .btn-outline-secondary, #brand-footer .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

#brand-header .btn-outline-secondary:hover, #brand-footer .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#brand-header .btn-outline-secondary.focus, #brand-header .btn-outline-secondary:focus, #brand-footer .btn-outline-secondary.focus, #brand-footer .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

#brand-header .btn-outline-secondary.disabled, #brand-header .btn-outline-secondary:disabled, #brand-footer .btn-outline-secondary.disabled, #brand-footer .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

#brand-header .btn-outline-secondary:not(:disabled):not(.disabled).active, #brand-header .btn-outline-secondary:not(:disabled):not(.disabled):active, #brand-header .show > .btn-outline-secondary.dropdown-toggle, #brand-footer .btn-outline-secondary:not(:disabled):not(.disabled).active, #brand-footer .btn-outline-secondary:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#brand-header .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, #brand-header .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-outline-secondary.dropdown-toggle:focus, #brand-footer .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

#brand-header .btn-outline-success, #brand-footer .btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

#brand-header .btn-outline-success:hover, #brand-footer .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

#brand-header .btn-outline-success.focus, #brand-header .btn-outline-success:focus, #brand-footer .btn-outline-success.focus, #brand-footer .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

#brand-header .btn-outline-success.disabled, #brand-header .btn-outline-success:disabled, #brand-footer .btn-outline-success.disabled, #brand-footer .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

#brand-header .btn-outline-success:not(:disabled):not(.disabled).active, #brand-header .btn-outline-success:not(:disabled):not(.disabled):active, #brand-header .show > .btn-outline-success.dropdown-toggle, #brand-footer .btn-outline-success:not(:disabled):not(.disabled).active, #brand-footer .btn-outline-success:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

#brand-header .btn-outline-success:not(:disabled):not(.disabled).active:focus, #brand-header .btn-outline-success:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-outline-success.dropdown-toggle:focus, #brand-footer .btn-outline-success:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-outline-success:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

#brand-header .btn-outline-info, #brand-footer .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

#brand-header .btn-outline-info:hover, #brand-footer .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

#brand-header .btn-outline-info.focus, #brand-header .btn-outline-info:focus, #brand-footer .btn-outline-info.focus, #brand-footer .btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

#brand-header .btn-outline-info.disabled, #brand-header .btn-outline-info:disabled, #brand-footer .btn-outline-info.disabled, #brand-footer .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

#brand-header .btn-outline-info:not(:disabled):not(.disabled).active, #brand-header .btn-outline-info:not(:disabled):not(.disabled):active, #brand-header .show > .btn-outline-info.dropdown-toggle, #brand-footer .btn-outline-info:not(:disabled):not(.disabled).active, #brand-footer .btn-outline-info:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

#brand-header .btn-outline-info:not(:disabled):not(.disabled).active:focus, #brand-header .btn-outline-info:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-outline-info.dropdown-toggle:focus, #brand-footer .btn-outline-info:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-outline-info:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

#brand-header .btn-outline-warning, #brand-footer .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

#brand-header .btn-outline-warning:hover, #brand-footer .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

#brand-header .btn-outline-warning.focus, #brand-header .btn-outline-warning:focus, #brand-footer .btn-outline-warning.focus, #brand-footer .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

#brand-header .btn-outline-warning.disabled, #brand-header .btn-outline-warning:disabled, #brand-footer .btn-outline-warning.disabled, #brand-footer .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

#brand-header .btn-outline-warning:not(:disabled):not(.disabled).active, #brand-header .btn-outline-warning:not(:disabled):not(.disabled):active, #brand-header .show > .btn-outline-warning.dropdown-toggle, #brand-footer .btn-outline-warning:not(:disabled):not(.disabled).active, #brand-footer .btn-outline-warning:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

#brand-header .btn-outline-warning:not(:disabled):not(.disabled).active:focus, #brand-header .btn-outline-warning:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-outline-warning.dropdown-toggle:focus, #brand-footer .btn-outline-warning:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-outline-warning:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

#brand-header .btn-outline-danger, #brand-footer .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

#brand-header .btn-outline-danger:hover, #brand-footer .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

#brand-header .btn-outline-danger.focus, #brand-header .btn-outline-danger:focus, #brand-footer .btn-outline-danger.focus, #brand-footer .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

#brand-header .btn-outline-danger.disabled, #brand-header .btn-outline-danger:disabled, #brand-footer .btn-outline-danger.disabled, #brand-footer .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

#brand-header .btn-outline-danger:not(:disabled):not(.disabled).active, #brand-header .btn-outline-danger:not(:disabled):not(.disabled):active, #brand-header .show > .btn-outline-danger.dropdown-toggle, #brand-footer .btn-outline-danger:not(:disabled):not(.disabled).active, #brand-footer .btn-outline-danger:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

#brand-header .btn-outline-danger:not(:disabled):not(.disabled).active:focus, #brand-header .btn-outline-danger:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-outline-danger.dropdown-toggle:focus, #brand-footer .btn-outline-danger:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-outline-danger:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

#brand-header .btn-outline-light, #brand-footer .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

#brand-header .btn-outline-light:hover, #brand-footer .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

#brand-header .btn-outline-light.focus, #brand-header .btn-outline-light:focus, #brand-footer .btn-outline-light.focus, #brand-footer .btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

#brand-header .btn-outline-light.disabled, #brand-header .btn-outline-light:disabled, #brand-footer .btn-outline-light.disabled, #brand-footer .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

#brand-header .btn-outline-light:not(:disabled):not(.disabled).active, #brand-header .btn-outline-light:not(:disabled):not(.disabled):active, #brand-header .show > .btn-outline-light.dropdown-toggle, #brand-footer .btn-outline-light:not(:disabled):not(.disabled).active, #brand-footer .btn-outline-light:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

#brand-header .btn-outline-light:not(:disabled):not(.disabled).active:focus, #brand-header .btn-outline-light:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-outline-light.dropdown-toggle:focus, #brand-footer .btn-outline-light:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-outline-light:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

#brand-header .btn-outline-dark, #brand-footer .btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

#brand-header .btn-outline-dark:hover, #brand-footer .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

#brand-header .btn-outline-dark.focus, #brand-header .btn-outline-dark:focus, #brand-footer .btn-outline-dark.focus, #brand-footer .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

#brand-header .btn-outline-dark.disabled, #brand-header .btn-outline-dark:disabled, #brand-footer .btn-outline-dark.disabled, #brand-footer .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

#brand-header .btn-outline-dark:not(:disabled):not(.disabled).active, #brand-header .btn-outline-dark:not(:disabled):not(.disabled):active, #brand-header .show > .btn-outline-dark.dropdown-toggle, #brand-footer .btn-outline-dark:not(:disabled):not(.disabled).active, #brand-footer .btn-outline-dark:not(:disabled):not(.disabled):active, #brand-footer .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

#brand-header .btn-outline-dark:not(:disabled):not(.disabled).active:focus, #brand-header .btn-outline-dark:not(:disabled):not(.disabled):active:focus, #brand-header .show > .btn-outline-dark.dropdown-toggle:focus, #brand-footer .btn-outline-dark:not(:disabled):not(.disabled).active:focus, #brand-footer .btn-outline-dark:not(:disabled):not(.disabled):active:focus, #brand-footer .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

#brand-header .btn-link, #brand-footer .btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

#brand-header .btn-link:hover, #brand-footer .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

#brand-header .btn-link.focus, #brand-header .btn-link:focus, #brand-footer .btn-link.focus, #brand-footer .btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}

#brand-header .btn-link.disabled, #brand-header .btn-link:disabled, #brand-footer .btn-link.disabled, #brand-footer .btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}

#brand-header .btn-group-lg > .btn, #brand-header .btn-lg, #brand-footer .btn-group-lg > .btn, #brand-footer .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

#brand-header .btn-group-sm > .btn, #brand-header .btn-sm, #brand-footer .btn-group-sm > .btn, #brand-footer .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

#brand-header .btn-block, #brand-footer .btn-block {
    display: block;
    width: 100%;
}

#brand-header .btn-block + .btn-block, #brand-footer .btn-block + .btn-block {
    margin-top: .5rem;
}

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

#brand-header .fade, #brand-footer .fade {
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .fade, #brand-footer .fade {
        transition: none;
    }
}

#brand-header .fade:not(.show), #brand-footer .fade:not(.show) {
    opacity: 0;
}

#brand-header .collapse:not(.show), #brand-footer .collapse:not(.show) {
    display: none;
}

#brand-header .collapsing, #brand-footer .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .collapsing, #brand-footer .collapsing {
        transition: none;
    }
}

#brand-header .dropdown, #brand-header .dropleft, #brand-header .dropright, #brand-header .dropup, #brand-footer .dropdown, #brand-footer .dropleft, #brand-footer .dropright, #brand-footer .dropup {
    position: relative;
}

#brand-header .dropdown-toggle, #brand-footer .dropdown-toggle {
    white-space: nowrap;
}
@media (min-width: 576px) {
    #brand-header .dropdown-menu-sm-left, #brand-footer .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    #brand-header .dropdown-menu-sm-right, #brand-footer .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    #brand-header .dropdown-menu-md-left, #brand-footer .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    #brand-header .dropdown-menu-md-right, #brand-footer .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    #brand-header .dropdown-menu-lg-left, #brand-footer .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    #brand-header .dropdown-menu-lg-right, #brand-footer .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    #brand-header .dropdown-menu-xl-left, #brand-footer .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    #brand-header .dropdown-menu-xl-right, #brand-footer .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

#brand-header .dropup .dropdown-menu, #brand-footer .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}

#brand-header .dropup .dropdown-toggle::after, #brand-footer .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

#brand-header .dropup .dropdown-toggle:empty::after, #brand-footer .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

#brand-header .dropright .dropdown-menu, #brand-footer .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}

#brand-header .dropright .dropdown-toggle::after, #brand-footer .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

#brand-header .dropright .dropdown-toggle:empty::after, #brand-footer .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

#brand-header .dropright .dropdown-toggle::after, #brand-footer .dropright .dropdown-toggle::after {
    vertical-align: 0;
}

#brand-header .dropleft .dropdown-menu, #brand-footer .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}

#brand-header .dropleft .dropdown-toggle::after, #brand-footer .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
}

#brand-header .dropleft .dropdown-toggle::after, #brand-footer .dropleft .dropdown-toggle::after {
    display: none;
}

#brand-header .dropleft .dropdown-toggle::before, #brand-footer .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

#brand-header .dropleft .dropdown-toggle:empty::after, #brand-footer .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

#brand-header .dropleft .dropdown-toggle::before, #brand-footer .dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

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

#brand-header .dropdown-divider, #brand-footer .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

#brand-header .dropdown-item, #brand-footer .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#brand-header .dropdown-item:focus, #brand-header .dropdown-item:hover, #brand-footer .dropdown-item:focus, #brand-footer .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

#brand-header .dropdown-item.active, #brand-header .dropdown-item:active, #brand-footer .dropdown-item.active, #brand-footer .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

#brand-header .dropdown-item.disabled, #brand-header .dropdown-item:disabled, #brand-footer .dropdown-item.disabled, #brand-footer .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

#brand-header .dropdown-menu.show, #brand-footer .dropdown-menu.show {
    display: block;
}

#brand-header .dropdown-header, #brand-footer .dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}

#brand-header .dropdown-item-text, #brand-footer .dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529;
}

#brand-header .btn-group, #brand-header .btn-group-vertical, #brand-footer .btn-group, #brand-footer .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

#brand-header .btn-group-vertical > .btn, #brand-header .btn-group > .btn, #brand-footer .btn-group-vertical > .btn, #brand-footer .btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#brand-header .btn-group-vertical > .btn:hover, #brand-header .btn-group > .btn:hover, #brand-footer .btn-group-vertical > .btn:hover, #brand-footer .btn-group > .btn:hover {
    z-index: 1;
}

#brand-header .btn-group-vertical > .btn.active, #brand-header .btn-group-vertical > .btn:active, #brand-header .btn-group-vertical > .btn:focus, #brand-header .btn-group > .btn.active, #brand-header .btn-group > .btn:active, #brand-header .btn-group > .btn:focus, #brand-footer .btn-group-vertical > .btn.active, #brand-footer .btn-group-vertical > .btn:active, #brand-footer .btn-group-vertical > .btn:focus, #brand-footer .btn-group > .btn.active, #brand-footer .btn-group > .btn:active, #brand-footer .btn-group > .btn:focus {
    z-index: 1;
}

#brand-header .btn-toolbar, #brand-footer .btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#brand-header .btn-toolbar .input-group, #brand-footer .btn-toolbar .input-group {
    width: auto;
}

#brand-header .btn-group > .btn-group:not(:first-child), #brand-header .btn-group > .btn:not(:first-child), #brand-footer .btn-group > .btn-group:not(:first-child), #brand-footer .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}

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

#brand-header .btn-group > .btn-group:not(:first-child) > .btn, #brand-header .btn-group > .btn:not(:first-child), #brand-footer .btn-group > .btn-group:not(:first-child) > .btn, #brand-footer .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#brand-header .dropdown-toggle-split, #brand-footer .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}

#brand-header .dropdown-toggle-split::after, #brand-header .dropright .dropdown-toggle-split::after, #brand-header .dropup .dropdown-toggle-split::after, #brand-footer .dropdown-toggle-split::after, #brand-footer .dropright .dropdown-toggle-split::after, #brand-footer .dropup .dropdown-toggle-split::after {
    margin-left: 0;
}

#brand-header .dropleft .dropdown-toggle-split::before, #brand-footer .dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

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

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

#brand-header .btn-group-vertical, #brand-footer .btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

#brand-header .btn-group-vertical > .btn, #brand-header .btn-group-vertical > .btn-group, #brand-footer .btn-group-vertical > .btn, #brand-footer .btn-group-vertical > .btn-group {
    width: 100%;
}

#brand-header .btn-group-vertical > .btn-group:not(:first-child), #brand-header .btn-group-vertical > .btn:not(:first-child), #brand-footer .btn-group-vertical > .btn-group:not(:first-child), #brand-footer .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}

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

#brand-header .btn-group-vertical > .btn-group:not(:first-child) > .btn, #brand-header .btn-group-vertical > .btn:not(:first-child), #brand-footer .btn-group-vertical > .btn-group:not(:first-child) > .btn, #brand-footer .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#brand-header .btn-group-toggle > .btn, #brand-header .btn-group-toggle > .btn-group > .btn, #brand-footer .btn-group-toggle > .btn, #brand-footer .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

#brand-header .btn-group-toggle > .btn input[type=checkbox], #brand-header .btn-group-toggle > .btn input[type=radio], #brand-header .btn-group-toggle > .btn-group > .btn input[type=checkbox], #brand-header .btn-group-toggle > .btn-group > .btn input[type=radio], #brand-footer .btn-group-toggle > .btn input[type=checkbox], #brand-footer .btn-group-toggle > .btn input[type=radio], #brand-footer .btn-group-toggle > .btn-group > .btn input[type=checkbox], #brand-footer .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

#brand-header .input-group, #brand-footer .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

#brand-header .input-group > .custom-file, #brand-header .input-group > .custom-select, #brand-header .input-group > .form-control, #brand-header .input-group > .form-control-plaintext, #brand-footer .input-group > .custom-file, #brand-footer .input-group > .custom-select, #brand-footer .input-group > .form-control, #brand-footer .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

#brand-header .input-group > .custom-file + .custom-file, #brand-header .input-group > .custom-file + .custom-select, #brand-header .input-group > .custom-file + .form-control, #brand-header .input-group > .custom-select + .custom-file, #brand-header .input-group > .custom-select + .custom-select, #brand-header .input-group > .custom-select + .form-control, #brand-header .input-group > .form-control + .custom-file, #brand-header .input-group > .form-control + .custom-select, #brand-header .input-group > .form-control + .form-control, #brand-header .input-group > .form-control-plaintext + .custom-file, #brand-header .input-group > .form-control-plaintext + .custom-select, #brand-header .input-group > .form-control-plaintext + .form-control, #brand-footer .input-group > .custom-file + .custom-file, #brand-footer .input-group > .custom-file + .custom-select, #brand-footer .input-group > .custom-file + .form-control, #brand-footer .input-group > .custom-select + .custom-file, #brand-footer .input-group > .custom-select + .custom-select, #brand-footer .input-group > .custom-select + .form-control, #brand-footer .input-group > .form-control + .custom-file, #brand-footer .input-group > .form-control + .custom-select, #brand-footer .input-group > .form-control + .form-control, #brand-footer .input-group > .form-control-plaintext + .custom-file, #brand-footer .input-group > .form-control-plaintext + .custom-select, #brand-footer .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}

#brand-header .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, #brand-header .input-group > .custom-select:focus, #brand-header .input-group > .form-control:focus, #brand-footer .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, #brand-footer .input-group > .custom-select:focus, #brand-footer .input-group > .form-control:focus {
    z-index: 3;
}

#brand-header .input-group > .custom-file .custom-file-input:focus, #brand-footer .input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

#brand-header .input-group > .custom-select:not(:last-child), #brand-header .input-group > .form-control:not(:last-child), #brand-footer .input-group > .custom-select:not(:last-child), #brand-footer .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#brand-header .input-group > .custom-select:not(:first-child), #brand-header .input-group > .form-control:not(:first-child), #brand-footer .input-group > .custom-select:not(:first-child), #brand-footer .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#brand-header .input-group > .custom-file, #brand-footer .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#brand-header .input-group > .custom-file:not(:last-child) .custom-file-label, #brand-header .input-group > .custom-file:not(:last-child) .custom-file-label::after, #brand-footer .input-group > .custom-file:not(:last-child) .custom-file-label, #brand-footer .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#brand-header .input-group > .custom-file:not(:first-child) .custom-file-label, #brand-footer .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#brand-header .input-group-append, #brand-header .input-group-prepend, #brand-footer .input-group-append, #brand-footer .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

#brand-header .input-group-append .btn, #brand-header .input-group-prepend .btn, #brand-footer .input-group-append .btn, #brand-footer .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

#brand-header .input-group-append .btn:focus, #brand-header .input-group-prepend .btn:focus, #brand-footer .input-group-append .btn:focus, #brand-footer .input-group-prepend .btn:focus {
    z-index: 3;
}

#brand-header .input-group-append .btn + .btn, #brand-header .input-group-append .btn + .input-group-text, #brand-header .input-group-append .input-group-text + .btn, #brand-header .input-group-append .input-group-text + .input-group-text, #brand-header .input-group-prepend .btn + .btn, #brand-header .input-group-prepend .btn + .input-group-text, #brand-header .input-group-prepend .input-group-text + .btn, #brand-header .input-group-prepend .input-group-text + .input-group-text, #brand-footer .input-group-append .btn + .btn, #brand-footer .input-group-append .btn + .input-group-text, #brand-footer .input-group-append .input-group-text + .btn, #brand-footer .input-group-append .input-group-text + .input-group-text, #brand-footer .input-group-prepend .btn + .btn, #brand-footer .input-group-prepend .btn + .input-group-text, #brand-footer .input-group-prepend .input-group-text + .btn, #brand-footer .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}

#brand-header .input-group-prepend, #brand-footer .input-group-prepend {
    margin-right: -1px;
}

#brand-header .input-group-append, #brand-footer .input-group-append {
    margin-left: -1px;
}

#brand-header .input-group-text, #brand-footer .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#brand-header .input-group-text input[type=checkbox], #brand-header .input-group-text input[type=radio], #brand-footer .input-group-text input[type=checkbox], #brand-footer .input-group-text input[type=radio] {
    margin-top: 0;
}

#brand-header .input-group-lg > .custom-select, #brand-header .input-group-lg > .form-control:not(textarea), #brand-footer .input-group-lg > .custom-select, #brand-footer .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}

#brand-header .input-group-lg > .custom-select, #brand-header .input-group-lg > .form-control, #brand-header .input-group-lg > .input-group-append > .btn, #brand-header .input-group-lg > .input-group-append > .input-group-text, #brand-header .input-group-lg > .input-group-prepend > .btn, #brand-header .input-group-lg > .input-group-prepend > .input-group-text, #brand-footer .input-group-lg > .custom-select, #brand-footer .input-group-lg > .form-control, #brand-footer .input-group-lg > .input-group-append > .btn, #brand-footer .input-group-lg > .input-group-append > .input-group-text, #brand-footer .input-group-lg > .input-group-prepend > .btn, #brand-footer .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

#brand-header .input-group-sm > .custom-select, #brand-header .input-group-sm > .form-control:not(textarea), #brand-footer .input-group-sm > .custom-select, #brand-footer .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px);
}

#brand-header .input-group-sm > .custom-select, #brand-header .input-group-sm > .form-control, #brand-header .input-group-sm > .input-group-append > .btn, #brand-header .input-group-sm > .input-group-append > .input-group-text, #brand-header .input-group-sm > .input-group-prepend > .btn, #brand-header .input-group-sm > .input-group-prepend > .input-group-text, #brand-footer .input-group-sm > .custom-select, #brand-footer .input-group-sm > .form-control, #brand-footer .input-group-sm > .input-group-append > .btn, #brand-footer .input-group-sm > .input-group-append > .input-group-text, #brand-footer .input-group-sm > .input-group-prepend > .btn, #brand-footer .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

#brand-header .input-group-lg > .custom-select, #brand-header .input-group-sm > .custom-select, #brand-footer .input-group-lg > .custom-select, #brand-footer .input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

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

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

#brand-header .custom-control, #brand-footer .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

#brand-header .custom-control-inline, #brand-footer .custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

#brand-header .custom-control-input, #brand-footer .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#brand-header .custom-control-input:checked ~ .custom-control-label::before, #brand-footer .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

#brand-header .custom-control-input:focus ~ .custom-control-label::before, #brand-footer .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .custom-control-input:focus:not(:checked) ~ .custom-control-label::before, #brand-footer .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}

#brand-header .custom-control-input:not(:disabled):active ~ .custom-control-label::before, #brand-footer .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

#brand-header .custom-control-input:disabled ~ .custom-control-label, #brand-footer .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

#brand-header .custom-control-input:disabled ~ .custom-control-label::before, #brand-footer .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

#brand-header .custom-control-label, #brand-footer .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

#brand-header .custom-control-label::before, #brand-footer .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

#brand-header .custom-control-label::after, #brand-footer .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

#brand-header .custom-checkbox .custom-control-label::before, #brand-footer .custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

#brand-header .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #brand-footer .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#brand-header .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, #brand-footer .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

#brand-header .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, #brand-footer .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

#brand-header .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, #brand-footer .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

#brand-header .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, #brand-footer .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

#brand-header .custom-radio .custom-control-label::before, #brand-footer .custom-radio .custom-control-label::before {
    border-radius: 50%;
}

#brand-header .custom-radio .custom-control-input:checked ~ .custom-control-label::after, #brand-footer .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

#brand-header .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, #brand-footer .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

#brand-header .custom-switch, #brand-footer .custom-switch {
    padding-left: 2.25rem;
}

#brand-header .custom-switch .custom-control-label::before, #brand-footer .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}

#brand-header .custom-switch .custom-control-label::after, #brand-footer .custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .custom-switch .custom-control-label::after, #brand-footer .custom-switch .custom-control-label::after {
        transition: none;
    }
}

#brand-header .custom-switch .custom-control-input:checked ~ .custom-control-label::after, #brand-footer .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

#brand-header .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, #brand-footer .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

#brand-header .custom-select, #brand-footer .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#brand-header .custom-select:focus, #brand-footer .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .custom-select:focus::-ms-value, #brand-footer .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

#brand-header .custom-select[multiple], #brand-header .custom-select[size]:not([size="1"]), #brand-footer .custom-select[multiple], #brand-footer .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none;
}

#brand-header .custom-select:disabled, #brand-footer .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

#brand-header .custom-select::-ms-expand, #brand-footer .custom-select::-ms-expand {
    display: none;
}

#brand-header .custom-select-sm, #brand-footer .custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
}

#brand-header .custom-select-lg, #brand-footer .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

#brand-header .custom-file, #brand-footer .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

#brand-header .custom-file-input, #brand-footer .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

#brand-header .custom-file-input:focus ~ .custom-file-label, #brand-footer .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .custom-file-input:disabled ~ .custom-file-label, #brand-footer .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

#brand-header .custom-file-input:lang(en) ~ .custom-file-label::after, #brand-footer .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

#brand-header .custom-file-input ~ .custom-file-label[data-browse]::after, #brand-footer .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

#brand-header .custom-file-label, #brand-footer .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#brand-header .custom-file-label::after, #brand-footer .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

#brand-header .custom-range, #brand-footer .custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#brand-header .custom-range:focus, #brand-footer .custom-range:focus {
    outline: 0;
}

#brand-header .custom-range:focus::-webkit-slider-thumb, #brand-footer .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .custom-range:focus::-moz-range-thumb, #brand-footer .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .custom-range:focus::-ms-thumb, #brand-footer .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .custom-range::-moz-focus-outer, #brand-footer .custom-range::-moz-focus-outer {
    border: 0;
}

#brand-header .custom-range::-webkit-slider-thumb, #brand-footer .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .custom-range::-webkit-slider-thumb, #brand-footer .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

#brand-header .custom-range::-webkit-slider-thumb:active, #brand-footer .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

#brand-header .custom-range::-webkit-slider-runnable-track, #brand-footer .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

#brand-header .custom-range::-moz-range-thumb, #brand-footer .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .custom-range::-moz-range-thumb, #brand-footer .custom-range::-moz-range-thumb {
        transition: none;
    }
}

#brand-header .custom-range::-moz-range-thumb:active, #brand-footer .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

#brand-header .custom-range::-moz-range-track, #brand-footer .custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

#brand-header .custom-range::-ms-thumb, #brand-footer .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .custom-range::-ms-thumb, #brand-footer .custom-range::-ms-thumb {
        transition: none;
    }
}

#brand-header .custom-range::-ms-thumb:active, #brand-footer .custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

#brand-header .custom-range::-ms-track, #brand-footer .custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
}

#brand-header .custom-range::-ms-fill-lower, #brand-footer .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

#brand-header .custom-range::-ms-fill-upper, #brand-footer .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

#brand-header .custom-range:disabled::-webkit-slider-thumb, #brand-footer .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

#brand-header .custom-range:disabled::-webkit-slider-runnable-track, #brand-footer .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

#brand-header .custom-range:disabled::-moz-range-thumb, #brand-footer .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

#brand-header .custom-range:disabled::-moz-range-track, #brand-footer .custom-range:disabled::-moz-range-track {
    cursor: default;
}

#brand-header .custom-range:disabled::-ms-thumb, #brand-footer .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

#brand-header .custom-control-label::before, #brand-header .custom-file-label, #brand-header .custom-select, #brand-footer .custom-control-label::before, #brand-footer .custom-file-label, #brand-footer .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .custom-control-label::before, #brand-header .custom-file-label, #brand-header .custom-select, #brand-footer .custom-control-label::before, #brand-footer .custom-file-label, #brand-footer .custom-select {
        transition: none;
    }
}

#brand-header .nav, #brand-footer .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#brand-header .nav-link, #brand-footer .nav-link {
    display: block;
    padding: .5rem 1rem;
}

#brand-header .nav-link:focus, #brand-header .nav-link:hover, #brand-footer .nav-link:focus, #brand-footer .nav-link:hover {
    text-decoration: none;
}

#brand-header .nav-link.disabled, #brand-footer .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

#brand-header .nav-tabs, #brand-footer .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

#brand-header .nav-tabs .nav-item, #brand-footer .nav-tabs .nav-item {
    margin-bottom: -1px;
}

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

#brand-header .nav-tabs .nav-link:focus, #brand-header .nav-tabs .nav-link:hover, #brand-footer .nav-tabs .nav-link:focus, #brand-footer .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

#brand-header .nav-tabs .nav-link.disabled, #brand-footer .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

#brand-header .nav-tabs .nav-item.show .nav-link, #brand-header .nav-tabs .nav-link.active, #brand-footer .nav-tabs .nav-item.show .nav-link, #brand-footer .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

#brand-header .nav-tabs .dropdown-menu, #brand-footer .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#brand-header .nav-pills .nav-link, #brand-footer .nav-pills .nav-link {
    border-radius: .25rem;
}

#brand-header .nav-pills .nav-link.active, #brand-header .nav-pills .show > .nav-link, #brand-footer .nav-pills .nav-link.active, #brand-footer .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

#brand-header .nav-fill .nav-item, #brand-footer .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

#brand-header .nav-justified .nav-item, #brand-footer .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

#brand-header .tab-content > .tab-pane, #brand-footer .tab-content > .tab-pane {
    display: none;
}

#brand-header .tab-content > .active, #brand-footer .tab-content > .active {
    display: block;
}

#brand-header .navbar, #brand-footer .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

#brand-header .navbar > .container, #brand-header .navbar > .container-fluid, #brand-footer .navbar > .container, #brand-footer .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#brand-header .navbar-brand, #brand-footer .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

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

#brand-header .navbar-nav, #brand-footer .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#brand-header .navbar-nav .nav-link, #brand-footer .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

#brand-header .navbar-nav .dropdown-menu, #brand-footer .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

#brand-header .navbar-text, #brand-footer .navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

#brand-header .navbar-collapse, #brand-footer .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

#brand-header .navbar-toggler, #brand-footer .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#brand-header .navbar-toggler:focus, #brand-header .navbar-toggler:hover, #brand-footer .navbar-toggler:focus, #brand-footer .navbar-toggler:hover {
    text-decoration: none;
}

#brand-header .navbar-toggler-icon, #brand-footer .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

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

@media (min-width: 576px) {
    #brand-header .navbar-expand-sm, #brand-footer .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #brand-header .navbar-expand-sm .navbar-nav, #brand-footer .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .navbar-expand-sm .navbar-nav .dropdown-menu, #brand-footer .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    #brand-header .navbar-expand-sm .navbar-nav .nav-link, #brand-footer .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    #brand-header .navbar-expand-sm > .container, #brand-header .navbar-expand-sm > .container-fluid, #brand-footer .navbar-expand-sm > .container, #brand-footer .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #brand-header .navbar-expand-sm .navbar-collapse, #brand-footer .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    #brand-header .navbar-expand-sm .navbar-toggler, #brand-footer .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

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

@media (min-width: 768px) {
    #brand-header .navbar-expand-md, #brand-footer .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #brand-header .navbar-expand-md .navbar-nav, #brand-footer .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .navbar-expand-md .navbar-nav .dropdown-menu, #brand-footer .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    #brand-header .navbar-expand-md .navbar-nav .nav-link, #brand-footer .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    #brand-header .navbar-expand-md > .container, #brand-header .navbar-expand-md > .container-fluid, #brand-footer .navbar-expand-md > .container, #brand-footer .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #brand-header .navbar-expand-md .navbar-collapse, #brand-footer .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    #brand-header .navbar-expand-md .navbar-toggler, #brand-footer .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

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

@media (min-width: 992px) {
    #brand-header .navbar-expand-lg, #brand-footer .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #brand-header .navbar-expand-lg .navbar-nav, #brand-footer .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .navbar-expand-lg .navbar-nav .dropdown-menu, #brand-footer .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    #brand-header .navbar-expand-lg .navbar-nav .nav-link, #brand-footer .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    #brand-header .navbar-expand-lg > .container, #brand-header .navbar-expand-lg > .container-fluid, #brand-footer .navbar-expand-lg > .container, #brand-footer .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #brand-header .navbar-expand-lg .navbar-collapse, #brand-footer .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    #brand-header .navbar-expand-lg .navbar-toggler, #brand-footer .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

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

@media (min-width: 1200px) {
    #brand-header .navbar-expand-xl, #brand-footer .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #brand-header .navbar-expand-xl .navbar-nav, #brand-footer .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .navbar-expand-xl .navbar-nav .dropdown-menu, #brand-footer .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    #brand-header .navbar-expand-xl .navbar-nav .nav-link, #brand-footer .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    #brand-header .navbar-expand-xl > .container, #brand-header .navbar-expand-xl > .container-fluid, #brand-footer .navbar-expand-xl > .container, #brand-footer .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #brand-header .navbar-expand-xl .navbar-collapse, #brand-footer .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    #brand-header .navbar-expand-xl .navbar-toggler, #brand-footer .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

#brand-header .navbar-expand, #brand-footer .navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#brand-header .navbar-expand > .container, #brand-header .navbar-expand > .container-fluid, #brand-footer .navbar-expand > .container, #brand-footer .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

#brand-header .navbar-expand .navbar-nav, #brand-footer .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

#brand-header .navbar-expand .navbar-nav .dropdown-menu, #brand-footer .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

#brand-header .navbar-expand .navbar-nav .nav-link, #brand-footer .navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

#brand-header .navbar-expand > .container, #brand-header .navbar-expand > .container-fluid, #brand-footer .navbar-expand > .container, #brand-footer .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#brand-header .navbar-expand .navbar-collapse, #brand-footer .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

#brand-header .navbar-expand .navbar-toggler, #brand-footer .navbar-expand .navbar-toggler {
    display: none;
}

#brand-header .navbar-light .navbar-brand, #brand-footer .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

#brand-header .navbar-light .navbar-brand:focus, #brand-header .navbar-light .navbar-brand:hover, #brand-footer .navbar-light .navbar-brand:focus, #brand-footer .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

#brand-header .navbar-light .navbar-nav .nav-link, #brand-footer .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

#brand-header .navbar-light .navbar-nav .nav-link:focus, #brand-header .navbar-light .navbar-nav .nav-link:hover, #brand-footer .navbar-light .navbar-nav .nav-link:focus, #brand-footer .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

#brand-header .navbar-light .navbar-nav .nav-link.disabled, #brand-footer .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

#brand-header .navbar-light .navbar-nav .active > .nav-link, #brand-header .navbar-light .navbar-nav .nav-link.active, #brand-header .navbar-light .navbar-nav .nav-link.show, #brand-header .navbar-light .navbar-nav .show > .nav-link, #brand-footer .navbar-light .navbar-nav .active > .nav-link, #brand-footer .navbar-light .navbar-nav .nav-link.active, #brand-footer .navbar-light .navbar-nav .nav-link.show, #brand-footer .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}

#brand-header .navbar-light .navbar-toggler, #brand-footer .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

#brand-header .navbar-light .navbar-toggler-icon, #brand-footer .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#brand-header .navbar-light .navbar-text, #brand-footer .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

#brand-header .navbar-light .navbar-text a, #brand-footer .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

#brand-header .navbar-light .navbar-text a:focus, #brand-header .navbar-light .navbar-text a:hover, #brand-footer .navbar-light .navbar-text a:focus, #brand-footer .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

#brand-header .navbar-dark .navbar-brand, #brand-footer .navbar-dark .navbar-brand {
    color: #fff;
}

#brand-header .navbar-dark .navbar-brand:focus, #brand-header .navbar-dark .navbar-brand:hover, #brand-footer .navbar-dark .navbar-brand:focus, #brand-footer .navbar-dark .navbar-brand:hover {
    color: #fff;
}

#brand-header .navbar-dark .navbar-nav .nav-link, #brand-footer .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

#brand-header .navbar-dark .navbar-nav .nav-link:focus, #brand-header .navbar-dark .navbar-nav .nav-link:hover, #brand-footer .navbar-dark .navbar-nav .nav-link:focus, #brand-footer .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

#brand-header .navbar-dark .navbar-nav .nav-link.disabled, #brand-footer .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

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

#brand-header .navbar-dark .navbar-toggler, #brand-footer .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

#brand-header .navbar-dark .navbar-toggler-icon, #brand-footer .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#brand-header .navbar-dark .navbar-text, #brand-footer .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

#brand-header .navbar-dark .navbar-text a, #brand-footer .navbar-dark .navbar-text a {
    color: #fff;
}

#brand-header .navbar-dark .navbar-text a:focus, #brand-header .navbar-dark .navbar-text a:hover, #brand-footer .navbar-dark .navbar-text a:focus, #brand-footer .navbar-dark .navbar-text a:hover {
    color: #fff;
}

#brand-header .card, #brand-footer .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
}

#brand-header .card > hr, #brand-footer .card > hr {
    margin-right: 0;
    margin-left: 0;
}

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

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

#brand-header .card-body, #brand-footer .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

#brand-header .card-title, #brand-footer .card-title {
    margin-bottom: .75rem;
}

#brand-header .card-subtitle, #brand-footer .card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

#brand-header .card-text:last-child, #brand-footer .card-text:last-child {
    margin-bottom: 0;
}

#brand-header .card-link:hover, #brand-footer .card-link:hover {
    text-decoration: none;
}

#brand-header .card-link + .card-link, #brand-footer .card-link + .card-link {
    margin-left: 1.25rem;
}

#brand-header .card-header, #brand-footer .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

#brand-header .card-header + .list-group .list-group-item:first-child, #brand-footer .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

#brand-header .card-footer, #brand-footer .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

#brand-header .card-header-tabs, #brand-footer .card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

#brand-header .card-header-pills, #brand-footer .card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

#brand-header .card-img-overlay, #brand-footer .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

#brand-header .card-img, #brand-footer .card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

#brand-header .card-img-top, #brand-footer .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

#brand-header .card-img-bottom, #brand-footer .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

#brand-header .card-deck, #brand-footer .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

#brand-header .card-deck .card, #brand-footer .card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    #brand-header .card-deck, #brand-footer .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    #brand-header .card-deck .card, #brand-footer .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

#brand-header .card-group, #brand-footer .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

#brand-header .card-group > .card, #brand-footer .card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    #brand-header .card-group, #brand-footer .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    #brand-header .card-group > .card, #brand-footer .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    #brand-header .card-group > .card + .card, #brand-footer .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    #brand-header .card-group > .card:not(:last-child), #brand-footer .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #brand-header .card-group > .card:not(:last-child) .card-header, #brand-header .card-group > .card:not(:last-child) .card-img-top, #brand-footer .card-group > .card:not(:last-child) .card-header, #brand-footer .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    #brand-header .card-group > .card:not(:last-child) .card-footer, #brand-header .card-group > .card:not(:last-child) .card-img-bottom, #brand-footer .card-group > .card:not(:last-child) .card-footer, #brand-footer .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    #brand-header .card-group > .card:not(:first-child), #brand-footer .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #brand-header .card-group > .card:not(:first-child) .card-header, #brand-header .card-group > .card:not(:first-child) .card-img-top, #brand-footer .card-group > .card:not(:first-child) .card-header, #brand-footer .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    #brand-header .card-group > .card:not(:first-child) .card-footer, #brand-header .card-group > .card:not(:first-child) .card-img-bottom, #brand-footer .card-group > .card:not(:first-child) .card-footer, #brand-footer .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}

#brand-header .card-columns .card, #brand-footer .card-columns .card {
    margin-bottom: .75rem;
}

@media (min-width: 576px) {
    #brand-header .card-columns, #brand-footer .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    #brand-header .card-columns .card, #brand-footer .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

#brand-header .accordion > .card, #brand-footer .accordion > .card {
    overflow: hidden;
}

#brand-header .accordion > .card:not(:first-of-type) .card-header:first-child, #brand-footer .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

#brand-header .accordion > .card:not(:first-of-type):not(:last-of-type), #brand-footer .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

#brand-header .accordion > .card:first-of-type, #brand-footer .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#brand-header .accordion > .card:last-of-type, #brand-footer .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#brand-header .accordion > .card .card-header, #brand-footer .accordion > .card .card-header {
    margin-bottom: -1px;
}

#brand-header .breadcrumb, #brand-footer .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

#brand-header .breadcrumb-item + .breadcrumb-item, #brand-footer .breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}

#brand-header .breadcrumb-item + .breadcrumb-item::before, #brand-footer .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

#brand-header .breadcrumb-item + .breadcrumb-item:hover::before, #brand-footer .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

#brand-header .breadcrumb-item + .breadcrumb-item:hover::before, #brand-footer .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

#brand-header .breadcrumb-item.active, #brand-footer .breadcrumb-item.active {
    color: #6c757d;
}

#brand-header .pagination, #brand-footer .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

#brand-header .page-link, #brand-footer .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

#brand-header .page-link:hover, #brand-footer .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

#brand-header .page-link:focus, #brand-footer .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#brand-header .page-item:first-child .page-link, #brand-footer .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

#brand-header .page-item:last-child .page-link, #brand-footer .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

#brand-header .page-item.active .page-link, #brand-footer .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#brand-header .page-item.disabled .page-link, #brand-footer .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

#brand-header .pagination-lg .page-link, #brand-footer .pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

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

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

#brand-header .pagination-sm .page-link, #brand-footer .pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

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

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

#brand-header .badge, #brand-footer .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .badge, #brand-footer .badge {
        transition: none;
    }
}

#brand-header a.badge:focus, #brand-header a.badge:hover, #brand-footer a.badge:focus, #brand-footer a.badge:hover {
    text-decoration: none;
}

#brand-header .badge:empty, #brand-footer .badge:empty {
    display: none;
}

#brand-header .btn .badge, #brand-footer .btn .badge {
    position: relative;
    top: -1px;
}

#brand-header .badge-pill, #brand-footer .badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

#brand-header .badge-primary, #brand-footer .badge-primary {
    color: #fff;
    background-color: #007bff;
}

#brand-header a.badge-primary:focus, #brand-header a.badge-primary:hover, #brand-footer a.badge-primary:focus, #brand-footer a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}

#brand-header a.badge-primary.focus, #brand-header a.badge-primary:focus, #brand-footer a.badge-primary.focus, #brand-footer a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

#brand-header .badge-secondary, #brand-footer .badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

#brand-header a.badge-secondary:focus, #brand-header a.badge-secondary:hover, #brand-footer a.badge-secondary:focus, #brand-footer a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}

#brand-header a.badge-secondary.focus, #brand-header a.badge-secondary:focus, #brand-footer a.badge-secondary.focus, #brand-footer a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

#brand-header .badge-success, #brand-footer .badge-success {
    color: #fff;
    background-color: #28a745;
}

#brand-header a.badge-success:focus, #brand-header a.badge-success:hover, #brand-footer a.badge-success:focus, #brand-footer a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}

#brand-header a.badge-success.focus, #brand-header a.badge-success:focus, #brand-footer a.badge-success.focus, #brand-footer a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

#brand-header .badge-info, #brand-footer .badge-info {
    color: #fff;
    background-color: #17a2b8;
}

#brand-header a.badge-info:focus, #brand-header a.badge-info:hover, #brand-footer a.badge-info:focus, #brand-footer a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}

#brand-header a.badge-info.focus, #brand-header a.badge-info:focus, #brand-footer a.badge-info.focus, #brand-footer a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

#brand-header .badge-warning, #brand-footer .badge-warning {
    color: #212529;
    background-color: #ffc107;
}

#brand-header a.badge-warning:focus, #brand-header a.badge-warning:hover, #brand-footer a.badge-warning:focus, #brand-footer a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}

#brand-header a.badge-warning.focus, #brand-header a.badge-warning:focus, #brand-footer a.badge-warning.focus, #brand-footer a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

#brand-header .badge-danger, #brand-footer .badge-danger {
    color: #fff;
    background-color: #dc3545;
}

#brand-header a.badge-danger:focus, #brand-header a.badge-danger:hover, #brand-footer a.badge-danger:focus, #brand-footer a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}

#brand-header a.badge-danger.focus, #brand-header a.badge-danger:focus, #brand-footer a.badge-danger.focus, #brand-footer a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

#brand-header .badge-light, #brand-footer .badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

#brand-header a.badge-light:focus, #brand-header a.badge-light:hover, #brand-footer a.badge-light:focus, #brand-footer a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}

#brand-header a.badge-light.focus, #brand-header a.badge-light:focus, #brand-footer a.badge-light.focus, #brand-footer a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

#brand-header .badge-dark, #brand-footer .badge-dark {
    color: #fff;
    background-color: #343a40;
}

#brand-header a.badge-dark:focus, #brand-header a.badge-dark:hover, #brand-footer a.badge-dark:focus, #brand-footer a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}

#brand-header a.badge-dark.focus, #brand-header a.badge-dark:focus, #brand-footer a.badge-dark.focus, #brand-footer a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

#brand-header .jumbotron, #brand-footer .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

@media (min-width: 576px) {
    #brand-header .jumbotron, #brand-footer .jumbotron {
        padding: 4rem 2rem;
    }
}

#brand-header .jumbotron-fluid, #brand-footer .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

#brand-header .alert, #brand-footer .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#brand-header .alert-heading, #brand-footer .alert-heading {
    color: inherit;
}

#brand-header .alert-link, #brand-footer .alert-link {
    font-weight: 700;
}

#brand-header .alert-dismissible, #brand-footer .alert-dismissible {
    padding-right: 4rem;
}

#brand-header .alert-dismissible .close, #brand-footer .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

#brand-header .alert-primary, #brand-footer .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

#brand-header .alert-primary hr, #brand-footer .alert-primary hr {
    border-top-color: #9fcdff;
}

#brand-header .alert-primary .alert-link, #brand-footer .alert-primary .alert-link {
    color: #002752;
}

#brand-header .alert-secondary, #brand-footer .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

#brand-header .alert-secondary hr, #brand-footer .alert-secondary hr {
    border-top-color: #c8cbcf;
}

#brand-header .alert-secondary .alert-link, #brand-footer .alert-secondary .alert-link {
    color: #202326;
}

#brand-header .alert-success, #brand-footer .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#brand-header .alert-success hr, #brand-footer .alert-success hr {
    border-top-color: #b1dfbb;
}

#brand-header .alert-success .alert-link, #brand-footer .alert-success .alert-link {
    color: #0b2e13;
}

#brand-header .alert-info, #brand-footer .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

#brand-header .alert-info hr, #brand-footer .alert-info hr {
    border-top-color: #abdde5;
}

#brand-header .alert-info .alert-link, #brand-footer .alert-info .alert-link {
    color: #062c33;
}

#brand-header .alert-warning, #brand-footer .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

#brand-header .alert-warning hr, #brand-footer .alert-warning hr {
    border-top-color: #ffe8a1;
}

#brand-header .alert-warning .alert-link, #brand-footer .alert-warning .alert-link {
    color: #533f03;
}

#brand-header .alert-danger, #brand-footer .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

#brand-header .alert-danger hr, #brand-footer .alert-danger hr {
    border-top-color: #f1b0b7;
}

#brand-header .alert-danger .alert-link, #brand-footer .alert-danger .alert-link {
    color: #491217;
}

#brand-header .alert-light, #brand-footer .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

#brand-header .alert-light hr, #brand-footer .alert-light hr {
    border-top-color: #ececf6;
}

#brand-header .alert-light .alert-link, #brand-footer .alert-light .alert-link {
    color: #686868;
}

#brand-header .alert-dark, #brand-footer .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

#brand-header .alert-dark hr, #brand-footer .alert-dark hr {
    border-top-color: #b9bbbe;
}

#brand-header .alert-dark .alert-link, #brand-footer .alert-dark .alert-link {
    color: #040505;
}

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

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

#brand-header .progress, #brand-footer .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

#brand-header .progress-bar, #brand-footer .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .progress-bar, #brand-footer .progress-bar {
        transition: none;
    }
}

#brand-header .progress-bar-striped, #brand-footer .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

#brand-header .progress-bar-animated, #brand-footer .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .progress-bar-animated, #brand-footer .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

#brand-header .media, #brand-footer .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

#brand-header .media-body, #brand-footer .media-body {
    -ms-flex: 1;
    flex: 1;
}

#brand-header .list-group, #brand-footer .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

#brand-header .list-group-item-action, #brand-footer .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

#brand-header .list-group-item-action:focus, #brand-header .list-group-item-action:hover, #brand-footer .list-group-item-action:focus, #brand-footer .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

#brand-header .list-group-item-action:active, #brand-footer .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

#brand-header .list-group-item, #brand-footer .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#brand-header .list-group-item:first-child, #brand-footer .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

#brand-header .list-group-item:last-child, #brand-footer .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

#brand-header .list-group-item.disabled, #brand-header .list-group-item:disabled, #brand-footer .list-group-item.disabled, #brand-footer .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

#brand-header .list-group-item.active, #brand-footer .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#brand-header .list-group-horizontal, #brand-footer .list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

#brand-header .list-group-horizontal .list-group-item, #brand-footer .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

#brand-header .list-group-horizontal .list-group-item:first-child, #brand-footer .list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}

#brand-header .list-group-horizontal .list-group-item:last-child, #brand-footer .list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
    #brand-header .list-group-horizontal-sm, #brand-footer .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .list-group-horizontal-sm .list-group-item, #brand-footer .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    #brand-header .list-group-horizontal-sm .list-group-item:first-child, #brand-footer .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }
    #brand-header .list-group-horizontal-sm .list-group-item:last-child, #brand-footer .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 768px) {
    #brand-header .list-group-horizontal-md, #brand-footer .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .list-group-horizontal-md .list-group-item, #brand-footer .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    #brand-header .list-group-horizontal-md .list-group-item:first-child, #brand-footer .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }
    #brand-header .list-group-horizontal-md .list-group-item:last-child, #brand-footer .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 992px) {
    #brand-header .list-group-horizontal-lg, #brand-footer .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .list-group-horizontal-lg .list-group-item, #brand-footer .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    #brand-header .list-group-horizontal-lg .list-group-item:first-child, #brand-footer .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }
    #brand-header .list-group-horizontal-lg .list-group-item:last-child, #brand-footer .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 1200px) {
    #brand-header .list-group-horizontal-xl, #brand-footer .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #brand-header .list-group-horizontal-xl .list-group-item, #brand-footer .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    #brand-header .list-group-horizontal-xl .list-group-item:first-child, #brand-footer .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }
    #brand-header .list-group-horizontal-xl .list-group-item:last-child, #brand-footer .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }
}

#brand-header .list-group-flush .list-group-item, #brand-footer .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

#brand-header .list-group-flush .list-group-item:last-child, #brand-footer .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

#brand-header .list-group-flush:first-child .list-group-item:first-child, #brand-footer .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

#brand-header .list-group-flush:last-child .list-group-item:last-child, #brand-footer .list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

#brand-header .list-group-item-primary, #brand-footer .list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

#brand-header .list-group-item-primary.list-group-item-action:focus, #brand-header .list-group-item-primary.list-group-item-action:hover, #brand-footer .list-group-item-primary.list-group-item-action:focus, #brand-footer .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}

#brand-header .list-group-item-primary.list-group-item-action.active, #brand-footer .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

#brand-header .list-group-item-secondary, #brand-footer .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

#brand-header .list-group-item-secondary.list-group-item-action:focus, #brand-header .list-group-item-secondary.list-group-item-action:hover, #brand-footer .list-group-item-secondary.list-group-item-action:focus, #brand-footer .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}

#brand-header .list-group-item-secondary.list-group-item-action.active, #brand-footer .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

#brand-header .list-group-item-success, #brand-footer .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

#brand-header .list-group-item-success.list-group-item-action:focus, #brand-header .list-group-item-success.list-group-item-action:hover, #brand-footer .list-group-item-success.list-group-item-action:focus, #brand-footer .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}

#brand-header .list-group-item-success.list-group-item-action.active, #brand-footer .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

#brand-header .list-group-item-info, #brand-footer .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

#brand-header .list-group-item-info.list-group-item-action:focus, #brand-header .list-group-item-info.list-group-item-action:hover, #brand-footer .list-group-item-info.list-group-item-action:focus, #brand-footer .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}

#brand-header .list-group-item-info.list-group-item-action.active, #brand-footer .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

#brand-header .list-group-item-warning, #brand-footer .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

#brand-header .list-group-item-warning.list-group-item-action:focus, #brand-header .list-group-item-warning.list-group-item-action:hover, #brand-footer .list-group-item-warning.list-group-item-action:focus, #brand-footer .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}

#brand-header .list-group-item-warning.list-group-item-action.active, #brand-footer .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

#brand-header .list-group-item-danger, #brand-footer .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

#brand-header .list-group-item-danger.list-group-item-action:focus, #brand-header .list-group-item-danger.list-group-item-action:hover, #brand-footer .list-group-item-danger.list-group-item-action:focus, #brand-footer .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}

#brand-header .list-group-item-danger.list-group-item-action.active, #brand-footer .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

#brand-header .list-group-item-light, #brand-footer .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

#brand-header .list-group-item-light.list-group-item-action:focus, #brand-header .list-group-item-light.list-group-item-action:hover, #brand-footer .list-group-item-light.list-group-item-action:focus, #brand-footer .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}

#brand-header .list-group-item-light.list-group-item-action.active, #brand-footer .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

#brand-header .list-group-item-dark, #brand-footer .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

#brand-header .list-group-item-dark.list-group-item-action:focus, #brand-header .list-group-item-dark.list-group-item-action:hover, #brand-footer .list-group-item-dark.list-group-item-action:focus, #brand-footer .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}

#brand-header .list-group-item-dark.list-group-item-action.active, #brand-footer .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

#brand-header .close, #brand-footer .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

#brand-header .close:hover, #brand-footer .close:hover {
    color: #000;
    text-decoration: none;
}

#brand-header .close:not(:disabled):not(.disabled):focus, #brand-header .close:not(:disabled):not(.disabled):hover, #brand-footer .close:not(:disabled):not(.disabled):focus, #brand-footer .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

#brand-header button.close, #brand-footer button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#brand-header a.close.disabled, #brand-footer a.close.disabled {
    pointer-events: none;
}

#brand-header .toast, #brand-footer .toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
}

#brand-header .toast:not(:last-child), #brand-footer .toast:not(:last-child) {
    margin-bottom: .75rem;
}

#brand-header .toast.showing, #brand-footer .toast.showing {
    opacity: 1;
}

#brand-header .toast.show, #brand-footer .toast.show {
    display: block;
    opacity: 1;
}

#brand-header .toast.hide, #brand-footer .toast.hide {
    display: none;
}

#brand-header .toast-header, #brand-footer .toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#brand-header .toast-body, #brand-footer .toast-body {
    padding: .75rem;
}

#brand-header .tooltip, #brand-footer .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

#brand-header .tooltip.show, #brand-footer .tooltip.show {
    opacity: .9;
}

#brand-header .tooltip .arrow, #brand-footer .tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

#brand-header .tooltip .arrow::before, #brand-footer .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

#brand-header .bs-tooltip-auto[x-placement^=top], #brand-header .bs-tooltip-top, #brand-footer .bs-tooltip-auto[x-placement^=top], #brand-footer .bs-tooltip-top {
    padding: .4rem 0;
}

#brand-header .bs-tooltip-auto[x-placement^=top] .arrow, #brand-header .bs-tooltip-top .arrow, #brand-footer .bs-tooltip-auto[x-placement^=top] .arrow, #brand-footer .bs-tooltip-top .arrow {
    bottom: 0;
}

#brand-header .bs-tooltip-auto[x-placement^=top] .arrow::before, #brand-header .bs-tooltip-top .arrow::before, #brand-footer .bs-tooltip-auto[x-placement^=top] .arrow::before, #brand-footer .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

#brand-header .bs-tooltip-auto[x-placement^=right], #brand-header .bs-tooltip-right, #brand-footer .bs-tooltip-auto[x-placement^=right], #brand-footer .bs-tooltip-right {
    padding: 0 .4rem;
}

#brand-header .bs-tooltip-auto[x-placement^=right] .arrow, #brand-header .bs-tooltip-right .arrow, #brand-footer .bs-tooltip-auto[x-placement^=right] .arrow, #brand-footer .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem;
}

#brand-header .bs-tooltip-auto[x-placement^=right] .arrow::before, #brand-header .bs-tooltip-right .arrow::before, #brand-footer .bs-tooltip-auto[x-placement^=right] .arrow::before, #brand-footer .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}

#brand-header .bs-tooltip-auto[x-placement^=bottom], #brand-header .bs-tooltip-bottom, #brand-footer .bs-tooltip-auto[x-placement^=bottom], #brand-footer .bs-tooltip-bottom {
    padding: .4rem 0;
}

#brand-header .bs-tooltip-auto[x-placement^=bottom] .arrow, #brand-header .bs-tooltip-bottom .arrow, #brand-footer .bs-tooltip-auto[x-placement^=bottom] .arrow, #brand-footer .bs-tooltip-bottom .arrow {
    top: 0;
}

#brand-header .bs-tooltip-auto[x-placement^=bottom] .arrow::before, #brand-header .bs-tooltip-bottom .arrow::before, #brand-footer .bs-tooltip-auto[x-placement^=bottom] .arrow::before, #brand-footer .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}

#brand-header .bs-tooltip-auto[x-placement^=left], #brand-header .bs-tooltip-left, #brand-footer .bs-tooltip-auto[x-placement^=left], #brand-footer .bs-tooltip-left {
    padding: 0 .4rem;
}

#brand-header .bs-tooltip-auto[x-placement^=left] .arrow, #brand-header .bs-tooltip-left .arrow, #brand-footer .bs-tooltip-auto[x-placement^=left] .arrow, #brand-footer .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem;
}

#brand-header .bs-tooltip-auto[x-placement^=left] .arrow::before, #brand-header .bs-tooltip-left .arrow::before, #brand-footer .bs-tooltip-auto[x-placement^=left] .arrow::before, #brand-footer .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}

#brand-header .tooltip-inner, #brand-footer .tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

#brand-header .popover, #brand-footer .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
}

#brand-header .popover .arrow, #brand-footer .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
}

#brand-header .popover .arrow::after, #brand-header .popover .arrow::before, #brand-footer .popover .arrow::after, #brand-footer .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

#brand-header .bs-popover-auto[x-placement^=top], #brand-header .bs-popover-top, #brand-footer .bs-popover-auto[x-placement^=top], #brand-footer .bs-popover-top {
    margin-bottom: .5rem;
}

#brand-header .bs-popover-auto[x-placement^=top] > .arrow, #brand-header .bs-popover-top > .arrow, #brand-footer .bs-popover-auto[x-placement^=top] > .arrow, #brand-footer .bs-popover-top > .arrow {
    bottom: calc((.5rem + 1px) * -1);
}

#brand-header .bs-popover-auto[x-placement^=top] > .arrow::before, #brand-header .bs-popover-top > .arrow::before, #brand-footer .bs-popover-auto[x-placement^=top] > .arrow::before, #brand-footer .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

#brand-header .bs-popover-auto[x-placement^=top] > .arrow::after, #brand-header .bs-popover-top > .arrow::after, #brand-footer .bs-popover-auto[x-placement^=top] > .arrow::after, #brand-footer .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff;
}

#brand-header .bs-popover-auto[x-placement^=right], #brand-header .bs-popover-right, #brand-footer .bs-popover-auto[x-placement^=right], #brand-footer .bs-popover-right {
    margin-left: .5rem;
}

#brand-header .bs-popover-auto[x-placement^=right] > .arrow, #brand-header .bs-popover-right > .arrow, #brand-footer .bs-popover-auto[x-placement^=right] > .arrow, #brand-footer .bs-popover-right > .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}

#brand-header .bs-popover-auto[x-placement^=right] > .arrow::before, #brand-header .bs-popover-right > .arrow::before, #brand-footer .bs-popover-auto[x-placement^=right] > .arrow::before, #brand-footer .bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

#brand-header .bs-popover-auto[x-placement^=right] > .arrow::after, #brand-header .bs-popover-right > .arrow::after, #brand-footer .bs-popover-auto[x-placement^=right] > .arrow::after, #brand-footer .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff;
}

#brand-header .bs-popover-auto[x-placement^=bottom], #brand-header .bs-popover-bottom, #brand-footer .bs-popover-auto[x-placement^=bottom], #brand-footer .bs-popover-bottom {
    margin-top: .5rem;
}

#brand-header .bs-popover-auto[x-placement^=bottom] > .arrow, #brand-header .bs-popover-bottom > .arrow, #brand-footer .bs-popover-auto[x-placement^=bottom] > .arrow, #brand-footer .bs-popover-bottom > .arrow {
    top: calc((.5rem + 1px) * -1);
}

#brand-header .bs-popover-auto[x-placement^=bottom] > .arrow::before, #brand-header .bs-popover-bottom > .arrow::before, #brand-footer .bs-popover-auto[x-placement^=bottom] > .arrow::before, #brand-footer .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

#brand-header .bs-popover-auto[x-placement^=bottom] > .arrow::after, #brand-header .bs-popover-bottom > .arrow::after, #brand-footer .bs-popover-auto[x-placement^=bottom] > .arrow::after, #brand-footer .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff;
}

#brand-header .bs-popover-auto[x-placement^=bottom] .popover-header::before, #brand-header .bs-popover-bottom .popover-header::before, #brand-footer .bs-popover-auto[x-placement^=bottom] .popover-header::before, #brand-footer .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

#brand-header .bs-popover-auto[x-placement^=left], #brand-header .bs-popover-left, #brand-footer .bs-popover-auto[x-placement^=left], #brand-footer .bs-popover-left {
    margin-right: .5rem;
}

#brand-header .bs-popover-auto[x-placement^=left] > .arrow, #brand-header .bs-popover-left > .arrow, #brand-footer .bs-popover-auto[x-placement^=left] > .arrow, #brand-footer .bs-popover-left > .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}

#brand-header .bs-popover-auto[x-placement^=left] > .arrow::before, #brand-header .bs-popover-left > .arrow::before, #brand-footer .bs-popover-auto[x-placement^=left] > .arrow::before, #brand-footer .bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

#brand-header .bs-popover-auto[x-placement^=left] > .arrow::after, #brand-header .bs-popover-left > .arrow::after, #brand-footer .bs-popover-auto[x-placement^=left] > .arrow::after, #brand-footer .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff;
}

#brand-header .popover-header, #brand-footer .popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

#brand-header .popover-header:empty, #brand-footer .popover-header:empty {
    display: none;
}

#brand-header .popover-body, #brand-footer .popover-body {
    padding: .5rem .75rem;
    color: #212529;
}

#brand-header .carousel, #brand-footer .carousel {
    position: relative;
}

#brand-header .carousel.pointer-event, #brand-footer .carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#brand-header .carousel-inner, #brand-footer .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#brand-header .carousel-inner::after, #brand-footer .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

#brand-header .carousel-item, #brand-footer .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .carousel-item, #brand-footer .carousel-item {
        transition: none;
    }
}

#brand-header .carousel-item-next, #brand-header .carousel-item-prev, #brand-header .carousel-item.active, #brand-footer .carousel-item-next, #brand-footer .carousel-item-prev, #brand-footer .carousel-item.active {
    display: block;
}

#brand-header .active.carousel-item-right, #brand-header .carousel-item-next:not(.carousel-item-left), #brand-footer .active.carousel-item-right, #brand-footer .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

#brand-header .active.carousel-item-left, #brand-header .carousel-item-prev:not(.carousel-item-right), #brand-footer .active.carousel-item-left, #brand-footer .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

#brand-header .carousel-fade .carousel-item, #brand-footer .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

#brand-header .carousel-fade .carousel-item-next.carousel-item-left, #brand-header .carousel-fade .carousel-item-prev.carousel-item-right, #brand-header .carousel-fade .carousel-item.active, #brand-footer .carousel-fade .carousel-item-next.carousel-item-left, #brand-footer .carousel-fade .carousel-item-prev.carousel-item-right, #brand-footer .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

#brand-header .carousel-fade .active.carousel-item-left, #brand-header .carousel-fade .active.carousel-item-right, #brand-footer .carousel-fade .active.carousel-item-left, #brand-footer .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .carousel-fade .active.carousel-item-left, #brand-header .carousel-fade .active.carousel-item-right, #brand-footer .carousel-fade .active.carousel-item-left, #brand-footer .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

#brand-header .carousel-control-next, #brand-header .carousel-control-prev, #brand-footer .carousel-control-next, #brand-footer .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .carousel-control-next, #brand-header .carousel-control-prev, #brand-footer .carousel-control-next, #brand-footer .carousel-control-prev {
        transition: none;
    }
}

#brand-header .carousel-control-next:focus, #brand-header .carousel-control-next:hover, #brand-header .carousel-control-prev:focus, #brand-header .carousel-control-prev:hover, #brand-footer .carousel-control-next:focus, #brand-footer .carousel-control-next:hover, #brand-footer .carousel-control-prev:focus, #brand-footer .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

#brand-header .carousel-control-prev, #brand-footer .carousel-control-prev {
    left: 0;
}

#brand-header .carousel-control-next, #brand-footer .carousel-control-next {
    right: 0;
}

#brand-header .carousel-control-next-icon, #brand-header .carousel-control-prev-icon, #brand-footer .carousel-control-next-icon, #brand-footer .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}

#brand-header .carousel-control-prev-icon, #brand-footer .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

#brand-header .carousel-control-next-icon, #brand-footer .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

#brand-header .carousel-indicators, #brand-footer .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

#brand-header .carousel-indicators li, #brand-footer .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
    #brand-header .carousel-indicators li, #brand-footer .carousel-indicators li {
        transition: none;
    }
}

#brand-header .carousel-indicators .active, #brand-footer .carousel-indicators .active {
    opacity: 1;
}

#brand-header .carousel-caption, #brand-footer .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#brand-header .spinner-border, #brand-footer .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

#brand-header .spinner-border-sm, #brand-footer .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

#brand-header .spinner-grow, #brand-footer .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

#brand-header .spinner-grow-sm, #brand-footer .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

#brand-header .align-baseline, #brand-footer .align-baseline {
    vertical-align: baseline !important;
}

#brand-header .align-top, #brand-footer .align-top {
    vertical-align: top !important;
}

#brand-header .align-middle, #brand-footer .align-middle {
    vertical-align: middle !important;
}

#brand-header .align-bottom, #brand-footer .align-bottom {
    vertical-align: bottom !important;
}

#brand-header .align-text-bottom, #brand-footer .align-text-bottom {
    vertical-align: text-bottom !important;
}

#brand-header .align-text-top, #brand-footer .align-text-top {
    vertical-align: text-top !important;
}

#brand-header .bg-primary, #brand-footer .bg-primary {
    background-color: #007bff !important;
}

#brand-header a.bg-primary:focus, #brand-header a.bg-primary:hover, #brand-header button.bg-primary:focus, #brand-header button.bg-primary:hover, #brand-footer a.bg-primary:focus, #brand-footer a.bg-primary:hover, #brand-footer button.bg-primary:focus, #brand-footer button.bg-primary:hover {
    background-color: #0062cc !important;
}

#brand-header .bg-secondary, #brand-footer .bg-secondary {
    background-color: #6c757d !important;
}

#brand-header a.bg-secondary:focus, #brand-header a.bg-secondary:hover, #brand-header button.bg-secondary:focus, #brand-header button.bg-secondary:hover, #brand-footer a.bg-secondary:focus, #brand-footer a.bg-secondary:hover, #brand-footer button.bg-secondary:focus, #brand-footer button.bg-secondary:hover {
    background-color: #545b62 !important;
}

#brand-header .bg-success, #brand-footer .bg-success {
    background-color: #28a745 !important;
}

#brand-header a.bg-success:focus, #brand-header a.bg-success:hover, #brand-header button.bg-success:focus, #brand-header button.bg-success:hover, #brand-footer a.bg-success:focus, #brand-footer a.bg-success:hover, #brand-footer button.bg-success:focus, #brand-footer button.bg-success:hover {
    background-color: #1e7e34 !important;
}

#brand-header .bg-info, #brand-footer .bg-info {
    background-color: #17a2b8 !important;
}

#brand-header a.bg-info:focus, #brand-header a.bg-info:hover, #brand-header button.bg-info:focus, #brand-header button.bg-info:hover, #brand-footer a.bg-info:focus, #brand-footer a.bg-info:hover, #brand-footer button.bg-info:focus, #brand-footer button.bg-info:hover {
    background-color: #117a8b !important;
}

#brand-header .bg-warning, #brand-footer .bg-warning {
    background-color: #ffc107 !important;
}

#brand-header a.bg-warning:focus, #brand-header a.bg-warning:hover, #brand-header button.bg-warning:focus, #brand-header button.bg-warning:hover, #brand-footer a.bg-warning:focus, #brand-footer a.bg-warning:hover, #brand-footer button.bg-warning:focus, #brand-footer button.bg-warning:hover {
    background-color: #d39e00 !important;
}

#brand-header .bg-danger, #brand-footer .bg-danger {
    background-color: #dc3545 !important;
}

#brand-header a.bg-danger:focus, #brand-header a.bg-danger:hover, #brand-header button.bg-danger:focus, #brand-header button.bg-danger:hover, #brand-footer a.bg-danger:focus, #brand-footer a.bg-danger:hover, #brand-footer button.bg-danger:focus, #brand-footer button.bg-danger:hover {
    background-color: #bd2130 !important;
}

#brand-header .bg-light, #brand-footer .bg-light {
    background-color: #f8f9fa !important;
}

#brand-header a.bg-light:focus, #brand-header a.bg-light:hover, #brand-header button.bg-light:focus, #brand-header button.bg-light:hover, #brand-footer a.bg-light:focus, #brand-footer a.bg-light:hover, #brand-footer button.bg-light:focus, #brand-footer button.bg-light:hover {
    background-color: #dae0e5 !important;
}

#brand-header .bg-dark, #brand-footer .bg-dark {
    background-color: #343a40 !important;
}

#brand-header a.bg-dark:focus, #brand-header a.bg-dark:hover, #brand-header button.bg-dark:focus, #brand-header button.bg-dark:hover, #brand-footer a.bg-dark:focus, #brand-footer a.bg-dark:hover, #brand-footer button.bg-dark:focus, #brand-footer button.bg-dark:hover {
    background-color: #1d2124 !important;
}

#brand-header .bg-white, #brand-footer .bg-white {
    background-color: #fff !important;
}

#brand-header .bg-transparent, #brand-footer .bg-transparent {
    background-color: transparent !important;
}

#brand-header .border, #brand-footer .border {
    border: 1px solid #dee2e6 !important;
}

#brand-header .border-top, #brand-footer .border-top {
    border-top: 1px solid #dee2e6 !important;
}

#brand-header .border-right, #brand-footer .border-right {
    border-right: 1px solid #dee2e6 !important;
}

#brand-header .border-bottom, #brand-footer .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

#brand-header .border-left, #brand-footer .border-left {
    border-left: 1px solid #dee2e6 !important;
}

#brand-header .border-0, #brand-footer .border-0 {
    border: 0 !important;
}

#brand-header .border-top-0, #brand-footer .border-top-0 {
    border-top: 0 !important;
}

#brand-header .border-right-0, #brand-footer .border-right-0 {
    border-right: 0 !important;
}

#brand-header .border-bottom-0, #brand-footer .border-bottom-0 {
    border-bottom: 0 !important;
}

#brand-header .border-left-0, #brand-footer .border-left-0 {
    border-left: 0 !important;
}

#brand-header .border-primary, #brand-footer .border-primary {
    border-color: #007bff !important;
}

#brand-header .border-secondary, #brand-footer .border-secondary {
    border-color: #6c757d !important;
}

#brand-header .border-success, #brand-footer .border-success {
    border-color: #28a745 !important;
}

#brand-header .border-info, #brand-footer .border-info {
    border-color: #17a2b8 !important;
}

#brand-header .border-warning, #brand-footer .border-warning {
    border-color: #ffc107 !important;
}

#brand-header .border-danger, #brand-footer .border-danger {
    border-color: #dc3545 !important;
}

#brand-header .border-light, #brand-footer .border-light {
    border-color: #f8f9fa !important;
}

#brand-header .border-dark, #brand-footer .border-dark {
    border-color: #343a40 !important;
}

#brand-header .border-white, #brand-footer .border-white {
    border-color: #fff !important;
}

#brand-header .rounded-sm, #brand-footer .rounded-sm {
    border-radius: .2rem !important;
}

#brand-header .rounded, #brand-footer .rounded {
    border-radius: .25rem !important;
}

#brand-header .rounded-top, #brand-footer .rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

#brand-header .rounded-right, #brand-footer .rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

#brand-header .rounded-bottom, #brand-footer .rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

#brand-header .rounded-left, #brand-footer .rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

#brand-header .rounded-lg, #brand-footer .rounded-lg {
    border-radius: .3rem !important;
}

#brand-header .rounded-circle, #brand-footer .rounded-circle {
    border-radius: 50% !important;
}

#brand-header .rounded-pill, #brand-footer .rounded-pill {
    border-radius: 50rem !important;
}

#brand-header .rounded-0, #brand-footer .rounded-0 {
    border-radius: 0 !important;
}

#brand-header .clearfix::after, #brand-footer .clearfix::after {
    display: block;
    clear: both;
    content: "";
}

#brand-header .d-none, #brand-footer .d-none {
    display: none !important;
}

#brand-header .d-inline, #brand-footer .d-inline {
    display: inline !important;
}

#brand-header .d-inline-block, #brand-footer .d-inline-block {
    display: inline-block !important;
}

#brand-header .d-block, #brand-footer .d-block {
    display: block !important;
}

#brand-header .d-table, #brand-footer .d-table {
    display: table !important;
}

#brand-header .d-table-row, #brand-footer .d-table-row {
    display: table-row !important;
}

#brand-header .d-table-cell, #brand-footer .d-table-cell {
    display: table-cell !important;
}

#brand-header .d-flex, #brand-footer .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

#brand-header .d-inline-flex, #brand-footer .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    #brand-header .d-sm-none, #brand-footer .d-sm-none {
        display: none !important;
    }
    #brand-header .d-sm-inline, #brand-footer .d-sm-inline {
        display: inline !important;
    }
    #brand-header .d-sm-inline-block, #brand-footer .d-sm-inline-block {
        display: inline-block !important;
    }
    #brand-header .d-sm-block, #brand-footer .d-sm-block {
        display: block !important;
    }
    #brand-header .d-sm-table, #brand-footer .d-sm-table {
        display: table !important;
    }
    #brand-header .d-sm-table-row, #brand-footer .d-sm-table-row {
        display: table-row !important;
    }
    #brand-header .d-sm-table-cell, #brand-footer .d-sm-table-cell {
        display: table-cell !important;
    }
    #brand-header .d-sm-flex, #brand-footer .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #brand-header .d-sm-inline-flex, #brand-footer .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    #brand-header .d-md-none, #brand-footer .d-md-none {
        display: none !important;
    }
    #brand-header .d-md-inline, #brand-footer .d-md-inline {
        display: inline !important;
    }
    #brand-header .d-md-inline-block, #brand-footer .d-md-inline-block {
        display: inline-block !important;
    }
    #brand-header .d-md-block, #brand-footer .d-md-block {
        display: block !important;
    }
    #brand-header .d-md-table, #brand-footer .d-md-table {
        display: table !important;
    }
    #brand-header .d-md-table-row, #brand-footer .d-md-table-row {
        display: table-row !important;
    }
    #brand-header .d-md-table-cell, #brand-footer .d-md-table-cell {
        display: table-cell !important;
    }
    #brand-header .d-md-flex, #brand-footer .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #brand-header .d-md-inline-flex, #brand-footer .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    #brand-header .d-lg-none, #brand-footer .d-lg-none {
        display: none !important;
    }
    #brand-header .d-lg-inline, #brand-footer .d-lg-inline {
        display: inline !important;
    }
    #brand-header .d-lg-inline-block, #brand-footer .d-lg-inline-block {
        display: inline-block !important;
    }
    #brand-header .d-lg-block, #brand-footer .d-lg-block {
        display: block !important;
    }
    #brand-header .d-lg-table, #brand-footer .d-lg-table {
        display: table !important;
    }
    #brand-header .d-lg-table-row, #brand-footer .d-lg-table-row {
        display: table-row !important;
    }
    #brand-header .d-lg-table-cell, #brand-footer .d-lg-table-cell {
        display: table-cell !important;
    }
    #brand-header .d-lg-flex, #brand-footer .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #brand-header .d-lg-inline-flex, #brand-footer .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    #brand-header .d-xl-none, #brand-footer .d-xl-none {
        display: none !important;
    }
    #brand-header .d-xl-inline, #brand-footer .d-xl-inline {
        display: inline !important;
    }
    #brand-header .d-xl-inline-block, #brand-footer .d-xl-inline-block {
        display: inline-block !important;
    }
    #brand-header .d-xl-block, #brand-footer .d-xl-block {
        display: block !important;
    }
    #brand-header .d-xl-table, #brand-footer .d-xl-table {
        display: table !important;
    }
    #brand-header .d-xl-table-row, #brand-footer .d-xl-table-row {
        display: table-row !important;
    }
    #brand-header .d-xl-table-cell, #brand-footer .d-xl-table-cell {
        display: table-cell !important;
    }
    #brand-header .d-xl-flex, #brand-footer .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #brand-header .d-xl-inline-flex, #brand-footer .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    #brand-header .d-print-none, #brand-footer .d-print-none {
        display: none !important;
    }
    #brand-header .d-print-inline, #brand-footer .d-print-inline {
        display: inline !important;
    }
    #brand-header .d-print-inline-block, #brand-footer .d-print-inline-block {
        display: inline-block !important;
    }
    #brand-header .d-print-block, #brand-footer .d-print-block {
        display: block !important;
    }
    #brand-header .d-print-table, #brand-footer .d-print-table {
        display: table !important;
    }
    #brand-header .d-print-table-row, #brand-footer .d-print-table-row {
        display: table-row !important;
    }
    #brand-header .d-print-table-cell, #brand-footer .d-print-table-cell {
        display: table-cell !important;
    }
    #brand-header .d-print-flex, #brand-footer .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #brand-header .d-print-inline-flex, #brand-footer .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

#brand-header .embed-responsive, #brand-footer .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

#brand-header .embed-responsive::before, #brand-footer .embed-responsive::before {
    display: block;
    content: "";
}

#brand-header .embed-responsive .embed-responsive-item, #brand-header .embed-responsive embed, #brand-header .embed-responsive iframe, #brand-header .embed-responsive object, #brand-header .embed-responsive video, #brand-footer .embed-responsive .embed-responsive-item, #brand-footer .embed-responsive embed, #brand-footer .embed-responsive iframe, #brand-footer .embed-responsive object, #brand-footer .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#brand-header .embed-responsive-21by9::before, #brand-footer .embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

#brand-header .embed-responsive-16by9::before, #brand-footer .embed-responsive-16by9::before {
    padding-top: 56.25%;
}

#brand-header .embed-responsive-4by3::before, #brand-footer .embed-responsive-4by3::before {
    padding-top: 75%;
}

#brand-header .embed-responsive-1by1::before, #brand-footer .embed-responsive-1by1::before {
    padding-top: 100%;
}

#brand-header .flex-row, #brand-footer .flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

#brand-header .flex-column, #brand-footer .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

#brand-header .flex-row-reverse, #brand-footer .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

#brand-header .flex-column-reverse, #brand-footer .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

#brand-header .flex-wrap, #brand-footer .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

#brand-header .flex-nowrap, #brand-footer .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

#brand-header .flex-wrap-reverse, #brand-footer .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

#brand-header .flex-fill, #brand-footer .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

#brand-header .flex-grow-0, #brand-footer .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

#brand-header .flex-grow-1, #brand-footer .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

#brand-header .flex-shrink-0, #brand-footer .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

#brand-header .flex-shrink-1, #brand-footer .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

#brand-header .justify-content-start, #brand-footer .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

#brand-header .justify-content-end, #brand-footer .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

#brand-header .justify-content-center, #brand-footer .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

#brand-header .justify-content-between, #brand-footer .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

#brand-header .justify-content-around, #brand-footer .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

#brand-header .align-items-start, #brand-footer .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

#brand-header .align-items-end, #brand-footer .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

#brand-header .align-items-center, #brand-footer .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

#brand-header .align-items-baseline, #brand-footer .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

#brand-header .align-items-stretch, #brand-footer .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

#brand-header .align-content-start, #brand-footer .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

#brand-header .align-content-end, #brand-footer .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

#brand-header .align-content-center, #brand-footer .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

#brand-header .align-content-between, #brand-footer .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

#brand-header .align-content-around, #brand-footer .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

#brand-header .align-content-stretch, #brand-footer .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

#brand-header .align-self-auto, #brand-footer .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

#brand-header .align-self-start, #brand-footer .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

#brand-header .align-self-end, #brand-footer .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

#brand-header .align-self-center, #brand-footer .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

#brand-header .align-self-baseline, #brand-footer .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

#brand-header .align-self-stretch, #brand-footer .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    #brand-header .flex-sm-row, #brand-footer .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    #brand-header .flex-sm-column, #brand-footer .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #brand-header .flex-sm-row-reverse, #brand-footer .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    #brand-header .flex-sm-column-reverse, #brand-footer .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    #brand-header .flex-sm-wrap, #brand-footer .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    #brand-header .flex-sm-nowrap, #brand-footer .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    #brand-header .flex-sm-wrap-reverse, #brand-footer .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    #brand-header .flex-sm-fill, #brand-footer .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    #brand-header .flex-sm-grow-0, #brand-footer .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    #brand-header .flex-sm-grow-1, #brand-footer .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    #brand-header .flex-sm-shrink-0, #brand-footer .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    #brand-header .flex-sm-shrink-1, #brand-footer .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    #brand-header .justify-content-sm-start, #brand-footer .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    #brand-header .justify-content-sm-end, #brand-footer .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    #brand-header .justify-content-sm-center, #brand-footer .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #brand-header .justify-content-sm-between, #brand-footer .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    #brand-header .justify-content-sm-around, #brand-footer .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    #brand-header .align-items-sm-start, #brand-footer .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    #brand-header .align-items-sm-end, #brand-footer .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    #brand-header .align-items-sm-center, #brand-footer .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    #brand-header .align-items-sm-baseline, #brand-footer .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    #brand-header .align-items-sm-stretch, #brand-footer .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    #brand-header .align-content-sm-start, #brand-footer .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    #brand-header .align-content-sm-end, #brand-footer .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    #brand-header .align-content-sm-center, #brand-footer .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    #brand-header .align-content-sm-between, #brand-footer .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    #brand-header .align-content-sm-around, #brand-footer .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    #brand-header .align-content-sm-stretch, #brand-footer .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    #brand-header .align-self-sm-auto, #brand-footer .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    #brand-header .align-self-sm-start, #brand-footer .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    #brand-header .align-self-sm-end, #brand-footer .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    #brand-header .align-self-sm-center, #brand-footer .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    #brand-header .align-self-sm-baseline, #brand-footer .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    #brand-header .align-self-sm-stretch, #brand-footer .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    #brand-header .flex-md-row, #brand-footer .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    #brand-header .flex-md-column, #brand-footer .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #brand-header .flex-md-row-reverse, #brand-footer .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    #brand-header .flex-md-column-reverse, #brand-footer .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    #brand-header .flex-md-wrap, #brand-footer .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    #brand-header .flex-md-nowrap, #brand-footer .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    #brand-header .flex-md-wrap-reverse, #brand-footer .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    #brand-header .flex-md-fill, #brand-footer .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    #brand-header .flex-md-grow-0, #brand-footer .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    #brand-header .flex-md-grow-1, #brand-footer .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    #brand-header .flex-md-shrink-0, #brand-footer .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    #brand-header .flex-md-shrink-1, #brand-footer .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    #brand-header .justify-content-md-start, #brand-footer .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    #brand-header .justify-content-md-end, #brand-footer .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    #brand-header .justify-content-md-center, #brand-footer .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #brand-header .justify-content-md-between, #brand-footer .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    #brand-header .justify-content-md-around, #brand-footer .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    #brand-header .align-items-md-start, #brand-footer .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    #brand-header .align-items-md-end, #brand-footer .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    #brand-header .align-items-md-center, #brand-footer .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    #brand-header .align-items-md-baseline, #brand-footer .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    #brand-header .align-items-md-stretch, #brand-footer .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    #brand-header .align-content-md-start, #brand-footer .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    #brand-header .align-content-md-end, #brand-footer .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    #brand-header .align-content-md-center, #brand-footer .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    #brand-header .align-content-md-between, #brand-footer .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    #brand-header .align-content-md-around, #brand-footer .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    #brand-header .align-content-md-stretch, #brand-footer .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    #brand-header .align-self-md-auto, #brand-footer .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    #brand-header .align-self-md-start, #brand-footer .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    #brand-header .align-self-md-end, #brand-footer .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    #brand-header .align-self-md-center, #brand-footer .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    #brand-header .align-self-md-baseline, #brand-footer .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    #brand-header .align-self-md-stretch, #brand-footer .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    #brand-header .flex-lg-row, #brand-footer .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    #brand-header .flex-lg-column, #brand-footer .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #brand-header .flex-lg-row-reverse, #brand-footer .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    #brand-header .flex-lg-column-reverse, #brand-footer .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    #brand-header .flex-lg-wrap, #brand-footer .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    #brand-header .flex-lg-nowrap, #brand-footer .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    #brand-header .flex-lg-wrap-reverse, #brand-footer .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    #brand-header .flex-lg-fill, #brand-footer .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    #brand-header .flex-lg-grow-0, #brand-footer .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    #brand-header .flex-lg-grow-1, #brand-footer .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    #brand-header .flex-lg-shrink-0, #brand-footer .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    #brand-header .flex-lg-shrink-1, #brand-footer .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    #brand-header .justify-content-lg-start, #brand-footer .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    #brand-header .justify-content-lg-end, #brand-footer .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    #brand-header .justify-content-lg-center, #brand-footer .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #brand-header .justify-content-lg-between, #brand-footer .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    #brand-header .justify-content-lg-around, #brand-footer .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    #brand-header .align-items-lg-start, #brand-footer .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    #brand-header .align-items-lg-end, #brand-footer .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    #brand-header .align-items-lg-center, #brand-footer .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    #brand-header .align-items-lg-baseline, #brand-footer .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    #brand-header .align-items-lg-stretch, #brand-footer .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    #brand-header .align-content-lg-start, #brand-footer .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    #brand-header .align-content-lg-end, #brand-footer .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    #brand-header .align-content-lg-center, #brand-footer .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    #brand-header .align-content-lg-between, #brand-footer .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    #brand-header .align-content-lg-around, #brand-footer .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    #brand-header .align-content-lg-stretch, #brand-footer .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    #brand-header .align-self-lg-auto, #brand-footer .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    #brand-header .align-self-lg-start, #brand-footer .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    #brand-header .align-self-lg-end, #brand-footer .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    #brand-header .align-self-lg-center, #brand-footer .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    #brand-header .align-self-lg-baseline, #brand-footer .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    #brand-header .align-self-lg-stretch, #brand-footer .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    #brand-header .flex-xl-row, #brand-footer .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    #brand-header .flex-xl-column, #brand-footer .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    #brand-header .flex-xl-row-reverse, #brand-footer .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    #brand-header .flex-xl-column-reverse, #brand-footer .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    #brand-header .flex-xl-wrap, #brand-footer .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    #brand-header .flex-xl-nowrap, #brand-footer .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    #brand-header .flex-xl-wrap-reverse, #brand-footer .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    #brand-header .flex-xl-fill, #brand-footer .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    #brand-header .flex-xl-grow-0, #brand-footer .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    #brand-header .flex-xl-grow-1, #brand-footer .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    #brand-header .flex-xl-shrink-0, #brand-footer .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    #brand-header .flex-xl-shrink-1, #brand-footer .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    #brand-header .justify-content-xl-start, #brand-footer .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    #brand-header .justify-content-xl-end, #brand-footer .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    #brand-header .justify-content-xl-center, #brand-footer .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #brand-header .justify-content-xl-between, #brand-footer .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    #brand-header .justify-content-xl-around, #brand-footer .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    #brand-header .align-items-xl-start, #brand-footer .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    #brand-header .align-items-xl-end, #brand-footer .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    #brand-header .align-items-xl-center, #brand-footer .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    #brand-header .align-items-xl-baseline, #brand-footer .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    #brand-header .align-items-xl-stretch, #brand-footer .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    #brand-header .align-content-xl-start, #brand-footer .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    #brand-header .align-content-xl-end, #brand-footer .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    #brand-header .align-content-xl-center, #brand-footer .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    #brand-header .align-content-xl-between, #brand-footer .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    #brand-header .align-content-xl-around, #brand-footer .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    #brand-header .align-content-xl-stretch, #brand-footer .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    #brand-header .align-self-xl-auto, #brand-footer .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    #brand-header .align-self-xl-start, #brand-footer .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    #brand-header .align-self-xl-end, #brand-footer .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    #brand-header .align-self-xl-center, #brand-footer .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    #brand-header .align-self-xl-baseline, #brand-footer .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    #brand-header .align-self-xl-stretch, #brand-footer .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

#brand-header .float-left, #brand-footer .float-left {
    float: left !important;
}

#brand-header .float-right, #brand-footer .float-right {
    float: right !important;
}

#brand-header .float-none, #brand-footer .float-none {
    float: none !important;
}

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

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

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

@media (min-width: 1200px) {
    #brand-header .float-xl-left, #brand-footer .float-xl-left {
        float: left !important;
    }
    #brand-header .float-xl-right, #brand-footer .float-xl-right {
        float: right !important;
    }
    #brand-header .float-xl-none, #brand-footer .float-xl-none {
        float: none !important;
    }
}

#brand-header .overflow-auto, #brand-footer .overflow-auto {
    overflow: auto !important;
}

#brand-header .overflow-hidden, #brand-footer .overflow-hidden {
    overflow: hidden !important;
}

#brand-header .position-static, #brand-footer .position-static {
    position: static !important;
}

#brand-header .position-relative, #brand-footer .position-relative {
    position: relative !important;
}

#brand-header .position-absolute, #brand-footer .position-absolute {
    position: absolute !important;
}

#brand-header .position-fixed, #brand-footer .position-fixed {
    position: fixed !important;
}

#brand-header .position-sticky, #brand-footer .position-sticky {
    position: sticky !important;
}

#brand-header .fixed-top, #brand-footer .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#brand-header .fixed-bottom, #brand-footer .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

#brand-header .sr-only, #brand-footer .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#brand-header .sr-only-focusable:active, #brand-header .sr-only-focusable:focus, #brand-footer .sr-only-focusable:active, #brand-footer .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

#brand-header .shadow-sm, #brand-footer .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

#brand-header .shadow, #brand-footer .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#brand-header .shadow-lg, #brand-footer .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

#brand-header .shadow-none, #brand-footer .shadow-none {
    box-shadow: none !important;
}

#brand-header .w-25, #brand-footer .w-25 {
    width: 25% !important;
}

#brand-header .w-50, #brand-footer .w-50 {
    width: 50% !important;
}

#brand-header .w-75, #brand-footer .w-75 {
    width: 75% !important;
}

#brand-header .w-100, #brand-footer .w-100 {
    width: 100% !important;
}

#brand-header .w-auto, #brand-footer .w-auto {
    width: auto !important;
}

#brand-header .h-25, #brand-footer .h-25 {
    height: 25% !important;
}

#brand-header .h-50, #brand-footer .h-50 {
    height: 50% !important;
}

#brand-header .h-75, #brand-footer .h-75 {
    height: 75% !important;
}

#brand-header .h-100, #brand-footer .h-100 {
    height: 100% !important;
}

#brand-header .h-auto, #brand-footer .h-auto {
    height: auto !important;
}

#brand-header .mw-100, #brand-footer .mw-100 {
    max-width: 100% !important;
}

#brand-header .mh-100, #brand-footer .mh-100 {
    max-height: 100% !important;
}

#brand-header .min-vw-100, #brand-footer .min-vw-100 {
    min-width: 100vw !important;
}

#brand-header .min-vh-100, #brand-footer .min-vh-100 {
    min-height: 100vh !important;
}

#brand-header .vw-100, #brand-footer .vw-100 {
    width: 100vw !important;
}

#brand-header .vh-100, #brand-footer .vh-100 {
    height: 100vh !important;
}

#brand-header .stretched-link::after, #brand-footer .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

#brand-header .m-0, #brand-footer .m-0 {
    margin: 0 !important;
}

#brand-header .mt-0, #brand-header .my-0, #brand-footer .mt-0, #brand-footer .my-0 {
    margin-top: 0 !important;
}

#brand-header .mr-0, #brand-header .mx-0, #brand-footer .mr-0, #brand-footer .mx-0 {
    margin-right: 0 !important;
}

#brand-header .mb-0, #brand-header .my-0, #brand-footer .mb-0, #brand-footer .my-0 {
    margin-bottom: 0 !important;
}

#brand-header .ml-0, #brand-header .mx-0, #brand-footer .ml-0, #brand-footer .mx-0 {
    margin-left: 0 !important;
}

#brand-header .m-1, #brand-footer .m-1 {
    margin: .25rem !important;
}

#brand-header .mt-1, #brand-header .my-1, #brand-footer .mt-1, #brand-footer .my-1 {
    margin-top: .25rem !important;
}

#brand-header .mr-1, #brand-header .mx-1, #brand-footer .mr-1, #brand-footer .mx-1 {
    margin-right: .25rem !important;
}

#brand-header .mb-1, #brand-header .my-1, #brand-footer .mb-1, #brand-footer .my-1 {
    margin-bottom: .25rem !important;
}

#brand-header .ml-1, #brand-header .mx-1, #brand-footer .ml-1, #brand-footer .mx-1 {
    margin-left: .25rem !important;
}

#brand-header .m-2, #brand-footer .m-2 {
    margin: .5rem !important;
}

#brand-header .mt-2, #brand-header .my-2, #brand-footer .mt-2, #brand-footer .my-2 {
    margin-top: .5rem !important;
}

#brand-header .mr-2, #brand-header .mx-2, #brand-footer .mr-2, #brand-footer .mx-2 {
    margin-right: .5rem !important;
}

#brand-header .mb-2, #brand-header .my-2, #brand-footer .mb-2, #brand-footer .my-2 {
    margin-bottom: .5rem !important;
}

#brand-header .ml-2, #brand-header .mx-2, #brand-footer .ml-2, #brand-footer .mx-2 {
    margin-left: .5rem !important;
}

#brand-header .m-3, #brand-footer .m-3 {
    margin: 1rem !important;
}

#brand-header .mt-3, #brand-header .my-3, #brand-footer .mt-3, #brand-footer .my-3 {
    margin-top: 1rem !important;
}

#brand-header .mr-3, #brand-header .mx-3, #brand-footer .mr-3, #brand-footer .mx-3 {
    margin-right: 1rem !important;
}

#brand-header .mb-3, #brand-header .my-3, #brand-footer .mb-3, #brand-footer .my-3 {
    margin-bottom: 1rem !important;
}

#brand-header .ml-3, #brand-header .mx-3, #brand-footer .ml-3, #brand-footer .mx-3 {
    margin-left: 1rem !important;
}

#brand-header .m-4, #brand-footer .m-4 {
    margin: 1.5rem !important;
}

#brand-header .mt-4, #brand-header .my-4, #brand-footer .mt-4, #brand-footer .my-4 {
    margin-top: 1.5rem !important;
}

#brand-header .mr-4, #brand-header .mx-4, #brand-footer .mr-4, #brand-footer .mx-4 {
    margin-right: 1.5rem !important;
}

#brand-header .mb-4, #brand-header .my-4, #brand-footer .mb-4, #brand-footer .my-4 {
    margin-bottom: 1.5rem !important;
}

#brand-header .ml-4, #brand-header .mx-4, #brand-footer .ml-4, #brand-footer .mx-4 {
    margin-left: 1.5rem !important;
}

#brand-header .m-5, #brand-footer .m-5 {
    margin: 3rem !important;
}

#brand-header .mt-5, #brand-header .my-5, #brand-footer .mt-5, #brand-footer .my-5 {
    margin-top: 3rem !important;
}

#brand-header .mr-5, #brand-header .mx-5, #brand-footer .mr-5, #brand-footer .mx-5 {
    margin-right: 3rem !important;
}

#brand-header .mb-5, #brand-header .my-5, #brand-footer .mb-5, #brand-footer .my-5 {
    margin-bottom: 3rem !important;
}

#brand-header .ml-5, #brand-header .mx-5, #brand-footer .ml-5, #brand-footer .mx-5 {
    margin-left: 3rem !important;
}

#brand-header .p-0, #brand-footer .p-0 {
    padding: 0 !important;
}

#brand-header .pt-0, #brand-header .py-0, #brand-footer .pt-0, #brand-footer .py-0 {
    padding-top: 0 !important;
}

#brand-header .pr-0, #brand-header .px-0, #brand-footer .pr-0, #brand-footer .px-0 {
    padding-right: 0 !important;
}

#brand-header .pb-0, #brand-header .py-0, #brand-footer .pb-0, #brand-footer .py-0 {
    padding-bottom: 0 !important;
}

#brand-header .pl-0, #brand-header .px-0, #brand-footer .pl-0, #brand-footer .px-0 {
    padding-left: 0 !important;
}

#brand-header .p-1, #brand-footer .p-1 {
    padding: .25rem !important;
}

#brand-header .pt-1, #brand-header .py-1, #brand-footer .pt-1, #brand-footer .py-1 {
    padding-top: .25rem !important;
}

#brand-header .pr-1, #brand-header .px-1, #brand-footer .pr-1, #brand-footer .px-1 {
    padding-right: .25rem !important;
}

#brand-header .pb-1, #brand-header .py-1, #brand-footer .pb-1, #brand-footer .py-1 {
    padding-bottom: .25rem !important;
}

#brand-header .pl-1, #brand-header .px-1, #brand-footer .pl-1, #brand-footer .px-1 {
    padding-left: .25rem !important;
}

#brand-header .p-2, #brand-footer .p-2 {
    padding: .5rem !important;
}

#brand-header .pt-2, #brand-header .py-2, #brand-footer .pt-2, #brand-footer .py-2 {
    padding-top: .5rem !important;
}

#brand-header .pr-2, #brand-header .px-2, #brand-footer .pr-2, #brand-footer .px-2 {
    padding-right: .5rem !important;
}

#brand-header .pb-2, #brand-header .py-2, #brand-footer .pb-2, #brand-footer .py-2 {
    padding-bottom: .5rem !important;
}

#brand-header .pl-2, #brand-header .px-2, #brand-footer .pl-2, #brand-footer .px-2 {
    padding-left: .5rem !important;
}

#brand-header .p-3, #brand-footer .p-3 {
    padding: 1rem !important;
}

#brand-header .pt-3, #brand-header .py-3, #brand-footer .pt-3, #brand-footer .py-3 {
    padding-top: 1rem !important;
}

#brand-header .pr-3, #brand-header .px-3, #brand-footer .pr-3, #brand-footer .px-3 {
    padding-right: 1rem !important;
}

#brand-header .pb-3, #brand-header .py-3, #brand-footer .pb-3, #brand-footer .py-3 {
    padding-bottom: 1rem !important;
}

#brand-header .pl-3, #brand-header .px-3, #brand-footer .pl-3, #brand-footer .px-3 {
    padding-left: 1rem !important;
}

#brand-header .p-4, #brand-footer .p-4 {
    padding: 1.5rem !important;
}

#brand-header .pt-4, #brand-header .py-4, #brand-footer .pt-4, #brand-footer .py-4 {
    padding-top: 1.5rem !important;
}

#brand-header .pr-4, #brand-header .px-4, #brand-footer .pr-4, #brand-footer .px-4 {
    padding-right: 1.5rem !important;
}

#brand-header .pb-4, #brand-header .py-4, #brand-footer .pb-4, #brand-footer .py-4 {
    padding-bottom: 1.5rem !important;
}

#brand-header .pl-4, #brand-header .px-4, #brand-footer .pl-4, #brand-footer .px-4 {
    padding-left: 1.5rem !important;
}

#brand-header .p-5, #brand-footer .p-5 {
    padding: 3rem !important;
}

#brand-header .pt-5, #brand-header .py-5, #brand-footer .pt-5, #brand-footer .py-5 {
    padding-top: 3rem !important;
}

#brand-header .pr-5, #brand-header .px-5, #brand-footer .pr-5, #brand-footer .px-5 {
    padding-right: 3rem !important;
}

#brand-header .pb-5, #brand-header .py-5, #brand-footer .pb-5, #brand-footer .py-5 {
    padding-bottom: 3rem !important;
}

#brand-header .pl-5, #brand-header .px-5, #brand-footer .pl-5, #brand-footer .px-5 {
    padding-left: 3rem !important;
}

#brand-header .m-n1, #brand-footer .m-n1 {
    margin: -.25rem !important;
}

#brand-header .mt-n1, #brand-header .my-n1, #brand-footer .mt-n1, #brand-footer .my-n1 {
    margin-top: -.25rem !important;
}

#brand-header .mr-n1, #brand-header .mx-n1, #brand-footer .mr-n1, #brand-footer .mx-n1 {
    margin-right: -.25rem !important;
}

#brand-header .mb-n1, #brand-header .my-n1, #brand-footer .mb-n1, #brand-footer .my-n1 {
    margin-bottom: -.25rem !important;
}

#brand-header .ml-n1, #brand-header .mx-n1, #brand-footer .ml-n1, #brand-footer .mx-n1 {
    margin-left: -.25rem !important;
}

#brand-header .m-n2, #brand-footer .m-n2 {
    margin: -.5rem !important;
}

#brand-header .mt-n2, #brand-header .my-n2, #brand-footer .mt-n2, #brand-footer .my-n2 {
    margin-top: -.5rem !important;
}

#brand-header .mr-n2, #brand-header .mx-n2, #brand-footer .mr-n2, #brand-footer .mx-n2 {
    margin-right: -.5rem !important;
}

#brand-header .mb-n2, #brand-header .my-n2, #brand-footer .mb-n2, #brand-footer .my-n2 {
    margin-bottom: -.5rem !important;
}

#brand-header .ml-n2, #brand-header .mx-n2, #brand-footer .ml-n2, #brand-footer .mx-n2 {
    margin-left: -.5rem !important;
}

#brand-header .m-n3, #brand-footer .m-n3 {
    margin: -1rem !important;
}

#brand-header .mt-n3, #brand-header .my-n3, #brand-footer .mt-n3, #brand-footer .my-n3 {
    margin-top: -1rem !important;
}

#brand-header .mr-n3, #brand-header .mx-n3, #brand-footer .mr-n3, #brand-footer .mx-n3 {
    margin-right: -1rem !important;
}

#brand-header .mb-n3, #brand-header .my-n3, #brand-footer .mb-n3, #brand-footer .my-n3 {
    margin-bottom: -1rem !important;
}

#brand-header .ml-n3, #brand-header .mx-n3, #brand-footer .ml-n3, #brand-footer .mx-n3 {
    margin-left: -1rem !important;
}

#brand-header .m-n4, #brand-footer .m-n4 {
    margin: -1.5rem !important;
}

#brand-header .mt-n4, #brand-header .my-n4, #brand-footer .mt-n4, #brand-footer .my-n4 {
    margin-top: -1.5rem !important;
}

#brand-header .mr-n4, #brand-header .mx-n4, #brand-footer .mr-n4, #brand-footer .mx-n4 {
    margin-right: -1.5rem !important;
}

#brand-header .mb-n4, #brand-header .my-n4, #brand-footer .mb-n4, #brand-footer .my-n4 {
    margin-bottom: -1.5rem !important;
}

#brand-header .ml-n4, #brand-header .mx-n4, #brand-footer .ml-n4, #brand-footer .mx-n4 {
    margin-left: -1.5rem !important;
}

#brand-header .m-n5, #brand-footer .m-n5 {
    margin: -3rem !important;
}

#brand-header .mt-n5, #brand-header .my-n5, #brand-footer .mt-n5, #brand-footer .my-n5 {
    margin-top: -3rem !important;
}

#brand-header .mr-n5, #brand-header .mx-n5, #brand-footer .mr-n5, #brand-footer .mx-n5 {
    margin-right: -3rem !important;
}

#brand-header .mb-n5, #brand-header .my-n5, #brand-footer .mb-n5, #brand-footer .my-n5 {
    margin-bottom: -3rem !important;
}

#brand-header .ml-n5, #brand-header .mx-n5, #brand-footer .ml-n5, #brand-footer .mx-n5 {
    margin-left: -3rem !important;
}

#brand-header .m-auto, #brand-footer .m-auto {
    margin: auto !important;
}

#brand-header .mt-auto, #brand-header .my-auto, #brand-footer .mt-auto, #brand-footer .my-auto {
    margin-top: auto !important;
}

#brand-header .mr-auto, #brand-header .mx-auto, #brand-footer .mr-auto, #brand-footer .mx-auto {
    margin-right: auto !important;
}

#brand-header .mb-auto, #brand-header .my-auto, #brand-footer .mb-auto, #brand-footer .my-auto {
    margin-bottom: auto !important;
}

#brand-header .ml-auto, #brand-header .mx-auto, #brand-footer .ml-auto, #brand-footer .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    #brand-header .m-sm-0, #brand-footer .m-sm-0 {
        margin: 0 !important;
    }
    #brand-header .mt-sm-0, #brand-header .my-sm-0, #brand-footer .mt-sm-0, #brand-footer .my-sm-0 {
        margin-top: 0 !important;
    }
    #brand-header .mr-sm-0, #brand-header .mx-sm-0, #brand-footer .mr-sm-0, #brand-footer .mx-sm-0 {
        margin-right: 0 !important;
    }
    #brand-header .mb-sm-0, #brand-header .my-sm-0, #brand-footer .mb-sm-0, #brand-footer .my-sm-0 {
        margin-bottom: 0 !important;
    }
    #brand-header .ml-sm-0, #brand-header .mx-sm-0, #brand-footer .ml-sm-0, #brand-footer .mx-sm-0 {
        margin-left: 0 !important;
    }
    #brand-header .m-sm-1, #brand-footer .m-sm-1 {
        margin: .25rem !important;
    }
    #brand-header .mt-sm-1, #brand-header .my-sm-1, #brand-footer .mt-sm-1, #brand-footer .my-sm-1 {
        margin-top: .25rem !important;
    }
    #brand-header .mr-sm-1, #brand-header .mx-sm-1, #brand-footer .mr-sm-1, #brand-footer .mx-sm-1 {
        margin-right: .25rem !important;
    }
    #brand-header .mb-sm-1, #brand-header .my-sm-1, #brand-footer .mb-sm-1, #brand-footer .my-sm-1 {
        margin-bottom: .25rem !important;
    }
    #brand-header .ml-sm-1, #brand-header .mx-sm-1, #brand-footer .ml-sm-1, #brand-footer .mx-sm-1 {
        margin-left: .25rem !important;
    }
    #brand-header .m-sm-2, #brand-footer .m-sm-2 {
        margin: .5rem !important;
    }
    #brand-header .mt-sm-2, #brand-header .my-sm-2, #brand-footer .mt-sm-2, #brand-footer .my-sm-2 {
        margin-top: .5rem !important;
    }
    #brand-header .mr-sm-2, #brand-header .mx-sm-2, #brand-footer .mr-sm-2, #brand-footer .mx-sm-2 {
        margin-right: .5rem !important;
    }
    #brand-header .mb-sm-2, #brand-header .my-sm-2, #brand-footer .mb-sm-2, #brand-footer .my-sm-2 {
        margin-bottom: .5rem !important;
    }
    #brand-header .ml-sm-2, #brand-header .mx-sm-2, #brand-footer .ml-sm-2, #brand-footer .mx-sm-2 {
        margin-left: .5rem !important;
    }
    #brand-header .m-sm-3, #brand-footer .m-sm-3 {
        margin: 1rem !important;
    }
    #brand-header .mt-sm-3, #brand-header .my-sm-3, #brand-footer .mt-sm-3, #brand-footer .my-sm-3 {
        margin-top: 1rem !important;
    }
    #brand-header .mr-sm-3, #brand-header .mx-sm-3, #brand-footer .mr-sm-3, #brand-footer .mx-sm-3 {
        margin-right: 1rem !important;
    }
    #brand-header .mb-sm-3, #brand-header .my-sm-3, #brand-footer .mb-sm-3, #brand-footer .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    #brand-header .ml-sm-3, #brand-header .mx-sm-3, #brand-footer .ml-sm-3, #brand-footer .mx-sm-3 {
        margin-left: 1rem !important;
    }
    #brand-header .m-sm-4, #brand-footer .m-sm-4 {
        margin: 1.5rem !important;
    }
    #brand-header .mt-sm-4, #brand-header .my-sm-4, #brand-footer .mt-sm-4, #brand-footer .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    #brand-header .mr-sm-4, #brand-header .mx-sm-4, #brand-footer .mr-sm-4, #brand-footer .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    #brand-header .mb-sm-4, #brand-header .my-sm-4, #brand-footer .mb-sm-4, #brand-footer .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    #brand-header .ml-sm-4, #brand-header .mx-sm-4, #brand-footer .ml-sm-4, #brand-footer .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    #brand-header .m-sm-5, #brand-footer .m-sm-5 {
        margin: 3rem !important;
    }
    #brand-header .mt-sm-5, #brand-header .my-sm-5, #brand-footer .mt-sm-5, #brand-footer .my-sm-5 {
        margin-top: 3rem !important;
    }
    #brand-header .mr-sm-5, #brand-header .mx-sm-5, #brand-footer .mr-sm-5, #brand-footer .mx-sm-5 {
        margin-right: 3rem !important;
    }
    #brand-header .mb-sm-5, #brand-header .my-sm-5, #brand-footer .mb-sm-5, #brand-footer .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    #brand-header .ml-sm-5, #brand-header .mx-sm-5, #brand-footer .ml-sm-5, #brand-footer .mx-sm-5 {
        margin-left: 3rem !important;
    }
    #brand-header .p-sm-0, #brand-footer .p-sm-0 {
        padding: 0 !important;
    }
    #brand-header .pt-sm-0, #brand-header .py-sm-0, #brand-footer .pt-sm-0, #brand-footer .py-sm-0 {
        padding-top: 0 !important;
    }
    #brand-header .pr-sm-0, #brand-header .px-sm-0, #brand-footer .pr-sm-0, #brand-footer .px-sm-0 {
        padding-right: 0 !important;
    }
    #brand-header .pb-sm-0, #brand-header .py-sm-0, #brand-footer .pb-sm-0, #brand-footer .py-sm-0 {
        padding-bottom: 0 !important;
    }
    #brand-header .pl-sm-0, #brand-header .px-sm-0, #brand-footer .pl-sm-0, #brand-footer .px-sm-0 {
        padding-left: 0 !important;
    }
    #brand-header .p-sm-1, #brand-footer .p-sm-1 {
        padding: .25rem !important;
    }
    #brand-header .pt-sm-1, #brand-header .py-sm-1, #brand-footer .pt-sm-1, #brand-footer .py-sm-1 {
        padding-top: .25rem !important;
    }
    #brand-header .pr-sm-1, #brand-header .px-sm-1, #brand-footer .pr-sm-1, #brand-footer .px-sm-1 {
        padding-right: .25rem !important;
    }
    #brand-header .pb-sm-1, #brand-header .py-sm-1, #brand-footer .pb-sm-1, #brand-footer .py-sm-1 {
        padding-bottom: .25rem !important;
    }
    #brand-header .pl-sm-1, #brand-header .px-sm-1, #brand-footer .pl-sm-1, #brand-footer .px-sm-1 {
        padding-left: .25rem !important;
    }
    #brand-header .p-sm-2, #brand-footer .p-sm-2 {
        padding: .5rem !important;
    }
    #brand-header .pt-sm-2, #brand-header .py-sm-2, #brand-footer .pt-sm-2, #brand-footer .py-sm-2 {
        padding-top: .5rem !important;
    }
    #brand-header .pr-sm-2, #brand-header .px-sm-2, #brand-footer .pr-sm-2, #brand-footer .px-sm-2 {
        padding-right: .5rem !important;
    }
    #brand-header .pb-sm-2, #brand-header .py-sm-2, #brand-footer .pb-sm-2, #brand-footer .py-sm-2 {
        padding-bottom: .5rem !important;
    }
    #brand-header .pl-sm-2, #brand-header .px-sm-2, #brand-footer .pl-sm-2, #brand-footer .px-sm-2 {
        padding-left: .5rem !important;
    }
    #brand-header .p-sm-3, #brand-footer .p-sm-3 {
        padding: 1rem !important;
    }
    #brand-header .pt-sm-3, #brand-header .py-sm-3, #brand-footer .pt-sm-3, #brand-footer .py-sm-3 {
        padding-top: 1rem !important;
    }
    #brand-header .pr-sm-3, #brand-header .px-sm-3, #brand-footer .pr-sm-3, #brand-footer .px-sm-3 {
        padding-right: 1rem !important;
    }
    #brand-header .pb-sm-3, #brand-header .py-sm-3, #brand-footer .pb-sm-3, #brand-footer .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    #brand-header .pl-sm-3, #brand-header .px-sm-3, #brand-footer .pl-sm-3, #brand-footer .px-sm-3 {
        padding-left: 1rem !important;
    }
    #brand-header .p-sm-4, #brand-footer .p-sm-4 {
        padding: 1.5rem !important;
    }
    #brand-header .pt-sm-4, #brand-header .py-sm-4, #brand-footer .pt-sm-4, #brand-footer .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    #brand-header .pr-sm-4, #brand-header .px-sm-4, #brand-footer .pr-sm-4, #brand-footer .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    #brand-header .pb-sm-4, #brand-header .py-sm-4, #brand-footer .pb-sm-4, #brand-footer .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    #brand-header .pl-sm-4, #brand-header .px-sm-4, #brand-footer .pl-sm-4, #brand-footer .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    #brand-header .p-sm-5, #brand-footer .p-sm-5 {
        padding: 3rem !important;
    }
    #brand-header .pt-sm-5, #brand-header .py-sm-5, #brand-footer .pt-sm-5, #brand-footer .py-sm-5 {
        padding-top: 3rem !important;
    }
    #brand-header .pr-sm-5, #brand-header .px-sm-5, #brand-footer .pr-sm-5, #brand-footer .px-sm-5 {
        padding-right: 3rem !important;
    }
    #brand-header .pb-sm-5, #brand-header .py-sm-5, #brand-footer .pb-sm-5, #brand-footer .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    #brand-header .pl-sm-5, #brand-header .px-sm-5, #brand-footer .pl-sm-5, #brand-footer .px-sm-5 {
        padding-left: 3rem !important;
    }
    #brand-header .m-sm-n1, #brand-footer .m-sm-n1 {
        margin: -.25rem !important;
    }
    #brand-header .mt-sm-n1, #brand-header .my-sm-n1, #brand-footer .mt-sm-n1, #brand-footer .my-sm-n1 {
        margin-top: -.25rem !important;
    }
    #brand-header .mr-sm-n1, #brand-header .mx-sm-n1, #brand-footer .mr-sm-n1, #brand-footer .mx-sm-n1 {
        margin-right: -.25rem !important;
    }
    #brand-header .mb-sm-n1, #brand-header .my-sm-n1, #brand-footer .mb-sm-n1, #brand-footer .my-sm-n1 {
        margin-bottom: -.25rem !important;
    }
    #brand-header .ml-sm-n1, #brand-header .mx-sm-n1, #brand-footer .ml-sm-n1, #brand-footer .mx-sm-n1 {
        margin-left: -.25rem !important;
    }
    #brand-header .m-sm-n2, #brand-footer .m-sm-n2 {
        margin: -.5rem !important;
    }
    #brand-header .mt-sm-n2, #brand-header .my-sm-n2, #brand-footer .mt-sm-n2, #brand-footer .my-sm-n2 {
        margin-top: -.5rem !important;
    }
    #brand-header .mr-sm-n2, #brand-header .mx-sm-n2, #brand-footer .mr-sm-n2, #brand-footer .mx-sm-n2 {
        margin-right: -.5rem !important;
    }
    #brand-header .mb-sm-n2, #brand-header .my-sm-n2, #brand-footer .mb-sm-n2, #brand-footer .my-sm-n2 {
        margin-bottom: -.5rem !important;
    }
    #brand-header .ml-sm-n2, #brand-header .mx-sm-n2, #brand-footer .ml-sm-n2, #brand-footer .mx-sm-n2 {
        margin-left: -.5rem !important;
    }
    #brand-header .m-sm-n3, #brand-footer .m-sm-n3 {
        margin: -1rem !important;
    }
    #brand-header .mt-sm-n3, #brand-header .my-sm-n3, #brand-footer .mt-sm-n3, #brand-footer .my-sm-n3 {
        margin-top: -1rem !important;
    }
    #brand-header .mr-sm-n3, #brand-header .mx-sm-n3, #brand-footer .mr-sm-n3, #brand-footer .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    #brand-header .mb-sm-n3, #brand-header .my-sm-n3, #brand-footer .mb-sm-n3, #brand-footer .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    #brand-header .ml-sm-n3, #brand-header .mx-sm-n3, #brand-footer .ml-sm-n3, #brand-footer .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    #brand-header .m-sm-n4, #brand-footer .m-sm-n4 {
        margin: -1.5rem !important;
    }
    #brand-header .mt-sm-n4, #brand-header .my-sm-n4, #brand-footer .mt-sm-n4, #brand-footer .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    #brand-header .mr-sm-n4, #brand-header .mx-sm-n4, #brand-footer .mr-sm-n4, #brand-footer .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    #brand-header .mb-sm-n4, #brand-header .my-sm-n4, #brand-footer .mb-sm-n4, #brand-footer .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    #brand-header .ml-sm-n4, #brand-header .mx-sm-n4, #brand-footer .ml-sm-n4, #brand-footer .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    #brand-header .m-sm-n5, #brand-footer .m-sm-n5 {
        margin: -3rem !important;
    }
    #brand-header .mt-sm-n5, #brand-header .my-sm-n5, #brand-footer .mt-sm-n5, #brand-footer .my-sm-n5 {
        margin-top: -3rem !important;
    }
    #brand-header .mr-sm-n5, #brand-header .mx-sm-n5, #brand-footer .mr-sm-n5, #brand-footer .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    #brand-header .mb-sm-n5, #brand-header .my-sm-n5, #brand-footer .mb-sm-n5, #brand-footer .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    #brand-header .ml-sm-n5, #brand-header .mx-sm-n5, #brand-footer .ml-sm-n5, #brand-footer .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    #brand-header .m-sm-auto, #brand-footer .m-sm-auto {
        margin: auto !important;
    }
    #brand-header .mt-sm-auto, #brand-header .my-sm-auto, #brand-footer .mt-sm-auto, #brand-footer .my-sm-auto {
        margin-top: auto !important;
    }
    #brand-header .mr-sm-auto, #brand-header .mx-sm-auto, #brand-footer .mr-sm-auto, #brand-footer .mx-sm-auto {
        margin-right: auto !important;
    }
    #brand-header .mb-sm-auto, #brand-header .my-sm-auto, #brand-footer .mb-sm-auto, #brand-footer .my-sm-auto {
        margin-bottom: auto !important;
    }
    #brand-header .ml-sm-auto, #brand-header .mx-sm-auto, #brand-footer .ml-sm-auto, #brand-footer .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    #brand-header .m-md-0, #brand-footer .m-md-0 {
        margin: 0 !important;
    }
    #brand-header .mt-md-0, #brand-header .my-md-0, #brand-footer .mt-md-0, #brand-footer .my-md-0 {
        margin-top: 0 !important;
    }
    #brand-header .mr-md-0, #brand-header .mx-md-0, #brand-footer .mr-md-0, #brand-footer .mx-md-0 {
        margin-right: 0 !important;
    }
    #brand-header .mb-md-0, #brand-header .my-md-0, #brand-footer .mb-md-0, #brand-footer .my-md-0 {
        margin-bottom: 0 !important;
    }
    #brand-header .ml-md-0, #brand-header .mx-md-0, #brand-footer .ml-md-0, #brand-footer .mx-md-0 {
        margin-left: 0 !important;
    }
    #brand-header .m-md-1, #brand-footer .m-md-1 {
        margin: .25rem !important;
    }
    #brand-header .mt-md-1, #brand-header .my-md-1, #brand-footer .mt-md-1, #brand-footer .my-md-1 {
        margin-top: .25rem !important;
    }
    #brand-header .mr-md-1, #brand-header .mx-md-1, #brand-footer .mr-md-1, #brand-footer .mx-md-1 {
        margin-right: .25rem !important;
    }
    #brand-header .mb-md-1, #brand-header .my-md-1, #brand-footer .mb-md-1, #brand-footer .my-md-1 {
        margin-bottom: .25rem !important;
    }
    #brand-header .ml-md-1, #brand-header .mx-md-1, #brand-footer .ml-md-1, #brand-footer .mx-md-1 {
        margin-left: .25rem !important;
    }
    #brand-header .m-md-2, #brand-footer .m-md-2 {
        margin: .5rem !important;
    }
    #brand-header .mt-md-2, #brand-header .my-md-2, #brand-footer .mt-md-2, #brand-footer .my-md-2 {
        margin-top: .5rem !important;
    }
    #brand-header .mr-md-2, #brand-header .mx-md-2, #brand-footer .mr-md-2, #brand-footer .mx-md-2 {
        margin-right: .5rem !important;
    }
    #brand-header .mb-md-2, #brand-header .my-md-2, #brand-footer .mb-md-2, #brand-footer .my-md-2 {
        margin-bottom: .5rem !important;
    }
    #brand-header .ml-md-2, #brand-header .mx-md-2, #brand-footer .ml-md-2, #brand-footer .mx-md-2 {
        margin-left: .5rem !important;
    }
    #brand-header .m-md-3, #brand-footer .m-md-3 {
        margin: 1rem !important;
    }
    #brand-header .mt-md-3, #brand-header .my-md-3, #brand-footer .mt-md-3, #brand-footer .my-md-3 {
        margin-top: 1rem !important;
    }
    #brand-header .mr-md-3, #brand-header .mx-md-3, #brand-footer .mr-md-3, #brand-footer .mx-md-3 {
        margin-right: 1rem !important;
    }
    #brand-header .mb-md-3, #brand-header .my-md-3, #brand-footer .mb-md-3, #brand-footer .my-md-3 {
        margin-bottom: 1rem !important;
    }
    #brand-header .ml-md-3, #brand-header .mx-md-3, #brand-footer .ml-md-3, #brand-footer .mx-md-3 {
        margin-left: 1rem !important;
    }
    #brand-header .m-md-4, #brand-footer .m-md-4 {
        margin: 1.5rem !important;
    }
    #brand-header .mt-md-4, #brand-header .my-md-4, #brand-footer .mt-md-4, #brand-footer .my-md-4 {
        margin-top: 1.5rem !important;
    }
    #brand-header .mr-md-4, #brand-header .mx-md-4, #brand-footer .mr-md-4, #brand-footer .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    #brand-header .mb-md-4, #brand-header .my-md-4, #brand-footer .mb-md-4, #brand-footer .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    #brand-header .ml-md-4, #brand-header .mx-md-4, #brand-footer .ml-md-4, #brand-footer .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    #brand-header .m-md-5, #brand-footer .m-md-5 {
        margin: 3rem !important;
    }
    #brand-header .mt-md-5, #brand-header .my-md-5, #brand-footer .mt-md-5, #brand-footer .my-md-5 {
        margin-top: 3rem !important;
    }
    #brand-header .mr-md-5, #brand-header .mx-md-5, #brand-footer .mr-md-5, #brand-footer .mx-md-5 {
        margin-right: 3rem !important;
    }
    #brand-header .mb-md-5, #brand-header .my-md-5, #brand-footer .mb-md-5, #brand-footer .my-md-5 {
        margin-bottom: 3rem !important;
    }
    #brand-header .ml-md-5, #brand-header .mx-md-5, #brand-footer .ml-md-5, #brand-footer .mx-md-5 {
        margin-left: 3rem !important;
    }
    #brand-header .p-md-0, #brand-footer .p-md-0 {
        padding: 0 !important;
    }
    #brand-header .pt-md-0, #brand-header .py-md-0, #brand-footer .pt-md-0, #brand-footer .py-md-0 {
        padding-top: 0 !important;
    }
    #brand-header .pr-md-0, #brand-header .px-md-0, #brand-footer .pr-md-0, #brand-footer .px-md-0 {
        padding-right: 0 !important;
    }
    #brand-header .pb-md-0, #brand-header .py-md-0, #brand-footer .pb-md-0, #brand-footer .py-md-0 {
        padding-bottom: 0 !important;
    }
    #brand-header .pl-md-0, #brand-header .px-md-0, #brand-footer .pl-md-0, #brand-footer .px-md-0 {
        padding-left: 0 !important;
    }
    #brand-header .p-md-1, #brand-footer .p-md-1 {
        padding: .25rem !important;
    }
    #brand-header .pt-md-1, #brand-header .py-md-1, #brand-footer .pt-md-1, #brand-footer .py-md-1 {
        padding-top: .25rem !important;
    }
    #brand-header .pr-md-1, #brand-header .px-md-1, #brand-footer .pr-md-1, #brand-footer .px-md-1 {
        padding-right: .25rem !important;
    }
    #brand-header .pb-md-1, #brand-header .py-md-1, #brand-footer .pb-md-1, #brand-footer .py-md-1 {
        padding-bottom: .25rem !important;
    }
    #brand-header .pl-md-1, #brand-header .px-md-1, #brand-footer .pl-md-1, #brand-footer .px-md-1 {
        padding-left: .25rem !important;
    }
    #brand-header .p-md-2, #brand-footer .p-md-2 {
        padding: .5rem !important;
    }
    #brand-header .pt-md-2, #brand-header .py-md-2, #brand-footer .pt-md-2, #brand-footer .py-md-2 {
        padding-top: .5rem !important;
    }
    #brand-header .pr-md-2, #brand-header .px-md-2, #brand-footer .pr-md-2, #brand-footer .px-md-2 {
        padding-right: .5rem !important;
    }
    #brand-header .pb-md-2, #brand-header .py-md-2, #brand-footer .pb-md-2, #brand-footer .py-md-2 {
        padding-bottom: .5rem !important;
    }
    #brand-header .pl-md-2, #brand-header .px-md-2, #brand-footer .pl-md-2, #brand-footer .px-md-2 {
        padding-left: .5rem !important;
    }
    #brand-header .p-md-3, #brand-footer .p-md-3 {
        padding: 1rem !important;
    }
    #brand-header .pt-md-3, #brand-header .py-md-3, #brand-footer .pt-md-3, #brand-footer .py-md-3 {
        padding-top: 1rem !important;
    }
    #brand-header .pr-md-3, #brand-header .px-md-3, #brand-footer .pr-md-3, #brand-footer .px-md-3 {
        padding-right: 1rem !important;
    }
    #brand-header .pb-md-3, #brand-header .py-md-3, #brand-footer .pb-md-3, #brand-footer .py-md-3 {
        padding-bottom: 1rem !important;
    }
    #brand-header .pl-md-3, #brand-header .px-md-3, #brand-footer .pl-md-3, #brand-footer .px-md-3 {
        padding-left: 1rem !important;
    }
    #brand-header .p-md-4, #brand-footer .p-md-4 {
        padding: 1.5rem !important;
    }
    #brand-header .pt-md-4, #brand-header .py-md-4, #brand-footer .pt-md-4, #brand-footer .py-md-4 {
        padding-top: 1.5rem !important;
    }
    #brand-header .pr-md-4, #brand-header .px-md-4, #brand-footer .pr-md-4, #brand-footer .px-md-4 {
        padding-right: 1.5rem !important;
    }
    #brand-header .pb-md-4, #brand-header .py-md-4, #brand-footer .pb-md-4, #brand-footer .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    #brand-header .pl-md-4, #brand-header .px-md-4, #brand-footer .pl-md-4, #brand-footer .px-md-4 {
        padding-left: 1.5rem !important;
    }
    #brand-header .p-md-5, #brand-footer .p-md-5 {
        padding: 3rem !important;
    }
    #brand-header .pt-md-5, #brand-header .py-md-5, #brand-footer .pt-md-5, #brand-footer .py-md-5 {
        padding-top: 3rem !important;
    }
    #brand-header .pr-md-5, #brand-header .px-md-5, #brand-footer .pr-md-5, #brand-footer .px-md-5 {
        padding-right: 3rem !important;
    }
    #brand-header .pb-md-5, #brand-header .py-md-5, #brand-footer .pb-md-5, #brand-footer .py-md-5 {
        padding-bottom: 3rem !important;
    }
    #brand-header .pl-md-5, #brand-header .px-md-5, #brand-footer .pl-md-5, #brand-footer .px-md-5 {
        padding-left: 3rem !important;
    }
    #brand-header .m-md-n1, #brand-footer .m-md-n1 {
        margin: -.25rem !important;
    }
    #brand-header .mt-md-n1, #brand-header .my-md-n1, #brand-footer .mt-md-n1, #brand-footer .my-md-n1 {
        margin-top: -.25rem !important;
    }
    #brand-header .mr-md-n1, #brand-header .mx-md-n1, #brand-footer .mr-md-n1, #brand-footer .mx-md-n1 {
        margin-right: -.25rem !important;
    }
    #brand-header .mb-md-n1, #brand-header .my-md-n1, #brand-footer .mb-md-n1, #brand-footer .my-md-n1 {
        margin-bottom: -.25rem !important;
    }
    #brand-header .ml-md-n1, #brand-header .mx-md-n1, #brand-footer .ml-md-n1, #brand-footer .mx-md-n1 {
        margin-left: -.25rem !important;
    }
    #brand-header .m-md-n2, #brand-footer .m-md-n2 {
        margin: -.5rem !important;
    }
    #brand-header .mt-md-n2, #brand-header .my-md-n2, #brand-footer .mt-md-n2, #brand-footer .my-md-n2 {
        margin-top: -.5rem !important;
    }
    #brand-header .mr-md-n2, #brand-header .mx-md-n2, #brand-footer .mr-md-n2, #brand-footer .mx-md-n2 {
        margin-right: -.5rem !important;
    }
    #brand-header .mb-md-n2, #brand-header .my-md-n2, #brand-footer .mb-md-n2, #brand-footer .my-md-n2 {
        margin-bottom: -.5rem !important;
    }
    #brand-header .ml-md-n2, #brand-header .mx-md-n2, #brand-footer .ml-md-n2, #brand-footer .mx-md-n2 {
        margin-left: -.5rem !important;
    }
    #brand-header .m-md-n3, #brand-footer .m-md-n3 {
        margin: -1rem !important;
    }
    #brand-header .mt-md-n3, #brand-header .my-md-n3, #brand-footer .mt-md-n3, #brand-footer .my-md-n3 {
        margin-top: -1rem !important;
    }
    #brand-header .mr-md-n3, #brand-header .mx-md-n3, #brand-footer .mr-md-n3, #brand-footer .mx-md-n3 {
        margin-right: -1rem !important;
    }
    #brand-header .mb-md-n3, #brand-header .my-md-n3, #brand-footer .mb-md-n3, #brand-footer .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    #brand-header .ml-md-n3, #brand-header .mx-md-n3, #brand-footer .ml-md-n3, #brand-footer .mx-md-n3 {
        margin-left: -1rem !important;
    }
    #brand-header .m-md-n4, #brand-footer .m-md-n4 {
        margin: -1.5rem !important;
    }
    #brand-header .mt-md-n4, #brand-header .my-md-n4, #brand-footer .mt-md-n4, #brand-footer .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    #brand-header .mr-md-n4, #brand-header .mx-md-n4, #brand-footer .mr-md-n4, #brand-footer .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    #brand-header .mb-md-n4, #brand-header .my-md-n4, #brand-footer .mb-md-n4, #brand-footer .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    #brand-header .ml-md-n4, #brand-header .mx-md-n4, #brand-footer .ml-md-n4, #brand-footer .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    #brand-header .m-md-n5, #brand-footer .m-md-n5 {
        margin: -3rem !important;
    }
    #brand-header .mt-md-n5, #brand-header .my-md-n5, #brand-footer .mt-md-n5, #brand-footer .my-md-n5 {
        margin-top: -3rem !important;
    }
    #brand-header .mr-md-n5, #brand-header .mx-md-n5, #brand-footer .mr-md-n5, #brand-footer .mx-md-n5 {
        margin-right: -3rem !important;
    }
    #brand-header .mb-md-n5, #brand-header .my-md-n5, #brand-footer .mb-md-n5, #brand-footer .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    #brand-header .ml-md-n5, #brand-header .mx-md-n5, #brand-footer .ml-md-n5, #brand-footer .mx-md-n5 {
        margin-left: -3rem !important;
    }
    #brand-header .m-md-auto, #brand-footer .m-md-auto {
        margin: auto !important;
    }
    #brand-header .mt-md-auto, #brand-header .my-md-auto, #brand-footer .mt-md-auto, #brand-footer .my-md-auto {
        margin-top: auto !important;
    }
    #brand-header .mr-md-auto, #brand-header .mx-md-auto, #brand-footer .mr-md-auto, #brand-footer .mx-md-auto {
        margin-right: auto !important;
    }
    #brand-header .mb-md-auto, #brand-header .my-md-auto, #brand-footer .mb-md-auto, #brand-footer .my-md-auto {
        margin-bottom: auto !important;
    }
    #brand-header .ml-md-auto, #brand-header .mx-md-auto, #brand-footer .ml-md-auto, #brand-footer .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    #brand-header .m-lg-0, #brand-footer .m-lg-0 {
        margin: 0 !important;
    }
    #brand-header .mt-lg-0, #brand-header .my-lg-0, #brand-footer .mt-lg-0, #brand-footer .my-lg-0 {
        margin-top: 0 !important;
    }
    #brand-header .mr-lg-0, #brand-header .mx-lg-0, #brand-footer .mr-lg-0, #brand-footer .mx-lg-0 {
        margin-right: 0 !important;
    }
    #brand-header .mb-lg-0, #brand-header .my-lg-0, #brand-footer .mb-lg-0, #brand-footer .my-lg-0 {
        margin-bottom: 0 !important;
    }
    #brand-header .ml-lg-0, #brand-header .mx-lg-0, #brand-footer .ml-lg-0, #brand-footer .mx-lg-0 {
        margin-left: 0 !important;
    }
    #brand-header .m-lg-1, #brand-footer .m-lg-1 {
        margin: .25rem !important;
    }
    #brand-header .mt-lg-1, #brand-header .my-lg-1, #brand-footer .mt-lg-1, #brand-footer .my-lg-1 {
        margin-top: .25rem !important;
    }
    #brand-header .mr-lg-1, #brand-header .mx-lg-1, #brand-footer .mr-lg-1, #brand-footer .mx-lg-1 {
        margin-right: .25rem !important;
    }
    #brand-header .mb-lg-1, #brand-header .my-lg-1, #brand-footer .mb-lg-1, #brand-footer .my-lg-1 {
        margin-bottom: .25rem !important;
    }
    #brand-header .ml-lg-1, #brand-header .mx-lg-1, #brand-footer .ml-lg-1, #brand-footer .mx-lg-1 {
        margin-left: .25rem !important;
    }
    #brand-header .m-lg-2, #brand-footer .m-lg-2 {
        margin: .5rem !important;
    }
    #brand-header .mt-lg-2, #brand-header .my-lg-2, #brand-footer .mt-lg-2, #brand-footer .my-lg-2 {
        margin-top: .5rem !important;
    }
    #brand-header .mr-lg-2, #brand-header .mx-lg-2, #brand-footer .mr-lg-2, #brand-footer .mx-lg-2 {
        margin-right: .5rem !important;
    }
    #brand-header .mb-lg-2, #brand-header .my-lg-2, #brand-footer .mb-lg-2, #brand-footer .my-lg-2 {
        margin-bottom: .5rem !important;
    }
    #brand-header .ml-lg-2, #brand-header .mx-lg-2, #brand-footer .ml-lg-2, #brand-footer .mx-lg-2 {
        margin-left: .5rem !important;
    }
    #brand-header .m-lg-3, #brand-footer .m-lg-3 {
        margin: 1rem !important;
    }
    #brand-header .mt-lg-3, #brand-header .my-lg-3, #brand-footer .mt-lg-3, #brand-footer .my-lg-3 {
        margin-top: 1rem !important;
    }
    #brand-header .mr-lg-3, #brand-header .mx-lg-3, #brand-footer .mr-lg-3, #brand-footer .mx-lg-3 {
        margin-right: 1rem !important;
    }
    #brand-header .mb-lg-3, #brand-header .my-lg-3, #brand-footer .mb-lg-3, #brand-footer .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    #brand-header .ml-lg-3, #brand-header .mx-lg-3, #brand-footer .ml-lg-3, #brand-footer .mx-lg-3 {
        margin-left: 1rem !important;
    }
    #brand-header .m-lg-4, #brand-footer .m-lg-4 {
        margin: 1.5rem !important;
    }
    #brand-header .mt-lg-4, #brand-header .my-lg-4, #brand-footer .mt-lg-4, #brand-footer .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    #brand-header .mr-lg-4, #brand-header .mx-lg-4, #brand-footer .mr-lg-4, #brand-footer .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    #brand-header .mb-lg-4, #brand-header .my-lg-4, #brand-footer .mb-lg-4, #brand-footer .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    #brand-header .ml-lg-4, #brand-header .mx-lg-4, #brand-footer .ml-lg-4, #brand-footer .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    #brand-header .m-lg-5, #brand-footer .m-lg-5 {
        margin: 3rem !important;
    }
    #brand-header .mt-lg-5, #brand-header .my-lg-5, #brand-footer .mt-lg-5, #brand-footer .my-lg-5 {
        margin-top: 3rem !important;
    }
    #brand-header .mr-lg-5, #brand-header .mx-lg-5, #brand-footer .mr-lg-5, #brand-footer .mx-lg-5 {
        margin-right: 3rem !important;
    }
    #brand-header .mb-lg-5, #brand-header .my-lg-5, #brand-footer .mb-lg-5, #brand-footer .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    #brand-header .ml-lg-5, #brand-header .mx-lg-5, #brand-footer .ml-lg-5, #brand-footer .mx-lg-5 {
        margin-left: 3rem !important;
    }
    #brand-header .p-lg-0, #brand-footer .p-lg-0 {
        padding: 0 !important;
    }
    #brand-header .pt-lg-0, #brand-header .py-lg-0, #brand-footer .pt-lg-0, #brand-footer .py-lg-0 {
        padding-top: 0 !important;
    }
    #brand-header .pr-lg-0, #brand-header .px-lg-0, #brand-footer .pr-lg-0, #brand-footer .px-lg-0 {
        padding-right: 0 !important;
    }
    #brand-header .pb-lg-0, #brand-header .py-lg-0, #brand-footer .pb-lg-0, #brand-footer .py-lg-0 {
        padding-bottom: 0 !important;
    }
    #brand-header .pl-lg-0, #brand-header .px-lg-0, #brand-footer .pl-lg-0, #brand-footer .px-lg-0 {
        padding-left: 0 !important;
    }
    #brand-header .p-lg-1, #brand-footer .p-lg-1 {
        padding: .25rem !important;
    }
    #brand-header .pt-lg-1, #brand-header .py-lg-1, #brand-footer .pt-lg-1, #brand-footer .py-lg-1 {
        padding-top: .25rem !important;
    }
    #brand-header .pr-lg-1, #brand-header .px-lg-1, #brand-footer .pr-lg-1, #brand-footer .px-lg-1 {
        padding-right: .25rem !important;
    }
    #brand-header .pb-lg-1, #brand-header .py-lg-1, #brand-footer .pb-lg-1, #brand-footer .py-lg-1 {
        padding-bottom: .25rem !important;
    }
    #brand-header .pl-lg-1, #brand-header .px-lg-1, #brand-footer .pl-lg-1, #brand-footer .px-lg-1 {
        padding-left: .25rem !important;
    }
    #brand-header .p-lg-2, #brand-footer .p-lg-2 {
        padding: .5rem !important;
    }
    #brand-header .pt-lg-2, #brand-header .py-lg-2, #brand-footer .pt-lg-2, #brand-footer .py-lg-2 {
        padding-top: .5rem !important;
    }
    #brand-header .pr-lg-2, #brand-header .px-lg-2, #brand-footer .pr-lg-2, #brand-footer .px-lg-2 {
        padding-right: .5rem !important;
    }
    #brand-header .pb-lg-2, #brand-header .py-lg-2, #brand-footer .pb-lg-2, #brand-footer .py-lg-2 {
        padding-bottom: .5rem !important;
    }
    #brand-header .pl-lg-2, #brand-header .px-lg-2, #brand-footer .pl-lg-2, #brand-footer .px-lg-2 {
        padding-left: .5rem !important;
    }
    #brand-header .p-lg-3, #brand-footer .p-lg-3 {
        padding: 1rem !important;
    }
    #brand-header .pt-lg-3, #brand-header .py-lg-3, #brand-footer .pt-lg-3, #brand-footer .py-lg-3 {
        padding-top: 1rem !important;
    }
    #brand-header .pr-lg-3, #brand-header .px-lg-3, #brand-footer .pr-lg-3, #brand-footer .px-lg-3 {
        padding-right: 1rem !important;
    }
    #brand-header .pb-lg-3, #brand-header .py-lg-3, #brand-footer .pb-lg-3, #brand-footer .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    #brand-header .pl-lg-3, #brand-header .px-lg-3, #brand-footer .pl-lg-3, #brand-footer .px-lg-3 {
        padding-left: 1rem !important;
    }
    #brand-header .p-lg-4, #brand-footer .p-lg-4 {
        padding: 1.5rem !important;
    }
    #brand-header .pt-lg-4, #brand-header .py-lg-4, #brand-footer .pt-lg-4, #brand-footer .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    #brand-header .pr-lg-4, #brand-header .px-lg-4, #brand-footer .pr-lg-4, #brand-footer .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    #brand-header .pb-lg-4, #brand-header .py-lg-4, #brand-footer .pb-lg-4, #brand-footer .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    #brand-header .pl-lg-4, #brand-header .px-lg-4, #brand-footer .pl-lg-4, #brand-footer .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    #brand-header .p-lg-5, #brand-footer .p-lg-5 {
        padding: 3rem !important;
    }
    #brand-header .pt-lg-5, #brand-header .py-lg-5, #brand-footer .pt-lg-5, #brand-footer .py-lg-5 {
        padding-top: 3rem !important;
    }
    #brand-header .pr-lg-5, #brand-header .px-lg-5, #brand-footer .pr-lg-5, #brand-footer .px-lg-5 {
        padding-right: 3rem !important;
    }
    #brand-header .pb-lg-5, #brand-header .py-lg-5, #brand-footer .pb-lg-5, #brand-footer .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    #brand-header .pl-lg-5, #brand-header .px-lg-5, #brand-footer .pl-lg-5, #brand-footer .px-lg-5 {
        padding-left: 3rem !important;
    }
    #brand-header .m-lg-n1, #brand-footer .m-lg-n1 {
        margin: -.25rem !important;
    }
    #brand-header .mt-lg-n1, #brand-header .my-lg-n1, #brand-footer .mt-lg-n1, #brand-footer .my-lg-n1 {
        margin-top: -.25rem !important;
    }
    #brand-header .mr-lg-n1, #brand-header .mx-lg-n1, #brand-footer .mr-lg-n1, #brand-footer .mx-lg-n1 {
        margin-right: -.25rem !important;
    }
    #brand-header .mb-lg-n1, #brand-header .my-lg-n1, #brand-footer .mb-lg-n1, #brand-footer .my-lg-n1 {
        margin-bottom: -.25rem !important;
    }
    #brand-header .ml-lg-n1, #brand-header .mx-lg-n1, #brand-footer .ml-lg-n1, #brand-footer .mx-lg-n1 {
        margin-left: -.25rem !important;
    }
    #brand-header .m-lg-n2, #brand-footer .m-lg-n2 {
        margin: -.5rem !important;
    }
    #brand-header .mt-lg-n2, #brand-header .my-lg-n2, #brand-footer .mt-lg-n2, #brand-footer .my-lg-n2 {
        margin-top: -.5rem !important;
    }
    #brand-header .mr-lg-n2, #brand-header .mx-lg-n2, #brand-footer .mr-lg-n2, #brand-footer .mx-lg-n2 {
        margin-right: -.5rem !important;
    }
    #brand-header .mb-lg-n2, #brand-header .my-lg-n2, #brand-footer .mb-lg-n2, #brand-footer .my-lg-n2 {
        margin-bottom: -.5rem !important;
    }
    #brand-header .ml-lg-n2, #brand-header .mx-lg-n2, #brand-footer .ml-lg-n2, #brand-footer .mx-lg-n2 {
        margin-left: -.5rem !important;
    }
    #brand-header .m-lg-n3, #brand-footer .m-lg-n3 {
        margin: -1rem !important;
    }
    #brand-header .mt-lg-n3, #brand-header .my-lg-n3, #brand-footer .mt-lg-n3, #brand-footer .my-lg-n3 {
        margin-top: -1rem !important;
    }
    #brand-header .mr-lg-n3, #brand-header .mx-lg-n3, #brand-footer .mr-lg-n3, #brand-footer .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    #brand-header .mb-lg-n3, #brand-header .my-lg-n3, #brand-footer .mb-lg-n3, #brand-footer .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    #brand-header .ml-lg-n3, #brand-header .mx-lg-n3, #brand-footer .ml-lg-n3, #brand-footer .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    #brand-header .m-lg-n4, #brand-footer .m-lg-n4 {
        margin: -1.5rem !important;
    }
    #brand-header .mt-lg-n4, #brand-header .my-lg-n4, #brand-footer .mt-lg-n4, #brand-footer .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    #brand-header .mr-lg-n4, #brand-header .mx-lg-n4, #brand-footer .mr-lg-n4, #brand-footer .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    #brand-header .mb-lg-n4, #brand-header .my-lg-n4, #brand-footer .mb-lg-n4, #brand-footer .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    #brand-header .ml-lg-n4, #brand-header .mx-lg-n4, #brand-footer .ml-lg-n4, #brand-footer .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    #brand-header .m-lg-n5, #brand-footer .m-lg-n5 {
        margin: -3rem !important;
    }
    #brand-header .mt-lg-n5, #brand-header .my-lg-n5, #brand-footer .mt-lg-n5, #brand-footer .my-lg-n5 {
        margin-top: -3rem !important;
    }
    #brand-header .mr-lg-n5, #brand-header .mx-lg-n5, #brand-footer .mr-lg-n5, #brand-footer .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    #brand-header .mb-lg-n5, #brand-header .my-lg-n5, #brand-footer .mb-lg-n5, #brand-footer .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    #brand-header .ml-lg-n5, #brand-header .mx-lg-n5, #brand-footer .ml-lg-n5, #brand-footer .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    #brand-header .m-lg-auto, #brand-footer .m-lg-auto {
        margin: auto !important;
    }
    #brand-header .mt-lg-auto, #brand-header .my-lg-auto, #brand-footer .mt-lg-auto, #brand-footer .my-lg-auto {
        margin-top: auto !important;
    }
    #brand-header .mr-lg-auto, #brand-header .mx-lg-auto, #brand-footer .mr-lg-auto, #brand-footer .mx-lg-auto {
        margin-right: auto !important;
    }
    #brand-header .mb-lg-auto, #brand-header .my-lg-auto, #brand-footer .mb-lg-auto, #brand-footer .my-lg-auto {
        margin-bottom: auto !important;
    }
    #brand-header .ml-lg-auto, #brand-header .mx-lg-auto, #brand-footer .ml-lg-auto, #brand-footer .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    #brand-header .m-xl-0, #brand-footer .m-xl-0 {
        margin: 0 !important;
    }
    #brand-header .mt-xl-0, #brand-header .my-xl-0, #brand-footer .mt-xl-0, #brand-footer .my-xl-0 {
        margin-top: 0 !important;
    }
    #brand-header .mr-xl-0, #brand-header .mx-xl-0, #brand-footer .mr-xl-0, #brand-footer .mx-xl-0 {
        margin-right: 0 !important;
    }
    #brand-header .mb-xl-0, #brand-header .my-xl-0, #brand-footer .mb-xl-0, #brand-footer .my-xl-0 {
        margin-bottom: 0 !important;
    }
    #brand-header .ml-xl-0, #brand-header .mx-xl-0, #brand-footer .ml-xl-0, #brand-footer .mx-xl-0 {
        margin-left: 0 !important;
    }
    #brand-header .m-xl-1, #brand-footer .m-xl-1 {
        margin: .25rem !important;
    }
    #brand-header .mt-xl-1, #brand-header .my-xl-1, #brand-footer .mt-xl-1, #brand-footer .my-xl-1 {
        margin-top: .25rem !important;
    }
    #brand-header .mr-xl-1, #brand-header .mx-xl-1, #brand-footer .mr-xl-1, #brand-footer .mx-xl-1 {
        margin-right: .25rem !important;
    }
    #brand-header .mb-xl-1, #brand-header .my-xl-1, #brand-footer .mb-xl-1, #brand-footer .my-xl-1 {
        margin-bottom: .25rem !important;
    }
    #brand-header .ml-xl-1, #brand-header .mx-xl-1, #brand-footer .ml-xl-1, #brand-footer .mx-xl-1 {
        margin-left: .25rem !important;
    }
    #brand-header .m-xl-2, #brand-footer .m-xl-2 {
        margin: .5rem !important;
    }
    #brand-header .mt-xl-2, #brand-header .my-xl-2, #brand-footer .mt-xl-2, #brand-footer .my-xl-2 {
        margin-top: .5rem !important;
    }
    #brand-header .mr-xl-2, #brand-header .mx-xl-2, #brand-footer .mr-xl-2, #brand-footer .mx-xl-2 {
        margin-right: .5rem !important;
    }
    #brand-header .mb-xl-2, #brand-header .my-xl-2, #brand-footer .mb-xl-2, #brand-footer .my-xl-2 {
        margin-bottom: .5rem !important;
    }
    #brand-header .ml-xl-2, #brand-header .mx-xl-2, #brand-footer .ml-xl-2, #brand-footer .mx-xl-2 {
        margin-left: .5rem !important;
    }
    #brand-header .m-xl-3, #brand-footer .m-xl-3 {
        margin: 1rem !important;
    }
    #brand-header .mt-xl-3, #brand-header .my-xl-3, #brand-footer .mt-xl-3, #brand-footer .my-xl-3 {
        margin-top: 1rem !important;
    }
    #brand-header .mr-xl-3, #brand-header .mx-xl-3, #brand-footer .mr-xl-3, #brand-footer .mx-xl-3 {
        margin-right: 1rem !important;
    }
    #brand-header .mb-xl-3, #brand-header .my-xl-3, #brand-footer .mb-xl-3, #brand-footer .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    #brand-header .ml-xl-3, #brand-header .mx-xl-3, #brand-footer .ml-xl-3, #brand-footer .mx-xl-3 {
        margin-left: 1rem !important;
    }
    #brand-header .m-xl-4, #brand-footer .m-xl-4 {
        margin: 1.5rem !important;
    }
    #brand-header .mt-xl-4, #brand-header .my-xl-4, #brand-footer .mt-xl-4, #brand-footer .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    #brand-header .mr-xl-4, #brand-header .mx-xl-4, #brand-footer .mr-xl-4, #brand-footer .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    #brand-header .mb-xl-4, #brand-header .my-xl-4, #brand-footer .mb-xl-4, #brand-footer .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    #brand-header .ml-xl-4, #brand-header .mx-xl-4, #brand-footer .ml-xl-4, #brand-footer .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    #brand-header .m-xl-5, #brand-footer .m-xl-5 {
        margin: 3rem !important;
    }
    #brand-header .mt-xl-5, #brand-header .my-xl-5, #brand-footer .mt-xl-5, #brand-footer .my-xl-5 {
        margin-top: 3rem !important;
    }
    #brand-header .mr-xl-5, #brand-header .mx-xl-5, #brand-footer .mr-xl-5, #brand-footer .mx-xl-5 {
        margin-right: 3rem !important;
    }
    #brand-header .mb-xl-5, #brand-header .my-xl-5, #brand-footer .mb-xl-5, #brand-footer .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    #brand-header .ml-xl-5, #brand-header .mx-xl-5, #brand-footer .ml-xl-5, #brand-footer .mx-xl-5 {
        margin-left: 3rem !important;
    }
    #brand-header .p-xl-0, #brand-footer .p-xl-0 {
        padding: 0 !important;
    }
    #brand-header .pt-xl-0, #brand-header .py-xl-0, #brand-footer .pt-xl-0, #brand-footer .py-xl-0 {
        padding-top: 0 !important;
    }
    #brand-header .pr-xl-0, #brand-header .px-xl-0, #brand-footer .pr-xl-0, #brand-footer .px-xl-0 {
        padding-right: 0 !important;
    }
    #brand-header .pb-xl-0, #brand-header .py-xl-0, #brand-footer .pb-xl-0, #brand-footer .py-xl-0 {
        padding-bottom: 0 !important;
    }
    #brand-header .pl-xl-0, #brand-header .px-xl-0, #brand-footer .pl-xl-0, #brand-footer .px-xl-0 {
        padding-left: 0 !important;
    }
    #brand-header .p-xl-1, #brand-footer .p-xl-1 {
        padding: .25rem !important;
    }
    #brand-header .pt-xl-1, #brand-header .py-xl-1, #brand-footer .pt-xl-1, #brand-footer .py-xl-1 {
        padding-top: .25rem !important;
    }
    #brand-header .pr-xl-1, #brand-header .px-xl-1, #brand-footer .pr-xl-1, #brand-footer .px-xl-1 {
        padding-right: .25rem !important;
    }
    #brand-header .pb-xl-1, #brand-header .py-xl-1, #brand-footer .pb-xl-1, #brand-footer .py-xl-1 {
        padding-bottom: .25rem !important;
    }
    #brand-header .pl-xl-1, #brand-header .px-xl-1, #brand-footer .pl-xl-1, #brand-footer .px-xl-1 {
        padding-left: .25rem !important;
    }
    #brand-header .p-xl-2, #brand-footer .p-xl-2 {
        padding: .5rem !important;
    }
    #brand-header .pt-xl-2, #brand-header .py-xl-2, #brand-footer .pt-xl-2, #brand-footer .py-xl-2 {
        padding-top: .5rem !important;
    }
    #brand-header .pr-xl-2, #brand-header .px-xl-2, #brand-footer .pr-xl-2, #brand-footer .px-xl-2 {
        padding-right: .5rem !important;
    }
    #brand-header .pb-xl-2, #brand-header .py-xl-2, #brand-footer .pb-xl-2, #brand-footer .py-xl-2 {
        padding-bottom: .5rem !important;
    }
    #brand-header .pl-xl-2, #brand-header .px-xl-2, #brand-footer .pl-xl-2, #brand-footer .px-xl-2 {
        padding-left: .5rem !important;
    }
    #brand-header .p-xl-3, #brand-footer .p-xl-3 {
        padding: 1rem !important;
    }
    #brand-header .pt-xl-3, #brand-header .py-xl-3, #brand-footer .pt-xl-3, #brand-footer .py-xl-3 {
        padding-top: 1rem !important;
    }
    #brand-header .pr-xl-3, #brand-header .px-xl-3, #brand-footer .pr-xl-3, #brand-footer .px-xl-3 {
        padding-right: 1rem !important;
    }
    #brand-header .pb-xl-3, #brand-header .py-xl-3, #brand-footer .pb-xl-3, #brand-footer .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    #brand-header .pl-xl-3, #brand-header .px-xl-3, #brand-footer .pl-xl-3, #brand-footer .px-xl-3 {
        padding-left: 1rem !important;
    }
    #brand-header .p-xl-4, #brand-footer .p-xl-4 {
        padding: 1.5rem !important;
    }
    #brand-header .pt-xl-4, #brand-header .py-xl-4, #brand-footer .pt-xl-4, #brand-footer .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    #brand-header .pr-xl-4, #brand-header .px-xl-4, #brand-footer .pr-xl-4, #brand-footer .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    #brand-header .pb-xl-4, #brand-header .py-xl-4, #brand-footer .pb-xl-4, #brand-footer .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    #brand-header .pl-xl-4, #brand-header .px-xl-4, #brand-footer .pl-xl-4, #brand-footer .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    #brand-header .p-xl-5, #brand-footer .p-xl-5 {
        padding: 3rem !important;
    }
    #brand-header .pt-xl-5, #brand-header .py-xl-5, #brand-footer .pt-xl-5, #brand-footer .py-xl-5 {
        padding-top: 3rem !important;
    }
    #brand-header .pr-xl-5, #brand-header .px-xl-5, #brand-footer .pr-xl-5, #brand-footer .px-xl-5 {
        padding-right: 3rem !important;
    }
    #brand-header .pb-xl-5, #brand-header .py-xl-5, #brand-footer .pb-xl-5, #brand-footer .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    #brand-header .pl-xl-5, #brand-header .px-xl-5, #brand-footer .pl-xl-5, #brand-footer .px-xl-5 {
        padding-left: 3rem !important;
    }
    #brand-header .m-xl-n1, #brand-footer .m-xl-n1 {
        margin: -.25rem !important;
    }
    #brand-header .mt-xl-n1, #brand-header .my-xl-n1, #brand-footer .mt-xl-n1, #brand-footer .my-xl-n1 {
        margin-top: -.25rem !important;
    }
    #brand-header .mr-xl-n1, #brand-header .mx-xl-n1, #brand-footer .mr-xl-n1, #brand-footer .mx-xl-n1 {
        margin-right: -.25rem !important;
    }
    #brand-header .mb-xl-n1, #brand-header .my-xl-n1, #brand-footer .mb-xl-n1, #brand-footer .my-xl-n1 {
        margin-bottom: -.25rem !important;
    }
    #brand-header .ml-xl-n1, #brand-header .mx-xl-n1, #brand-footer .ml-xl-n1, #brand-footer .mx-xl-n1 {
        margin-left: -.25rem !important;
    }
    #brand-header .m-xl-n2, #brand-footer .m-xl-n2 {
        margin: -.5rem !important;
    }
    #brand-header .mt-xl-n2, #brand-header .my-xl-n2, #brand-footer .mt-xl-n2, #brand-footer .my-xl-n2 {
        margin-top: -.5rem !important;
    }
    #brand-header .mr-xl-n2, #brand-header .mx-xl-n2, #brand-footer .mr-xl-n2, #brand-footer .mx-xl-n2 {
        margin-right: -.5rem !important;
    }
    #brand-header .mb-xl-n2, #brand-header .my-xl-n2, #brand-footer .mb-xl-n2, #brand-footer .my-xl-n2 {
        margin-bottom: -.5rem !important;
    }
    #brand-header .ml-xl-n2, #brand-header .mx-xl-n2, #brand-footer .ml-xl-n2, #brand-footer .mx-xl-n2 {
        margin-left: -.5rem !important;
    }
    #brand-header .m-xl-n3, #brand-footer .m-xl-n3 {
        margin: -1rem !important;
    }
    #brand-header .mt-xl-n3, #brand-header .my-xl-n3, #brand-footer .mt-xl-n3, #brand-footer .my-xl-n3 {
        margin-top: -1rem !important;
    }
    #brand-header .mr-xl-n3, #brand-header .mx-xl-n3, #brand-footer .mr-xl-n3, #brand-footer .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    #brand-header .mb-xl-n3, #brand-header .my-xl-n3, #brand-footer .mb-xl-n3, #brand-footer .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    #brand-header .ml-xl-n3, #brand-header .mx-xl-n3, #brand-footer .ml-xl-n3, #brand-footer .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    #brand-header .m-xl-n4, #brand-footer .m-xl-n4 {
        margin: -1.5rem !important;
    }
    #brand-header .mt-xl-n4, #brand-header .my-xl-n4, #brand-footer .mt-xl-n4, #brand-footer .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    #brand-header .mr-xl-n4, #brand-header .mx-xl-n4, #brand-footer .mr-xl-n4, #brand-footer .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    #brand-header .mb-xl-n4, #brand-header .my-xl-n4, #brand-footer .mb-xl-n4, #brand-footer .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    #brand-header .ml-xl-n4, #brand-header .mx-xl-n4, #brand-footer .ml-xl-n4, #brand-footer .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    #brand-header .m-xl-n5, #brand-footer .m-xl-n5 {
        margin: -3rem !important;
    }
    #brand-header .mt-xl-n5, #brand-header .my-xl-n5, #brand-footer .mt-xl-n5, #brand-footer .my-xl-n5 {
        margin-top: -3rem !important;
    }
    #brand-header .mr-xl-n5, #brand-header .mx-xl-n5, #brand-footer .mr-xl-n5, #brand-footer .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    #brand-header .mb-xl-n5, #brand-header .my-xl-n5, #brand-footer .mb-xl-n5, #brand-footer .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    #brand-header .ml-xl-n5, #brand-header .mx-xl-n5, #brand-footer .ml-xl-n5, #brand-footer .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    #brand-header .m-xl-auto, #brand-footer .m-xl-auto {
        margin: auto !important;
    }
    #brand-header .mt-xl-auto, #brand-header .my-xl-auto, #brand-footer .mt-xl-auto, #brand-footer .my-xl-auto {
        margin-top: auto !important;
    }
    #brand-header .mr-xl-auto, #brand-header .mx-xl-auto, #brand-footer .mr-xl-auto, #brand-footer .mx-xl-auto {
        margin-right: auto !important;
    }
    #brand-header .mb-xl-auto, #brand-header .my-xl-auto, #brand-footer .mb-xl-auto, #brand-footer .my-xl-auto {
        margin-bottom: auto !important;
    }
    #brand-header .ml-xl-auto, #brand-header .mx-xl-auto, #brand-footer .ml-xl-auto, #brand-footer .mx-xl-auto {
        margin-left: auto !important;
    }
}

#brand-header .text-monospace, #brand-footer .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

#brand-header .text-justify, #brand-footer .text-justify {
    text-align: justify !important;
}

#brand-header .text-wrap, #brand-footer .text-wrap {
    white-space: normal !important;
}

#brand-header .text-nowrap, #brand-footer .text-nowrap {
    white-space: nowrap !important;
}

#brand-header .text-truncate, #brand-footer .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#brand-header .text-left, #brand-footer .text-left {
    text-align: left !important;
}

#brand-header .text-right, #brand-footer .text-right {
    text-align: right !important;
}

#brand-header .text-center, #brand-footer .text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    #brand-header .text-sm-left, #brand-footer .text-sm-left {
        text-align: left !important;
    }
    #brand-header .text-sm-right, #brand-footer .text-sm-right {
        text-align: right !important;
    }
    #brand-header .text-sm-center, #brand-footer .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    #brand-header .text-md-left, #brand-footer .text-md-left {
        text-align: left !important;
    }
    #brand-header .text-md-right, #brand-footer .text-md-right {
        text-align: right !important;
    }
    #brand-header .text-md-center, #brand-footer .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    #brand-header .text-lg-left, #brand-footer .text-lg-left {
        text-align: left !important;
    }
    #brand-header .text-lg-right, #brand-footer .text-lg-right {
        text-align: right !important;
    }
    #brand-header .text-lg-center, #brand-footer .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    #brand-header .text-xl-left, #brand-footer .text-xl-left {
        text-align: left !important;
    }
    #brand-header .text-xl-right, #brand-footer .text-xl-right {
        text-align: right !important;
    }
    #brand-header .text-xl-center, #brand-footer .text-xl-center {
        text-align: center !important;
    }
}

#brand-header .text-lowercase, #brand-footer .text-lowercase {
    text-transform: lowercase !important;
}

#brand-header .text-uppercase, #brand-footer .text-uppercase {
    text-transform: uppercase !important;
}

#brand-header .text-capitalize, #brand-footer .text-capitalize {
    text-transform: capitalize !important;
}

#brand-header .font-weight-light, #brand-footer .font-weight-light {
    font-weight: 300 !important;
}

#brand-header .font-weight-lighter, #brand-footer .font-weight-lighter {
    font-weight: lighter !important;
}

#brand-header .font-weight-normal, #brand-footer .font-weight-normal {
    font-weight: 400 !important;
}

#brand-header .font-weight-bold, #brand-footer .font-weight-bold {
    font-weight: 700 !important;
}

#brand-header .font-weight-bolder, #brand-footer .font-weight-bolder {
    font-weight: bolder !important;
}

#brand-header .font-italic, #brand-footer .font-italic {
    font-style: italic !important;
}

#brand-header .text-white, #brand-footer .text-white {
    color: #fff !important;
}

#brand-header .text-primary, #brand-footer .text-primary {
    color: #007bff !important;
}

#brand-header a.text-primary:focus, #brand-header a.text-primary:hover, #brand-footer a.text-primary:focus, #brand-footer a.text-primary:hover {
    color: #0056b3 !important;
}

#brand-header .text-secondary, #brand-footer .text-secondary {
    color: #6c757d !important;
}

#brand-header a.text-secondary:focus, #brand-header a.text-secondary:hover, #brand-footer a.text-secondary:focus, #brand-footer a.text-secondary:hover {
    color: #494f54 !important;
}

#brand-header .text-success, #brand-footer .text-success {
    color: #28a745 !important;
}

#brand-header a.text-success:focus, #brand-header a.text-success:hover, #brand-footer a.text-success:focus, #brand-footer a.text-success:hover {
    color: #19692c !important;
}

#brand-header .text-info, #brand-footer .text-info {
    color: #17a2b8 !important;
}

#brand-header a.text-info:focus, #brand-header a.text-info:hover, #brand-footer a.text-info:focus, #brand-footer a.text-info:hover {
    color: #0f6674 !important;
}

#brand-header .text-warning, #brand-footer .text-warning {
    color: #ffc107 !important;
}

#brand-header a.text-warning:focus, #brand-header a.text-warning:hover, #brand-footer a.text-warning:focus, #brand-footer a.text-warning:hover {
    color: #ba8b00 !important;
}

#brand-header .text-danger, #brand-footer .text-danger {
    color: #dc3545 !important;
}

#brand-header a.text-danger:focus, #brand-header a.text-danger:hover, #brand-footer a.text-danger:focus, #brand-footer a.text-danger:hover {
    color: #a71d2a !important;
}

#brand-header .text-light, #brand-footer .text-light {
    color: #f8f9fa !important;
}

#brand-header a.text-light:focus, #brand-header a.text-light:hover, #brand-footer a.text-light:focus, #brand-footer a.text-light:hover {
    color: #cbd3da !important;
}

#brand-header .text-dark, #brand-footer .text-dark {
    color: #343a40 !important;
}

#brand-header a.text-dark:focus, #brand-header a.text-dark:hover, #brand-footer a.text-dark:focus, #brand-footer a.text-dark:hover {
    color: #121416 !important;
}

#brand-header .text-body, #brand-footer .text-body {
    color: #212529 !important;
}

#brand-header .text-muted, #brand-footer .text-muted {
    color: #6c757d !important;
}

#brand-header .text-black-50, #brand-footer .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

#brand-header .text-white-50, #brand-footer .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

#brand-header .text-hide, #brand-footer .text-hide {
    font-size: 0px;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

#brand-header .text-decoration-none, #brand-footer .text-decoration-none {
    text-decoration: none !important;
}

#brand-header .text-break, #brand-footer .text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

#brand-header .text-reset, #brand-footer .text-reset {
    color: inherit !important;
}

#brand-header .visible, #brand-footer .visible {
    visibility: visible !important;
}

#brand-header .invisible, #brand-footer .invisible {
    visibility: hidden !important;
}
#brand-header .error{
    color: #ed3248;
    border: 1px solid #ed3248;
}


#brand-header .error::placeholder {
    color: #ed3248;
}
#brand-header .disable-select {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}
/* custom boostrap: End */

#brand-header .logo {
    text-align: center;
}
#brand-header .logo img {
    margin-bottom: 20px;
}



.widget_qtranslate ul li {
    border-bottom: 1px solid #fff;
    padding: 7px 0;
    /* margin: 0 8px; */
}

.widget_qtranslate ul li a {
    font-size: 16px !important;
}

body #qtranslateslug--1-chooser {
    /* margin: 0!important; */
    padding: 0px!important;
}

#header_secondary_menu li:not([class]) a, #brand-header .languages, #brand-header .languages a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5px;
    text-decoration: none;
    color: #5A5A5C;
    font-size: 0.8em;
    letter-spacing: 0.11px;
    /* line-height: 13px; */
    text-align: center;
}

#brand-header .languages .qts_widget.widget_qtranslate li a {
    color: #fff !important;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: none;
}

#brand-header .languages .qts_widget.widget_qtranslate li a:hover,
#brand-header .languages .qts_widget.widget_qtranslate li.active a {
    color: #009DB9 !important;
}

#header_secondary_menu li i,
#brand-header .languages i,
#header_secondary_menu .tracking-link:before {
    border: 0.69px solid #BCBCBC;
    border-radius: 50%;
    color: #343D44;
    font-size: 22px;
    line-height: 22px;
    padding: 12px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#header_secondary_menu .tracking-link:before {
    content: "\eb11";
    font-family: 'mirai-icofonts'!important;
}

.ficha-hotel {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ficha-hotel-icons li a:hover,
#header_secondary_menu li a:hover,
#brand-header .languages div:hover,
#header_secondary_menu .tracking-link:hover a {
    color: #009DB9;
}

.ficha-hotel-icons li .gardenlink:hover i:before {
    color: #fff !important;
}

.ficha-hotel-icons li a:hover i,
#header_secondary_menu li a:hover i,
#brand-header .languages div:hover i,
#header_secondary_menu .tracking-link:hover:before {
    background-color: #009DB9;
    color: #fff;
    border-color: #009DB9;
}

.ficha-hotel-icons li a:hover,
#header_secondary_menu li a:hover,
#brand-header .languages div:hover,
#header_secondary_menu .tracking-link:hover a {
    color: #009DB9;
}

.ficha-hotel-icons li .gardenlink:hover i:before {
    color: #fff !important;
}

.ficha-hotel-icons li a:hover i,
#header_secondary_menu li a:hover i,
#brand-header .languages div:hover i,
#header_secondary_menu .tracking-link:hover:before {
    background-color: #009DB9;
    color: #fff;
    border-color: #009DB9;
}

#brand-header .languages {
    position: relative;
    /* clip-path: polygon(100% 0, 100% 300px, 0 300px, 0 0); */
}

body.modal-menu-active #modal-menu .languages {
    position: fixed;
    top: 30px;
    right: 2%;
    z-index: 1051;
}

.translate-header {
    width: 48px;
    opacity: 0;
    position: absolute;
    top: -100px;
    /* left: 8px; */
    background-color: #343D44;
    /* padding: 10px 0!important; */
    border-radius: 27px;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
#brand-header .languages span {font-size:13px;}
#brand-header .languages:hover .translate-header,
#brand-header .languages.show:hover .translate-header {
    top: 0px;
    opacity: 1;
}

#brand-footer footer {
    min-height: 200px;
    background: #00263E !important;
}

#brand-footer footer p {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    margin: 10px 0;
}
#brand-footer footer a {
    color: #fff;
    text-decoration:none;
}
#brand-footer footer a:hover {
    color:#009DB9
}
#brand-footer footer li .text-muted {
    color: #fff!important;
}
#brand-footer footer li a:hover.text-muted {
    color: #009DB9!important;
}
#brand-footer .ms-3 {
    margin-left: 1rem!important;
}
.tel:before {
    vertical-align: middle;
    margin-right: 6px;
    display: inline-block;
    font-family: 'mirai-icofonts';
}

.tel:before {
    content: '\e9b3';
}

/*LOGOS FOOTER & CATALOGUE PAGE*/
#brand-footer footer {
    background: #00263E;
}
#brand-footer footer #logos-footer {
    text-align:center;
    background: #00263E;
    border-top: 1px solid #fff;
    padding-top: 40px;
}
#brand-footer footer #logos-footer .hotel-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-start;
}
#brand-footer footer #logos-footer .hotel-logos li {
    flex: 1 0 auto;
}
#brand-footer footer #logos-footer a img {
    width: 100%;
    max-width: 250px;
    height: auto;
}
#brand-footer footer #logos-footer .senator_link img {
    filter: saturate(0) brightness(0) invert(1);
}
#brand-footer footer #logos-footer ul * {
    display: inline-block;
    vertical-align: middle;
}
#brand-footer footer #logos-footer ul li {
    margin: 0 10px;
}
#brand-footer footer #hotels-footer ul li {
    display: block;
}

#brand-footer footer #hotels-footer ul.menu > li > a {
    display: block;
    font-weight: bold;
    margin-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
#brand-footer footer #bottom-footer {
    padding: 30px 0;
    background: no-repeat scroll 50% 50% #00263E;
}
#brand-footer footer #bottom-footer p {
    color:#fff;
    margin:0 0 0 10px;
}
#brand-footer footer .rrss {
    margin: 0 auto 40px;
}
#brand-footer footer .rrss ul {
    gap: 10px;
}

@media (max-width: 768px) {
    .logo-footer,
    .address,
    .rrss {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
}
.hotel_availability_widget .actualizandoResultados {
    top: 107px;
}
#header_secondary_menu {
    display: flex;
}
.telefonos {
    display: flex;
    align-items: flex-start;
    margin-right: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}
@media (max-width: 768px) {
    #brand-header .d-flex {
        display: block !important;
        text-align: center;
    }
    #brand-header #header_secondary_menu {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }
    .telefonos {
        align-items: center;
        margin-bottom: 15px;
    }
}
#brand-header .telefonos .dropdown-toggle {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #5A5A5C;
    font-size: 0.8em;
    letter-spacing: 0.11px;
    text-align: center;
    border: 0;
    background: none;
    display: inline-block;
    padding: 0;
}
#brand-header .telefonos .dropdown-toggle:focus {
    outline: 0;
}
#brand-header .telefonos .dropdown-icon {
    display: block;
    width: 48px;
    height: 48px;
    border: 0.69px solid #BCBCBC;
    border-radius: 50%;
    color: #343D44;
    padding: 12px;
    margin: 0 auto 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#brand-header .telefonos .icon, .telefonos .icon * {
    fill: #343D44;
    width: 22px;
    height: 22px;
}
#brand-header .telefonos .phoneinfo {
    font-size: 13px;
    display: block;
}
#brand-header .telefonos .dropdown-phone-info {
    min-width: 250px;
}
#brand-header .telefonos .dropdown-phone-info li {
    text-align: left;
}
#brand-header .telefonos .dropdown-phone-info li a {
    font-size: 13px;
    text-align: left;
    align-items: flex-start;
    padding: 0 10px;
}
header .dropdown-menu ul li>a, header .dropdown-menu ul li>button, header .dropdown-menu ul li>div.collapse-title {
    text-align: left!important;
    color: #46403c;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 15px;
    border: 0;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background: #fff;
    -webkit-transition: background .3s;
    transition: background .3s;
}
header .dropdown-menu ul li {
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}
.telefonos .dropdown-custom {
    position: relative;
}