@charset "UTF-8";
/*
File: extron.css
version: 2.0
*/
:root {
    --blue: #0069d9;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #cc0000;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #008800;
    --teal: #20c997;
    --cyan: #008196;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --brand: #224d8f;
    --primary: #0069d9;
    --secondary: #6c757d;
    --success: #008800;
    --info: #008196;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --gray: #dee2e6;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1350px;
    --breakpoint-xxxl: 1600px;
    --font-family-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

abbr[title],
abbr[data-original-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;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #0069d9;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #00448d;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #495057;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1350px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1570px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1350px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        order: -1;
    }
    .order-xxl-last {
        order: 13;
    }
    .order-xxl-0 {
        order: 0;
    }
    .order-xxl-1 {
        order: 1;
    }
    .order-xxl-2 {
        order: 2;
    }
    .order-xxl-3 {
        order: 3;
    }
    .order-xxl-4 {
        order: 4;
    }
    .order-xxl-5 {
        order: 5;
    }
    .order-xxl-6 {
        order: 6;
    }
    .order-xxl-7 {
        order: 7;
    }
    .order-xxl-8 {
        order: 8;
    }
    .order-xxl-9 {
        order: 9;
    }
    .order-xxl-10 {
        order: 10;
    }
    .order-xxl-11 {
        order: 11;
    }
    .order-xxl-12 {
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1600px) {
    .col-xxxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xxxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xxxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xxxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xxxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xxxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xxxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xxxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xxxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxxl-first {
        order: -1;
    }
    .order-xxxl-last {
        order: 13;
    }
    .order-xxxl-0 {
        order: 0;
    }
    .order-xxxl-1 {
        order: 1;
    }
    .order-xxxl-2 {
        order: 2;
    }
    .order-xxxl-3 {
        order: 3;
    }
    .order-xxxl-4 {
        order: 4;
    }
    .order-xxxl-5 {
        order: 5;
    }
    .order-xxxl-6 {
        order: 6;
    }
    .order-xxxl-7 {
        order: 7;
    }
    .order-xxxl-8 {
        order: 8;
    }
    .order-xxxl-9 {
        order: 9;
    }
    .order-xxxl-10 {
        order: 10;
    }
    .order-xxxl-11 {
        order: 11;
    }
    .order-xxxl-12 {
        order: 12;
    }
    .offset-xxxl-0 {
        margin-left: 0;
    }
    .offset-xxxl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xxxl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xxxl-3 {
        margin-left: 25%;
    }
    .offset-xxxl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xxxl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xxxl-6 {
        margin-left: 50%;
    }
    .offset-xxxl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xxxl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xxxl-9 {
        margin-left: 75%;
    }
    .offset-xxxl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xxxl-11 {
        margin-left: 91.6666666667%;
    }
}

.row:before {
    content: none;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.025);
}

.table-brand,
.table-brand > th,
.table-brand > td {
    background-color: #c1cde0;
}

.table-brand th,
.table-brand td,
.table-brand thead th,
.table-brand tbody + tbody {
    border-color: #8ca2c5;
}

.table-hover .table-brand:hover {
    background-color: #b0bfd8;
}

.table-hover .table-brand:hover > td,
.table-hover .table-brand:hover > th {
    background-color: #b0bfd8;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8d5f4;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7ab1eb;
}

.table-hover .table-primary:hover {
    background-color: #a2c8f1;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #a2c8f1;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #b8deb8;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #7ac17a;
}

.table-hover .table-success:hover {
    background-color: #a7d6a7;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #a7d6a7;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #b8dce2;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #7abdc8;
}

.table-hover .table-info:hover {
    background-color: #a6d3db;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #a6d3db;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-gray,
.table-gray > th,
.table-gray > td {
    background-color: #f6f7f8;
}

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
    border-color: #eef0f2;
}

.table-hover .table-gray:hover {
    background-color: #e8eaed;
}

.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
    background-color: #e8eaed;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.025);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.025);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.025);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1349.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xxl > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1599.98px) {
    .table-responsive-xxxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xxxl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.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: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #5aaaff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
    color: #495057;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.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(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.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(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-brand {
    color: #fff;
    background-color: #224d8f;
    border-color: #224d8f;
}

.btn-brand:hover {
    color: #fff;
    background-color: #1b3c70;
    border-color: #183766;
}

.btn-brand:focus, .btn-brand.focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 104, 160, 0.5);
}

.btn-brand.disabled, .btn-brand:disabled {
    color: #fff;
    background-color: #224d8f;
    border-color: #224d8f;
}

.btn-brand:not(:disabled):not(.disabled):active, .btn-brand:not(:disabled):not(.disabled).active,
.show > .btn-brand.dropdown-toggle {
    color: #fff;
    background-color: #183766;
    border-color: #16315b;
}

.btn-brand:not(:disabled):not(.disabled):active:focus, .btn-brand:not(:disabled):not(.disabled).active:focus,
.show > .btn-brand.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 104, 160, 0.5);
}

.btn-primary {
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0056b3;
    border-color: #0050a6;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 128, 223, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0050a6;
    border-color: #004a99;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 128, 223, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #008800;
    border-color: #008800;
}

.btn-success:hover {
    color: #fff;
    background-color: #006200;
    border-color: #005500;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 154, 38, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #008800;
    border-color: #008800;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005500;
    border-color: #004800;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 154, 38, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #008196;
    border-color: #008196;
}

.btn-info:hover {
    color: #fff;
    background-color: #006070;
    border-color: #005563;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #008196;
    border-color: #008196;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #005563;
    border-color: #004a56;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-gray {
    color: #212529;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-gray:hover {
    color: #212529;
    background-color: #c8cfd6;
    border-color: #c1c9d0;
}

.btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
    color: #212529;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #c1c9d0;
    border-color: #bac2cb;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-brand {
    color: #224d8f;
    border-color: #224d8f;
}

.btn-outline-brand:hover {
    color: #fff;
    background-color: #224d8f;
    border-color: #224d8f;
}

.btn-outline-brand:focus, .btn-outline-brand.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 77, 143, 0.5);
}

.btn-outline-brand.disabled, .btn-outline-brand:disabled {
    color: #224d8f;
    background-color: transparent;
}

.btn-outline-brand:not(:disabled):not(.disabled):active, .btn-outline-brand:not(:disabled):not(.disabled).active,
.show > .btn-outline-brand.dropdown-toggle {
    color: #fff;
    background-color: #224d8f;
    border-color: #224d8f;
}

.btn-outline-brand:not(:disabled):not(.disabled):active:focus, .btn-outline-brand:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-brand.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 77, 143, 0.5);
}

.btn-outline-primary {
    color: #0069d9;
    border-color: #0069d9;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0069d9;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #008800;
    border-color: #008800;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #008800;
    border-color: #008800;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 0, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #008800;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #008800;
    border-color: #008800;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 0, 0.5);
}

.btn-outline-info {
    color: #008196;
    border-color: #008196;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #008196;
    border-color: #008196;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 129, 150, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #008196;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #008196;
    border-color: #008196;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 129, 150, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-gray {
    color: #dee2e6;
    border-color: #dee2e6;
}

.btn-outline-gray:hover {
    color: #212529;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #dee2e6;
    background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
    color: #212529;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #0069d9;
    text-decoration: none;
}

.btn-link:hover {
    color: #00448d;
    text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1350px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xxxl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxxl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0069d9;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.8888888889rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: flex;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0069d9;
    background-color: #0069d9;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #5aaaff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #8dc4ff;
    border-color: #8dc4ff;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.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");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #0069d9;
    background-color: #0069d9;
}

.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");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 105, 217, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 105, 217, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.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");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 105, 217, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 105, 217, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.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: 0.25rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.custom-select:focus {
    border-color: #5aaaff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #5aaaff;
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0069d9;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #8dc4ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0069d9;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #8dc4ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #0069d9;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #8dc4ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0069d9;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.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) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1349.98px) {
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1350px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1599.98px) {
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1600px) {
    .navbar-expand-xxxl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xxxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxxl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    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: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: flex;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
             column-count: 3;
        -moz-column-gap: 1.25rem;
             column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card .card-header {
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0069d9;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #00448d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.8888888889rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-brand {
    color: #fff;
    background-color: #224d8f;
}

a.badge-brand:hover, a.badge-brand:focus {
    color: #fff;
    background-color: #183766;
}

a.badge-brand:focus, a.badge-brand.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 77, 143, 0.5);
}

.badge-primary {
    color: #fff;
    background-color: #0069d9;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0050a6;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 217, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #008800;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #005500;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 0, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #008196;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #005563;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 129, 150, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-gray {
    color: #212529;
    background-color: #dee2e6;
}

a.badge-gray:hover, a.badge-gray:focus {
    color: #212529;
    background-color: #c1c9d0;
}

a.badge-gray:focus, a.badge-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-brand {
    color: #12284a;
    background-color: #d3dbe9;
    border-color: #c1cde0;
}

.alert-brand hr {
    border-top-color: #b0bfd8;
}

.alert-brand .alert-link {
    color: #081221;
}

.alert-primary {
    color: #003771;
    background-color: #cce1f7;
    border-color: #b8d5f4;
}

.alert-primary hr {
    border-top-color: #a2c8f1;
}

.alert-primary .alert-link {
    color: #001e3e;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #004700;
    background-color: #cce7cc;
    border-color: #b8deb8;
}

.alert-success hr {
    border-top-color: #a7d6a7;
}

.alert-success .alert-link {
    color: #001400;
}

.alert-info {
    color: #00434e;
    background-color: #cce6ea;
    border-color: #b8dce2;
}

.alert-info hr {
    border-top-color: #a6d3db;
}

.alert-info .alert-link {
    color: #00171b;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-gray {
    color: #737678;
    background-color: #f8f9fa;
    border-color: #f6f7f8;
}

.alert-gray hr {
    border-top-color: #e8eaed;
}

.alert-gray .alert-link {
    color: #5a5c5e;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0069d9;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.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;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 1350px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-xxl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 1600px) {
    .list-group-horizontal-xxxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxxl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-xxxl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-brand {
    color: #12284a;
    background-color: #c1cde0;
}

.list-group-item-brand.list-group-item-action:hover, .list-group-item-brand.list-group-item-action:focus {
    color: #12284a;
    background-color: #b0bfd8;
}

.list-group-item-brand.list-group-item-action.active {
    color: #fff;
    background-color: #12284a;
    border-color: #12284a;
}

.list-group-item-primary {
    color: #003771;
    background-color: #b8d5f4;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #003771;
    background-color: #a2c8f1;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #003771;
    border-color: #003771;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #004700;
    background-color: #b8deb8;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #004700;
    background-color: #a7d6a7;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #004700;
    border-color: #004700;
}

.list-group-item-info {
    color: #00434e;
    background-color: #b8dce2;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #00434e;
    background-color: #a6d3db;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #00434e;
    border-color: #00434e;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-gray {
    color: #737678;
    background-color: #f6f7f8;
}

.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
    color: #737678;
    background-color: #e8eaed;
}

.list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #737678;
    border-color: #737678;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1240;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1230;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    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: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    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: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.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");
}

.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");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    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 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?qlj3qn");
    src: url("fonts/icomoon.eot?qlj3qn#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?qlj3qn") format("truetype"), url("fonts/icomoon.woff?qlj3qn") format("woff"), url("fonts/icomoon.svg?qlj3qn#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icomoon-"], [class*=" icomoon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icomoon-lg {
    font-size: 4.5rem;
}

.icomoon-about:before {
    content: "\e900";
}

.icomoon-av-system:before {
    content: "\e901";
}

.icomoon-business-policies:before {
    content: "\e902";
}

.icomoon-calculator:before {
    content: "\e903";
}

.icomoon-career:before {
    content: "\e904";
}

.icomoon-carousel-control-next .path1:before {
    content: "\e905";
    color: #000;
}

.icomoon-carousel-control-next .path2:before {
    content: "\e906";
    margin-left: -1em;
    color: #fff;
}

.icomoon-carousel-control-prev .path1:before {
    content: "\e907";
    color: #000;
}

.icomoon-carousel-control-prev .path2:before {
    content: "\e908";
    margin-left: -1em;
    color: #fff;
}

.icomoon-support:before {
    content: "\e932";
}

.icomoon-all-jobs:before {
    content: "\e933";
}

.icomoon-departments:before {
    content: "\e934";
}

.icomoon-job-locations:before {
    content: "\e935";
}

.icomoon-why-extron:before {
    content: "\e936";
}

.icomoon-program:before {
    content: "\e931";
}

.icomoon-brochures:before {
    content: "\e929";
}

.icomoon-contracts:before {
    content: "\e92a";
}

.icomoon-grants:before {
    content: "\e92b";
}

.icomoon-install-stories:before {
    content: "\e92c";
}

.icomoon-special-features:before {
    content: "\e92d";
}

.icomoon-system-builder:before {
    content: "\e92e";
}

.icomoon-testimonials:before {
    content: "\e92f";
}

.icomoon-tradeshows:before {
    content: "\e930";
}

.icomoon-collaboration:before {
    content: "\e909";
}

.icomoon-connectivity:before {
    content: "\e90a";
}

.icomoon-contact:before {
    content: "\e90b";
}

.icomoon-continuing-edu:before {
    content: "\e90c";
}

.icomoon-courses:before {
    content: "\e90d";
}

.icomoon-design-resource:before {
    content: "\e90e";
}

.icomoon-driver:before {
    content: "\e90f";
}

.icomoon-edu-continuing:before {
    content: "\e910";
}

.icomoon-edu-transcripts:before {
    content: "\e911";
}

.icomoon-edu:before {
    content: "\e912";
}

.icomoon-engineer:before {
    content: "\e913";
}

.icomoon-firmware:before {
    content: "\e914";
}

.icomoon-global-scripter:before {
    content: "\e915";
}

.icomoon-green-policy:before {
    content: "\e916";
}

.icomoon-market:before {
    content: "\e917";
}

.icomoon-matrix-switcher:before {
    content: "\e918";
}

.icomoon-fpo:before {
    content: "\e919";
}

.icomoon-module:before {
    content: "\e91a";
}

.icomoon-next:before {
    content: "\e91b";
}

.icomoon-office:before {
    content: "\e91c";
}

.icomoon-patent:before {
    content: "\e91d";
}

.icomoon-play-video:before {
    content: "\e91e";
}

.icomoon-press:before {
    content: "\e91f";
}

.icomoon-prev:before {
    content: "\e920";
}

.icomoon-product-security:before {
    content: "\e921";
}

.icomoon-product:before {
    content: "\e922";
}

.icomoon-safety-cert:before {
    content: "\e923";
}

.icomoon-schedule:before {
    content: "\e924";
}

.icomoon-software:before {
    content: "\e925";
}

.icomoon-video:before {
    content: "\e926";
}

.icomoon-tools:before {
    content: "\e927";
}

.icomoon-library:before {
    content: "\e928";
}

.icomoon-ceiling-speaker:before {
    content: "\e938";
}

.icomoon-db-volts:before {
    content: "\e939";
}

.icomoon-energy-usage:before {
    content: "\e93a";
}

.icomoon-ohms:before {
    content: "\e93b";
}

.icomoon-pendantconnect-speaker-cable:before {
    content: "\e93c";
}

.icomoon-power-radio:before {
    content: "\e93d";
}

.icomoon-power-required:before {
    content: "\e93e";
}

.icomoon-sound-pressure-level:before {
    content: "\e93f";
}

.icomoon-voltage-ratio:before {
    content: "\e940";
}

.icomoon-survey:before {
    content: "\e941";
}

.icomoon-workshop:before {
    content: "\e942";
}

.icomoon-hardware:before {
    content: "\e943";
}

.icomoon-iso9001:before {
    content: "\e944";
}

.icomoon-prod-evalute:before {
    content: "\e945";
}

.icomoon-filter:before {
    content: "\e946";
}

.icomoon-av-over-ip:before {
    content: "\e947";
}

.icomoon-column-speaker-calc:before {
    content: "\e948";
}

.icomoon-wireless:before {
    content: "\e949";
}

.fancybox-slide--image .fancybox-content {
    background: white;
}

.fancybox-show-nav .fancybox-button[disabled] {
    display: none;
}

/* roboto-300 - cyrillic_latin-ext_latin_cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url("fonts/roboto-v18-cyrillic_latin-ext_latin_cyrillic-ext-300.woff2") format("woff2"), url("fonts/roboto-v18-cyrillic_latin-ext_latin_cyrillic-ext-300.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - cyrillic_latin-ext_latin_cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto-v18-cyrillic_latin-ext_latin_cyrillic-ext-regular.woff2") format("woff2"), url("fonts/roboto-v18-cyrillic_latin-ext_latin_cyrillic-ext-regular.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - cyrillic_latin-ext_latin_cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/roboto-v18-cyrillic_latin-ext_latin_cyrillic-ext-500.woff2") format("woff2"), url("fonts/roboto-v18-cyrillic_latin-ext_latin_cyrillic-ext-500.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - cyrillic_latin-ext_latin_cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/roboto-v18-cyrillic_latin-ext_latin_cyrillic-ext-700.woff2") format("woff2"), url("fonts/roboto-v18-cyrillic_latin-ext_latin_cyrillic-ext-700.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-900 - cyrillic_latin-ext_latin_cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url("fonts/roboto-v18-cyrillic_latin-ext_latin_cyrillic-ext-900.woff2") format("woff2"), url("fonts/roboto-v18-cyrillic_latin-ext_latin_cyrillic-ext-900.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
    height: 100%;
}

/* @media (max-width: 1080px) {
    html {
        font-size: rem(14);
    }
}
 */
/* @include media-breakpoint-down(md) {
  html {
    font-size: rem(14);
  }
} */
body {
    min-height: 100%;
}

html, body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    position: relative;
    margin: 0;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body > form {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
}

main {
    /*   padding-top: 3rem;
  padding-bottom: 3rem;*/
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a[role="button"] {
    cursor: pointer;
}

.page-overlay {
    max-width: 100%;
    margin: 0 auto;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: transparent;
    zoom: 1;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    /* top: 56px; */
    z-index: 1038;
    display: none;
}

/*@media only screen and (min-width:45em)and (max-width:63.875em) {
    .page-overlay {
        top: 90px;
    }
}
*/
/*@media only screen and (min-width:63.9375em) {
    .page-overlay {
        top: 90px;
    }
}*/
body.dropdown-overlay {
    /* overflow: hidden;
    overflow-x: auto; */
    /*
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: scroll; */
}

/*@media (min-width: 576px) {
  body.dropdown-overlay {
    overflow: auto;
  }
}*/
.dropdown-overlay .page-overlay {
    display: block;
    animation: dropdown-overlay-animation .5s;
}

@keyframes dropdown-overlay-animation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

/*******************************
        Back-to-top button
*******************************/
.pagetop {
    position: fixed;
    top: 100%;
    width: 100%;
    z-index: 1011;
    right: 5%;
}

.link-pagetop {
    position: absolute;
    display: none;
    cursor: pointer;
    float: right;
    right: -35px;
}

.link-pagetop.pagetop-stick {
    bottom: 48px;
}

.link-pagetop a {
    display: block;
    position: relative;
    float: right;
    z-index: 3;
    background: #495057;
    height: 30px;
    width: 30px;
    transition: All 0.2s ease;
    box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.5);
}

.link-pagetop a:hover {
    width: 31px;
    background: #505050;
    box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.5), inset 0 1px 0px 0px rgba(255, 255, 255, 0.5);
}

.link-pagetop a:before {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    line-height: .8;
    content: "\f106";
    float: right;
    color: #fff;
}

.link-pagetop > a > div {
    position: absolute;
    color: #fff;
    background: #505050;
    height: 30px;
    display: none;
    white-space: nowrap;
    right: 30px;
    padding: .1em .5em;
    box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.5), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.5);
}

.link-pagetop > a:hover > div {
    display: block;
}

/* @media (max-width: 1199.98px) {
  .pagetop {
    right: 0;
  }
  .link-pagetop {
    right: inherit;
  }
  .link-pagetop a {
    background: rgba(111, 111, 111, 0.5);
  }
  .link-pagetop a:hover {
    background: #505050;
  }
  .link-pagetop.pagetop-stick {
    bottom: 102px;
  }
} */
@media (max-width: 1199.98px) {
    .pagetop {
        right: 0;
    }
    .link-pagetop {
        right: inherit;
    }
    .link-pagetop a {
        background: rgba(111, 111, 111, 0.5);
    }
    .link-pagetop a:hover {
        background: #505050;
    }
    .link-pagetop.pagetop-stick {
        bottom: 102px;
    }
}

a.skip-main {
    color: #fff;
    background-color: #343a40;
    padding: .25rem;
    border-radius: .25rem;
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
    top: auto;
    margin-top: .5rem;
    left: 1rem;
    z-index: 999;
    width: 200px;
    height: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

h1, .h1 {
    font-weight: 400;
}

h2, .h2 {
    font-weight: 400;
}

h3, .h3 {
    font-weight: 400;
}

h4, .h4 {
    font-weight: 400;
}

h4, .h4 {
    margin-bottom: .25rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .lead {
        font-size: 1rem;
    }
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-5 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

/* p {
  margin-top: 0;
  margin-bottom: $paragraph-margin-bottom;
} */
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + .h1,
p + .h2,
p + .h3,
p + .h4,
p + .h5,
p + .h6 {
    margin-top: 2rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hr--light {
    box-shadow: 0px 1px 0px 0px white;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote cite {
    font-style: normal;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

blockquote {
    margin: 2rem 0;
    padding: 2rem 1.5rem;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    border-left: none;
}

blockquote cite {
    font-style: normal;
}

blockquote p {
    position: relative;
    padding: .5rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    blockquote p {
        font-size: 1rem;
        line-height: inherit;
    }
}

blockquote p:before,
blockquote p:after {
    position: absolute;
    display: inline;
    width: auto;
    height: auto;
    margin-top: 0;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    text-decoration: inherit;
    speak: none;
}

blockquote p:before {
    top: 5px;
    left: -20px;
    padding-right: 4px;
    content: "\f10d";
}

blockquote p:after {
    right: -20px;
    bottom: -5px;
    padding-left: 4px;
    content: "\f10e";
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote:not(.blockquote-slideshow) footer,
blockquote:not(.blockquote-slideshow) small,
blockquote:not(.blockquote-slideshow) .small {
    display: block;
    line-height: 1.42857143;
    color: #333;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

blockquote footer {
    text-indent: -1.3rem;
    padding-left: 1.8rem;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    font-size: 1rem;
}

figure.blockquote {
    margin: 2rem 0;
    padding: 2rem 1.5rem;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    border-left: none;
}

figure.blockquote blockquote {
    border: 0;
    padding: 0;
    margin-bottom: .5rem;
    margin-top: .5rem;
    text-indent: -0.77em;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
}

@supports (hanging-punctuation: first) {
    figure.blockquote blockquote {
        text-indent: 0;
        hanging-punctuation: first;
    }
}

figure.blockquote blockquote::before,
figure.blockquote blockquote::after {
    font: 1.4rem/1.4 Georgia, serif;
    font-weight: bold;
}

figure.blockquote blockquote::before {
    content: open-quote;
}

figure.blockquote blockquote::after {
    content: close-quote;
}

figure.blockquote blockquote {
    quotes: "“" "”" "‘" "’";
}

figure.blockquote figcaption {
    font-size: 0;
    text-indent: -1.05rem;
    padding-left: 1rem;
}

figure.blockquote figcaption:before {
    content: '\2014 \00A0';
    font-size: 1rem;
}

figure.blockquote figcaption > p {
    display: inline;
    font-size: 1rem;
}

h1, .h1 {
    font-size: 2.025rem;
}

@media (min-width: 576px) {
    h1, .h1 {
        font-size: 2.25rem;
    }
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}

h2, .h2 {
    font-size: 1.62rem;
}

@media (min-width: 576px) {
    h2, .h2 {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) {
    h2, .h2 {
        font-size: 2rem;
    }
}

h3, .h3 {
    font-size: 1.4175rem;
}

@media (min-width: 576px) {
    h3, .h3 {
        font-size: 1.575rem;
    }
}

@media (min-width: 768px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

h4, .h4 {
    font-size: 1.215rem;
}

@media (min-width: 576px) {
    h4, .h4 {
        font-size: 1.35rem;
    }
}

@media (min-width: 768px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

h5, .h5 {
    font-size: 1.0125rem;
}

@media (min-width: 576px) {
    h5, .h5 {
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) {
    h5, .h5 {
        font-size: 1.25rem;
    }
}

.display-1 {
    font-size: 3rem;
}

@media (min-width: 576px) {
    .display-1 {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .display-1 {
        font-size: 6rem;
    }
}

.display-2 {
    font-size: 2.75rem;
}

@media (min-width: 576px) {
    .display-2 {
        font-size: 2.75rem;
    }
}

@media (min-width: 768px) {
    .display-2 {
        font-size: 5.5rem;
    }
}

.display-3 {
    font-size: 2.25rem;
}

@media (min-width: 576px) {
    .display-3 {
        font-size: 2.25rem;
    }
}

@media (min-width: 768px) {
    .display-3 {
        font-size: 4.5rem;
    }
}

.display-4 {
    font-size: 1.75rem;
}

@media (min-width: 576px) {
    .display-4 {
        font-size: 1.75rem;
    }
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.lead {
    font-size: 1.125rem;
}

@media (min-width: 576px) {
    .lead {
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) {
    .lead {
        font-size: 1.25rem;
    }
}

.breadcrumb {
    font-size: 0.8rem;
}

@media (min-width: 576px) {
    .breadcrumb {
        font-size: 0.875rem;
    }
}

@media (min-width: 768px) {
    .breadcrumb {
        font-size: 1rem;
    }
}

.breadcrumb .breadcrumb-item {
    margin-bottom: 0.25rem;
}

.sr-only {
    background: #000000;
    color: #ffffff;
}

@media print {
    html, body {
        height: auto;
    }
}

[class*="table-collapse-"] .nav-tabs .nav-link,
.nav-tabs.article-page__tabs .nav-link {
    border-top: 0;
    border-radius: 0;
}

.nav-tabs-brand {
    margin-bottom: 2rem;
}

.nav-tabs-brand .nav-tabs {
    border-width: 1px;
    border-style: solid;
    border-color: #dee2e6 #dee2e6 #0069d9 #dee2e6;
}

.nav-tabs-brand .nav-item {
    margin-bottom: 0;
}

.nav-tabs-brand .nav-link,
.nav-tabs-brand .nav-link.disabled {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
}

.nav-tabs-brand a.nav-link {
    color: #000;
}

.nav-tabs-brand .nav-item:last-child .nav-link {
    border-right: none;
}

.nav-tabs-brand .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.035);
}

.nav-tabs-brand .nav-link.active,
.nav-tabs-brand .nav-item.show .nav-link {
    color: #fff;
    font-weight: 500;
    background-color: #0069d9;
    border-color: #0069d9;
}

.nav-tabs-brand .main-header .navbar-nav .active .nav-link {
    background: #325fa3;
}

.nav-tabs-brand .nav-link.active:focus {
    outline: 0;
}

@media (min-width: 768px) {
    .nav-tabs-brand .tab-content {
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6;
        padding: 1rem;
        margin: 0;
    }
}

.nav-tabs-secondary {
    margin-bottom: 2rem;
}

.nav-tabs-secondary .nav-tabs {
    border-color: #dee2e6;
}

.nav-tabs-secondary .nav-item {
    margin-bottom: 0;
}

.nav-tabs-secondary .nav-link,
.nav-tabs-secondary .nav-link.disabled {
    border: none;
}

.nav-tabs-secondary a.nav-link {
    padding: 1rem !important;
    color: #495057 !important;
    text-decoration: none;
    line-height: 1.2;
}

.nav-tabs-secondary .nav-item:last-child .nav-link {
    border-right: none;
}

.nav-tabs-secondary .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.035);
}

.nav-tabs-secondary .nav-link.active,
.nav-tabs-secondary .nav-item.show .nav-link {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    box-shadow: inset 0 -3px #0069d9;
}

.nav-tabs-secondary .nav-link.active:focus {
    outline: 0;
}

@media (max-width: 767.98px) {
    .nav-tabs-secondary .nav-tabs {
        margin-right: -15px;
        margin-left: -15px;
        max-width: 100vw;
        overflow-x: auto;
        overflow-y: hidden;
        flex-direction: row;
        flex-wrap: nowrap;
        position: relative;
        -ms-overflow-style: none;
        scrollbar-width: none;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .nav-tabs-secondary .nav-tabs:-webkit-scrollbar {
        display: none;
    }
    .nav-tabs-secondary .nav-tabs .nav-link {
        white-space: nowrap;
    }
}

.main-header {
    z-index: 1039;
}

.main-header .navbar-expand > .container,
.main-header .navbar-expand > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.main-header .navbar--topbar.auto-hide,
.main-header .navbar--main.auto-hide {
    padding-left: 0;
    padding-right: 0;
}

.main-header .nav-item,
.main-header .nav-link {
    position: relative;
}

.main-header .navbar-nav .nav-link:hover,
.main-header .navbar-nav .nav-link:focus,
.main-header .navbar-nav .nav-link:active {
    color: #fff;
}

.main-header .navbar-nav .active .nav-link {
    font-weight: 700;
    color: #fff;
    background: #33589e;
}

.main-header .navbar-nav .nav-item.hovering:hover .nav-link,
.main-header .navbar-nav .nav-item.hovering:focus .nav-link,
.main-header .navbar-nav .nav-item.hovering:active .nav-link {
    color: #333;
    background-color: #fff;
}

.main-header .navbar-nav .nav-item.hovering:focus {
    background: #33589e;
}

.navbar--topbar .nav-item.cart.has-item .nav-link {
    font-size: 0.875rem;
    color: #fff;
    padding-right: 0;
}

.navbar--topbar .navbar-nav .nav-link {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: .875em;
    padding-top: .875em;
    font-weight: 700;
    color: #e9ecef;
}

.navbar--topbar .navbar-nav .nav-link a {
    color: rgba(255, 255, 255, 0.75);
}

.navbar--topbar .navbar-nav .nav-link a:hover, .navbar--topbar .navbar-nav .nav-link a:active, .navbar--topbar .navbar-nav .nav-link a:focus {
    color: #fff;
}

.main-header .navbar--topbar .navbar-nav .nav-link {
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .5rem;
    padding-bottom: .2rem;
}

.main-header .navbar--topbar .navbar-nav .nav-item:not(.cart) .nav-link {
    font-size: 0.875rem;
}

.main-header .navbar--topbar .fa {
    font-size: inherit;
}

@media (min-width: 576px) {
    .main-header .navbar--topbar .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: .5rem;
        padding-bottom: .2rem;
    }
}

.navbar--topbar .navbar-nav .nav-item.contact-phone .nav-link {
    cursor: text;
}

.phone-list .dropdown-item {
    position: relative;
    padding-left: 3em;
}

.phone-list .dropdown-item a {
    color: #212529;
}

.phone-list .dropdown-item:not(.email) {
    cursor: default;
}

.yamm-content.phone-list {
    padding: 1em;
}

.phone-list .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.phone-list .dropdown-item:before {
    position: absolute;
    left: 1rem;
    top: 1rem;
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.phone-list .dropdown-item.email:before {
    content: "\f0e0";
    top: .5rem;
}

.dropdown-item--header {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
}

.navbar--topbar .dropdown-menu {
    border-top-left-radius: 0;
}

.navbar--topbar a[href^="tel:"] .tel-number {
    font-weight: bold;
    color: #fff;
}

@media (min-width: 992px) {
    .navbar--topbar a[href^="tel:"] {
        cursor: default;
        pointer-events: none;
    }
}

@media (max-width: 575.98px) {
    .navbar--topbar .navbar-nav .dropdown-menu {
        width: calc(100% - 2rem);
        overflow-x: auto;
    }
    .navbar--topbar .navbar-nav .dropdown-menu .dropdown-item {
        white-space: normal;
    }
}

@media (max-width: 575.98px) {
    .navbar--topbar .navbar-nav .nav-item.account-login [class*="fa-"] {
        border-left: 1px solid rgba(255, 255, 255, 0.75);
        padding-left: 1rem;
    }
}

.navbar--main .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    font-size: 0.875rem;
    color: #f8f9fa;
    border-radius: 0.25rem;
}

.navbar-brand.header__nav-brand {
    position: relative;
    margin-right: 1rem;
    height: auto;
}

@media (max-width: 1199.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .dropdown.hovering {
        position: static;
    }
    .dropdown.hovering > .dropdown-menu {
        right: 15px;
        top: auto;
        left: auto;
        border-radius: 0.25rem;
    }
    .navbar-brand.header__nav-brand {
        top: .2rem;
    }
    .navbar-brand.header__nav-brand svg {
        width: 100px;
    }
}

@media (min-width: 1200px) {
    .navbar-brand.header__nav-brand {
        top: -.5rem;
    }
}

@media (min-width: 992px) {
    .navbar-brand.header__nav-brand {
        margin-right: 2em;
        width: 7.5em;
    }
}

@media (max-width: 1199.98px) {
    .header__ul > .container {
        padding-left: 0;
    }
}

.navbar-brand.header__nav-brand img,
.navbar-brand.header__nav-brand svg {
    width: 100%;
    transition: all .125s ease-in-out;
}

.navbar-brand.header__nav-brand {
    width: 6.25rem;
}

.header__nav-search {
    flex-wrap: nowrap;
}

@media (min-width: 576px) {
    .navbar-brand.header__nav-brand {
        width: 7.5rem;
    }
}

.main-header.auto-hide {
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 44px;
    transform: translateZ(0);
    transition: transform .25s ease-in-out;
}

@media only screen and (max-width: 1023px) {
    #main-navigation span.menu-nav-link,
    #user-navigation span.menu-nav-link {
        pointer-events: none;
    }
}

@media (min-width: 992px) {
    .main-header.auto-hide {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        height: 44px;
    }
}

@media (min-width: 1200px) {
    .main-header.auto-hide {
        height: 35px;
    }
}

.main-header.auto-hide.is-hidden {
    transform: translateY(-100%);
}

.navbar--topbar.auto-hide {
    height: 100%;
}

.navbar--main.auto-hide {
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    height: 50px;
    transform: translateZ(0);
    transition: transform .25s;
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.31);
}

@media (min-width: 992px) {
    .navbar--main.auto-hide {
        height: 56px;
        margin-top: -1px;
    }
}

@media (max-width: 1199.98px) {
    .navbar--main.auto-hide {
        height: 56px;
        height: auto;
        margin-top: -1px;
        /* remove due to conflict with overlay fo rnow */
        transform: none;
        z-index: initial;
    }
}

.header__nav-search {
    flex: 1 1 auto;
}

.header__nav-search .dropdown-menu {
    width: inherit;
}

.header__nav-search-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* @media (max-width: 992px) {
   .header__nav-search-list {
    min-width: 400px;
    max-width: 400px;
    left: auto;
    right: 0;
  }
} */
@media (max-width: 991.98px) {
    .header__nav-search-list {
        min-width: 320px;
        max-width: 400px;
        left: auto;
        right: 0;
    }
}

.header__nav-search-list:first-child {
    margin-top: 0em;
    padding-top: 0em;
}

.header__nav-search-list:last-child {
    margin-bottom: 0em;
    padding-bottom: 0em;
}

/* List Item */
.header__nav-search-list > .item {
    display: flex;
    list-style-type: none;
    list-style-position: outside;
    padding: 0.21428571em 0em;
    line-height: 1.14285714em;
}

.header__nav-search-list > li:first-child:after,
.header__nav-search-list > .item:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.header__nav-search-list li:first-child,
.header__nav-search-list > .item:first-child {
    padding-top: 0em;
}

.header__nav-search-list li:last-child,
.header__nav-search-list > .item:last-child {
    padding-bottom: 0em;
}

/* Image */
.header__nav-search-list > .item > .item-image {
    display: table-cell;
    background-color: transparent;
    margin: 0em;
    vertical-align: top;
    width: 20%;
    min-height: 46px;
    height: 60px;
}

.header__nav-search-list > .item > .item-image img {
    vertical-align: top;
}

.header__nav-search-list > .item > .item-image img,
.header__nav-search-list > .item > .item-image img:only-child {
    display: inline-block;
}

.header__nav-search-list > .item > .item-image img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

/* Content */
.header__nav-search-list > .item > .item-content {
    line-height: 1.14285714em;
}

.header__nav-search-list > .item > .item-image + .item-content {
    flex: 1;
    padding: 0em 0em 0em 0.5em;
    vertical-align: top;
}

.header__nav-search-list > .item > img.item-image + .item-content {
    display: inline-block;
}

.header__nav-search-list > .item > .item-content > .list {
    margin-left: 0em;
    padding-left: 0em;
}

/* Header */
.header__nav-search-list > .item .item-header {
    display: block;
    margin: 0em;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
}

/* Description */
.header__nav-search-list > .item .item-description {
    display: block;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.7);
}

/* Child Link */
.header__nav-search-list > .item a {
    cursor: pointer;
}

/* Linking Item */
.header__nav-search-list > a.item {
    cursor: pointer;
    color: #4183C4;
}

.header__nav-search-list > a.item:hover {
    color: #1e70bf;
    text-decoration: none;
}

.header__nav-search-list > .item a {
    color: #333 !important;
}

/* Header Link */
.header__nav-search-list > .item a.item-header {
    cursor: pointer;
    color: #333 !important;
}

.header__nav-search-list > .item a.item-header:hover,
.header__nav-search-list > a.item .item-header:hover {
    color: #000 !important;
    text-decoration: underline;
}

/* Selection */
.header__nav-search-list.selection > .item {
    /*  cursor: pointer;*/
    background: transparent;
    padding: 0.5em 0.5em;
    margin: 0em;
    color: rgba(0, 0, 0, 0.4);
    border-radius: 0.5em;
    transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
}

.header__nav-search-list.selection > .item:last-child {
    margin-bottom: 0em;
}

.header__nav-search-list.selection > .item:hover {
    background: rgba(0, 0, 0, 0.03);
    color: rgba(0, 0, 0, 0.8);
}

.header__nav-search-list.selection > .item:active {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.9);
}

.header__nav-search-list.selection > .item.active {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}

/* divided */
.header__nav-search-list.divided > .item {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.header__nav-search-list.divided > .item:first-child {
    border-top: none;
}

/* Divided Selection */
.header__nav-search-list.divided.selection > .item {
    margin: 0em;
    border-radius: 0em;
}

/* relaxex */
.header__nav-search-list.relaxed > .item:not(:first-child) {
    padding-top: 0.42857143em;
}

.header__nav-search-list.relaxed > .item:not(:last-child) {
    padding-bottom: 0.42857143em;
}

/* Very Relaxed */
.header__nav-search-list[class*="very relaxed"] > .item:not(:first-child) {
    padding-top: 0.85714286em;
}

.header__nav-search-list[class*="very relaxed"] > .item:not(:last-child) {
    padding-bottom: 0.85714286em;
}

/* size */
.header__nav-search-list.mini {
    font-size: 0.78571429em;
}

.header__nav-search-list.tiny {
    font-size: 0.85714286em;
}

.header__nav-search-list.small {
    font-size: 0.92857143em;
}

.header__nav-search-list {
    font-size: 1em;
}

.header__nav-search-list.large {
    font-size: 1.14285714em;
}

.header__nav-search-list.big {
    font-size: 1.28571429em;
}

.header__nav-search-list.huge {
    font-size: 1.42857143em;
}

.header__nav-search-list.massive {
    font-size: 1.71428571em;
}

.header__nav-search .input-group {
    width: calc(100% - 4em);
    margin-left: auto;
}

.header__nav-search.fw .input-group {
    width: calc(100% - 2em);
}

.header__nav-search .input-group .form-control {
    color: #fff;
    padding-right: 2.67142857em !important;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid transparent;
    border-radius: 0.25rem !important;
    transition: all .125s ease-in-out;
}

.header__nav-search .input-group .form-control::-moz-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.55);
}

.header__nav-search .input-group .form-control::placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.55);
}

.header__nav-search .input-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.55);
}

.header__nav-search .input-group .form-control:focus::-moz-placeholder, .header__nav-search .input-group .form-control:active::-moz-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.55);
}

.header__nav-search .input-group .form-control:focus::placeholder,
.header__nav-search .input-group .form-control:active::placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.55);
}

.header__nav-search .input-group .form-control:focus::-moz-placeholder,
.header__nav-search .input-group .form-control:active::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.55);
}

.header__nav-search .input-group .form-control:focus::-moz-placeholder, .header__nav-search .input-group .form-control:active::-moz-placeholder {
    color: rgba(0, 0, 0, 0.55);
}

.header__nav-search .input-group .form-control:focus::placeholder,
.header__nav-search .input-group .form-control:active::placeholder {
    color: rgba(0, 0, 0, 0.55);
}

.header__nav-search .input-group:hover .form-control {
    background: rgba(255, 255, 255, 0.19);
    z-index: 3;
}

.header__nav-search .input-group:focus .form-control,
.header__nav-search .input-group:active .form-control,
.header__nav-search .input-group .form-control:focus,
.header__nav-search .input-group .form-control:active {
    color: #000;
    background: rgba(255, 255, 255, 0.95);
    z-index: 3;
}

.header__nav-search .input-group .btn.btn {
    cursor: pointer;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 2.67142857em;
    opacity: .75;
    border: none;
    border-radius: 0 .28571429rem .28571429rem 0;
    transition: all .125s ease-in-out;
    top: 0;
    right: 0;
    background: transparent !important;
    color: #fff;
    z-index: 4;
}

.header__nav-search .input-group:focus .form-control + .input-group-append .btn,
.header__nav-search .input-group .form-control:focus + .input-group-append .btn {
    color: #000;
    background-color: #fff !important;
}

.header__nav-search .input-group .input-group-append .btn:focus,
.header__nav-search .input-group .input-group-append .btn:focus {
    color: #000;
    background-color: #fff !important;
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.header__nav-search .input-group {
    width: 100%;
    max-width: 400px;
}

.mega-menu .nav, .mega-menu .collapse, .mega-menu .dropup, .mega-menu .dropdown {
    position: static;
}

.mega-menu .container {
    position: relative;
}

.mega-menu .dropdown-menu:not(.header__nav-search-list) {
    left: auto;
}

.mega-menu .mega-menu-content {
    padding: 20px 30px;
}

.mega-menu .dropdown.mega-menu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.mega-menu-content .mega-menu-dropdown-title > .mega-menu-dropdown-title-link {
    display: inline-block;
    font-size: 1.375rem;
    padding-bottom: 1rem;
}

.mega-menu-content .mega-menu-dropdown-title > .mega-menu-dropdown-title-link:after,
.mega-menu-content .mega-menu-dropdown-title:after,
.mega-menu-content .mega-menu-dropdown-title:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
}

.mega-menu-content .mega-menu-dropdown-title > .mega-menu-dropdown-title-link:after {
    content: "\f105";
    padding-left: 0.3125rem;
}

.mega-menu-group-title + .mega-menu-group-title {
    margin-top: 1.5rem;
}

.mega-menu-group-title,
.mega-menu-group-title a {
    color: #212529;
    font-size: 0.9375rem;
    font-weight: 500;
}

.mega-menu-group-title .mega-menu-group-title {
    font-size: 0.8125rem;
}

.mega-menu-group-title .mega-menu-group-title,
.list.list-mega-menu {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 0.8125rem;
}

.list.list-mega-menu > .list-item {
    display: inline-block;
    width: 100%;
    padding: 0 0 0.21429rem;
}

.mega-menu-content [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mega-menu-fw .dropdown-menu {
    border-top: transparent;
    transition: transform .5s ease-out;
}

.mega-menu .featured-content {
    border-left: 1px solid #ddd;
}

.main-header .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
    transition: all 0.25s ease;
}

.main-header .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}

.dropdown.hovering > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    border: 0;
    /*   transform: translate(0, -0.4375rem); // 7px  */
}

.dropdown.hovering .nav-link,
.dropdown.hovering .nav-link:focus,
.dropdown.hovering .nav-link:active,
.dropdown.hovering > .menu-nav-link > .nav-link {
    color: #222;
    background-color: #fff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.main-header .navbar--main .dropdown .nav-link:before {
    content: "";
    position: absolute;
    top: 99%;
    height: 1rem;
    background: transparent;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: auto;
}

@media only screen and (max-width: 1023px) {
    .main-header .navbar--main .dropdown .nav-link:before {
        cursor: default;
    }
}

.main-header .dropdown.hovering .nav-link:before {
    background: white;
    pointer-events: auto;
    cursor: default;
}

/* .dropdown.hovering > .menu-nav-link > .nav-link:after,
.dropdown.hovering > .nav-link:after {
    position: relative;
    transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV";
} */
.dropdown > .dropdown-toggle:active {
    /*  pointer-events: none; */
}

.list-column-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
}

.list-column-3 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 20px;
         column-gap: 20px;
}

.list .list.list-mega-menu > .list-item > .btn-locked,
.list.list-mega-menu > .list-item > .btn-locked {
    font-size: 0.6875rem;
}

.mega-menu-section-link {
    /* padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #ddd; */
}

.sidebar {
    padding-bottom: 1rem;
}

.sidebar > .list,
.sidebar > .sidebar-list-group > .list {
    padding-left: 0;
}

.sidebar > * + *,
.divided.sidebar > * + *,
.sidebar-list-group > * + * {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid #eee;
}

.sidebar .list > .list-item {
    line-height: 1.1428571429em;
}

.sidebar .list > .list-item a,
.sidebar .list .list > .list-item a {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.78);
}

.sidebar .list > .list-item a:hover,
.sidebar .list .list > .list-item a:hover {
    font-weight: bold;
}

/* Active */
.sidebar .list > .list-item.active,
.sidebar .list > .list-item .active,
.sidebar .list .list > .list-item.active,
.sidebar .list .list > .list-item .active {
    background-color: #eeeeee;
}

.sidebar .list > .list-item.active > a,
.sidebar .list > .list-item .active > a .sidebar .list .list > .list-item.active > a,
.sidebar .list .list > .list-item .active > a {
    font-weight: bold;
}

/*
.mobile-nav-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
} */
.mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 1.25rem;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    margin-right: .5rem;
    padding: .5rem;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
}

.mobile-nav-toggle:focus {
    outline: 0;
}

.mobile-nav-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.mobile-nav-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

/* @media (min-width:768px) {
 .mobile-nav-toggle {
  display:none
 }
} */
/* @include media-breakpoint-up(md) {
    .mobile-nav-toggler {
  display:none
 }
}
 */
/* @media (max-width: 991.98px) {


.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown.hovering {
    position: static;
}

.dropdown.hovering > .dropdown-menu {
    right: 15px;
    top: auto;
    left: auto;
    border-radius: 0.25rem;
}

.navbar-brand.header__nav-brand {
    top: .2rem;

}

.navbar-brand.header__nav-brand svg {
    width: 100px;

} */
/* reset offcanvas z-index when active */
.navbar-offcanvas-main {
    z-index: 1220;
    padding: 0;
    padding-top: 4rem;
    padding-bottom: 40rem;
}

.offcanvas-stop-scrolling .navbar-offcanvas-main {
    box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.15), 10px 0px 5px 0px rgba(0, 0, 0, 0.125);
}

.navbar-offcanvas-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    z-index: 1199;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.offcanvas-stop-scrolling .navbar-offcanvas-main.in + .navbar-offcanvas-bg {
    opacity: .75;
    pointer-events: auto;
}

.canvas-menu {
    margin-right: 50px;
}

@media (max-width: 575.98px) {
    .mobile-nav-toggler {
        font-size: 1.1rem;
        padding: .25rem;
    }
    .navbar-offcanvas-main .navbar-toggle {
        font-size: 1.5rem;
        padding: .25rem;
    }
    .navbar-brand.header__nav-brand {
        top: 0;
    }
    .footer-nav {
        flex-direction: column;
    }
}

.mobile-nav-toggler:focus {
    background-color: rgba(0, 0, 0, 0.2);
}

body.offcanvas-stop-scrolling:after {
    content: "";
    position: fixed;
    z-index: 1199;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(2, 8, 17, 0.9);
}

.offcanvas-toggle-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: .5rem;
    opacity: .5;
    transition: opacity .2s ease;
}

.offcanvas-toggle-close:hover {
    opacity: 1;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
}

.offcanvas-menu-content {
    padding: 1rem;
}

/* hide ad banner */
.offcanvas-menu-content .card {
    display: none;
}

.nav-side-menu ul :not([aria-expanded="true"]) .arrow:before,
.nav-side-menu li :not([aria-expanded="true"]) .arrow:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
    font-size: 1rem;
}

.nav-side-menu ul [aria-expanded="true"] .arrow:before,
.nav-side-menu li [aria-expanded="true"] .arrow:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f077";
}

.nav-side-menu ul [aria-expanded="true"],
.nav-side-menu li [aria-expanded="true"] {
    border-left: 4px solid #1c7be7;
    /*  background-color: #4f5b69; */
    background-color: rgba(0, 0, 0, 0.3);
}

.nav-side-menu .offcanvas-menu-item[aria-expanded="true"] > a {
    color: #1c7be7;
}

.nav-side-menu .offcanvas-menu-item[aria-expanded="true"] {
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.nav-side-menu ul .sub-menu li[aria-expanded="true"],
.nav-side-menu li .sub-menu li[aria-expanded="true"] {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li[aria-expanded="true"] a,
.nav-side-menu li .sub-menu li[aria-expanded="true"] a {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    /* background-color: #181c20; */
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #39404b;
    margin-left: 0px;
}

.nav-side-menu ul [aria-expanded="true"] + .sub-menu,
.nav-side-menu li [aria-expanded="true"] + .sub-menu {
    background-color: rgba(0, 0, 0, 0.25);
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    /* background-color: #020203; */
    background-color: rgba(0, 0, 0, 0.5);
}

/* .nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
} */
.nav-side-menu ul .sub-menu li:hover:before,
.nav-side-menu li .sub-menu li:hover:before {
    color: #fff;
    font-weight: 700;
}

.nav-side-menu .offcanvas-menu-content > li {
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.08);
}

.nav-side-menu li {
    padding-left: 1rem;
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e;
}

/* remove last item border bottom */
.nav-side-menu .list-mega-menu li:last-of-type,
.nav-side-menu li:last-of-type {
    border-bottom: 0;
    box-shadow: none;
}

.nav-side-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.125rem;
}

.nav-side-menu .mega-menu-section-link {
    margin-bottom: .5rem;
}

.nav-side-menu .mega-menu-section-link > a {
    font-size: 0.875rem;
    color: #fff;
}

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}

.nav-side-menu li:hover {
    transition: all .2s ease;
}

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 15rem;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@-moz-document url-prefix() {
    @media (max-width: 767px) {
        .nav-side-menu {
            padding-bottom: 30rem;
        }
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
    .nav-side-menu {
        padding-bottom: 30rem;
    }
}

@supports (-ms-ime-align: auto) {
    @media (max-width: 767px) {
        .nav-side-menu {
            padding-bottom: 30rem;
        }
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
    #main {
        width: calc(100% - 300px);
        float: right;
    }
}

/* MENU OVERRIDE */
.offcanvas-menu-content a {
    color: #00adff;
}

.offcanvas-menu-content .row {
    flex-direction: column;
}

.offcanvas-menu-content [class*=col-] {
    max-width: 100%;
    flex: 1 1 auto;
}

.offcanvas-menu-content [class*=offset-] {
    margin-left: 0;
}

/* product list reset to single column */
.offcanvas-menu-content [class*=list-column-] {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: unset;
         column-gap: unset;
}

.offcanvas-menu-content .mega-menu-group-title,
.offcanvas-menu-content .mega-menu-group-title a {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.offcanvas-menu-content .mega-menu-group-title .mega-menu-group-title,
.offcanvas-menu-content .list.list-mega-menu {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 14px;
}

.offcanvas-menu-content .link.list .list-item,
.offcanvas-menu-content .link.list a.list-item,
.offcanvas-menu-content .link.list .list-item a {
    display: block;
    color: #cdd5de;
    line-height: 1.4;
    font-size: 0.875rem;
    padding-left: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    transition: 0.125s color ease;
}

.offcanvas-menu-content .link.list .list-item:hover a,
.offcanvas-menu-content .link.list a.list-item:hover,
.offcanvas-menu-content .link.list .list-item:hover a {
    color: #fff;
    /*  font-weight: 700; */
}

.offcanvas-menu-content .link.list > .list-item .btn-locked {
    background: transparent;
    right: 94%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.nav-side-menu .link-collapse-more:after {
    content: none !important;
}

.nav-side-menu .link-collapse-less:after {
    content: none !important;
}

.nav-side-menu .arrow {
    display: inline !important;
}

.nav-side-menu .offcanvas-menu-item > a[aria-expanded="true"] {
    color: #1c7be7;
}

.nav-side-menu .offcanvas-menu-item > a {
    display: block;
    margin-left: -1rem;
    padding-left: 1rem;
}

.nav-side-menu .offcanvas-menu-item .sub-menu {
    border-left: 4px solid #1c7be7;
    margin-left: -1rem;
    padding-left: 1rem;
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.page-title {
    font-size: 1.75em;
}

@media (min-width: 576px) {
    .page-title {
        font-size: 2.5em;
    }
}

.section-header {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* @media (min-width: 576px) {
	.section {
		padding: 3rem 0;
	}
	.section-header > .section-title {
		font-size: $section-title-font-size;
		margin-bottom: 1.5rem
	}
} */
@media (min-width: 576px) {
    .section {
        padding: 3rem 0;
    }
    .section-header > .section-title {
        font-size: 1.75em;
        margin-bottom: 1.5rem;
    }
    .section-header {
        max-width: 75%;
    }
}

.section__title {
    display: flex;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.section__title--link {
    margin-left: auto;
    font-size: 1rem;
    align-self: center;
}

body {
    /*  display: flex; */
    /*   flex-direction: column; */
    background-color: rgba(0, 0, 0, 0.05);
}

body > header,
body > footer {
    /*  flex: none; */
}

body > main {
    width: 100%;
    /*  flex: 1 0 auto; */
    background-color: #fff;
}

body > footer {
    /*  margin-top: auto; */
}

.site-wrapper {
    min-height: 100%;
    /*   display: flex;
    flex: 1 1 auto;
    flex-direction: column; */
    background-color: #fff;
}

.site-wrapper > .site-header,
.site-wrapper > .site-footer {
    /*   flex: none; */
}

.site-wrapper .site-body {
    /*  flex: 1 0 auto; */
}

.main-content > .body-content,
.site-wrapper .body-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .main-content > .body-content,
    .site-wrapper .body-content {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.site-wrapper .site-footer {
    /*  margin-top: auto; */
    background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 767.98px) {
    .mobile-no-gutters {
        margin-left: -15px;
        margin-right: -15px;
        background-color: rgba(0, 0, 0, 0.035);
    }
    .mobile-no-gutters > .col,
    .mobile-no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .mobile-container {
        background-color: #fff;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 -2px 2px 0 rgba(0, 0, 0, 0.05);
    }
    .mobile-container.shadow-top-none {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 -2px 2px 0 rgba(0, 0, 0, 0);
    }
    .mobile-container .mobile-container__content {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-container .mobile-container__content:first-child {
        padding-top: 15px;
    }
    .mobile-container .mobile-container__content:last-child {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .btn-block-sm {
        display: block;
        width: 100%;
    }
}

[class*="column-layout-"] {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

[class*="column-layout-"] > * {
    flex: 1 1 auto !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 1rem;
    margin-left: 1rem;
}

.column-layout > *,
.callout-list.column-layout-auto > *,
.column-layout-auto > * {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.column-layout-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
    flex: 1 1 auto !important;
}

.callout-list.column-layout-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
    flex: 1 1 auto !important;
}

.column-layout-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
    flex: 1 1 auto !important;
}

.callout-list.column-layout-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
    flex: 1 1 auto !important;
}

.column-layout-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    flex: 1 1 auto !important;
}

.callout-list.column-layout-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    flex: 1 1 auto !important;
}

.column-layout-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
    flex: 1 1 auto !important;
}

.callout-list.column-layout-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
    flex: 1 1 auto !important;
}

.column-layout-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
    flex: 1 1 auto !important;
}

.callout-list.column-layout-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
    flex: 1 1 auto !important;
}

.column-layout-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    flex: 1 1 auto !important;
}

.callout-list.column-layout-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    flex: 1 1 auto !important;
}

.column-layout-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
    flex: 1 1 auto !important;
}

.callout-list.column-layout-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
    flex: 1 1 auto !important;
}

.column-layout-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    flex: 1 1 auto !important;
}

.callout-list.column-layout-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    flex: 1 1 auto !important;
}

.column-layout-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
    flex: 1 1 auto !important;
}

.callout-list.column-layout-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
    flex: 1 1 auto !important;
}

.column-layout-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
    flex: 1 1 auto !important;
}

.callout-list.column-layout-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
    flex: 1 1 auto !important;
}

.column-layout-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
    flex: 1 1 auto !important;
}

.callout-list.column-layout-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
    flex: 1 1 auto !important;
}

.column-layout-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    flex: 1 1 auto !important;
}

.callout-list.column-layout-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    flex: 1 1 auto !important;
}

.callout-list.column-layout-auto > *,
.callout-list.column-layout-1 > * {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 576px) {
    .column-layout-sm > *,
    .callout-list.column-layout-sm-auto > *,
    .column-layout-sm-auto > * {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .column-layout-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        flex: 1 1 auto !important;
    }
    .column-layout-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        flex: 1 1 auto !important;
    }
    .column-layout-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex: 1 1 auto !important;
    }
    .column-layout-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        flex: 1 1 auto !important;
    }
    .column-layout-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        flex: 1 1 auto !important;
    }
    .column-layout-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        flex: 1 1 auto !important;
    }
    .column-layout-sm-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-sm-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        flex: 1 1 auto !important;
    }
    .column-layout-sm-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-sm-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        flex: 1 1 auto !important;
    }
    .column-layout-sm-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-sm-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%;
        flex: 1 1 auto !important;
    }
    .column-layout-sm-10 > * {
        flex: 0 0 10%;
        max-width: 10%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-sm-10 > * {
        flex: 0 0 10%;
        max-width: 10%;
        flex: 1 1 auto !important;
    }
    .column-layout-sm-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-sm-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%;
        flex: 1 1 auto !important;
    }
    .column-layout-sm-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-sm-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-sm-auto > *,
    .callout-list.column-layout-sm-1 > * {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .column-layout-md > *,
    .callout-list.column-layout-md-auto > *,
    .column-layout-md-auto > * {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .column-layout-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        flex: 1 1 auto !important;
    }
    .column-layout-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        flex: 1 1 auto !important;
    }
    .column-layout-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex: 1 1 auto !important;
    }
    .column-layout-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        flex: 1 1 auto !important;
    }
    .column-layout-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        flex: 1 1 auto !important;
    }
    .column-layout-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        flex: 1 1 auto !important;
    }
    .column-layout-md-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-md-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        flex: 1 1 auto !important;
    }
    .column-layout-md-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-md-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        flex: 1 1 auto !important;
    }
    .column-layout-md-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-md-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%;
        flex: 1 1 auto !important;
    }
    .column-layout-md-10 > * {
        flex: 0 0 10%;
        max-width: 10%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-md-10 > * {
        flex: 0 0 10%;
        max-width: 10%;
        flex: 1 1 auto !important;
    }
    .column-layout-md-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-md-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%;
        flex: 1 1 auto !important;
    }
    .column-layout-md-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-md-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-md-auto > *,
    .callout-list.column-layout-md-1 > * {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .column-layout-lg > *,
    .callout-list.column-layout-lg-auto > *,
    .column-layout-lg-auto > * {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .column-layout-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        flex: 1 1 auto !important;
    }
    .column-layout-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        flex: 1 1 auto !important;
    }
    .column-layout-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex: 1 1 auto !important;
    }
    .column-layout-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        flex: 1 1 auto !important;
    }
    .column-layout-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        flex: 1 1 auto !important;
    }
    .column-layout-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        flex: 1 1 auto !important;
    }
    .column-layout-lg-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-lg-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        flex: 1 1 auto !important;
    }
    .column-layout-lg-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-lg-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        flex: 1 1 auto !important;
    }
    .column-layout-lg-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-lg-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%;
        flex: 1 1 auto !important;
    }
    .column-layout-lg-10 > * {
        flex: 0 0 10%;
        max-width: 10%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-lg-10 > * {
        flex: 0 0 10%;
        max-width: 10%;
        flex: 1 1 auto !important;
    }
    .column-layout-lg-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-lg-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%;
        flex: 1 1 auto !important;
    }
    .column-layout-lg-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-lg-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-lg-auto > *,
    .callout-list.column-layout-lg-1 > * {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .column-layout-xl > *,
    .callout-list.column-layout-xl-auto > *,
    .column-layout-xl-auto > * {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .column-layout-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        flex: 1 1 auto !important;
    }
    .column-layout-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        flex: 1 1 auto !important;
    }
    .column-layout-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex: 1 1 auto !important;
    }
    .column-layout-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        flex: 1 1 auto !important;
    }
    .column-layout-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        flex: 1 1 auto !important;
    }
    .column-layout-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        flex: 1 1 auto !important;
    }
    .column-layout-xl-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xl-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        flex: 1 1 auto !important;
    }
    .column-layout-xl-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xl-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        flex: 1 1 auto !important;
    }
    .column-layout-xl-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xl-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%;
        flex: 1 1 auto !important;
    }
    .column-layout-xl-10 > * {
        flex: 0 0 10%;
        max-width: 10%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xl-10 > * {
        flex: 0 0 10%;
        max-width: 10%;
        flex: 1 1 auto !important;
    }
    .column-layout-xl-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xl-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%;
        flex: 1 1 auto !important;
    }
    .column-layout-xl-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xl-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xl-auto > *,
    .callout-list.column-layout-xl-1 > * {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1350px) {
    .column-layout-xxl > *,
    .callout-list.column-layout-xxl-auto > *,
    .column-layout-xxl-auto > * {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .column-layout-xxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxl-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxl-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxl-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxl-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxl-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxl-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxl-10 > * {
        flex: 0 0 10%;
        max-width: 10%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxl-10 > * {
        flex: 0 0 10%;
        max-width: 10%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxl-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxl-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxl-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxl-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxl-auto > *,
    .callout-list.column-layout-xxl-1 > * {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1600px) {
    .column-layout-xxxl > *,
    .callout-list.column-layout-xxxl-auto > *,
    .column-layout-xxxl-auto > * {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .column-layout-xxxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxxl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxxl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxxl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxxl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxxl-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxxl-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxxl-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxxl-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxxl-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxxl-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxxl-10 > * {
        flex: 0 0 10%;
        max-width: 10%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxxl-10 > * {
        flex: 0 0 10%;
        max-width: 10%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxxl-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxxl-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%;
        flex: 1 1 auto !important;
    }
    .column-layout-xxxl-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxxl-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
        flex: 1 1 auto !important;
    }
    .callout-list.column-layout-xxxl-auto > *,
    .callout-list.column-layout-xxxl-1 > * {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

[class*="column-layout-"].no-gutters {
    margin-right: 0;
    margin-left: 0;
}

[class*="column-layout-"].no-gutters > * {
    padding-right: 0;
    padding-left: 0;
}

.footer {
    display: flex;
    background-color: #f2f2f2;
    padding-bottom: 4em;
}

.footer-nav,
.social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 1em 0;
    padding: 0;
    text-align: center;
}

.social {
    flex-direction: row;
}

@media (min-width: 576px) {
    .footer-nav {
        flex-direction: row;
    }
}

.social .social-link,
.footer-nav > * {
    padding: .5rem 1rem;
}

.social .social-link,
.footer-nav .footer-nav__link {
    color: #343a40;
    font-size: 0.875rem;
}

.copyright {
    text-align: center;
    color: #495057;
    font-size: 0.875rem;
}

.language {
    text-align: center;
    justify-content: center;
    margin-bottom: 1em;
}

.social-links {
    margin: 2em;
}

.social-label,
.language label {
    color: #343a40;
}

.language label,
.language select {
    font-size: 0.875rem;
}

.social [class*="fa-"] {
    font-size: 1.5em;
}

.nav-placeholder {
    position: relative;
}

[data-scrollnav="true"] {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 0;
    z-index: 1050;
    clear: both;
    width: 100%;
    height: 56px;
    transform: translateZ(0);
    will-change: transform;
    transition: transform .5s;
    border-bottom: 0;
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
}

[data-scrollnav="true"].fixed {
    position: fixed;
}

[data-scrollnav="true"].slide-up {
    transform: translateY(-87px);
}

[data-scrollnav="true"]:not(.fixed):not(.slide-up) {
    position: static;
    top: 0;
    transform: none;
    transition: none;
}

[data-scrollnav="true"]::-webkit-scrollbar {
    display: none;
}

[data-scrollnav="true"] ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    flex-direction: row;
    margin: auto;
}

[data-scrollnav="true"] ul li a {
    border-radius: 0;
    display: block;
    padding: 1rem !important;
    color: #495057 !important;
    text-decoration: none;
    line-height: 1.2;
}

[data-scrollnav="true"] ul li a.active {
    color: #495057;
    box-shadow: inset 0 -3px #0069d9;
}

[data-scrollnav="true"] .subnav-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    border: 0;
    outline: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    background: #f8f9fa;
    color: #495057;
    font-size: 1.125rem;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.125s ease;
}

[data-scrollnav="true"] .subnav-arrow:hover {
    outline: 0;
}

[data-scrollnav="true"] .subnav-arrow.left-subnav-arrow {
    left: 0;
    padding-left: 0.75rem;
    padding-right: 0.25rem;
}

[data-scrollnav="true"] .subnav-arrow.left-subnav-arrow:after {
    content: '';
    background: linear-gradient(to right, #f8f9fa 0%, rgba(255, 255, 255, 0) 100%);
    width: .5rem;
    height: 100%;
    position: absolute;
    right: -.5rem;
    top: 0;
}

[data-scrollnav="true"] .subnav-arrow.left-subnav-arrow .subnav-hidden {
    opacity: 0;
}

[data-scrollnav="true"] .subnav-arrow.right-subnav-arrow {
    right: 0;
    padding-right: 0.75rem;
    padding-left: 0.25rem;
}

[data-scrollnav="true"] .subnav-arrow.right-subnav-arrow:before {
    content: '';
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f8f9fa 100%);
    width: .5rem;
    height: 100%;
    position: absolute;
    left: -.5rem;
    top: 0;
}

[data-scrollnav="true"] .subnav-arrow.right-subnav-arrow.subnav-hidden {
    opacity: 0;
}

[data-scrollnav="true"] .subnav-hidden {
    display: none;
}

@media (max-width: 1023px) and (-ms-high-contrast: none) {
    [data-scrollnav="true"].fixed {
        top: 0 !important;
    }
    [data-scrollnav="true"].slide-up {
        top: 0 !important;
    }
    [data-scrollnav="true"].slide-up {
        transform: none !important;
    }
}

body.featured-page-has-subnav .main-header.auto-hide {
    height: auto;
}

.navbar--sign-up {
    position: fixed !important;
    z-index: 1045;
    left: 0;
    right: 0;
    top: 0;
}

/* was 'elements' */
.message strong {
    font-weight: 900;
}

.message.icon {
    display: block;
    /*  padding: 12px 18px 12px 65px; */
    padding: 0.75rem 1.125rem 0.75rem 4.0625rem;
    border-radius: 6px;
    background-clip: padding-box;
    border: 1px;
    border-style: solid;
    line-height: 1.5rem;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    position: relative;
}

.message.icon:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.75rem;
    position: absolute;
    left: 1.25rem;
    vertical-align: middle;
}

.icon.info {
    border-color: #2D9EE0;
    background-color: #F0F7FB;
}

.icon.info:before {
    content: '\f05a';
    color: #2D9EE0;
}

.icon.success {
    border-color: #2ab27b;
    background-color: #E7F6F0;
}

.icon.success:before {
    content: '\f00c';
    color: #2ab27b;
}

.icon.warning {
    border-color: #EDB431;
    background-color: #FDF7E8;
}

.icon.warning:before {
    content: '\f06a';
    color: #EDB431;
}

.icon.danger {
    border-color: #e68d87;
    background-color: #fffaf9;
}

.icon.danger:before {
    content: '\f071';
    color: #e68d87;
}

.btn-animate {
    transition: box-shadow transform 0.15s ease;
}

.btn-animate:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.btn-skyblue {
    color: #fff;
    background-color: #006ea8;
    border-color: #006ea8;
}

.btn-skyblue:hover {
    color: #fff;
    background-color: #004d75;
    border-color: #004d75;
}

.btn-skyblue:focus, .btn-skyblue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-skyblue.disabled, .btn-skyblue:disabled {
    color: #fff;
    background-color: #004d75;
    border-color: #004d75;
}

.btn-skyblue:not(:disabled):not(.disabled):active,
.btn-skyblue:not(:disabled):not(.disabled).active,
.show > .btn-skyblue.dropdown-toggle {
    color: #fff;
    background-color: #006ea8;
    border-color: #006ea8;
}

.btn-skyblue:not(:disabled):not(.disabled):active:focus,
.btn-skyblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-skyblue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/*Custom components*/
/* ============== Icons ============= */
[class^="link-"]:before,
[class*=" link-"]:before,
[class^="link-"]:after,
[class*=" link-"]:after,
.btn-locked:before,
.card > .card-footer .btn-link:after {
    display: inline;
    width: auto;
    height: auto;
    margin-top: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    speak: none;
}

[class^="link-"]:after,
[class*=" link-"]:after,
.card > .card-footer .btn-link:after {
    padding-left: .5rem;
}

[class^="link-"]:before,
[class*=" link-"]:before {
    padding-right: .5rem;
}

.link-prev:before,
.card > .card-footer .btn-prev {
    content: "\f104";
}

.link-more:after,
.card > .card-footer .btn-link:after {
    content: "\f105";
}

.link-locked:after {
    content: "\f023";
}

.btn-locked {
    color: #495057;
    background-color: transparent;
    padding: 0 .5rem;
}

.btn-locked:before {
    content: "\f023";
}

.link-collapse-more:hover > *,
.link-collapse-less:hover > * {
    cursor: pointer;
    text-decoration: underline;
}

.link-collapse-more:after {
    content: "\f107";
}

.link-collapse-less:after {
    content: "\f106";
}

/* OLD FONT AWESOME CORE
     * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
    /*font-family: FontAwesome;*/
    display: inline;
    width: auto;
    height: auto;
    margin-top: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    speak: none;
}

/*
    [class^="icon-"]:before,
    [class*=" icon-"]:before {
      text-decoration: inherit;
      display: inline-block;
      speak: none;
    }
    */
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline-block;
}

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714285714286em;
}

/* older class icons */
.icon-zoom-in:before {
    content: "\f00e";
}

.icon-camera:before {
    content: "\f030";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-play-circle:before {
    content: "\f144";
}

.icon-play:before {
    content: "\f04b";
}

.icon-play-sign:before {
    content: "\f144";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-user:before {
    content: "\f007";
}

.icon-lock:before {
    content: "\f023";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-print:before {
    content: "\f02f";
}

/*******************************
             List
*******************************/
/*-------------------
         View
--------------------*/
/* List */
/* List Item */
/* Sub List */
/* Sub List Item */
/*-------------------
      Elements
--------------------*/
/* Icon */
/* Image */
/* Content */
/* Header */
/* Description */
/* Link */
/* Header Link */
/* Linked Icon */
/*-------------------
        States
--------------------*/
/*-------------------
      Variations
--------------------*/
/* Float */
/* Horizontal */
/* Link List */
/* Selection List */
/* Selection List States */
/* Animated List */
/* Divided */
/* Divided Horizontal */
/* Divided */
/* Divided Horizontal */
/* Indentation */
/* Relaxed */
/* Very Relaxed */
/* Sizes */
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

.list.list-linked .list-link {
    color: rgba(0, 0, 0, 0.75);
}

.list .list-header {
    font-weight: 500;
    margin-bottom: .5rem;
}

ul.list,
ol.list,
.list {
    margin: 1em 0em;
}

ul.list:first-child,
ol.list:first-child,
.list:first-child {
    margin-top: 0em;
    padding-top: 0em;
}

ul.list:last-child,
ol.list:last-child,
.list:last-child {
    margin-bottom: 0em;
    padding-bottom: 0em;
}

ul.list li,
ol.list li,
.list > .list-item,
.list .list > .list-item {
    display: list-item;
    table-layout: fixed;
    margin: 0;
    padding: 0.2142857143em 0em;
    position: relative;
}

ul.list > li:first-child:after,
ol.list > li:first-child:after,
.list > .list > .list-item,
.list > .list-item:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.list li:first-child,
ol.list li:first-child,
.list .list > .list-item:first-child,
.list > .list-item:first-child {
    padding-top: 0em;
}

ul.list ul,
ol.list ol,
.list .list {
    clear: both;
    margin: 0em;
    padding: 0.75em 0em 0.25em 1.25em;
}

ul.list ul li,
ol.list ol li,
.list .list > .list-item {
    padding: 0.1428571429em 0em;
    line-height: inherit;
}

ul.list ul > :last-child,
ol.list ol > :last-child,
.list .list > :last-child {
    margin-bottom: 0;
}

.list .list > .list-item:last-child {
    padding-bottom: 0.75em;
}

.list .list > .list-item > i.icon,
.list > .list-item > i.icon {
    display: table-cell;
    margin: 0em;
    padding-top: 0em;
    padding-right: 0.2857142857em;
    vertical-align: top;
    transition: color 0.125s ease;
}

.list .list > .list-item > i.icon:only-child,
.list > .list-item > i.icon:only-child {
    display: inline-block;
    vertical-align: top;
}

.list .list > .list-item > .btn-locked,
.list > .list-item > .btn-locked {
    position: absolute;
    top: 0;
    right: 100%;
    font-size: 0.875rem;
    padding-top: 0.2142857143em;
    background-color: #fff;
}

ul.list li:first-child .btn-locked,
ol.list li:first-child .btn-locked,
.list .list > .list-item:first-child .btn-locked,
.list > .list-item:first-child .btn-locked {
    padding-top: 0em;
}

.list .list:not([class*="relaxed-"]) > .list-item > .btn-locked,
.list:not([class*="relaxed-"]) > .list-item > .btn-locked {
    position: absolute;
    top: 0;
    right: 100%;
    font-size: 0.875rem;
    padding-top: 0;
    background-color: #fff;
}

ul.list:not([class*="relaxed-"]) li:first-child .btn-locked,
ol.list:not([class*="relaxed-"]) li:first-child .btn-locked,
.list .list:not([class*="relaxed-"]) > .list-item:first-child .btn-locked,
.list:not([class*="relaxed-"]) > .list-item:first-child .btn-locked {
    padding-top: 0em;
}

/* .list .list > .list-item > .image,
.list > .list-item > .image {
  display: table-cell;
  width: $imageWidth;
  background-color: transparent;
  margin: 0em;
  vertical-align: $imageAlign;
}
.list .list > .list-item > .image:not(:only-child):not(img),
.list > .list-item > .image:not(:only-child):not(img) {
  padding-right: $imageDistance;
}
.list .list > .list-item > .image img,
.list > .list-item > .image img {
  vertical-align: $imageAlign;
}
.list .list > .list-item > img.image,
.list .list > .list-item > .image:only-child,
.list > .list-item > img.image,
.list > .list-item > .image:only-child {
  display: inline-block;
} */
.list .list > .list-item > .image:not(:only-child):not(img),
.list > .list-item > .image:not(:only-child):not(img) {
    width: 4em;
    padding-right: 0.5em;
}

.list .list > .list-item > .image img,
.list > .list-item > .image img {
    vertical-align: top;
}

.list .list > .list-item > .image:not(:only-child):not(img) + .content,
.list > .list-item > .image:not(:only-child):not(img) + .content {
    flex: 1 1 0%;
}

/* .list .list > .list-item > img.image,
.list .list > .list-item > .image:only-child,
.list > .list-item > img.image,
.list > .list-item > .image:only-child {
  display: inline-block;
} */
.list .list > .list-item > .content,
.list > .list-item > .content {
    line-height: 1.1428571429em;
}

.list .list > .list-item > .image + .content,
.list .list > .list-item > .icon + .content,
.list > .list-item > .image + .content,
.list > .list-item > .icon + .content {
    display: table-cell;
    padding: 0em 0em 0em 0.5em;
    vertical-align: top;
}

.list .list > .list-item > img.image + .content,
.list > .list-item > img.image + .content {
    display: inline-block;
}

.list .list > .list-item > .content > .list,
.list > .list-item > .content > .list {
    margin-left: 0em;
    padding-left: 0em;
}

.list .list > .list-item .list-header,
.list > .list-item .list-header {
    display: block;
    margin: 0em;
    padding-bottom: 0.25em;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    color: #212529;
}

.list .list > .list-item .list-header {
    font-weight: 500;
    font-size: 1rem;
}

.list .list > .list-item .list-description,
.list > .list-item .list-description {
    display: block;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.5;
}

.list > .list-item a,
.list .list > .list-item a {
    cursor: pointer;
}

.list .list > a.list-item,
.list > a.list-item {
    cursor: pointer;
    color: #0069d9;
}

.list .list > a.list-item:hover,
.list > a.list-item:hover {
    color: #00448d;
    text-decoration: underline;
}

.list .list > a.list-item i.icon,
.list > a.list-item i.icon {
    color: rgba(0, 0, 0, 0.5);
}

.list .list > .list-item a.list-header,
.list > .list-item a.list-header {
    cursor: pointer;
    color: #008cdd;
    color: #0069d9;
}

.list .list > .list-item a.list-header:hover,
.list > .list-item a.list-header:hover {
    color: #00448d;
}

.horizontal.list {
    display: flex;
    font-size: 0em;
}

.horizontal.list > .list-item {
    display: flex;
    margin-left: 1em;
    font-size: 1rem;
}

.horizontal.list:not(.celled) > .list-item:first-child {
    margin-left: 0em !important;
    padding-left: 0em !important;
}

.horizontal.list .list {
    padding-left: 0em;
    padding-bottom: 0em;
}

.horizontal.list > .list-item > .image,
.horizontal.list .list > .list-item > .image,
.horizontal.list > .list-item > .icon,
.horizontal.list .list > .list-item > .icon,
.horizontal.list > .list-item > .content,
.horizontal.list .list > .list-item > .content {
    vertical-align: middle;
}

.horizontal.list > .list-item:first-child,
.horizontal.list > .list-item:last-child {
    padding-top: 0.2142857143em;
    padding-bottom: 0.2142857143em;
}

.horizontal.list > .list-item > i.icon {
    margin: 0em;
    padding: 0em 0.25em 0em 0em;
}

.horizontal.list > .list-item > .icon,
.horizontal.list > .list-item > .icon + .content {
    float: none;
    display: inline-block;
}

.list .list > .disabled.list-item,
.list > .disabled.list-item {
    pointer-events: none;
    color: #212529 !important;
}

.list .list > a.list-item:hover .icon,
.list > a.list-item:hover .icon {
    color: rgba(0, 0, 0, 0.87);
}

.link.list .list-item,
.link.list a.list-item,
.link.list .list-item a {
    color: #212529;
    transition: 0.125s color ease;
}

.link.list a.list-item:hover,
.link.list .list-item a:hover {
    color: rgba(0, 0, 0, 0.8);
}

.link.list a.list-item:active,
.link.list .list-item a:active {
    color: rgba(0, 0, 0, 0.9);
}

.link.list .active.list-item,
.link.list .active.list-item a {
    color: rgba(0, 0, 0, 0.95);
}

.selection.list .list > .list-item,
.selection.list > .list-item {
    cursor: pointer;
    background: transparent;
    padding: 0.5em 0.5em;
    margin: 0em;
    color: rgba(0, 0, 0, 0.4);
    border-radius: 0.5em;
    transition: 0.125s color ease, 0.125s padding-left ease, 0.125s background-color ease;
}

.selection.list .list > .list-item:last-child,
.selection.list > .list-item:last-child {
    margin-bottom: 0em;
}

.selection.list.list > .list-item:hover,
.selection.list > .list-item:hover {
    background: rgba(0, 0, 0, 0.035);
    color: rgba(0, 0, 0, 0.9);
}

.selection.list .list > .list-item:active,
.selection.list > .list-item:active {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.9);
}

.selection.list .list > .list-item.active,
.selection.list > .list-item.active {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}

.celled.selection.list .list > .list-item,
.divided.selection.list .list > .list-item,
.celled.selection.list > .list-item,
.divided.selection.list > .list-item {
    border-radius: 0em;
}

.animated.list > .list-item {
    transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
}

.animated.list:not(.horizontal) > .list-item:hover {
    padding-left: 1em;
}

.divided.list > .list-item {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.divided.list .list > .list-item {
    border-top: none;
}

.divided.list .list-item .list > .list-item {
    border-top: none;
}

.divided.list .list > .list-item:first-child,
.divided.list > .list-item:first-child {
    border-top: none;
}

.divided.list:not(.horizontal) .list > .list-item:first-child {
    border-top-width: 1px;
}

.divided.selection.list .list > .list-item,
.divided.selection.list > .list-item {
    margin: 0em;
    border-radius: 0em;
}

.divided.horizontal.list {
    margin-left: 0em;
}

.divided.horizontal.list > .list-item:not(:first-child) {
    padding-left: 0.5em;
}

.divided.horizontal.list > .list-item:not(:last-child) {
    padding-right: 0.5em;
}

.divided.horizontal.list > .list-item {
    border-top: none;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    margin: 0em;
    line-height: 0.6;
}

.horizontal.divided.list > .list-item:first-child {
    border-left: none;
}

.celled.list > .list-item,
.celled.list > .list {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.celled.list > .list-item:last-child {
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.celled.list > .list-item:first-child,
.celled.list > .list-item:last-child {
    padding-top: 0.2142857143em;
    padding-bottom: 0.2142857143em;
}

.celled.list .list-item .list > .list-item {
    border-width: 0px;
}

.celled.list .list > .list-item:first-child {
    border-top-width: 0px;
}

.horizontal.celled.list {
    margin-left: 0em;
}

.horizontal.celled.list .list > .list-item,
.horizontal.celled.list > .list-item {
    border-top: none;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    margin: 0em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 0.6;
}

.horizontal.celled.list .list > .list-item:last-child,
.horizontal.celled.list > .list-item:last-child {
    border-bottom: none;
    border-right: 1px solid rgba(34, 36, 38, 0.15);
}

.list.list-relaxed-sm > .list-item {
    margin-bottom: 0.5rem;
}

.list.list-relaxed-md > .list-item {
    margin-bottom: 0.75rem;
}

.list.list-relaxed-lg > .list-item {
    margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
    .list.list-relaxed-sm > .list-item,
    .list.list-relaxed-md > .list-item,
    .list.list-relaxed-lg > .list-item {
        margin-bottom: 0;
    }
}

ol.relaxed:not(.horizontal) > li:not(:first-child),
ul.relaxed:not(.horizontal) > li:not(:first-child),
.relaxed.list:not(.horizontal) > .list-item:not(:first-child) {
    padding-top: 0.4285714286em;
}

ol.relaxed:not(.horizontal) > li:not(:last-child),
ul.relaxed:not(.horizontal) > li:not(:last-child),
.relaxed.list:not(.horizontal) > .list-item:not(:last-child) {
    padding-bottom: 0.4285714286em;
}

.horizontal.relaxed.list .list > .list-item:not(:first-child),
.horizontal.relaxed.list > .list-item:not(:first-child) {
    padding-left: 1rem;
}

.horizontal.relaxed.list .list > .list-item:not(:last-child),
.horizontal.relaxed.list > .list-item:not(:last-child) {
    padding-right: 1rem;
}

ol[class*="very relaxed"]:not(.horizontal) > li:not(:first-child),
ul[class*="very relaxed"]:not(.horizontal) > li:not(:first-child),
[class*="very relaxed"].list:not(.horizontal) > .list-item:not(:first-child) {
    padding-top: 0.8571428571em;
}

ol[class*="very relaxed"]:not(.horizontal) > li:not(:last-child),
ul[class*="very relaxed"]:not(.horizontal) > li:not(:last-child),
[class*="very relaxed"].list:not(.horizontal) > .list-item:not(:last-child) {
    padding-bottom: 0.8571428571em;
}

.horizontal[class*="very relaxed"].list .list > .list-item:not(:first-child),
.horizontal[class*="very relaxed"].list > .list-item:not(:first-child) {
    padding-left: 1.5rem;
}

.horizontal[class*="very relaxed"].list .list > .list-item:not(:last-child),
.horizontal[class*="very relaxed"].list > .list-item:not(:last-child) {
    padding-right: 1.5rem;
}

.tiny.list {
    font-size: 0.7901234568rem;
}

.small.list {
    font-size: 0.8888888889rem;
}

.list {
    font-size: 1em;
}

.large.list {
    font-size: 1.25rem;
}

.big.list {
    font-size: 1.5rem;
}

.huge.list {
    font-size: 1.75rem;
}

.massive.list {
    font-size: 2rem;
}

.tiny.horizontal.list .list > .list-item,
.tiny.horizontal.list > .list-item {
    font-size: 0.7901234568rem;
}

.small.horizontal.list .list > .list-item,
.small.horizontal.list > .list-item {
    font-size: 0.8888888889rem;
}

.horizontal.list .list > .list-item,
.horizontal.list > .list-item {
    font-size: 1rem;
}

.large.horizontal.list .list > .list-item,
.large.horizontal.list > .list-item {
    font-size: 1.25rem;
}

.big.horizontal.list .list > .list-item,
.big.horizontal.list > .list-item {
    font-size: 1.5rem;
}

.huge.horizontal.list .list > .list-item,
.huge.horizontal.list > .list-item {
    font-size: 1.75rem;
}

.massive.horizontal.list .list > .list-item,
.massive.horizontal.list > .list-item {
    font-size: 2rem;
}

.table .thead-light th {
    background-color: rgba(0, 0, 0, 0.035);
}

.table-md th,
.table-md td {
    padding: 0.5rem;
}

.table-md th {
    padding: 0.3rem;
    padding-left: 0.5rem;
}

.table-fixed {
    table-layout: fixed;
    width: 100%;
    empty-cells: hide;
}

.table-branded th,
.table-branded th a {
    background: #224d8f;
    color: #fff;
}

.table-matted th,
.table-blend th {
    background: #eeeeee;
    color: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.025);
}

.table-col-1 {
    width: 4.1666666667%;
}

.table-col-2 {
    width: 8.3333333333%;
}

.table-col-3 {
    width: 12.5%;
}

.table-col-4 {
    width: 16.6666666667%;
}

.table-col-5 {
    width: 20.8333333333%;
}

.table-col-6 {
    width: 25%;
}

.table-col-7 {
    width: 29.1666666667%;
}

.table-col-8 {
    width: 33.3333333333%;
}

.table-col-9 {
    width: 37.5%;
}

.table-col-10 {
    width: 41.6666666667%;
}

.table-col-11 {
    width: 45.8333333333%;
}

.table-col-12 {
    width: 50%;
}

.table-col-13 {
    width: 54.1666666667%;
}

.table-col-14 {
    width: 58.3333333333%;
}

.table-col-15 {
    width: 62.5%;
}

.table-col-16 {
    width: 66.6666666667%;
}

.table-col-17 {
    width: 70.8333333333%;
}

.table-col-18 {
    width: 75%;
}

.table-col-19 {
    width: 79.1666666667%;
}

.table-col-20 {
    width: 83.3333333333%;
}

.table-col-21 {
    width: 87.5%;
}

.table-col-22 {
    width: 91.6666666667%;
}

.table-col-23 {
    width: 95.8333333333%;
}

.table-col-24 {
    width: 100%;
}

.table.px-1 th, .table.px-1 td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

@media (min-width: 768px) {
    .table-md-bordered {
        border: 1px solid #dee2e6;
    }
    .table-md-bordered th,
    .table-md-bordered td {
        border: 1px solid #dee2e6;
    }
    .table-md-bordered thead th,
    .table-md-bordered thead td {
        border-bottom-width: 2px;
    }
}

@media (max-width: 575.98px) {
    .table-wrap-sm [class*="table-col"] {
        width: 100%;
    }
    .table-wrap-sm th {
        display: none;
    }
    .table-wrap-sm > tbody > tr,
    .table-wrap-sm > tr {
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
    .table-wrap-sm > tbody > tr > td,
    .table-wrap-sm > tr > td {
        display: block;
        border: none;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .table-wrap-sm > tbody > tr > td:first-child,
    .table-wrap-sm > tr > td:first-child {
        padding-top: 0.75rem;
    }
    .table-wrap-sm > tbody > tr > td:last-child,
    .table-wrap-sm > tr > td:last-child {
        padding-bottom: 0.75rem;
    }
    .table-wrap-sm > tbody > tr > td:before,
    .table-wrap-sm > tr > td:before {
        content: attr(data-label) ":";
        float: left;
        padding-right: .5em;
        display: inline-block;
    }
    .table-wrap-sm > tbody > tr > td[data-label="none"]:before,
    .table-wrap-sm > tr > td[data-label="none"]:before {
        display: none;
    }
    .table-wrap-sm > tbody > tr > td[data-label-font="bold"],
    .table-wrap-sm > tr > td[data-label-font="bold"] {
        font-weight: bold;
        font-size: 120%;
    }
    .table-wrap-sm > tbody > tr > td > span,
    .table-wrap-sm > tr > td > span {
        display: inline-block;
        margin-right: .5rem;
        color: #6c757d;
    }
    .table-wrap-sm > tbody > tr > td > span:first-child:after,
    .table-wrap-sm > tr > td > span:first-child:after {
        content: ":";
    }
}

@media (max-width: 767.98px) {
    .table-wrap-md [class*="table-col"] {
        width: 100%;
    }
    .table-wrap-md th {
        display: none;
    }
    .table-wrap-md > tbody > tr,
    .table-wrap-md > tr {
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
    .table-wrap-md > tbody > tr > td,
    .table-wrap-md > tr > td {
        display: block;
        border: none;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .table-wrap-md > tbody > tr > td:first-child,
    .table-wrap-md > tr > td:first-child {
        padding-top: 0.75rem;
    }
    .table-wrap-md > tbody > tr > td:last-child,
    .table-wrap-md > tr > td:last-child {
        padding-bottom: 0.75rem;
    }
    .table-wrap-md > tbody > tr > td:before,
    .table-wrap-md > tr > td:before {
        content: attr(data-label) ":";
        float: left;
        padding-right: .5em;
        display: inline-block;
    }
    .table-wrap-md > tbody > tr > td[data-label="none"]:before,
    .table-wrap-md > tr > td[data-label="none"]:before {
        display: none;
    }
    .table-wrap-md > tbody > tr > td[data-label-font="bold"],
    .table-wrap-md > tr > td[data-label-font="bold"] {
        font-weight: bold;
        font-size: 120%;
    }
    .table-wrap-md > tbody > tr > td > span,
    .table-wrap-md > tr > td > span {
        display: inline-block;
        margin-right: .5rem;
        color: #6c757d;
    }
    .table-wrap-md > tbody > tr > td > span:first-child:after,
    .table-wrap-md > tr > td > span:first-child:after {
        content: ":";
    }
}

@media (max-width: 991.98px) {
    .table-wrap-lg [class*="table-col"] {
        width: 100%;
    }
    .table-wrap-lg th {
        display: none;
    }
    .table-wrap-lg > tbody > tr,
    .table-wrap-lg > tr {
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
    .table-wrap-lg > tbody > tr > td,
    .table-wrap-lg > tr > td {
        display: block;
        border: none;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .table-wrap-lg > tbody > tr > td:first-child,
    .table-wrap-lg > tr > td:first-child {
        padding-top: 0.75rem;
    }
    .table-wrap-lg > tbody > tr > td:last-child,
    .table-wrap-lg > tr > td:last-child {
        padding-bottom: 0.75rem;
    }
    .table-wrap-lg > tbody > tr > td:before,
    .table-wrap-lg > tr > td:before {
        content: attr(data-label) ":";
        float: left;
        padding-right: .5em;
        display: inline-block;
    }
    .table-wrap-lg > tbody > tr > td[data-label="none"]:before,
    .table-wrap-lg > tr > td[data-label="none"]:before {
        display: none;
    }
    .table-wrap-lg > tbody > tr > td[data-label-font="bold"],
    .table-wrap-lg > tr > td[data-label-font="bold"] {
        font-weight: bold;
        font-size: 120%;
    }
    .table-wrap-lg > tbody > tr > td > span,
    .table-wrap-lg > tr > td > span {
        display: inline-block;
        margin-right: .5rem;
        color: #6c757d;
    }
    .table-wrap-lg > tbody > tr > td > span:first-child:after,
    .table-wrap-lg > tr > td > span:first-child:after {
        content: ":";
    }
}

@media (max-width: 1199.98px) {
    .table-wrap-xl [class*="table-col"] {
        width: 100%;
    }
    .table-wrap-xl th {
        display: none;
    }
    .table-wrap-xl > tbody > tr,
    .table-wrap-xl > tr {
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
    .table-wrap-xl > tbody > tr > td,
    .table-wrap-xl > tr > td {
        display: block;
        border: none;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .table-wrap-xl > tbody > tr > td:first-child,
    .table-wrap-xl > tr > td:first-child {
        padding-top: 0.75rem;
    }
    .table-wrap-xl > tbody > tr > td:last-child,
    .table-wrap-xl > tr > td:last-child {
        padding-bottom: 0.75rem;
    }
    .table-wrap-xl > tbody > tr > td:before,
    .table-wrap-xl > tr > td:before {
        content: attr(data-label) ":";
        float: left;
        padding-right: .5em;
        display: inline-block;
    }
    .table-wrap-xl > tbody > tr > td[data-label="none"]:before,
    .table-wrap-xl > tr > td[data-label="none"]:before {
        display: none;
    }
    .table-wrap-xl > tbody > tr > td[data-label-font="bold"],
    .table-wrap-xl > tr > td[data-label-font="bold"] {
        font-weight: bold;
        font-size: 120%;
    }
    .table-wrap-xl > tbody > tr > td > span,
    .table-wrap-xl > tr > td > span {
        display: inline-block;
        margin-right: .5rem;
        color: #6c757d;
    }
    .table-wrap-xl > tbody > tr > td > span:first-child:after,
    .table-wrap-xl > tr > td > span:first-child:after {
        content: ":";
    }
}

@media (max-width: 1349.98px) {
    .table-wrap-xxl [class*="table-col"] {
        width: 100%;
    }
    .table-wrap-xxl th {
        display: none;
    }
    .table-wrap-xxl > tbody > tr,
    .table-wrap-xxl > tr {
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
    .table-wrap-xxl > tbody > tr > td,
    .table-wrap-xxl > tr > td {
        display: block;
        border: none;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .table-wrap-xxl > tbody > tr > td:first-child,
    .table-wrap-xxl > tr > td:first-child {
        padding-top: 0.75rem;
    }
    .table-wrap-xxl > tbody > tr > td:last-child,
    .table-wrap-xxl > tr > td:last-child {
        padding-bottom: 0.75rem;
    }
    .table-wrap-xxl > tbody > tr > td:before,
    .table-wrap-xxl > tr > td:before {
        content: attr(data-label) ":";
        float: left;
        padding-right: .5em;
        display: inline-block;
    }
    .table-wrap-xxl > tbody > tr > td[data-label="none"]:before,
    .table-wrap-xxl > tr > td[data-label="none"]:before {
        display: none;
    }
    .table-wrap-xxl > tbody > tr > td[data-label-font="bold"],
    .table-wrap-xxl > tr > td[data-label-font="bold"] {
        font-weight: bold;
        font-size: 120%;
    }
    .table-wrap-xxl > tbody > tr > td > span,
    .table-wrap-xxl > tr > td > span {
        display: inline-block;
        margin-right: .5rem;
        color: #6c757d;
    }
    .table-wrap-xxl > tbody > tr > td > span:first-child:after,
    .table-wrap-xxl > tr > td > span:first-child:after {
        content: ":";
    }
}

@media (max-width: 1599.98px) {
    .table-wrap-xxxl [class*="table-col"] {
        width: 100%;
    }
    .table-wrap-xxxl th {
        display: none;
    }
    .table-wrap-xxxl > tbody > tr,
    .table-wrap-xxxl > tr {
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
    .table-wrap-xxxl > tbody > tr > td,
    .table-wrap-xxxl > tr > td {
        display: block;
        border: none;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .table-wrap-xxxl > tbody > tr > td:first-child,
    .table-wrap-xxxl > tr > td:first-child {
        padding-top: 0.75rem;
    }
    .table-wrap-xxxl > tbody > tr > td:last-child,
    .table-wrap-xxxl > tr > td:last-child {
        padding-bottom: 0.75rem;
    }
    .table-wrap-xxxl > tbody > tr > td:before,
    .table-wrap-xxxl > tr > td:before {
        content: attr(data-label) ":";
        float: left;
        padding-right: .5em;
        display: inline-block;
    }
    .table-wrap-xxxl > tbody > tr > td[data-label="none"]:before,
    .table-wrap-xxxl > tr > td[data-label="none"]:before {
        display: none;
    }
    .table-wrap-xxxl > tbody > tr > td[data-label-font="bold"],
    .table-wrap-xxxl > tr > td[data-label-font="bold"] {
        font-weight: bold;
        font-size: 120%;
    }
    .table-wrap-xxxl > tbody > tr > td > span,
    .table-wrap-xxxl > tr > td > span {
        display: inline-block;
        margin-right: .5rem;
        color: #6c757d;
    }
    .table-wrap-xxxl > tbody > tr > td > span:first-child:after,
    .table-wrap-xxxl > tr > td > span:first-child:after {
        content: ":";
    }
}

.table-wrap [class*="table-col"] {
    width: 100%;
}

.table-wrap th {
    display: none;
}

.table-wrap > tbody > tr,
.table-wrap > tr {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.table-wrap > tbody > tr > td,
.table-wrap > tr > td {
    display: block;
    border: none;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.table-wrap > tbody > tr > td:first-child,
.table-wrap > tr > td:first-child {
    padding-top: 0.75rem;
}

.table-wrap > tbody > tr > td:last-child,
.table-wrap > tr > td:last-child {
    padding-bottom: 0.75rem;
}

.table-wrap > tbody > tr > td:before,
.table-wrap > tr > td:before {
    content: attr(data-label) ":";
    float: left;
    padding-right: .5em;
    display: inline-block;
}

.table-wrap > tbody > tr > td[data-label="none"]:before,
.table-wrap > tr > td[data-label="none"]:before {
    display: none;
}

.table-wrap > tbody > tr > td[data-label-font="bold"],
.table-wrap > tr > td[data-label-font="bold"] {
    font-weight: bold;
    font-size: 120%;
}

.table-wrap > tbody > tr > td > span,
.table-wrap > tr > td > span {
    display: inline-block;
    margin-right: .5rem;
    color: #6c757d;
}

.table-wrap > tbody > tr > td > span:first-child:after,
.table-wrap > tr > td > span:first-child:after {
    content: ":";
}

/* $Well Component
========================================================================== */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
    padding: 24px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    border-radius: 0;
}

/*  TECH LOGOS AS BACKGROUND OPTIONS */
/*
Notice we set the background-size to the size of the logo element. We have to do that otherwise we'll just see a bit of the upper left of our much larger original SVG image. These numbers are aspect-ratio aware of the original size. But you could use a background-size keywords like 'contain' if you want to make sure the image will fit and can't know the parent image will be of the exact right size.
*/
.tech-logo-list {
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.tech-logos {
    padding: .5rem 0;
}

@media all and (-ms-high-contrast: none) {
    .tech-logo-list {
        display: block;
        text-align: center;
    }
    .tech-logo-list > .tech-logo-item {
        display: inline-block;
    }
}

.tech-logo-list > .tech-logo-item {
    max-width: calc(100% / 7);
}

.logos-md .tech-logo-list > .tech-logo-item {
    max-width: calc(100% / 8);
}

.tech-logos .tech-logo {
    display: block;
    margin: 0;
    height: 0;
    padding-bottom: 42.4242424242%;
    font-size: 0;
    opacity: .7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.tech-logo-item {
    display: block;
}

.tech-logo-item > img {
    opacity: .7;
}

.card-body .tech-logo {
    opacity: 1;
}

.tech-logo.img-url {
    height: auto;
    font-size: inherit;
    padding-bottom: 0;
}

.img-url > img {
    display: block;
    width: 100%;
}

/* .tech-logos .tech-logo:before {
  padding-top: 42.3333333333%;
}

.tech-logos .tech-logo:before {
  content: "";
  display: block;
  width: 100%;
}

.tech-logos .tech-logo::after {
  content: "";
  display: table;
  clear: both;
} */
.gbps-18,
.tech-logos.light .gbps-18,
[data-theme="dark"] .gbps-18,
[data-slide-theme="dark"] .gbps-18, .gbps-18-light {
    background-image: url(/img/tech-logos/18gbps.svg);
}

[data-theme="light"] .gbps-18,
[data-slide-theme="light"] .gbps-18,
[data-theme="white"] .gbps-18,
[data-slide-theme="white"] .gbps-18,
.tech-logos.dark .gbps-18, .gbps-18-dark {
    background-image: url(/img/tech-logos/18gbps-dark.svg);
}

.gbps-50,
.tech-logos.light .gbps-50,
[data-theme="dark"] .gbps-50,
[data-slide-theme="dark"] .gbps-50, .gbps-50-light {
    background-image: url(/img/tech-logos/50gbps.svg);
}

[data-theme="light"] .gbps-50,
[data-slide-theme="light"] .gbps-50,
[data-theme="white"] .gbps-50,
[data-slide-theme="white"] .gbps-50,
.tech-logos.dark .gbps-50, .gbps-50-dark {
    background-image: url(/img/tech-logos/50gbps-dark.svg);
}

.aec,
.tech-logos.light .aec,
[data-theme="dark"] .aec,
[data-slide-theme="dark"] .aec, .aec-light {
    background-image: url(/img/tech-logos/aec.svg);
}

[data-theme="light"] .aec,
[data-slide-theme="light"] .aec,
[data-theme="white"] .aec,
[data-slide-theme="white"] .aec,
.tech-logos.dark .aec, .aec-dark {
    background-image: url(/img/tech-logos/aec-dark.svg);
}

.aes67,
.tech-logos.light .aes67,
[data-theme="dark"] .aes67,
[data-slide-theme="dark"] .aes67, .aes67-light {
    background-image: url(/img/tech-logos/aes67.svg);
}

[data-theme="light"] .aes67,
[data-slide-theme="light"] .aes67,
[data-theme="white"] .aes67,
[data-slide-theme="white"] .aes67,
.tech-logos.dark .aes67, .aes67-dark {
    background-image: url(/img/tech-logos/aes67-dark.svg);
}

.avaya_devcon_tested,
.tech-logos.light .avaya_devcon_tested,
[data-theme="dark"] .avaya_devcon_tested,
[data-slide-theme="dark"] .avaya_devcon_tested, .avaya_devcon_tested-light {
    background-image: url(/img/tech-logos/avaya_devcon_tested.svg);
}

[data-theme="light"] .avaya_devcon_tested,
[data-slide-theme="light"] .avaya_devcon_tested,
[data-theme="white"] .avaya_devcon_tested,
[data-slide-theme="white"] .avaya_devcon_tested,
.tech-logos.dark .avaya_devcon_tested, .avaya_devcon_tested-dark {
    background-image: url(/img/tech-logos/avaya_devcon_tested-dark.svg);
}

.best_tcea,
.tech-logos.light .best_tcea,
[data-theme="dark"] .best_tcea,
[data-slide-theme="dark"] .best_tcea, .best_tcea-light {
    background-image: url(/img/tech-logos/best_tcea.svg);
}

[data-theme="light"] .best_tcea,
[data-slide-theme="light"] .best_tcea,
[data-theme="white"] .best_tcea,
[data-slide-theme="white"] .best_tcea,
.tech-logos.dark .best_tcea, .best_tcea-dark {
    background-image: url(/img/tech-logos/best_tcea-dark.svg);
}

.tech-logos .best_tcea,
.tech-logos .best_tcea-dark {
    padding-bottom: 40.6060606061%;
}

.ddm_ready,
.tech-logos.light .ddm_ready,
[data-theme="dark"] .ddm_ready,
[data-slide-theme="dark"] .ddm_ready, .ddm_ready-light {
    background-image: url(/img/tech-logos/ddm_ready.svg);
}

[data-theme="light"] .ddm_ready,
[data-slide-theme="light"] .ddm_ready,
[data-theme="white"] .ddm_ready,
[data-slide-theme="white"] .ddm_ready,
.tech-logos.dark .ddm_ready, .ddm_ready-dark {
    background-image: url(/img/tech-logos/ddm_ready-dark.svg);
}

.tech-logos .ddm_ready,
.tech-logos .ddm_ready-dark {
    padding-bottom: 40.6060606061%;
}

.true4kspec,
.tech-logos.light .true4kspec,
[data-theme="dark"] .true4kspec,
[data-slide-theme="dark"] .true4kspec, .true4kspec-light {
    background-image: url(/img/tech-logos/true4kspec.svg);
}

[data-theme="light"] .true4kspec,
[data-slide-theme="light"] .true4kspec,
[data-theme="white"] .true4kspec,
[data-slide-theme="white"] .true4kspec,
.tech-logos.dark .true4kspec, .true4kspec-dark {
    background-image: url(/img/tech-logos/true4kspec-dark.svg);
}

.pure3,
.tech-logos.light .pure3,
[data-theme="dark"] .pure3,
[data-slide-theme="dark"] .pure3, .pure3-light {
    background-image: url(/img/tech-logos/pure3.svg);
}

[data-theme="light"] .pure3,
[data-slide-theme="light"] .pure3,
[data-theme="white"] .pure3,
[data-slide-theme="white"] .pure3,
.tech-logos.dark .pure3, .pure3-dark {
    background-image: url(/img/tech-logos/pure3-dark.svg);
}

.uhd-4k,
.tech-logos.light .uhd-4k,
[data-theme="dark"] .uhd-4k,
[data-slide-theme="dark"] .uhd-4k, .uhd-4k-light {
    background-image: url(/img/tech-logos/4kuhd.svg);
}

[data-theme="light"] .uhd-4k,
[data-slide-theme="light"] .uhd-4k,
[data-theme="white"] .uhd-4k,
[data-slide-theme="white"] .uhd-4k,
.tech-logos.dark .uhd-4k, .uhd-4k-dark {
    background-image: url(/img/tech-logos/4kuhd-dark.svg);
}

.dante,
.tech-logos.light .dante,
[data-theme="dark"] .dante,
[data-slide-theme="dark"] .dante, .dante-light {
    background-image: url(/img/tech-logos/dante.svg);
}

[data-theme="light"] .dante,
[data-slide-theme="light"] .dante,
[data-theme="white"] .dante,
[data-slide-theme="white"] .dante,
.tech-logos.dark .dante, .dante-dark {
    background-image: url(/img/tech-logos/dante-dark.svg);
}

.dtp-systems,
.tech-logos.light .dtp-systems,
[data-theme="dark"] .dtp-systems,
[data-slide-theme="dark"] .dtp-systems, .dtp-systems-light {
    background-image: url(/img/tech-logos/dtp-systems.svg);
}

[data-theme="light"] .dtp-systems,
[data-slide-theme="light"] .dtp-systems,
[data-theme="white"] .dtp-systems,
[data-slide-theme="white"] .dtp-systems,
.tech-logos.dark .dtp-systems, .dtp-systems-dark {
    background-image: url(/img/tech-logos/dtp-systems-dark.svg);
}

.everlast,
.tech-logos.light .everlast,
[data-theme="dark"] .everlast,
[data-slide-theme="dark"] .everlast, .everlast-light {
    background-image: url(/img/tech-logos/everlast.svg);
}

[data-theme="light"] .everlast,
[data-slide-theme="light"] .everlast,
[data-theme="white"] .everlast,
[data-slide-theme="white"] .everlast,
.tech-logos.dark .everlast, .everlast-dark {
    background-image: url(/img/tech-logos/everlast-dark.svg);
}

.everlast-ps,
.tech-logos.light .everlast-ps,
[data-theme="dark"] .everlast-ps,
[data-slide-theme="dark"] .everlast-ps, .everlast-ps-light {
    background-image: url(/img/tech-logos/everlast-ps.svg);
}

[data-theme="light"] .everlast-ps,
[data-slide-theme="light"] .everlast-ps,
[data-theme="white"] .everlast-ps,
[data-slide-theme="white"] .everlast-ps,
.tech-logos.dark .everlast-ps, .everlast-ps-dark {
    background-image: url(/img/tech-logos/everlast-ps-dark.svg);
}

.fox3,
.tech-logos.light .fox3,
[data-theme="dark"] .fox3,
[data-slide-theme="dark"] .fox3, .fox3-light {
    background-image: url(/img/tech-logos/fox3.svg);
}

[data-theme="light"] .fox3,
[data-slide-theme="light"] .fox3,
[data-theme="white"] .fox3,
[data-slide-theme="white"] .fox3,
.tech-logos.dark .fox3, .fox3-dark {
    background-image: url(/img/tech-logos/fox3-dark.svg);
}

.InAVation2017,
.tech-logos.light .InAVation2017,
[data-theme="dark"] .InAVation2017,
[data-slide-theme="dark"] .InAVation2017, .InAVation2017-light {
    background-image: url(/img/tech-logos/InAVation2017.svg);
}

[data-theme="light"] .InAVation2017,
[data-slide-theme="light"] .InAVation2017,
[data-theme="white"] .InAVation2017,
[data-slide-theme="white"] .InAVation2017,
.tech-logos.dark .InAVation2017, .InAVation2017-dark {
    background-image: url(/img/tech-logos/InAVation2017-dark.svg);
}

.iplink_pro,
.tech-logos.light .iplink_pro,
[data-theme="dark"] .iplink_pro,
[data-slide-theme="dark"] .iplink_pro, .iplink_pro-light {
    background-image: url(/img/tech-logos/iplink_pro.svg);
}

[data-theme="light"] .iplink_pro,
[data-slide-theme="light"] .iplink_pro,
[data-theme="white"] .iplink_pro,
[data-slide-theme="white"] .iplink_pro,
.tech-logos.dark .iplink_pro, .iplink_pro-dark {
    background-image: url(/img/tech-logos/iplink_pro-dark.svg);
}

.plenum-rated,
.tech-logos.light .plenum-rated,
[data-theme="dark"] .plenum-rated,
[data-slide-theme="dark"] .plenum-rated, .plenum-rated-light {
    background-image: url(/img/tech-logos/plenum-rated.svg);
}

[data-theme="light"] .plenum-rated,
[data-slide-theme="light"] .plenum-rated,
[data-theme="white"] .plenum-rated,
[data-slide-theme="white"] .plenum-rated,
.tech-logos.dark .plenum-rated, .plenum-rated-dark {
    background-image: url(/img/tech-logos/plenum-rated-dark.svg);
}

.prodsp,
.tech-logos.light .prodsp,
[data-theme="dark"] .prodsp,
[data-slide-theme="dark"] .prodsp, .prodsp-light {
    background-image: url(/img/tech-logos/prodsp.svg);
}

[data-theme="light"] .prodsp,
[data-slide-theme="light"] .prodsp,
[data-theme="white"] .prodsp,
[data-slide-theme="white"] .prodsp,
.tech-logos.dark .prodsp, .prodsp-dark {
    background-image: url(/img/tech-logos/prodsp-dark.svg);
}

.touchlink-pro,
.tech-logos.light .touchlink-pro,
[data-theme="dark"] .touchlink-pro,
[data-slide-theme="dark"] .touchlink-pro, .touchlink-pro-light {
    background-image: url(/img/tech-logos/touchlink-pro.svg);
}

[data-theme="light"] .touchlink-pro,
[data-slide-theme="light"] .touchlink-pro,
[data-theme="white"] .touchlink-pro,
[data-slide-theme="white"] .touchlink-pro,
.tech-logos.dark .touchlink-pro, .touchlink-pro-dark {
    background-image: url(/img/tech-logos/touchlink-pro-dark.svg);
}

.vector4kscaling,
.tech-logos.light .vector4kscaling,
[data-theme="dark"] .vector4kscaling,
[data-slide-theme="dark"] .vector4kscaling, .vector4kscaling-light {
    background-image: url(/img/tech-logos/vector4kscaling.svg);
}

[data-theme="light"] .vector4kscaling,
[data-slide-theme="light"] .vector4kscaling,
[data-theme="white"] .vector4kscaling,
[data-slide-theme="white"] .vector4kscaling,
.tech-logos.dark .vector4kscaling, .vector4kscaling-dark {
    background-image: url(/img/tech-logos/vector4kscaling-dark.svg);
}

.tech-logos .vector4kscaling,
.tech-logos .vector4kscaling-dark {
    padding-bottom: 41.3223140496%;
}

.energy-star,
.tech-logos.light .energy-star,
[data-theme="dark"] .energy-star,
[data-slide-theme="dark"] .energy-star, .energy-star-light {
    background-image: url(/img/tech-logos/energy-star.svg);
}

[data-theme="light"] .energy-star,
[data-slide-theme="light"] .energy-star,
[data-theme="white"] .energy-star,
[data-slide-theme="white"] .energy-star,
.tech-logos.dark .energy-star, .energy-star-dark {
    background-image: url(/img/tech-logos/energy-star-dark.svg);
}

.tech-logos .energy-star,
.tech-logos .energy-star-dark {
    padding-bottom: 40.6060606061%;
}

.xtra,
.tech-logos.light .xtra,
[data-theme="dark"] .xtra,
[data-slide-theme="dark"] .xtra, .xtra-light {
    background-image: url(/img/tech-logos/xtra.svg);
}

[data-theme="light"] .xtra,
[data-slide-theme="light"] .xtra,
[data-theme="white"] .xtra,
[data-slide-theme="white"] .xtra,
.tech-logos.dark .xtra, .xtra-dark {
    background-image: url(/img/tech-logos/xtra-dark.svg);
}

.hyperlane,
.tech-logos.light .hyperlane,
[data-theme="dark"] .hyperlane,
[data-slide-theme="dark"] .hyperlane, .hyperlane-light {
    background-image: url(/img/tech-logos/hyperlane.svg);
}

[data-theme="light"] .hyperlane,
[data-slide-theme="light"] .hyperlane,
[data-theme="white"] .hyperlane,
[data-slide-theme="white"] .hyperlane,
.tech-logos.dark .hyperlane, .hyperlane-dark {
    background-image: url(/img/tech-logos/hyperlane-dark.svg);
}

.hyperlane-500,
.tech-logos.light .hyperlane-500,
[data-theme="dark"] .hyperlane-500,
[data-slide-theme="dark"] .hyperlane-500, .hyperlane-500-light {
    background-image: url(/img/tech-logos/hyperlane-500.svg);
}

[data-theme="light"] .hyperlane-500,
[data-slide-theme="light"] .hyperlane-500,
[data-theme="white"] .hyperlane-500,
[data-slide-theme="white"] .hyperlane-500,
.tech-logos.dark .hyperlane-500, .hyperlane-500-dark {
    background-image: url(/img/tech-logos/hyperlane-500-dark.svg);
}

.voip,
.tech-logos.light .voip,
[data-theme="dark"] .voip,
[data-slide-theme="dark"] .voip, .voip-light {
    background-image: url(/img/tech-logos/voip.svg);
}

[data-theme="light"] .voip,
[data-slide-theme="light"] .voip,
[data-theme="white"] .voip,
[data-slide-theme="white"] .voip,
.tech-logos.dark .voip, .voip-dark {
    background-image: url(/img/tech-logos/voip-dark.svg);
}

.xpa-ultra,
.tech-logos.light .xpa-ultra,
[data-theme="dark"] .xpa-ultra,
[data-slide-theme="dark"] .xpa-ultra, .xpa-ultra-light {
    background-image: url(/img/tech-logos/xpa-ultra.svg);
}

[data-theme="light"] .xpa-ultra,
[data-slide-theme="light"] .xpa-ultra,
[data-theme="white"] .xpa-ultra,
[data-slide-theme="white"] .xpa-ultra,
.tech-logos.dark .xpa-ultra, .xpa-ultra-dark {
    background-image: url(/img/tech-logos/xpa-ultra-dark.svg);
}

.xtp_ii_crosspoint,
.tech-logos.light .xtp_ii_crosspoint,
[data-theme="dark"] .xtp_ii_crosspoint,
[data-slide-theme="dark"] .xtp_ii_crosspoint, .xtp_ii_crosspoint-light {
    background-image: url(/img/tech-logos/xtp_ii_crosspoint.svg);
}

[data-theme="light"] .xtp_ii_crosspoint,
[data-slide-theme="light"] .xtp_ii_crosspoint,
[data-theme="white"] .xtp_ii_crosspoint,
[data-slide-theme="white"] .xtp_ii_crosspoint,
.tech-logos.dark .xtp_ii_crosspoint, .xtp_ii_crosspoint-dark {
    background-image: url(/img/tech-logos/xtp_ii_crosspoint-dark.svg);
}

.rAVe-bestpro2017,
.tech-logos.light .rAVe-bestpro2017,
[data-theme="dark"] .rAVe-bestpro2017,
[data-slide-theme="dark"] .rAVe-bestpro2017, .rAVe-bestpro2017-light {
    background-image: url(/img/tech-logos/rAVe-bestpro2017.svg);
}

[data-theme="light"] .rAVe-bestpro2017,
[data-slide-theme="light"] .rAVe-bestpro2017,
[data-theme="white"] .rAVe-bestpro2017,
[data-slide-theme="white"] .rAVe-bestpro2017,
.tech-logos.dark .rAVe-bestpro2017, .rAVe-bestpro2017-dark {
    background-image: url(/img/tech-logos/rAVe-bestpro2017-dark.svg);
}

.ringcentral,
.tech-logos.light .ringcentral,
[data-theme="dark"] .ringcentral,
[data-slide-theme="dark"] .ringcentral, .ringcentral-light {
    background-image: url(/img/tech-logos/ringcentral.svg);
}

[data-theme="light"] .ringcentral,
[data-slide-theme="light"] .ringcentral,
[data-theme="white"] .ringcentral,
[data-slide-theme="white"] .ringcentral,
.tech-logos.dark .ringcentral, .ringcentral-dark {
    background-image: url(/img/tech-logos/ringcentral-dark.svg);
}

.nav_pro,
.tech-logos.light .nav_pro,
[data-theme="dark"] .nav_pro,
[data-slide-theme="dark"] .nav_pro, .nav_pro-light {
    background-image: url(/img/tech-logos/nav_pro.svg);
}

[data-theme="light"] .nav_pro,
[data-slide-theme="light"] .nav_pro,
[data-theme="white"] .nav_pro,
[data-slide-theme="white"] .nav_pro,
.tech-logos.dark .nav_pro, .nav_pro-dark {
    background-image: url(/img/tech-logos/nav_pro-dark.svg);
}

.ebus,
.tech-logos.light .ebus,
[data-theme="dark"] .ebus,
[data-slide-theme="dark"] .ebus, .ebus-light {
    background-image: url(/img/tech-logos/ebus.svg);
}

[data-theme="light"] .ebus,
[data-slide-theme="light"] .ebus,
[data-theme="white"] .ebus,
[data-slide-theme="white"] .ebus,
.tech-logos.dark .ebus, .ebus-dark {
    background-image: url(/img/tech-logos/ebus-dark.svg);
}

.scn2018,
.tech-logos.light .scn2018,
[data-theme="dark"] .scn2018,
[data-slide-theme="dark"] .scn2018, .scn2018-light {
    background-image: url(/img/tech-logos/scn2018.svg);
}

[data-theme="light"] .scn2018,
[data-slide-theme="light"] .scn2018,
[data-theme="white"] .scn2018,
[data-slide-theme="white"] .scn2018,
.tech-logos.dark .scn2018, .scn2018-dark {
    background-image: url(/img/tech-logos/scn2018-dark.svg);
}

.tech-logos .scn2018,
.tech-logos .scn2018-dark {
    padding-bottom: 40.6060606061%;
}

.innovative2018,
.tech-logos.light .innovative2018,
[data-theme="dark"] .innovative2018,
[data-slide-theme="dark"] .innovative2018, .innovative2018-light {
    background-image: url(/img/tech-logos/innovative2018.svg);
}

[data-theme="light"] .innovative2018,
[data-slide-theme="light"] .innovative2018,
[data-theme="white"] .innovative2018,
[data-slide-theme="white"] .innovative2018,
.tech-logos.dark .innovative2018, .innovative2018-dark {
    background-image: url(/img/tech-logos/innovative2018-dark.svg);
}

.tech-logos .innovative2018,
.tech-logos .innovative2018-dark {
    padding-bottom: 40.6060606061%;
}

.avNation-awards,
.tech-logos.light .avNation-awards,
[data-theme="dark"] .avNation-awards,
[data-slide-theme="dark"] .avNation-awards, .avNation-awards-light {
    background-image: url(/img/tech-logos/avNation-awards.svg);
}

[data-theme="light"] .avNation-awards,
[data-slide-theme="light"] .avNation-awards,
[data-theme="white"] .avNation-awards,
[data-slide-theme="white"] .avNation-awards,
.tech-logos.dark .avNation-awards, .avNation-awards-dark {
    background-image: url(/img/tech-logos/avNation-awards-dark.svg);
}

.tech-logos .avNation-awards,
.tech-logos .avNation-awards-dark {
    padding-bottom: 40.6060606061%;
}

.rAVe-readerschoice2018,
.tech-logos.light .rAVe-readerschoice2018,
[data-theme="dark"] .rAVe-readerschoice2018,
[data-slide-theme="dark"] .rAVe-readerschoice2018, .rAVe-readerschoice2018-light {
    background-image: url(/img/tech-logos/rAVe-readerschoice2018.svg);
}

[data-theme="light"] .rAVe-readerschoice2018,
[data-slide-theme="light"] .rAVe-readerschoice2018,
[data-theme="white"] .rAVe-readerschoice2018,
[data-slide-theme="white"] .rAVe-readerschoice2018,
.tech-logos.dark .rAVe-readerschoice2018, .rAVe-readerschoice2018-dark {
    background-image: url(/img/tech-logos/rAVe-readerschoice2018-dark.svg);
}

.tech-logos .rAVe-readerschoice2018,
.tech-logos .rAVe-readerschoice2018-dark {
    padding-bottom: 40.6060606061%;
}

.scn-stellarservice2018,
.tech-logos.light .scn-stellarservice2018,
[data-theme="dark"] .scn-stellarservice2018,
[data-slide-theme="dark"] .scn-stellarservice2018, .scn-stellarservice2018-light {
    background-image: url(/img/tech-logos/scn-stellarservice2018.svg);
}

[data-theme="light"] .scn-stellarservice2018,
[data-slide-theme="light"] .scn-stellarservice2018,
[data-theme="white"] .scn-stellarservice2018,
[data-slide-theme="white"] .scn-stellarservice2018,
.tech-logos.dark .scn-stellarservice2018, .scn-stellarservice2018-dark {
    background-image: url(/img/tech-logos/scn-stellarservice2018-dark.svg);
}

.tech-logos .scn-stellarservice2018,
.tech-logos .scn-stellarservice2018-dark {
    padding-bottom: 40.6060606061%;
}

.bos-svc-winner,
.tech-logos.light .bos-svc-winner,
[data-theme="dark"] .bos-svc-winner,
[data-slide-theme="dark"] .bos-svc-winner, .bos-svc-winner-light {
    background-image: url(/img/tech-logos/bos-svc-winner.svg);
}

[data-theme="light"] .bos-svc-winner,
[data-slide-theme="light"] .bos-svc-winner,
[data-theme="white"] .bos-svc-winner,
[data-slide-theme="white"] .bos-svc-winner,
.tech-logos.dark .bos-svc-winner, .bos-svc-winner-dark {
    background-image: url(/img/tech-logos/bos-svc-winner-dark.svg);
}

.tech-logos .bos-svc-winner,
.tech-logos .bos-svc-winner-dark {
    padding-bottom: 40.6060606061%;
}

.connectedmag-2019,
.tech-logos.light .connectedmag-2019,
[data-theme="dark"] .connectedmag-2019,
[data-slide-theme="dark"] .connectedmag-2019, .connectedmag-2019-light {
    background-image: url(/img/tech-logos/connectedmag-2019.svg);
}

[data-theme="light"] .connectedmag-2019,
[data-slide-theme="light"] .connectedmag-2019,
[data-theme="white"] .connectedmag-2019,
[data-slide-theme="white"] .connectedmag-2019,
.tech-logos.dark .connectedmag-2019, .connectedmag-2019-dark {
    background-image: url(/img/tech-logos/connectedmag-2019-dark.svg);
}

.tech-logos .connectedmag-2019,
.tech-logos .connectedmag-2019-dark {
    padding-bottom: 40.6060606061%;
}

.jitc,
.tech-logos.light .jitc,
[data-theme="dark"] .jitc,
[data-slide-theme="dark"] .jitc, .jitc-light {
    background-image: url(/img/tech-logos/jitc.svg);
}

[data-theme="light"] .jitc,
[data-slide-theme="light"] .jitc,
[data-theme="white"] .jitc,
[data-slide-theme="white"] .jitc,
.tech-logos.dark .jitc, .jitc-dark {
    background-image: url(/img/tech-logos/jitc-dark.svg);
}

.tech-logos .jitc,
.tech-logos .jitc-dark {
    padding-bottom: 40.6060606061%;
}

.linklicense,
.tech-logos.light .linklicense,
[data-theme="dark"] .linklicense,
[data-slide-theme="dark"] .linklicense, .linklicense-light {
    background-image: url(/img/tech-logos/linklicense.svg);
}

[data-theme="light"] .linklicense,
[data-slide-theme="light"] .linklicense,
[data-theme="white"] .linklicense,
[data-slide-theme="white"] .linklicense,
.tech-logos.dark .linklicense, .linklicense-dark {
    background-image: url(/img/tech-logos/linklicense-dark.svg);
}

.tech-logos .linklicense,
.tech-logos .linklicense-dark {
    padding-bottom: 40.6060606061%;
}

.quantum-ultra-cert,
.tech-logos.light .quantum-ultra-cert,
[data-theme="dark"] .quantum-ultra-cert,
[data-slide-theme="dark"] .quantum-ultra-cert, .quantum-ultra-cert-light {
    background-image: url(/img/tech-logos/quantum-ultra-cert.svg);
}

[data-theme="light"] .quantum-ultra-cert,
[data-slide-theme="light"] .quantum-ultra-cert,
[data-theme="white"] .quantum-ultra-cert,
[data-slide-theme="white"] .quantum-ultra-cert,
.tech-logos.dark .quantum-ultra-cert, .quantum-ultra-cert-dark {
    background-image: url(/img/tech-logos/quantum-ultra-cert-dark.svg);
}

.tech-logos .quantum-ultra-cert,
.tech-logos .quantum-ultra-cert-dark {
    padding-bottom: 40.6060606061%;
}

.panopto,
.tech-logos.light .panopto,
[data-theme="dark"] .panopto,
[data-slide-theme="dark"] .panopto, .panopto-light {
    background-image: url(/img/tech-logos/panopto.svg);
}

[data-theme="light"] .panopto,
[data-slide-theme="light"] .panopto,
[data-theme="white"] .panopto,
[data-slide-theme="white"] .panopto,
.tech-logos.dark .panopto, .panopto-dark {
    background-image: url(/img/tech-logos/panopto-dark.svg);
}

.kaltura,
.tech-logos.light .kaltura,
[data-theme="dark"] .kaltura,
[data-slide-theme="dark"] .kaltura, .kaltura-light {
    background-image: url(/img/tech-logos/kaltura.svg);
}

[data-theme="light"] .kaltura,
[data-slide-theme="light"] .kaltura,
[data-theme="white"] .kaltura,
[data-slide-theme="white"] .kaltura,
.tech-logos.dark .kaltura, .kaltura-dark {
    background-image: url(/img/tech-logos/kaltura-dark.svg);
}

.youtube,
.tech-logos.light .youtube,
[data-theme="dark"] .youtube,
[data-slide-theme="dark"] .youtube, .youtube-light {
    background-image: url(/img/tech-logos/youtube.svg);
}

[data-theme="light"] .youtube,
[data-slide-theme="light"] .youtube,
[data-theme="white"] .youtube,
[data-slide-theme="white"] .youtube,
.tech-logos.dark .youtube, .youtube-dark {
    background-image: url(/img/tech-logos/youtube-dark.svg);
}

.opencast,
.tech-logos.light .opencast,
[data-theme="dark"] .opencast,
[data-slide-theme="dark"] .opencast, .opencast-light {
    background-image: url(/img/tech-logos/opencast.svg);
}

[data-theme="light"] .opencast,
[data-slide-theme="light"] .opencast,
[data-theme="white"] .opencast,
[data-slide-theme="white"] .opencast,
.tech-logos.dark .opencast, .opencast-dark {
    background-image: url(/img/tech-logos/opencast-dark.svg);
}

.flive,
.tech-logos.light .flive,
[data-theme="dark"] .flive,
[data-slide-theme="dark"] .flive, .flive-light {
    background-image: url(/img/tech-logos/flive.svg);
}

[data-theme="light"] .flive,
[data-slide-theme="light"] .flive,
[data-theme="white"] .flive,
[data-slide-theme="white"] .flive,
.tech-logos.dark .flive, .flive-dark {
    background-image: url(/img/tech-logos/flive-dark.svg);
}

.twitch,
.tech-logos.light .twitch,
[data-theme="dark"] .twitch,
[data-slide-theme="dark"] .twitch, .twitch-light {
    background-image: url(/img/tech-logos/twitch.svg);
}

[data-theme="light"] .twitch,
[data-slide-theme="light"] .twitch,
[data-theme="white"] .twitch,
[data-slide-theme="white"] .twitch,
.tech-logos.dark .twitch, .twitch-dark {
    background-image: url(/img/tech-logos/twitch-dark.svg);
}

.wowza,
.tech-logos.light .wowza,
[data-theme="dark"] .wowza,
[data-slide-theme="dark"] .wowza, .wowza-light {
    background-image: url(/img/tech-logos/wowza.svg);
}

[data-theme="light"] .wowza,
[data-slide-theme="light"] .wowza,
[data-theme="white"] .wowza,
[data-slide-theme="white"] .wowza,
.tech-logos.dark .wowza, .wowza-dark {
    background-image: url(/img/tech-logos/wowza-dark.svg);
}

/* was 'collections' */
.media {
    display: flex;
    align-items: flex-start;
}

.media-object {
    flex: 0 0 auto;
    margin-right: 1rem;
}

.media-object:not(img) > img {
    margin-right: 0;
}

.media-body {
    /* flex: 1 1 auto; */
    flex: 1 1 0%;
}

.media-link,
.media-link:hover,
a.media:hover {
    text-decoration: none;
}

.media-link .media-body-title:hover {
    text-decoration: underline;
}

.media-link {
    margin-bottom: .5rem;
}

.media-link.media-link-md {
    margin-bottom: 1rem;
}

.media-link.media-link-lg {
    margin-bottom: 1.5rem;
}

.media-link.media-link-xl {
    margin-bottom: 2.5rem;
}

.media-link .media-body-title,
.media-link .media-title {
    color: rgba(0, 0, 0, 0.85);
}

.media-link .media-body-title,
.media-link .media-text {
    color: rgba(0, 0, 0, 0.68);
}

.media-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.media-list > * + * {
    margin-top: 1.5rem;
}

.media-list > :first-child {
    margin-top: 1rem;
}

.media-list.relaxed-md > * + * {
    margin-top: 2rem;
}

.media-list.divided > * + * {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding-top: 1.5rem;
}

.media-list.relaxed-md > :first-child {
    margin-top: 2rem;
}

.media-list.media-link .media,
a.media {
    color: rgba(0, 0, 0, 0.68);
    text-decoration: none;
}

.media-list.media-link .media-body-title,
a.media .media-body-title {
    margin-bottom: 0;
    color: #0069D9;
}

.media-body-title > a {
    color: rgba(0, 0, 0, 0.87);
}

.media-video-duration {
    display: block;
    padding-top: .5rem;
    font-size: 0.875rem;
}

.media-list.media-link .media-body-title > a {
    color: #0069d9;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.media-list.media-link .media-body-title > a:hover {
    color: #00448d;
    text-decoration: underline;
}

.media-list.media-link .media-body-title > .media-video-duration {
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: .5rem;
}

.media-list.media-link > .media:hover .media-body-title > a,
a.media:hover .media-body-title {
    text-decoration: underline;
}

.media-list.media-sm .media > [class*="media-object"],
.media-list .media.media-sm > [class*="media-object"],
.article__aside .media > [class*="media-object"],
.media.media-sm > [class*="media-object"] {
    margin-right: 1rem;
    max-width: 58px;
}

.media-list.media-md .media > [class*="media-object"],
.media-list .media.media-md > [class*="media-object"],
.article__aside .media.media-md > [class*="media-object"],
.media.media-md > [class*="media-object"] {
    margin-right: 1rem;
    max-width: 100px;
}

.article__aside .media > [class*="media-object"] > img,
.media > [class*="media-object"] > img {
    max-width: 100%;
    height: auto;
}

.media-body-text {
    margin-bottom: 0;
}

.media-video {
    position: relative;
    background-color: #000;
    margin-right: 1rem;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.media-list.media-sm .media > .media-video,
.media.media-sm > .media-video {
    max-width: 58px;
    flex: 1 0 auto;
}

.media-video > img {
    max-width: 100%;
    height: auto;
}

.media-video:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    color: #fff;
    content: "\f144";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    opacity: .75;
    pointer-events: none;
}

.media-video:not(.media-sm):after {
    font-size: 3rem;
}

.media-video:hover:after {
    opacity: 1;
    transition: opacity .125s ease-in-out;
}

.media-video:hover > img {
    opacity: .75;
    transition: opacity .125s ease-in-out;
}

.media-link:hover > .media-video > img {
    opacity: .75;
    transition: opacity .125s ease-in-out;
}

.media-link:hover .media-video:after {
    opacity: 1;
    transition: opacity .125s ease-in-out;
}

.media-icon {
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 1rem;
}

.media-icon:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.media-icon.doc-pdf:before {
    content: url(/img/icons/pdf.png);
}

.media-icon.doc-doc:before {
    content: url(/img/icons/doc.png);
}

.media-icon.doc-dwg:before {
    content: url(/img/icons/dwg.png);
}

.media-icon.doc-html:before {
    content: url(/img/icons/html.png);
}

.media-icon.doc-indd:before {
    content: url(/img/icons/indd.png);
}

.media-icon.doc-png:before {
    content: url(/img/icons/png.png);
}

.media-icon.doc-eps:before {
    content: url(/img/icons/eps.png);
}

.media-icon.doc-extron:before {
    content: url(/img/icons/extron.png);
}

.media-icon.doc-revit:before {
    content: url(/img/icons/revit.png);
}

.media-icon.doc-zip:before {
    content: url(/img/icons/zip.png);
}

.callout-product-wrapper {
    display: block;
}

.callout-product-wrapper > img {
    width: 100%;
}

.callout-point {
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
}

.callout-point a {
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-left: -1px;
    margin-top: -1px;
    border-radius: inherit;
    background: #dc3545;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: background-color 0.2s;
}

.callout-point > a::after,
.callout-point > a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    transition-property: transform;
    transition-duration: 0.2s;
}

.callout-point > a::before {
    height: 10px;
    width: 2px;
}

.callout-point > a::after {
    height: 2px;
    width: 10px;
}

.callout-point.is-open::after {
    display: none;
}

@keyframes cd-pulse {
    0% {
        transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
    }
    100% {
        transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
    }
}

.callout-point.is-open > a {
    background: #224d8f;
    border: 1px solid #006ea8;
}

.callout-point.is-open > a::after,
.callout-point.is-open > a::before {
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.callout-point.visited::after {
    display: none;
}

.callout-more-info__title {
    margin-bottom: 0;
}

.callout-more-info__desc {
    color: #212529;
    opacity: .75;
}

@media (max-width: 575.98px) {
    .callout-point .callout-info {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100%;
        height: 100%;
        max-width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        text-align: left;
        line-height: 1.5;
        background-color: rgba(255, 255, 255, 0.99);
        padding: 2em 1em 1em;
        visibility: hidden;
        opacity: 0;
        transform: none;
        pointer-events: auto;
    }
    .callout-point .callout-info::before {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        display: none;
        border: 8px solid transparent;
    }
    .callout-point.is-open .callout-info.visible {
        opacity: 1;
    }
    .callout-point.is-open .callout-close-info {
        display: block;
        overflow: hidden;
        text-indent: -9999px;
    }
}

@media (min-width: 576px) {
    .ui.callout-info p {
        font-size: 0.875rem;
    }
    .ui.callout-info {
        width: 300px;
        max-width: 300px;
    }
    .ui.callout-info-lg {
        width: 500px;
        max-width: 500px;
    }
}

@media (max-width: 575.98px) {
    .callout-popup-sm .callout-point {
        position: static;
        padding: .5rem;
    }
    .callout-popup-sm .callout-icon {
        display: none;
    }
    .callout-popup-sm .callout-point:after {
        content: none;
    }
    .callout-popup-sm .ui.popup.callout-info {
        display: block;
        opacity: 1;
        position: static !important;
        visibility: visible;
        box-shadow: none;
        border: 0;
        padding-left: 0;
        padding-right: .5rem;
        padding-top: 0;
        padding-bottom: 0;
    }
    .callout-popup-sm .callout-info:before {
        content: none;
    }
    .callout-popup-sm .ui.callout-info {
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .callout-popup-md .callout-point {
        position: static;
    }
    .callout-popup-md .callout-icon {
        display: none;
    }
    .callout-popup-md .callout-point:after {
        content: none;
    }
    .callout-popup-md .ui.popup.callout-info {
        display: block;
        opacity: 1;
        position: static !important;
        visibility: visible;
        box-shadow: none;
        border: 0;
        padding: 1em;
    }
    .callout-popup-md .callout-info:before {
        content: none;
    }
    .callout-popup-md .ui.callout-info {
        width: auto;
        max-width: 100%;
    }
}

.callouts-container {
    position: relative;
}

.callouts-wrapper {
    position: relative;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.callouts-content {
    justify-content: center;
    align-items: center;
}

.callout-product .callout-product-wrapper {
    display: block;
}

.callout-product .callout-product-wrapper > img {
    width: 100%;
}

.callout-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.callout-list-item {
    position: relative;
    flex: 1 1 0%;
    padding: .5rem;
    border-radius: .5rem;
    background-color: transparent;
    transition: background-color .125s linear;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .callout-list > .callout-list-item {
        padding-right: 2rem;
    }
}

@media (min-width: 992px) {
    .callout-list-item {
        position: relative;
        padding-left: 2.25rem;
    }
    .callout-list-item:before {
        content: attr(data-point);
        position: absolute;
        font-size: 1.1rem;
        top: .4rem;
        left: .75rem;
    }
    .callout-list[class*="-right"] .callout-list-item,
    .callout-list-item[class*="-right"] {
        position: relative;
        padding-right: 2.25rem;
    }
    .callout-list[class*="-right"] .callout-list-item:before,
    .callout-list-item[class*="-right"]:before {
        content: attr(data-point);
        position: absolute;
        top: .4rem;
        right: .75rem;
    }
}

.callout-list-item__title {
    margin-bottom: 0;
    opacity: .9;
    transition: all .125s ease-in-out;
}

.callout-list-item__desc {
    opacity: .75;
    margin-bottom: 0;
    transition: all .125s ease-in-out;
}

@media (min-width: 992px) {
    .callout-list-item:hover {
        cursor: pointer;
    }
    .callout-list-item__title {
        font-size: 1em;
    }
    .callout-list-item__desc {
        font-size: 1em;
    }
    .callout-list-item:hover,
    .callout-list-item.active {
        color: #fff;
        background-color: #224d8f;
        border: 1px solid #006ea8;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .callout-list-item:hover .callout-list-item__title,
    .callout-list-item:hover .callout-list-item__desc,
    .callout-list-item.active .callout-list-item__title,
    .callout-list-item.active .callout-list-item__desc {
        opacity: 1;
    }
}

.callouts-container .callout-points {
    list-style: none;
}

.callouts-container .callout-points .callout-point:hover {
    cursor: pointer;
}

.callouts-container .callout-points .callout-point:before {
    content: attr(data-point);
    display: block;
    color: #fff;
    text-align: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    font-weight: 500;
    background: #dc3545;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    transition: all .125s ease-in-out;
}

.callouts-container .callout-points .callout-point:after {
    content: none;
}

.callout-points .callout-point::after,
.callout-points .callout-point::before {
    background-color: transparent;
}

@media (min-width: 992px) {
    .callouts-container:hover .callout-points .callout-point.active:before,
    .callouts-container:hover .callout-points .callout-point:hover:before {
        color: #fff;
        background: #224d8f;
        border: 1px solid #006ea8;
        transform: scale(1.5);
        box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5), -3px -3px 10px 0px rgba(0, 0, 0, 0.5);
    }
    .callouts-container:hover .callout-points .callout-point.disabled:before {
        opacity: .9;
    }
}

@media (min-width: 992px) {
    .callouts-content--vertical .callout-list {
        display: flex;
    }
    .callouts-content--vertical .callout-list-item {
        flex: 1;
    }
    .callout-list[class*="-flex"] > .callout-list-item {
        flex: 1;
    }
}

.callouts-container--dark:before,
.callouts-container--dark .callout-product-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .125s linear;
}

.callouts-container--dark {
    position: relative;
    background-color: #17212e;
}

.bg-callout--dark {
    background-color: #17212e;
}

.bg-callout--dark .section-title {
    color: #fff;
}

.bg-callout--dark .section-subtitle {
    color: #6c757d;
}

.callouts-container--dark .callout-list-item {
    color: #fff;
}

@media (max-width: 575.98px) {
    .callouts-container--dark [class*="callout-popup-"] .ui.popup.callout-info {
        background-color: transparent;
    }
    .callouts-container--dark [class*="callout-popup-"] .callout-point,
    .callouts-container--dark [class*="callout-popup-"] .callout-more-info__title,
    .callouts-container--dark [class*="callout-popup-"] .callout-more-info__desc {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .callouts-container--dark .callout-list-item:hover,
    .callouts-container--dark .callout-list-item.active {
        background-color: #224d8f;
        border: 1px solid #006ea8;
    }
}

/*
@media only screen and (max-width : 576px) {
  .card-deck {
    flex-flow: row wrap;
  }

} */
@media (max-width: 575.98px) {
    .card-deck {
        flex-flow: row wrap;
    }
}

/*--------------
      Card
---------------*/
.cards > .card,
.card {
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0px;
    background: #fff;
    padding: 0em;
    word-wrap: initial;
    transition: box-shadow 0.125s ease, transform 0.125s ease;
    z-index: "";
}

.card {
    margin: 1em 0em;
}

.cards > .card a,
.card a,
.card[onclick] {
    cursor: pointer;
}

/*--------------
      Cards
---------------*/
.card-deck,
.cards {
    display: flex;
    margin: 0 -0.5em;
    flex-wrap: wrap;
}

.card-deck > .card,
.cards > .card {
    display: flex;
    margin: 0.5em 0.5em;
    float: none;
}

.cards.cards .card {
    width: 100%;
}

.cards.card-md > .card,
.card.card-md {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}

.cards.card-lg > .card,
.card.card-lg {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.cards.card-xl > .card,
.card.card-xl {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

/* Clearing */
.cards:after,
.card:after {
    display: block;
    content: ' ';
    height: 0px;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/* Consecutive Card Groups Preserve Row Spacing */
.cards ~ .cards {
    margin-top: 0.5em;
}

/*-------------------
        Fluid
--------------------*/
.fluid.card {
    margin: 1em 1em;
    padding: 0;
    width: calc(100% - 2em);
}

/*--------------
     Images
---------------*/
.cards .card > [class*="card-image"],
.card > [class*="card-image"] {
    position: relative;
    display: block;
    flex: 0 0 auto;
    padding: 0em;
    background: transparent;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.cards .card > .card-image-bottom,
.card > .card-image-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.cards .card > .card-image > img,
.card > .card-image > img {
    display: block;
    flex-shrink: 0;
    width: 100%;
    border-radius: inherit;
}

.cards .card > [class*="card-image"] > img,
.card > [class*="card-image"] > img {
    border: none;
    flex-shrink: 0;
}

.cards.xsmall .card > [class*="card-image"],
.card.xsmall > [class*="card-image"],
.cards.small .card > [class*="card-image"],
.card.small > [class*="card-image"],
.cards.medium .card > [class*="card-image"],
.card.medium > [class*="card-image"],
.cards.large .card > [class*="card-image"],
.card.large > [class*="card-image"],
.cards.xlarge .card > [class*="card-image"],
.card.xlarge > [class*="card-image"] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem 0;
    background-color: #fff;
    border-radius: none;
}

.cards.xsmall .card,
.card.xsmall {
    font-size: 0.9rem;
}

.cards.xsmall .card > [class*="card-image"],
.card.xsmall > [class*="card-image"] {
    height: calc(50px + 1rem * 2);
    font-size: 0.9rem;
}

.cards.xsmall .card > [class*="card-image"] > [class*="card-img"],
.card.xsmall > [class*="card-image"] > [class*="card-img"] {
    width: auto;
    max-width: 100%;
    max-height: 50px;
}

.cards.small .card,
.card.small {
    font-size: 1rem;
}

.cards.small .card > [class*="card-image"],
.card.small > [class*="card-image"] {
    height: calc(100px + 1rem * 2);
    font-size: 1rem;
}

.cards.small .card > [class*="card-image"] > [class*="card-img"],
.card.small > [class*="card-image"] > [class*="card-img"] {
    width: auto;
    max-width: 100%;
    max-height: 100px;
}

.cards.medium .card > [class*="card-image"],
.card.medium > [class*="card-image"] {
    height: calc(200px + 1rem * 2);
}

.cards.medium .card > [class*="card-image"] > [class*="card-img"],
.card.medium > [class*="card-image"] > [class*="card-img"] {
    width: auto;
    max-width: 100%;
    max-height: 200px;
}

.cards.large .card > [class*="card-image"],
.card.large > [class*="card-image"] {
    height: calc(250px + 1rem * 2);
}

.cards.large .card > [class*="card-image"] > [class*="card-img"],
.card.large > [class*="card-image"] > [class*="card-img"] {
    width: auto;
    max-width: 100%;
    max-height: 250px;
}

.cards.xlarge .card > [class*="card-image"],
.card.xlarge > [class*="card-image"] {
    height: calc(300px + 1rem * 2);
}

.cards.xlarge .card > [class*="card-image"] > [class*="card-img"],
.card.xlarge > [class*="card-image"] > [class*="card-img"] {
    width: auto;
    max-width: 100%;
    max-height: 300px;
}

@media (max-width: 575.98px) {
    [class*="changeable-"].cards.xsmall .card > [class*="card-image"],
    [class*="changeable-"] .card.xsmall > [class*="card-image"],
    [class*="changeable-"].card.xsmall > [class*="card-image"],
    [class*="changeable-"].cards.small .card > [class*="card-image"],
    [class*="changeable-"] .card.small > [class*="card-image"],
    [class*="changeable-"].card.small > [class*="card-image"],
    [class*="changeable-"].cards.medium .card > [class*="card-image"],
    [class*="changeable-"] .card.medium > [class*="card-image"],
    [class*="changeable-"].card.medium > [class*="card-image"],
    [class*="changeable-"].cards.large .card > [class*="card-image"],
    [class*="changeable-"] .card.large > [class*="card-image"],
    [class*="changeable-"].card.large > [class*="card-image"],
    [class*="changeable-"].cards.xlarge .card > [class*="card-image"],
    [class*="changeable-"] .card.xlarge > [class*="card-image"],
    [class*="changeable-"].card.xlarge > [class*="card-image"] {
        padding: 0;
        height: auto;
    }
}

/*--------------
   Icon
---------------*/
.cards .card [class*="card-image"].icon,
.card [class*="card-image"].icon {
    padding-top: 1.5em;
    color: #0069d9;
}

.cards > .card > [class*="card-image"] [class*="icomoon-"],
.cards > .card > [class*="card-image"] [class*=" icomoon-"],
.card > [class*="card-image"] [class^="icomoon-"],
.card > [class*="card-image"] [class*=" icomoon-"] {
    display: block;
    font-size: 4.5rem;
    color: #0069d9;
}

.cards .card:hover [class*="card-image"].icon,
.card:hover [class*="card-image"] .icon {
    color: rgba(0, 0, 0, 0.76);
    overflow: hidden;
}

.cards .card:hover [class*="card-image"].animated.icon [class*="icomoon-"],
.card:hover [class*="card-image"].animated.icon [class*="icomoon-"] {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}

@media (max-width: 767.98px) {
    .cards .card [class*="card-image"].icon,
    .card [class*="card-image"].icon {
        padding-top: 0.75em;
    }
    .cards .card > [class*="card-image"] [class^="icomoon-"],
    .card > [class*="card-image"] [class^="icomoon-"] {
        font-size: 3.5rem;
    }
}

/*--------------
   FABs
---------------*/
.card-fab {
    position: absolute;
    right: 24px;
    bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    outline: 0;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #dc3545;
    border-radius: 50%;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.card .card-fab > i {
    width: inherit;
    font-size: inherit;
    text-align: center;
    height: inherit;
    line-height: inherit;
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
}

.card-fab.disabled,
.card-fab:disabled,
.card-fab[disabled] {
    pointer-events: none;
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}

.card-fab {
    background-color: #dc3545;
}

.card-fab:hover {
    color: #fff;
    background-color: #bd2130;
    text-decoration: none;
}

.card-fab:before {
    border-radius: 0;
}

button.card-fab {
    border: none;
}

.card-fab.fab-large {
    width: 56px;
    height: 56px;
    padding: 0;
}

.card-fab.fab-large {
    bottom: -28px;
}

.card-fab.fab-large i {
    line-height: 56px;
}

.card-fab.fab-large i {
    font-size: 1.6rem;
}

.card-fab.fab-small {
    width: 32.4px;
    height: 32.4px;
}

.card-fab.fab-small {
    bottom: -16.2px;
}

.card-fab.fab-small i {
    line-height: 32.4px;
}

.card-fab.fab-small i {
    font-size: 0.875rem;
}

.card-fab.card-fab-left {
    right: auto;
    left: 24px;
}

/*-------------------
  Video Overlay
--------------------*/
.cards .card [class*="card-image"].play-video,
.card [class*="card-image"].play-video {
    background-color: #000;
}

.cards .card [class*="card-image"].play-video:after,
.card [class*="card-image"].play-video:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f144";
    font-size: 4.5rem;
    color: #fff;
    opacity: .75;
}

.cards .card:hover [class*="card-image"].play-video > img,
.card:hover [class*="card-image"].play-video > img {
    opacity: .75;
    transition: opacity .125s ease-in-out;
}

.cards .card:hover [class*="card-image"].play-video:after,
.card:hover [class*="card-image"].play-video:after {
    opacity: 1;
    transition: opacity .125s ease-in-out;
}

.cards .card .media:hover > .media-video > img,
.card .media:hover > .media-video > img {
    opacity: .75;
    transition: opacity .125s ease-in-out;
}

/*--------------
   Body
---------------*/
.cards > .card .card-body,
.card .card-body {
    position: relative;
}

.cards > .card .card-body > :last-child,
.card .card-body > :last-child,
.cards > .card .card-body > :only-child,
.card .card-body > :only-child {
    margin-bottom: 0;
}

/*--------------
   Description
---------------*/
.card-body,
.card-meta,
.card-title,
.card-subtitle,
.card-text {
    display: block;
}

.cards .card .card-body > .card-meta,
.card .card-body > .card-meta {
    margin-bottom: .5rem;
    color: #495057;
    font-size: 80%;
    text-transform: uppercase;
}

.cards .card .card-body > .card-text,
.card .card-body > .card-text {
    clear: both;
    color: rgba(0, 0, 0, 0.68);
}

.cards > .card .card-body > .card-text.lead,
.card .card-body > .card-text.lead {
    color: #212529;
}

/* .cards[class*="text-white"] .card .card-body > .card-text,
.card .card-body > .card-text {
  color: inherit !important; // inherit from the parent
}
.cards[class*="text-white"] > .card  .card-body > .card-text.lead,
.card  .card-body > .card-text.lead {
  color: inherit !important; // inherit from the parent
} */
/*--------------
      Links
---------------*/
/* Generic */
.cards .card .card-body a:not(.card-link),
.card .card-body a:not(.card-link),
.card .list-group-item a {
    color: #0069d9;
    transition: color 0.125s ease;
}

.cards .card .card-body a:not(.card-link):hover,
.card .card-body a:not(.card-link):hover,
.card .list-group-item a:hover {
    color: #00448d;
}

/* title */
.cards .card .card-body > a.card-title,
.card .card-body > a.card-title {
    color: rgba(0, 0, 0, 0.87);
}

.cards .card .card-body > a.card-title:hover,
.card .card-body > a.card-title:hover {
    color: #00448d;
}

/* sub-title */
.cards .card .meta > a:not,
.card .meta > a:not {
    color: rgba(0, 0, 0, 0.5);
}

.cards > .card .meta > a:not:hover,
.card .meta > a:not:hover {
    color: #212529;
}

/*--------------
	badge
--------------*/
.cards .card .card-body > .card-title .badge,
.card .card-body > .card-title .badge {
    font-size: 55%;
    vertical-align: middle;
    margin-right: .5rem;
    margin-top: -.2rem;
    padding: .3em 0.4em;
}

/* ribbon badge */
.cards.ribbon .card .card-body > .card-title .badge,
.card.ribbon .card-body > .card-title .badge {
    position: absolute;
    top: -1px;
    margin: 0em;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    border-radius: 0.22rem 0;
    border-color: rgba(0, 0, 0, 0.15);
    padding: 0.25rem .5rem;
    left: -0.8em;
}

@media (max-width: 575.98px) {
    .cards.ribbon .card .card-body > .card-title .badge,
    .card.ribbon .card-body > .card-title .badge {
        position: inherit;
        border-radius: 0.22rem;
        padding: 0.25rem .5rem;
        margin-left: 0.25rem;
        border: none;
    }
}

.cards.ribbon .card .card-body > .card-title .badge:after,
.card.ribbon .card-body > .card-title .badge:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0%;
    background-color: transparent !important;
    border-style: solid;
    border-width: 0em 0.8em 1.2em 0em;
    border-color: transparent;
    border-right-color: inherit;
    width: 0em;
    height: 0em;
    color: transparent;
}

@media (max-width: 575.98px) {
    .cards.ribbon .card .card-body > .card-title .badge:after,
    .card.ribbon .card-body > .card-title .badge:after {
        display: none;
    }
}

.cards.ribbon .card .card-body,
.card.ribbon .card-body,
.card.ribbon .card-body .card-title {
    position: static;
}

/*--------------
   Duration
---------------*/
.cards > .card .video-duration,
.card .duration {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cards > .card .video-duration .badge,
.card .video-duration .badge {
    border-radius: 0;
}

/*--------------
   Locked
---------------*/
.cards > .card .locked-content,
.card .locked-content {
    position: absolute;
    top: 0;
    right: 0;
    margin: 4px;
    display: none;
}

.cards > .card .locked-content .btn,
.card .locked-content .btn {
    color: #495057;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all .2s ease-in-out;
}

@media (max-width: 767.98px) {
    .cards > .card .locked-content .btn,
    .card .locked-content .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }
}

.cards > .card.is-locked .locked-content .btn,
.card.is-locked .locked-content .btn,
.cards > .card > .locked-content .btn,
.card > .locked-content .btn {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

.cards > .card.is-locked:hover .locked-content .btn,
.card.is-locked:hover .locked-content .btn,
.cards > .card > .locked-content:hover .btn,
.card > .locked-content:hover .btn {
    color: #212529;
    background-color: rgba(255, 255, 255, 0.6);
}

.cards .card.is-locked .locked-content,
.card.is-locked .locked-content {
    display: block;
}

.cards .card.is-locked .card-body .card-meta,
.card.is-locked .card-body .card-meta {
    padding-right: 2rem;
}

.cards .card.is-locked .watch__later,
.cards .card.is-locked .video__watched,
.card.is-locked .watch__later,
.card.is-locked .video__watched {
    display: none !important;
}

.cards .card.is-viewed .card-body .card-meta,
.card.is-viewed .card-body .card-meta {
    padding-right: 2rem;
}

/*--------------
     List
---------------*/
.card .card-body > .list {
    padding-top: .25rem;
}

/*-------------------
        Link
--------------------*/
.cards a.card,
.link.cards .card,
a.card,
.link.card {
    transform: none;
    text-decoration: none;
}

.cards a.card:hover,
.link.cards .card:hover,
a.card:hover,
.link.card:hover {
    cursor: pointer;
    z-index: 5;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}

.cards a.card:hover .card-title,
.link.cards .card:hover .card-title,
a.card:hover .card-title,
.link.card:hover .card-title {
    color: #0069d9;
}

.cards a.card:hover [class*="link-"],
.cards a.card:hover [class*="btn"] {
    text-decoration: underline;
}

/* Title */
.cards a.card .card-title,
a.card .card-title {
    color: rgba(0, 0, 0, 0.87);
}

/* .cards a.card .card-text,
a.card .card-text {
  color: $cardTextColor !important; // pls check -- avoid this specifiity
} */
.link.cards a.card:hover,
.link.cards .card:hover,
a.link.card:hover,
.link.card:hover {
    cursor: pointer;
    transition: box-shadow 0.125s ease, transform 0.125s ease !important;
    z-index: 5 !important;
    background: #fff !important;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 10px 0px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-3px) !important;
}

/*-------------------------------
        Horizontal Card
--------------------------------*/
.cards.horizontal > .card,
.card.horizontal {
    flex-direction: row;
    flex: 1 1 auto;
}

@media (max-width: 575.98px) {
    .cards.horizontal.stackable > .card,
    .card.horizontal.stackable {
        flex-direction: column;
    }
}

.cards.horizontal > .card > [class*="card-image"],
.card.horizontal > [class*="card-image"] {
    width: 30%;
    max-width: 215px;
    padding: 1em 0 1em 1em;
}

@media (max-width: 575.98px) {
    .cards.horizontal.stackable > .card > [class*="card-image"],
    .card.horizontal.stackable > [class*="card-image"] {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

.cards.horizontal > .card > [class*="card-image"],
.card.horizontal > [class*="card-image"],
.cards.horizontal > .card > [class*="card-image"] > [class*="card-img"],
.card.horizontal > [class*="card-image"] > [class*="card-img"] {
    border-top-left-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 575.98px) {
    .cards.horizontal > .card > [class*="card-image"],
    .card.horizontal > [class*="card-image"],
    .cards.horizontal > .card > [class*="card-image"] > [class*="card-img"],
    .card.horizontal > [class*="card-image"] > [class*="card-img"] {
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.cards.horizontal > .card > [class*="card-image"].icon,
.card.horizontal > [class*="card-image"].icon {
    min-width: 0;
    width: auto;
    display: flex;
}

.cards.horizontal > .card .card-body > .card-title,
.card.horizontal .card-body > .card-title {
    margin-bottom: .25rem;
}

.cards.horizontal > .card > .card-content {
    display: flex;
    flex-direction: column;
}

.cards.horizontal > .card > .card-content > .card-footer {
    margin-top: auto;
}

/*-------------------------------
        Basic Horizontal Card
--------------------------------*/
.cards.basic.horizontal > .card > .card-body,
.card.basic.horizontal > .card-body {
    padding: 1em;
    padding-right: 0;
}

/*-------------------------------
        Play-Video Card
--------------------------------*/
.cards.card-video.horizontal > .card,
.card.card-video.horizontal {
    width: 100%;
}

.cards.card-video.horizontal > .card > .embed-video-container,
.card.card-video.horizontal > .embed-video-container {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 25%;
    padding: 0;
    overflow: hidden;
}

.cards.card-video.horizontal > .card [class*="card-img"],
.card.card-video.horizontal > [class*="card-img"] {
    border-top-right-radius: 0;
    flex-shrink: 0;
}

.cards.card-video.horizontal .card [class*="card-image"].play-video:after,
.card.card-video.horizontal [class*="card-image"].play-video:after {
    font-size: 2.7rem;
}

/*-------------------
        Reveal
--------------------*/
.card-reveal {
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}

.card-reveal .card-title {
    cursor: pointer;
    display: block;
}

.card-reveal .card-title.activator {
    cursor: pointer;
}

.card .activator {
    cursor: pointer;
}

/*-------------------
        Dimmer
--------------------*/
.card-image-hover {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    opacity: 0;
}

.cards-dimmer .card:hover,
.card-dimmer.card:hover {
    transition: all 125ms ease;
}

.cards-dimmer .card .btn,
.card-dimmer .btn {
    text-decoration: none !important;
}

.cards-dimmer .card:hover .card-image-hover,
.card-dimmer.card:hover .card-image-hover {
    opacity: 1;
}

.cards-dimmer .card:hover .card-img,
.card-dimmer.card:hover .card-img {
    filter: blur(3px);
}

/*-------------------
        Relaxed
--------------------*/
.cards.relaxed-md > .card,
.card.relaxed-md {
    padding: 1.5625rem;
}

.cards.relaxed-lg > .card,
.card.relaxed-lg {
    padding: 1.875rem;
}

.cards.relaxed-lg > .card,
.card.relaxed-lg {
    padding: 1.875rem;
}

.cards.relaxed-xl > .card,
.card.relaxed-xl {
    padding: 2.5rem;
}

.cards.relaxed-xxl > .card,
.card.relaxed-xxl {
    padding: 3.4375rem;
}

@media (min-width: 992px) {
    .cards.card-body-md > .card .card-body,
    .card .card-body.card-body-md {
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
        padding-bottom: 1.5625rem;
    }
    .cards.card-body-lg > .card .card-body,
    .card .card-body.card-body-lg {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .cards.card-body-xl > .card .card-body,
    .card .card-body.card-body-xl {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .cards.card-body-xxl > .card .card-body,
    .card .card-body.card-body-xxl {
        padding-left: 3.4375rem;
        padding-right: 3.4375rem;
        padding-bottom: 3.4375rem;
    }
}

/*-------------------
        Basic
--------------------*/
.cards.basic:not(.ui) a.card,
.basic.cards:not(.ui) .card,
a.basic.card,
.basic.card {
    border-color: transparent;
    border-radius: 0;
}

.cards.basic:not(.ui) a.card .card-header,
.cards.basic:not(.ui) .card .card-header,
.cards.basic:not(.ui) a.card .card-footer,
.cards.basic:not(.ui) .card .card-footer {
    background-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}

.basic.cards:not(.ui) > .card,
.basic.cards:not(.ui) > a.card,
.basic.card:not(.ui),
a.basic.card:not(.ui),
.basic.cards:not(.ui) > .card:hover,
.basic.cards:not(.ui) > a.card:hover,
.basic.card:not(.ui):hover,
a.basic.card:not(.ui):hover,
.basic.cards:not(.ui) > .card > [class*="card-image"],
.basic.cards:not(.ui) > a.card > [class*="card-image"],
.basic.card:not(.ui) > [class*="card-image"],
a.basic.card:not(.ui) > [class*="card-image"] {
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.basic.cards:not(.ui).animated > .card:hover,
.basic.cards:not(.ui).animated > a.card:hover,
.basic.card:not(.ui).animated:hover,
a.basic.card:not(.ui).animated:hover {
    transition: all 0.125s ease !important;
    z-index: 5 !important;
    background: #fff !important;
    transform: translateY(-3px) !important;
}

.cards.basic > .card > [class*="card-image"] > [class*="card-img"],
.card.basic > [class*="card-image"] > [class*="card-img"] {
    border-radius: 0;
}

/*-------------------
        Color
--------------------*/
.cards.card-light > .card,
.card.card-light,
.cards.card-light > .card:hover,
.card.card-light:hover,
.cards.card-light > .card:active,
.card.card-light:active,
.cards.card-light > .card:focus,
.card.card-light:focus {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.075);
}

.cards.card-light a.card .card-header,
.cards.card-light .card .card-header,
.cards.card-light a.card .card-footer,
.cards.card-light .card .card-footer {
    background-color: #fff;
    border-bottom-color: rgba(0, 0, 0, 0.075);
    border-top-color: rgba(0, 0, 0, 0.075);
}

.cards.underline a.card:hover .card-title,
a.card.underline:hover .card-title {
    color: #0069d9;
    text-decoration: underline;
}

/*-------------------
      Quantity Queries
--------------------*/
@media (min-width: 576px) {
    .counter.cards .card:first-child:nth-last-child(n+2),
    .counter.cards .card:first-child:nth-last-child(n+2) ~ .card {
        width: calc(50% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
}

@media (min-width: 768px) {
    .counter.cards .card:first-child:nth-last-child(n+2),
    .counter.cards .card:first-child:nth-last-child(n+2) ~ .card {
        width: calc(33.3333333333% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
}

@media (min-width: 992px) {
    .counter.cards .card:first-child:nth-last-child(n+2),
    .counter.cards .card:first-child:nth-last-child(n+2) ~ .card {
        width: calc(25% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
}

/*--------------------------------
   Card Count | Grid Cards
----------------------------------*/
@media (min-width: 576px) {
    .cards.one > .card,
    .cards.two > .card,
    .cards.three > .card,
    .cards.four > .card,
    .cards.five > .card,
    .cards.six > .card,
    .cards.seven > .card,
    .cards.eight > .card,
    .card.nine > .card,
    .cards.ten > .card {
        flex: 0 0 auto;
    }
}

[class*="cards-col-"],
.one.cards {
    margin-left: 0em;
    margin-right: 0em;
}

[class*="cards-col-"] .card,
.one.cards .card {
    width: 100%;
}

[class*="cards-col-2"],
.two.cards {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

[class*="cards-col-2"] > .card,
.two.cards .card {
    width: calc(50% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

[class*="cards-col-3"],
.three.cards {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

[class*="cards-col-3"] > .card,
.three.cards .card {
    width: calc(33.3333333333% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

[class*="cards-col-4"],
.four.cards {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

[class*="cards-col-4"] > .card,
.four.cards .card {
    width: calc(25% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

[class*="cards-col-5"],
.five.cards {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

[class*="cards-col-5"] > .card,
.five.cards .card {
    width: calc(20% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

[class*="cards-col-6"],
.six.cards {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

[class*="cards-col-6"] > .card,
.six.cards .card {
    width: calc(16.6666666667% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

[class*="cards-col-7"] > .card,
.seven.cards {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

[class*="cards-col-7"] > .card,
.seven.cards .card {
    width: calc(14.2857142857% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

[class*="cards-col-8"],
.eight.cards {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

[class*="cards-col-8"] .card,
.eight.cards .card {
    width: calc(12.5% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 0.6875rem;
}

[class*="cards-col-9"],
.nine.cards {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

[class*="cards-col-9"] .card,
.nine.cards .card {
    width: calc(11.1111111111% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 0.625rem;
}

[class*="cards-col-10"],
.ten.cards {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

[class*="cards-col-10"] .card,
.ten.cards .card {
    width: calc(10% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.card-1 {
    margin-left: 0em;
    margin-right: 0em;
}

.cards.cards-1 .card {
    width: 100%;
}

.cards-2 {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.cards.cards-2 .card {
    width: calc(50% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.cards-3 {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.cards.cards-3 .card {
    width: calc(33.3333333333% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.cards-4 {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.cards.cards-4 .card {
    width: calc(25% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.cards-5 {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.cards.cards-5 .card {
    width: calc(20% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.cards-6 {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.cards.cards-6 .card {
    width: calc(16.6666666667% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.cards-7 {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.cards.cards-7 .card {
    width: calc(14.2857142857% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.cards-8 {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.cards.cards-8 .card {
    width: calc(12.5% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 0.6875rem;
}

.cards-9 {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.cards.cards-9 .card {
    width: calc(11.1111111111% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 0.625rem;
}

.cards-10 {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.cards.cards-10 .card {
    width: calc(10% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

@media (min-width: 576px) {
    .card-sm-1 {
        margin-left: 0em;
        margin-right: 0em;
    }
    .cards.cards-sm-1 .card {
        width: 100%;
    }
    .cards-sm-2 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-sm-2 .card {
        width: calc(50% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-sm-3 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-sm-3 .card {
        width: calc(33.3333333333% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-sm-4 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-sm-4 .card {
        width: calc(25% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-sm-5 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-sm-5 .card {
        width: calc(20% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-sm-6 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-sm-6 .card {
        width: calc(16.6666666667% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-sm-7 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-sm-7 .card {
        width: calc(14.2857142857% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-sm-8 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-sm-8 .card {
        width: calc(12.5% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 0.6875rem;
    }
    .cards-sm-9 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-sm-9 .card {
        width: calc(11.1111111111% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 0.625rem;
    }
    .cards-sm-10 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-sm-10 .card {
        width: calc(10% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
}

@media (min-width: 768px) {
    .card-md-1 {
        margin-left: 0em;
        margin-right: 0em;
    }
    .cards.cards-md-1 .card {
        width: 100%;
    }
    .cards-md-2 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-md-2 .card {
        width: calc(50% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-md-3 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-md-3 .card {
        width: calc(33.3333333333% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-md-4 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-md-4 .card {
        width: calc(25% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-md-5 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-md-5 .card {
        width: calc(20% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-md-6 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-md-6 .card {
        width: calc(16.6666666667% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-md-7 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-md-7 .card {
        width: calc(14.2857142857% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-md-8 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-md-8 .card {
        width: calc(12.5% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 0.6875rem;
    }
    .cards-md-9 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-md-9 .card {
        width: calc(11.1111111111% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 0.625rem;
    }
    .cards-md-10 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-md-10 .card {
        width: calc(10% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
}

@media (min-width: 992px) {
    .card-lg-1 {
        margin-left: 0em;
        margin-right: 0em;
    }
    .cards.cards-lg-1 .card {
        width: 100%;
    }
    .cards-lg-2 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-lg-2 .card {
        width: calc(50% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-lg-3 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-lg-3 .card {
        width: calc(33.3333333333% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-lg-4 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-lg-4 .card {
        width: calc(25% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-lg-5 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-lg-5 .card {
        width: calc(20% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-lg-6 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-lg-6 .card {
        width: calc(16.6666666667% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-lg-7 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-lg-7 .card {
        width: calc(14.2857142857% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-lg-8 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-lg-8 .card {
        width: calc(12.5% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 0.6875rem;
    }
    .cards-lg-9 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-lg-9 .card {
        width: calc(11.1111111111% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 0.625rem;
    }
    .cards-lg-10 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-lg-10 .card {
        width: calc(10% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
}

@media (min-width: 1200px) {
    .card-xl-1 {
        margin-left: 0em;
        margin-right: 0em;
    }
    .cards.cards-xl-1 .card {
        width: 100%;
    }
    .cards-xl-2 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xl-2 .card {
        width: calc(50% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xl-3 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xl-3 .card {
        width: calc(33.3333333333% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xl-4 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xl-4 .card {
        width: calc(25% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xl-5 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xl-5 .card {
        width: calc(20% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xl-6 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xl-6 .card {
        width: calc(16.6666666667% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xl-7 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xl-7 .card {
        width: calc(14.2857142857% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xl-8 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xl-8 .card {
        width: calc(12.5% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 0.6875rem;
    }
    .cards-xl-9 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xl-9 .card {
        width: calc(11.1111111111% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 0.625rem;
    }
    .cards-xl-10 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xl-10 .card {
        width: calc(10% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
}

@media (min-width: 1350px) {
    .card-xxl-1 {
        margin-left: 0em;
        margin-right: 0em;
    }
    .cards.cards-xxl-1 .card {
        width: 100%;
    }
    .cards-xxl-2 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxl-2 .card {
        width: calc(50% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xxl-3 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxl-3 .card {
        width: calc(33.3333333333% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xxl-4 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxl-4 .card {
        width: calc(25% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xxl-5 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxl-5 .card {
        width: calc(20% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xxl-6 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxl-6 .card {
        width: calc(16.6666666667% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xxl-7 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxl-7 .card {
        width: calc(14.2857142857% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xxl-8 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxl-8 .card {
        width: calc(12.5% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 0.6875rem;
    }
    .cards-xxl-9 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxl-9 .card {
        width: calc(11.1111111111% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 0.625rem;
    }
    .cards-xxl-10 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxl-10 .card {
        width: calc(10% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
}

@media (min-width: 1600px) {
    .card-xxxl-1 {
        margin-left: 0em;
        margin-right: 0em;
    }
    .cards.cards-xxxl-1 .card {
        width: 100%;
    }
    .cards-xxxl-2 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxxl-2 .card {
        width: calc(50% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xxxl-3 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxxl-3 .card {
        width: calc(33.3333333333% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xxxl-4 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxxl-4 .card {
        width: calc(25% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xxxl-5 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxxl-5 .card {
        width: calc(20% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xxxl-6 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxxl-6 .card {
        width: calc(16.6666666667% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xxxl-7 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxxl-7 .card {
        width: calc(14.2857142857% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .cards-xxxl-8 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxxl-8 .card {
        width: calc(12.5% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 0.6875rem;
    }
    .cards-xxxl-9 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxxl-9 .card {
        width: calc(11.1111111111% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 0.625rem;
    }
    .cards-xxxl-10 {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .cards.cards-xxxl-10 .card {
        width: calc(10% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
}

/*----------------------------------
      Equal width and height
-----------------------------------*/
.cards.cards-auto > .card {
    flex: 1 1 0%;
}

.cards.cards-auto[class*="one"] > .card,
.cards.cards-auto[class*="two"] > .card,
.cards.cards-auto[class*="three"] > .card,
.cards.cards-auto[class*="four"] > .card,
.cards.cards-auto[class*="five"] > .card,
.cards.cards-auto[class*="six"] > .card,
.cards.cards-auto[class*="seven"] > .card,
.cards.cards-auto[class*="eight"] > .card,
.cards.cards-auto[class*="nine"] > .card,
.cards.cards-auto[class*="ten"] > .card {
    flex: 0 0 auto;
}

/*-------------------
      Vertical
--------------------*/
.card-deck.vertical.cards,
.cards.vertical {
    display: block;
    flex-direction: column;
}

/*  .card-deck.vertical.cards .card:first-child,
  .vertical.cards .card:first-child {
    margin-top: 0em !important;
  } */
.card-deck.vertical.cards > .card,
.vertical.cards > .card {
    display: block !important;
    height: auto !important;
    margin: 1em 1em;
    padding: 0 !important;
    width: calc(100% - 2em) !important;
}

/*-------------------
      Stackable
--------------------*/
/* @media only screen and (max-width : $stackMaxWidth) {
  .card-deck.stackable.cards,
  .stackable.cards {
    display: block !important;
  }
  .card-deck.stackable.cards .card:first-child,
  .stackable.cards .card:first-child {
    margin-top: 0em !important;
  }
  .card-deck.stackable.cards > .card,
  .stackable.cards > .card {
    display: block !important;
    height: auto !important;
    margin: $stackableRowSpacing $stackableCardSpacing;
    padding: 0 !important;
    width: $stackableMargin !important;
  }

  // horizontal card
  // keep the flex-row
  .card-deck.stackable.horizontal.cards > .card,
  .stackable.horizontal.cards > .card {
    display: flex !important;
  }

} */
@media (max-width: 575.98px) {
    .card-deck.stackable.cards,
    .stackable.cards {
        display: block !important;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    /*   .card-deck.stackable.cards .card:first-child,
  .stackable.cards .card:first-child {
    margin-top: 0em !important;
  } */
    .card-deck.stackable.cards > .card,
    .stackable.cards > .card {
        display: block !important;
        height: auto !important;
        margin: 1em 1em;
        padding: 0 !important;
        width: calc(100% - 2em) !important;
    }
    .card-deck.stackable.horizontal.cards > .card,
    .stackable.horizontal.cards > .card {
        display: flex !important;
    }
}

/*-------------------
      Changeable
--------------------*/
/*
@include media-breakpoint-down(xs) {
  .card-deck.changeable-xs.cards,
  .changeable-xs.cards,
  .mobile-link-xs.cards {
    display: block !important;
    // force to all have the same margin
    margin-left: rem(-15);
    margin-right: rem(-15);
  }

  .card-deck.changeable-xs.cards > .card,
  .changeable-xs.cards > .card,
  .changeable-xs.card,
  .mobile-link-xs.cards > .card,
  .mobile-link.card {
    display: flex;
    flex-direction: row;
    height: auto !important;
    margin: $changeableRowSpacing $changeableCardSpacing;
    padding: 0 !important;
    width: $changeableMargin !important;
  }

  .card-deck.changeable-xs.cards > .card > [class*="card-image"],
  .changeable-xs.cards > .card > [class*="card-image"],
  .changeable-xs.card > [class*="card-image"],
  .mobile-link-xs.cards > .card > [class*="card-image"],
  .mobile-link-xs.card > [class*="card-image"] {
    display: flex;
    align-items: start;
    flex: 0 0 $changeableImageWidth !important;
  }

  .card-deck.changeable-xs.cards > .card > [class*="card-image"] .card-img-top,
  .changeable-xs.cards > .card > [class*="card-image"] .card-img-top,
  .changeable-xs.card > [class*="card-image"] .card-img-top,
  .mobile-link-xs.cards > .card > [class*="card-image"] .card-img-top,
  .mobile-link-xs.card > [class*="card-image"] .card-img-top {
    border-top-right-radius: 0;
    @include border-left-radius($card-inner-border-radius);
  }
}



// Change if below 768px

@include media-breakpoint-down(sm) {
  .card-deck.changeable-sm.cards,
  .changeable-sm.cards,
  .mobile-link-sm.cards  {
    display: block !important;
    // force to all have the same margin
    margin-left: rem(-15);
    margin-right: rem(-15);
  }

  .card-deck.changeable-sm.cards > .card,
  .changeable-sm.cards > .card,
  .changeable-sm.card,
  .mobile-link-sm.cards > .card,
  .mobile-link-sm.card {
    display: flex;
    flex-direction: row;
    height: auto !important;
    margin: $changeableRowSpacing $changeableCardSpacing;
    padding: 0 !important;
    width: $changeableMargin !important;
  }

  .card-deck.changeable-sm.cards > .card > [class*="card-image"],
  .changeable-sm.cards > .card > [class*="card-image"],
  .changeable-sm.card > [class*="card-image"],
  .mobile-link-sm.cards > .card > [class*="card-image"],
  .mobile-link-sm.card > [class*="card-image"] {
    display: flex;
    align-items: start;
    flex: 0 0 $changeableImageWidth !important;
  }

  .card-deck.changeable-sm.cards > .card > [class*="card-image"] .card-img-top,
  .changeable-sm.cards > .card > [class*="card-image"] .card-img-top,
  .changeable-sm.card > [class*="card-image"] .card-img-top,
  .mobile-link-sm.cards > .card > [class*="card-image"] .card-img-top,
  .mobile-link-sm.card > [class*="card-image"] .card-img-top {
    border-top-right-radius: 0;
    @include border-left-radius($card-inner-border-radius);
  }



  // changeable with custom 'card-content' container
  .card-deck.changeable-md.cards > .card .card-content > .card-body,
  .changeable-md.cards > .card > .card-content > .card-body,
  .changeable-md.card > .card-content > .card-body,
  .mobile-link-md.cards > .card > .card-content > .card-body,
  .mobile-link-md.card > .card-content > .card-body {
    padding-bottom: 0;
  }

  .card-deck.changeable-md.cards > .card .card-content > .card-footer,
  .changeable-md.cards > .card > .card-content > .card-footer,
  .changeable-md.card > .card-content > .card-footer,
  .mobile-link-md.cards > .card > .card-content > .card-footer,
  .mobile-link-md.card > .card-content > .card-footer {
    padding-top: 0;
  }

  .card-deck.changeable-md.cards > .card .card-content > .card-footer > .btn:first-child,
  .changeable-md.cards > .card > .card-content > .card-footer > .btn:first-child,
  .changeable-md.card > .card-content > .card-footer > .btn:first-child,
  .mobile-link-md.cards > .card > .card-content > .card-footer > .btn:first-child,
  .mobile-link-md.card > .card-content > .card-footer > .btn:first-child {
    padding-left: 0;
  }
}
 */
/* END manual setup */
@media (max-width: 575.98px) {
    .card-deck.changeable.cards,
    .changeable.cards,
    .mobile-link.cards {
        display: block !important;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    .card-deck.changeable.cards > .card,
    .changeable.cards > .card,
    .changeable.card,
    .mobile-link.cards > .card,
    .mobile-link.card {
        display: flex;
        flex-direction: row;
        height: auto !important;
        margin: 1em 1em;
        padding: 0 !important;
        width: calc(100% - 2em) !important;
    }
    .card-deck.changeable.cards > .card > [class*="card-image"],
    .changeable.cards > .card > [class*="card-image"],
    .changeable.card > [class*="card-image"],
    .mobile-link.cards > .card > [class*="card-image"],
    .mobile-link.card > [class*="card-image"] {
        display: flex;
        align-items: start;
        flex: 0 0 30% !important;
        margin: 1em 0 1em 1em;
    }
    .card-deck.changeable.cards > .card > [class*="card-image"] .card-img-top,
    .changeable.cards > .card > [class*="card-image"] .card-img-top,
    .changeable.card > [class*="card-image"] .card-img-top,
    .mobile-link.cards > .card > [class*="card-image"] .card-img-top,
    .mobile-link.card > [class*="card-image"] .card-img-top {
        border-radius: 0;
    }
    .card-deck.changeable.cards > .card .card-content > .card-footer > .btn:first-child,
    .changeable.cards > .card > .card-content > .card-footer > .btn:first-child,
    .changeable.card > .card-content > .card-footer > .btn:first-child,
    .mobile-link.cards > .card > .card-content > .card-footer > .btn:first-child,
    .mobile-link.card > .card-content > .card-footer > .btn:first-child {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .card-deck.changeable-sm.cards,
    .changeable-sm.cards,
    .mobile-link-sm.cards {
        display: block !important;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    .card-deck.changeable-sm.cards > .card,
    .changeable-sm.cards > .card,
    .changeable-sm.card,
    .mobile-link-sm.cards > .card,
    .mobile-link-sm.card {
        display: flex;
        flex-direction: row;
        height: auto !important;
        margin: 1em 1em;
        padding: 0 !important;
        width: calc(100% - 2em) !important;
    }
    .card-deck.changeable-sm.cards > .card > [class*="card-image"],
    .changeable-sm.cards > .card > [class*="card-image"],
    .changeable-sm.card > [class*="card-image"],
    .mobile-link-sm.cards > .card > [class*="card-image"],
    .mobile-link-sm.card > [class*="card-image"] {
        display: flex;
        align-items: start;
        flex: 0 0 30% !important;
        margin: 1em 0 1em 1em;
    }
    .card-deck.changeable-sm.cards > .card > [class*="card-image"] .card-img-top,
    .changeable-sm.cards > .card > [class*="card-image"] .card-img-top,
    .changeable-sm.card > [class*="card-image"] .card-img-top,
    .mobile-link-sm.cards > .card > [class*="card-image"] .card-img-top,
    .mobile-link-sm.card > [class*="card-image"] .card-img-top {
        border-radius: 0;
    }
    .card-deck.changeable-sm.cards > .card .card-content > .card-footer > .btn:first-child,
    .changeable-sm.cards > .card > .card-content > .card-footer > .btn:first-child,
    .changeable-sm.card > .card-content > .card-footer > .btn:first-child,
    .mobile-link-sm.cards > .card > .card-content > .card-footer > .btn:first-child,
    .mobile-link-sm.card > .card-content > .card-footer > .btn:first-child {
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .card-deck.changeable-md.cards,
    .changeable-md.cards,
    .mobile-link-md.cards {
        display: block !important;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    .card-deck.changeable-md.cards > .card,
    .changeable-md.cards > .card,
    .changeable-md.card,
    .mobile-link-md.cards > .card,
    .mobile-link-md.card {
        display: flex;
        flex-direction: row;
        height: auto !important;
        margin: 1em 1em;
        padding: 0 !important;
        width: calc(100% - 2em) !important;
    }
    .card-deck.changeable-md.cards > .card > [class*="card-image"],
    .changeable-md.cards > .card > [class*="card-image"],
    .changeable-md.card > [class*="card-image"],
    .mobile-link-md.cards > .card > [class*="card-image"],
    .mobile-link-md.card > [class*="card-image"] {
        display: flex;
        align-items: start;
        flex: 0 0 30% !important;
        margin: 1em 0 1em 1em;
    }
    .card-deck.changeable-md.cards > .card > [class*="card-image"] .card-img-top,
    .changeable-md.cards > .card > [class*="card-image"] .card-img-top,
    .changeable-md.card > [class*="card-image"] .card-img-top,
    .mobile-link-md.cards > .card > [class*="card-image"] .card-img-top,
    .mobile-link-md.card > [class*="card-image"] .card-img-top {
        border-radius: 0;
    }
    .card-deck.changeable-md.cards > .card .card-content > .card-footer > .btn:first-child,
    .changeable-md.cards > .card > .card-content > .card-footer > .btn:first-child,
    .changeable-md.card > .card-content > .card-footer > .btn:first-child,
    .mobile-link-md.cards > .card > .card-content > .card-footer > .btn:first-child,
    .mobile-link-md.card > .card-content > .card-footer > .btn:first-child {
        padding-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .card-deck.changeable-lg.cards,
    .changeable-lg.cards,
    .mobile-link-lg.cards {
        display: block !important;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    .card-deck.changeable-lg.cards > .card,
    .changeable-lg.cards > .card,
    .changeable-lg.card,
    .mobile-link-lg.cards > .card,
    .mobile-link-lg.card {
        display: flex;
        flex-direction: row;
        height: auto !important;
        margin: 1em 1em;
        padding: 0 !important;
        width: calc(100% - 2em) !important;
    }
    .card-deck.changeable-lg.cards > .card > [class*="card-image"],
    .changeable-lg.cards > .card > [class*="card-image"],
    .changeable-lg.card > [class*="card-image"],
    .mobile-link-lg.cards > .card > [class*="card-image"],
    .mobile-link-lg.card > [class*="card-image"] {
        display: flex;
        align-items: start;
        flex: 0 0 30% !important;
        margin: 1em 0 1em 1em;
    }
    .card-deck.changeable-lg.cards > .card > [class*="card-image"] .card-img-top,
    .changeable-lg.cards > .card > [class*="card-image"] .card-img-top,
    .changeable-lg.card > [class*="card-image"] .card-img-top,
    .mobile-link-lg.cards > .card > [class*="card-image"] .card-img-top,
    .mobile-link-lg.card > [class*="card-image"] .card-img-top {
        border-radius: 0;
    }
    .card-deck.changeable-lg.cards > .card .card-content > .card-footer > .btn:first-child,
    .changeable-lg.cards > .card > .card-content > .card-footer > .btn:first-child,
    .changeable-lg.card > .card-content > .card-footer > .btn:first-child,
    .mobile-link-lg.cards > .card > .card-content > .card-footer > .btn:first-child,
    .mobile-link-lg.card > .card-content > .card-footer > .btn:first-child {
        padding-left: 0;
    }
}

@media (max-width: 1349.98px) {
    .card-deck.changeable-xl.cards,
    .changeable-xl.cards,
    .mobile-link-xl.cards {
        display: block !important;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    .card-deck.changeable-xl.cards > .card,
    .changeable-xl.cards > .card,
    .changeable-xl.card,
    .mobile-link-xl.cards > .card,
    .mobile-link-xl.card {
        display: flex;
        flex-direction: row;
        height: auto !important;
        margin: 1em 1em;
        padding: 0 !important;
        width: calc(100% - 2em) !important;
    }
    .card-deck.changeable-xl.cards > .card > [class*="card-image"],
    .changeable-xl.cards > .card > [class*="card-image"],
    .changeable-xl.card > [class*="card-image"],
    .mobile-link-xl.cards > .card > [class*="card-image"],
    .mobile-link-xl.card > [class*="card-image"] {
        display: flex;
        align-items: start;
        flex: 0 0 30% !important;
        margin: 1em 0 1em 1em;
    }
    .card-deck.changeable-xl.cards > .card > [class*="card-image"] .card-img-top,
    .changeable-xl.cards > .card > [class*="card-image"] .card-img-top,
    .changeable-xl.card > [class*="card-image"] .card-img-top,
    .mobile-link-xl.cards > .card > [class*="card-image"] .card-img-top,
    .mobile-link-xl.card > [class*="card-image"] .card-img-top {
        border-radius: 0;
    }
    .card-deck.changeable-xl.cards > .card .card-content > .card-footer > .btn:first-child,
    .changeable-xl.cards > .card > .card-content > .card-footer > .btn:first-child,
    .changeable-xl.card > .card-content > .card-footer > .btn:first-child,
    .mobile-link-xl.cards > .card > .card-content > .card-footer > .btn:first-child,
    .mobile-link-xl.card > .card-content > .card-footer > .btn:first-child {
        padding-left: 0;
    }
}

@media (max-width: 1599.98px) {
    .card-deck.changeable-xxl.cards,
    .changeable-xxl.cards,
    .mobile-link-xxl.cards {
        display: block !important;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    .card-deck.changeable-xxl.cards > .card,
    .changeable-xxl.cards > .card,
    .changeable-xxl.card,
    .mobile-link-xxl.cards > .card,
    .mobile-link-xxl.card {
        display: flex;
        flex-direction: row;
        height: auto !important;
        margin: 1em 1em;
        padding: 0 !important;
        width: calc(100% - 2em) !important;
    }
    .card-deck.changeable-xxl.cards > .card > [class*="card-image"],
    .changeable-xxl.cards > .card > [class*="card-image"],
    .changeable-xxl.card > [class*="card-image"],
    .mobile-link-xxl.cards > .card > [class*="card-image"],
    .mobile-link-xxl.card > [class*="card-image"] {
        display: flex;
        align-items: start;
        flex: 0 0 30% !important;
        margin: 1em 0 1em 1em;
    }
    .card-deck.changeable-xxl.cards > .card > [class*="card-image"] .card-img-top,
    .changeable-xxl.cards > .card > [class*="card-image"] .card-img-top,
    .changeable-xxl.card > [class*="card-image"] .card-img-top,
    .mobile-link-xxl.cards > .card > [class*="card-image"] .card-img-top,
    .mobile-link-xxl.card > [class*="card-image"] .card-img-top {
        border-radius: 0;
    }
    .card-deck.changeable-xxl.cards > .card .card-content > .card-footer > .btn:first-child,
    .changeable-xxl.cards > .card > .card-content > .card-footer > .btn:first-child,
    .changeable-xxl.card > .card-content > .card-footer > .btn:first-child,
    .mobile-link-xxl.cards > .card > .card-content > .card-footer > .btn:first-child,
    .mobile-link-xxl.card > .card-content > .card-footer > .btn:first-child {
        padding-left: 0;
    }
}

.card-deck.changeable-xxxl.cards,
.changeable-xxxl.cards,
.mobile-link-xxxl.cards {
    display: block !important;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

.card-deck.changeable-xxxl.cards > .card,
.changeable-xxxl.cards > .card,
.changeable-xxxl.card,
.mobile-link-xxxl.cards > .card,
.mobile-link-xxxl.card {
    display: flex;
    flex-direction: row;
    height: auto !important;
    margin: 1em 1em;
    padding: 0 !important;
    width: calc(100% - 2em) !important;
}

.card-deck.changeable-xxxl.cards > .card > [class*="card-image"],
.changeable-xxxl.cards > .card > [class*="card-image"],
.changeable-xxxl.card > [class*="card-image"],
.mobile-link-xxxl.cards > .card > [class*="card-image"],
.mobile-link-xxxl.card > [class*="card-image"] {
    display: flex;
    align-items: start;
    flex: 0 0 30% !important;
    margin: 1em 0 1em 1em;
}

.card-deck.changeable-xxxl.cards > .card > [class*="card-image"] .card-img-top,
.changeable-xxxl.cards > .card > [class*="card-image"] .card-img-top,
.changeable-xxxl.card > [class*="card-image"] .card-img-top,
.mobile-link-xxxl.cards > .card > [class*="card-image"] .card-img-top,
.mobile-link-xxxl.card > [class*="card-image"] .card-img-top {
    border-radius: 0;
}

.card-deck.changeable-xxxl.cards > .card .card-content > .card-footer > .btn:first-child,
.changeable-xxxl.cards > .card > .card-content > .card-footer > .btn:first-child,
.changeable-xxxl.card > .card-content > .card-footer > .btn:first-child,
.mobile-link-xxxl.cards > .card > .card-content > .card-footer > .btn:first-child,
.mobile-link-xxxl.card > .card-content > .card-footer > .btn:first-child {
    padding-left: 0;
}

[class*="changeable-"].cards > .card > .card-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

@media (max-width: 575.98px) {
    .cards.mobile-link > .card .card-body,
    .card.mobile-link .card-body {
        margin-right: 1rem;
    }
    .cards.mobile-link > .card .card-body:after,
    .card.mobile-link .card-body:after {
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 2rem;
        transform: translateY(-50%);
        content: "\f105";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: rgba(0, 0, 0, 0.68);
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }
    .cards.mobile-link > .card .card-footer,
    .card.mobile-link .card-footer,
    .cards.mobile-link > .card .card-link,
    .card.mobile-link .card-link {
        display: none;
    }
    .cards.mobile-link > .card .card-body,
    .card.mobile-link .card-body {
        padding-bottom: 1.25rem !important;
    }
}

@media (max-width: 767.98px) {
    .cards.mobile-link-sm > .card .card-body,
    .card.mobile-link-sm .card-body {
        margin-right: 1rem;
    }
    .cards.mobile-link-sm > .card .card-body:after,
    .card.mobile-link-sm .card-body:after {
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 2rem;
        transform: translateY(-50%);
        content: "\f105";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: rgba(0, 0, 0, 0.68);
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }
    .cards.mobile-link-sm > .card .card-footer,
    .card.mobile-link-sm .card-footer,
    .cards.mobile-link-sm > .card .card-link,
    .card.mobile-link-sm .card-link {
        display: none;
    }
    .cards.mobile-link-sm > .card .card-body,
    .card.mobile-link-sm .card-body {
        padding-bottom: 1.25rem !important;
    }
}

@media (max-width: 991.98px) {
    .cards.mobile-link-md > .card .card-body,
    .card.mobile-link-md .card-body {
        margin-right: 1rem;
    }
    .cards.mobile-link-md > .card .card-body:after,
    .card.mobile-link-md .card-body:after {
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 2rem;
        transform: translateY(-50%);
        content: "\f105";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: rgba(0, 0, 0, 0.68);
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }
    .cards.mobile-link-md > .card .card-footer,
    .card.mobile-link-md .card-footer,
    .cards.mobile-link-md > .card .card-link,
    .card.mobile-link-md .card-link {
        display: none;
    }
    .cards.mobile-link-md > .card .card-body,
    .card.mobile-link-md .card-body {
        padding-bottom: 1.25rem !important;
    }
}

@media (max-width: 1199.98px) {
    .cards.mobile-link-lg > .card .card-body,
    .card.mobile-link-lg .card-body {
        margin-right: 1rem;
    }
    .cards.mobile-link-lg > .card .card-body:after,
    .card.mobile-link-lg .card-body:after {
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 2rem;
        transform: translateY(-50%);
        content: "\f105";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: rgba(0, 0, 0, 0.68);
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }
    .cards.mobile-link-lg > .card .card-footer,
    .card.mobile-link-lg .card-footer,
    .cards.mobile-link-lg > .card .card-link,
    .card.mobile-link-lg .card-link {
        display: none;
    }
    .cards.mobile-link-lg > .card .card-body,
    .card.mobile-link-lg .card-body {
        padding-bottom: 1.25rem !important;
    }
}

@media (max-width: 1349.98px) {
    .cards.mobile-link-xl > .card .card-body,
    .card.mobile-link-xl .card-body {
        margin-right: 1rem;
    }
    .cards.mobile-link-xl > .card .card-body:after,
    .card.mobile-link-xl .card-body:after {
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 2rem;
        transform: translateY(-50%);
        content: "\f105";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: rgba(0, 0, 0, 0.68);
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }
    .cards.mobile-link-xl > .card .card-footer,
    .card.mobile-link-xl .card-footer,
    .cards.mobile-link-xl > .card .card-link,
    .card.mobile-link-xl .card-link {
        display: none;
    }
    .cards.mobile-link-xl > .card .card-body,
    .card.mobile-link-xl .card-body {
        padding-bottom: 1.25rem !important;
    }
}

@media (max-width: 1599.98px) {
    .cards.mobile-link-xxl > .card .card-body,
    .card.mobile-link-xxl .card-body {
        margin-right: 1rem;
    }
    .cards.mobile-link-xxl > .card .card-body:after,
    .card.mobile-link-xxl .card-body:after {
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 2rem;
        transform: translateY(-50%);
        content: "\f105";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: rgba(0, 0, 0, 0.68);
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }
    .cards.mobile-link-xxl > .card .card-footer,
    .card.mobile-link-xxl .card-footer,
    .cards.mobile-link-xxl > .card .card-link,
    .card.mobile-link-xxl .card-link {
        display: none;
    }
    .cards.mobile-link-xxl > .card .card-body,
    .card.mobile-link-xxl .card-body {
        padding-bottom: 1.25rem !important;
    }
}

.cards.mobile-link-xxxl > .card .card-body,
.card.mobile-link-xxxl .card-body {
    margin-right: 1rem;
}

.cards.mobile-link-xxxl > .card .card-body:after,
.card.mobile-link-xxxl .card-body:after {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 2rem;
    transform: translateY(-50%);
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: rgba(0, 0, 0, 0.68);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.cards.mobile-link-xxxl > .card .card-footer,
.card.mobile-link-xxxl .card-footer,
.cards.mobile-link-xxxl > .card .card-link,
.card.mobile-link-xxxl .card-link {
    display: none;
}

.cards.mobile-link-xxxl > .card .card-body,
.card.mobile-link-xxxl .card-body {
    padding-bottom: 1.25rem !important;
}

/*-------------------
    Cards-list-sm
--------------------*/
@media (max-width: 767.98px) {
    .cards-list-sm.cards > .card,
    .cards > .card.cards-list-sm {
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .cards-list-sm.cards > .card .card-body > .card-title .badge,
    .cards > .card.cards-list-sm .card-body > .card-title .badge {
        position: inherit;
        border-radius: 0.22rem;
        padding: 0.2rem;
        border: none;
        font-size: 45%;
    }
    .cards-list-sm.cards > .card:hover,
    .cards > .card.cards-list-sm:hover {
        box-shadow: none;
        transform: none;
    }
    .cards-list-sm.cards > .card > [class*="card-image"],
    .cards > .card.cards-list-sm > [class*="card-image"] {
        display: flex;
        align-items: start;
        flex: 0 0 30% !important;
        padding: 0 !important;
        margin: 0.75em 0 !important;
        height: auto !important;
        min-height: 50px;
    }
    .cards-list-sm.cards > .card > [class*="card-image"] > [class*="card-img"],
    .cards > .card.cards-list-sm > [class*="card-image"] > [class*="card-img"] {
        align-self: center;
        width: auto;
        max-width: 100%;
    }
    .cards-list-sm.cards > .card .card-body,
    .cards > .card.cards-list-sm .card-body {
        display: flex;
        margin-right: 0;
    }
    .cards-list-sm.cards > .card .card-title,
    .cards > .card.cards-list-sm .card-title {
        align-self: center;
        text-align: left !important;
        margin-bottom: 0;
    }
    .cards-list-sm.cards > .card .card-text,
    .cards > .card.cards-list-sm .card-text {
        display: none;
    }
}

.cards.video-card > .card > [class*="card-image"],
.card.video-card > [class*="card-image"] {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.cards.video-card > .card > [class*="card-image"]:before,
.card.video-card > [class*="card-image"]:before {
    display: block;
    content: "";
    padding-top: 56.2%;
}

.cards.video-card > .card > [class*="card-image"] > [class*="card-img"],
.card.video-card > [class*="card-image"] > [class*="card-img"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    border: 0;
    width: 100%;
}

.cards.video-card > .card > [class*="card-image"].contrast > [class*="card-img"],
.card.video-card > [class*="card-image"].contrast > [class*="card-img"] {
    filter: contrast(130%);
}

.cards.video-card > .card > [class*="card-image"],
.card.video-card > [class*="card-image"] {
    background-color: #dee2e6;
}

.cards.video-card > .card > [class*="card-image"] > [class*="card-img"],
.card.video-card > [class*="card-image"] > [class*="card-img"] {
    opacity: 1;
    transition: opacity .125s ease-in-out;
}

.cards.video-card > .card > [class*="card-image"]:after,
.card.video-card > [class*="card-image"]:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: url("/video/img/icon-play-circle.svg");
    width: 33%;
    height: auto;
    max-width: 100px;
    opacity: 0;
}

.cards.video-card > .card:hover > [class*="card-image"],
.card.video-card:hover > [class*="card-image"] {
    background-color: #000;
}

.cards.video-card > .card:hover > [class*="card-image"] > [class*="card-img"],
.card.video-card:hover > [class*="card-image"] > [class*="card-img"] {
    opacity: .75;
}

.cards.video-card > .card:hover > [class*="card-image"]:after,
.card.video-card:hover > [class*="card-image"]:after {
    opacity: 1;
}

.cards.video-card > .card .overlay-tint,
.card.video-card .overlay-tint {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/video/img/card-img-bg.png");
    background-size: contain;
    opacity: .5;
}

.cards.video-card > .card .overlay-item,
.card.video-card .overlay-item {
    position: absolute;
    margin: 4px;
    color: white;
    padding: 2px 4px;
    border-radius: 2px;
    letter-spacing: 0.5px;
    font-size: 0.75rem;
    line-height: 0.75rem;
    align-items: center;
    display: inline-flex;
    z-index: 1;
}

.cards.video-card > .card .overlay-item.video__time,
.card.video-card .overlay-item.video__time {
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.cards.video-card > .card .overlay-item.watch__later, .cards.video-card > .card .overlay-item.video__watched,
.card.video-card .overlay-item.watch__later,
.card.video-card .overlay-item.video__watched {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    text-align: center;
}

.cards.video-card > .card .overlay-item.watch__later:after, .cards.video-card > .card .overlay-item.video__watched:after,
.card.video-card .overlay-item.watch__later:after,
.card.video-card .overlay-item.video__watched:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    transition: opacity .125s ease-in-out;
}

.cards.video-card > .card .overlay-item.watch__later,
.card.video-card .overlay-item.watch__later {
    opacity: 0;
}

.cards.video-card > .card .overlay-item.watch__later:after,
.card.video-card .overlay-item.watch__later:after {
    content: "\f017";
}

.cards.video-card > .card .overlay-item.video__watched:after,
.card.video-card .overlay-item.video__watched:after {
    content: "\f06e";
}

.cards.video-card > .card:hover .overlay-item.watch__later,
.card.video-card:hover .overlay-item.watch__later {
    opacity: 1;
}

.cards.video-card > .card:hover .overlay-item.watch__later,
.cards.video-card > .card:hover .overlay-item.video__watched,
.card.video-card:hover .overlay-item.watch__later,
.card.video-card:hover .overlay-item.video__watched {
    background-color: rgba(0, 0, 0, 0.7);
}

.cards.video-card > .card .overlay-item.video__watched + .overlay-item.watch__later,
.card.video-card .overlay-item.video__watched + .overlay-item.watch__later {
    top: 27px;
}

.cards.video-card > .card .video__watched,
.card.video-card .video__watched {
    display: none;
}

.cards.video-card > .card.is-watched .video__watched,
.card.video-card.is-watched .video__watched {
    display: block;
}

.cards.video-card > .card .card-text.card-text-readmore,
.card.video-card .card-text.card-text-readmore {
    margin-bottom: .25rem;
}

.cards.video-card > .card .card-body + .alert,
.card.video-card .card-body + .alert {
    margin-left: 1.25rem;
    margin-top: -0.75rem;
}

.cards.video-card > .card .nested-link,
.card.video-card .nested-link {
    position: relative;
    z-index: 2;
}

.cards.video-card.horizontal > .card,
.card.video-card.horizontal {
    align-items: flex-start;
    border-radius: 0;
    border-color: transparent;
}

.cards.video-card.horizontal > .card > [class*="card-image"],
.card.video-card.horizontal > [class*="card-image"] {
    width: 30%;
    padding: 0;
    margin: 0;
}

.cards.video-card.horizontal > .card:not(.basic) > [class*="card-image"],
.card.video-card.horizontal:not(.basic) > [class*="card-image"] {
    border-radius: calc(0.25rem - 1px);
}

.cards.video-card.horizontal > .card:not(.basic) > [class*="card-image"] > [class*="card-img"],
.card.video-card.horizontal:not(.basic) > [class*="card-image"] > [class*="card-img"] {
    border-radius: calc(0.25rem - 1px);
}

.cards.video-card.horizontal > .card:hover,
.card.video-card.horizontal:hover {
    transform: none;
    box-shadow: none;
}

.cards.video-card.horizontal > .card > .card-body,
.card.video-card.horizontal > .card-body {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.cards.video-card.horizontal > .card .locked-content,
.card.video-card.horizontal .locked-content {
    position: absolute;
    top: -.2rem;
    right: -.2rem;
    z-index: 9;
}

.cards.video-card.horizontal.image-lg > .card > [class*="card-image"],
.card.video-card.horizontal.image-lg > [class*="card-image"] {
    width: 50%;
    max-width: 215px;
}

@media (max-width: 767.98px) {
    .cards.video-card.horizontal.image-lg > .card > [class*="card-image"],
    .card.video-card.horizontal.image-lg > [class*="card-image"] {
        width: 150px;
        max-width: 150px;
        flex: 0 0 150px !important;
    }
}

@media (max-width: 575.98px) {
    .video-card.changeable.cards > .card,
    .video-card.changeable.card {
        align-items: flex-start;
        border-radius: 0;
        border-color: transparent;
    }
    .video-card.changeable.cards > .card > [class*="card-image"],
    .video-card.changeable.card > [class*="card-image"] {
        border-radius: calc(0.25rem - 1px);
        padding: 0;
        margin: 0;
    }
    .video-card.changeable.cards > .card > [class*="card-image"] > [class*="card-img"],
    .video-card.changeable.card > [class*="card-image"] > [class*="card-img"] {
        border-radius: calc(0.25rem - 1px);
    }
    .video-card.changeable.cards > .card:hover,
    .video-card.changeable.card:hover {
        transform: none;
        box-shadow: none;
    }
    .video-card.changeable.cards > .card > .card-body,
    .video-card.changeable.card > .card-body {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .video-card.changeable.cards > .card > .card-body > .card-title,
    .video-card.changeable.card > .card-body > .card-title {
        margin-bottom: .25rem;
    }
    .video-card.changeable.cards > .card .locked-content,
    .video-card.changeable.card .locked-content {
        position: absolute;
        top: -.2rem;
        right: -.2rem;
    }
}

@media (max-width: 767.98px) {
    .video-card.changeable-sm.cards > .card,
    .video-card.changeable-sm.card {
        align-items: flex-start;
        border-radius: 0;
        border-color: transparent;
    }
    .video-card.changeable-sm.cards > .card > [class*="card-image"],
    .video-card.changeable-sm.card > [class*="card-image"] {
        border-radius: calc(0.25rem - 1px);
        padding: 0;
        margin: 0;
    }
    .video-card.changeable-sm.cards > .card > [class*="card-image"] > [class*="card-img"],
    .video-card.changeable-sm.card > [class*="card-image"] > [class*="card-img"] {
        border-radius: calc(0.25rem - 1px);
    }
    .video-card.changeable-sm.cards > .card:hover,
    .video-card.changeable-sm.card:hover {
        transform: none;
        box-shadow: none;
    }
    .video-card.changeable-sm.cards > .card > .card-body,
    .video-card.changeable-sm.card > .card-body {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .video-card.changeable-sm.cards > .card > .card-body > .card-title,
    .video-card.changeable-sm.card > .card-body > .card-title {
        margin-bottom: .25rem;
    }
    .video-card.changeable-sm.cards > .card .locked-content,
    .video-card.changeable-sm.card .locked-content {
        position: absolute;
        top: -.2rem;
        right: -.2rem;
    }
}

@media (max-width: 991.98px) {
    .video-card.changeable-md.cards > .card,
    .video-card.changeable-md.card {
        align-items: flex-start;
        border-radius: 0;
        border-color: transparent;
    }
    .video-card.changeable-md.cards > .card > [class*="card-image"],
    .video-card.changeable-md.card > [class*="card-image"] {
        border-radius: calc(0.25rem - 1px);
        padding: 0;
        margin: 0;
    }
    .video-card.changeable-md.cards > .card > [class*="card-image"] > [class*="card-img"],
    .video-card.changeable-md.card > [class*="card-image"] > [class*="card-img"] {
        border-radius: calc(0.25rem - 1px);
    }
    .video-card.changeable-md.cards > .card:hover,
    .video-card.changeable-md.card:hover {
        transform: none;
        box-shadow: none;
    }
    .video-card.changeable-md.cards > .card > .card-body,
    .video-card.changeable-md.card > .card-body {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .video-card.changeable-md.cards > .card > .card-body > .card-title,
    .video-card.changeable-md.card > .card-body > .card-title {
        margin-bottom: .25rem;
    }
    .video-card.changeable-md.cards > .card .locked-content,
    .video-card.changeable-md.card .locked-content {
        position: absolute;
        top: -.2rem;
        right: -.2rem;
    }
}

@media (max-width: 1199.98px) {
    .video-card.changeable-lg.cards > .card,
    .video-card.changeable-lg.card {
        align-items: flex-start;
        border-radius: 0;
        border-color: transparent;
    }
    .video-card.changeable-lg.cards > .card > [class*="card-image"],
    .video-card.changeable-lg.card > [class*="card-image"] {
        border-radius: calc(0.25rem - 1px);
        padding: 0;
        margin: 0;
    }
    .video-card.changeable-lg.cards > .card > [class*="card-image"] > [class*="card-img"],
    .video-card.changeable-lg.card > [class*="card-image"] > [class*="card-img"] {
        border-radius: calc(0.25rem - 1px);
    }
    .video-card.changeable-lg.cards > .card:hover,
    .video-card.changeable-lg.card:hover {
        transform: none;
        box-shadow: none;
    }
    .video-card.changeable-lg.cards > .card > .card-body,
    .video-card.changeable-lg.card > .card-body {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .video-card.changeable-lg.cards > .card > .card-body > .card-title,
    .video-card.changeable-lg.card > .card-body > .card-title {
        margin-bottom: .25rem;
    }
    .video-card.changeable-lg.cards > .card .locked-content,
    .video-card.changeable-lg.card .locked-content {
        position: absolute;
        top: -.2rem;
        right: -.2rem;
    }
}

@media (max-width: 1349.98px) {
    .video-card.changeable-xl.cards > .card,
    .video-card.changeable-xl.card {
        align-items: flex-start;
        border-radius: 0;
        border-color: transparent;
    }
    .video-card.changeable-xl.cards > .card > [class*="card-image"],
    .video-card.changeable-xl.card > [class*="card-image"] {
        border-radius: calc(0.25rem - 1px);
        padding: 0;
        margin: 0;
    }
    .video-card.changeable-xl.cards > .card > [class*="card-image"] > [class*="card-img"],
    .video-card.changeable-xl.card > [class*="card-image"] > [class*="card-img"] {
        border-radius: calc(0.25rem - 1px);
    }
    .video-card.changeable-xl.cards > .card:hover,
    .video-card.changeable-xl.card:hover {
        transform: none;
        box-shadow: none;
    }
    .video-card.changeable-xl.cards > .card > .card-body,
    .video-card.changeable-xl.card > .card-body {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .video-card.changeable-xl.cards > .card > .card-body > .card-title,
    .video-card.changeable-xl.card > .card-body > .card-title {
        margin-bottom: .25rem;
    }
    .video-card.changeable-xl.cards > .card .locked-content,
    .video-card.changeable-xl.card .locked-content {
        position: absolute;
        top: -.2rem;
        right: -.2rem;
    }
}

@media (max-width: 1599.98px) {
    .video-card.changeable-xxl.cards > .card,
    .video-card.changeable-xxl.card {
        align-items: flex-start;
        border-radius: 0;
        border-color: transparent;
    }
    .video-card.changeable-xxl.cards > .card > [class*="card-image"],
    .video-card.changeable-xxl.card > [class*="card-image"] {
        border-radius: calc(0.25rem - 1px);
        padding: 0;
        margin: 0;
    }
    .video-card.changeable-xxl.cards > .card > [class*="card-image"] > [class*="card-img"],
    .video-card.changeable-xxl.card > [class*="card-image"] > [class*="card-img"] {
        border-radius: calc(0.25rem - 1px);
    }
    .video-card.changeable-xxl.cards > .card:hover,
    .video-card.changeable-xxl.card:hover {
        transform: none;
        box-shadow: none;
    }
    .video-card.changeable-xxl.cards > .card > .card-body,
    .video-card.changeable-xxl.card > .card-body {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .video-card.changeable-xxl.cards > .card > .card-body > .card-title,
    .video-card.changeable-xxl.card > .card-body > .card-title {
        margin-bottom: .25rem;
    }
    .video-card.changeable-xxl.cards > .card .locked-content,
    .video-card.changeable-xxl.card .locked-content {
        position: absolute;
        top: -.2rem;
        right: -.2rem;
    }
}

.video-card.changeable-xxxl.cards > .card,
.video-card.changeable-xxxl.card {
    align-items: flex-start;
    border-radius: 0;
    border-color: transparent;
}

.video-card.changeable-xxxl.cards > .card > [class*="card-image"],
.video-card.changeable-xxxl.card > [class*="card-image"] {
    border-radius: calc(0.25rem - 1px);
    padding: 0;
    margin: 0;
}

.video-card.changeable-xxxl.cards > .card > [class*="card-image"] > [class*="card-img"],
.video-card.changeable-xxxl.card > [class*="card-image"] > [class*="card-img"] {
    border-radius: calc(0.25rem - 1px);
}

.video-card.changeable-xxxl.cards > .card:hover,
.video-card.changeable-xxxl.card:hover {
    transform: none;
    box-shadow: none;
}

.video-card.changeable-xxxl.cards > .card > .card-body,
.video-card.changeable-xxxl.card > .card-body {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.video-card.changeable-xxxl.cards > .card > .card-body > .card-title,
.video-card.changeable-xxxl.card > .card-body > .card-title {
    margin-bottom: .25rem;
}

.video-card.changeable-xxxl.cards > .card .locked-content,
.video-card.changeable-xxxl.card .locked-content {
    position: absolute;
    top: -.2rem;
    right: -.2rem;
}

@media (max-width: 767.98px) {
    .cards.video-card > .card > [class*="card-image"]:after,
    .card.video-card > [class*="card-image"]:after,
    .cards.video-card.ribbon > .card > [class*="card-image"]:after,
    .card.video-card.ribbon > [class*="card-image"]:after {
        opacity: .5;
    }
    .cards.video-card > .card .card-body .card-text,
    .card.video-card .card-body .card-text,
    .cards.video-card.ribbon > .card .card-body .card-text,
    .card.video-card.ribbon .card-body .card-text {
        font-size: 0.9rem;
        word-break: break-all;
    }
    .cards.video-card > .card .card-body .card-title .badge,
    .card.video-card .card-body .card-title .badge,
    .cards.video-card.ribbon > .card .card-body .card-title .badge,
    .card.video-card.ribbon .card-body .card-title .badge {
        position: absolute;
        border-radius: 0.22rem 0;
        margin: 0;
        border-color: rgba(0, 0, 0, 0.15);
    }
    .cards.video-card > .card .card-body .card-title .badge:after,
    .card.video-card .card-body .card-title .badge:after,
    .cards.video-card.ribbon > .card .card-body .card-title .badge:after,
    .card.video-card.ribbon .card-body .card-title .badge:after {
        display: inline-block;
    }
    .cards.video-card > .card + .card,
    .card.video-card + .card.video-card {
        border-top: none !important;
    }
}

@media (max-width: 991.98px) {
    .cards.video-card.horizontal > .card h1.card-title,
    .cards.video-card.horizontal > .card h2.card-title,
    .cards.video-card.horizontal > .card h3.card-title,
    .cards.video-card.horizontal > .card h4.card-title,
    .cards.video-card.horizontal > .card h5.card-title,
    .card.video-card.horizontal h1.card-title,
    .card.video-card.horizontal h2.card-title,
    .card.video-card.horizontal h3.card-title,
    .card.video-card.horizontal h4.card-title,
    .card.video-card.horizontal h5.card-title,
    .cards.video-card[class*="changeable"] h1.card-title,
    .cards.video-card[class*="changeable"] h2.card-title,
    .cards.video-card[class*="changeable"] h3.card-title,
    .cards.video-card[class*="changeable"] h4.card-title,
    .cards.video-card[class*="changeable"] h5.card-title,
    .card.video-card[class*="changeable"] h1.card-title,
    .card.video-card[class*="changeable"] h2.card-title,
    .card.video-card[class*="changeable"] h3.card-title,
    .card.video-card[class*="changeable"] h4.card-title,
    .card.video-card[class*="changeable"] h5.card-title {
        font-size: 1.25rem !important;
        font-weight: 500;
    }
}

@media (max-width: 767.98px) {
    .cards.video-card.horizontal > .card h1.card-title,
    .cards.video-card.horizontal > .card h2.card-title,
    .cards.video-card.horizontal > .card h3.card-title,
    .cards.video-card.horizontal > .card h4.card-title,
    .cards.video-card.horizontal > .card h5.card-title,
    .card.video-card.horizontal h1.card-title,
    .card.video-card.horizontal h2.card-title,
    .card.video-card.horizontal h3.card-title,
    .card.video-card.horizontal h4.card-title,
    .card.video-card.horizontal h5.card-title,
    .cards.video-card[class*="changeable"] h1.card-title,
    .cards.video-card[class*="changeable"] h2.card-title,
    .cards.video-card[class*="changeable"] h3.card-title,
    .cards.video-card[class*="changeable"] h4.card-title,
    .cards.video-card[class*="changeable"] h5.card-title,
    .card.video-card[class*="changeable"] h1.card-title,
    .card.video-card[class*="changeable"] h2.card-title,
    .card.video-card[class*="changeable"] h3.card-title,
    .card.video-card[class*="changeable"] h4.card-title,
    .card.video-card[class*="changeable"] h5.card-title {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 2.4rem;
        /* Fallback for non-webkit */
        font-size: 1rem !important;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.subnav-cards {
    padding-bottom: 2rem;
    background: rgba(0, 0, 0, 0.035);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.subnav-cards .cards {
    margin-top: -2em;
}

.subnav-cards .cards > .card > [class*="card-image"] {
    background-color: transparent;
}

.subnav-cards .cards > .card {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-color: transparent;
}

.subnav-cards .cards > .card .card-title {
    margin-bottom: 0.5em;
}

.subnav-cards .cards > .card .card-text {
    font-size: 0.9rem;
    /*font-size: 1em;*/
    color: #6c757d;
    line-height: 1.25;
    margin-bottom: 1em;
}

/* Hover */
.subnav-cards .cards > a.card:hover,
.subnav-cards .cards > a.card:active,
.subnav-cards .cards > a.card:focus {
    background: #0069d9;
    transition: background 0.125s ease;
    transform: none;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.subnav-cards .cards > a.card:hover > [class*="card-image"] [class^="icomoon-"],
.subnav-cards .cards > a.card:hover > [class*="card-image"] [class*=" icomoon-"],
.subnav-cards .cards > a.card:hover .card-title,
.subnav-cards .cards > a.card:hover > .card-body > .card-text,
.subnav-cards .cards > a.card:active > [class*="card-image"] [class^="icomoon-"],
.subnav-cards .cards > a.card:active > [class*="card-image"] [class*=" icomoon-"],
.subnav-cards .cards > a.card:active .card-title,
.subnav-cards .cards > a.card:active > .card-body > .card-text,
.subnav-cards .cards > a.card:focus > [class*="card-image"] [class^="icomoon-"],
.subnav-cards .cards > a.card:focus > [class*="card-image"] [class*=" icomoon-"],
.subnav-cards .cards > a.card:focus .card-title,
.subnav-cards .cards > a.card:focus > .card-body > .card-text {
    color: #fff;
    outline: none;
}

@media (max-width: 767.98px) {
    .subnav-cards {
        padding-bottom: 1rem;
    }
    .subnav-cards .cards {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .subnav-cards .cards > .card {
        width: calc(50% - 1em);
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .subnav-cards .cards > .card .card-body {
        padding: 1rem;
    }
    .subnav-cards .cards > .card .card-title {
        font-size: 1rem;
    }
    .subnav-cards .cards > .card .card-text {
        display: none;
    }
}

.accordion__item {
    transition: padding .3s ease-in-out;
}

.accordion__header {
    padding-left: 0.3125rem;
}

.accordion__title > .btn {
    position: relative;
    width: 100%;
    font-size: 1.125rem;
    text-align: left;
    overflow: hidden;
}

.accordion__content {
    padding-left: 0.3125rem;
}

.accordion.divided > .accordion__item {
    margin-bottom: .25em;
    padding-bottom: .25em;
    border-bottom: 1px solid #E8E8E8;
}

.accordion[data-icon] .accordion__title > .btn:before,
.accordion[data-icon] .accordion__title > .btn:after {
    position: relative;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    -webkit-font-smoothing: antialiased;
    transition: transform .1s ease,opacity 333ms ease;
    transform: none;
}

.accordion[data-icon] .accordion__title > .btn[aria-expanded="true"]:before,
.accordion[data-icon] .accordion__title > .btn[aria-expanded="true"]:after {
    transform: rotate(90deg);
    color: #0069d9;
}

.accordion[data-icon*="down"] .accordion__title > .btn:before,
.accordion[data-icon*="down"] .accordion__title > .btn:after {
    transform: rotate(90deg);
}

.accordion[data-icon*="down"] .accordion__title > .btn[aria-expanded="true"]:before,
.accordion[data-icon*="down"] .accordion__title > .btn[aria-expanded="true"]:after {
    transform: rotate(-90deg);
}

.accordion[data-icon*="caret"] .accordion__title > .btn:before,
.accordion[data-icon*="caret"] .accordion__title > .btn:after {
    font-weight: 900;
    content: "\f0da";
}

.accordion[data-icon*="angle"] .accordion__title > .btn:before,
.accordion[data-icon*="angle"] .accordion__title > .btn:after {
    font-weight: 300;
    content: "\f105";
    font-size: 1.25rem;
}

.accordion:not([data-icon-position]) .accordion__title > .btn:after {
    content: none;
}

.accordion[data-icon-position*="right"] .accordion__title > .btn {
    padding-left: 0;
    padding-right: 15%;
}

.accordion[data-icon-position*="right"] .accordion__title > .btn:before {
    content: none;
}

.accordion[data-icon-position*="right"] .accordion__title > .btn:after {
    position: absolute;
    top: .375rem;
    right: 0;
}

.accordion[data-icon-position*="left"] .accordion__title > .btn {
    padding-left: 2rem;
}

.accordion[data-icon-position*="left"] .accordion__title > .btn:after {
    content: none;
}

.accordion[data-icon-position*="left"] .accordion__title > .btn:before {
    position: absolute;
    top: .375rem;
    left: 0;
}

.accordion.accordion-md > .accordion__item {
    padding-bottom: 0.625em;
    margin-bottom: 0.625em;
}

.accordion.accordion-lg > .accordion__item {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.tab-accordion-item {
    transition: padding .3s ease-in-out;
}

.tab-accordion-header {
    padding-left: 0.3125rem;
}

.tab-accordion-header__title .btn {
    position: relative;
    width: 100%;
    font-size: 1.125rem;
    text-align: left;
    padding-left: 0;
    padding-right: 15%;
}

.tab-accordion-content {
    padding-left: 0.3125rem;
}

.tab-accordion-group[data-type="divided"] > .tab-accordion-item {
    margin-bottom: .25em;
    padding-bottom: .25em;
    border-bottom: 1px solid #E8E8E8;
}

.tab-accordion-group[data-icon] .tab-accordion-header__title > .tab-accordion-toggle:before,
.tab-accordion-group[data-icon] .tab-accordion-header__title > .tab-accordion-toggle:after {
    position: relative;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    -webkit-font-smoothing: antialiased;
    transition: transform .1s ease,opacity 333ms ease;
    transform: none;
}

.tab-accordion-group[data-icon] .tab-accordion-header__title > .tab-accordion-toggle[aria-expanded="true"]:before,
.tab-accordion-group[data-icon] .tab-accordion-header__title > .tab-accordion-toggle[aria-expanded="true"]:after {
    transform: rotate(90deg);
    color: #0069d9;
}

.tab-accordion-group[data-icon*="down"] .tab-accordion-header__title > .tab-accordion-toggle:before,
.tab-accordion-group[data-icon*="down"] .tab-accordion-header__title > .tab-accordion-toggle:after {
    transform: rotate(90deg);
}

.tab-accordion-group[data-icon*="down"] .tab-accordion-header__title > .tab-accordion-toggle[aria-expanded="true"]:before,
.tab-accordion-group[data-icon*="down"] .tab-accordion-header__title > .tab-accordion-toggle[aria-expanded="true"]:after {
    transform: rotate(-90deg);
}

.tab-accordion-group[data-icon*="caret"] .tab-accordion-header__title > .tab-accordion-toggle:before,
.tab-accordion-group[data-icon*="caret"] .tab-accordion-header__title > .tab-accordion-toggle:after {
    font-weight: 900;
    content: "\f0da";
}

.tab-accordion-group[data-icon*="angle"] .tab-accordion-header__title > .tab-accordion-toggle:before,
.tab-accordion-group[data-icon*="angle"] .tab-accordion-header__title > .tab-accordion-toggle:after {
    font-weight: 300;
    content: "\f105";
    font-size: 1.25rem;
}

.tab-accordion-group:not([data-icon-position]) .tab-accordion-header__title > .tab-accordion-toggle:after {
    content: none;
}

.tab-accordion-group[data-icon-position*="right"] .tab-accordion-header__title > .tab-accordion-toggle:before {
    content: none;
}

.tab-accordion-group[data-icon-position="right"] .tab-accordion-header__title > .tab-accordion-toggle:after {
    position: absolute;
    top: .375rem;
    right: 0;
}

.tab-accordion-group[data-size="md"] > .tab-accordion-item {
    padding-bottom: 0.625em;
    margin-bottom: 0.625em;
}

.tab-accordion-group[data-size="lg"] > .tab-accordion-item {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.tabs-gallery .tabs-gallery__content figure > a {
    display: block;
    border: 1px solid #dee2e6;
    padding: .5rem;
    text-align: center;
}

.tabs-gallery .tabs-gallery__content figcaption {
    font-size: 0.875rem;
    padding: .5rem;
}

.tabs-gallery .tabs-gallery__thumbs {
    margin-left: -.25rem;
    margin-right: -.25rem;
    border: none;
}

.tabs-gallery .tabs-gallery__thumbs .thumb-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3 - .5rem);
    margin: .25rem;
}

.tabs-gallery .tabs-gallery__thumbs .thumb-item .nav-link {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid #dee2e6;
}

.tabs-gallery .tabs-gallery__thumbs .thumb-item .nav-link:hover, .tabs-gallery .tabs-gallery__thumbs .thumb-item .nav-link.active {
    border: 1px solid #222;
}

.tabs-gallery .tabs-gallery__thumbs .thumb-item .nav-link .thumb-item__img {
    display: block;
    max-height: 3.75rem;
    padding: .5rem;
}

.tabs-gallery .tabs-gallery__thumbs .thumb-item .nav-link .thumb-item__img img {
    max-height: calc(60px - 1rem);
    width: auto;
}

.tabs-gallery .tabs-gallery__thumbs.thumbs-col-2 > .thumb-item {
    width: calc(100% / 2 - .5rem);
}

.tabs-gallery .tabs-gallery__thumbs.thumbs-col-3 > .thumb-item {
    width: calc(100% / 3 - .5rem);
}

.tabs-gallery .tabs-gallery__thumbs.thumbs-col-4 > .thumb-item {
    width: calc(100% / 4 - .5rem);
}

.tabs-gallery .tabs-gallery__thumbs.thumbs-col-5 > .thumb-item {
    width: calc(100% / 5 - .5rem);
}

@media (min-width: 576px) {
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-sm-2 > .thumb-item {
        width: calc(100% / 2 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-sm-3 > .thumb-item {
        width: calc(100% / 3 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-sm-4 > .thumb-item {
        width: calc(100% / 4 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-sm-5 > .thumb-item {
        width: calc(100% / 5 - .5rem);
    }
}

@media (min-width: 768px) {
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-md-2 > .thumb-item {
        width: calc(100% / 2 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-md-3 > .thumb-item {
        width: calc(100% / 3 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-md-4 > .thumb-item {
        width: calc(100% / 4 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-md-5 > .thumb-item {
        width: calc(100% / 5 - .5rem);
    }
}

@media (min-width: 992px) {
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-lg-2 > .thumb-item {
        width: calc(100% / 2 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-lg-3 > .thumb-item {
        width: calc(100% / 3 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-lg-4 > .thumb-item {
        width: calc(100% / 4 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-lg-5 > .thumb-item {
        width: calc(100% / 5 - .5rem);
    }
}

@media (min-width: 1200px) {
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-xl-2 > .thumb-item {
        width: calc(100% / 2 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-xl-3 > .thumb-item {
        width: calc(100% / 3 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-xl-4 > .thumb-item {
        width: calc(100% / 4 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-xl-5 > .thumb-item {
        width: calc(100% / 5 - .5rem);
    }
}

@media (min-width: 1350px) {
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-xxl-2 > .thumb-item {
        width: calc(100% / 2 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-xxl-3 > .thumb-item {
        width: calc(100% / 3 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-xxl-4 > .thumb-item {
        width: calc(100% / 4 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-xxl-5 > .thumb-item {
        width: calc(100% / 5 - .5rem);
    }
}

@media (min-width: 1600px) {
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-xxxl-2 > .thumb-item {
        width: calc(100% / 2 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-xxxl-3 > .thumb-item {
        width: calc(100% / 3 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-xxxl-4 > .thumb-item {
        width: calc(100% / 4 - .5rem);
    }
    .tabs-gallery .tabs-gallery__thumbs.thumbs-col-xxxl-5 > .thumb-item {
        width: calc(100% / 5 - .5rem);
    }
}

.f-hero {
    position: relative;
    height: 600px;
    text-align: left;
    background-color: #19212e;
    overflow: hidden;
}

a.f-hero {
    display: block;
}

.carousel-item > .f-hero {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
}

@media (max-width: 767.98px) {
    .f-hero {
        height: auto;
        min-height: 350px;
        max-height: 350px;
    }
}

@media (max-width: 767.98px) {
    .featured-page .carousel-item {
        min-height: 350px;
        max-height: 350px;
    }
}

.f-hero-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.carousel-item .f-hero > .f-hero-content {
    padding-left: 4rem;
    padding-right: 4rem;
}

@media (max-width: 575.98px) {
    .carousel-item .f-hero > .f-hero-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.f-hero-content--vertical .f-hero-body {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    width: 100%;
}

@media (max-width: 767.98px) {
    .f-hero-content--vertical .hero-overlay-img {
        max-height: 50px;
    }
}

@media (min-width: 768px) {
    .f-hero-content--vertical .f-hero-body {
        top: 10%;
        left: 0;
        bottom: 10%;
        right: 0;
        width: 100%;
    }
    .f-hero-content--vertical .hero-overlay-img {
        max-height: 80px;
    }
    .f-hero-content--vertical .f-hero-title {
        font-size: 1.75rem;
    }
    .f-hero-content--vertical .f-hero-body__cta {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10%;
        width: 100%;
        text-align: center;
    }
}

.f-hero-badge {
    position: relative;
    z-index: 10;
    font-size: 1.5rem;
}

@media (max-width: 575.98px) {
    .f-hero-badge {
        font-size: 1.125rem;
    }
}

.f-hero-badge .badge {
    color: #FFF;
    background-color: rgba(255, 54, 93, 0.8);
    border: rgba(255, 54, 93, 0.8);
    font-weight: normal;
    padding: 0.3em 0.5em;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.f-hero-body {
    position: relative;
}

@media (max-width: 767.98px) {
    .f-hero-body {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        min-height: 150px;
        text-align: center;
    }
}

.f-hero-title {
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.f-hero-text {
    color: #3498db;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.f-hero-text--accent {
    color: #3498db !important;
}

@media (max-width: 767.98px) {
    .f-hero-title {
        font-size: 2rem;
    }
    .f-hero-content--vertical .f-hero-title {
        font-size: 1.25rem;
    }
    .f-hero-text {
        font-size: 1.5rem;
    }
}

[data-theme="light"],
[data-theme="white"],
[data-theme="light"] .f-hero-title,
[data-theme="light"] .f-hero-text,
[data-slide-theme="light"] .f-hero-title,
[data-slide-theme="light"] .f-hero-text,
[data-theme="white"] .f-hero-title,
[data-theme="white"] .f-hero-text,
[data-slide-theme="white"] .f-hero-title,
[data-slide-theme="white"] .f-hero-text {
    color: #212529;
}

[data-theme="light"],
[data-theme="white"],
[data-theme="light"] .f-hero-text,
[data-slide-theme="light"] .f-hero-text,
[data-theme="white"] .f-hero-text,
[data-slide-theme="white"] .f-hero-text {
    color: #308bc8;
}

[data-theme="dark"],
.carousel-item[data-theme="dark"],
[data-theme="dark"] .f-hero-content,
.carousel-item[data-theme="dark"] .f-hero-content {
    background-color: #19212e;
}

[data-theme="light"],
.carousel-item[data-theme="light"],
[data-theme="light"] .f-hero-content,
.carousel-item[data-theme="light"] .f-hero-content {
    background-color: #ececec;
}

[data-theme="white"],
.carousel-item[data-theme="white"],
[data-theme="white"] .f-hero-content,
.carousel-item[data-theme="white"] .f-hero-content {
    background-color: #fff;
}

.carousel-item[data-slide-theme="dark"] .f-hero-title {
    color: #fff;
}

.carousel-item[data-slide-theme="dark"] .f-hero-text {
    color: #3498db;
}

.f-hero-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

.has-tint:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
    .f-hero-background-container {
        width: 100%;
        height: 200px;
    }
}

@media (min-width: 576px) {
    .hero-mobile-background {
        background-size: 768px auto;
    }
}

@media (min-width: 768px) {
    .hero-mobile-background {
        display: none;
    }
}

.hero-desktop-background {
    display: none;
    background-size: auto;
    background-position: center top;
}

@media (min-width: 768px) {
    .hero-desktop-background {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .f-hero-content[data-bgimage-type="full"] .f-hero-background-container {
        width: 100%;
        height: auto;
    }
    .f-hero-content[data-bgimage-type="full"] .f-hero-background-container .f-hero-gradients {
        display: none;
    }
    .f-hero-content[data-bgimage-type="full"] .f-hero-body {
        background-color: transparent;
        box-shadow: none;
    }
}

.f-hero-box-overlay {
    color: #fff;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.f-hero-box-overlay.dark {
    padding: 1.5rem 2rem;
    background: rgba(0, 0, 0, 0.76);
}

.f-hero-box-overlay .f-hero-title,
.f-hero-box-overlay .f-hero-text {
    color: #212529;
}

.f-hero-box-overlay.dark .f-hero-title,
.f-hero-box-overlay.dark .f-hero-text,
.f-hero-box-overlay.dark .f-hero-title,
.f-hero-box-overlay.dark .f-hero-text {
    color: #fff;
}

@media (max-width: 767.98px) {
    .f-hero-box-overlay {
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .f-hero-box-overlay .f-hero-title,
    .f-hero-box-overlay .f-hero-text {
        color: inherit;
    }
}

.f-hero-gradients {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* shadow themes */
.f-hero-gradients > .f-hero-mobile-gradient,
.carousel-item .f-hero-gradients > .f-hero-mobile-gradient,
[data-theme="dark"] .f-hero-gradients > .f-hero-mobile-gradient,
.carousel-item[data-theme="dark"] .f-hero-gradients > .f-hero-mobile-gradient {
    background: linear-gradient(to top, #19212e 0%, #19212e 20%, rgba(25, 33, 46, 0) 100%);
}

[data-theme="light"] .f-hero-gradients > .f-hero-mobile-gradient,
.carousel-item[data-theme="light"] .f-hero-gradients > .f-hero-mobile-gradient {
    background: linear-gradient(to top, #ececec 0%, #ececec 20%, rgba(236, 236, 236, 0) 100%);
}

[data-theme="white"] .f-hero-gradients > .f-hero-mobile-gradient,
.carousel-item[data-theme="white"] .f-hero-gradients > .f-hero-mobile-gradient {
    background: linear-gradient(to top, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
}

[data-theme="dark"] .f-hero-gradients > .f-hero-desktop-gradients > .f-hero-desktop-gradient--left,
.carousel-item[data-theme="dark"] .f-hero-gradients > .f-hero-desktop-gradients > .f-hero-desktop-gradient--left {
    background: linear-gradient(to right, #19212e 0%, #19212e 20%, rgba(25, 33, 46, 0) 100%);
}

[data-theme="light"] .f-hero-gradients > .f-hero-desktop-gradients > .f-hero-desktop-gradient--left,
.carousel-item[data-theme="light"] .f-hero-gradients > .f-hero-desktop-gradients > .f-hero-desktop-gradient--left {
    background: linear-gradient(to right, #ececec 0%, #ececec 20%, rgba(236, 236, 236, 0) 100%);
}

[data-theme="white"] .f-hero-gradients > .f-hero-desktop-gradients > .f-hero-desktop-gradient--left,
.carousel-item[data-theme="white"] .f-hero-gradients > .f-hero-desktop-gradients > .f-hero-desktop-gradient--left {
    background: linear-gradient(to right, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
}

[data-theme="dark"] .f-hero-gradients > .f-hero-desktop-gradients > .f-hero-desktop-gradient--right,
.carousel-item[data-theme="dark"] .f-hero-gradients > .f-hero-desktop-gradients > .f-hero-desktop-gradient--right {
    background: linear-gradient(to left, #19212e 0%, #19212e 20%, rgba(25, 33, 46, 0) 100%);
}

[data-theme="light"] .f-hero-gradients > .f-hero-desktop-gradients > .f-hero-desktop-gradient--right,
.carousel-item[data-theme="light"] .f-hero-gradients > .f-hero-desktop-gradients > .f-hero-desktop-gradient--right {
    background: linear-gradient(to left, #ececec 0%, #ececec 20%, rgba(236, 236, 236, 0) 100%);
}

[data-theme="white"] .f-hero-gradients > .f-hero-desktop-gradients > .f-hero-desktop-gradient--right,
.carousel-item[data-theme="white"] .f-hero-gradients > .f-hero-desktop-gradients > .f-hero-desktop-gradient--right {
    background: linear-gradient(to left, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
}

.f-hero-gradients[data-shadow="false"] {
    display: none;
}

.f-hero-mobile-gradient,
.f-hero-desktop-gradient--left,
.f-hero-desktop-gradient--right {
    position: absolute;
    bottom: 0;
    pointer-events: none;
}

.f-hero-mobile-gradient {
    left: -7vw;
    right: -7vw;
    bottom: -1vh;
    height: 45%;
}

@media (min-width: 768px) {
    .f-hero-mobile-gradient {
        display: none;
    }
}

.f-hero-desktop-gradients {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2500px;
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .f-hero-desktop-gradients {
        display: block;
    }
}

.f-hero-desktop-gradient--left {
    left: -1vw;
}

.f-hero-desktop-gradient--right {
    right: -1vw;
}

.f-hero-desktop-gradient--left,
.f-hero-desktop-gradient--right {
    top: 0;
    width: 26vw;
    max-width: 380px;
}

@media (max-width: 767.98px) {
    .f-hero-desktop-gradient--left,
    .f-hero-desktop-gradient--right {
        display: none;
    }
}

.f-hero-image-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    transform: translateX(0);
}

.f-hero-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.f-hero-image.has-tint:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
    .f-hero-image {
        background-size: cover;
    }
}

@media (max-width: 575.98px) {
    .f-hero-title {
        font-size: 1.5rem;
    }
    .f-hero-text {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .f-hero-title {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .f-hero {
        height: 450px;
    }
    .f-hero-title {
        font-size: 1.75rem;
    }
    .f-hero-image {
        background-size: 1000px auto;
    }
}

.f-footer {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.text-shadow-title {
    text-shadow: 4px 6.93px 17px rgba(0, 0, 0, 0.15);
}

.carousel-slide .carousel-item {
    opacity: 0;
}

.carousel-slide .carousel-item.active,
.carousel-slide .carousel-item-next.carousel-item-left,
.carousel-slide .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-slide .active.carousel-item-left,
.carousel-slide .active.carousel-item-right {
    opacity: 0;
}

.carousel-slide .carousel-item-next,
.carousel-slide .carousel-item-prev,
.carousel-slide .carousel-item.active,
.carousel-slide .active.carousel-item-left,
.carousel-slide .active.carousel-item-prev {
    transform: translateX(0);
}

.carousel-slide .carousel-item-prev.carousel-item-right .f-hero-body,
.carousel-slide .carousel-item-next.carousel-item-left .f-hero-body,
.carousel-slide .carousel-item-next.carousel-item-left .f-hero-image-container,
.carousel-slide .carousel-item-prev.carousel-item-right .f-hero-image-container,
.carousel-slide .carousel-item-prev.carousel-item-right .f-hero-image,
.carousel-slide .carousel-item-next.carousel-item-left .f-hero-image {
    animation-duration: 500ms;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}

.carousel-slide .carousel-item-prev.carousel-item-right .f-hero-body {
    animation-name: hero-carousel-slide-right-fade-in;
}

.carousel-slide .carousel-item-next.carousel-item-left .f-hero-body {
    animation-name: hero-carousel-slide-left-fade-in;
}

.carousel-slide .carousel-item-next.carousel-item-left .f-hero-image-container {
    animation-name: hero-carousel-slide-left-fade-in;
}

.carousel-slide .carousel-item-prev.carousel-item-right .f-hero-image-container {
    animation-name: hero-carousel-slide-right-fade-in;
}

.carousel-slide .carousel-item-prev.carousel-item-right .f-hero-image {
    animation-name: hero-carousel-slide-right-fade-in;
}

.carousel-slide .carousel-item-next.carousel-item-left .f-hero-image {
    animation-name: hero-carousel-slide-left-fade-in;
}

@keyframes hero-carousel-slide-left-fade-in {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes hero-carousel-slide-right-fade-in {
    0% {
        transform: translateX(-40px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes hero-carousel-slide-content-left-fade-in {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes hero-carousel-slide-content-right-fade-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes hero-carousel-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hero-carousel-fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.f-hero-image[data-bg-size="contain"] {
    background-size: contain !important;
}

.f-hero-image[data-bg-size="cover"] {
    background-size: cover !important;
}

.f-hero-image[data-bg-size="auto"] {
    background-size: auto !important;
}

.f-hero-image[data-bgp-x="left"] {
    background-position-x: left !important;
}

.f-hero-image[data-bgp-x="center"] {
    background-position-x: center !important;
}

.f-hero-image[data-bgp-x="right"] {
    background-position-x: right !important;
}

.f-hero-image[data-bgp-y="top"] {
    background-position-y: top !important;
}

.f-hero-image[data-bgp-y="center"] {
    background-position-y: center !important;
}

.f-hero-image[data-bgp-y="bottom"] {
    background-position-y: bottom !important;
}

.carousel > .carousel-inner--mobile .carousel-item {
    opacity: 1;
    display: block;
}

.carousel-item .hero-title,
.carousel-item .hero-text {
    margin-top: 0;
}

.carousel-item.item-center .hero-title,
.carousel-item.item-right .hero-title {
    margin-bottom: 1.5rem;
}

/* Title on the Right */
.carousel-item.item-right .hero-title {
    font-size: 2.6rem;
    line-height: 1.2;
}

/* Sizing down hero title */
.carousel-item.item-center .hero-title small,
.carousel-item.item-right .hero-title small {
    font-size: 90%;
}

/*------------------------
   	  Overlay text box
--------------------------*/
.hero-overlay-box {
    background-color: rgba(25, 33, 46, 0.9);
}

.carousel-item.item-light .hero-overlay-box {
    background-color: rgba(255, 255, 255, 0.9);
}

/*------------------------
    	Hero static
--------------------------*/
.hero {
    position: relative;
}

.hero:not(.homepage) {
    min-height: 450px;
}

/* static header */
.hero-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #19212e;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-content.hero-content--tint:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-content a:active, .hero-content a:focus {
    color: #fff;
    outline: none;
    display: inline-block;
    text-decoration: none;
}

.hero-content .hero-title {
    font-size: 3.2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.hero-content .hero-text {
    font-size: 1.5rem;
    font-weight: 300;
}

@media (max-width: 1199.98px) {
    .hero:not(.homepage) {
        min-height: 400px;
    }
}

@media (max-width: 991.98px) {
    .hero:not(.homepage) {
        min-height: 350px;
    }
    .hero-content .hero-title {
        font-size: 2.6rem;
    }
    .hero-content .hero-text {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .hero:not(.homepage) {
        min-height: 250px;
    }
    .hero-content .hero-title {
        font-size: 1.5rem;
    }
}

.hero-link {
    font-size: 1.1rem;
    color: #ffffff;
    background-color: #006ea8;
    padding: .5rem 1.5rem;
}

.hero-link:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f105";
    padding-left: .5rem;
}

.hero-link:hover {
    color: #fff;
    background-color: #003c5c;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .hero-link:hover {
        transition: none;
    }
}

/*------------------------
    	Carousel
--------------------------*/
.hero .carousel-inner,
.article-page-hero .carousel-inner {
    background-color: #19212e;
}

/* Theme hight and color */
.carousel-item {
    height: 600px;
    text-align: center;
    cursor: pointer;
    background-color: #19212e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel-item.carousel-item--tint:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-item.item-single {
    height: 350px;
}

.carousel-item.item-light {
    background-color: #fff;
}

.carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

/* Vertically alignment */
.carousel-caption > * {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 4rem;
}

.carousel-caption > .align-items-start {
    top: 10%;
    transform: translateY(-10%);
}

.carousel-caption > .align-items-center {
    bottom: 50%;
    transform: translateY(50%);
}

.carousel-caption > .align-items-end {
    bottom: 0;
    transform: translateY(0%);
}

/* Typography */
.carousel-item .hero-title {
    margin-bottom: 1.5rem;
}

.carousel-item.item-light .carousel-caption {
    color: #333;
}

.carousel-item.item-light .hero-title {
    font-weight: 500;
}

.carousel-item.item-light .hero-text {
    font-weight: normal;
}

.carousel-item .hero-text {
    font-weight: 300;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.carousel-item.item-center .carousel-caption .row {
    justify-content: center;
}

.carousel-item.item-right .carousel-caption .row {
    justify-content: flex-start;
}

.carousel-item.item-right .carousel-caption.techicon .row {
    justify-content: center;
}

/* Carousel badge */
.carousel-badge {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 4rem;
    margin: 0 auto;
    font-size: 1.5rem;
    text-align: right;
}

.carousel-badge > .badge {
    color: #FFF;
    background-color: rgba(255, 54, 93, 0.8);
    border: rgba(255, 54, 93, 0.8);
    font-weight: normal;
    padding: 0.3em 0.5em;
}

/* Tech icons */
.carousel-caption.techicon {
    opacity: .7;
}

.carousel-caption.techicon .col {
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
    /*Max 7 icons*/
    padding-left: 0;
    padding-right: 0;
}

/* Responsive settings */
@media (min-width: 1600px) {
    .carousel-item.item-right {
        background-position: 80% center;
        background-size: auto;
    }
}

@media (min-width: 992px) {
    .carousel-caption,
    .carousel-badge {
        max-width: 1140px;
    }
}

@media (min-width: 1350px) {
    .carousel-caption,
    .carousel-badge {
        max-width: 1320px;
    }
    .carousel-badge {
        padding-top: 2rem;
    }
}

@media (min-width: 1430px) {
    /*max-width 1350px + carousel arrow width 80px*/
    .carousel-badge,
    .carousel-caption > * {
        padding: 1rem;
    }
}

@media (max-width: 991.98px) {
    .carousel-caption.techicon {
        display: none;
    }
    .carousel-caption.text-left.text-left {
        text-align: center !important;
    }
    .carousel-item {
        height: 450px;
    }
    .carousel-item.item-right {
        background-position: right -50px;
    }
    .carousel-item.item-right .carousel-caption .row {
        justify-content: center;
    }
    .carousel-caption {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 40%, black 100%);
        color: white;
        top: 30%;
    }
    .carousel-item.item-light .carousel-caption {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
    }
    .carousel-item .hero-text {
        margin-bottom: 0.75rem;
    }
    .carousel-item .hero-link {
        margin-bottom: 2rem;
    }
    .carousel-caption.techicon,
    .carousel-item.item-light .carousel-caption.techicon {
        background: transparent;
    }
    .carousel-badge {
        font-size: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .carousel-item {
        height: 350px;
    }
    .carousel-caption,
    .carousel-item.item-light .carousel-caption {
        top: 20%;
    }
    .carousel-caption.techicon .col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 25%;
    }
    .carousel-item.item-center .hero-title,
    .carousel-item.item-right .hero-title {
        margin-bottom: 1rem;
    }
    .carousel-item.item-center .hero-title {
        font-size: 1.92rem;
    }
    .carousel-item.item-right .hero-title {
        font-size: 1.56rem;
    }
    .carousel-item .hero-text,
    .carousel-item .hero-link {
        font-size: 1rem;
    }
    .carousel-item .hero-link {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel-item.item-center .hero-title {
        font-size: 1.6rem;
    }
    .carousel-item.item-right .hero-title {
        font-size: 1.3rem;
    }
}

/* Indicators */
.carousel-indicators {
    bottom: -40px;
    z-index: inherit;
}

.carousel-indicators li {
    width: 50px;
    height: 8px;
    margin-right: 5px;
    cursor: pointer;
    background-color: rgba(102, 102, 102, 0.1);
    border: 1px solid rgba(102, 102, 102, 0.15);
}

.carousel-indicators .active {
    background-color: #666666;
}

.carousel-indicators:focus {
    outline: none;
}

/* Fade effect to transations */
/* Arrows */
.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 45px;
    transition: all .3s;
    border-radius: 0.2rem;
    opacity: .3;
    overflow: hidden;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    background: rgba(0, 0, 0, 0.3);
}

.carousel:hover .carousel-control-prev:hover,
.carousel:hover .carousel-control-next:hover,
.carousel:hover .carousel-control-prev:focus,
.carousel:hover .carousel-control-next:focus {
    background: rgba(0, 0, 0, 0.5);
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
    opacity: .3;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    font-family: 'icomoon';
    font-size: 3.5rem;
    line-height: 1;
    background-image: none;
    width: auto;
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: .75rem 0;
}

.carousel-control-prev-icon .path1:before {
    content: "\e920";
    color: white;
    margin-left: -3px;
    transition: all .3s;
    text-shadow: -2px 0px 0px black;
}

.carousel-control-next-icon .path1:before {
    content: "\e91b";
    color: white;
    transition: all .3s;
    text-shadow: 2px 0px 0px black;
}

.carousel:hover .carousel-control-prev-icon .path1:before,
.carousel:hover .carousel-control-next-icon .path1:before {
    text-shadow: none;
}

:root,
[data-theme="light"] {
    --carousel-position: absolute;
    --carousel-right: 0;
    --carousel-bottom: -40px;
    --carousel-left: 0;
    --carousel-z-index: 15;
    --carousel-justify-content: center;
    --carousel-padding-left: 0;
    --carousel-margin-horizontal: 15%;
    --carousel-indicators-margin: 0%;
    --carousel-indicators-top: 8px;
    --icon-color: #212529;
    --carousel-controls-bgcolor: transparent;
}

.carousel-controls {
    position: var(--carousel-position);
    right: var(--carousel-right);
    bottom: var(--carousel-bottom);
    left: var(--carousel-left);
    z-index: var(--carousel-z-index);
    display: flex;
    justify-content: var(--carousel-justify-content);
    padding-left: var(--carousel-padding-left);
    margin-right: var(--carousel-margin-horizontal);
    margin-left: var(--carousel-margin-horizontal);
    list-style: none;
    background-color: var(--carousel-controls-bgcolor);
}

.carousel-controls i {
    color: var(--icon-color);
}

.carousel-controls .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: var(--carousel-z-index);
    display: flex;
    justify-content: var(--carousel-justify-content);
    align-items: center;
    padding-left: var(--carousel-padding-left);
    margin-right: var(--carousel-indicators-margin);
    margin-left: var(--carousel-indicators-margin);
}

.carousel-controls .carousel-indicators > button,
.carousel-controls .carousel-indicators li {
    position: relative;
    top: var(--carousel-indicators-top);
}

@media (max-width: 575.98px) {
    .carousel-controls .carousel-indicators > button,
    .carousel-controls .carousel-indicators li {
        width: 30px;
    }
}

.banner-ads {
    background-color: #f6f6f6;
    padding: 1em;
    margin-bottom: 2em;
}

.banners {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0em;
    margin-right: 0em;
}

.banners > .banner {
    position: relative;
    display: flex;
    overflow: hidden;
    float: none;
    width: 100%;
    color: #343a40;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center right !important;
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
}

.banners > .banner:hover {
    text-decoration: none;
    transition: box-shadow 0.125s ease, transform 0.125s ease !important;
    z-index: 5 !important;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 10px 0px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-3px) !important;
}

.banners > .banner:hover .btn:hover, .banners > .banner:hover .btn:focus {
    text-decoration: none;
}

.banners--sm {
    min-height: 150px;
}

@media (min-width: 992px) and (max-width: 1349.98px) {
    .banners--sm > .banner {
        background-position: 150% 0 !important;
    }
}

.banners--tint > .banner:before,
.banners.has-tint > .banner:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
    .banners.has-tint-mobile > .banner:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.banner__caption {
    width: 50%;
    margin: .5em;
    padding: .75em;
    /* Set default overlay background to small viewpoint*/
}

@media (max-width: 991.98px) {
    .banner__caption {
        width: 100% !important;
        margin: 0;
        padding: 1.25em;
        color: #f8f9fa;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.banners.has-overlay .banner__caption,
.banners.has--overlay .banner__caption {
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991.98px) {
    .banners.has-overlay .banner__caption,
    .banners.has--overlay .banner__caption {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.banners.banners--tint .banner__caption {
    z-index: 10;
}

.banner__text {
    line-height: 1.2;
}

/*--------------
   Banner Count
---------------*/
@media (min-width: 576px) {
    .two.banners > .banner,
    .three.banners > .banner,
    .four.banners > .banner {
        flex: 0 0 auto;
    }
}

.two.banners {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.two.banners > .banner {
    width: calc(50% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.three.banners {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.three.banners > .banner {
    width: calc(33.3333333333% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.four.banners {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.four.banners > .banner {
    width: calc(25% - 1em);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

/*--------------------
   Fluid Banner Count
---------------------*/
.one.banners.banners--fluid,
.one.banners.banners--fluid > .banner,
.two.banners.banners--fluid,
.two.banners.banners--fluid > .banner,
.three.banners.banners--fluid,
.three.banners.banners--fluid > .banner,
.four.banners.banners--fluid,
.four.banners.banners--fluid > .banner {
    margin-left: 0;
    margin-right: 0;
}

.one.banners.banners--fluid > .banner {
    width: 100%;
}

.two.banners.banners--fluid > .banner {
    width: 50%;
}

.three.banners.banners--fluid > .banner {
    width: 33.33333333%;
}

.four.banners.banners--fluid > .banner {
    width: 25%;
}

.one.banners.banners--fluid > .banner:only-child,
.two.banners.banners--fluid > .banner:only-child,
.three.banners.banners--fluid > .banner:only-child,
.four.banners.banners--fluid > .banner:only-child {
    width: 100%;
}

/*-------------------
      Stackable
--------------------*/
@media (max-width: 767.98px) {
    .two.banners > .banner,
    .three.banners > .banner,
    .four.banners > .banner {
        width: calc( 100%  -  2em);
        margin-left: 1em;
        margin-right: 1em;
    }
    .two.banners.banners--fluid > .banner,
    .three.banners.banners--fluid > .banner,
    .four.banners.banners--fluid > .banner {
        width: 100%;
    }
    .stackable.banners {
        display: block !important;
    }
    .stackable.banners .banner:first-child {
        margin-top: 0em !important;
    }
    .stackable.banners > .banner {
        display: block !important;
        height: auto !important;
        margin: 1em 1em;
        padding: 0 !important;
    }
}

/*---------------------------------------------------------
    Fluid Banners
----------------------------------------------------------*/
.banners--fluid {
    margin-left: 0;
    margin-right: 0;
}

.banners--fluid > .banner {
    transition: none;
    transform: none;
    text-decoration: none;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-width: 0 1px 1px 0;
    min-height: 400px;
}

.banners--fluid.banners--sm > .banner {
    min-height: 300px;
}

.banners--fluid > .banner:last-child {
    border-right: none;
}

.banners.banners--fluid > .banner:hover {
    text-decoration: none;
    transition: none !important;
    transform: none !important;
}

.banners.banners--fluid > .banner:hover .btn-skyblue {
    color: #fff;
    background-color: #006ea8;
    border-color: #006ea8;
}

.banners--fluid.two > .banner:nth-child(odd) {
    justify-content: flex-end;
}

.banners--fluid.two > .banner:nth-child(even) {
    justify-content: flex-start;
}

.banners--fluid.two > .banner:only-child,
.banners--fluid.three > .banner:only-child,
.banners--fluid.four > .banner:only-child {
    justify-content: center;
}

.banners--fluid .banner__caption {
    position: relative;
    width: 100%;
    max-width: 1320px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0;
    background-color: transparent;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.banners--fluid.two > .banner > .banner__caption {
    max-width: 660px;
}

.banners--fluid.two > .banner:only-child > .banner__caption {
    max-width: 1320px;
}

.banners--fluid .banner__title {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.banners--fluid .banner__text {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: inherit !important;
}

.banners--fluid .btn {
    margin-top: 10px;
    padding: .5rem 1.5rem;
}

/* Banner Light */
.banners--dark .banner__caption {
    color: #000;
    text-shadow: none;
}

@media (max-width: 767.98px) {
    .banners--fluid > .banner {
        min-height: 250px;
    }
    .banners--fluid .banner__title {
        font-size: 2rem;
        font-weight: normal;
    }
    .banners--fluid .banner__text {
        font-size: 1rem;
        font-weight: normal;
    }
}

/* .dropdown-menu {
    z-index: 1002;
} */
.dropdown-menu {
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
}

.main-header .dropdown-menu {
    max-height: calc(100vh - 125px);
    overflow: auto;
}

.btn-close {
    --btn-close-color: #000;
    --btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --btn-close-opacity: 0.5;
    --btn-close-hover-opacity: 0.75;
    --btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 105, 217, 0.25);
    --btn-close-focus-opacity: 1;
    --btn-close-disabled-opacity: 0.25;
    --btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--btn-close-color);
    background: transparent var(--btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: var(--btn-close-opacity);
}

.btn-close:hover {
    color: var(--btn-close-color);
    text-decoration: none;
    opacity: var(--btn-close-hover-opacity);
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--btn-close-focus-shadow);
    opacity: var(--btn-close-focus-opacity);
}

.btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    opacity: var(--btn-close-disabled-opacity);
}

.btn-close-white {
    filter: var(--btn-close-white-filter);
}

.modal {
    z-index: 1240;
}

.modal-backdrop {
    z-index: 1230;
}

/* .modal-dialog-centered {
  display: flex;
  align-items: center;
  height: calc(100% - (0.5rem * 2));
} */
.modal-header {
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.modal-header {
    align-items: center;
}

.modal-header .close {
    font-size: inherit;
}

.modal-header .btn-close {
    --modal-header-padding-x: 1rem;
    --modal-header-padding-y: 1rem;
    padding: calc(var(--modal-header-padding-y) * .5) calc(var(--modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--modal-header-padding-y)) calc(-.5 * var(--modal-header-padding-x)) calc(-.5 * var(--modal-header-padding-y)) auto;
}

.modal-header .btn-close > span {
    display: none !important;
}

.modal-branded .modal-header {
    background-color: #224d8f;
    color: #fff;
}

.modal-branded .close,
.modal-branded .btn-close {
    color: #fff;
    text-shadow: none;
}

.modal-branded .modal-footer {
    background-color: #f8f9fa;
}

.popover.popover-sm {
    max-width: 246px;
}

.popover-body {
    color: inherit;
}

.popover-link {
    font-weight: 700;
}

.ui.popup {
    z-index: 9999;
}

.popover-dismissible {
    padding-right: 2.625rem;
}

.popover-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    color: inherit;
}

.popover-brand {
    color: #fff;
    background-color: #224d8f;
    border-color: #224d8f;
}

.popover-brand hr {
    border-top-color: #1d427a;
}

.popover-brand .popover-link {
    color: #fff;
}

.popover-brand.bs-popover-top .arrow::before, .popover-brand.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover-brand.bs-popover-top .arrow::after,
.popover-brand.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #224d8f;
}

.popover-brand.bs-popover-right .arrow::before, .popover-brand.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover-brand.bs-popover-right .arrow::after,
.popover-brand.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #224d8f;
}

.popover-brand.bs-popover-bottom .arrow::before, .popover-brand.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover-brand.bs-popover-bottom .arrow::after,
.popover-brand.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #224d8f;
}

.popover-brand.bs-popover-left .arrow::before, .popover-brand.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover-brand.bs-popover-left .arrow::after,
.popover-brand.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #224d8f;
}

.popover-primary {
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
}

.popover-primary hr {
    border-top-color: #005dc0;
}

.popover-primary .popover-link {
    color: #fff;
}

.popover-primary.bs-popover-top .arrow::before, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover-primary.bs-popover-top .arrow::after,
.popover-primary.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #0069d9;
}

.popover-primary.bs-popover-right .arrow::before, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover-primary.bs-popover-right .arrow::after,
.popover-primary.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #0069d9;
}

.popover-primary.bs-popover-bottom .arrow::before, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover-primary.bs-popover-bottom .arrow::after,
.popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #0069d9;
}

.popover-primary.bs-popover-left .arrow::before, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover-primary.bs-popover-left .arrow::after,
.popover-primary.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #0069d9;
}

.popover-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.popover-secondary hr {
    border-top-color: #60686f;
}

.popover-secondary .popover-link {
    color: #fff;
}

.popover-secondary.bs-popover-top .arrow::before, .popover-secondary.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover-secondary.bs-popover-top .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #6c757d;
}

.popover-secondary.bs-popover-right .arrow::before, .popover-secondary.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover-secondary.bs-popover-right .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #6c757d;
}

.popover-secondary.bs-popover-bottom .arrow::before, .popover-secondary.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover-secondary.bs-popover-bottom .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #6c757d;
}

.popover-secondary.bs-popover-left .arrow::before, .popover-secondary.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover-secondary.bs-popover-left .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #6c757d;
}

.popover-success {
    color: #fff;
    background-color: #008800;
    border-color: #008800;
}

.popover-success hr {
    border-top-color: #006f00;
}

.popover-success .popover-link {
    color: #fff;
}

.popover-success.bs-popover-top .arrow::before, .popover-success.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover-success.bs-popover-top .arrow::after,
.popover-success.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #008800;
}

.popover-success.bs-popover-right .arrow::before, .popover-success.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover-success.bs-popover-right .arrow::after,
.popover-success.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #008800;
}

.popover-success.bs-popover-bottom .arrow::before, .popover-success.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover-success.bs-popover-bottom .arrow::after,
.popover-success.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #008800;
}

.popover-success.bs-popover-left .arrow::before, .popover-success.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover-success.bs-popover-left .arrow::after,
.popover-success.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #008800;
}

.popover-info {
    color: #fff;
    background-color: #008196;
    border-color: #008196;
}

.popover-info hr {
    border-top-color: #006b7d;
}

.popover-info .popover-link {
    color: #fff;
}

.popover-info.bs-popover-top .arrow::before, .popover-info.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover-info.bs-popover-top .arrow::after,
.popover-info.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #008196;
}

.popover-info.bs-popover-right .arrow::before, .popover-info.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover-info.bs-popover-right .arrow::after,
.popover-info.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #008196;
}

.popover-info.bs-popover-bottom .arrow::before, .popover-info.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover-info.bs-popover-bottom .arrow::after,
.popover-info.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #008196;
}

.popover-info.bs-popover-left .arrow::before, .popover-info.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover-info.bs-popover-left .arrow::after,
.popover-info.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #008196;
}

.popover-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.popover-warning hr {
    border-top-color: #edb100;
}

.popover-warning .popover-link {
    color: #212529;
}

.popover-warning.bs-popover-top .arrow::before, .popover-warning.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover-warning.bs-popover-top .arrow::after,
.popover-warning.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #ffc107;
}

.popover-warning.bs-popover-right .arrow::before, .popover-warning.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover-warning.bs-popover-right .arrow::after,
.popover-warning.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #ffc107;
}

.popover-warning.bs-popover-bottom .arrow::before, .popover-warning.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover-warning.bs-popover-bottom .arrow::after,
.popover-warning.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #ffc107;
}

.popover-warning.bs-popover-left .arrow::before, .popover-warning.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover-warning.bs-popover-left .arrow::after,
.popover-warning.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #ffc107;
}

.popover-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.popover-danger hr {
    border-top-color: #d32535;
}

.popover-danger .popover-link {
    color: #fff;
}

.popover-danger.bs-popover-top .arrow::before, .popover-danger.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover-danger.bs-popover-top .arrow::after,
.popover-danger.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #dc3545;
}

.popover-danger.bs-popover-right .arrow::before, .popover-danger.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover-danger.bs-popover-right .arrow::after,
.popover-danger.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #dc3545;
}

.popover-danger.bs-popover-bottom .arrow::before, .popover-danger.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover-danger.bs-popover-bottom .arrow::after,
.popover-danger.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #dc3545;
}

.popover-danger.bs-popover-left .arrow::before, .popover-danger.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover-danger.bs-popover-left .arrow::after,
.popover-danger.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #dc3545;
}

.popover-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.popover-light hr {
    border-top-color: #e9ecef;
}

.popover-light .popover-link {
    color: #212529;
}

.popover-light.bs-popover-top .arrow::before, .popover-light.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover-light.bs-popover-top .arrow::after,
.popover-light.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #f8f9fa;
}

.popover-light.bs-popover-right .arrow::before, .popover-light.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover-light.bs-popover-right .arrow::after,
.popover-light.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #f8f9fa;
}

.popover-light.bs-popover-bottom .arrow::before, .popover-light.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover-light.bs-popover-bottom .arrow::after,
.popover-light.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #f8f9fa;
}

.popover-light.bs-popover-left .arrow::before, .popover-light.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover-light.bs-popover-left .arrow::after,
.popover-light.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #f8f9fa;
}

.popover-gray {
    color: #212529;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.popover-gray hr {
    border-top-color: #cfd5db;
}

.popover-gray .popover-link {
    color: #212529;
}

.popover-gray.bs-popover-top .arrow::before, .popover-gray.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover-gray.bs-popover-top .arrow::after,
.popover-gray.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #dee2e6;
}

.popover-gray.bs-popover-right .arrow::before, .popover-gray.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover-gray.bs-popover-right .arrow::after,
.popover-gray.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #dee2e6;
}

.popover-gray.bs-popover-bottom .arrow::before, .popover-gray.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover-gray.bs-popover-bottom .arrow::after,
.popover-gray.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #dee2e6;
}

.popover-gray.bs-popover-left .arrow::before, .popover-gray.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover-gray.bs-popover-left .arrow::after,
.popover-gray.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #dee2e6;
}

.popover-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.popover-dark hr {
    border-top-color: #292d32;
}

.popover-dark .popover-link {
    color: #fff;
}

.popover-dark.bs-popover-top .arrow::before, .popover-dark.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover-dark.bs-popover-top .arrow::after,
.popover-dark.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #343a40;
}

.popover-dark.bs-popover-right .arrow::before, .popover-dark.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover-dark.bs-popover-right .arrow::after,
.popover-dark.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #343a40;
}

.popover-dark.bs-popover-bottom .arrow::before, .popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover-dark.bs-popover-bottom .arrow::after,
.popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #343a40;
}

.popover-dark.bs-popover-left .arrow::before, .popover-dark.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover-dark.bs-popover-left .arrow::after,
.popover-dark.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #343a40;
}

.tooltip-inner {
    text-align: left;
}

.callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

.callout .callout-title {
    margin-top: 0;
    margin-bottom: 5px;
}

.callout p:last-child {
    margin-bottom: 0;
}

/* Variations */
.callout-danger {
    background-color: #fdf7f7;
    border-color: #eed3d7;
}

.callout-danger .callout-title {
    color: #b94a48;
}

.callout-warning {
    background-color: #faf8f0;
    border-color: #faebcc;
}

.callout-warning .callout-title {
    color: #8a6d3b;
}

.callout-info {
    background-color: #f4f8fa;
    border-color: #bce8f1;
}

.callout-info .callout-title {
    color: #34789a;
}

.callout-success {
    background-color: #f5fef1;
    border-color: #d6e9c6;
}

.callout-success .callout-title {
    color: #3c763d;
}

.callout-alt {
    display: inline-block;
    padding: .75rem 1rem .75rem 3rem;
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #555459;
    border-left-width: 5px;
    margin-bottom: 1rem;
    border-radius: .25rem;
    font-size: 16px;
    line-height: 20px;
}

.callout-alt > i:first-of-type {
    margin-right: .5rem;
    margin-left: -2rem;
    width: 1.25rem;
    text-align: center;
    float: left;
}

.callout-alt p {
    margin-bottom: 0;
}

.callout-alt li a {
    /*  font-family:'droid-serifregular',"Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
*/
}

.callout-alt.callout-alt_info {
    border-color: #439fe0;
}

.callout-alt.callout-alt_info > i:first-of-type {
    color: #439fe0;
}

.callout-alt.callout-alt_warning {
    border-color: #edb431;
}

.callout-alt.callout-alt_warning > i:first-of-type {
    color: #edb431;
}

.callout-alt.callout-alt_success {
    border-color: #2ab27b;
}

.callout-alt.callout-alt_success > i:first-of-type {
    color: #2ab27b;
}

.callout-alt.callout-alt_danger {
    border-color: #cb5234;
}

.callout-alt.callout-alt_danger > i:first-of-type {
    color: #cb5234;
}

.navbar--sign-up {
    position: relative;
    background-color: #1d2124;
    color: #fff;
    padding: .5em;
}

.navbar--sign-up .close-signup,
.navbar--sign-up .close-signup:hover {
    position: absolute;
    top: 0;
    right: 2em;
    color: #fff;
}

@media (max-width: 991.98px) {
    .navbar--sign-up .close-signup,
    .navbar--sign-up .close-signup:hover {
        bottom: auto;
        right: 0;
    }
}

.navbar--sign-up .sign-up-text {
    margin: 0;
}

.navbar--sign-up a {
    color: #fff;
    text-decoration: underline;
}

.main-header.auto-hide.is-hidden > .navbar--sign-up {
    padding-top: 0;
}

.modal--signin {
    border-top-right-radius: 0;
}

.modal--signin fieldset[disabled] {
    position: relative;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.modal--signin fieldset[disabled]:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.modal--signin fieldset[disabled] .show-hide-pw {
    color: #6c757d;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
}

.modal--signin.modal-body {
    padding: 2rem;
}

.modal--signin .register-login > .row > [class*="col-"]:last-child {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #dee2e6;
}

@media (min-width: 992px) {
    .modal--signin .register-login > .row > [class*="col-"]:last-child {
        padding-top: 0px;
        margin-top: 0px;
        border-top: none;
        box-shadow: inset 1px 0px 0px 0px #dee2e6;
    }
}

.modal--signin .show-hide-pw {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: .5em;
    padding-left: .5em;
    z-index: 4;
}

.modal--signin .show-hide-pw > .btn {
    background-color: #fff;
}

.modal--signin .toggle-password,
.modal--signin .toggle-password-modal {
    font-size: 0.875rem;
}

.modal--signin .was-validated .form-control:valid,
.modal--signin .form-control.is-valid {
    border-color: inherit;
    background-image: none;
}

.modal--signin .was-validated .form-control:valid:focus,
.modal--signin .form-control.is-valid:focus {
    border: 1px solid #ced4da;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.modal--signin .was-validated .form-check-input:valid ~ .form-check-label,
.modal--signin .form-check-input.is-valid ~ .form-check-label,
.modal--signin .was-validated .custom-control-input:valid ~ .custom-control-label,
.modal--signin .custom-control-input.is-valid ~ .custom-control-label {
    color: inherit;
}

.modal--signin .was-validated .custom-control-input:valid ~ .custom-control-label::before,
.modal--signin .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #adb5bd;
}

.modal--signin .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.modal--signin .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.modal--signin .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.modal--signin .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.modal--signin .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.modal--signin .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #adb5bd;
}

.modal--signin .was-validated .form-control:invalid,
.modal--signin .form-control.is-invalid {
    background-image: none;
}

.modal-content--inverse .modal-header {
    position: absolute;
    top: .5rem;
    right: .75em;
    z-index: 1;
}

.modal-content--inverse .modal-header .close {
    padding: 0;
    margin: -.5rem;
    padding: .5rem;
}

@media (max-width: 991.98px) {
    .modal-content--inverse .modal-header .close {
        color: #fff;
    }
}

.modal-content--inverse .create-account {
    background-color: #284d88;
}

.modal-content--inverse .create-account .btn {
    background: #137AC3;
    border-color: #319be7;
}

.modal-content--inverse .create-account .btn:hover {
    background: #278bcf;
}

.modal-content--inverse .register-login > .row > [class*="col-"]:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}

@media (min-width: 992px) {
    .modal-content--inverse .register-login > .row > [class*="col-"]:last-child {
        box-shadow: none;
    }
}

.sign-in-wrapper {
    width: 100%;
}

.sign-in-wrapper .extron-logo svg {
    max-height: 2.5rem;
}

@media (min-width: 576px) {
    .sign-in-wrapper {
        align-items: center;
    }
}

.sign-in-window {
    padding: 3em;
    border: 1px solid #ddd;
    background-color: #fff;
}

#side-panel.vid-list {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-right: 0 !important;
    padding-right: 0 !important;
    flex: 0 0 25rem;
    max-width: 25rem;
    transition: all .5s ease-in-out;
    position: relative;
}

@media (max-width: 991.98px) {
    #side-panel.vid-list {
        flex: 0 0 100%;
        max-width: 100%;
        transition: all 0.2s ease-in-out;
    }
}

[data-tabcount="0"] #side-panel.vid-list {
    display: none !important;
}

[data-tabcount="1"] #side-panel.vid-list, [data-tabcount="2"] #side-panel.vid-list {
    flex: 0 0 25rem;
    max-width: 25rem;
}

[data-tabcount="3"] #side-panel.vid-list {
    flex: 0 0 30rem;
    max-width: 30rem;
}

@media (max-width: 991.98px) {
    [data-tabcount="2"] #side-panel.vid-list .nav-item, [data-tabcount="3"] #side-panel.vid-list .nav-item {
        flex: 1 1 auto;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    [data-tabcount="1"] #side-panel.vid-list, [data-tabcount="2"] #side-panel.vid-list, [data-tabcount="3"] #side-panel.vid-list {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

#side-panel.vid-list .nav {
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: initial;
    z-index: 999;
}

#side-panel.vid-list .nav .nav-item {
    margin-bottom: -1px;
}

@media (max-width: 767.98px) {
    #side-panel.vid-list .nav .nav-item:last-of-type {
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

#side-panel.vid-list .nav .nav-item .nav-link {
    color: #495057;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    #side-panel.vid-list .nav .nav-item .nav-link:last-of-type {
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

#side-panel.vid-list .nav .nav-item .nav-link:hover {
    background: rgba(255, 255, 255, 0.75);
}

#side-panel.vid-list .nav .nav-item .nav-link.active {
    color: #343a40;
    background: #fff;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    [data-tabcount="3"] #side-panel.vid-list .nav .nav-item .nav-link {
        padding: 0.5rem !important;
        font-size: 0.8888888889rem;
    }
}

#side-panel.vid-list .tab-content {
    position: absolute;
    padding-top: 2.5rem;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 991.98px) {
    #side-panel.vid-list .tab-content {
        position: relative;
        padding-top: 0;
    }
}

.stand-alone #side-panel.vid-list .tab-content {
    border: 1px solid #dee2e6;
    border-top: 0;
    border-radius: 0 0 0.2rem 0.2rem;
}

#side-panel.hide-sp {
    display: none !important;
}

.v-card:first-child {
    margin-top: 1.5rem;
}

.v-card:hover, .v-card:focus {
    background: #f8f9fa !important;
}

.v-card .card-image-top {
    overflow: visible !important;
    min-width: 8rem;
}

.v-card .card-image-top.related-products-img {
    min-width: 5.5rem;
    max-width: 5.5rem !important;
    padding-left: 0 !important;
}

.v-card .card-chapter-label {
    font-size: 0.75rem !important;
    margin-bottom: 0;
    text-transform: uppercase;
    white-space: no-wrap;
    color: #212529;
}

.v-card .card-title {
    margin-top: 0;
    margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
    .v-card .card-title {
        -webkit-line-clamp: 2 !important;
        max-height: 2.8rem;
    }
}

.v-card .card-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.v-card .card-title:focus {
    outline: none;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .v-card .card-text {
        -webkit-line-clamp: 2 !important;
        max-height: 2.8rem !important;
    }
}

@media (max-width: 767.98px) {
    .v-card .card-text {
        -webkit-line-clamp: 1 !important;
        max-height: 1.4rem !important;
    }
}

.v-card .card-video__alert {
    display: none;
    font-size: 0.75rem;
    border-color: rgba(0, 0, 0, 0.25);
    border-radius: 0.25rem 0;
    padding: 0.25rem 0.75rem;
    left: -0.5rem;
    letter-spacing: 0.5px;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: -0.25rem;
    margin: 0em;
}

.v-card .card-video__alert small {
    display: block;
    font-weight: 700;
}

.v-card .card-video__alert:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0%;
    background-color: transparent !important;
    border-style: solid;
    border-width: 0em 0.5rem 0.6em 0;
    border-color: transparent;
    border-right-color: inherit;
    width: 0em;
    height: 0em;
    color: transparent;
}

.v-card.is-playing {
    z-index: 5 !important;
    border: 2px dotted #212529 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-0.25rem) !important;
}

.v-card.is-playing:hover, .v-card.is-playing:focus {
    transform: translateY(-0.25rem) !important;
}

.v-card.is-playing:hover .card-image-top, .v-card.is-playing:focus .card-image-top {
    background: transparent !important;
    opacity: 1 !important;
}

.v-card.is-playing:hover .card-image-top:after, .v-card.is-playing:focus .card-image-top:after {
    opacity: 0 !important;
}

.v-card.is-playing:hover .card-image-top .card-img-top, .v-card.is-playing:focus .card-image-top .card-img-top {
    opacity: 1 !important;
}

.v-card.is-playing .card-video__alert {
    display: block;
}

.is-locked .locked-content {
    top: 0.1rem !important;
    right: 0.1rem !important;
}

.is-locked .card-video__alert {
    display: none !important;
}

.rp-card .card {
    margin-bottom: 0;
}

#video-info {
    background: #343a40;
}

#video-info .video-info-inner p.video-info-text {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #e9ecef;
    position: relative;
}

.vid-info {
    display: block;
    position: relative;
}

[data-tabcount="0"] .vid-info {
    flex: 0 0 100%;
    width: 100%;
}

[data-tabcount="1"] .vid-info, [data-tabcount="2"] .vid-info, [data-tabcount="3"] .vid-info {
    width: auto;
}

@media (max-width: 767.98px) {
    [data-tabcount="1"] .vid-info, [data-tabcount="2"] .vid-info, [data-tabcount="3"] .vid-info {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    z-index: 999 !important;
}

.modal-open {
    padding-right: 0 !important;
}

#idVideoPlayerModal.modal {
    padding-right: 0 !important;
}

@media (min-width: 992px) {
    #idVideoPlayerModal.modal .modal-dialog.modal-lg, #idVideoPlayerModal.modal .modal-dialog.modal-xl, #idVideoPlayerModal.modal .modal-dialog.video-modal {
        max-width: 1140px;
    }
}

.modal.fade #idVideoPlayerModal.modal .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade #idVideoPlayerModal.modal .modal-dialog {
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    #idVideoPlayerModal.modal .modal-dialog {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
}

@media (max-width: 991.98px) {
    #idVideoPlayerModal.modal .modal-dialog {
        position: relative;
        width: auto;
        max-width: none;
    }
}

@media (min-width: 1200px) {
    #idVideoPlayerModal.modal .modal-dialog.video-modal {
        max-width: 1140px;
    }
}

@media (min-width: 1350px) {
    #idVideoPlayerModal.modal .modal-dialog.video-modal {
        max-width: 82.5rem;
    }
}

@media (min-width: 1600px) {
    #idVideoPlayerModal.modal .modal-dialog.video-modal {
        max-width: 88.75rem;
    }
}

#idVideoPlayerModal.modal .modal-dialog.video-modal .modal-header {
    background-color: #343a40;
    border-radius: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#idVideoPlayerModal.modal .modal-dialog.video-modal .modal-header .modal-title {
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}

#idVideoPlayerModal.modal .modal-dialog.video-modal .modal-header .header-btns a {
    white-space: nowrap;
}

#idVideoPlayerModal.modal .modal-dialog.video-modal .modal-header .close {
    padding: 0.85rem;
    margin: -0.625rem;
    color: #fff;
    text-shadow: none;
}

@media (max-width: 767.98px) {
    #idVideoPlayerModal.modal .modal-dialog.video-modal .modal-header .close {
        padding: 0.625rem;
    }
}

#idVideoPlayerModal.modal .modal-dialog.video-modal .modal-header .close:hover, #idVideoPlayerModal.modal .modal-dialog.video-modal .modal-header .close:focus {
    opacity: 1;
}

#idVideoPlayerModal.modal .modal-dialog.video-modal .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0 !important;
    border: 0 !important;
}

#idVideoPlayerModal.modal .modal-dialog.video-modal .modal-content.wide-screen {
    overflow: hidden;
}

#idVideoPlayerModal.modal .modal-dialog.video-modal .modal-content.wide-screen + .vid-list {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    background-color: #fff;
}

#idVideoPlayerModal.modal .modal-dialog.video-modal .modal-content .modal-body {
    padding: 0;
}

@media (min-width: 992px) {
    #idVideoPlayerModal.modal .modal-dialog.video-modal .modal-content .modal-body > .row.no-gutters {
        flex-wrap: nowrap;
    }
}

@media (max-width: 991.98px) {
    #idVideoPlayerModal.modal .modal-dialog.video-modal .modal-content .modal-body #video-main.vid-info {
        flex: 0 0 100%;
        max-width: 100%;
        transition: all 0.2s ease-in-out;
    }
}

#idVideoPlayerModal.modal .modal-dialog.video-modal .modal-content .modal-body #video-main.vid-info.sticky-top {
    z-index: 1020;
}

#idVideoPlayerModal.modal .modal-dialog.video-modal .modal-content .modal-body #video-main .modal-player {
    position: relative;
}

#video-main {
    background: #000;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 824px) and (orientation: landscape) {
    #video-main {
        position: relative !important;
        top: 0 !important;
    }
}

.fullbar-wrap {
    height: 2.5rem;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
}

.fullbar-wrap .fullbar {
    font-size: 1.125rem;
    color: #fff;
}

.fullbar-wrap .fullbar-logo {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    top: 0;
    width: 5rem;
    height: 2.5rem;
    background: url(https://media.extron.com/public/img/video-player/extron.svg) no-repeat center center;
    background-size: contain;
}

.fullbar-wrap .fullbar-text {
    font-size: 1.125rem;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-top: 0.345rem;
    padding-bottom: 0.345rem;
    margin-left: 1rem;
    line-height: inherit;
    white-space: nowrap;
}

.fullbar-wrap .fullbar-text:before {
    content: '';
    position: absolute;
    top: 0.75rem;
    height: calc(100% - 1.25rem);
    width: .125rem;
    margin-left: -1rem;
    background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1199.98px) {
    .stand-alone #video-main {
        top: 2.5rem;
    }
}

.stand-alone #side-panel {
    margin-left: 1rem;
}

@media (max-width: 991.98px) {
    .stand-alone #side-panel {
        margin-left: 0 !important;
    }
}

.hide-video #video-main {
    display: none;
}

.hide-video #side-panel {
    margin-left: 0 !important;
}

.hide-video #side-panel.vid-list {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column !important;
}

.hide-video #side-panel.vid-list > .tab-content {
    position: relative;
}

/*VIDEO*/
.azuremediaplayer {
    background-color: #000;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    vertical-align: middle;
    font-size: 0 !important;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    min-width: 12rem;
    padding-top: 56.25%;
}

.azuremediaplayer:-moz-full-screen {
    position: absolute;
}

.azuremediaplayer:-webkit-full-screen {
    height: 100%;
    width: 100%;
}

.azuremediaplayer:hover .vjs-slider-handle {
    height: 0.5rem;
    width: 0.25rem;
    border-radius: 0.2rem;
    margin: -0.25rem -0.15rem;
}

.azuremediaplayer:hover .vjs-big-play-button:before {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.azuremediaplayer:hover .vjs-replay .vjs-big-play-button {
    transform: none !important;
}

video.azuremediaplayer {
    opacity: 0;
}

/*VJS PREFIX*/
.vjs- {
    /*BIG PLAY BTN*/
    /*CONTROL BAR*/
    /*VJS BUTTON*/
    /*VJS MENU*/
}

.vjs-full-window {
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 0;
}

.vjs-fluid {
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
    height: 0 !important;
    margin-bottom: 3.25rem;
}

@media (max-width: 767.98px) {
    .vjs-fluid {
        margin-bottom: 4.5rem;
    }
}

.vjs-fluid.captions-showing {
    transition: all 0.2s ease-in-out;
    margin-bottom: 7rem;
}

@media (max-width: 767.98px) {
    .vjs-fluid.captions-showing {
        margin-bottom: 8.25rem;
    }
}

.vjs-fluid.captions-showing .vjs-text-track-display {
    bottom: -3.75rem;
    animation: fade-captions 1s forwards ease;
    animation-delay: 1.5s;
}

.vjs-fluid.captions-showing .vjs-control-bar {
    bottom: -7rem;
}

@media (max-width: 767.98px) {
    .vjs-fluid.captions-showing .vjs-control-bar {
        bottom: -8.25rem;
    }
}

.vjs-tech, .vjs-player {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.vjs-player:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.vjs-hidden {
    display: none !important;
}

.vjs-captions-button {
    display: inline-block;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.vjs-big-play-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    text-align: center;
    vertical-align: middle;
    outline: 0;
    z-index: 9;
    transition: all 0.2s ease-in-out;
}

.vjs-playing .vjs-big-play-button, .vjs-waiting .vjs-big-play-button {
    opacity: 0;
    visibility: hidden;
}

.vjs-big-play-button:before {
    content: "\f144";
    height: 3.5rem;
    width: 3.5rem;
    font-size: 3.5rem;
    line-height: 3.5rem;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    vertical-align: middle;
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.2s ease-in-out;
}

.vjs-playing .vjs-big-play-button:before {
    opacity: 0;
    pointer-events: none;
}

.vjs-paused .vjs-big-play-button:before {
    opacity: .9;
    pointer-events: all;
}

.vjs-big-play-button:focus, .vjs-big-play-button:hover, .vjs-big-play-button:active {
    outline: 0;
}

.vjs-big-play-button:focus:before, .vjs-big-play-button:hover:before, .vjs-big-play-button:active:before {
    opacity: 1;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
}

.vjs-error .vjs-big-play-button {
    display: none;
}

.vjs-loading-spinner {
    font-size: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000;
    pointer-events: none;
    opacity: 0;
    z-index: 99;
    transition: all 0.2s ease-in-out;
}

.vjs-loading-spinner span {
    display: block;
    position: absolute;
    margin-top: -3rem;
    margin-left: -3rem;
    top: 50%;
    left: 50%;
    height: 6rem;
    width: 6rem;
    background: url(https://media.extron.com/public/img/video-player/logo-extron-s3.svg) no-repeat;
    background-size: 60%;
    background-position: 50% 50%;
}

.vjs-loading-spinner span:after {
    display: block;
    content: "";
    width: 6rem;
    height: 6rem;
    border: 0.25rem solid rgba(0, 105, 217, 0);
    border-radius: 500rem;
    border-top-color: #0069d9;
    animation: spin 1s ease infinite;
}

.vjs-waiting .vjs-loading-spinner, .vjs-seeking .vjs-loading-spinner {
    pointer-events: all;
    opacity: 1;
}

.vjs-error .vjs-loading-spinner {
    display: none;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.vjs-circle-load {
    position: absolute;
    width: 6rem;
    height: 6rem;
    top: 50%;
    left: 50%;
    margin-left: -3rem;
    margin-top: -3rem;
}

@media (max-width: 767.98px) {
    .vjs-circle-load {
        transform: scale(0.75);
    }
}

.vjs-circle-load .vjs-circle-load-svg {
    stroke-dasharray: 0 570;
    animation: load-spin 10s linear infinite;
}

@keyframes load-spin {
    100% {
        stroke-dasharray: 570 570;
    }
}

.vjs-control-bar {
    position: absolute;
    display: table;
    bottom: -3.25rem;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-image: none;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.11);
    height: 3.25rem;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
    background-color: #212529;
}

@media (max-width: 767.98px) {
    .vjs-control-bar {
        bottom: -4.5rem;
        height: 4.5rem;
        padding: 0 0.5rem;
    }
}

.vjs-control-bar .amp-controlbaricons-left, .vjs-control-bar .amp-controlbaricons-middle, .vjs-control-bar .amp-controlbaricons-right {
    display: table-cell;
}

.vjs-control-bar .amp-controlbaricons-left, .vjs-control-bar .amp-controlbaricons-right {
    vertical-align: middle;
    white-space: nowrap;
    width: 1px;
}

@media (max-width: 767.98px) {
    .vjs-control-bar .amp-controlbaricons-left, .vjs-control-bar .amp-controlbaricons-right {
        height: 2.25rem !important;
    }
}

@media (max-width: 767.98px) {
    .vjs-control-bar .amp-controlbaricons-right {
        display: flex !important;
        justify-content: flex-end;
        left: 3.25rem;
        position: absolute;
        right: 0;
        top: 0;
        width: auto !important;
    }
}

@media (max-width: 767.98px) {
    .vjs-control-bar .amp-controlbaricons-left {
        display: block !important;
        width: 2.25rem;
    }
}

.vjs-control-bar .amp-controlbaricons-middle {
    min-width: 12.5rem;
    direction: ltr;
    flex-grow: 1;
    height: 3.25rem;
    position: relative;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .vjs-control-bar .amp-controlbaricons-middle {
        display: flex !important;
        position: relative;
        height: 2.25rem !important;
        width: 100%;
    }
    .vjs-control-bar .amp-controlbaricons-middle .vjs-time-control {
        height: 2.25rem;
    }
    .vjs-control-bar .amp-controlbaricons-middle .vjs-time-control .vjs-duration-display, .vjs-control-bar .amp-controlbaricons-middle .vjs-time-control .vjs-current-time-display {
        height: auto;
        line-height: 1;
        position: relative;
        font-size: 0.7rem !important;
        color: #fff;
    }
    .vjs-control-bar .amp-controlbaricons-middle .vjs-current-time, .vjs-control-bar .amp-controlbaricons-middle .vjs-duration {
        height: auto !important;
        line-height: initial;
        color: #fff;
    }
}

.vjs-control-bar .amp-controlbaricons-.vjs-hidden {
    display: table !important;
}

.vjs-time-control {
    font-size: 0.8888888889rem;
    font-weight: 400;
    color: #fff;
    line-height: 3.25rem;
    height: 3.25rem;
}

.vjs-current-time {
    position: absolute;
    left: 0;
    display: inline-block;
    color: #fff;
}

.vjs-current-time:hover {
    background-color: transparent;
    cursor: default;
}

.vjs-duration {
    position: absolute;
    right: 0;
    margin-right: 0.5rem;
}

.vjs-current-time-display {
    display: block;
    margin-left: 0.5rem;
}

.vjs-remaining-time-display {
    display: none;
}

.vjs-progress-control {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 50%;
    width: auto;
    height: .25rem;
    overflow: visible;
    transition: all 0.2s ease-in-out;
    margin-top: -0.125rem;
    margin-left: 3rem;
    margin-right: 3rem;
}

@media (max-width: 767.98px) {
    .vjs-progress-control {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
}

.vjs-progress-control:hover .vjs-mouse-display {
    display: block;
}

.vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #dee2e6;
    z-index: 1;
    font-weight: 300;
    font-style: normal;
}

.vjs-progress-control .vjs-mouse-display > span.amp-time-tooltip {
    display: block;
    position: absolute;
    top: -2.5rem;
    right: -1.5rem;
    font-size: 0.8888888889rem;
    font-weight: 700;
    color: #fff;
    padding: 0.5rem;
    background-color: #000;
    border-radius: 0.25rem;
    z-index: 1070;
}

@media (max-width: 767.98px) {
    .vjs-progress-control .vjs-mouse-display > span.amp-time-tooltip {
        display: none;
    }
}

.vjs-progress-control .vjs-progress-holder {
    background-color: #6c757d;
    cursor: pointer;
    height: 100%;
    padding: 0;
    position: relative;
}

.vjs-progress-control .vjs-progress-holder .vjs-play-progress, .vjs-progress-control .vjs-progress-holder .vjs-load-progress, .vjs-progress-control .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    display: block;
    margin: 0;
    padding: 0;
}

.vjs-progress-control .vjs-play-progress {
    background-color: #0069d9;
}

.vjs-progress-control .vjs-load-progress, .vjs-progress-control div {
    background-color: #adb5bd;
}

.vjs-progress-control .vjs-slider-handle {
    position: absolute;
    top: 50%;
    left: 0;
    height: .25rem;
    width: .25rem;
    background: #fff;
    border-radius: 0.2rem;
    margin: -.125rem 0 0 -.125rem;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
    .vjs-progress-control .vjs-slider-handle {
        height: 0.5rem;
        width: 0.25rem;
        border-radius: 0.2rem;
        margin: -0.25rem 0 !important;
    }
}

.vjs-progress-control .vjs-slider-handle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: .25rem;
    width: .25rem;
    background: #fff;
    border-radius: 0.2rem;
    content: '';
    margin: -0.125rem;
    transition: all 0.2s ease-in-out;
}

.vjs-progress-control .vjs-slider-handle:after {
    position: absolute;
    top: -0.625rem;
    right: -0.5rem;
    bottom: -0.625rem;
    left: -0.5rem;
    border: 2px solid #fff;
    content: '';
    display: none;
    transition: all 0.2s ease-in-out;
}

.vjs-progress-control .vjs-slider-handle:focus .vjs-slider-handle:before {
    display: block;
    height: .75rem;
    margin: -0.375rem 0 -0.125rem !important;
    box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.4);
}

.vjs-progress-control .vjs-slider-handle:focus .vjs-slider-handle:after {
    display: block;
}

.vjs-button {
    cursor: pointer;
    background-color: transparent;
    height: 3.25rem;
    width: 3rem;
    border: 0;
    display: inline-block;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
}

@media (max-width: 767.98px) {
    .vjs-button {
        height: 2.25rem;
        max-width: 3rem;
        width: 100%;
    }
}

.vjs-button:before {
    height: 3.25rem;
    width: 3rem;
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0.75rem;
    color: #f8f9fa;
    outline: none;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 767.98px) {
    .vjs-button:before {
        font-size: 1.125rem;
        height: 2.25rem;
        width: 100%;
        padding: 0.5rem;
    }
}

.vjs-button.amp-control-disabled {
    height: 0;
    width: 0;
    position: static;
}

.vjs-button.amp-control-disabled:before {
    content: '' !important;
}

.vjs-button[aria-expanded=true] .vjs-menu {
    display: block;
}

.vjs-button:hover, .vjs-button:focus, .vjs-button:hover .vjs-button[aria-expanded=true], .vjs-button:focus .vjs-button[aria-expanded=true] {
    background-color: rgba(255, 255, 255, 0.25);
    outline: none;
}

.vjs-button.amp-control-disabled {
    height: 0;
    width: 0;
    position: static;
}

.vjs-button.amp-control-disabled:before {
    content: '' !important;
}

.vjs-button.focusedbtn:before {
    color: #ffc107 !important;
}

.vjs-button.vjs-play-control.vjs-paused:before {
    content: "\f04b";
}

.vjs-button.vjs-play-control.vjs-playing:before {
    content: "\f04c";
}

.vjs-button.vjs-play-control.vjs-replay:before {
    content: "\f01e" !important;
}

.vjs-button.amp-quality-control:before {
    content: "\f320";
}

.vjs-button.amp-quality-control .vjs-menu {
    display: none !important;
}

.vjs-button.amp-quality-control:hover .vjs-control-text {
    opacity: 0.9 !important;
    bottom: 4rem !important;
    outline: none !important;
    transition: all 0.2s ease-in-out !important;
}

[data-tabcount="0"] .vjs-button.amp-quality-control {
    display: none !important;
}

.vjs-button:not(.vjs--menu-button):hover .vjs-control-text {
    opacity: 1;
    bottom: 4rem;
    outline: none !important;
    transition: all 0.2s ease-in-out;
}

.vjs-button.amp-playbackspeed-control-normal:before {
    content: "\f62c";
}

.vjs-button.amp-playbackspeed-control-fast:before {
    content: "\f629";
}

.vjs-button.amp-playbackspeed-control-fastest:before {
    content: "\f62a";
}

.vjs-button.amp-download-control {
    display: inline-block !important;
}

.vjs-button.amp-download-control:before {
    content: "\f05a";
}

.vjs-button.vjs-subtitles-button:before {
    content: "\e60b ";
}

.vjs-button.vjs-captions-button:before {
    content: "\f20a";
}

.vjs-button.vjs-fullscreen-control:before {
    content: "\f424";
}

.vjs-button:not(.vjs-menu-button):hover .vjs-control-text {
    opacity: 1;
    bottom: 4rem;
    outline: none !important;
    transition: all 0.2s ease-in-out;
}

.vjs-button .amp-showing-texttrack-settings .vjs-text-track-display {
    z-index: 1070;
}

.vjs-control-text {
    opacity: 0;
    position: absolute;
    bottom: 2.75rem;
    border: 0;
    margin: -1px;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background: #212529;
    max-width: 200px;
    z-index: 1070;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
    outline: 0 !important;
}

@media (max-width: 767.98px) {
    .vjs-control-text {
        display: none;
    }
}

.vjs-control-text:before {
    position: absolute;
    bottom: -0.38rem;
    left: 50%;
    margin-left: -0.25rem;
    width: 0;
    border-top: 0.4rem solid #212529;
    border-right: 0.4rem solid transparent;
    border-left: 0.4rem solid transparent;
    content: " ";
}

.vjs-fullscreen .vjs-play-control .vjs-control-text {
    left: 0.25rem;
    transform: translateX(0);
}

.vjs-fullscreen .vjs-play-control .vjs-control-text:before {
    left: 20%;
}

.vjs-fullscreen .vjs-fullscreen-control .vjs-control-text {
    left: auto;
    right: 0.25rem;
    transform: translateX(0);
}

.vjs-fullscreen .vjs-fullscreen-control .vjs-control-text:before {
    left: auto;
    right: 20%;
}

.vjs-menu {
    text-align: left;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 3.25rem;
    display: none;
    z-index: 9999;
}

@media (max-width: 767.98px) {
    .vjs-menu {
        bottom: 2.25rem;
    }
}

.vjs-volume-control .vjs-menu {
    display: block !important;
    visibility: visible;
    transform: translateY(0);
    height: 0;
}

.vjs-volume-control .vjs-menu .vjs-menu-content {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    white-space: nowrap;
    height: 7rem;
    width: 2.5rem;
    box-shadow: none;
    padding: 0;
    text-align: center;
    transform: rotate(180deg);
}

.vjs-menu .vjs-menu-content {
    position: absolute;
    right: 0;
    bottom: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: none;
    list-style: none;
    margin: 0;
    max-width: none;
    padding: 0;
    z-index: 99999;
}

.vjs-menu .vjs-menu-content .amp-menu-header {
    font-size: 0.7rem;
    text-align: left;
    font-weight: 500;
    line-height: 1.2;
    padding: 0.25rem 0.5rem;
    pointer-events: none;
    text-transform: uppercase;
}

.vjs-menu .vjs-menu-content .amp-menu-header:hover, .vjs-menu .vjs-menu-content .amp-menu-header:focus {
    background-color: none;
    outline: none;
}

.vjs-menu .vjs-menu-content .vjs-menu-item {
    font-size: 0.8888888889rem;
    font-weight: 400;
    text-align: left;
    width: 100%;
    display: block;
    padding: 0.25rem 0.5rem;
}

.vjs-menu .vjs-menu-content .vjs-menu-item:before {
    content: "\f0da";
    height: 100%;
    width: 0.3em;
    font-size: 0.8888888889rem;
    margin-right: 0.255em;
    padding-left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    line-height: inherit;
}

.vjs-menu .vjs-menu-content .vjs-menu-item:hover, .vjs-menu .vjs-menu-content .vjs-menu-item:focus {
    background-color: rgba(255, 255, 255, 0.25);
}

.vjs-menu .vjs-menu-content .vjs-menu-item.vjs-selected {
    background: #0069d9;
    color: #fff;
}

.vjs-menu .vjs-menu-content .vjs-menu-item.vjs-selected:hover, .vjs-menu .vjs-menu-content .vjs-menu-item.vjs-selected:focus {
    background: #037dff;
}

.vjs-menu .vjs-menu-content .vjs-menu-item.vjs-texttrack-settings {
    display: none !important;
}

.vjs-menu .vjs-menu-content .vjs-menu-item[aria-label="Unknown"] {
    display: none;
}

.vjs-control .vjs-control-text {
    bottom: 3.6rem;
}

.vjs-control.vjs-menu-button:not(.amp-quality-control) .vjs-control-text {
    display: none;
}

.vjs-text-track-display {
    z-index: 3;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.vjs-text-track-display > div {
    margin: 0 !important;
}

.vjs-text-track-display > div > div {
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: #000 !important;
    display: flex !important;
    padding: 0.5rem !important;
    height: 3.75rem !important;
    transition: all 0.2s ease-in-out;
}

.vjs-text-track-display > div > div > div {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 1.125rem !important;
    line-height: normal;
    display: block !important;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    align-self: center;
    justify-content: center;
    background: transparent !important;
}

@media (max-width: 767.98px) {
    .vjs-text-track-display > div > div > div {
        line-height: inherit;
        font-size: 0.8888888889rem !important;
    }
}

@keyframes fade-captions {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.vjs-fullscreen {
    height: 100% !important;
    width: 100% !important;
}

.vjs-fullscreen .vjs-control-bar {
    bottom: 0 !important;
}

.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\f422";
    color: #ffc107;
}

.vjs-fullscreen .outline-enabled .vjs-player:focus .vjs-fullscreen-outline {
    outline: 1px solid #000;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
}

.vjs-fullscreen .vjs-fullscreen-outline {
    display: none;
}

.azuremediaplayer .vjs-fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1030;
}

.azuremediaplayer .vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

.vjs-fullscreen .amp-quality-control, .vjs-fullscreen .amp-download-control {
    display: none !important;
}

.vjs-fullscreen.captions-showing {
    margin-bottom: 0 !important;
}

.vjs-fullscreen.captions-showing .vjs-text-track-display {
    opacity: 1;
    bottom: 0;
}

.vjs-fullscreen.captions-showing .vjs-text-track-display > div > div {
    bottom: 3.25rem !important;
    background: rgba(0, 0, 0, 0.8) !important;
}

@media (max-width: 767.98px) {
    .vjs-fullscreen.captions-showing .vjs-text-track-display > div > div {
        bottom: 4.5rem !important;
    }
}

.vjs-fullscreen.captions-showing .vjs-control-bar {
    bottom: 0 !important;
}

.vjs-volume-control {
    display: inline-block;
    position: relative;
    /*ipad PRo 12.9"*/
    /* Portrait */
    /* Declare the same value for min- and max-width to avoid colliding with desktops */
    /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
    /* Landscape */
    /* Declare the same value for min- and max-width to avoid colliding with desktops */
    /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}

@media (max-width: 1199.98px) {
    .vjs-volume-control {
        display: none !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .vjs-volume-control {
        display: none !important;
    }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .vjs-volume-control {
        display: none !important;
    }
}

.vjs-volume-control[aria-expanded=true] .vjs-menu .vjs-menu-content {
    opacity: 1;
    max-width: none;
    max-height: 16rem;
}

.vjs-volume-control[aria-expanded=true] .vjs-menu .vjs-menu-content .vjs-menu {
    height: calc(.875rem);
}

.vjs-volume-control .vjs-mute-control.vjs-vol-3:before, .vjs-volume-control .vjs-mute-control.vjs-vol-2:before, .vjs-volume-control .vjs-mute-control.vjs-vol-1:before {
    content: "\f6a8";
}

.vjs-volume-control .vjs-mute-control.vjs-vol-0:before {
    content: "\f6a9";
}

.vjs-volume-control .vjs-mute-control:hover .vjs-control-text {
    display: none;
}

.vjs-volume-bar {
    height: 5.9rem;
    width: 0.25rem;
    background: #6c757d;
    margin: 0.5rem auto;
    position: relative;
}

.vjs-volume-bar .vjs-volume-handle {
    position: absolute;
    left: -0.35rem;
    height: .25rem;
    width: 1rem;
    background: #fff;
    border-radius: 0.2rem;
}

.vjs-volume-bar .vjs-volume-handle:after {
    position: absolute;
    top: -0.31rem;
    right: -0.25rem;
    bottom: -0.31rem;
    left: -0.25rem;
    content: '';
    display: none;
}

.vjs-volume-bar .vjs-volume-handle:focus {
    outline: 1px solid #000;
}

.vjs-volume-bar .vjs-volume-level {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    width: .25rem;
    background: #ced4da;
}

.vjs-volume-bar .vjs-volume-level:focus {
    outline: 1px solid #fff;
}

.vjs-volume-bar:focus .vjs-volume-handle:after {
    content: '';
    display: block;
    outline: 1px solid #fff;
}

.vjs-poster {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}

.vjs-poster img {
    vertical-align: middle;
}

.vjs-poster .vjs-poster-span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.amp-default-skin .vjs-poster {
    display: none;
}

.vjs-error-display {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -3.25rem;
    left: 0;
    background: url(https://media.extron.com/public/img/video-player/error-bg.png) repeat #343a40;
    z-index: 99999;
}

@media (max-width: 767.98px) {
    .vjs-error-display {
        bottom: -4.5rem;
    }
}

.vjs-error-display .vjs-offscreen {
    display: none;
}

.vjs-error-display > div {
    position: relative;
    width: 90%;
    height: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    outline: 0;
    text-align: left;
    margin: auto;
    justify-content: center;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .vjs-error-display > div {
        font-size: 1rem;
    }
}

.vjs-error-display > div:before {
    position: relative;
    content: '\f06a';
    font-family: "Font Awesome 5 Pro";
    font-size: 3rem;
    font-weight: 900;
    color: #ced4da;
    display: block;
    margin-right: 1rem;
}

@media (max-width: 767.98px) {
    .vjs-error-display > div:before {
        font-size: 2rem;
        margin: 0 1rem;
    }
}

.vjs-error-display + .vjs-control-bar {
    display: none !important;
}

.vjs-screen-reader-text {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    width: 1px !important;
    height: 1px !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1rem;
    top: 0;
}

.vjs-replay:before {
    position: absolute;
    background: black;
    pointer-events: all;
    opacity: 1;
}

.vjs-replay .vjs-big-play-button {
    transition: none !important;
    visibility: visible !important;
    z-index: 9999 !important;
}

.vjs-replay .vjs-big-play-button:before {
    content: "\f01e" !important;
    opacity: 1;
    visibility: visible;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 500rem;
    font-size: 2.5rem;
    line-height: 6rem;
    margin-left: -3rem;
    margin-top: -3rem;
    transition: none !important;
}

@media (max-width: 767.98px) {
    .vjs-replay .vjs-big-play-button:before {
        width: 3rem;
        height: 3rem;
        margin-left: -1.5rem;
        margin-top: -1.5rem;
        font-size: 1.75rem;
        line-height: 3rem;
    }
}

.vjs-replay .vjs-play-control {
    visibility: visible;
}

.vjs-replay .vjs-play-control:before {
    content: "\f01e" !important;
}

.vjs-replay .up-next {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 999;
    transform: translate(0, 7rem);
}

@media (max-width: 767.98px) {
    .vjs-replay .up-next {
        transform: translate(0, 25%);
    }
}

.vjs-replay .up-next span {
    color: #dee2e6;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
    .vjs-replay .up-next span {
        font-size: 0.75rem;
        margin-bottom: 0.25rem;
    }
}

.vjs-replay .up-next p {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .vjs-replay .up-next p {
        font-size: 0.875rem;
    }
}

.amp-moreoptions-control, .amp-livetimeindicator, .vjs-time-divider {
    display: none;
}

.article_hero.has-slideshow + .article_container {
    padding-top: 4rem;
}

.article_hero + .article_container {
    padding-top: 3rem;
}

@media (max-width: 767.98px) {
    .article_hero .carousel-item {
        min-height: 350px;
        max-height: none;
    }
}

@media (max-width: 575.98px) {
    .article_hero .carousel-inner--mobile .carousel-item {
        height: auto;
        min-height: auto;
        max-height: none;
    }
    .article_hero .carousel-inner--mobile .carousel-item .f-hero {
        position: relative;
    }
    .article_hero .carousel-inner--mobile .carousel-item .f-hero .f-hero-content[data-bgimage-type="full"] {
        min-height: 350px;
        max-height: 350px;
        padding: 0;
    }
    .article_hero .carousel-inner--mobile .carousel-item .f-hero .f-hero-content[data-bgimage-type="full"] .f-hero-background-container,
    .article_hero .carousel-inner--mobile .carousel-item .f-hero .f-hero-content[data-bgimage-type="full"] .f-hero-body {
        position: absolute;
    }
    .article_hero.has-slideshow + .article_container {
        padding-top: 3rem;
    }
}

@media (max-width: 575.98px) {
    .article_hero .f-hero {
        height: auto;
        min-height: auto;
        max-height: none;
    }
    .article_hero .f-hero .f-hero-content,
    .article_hero .f-hero .f-hero-background-container {
        position: relative;
    }
    .article_hero .f-hero .f-hero-content[data-bgimage-type="full"] {
        position: relative;
        height: 350px;
    }
    .article_hero .f-hero .f-hero-content[data-bgimage-type="full"] .f-hero-background-container {
        position: absolute;
    }
    .article_hero .f-hero-body {
        position: relative;
        height: auto;
        min-height: auto;
    }
}

.article_hero.bg-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.article_hero.bg-responsive::before {
    display: block;
    content: "";
}

.article_hero.bg-responsive .bg-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-size: cover;
    background-position: center center;
}

.article_hero.bg-responsive .bg-responsive-item .bg-responsive-caption {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: .25rem .5rem;
    background: black;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 37%);
}

.article_hero.bg-responsive.bg-responsive-21by9::before {
    padding-top: 42.857143%;
}

.article_hero.bg-responsive.bg-responsive-16by9::before {
    padding-top: 56.25%;
}

.article_hero.bg-responsive.bg-responsive-4by3::before {
    padding-top: 75%;
}

.article_hero.bg-responsive.bg-responsive-1by1::before {
    padding-top: 100%;
}

@media (max-width: 767.98px) {
    .article blockquote {
        font-size: 0.875rem;
    }
    .article blockquote cite {
        display: block;
        padding-left: 1rem;
        font-style: normal;
    }
}

.article .article_body > section,
.article .article_body > .section,
.article .article_body > div,
.article .article_body > h1,
.article .article_body > h2,
.article .article_body > h3,
.article .article_body > h4 {
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    padding-top: 0;
}

.article .article_body > h4,
.article .article_body > .h4 {
    margin-top: 2rem;
    margin-bottom: 0.25rem;
}

.article .article_body > h5,
.article .article_body > .h5 {
    margin-top: 1.5rem;
    margin-bottom: 0.25rem;
}

.article .article_body > section:first-child,
.article .article_body > .section:first-child,
.article .article_body > div:first-child,
.article .article_body > h1:first-child,
.article .article_body > h2:first-child,
.article .article_body > h3:first-child,
.article .article_body > h4:first-child {
    margin-top: 0;
}

.article .article_body > h4:first-child,
.article .article_body > .h4:first-child {
    margin-bottom: 0.25rem;
}

.article .article_body > h5:first-child,
.article .article_body > .h5:first-child {
    margin-bottom: 0.25rem;
}

.article .article_body > p + div,
.article .article_body > h1 + div,
.article .article_body > .h1 + div,
.article .article_body > h2 + div,
.article .article_body > .h2 + div,
.article .article_body > h3 + div,
.article .article_body > .h3 + div,
.article .article_body > h4 + div,
.article .article_body > .h4 + div,
.article .article_body > h5 + div,
.article .article_body > .h5 + div,
.article .article_body > h6 + div,
.article .article_body > .h6 + div {
    margin-top: 0;
}

.article .article_body > h1 .lead {
    display: block;
    font-size: 1.75rem;
}

.article .article_body blockquote {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.article .article_sidebar > section,
.article .article_sidebar > .section,
.article .article_sidebar > h1,
.article .article_sidebar > h2,
.article .article_sidebar > h3,
.article .article_sidebar > h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 0;
}

@media (max-width: 767.98px) {
    .article .article_sidebar > section,
    .article .article_sidebar > .section,
    .article .article_sidebar > h1,
    .article .article_sidebar > h2,
    .article .article_sidebar > h3,
    .article .article_sidebar > h4 {
        margin-top: 2.5rem;
        margin-bottom: 0.5rem;
    }
}

.article .article_sidebar > h5,
.article .article_sidebar > .h5,
.article .article_sidebar > h6,
.article .article_sidebar > .h6 {
    font-weight: normal;
    margin-bottom: 0.25rem;
}

.article .article_sidebar > h5,
.article .article_sidebar > .h5 {
    font-size: 1.25rem;
}

.article .article_sidebar > h6,
.article .article_sidebar > .h6 {
    font-size: 1rem;
}

.article .article_sidebar > :first-child,
.article .article_sidebar > h1:first-child,
.article .article_sidebar > h2:first-child,
.article .article_sidebar > h3:first-child,
.article .article_sidebar > h4:first-child,
.article .article_sidebar > .section:first-child,
.article .article_sidebar > section:first-child {
    margin-top: 0;
}

@media (max-width: 767.98px) {
    .article .article_sidebar > :first-child,
    .article .article_sidebar > h1:first-child,
    .article .article_sidebar > h2:first-child,
    .article .article_sidebar > h3:first-child,
    .article .article_sidebar > h4:first-child,
    .article .article_sidebar > .section:first-child,
    .article .article_sidebar > section:first-child {
        margin-top: 2.5rem;
        margin-bottom: 0.5rem;
        padding-top: 2.5rem;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.article .article_sidebar > h4:first-child,
.article .article_sidebar > .h4:first-child {
    margin-bottom: 0.25rem;
}

.article .article_sidebar > h5:first-child,
.article .article_sidebar > .h5:first-child {
    margin-bottom: 0.25rem;
}

.article .article_sidebar .media-body {
    font-size: 0.875rem;
    line-height: 1.2857142857;
}

.article .article_sidebar .media-body-title {
    margin-bottom: 0.25rem;
}

.article .article_body > section > h1,
.article .article_body > section > h2,
.article .article_body > section > h3,
.article .article_body > section > h4,
.article .article_body > .section > h1,
.article .article_body > .section > h2,
.article .article_body > .section > h3,
.article .article_body > .section > h4 {
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
}

.article .article_body > section > h4,
.article .article_body > section > .h4,
.article .article_body > .section > h4,
.article .article_body > .section > .h4 {
    margin-top: 2rem;
    margin-bottom: 0.25rem;
}

.article .article_body > section > h5,
.article .article_body > section > .h5,
.article .article_body > .section > h5,
.article .article_body > .section > .h5 {
    margin-top: 1.5rem;
    margin-bottom: 0.25rem;
}

.article .article_body > section > h5,
.article .article_body > section > .h5,
.article .article_body > .section > h5,
.article .article_body > .section > .h5 {
    font-size: 1.25rem;
}

.article .article_body > section > h6,
.article .article_body > section > .h6,
.article .article_body > .section > h6,
.article .article_body > .section > .h6 {
    font-size: 1rem;
}

.article .article_body > section:first-child > h1:first-child,
.article .article_body > section:first-child > h2:first-child,
.article .article_body > section:first-child > h3:first-child,
.article .article_body > section:first-child > h4:first-child,
.article .article_body > .section:first-child > h1:first-child,
.article .article_body > .section:first-child > h2:first-child,
.article .article_body > .section:first-child > h3:first-child,
.article .article_body > .section:first-child > h4:first-child {
    margin-top: 0;
}

.article .article_body > section > h1 .lead,
.article .article_body > .section > h1 .lead {
    display: block;
    font-size: 1.75rem;
}

.article .article_sidebar > section,
.article .article_sidebar > .section {
    padding: 0;
}

.article .article_sidebar > .section > h1,
.article .article_sidebar > .section > h2,
.article .article_sidebar > .section > h3,
.article .article_sidebar > .section > h4,
.article .article_sidebar > section > h1,
.article .article_sidebar > section > h2,
.article .article_sidebar > section > h3,
.article .article_sidebar > section > h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
    .article .article_sidebar > .section > h1,
    .article .article_sidebar > .section > h2,
    .article .article_sidebar > .section > h3,
    .article .article_sidebar > .section > h4,
    .article .article_sidebar > section > h1,
    .article .article_sidebar > section > h2,
    .article .article_sidebar > section > h3,
    .article .article_sidebar > section > h4 {
        margin-top: 2.5rem;
        margin-bottom: 0.5rem;
    }
}

.article .article_sidebar > .section > h4,
.article .article_sidebar > .section > .h4,
.article .article_sidebar > section > h4,
.article .article_sidebar > section > .h4 {
    margin-top: 2rem;
    margin-bottom: 0.25rem;
}

.article .article_sidebar > .section > h5,
.article .article_sidebar > .section > .h5,
.article .article_sidebar > section > h5,
.article .article_sidebar > section > .h5 {
    margin-top: 1.5rem;
    margin-bottom: 0.25rem;
}

.article .article_sidebar > .section > h5,
.article .article_sidebar > .section > .h5,
.article .article_sidebar > .section > h6,
.article .article_sidebar > .section > .h6,
.article .article_sidebar > section > h5,
.article .article_sidebar > section > .h5,
.article .article_sidebar > section > h6,
.article .article_sidebar > section > .h6 {
    font-weight: normal;
}

.article .article_sidebar > .section > h5,
.article .article_sidebar > .section > .h5,
.article .article_sidebar > section > h5,
.article .article_sidebar > section > .h5 {
    font-size: 1.25rem;
}

.article .article_sidebar > .section > h6,
.article .article_sidebar > .section > .h6,
.article .article_sidebar > section > h6,
.article .article_sidebar > section > .h6 {
    font-size: 1rem;
}

.article .article_sidebar > .section > h1:first-child,
.article .article_sidebar > .section > h2:first-child,
.article .article_sidebar > .section > h3:first-child,
.article .article_sidebar > .section > h4:first-child,
.article .article_sidebar > section > h1:first-child,
.article .article_sidebar > section > h2:first-child,
.article .article_sidebar > section > h3:first-child,
.article .article_sidebar > section > h4:first-child {
    margin-top: 0;
}

.article .article_sidebar > .section > h4:first-child,
.article .article_sidebar > .section > .h4:first-child,
.article .article_sidebar > section > h4:first-child,
.article .article_sidebar > section > .h4:first-child {
    margin-bottom: 0.25rem;
}

.article .article_sidebar > .section > h5:first-child,
.article .article_sidebar > .section > .h5:first-child,
.article .article_sidebar > section > h5:first-child,
.article .article_sidebar > section > .h5:first-child {
    margin-bottom: 0.25rem;
}

.article .article_sidebar > .section .media-body,
.article .article_sidebar > section .media-body {
    font-size: 0.875rem;
    line-height: 1.2857142857;
}

.article .article_sidebar > .section .media-body-title,
.article .article_sidebar > section .media-body-title {
    margin-bottom: 0.25rem;
}

.article {
    padding: 0;
}

.article > img:first-child {
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .article .article_body + .article_sidebar {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 768px) {
    .article.borderless .article_body + .article_sidebar {
        border-left: 0;
    }
}

.article.borderless .article_container .article_sidebar > h1:not(:first-child),
.article.borderless .article_container .article_sidebar > h2:not(:first-child),
.article.borderless .article_container .article_sidebar > h3:not(:first-child),
.article.borderless .article_container .article_sidebar > h4:not(:first-child),
.article.borderless .article_container .article_sidebar > h5:not(:first-child),
.article.borderless .article_container .article_sidebar > .section:not(:first-child),
.article.borderless .article_container .article_sidebar > section:not(:first-child) {
    border-top: 0;
    padding-top: 0;
}

@media (min-width: 768px) {
    .article.has-col-divider .article_body + .article_sidebar {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 768px) {
    .article .article_body.has-col-divider + .article_sidebar {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.article .article_container .article_sidebar > h1:not(:first-child),
.article .article_container .article_sidebar > h2:not(:first-child),
.article .article_container .article_sidebar > h3:not(:first-child),
.article .article_container .article_sidebar > h4:not(:first-child),
.article .article_container .article_sidebar > h5:not(:first-child),
.article .article_container .article_sidebar > .section:not(:first-child),
.article .article_container .article_sidebar > section:not(:first-child) {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.article .article_container .article_sidebar.borderless > h1:not(:first-child),
.article .article_container .article_sidebar.borderless > h2:not(:first-child),
.article .article_container .article_sidebar.borderless > h3:not(:first-child),
.article .article_container .article_sidebar.borderless > h4:not(:first-child),
.article .article_container .article_sidebar.borderless > h5:not(:first-child),
.article .article_container .article_sidebar.borderless > .section:not(:first-child),
.article .article_container .article_sidebar.borderless > section:not(:first-child) {
    border-top: 0;
    padding-top: 0;
}

.article .article_container .article_sidebar.has-row-divider > h1:not(:first-child),
.article .article_container .article_sidebar.has-row-divider > h2:not(:first-child),
.article .article_container .article_sidebar.has-row-divider > h3:not(:first-child),
.article .article_container .article_sidebar.has-row-divider > h4:not(:first-child),
.article .article_container .article_sidebar.has-row-divider > h5:not(:first-child),
.article .article_container .article_sidebar.has-row-divider > .section:not(:first-child),
.article .article_container .article_sidebar.has-row-divider > section:not(:first-child) {
    padding-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.article .article_container .article_sidebar > :last-child {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
}

.container .article .container.article_container {
    padding-left: 0;
    padding-right: 0;
}

.article .sh-300 {
    min-height: 300px;
}

.article .sh-400 {
    min-height: 400px;
}

.article .sh-500 {
    min-height: 500px;
}

.article .sh-600 {
    min-height: 600px;
}

.article .sh-auto {
    min-height: auto;
}

@media (min-width: 576px) {
    .article .sh-sm-300 {
        min-height: 300px;
    }
    .article .sh-sm-400 {
        min-height: 400px;
    }
    .article .sh-sm-500 {
        min-height: 500px;
    }
    .article .sh-sm-600 {
        min-height: 600px;
    }
    .article .sh-sm-auto {
        min-height: auto;
    }
}

@media (min-width: 768px) {
    .article .sh-md-300 {
        min-height: 300px;
    }
    .article .sh-md-400 {
        min-height: 400px;
    }
    .article .sh-md-500 {
        min-height: 500px;
    }
    .article .sh-md-600 {
        min-height: 600px;
    }
    .article .sh-md-auto {
        min-height: auto;
    }
}

@media (min-width: 992px) {
    .article .sh-lg-300 {
        min-height: 300px;
    }
    .article .sh-lg-400 {
        min-height: 400px;
    }
    .article .sh-lg-500 {
        min-height: 500px;
    }
    .article .sh-lg-600 {
        min-height: 600px;
    }
    .article .sh-lg-auto {
        min-height: auto;
    }
}

@media (min-width: 1200px) {
    .article .sh-xl-300 {
        min-height: 300px;
    }
    .article .sh-xl-400 {
        min-height: 400px;
    }
    .article .sh-xl-500 {
        min-height: 500px;
    }
    .article .sh-xl-600 {
        min-height: 600px;
    }
    .article .sh-xl-auto {
        min-height: auto;
    }
}

@media (min-width: 1350px) {
    .article .sh-xxl-300 {
        min-height: 300px;
    }
    .article .sh-xxl-400 {
        min-height: 400px;
    }
    .article .sh-xxl-500 {
        min-height: 500px;
    }
    .article .sh-xxl-600 {
        min-height: 600px;
    }
    .article .sh-xxl-auto {
        min-height: auto;
    }
}

@media (min-width: 1600px) {
    .article .sh-xxxl-300 {
        min-height: 300px;
    }
    .article .sh-xxxl-400 {
        min-height: 400px;
    }
    .article .sh-xxxl-500 {
        min-height: 500px;
    }
    .article .sh-xxxl-600 {
        min-height: 600px;
    }
    .article .sh-xxxl-auto {
        min-height: auto;
    }
}

.profile-avatar {
    padding: 2em;
}

.profile-avatar [class*="fa-"] {
    display: block;
    font-size: 4.5rem;
    color: rgba(0, 0, 0, 0.5);
}

.insider-toc.cards > .card [class*="fa-"] {
    display: block;
    font-size: 2rem;
    color: #4183C4;
}

.card-deck.changeable-md.insider-toc.cards > .card > [class*="card-image"],
.changeable-md.cards.insider-toc > .card > [class*="card-image"] {
    flex: 0 0 20% !important;
    justify-content: center;
}

.cards.card-body-xl.insider-toc > .card .card-body {
    padding: 1.25rem;
}

@media (min-width: 576px) {
    .card-deck.changeable-md.insider-toc.cards > .card > [class*="card-image"],
    .changeable-md.cards.insider-toc > .card > [class*="card-image"] {
        flex: 0 0 auto !important;
    }
    .insider-toc.cards > .card [class*="fa-"] {
        font-size: 3rem;
    }
    .cards.card-body-xl.insider-toc > .card .card-body {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

a.is-offline,
.is-offline a {
    color: #828282 !important;
    text-decoration: none;
    cursor: not-allowed !important;
}

a.is-offline:active,
.is-offline a:active {
    color: rgba(255, 255, 255, 0.75) !important;
}

a.is-offline:before,
a.is-offline:after,
.is-offline a:before,
.is-offline a:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    speak: none;
}

a.is-offline:before,
.is-offline a:before {
    content: "\f071";
    display: inline-block;
    padding-right: .5rem;
    color: #e84f16 !important;
}

a.is-offline:active:before,
.is-offline a:active:before {
    color: #fff !important;
}

/* -------------------------------
    TRAINING SCHEDULE
-----------------------------------*/
.schedule-header {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.schedule-header-title {
    flex: 1;
}

@media (min-width: 768px) {
    /*  .table-schedule {
        min-width: 960px;
    }*/
    /*  .schedule-wrapper {
        padding: 1rem;
    }*/
}

@media (max-width: 767.98px) {
    .schedule-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .schedule-header {
        flex-direction: column;
    }
}

.table-schedule {
    border: 1px solid #dee2e6;
}

@media (max-width: 991.98px) {
    .table-schedule.table-fixed {
        table-layout: auto;
    }
}

@media (min-width: 768px) {
    .table-schedule > colgroup > .col-course-units + .col-course-enrollment {
        width: 20% !important;
    }
}

.table-schedule.table thead th,
.table-schedule.table .table-subheading th,
.table-schedule.table .table-subheading td {
    cursor: auto;
    background-color: #dee2e6;
    color: inherit;
    vertical-align: inherit;
}

.table-schedule thead th,
.table-schedule tbody td {
    vertical-align: top;
}

.table-schedule > tbody > tr:first-child:nth-last-child(n+5),
.table-schedule > tbody > tr:first-child:nth-last-child(n+5) ~ tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-schedule.table-hover > tbody > tr:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.table-schedule .course-date > span {
    display: block;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .table-schedule .course-date {
        flex-direction: row;
    }
    .table-schedule .course-date > span:nth-child(2) {
        margin-left: .25rem;
    }
}

.table-schedule [class*="course-seat"]:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    padding-right: .5em;
    color: #495057;
    -webkit-font-smoothing: antialiased;
}

.table-schedule [class*="course-seat"]:hover:before {
    color: #212529;
}

.table-schedule .course-seat-request::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f2f5";
}

.table-schedule .course-seat-login::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f023";
}

@media (max-width: 767.98px) {
    .table-schedule {
        border: none;
    }
    .table-schedule:not(.course-title) {
        font-size: .9rem;
    }
    .table-schedule .course-title {
        font-size: 1.125rem;
    }
    .table-schedule p {
        margin-bottom: 0;
    }
    .table-schedule thead th,
    .table-schedule .table-subheading {
        display: none;
        border-top-color: transparent;
    }
    .table-schedule tbody tr:not(:last-child) {
        border-bottom: 1px solid #dee2e6;
    }
    .table-schedule tbody td {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-top-color: transparent;
        padding-top: 0;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .table-schedule tbody td:first-child {
        padding-top: 1.25rem;
    }
    .table-schedule tbody td:last-child {
        padding-bottom: 1.25rem;
    }
    .table-schedule .course-enrollment {
        display: block;
    }
    .table-schedule .course-enrollment > .course-seat-request {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        background-color: #dee2e6;
        border-color: #dee2e6;
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }
    .table-schedule .course-enrollment > .course-seat-request,
    .table-schedule .course-enrollment > .course-seat-request:before {
        color: rgba(0, 0, 0, 0.87);
    }
    .table-schedule .course-description {
        color: #6c757d;
        /*@include multiLineEllipsis($lineHeight: 1.2em, $lineCount: 3, $bgColor: white); */
    }
    .table-schedule .course-units:before {
        content: attr(data-label) "\a";
        color: #212529;
        white-space: pre;
        color: #6c757d;
    }
    .table-schedule .course-units .unit-list {
        margin-bottom: 0;
    }
    .table-schedule .course-units .unit-list li.item {
        display: inline-block;
        padding-right: .5rem;
    }
}

/* -------------------------------
    END: TRAINING SCHEDULE
---------------------------------*/
.training-hero {
    position: relative;
    height: 25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #000000;
    transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}

.training-hero:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cards.course > .card .card-meta,
.card.course .card-meta {
    color: #212529;
    font-weight: 500;
    letter-spacing: .025em;
}

.training-course {
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-logo {
    position: absolute;
    right: 1em;
    bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.5rem;
    border: 2px solid #fff;
    border-radius: 50%;
    text-transform: uppercase;
    letter-spacing: -.06em;
    background-color: transparent;
    z-index: 1;
}

.image-fader {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.image-fader img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-fader:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #4183C1;
}

.image-fader:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #4183C1;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-fader:hover img {
    transform: scale(1.1);
}

.image-fader:hover:after {
    opacity: .8;
}

/*p {
    line-height: 1.625rem;

    margin: 0 0 1.25rem 0;

}*/
/*p a {
    text-decoration: underline;
}*/
.card--video .card-body {
    display: block !important;
}

.card--video .card-body [class*="fa"] {
    text-align: center;
    display: block;
    font-size: 3.5rem;
    color: #fdb913;
    color: #212529;
    color: rgba(15, 169, 228, 0.87);
}

.card--video .card-body p {
    text-align: center;
    display: block;
    margin: 0;
    padding: 0.5rem 0;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.375rem;
    color: #212529;
}

@media (min-width: 992px) {
    .card--video .card-body {
        display: flex !important;
    }
    .card--video .card-body [class*="fa"] {
        font-size: 2.5rem;
        text-align: left;
        margin-right: 0.9375rem;
    }
    .card--video .card-body p {
        text-align: left;
    }
}

/* -------------------------------
    ARTICLE HERO
---------------------------------*/
.hero-image {
    position: relative;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-image.align-bottom {
    background-position: bottom center;
}

.hero-image.align-top {
    background-position: top center;
}

.hero-image-md {
    height: 400px;
}

.hero-image > .overlay-content {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
}

@media (max-width: 575.98px) {
    .hero-image > .overlay-content {
        width: 75%;
        text-align: center;
        left: 0;
        margin: 0 auto;
    }
}

.bg-secondary-gradient {
    background: #868e96;
    /*bg-secondary*/
}

/*@include media-breakpoint-up(lg) { ... }*/
@media (min-width: 992px) {
    .bg-secondary-gradient {
        background: linear-gradient(to right, #868e96 0%, #868e96 59%, white 60%, white 100%);
    }
}

.article-hero {
    display: flex;
    margin-bottom: 1em;
    align-items: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-image: linear-gradient(to bottom, #fefefe 0%, #edf1f3 100%);
    background-repeat: repeat-x;
    background-color: #f7f9fa;
}

.article-hero .article__title,
.article-hero .display-4 {
    font-size: 2.5rem;
}

@media (max-width: 767.98px) {
    .article-hero .article__title,
    .article-hero .display-4 {
        font-size: 1.75rem;
        font-weight: 400;
    }
}

.article-hero > * {
    flex: 0 0 auto;
    max-width: 100%;
}

.article-hero .lead {
    color: #212529;
}

.article-hero-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .article-hero-content {
        padding-bottom: .5rem;
    }
}

.article-hero-content__meta,
.article-hero-content__image {
    align-self: center;
}

.article-hero-content__image img {
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .article-hero-content__image[class*="flex"] {
        display: block !important;
    }
}

.article-hero .cards.horizontal {
    align-self: center;
    width: 100%;
    /* three banners */
}

.article-hero .cards.horizontal > .card .card-body {
    padding: 0.9375rem;
}

@media (max-width: 767.98px) {
    .article-hero .cards.horizontal > .card .card-body .card-title {
        font-size: 1.215rem;
        font-weight: normal;
    }
}

.article-hero .cards.horizontal.three > .card > [class*="card-image"] {
    width: 30%;
    margin-left: -.25rem;
    margin-right: -.25rem;
}

@media (min-width: 576px) {
    .article-hero .cards.horizontal.three > .card > .card-body > .card-title {
        font-size: 80%;
        font-weight: 600;
    }
}

/*-------------------------
      product type card
--------------------------*/
.product-type.cards .card {
    flex: 0 0 auto;
}

.product-type.cards .card .card-title {
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .product-type.cards .card .card-title {
        font-size: 1.215rem;
        font-weight: normal;
    }
}

.product-type.cards .card > [class*="card-image"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0 0 25%;
    padding: 1rem 1rem 0;
    background-color: #fff;
    border-radius: none;
    height: calc(100px + 1rem * 2);
    font-size: 1rem;
}

.product-type.cards .card > [class*="card-image"] > [class*="card-img"] {
    width: auto;
    max-height: 100px;
    max-width: 100%;
}

@media (min-width: 992px) {
    .product-type.cards .card > [class*="card-image"] > [class*="card-img"] {
        max-width: 200px;
    }
}

@media (max-width: 767.98px) {
    .product-type.cards .card > [class*="card-image"] > [class*="card-img"] {
        max-height: 50px;
    }
}

/* Horizontal Card */
.product-type.cards.horizontal .card > [class*="card-image"] {
    height: auto;
    padding: 1em 0 1em 1em;
}

.product-type.cards.horizontal .card > [class*="card-image"] > [class*="card-img"] {
    max-width: 100%;
    max-height: auto;
}

/*-------------------
      Promo Ads
--------------------*/
.product-type-promo.cards > .card {
    margin-top: 0.5em;
    margin-bottom: 0.3333333333em;
    border-color: transparent;
}

.product-type-promo.cards > .card,
.product-type-promo.cards > .card:hover,
.product-type-promo.cards > a.card:hover {
    box-shadow: none;
    background-color: #F3F6F7;
}

.product-type-promo.cards > .card > [class*="card-image"] {
    max-height: 100px;
    overflow: hidden;
}

.product-type-promo.cards > .card .card-body {
    padding: .75rem;
}

.product-type-promo.cards > .card .card-body .card-title {
    margin-bottom: .5rem;
    color: #0069d9;
}

.product-type-promo.cards > .card .card-body .card-title:only-child {
    margin-bottom: 0;
}

.product-type-promo.cards > .card:hover .card-title {
    color: #00448d;
}

.product-type-promo.cards > .card .card-body a.card-text {
    line-height: 1.14285714em;
    color: rgba(0, 0, 0, 0.68);
}

/* Horizontal cards*/
.product-type-promo.cards.horizontal > .card > [class*="card-image"] {
    width: 20%;
    padding: .75em .2em .75em .75em;
    color: #0069d9;
    text-align: center;
}

.product-type-item.cards.horizontal > .card > [class*="card-image"] {
    width: 15%;
    padding: .2em .2em .2em 0;
    color: #0069d9;
    text-align: center;
}

/* Collapsed items */
@media (max-width: 991.98px) {
    .collapse.collapse-md:not(.show) {
        display: block !important;
    }
}

/*-------------------
      Promo Items
--------------------*/
.product-type-item.cards,
.product-type-item.cards > .card {
    margin: 0;
}

.product-type-item.cards > .card {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.product-type-item.cards > .card {
    border-color: transparent;
}

.product-type-item.cards > .card,
.product-type-item.cards > a.card,
.product-type-item.cards > .card:hover,
.product-type-item.cards > a.card:hover {
    box-shadow: none;
    transform: none;
}

.product-type-item.cards > .card > .card-body {
    padding: 0;
}

.product-type-item.cards > .card .card-body .card-title {
    margin-bottom: 0;
    color: #0069d9;
}

.product-type-item.cards > .card:hover .card-title,
.product-type-item.cards > a.card:hover .card-title {
    text-decoration: underline;
    color: #00448d;
}

.product-type-item.cards > .card .card-body .card-text {
    font-size: 0.8888888889rem;
}

@media (min-width: 768px) {
    .product-list-type > * + * {
        margin-top: 2rem;
    }
}

@media (min-width: 576px) {
    .page-index {
        -moz-column-count: 2;
             column-count: 2;
        -moz-column-gap: 2rem;
             column-gap: 2rem;
        list-style: inside disc;
    }
    .page-index li {
        text-indent: -1em;
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .product-list-type > header p,
    .product-list-type > header .card-text {
        display: none;
    }
}

.product-list-type .section-label {
    background-color: #dee2e6;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px);
}

@media (max-width: 767.98px) {
    .product-list-type .section-label nobr {
        white-space: normal;
    }
}

/******************************************
ARTICLE
******************************************/
.article-page {
    width: 100%;
    padding: 0;
    /*  margin-top: -2rem // matching the offset to of the 'body-content' */
}

/* @media (min-width: 1140px) {
  .break-out {
    margin-left: calc(-50vw + 50% - 1.063rem); // 1.063em = 17px
    margin-right: calc(-50vw + 50% + 1.063rem);
    }
} */
@media (min-width: 1140px) {
    .break-out {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }
}

.article-page-hero[style*="background-image"],
.article-page-hero.hero-bg {
    position: relative;
    height: 0;
    padding-bottom: 50.6329113924%;
    background-size: cover;
}

.article-page-hero[style*="background-image"] > span,
.article-page-hero.hero-bg > span {
    position: absolute;
    bottom: 0;
}

@media (min-width: 768px) {
    .article-page-hero.hero-bg {
        min-height: 600px;
        background-size: cover;
        background-position: center center;
    }
}

.article-page > .article__body {
    padding-top: 0;
}

.article__body,
.article-page > header + .article__body,
.article-page > .article-page-hero + .article__body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    /*  color: rgba($black, 0.68); */
}

@media (min-width: 768px) {
    .article__main + .article__aside {
        box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.125);
    }
}

@media (max-width: 767.98px) {
    .article__body,
    .article-page > header + .article__body,
    .article-page > .article-page-hero + .article__body {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    [class*="col-"] > .article-page > .container.article__body {
        padding-left: 0;
        padding-right: 0;
    }
    [class*="col-"] > .article-page > .container.article__body > .article__main {
        padding-right: 0;
    }
}

.article-page > .article__body > * + *,
.article-page .article__main > * + *,
.article-page .article__aside > * + * {
    margin-top: 2.5rem;
}

.article__main .article-content__section:last-child {
    padding-bottom: 3rem;
}

.article-hero-title {
    font-size: 2.875rem;
}

.article__title {
    font-size: 2.25rem;
    font-weight: 300;
}

.article__subtitle {
    font-size: 1.5rem;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .article__title {
        font-size: 1.5rem;
        font-weight: normal;
    }
    .article__subtitle {
        font-size: 1.125rem;
        line-height: 1.3;
    }
}

.article-content__section > .section-inner {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.section__divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.section__divider--hidden {
    border-top: 1px solid transparent;
}

.article-page .article__body figure {
    padding: 1rem;
}

.article-page .article__body figcaption {
    font-size: .875rem;
    padding: .5rem;
}

.multi-column-list.column-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    list-style-position: inside;
    margin-left: -1rem;
}

.multi-column-list.column-3 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    list-style-position: inside;
}

.article__main #idLandingSlides#idLandingSlides {
    margin: 1rem auto;
}

.article__main #idLandingSlides#idLandingSlides .slide:after {
    border-bottom: 1px solid transparent;
}

#gallerySet {
    /*  float: right;
    width: 235px;*/
    margin: 0;
    /* padding-bottom:1.5rem;*/
}

#gallerySet p {
    /*text-align:left;
    font-size: 11px;*/
    font-size: .875rem;
    color: #333333;
}

/*mini slideswho thumb */
#photoLarge {
    /* width: 215px;*/
    display: block;
    padding: 4px;
    border: 1px solid #ccc;
    margin: 0 0 8px 0;
    cursor: pointer;
}

#photoLarge img {
    /* width: 215px;*/
}

/* application/install stories */
#thumbDiv {
    /*    display: flex;
    flex-wrap: wrap; */
    margin: 1rem -.25rem;
    padding: 0;
    overflow-x: hidden;
}

#thumbDiv img {
    /* width:44px;*/
    /*   height:44px; */
}

#thumbDiv a {
    position: relative;
    float: left;
    /*  border: 1px solid #ccc; */
    margin: .25rem;
    width: calc(100% / 5 - .5rem);
    /*  height: 60.41px;
    height: calc(100% / 5); */
    text-align: center;
    padding-top: calc(100% / 5 - .5rem);
}

/* quantity queries */
/* #thumbDiv a:first-child:nth-last-child(4),
#thumbDiv a:first-child:nth-last-child(4) ~ a {
    width: calc(25% - .5rem);
} */
#thumbDiv a img {
    /*border:1px solid #ccc; removed 10/23/14*/
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 1px solid #ccc;
    padding: 4px;
    background: white;
    width: 100%;
    height: 100%;
}

#thumbDiv a img:hover {
    /*background:#d9d8d8; removed 10/23/14*/
}

#thumbDiv a:hover {
    border-color: #0071c5;
}

/* #thumbDiv .boxed-frame {
    display: inline-block;
    width:44px;
    height:44px;
    background: none;

} */
/* #thumbDiv .boxed-frame .inner-frame img {
    width:44px;
    height:auto;
}
#thumbDiv .boxed-frame .inner-frame.square img {
    width:44px;
    height:44px;
}
#thumbDiv .boxed-frame .inner-frame.portrait img {
    width:auto;
    height:44px;
} */
#gallerySet img {
    max-width: 100%;
}

/*-----------------------------------
   			FEATURE TABS
------------------------------------*/
.article-page-tabbed > .tab-content > .tab-pane {
    position: relative;
}

/* Nav Tabs */
.article-page__tabs {
    position: relative;
    background: #f6f7f8;
    box-shadow: 0px 9px 17px 0px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.article-page__tabs > .nav-item {
    position: relative;
    display: flex;
    background: transparent;
    border: none;
    text-align: center;
    vertical-align: top;
    min-width: 0;
}

.article-page__tabs .nav-link {
    position: relative;
    display: block;
    flex: 1;
    color: #343a40;
    text-decoration: none;
    padding: 1rem;
    text-align: center;
    line-height: 1.42857143;
}

.nav-link__title {
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.5;
}

.nav-link__icon {
    position: relative;
    display: block;
    width: auto;
    max-width: 100%;
    height: 80px;
    font-size: 5rem;
    overflow: hidden;
    margin: 0 auto;
}

/* active state */
.article-page__tabs .nav-item.nav-item-active {
    background: #ffffff;
}

.article-page__tabs .nav-item.nav-item-active:before,
.article-page__tabs .nav-item:not(.nav-item-active):hover:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    border-bottom: 4px solid #0069d9;
}

.article-page__tabs .nav-item.nav-item-active:after {
    content: '▼';
    position: absolute;
    font-size: 16px;
    color: #0069d9;
    transform: scaleX(2.5);
    top: 100%;
    left: 50%;
    margin-left: -8px;
    margin-top: -5px;
    text-shadow: 0px 7px 9px rgba(0, 0, 0, 0.22);
}

/* Tab Content */
.article-page-tabbed {
    /* Prev/Next button */
}

.article-page-tabbed .btnNext,
.article-page-tabbed .btnPrev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 45px;
    height: 75px;
    text-align: center;
    padding: 0;
    margin-top: -10px\9;
    /*lte IE 8*/
    bottom: 50%;
    transform: translateY(50%);
    cursor: pointer;
    border: none;
    background: transparent;
    color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    opacity: 1;
    transition: all .3s;
    border-radius: 0.2rem;
}

.article-page-tabbed :hover .btnNext,
.article-page-tabbed :hover .btnPrev,
.article-page-tabbed :focus .btnNext,
.article-page-tabbed :focus .btnPrev {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.article-page-tabbed :hover .btnNext:hover,
.article-page-tabbed :hover .btnPrev:hover,
.article-page-tabbed :focus .btnNext:focus,
.article-page-tabbed :focus .btnPrev:focus {
    background: rgba(0, 0, 0, 0.4);
}

.article-page-tabbed :hover .btnPrev:hover:before,
.article-page-tabbed :hover .btnPrev:focus:before,
.article-page-tabbed :hover .btnNext:hover:before,
.article-page-tabbed :hover .btnNext:focus:before,
.article-page-tabbed .btnPrev:hover:before,
.article-page-tabbed .btnPrev:focus:before,
.article-page-tabbed .btnNext:hover:before,
.article-page-tabbed .btnNext:focus:before {
    opacity: 1;
}

.article-page-tabbed .btnNext {
    right: 1rem;
}

.article-page-tabbed .btnPrev {
    left: 1rem;
}

.article-page-tabbed .btnNext:before,
.article-page-tabbed .btnPrev:before {
    font-family: 'icomoon';
    font-size: 3rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.article-page-tabbed .btnNext:before {
    content: "\e91b";
}

.article-page-tabbed .btnPrev:before {
    content: "\e920";
}

.tab-pane__title {
    font-size: 1.5rem;
}

@media (min-width: 576px) {
    .tab-pane__title {
        font-size: 2rem;
        font-weight: 400;
    }
}

.article-page .table .fa-check:before {
    color: #008800;
}

@media (max-width: 575.98px) {
    .tabs-collapse-sm.nav-tabs,
    .tabs-collapse-sm .nav-tabs {
        display: none !important;
    }
    .tabs-collapse-sm.nav-tabs + .tab-content > .tab-pane,
    .tabs-collapse-sm > .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
    .tabs-collapse-sm.nav-tabs + .tab-content > * + *,
    .tabs-collapse-sm > .tab-content > * + * {
        margin-top: 2.5rem;
    }
    .tabs-collapse-sm.nav-tabs + .tab-content > .btnNext,
    .tabs-collapse-sm.nav-tabs + .tab-content > .btnPrev,
    .tabs-collapse-sm > .tab-content .btnNext,
    .tabs-collapse-sm > .tab-content .btnPrev {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .tabs-collapse-md.nav-tabs,
    .tabs-collapse-md .nav-tabs {
        display: none !important;
    }
    .tabs-collapse-md.nav-tabs + .tab-content > .tab-pane,
    .tabs-collapse-md > .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
    .tabs-collapse-md.nav-tabs + .tab-content > * + *,
    .tabs-collapse-md > .tab-content > * + * {
        margin-top: 2.5rem;
    }
    .tabs-collapse-md.nav-tabs + .tab-content > .btnNext,
    .tabs-collapse-md.nav-tabs + .tab-content > .btnPrev,
    .tabs-collapse-md > .tab-content .btnNext,
    .tabs-collapse-md > .tab-content .btnPrev {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .tabs-collapse-lg.nav-tabs,
    .tabs-collapse-lg .nav-tabs {
        display: none !important;
    }
    .tabs-collapse-lg.nav-tabs + .tab-content > .tab-pane,
    .tabs-collapse-lg > .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
    .tabs-collapse-lg.nav-tabs + .tab-content > * + *,
    .tabs-collapse-lg > .tab-content > * + * {
        margin-top: 2.5rem;
    }
    .tabs-collapse-lg.nav-tabs + .tab-content > .btnNext,
    .tabs-collapse-lg.nav-tabs + .tab-content > .btnPrev,
    .tabs-collapse-lg > .tab-content .btnNext,
    .tabs-collapse-lg > .tab-content .btnPrev {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .tabs-collapse-xl.nav-tabs,
    .tabs-collapse-xl .nav-tabs {
        display: none !important;
    }
    .tabs-collapse-xl.nav-tabs + .tab-content > .tab-pane,
    .tabs-collapse-xl > .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
    .tabs-collapse-xl.nav-tabs + .tab-content > * + *,
    .tabs-collapse-xl > .tab-content > * + * {
        margin-top: 2.5rem;
    }
    .tabs-collapse-xl.nav-tabs + .tab-content > .btnNext,
    .tabs-collapse-xl.nav-tabs + .tab-content > .btnPrev,
    .tabs-collapse-xl > .tab-content .btnNext,
    .tabs-collapse-xl > .tab-content .btnPrev {
        display: none;
    }
}

@media (max-width: 1349.98px) {
    .tabs-collapse-xxl.nav-tabs,
    .tabs-collapse-xxl .nav-tabs {
        display: none !important;
    }
    .tabs-collapse-xxl.nav-tabs + .tab-content > .tab-pane,
    .tabs-collapse-xxl > .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
    .tabs-collapse-xxl.nav-tabs + .tab-content > * + *,
    .tabs-collapse-xxl > .tab-content > * + * {
        margin-top: 2.5rem;
    }
    .tabs-collapse-xxl.nav-tabs + .tab-content > .btnNext,
    .tabs-collapse-xxl.nav-tabs + .tab-content > .btnPrev,
    .tabs-collapse-xxl > .tab-content .btnNext,
    .tabs-collapse-xxl > .tab-content .btnPrev {
        display: none;
    }
}

@media (max-width: 1599.98px) {
    .tabs-collapse-xxxl.nav-tabs,
    .tabs-collapse-xxxl .nav-tabs {
        display: none !important;
    }
    .tabs-collapse-xxxl.nav-tabs + .tab-content > .tab-pane,
    .tabs-collapse-xxxl > .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
    .tabs-collapse-xxxl.nav-tabs + .tab-content > * + *,
    .tabs-collapse-xxxl > .tab-content > * + * {
        margin-top: 2.5rem;
    }
    .tabs-collapse-xxxl.nav-tabs + .tab-content > .btnNext,
    .tabs-collapse-xxxl.nav-tabs + .tab-content > .btnPrev,
    .tabs-collapse-xxxl > .tab-content .btnNext,
    .tabs-collapse-xxxl > .tab-content .btnPrev {
        display: none;
    }
}

.tabs-collapse.nav-tabs,
.tabs-collapse .nav-tabs {
    display: none !important;
}

.tabs-collapse.nav-tabs + .tab-content > .tab-pane,
.tabs-collapse > .tab-content > .tab-pane {
    display: block;
    opacity: 1;
}

.tabs-collapse.nav-tabs + .tab-content > * + *,
.tabs-collapse > .tab-content > * + * {
    margin-top: 2.5rem;
}

.tabs-collapse.nav-tabs + .tab-content > .btnNext,
.tabs-collapse.nav-tabs + .tab-content > .btnPrev,
.tabs-collapse > .tab-content .btnNext,
.tabs-collapse > .tab-content .btnPrev {
    display: none;
}

@media (max-width: 575.98px) {
    .tabs-collapse-vertical-sm {
        display: flex;
    }
    .tabs-collapse-vertical-sm > .container {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .tabs-collapse-vertical-sm.show-icons .nav-tabs .nav-link {
        display: flex;
    }
    .tabs-collapse-vertical-sm.show-icons .nav-tabs .nav-link img {
        display: block;
        max-width: 40px;
        height: 50px;
        min-width: 0;
        margin-right: 1rem;
    }
    .tabs-collapse-vertical-sm.show-icons .nav-tabs .nav-link .nav-link__title {
        flex: 1;
    }
    .tabs-collapse-vertical-sm.nav-tabs,
    .tabs-collapse-vertical-sm .nav-tabs {
        display: block;
        min-width: 16.6666666667%;
        margin-right: 1rem;
        padding: 0;
    }
    .tabs-collapse-vertical-sm.nav-tabs .nav-item-active:before,
    .tabs-collapse-vertical-sm .nav-tabs .nav-item-active:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        border-left: 4px solid #0069d9;
        border-bottom: none;
        z-index: 1;
    }
    .tabs-collapse-vertical-sm.nav-tabs .nav-item-active:after,
    .tabs-collapse-vertical-sm .nav-tabs .nav-item-active:after {
        content: none;
    }
    .tabs-collapse-vertical-sm.nav-tabs .nav-link,
    .tabs-collapse-vertical-sm .nav-tabs .nav-link {
        text-align: left;
    }
    .tabs-collapse-vertical-sm.nav-tabs .nav-link img,
    .tabs-collapse-vertical-sm .nav-tabs .nav-link img {
        display: none;
    }
    .tabs-collapse-vertical-sm .nav-item:not(.nav-item-active):hover {
        background-color: #fff;
    }
    .tabs-collapse-vertical-sm .nav-item:not(.nav-item-active):hover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        border-left: 4px solid #0069d9;
        border-bottom: none;
    }
    .tabs-collapse-vertical-sm.nav-tabs + .tab-content > .tab-pane.active,
    .tabs-collapse-vertical-sm > .tab-content > .tab-pane.active {
        display: block;
    }
    .tabs-collapse-vertical-sm.nav-tabs + .tab-content > * + *,
    .tabs-collapse-vertical-sm > .tab-content > * + * {
        margin-top: 0;
    }
    .tabs-collapse-vertical-sm.nav-tabs + .tab-content > .btnNext,
    .tabs-collapse-vertical-sm.nav-tabs + .tab-content > .btnPrev,
    .tabs-collapse-vertical-sm > .tab-content .btnNext,
    .tabs-collapse-vertical-sm > .tab-content .btnPrev {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .tabs-collapse-vertical-md {
        display: flex;
    }
    .tabs-collapse-vertical-md > .container {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .tabs-collapse-vertical-md.show-icons .nav-tabs .nav-link {
        display: flex;
    }
    .tabs-collapse-vertical-md.show-icons .nav-tabs .nav-link img {
        display: block;
        max-width: 40px;
        height: 50px;
        min-width: 0;
        margin-right: 1rem;
    }
    .tabs-collapse-vertical-md.show-icons .nav-tabs .nav-link .nav-link__title {
        flex: 1;
    }
    .tabs-collapse-vertical-md.nav-tabs,
    .tabs-collapse-vertical-md .nav-tabs {
        display: block;
        min-width: 16.6666666667%;
        margin-right: 1rem;
        padding: 0;
    }
    .tabs-collapse-vertical-md.nav-tabs .nav-item-active:before,
    .tabs-collapse-vertical-md .nav-tabs .nav-item-active:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        border-left: 4px solid #0069d9;
        border-bottom: none;
        z-index: 1;
    }
    .tabs-collapse-vertical-md.nav-tabs .nav-item-active:after,
    .tabs-collapse-vertical-md .nav-tabs .nav-item-active:after {
        content: none;
    }
    .tabs-collapse-vertical-md.nav-tabs .nav-link,
    .tabs-collapse-vertical-md .nav-tabs .nav-link {
        text-align: left;
    }
    .tabs-collapse-vertical-md.nav-tabs .nav-link img,
    .tabs-collapse-vertical-md .nav-tabs .nav-link img {
        display: none;
    }
    .tabs-collapse-vertical-md .nav-item:not(.nav-item-active):hover {
        background-color: #fff;
    }
    .tabs-collapse-vertical-md .nav-item:not(.nav-item-active):hover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        border-left: 4px solid #0069d9;
        border-bottom: none;
    }
    .tabs-collapse-vertical-md.nav-tabs + .tab-content > .tab-pane.active,
    .tabs-collapse-vertical-md > .tab-content > .tab-pane.active {
        display: block;
    }
    .tabs-collapse-vertical-md.nav-tabs + .tab-content > * + *,
    .tabs-collapse-vertical-md > .tab-content > * + * {
        margin-top: 0;
    }
    .tabs-collapse-vertical-md.nav-tabs + .tab-content > .btnNext,
    .tabs-collapse-vertical-md.nav-tabs + .tab-content > .btnPrev,
    .tabs-collapse-vertical-md > .tab-content .btnNext,
    .tabs-collapse-vertical-md > .tab-content .btnPrev {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .tabs-collapse-vertical-lg {
        display: flex;
    }
    .tabs-collapse-vertical-lg > .container {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .tabs-collapse-vertical-lg.show-icons .nav-tabs .nav-link {
        display: flex;
    }
    .tabs-collapse-vertical-lg.show-icons .nav-tabs .nav-link img {
        display: block;
        max-width: 40px;
        height: 50px;
        min-width: 0;
        margin-right: 1rem;
    }
    .tabs-collapse-vertical-lg.show-icons .nav-tabs .nav-link .nav-link__title {
        flex: 1;
    }
    .tabs-collapse-vertical-lg.nav-tabs,
    .tabs-collapse-vertical-lg .nav-tabs {
        display: block;
        min-width: 16.6666666667%;
        margin-right: 1rem;
        padding: 0;
    }
    .tabs-collapse-vertical-lg.nav-tabs .nav-item-active:before,
    .tabs-collapse-vertical-lg .nav-tabs .nav-item-active:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        border-left: 4px solid #0069d9;
        border-bottom: none;
        z-index: 1;
    }
    .tabs-collapse-vertical-lg.nav-tabs .nav-item-active:after,
    .tabs-collapse-vertical-lg .nav-tabs .nav-item-active:after {
        content: none;
    }
    .tabs-collapse-vertical-lg.nav-tabs .nav-link,
    .tabs-collapse-vertical-lg .nav-tabs .nav-link {
        text-align: left;
    }
    .tabs-collapse-vertical-lg.nav-tabs .nav-link img,
    .tabs-collapse-vertical-lg .nav-tabs .nav-link img {
        display: none;
    }
    .tabs-collapse-vertical-lg .nav-item:not(.nav-item-active):hover {
        background-color: #fff;
    }
    .tabs-collapse-vertical-lg .nav-item:not(.nav-item-active):hover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        border-left: 4px solid #0069d9;
        border-bottom: none;
    }
    .tabs-collapse-vertical-lg.nav-tabs + .tab-content > .tab-pane.active,
    .tabs-collapse-vertical-lg > .tab-content > .tab-pane.active {
        display: block;
    }
    .tabs-collapse-vertical-lg.nav-tabs + .tab-content > * + *,
    .tabs-collapse-vertical-lg > .tab-content > * + * {
        margin-top: 0;
    }
    .tabs-collapse-vertical-lg.nav-tabs + .tab-content > .btnNext,
    .tabs-collapse-vertical-lg.nav-tabs + .tab-content > .btnPrev,
    .tabs-collapse-vertical-lg > .tab-content .btnNext,
    .tabs-collapse-vertical-lg > .tab-content .btnPrev {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .tabs-collapse-vertical-xl {
        display: flex;
    }
    .tabs-collapse-vertical-xl > .container {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .tabs-collapse-vertical-xl.show-icons .nav-tabs .nav-link {
        display: flex;
    }
    .tabs-collapse-vertical-xl.show-icons .nav-tabs .nav-link img {
        display: block;
        max-width: 40px;
        height: 50px;
        min-width: 0;
        margin-right: 1rem;
    }
    .tabs-collapse-vertical-xl.show-icons .nav-tabs .nav-link .nav-link__title {
        flex: 1;
    }
    .tabs-collapse-vertical-xl.nav-tabs,
    .tabs-collapse-vertical-xl .nav-tabs {
        display: block;
        min-width: 16.6666666667%;
        margin-right: 1rem;
        padding: 0;
    }
    .tabs-collapse-vertical-xl.nav-tabs .nav-item-active:before,
    .tabs-collapse-vertical-xl .nav-tabs .nav-item-active:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        border-left: 4px solid #0069d9;
        border-bottom: none;
        z-index: 1;
    }
    .tabs-collapse-vertical-xl.nav-tabs .nav-item-active:after,
    .tabs-collapse-vertical-xl .nav-tabs .nav-item-active:after {
        content: none;
    }
    .tabs-collapse-vertical-xl.nav-tabs .nav-link,
    .tabs-collapse-vertical-xl .nav-tabs .nav-link {
        text-align: left;
    }
    .tabs-collapse-vertical-xl.nav-tabs .nav-link img,
    .tabs-collapse-vertical-xl .nav-tabs .nav-link img {
        display: none;
    }
    .tabs-collapse-vertical-xl .nav-item:not(.nav-item-active):hover {
        background-color: #fff;
    }
    .tabs-collapse-vertical-xl .nav-item:not(.nav-item-active):hover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        border-left: 4px solid #0069d9;
        border-bottom: none;
    }
    .tabs-collapse-vertical-xl.nav-tabs + .tab-content > .tab-pane.active,
    .tabs-collapse-vertical-xl > .tab-content > .tab-pane.active {
        display: block;
    }
    .tabs-collapse-vertical-xl.nav-tabs + .tab-content > * + *,
    .tabs-collapse-vertical-xl > .tab-content > * + * {
        margin-top: 0;
    }
    .tabs-collapse-vertical-xl.nav-tabs + .tab-content > .btnNext,
    .tabs-collapse-vertical-xl.nav-tabs + .tab-content > .btnPrev,
    .tabs-collapse-vertical-xl > .tab-content .btnNext,
    .tabs-collapse-vertical-xl > .tab-content .btnPrev {
        display: none;
    }
}

@media (max-width: 1349.98px) {
    .tabs-collapse-vertical-xxl {
        display: flex;
    }
    .tabs-collapse-vertical-xxl > .container {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .tabs-collapse-vertical-xxl.show-icons .nav-tabs .nav-link {
        display: flex;
    }
    .tabs-collapse-vertical-xxl.show-icons .nav-tabs .nav-link img {
        display: block;
        max-width: 40px;
        height: 50px;
        min-width: 0;
        margin-right: 1rem;
    }
    .tabs-collapse-vertical-xxl.show-icons .nav-tabs .nav-link .nav-link__title {
        flex: 1;
    }
    .tabs-collapse-vertical-xxl.nav-tabs,
    .tabs-collapse-vertical-xxl .nav-tabs {
        display: block;
        min-width: 16.6666666667%;
        margin-right: 1rem;
        padding: 0;
    }
    .tabs-collapse-vertical-xxl.nav-tabs .nav-item-active:before,
    .tabs-collapse-vertical-xxl .nav-tabs .nav-item-active:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        border-left: 4px solid #0069d9;
        border-bottom: none;
        z-index: 1;
    }
    .tabs-collapse-vertical-xxl.nav-tabs .nav-item-active:after,
    .tabs-collapse-vertical-xxl .nav-tabs .nav-item-active:after {
        content: none;
    }
    .tabs-collapse-vertical-xxl.nav-tabs .nav-link,
    .tabs-collapse-vertical-xxl .nav-tabs .nav-link {
        text-align: left;
    }
    .tabs-collapse-vertical-xxl.nav-tabs .nav-link img,
    .tabs-collapse-vertical-xxl .nav-tabs .nav-link img {
        display: none;
    }
    .tabs-collapse-vertical-xxl .nav-item:not(.nav-item-active):hover {
        background-color: #fff;
    }
    .tabs-collapse-vertical-xxl .nav-item:not(.nav-item-active):hover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        border-left: 4px solid #0069d9;
        border-bottom: none;
    }
    .tabs-collapse-vertical-xxl.nav-tabs + .tab-content > .tab-pane.active,
    .tabs-collapse-vertical-xxl > .tab-content > .tab-pane.active {
        display: block;
    }
    .tabs-collapse-vertical-xxl.nav-tabs + .tab-content > * + *,
    .tabs-collapse-vertical-xxl > .tab-content > * + * {
        margin-top: 0;
    }
    .tabs-collapse-vertical-xxl.nav-tabs + .tab-content > .btnNext,
    .tabs-collapse-vertical-xxl.nav-tabs + .tab-content > .btnPrev,
    .tabs-collapse-vertical-xxl > .tab-content .btnNext,
    .tabs-collapse-vertical-xxl > .tab-content .btnPrev {
        display: none;
    }
}

@media (max-width: 1599.98px) {
    .tabs-collapse-vertical-xxxl {
        display: flex;
    }
    .tabs-collapse-vertical-xxxl > .container {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .tabs-collapse-vertical-xxxl.show-icons .nav-tabs .nav-link {
        display: flex;
    }
    .tabs-collapse-vertical-xxxl.show-icons .nav-tabs .nav-link img {
        display: block;
        max-width: 40px;
        height: 50px;
        min-width: 0;
        margin-right: 1rem;
    }
    .tabs-collapse-vertical-xxxl.show-icons .nav-tabs .nav-link .nav-link__title {
        flex: 1;
    }
    .tabs-collapse-vertical-xxxl.nav-tabs,
    .tabs-collapse-vertical-xxxl .nav-tabs {
        display: block;
        min-width: 16.6666666667%;
        margin-right: 1rem;
        padding: 0;
    }
    .tabs-collapse-vertical-xxxl.nav-tabs .nav-item-active:before,
    .tabs-collapse-vertical-xxxl .nav-tabs .nav-item-active:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        border-left: 4px solid #0069d9;
        border-bottom: none;
        z-index: 1;
    }
    .tabs-collapse-vertical-xxxl.nav-tabs .nav-item-active:after,
    .tabs-collapse-vertical-xxxl .nav-tabs .nav-item-active:after {
        content: none;
    }
    .tabs-collapse-vertical-xxxl.nav-tabs .nav-link,
    .tabs-collapse-vertical-xxxl .nav-tabs .nav-link {
        text-align: left;
    }
    .tabs-collapse-vertical-xxxl.nav-tabs .nav-link img,
    .tabs-collapse-vertical-xxxl .nav-tabs .nav-link img {
        display: none;
    }
    .tabs-collapse-vertical-xxxl .nav-item:not(.nav-item-active):hover {
        background-color: #fff;
    }
    .tabs-collapse-vertical-xxxl .nav-item:not(.nav-item-active):hover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        border-left: 4px solid #0069d9;
        border-bottom: none;
    }
    .tabs-collapse-vertical-xxxl.nav-tabs + .tab-content > .tab-pane.active,
    .tabs-collapse-vertical-xxxl > .tab-content > .tab-pane.active {
        display: block;
    }
    .tabs-collapse-vertical-xxxl.nav-tabs + .tab-content > * + *,
    .tabs-collapse-vertical-xxxl > .tab-content > * + * {
        margin-top: 0;
    }
    .tabs-collapse-vertical-xxxl.nav-tabs + .tab-content > .btnNext,
    .tabs-collapse-vertical-xxxl.nav-tabs + .tab-content > .btnPrev,
    .tabs-collapse-vertical-xxxl > .tab-content .btnNext,
    .tabs-collapse-vertical-xxxl > .tab-content .btnPrev {
        display: none;
    }
}

.tabs-collapse-vertical {
    display: flex;
}

.tabs-collapse-vertical > .container {
    width: auto;
    margin: 0;
    padding: 0;
}

.tabs-collapse-vertical.show-icons .nav-tabs .nav-link {
    display: flex;
}

.tabs-collapse-vertical.show-icons .nav-tabs .nav-link img {
    display: block;
    max-width: 40px;
    height: 50px;
    min-width: 0;
    margin-right: 1rem;
}

.tabs-collapse-vertical.show-icons .nav-tabs .nav-link .nav-link__title {
    flex: 1;
}

.tabs-collapse-vertical.nav-tabs,
.tabs-collapse-vertical .nav-tabs {
    display: block;
    min-width: 16.6666666667%;
    margin-right: 1rem;
    padding: 0;
}

.tabs-collapse-vertical.nav-tabs .nav-item-active:before,
.tabs-collapse-vertical .nav-tabs .nav-item-active:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    border-left: 4px solid #0069d9;
    border-bottom: none;
    z-index: 1;
}

.tabs-collapse-vertical.nav-tabs .nav-item-active:after,
.tabs-collapse-vertical .nav-tabs .nav-item-active:after {
    content: none;
}

.tabs-collapse-vertical.nav-tabs .nav-link,
.tabs-collapse-vertical .nav-tabs .nav-link {
    text-align: left;
}

.tabs-collapse-vertical.nav-tabs .nav-link img,
.tabs-collapse-vertical .nav-tabs .nav-link img {
    display: none;
}

.tabs-collapse-vertical .nav-item:not(.nav-item-active):hover {
    background-color: #fff;
}

.tabs-collapse-vertical .nav-item:not(.nav-item-active):hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    border-left: 4px solid #0069d9;
    border-bottom: none;
}

.tabs-collapse-vertical.nav-tabs + .tab-content > .tab-pane.active,
.tabs-collapse-vertical > .tab-content > .tab-pane.active {
    display: block;
}

.tabs-collapse-vertical.nav-tabs + .tab-content > * + *,
.tabs-collapse-vertical > .tab-content > * + * {
    margin-top: 0;
}

.tabs-collapse-vertical.nav-tabs + .tab-content > .btnNext,
.tabs-collapse-vertical.nav-tabs + .tab-content > .btnPrev,
.tabs-collapse-vertical > .tab-content .btnNext,
.tabs-collapse-vertical > .tab-content .btnPrev {
    display: none;
}

.carousel[data-type="landing"] .carousel-inner {
    overflow: visible;
}

.carousel[data-type="landing"] .carousel-item {
    cursor: default;
}

.carousel:hover .carousel-control-prev,
.carousel:focus .carousel-control-prev,
.carousel:hover .carousel-control-next,
.carousel:focus .carousel-control-next {
    color: #fff !important;
    text-decoration: none;
    outline: 0;
    opacity: .9 !important;
}

.carousel:hover .carousel-control-prev-icon:before,
.carousel:hover .carousel-control-next-icon:before {
    color: #fff;
}

.carousel[data-type="landing"] [data-slide-type="callout"] {
    perspective: none;
    transform: none;
}

.carousel[data-type="landing"] [data-slide-type="callout"] .slide-content {
    align-items: center;
}

.slide-content {
    position: relative;
    display: flex;
    height: 600px;
    flex-direction: column;
    justify-content: center;
    /*  justify-content: space-evenly; */
    align-items: center;
}

@media (max-width: 991.98px) {
    .slide-content {
        height: 450px;
    }
}

@media (max-width: 767.98px) {
    .slide-content {
        height: 350px;
    }
}

.slide-content > * {
    margin-top: 2rem;
}

.slide-content__image > img {
    max-height: 300px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 100%;
    height: auto;
}

.slide-content__image > img.img-lg {
    max-height: 400px;
}

@media (max-width: 991.98px) {
    .slide-content__image > img,
    .slide-content__image > img.img-lg {
        max-height: 200px;
    }
}

.slide-content__text + .slide-content__image > img {
    max-height: 400px;
}

.slide-content__text {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

@media (max-width: 991.98px) {
    .slide-content__text {
        max-width: 90%;
        text-align: center;
    }
}

.slide-content__title {
    font-size: 1.75rem;
    font-weight: 400;
}

.slide-content__body {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991.98px) {
    .slide-content__body {
        display: none;
    }
}

.callout-product-wrapper {
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.callout-product-wrapper img {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

.callout-product-wrapper > ul {
    margin: 0;
    padding: 0;
}

.callout-img-replace {
    /* replace text with background images */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.callout-single-point {
    position: absolute;
    border-radius: 50%;
}

.callout-single-point > a {
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -1px;
    margin-top: -1px;
    border-radius: inherit;
    background: #dc3545;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: background-color 0.2s;
}

.callout-single-point > a.callout-img-replace.text-black-50 {
    color: #000 !important;
}

.callout-single-point > a::after, .callout-single-point > a:before {
    /* rotating plus icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    transition-property: transform;
    transition-duration: 0.2s;
}

.callout-single-point > a::after {
    height: 2px;
    width: 10px;
}

.callout-single-point > a::before {
    height: 10px;
    width: 2px;
}

.callout-single-point::after {
    /* this is used to create the pulse animation */
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
    /*   -webkit-animation: callout-pulse 2s infinite;
  -moz-animation: callout-pulse 2s infinite;
  animation: callout-pulse 2s infinite; */
}

/* .callout-single-point:nth-of-type(1) {
  left: 23%;
  bottom: 35%;
} */
.callout-single-point.is-open > a {
    background-color: #475f74;
}

.callout-single-point.is-open > a::after,
.callout-single-point.is-open > a::before {
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.callout-single-point.is-open::after {
    /* remove pulse effect */
    display: none;
}

.callout-single-point.is-open .callout-more-info {
    display: block;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    animation: fadeIn .3s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

.callout-single-point.visited > a {
    background-color: #475f74;
}

.callout-single-point.visited::after {
    /* pulse effect no more active on visited elements */
    display: none;
}

@media only screen and (min-width: 600px) {
    .callout-single-point.is-open .callout-more-info.callout-left {
        right: 140%;
    }
    .callout-single-point.is-open .callout-more-info.callout-right {
        left: 140%;
    }
    .callout-single-point.is-open .callout-more-info.callout-top {
        bottom: 140%;
    }
    .callout-single-point.is-open .callout-more-info.callout-bottom {
        top: 140%;
    }
}

@keyframes callout-pulse {
    0% {
        transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
    }
    100% {
        transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
    }
}

.callout-single-point .callout-more-info {
    z-index: 1100;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    line-height: 1.5;
    background-color: #fff;
    padding: 2em 1em 1em;
    display: none;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    pointer-events: none;
}

.callout-single-point .callout-more-info::before {
    /* triangle next to the interest point description - hidden on mobile */
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    display: none;
    border: 8px solid transparent;
    pointer-events: none;
}

.callout-single-point .callout-more-info .callout-more-info__title {
    color: #333;
    font-size: 1.375rem;
    margin-bottom: .25rem;
}

.callout-single-point .callout-more-info .callout-more-info__desc {
    color: rgba(0, 0, 0, 0.68);
    margin: 0 0 1rem;
}

.callout-single-point .callout-more-info {
    position: absolute;
    width: 300px;
    height: auto;
    padding: 1em;
    overflow-y: visible;
    line-height: 1.4;
    border-radius: 0.25em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.callout-single-point .callout-more-info::before {
    display: block;
}

.callout-single-point .callout-more-info.callout-left, .callout-single-point .callout-more-info.callout-right {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.callout-single-point .callout-more-info.callout-left::before, .callout-single-point .callout-more-info.callout-right::before {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.callout-single-point .callout-more-info.callout-left {
    right: 160%;
    left: auto;
}

.callout-single-point .callout-more-info.callout-left::before {
    border-left-color: rgba(255, 255, 255, 0.95);
    left: 100%;
}

.callout-single-point .callout-more-info.callout-right {
    left: 160%;
}

.callout-single-point .callout-more-info.callout-right::before {
    border-right-color: rgba(255, 255, 255, 0.95);
    right: 100%;
}

.callout-single-point .callout-more-info.callout-top, .callout-single-point .callout-more-info.callout-bottom {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.callout-single-point .callout-more-info.callout-top::before, .callout-single-point .callout-more-info.callout-bottom::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.callout-single-point .callout-more-info.callout-top {
    bottom: 160%;
    top: auto;
}

.callout-single-point .callout-more-info.callout-top::before {
    border-top-color: rgba(255, 255, 255, 0.95);
    top: 100%;
}

.callout-single-point .callout-more-info.callout-bottom {
    top: 160%;
}

.callout-single-point .callout-more-info.callout-bottom::before {
    border-bottom-color: rgba(255, 255, 255, 0.95);
    bottom: 100%;
}

.callout-single-point .callout-more-info h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.callout-single-point .callout-more-info p {
    font-size: 14px;
    font-size: 0.875rem;
}

/* close the interest point description - only on mobile */
.callout-close-info {
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
}

.callout-close-info::after, .callout-close-info:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background-color: #475f74;
    transition-property: transform;
    transition-duration: 0.2s;
}

.callout-close-info::after {
    height: 2px;
    width: 16px;
}

.callout-close-info::before {
    height: 16px;
    width: 2px;
}

.callout-close-info {
    display: none;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.carousel-item[data-slide-position="bottom"] .slide-content {
    display: block;
}

.carousel-item[data-slide-position="bottom"] .slide-content__image {
    padding-top: 3rem;
    margin-bottom: auto;
}

.carousel-item[data-slide-position="bottom"] .slide-content__text {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    padding-bottom: 3rem;
}

.carousel-item[data-slide-background="true"] .slide-content__image {
    display: none;
}

.carousel-item[data-slide-background="true"] .slide-content .slide-content__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: rgba(0, 0, 0, 0.66);
}

.carousel-item[data-slide-background="true"] .slide-content__text {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.68);
}

.carousel-item[data-slide-background="true"] .slide-content__inner {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

/* .carousel-item[data-slide-background="true"] .slide-content__title {
    max-width: 75%; // this must match 'content__slide-text' on line 85 of 60% above OR the col-md-9 of 75% - now its 75%
    color: rgba($white, .95);
}

.carousel-item[data-slide-background="true"] .slide-content__body {
    max-width: 75%; // this must match 'content__slide-text' on line 85 of 60% above or the col-md-9 of 75% - now its 75%
    margin-left: 0;
} */
.carousel-item[data-slide-background="true"][data-slide-background-position="top"] {
    background-position: top;
}

.carousel-item[data-slide-background="true"][data-slide-background-position="bottom"] {
    background-position: bottom;
}

.carousel[data-theme="dark"],
.carousel[data-theme="dark"] .carousel-item,
[data-slide-theme="dark"] {
    /* background-color: #333f51; */
    background-color: #19212e;
}

.carousel[data-theme="dark"] .slide-content__text {
    color: rgba(255, 255, 255, 0.68);
}

.carousel[data-theme="dark"] .slide-content__title {
    color: rgba(255, 255, 255, 0.95);
}

.carousel[data-theme="light"],
.carousel[data-theme="light"] .carousel-item,
[data-slide-theme="light"] {
    background-color: #ececec;
}

.carousel[data-theme="white"],
.carousel[data-theme="white"] .carousel-item,
[data-slide-theme="white"] {
    background-color: #fff;
}

.carousel[data-theme] [data-slide-type="callout"],
[data-slide-type="callout"] {
    background-color: #ececec;
}

.carousel .carousel-item[data-slide-theme="dark"] {
    background-color: #19212e;
}

.carousel .carousel-item[data-slide-theme="dark"] .slide-content__text {
    color: rgba(255, 255, 255, 0.68);
}

.carousel .carousel-item[data-slide-theme="dark"] .slide-content__title {
    color: rgba(255, 255, 255, 0.95);
}

.carousel .carousel-item[data-slide-theme="light"] {
    background-color: #ececec;
}

.carousel .carousel-item[data-slide-theme="light"] .slide-content__text {
    color: #212529;
}

.carousel .carousel-item[data-slide-theme="light"] .slide-content__title {
    color: #212529;
}

.carousel .carousel-item[data-slide-theme="white"] {
    background-color: #fff;
}

.carousel .carousel-item[data-slide-theme="white"] .slide-content__text {
    color: #212529;
}

.carousel .carousel-item[data-slide-theme="white"] .slide-content__title {
    color: #212529;
}

.carousel[data-type="landing"] > .carousel-inner--mobile,
.carousel > .carousel-inner--mobile {
    height: 350px;
    overflow: hidden;
}

.carousel[data-type="landing"] > .carousel-inner--mobile .carousel-item,
.carousel > .carousel-inner--mobile .carousel-item {
    height: 350px;
    display: inline-block;
    opacity: 1;
}

.carousel[data-type="landing"] > .carousel-inner--mobile .carousel-item .slide-content,
.carousel > .carousel-inner--mobile .carousel-item .slide-content {
    height: 350px;
}

.carousel[data-type="landing"] > .carousel-inner--mobile .carousel-item .slide-content > *,
.carousel > .carousel-inner--mobile .carousel-item .slide-content > * {
    margin-top: 0;
    flex: 1 1 auto;
}

.carousel[data-type="landing"] > .carousel-inner--mobile .carousel-item .slide-content .slide-content__image,
.carousel > .carousel-inner--mobile .carousel-item .slide-content .slide-content__image {
    margin-top: 0;
}

.carousel[data-type="landing"] > .carousel-inner--mobile .carousel-item .slide-content .slide-content__image img,
.carousel > .carousel-inner--mobile .carousel-item .slide-content .slide-content__image img {
    padding: 1rem;
}

.carousel[data-type="landing"] > .carousel-inner--mobile .slide-content-image,
.carousel > .carousel-inner--mobile .slide-content-image {
    margin: 0;
}

.carousel[data-type="landing"] > .carousel-inner--mobile .slide-content__image,
.carousel > .carousel-inner--mobile .slide-content__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 42.8571428571%;
}

.carousel[data-type="landing"] > .carousel-inner--mobile .slide-content__image > img,
.carousel > .carousel-inner--mobile .slide-content__image > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem;
    max-height: 300px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 100%;
    max-height: 200px;
}

.carousel[data-type="landing"] > .carousel-inner--mobile .slide-content__text,
.carousel > .carousel-inner--mobile .slide-content__text {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 22px 69px 90px #19212e;
}

.carousel[data-type="landing"] > .carousel-inner--mobile .slide-content__text .slide-content__body,
.carousel > .carousel-inner--mobile .slide-content__text .slide-content__body {
    padding-bottom: 1.5rem;
    text-align: left;
}

@media (max-width: 575.98px) {
    .carousel[data-type="landing"] > .carousel-inner--mobile .slide-content__text .slide-content__body,
    .carousel > .carousel-inner--mobile .slide-content__text .slide-content__body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.carousel[data-type="landing"] > .carousel-inner--mobile .slide-content__image + .slide-content__text,
.carousel > .carousel-inner--mobile .slide-content__image + .slide-content__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
}

.carousel[data-theme="dark"] > .carousel-inner--mobile .slide-content__text,
.carousel-inner--mobile > .carousel-item[data-slide-theme="dark"] .slide-content__text {
    background-color: #19212e;
}

.carousel[data-theme="light"] > .carousel-inner--mobile .slide-content__text,
.carousel-inner--mobile > .carousel-item[data-slide-theme="light"] .slide-content__text {
    background-color: #ececec;
    box-shadow: 0px 22px 69px 90px #ececec;
}

.carousel[data-theme="white"] > .carousel-inner--mobile .slide-content__text,
.carousel-inner--mobile > .carousel-item[data-slide-theme="white"] .slide-content__text {
    background-color: #fff;
    box-shadow: 0px 22px 69px 90px #fff;
}

.carousel .carousel-inner--mobile[data-shadow="none"] .slide-content__text {
    box-shadow: none;
}

.carousel.carousel .carousel-inner--mobile:not([data-bgimage-type="full"]) {
    height: auto;
}

.carousel.carousel .carousel-inner--mobile:not([data-bgimage-type="full"]) > .carousel-item {
    height: auto;
    display: block;
}

.carousel.carousel .carousel-inner--mobile:not([data-bgimage-type="full"]) > .carousel-item > .slide-content {
    display: block;
    height: auto;
}

.carousel.carousel .carousel-inner--mobile:not([data-bgimage-type="full"]) > .carousel-item > .slide-content .slide-content__image {
    position: relative;
    display: block;
    bottom: auto;
}

.carousel.carousel .carousel-inner--mobile:not([data-bgimage-type="full"]) > .carousel-item > .slide-content .slide-content__image img {
    position: relative;
    left: auto;
    right: auto;
    max-height: none;
    transform: none;
}

.carousel.carousel .carousel-inner--mobile:not([data-bgimage-type="full"]) > .carousel-item > .slide-content .slide-content__text {
    position: relative;
    min-height: auto;
}

.carousel.carousel .carousel-inner--mobile[data-bgimage-type="full"] .slide-content__image {
    bottom: 0;
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel.carousel .carousel-inner--mobile[data-bgimage-type="full"] .slide-content__image > img {
    max-height: none;
    padding: 0;
    width: 100%;
}

.carousel.carousel .carousel-inner--mobile[data-bgimage-type="full"] .slide-content__image + .slide-content__text {
    position: relative;
}

.carousel[data-theme="dark"] > .carousel-inner--mobile[data-bgimage-type="full"] .slide-content__text,
.carousel-inner--mobile > .carousel-item[data-slide-theme="dark"][data-bgimage-type="full"] .slide-content__text {
    background-color: rgba(25, 33, 46, 0.85);
}

.carousel[data-theme="light"] > .carousel-inner--mobile[data-bgimage-type="full"] .slide-content__text,
.carousel-inner--mobile > .carousel-item[data-slide-theme="light"][data-bgimage-type="full"] .slide-content__text {
    background-color: rgba(236, 236, 236, 0.85);
}

.carousel[data-theme="white"] > .carousel-inner--mobile[data-bgimage-type="full"] .slide-content__text,
.carousel-inner--mobile > .carousel-item[data-slide-theme="white"][data-bgimage-type="full"] .slide-content__text {
    background-color: rgba(255, 255, 255, 0.85);
}

.search-field {
    position: relative;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05);
}

.search-wrapper {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.search-box {
    padding-top: 4rem;
}

.search-background-blur {
    opacity: .5;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.input-icon {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
}

.input-icon .form-control {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #9aa0ac;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
}

.input-icon-addon:last-child {
    left: auto;
    right: 0;
}

/* #clear-search, */
.input-submit {
    background: none;
    border: 0;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit;
    z-index: 4;
}

.search-video-results.cards .card {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.search-video-results .card-body {
    padding: 1rem;
}

.cards.search-video-results .card > [class*="card-image"] {
    margin-top: .5rem;
}

.cards.search-video-results .card > [class*="card-image"] > img {
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
}

.search-video-results .card-body .card-title {
    font-size: 0.875rem;
}

/* .search-video-results  .card > [class*="card-image"] > img {
    width: 100%;
} */
.search-video-results .media-video-duration {
    font-size: 0.8125rem;
}

.result-video:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #fff;
    content: "\f144";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    opacity: .75;
    pointer-events: none;
}

.result-video:hover:after {
    opacity: 1;
    transition: opacity .125s ease-in-out;
}

.result-video:hover > img {
    opacity: .75;
    transition: opacity .125s ease-in-out;
}

/*-------------------
        Arrows
--------------------*/
/* .search-video-results.slick-slider:hover .slick-prev,
.search-video-results.slick-slider:hover .slick-next,
.search-video-results.slick-slicer:focus .slick-prev,
.search-video-results.slick-slicer:focus .slick-next {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
 */
.search-results-count-filter-options {
    padding-top: 0;
    box-shadow: 0px 1px 0px #dee2e6;
    padding-bottom: 0;
    z-index: 1023;
}

.search-results-count-filter-options ul {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
}

.search-results-count-filter-options ul li {
    border-bottom: 0;
}

.search-results-count-filter-options ul li a {
    color: #495057;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    border-radius: 0;
    padding: 1rem;
    display: block;
}

.search-results-list .list > .list-item .image {
    max-height: 100px;
    max-width: 100px;
    min-width: 100px;
    text-align: right;
}

.search-results-list .list > .list-item .image > img,
.search-results-list .list > .list-item .image img {
    max-height: 100px;
}

.search-results-list .list-item a.list-header {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #212529;
}

.search-results-list .search-result-type {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: .25rem;
    font-size: 0.8125rem;
}

.search-results-list .search-result-date {
    color: #767676;
}

.search-results-list .search-result-date::after {
    color: #333;
    content: '-';
    margin: 0 .25rem;
    margin: 0 4px\9;
}

.search-result-icon {
    display: none;
    margin-right: .5rem;
}

.search-results-list .list > .list-item .image > .search-result-icon {
    margin-right: 0;
}

.search-results-list .list-item[data-doc] .search-result-icon {
    display: inline-block;
}

.search-result-url:before,
.search-result-icon:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.search-results-list .list-item[data-doc="article"] .search-result-icon:after {
    content: "\f15c";
    content: "\f1ea";
    font-weight: 300;
}

.search-results-list .list-item[data-doc="download"] .search-result-icon:after {
    content: "\f33d";
    font-weight: 300;
}

.search-results-list .list-item[data-doc="manual"] .search-result-icon:after {
    content: "\f02d";
    font-weight: 300;
}

.search-results-list .list-item[data-doc="specification"] .search-result-icon:after {
    content: "\f022";
    font-weight: 300;
}

.search-results-list .list-item[data-doc="brochure"] .search-result-icon:after {
    content: "\f24d";
    font-weight: 300;
}

.search-result-url {
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
}

.search-results-list .list-item[data-doc*="pdf"] .search-result-url:before {
    content: "\f1c1";
    font-weight: 300;
    color: #f61010;
    padding-right: .5rem;
}

.collapsible-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition-delay: 100ms;
    transition-duration: 100ms;
    transition-property: background-color;
}

.collapsible-section .section-title {
    margin: 0;
    font-size: 1rem;
}

.collapsible-section .section-title .click-target {
    cursor: pointer;
    vertical-align: top;
    white-space: nowrap;
}

.collapsible-section .section-title .collapsible-arrow {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    margin-top: -1px;
}

.collapsible-section .section-top-bar {
    position: relative;
}

.collapsible-section .section-body.animating {
    overflow: hidden;
    pointer-events: none;
}

.collapsible-section.animation-enabled .section-title .collapsible-arrow {
    transition: transform 0.5s cubic-bezier(0.07, 0.95, 0, 1);
}

.collapsible-section.animation-enabled .section-body {
    max-height: 400px;
    transition: max-height 0.5s cubic-bezier(0.07, 0.95, 0, 1);
}

.collapsible-section.collapsed .section-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.07, 0.95, 0, 1);
}

.fab-toolbar {
    position: relative;
}

.fab-fb,
.fab-fb-tab {
    position: fixed;
    bottom: -50%;
    display: block;
    width: 100%;
    transition: bottom .5s ease-in-out;
    text-align: center;
    box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
    padding: 0.9375rem 3.125rem 0.9375rem 1.25rem;
    z-index: 1012;
}

.fab-fb-tab {
    right: 0;
    display: inline-block;
    width: auto;
    /*  border-bottom: 3px solid #343a40; */
    transition: bottom .5s ease-in-out;
    text-align: right;
    padding: 15px 15px 0;
    box-shadow: none;
}

.fab-fb-tab .btn {
    box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.fab-fb-tab.is-visible,
.fab-fb.is-visible {
    bottom: 0;
}

.fab-fb-close_button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

/* so the side up botom is not too close */
.link-pagetop.pagetop-stick {
    bottom: 100px !important;
}

.modal-fb .btn-primary,
.modal-fb .modal-header {
    background-color: #007db8;
    color: #fff;
}

.modal-fb .close {
    color: #fff;
}

.modal-fb .fb-ratings > * {
    margin-right: 1.5rem;
}

.modal-fb .fb-comment-desc,
.modal-fb .fb-ratings {
    font-size: 0.875rem;
}

/*-------------------
     slick-slider
--------------------*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0 -.75rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    transition: all .3s;
}

.slick-slider:not(.search-video-results) {
    padding: 0 2.5rem;
}

@media (min-width: 1410px) {
    .slick-slider:not(.search-video-results) {
        padding: 0;
    }
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-slide.card {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*-------------------
        Loder
--------------------*/
.slick-loading .slick-list {
    background: #fff url("img/asset/ajax-loader.gif") center center no-repeat;
}

/*-------------------
        Arrows
--------------------*/
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 45px;
    height: 75px;
    text-align: center;
    padding: 0;
    margin-top: -10px\9;
    /*lte IE 8*/
    bottom: 50%;
    transform: translateY(50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    opacity: 1;
    transition: all .3s;
    border-radius: 0.2rem;
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next,
.slick-slicer:focus .slick-prev,
.slick-slicer:focus .slick-next {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.slick-slider:hover .slick-prev:hover,
.slick-slider:hover .slick-next:hover,
.slick-slicer:focus .slick-prev:focus,
.slick-slicer:focus .slick-next:focus {
    background: rgba(0, 0, 0, 0.4);
}

.slick-slider .slick-prev.slick-disabled,
.slick-slider .slick-prev.slick-disabled:hover,
.slick-slider .slick-prev.slick-disabled:focus,
.slick-slider .slick-next.slick-disabled,
.slick-slider .slick-next.slick-disabled:hover,
.slick-slider .slick-next.slick-disabled:focus,
.slick-slider:hover .slick-prev.slick-disabled,
.slick-slider:hover .slick-prev.slick-disabled:hover,
.slick-slider:hover .slick-prev.slick-disabled:focus,
.slick-slider:hover .slick-next.slick-disabled,
.slick-slider:hover .slick-next.slick-disabled:hover,
.slick-slider:hover .slick-next.slick-disabled:focus {
    cursor: default;
}

.slick-slider:hover .slick-prev:hover:before,
.slick-slider:hover .slick-prev:focus:before,
.slick-slider:hover .slick-next:hover:before,
.slick-slider:hover .slick-next:focus:before,
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'icomoon';
    font-size: 3rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "\e920";
}

[dir='rtl'] .slick-prev:before {
    content: "\e920";
}

.slick-next {
    right: 0;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "\e91b";
}

[dir='rtl'] .slick-next:before {
    content: "\e91b";
}

@media (min-width: 1410px) {
    .slick-prev {
        left: -2.5rem;
    }
    .slick-next {
        right: -2.5rem;
    }
}

/*-------------------
        Dots
--------------------*/
.slick-dots {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 9px;
    height: 9px;
    margin: 5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: rgba(108, 117, 125, 0.5);
    border: 1px solid rgba(102, 102, 102, 0.15);
}

.slick-dots li.slick-active button {
    background: #6c757d;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

/*-------------------
        Images
--------------------*/
.slick-slider-md.cards .card > [class*="card-image"] {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: none;
    height: auto;
    max-height: 190px;
}

.slick-slider-md.cards .card > [class*="card-image"] > [class*="card-img"] {
    width: auto;
    max-width: 100%;
    max-height: 190px;
}

@media (max-width: 575.98px) {
    .slick-slide {
        margin-left: .75rem;
        margin-right: .75rem;
    }
    .slick-prev.hidden,
    .slick-next.hidden {
        opacity: 0;
        pointer-events: none;
    }
    .sl-slideshow:not([data-sl="false"]) {
        margin-left: -15px;
        margin-right: -15px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .sl-slideshow:not([data-sl="false"]) > .cards {
        display: inline-flex;
        flex-wrap: nowrap;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sl-slideshow:not([data-sl="false"]) > .cards > .card {
        width: calc(150px - 1rem);
        min-width: calc(150px - 1rem);
    }
    .sl-slideshow:not([data-sl="false"]) > .cards[class*="changeable-"],
    .sl-slideshow:not([data-sl="false"]) > .cards[class*="stackable"] {
        margin: 0;
        padding: 0;
    }
    .sl-slideshow:not([data-sl="false"]) > .cards[class*="changeable-"] .card:not(.video-card) {
        margin: 0 0 .5rem 0;
        width: 100% !important;
    }
    .sl-slideshow:not([data-sl="false"]) > .cards[class*="changeable-"] .card:not(.video-card):first-child {
        margin-top: .5rem;
    }
    .sl-slideshow:not([data-sl="false"]) > .cards[class*="changeable-"] .card:not(.video-card):last-child {
        margin-bottom: 0;
    }
    .sl-slideshow:not([data-sl="false"]) > .cards[class*="changeable-"] .card:not(.video-card) .card-body {
        padding: .75rem 1.25rem;
    }
    .sl-slideshow:not([data-sl="false"]) > .cards[class*="changeable-"] .card:not(.video-card) .card-text.lead,
    .sl-slideshow:not([data-sl="false"]) > .cards[class*="changeable-"] .card:not(.video-card) .card-title.lead {
        font-size: 1rem;
        font-weight: normal;
    }
    .sl-slideshow:not([data-sl="false"]) > .cards > .card:not(.video-card) .locked-content,
    .sl-slideshow:not([data-sl="false"]) .card:not(.video-card) .locked-content {
        left: .75rem;
        right: auto;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-brand {
    background-color: #224d8f !important;
}

a.bg-brand:hover, a.bg-brand:focus,
button.bg-brand:hover,
button.bg-brand:focus {
    background-color: #183766 !important;
}

.bg-primary {
    background-color: #0069d9 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0050a6 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #008800 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #005500 !important;
}

.bg-info {
    background-color: #008196 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #005563 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-gray {
    background-color: #dee2e6 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
    background-color: #c1c9d0 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-brand {
    border-color: #224d8f !important;
}

.border-primary {
    border-color: #0069d9 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #008800 !important;
}

.border-info {
    border-color: #008196 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-gray {
    border-color: #dee2e6 !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1350px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1600px) {
    .d-xxxl-none {
        display: none !important;
    }
    .d-xxxl-inline {
        display: inline !important;
    }
    .d-xxxl-inline-block {
        display: inline-block !important;
    }
    .d-xxxl-block {
        display: block !important;
    }
    .d-xxxl-table {
        display: table !important;
    }
    .d-xxxl-table-row {
        display: table-row !important;
    }
    .d-xxxl-table-cell {
        display: table-cell !important;
    }
    .d-xxxl-flex {
        display: flex !important;
    }
    .d-xxxl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1350px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1600px) {
    .flex-xxxl-row {
        flex-direction: row !important;
    }
    .flex-xxxl-column {
        flex-direction: column !important;
    }
    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xxxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxxl-center {
        justify-content: center !important;
    }
    .justify-content-xxxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxxl-around {
        justify-content: space-around !important;
    }
    .align-items-xxxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxxl-center {
        align-items: center !important;
    }
    .align-items-xxxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxxl-center {
        align-content: center !important;
    }
    .align-content-xxxl-between {
        align-content: space-between !important;
    }
    .align-content-xxxl-around {
        align-content: space-around !important;
    }
    .align-content-xxxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxxl-auto {
        align-self: auto !important;
    }
    .align-self-xxxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxxl-center {
        align-self: center !important;
    }
    .align-self-xxxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxxl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

@media (min-width: 1350px) {
    .float-xxl-left {
        float: left !important;
    }
    .float-xxl-right {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
}

@media (min-width: 1600px) {
    .float-xxxl-left {
        float: left !important;
    }
    .float-xxxl-right {
        float: right !important;
    }
    .float-xxxl-none {
        float: none !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .w-sm-auto {
        width: auto !important;
    }
    .h-sm-25 {
        height: 25% !important;
    }
    .h-sm-50 {
        height: 50% !important;
    }
    .h-sm-75 {
        height: 75% !important;
    }
    .h-sm-100 {
        height: 100% !important;
    }
    .h-sm-auto {
        height: auto !important;
    }
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    .w-md-auto {
        width: auto !important;
    }
    .h-md-25 {
        height: 25% !important;
    }
    .h-md-50 {
        height: 50% !important;
    }
    .h-md-75 {
        height: 75% !important;
    }
    .h-md-100 {
        height: 100% !important;
    }
    .h-md-auto {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-auto {
        width: auto !important;
    }
    .h-lg-25 {
        height: 25% !important;
    }
    .h-lg-50 {
        height: 50% !important;
    }
    .h-lg-75 {
        height: 75% !important;
    }
    .h-lg-100 {
        height: 100% !important;
    }
    .h-lg-auto {
        height: auto !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
    .w-xl-auto {
        width: auto !important;
    }
    .h-xl-25 {
        height: 25% !important;
    }
    .h-xl-50 {
        height: 50% !important;
    }
    .h-xl-75 {
        height: 75% !important;
    }
    .h-xl-100 {
        height: 100% !important;
    }
    .h-xl-auto {
        height: auto !important;
    }
}

@media (min-width: 1350px) {
    .w-xxl-25 {
        width: 25% !important;
    }
    .w-xxl-50 {
        width: 50% !important;
    }
    .w-xxl-75 {
        width: 75% !important;
    }
    .w-xxl-100 {
        width: 100% !important;
    }
    .w-xxl-auto {
        width: auto !important;
    }
    .h-xxl-25 {
        height: 25% !important;
    }
    .h-xxl-50 {
        height: 50% !important;
    }
    .h-xxl-75 {
        height: 75% !important;
    }
    .h-xxl-100 {
        height: 100% !important;
    }
    .h-xxl-auto {
        height: auto !important;
    }
}

@media (min-width: 1600px) {
    .w-xxxl-25 {
        width: 25% !important;
    }
    .w-xxxl-50 {
        width: 50% !important;
    }
    .w-xxxl-75 {
        width: 75% !important;
    }
    .w-xxxl-100 {
        width: 100% !important;
    }
    .w-xxxl-auto {
        width: auto !important;
    }
    .h-xxxl-25 {
        height: 25% !important;
    }
    .h-xxxl-50 {
        height: 50% !important;
    }
    .h-xxxl-75 {
        height: 75% !important;
    }
    .h-xxxl-100 {
        height: 100% !important;
    }
    .h-xxxl-auto {
        height: auto !important;
    }
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.mw-25 {
    max-width: 25% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.mw-75 {
    max-width: 75% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mw-auto {
    max-width: auto !important;
}

.mh-25 {
    max-height: 25% !important;
}

.mh-50 {
    max-height: 50% !important;
}

.mh-75 {
    max-height: 75% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.mh-auto {
    max-height: auto !important;
}

@media (min-width: 576px) {
    .mw-sm-25 {
        max-width: 25% !important;
    }
    .mw-sm-50 {
        max-width: 50% !important;
    }
    .mw-sm-75 {
        max-width: 75% !important;
    }
    .mw-sm-100 {
        max-width: 100% !important;
    }
    .mw-sm-auto {
        max-width: auto !important;
    }
    .mh-sm-25 {
        max-height: 25% !important;
    }
    .mh-sm-50 {
        max-height: 50% !important;
    }
    .mh-sm-75 {
        max-height: 75% !important;
    }
    .mh-sm-100 {
        max-height: 100% !important;
    }
    .mh-sm-auto {
        max-height: auto !important;
    }
}

@media (min-width: 768px) {
    .mw-md-25 {
        max-width: 25% !important;
    }
    .mw-md-50 {
        max-width: 50% !important;
    }
    .mw-md-75 {
        max-width: 75% !important;
    }
    .mw-md-100 {
        max-width: 100% !important;
    }
    .mw-md-auto {
        max-width: auto !important;
    }
    .mh-md-25 {
        max-height: 25% !important;
    }
    .mh-md-50 {
        max-height: 50% !important;
    }
    .mh-md-75 {
        max-height: 75% !important;
    }
    .mh-md-100 {
        max-height: 100% !important;
    }
    .mh-md-auto {
        max-height: auto !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-25 {
        max-width: 25% !important;
    }
    .mw-lg-50 {
        max-width: 50% !important;
    }
    .mw-lg-75 {
        max-width: 75% !important;
    }
    .mw-lg-100 {
        max-width: 100% !important;
    }
    .mw-lg-auto {
        max-width: auto !important;
    }
    .mh-lg-25 {
        max-height: 25% !important;
    }
    .mh-lg-50 {
        max-height: 50% !important;
    }
    .mh-lg-75 {
        max-height: 75% !important;
    }
    .mh-lg-100 {
        max-height: 100% !important;
    }
    .mh-lg-auto {
        max-height: auto !important;
    }
}

@media (min-width: 1200px) {
    .mw-xl-25 {
        max-width: 25% !important;
    }
    .mw-xl-50 {
        max-width: 50% !important;
    }
    .mw-xl-75 {
        max-width: 75% !important;
    }
    .mw-xl-100 {
        max-width: 100% !important;
    }
    .mw-xl-auto {
        max-width: auto !important;
    }
    .mh-xl-25 {
        max-height: 25% !important;
    }
    .mh-xl-50 {
        max-height: 50% !important;
    }
    .mh-xl-75 {
        max-height: 75% !important;
    }
    .mh-xl-100 {
        max-height: 100% !important;
    }
    .mh-xl-auto {
        max-height: auto !important;
    }
}

@media (min-width: 1350px) {
    .mw-xxl-25 {
        max-width: 25% !important;
    }
    .mw-xxl-50 {
        max-width: 50% !important;
    }
    .mw-xxl-75 {
        max-width: 75% !important;
    }
    .mw-xxl-100 {
        max-width: 100% !important;
    }
    .mw-xxl-auto {
        max-width: auto !important;
    }
    .mh-xxl-25 {
        max-height: 25% !important;
    }
    .mh-xxl-50 {
        max-height: 50% !important;
    }
    .mh-xxl-75 {
        max-height: 75% !important;
    }
    .mh-xxl-100 {
        max-height: 100% !important;
    }
    .mh-xxl-auto {
        max-height: auto !important;
    }
}

@media (min-width: 1600px) {
    .mw-xxxl-25 {
        max-width: 25% !important;
    }
    .mw-xxxl-50 {
        max-width: 50% !important;
    }
    .mw-xxxl-75 {
        max-width: 75% !important;
    }
    .mw-xxxl-100 {
        max-width: 100% !important;
    }
    .mw-xxxl-auto {
        max-width: auto !important;
    }
    .mh-xxxl-25 {
        max-height: 25% !important;
    }
    .mh-xxxl-50 {
        max-height: 50% !important;
    }
    .mh-xxxl-75 {
        max-height: 75% !important;
    }
    .mh-xxxl-100 {
        max-height: 100% !important;
    }
    .mh-xxxl-auto {
        max-height: auto !important;
    }
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 2rem !important;
}

.mt-5,
.my-5 {
    margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 2rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 2rem !important;
}

.m-6 {
    margin: 3rem !important;
}

.mt-6,
.my-6 {
    margin-top: 3rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 3rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 3rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 3rem !important;
}

.m-7 {
    margin: 4rem !important;
}

.mt-7,
.my-7 {
    margin-top: 4rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 4rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 4rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 4rem !important;
}

.m-8 {
    margin: 5rem !important;
}

.mt-8,
.my-8 {
    margin-top: 5rem !important;
}

.mr-8,
.mx-8 {
    margin-right: 5rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 5rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 5rem !important;
}

.m-9 {
    margin: 6rem !important;
}

.mt-9,
.my-9 {
    margin-top: 6rem !important;
}

.mr-9,
.mx-9 {
    margin-right: 6rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 6rem !important;
}

.ml-9,
.mx-9 {
    margin-left: 6rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 2rem !important;
}

.pt-5,
.py-5 {
    padding-top: 2rem !important;
}

.pr-5,
.px-5 {
    padding-right: 2rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
    padding-left: 2rem !important;
}

.p-6 {
    padding: 3rem !important;
}

.pt-6,
.py-6 {
    padding-top: 3rem !important;
}

.pr-6,
.px-6 {
    padding-right: 3rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 3rem !important;
}

.pl-6,
.px-6 {
    padding-left: 3rem !important;
}

.p-7 {
    padding: 4rem !important;
}

.pt-7,
.py-7 {
    padding-top: 4rem !important;
}

.pr-7,
.px-7 {
    padding-right: 4rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 4rem !important;
}

.pl-7,
.px-7 {
    padding-left: 4rem !important;
}

.p-8 {
    padding: 5rem !important;
}

.pt-8,
.py-8 {
    padding-top: 5rem !important;
}

.pr-8,
.px-8 {
    padding-right: 5rem !important;
}

.pb-8,
.py-8 {
    padding-bottom: 5rem !important;
}

.pl-8,
.px-8 {
    padding-left: 5rem !important;
}

.p-9 {
    padding: 6rem !important;
}

.pt-9,
.py-9 {
    padding-top: 6rem !important;
}

.pr-9,
.px-9 {
    padding-right: 6rem !important;
}

.pb-9,
.py-9 {
    padding-bottom: 6rem !important;
}

.pl-9,
.px-9 {
    padding-left: 6rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -2rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -2rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -2rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -2rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -2rem !important;
}

.m-n6 {
    margin: -3rem !important;
}

.mt-n6,
.my-n6 {
    margin-top: -3rem !important;
}

.mr-n6,
.mx-n6 {
    margin-right: -3rem !important;
}

.mb-n6,
.my-n6 {
    margin-bottom: -3rem !important;
}

.ml-n6,
.mx-n6 {
    margin-left: -3rem !important;
}

.m-n7 {
    margin: -4rem !important;
}

.mt-n7,
.my-n7 {
    margin-top: -4rem !important;
}

.mr-n7,
.mx-n7 {
    margin-right: -4rem !important;
}

.mb-n7,
.my-n7 {
    margin-bottom: -4rem !important;
}

.ml-n7,
.mx-n7 {
    margin-left: -4rem !important;
}

.m-n8 {
    margin: -5rem !important;
}

.mt-n8,
.my-n8 {
    margin-top: -5rem !important;
}

.mr-n8,
.mx-n8 {
    margin-right: -5rem !important;
}

.mb-n8,
.my-n8 {
    margin-bottom: -5rem !important;
}

.ml-n8,
.mx-n8 {
    margin-left: -5rem !important;
}

.m-n9 {
    margin: -6rem !important;
}

.mt-n9,
.my-n9 {
    margin-top: -6rem !important;
}

.mr-n9,
.mx-n9 {
    margin-right: -6rem !important;
}

.mb-n9,
.my-n9 {
    margin-bottom: -6rem !important;
}

.ml-n9,
.mx-n9 {
    margin-left: -6rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 2rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 2rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 2rem !important;
    }
    .m-sm-6 {
        margin: 3rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 3rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 3rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 3rem !important;
    }
    .m-sm-7 {
        margin: 4rem !important;
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 4rem !important;
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 4rem !important;
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 4rem !important;
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 4rem !important;
    }
    .m-sm-8 {
        margin: 5rem !important;
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 5rem !important;
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 5rem !important;
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 5rem !important;
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 5rem !important;
    }
    .m-sm-9 {
        margin: 6rem !important;
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 6rem !important;
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 6rem !important;
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 6rem !important;
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 6rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 2rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2rem !important;
    }
    .p-sm-6 {
        padding: 3rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 3rem !important;
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 3rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 3rem !important;
    }
    .p-sm-7 {
        padding: 4rem !important;
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 4rem !important;
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 4rem !important;
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 4rem !important;
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 4rem !important;
    }
    .p-sm-8 {
        padding: 5rem !important;
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 5rem !important;
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 5rem !important;
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 5rem !important;
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 5rem !important;
    }
    .p-sm-9 {
        padding: 6rem !important;
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 6rem !important;
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 6rem !important;
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 6rem !important;
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 6rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -2rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -2rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -2rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -2rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -2rem !important;
    }
    .m-sm-n6 {
        margin: -3rem !important;
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -3rem !important;
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -3rem !important;
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -3rem !important;
    }
    .m-sm-n7 {
        margin: -4rem !important;
    }
    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -4rem !important;
    }
    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -4rem !important;
    }
    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -4rem !important;
    }
    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -4rem !important;
    }
    .m-sm-n8 {
        margin: -5rem !important;
    }
    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -5rem !important;
    }
    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -5rem !important;
    }
    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -5rem !important;
    }
    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -5rem !important;
    }
    .m-sm-n9 {
        margin: -6rem !important;
    }
    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -6rem !important;
    }
    .mr-sm-n9,
    .mx-sm-n9 {
        margin-right: -6rem !important;
    }
    .mb-sm-n9,
    .my-sm-n9 {
        margin-bottom: -6rem !important;
    }
    .ml-sm-n9,
    .mx-sm-n9 {
        margin-left: -6rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 2rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 2rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 2rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 2rem !important;
    }
    .m-md-6 {
        margin: 3rem !important;
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 3rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 3rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 3rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 3rem !important;
    }
    .m-md-7 {
        margin: 4rem !important;
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 4rem !important;
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 4rem !important;
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 4rem !important;
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 4rem !important;
    }
    .m-md-8 {
        margin: 5rem !important;
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 5rem !important;
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 5rem !important;
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 5rem !important;
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 5rem !important;
    }
    .m-md-9 {
        margin: 6rem !important;
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 6rem !important;
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 6rem !important;
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 6rem !important;
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 6rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 2rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 2rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 2rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 2rem !important;
    }
    .p-md-6 {
        padding: 3rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 3rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 3rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 3rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 3rem !important;
    }
    .p-md-7 {
        padding: 4rem !important;
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 4rem !important;
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 4rem !important;
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 4rem !important;
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 4rem !important;
    }
    .p-md-8 {
        padding: 5rem !important;
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 5rem !important;
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 5rem !important;
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 5rem !important;
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 5rem !important;
    }
    .p-md-9 {
        padding: 6rem !important;
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 6rem !important;
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 6rem !important;
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 6rem !important;
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 6rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -2rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -2rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -2rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -2rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -2rem !important;
    }
    .m-md-n6 {
        margin: -3rem !important;
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -3rem !important;
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -3rem !important;
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -3rem !important;
    }
    .m-md-n7 {
        margin: -4rem !important;
    }
    .mt-md-n7,
    .my-md-n7 {
        margin-top: -4rem !important;
    }
    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -4rem !important;
    }
    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -4rem !important;
    }
    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -4rem !important;
    }
    .m-md-n8 {
        margin: -5rem !important;
    }
    .mt-md-n8,
    .my-md-n8 {
        margin-top: -5rem !important;
    }
    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -5rem !important;
    }
    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -5rem !important;
    }
    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -5rem !important;
    }
    .m-md-n9 {
        margin: -6rem !important;
    }
    .mt-md-n9,
    .my-md-n9 {
        margin-top: -6rem !important;
    }
    .mr-md-n9,
    .mx-md-n9 {
        margin-right: -6rem !important;
    }
    .mb-md-n9,
    .my-md-n9 {
        margin-bottom: -6rem !important;
    }
    .ml-md-n9,
    .mx-md-n9 {
        margin-left: -6rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 2rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2rem !important;
    }
    .m-lg-6 {
        margin: 3rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 3rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 3rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 3rem !important;
    }
    .m-lg-7 {
        margin: 4rem !important;
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 4rem !important;
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 4rem !important;
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 4rem !important;
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 4rem !important;
    }
    .m-lg-8 {
        margin: 5rem !important;
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 5rem !important;
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 5rem !important;
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 5rem !important;
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 5rem !important;
    }
    .m-lg-9 {
        margin: 6rem !important;
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 6rem !important;
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 6rem !important;
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 6rem !important;
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 6rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 2rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2rem !important;
    }
    .p-lg-6 {
        padding: 3rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 3rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 3rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 3rem !important;
    }
    .p-lg-7 {
        padding: 4rem !important;
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 4rem !important;
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 4rem !important;
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 4rem !important;
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 4rem !important;
    }
    .p-lg-8 {
        padding: 5rem !important;
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 5rem !important;
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 5rem !important;
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 5rem !important;
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 5rem !important;
    }
    .p-lg-9 {
        padding: 6rem !important;
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 6rem !important;
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 6rem !important;
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 6rem !important;
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 6rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -2rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -2rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -2rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -2rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -2rem !important;
    }
    .m-lg-n6 {
        margin: -3rem !important;
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -3rem !important;
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -3rem !important;
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -3rem !important;
    }
    .m-lg-n7 {
        margin: -4rem !important;
    }
    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -4rem !important;
    }
    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -4rem !important;
    }
    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -4rem !important;
    }
    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -4rem !important;
    }
    .m-lg-n8 {
        margin: -5rem !important;
    }
    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -5rem !important;
    }
    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -5rem !important;
    }
    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -5rem !important;
    }
    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -5rem !important;
    }
    .m-lg-n9 {
        margin: -6rem !important;
    }
    .mt-lg-n9,
    .my-lg-n9 {
        margin-top: -6rem !important;
    }
    .mr-lg-n9,
    .mx-lg-n9 {
        margin-right: -6rem !important;
    }
    .mb-lg-n9,
    .my-lg-n9 {
        margin-bottom: -6rem !important;
    }
    .ml-lg-n9,
    .mx-lg-n9 {
        margin-left: -6rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 2rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 2rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 2rem !important;
    }
    .m-xl-6 {
        margin: 3rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 3rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 3rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 3rem !important;
    }
    .m-xl-7 {
        margin: 4rem !important;
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 4rem !important;
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 4rem !important;
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 4rem !important;
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 4rem !important;
    }
    .m-xl-8 {
        margin: 5rem !important;
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 5rem !important;
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 5rem !important;
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 5rem !important;
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 5rem !important;
    }
    .m-xl-9 {
        margin: 6rem !important;
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 6rem !important;
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 6rem !important;
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 6rem !important;
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 6rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 2rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 2rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 2rem !important;
    }
    .p-xl-6 {
        padding: 3rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 3rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 3rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 3rem !important;
    }
    .p-xl-7 {
        padding: 4rem !important;
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 4rem !important;
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 4rem !important;
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 4rem !important;
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 4rem !important;
    }
    .p-xl-8 {
        padding: 5rem !important;
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 5rem !important;
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 5rem !important;
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 5rem !important;
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 5rem !important;
    }
    .p-xl-9 {
        padding: 6rem !important;
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 6rem !important;
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 6rem !important;
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 6rem !important;
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 6rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -2rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -2rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -2rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -2rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -2rem !important;
    }
    .m-xl-n6 {
        margin: -3rem !important;
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -3rem !important;
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -3rem !important;
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -3rem !important;
    }
    .m-xl-n7 {
        margin: -4rem !important;
    }
    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -4rem !important;
    }
    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -4rem !important;
    }
    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -4rem !important;
    }
    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -4rem !important;
    }
    .m-xl-n8 {
        margin: -5rem !important;
    }
    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -5rem !important;
    }
    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -5rem !important;
    }
    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -5rem !important;
    }
    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -5rem !important;
    }
    .m-xl-n9 {
        margin: -6rem !important;
    }
    .mt-xl-n9,
    .my-xl-n9 {
        margin-top: -6rem !important;
    }
    .mr-xl-n9,
    .mx-xl-n9 {
        margin-right: -6rem !important;
    }
    .mb-xl-n9,
    .my-xl-n9 {
        margin-bottom: -6rem !important;
    }
    .ml-xl-n9,
    .mx-xl-n9 {
        margin-left: -6rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1350px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 2rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 2rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 2rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 2rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 2rem !important;
    }
    .m-xxl-6 {
        margin: 3rem !important;
    }
    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 3rem !important;
    }
    .mr-xxl-6,
    .mx-xxl-6 {
        margin-right: 3rem !important;
    }
    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-6,
    .mx-xxl-6 {
        margin-left: 3rem !important;
    }
    .m-xxl-7 {
        margin: 4rem !important;
    }
    .mt-xxl-7,
    .my-xxl-7 {
        margin-top: 4rem !important;
    }
    .mr-xxl-7,
    .mx-xxl-7 {
        margin-right: 4rem !important;
    }
    .mb-xxl-7,
    .my-xxl-7 {
        margin-bottom: 4rem !important;
    }
    .ml-xxl-7,
    .mx-xxl-7 {
        margin-left: 4rem !important;
    }
    .m-xxl-8 {
        margin: 5rem !important;
    }
    .mt-xxl-8,
    .my-xxl-8 {
        margin-top: 5rem !important;
    }
    .mr-xxl-8,
    .mx-xxl-8 {
        margin-right: 5rem !important;
    }
    .mb-xxl-8,
    .my-xxl-8 {
        margin-bottom: 5rem !important;
    }
    .ml-xxl-8,
    .mx-xxl-8 {
        margin-left: 5rem !important;
    }
    .m-xxl-9 {
        margin: 6rem !important;
    }
    .mt-xxl-9,
    .my-xxl-9 {
        margin-top: 6rem !important;
    }
    .mr-xxl-9,
    .mx-xxl-9 {
        margin-right: 6rem !important;
    }
    .mb-xxl-9,
    .my-xxl-9 {
        margin-bottom: 6rem !important;
    }
    .ml-xxl-9,
    .mx-xxl-9 {
        margin-left: 6rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 2rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 2rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 2rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 2rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 2rem !important;
    }
    .p-xxl-6 {
        padding: 3rem !important;
    }
    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 3rem !important;
    }
    .pr-xxl-6,
    .px-xxl-6 {
        padding-right: 3rem !important;
    }
    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-6,
    .px-xxl-6 {
        padding-left: 3rem !important;
    }
    .p-xxl-7 {
        padding: 4rem !important;
    }
    .pt-xxl-7,
    .py-xxl-7 {
        padding-top: 4rem !important;
    }
    .pr-xxl-7,
    .px-xxl-7 {
        padding-right: 4rem !important;
    }
    .pb-xxl-7,
    .py-xxl-7 {
        padding-bottom: 4rem !important;
    }
    .pl-xxl-7,
    .px-xxl-7 {
        padding-left: 4rem !important;
    }
    .p-xxl-8 {
        padding: 5rem !important;
    }
    .pt-xxl-8,
    .py-xxl-8 {
        padding-top: 5rem !important;
    }
    .pr-xxl-8,
    .px-xxl-8 {
        padding-right: 5rem !important;
    }
    .pb-xxl-8,
    .py-xxl-8 {
        padding-bottom: 5rem !important;
    }
    .pl-xxl-8,
    .px-xxl-8 {
        padding-left: 5rem !important;
    }
    .p-xxl-9 {
        padding: 6rem !important;
    }
    .pt-xxl-9,
    .py-xxl-9 {
        padding-top: 6rem !important;
    }
    .pr-xxl-9,
    .px-xxl-9 {
        padding-right: 6rem !important;
    }
    .pb-xxl-9,
    .py-xxl-9 {
        padding-bottom: 6rem !important;
    }
    .pl-xxl-9,
    .px-xxl-9 {
        padding-left: 6rem !important;
    }
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xxl-n3 {
        margin: -1rem !important;
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important;
    }
    .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xxl-n5 {
        margin: -2rem !important;
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -2rem !important;
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -2rem !important;
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -2rem !important;
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -2rem !important;
    }
    .m-xxl-n6 {
        margin: -3rem !important;
    }
    .mt-xxl-n6,
    .my-xxl-n6 {
        margin-top: -3rem !important;
    }
    .mr-xxl-n6,
    .mx-xxl-n6 {
        margin-right: -3rem !important;
    }
    .mb-xxl-n6,
    .my-xxl-n6 {
        margin-bottom: -3rem !important;
    }
    .ml-xxl-n6,
    .mx-xxl-n6 {
        margin-left: -3rem !important;
    }
    .m-xxl-n7 {
        margin: -4rem !important;
    }
    .mt-xxl-n7,
    .my-xxl-n7 {
        margin-top: -4rem !important;
    }
    .mr-xxl-n7,
    .mx-xxl-n7 {
        margin-right: -4rem !important;
    }
    .mb-xxl-n7,
    .my-xxl-n7 {
        margin-bottom: -4rem !important;
    }
    .ml-xxl-n7,
    .mx-xxl-n7 {
        margin-left: -4rem !important;
    }
    .m-xxl-n8 {
        margin: -5rem !important;
    }
    .mt-xxl-n8,
    .my-xxl-n8 {
        margin-top: -5rem !important;
    }
    .mr-xxl-n8,
    .mx-xxl-n8 {
        margin-right: -5rem !important;
    }
    .mb-xxl-n8,
    .my-xxl-n8 {
        margin-bottom: -5rem !important;
    }
    .ml-xxl-n8,
    .mx-xxl-n8 {
        margin-left: -5rem !important;
    }
    .m-xxl-n9 {
        margin: -6rem !important;
    }
    .mt-xxl-n9,
    .my-xxl-n9 {
        margin-top: -6rem !important;
    }
    .mr-xxl-n9,
    .mx-xxl-n9 {
        margin-right: -6rem !important;
    }
    .mb-xxl-n9,
    .my-xxl-n9 {
        margin-bottom: -6rem !important;
    }
    .ml-xxl-n9,
    .mx-xxl-n9 {
        margin-left: -6rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1600px) {
    .m-xxxl-0 {
        margin: 0 !important;
    }
    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important;
    }
    .m-xxxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxxl-3 {
        margin: 1rem !important;
    }
    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxxl-5 {
        margin: 2rem !important;
    }
    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 2rem !important;
    }
    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 2rem !important;
    }
    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 2rem !important;
    }
    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 2rem !important;
    }
    .m-xxxl-6 {
        margin: 3rem !important;
    }
    .mt-xxxl-6,
    .my-xxxl-6 {
        margin-top: 3rem !important;
    }
    .mr-xxxl-6,
    .mx-xxxl-6 {
        margin-right: 3rem !important;
    }
    .mb-xxxl-6,
    .my-xxxl-6 {
        margin-bottom: 3rem !important;
    }
    .ml-xxxl-6,
    .mx-xxxl-6 {
        margin-left: 3rem !important;
    }
    .m-xxxl-7 {
        margin: 4rem !important;
    }
    .mt-xxxl-7,
    .my-xxxl-7 {
        margin-top: 4rem !important;
    }
    .mr-xxxl-7,
    .mx-xxxl-7 {
        margin-right: 4rem !important;
    }
    .mb-xxxl-7,
    .my-xxxl-7 {
        margin-bottom: 4rem !important;
    }
    .ml-xxxl-7,
    .mx-xxxl-7 {
        margin-left: 4rem !important;
    }
    .m-xxxl-8 {
        margin: 5rem !important;
    }
    .mt-xxxl-8,
    .my-xxxl-8 {
        margin-top: 5rem !important;
    }
    .mr-xxxl-8,
    .mx-xxxl-8 {
        margin-right: 5rem !important;
    }
    .mb-xxxl-8,
    .my-xxxl-8 {
        margin-bottom: 5rem !important;
    }
    .ml-xxxl-8,
    .mx-xxxl-8 {
        margin-left: 5rem !important;
    }
    .m-xxxl-9 {
        margin: 6rem !important;
    }
    .mt-xxxl-9,
    .my-xxxl-9 {
        margin-top: 6rem !important;
    }
    .mr-xxxl-9,
    .mx-xxxl-9 {
        margin-right: 6rem !important;
    }
    .mb-xxxl-9,
    .my-xxxl-9 {
        margin-bottom: 6rem !important;
    }
    .ml-xxxl-9,
    .mx-xxxl-9 {
        margin-left: 6rem !important;
    }
    .p-xxxl-0 {
        padding: 0 !important;
    }
    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important;
    }
    .p-xxxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxxl-3 {
        padding: 1rem !important;
    }
    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxxl-5 {
        padding: 2rem !important;
    }
    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 2rem !important;
    }
    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 2rem !important;
    }
    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 2rem !important;
    }
    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 2rem !important;
    }
    .p-xxxl-6 {
        padding: 3rem !important;
    }
    .pt-xxxl-6,
    .py-xxxl-6 {
        padding-top: 3rem !important;
    }
    .pr-xxxl-6,
    .px-xxxl-6 {
        padding-right: 3rem !important;
    }
    .pb-xxxl-6,
    .py-xxxl-6 {
        padding-bottom: 3rem !important;
    }
    .pl-xxxl-6,
    .px-xxxl-6 {
        padding-left: 3rem !important;
    }
    .p-xxxl-7 {
        padding: 4rem !important;
    }
    .pt-xxxl-7,
    .py-xxxl-7 {
        padding-top: 4rem !important;
    }
    .pr-xxxl-7,
    .px-xxxl-7 {
        padding-right: 4rem !important;
    }
    .pb-xxxl-7,
    .py-xxxl-7 {
        padding-bottom: 4rem !important;
    }
    .pl-xxxl-7,
    .px-xxxl-7 {
        padding-left: 4rem !important;
    }
    .p-xxxl-8 {
        padding: 5rem !important;
    }
    .pt-xxxl-8,
    .py-xxxl-8 {
        padding-top: 5rem !important;
    }
    .pr-xxxl-8,
    .px-xxxl-8 {
        padding-right: 5rem !important;
    }
    .pb-xxxl-8,
    .py-xxxl-8 {
        padding-bottom: 5rem !important;
    }
    .pl-xxxl-8,
    .px-xxxl-8 {
        padding-left: 5rem !important;
    }
    .p-xxxl-9 {
        padding: 6rem !important;
    }
    .pt-xxxl-9,
    .py-xxxl-9 {
        padding-top: 6rem !important;
    }
    .pr-xxxl-9,
    .px-xxxl-9 {
        padding-right: 6rem !important;
    }
    .pb-xxxl-9,
    .py-xxxl-9 {
        padding-bottom: 6rem !important;
    }
    .pl-xxxl-9,
    .px-xxxl-9 {
        padding-left: 6rem !important;
    }
    .m-xxxl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xxxl-n1,
    .my-xxxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xxxl-n1,
    .mx-xxxl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xxxl-n1,
    .my-xxxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xxxl-n1,
    .mx-xxxl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xxxl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xxxl-n2,
    .my-xxxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xxxl-n2,
    .mx-xxxl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xxxl-n2,
    .my-xxxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xxxl-n2,
    .mx-xxxl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xxxl-n3 {
        margin: -1rem !important;
    }
    .mt-xxxl-n3,
    .my-xxxl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xxxl-n3,
    .mx-xxxl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xxxl-n3,
    .my-xxxl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xxxl-n3,
    .mx-xxxl-n3 {
        margin-left: -1rem !important;
    }
    .m-xxxl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xxxl-n4,
    .my-xxxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xxxl-n4,
    .mx-xxxl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xxxl-n4,
    .my-xxxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxxl-n4,
    .mx-xxxl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xxxl-n5 {
        margin: -2rem !important;
    }
    .mt-xxxl-n5,
    .my-xxxl-n5 {
        margin-top: -2rem !important;
    }
    .mr-xxxl-n5,
    .mx-xxxl-n5 {
        margin-right: -2rem !important;
    }
    .mb-xxxl-n5,
    .my-xxxl-n5 {
        margin-bottom: -2rem !important;
    }
    .ml-xxxl-n5,
    .mx-xxxl-n5 {
        margin-left: -2rem !important;
    }
    .m-xxxl-n6 {
        margin: -3rem !important;
    }
    .mt-xxxl-n6,
    .my-xxxl-n6 {
        margin-top: -3rem !important;
    }
    .mr-xxxl-n6,
    .mx-xxxl-n6 {
        margin-right: -3rem !important;
    }
    .mb-xxxl-n6,
    .my-xxxl-n6 {
        margin-bottom: -3rem !important;
    }
    .ml-xxxl-n6,
    .mx-xxxl-n6 {
        margin-left: -3rem !important;
    }
    .m-xxxl-n7 {
        margin: -4rem !important;
    }
    .mt-xxxl-n7,
    .my-xxxl-n7 {
        margin-top: -4rem !important;
    }
    .mr-xxxl-n7,
    .mx-xxxl-n7 {
        margin-right: -4rem !important;
    }
    .mb-xxxl-n7,
    .my-xxxl-n7 {
        margin-bottom: -4rem !important;
    }
    .ml-xxxl-n7,
    .mx-xxxl-n7 {
        margin-left: -4rem !important;
    }
    .m-xxxl-n8 {
        margin: -5rem !important;
    }
    .mt-xxxl-n8,
    .my-xxxl-n8 {
        margin-top: -5rem !important;
    }
    .mr-xxxl-n8,
    .mx-xxxl-n8 {
        margin-right: -5rem !important;
    }
    .mb-xxxl-n8,
    .my-xxxl-n8 {
        margin-bottom: -5rem !important;
    }
    .ml-xxxl-n8,
    .mx-xxxl-n8 {
        margin-left: -5rem !important;
    }
    .m-xxxl-n9 {
        margin: -6rem !important;
    }
    .mt-xxxl-n9,
    .my-xxxl-n9 {
        margin-top: -6rem !important;
    }
    .mr-xxxl-n9,
    .mx-xxxl-n9 {
        margin-right: -6rem !important;
    }
    .mb-xxxl-n9,
    .my-xxxl-n9 {
        margin-bottom: -6rem !important;
    }
    .ml-xxxl-n9,
    .mx-xxxl-n9 {
        margin-left: -6rem !important;
    }
    .m-xxxl-auto {
        margin: auto !important;
    }
    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important;
    }
    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important;
    }
    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxxl-auto,
    .mx-xxxl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1350px) {
    .text-xxl-left {
        text-align: left !important;
    }
    .text-xxl-right {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1600px) {
    .text-xxxl-left {
        text-align: left !important;
    }
    .text-xxxl-right {
        text-align: right !important;
    }
    .text-xxxl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-brand {
    color: #224d8f !important;
}

a.text-brand:hover, a.text-brand:focus {
    color: #132c51 !important;
}

.text-primary {
    color: #0069d9 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #00448d !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #008800 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #003c00 !important;
}

.text-info {
    color: #008196 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #003f4a !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-gray {
    color: #dee2e6 !important;
}

a.text-gray:hover, a.text-gray:focus {
    color: #b2bcc5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #495057 !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.js-bp-up {
    position: relative;
}

@media (min-width: 576px) {
    .js-bp-sm-up {
        position: relative;
    }
}

@media (min-width: 768px) {
    .js-bp-md-up {
        position: relative;
    }
}

@media (min-width: 992px) {
    .js-bp-lg-up {
        position: relative;
    }
}

@media (min-width: 1200px) {
    .js-bp-xl-up {
        position: relative;
    }
}

@media (min-width: 1350px) {
    .js-bp-xxl-up {
        position: relative;
    }
}

@media (min-width: 1600px) {
    .js-bp-xxxl-up {
        position: relative;
    }
}

@media (max-width: 575.98px) {
    .js-bp-down {
        position: relative;
    }
}

@media (max-width: 767.98px) {
    .js-bp-sm-down {
        position: relative;
    }
}

@media (max-width: 991.98px) {
    .js-bp-md-down {
        position: relative;
    }
}

@media (max-width: 1199.98px) {
    .js-bp-lg-down {
        position: relative;
    }
}

@media (max-width: 1349.98px) {
    .js-bp-xl-down {
        position: relative;
    }
}

@media (max-width: 1599.98px) {
    .js-bp-xxl-down {
        position: relative;
    }
}

.js-bp-xxxl-down {
    position: relative;
}

.text-black {
    color: #000 !important;
}

.text-red {
    color: #cc0000 !important;
}

.link-darkbg {
    color: #007afc;
}

.text-bold {
    font-weight: bold !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-black {
    font-weight: 900 !important;
}

.heading-h1 {
    font-size: 2.5rem !important;
}

.heading-h2 {
    font-size: 2rem !important;
}

.heading-h3 {
    font-size: 1.75rem !important;
}

.heading-h4 {
    font-size: 1.5rem !important;
}

.heading-h5 {
    font-size: 1.25rem !important;
}

.heading-h6 {
    font-size: 1rem !important;
}

@media (min-width: 576px) {
    .heading-sm-h1 {
        font-size: 2.5rem !important;
    }
    .heading-sm-h2 {
        font-size: 2rem !important;
    }
    .heading-sm-h3 {
        font-size: 1.75rem !important;
    }
    .heading-sm-h4 {
        font-size: 1.5rem !important;
    }
    .heading-sm-h5 {
        font-size: 1.25rem !important;
    }
    .heading-sm-h6 {
        font-size: 1rem !important;
    }
}

@media (min-width: 768px) {
    .heading-md-h1 {
        font-size: 2.5rem !important;
    }
    .heading-md-h2 {
        font-size: 2rem !important;
    }
    .heading-md-h3 {
        font-size: 1.75rem !important;
    }
    .heading-md-h4 {
        font-size: 1.5rem !important;
    }
    .heading-md-h5 {
        font-size: 1.25rem !important;
    }
    .heading-md-h6 {
        font-size: 1rem !important;
    }
}

@media (min-width: 992px) {
    .heading-lg-h1 {
        font-size: 2.5rem !important;
    }
    .heading-lg-h2 {
        font-size: 2rem !important;
    }
    .heading-lg-h3 {
        font-size: 1.75rem !important;
    }
    .heading-lg-h4 {
        font-size: 1.5rem !important;
    }
    .heading-lg-h5 {
        font-size: 1.25rem !important;
    }
    .heading-lg-h6 {
        font-size: 1rem !important;
    }
}

@media (min-width: 1200px) {
    .heading-xl-h1 {
        font-size: 2.5rem !important;
    }
    .heading-xl-h2 {
        font-size: 2rem !important;
    }
    .heading-xl-h3 {
        font-size: 1.75rem !important;
    }
    .heading-xl-h4 {
        font-size: 1.5rem !important;
    }
    .heading-xl-h5 {
        font-size: 1.25rem !important;
    }
    .heading-xl-h6 {
        font-size: 1rem !important;
    }
}

@media (min-width: 1350px) {
    .heading-xxl-h1 {
        font-size: 2.5rem !important;
    }
    .heading-xxl-h2 {
        font-size: 2rem !important;
    }
    .heading-xxl-h3 {
        font-size: 1.75rem !important;
    }
    .heading-xxl-h4 {
        font-size: 1.5rem !important;
    }
    .heading-xxl-h5 {
        font-size: 1.25rem !important;
    }
    .heading-xxl-h6 {
        font-size: 1rem !important;
    }
}

@media (min-width: 1600px) {
    .heading-xxxl-h1 {
        font-size: 2.5rem !important;
    }
    .heading-xxxl-h2 {
        font-size: 2rem !important;
    }
    .heading-xxxl-h3 {
        font-size: 1.75rem !important;
    }
    .heading-xxxl-h4 {
        font-size: 1.5rem !important;
    }
    .heading-xxxl-h5 {
        font-size: 1.25rem !important;
    }
    .heading-xxxl-h6 {
        font-size: 1rem !important;
    }
}

.display-display-1 {
    font-size: 6rem !important;
}

.display-display-2 {
    font-size: 5.5rem !important;
}

.display-display-3 {
    font-size: 4.5rem !important;
}

.display-display-4 {
    font-size: 3.5rem !important;
}

@media (min-width: 576px) {
    .display-sm-display-1 {
        font-size: 6rem !important;
    }
    .display-sm-display-2 {
        font-size: 5.5rem !important;
    }
    .display-sm-display-3 {
        font-size: 4.5rem !important;
    }
    .display-sm-display-4 {
        font-size: 3.5rem !important;
    }
}

@media (min-width: 768px) {
    .display-md-display-1 {
        font-size: 6rem !important;
    }
    .display-md-display-2 {
        font-size: 5.5rem !important;
    }
    .display-md-display-3 {
        font-size: 4.5rem !important;
    }
    .display-md-display-4 {
        font-size: 3.5rem !important;
    }
}

@media (min-width: 992px) {
    .display-lg-display-1 {
        font-size: 6rem !important;
    }
    .display-lg-display-2 {
        font-size: 5.5rem !important;
    }
    .display-lg-display-3 {
        font-size: 4.5rem !important;
    }
    .display-lg-display-4 {
        font-size: 3.5rem !important;
    }
}

@media (min-width: 1200px) {
    .display-xl-display-1 {
        font-size: 6rem !important;
    }
    .display-xl-display-2 {
        font-size: 5.5rem !important;
    }
    .display-xl-display-3 {
        font-size: 4.5rem !important;
    }
    .display-xl-display-4 {
        font-size: 3.5rem !important;
    }
}

@media (min-width: 1350px) {
    .display-xxl-display-1 {
        font-size: 6rem !important;
    }
    .display-xxl-display-2 {
        font-size: 5.5rem !important;
    }
    .display-xxl-display-3 {
        font-size: 4.5rem !important;
    }
    .display-xxl-display-4 {
        font-size: 3.5rem !important;
    }
}

@media (min-width: 1600px) {
    .display-xxxl-display-1 {
        font-size: 6rem !important;
    }
    .display-xxxl-display-2 {
        font-size: 5.5rem !important;
    }
    .display-xxxl-display-3 {
        font-size: 4.5rem !important;
    }
    .display-xxxl-display-4 {
        font-size: 3.5rem !important;
    }
}

.text-xs {
    font-size: 0.75rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-md {
    font-size: 1rem !important;
}

.text-lg {
    font-size: 1.125rem !important;
}

@media (min-width: 576px) {
    .text-sm-xs {
        font-size: 0.75rem !important;
    }
    .text-sm-sm {
        font-size: 0.875rem !important;
    }
    .text-sm-md {
        font-size: 1rem !important;
    }
    .text-sm-lg {
        font-size: 1.125rem !important;
    }
}

@media (min-width: 768px) {
    .text-md-xs {
        font-size: 0.75rem !important;
    }
    .text-md-sm {
        font-size: 0.875rem !important;
    }
    .text-md-md {
        font-size: 1rem !important;
    }
    .text-md-lg {
        font-size: 1.125rem !important;
    }
}

@media (min-width: 992px) {
    .text-lg-xs {
        font-size: 0.75rem !important;
    }
    .text-lg-sm {
        font-size: 0.875rem !important;
    }
    .text-lg-md {
        font-size: 1rem !important;
    }
    .text-lg-lg {
        font-size: 1.125rem !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-xs {
        font-size: 0.75rem !important;
    }
    .text-xl-sm {
        font-size: 0.875rem !important;
    }
    .text-xl-md {
        font-size: 1rem !important;
    }
    .text-xl-lg {
        font-size: 1.125rem !important;
    }
}

@media (min-width: 1350px) {
    .text-xxl-xs {
        font-size: 0.75rem !important;
    }
    .text-xxl-sm {
        font-size: 0.875rem !important;
    }
    .text-xxl-md {
        font-size: 1rem !important;
    }
    .text-xxl-lg {
        font-size: 1.125rem !important;
    }
}

@media (min-width: 1600px) {
    .text-xxxl-xs {
        font-size: 0.75rem !important;
    }
    .text-xxxl-sm {
        font-size: 0.875rem !important;
    }
    .text-xxxl-md {
        font-size: 1rem !important;
    }
    .text-xxxl-lg {
        font-size: 1.125rem !important;
    }
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

@media (min-width: 576px) {
    .text-sm-wrap {
        white-space: normal !important;
    }
    .text-sm-nowrap {
        white-space: nowrap !important;
    }
}

@media (min-width: 768px) {
    .text-md-wrap {
        white-space: normal !important;
    }
    .text-md-nowrap {
        white-space: nowrap !important;
    }
}

@media (min-width: 992px) {
    .text-lg-wrap {
        white-space: normal !important;
    }
    .text-lg-nowrap {
        white-space: nowrap !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-wrap {
        white-space: normal !important;
    }
    .text-xl-nowrap {
        white-space: nowrap !important;
    }
}

@media (min-width: 1350px) {
    .text-xxl-wrap {
        white-space: normal !important;
    }
    .text-xxl-nowrap {
        white-space: nowrap !important;
    }
}

@media (min-width: 1600px) {
    .text-xxxl-wrap {
        white-space: normal !important;
    }
    .text-xxxl-nowrap {
        white-space: nowrap !important;
    }
}

.text-decoration-none {
    text-decoration: none;
}

.text-hover-none:hover {
    text-decoration: none;
}

.text-decoration-line {
    text-decoration: underline;
}

.text-hover-underline {
    text-decoration: underline;
}

.fs-1 {
    font-size: 2.5rem !important;
}

.fs-2 {
    font-size: 2rem !important;
}

.fs-3 {
    font-size: 1.75rem !important;
}

.fs-4 {
    font-size: 1.5rem !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

@media (min-width: 576px) {
    .fs-sm-1 {
        font-size: 2.5rem !important;
    }
    .fs-sm-2 {
        font-size: 2rem !important;
    }
    .fs-sm-3 {
        font-size: 1.75rem !important;
    }
    .fs-sm-4 {
        font-size: 1.5rem !important;
    }
    .fs-sm-5 {
        font-size: 1.25rem !important;
    }
    .fs-sm-6 {
        font-size: 1rem !important;
    }
    .fs-sm-7 {
        font-size: 0.875rem !important;
    }
    .fs-sm-8 {
        font-size: 0.75rem !important;
    }
}

@media (min-width: 768px) {
    .fs-md-1 {
        font-size: 2.5rem !important;
    }
    .fs-md-2 {
        font-size: 2rem !important;
    }
    .fs-md-3 {
        font-size: 1.75rem !important;
    }
    .fs-md-4 {
        font-size: 1.5rem !important;
    }
    .fs-md-5 {
        font-size: 1.25rem !important;
    }
    .fs-md-6 {
        font-size: 1rem !important;
    }
    .fs-md-7 {
        font-size: 0.875rem !important;
    }
    .fs-md-8 {
        font-size: 0.75rem !important;
    }
}

@media (min-width: 992px) {
    .fs-lg-1 {
        font-size: 2.5rem !important;
    }
    .fs-lg-2 {
        font-size: 2rem !important;
    }
    .fs-lg-3 {
        font-size: 1.75rem !important;
    }
    .fs-lg-4 {
        font-size: 1.5rem !important;
    }
    .fs-lg-5 {
        font-size: 1.25rem !important;
    }
    .fs-lg-6 {
        font-size: 1rem !important;
    }
    .fs-lg-7 {
        font-size: 0.875rem !important;
    }
    .fs-lg-8 {
        font-size: 0.75rem !important;
    }
}

@media (min-width: 1200px) {
    .fs-xl-1 {
        font-size: 2.5rem !important;
    }
    .fs-xl-2 {
        font-size: 2rem !important;
    }
    .fs-xl-3 {
        font-size: 1.75rem !important;
    }
    .fs-xl-4 {
        font-size: 1.5rem !important;
    }
    .fs-xl-5 {
        font-size: 1.25rem !important;
    }
    .fs-xl-6 {
        font-size: 1rem !important;
    }
    .fs-xl-7 {
        font-size: 0.875rem !important;
    }
    .fs-xl-8 {
        font-size: 0.75rem !important;
    }
}

@media (min-width: 1350px) {
    .fs-xxl-1 {
        font-size: 2.5rem !important;
    }
    .fs-xxl-2 {
        font-size: 2rem !important;
    }
    .fs-xxl-3 {
        font-size: 1.75rem !important;
    }
    .fs-xxl-4 {
        font-size: 1.5rem !important;
    }
    .fs-xxl-5 {
        font-size: 1.25rem !important;
    }
    .fs-xxl-6 {
        font-size: 1rem !important;
    }
    .fs-xxl-7 {
        font-size: 0.875rem !important;
    }
    .fs-xxl-8 {
        font-size: 0.75rem !important;
    }
}

@media (min-width: 1600px) {
    .fs-xxxl-1 {
        font-size: 2.5rem !important;
    }
    .fs-xxxl-2 {
        font-size: 2rem !important;
    }
    .fs-xxxl-3 {
        font-size: 1.75rem !important;
    }
    .fs-xxxl-4 {
        font-size: 1.5rem !important;
    }
    .fs-xxxl-5 {
        font-size: 1.25rem !important;
    }
    .fs-xxxl-6 {
        font-size: 1rem !important;
    }
    .fs-xxxl-7 {
        font-size: 0.875rem !important;
    }
    .fs-xxxl-8 {
        font-size: 0.75rem !important;
    }
}

.bg-light {
    background-color: rgba(0, 0, 0, 0.035);
}

.bg-brand {
    background-color: #224d8f;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-divider {
    background: linear-gradient(#f2f2f2 0%, #ffffff 100%);
}

.bg-sidebar {
    background: linear-gradient(to right, white 0%, #f8f9fa 100%);
}

.bgsize-auto {
    background-size: auto !important;
}

.bgsize-cover {
    background-size: cover !important;
}

.bgsize-contain {
    background-size: contain !important;
}

@media (min-width: 576px) {
    .bgsize-sm-auto {
        background-size: auto !important;
    }
    .bgsize-sm-cover {
        background-size: cover !important;
    }
    .bgsize-sm-contain {
        background-size: contain !important;
    }
}

@media (min-width: 768px) {
    .bgsize-md-auto {
        background-size: auto !important;
    }
    .bgsize-md-cover {
        background-size: cover !important;
    }
    .bgsize-md-contain {
        background-size: contain !important;
    }
}

@media (min-width: 992px) {
    .bgsize-lg-auto {
        background-size: auto !important;
    }
    .bgsize-lg-cover {
        background-size: cover !important;
    }
    .bgsize-lg-contain {
        background-size: contain !important;
    }
}

@media (min-width: 1200px) {
    .bgsize-xl-auto {
        background-size: auto !important;
    }
    .bgsize-xl-cover {
        background-size: cover !important;
    }
    .bgsize-xl-contain {
        background-size: contain !important;
    }
}

@media (min-width: 1350px) {
    .bgsize-xxl-auto {
        background-size: auto !important;
    }
    .bgsize-xxl-cover {
        background-size: cover !important;
    }
    .bgsize-xxl-contain {
        background-size: contain !important;
    }
}

@media (min-width: 1600px) {
    .bgsize-xxxl-auto {
        background-size: auto !important;
    }
    .bgsize-xxxl-cover {
        background-size: cover !important;
    }
    .bgsize-xxxl-contain {
        background-size: contain !important;
    }
}

.scrollbox {
    overflow: auto;
    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

.is-hidden:not(.auto-hide) {
    display: none !important;
}

.border-lg {
    border-width: 10px;
}

.animation {
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

.animated {
    animation-duration: .125s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 1%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 1%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

.rotate {
    transition: all .122s linear;
    transform-style: preserve-3d;
    position: relative;
}

.rotate.down {
    transform: rotate(180deg);
}

.rotate.flip {
    transform: scale(-1, 1);
}

@keyframes slideDownIn {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
    0% {
        transform: translateY(-20px);
    }
}

.slideDownIn {
    animation-name: slideDownIn;
}

@keyframes slideUpIn {
    0% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
    0% {
        transform: translateY(20px);
    }
}

.slideUpIn {
    animation-name: slideUpIn;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

@media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }
    .position-sm-relative {
        position: relative !important;
    }
    .position-sm-absolute {
        position: absolute !important;
    }
    .position-sm-fixed {
        position: fixed !important;
    }
    .position-sm-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }
    .position-md-relative {
        position: relative !important;
    }
    .position-md-absolute {
        position: absolute !important;
    }
    .position-md-fixed {
        position: fixed !important;
    }
    .position-md-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }
    .position-lg-relative {
        position: relative !important;
    }
    .position-lg-absolute {
        position: absolute !important;
    }
    .position-lg-fixed {
        position: fixed !important;
    }
    .position-lg-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }
    .position-xl-relative {
        position: relative !important;
    }
    .position-xl-absolute {
        position: absolute !important;
    }
    .position-xl-fixed {
        position: fixed !important;
    }
    .position-xl-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

@media (min-width: 1350px) {
    .position-xxl-static {
        position: static !important;
    }
    .position-xxl-relative {
        position: relative !important;
    }
    .position-xxl-absolute {
        position: absolute !important;
    }
    .position-xxl-fixed {
        position: fixed !important;
    }
    .position-xxl-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

@media (min-width: 1600px) {
    .position-xxxl-static {
        position: static !important;
    }
    .position-xxxl-relative {
        position: relative !important;
    }
    .position-xxxl-absolute {
        position: absolute !important;
    }
    .position-xxxl-fixed {
        position: fixed !important;
    }
    .position-xxxl-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.cards.multiline-one h1.card-title,
.cards.multiline-one .card-title.h1,
.card.multiline-one h1.card-title,
.card.multiline-one .card-title.h1 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 2.43rem;
    /* Fallback for non-webkit */
    font-size: 2.025rem;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards.multiline-one h2.card-title,
.cards.multiline-one .card-title.h2,
.card.multiline-one h2.card-title,
.card.multiline-one .card-title.h2 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 1.944rem;
    /* Fallback for non-webkit */
    font-size: 1.62rem;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards.multiline-one h3.card-title,
.cards.multiline-one .card-title.h3,
.card.multiline-one h3.card-title,
.card.multiline-one .card-title.h3 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 1.701rem;
    /* Fallback for non-webkit */
    font-size: 1.4175rem;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards.multiline-one h4.card-title,
.cards.multiline-one .card-title.h4,
.card.multiline-one h4.card-title,
.card.multiline-one .card-title.h4 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 1.458rem;
    /* Fallback for non-webkit */
    font-size: 1.215rem;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards.multiline-one h5.card-title,
.cards.multiline-one .card-title.h5,
.card.multiline-one h5.card-title,
.card.multiline-one .card-title.h5 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 1.215rem;
    /* Fallback for non-webkit */
    font-size: 1.0125rem;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards.multiline-one h6.card-title,
.cards.multiline-one .card-title.h6,
.card.multiline-one h6.card-title,
.card.multiline-one .card-title.h6 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 1.2rem;
    /* Fallback for non-webkit */
    font-size: 1rem;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards.multiline-one .card-text,
.card.multiline-one .card-text {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 1.4rem;
    /* Fallback for non-webkit */
    font-size: 1rem;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h1.card-title.multiline-one {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 2.43rem;
    /* Fallback for non-webkit */
    font-size: 2.025rem;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h2.card-title.multiline-one {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 1.944rem;
    /* Fallback for non-webkit */
    font-size: 1.62rem;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h3.card-title.multiline-one {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 1.701rem;
    /* Fallback for non-webkit */
    font-size: 1.4175rem;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h4.card-title.multiline-one {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 1.458rem;
    /* Fallback for non-webkit */
    font-size: 1.215rem;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h5.card-title.multiline-one {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 1.215rem;
    /* Fallback for non-webkit */
    font-size: 1.0125rem;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h6.card-title.multiline-one {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 1.2rem;
    /* Fallback for non-webkit */
    font-size: 1rem;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.multiline-one,
.card-text.multiline-one {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 1.4rem;
    /* Fallback for non-webkit */
    font-size: 1rem;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 576px) {
    .cards.multiline-one h1.card-title,
    .cards.multiline-one .card-title.h1,
    .card.multiline-one h1.card-title,
    .card.multiline-one .card-title.h1 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 2.7rem;
        /* Fallback for non-webkit */
        font-size: 2.25rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-one h2.card-title,
    .cards.multiline-one .card-title.h2,
    .card.multiline-one h2.card-title,
    .card.multiline-one .card-title.h2 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 2.16rem;
        /* Fallback for non-webkit */
        font-size: 1.8rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-one h3.card-title,
    .cards.multiline-one .card-title.h3,
    .card.multiline-one h3.card-title,
    .card.multiline-one .card-title.h3 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 1.89rem;
        /* Fallback for non-webkit */
        font-size: 1.575rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-one h4.card-title,
    .cards.multiline-one .card-title.h4,
    .card.multiline-one h4.card-title,
    .card.multiline-one .card-title.h4 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 1.62rem;
        /* Fallback for non-webkit */
        font-size: 1.35rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-one h5.card-title,
    .cards.multiline-one .card-title.h5,
    .card.multiline-one h5.card-title,
    .card.multiline-one .card-title.h5 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 1.35rem;
        /* Fallback for non-webkit */
        font-size: 1.125rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h1.card-title.multiline-one {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 2.7rem;
        /* Fallback for non-webkit */
        font-size: 2.25rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h2.card-title.multiline-one {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 2.16rem;
        /* Fallback for non-webkit */
        font-size: 1.8rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h3.card-title.multiline-one {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 1.89rem;
        /* Fallback for non-webkit */
        font-size: 1.575rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h4.card-title.multiline-one {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 1.62rem;
        /* Fallback for non-webkit */
        font-size: 1.35rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h5.card-title.multiline-one {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 1.35rem;
        /* Fallback for non-webkit */
        font-size: 1.125rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 768px) {
    .cards.multiline-one h1.card-title,
    .cards.multiline-one .card-title.h1,
    .card.multiline-one h1.card-title,
    .card.multiline-one .card-title.h1 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 3rem;
        /* Fallback for non-webkit */
        font-size: 2.5rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-one h2.card-title,
    .cards.multiline-one .card-title.h2,
    .card.multiline-one h2.card-title,
    .card.multiline-one .card-title.h2 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 2.4rem;
        /* Fallback for non-webkit */
        font-size: 2rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-one h3.card-title,
    .cards.multiline-one .card-title.h3,
    .card.multiline-one h3.card-title,
    .card.multiline-one .card-title.h3 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 2.1rem;
        /* Fallback for non-webkit */
        font-size: 1.75rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-one h4.card-title,
    .cards.multiline-one .card-title.h4,
    .card.multiline-one h4.card-title,
    .card.multiline-one .card-title.h4 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 1.8rem;
        /* Fallback for non-webkit */
        font-size: 1.5rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-one h5.card-title,
    .cards.multiline-one .card-title.h5,
    .card.multiline-one h5.card-title,
    .card.multiline-one .card-title.h5 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 1.5rem;
        /* Fallback for non-webkit */
        font-size: 1.25rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h1.card-title.multiline-one {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 2.4rem;
        /* Fallback for non-webkit */
        font-size: 2rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h2.card-title.multiline-one {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 2.4rem;
        /* Fallback for non-webkit */
        font-size: 2rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h3.card-title.multiline-one {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 2.1rem;
        /* Fallback for non-webkit */
        font-size: 1.75rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h4.card-title.multiline-one {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 1.8rem;
        /* Fallback for non-webkit */
        font-size: 1.5rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h5.card-title.multiline-one {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 1.5rem;
        /* Fallback for non-webkit */
        font-size: 1.25rem;
        line-height: 1.2;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.cards.multiline-two h1.card-title,
.cards.multiline-two .card-title.h1,
.card.multiline-two h1.card-title,
.card.multiline-two .card-title.h1 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 4.86rem;
    /* Fallback for non-webkit */
    font-size: 2.025rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards.multiline-two h2.card-title,
.cards.multiline-two .card-title.h2,
.card.multiline-two h2.card-title,
.card.multiline-two .card-title.h2 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 3.888rem;
    /* Fallback for non-webkit */
    font-size: 1.62rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards.multiline-two h3.card-title,
.cards.multiline-two .card-title.h3,
.card.multiline-two h3.card-title,
.card.multiline-two .card-title.h3 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 3.402rem;
    /* Fallback for non-webkit */
    font-size: 1.4175rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards.multiline-two h4.card-title,
.cards.multiline-two .card-title.h4,
.card.multiline-two h4.card-title,
.card.multiline-two .card-title.h4 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 2.916rem;
    /* Fallback for non-webkit */
    font-size: 1.215rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards.multiline-two h5.card-title,
.cards.multiline-two .card-title.h5,
.card.multiline-two h5.card-title,
.card.multiline-two .card-title.h5 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 2.43rem;
    /* Fallback for non-webkit */
    font-size: 1.0125rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards.multiline-two h6.card-title,
.cards.multiline-two .card-title.h6,
.card.multiline-two h6.card-title,
.card.multiline-two .card-title.h6 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 2.4rem;
    /* Fallback for non-webkit */
    font-size: 1rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards.multiline-two .card-text,
.card.multiline-two .card-text {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 2.8rem;
    /* Fallback for non-webkit */
    font-size: 1rem;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h1.card-title.multiline-two {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 4.86rem;
    /* Fallback for non-webkit */
    font-size: 2.025rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h2.card-title.multiline-two {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 3.888rem;
    /* Fallback for non-webkit */
    font-size: 1.62rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h3.card-title.multiline-two {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 3.402rem;
    /* Fallback for non-webkit */
    font-size: 1.4175rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h4.card-title.multiline-two {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 2.916rem;
    /* Fallback for non-webkit */
    font-size: 1.215rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h5.card-title.multiline-two {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 2.43rem;
    /* Fallback for non-webkit */
    font-size: 1.0125rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h6.card-title.multiline-two {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 2.4rem;
    /* Fallback for non-webkit */
    font-size: 1rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.multiline-two,
.card-text.multiline-two {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 2.8rem;
    /* Fallback for non-webkit */
    font-size: 1rem;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 576px) {
    .cards.multiline-two h1.card-title,
    .cards.multiline-two .card-title.h1,
    .card.multiline-two h1.card-title,
    .card.multiline-two .card-title.h1 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 5.4rem;
        /* Fallback for non-webkit */
        font-size: 2.25rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-two h2.card-title,
    .cards.multiline-two .card-title.h2,
    .card.multiline-two h2.card-title,
    .card.multiline-two .card-title.h2 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 4.32rem;
        /* Fallback for non-webkit */
        font-size: 1.8rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-two h3.card-title,
    .cards.multiline-two .card-title.h3,
    .card.multiline-two h3.card-title,
    .card.multiline-two .card-title.h3 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 3.78rem;
        /* Fallback for non-webkit */
        font-size: 1.575rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-two h4.card-title,
    .cards.multiline-two .card-title.h4,
    .card.multiline-two h4.card-title,
    .card.multiline-two .card-title.h4 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 3.24rem;
        /* Fallback for non-webkit */
        font-size: 1.35rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-two h5.card-title,
    .cards.multiline-two .card-title.h5,
    .card.multiline-two h5.card-title,
    .card.multiline-two .card-title.h5 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 2.7rem;
        /* Fallback for non-webkit */
        font-size: 1.125rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h1.card-title.multiline-two {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 5.4rem;
        /* Fallback for non-webkit */
        font-size: 2.25rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h2.card-title.multiline-two {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 4.32rem;
        /* Fallback for non-webkit */
        font-size: 1.8rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h3.card-title.multiline-two {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 3.78rem;
        /* Fallback for non-webkit */
        font-size: 1.575rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h4.card-title.multiline-two {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 3.24rem;
        /* Fallback for non-webkit */
        font-size: 1.35rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h5.card-title.multiline-two {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 2.7rem;
        /* Fallback for non-webkit */
        font-size: 1.125rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 768px) {
    .cards.multiline-two h1.card-title,
    .cards.multiline-two .card-title.h1,
    .card.multiline-two h1.card-title,
    .card.multiline-two .card-title.h1 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 6rem;
        /* Fallback for non-webkit */
        font-size: 2.5rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-two h2.card-title,
    .cards.multiline-two .card-title.h2,
    .card.multiline-two h2.card-title,
    .card.multiline-two .card-title.h2 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 4.8rem;
        /* Fallback for non-webkit */
        font-size: 2rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-two h3.card-title,
    .cards.multiline-two .card-title.h3,
    .card.multiline-two h3.card-title,
    .card.multiline-two .card-title.h3 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 4.2rem;
        /* Fallback for non-webkit */
        font-size: 1.75rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-two h4.card-title,
    .cards.multiline-two .card-title.h4,
    .card.multiline-two h4.card-title,
    .card.multiline-two .card-title.h4 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 3.6rem;
        /* Fallback for non-webkit */
        font-size: 1.5rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards.multiline-two h5.card-title,
    .cards.multiline-two .card-title.h5,
    .card.multiline-two h5.card-title,
    .card.multiline-two .card-title.h5 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 3rem;
        /* Fallback for non-webkit */
        font-size: 1.25rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h1.card-title.multiline-two {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 4.8rem;
        /* Fallback for non-webkit */
        font-size: 2rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h2.card-title.multiline-two {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 4.8rem;
        /* Fallback for non-webkit */
        font-size: 2rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h3.card-title.multiline-two {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 4.2rem;
        /* Fallback for non-webkit */
        font-size: 1.75rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h4.card-title.multiline-two {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 3.6rem;
        /* Fallback for non-webkit */
        font-size: 1.5rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h5.card-title.multiline-two {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 3rem;
        /* Fallback for non-webkit */
        font-size: 1.25rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767.98px) {
    .multiline-three-sm,
    .cards.multiline-three-sm .card-body > .card-text,
    .card.multiline-three-sm .card-body > .card-text {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-height: 4.2rem;
        /* Fallback for non-webkit */
        font-size: 1rem;
        line-height: 1.4;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.multiline-none {
    max-height: auto !important;
    font-size: inherit !important;
    line-height: inherit !important;
    -webkit-line-clamp: inherit !important;
    overflow: visible !important;
    text-overflow: inherit !important;
}

.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);
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.btn:focus, .btn.focus {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
}

.line-clamp-1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.line-clamp-sm-1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.line-clamp-md-1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.line-clamp-lg-1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.line-clamp-xl-1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.line-clamp-xxl-1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.line-clamp-xxxl-1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

[class*="line-clamp-"] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.d-clamp {
    display: -webkit-box !important;
}

@media (min-width: 576px) {
    .d-sm-clamp {
        display: -webkit-box !important;
    }
}

@media (min-width: 768px) {
    .d-md-clamp {
        display: -webkit-box !important;
    }
}

@media (min-width: 992px) {
    .d-lg-clamp {
        display: -webkit-box !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-clamp {
        display: -webkit-box !important;
    }
}

@media (min-width: 1350px) {
    .d-xxl-clamp {
        display: -webkit-box !important;
    }
}

@media (min-width: 1600px) {
    .d-xxxl-clamp {
        display: -webkit-box !important;
    }
}

.line-clamp-none {
    display: block !important;
    -webkit-line-clamp: inherit !important;
}

@media (min-width: 576px) {
    .line-clamp-sm-none {
        display: block !important;
        -webkit-line-clamp: inherit !important;
    }
}

@media (min-width: 768px) {
    .line-clamp-md-none {
        display: block !important;
        -webkit-line-clamp: inherit !important;
    }
}

@media (min-width: 992px) {
    .line-clamp-lg-none {
        display: block !important;
        -webkit-line-clamp: inherit !important;
    }
}

@media (min-width: 1200px) {
    .line-clamp-xl-none {
        display: block !important;
        -webkit-line-clamp: inherit !important;
    }
}

@media (min-width: 1350px) {
    .line-clamp-xxl-none {
        display: block !important;
        -webkit-line-clamp: inherit !important;
    }
}

@media (min-width: 1600px) {
    .line-clamp-xxxl-none {
        display: block !important;
        -webkit-line-clamp: inherit !important;
    }
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    white-space: inherit;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    white-space: inherit;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    white-space: inherit;
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    white-space: inherit;
}

.line-clamp-5 {
    -webkit-line-clamp: 5;
    white-space: inherit;
}

@media (min-width: 576px) {
    .line-clamp-sm-1 {
        -webkit-line-clamp: 1;
        white-space: inherit;
    }
    .line-clamp-sm-2 {
        -webkit-line-clamp: 2;
        white-space: inherit;
    }
    .line-clamp-sm-3 {
        -webkit-line-clamp: 3;
        white-space: inherit;
    }
    .line-clamp-sm-4 {
        -webkit-line-clamp: 4;
        white-space: inherit;
    }
    .line-clamp-sm-5 {
        -webkit-line-clamp: 5;
        white-space: inherit;
    }
}

@media (min-width: 768px) {
    .line-clamp-md-1 {
        -webkit-line-clamp: 1;
        white-space: inherit;
    }
    .line-clamp-md-2 {
        -webkit-line-clamp: 2;
        white-space: inherit;
    }
    .line-clamp-md-3 {
        -webkit-line-clamp: 3;
        white-space: inherit;
    }
    .line-clamp-md-4 {
        -webkit-line-clamp: 4;
        white-space: inherit;
    }
    .line-clamp-md-5 {
        -webkit-line-clamp: 5;
        white-space: inherit;
    }
}

@media (min-width: 992px) {
    .line-clamp-lg-1 {
        -webkit-line-clamp: 1;
        white-space: inherit;
    }
    .line-clamp-lg-2 {
        -webkit-line-clamp: 2;
        white-space: inherit;
    }
    .line-clamp-lg-3 {
        -webkit-line-clamp: 3;
        white-space: inherit;
    }
    .line-clamp-lg-4 {
        -webkit-line-clamp: 4;
        white-space: inherit;
    }
    .line-clamp-lg-5 {
        -webkit-line-clamp: 5;
        white-space: inherit;
    }
}

@media (min-width: 1200px) {
    .line-clamp-xl-1 {
        -webkit-line-clamp: 1;
        white-space: inherit;
    }
    .line-clamp-xl-2 {
        -webkit-line-clamp: 2;
        white-space: inherit;
    }
    .line-clamp-xl-3 {
        -webkit-line-clamp: 3;
        white-space: inherit;
    }
    .line-clamp-xl-4 {
        -webkit-line-clamp: 4;
        white-space: inherit;
    }
    .line-clamp-xl-5 {
        -webkit-line-clamp: 5;
        white-space: inherit;
    }
}

@media (min-width: 1350px) {
    .line-clamp-xxl-1 {
        -webkit-line-clamp: 1;
        white-space: inherit;
    }
    .line-clamp-xxl-2 {
        -webkit-line-clamp: 2;
        white-space: inherit;
    }
    .line-clamp-xxl-3 {
        -webkit-line-clamp: 3;
        white-space: inherit;
    }
    .line-clamp-xxl-4 {
        -webkit-line-clamp: 4;
        white-space: inherit;
    }
    .line-clamp-xxl-5 {
        -webkit-line-clamp: 5;
        white-space: inherit;
    }
}

@media (min-width: 1600px) {
    .line-clamp-xxxl-1 {
        -webkit-line-clamp: 1;
        white-space: inherit;
    }
    .line-clamp-xxxl-2 {
        -webkit-line-clamp: 2;
        white-space: inherit;
    }
    .line-clamp-xxxl-3 {
        -webkit-line-clamp: 3;
        white-space: inherit;
    }
    .line-clamp-xxxl-4 {
        -webkit-line-clamp: 4;
        white-space: inherit;
    }
    .line-clamp-xxxl-5 {
        -webkit-line-clamp: 5;
        white-space: inherit;
    }
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
